/* Minimizzazione non riuscita. Verrà restituito il contenuto non minimizzato.
(18384,38): run-time error CSS1046: Expect comma, found '245'
(18384,45): run-time error CSS1046: Expect comma, found ')'
(18389,36): run-time error CSS1046: Expect comma, found '245'
(18389,43): run-time error CSS1046: Expect comma, found ')'
(18394,37): run-time error CSS1046: Expect comma, found '245'
(18394,44): run-time error CSS1046: Expect comma, found ')'
(18399,35): run-time error CSS1046: Expect comma, found '245'
(18399,42): run-time error CSS1046: Expect comma, found ')'
(18404,35): run-time error CSS1046: Expect comma, found '245'
(18404,42): run-time error CSS1046: Expect comma, found ')'
(18409,38): run-time error CSS1046: Expect comma, found '245'
(18409,45): run-time error CSS1046: Expect comma, found ')'
(18414,36): run-time error CSS1046: Expect comma, found '245'
(18414,43): run-time error CSS1046: Expect comma, found ')'
(18419,37): run-time error CSS1046: Expect comma, found '245'
(18419,44): run-time error CSS1046: Expect comma, found ')'
(21037,1): run-time error CSS1019: Unexpected token, found ','
(21061,20): run-time error CSS1046: Expect comma, found '230'
(21061,27): run-time error CSS1046: Expect comma, found ')'
(21078,20): run-time error CSS1046: Expect comma, found '179'
(21078,27): run-time error CSS1046: Expect comma, found ')'
(22404,35): run-time error CSS1046: Expect comma, found '215'
(22404,43): run-time error CSS1046: Expect comma, found '/'
(22730,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(22731,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(22740,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(22741,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(25534,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(25535,10): run-time error CSS1035: Expected colon, found '{'
(25544,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(25545,10): run-time error CSS1035: Expected colon, found '{'
(27884,1): run-time error CSS1019: Unexpected token, found '}'
(27955,25): run-time error CSS1046: Expect comma, found '170'
(27955,33): run-time error CSS1046: Expect comma, found '/'
(30291,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(30292,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(30305,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(30306,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(31600,17): run-time error CSS1038: Expected hex color, found '#fff0'
(32344,32): run-time error CSS1039: Token not allowed after unary operator: '-hover__color_selected'
(34252,1): run-time error CSS1019: Unexpected token, found '}'
(34504,1): run-time error CSS1019: Unexpected token, found '}'
(34511,29): run-time error CSS1046: Expect comma, found '200'
(34511,36): run-time error CSS1046: Expect comma, found ')'
(34745,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(34746,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(34762,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(34763,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(35515,33): run-time error CSS1046: Expect comma, found '0'
(35515,37): run-time error CSS1046: Expect comma, found '/'
(35515,61): run-time error CSS1046: Expect comma, found '0'
(35515,65): run-time error CSS1046: Expect comma, found '/'
(35515,89): run-time error CSS1046: Expect comma, found '0'
(35515,93): run-time error CSS1046: Expect comma, found '/'
(35515,117): run-time error CSS1046: Expect comma, found '0'
(35515,121): run-time error CSS1046: Expect comma, found '/'
(35515,146): run-time error CSS1046: Expect comma, found '0'
(35515,150): run-time error CSS1046: Expect comma, found '/'
 */
 @import url(https://fonts.googleapis.com/css?family=Roboto:500,300,700,400);

@font-face {
  font-family: 'Nucleo Mini';
  src: url('vendor/fonts/nucleo-mini.eot');
  src: url('vendor/fonts/nucleo-mini.eot') format('embedded-opentype'), url('vendor/fonts/nucleo-mini.woff2') format('woff2'), url('vendor/fonts/nucleo-mini.woff') format('woff'), url('vendor/fonts/nucleo-mini.ttf') format('truetype'), url('vendor/fonts/nucleo-mini.svg') format('svg');
  font-weight:300;
  font-style: normal;
}
/*------------------------
  base class definition
-------------------------*/
.nc-icon-mini {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
.nc-icon-mini.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}
.nc-icon-mini.x2 {
  font-size: 2em;
}
.nc-icon-mini.x3 {
  font-size: 3em;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-mini.square,
.nc-icon-mini.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}
.nc-icon-mini.circle {
  border-radius: 50%;
}
/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.nc-icon-ul > li {
  position: relative;
}
.nc-icon-ul > li > .nc-icon-mini {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}
.nc-icon-ul > li > .nc-icon-mini.lg {
  top: 0;
  left: -1.35714286em;
}
.nc-icon-ul > li > .nc-icon-mini.circle,
.nc-icon-ul > li > .nc-icon-mini.square {
  top: -0.19047619em;
  left: -1.9047619em;
}

/*------------------------
  font icons
-------------------------*/

.nc-icon-mini.tipoPrat_SUAP:before {
    content: "\ea70";
}

.nc-icon-mini.tipoPrat_COMM:before {
    content: "\ed43";
}


.nc-icon-mini.tipoPrat_P:before {
  content: "\edb1";
 
}

.nc-icon-mini.tipoPrat_CA:before {
content: "\eafb";
 
}

.nc-icon-mini.tipoPrat_CDU:before {
content: "\ea8f"; 
}

.nc-icon-mini.tipoPrat_A:before {
 content: "\ea40";
}

.nc-icon-mini.tipoPrat_OSP:before {
    content: "\e6ec";
}

.nc-icon-mini.tipoPrat_APS:before {
    content: "\ee26";
}

.nc-icon-mini.tipoPrat_AP:before {
    content: "\ec7d";
}

.nc-icon-mini.tipoPrat_VSU:before {
 content: "\ec21";
}

.nc-icon-mini.tipoPrat_S:before {
  content: "\ec65";
}

.nc-icon-mini.tipoPrat_PA:before {
  content: "\ec1f";
}

.nc-icon-mini.pratica_AP:before {
    content: "\ee26";
}

.nc-icon-mini.pratica_SUAP:before {
    content: "\ea70";
}

.nc-icon-mini.pratica_COMM:before {
    content: "\ed43";
}

.nc-icon-mini.pratica_P:before {
  content: "\edb1";
 
}

.nc-icon-mini.pratica_CA:before {
content: "\eafb";
 
}

.nc-icon-mini.pratica_CDU:before {
content: "\ea8f"; 
}

.nc-icon-mini.pratica_A:before {
 content: "\ea40";
}

.nc-icon-mini.pratica_VSU:before {
 content: "\ec21";
}

.nc-icon-mini.pratica_S:before {
  content: "\ec65";
}

.nc-icon-mini.pratica_PA:before {
  content: "\ec1f";
}

.nc-icon-mini.home:before {
  content: "\ed43";

}

.nc-icon-mini.pratica_AU:before {
    content: "\ee06";
}

.nc-icon-mini.tipoPrat_CAN:before {
    content: "\ee2e";
}

.nc-icon-mini.pratica_CAN:before {
    content: "\ee2e";
}

.nc-icon-mini.tipoPrat_AI:before {
    content: "\ee2d";
}

.nc-icon-mini.pratica_AI:before {
    content: "\ee2d";
}

.nc-icon-mini.tipoPrat_AU:before {
    content: "\ee06";
}
.nc-icon-mini.tipoPrat_AI:before {
    content: "\ee2d";
}

.nc-icon-mini.pratica_AI:before {
    content: "\ee2d";
}

.nc-icon-mini.pratica_A:before {
  content: "\ea40";
}

.nc-icon-mini.pratica_CDU:before {
  content: "\ea8f";
}

.nc-icon-mini.pratica_PA:before {
  content: "\ec1f";
}

.nc-icon-mini.pratica_VSU:before {
 content: "\ec21";
}

.nc-icon-mini.pratica_P:before {
  content: "\edb1";
}

.nc-icon-mini.ui-2_time-alarm:before {
    content: "\eaad";
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=dca79b6eccaea63e2e3430bba75fdca5)
 * Config saved to config.json and https://gist.github.com/dca79b6eccaea63e2e3430bba75fdca5
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/Content/vendor/fonts/glyphicons-halflings-regular.eot);
  src: url(/Content/vendor/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/Content/vendor/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/Content/vendor/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/Content/vendor/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/Content/vendor/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .container {
    width: 735px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 955px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1255px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 8px;
}
.row {
  margin-left: -7px;
  margin-right: -8px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 7px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 4px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 26px;
  padding: 3px 3px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 26px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 25px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 35px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
  min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 25px;
  padding: 2.5px 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 25px;
  line-height: 25px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 25px;
  padding: 2.5px 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 25px;
  line-height: 25px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 25px;
  min-height: 30px;
  padding: 3.5px 3px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 35px;
  padding: 5px 3px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 35px;
  line-height: 35px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 35px;
  padding: 5px 3px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 35px;
  line-height: 35px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 35px;
  min-height: 35px;
  padding: 6px 3px;
  font-size: 17px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 32.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 22px;
}
.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 4px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 6px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 3.5px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 3px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  /*color: #333333;*/
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 5px 3px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 2.5px 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 35px;
  padding: 5px 3px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 25px;
  padding: 2.5px 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 25px;
  line-height: 25px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 3px 3px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 2.5px 3px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 5px 3px;
  font-size: 17px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 7px;
  padding-left: 7px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -7px;
  margin-left: -7px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 7px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -7px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 7px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -7px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navbar-form {
  margin-left: -7px;
  margin-right: -7px;
  padding: 10px 7px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-sm {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -7px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 3px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 5px 3px;
  font-size: 17px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 2.5px 3px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    width: 20%;
    color: #ffffff;
    text-align: center;
    background-color: #004c87;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.progress-bar-success {
    background-color: #004c87;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 6px 9px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 6px 9px;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #ffffff;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #757575;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; 
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*! 
 * angular-loading-bar v0.6.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2014 Wes Cruver
 * License: MIT
 */
#loading-bar,#loading-bar-spinner{pointer-events:none;-webkit-pointer-events:none;-webkit-transition:350ms linear all;-moz-transition:350ms linear all;-o-transition:350ms linear all;transition:350ms linear all}#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active,#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active{opacity:0}#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave,#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave{opacity:1}#loading-bar .bar{-webkit-transition:width 350ms;-moz-transition:width 350ms;-o-transition:width 350ms;transition:width 350ms;background:#d22;position:fixed;z-index:10002;top:0;left:0;width:100%;height:3px;border-bottom-right-radius:1px;border-top-right-radius:1px}#loading-bar .peg{position:absolute;width:70px;right:0;top:0;height:2px;opacity:.45;-moz-box-shadow:#d22 1px 0 6px 1px;-ms-box-shadow:#d22 1px 0 6px 1px;-webkit-box-shadow:#d22 1px 0 6px 1px;box-shadow:#d22 1px 0 6px 1px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}#loading-bar-spinner{display:block;position:fixed;z-index:10002;top:15px;left:15px}#loading-bar-spinner .spinner-icon{width:16px;height:16px;border:solid 3px transparent;border-top-color:#d22;border-left-color:#d22;border-radius:10px;-webkit-animation:loading-bar-spinner 400ms linear infinite;-moz-animation:loading-bar-spinner 400ms linear infinite;-ms-animation:loading-bar-spinner 400ms linear infinite;-o-animation:loading-bar-spinner 400ms linear infinite;animation:loading-bar-spinner 400ms linear infinite}@-webkit-keyframes loading-bar-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes loading-bar-spinner{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes loading-bar-spinner{0%{-o-transform:rotate(0deg);transform:rotate(0deg);}100%{-o-transform:rotate(360deg);transform:rotate(360deg);}}@-ms-keyframes loading-bar-spinner{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-bar-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}100%{transform:rotate(360deg);transform:rotate(360deg)}}
div[data-angular-treeview] {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* default */
  /*font-family: Tahoma;*/
  font-size:13px;
  color: #555;
  text-decoration: none;
}

div[data-tree-model] ul {
  margin: 0;
  padding: 0;
  list-style: none; 
  border: none;
  overflow: hidden;
}

div[data-tree-model] li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 20px;
}

div[data-tree-model] li .expanded {
  padding: 1px 10px;
  /*background-image: url("../img/folder.png");*/
  background-repeat: no-repeat;
}

div[data-tree-model] li .collapsed {
  padding: 1px 10px;
  /*background-image: url("../img/folder-closed.png");*/
  background-repeat: no-repeat;
}

div[data-tree-model] li .normal {
  padding: 1px 10px;
  /*background-image: url("../img/file.png");*/
  background-repeat: no-repeat;
}

div[data-tree-model] li i, div[data-tree-model] li span {
  cursor: pointer;
}

div[data-tree-model] li .selected {
  /*background-color: #aaddff;*/
  /*font-weight: bold;*/
  /*padding: 1px 5px;*/
}

/*!
 * ui-grid - v4.0.3 - 2017-03-24
 * Copyright (c) 2017 ; License: MIT 
 */
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    clear: both;
}

.ui-grid {
    border: 1px solid #d4d4d4;
    box-sizing: content-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.ui-grid-vertical-bar {
    position: absolute;
    right: 0;
    width: 0;
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    width: 1px;
}

.ui-grid-scrollbar-placeholder {
    background-color: transparent;
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4;
}

.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4;
}

.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
    right: -1px;
    width: 1px;
    background-color: #d4d4d4;
}

.ui-grid-clearfix:before,
.ui-grid-clearfix:after {
    content: "";
    display: table;
}

.ui-grid-clearfix:after {
    clear: both;
}

.ui-grid-invisible {
    visibility: hidden;
}

.ui-grid-contents-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.ui-grid-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ui-grid-top-panel-background {
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.ui-grid-header {
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
}

.ui-grid-top-panel {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: -1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ui-grid-header-viewport {
    overflow: hidden;
}

.ui-grid-header-canvas:before,
.ui-grid-header-canvas:after {
    content: "";
    display: table;
    line-height: 0;
}

.ui-grid-header-canvas:after {
    clear: both;
}

.ui-grid-header-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%;
}

.ui-grid-header-cell-row {
    display: table-row;
    position: relative;
}

.ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    border-right: 1px solid;
    border-color: #d4d4d4;
    display: table-cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
}

    .ui-grid-header-cell:last-child {
        border-right: 0;
    }

    .ui-grid-header-cell .sortable {
        cursor: pointer;
    }

    .ui-grid-header-cell .ui-grid-sort-priority-number {
        margin-left: -8px;
    }

.ui-grid-header .ui-grid-vertical-bar {
    top: 0;
    bottom: 0;
}

.ui-grid-column-menu-button {
    position: absolute;
    right: 1px;
    top: 0;
}

    .ui-grid-column-menu-button .ui-grid-icon-angle-down {
        vertical-align: sub;
    }

.ui-grid-column-menu-button-last-col {
    margin-right: 25px;
}

.ui-grid-column-menu {
    position: absolute;
}
    /* Slide up/down animations */
    .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
    .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
        -webkit-transition: all 0.05s linear;
        -moz-transition: all 0.05s linear;
        -o-transition: all 0.05s linear;
        transition: all 0.05s linear;
        display: block !important;
    }

        .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
        .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        }

            .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
            .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -o-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
/* Slide up/down animations */
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
    display: block !important;
}

    .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
    .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

        .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
        .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

.ui-grid-filter-container {
    padding: 4px 10px;
    position: relative;
}

    .ui-grid-filter-container .ui-grid-filter-button {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

        .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
            position: absolute;
            top: 50%;
            line-height: 32px;
            margin-top: -16px;
            right: 10px;
            opacity: 0.66;
        }

            .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
                opacity: 1;
            }

    .ui-grid-filter-container .ui-grid-filter-button-select {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

        .ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"] {
            position: absolute;
            top: 50%;
            line-height: 32px;
            margin-top: -16px;
            right: 0px;
            opacity: 0.66;
        }

            .ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover {
                opacity: 1;
            }

input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    input[type="text"].ui-grid-filter-input:hover {
        border: 1px solid #d4d4d4;
    }

select.ui-grid-filter-select {
    padding: 0;
    margin: 0;
    border: 0;
    width: 90%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    select.ui-grid-filter-select:hover {
        border: 1px solid #d4d4d4;
    }

.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
    width: 100%;
}

.ui-grid-render-container {
    position: inherit;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .ui-grid-render-container:focus {
        outline: none;
    }

.ui-grid-viewport {
    min-height: 20px;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

    .ui-grid-viewport:focus {
        outline: none !important;
    }

.ui-grid-canvas {
    position: relative;
    padding-top: 1px;
}

.ui-grid-row {
    clear: both;
}

    .ui-grid-row:nth-child(odd) .ui-grid-cell {
        background-color: #fdfdfd;
    }

    .ui-grid-row:nth-child(even) .ui-grid-cell {
        background-color: #f3f3f3;
    }

    .ui-grid-row:last-child .ui-grid-cell {
        border-bottom-color: #d4d4d4;
        border-bottom-style: solid;
    }

.ui-grid-no-row-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10%;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #d4d4d4;
    font-size: 2em;
    text-align: center;
}

    .ui-grid-no-row-overlay > * {
        position: absolute;
        display: table;
        margin: auto 0;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.66;
    }

.ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-right: 1px solid;
    border-color: #d4d4d4;
    box-sizing: border-box;
}

    .ui-grid-cell:last-child {
        border-right: 0;
    }

.ui-grid-cell-contents {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}

.ui-grid-cell-contents-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    display: none;
}

.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
    background-color: #f0f0ee;
    border-bottom: solid 1px #d4d4d4;
}

.ui-grid-footer-panel-background {
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.ui-grid-footer-panel {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    overflow: hidden;
    font-weight: bold;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: -1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ui-grid-grid-footer {
    float: left;
    width: 100%;
}

.ui-grid-footer-viewport {
    overflow: hidden;
}

.ui-grid-footer-canvas {
    position: relative;
}

    .ui-grid-footer-canvas:before,
    .ui-grid-footer-canvas:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .ui-grid-footer-canvas:after {
        clear: both;
    }

.ui-grid-footer-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%;
}

.ui-grid-footer-cell-row {
    display: table-row;
}

.ui-grid-footer-cell {
    overflow: hidden;
    background-color: inherit;
    border-right: 1px solid;
    border-color: #d4d4d4;
    box-sizing: border-box;
    display: table-cell;
}

    .ui-grid-footer-cell:last-child {
        border-right: 0;
    }

input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    input[type="text"].ui-grid-filter-input:hover {
        border: 1px solid #d4d4d4;
    }

.ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    background: #f3f3f3;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    height: 31px;
    font-weight: normal;
}

    .ui-grid-menu-button .ui-grid-icon-container {
        margin-top: 3px;
    }

    .ui-grid-menu-button .ui-grid-menu {
        right: 0;
    }

        .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
            overflow: scroll;
            border: 1px solid #d4d4d4;
        }

.ui-grid-menu {
    z-index: 2;
    position: absolute;
    padding: 0 10px 20px 10px;
    cursor: pointer;
    box-sizing: border-box;
}

    .ui-grid-menu .ui-grid-menu-inner {
        background: #f3f3f3;
        border: 1px solid #d4d4d4;
        position: relative;
        white-space: nowrap;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
    }

        .ui-grid-menu .ui-grid-menu-inner ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .ui-grid-menu .ui-grid-menu-inner ul li {
                padding: 0px;
            }

                .ui-grid-menu .ui-grid-menu-inner ul li button {
                    min-width: 100%;
                    padding: 8px;
                    text-align: left;
                    background: transparent;
                    border: none;
                }

                    .ui-grid-menu .ui-grid-menu-inner ul li button:hover,
                    .ui-grid-menu .ui-grid-menu-inner ul li button:focus {
                        -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
                        -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
                        box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
                    }

                    .ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
                        -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
                        -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
                        box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
                        background-color: #cecece;
                    }

                .ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {
                    border-bottom: 1px solid #d4d4d4;
                }

.ui-grid-sortarrow {
    right: 5px;
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    background-position: center;
}

    .ui-grid-sortarrow.down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@font-face {
    font-family: 'ui-grid';
    src: url(/Content/vendor/angular_1.5.9/fonts/ui-grid.eot);
    src: url(/Content/vendor/angular_1.5.9/fonts/ui-grid.eot#iefix) format('embedded-opentype'), url(/Content/vendor/angular_1.5.9/fonts/ui-grid.woff) format('woff'), url(/Content/vendor/angular_1.5.9/fonts/ui-grid.ttf) format('truetype'), url(/Content/vendor/angular_1.5.9/fonts/ui-grid.svg?#ui-grid) format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ui-grid';
    src: url(/Content/vendor/angular_1.5.9/ui-grid/@{font-path}ui-grid.svg?12312827#ui-grid) format('svg');
  }
}
*/
[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
    font-family: "ui-grid";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ui-grid-icon-blank::before {
    width: 1em;
    content: ' ';
}

.ui-grid-icon-plus-squared:before {
    content: '\c350';
}

.ui-grid-icon-minus-squared:before {
    content: '\c351';
}

.ui-grid-icon-search:before {
    content: '\c352';
}

.ui-grid-icon-cancel:before {
    content: '\c353';
}

.ui-grid-icon-info-circled:before {
    content: '\c354';
}

.ui-grid-icon-lock:before {
    content: '\c355';
}

.ui-grid-icon-lock-open:before {
    content: '\c356';
}

.ui-grid-icon-pencil:before {
    content: '\c357';
}

.ui-grid-icon-down-dir:before {
    content: '\c358';
}

.ui-grid-icon-up-dir:before {
    content: '\c359';
}

.ui-grid-icon-left-dir:before {
    content: '\c35a';
}

.ui-grid-icon-right-dir:before {
    content: '\c35b';
}

.ui-grid-icon-left-open:before {
    content: '\c35c';
}

.ui-grid-icon-right-open:before {
    content: '\c35d';
}

.ui-grid-icon-angle-down:before {
    content: '\c35e';
}

.ui-grid-icon-filter:before {
    content: '\c35f';
}

.ui-grid-icon-sort-alt-up:before {
    content: '\c360';
}

.ui-grid-icon-sort-alt-down:before {
    content: '\c361';
}

.ui-grid-icon-ok:before {
    content: '\c362';
}

.ui-grid-icon-menu:before {
    content: '\c363';
}

.ui-grid-icon-indent-left:before {
    content: '\e800';
}

.ui-grid-icon-indent-right:before {
    content: '\e801';
}

.ui-grid-icon-spin5:before {
    content: '\ea61';
}
/*
* RTL Styles
*/
.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
    float: right !important;
}

.ui-grid[dir=rtl] .ui-grid-column-menu-button {
    position: absolute;
    left: 1px;
    top: 0;
    right: inherit;
}

.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
    border-right: 0;
}

.ui-grid[dir=rtl] .ui-grid-cell:last-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
    border-right: 1px solid #d4d4d4;
    border-left: 0;
}

.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
    width: 0;
}

.ui-grid[dir=rtl] .ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    left: 0;
    right: auto;
    background: #f3f3f3;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    min-height: 27px;
    font-weight: normal;
}

    .ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
        left: 0;
        right: auto;
    }

.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
    right: initial;
    left: 0;
}

    .ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
        right: initial;
        left: 10px;
    }
/*
   Animation example, for spinners
*/
.ui-grid-animate-spin {
    -moz-animation: ui-grid-spin 2s infinite linear;
    -o-animation: ui-grid-spin 2s infinite linear;
    -webkit-animation: ui-grid-spin 2s infinite linear;
    animation: ui-grid-spin 2s infinite linear;
    display: inline-block;
}

@-moz-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    clear: both;
}

.ui-grid-cell-focus {
    outline: 0;
    background-color: #b3c4c7;
}

.ui-grid-focuser {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

    .ui-grid-focuser:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.ui-grid-offscreen {
    display: block;
    position: absolute;
    left: -10000px;
    top: -10000px;
    clip: rect(0px, 0px, 0px, 0px);
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
div.ui-grid-cell input {
    border-radius: inherit;
    padding: 0;
    width: 100%;
    color: inherit;
    height: auto;
    font: inherit;
    outline: none;
}

    div.ui-grid-cell input:focus {
        color: inherit;
        outline: none;
    }

    div.ui-grid-cell input[type="checkbox"] {
        margin: 9px 0 0 6px;
        width: auto;
    }

    div.ui-grid-cell input.ng-invalid {
        border: 1px solid #fc8f8f;
    }

    div.ui-grid-cell input.ng-valid {
        border: 1px solid #d4d4d4;
    }

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-viewport .ui-grid-empty-base-layer-container {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #fdfdfd;
}

.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #f3f3f3;
}

.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
    pointer-events: none;
}

.ui-grid-expandable-buttons-cell i {
    pointer-events: all;
}

.scrollFiller {
    float: left;
    border: 1px solid #d4d4d4;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-tree-header-row {
    font-weight: bold !important;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.movingColumn {
    position: absolute;
    top: 0;
    border: 1px solid #d4d4d4;
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

    .movingColumn .ui-grid-icon-angle-down {
        display: none;
    }

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    clear: both;
}

.ui-grid-pager-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: content-box;
}

.ui-grid-pager-container {
    float: left;
}

.ui-grid-pager-control {
    margin-right: 10px;
    margin-left: 10px;
    min-width: 135px;
    float: left;
}

    .ui-grid-pager-control button {
        height: 25px;
        min-width: 26px;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #eeeeee;
        background-color: #f3f3f3;
        border-color: #cccccc;
    }

        .ui-grid-pager-control button:focus,
        .ui-grid-pager-control button:active:focus,
        .ui-grid-pager-control button.active:focus,
        .ui-grid-pager-control button.focus,
        .ui-grid-pager-control button:active.focus,
        .ui-grid-pager-control button.active.focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .ui-grid-pager-control button:hover,
        .ui-grid-pager-control button:focus,
        .ui-grid-pager-control button.focus {
            color: #333333;
            text-decoration: none;
        }

        .ui-grid-pager-control button:active,
        .ui-grid-pager-control button.active {
            outline: 0;
            background-image: none;
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

        .ui-grid-pager-control button.disabled,
        .ui-grid-pager-control button[disabled],
        fieldset[disabled] .ui-grid-pager-control button {
            cursor: not-allowed;
            opacity: 0.65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

a.ui-grid-pager-control button.disabled,
fieldset[disabled] a.ui-grid-pager-control button {
    pointer-events: none;
}

.ui-grid-pager-control button:focus,
.ui-grid-pager-control button.focus {
    color: #eeeeee;
    background-color: #dadada;
    border-color: #8c8c8c;
}

.ui-grid-pager-control button:hover {
    color: #eeeeee;
    background-color: #dadada;
    border-color: #adadad;
}

.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active,
.open > .dropdown-toggle.ui-grid-pager-control button {
    color: #eeeeee;
    background-color: #dadada;
    border-color: #adadad;
}

    .ui-grid-pager-control button:active:hover,
    .ui-grid-pager-control button.active:hover,
    .open > .dropdown-toggle.ui-grid-pager-control button:hover,
    .ui-grid-pager-control button:active:focus,
    .ui-grid-pager-control button.active:focus,
    .open > .dropdown-toggle.ui-grid-pager-control button:focus,
    .ui-grid-pager-control button:active.focus,
    .ui-grid-pager-control button.active.focus,
    .open > .dropdown-toggle.ui-grid-pager-control button.focus {
        color: #eeeeee;
        background-color: #c8c8c8;
        border-color: #8c8c8c;
    }

.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active,
.open > .dropdown-toggle.ui-grid-pager-control button {
    background-image: none;
}

.ui-grid-pager-control button.disabled:hover,
.ui-grid-pager-control button[disabled]:hover,
fieldset[disabled] .ui-grid-pager-control button:hover,
.ui-grid-pager-control button.disabled:focus,
.ui-grid-pager-control button[disabled]:focus,
fieldset[disabled] .ui-grid-pager-control button:focus,
.ui-grid-pager-control button.disabled.focus,
.ui-grid-pager-control button[disabled].focus,
fieldset[disabled] .ui-grid-pager-control button.focus {
    background-color: #f3f3f3;
    border-color: #cccccc;
}

.ui-grid-pager-control button .badge {
    color: #f3f3f3;
    background-color: #eeeeee;
}

.ui-grid-pager-control input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline;
    height: 26px;
    width: 50px;
    vertical-align: top;
}

    .ui-grid-pager-control input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .ui-grid-pager-control input::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .ui-grid-pager-control input:-ms-input-placeholder {
        color: #999999;
    }

    .ui-grid-pager-control input::-webkit-input-placeholder {
        color: #999999;
    }

    .ui-grid-pager-control input::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .ui-grid-pager-control input[disabled],
    .ui-grid-pager-control input[readonly],
    fieldset[disabled] .ui-grid-pager-control input {
        background-color: #eeeeee;
        opacity: 1;
    }

    .ui-grid-pager-control input[disabled],
    fieldset[disabled] .ui-grid-pager-control input {
        cursor: not-allowed;
    }

textarea.ui-grid-pager-control input {
    height: auto;
}

select.ui-grid-pager-control input {
    height: 30px;
    line-height: 30px;
}

textarea.ui-grid-pager-control input,
select[multiple].ui-grid-pager-control input {
    height: auto;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number {
    vertical-align: bottom;
}

    .ui-grid-pager-control .ui-grid-pager-max-pages-number > * {
        vertical-align: middle;
    }

.ui-grid-pager-control .first-bar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: -3px;
}

.ui-grid-pager-control .first-bar-rtl {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-right: -7px;
}

.ui-grid-pager-control .first-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #4d4d4d transparent transparent;
    margin-left: 2px;
}

.ui-grid-pager-control .next-triangle {
    margin-left: 1px;
}

.ui-grid-pager-control .prev-triangle {
    margin-left: 0;
}

.ui-grid-pager-control .last-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #4d4d4d;
    margin-left: -1px;
}

.ui-grid-pager-control .last-bar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: 1px;
}

.ui-grid-pager-control .last-bar-rtl {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-right: -11px;
}

.ui-grid-pager-row-count-picker {
    float: left;
}

    .ui-grid-pager-row-count-picker select {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
        height: 26px;
        width: 67px;
        display: inline;
    }

        .ui-grid-pager-row-count-picker select:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

        .ui-grid-pager-row-count-picker select::-moz-placeholder {
            color: #999999;
            opacity: 1;
        }

        .ui-grid-pager-row-count-picker select:-ms-input-placeholder {
            color: #999999;
        }

        .ui-grid-pager-row-count-picker select::-webkit-input-placeholder {
            color: #999999;
        }

        .ui-grid-pager-row-count-picker select::-ms-expand {
            border: 0;
            background-color: transparent;
        }

        .ui-grid-pager-row-count-picker select[disabled],
        .ui-grid-pager-row-count-picker select[readonly],
        fieldset[disabled] .ui-grid-pager-row-count-picker select {
            background-color: #eeeeee;
            opacity: 1;
        }

        .ui-grid-pager-row-count-picker select[disabled],
        fieldset[disabled] .ui-grid-pager-row-count-picker select {
            cursor: not-allowed;
        }

textarea.ui-grid-pager-row-count-picker select {
    height: auto;
}

select.ui-grid-pager-row-count-picker select {
    height: 30px;
    line-height: 30px;
}

textarea.ui-grid-pager-row-count-picker select,
select[multiple].ui-grid-pager-row-count-picker select {
    height: auto;
}

.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
    margin-top: 3px;
}

.ui-grid-pager-count-container {
    float: right;
    margin-top: 4px;
    min-width: 50px;
}

    .ui-grid-pager-count-container .ui-grid-pager-count {
        margin-right: 10px;
        margin-left: 10px;
        float: right;
    }

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-pinned-container {
    position: absolute;
    display: inline;
    top: 0;
}

    .ui-grid-pinned-container.ui-grid-pinned-container-left {
        float: left;
        left: 0;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right {
        float: right;
        right: 0;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
        box-sizing: border-box;
        border-right: 1px solid;
        border-width: 1px;
        border-right-color: #aeaeae;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
        box-sizing: border-box;
        border-right: 1px solid;
        border-width: 1px;
        border-right-color: #aeaeae;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
    .ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
        width: 1px;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
        background-color: #d4d4d4;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
        background-color: #aeaeae;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
        right: -1px;
        width: 1px;
        background-color: #aeaeae;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
        box-sizing: border-box;
        border-left: 1px solid;
        border-width: 1px;
        border-left-color: #aeaeae;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
        box-sizing: border-box;
        border-left: 1px solid;
        border-width: 1px;
        border-left-color: #aeaeae;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar,
    .ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
        width: 1px;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
        background-color: #d4d4d4;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
        background-color: #aeaeae;
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
        left: -1px;
        width: 1px;
        background-color: #aeaeae;
    }

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-column-resizer {
    top: 0;
    bottom: 0;
    width: 5px;
    position: absolute;
    cursor: col-resize;
}

    .ui-grid-column-resizer.left {
        left: 0;
    }

    .ui-grid-column-resizer.right {
        right: 0;
    }

.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: 1px solid #d4d4d4;
}

.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: 0;
}

.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left {
    border-left: 1px solid #d4d4d4;
}

.ui-grid.column-resizing {
    cursor: col-resize;
}

    .ui-grid.column-resizing .ui-grid-resize-overlay {
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #aeaeae;
    }

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-row-saving .ui-grid-cell {
    color: #848484 !important;
}

.ui-grid-row-dirty .ui-grid-cell {
    color: #610b38;
}

.ui-grid-row-error .ui-grid-cell {
    color: #d30000 !important;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: #c9dde1;
}

.ui-grid-disable-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.ui-grid-selection-row-header-buttons {
    cursor: pointer;
    opacity: 0.1;
}

    .ui-grid-selection-row-header-buttons.ui-grid-row-selected {
        opacity: 1;
    }

    .ui-grid-selection-row-header-buttons.ui-grid-all-selected {
        opacity: 1;
    }

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-tree-row-header-buttons.ui-grid-tree-header {
    cursor: pointer;
    opacity: 1;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-tree-header-row {
    font-weight: bold !important;
}

    .ui-grid-tree-header-row .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
        pointer-events: all;
    }

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
div.ui-grid-cell-contents.invalid {
    border: 1px solid #fc8f8f;
}

[class*="cal-cell"]{float:left;margin-left:0;min-height:1px}.cal-row-fluid{width:100%;*zoom:1}.cal-row-fluid:before,.cal-row-fluid:after{display:table;content:"";line-height:0}.cal-row-fluid:after{clear:both}.cal-row-fluid [class*="cal-cell"]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:0%;*margin-left:-.05213764%}.cal-row-fluid [class*="cal-cell"]:first-child{margin-left:0}.cal-row-fluid .controls-row [class*="cal-cell"]+[class*="cal-cell"]{margin-left:0%}.cal-row-fluid .cal-cell7{width:100%;*width:99.94669509594883%}.cal-row-fluid .cal-cell6{width:85.71428571428571%;*width:85.66098081023453%}.cal-row-fluid .cal-cell5{width:71.42857142857142%;*width:71.37526652452024%}.cal-row-fluid .cal-cell4{width:57.14285714285714%;*width:57.089552238805965%}.cal-row-fluid .cal-cell3{width:42.857142857142854%;*width:42.80383795309168%}.cal-row-fluid .cal-cell2{width:28.57142857142857%;*width:28.518123667377395%}.cal-row-fluid .cal-cell1{width:14.285714285714285%;*width:14.232409381663112%}.cal-week-box .cal-offset7,.cal-row-fluid .cal-offset7,.cal-row-fluid .cal-offset7:first-child{margin-left:100%;*margin-left:99.89339019189765%}.cal-week-box .cal-offset6,.cal-row-fluid .cal-offset6,.cal-row-fluid .cal-offset6:first-child{margin-left:85.71428571428571%;*margin-left:85.60767590618336%}.cal-week-box .cal-offset5,.cal-row-fluid .cal-offset5,.cal-row-fluid .cal-offset5:first-child{margin-left:71.42857142857142%;*margin-left:71.32196162046907%}.cal-week-box .cal-offset4,.cal-row-fluid .cal-offset4,.cal-row-fluid .cal-offset4:first-child{margin-left:57.14285714285714%;*margin-left:57.03624733475479%}.cal-week-box .cal-offset3,.cal-row-fluid .cal-offset3,.cal-row-fluid .cal-offset3:first-child{margin-left:42.857142857142854%;*margin-left:42.750533049040506%}.cal-week-box .cal-offset2,.cal-row-fluid .cal-offset2,.cal-row-fluid .cal-offset2:first-child{margin-left:28.57142857142857%;*margin-left:28.46481876332622%}.cal-week-box .cal-offset1,.cal-row-fluid .cal-offset1,.cal-row-fluid .cal-offset1:first-child{margin-left:14.285714285714285%;*margin-left:14.17910447761194%}.cal-row-fluid .cal-cell1{width:14.285714285714285%;*width:14.233576642335766%}[class*="cal-cell"].hide,.cal-row-fluid [class*="cal-cell"].hide{display:none}[class*="cal-cell"].pull-right,.cal-row-fluid [class*="cal-cell"].pull-right{float:right}.cal-row-head [class*="cal-cell"]:first-child,.cal-row-head [class*="cal-cell"]{min-height:auto;overflow:hidden;text-overflow:ellipsis}.cal-events-num{margin-top:20px}.cal-month-day{position:relative;display:block;width:100%}.cal-month-day .cal-events-num{margin-left:10px;margin-top:18px}#cal-week-box{position:absolute;width:70px;left:-71px;top:-1px;padding:8px 5px;cursor:pointer}.cal-day-tick{position:absolute;right:50%;bottom:-21px;padding:0 5px;cursor:pointer;z-index:5;text-align:center;width:26px;margin-right:-17px}.cal-year-box #cal-day-tick{margin-right:-7px}.cal-slide-box{position:relative}.cal-slide-tick{position:absolute;width:16px;margin-left:-7px;height:9px;top:-1px;z-index:1}.cal-slide-tick.tick-month1{left:12.5%}.cal-slide-tick.tick-month2{left:37.5%}.cal-slide-tick.tick-month3{left:62.5%}.cal-slide-tick.tick-month4{left:87.5%}.cal-slide-tick.tick-day1{left:7.14285714285715%}.cal-slide-tick.tick-day2{left:21.42857142857143%}.cal-slide-tick.tick-day3{left:35.71428571428572%}.cal-slide-tick.tick-day4{left:50%}.cal-slide-tick.tick-day5{left:64.2857142857143%}.cal-slide-tick.tick-day6{left:78.57142857142859%}.cal-slide-tick.tick-day7{left:92.85714285714285%}.events-list{position:absolute;bottom:0;left:0;z-index:50}.cal-slide-content ul.unstyled{margin-bottom:0}.cal-slide-content ul li.dragging-active .event-item{color:#000}.cal-week-box{position:relative}.cal-week-box [data-event-class]{white-space:nowrap;height:30px;line-height:30px;text-overflow:ellipsis;overflow:hidden;padding-top:0 !important;margin-top:0 !important;margin-bottom:0 !important;font-size:12px;padding:0 3px !important}.cal-week-box .cal-day-panel{border:0 !important}.cal-week-box.cal-day-box .cal-row-head{padding-left:60px}.cal-week-box.cal-day-box .cal-day-panel{overflow-x:hidden}.cal-day-box{text-wrap:none;overflow-x:auto !important;overflow-y:hidden}.cal-day-box .cal-day-hour-part{height:30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-bottom:thin dashed #e1e1e1}.cal-day-box .cal-day-hour .day-highlight{height:30px}.cal-day-box .cal-hours{font-weight:bold;font-size:12px}.cal-day-box .cal-day-hour:nth-child(odd){background-color:#fafafa}.cal-day-box .cal-day-panel{position:relative;padding-left:60px;border:solid 1px #e1e1e1}.cal-day-box .cal-day-panel-hour{position:absolute;width:100%;margin-left:-60px}.cal-day-box .day-event{position:absolute;width:150px;overflow:hidden;padding:2px 3px !important}.cal-day-box .day-event a{font-size:12px;text-overflow:ellipsis}.cal-day-box .day-highlight{padding-top:2px;padding-left:8px;padding-right:8px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #c3c3c3;margin:1px 1px;overflow:hidden;text-overflow:ellipsis}.cal-day-box .day-highlight.dh-event-important{border:1px solid #ad2121}.cal-day-box .day-highlight.dh-event-warning{border:1px solid #e3bc08}.cal-day-box .day-highlight.dh-event-info{border:1px solid #1e90ff}.cal-day-box .day-highlight.dh-event-inverse{border:1px solid #1b1b1b}.cal-day-box .day-highlight.dh-event-success{border:1px solid #006400}.cal-day-box .day-highlight.dh-event-special{background-color:#ffe6ff;border:1px solid purple}.event{display:block;background-color:#c3c3c3;width:12px;height:12px;margin-right:2px;margin-bottom:2px;-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.4);box-shadow:inset 0 0 5px 0 rgba(0,0,0,.4);border-radius:8px;border:1px solid #fff}.event-block{display:block;background-color:#c3c3c3;width:20px;height:100%}.cal-event-list .event.pull-left{margin-top:3px}.event-important{background-color:#ad2121}.event-info{background-color:#1e90ff}.event-warning{background-color:#e3bc08}.event-inverse{background-color:#1b1b1b}.event-success{background-color:#006400}.event-special{background-color:purple}.day-highlight:hover,.day-highlight{background-color:#ddd}.day-highlight.dh-event-important:hover,.day-highlight.dh-event-important{background-color:#fae3e3}.day-highlight.dh-event-warning:hover,.day-highlight.dh-event-warning{background-color:#fdf1ba}.day-highlight.dh-event-info:hover,.day-highlight.dh-event-info{background-color:#d1e8ff}.day-highlight.dh-event-inverse:hover,.day-highlight.dh-event-inverse{background-color:#c1c1c1}.day-highlight.dh-event-success:hover,.day-highlight.dh-event-success{background-color:#caffca}.day-highlight.dh-event-special:hover,.day-highlight.dh-event-special{background-color:#ffe6ff}.cal-row-head [class*="cal-cell"]:first-child,.cal-row-head [class*="cal-cell"]{font-weight:bolder;text-align:center;border:0 solid;padding:5px 0}.cal-row-head [class*="cal-cell"] small{font-weight:normal}.cal-year-box .row:hover,.cal-row-fluid:hover{background-color:#fafafa}.cal-month-day{height:100px}[class*="cal-cell"]:hover,.cell-focus,[class*="cal-cell"] .drop-active,.cal-cell.drop-active,.cal-week-box .cal-cell1.drop-active,.cal-day-hour-part.drop-active{background-color:#ededed}.cal-year-box [class*="span"],.cal-month-box [class*="cal-cell"]{min-height:100px;border-right:1px solid #e1e1e1;position:relative}.cal-year-box [class*="span"]{min-height:60px}.cal-year-box .row [class*="col-"]:last-child,.cal-month-box .cal-row [class*="cal-cell"]:last-child{border-right:0}.cal-year-box .row,.cal-month-box .cal-row-fluid{border-bottom:1px solid #e1e1e1;margin-left:0;margin-right:0}.cal-year-box .row:last-child,.cal-month-box .cal-row-fluid:last-child{border-bottom:0}.cal-month-box,.cal-year-box,.cal-week-box{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-radius:2px}.cal-month-box{border-right:0;border-bottom:0}span[data-cal-date]{font-size:1.2em;font-weight:normal;opacity:.5;transition:all .3s ease-in-out;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;margin-top:15px;margin-right:15px}span[data-cal-date]:hover{opacity:1}.cal-day-outmonth span[data-cal-date]{opacity:.1;cursor:default}.cal-day-today{background-color:#e8fde7}.cal-day-today span[data-cal-date]{color:#006400}.cal-month-box .cal-day-today span[data-cal-date]{font-size:1.9em}.cal-day-holiday span[data-cal-date]{color:purple}.cal-day-weekend span[data-cal-date]{color:#8b0000}#cal-week-box{border:1px solid #e1e1e1;border-right:0;border-radius:5px 0 0 5px;background-color:#fafafa;text-align:right}.cal-week-box .cal-row-head{border-bottom:1px solid #e1e1e1}.cal-day-tick{border:1px solid #e1e1e1;border-top:0 solid;border-radius:0 0 5px 5px;background-color:#ededed;text-align:center}.cal-day-tick .fa{display:none}.cal-slide-box{border-top:0 solid #8c8c8c}.cal-slide-content{padding:20px;color:#fff;background-color:#555;-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5);box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5)}.cal-slide-content a.event-item{color:#fff;font-weight:normal}a.event-item-edit,a.event-item-delete{padding-left:5px}.cal-year-box .cal-slide-content a.event-item,.cal-year-box a.event-item-edit,.cal-year-box a.event-item-delete{position:relative;top:-3px}.events-list{max-height:47px;padding-left:5px}.cal-column{border-left:1px solid #e1e1e1}a.cal-event-week{text-decoration:none;color:#151515}.badge-important{background-color:#b94a48}.pointer{cursor:pointer}.cal-year-box:last-child{border-bottom:0}.cal-context{width:100%}@media(max-width:991px){.cal-year-box [class*="span"]:nth-child(2){border-right:0}.cal-year-box [class*="span"]:nth-child(1),.cal-year-box [class*="span"]:nth-child(2){border-bottom:1px solid #e1e1e1}}
.ta-hidden-input {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.ta-scroll-window.form-control {
    position: relative;
    padding: 0;
}

.ta-scroll-window > .ta-bind {
    height: auto;
    min-height: 300px;
    padding: 6px 12px;
}

.ta-editor:focus {
    user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid black;
    background-color: #FFF;
    padding: 0 4px;
    opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
    width: 10px;
    height: 10px;
    position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
    top: 0;
    left: 0;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
    top: 0;
    right: 0;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
    bottom: 0;
    left: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
    bottom: 0;
    right: 0;
    border: 1px solid black;
    cursor: se-resize;
    background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
.toggle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.toggle.off .toggle-group {
  left: -100%;
}
.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
}
.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}
.toggle-on.btn {
  padding-right: 24px;
}
.toggle-off.btn {
  padding-left: 24px;
}
.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}
.toggle-on.btn-lg {
  padding-right: 31px;
}
.toggle-off.btn-lg {
  padding-left: 31px;
}
.toggle-handle.btn-lg {
  width: 40px;
}
.toggle.btn-sm {
  min-width: 70px!important;
  min-height:26px!important;
}

.toggle.btn-sm:after {
    min-width: 70px !important;
    min-height: 26px !important;
}

.toggle-on.btn-sm {
  padding-right: 20px;
}
.toggle-off.btn-sm {
  padding-left: 20px;
}
.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
.toggle-on.btn-xs {
  padding-right: 12px;
}
.toggle-off.btn-xs {
  padding-left: 12px;
}

@charset "utf-8";
/* CSS Document */
.Utility {
		color: black;
}	
.NodeName {
	font-weight:bold;
	color: #800080;	
}
.AttributeName 
{
	font-weight:bold;
	color: black;
}
.AttributeValue
{
	color:blue;
}
.NodeValue
{
	color: black;
}
.Element {
    border-left-color: #cec7c7;
    border-left-width: thin;
    border-left-style: dotted;
    padding-top: 0px;
    /*margin-top: 5px;*/
}
.Clickable {	
	font-weight:900;
	font-size:large;
	color: #800080;	
	cursor:pointer;

	vertical-align:middle;
}

flip>flip-front,flip>flip-back{display:none}flip>.flip-visible{display:block}flip{display:block;position:relative}flip>.flip-visible-add,flip>.flip-visible-remove{position:absolute;display:block;height:100%;width:100%}flip>.flip-visible-add,flip>.flip-visible-remove{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform 1.5s;transition:transform 1s}flip>flip-front.flip-visible-remove{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}flip>flip-front.flip-visible-remove.flip-visible-remove-active{-webkit-transform:perspective(2500px) rotateY(-180deg);transform:perspective(2500px) rotateY(-180deg)}flip>flip-back.flip-visible-add{-webkit-transform:perspective(2500px) rotateY(180deg);transform:perspective(2500px) rotateY(180deg)}flip>flip-back.flip-visible-add.flip-visible-add-active{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}flip>flip-front.flip-visible-add{-webkit-transform:perspective(2500px) rotateY(-180deg);transform:perspective(2500px) rotateY(-180deg)}flip>flip-front.flip-visible-add-active{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}flip>flip-back.flip-visible-remove{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}flip>flip-back.flip-visible-remove-active{-webkit-transform:perspective(2500px) rotateY(180deg);transform:perspective(2500px) rotateY(180deg)}
.fadein,.fadeout{-webkit-transition:all cubic-bezier(.25,.46,.45,.94) .1s;-moz-transition:all cubic-bezier(.25,.46,.45,.94) .1s;-o-transition:all cubic-bezier(.25,.46,.45,.94) .1s;transition:all cubic-bezier(.25,.46,.45,.94) .1s}.fadein.ng-hide-remove,.fadeout.ng-hide-add.ng-hide-add-active{opacity:0;display:block !important}.fadeout.ng-hide-add,.fadein.ng-hide-remove.ng-hide-remove-active{opacity:1;display:block !important}

/*-------------- SPINNER (caricamento form pratica) -----------------*/
.spinner {
   position: absolute;
   left: 20px;/*50%*/
   top: 0px;/*50%*/
   height:40px; 
   width:40px;
   margin:10px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

/*-------------- FINE SPINNER --------------------- */

body {
    padding-top: 110px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    background-color: #f6f6f6;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
    animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

input.ng-invalid {
    border-bottom: 2px solid #d30000;
}

select.ng-invalid {
    /* border: 1px solid orange;
    background-color: #f6cf98;*/
    border-bottom: 2px solid #d30000;
}

/*div.ng-invalid {
    border: 1px solid orange;
}*/

textarea.ng-invalid {
    /* border: 1px solid orange;
    background-color: #f6cf98;*/
    border-bottom: 2px solid #d30000;
}

input.ng-invalid2 {
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}

select.ng-invalid2 {
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}

textarea.ng-invalid2 {
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}

/*.schedaPratica {
    margin-bottom: 20px;
}*/

/*.rowTableSelected {
    background-color: #e1fbff !important;
}*/

    /*.rowTableSelected:hover {
        background-color: #e1fbff !important;
    }*/

textarea {
    resize: none;
}

/*.btn {
    border-radius: 2px;
}

.btn-default {
    min-width: 65px;
}*/

.btn-sm {
    min-width: 45px;
}

.btn-sm-prat-rif {
    min-width: 45px;
}

.btn-group > .btn.btn-sm.btn-info {
    margin-right: 5px;
}

.modal {
    top: 15px !important;
}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    background-color: #01bbd4;
    padding: 5px 15px;
    min-height: 37px;
}

.modal-header-error {
    background-color: #e68585;
    padding: 5px 15px;
    min-height: 37px;
}

.modal-title {
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 3px;
}

.panel-heading-bold {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

/*input[placeholder] {
   font-weight:500;
    font-style: italic;
    background-color: #FAFAFA;
}*/

.btn-margin {
    margin-left: 5px !important;
}

.navbar {
    min-height: 70px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 13px 7px;
    height: 30px;
}

/*.navbar-fixed-top {
    top: 30px;
}*/

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 12px;
    }
}

.navbar-inverse {
    background-color: #424242;
    border-color: #424242;
    border-bottom: 0px;
}

.subnavbar-inverse {
    background-color: #757575;
    border-color: #757575;
    border-bottom: 0px;
}

.navbar-nav > li {
    width: 110px;
}

.navbar-right > li {
    width: auto;
}

.nav > li > a {

    padding: 14px 5px 1px;
    text-align: center;
    font-size: 14px;
}

/*.starch-subnav {
    top: 35px;
    z-index: 1000;
    min-height: 25px;
}*/

/*#linkUtente > a {
    padding: 8px 0px 5px 0px;
    font-size: 18px;
    top: 0;
}

#linkUtente {
    z-index: 1050;
    width: 35px;
}*/

/*#linkUtente:hover {    
    color: #25c5d9;
}

#linkConfigurazione > a {
    padding: 8px 0px 5px 0px;
}

#linkConfigurazione {
    z-index: 1050;
}

#linkHelp > a {
    padding: 7px 0px 6px 0px;
    font-size: 22px !important
}*/

.linkHelpOn {
    color: #25c5d9 !important;
    
}

.linkHelpOnNavbar {
    color: #f0ad4e !important;
}

/*#linkHelp {
    z-index: 1050;
}*/

/*#linkScrivania > a {
    padding: 9px 0px 2px 0px;
}*/

/*#linkScrivania {
    z-index: 1050;
}*/

/*#linkAgenda > a {
    padding: 8px 0px 3px 0px;
}

#linkAgenda {
    z-index: 1050;
}*/

/*#linkCruscotti > a {
    padding: 8px 0px 3px 0px;
}

#linkCruscotti {
    z-index: 1050;
}*/

.starch-help-marcker {
    color: #337ab7;
}

.starch-helpPanel-mainText {
    text-align: justify;
    color: black;
}

/*.starch-subnav-items {
    background-color: #353b3f;
    height: 25px;
    padding-left: 13px;
    padding-right: 0px;
    text-transform:uppercase;
    box-shadow:0px 0px 12px 0px;
 
}*/


/*.starch-subnav-items-caption {
    color: #dddddd;
    padding: 5px 0px 2px 0px;
    display: inline-block;
    width: auto;
    text-align: left;
    font-weight: 300;
    font-size: 11px;
    padding-right: 35px;
}*/

/*.starch-subnav-items-caption:hover {
    cursor: pointer;
    color: #fff;
}*/

.starch-subnav-items-img {
    font-size: 17px !important;
}

.starch-subnav-items-caption-ricerca {
    color: #FFFFFF;
    text-transform: uppercase;
    /*padding: 6px 0px;*/
    padding: 4px 0px 3px 0px;
    display: inline-block;
    width: 170px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    margin-right: 3px;
}

    .starch-subnav-items-caption-ricerca:hover {
        cursor: pointer;
        /*background-color: #0aa1b8;*/
        /*border-bottom: 4px solid #0aa1b8;*/
        color: #25c5d9;
    }


.starch-subnav-items-archipro-caption {
    color: #dddddd;
    /*text-transform: uppercase;*/
    /*padding: 6px 0px;*/
    padding: 5px 0px 2px 0px;
    display: inline-block;
    width: auto;
    text-align: left;
    font-weight: 300;
    font-size: 11px;
    padding-right: 35px;
}

    .starch-subnav-items-archipro-caption:hover {
        cursor: pointer;
        /*background-color: #0aa1b8;*/
        /*border-bottom: 3px solid #0aa1b8;*/
        color: #FFFFFF;
    }

.starch-subnav-items-archipro-lg {
    width: 160px;
}

.starch-subnav-items-archipro-md {
    width: 140px;
}

.starch-subnav-items-archipro-sm {
    width: 120px;
}

/*.starch-subnav-margin {
    height: 9px;
    background-color: #f6f6f6;
}*/

/*.starch-subnav-row {
    margin: 0px;
}*/

/*.starch-pratica-subnav {
    height: 25px;
    background-color: #23282d;
    margin: 0px 0px 6px 0px;
   /* border: 1px solid #bebebe;
border-top: 0px;
}*/

.starch-pratica-tabs {
    width: 210px;
}

/*.nav-tabs {
    border-bottom: 1px solid #bebebe;
}*/

    /*.nav-tabs > .starch-pratica-tabs > a, .nav-tabs > .starch-pratica-tabs > a:hover, .nav-tabs > .starch-pratica-tabs > a:focus {
        background-color: #DDDDDD !important;
        border-bottom: 0px;
        border-top: 1px solid #c1c1c1;
        border-left: 1px solid #c1c1c1;
        border-right: 1px solid #c1c1c1;
        height: 27px;
    }*/

    .nav-tabs > .starch-pratica-tabs > a {
        border-radius: 0px;
    }

.nav > .starch-pratica-tabs > a:hover,
.nav > .starch-pratica-tabs > a:focus {
    background-color: #f6f6f6 !important;
    color: #23282D;
}

/*.nav-tabs > .starch-pratica-tabs.active > a,
.nav-tabs > .starch-pratica-tabs.active > a:hover,
.nav-tabs > .starch-pratica-tabs.active > a:focus {
    background-color: #23282d !important;
    border: 0px;
    /*border-bottom: 1px solid #ffffff;*/
    /*border-left: 1px solid #bebebe;*/
    /*border-top: 1px solid #bebebe;*/
    /*border-right: 1px solid #bebebe;
}*/


/*.nav > .starch-pratica-tabs > a {
    padding: 6px;
    text-align: left;
}

.starch-pratica-tabs-label {
    text-transform: uppercase;
    color: #424443;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}

.starch-pratica-tabs-label-with-icon {
    text-transform: uppercase;
    color: #fff;
    text-align:left;
    display: inline-block;
    width: 70%;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: -6px;
    text-align: left;
    padding-left:5px;
}

.starch-pratica-tabs-close {
    top: 3px;
    right: 3px;
    position: absolute;
    color: #fff;
}*/
/*.starch-ricerca-pratiche-close {
    top: 8px;
    position: absolute;
    color: #FFFFFF;
    font-size: 24px;
    text-align: right;
    display: inline-block;
    cursor: pointer;
    right: 5px;
}*/

/*.starch-pratica-content {
    padding: 10px 20px;
    background-color: #FFFFFF;
    /*box-shadow: 0px 0px 2px #757575;
    border: 1px solid #bebebe;
}*/

.starch-pratica-content-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #aaaaaa;
    padding: 10px 15px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.starch-pratica-menu-left {
    padding-right: 10px;
    width: 53px !important;
}

.starch-pratica-menu-right {
    padding-left: 10px;
}

/*.starch-pratica-menu-left-tree {
    /*box-shadow: 0px 0px 2px #757575;
}*/

.starch-pratica-menu-right-tree-container {
    /*box-shadow: 0px 0px 2px #757575;*/
    padding: 0px;
    /*background-color: #eeeae7;*/
}

/*.starch-pratica-subnav-caption {
    padding: 4px 28px;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color:#fff;
}*/

.starch-pratica-subnav-caption-comune {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.starch-pratica-content-heading {
    background-color: #fff;
    height: 22px;
    padding: 0px 0px;
    margin-bottom: 0px;
    text-align: right;
}

/*.starch-pratica-content-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: #01bbd1;
    text-transform: uppercase;
    font-weight: 700;
}*/

/*.starch-pratica-menu-left-item {
}

.starch-pratica-menu-left-item-active {
}

    .starch-pratica-menu-left-item-active:hover {
    }

.starch-pratica-menu-left-item:hover {
}

.starch-pratica-menu-left-tree-state-td {
    width: 6px;
    height: 38px;
}

.starch-pratica-menu-left-tree-caption-td {
    width: 28px;
    text-align: center;
}

.starch-pratica-menu-left-tree-child {
    min-height: 34px;
    background-color: #23282d;
    color: #97989c;
}

.starch-pratica-menu-left-tree-child-active {
    background-color: #01bbd4;
    color: #FFFFFF;
    min-height: 34px;
}

    .starch-pratica-menu-left-tree-child-active:hover {
        background-color: #01bbd4 !important;
    }

.starch-pratica-menu-left-tree-child:hover {
    background-color: #32373c;
    cursor: pointer;
    color: #FFFFFF;
}

.starch-pratica-menu-left-tree-child-hove#d30000 {
    background-color: #32373c;
    cursor: pointer;
    color: #FFFFFF;
}

.starch-pratica-menu-left-item-title {
    background-color: #757575;
    height: 35px;
    text-align: center;
}

.starch-pratica-menu-left-item-title-caption {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    padding: 9px 0px;
}

.starch-pratica-menu-left-item-caption {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding-top: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.starch-pratica-menu-left-item-caption-active {
    color: #FFFFFF;
}*/

/*.starch-pratica-menu-left-item-icon {
    font-size: 17px;
    text-align: center;
    width: 100%;
   padding-top: 8px;
}*/

.starch-pratica-menu-left-item-icon-active {
    color: #FFFFFF;
}

.starch-pratica-search {
    margin-top: -3px;
}

/*.starch-pratica-search-item {
    color: #337ab7;
    margin: 5px 10px 5px 5px;
    font-size: 16px;
    top: 3px;
    cursor: pointer;
    font-weight: 300;
}*/

.starch-pratica-main-search-item {
    color: #FFFFFF;
    margin: 5px 7px 5px 5px;
    font-size: 15px;
    top: 5px;
    cursor: pointer;
    font-weight: 300;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 3px;
        /*margin-right: 0px;*/
        background: url('images/ArchiWebLogo.png') no-repeat 0 0;
        width: 105px;
    }
}

/*.starch-pratica-menu-right-item-title {
    background-color: #23282D;
    height: 30px;
    /*margin: 0px 9px;
}*/

    /*.starch-pratica-menu-right-item-title .starch-pratica-menu-right-item-title-caption {
        font-weight: 300 !important;
    }*/

    .starch-pratica-menu-right-item-title:hover {
        background-color: #32373c;
    }

        /*.starch-pratica-menu-right-item-title:hover .starch-pratica-menu-right-item-title-caption {
            color: #fff !important;
        }*/

.starch-pratica-menu-right-tree-child-active > .starch-pratica-menu-right-item-title {
    background-color: #01bbd4;
}

/*.starch-pratica-menu-right-item-title-caption {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    /*padding: 7px 11px;
    text-transform: uppercase;
}*/

.starch-pratica-menu-right-tree {
    /*background-color: #eeeae7;*/
   
    /*padding-top: 10px;*/
    /*padding-left: 3px;*/
}

.starch-pratica-menu-right-tree-child {
    display: block;
    min-height: 25px;
    margin-bottom: 1px;
    background-color: #FFFFFF;
}

.starch-pratica-menu-right-tree-child-active {
    background-color: #01bbd4;
    min-height: 25px;
    color: #FFFFFF;
    /*text-decoration: underline;*/
    margin-bottom: 1px;
    cursor: pointer;
}

    .starch-pratica-menu-right-tree-child-active > div > table > tbody > tr > td > span.starch-pratica-menu-right-tree-state-caption {
        /*text-decoration: underline;*/
    }

.starch-pratica-menu-right-tree-state {
    height: inherit;
    min-height: 25px;
    /*width: 6px;*/
    /*margin-right: 5px;*/
}

.starch-pratica-menu-right-tree-state-caption {
    margin-top: 1px;
    font-size: 12.5px;
    font-weight: 400;
    text-transform: uppercase;
}

.starch-pratica-menu-right-tree-state-caption-small {
    margin-top: 1px;
    font-size: 11.5px;
    font-weight: 400;
    text-transform: uppercase;
}

/*.starch-pratica-menu-left div[data-tree-model] li {
    padding: 0px;
    line-height: 14px;
}

div[data-tree-model] li {
    padding: 0px;
    /*padding: 0 0 10px 0px;
    line-height: normal;
}*/

    /*div[data-tree-model] li > div > ul > li {
    padding: 0 0 10px 0;
}
*/

    div[data-tree-model] li > div > ul > li > div > ul > li {
        padding: 0 0 0 0;
    }

.starch-pratica-menu-right-tree-item {
    min-height: 25px;
}

.starch-pratica-menu-right-tree-child:hover {
    background-color: #e0e0e0;
    /*color: #FFFFFF;*/
    cursor: pointer;
}

/*div[data-tree-model] li > div > ul > li > div > div > table > tbody > tr > td > span.starch-pratica-menu-right-tree-state-caption {
    text-transform: none;
    font-size: 12.5px;
    font-weight: 300;
    display: inline-block;
    width: 315px;
}*/

div[data-tree-model] li > div > ul > li > div > div > table > tbody > tr > td.starch-pratica-menu-right-tree-state-td {
    border-left-width: 5px !important;
}

.starch-pratica-menu-right-tree > div[data-tree-model] li > div > div > table > tbody > tr > td.starch-pratica-menu-right-tree-state-td {
    /*border-left-width: 0px;*/
}

.starch-pratica-menu-right-tree-state-td {
    min-height: 25px;
    height: 100%;
    border-left-width: 5px;
    border-left-style: solid;
}

/*.starch-pratica-menu-right-tree > div > ul > li > div > ul {
    margin-bottom: 8px;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    background-color: #FFFFFF;
}*/

.starch-row {
    margin-bottom: 30px;
}

.starch-row-lg {
    margin-bottom: 80px;
}

.starch-row-md {
    margin-bottom: 50px;
}

.starch-row-xs {
    margin-bottom: 20px;
}

.starch-row-xxs {
    margin-bottom: 10px;
}

.starch-row-min {
    margin-bottom: 5px;
}

.starch-panel {
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 0px;
}

.starch-panel-heading {
    background-color: #FFFFFF;
    border: 0px;
    color: #f60057;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
    line-height: 15px;
}

.starch-panel-section-heading {
    background-color: #FFFFFF;
    border: 0px;
    color: #757575;
    font-weight: 300;
    font-size: 22px;
    padding-bottom: 15px;
    line-height: 15px;
}

.starch-panel-section-heading-pareri {
    background-color: #FFFFFF;
    border: 0px;
    color: #757575;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 15px;
}

.starch-pane-body-lg {
    padding: 0px;
    /*padding: 15px;*/
    /*border: 1px solid #bebebe;*/
}

.starch-pane-body-md {
    padding: 15px 80px;
}

.starch-panel-body-content {
    padding: 0px;
}

/*.table-borde#d30000 > thead > tr > th, .table-borde#d30000 > thead > tr > td {
    background-color: #f5f5f5;
    padding: 3px 6px;
    border-bottom: 0px;
    font-weight:600;
    font-size:11px;
    color:#424242;

}*/

.timeline-container {
    padding: 0px !important;
}

.timeline-cente#d30000:before {
    background: #dddddd !important;
}

/*.timeline-cente#d30000 .timeline-entry .timeline-entry-inner .timeline-label {
    background: #e5e5e5 !important;
    box-shadow: 0 1px 6px #888888 !important;
    padding: 7px 15px !important;
}*/

    .timeline-cente#d30000 .timeline-entry .timeline-entry-inner .timeline-label:after {
        border-color: transparent #e5e5e5 transparent transparent !important;
    }

    .timeline-cente#d30000 .timeline-entry .timeline-entry-inner .timeline-label h2 {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }

        .timeline-cente#d30000 .timeline-entry .timeline-entry-inner .timeline-label h2 a {
            font-weight: 400 !important;
        }

    .timeline-cente#d30000 .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-cente#d30000 .timeline-entry .timeline-entry-inner .timeline-label p {
        font-family: "Roboto", sans-serif !important;
    }

.timeline-cente#d30000 .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 14px !important;
}

.timeline-label > ul {
    font-weight: 300;
    padding-left: 30px;
}

.timeline-cente#d30000 .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #dfdfdf !important;
    color: #757575 !important;
}

.timeline-cente#d30000 .timeline-entry {
    margin-bottom: 50px !important;
}

.starch-btn-link {
    text-transform: uppercase;
}

select.ui-grid-filter-select {
    font-size: 11px;
}

.starch-login-body .panel-default {
    opacity: 0.9;
    margin-top: 50px;
}

.starch-login-body .form-group.last {
    margin-bottom: 0;
}

/*.starch-btn-check {
    width: 16px;
    height: 16px;
    margin-bottom: 1px;
    min-width: 16px;
}

    .starch-btn-check span {
        left: -2px !important;
        top: -1px !important;
    }*/

/*.starch-prat-menu-right-tree-level-1 {
    padding-left: 10px;
    padding-right: 10px;
    /*padding-left: 0px;
    width: 100%;
}

.starch-prat-menu-right-tree-level-2 {
    padding-left: 5px;
    width: 100%;
}

    .starch-prat-menu-right-tree-level-2 > span {
        font-weight: 400 !important;
        /*text-decoration: underline;
    }

.starch-prat-menu-right-tree-level-2-richint {
    padding-left: 10px;
}

.starch-prat-menu-right-tree-level-3 {
    padding-left: 10px;
    width: 100%;
}
    */
.starch-itercronologico-valore {
    font-weight: 400;
}

.starch-pratica-volture-content-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.starch-pratica-content-section-pre-header {
    color: #f54375;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

/*.starch-pratica-content-section-header {
    text-transform: uppercase;
    color:#8334c2;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 3px;
    width: 100%;
    float: left;
}*/

.starch-pratica-content-section-header-spacer {
    margin-top: 25px;
}

.starch-pratica-content-section-header-spacer2 {
    margin-top: 20px;
}

.starch-oneri-content-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
}

.starch-volture-controls {
    padding: 10px;
}

.starch-grid-volturanti-disp .ui-grid-top-panel {
    background: #dff0d8;
}

.starch-grid-volturanti-sel .ui-grid-top-panel {
    /* background: #dff0d8;*/
}

.starch-grid-volturati-disp .ui-grid-top-panel {
    background: #f2dede;
}

.starch-grid-volturati-sel .ui-grid-top-panel {
    /*background: #f2dede;*/
}

/*.ui-grid-top-panel {
    background: #efefef;
}*/

/*.ui-grid-header-cell {
    border-bottom: solid 1px #dddddd;
}*/

.ui-grid {
    border: solid 1px #dddddd;
}

/*.ui-grid-header {
    border: none;
    border-right: none;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}*/

.starch-grid-volturanti-disp {
    height: 150px;
}

.starch-grid-volturanti-sel {
    height: 150px;
}

.starch-grid-volturati-disp {
    height: 150px;
}

.starch-grid-volturati-sel {
    height: 150px;
}

/*.ui-grid-cell-contents {
    padding: 3px 3px 3px 5px;
    white-space: inherit;
}*/

/*.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #ffffff;
    border-right: solid 1px #dddddd;
}*/

.ui-grid-cell {
    border-bottom: 1px solid #ddd;
}

.panel-footer {
    padding: 5px 0px;
    border-top: none;
}




.popover.bottom > .arrow:after {
    border-bottom-color: rgba(0, 0, 0, 0.67)
}
.popover.top > .arrow:after {
    border-top-color: rgba(0, 0, 0, 0.67)
}

.popover.left > .arrow:after {
    border-left-color: rgba(0, 0, 0, 0.67)
}

.popover.right > .arrow:after {
    border-right-color: rgba(0, 0, 0, 0.67)
}
/*

.popover.right .arrow::after{
   
     border-color:#757575!important;
     color:#d30000!important;
 }

.popover.top .arrow::after{
     border-color:#757575!important;
     color:#757575!important;
     
     
}*/

.starch-alert {
    padding: 5px;
    margin: 0px 2px 2px 5px;
}

.starch-alert-no-margin {
    padding: 5px;
}

.starch-alert-no-margin-answer {
    padding: 3px 5px;
}

.starch-alert-workflow-question {
    /*margin-left: -8px;
    margin-right: -7px;*/
    margin-bottom: 0px;
    border-radius: 0px;
}

.starch-alert-label-bold {
    font-weight: 700;
}

.badge {
    margin-left: 5px;
}

.btn .badge {
    top: 0px;
}

/*label {
    margin-bottom: 0px;
    font-size: 11px;
    letter-spacing: 0.04em;
    color:#000;
}*/

/*.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}*/

.starch-riepilogo-row {
    /*border: 1px solid #bdbdbd;*/
    padding: 0px;
}

.starch-riepilogo-hr {
    border-top: 1px solid #c2c2c2;
    margin-top: 10px;
}

.starch-riepilogo-header-caption {
    color: #F54375;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: left;
    /*padding-top: 18px;*/
}

.starch-riepilogo-header-value {
    color: #424242;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}

.starch-riepilogo-subheader-caption {
    color: #F54375;
    font-size: 13px;
    text-transform: uppercase;
    /*font-weight: 700;*/
    display: block;
    padding-top: 7px;
}

.starch-riepilogo-stato-caption {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.starch-riepilogo-subheader-caption-no-padding {
    padding-top: 0px;
}

.starch-riepilogo-subheader-value {
    color: #424242;
    /*font-size: 14px;*/
    /*font-weight: 700;*/
    display: inline-block;
}


.starch-riepilogo-subheader-descr-lav-value {
    color: #424242;
    font-weight: 300;
    display: inline-block;
    height: 70px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 99%;
    overflow-y: auto;
    background-color: #ffffff;
    text-transform: lowercase;
}

.starch-riepilogo-subheader-value-danger {
    color: #a94442;
    font-weight: 400;
}

.starch-riepilogo-subheader-textarea-value {
    color: #424242;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    /*border: 1px solid #c0c0c0;
    padding: 10px;*/
    width: 99%;
}

.starch-riepilogo-header-images {
    font-size: 17px;
    color: #616161;
}

.starch-riepilogo-subheader-images-caption {
    color: #f54375;
    font-size: 13px;
    text-transform: uppercase;
    /*font-weight: 500;*/
    display: block;
    padding-top: 0px;
}

.starch-riepilogo-header-images-spacer {
    margin-top: 15px;
}

.starch-riepilogo-header-images-spacer-lg {
    margin-top: 20px;
}

.starch-riepilogo-header-images-spacer-bottom {
    margin-bottom: 15px;
}

.starch-riepilogo-header-bottom-spacer {
    margin-bottom: 10px;
}

.starch-riepilogo-table-header th {
    text-transform: uppercase;
}

.ui-grid-render-container-body .ui-grid-viewport {
    /*width: 100% !important;
    min-width: 100% !important;*/
   /*height: 100% !important;*/
}

.ui-grid-viewport {
    overflow-anchor: none;
}

.starch-grid-button-spacer {
    margin-bottom: 18px;
}

.starch-grid-istruttore {
    height: 120px;
}

.starch-grid-responsabile {
    height: 120px;
}

.btn-starch-min {
    min-width: 20px !important;
}

.btn-starch-xxs {
    min-width: 26px !important;
}

.btn-starch-xs {
    min-width: 35px !important;
}

.btn-starch-sm {
    min-width: 55px !important;
}

.starch-anagrafica-result {
    color: #d30000;
}

.starch-pratica-content-subsection-anagrafiche {
    color: #8334c2;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 5px;
}

.starch-pratica-content-subsection-anagrafiche-spacer {
}

.starch-form-group-vbottom {
    margin-top: 22px;
}

.starch-sort-down-up {
    cursor: pointer;
    color: black;
}



.ui-grid-render-container-body .ui-grid-header-viewport {
    width: 100% !important;
}

.starch-riepilogo-section {
    border: 1px solid #ddd;
    margin: 10px 2px;
}

.starch-riepilogo-section-padding {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.starch-riepilogo-section-stato-caption {
    background-color: #757575;
    height: 80px;
    line-height: 80px;
    width: 65px;
    border: 0px;
}

.starch-riepilogo-section-eventi {
    height: 98px;
    overflow-y: auto;
    background-color: #ffffff;
    width: 100%;
    /*height: 160px;*/
}

.starch-eventi-subheader-value {
    color: #424242;
    /*font-size: 14px;*/
    font-weight: 300;
    display: inline-block;
}

.starch-riepilogo-padding-right-disable {
    padding-right: 0px;
}

.starch-riepilogo-padding-left-disable {
    padding-left: 0px;
}

.starch-riepilogo-stato-value {
    color: #424242;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    border: 1px solid #dddddd;
    padding: 5px;
}

.starch-riepilogo-stato-value-container {
    height: 80px;
    line-height: 80px;
}

.starch-riepilogo-eventi-value {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

/*.starch-riepilogo-volturato-col {
    width: 10%;
}*/

.starch-riepilogo-stato-value-span {
    display: inline-block;
    width: 100%;
}

.starch-cambio-iter-tipo-pratica {
    color: #0000FF;
}

.starch-cambio-iter-row-spacer {
    margin-bottom: 10px;
}

.starch-cambio-iter-situazione {
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}

.starch-cambio-iter-hr {
    border-top: 1px solid #c2c2c2;
    margin: 0px 0px 8px 0px;
}

.starch-cambio-iter-possibile-nuovo {
    margin-bottom: 22px;
}

.starch-cambio-iter-border {
    border-right: 5px solid #dddddd;
}

/*.starch-form-group-button-spacer {
    margin-top: 16px;
   
}*/

.starch-pratica-dati-terr-abuso-caption {
    font-weight: 700;
}

.starch-dati-terr-tree {
    /*border: 1px solid #DDDDDD;*/
    width: 99%;
    margin-left: 4px;
}

#treePrg {
    margin-left: 0px;
}

    #treePrg li {
        padding: 0 0 0 0px;
        line-height: 20px;
    }

    #treePrg > ul > li > div {
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
    }

        #treePrg > ul > li > div > ul > li > div {
            text-transform: none;
            font-weight: 300;
            cursor: pointer;
        }

starch-dati-terr-tree-child {
    background-color: transparent;
    color: #333333;
}

.starch-dati-terr-tree-child-active {
    background-color: #01bbd4;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 300 !important;
}

.starch-search-prat-rif {
    margin-bottom: 20px;
}

.starch-invio-mail-grid-dest {
    height: 120px;
}

.starch-invio-mail-grid-dest-checkbox-pec {
    margin: 2px 0 0 !important;
}

.starch-invio-mail-grid-allegati {
    height: 120px;
}

/*.starch-upload-file-drop-zone {
    border: dotted 3px lightgray;
}*/

.starch-upload-file-nv-file-over {
    border: dotted 3px #d30000;
}

.starch-upload-file-another-file-over-class {
    border: dotted 3px green;
}

.starch-documenti-grid-checkbox-file {
    margin: 4px 0 0 !important;
}

.starch-documenti-button-upload {
    cursor: pointer;
    font-size: 14px;
    color: #546e7a;
}

.starch-documenti-button-download {
    cursor: pointer;
    font-size: 14px;
    color: #546e7a;
}

.starch-documenti-button-view {
    cursor: pointer;
    font-size: 14px;
    color: #f0ad4e;
}

.starch-documenti-button-delete {
    cursor: pointer;
    font-size: 14px;
    color: #d9534f;
}

.starch-documenti-button-pdf {
    cursor: pointer;
    font-size: 14px;
    color: #d9534f;
    top: 1px;
    bottom: -1px;
    position: relative;
}

.starch-documenti-button-word {
    cursor: pointer;
    font-size: 18px;
    color: #337ab7;
    margin-top: 3px;
}

/*.starch-documenti-button-pdf {
    cursor: pointer;
    font-size: 18px;
    color: #d9534f;
    margin-top: 3px;
}*/

.starch-documenti-seleziona-tabella {
    height: 450px;
}

.starch-grid-leggi-pareri {
    height: 450px;
}

.starch-btn-link-leggi-pareri {
    padding: 0px;
}

.starch-rich-int-division {
    border-right: 4px solid #dddddd;
    margin-right: -2px;
}

.starch-rich-int-grid-doc > div {
    height: 180px !important;
}

.starch-rich-int-grid-doc-agib > div {
    height: 120px !important;
}

.starch-grid-dettaglio-icon {
    color: #546e7a;
    cursor: pointer;
    font-size: 16px;
    padding: 4px 5px;
}

.starch-grid-dettaglio-icon-#d30000 {
    color: #f0ad4e;
    cursor: pointer;
    font-size: 16px;
    padding: 4px 5px;
}

.starch-grid-dettaglio-icon-green {
    color: #5cb85c;
    font-size: 16px;
    padding: 4px 5px;
}

/*.nav-tabs > li > a {
    border-radius: 0px;
}*/

.starch-pratica-operatori-tabs .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 5px;
}

.starch-grid-multiselect {
    height: 400px;
}

.starch-grid-rappresentati-legali {
    height: 200px;
}

.starch-documenti-preview-grid {
    height: 400px;
}

.starch-documenti-preview-frame {
    height: 400px;
    width: 100%;
    z-index: 0;
}

.starch-progress-bar-caption {
    text-transform: none;
    width: 100%;
    font-size: 12px;
    float: none;
    margin:auto;
    margin-top:250px;
    border-radius: 4px;
}

.starch-pratica-ricerca-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.starch-pratica-ricerca-section-header-no-margin {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.starch-ricerca-pratiche-modal-height {
    height: 730px;
}

/*.nav-pills > .starch-ricerca-pratiche-pills + .starch-ricerca-pratiche-pills {
    margin-left: 0px;
}

.nav-pills > li > a {
    padding: 3px;
    text-align: center;
    font-size: 10px;
    min-width: 90px;
    text-transform: uppercase;
}

.starch-ricerca-pratiche-pills {
    margin-right: 10px;
    color: #FFFFFF;
    background-color: #337ab7;
    border: 1px solid #2e6da4;
    border-radius: 2px;
}

.nav > .starch-ricerca-pratiche-pills > a:hover, .nav > .starch-ricerca-pratiche-pills > a:focus {
    background-color: #337ab7;
    border-color: #204d74;
}

.starch-ricerca-pratiche-pills-all-filters {
    color: #FFFFFF;
    background-color: #f0ad4e;
    border: 1px solid #eea236;
    border-radius: 2px;
}

.nav > .starch-ricerca-pratiche-pills-all-filters > a:hover, .nav > .starch-ricerca-pratiche-pills-all-filters > a:focus {
    background-color: #ec971f;
    border-color: #d58512;
}

.starch-ricerca-pratiche-pills > a {
    color: #FFFFFF;
}

.starch-ricerca-pratiche-pills-all-filters > a {
    color: #FFFFFF;
}

.starch-ricerca-pratiche-pills:last-child {
    margin-right: 0px;
}

.starch-ricerca-pratiche-pills:first-child {
    margin-left: 5px;
}*/

/*.starch-ricerca-pratiche-tabs > ul > li > a {
    width: auto; 125px
    border: 0px;
    margin: 0px 10px 0px 10px;
}*/

/*.starch-ricerca-pratiche-tabs > ul > li#tabDatiTerr > a {
    width: 135px;
}*/

.starch-ricerca-pratiche-tabs > ul > li {
    width: auto; /*125px;*/
    /* margin-bottom: 0px;
    margin-right: 5px;*/
}

    .starch-ricerca-pratiche-tabs > ul > li:first-child {
        margin-left: -17px;
    }

.starch-ricerca-pratiche-tabs > ul {
    /* border-bottom:solid 1px #ddd;*/
}

    .starch-ricerca-pratiche-tabs > ul > li.active > a,
    .starch-ricerca-pratiche-tabs > ul > li.active > a:hover,
    .starch-ricerca-pratiche-tabs > ul > li.active > a:focus {
        border: 0px;
        border-bottom: 3px solid #03a9f3;
    }

    .starch-ricerca-pratiche-tabs > ul > li > a:hover, starch-ricerca-pratiche-tabs > ul > li > a:focus {
        background-color: transparent !important;
        border: 0px;
        border-bottom: 3px solid #03a9f3;
    }

/*.starch-ricerca-pratiche-tab {
    border-top: 1px solid #bebebe;
    padding-top: 20px;
}*/

/*.starch-ricerca-pratiche-tabs-container {
    height: 376px;
}*/

/*.starch-ricerca-pratiche-button {
    height: 50px;
    font-size: 20px;
    width: 100%;
    font-weight: 300;
    background-color: #01bbd4;
}*/

.starch-ricerca-pratiche-label-filtri-attivi {
    margin-bottom: 4px;
}

.starch-apri-pratica-container {
    height: 80px;
}

/*.starch-apri-pratica-button {
    height: 50px;
    font-size: 20px;
    width: 100%;
    font-weight: 300;
    background-color: #01bbd4;
}*/

.starch-modal-header {
    background-color: #01bbd4;
}

.starch-modal-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #FFFFFF;
    width: 90%;
    padding-left: 10%;
    /*margin-right: 7%;*/
    display: inline-block;
}

/*.starch-crea-pratica-button {
    height: 50px;
    font-size: 20px;
    width: 100%;
    font-weight: 300;
    background-color: #01bbd4;
}*/

.starch-crea-pratica-container {
    height: 220px;
}

.starch-ultime-pratiche .modal-dialog {
  
}

.starch-ricerca-pratiche .modal-dialog {
  
}

.starch-pareri-grid {
    height: 50px;
}

.starch-pratica-menu-right-tree-state-date {
    width: 85px;
    /*background-color: #757575;*/
    background-color: #8bc24a;
    border-radius: 2px;
    color: #FFFFFF;
}

.starch-pratica-menu-right-tree-state-no-date {
    width: 85px;
    /*background-color: #757575;*/
    background-color: #ec971f;
    border-radius: 2px;
    color: #FFFFFF;
}

.starch-pratica-menu-right-tree-state-date-value {
    font-weight: 400;
    display: table-cell;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    width: 85px;
}

.starch-pratica-menu-right-tree-state-no-date-value {
    color: #FFFFFF;
    font-weight: 300;
    display: table-cell;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    width: 85px;
    font-size: 12px;
}

.starch-pratica-menu-right-tree-state-date-container {
    vertical-align: middle;
    padding-right: 10px;
}

.starch-pratica-menu-right-tree-item-table {
    /*margin-left: 9px;*/
    /*margin-right: 9px;*/
    width: 100%;
}

.starch-pratica-menu-right-tree-item-table-spacer {
    margin-bottom: 10px;
    border: 1px solid #bebebe;
    min-height: 35px;
}

.starch-pratica-menu-right-tree-item-table-last-child {
    margin-bottom: 15px;
}

.starch-pratica-menu-right-tree-item-table-first-child {
    margin-top: 10px;
}

.starch-prat-menu-right-tree-item-spacer {
    margin-left: 10px;
}

.starch-pratica-menu-right-tree-child-active > .starch-pratica-menu-right-tree-item {
    background-color: #FFFFFF;
}

.starch-pratica-menu-right-tree-child-active > .starch-pratica-menu-right-tree-node-1 {
    background-color: #01bbd4;
}

.starch-pratica-menu-right-tree-child-active > .starch-pratica-menu-right-tree-groupitem-spacer {
    background-color: #01bbd4;
}

.starch-pratica-menu-right-tree-child-active > .starch-pratica-menu-right-tree-item > .starch-prat-menu-right-tree-item-spacer {
    background-color: #01bbd4;
}

.starch-pratica-menu-right-tree-child-active > .starch-prat-menu-right-tree-level-3 {
    background-color: #01bbd4;
}

.starch-pareri-grid-row-positive {
    background-color: #dff0d8 !important;
    border-color: #d4d4d4;
}

.starch-pareri-grid-row-negative {
    background-color: #f2dede !important;
    border-color: #d4d4d4;
}

.starch-pareri-grid-row-warning {
    background-color: #f6ddb9 !important;
    border-color: #d4d4d4;
}

/*.archiweb-logo {
    background: url('images/Logo2018.png') no-repeat center center;
    width: 120px;
    height: 45px;
}

.starch-archiweb-login-header {
    background-color: #424242 !important;
    height: 60px;
}

.starch-archiweb-login-header-label {
    color: #FFFFFF;
}

.starch-archiweb-login-footer {
    height: 40px;
    margin-right: 10px;
}

.starch-panel-border {
    border-color: #424242;
    box-shadow: 0px 0px 15px #757575;
}

.starch-archiweb-login-header-spacer {
    height: 30px;
}*/

/*.inside-left {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #23282d;
    /*box-shadow: 0px 0px 2px #757575;
}*/

.inside-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.inside-right {
    margin-top: 20px;
    margin-bottom: 20px;
    /*background-color: #eeeae7;*/
    /*box-shadow: 0px 0px 2px #757575;*/
}

.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.content {
    padding: 12px 3px;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
        /*   height: 85vh;*/
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

.starch-stampe-seleziona-tipo-pratica {
    height: 350px;
}

.starch-stampe-doc-esistente {
    font-weight: 700;
}

.starch-stampe-table-aggiunta {
    width: 747px;
}

    .starch-stampe-table-aggiunta thead tr {
        display: block;
        position: relative;
    }

    .starch-stampe-table-aggiunta tbody {
        display: block;
        overflow-y: scroll;
        width: 100%;
        height: 400px;
    }

    .starch-stampe-table-aggiunta > tbody > tr > td {
        border-left: 0px;
        border-right: 0px;
    }

    .starch-stampe-table-aggiunta > thead > tr > th {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 1px solid #dddddd !important;
    }

.starch-stampe-table-aggiunta-first-cell-header {
    width: 247px;
}

.starch-stampe-table-aggiunta-last-cell-header {
    width: 500px;
    border-left: 1px solid #dddddd !important;
}

.starch-stampe-table-aggiunta-first-cell {
    width: 248px;
}

.starch-stampe-table-aggiunta-last-cell {
    width: 485px;
    border-left: 1px solid #dddddd !important;
}

li [datepicker] {
    padding-left: 9px;
    padding-right: 9px;
}

/*.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}*/

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.starch-primary-navbar-active {
    /*background-color: #0aa1b8;*/
    /* border-bottom: 4px solid #0aa1b8;*/
    font-weight: 700;
    color: #25c5d9;
}

    .starch-primary-navbar-active:hover {
        /*border-bottom: 4px solid #0aa1b8;*/
        color: #25c5d9 !important;
    }

span.starch-primary-navbar-active:hover {
    /* border-bottom: 4px solid #0aa1b8;*/
    color: #25c5d9;
}

.starch-primary-navbar-active > a {
    color: #25c5d9 !important;
    cursor: default;
}

.starch-primary-subnavbar-active {
    color: #25c5d9 !important;
    /*background-color: #757575;*/
    /* border-bottom: 3px solid #01bbd4;*/
    font-weight: 700;
}

    .starch-primary-subnavbar-active:hover {
        border-bottom: 0px;
    }

span.starch-primary-subnavbar-active:hover {
    /* border-bottom: 3px solid #01bbd4;*/
    cursor: default;
    color: #25c5d9;
}

.starch-primary-subnavbar-active > a {
    color: #ffffff !important;
}

/*.starch-tabelle-menu-left {
    box-shadow: 0px 0px 2px #757575;
    padding-left: 0px;
    padding-right: 0px;
}*/

.starch-tabelle-right-container {
    /*box-shadow: 0px 0px 2px #757575;*/
    padding: 1px 0px 0px 10px;
}

.starch-tabelle-menu-left-item-title {
    background-color: #757575;
    /*height: 35px;
    margin-bottom: 5px;*/
}

.starch-tabelle-menu-left-item-title-caption {
    /*color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    padding: 7px 11px;*/
    text-transform: uppercase;
    font-size: 12px;
}

.starch-tabelle-menu-left-item-container {
    margin-bottom: 15px;
    padding-left: 7px;
}

.starch-tabelle-menu-left-items-container {
    margin-top: 10px;
    margin-left: -3px;
    margin-right: 8px;
}

.starch-tabelle-menu-left-item {
    text-transform: uppercase;
    margin-bottom: 5px;
}

    .starch-tabelle-menu-left-item:hover {
        cursor: pointer;
        background-color: #e0e0e0;
    }

    .starch-tabelle-menu-left-item > span {
        color: #333333;
        padding: 0px 0px;
        font-weight: 300;
    }

        .starch-tabelle-menu-left-item > span:hover {
            text-decoration: none;
        }

.starch-tabelle-menu-left-item-active {
    background-color: #01bbd4;
}

    .starch-tabelle-menu-left-item-active:hover {
        background-color: #01bbd4;
    }

    .starch-tabelle-menu-left-item-active > span {
        color: #FFFFFF;
        font-weight: 400;
    }

.starch-tabelle-inside-left {
    padding: 10px;
}

/*.starch-tabelle-inside-right {
    box-shadow: 0px 0px 2px #757575;
    padding: 10px;
    background-color: #FFFFFF;
    min-height: 900px;
}*/

/*.starch-tabelle-grid-edit-icon {
    color: #546e7a;
    cursor: pointer;
    font-size: 16px;
    padding: 4px 5px;
}*/

.starch-tabelle-grid-storico-checkbox {
    margin: 2px 0 0 !important;
}

/*.starch-tabelle-grid-master {
    height: 500px;
}*/

.starch-tabelle-grid-detail {
    height: 250px;
}

.starch-tabelle-modal-body {
    min-height: 150px;
}

.starch-tabelle-uffici-tabs .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 10px;
    height: 550px;
}

.starch-tabelle-catasto-tabs .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 10px;
}

.starch-tabelle-ici-tabs .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 10px;
}

.starch-tabelle-grid-tipo-int {
    height: 300px;
}

.starch-tabelle-grid-tipo-prat {
    height: 300px;
}

.starch-tabelle-grid-copia-icon {
    color: #337ab7;
    cursor: pointer;
    font-size: 16px;
}

.starch-tabelle-grid-cancella-icon {
    color: #337ab7;
    cursor: pointer;
    font-size: 16px;
}

.starch-tabelle-grid-associa-tutti-icon {
    color: #337ab7;
    cursor: pointer;
    font-size: 16px;
    margin-left: 5px;
}

.starch-form-control-125 {
    width: 125px;
}

/*.starch-badge-num-pratiche {
    background-color: #d54e21;
    color: #fff;
    margin-top: -7px;
    padding: 2px 5px;
    font-size: 11px;
}*/

/*.starch-badge-num-pratiche-sportello {
    background-color: #FFFFFF;
    color: #757575;
    margin-top: -2px;
    padding: 2px 6px;
}*/

/*.starch-badge-num-pratiche-ricerca {
    background-color: #FFFFFF;
    color: #757575;
    margin-top: -2px;
}*/

.starch-tabelle-label-spacer {
    margin-bottom: 32px;
}

.starch-label-underline {
    text-decoration: underline;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.ui-grid-pager-panel {
    position: relative;
    padding-top: 0px;
    margin-top: 10px;
}

/*.ui-grid-pinned-container-left .ui-grid-render-container-left .ui-grid-viewport {
    height: 100% !important;
}*/
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
    border-right: none;
}

.imgRotate90 {
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.imgRotate-90 {
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.imgRotate-180 {
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ui-grid-pager-max-pages-number {
    position: relative;
    top: -5px;
}

.starch-prat-menu-left-dynamic-items {
    width: 240px;
    background-color: #23282d;
    z-index: 999;
    position: absolute;
    left: 42px;
    /*box-shadow: 2px 0px 2px #757575;*/
    cursor: pointer;
}

.starch-prat-menu-left-dynamic-item-show {
    display: none;
}

.starch-prat-menu-left-dynamic-item {
    height: 38px;
}

    .starch-prat-menu-left-dynamic-item:hover {
        background-color: #32373c;
    }

.starch-prat-menu-left-dynamic-item-hove#d30000 {
    background-color: #32373c;
}

    .starch-prat-menu-left-dynamic-item-hove#d30000 .starch-prat-menu-left-dynamic-item-caption {
        color: #FFFFFF;
    }

.starch-prat-menu-left-dynamic-item-active {
    background-color: #01bbd4;
}

    .starch-prat-menu-left-dynamic-item-active .starch-prat-menu-left-dynamic-item-caption {
        color: #FFFFFF;
    }

    .starch-prat-menu-left-dynamic-item-active:hover {
        background-color: #01bbd4;
    }

.starch-prat-menu-left-dynamic-item:hover .starch-prat-menu-left-dynamic-item-caption {
    color: #FFFFFF;
}

.starch-prat-menu-left-dynamic-item-caption {
    color: #97989c;
    display: inline-block;
    text-transform: uppercase;
    padding: 11px 9px;
    width: 240px;
}

.starch-oneri-elimina-record {
    color: #d9534f;
    font-size: 18px;
    padding: 4px 0px;
}

    .starch-oneri-elimina-record:hover {
        cursor: pointer;
    }

.starch-oneri-calcola-record {
    color: #337ab7;
    font-size: 16px;
    padding: 5px 0px;
}

    .starch-oneri-calcola-record:hover {
        cursor: pointer;
    }

.starch-oneri-dati-sup-record {
    color: #337ab7;
    font-size: 19px;
    padding: 5px 0px 2px;
}

    .starch-oneri-dati-sup-record:hover {
        cursor: pointer;
    }

/*.starch-oneri-dati-sup-ok-record {
    color: #8bc24a;
    font-size: 16px;
    padding: 5px 0px;
}*/

    .starch-oneri-dati-sup-ok-record:hover {
        cursor: pointer;
    }

/*.starch-oneri-row-totale {
    color: #31708f;
    background-color: #d9edf7;
}*/

.starch-idonallog-row-totale {
    color: #31708f;
    background-color: #d9edf7;
}

.text-bold {
    font-weight: bold !important;
}

.starch-oneri-table td {
    vertical-align: middle !important;
    border: 1px solid #dddddd !important;
}

/*.starch-oneri-calcolo-moltiplicatore {
    width: 45px;
    display: inline-block;
}*/

.starch-oneri-dati-sup-alloggi {
    width: 45px;
    display: inline-block;
}

.css-form input.ng-invalid.ng-touched {
    background-color: #FA787E;
}

.starch-oneri-dati-sup-span-spacer {
    padding-top: 4px;
}

.starch-oneri-dati-sup-td-spacer {
    padding-right: 12px !important;
}

.starch-oneri-dati-sup-td-spacer-2 {
    padding-right: 11px !important;
}

.starch-oneri-calcolo-costo-input-width {
    width: 120px;
    display: inline-block;
}

.starch-oneri-dati-sup-th-spacer {
    padding-bottom: 18px;
}

.starch-oneri-calcolo-costo-span-spacer {
    padding-right: 7px;
}

.starch-catasto-header-risultato-censuario {
    background-color: #0aa1b8;
    height: 35px;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
    padding: 9px;
}

.starch-catasto-risultato-censuario {
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    padding: 10px;
    background-color: #FFFFFF;
}

.starch-catasto-risultato-censuario-caption-uiu {
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    padding-bottom: 10px;
}

.starch-catasto-risultato-censuario-caption-int {
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    padding-bottom: 10px;
}

.starch-catasto-risultato-censuario-label {
    text-transform: uppercase;
    color: #BCBCBC;
    font-size: 12px;
}

.starch-catasto-risultato-censuario-value {
    font-weight: 700;
    font-size: 12px;
}

.starch-catasto-risultato-censuario-division {
    border-right: 1px solid #bebebe;
}

.starch-catasto-nessun-risultato {
    height: 400px;
}

.starch-importa-archipro-table-doc {
    width: 925px;
}

    .starch-importa-archipro-table-doc thead tr {
        display: block;
        position: relative;
    }

    .starch-importa-archipro-table-doc tbody {
        display: block;
        overflow-y: scroll;
        width: 100%;
        height: 350px;
    }

    .starch-importa-archipro-table-doc > tbody > tr > td {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

    .starch-importa-archipro-table-doc > thead > tr > th {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 1px solid #dddddd !important;
    }

.starch-importa-archipro-table-doc-first-cell-header {
    width: 700px;
}

.starch-importa-archipro-table-doc-middle-cell-header {
    width: 105px;
    border-left: 1px solid #dddddd !important;
}

.starch-importa-archipro-table-doc-last-cell-header {
    width: 100px;
    border-left: 1px solid #dddddd !important;
}

.starch-importa-archipro-table-doc-first-cell {
    width: 700px;
}

.starch-importa-archipro-table-doc-middle-cell {
    width: 105px;
    border-left: 1px solid #dddddd !important;
}

.starch-importa-archipro-table-doc-last-cell {
    width: 100px;
    border-left: 1px solid #dddddd !important;
}

.starch-importa-archipro-table-doc-int {
    width: 700px;
}

    .starch-importa-archipro-table-doc-int tr {
        display: block;
        position: relative;
    }

    .starch-importa-archipro-table-doc-int tbody {
        display: block;
        overflow-y: scroll;
        width: 100%;
        height: 250px;
    }

    .starch-importa-archipro-table-doc-int > tbody > tr > td {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

    .starch-importa-archipro-table-doc-int > thead > tr > th {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 1px solid #dddddd !important;
    }

        .starch-importa-archipro-table-doc-int > thead > tr > th.starch-importa-archipro-table-doc-first-cell-header {
            width: 475px;
        }

        .starch-importa-archipro-table-doc-int > thead > tr > th.starch-importa-archipro-table-doc-middle-cell-header {
            width: 105px;
            border-left: 1px solid #dddddd !important;
        }

        .starch-importa-archipro-table-doc-int > thead > tr > th.starch-importa-archipro-table-doc-last-cell-header {
            width: 100px;
            border-left: 1px solid #dddddd !important;
        }

    .starch-importa-archipro-table-doc-int > tbody > tr > td.starch-importa-archipro-table-doc-first-cell {
        width: 475px;
    }

    .starch-importa-archipro-table-doc-int > tbody > tr > td.starch-importa-archipro-table-doc-middle-cell {
        width: 105px;
        border-left: 1px solid #dddddd !important;
    }

    .starch-importa-archipro-table-doc-int > tbody > tr > td.starch-importa-archipro-table-doc-last-cell {
        width: 100px;
        border-left: 1px solid #dddddd !important;
    }

.starch-importa-archipro-table-doc-lav {
    width: 700px;
}

    .starch-importa-archipro-table-doc-lav tr {
        display: block;
        position: relative;
    }

    .starch-importa-archipro-table-doc-lav tbody {
        display: block;
        overflow-y: scroll;
        width: 100%;
        height: 200px;
    }

    .starch-importa-archipro-table-doc-lav > tbody > tr > td {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

    .starch-importa-archipro-table-doc-lav > thead > tr > th {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 1px solid #dddddd !important;
    }

        .starch-importa-archipro-table-doc-lav > thead > tr > th.starch-importa-archipro-table-doc-first-cell-header {
            width: 475px;
        }

        .starch-importa-archipro-table-doc-lav > thead > tr > th.starch-importa-archipro-table-doc-middle-cell-header {
            width: 105px;
            border-left: 1px solid #dddddd !important;
        }

        .starch-importa-archipro-table-doc-lav > thead > tr > th.starch-importa-archipro-table-doc-last-cell-header {
            width: 100px;
            border-left: 1px solid #dddddd !important;
        }

    .starch-importa-archipro-table-doc-lav > tbody > tr > td.starch-importa-archipro-table-doc-first-cell {
        width: 475px;
    }

    .starch-importa-archipro-table-doc-lav > tbody > tr > td.starch-importa-archipro-table-doc-middle-cell {
        width: 105px;
        border-left: 1px solid #dddddd !important;
    }

    .starch-importa-archipro-table-doc-lav > tbody > tr > td.starch-importa-archipro-table-doc-last-cell {
        width: 100px;
        border-left: 1px solid #dddddd !important;
    }

.starch-catasto-form-ricerca {
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    padding-top: 10px;
    min-height: 330px;
}

.starch-catasto-form-ricerca-margin {
    margin-left: -15px;
    margin-right: -15px;
}

/*.watermark {
    position: absolute;
    top: 80px;
    opacity: 0.25;
    font-size: 28px;
    width: 100%;
    text-align: center;
    z-index: 999;
}*/

.starch-catasto-grid-planimetrie {
    height: 400px;
}

.starch-catasto-planimetrie-controls {
    font-size: 20px;
    cursor: pointer;
    color: #337ab7;
}

.starch-catasto-pdf-docfa-controls {
    font-size: 20px;
    cursor: pointer;
    color: #337ab7;
}

.starch-catasto-planimetrie-controls-full-screen {
    font-size: 20px;
    cursor: pointer;
    color: #FFFFFF;
}

.starch-catasto-planimetrie-controls-full-screen-download {
    color: #FFFFFF;
}

    .starch-catasto-planimetrie-controls-full-screen-download:hover {
        color: #FFFFFF;
    }

.starch-importa-pratica-importata {
    /*color: gainsboro !important;*/
    background-color: #dddddd !important;
    border-color: #d4d4d4;
}

.starch-importa-pratica-esclusa {
    /*color: lightcoral !important;*/
    background-color: #f2dede !important;
    border-color: #d4d4d4;
}

.starch-importa-pratica-solo-fabb {
    color: cornflowerblue !important;
    border-color: #d4d4d4;
}

.starch-importa-pratica-con-storici {
    /*color: brown !important;*/
    background-color: #fcf8e3 !important;
    border-color: #d4d4d4;
}

/*.starch-importa-pratica-pe {
   
    background-color: #dff0d8 !important;
    border-color: #d4d4d4;
}*/

.starch-importa-pratica-agib {
    /*color: darkorange !important;*/
    background-color: #f8d488 !important;
    border-color: #d4d4d4;
}

.starch-importa-pratica-cdu {
    /*color: thistle !important;*/
    background-color: #e5cee5 !important;
    border-color: #d4d4d4;
}

.starch-importa-pratica-ca {
    /*color: tomato !important;*/
    background-color: #c9efed !important;
    border-color: #d4d4d4;
}

.starch-importa-inizio-lavori {
    /*color: tomato !important;*/
    background-color: #dee3ff !important;
    border-color: #d4d4d4;
}

.starch-importa-fine-lavori {
    /*color: tomato !important;*/
    background-color: #ffe1b6 !important;
    border-color: #d4d4d4;
}

.starch-catasto-risultato-tarsu {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    padding-top: 8px;
    padding-bottom: 8px;
}

.starch-catasto-risultato-tarsu-row {
    margin-left: 0px;
    margin-right: 0px;
}

.starch-risultato-tarsu-grid {
    height: 150px;
}

.starch-catasto-grid {
    height: 300px;
}

.starch-immobili-indirizzi-section {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    padding-top: 8px;
    padding-bottom: 8px;
}

.starch-immobili-indirizzi-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
}

.starch-immobili-indirizzi-section-header-no-margin {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.starch-immobili-indirizzi-section-save-undo {
    margin-left: -15px;
    margin-right: -15px;
}

.starch-immobili-indirizzi-section-grid-vie {
    height: 718px;
}

.starch-immobili-indirizzi-section-grid-indirizzi {
    height: 300px;
}

.starch-immobili-indirizzi-section-grid-fabb {
    height: 250px;
}

.list {
    list-style: none outside none;
    padding: 0px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.floatingList > .item {
    float: left;
    margin: 0px 5px 0px 5px;
}

.floatingList > .sortable {
    cursor: move !important;
}

    .floatingList > .sortable > a {
        cursor: move !important;
    }

.starch-dashboard-tool-panel-button {
    border: 0px;
}

    .starch-dashboard-tool-panel-button .btn-primary {
        border-top-right-radius: 3px !important;
        border: 0px;
    }

.starch-dashboard-tool-panel-dropdown {
    width: 220px;
}

    .starch-dashboard-tool-panel-dropdown td {
        color: #000000;
    }

.starch-dashboard-header-cruscotto {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
}

.starch-dashboard-title-grafo {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
}

.starch-dashboard-subtitle-grafo {
    font-weight: 400;
    color: #FFFFFF;
    width: 100%;
}

.starch-immobili-fabbricati-item {
}

.starch-immobili-fabbricati-item-spacer {
    margin-bottom: 5px;
}

.starch-immobili-fabbricati-codeco-item {
    height: 50px;
    background-color: #64b5f6;
}

.starch-immobili-fabbricati-codeco-item-demolito {
    height: 50px;
    background-color: #d9534f !important;
}

.starch-immobili-fabbricati-codeco-item-caption {
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 16px;
    display: inline-block;
    font-weight: 300;
}

.starch-immobili-fabbricati-num-immo-item {
    height: 50px;
    background-color: #90caf9;
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
}

    .starch-immobili-fabbricati-num-immo-item:hover {
        background-color: #01bbd4;
    }

.starch-immobili-fabbricati-num-immo-sub-item {
    height: 50px;
    background-color: #90caf9;
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
}

    .starch-immobili-fabbricati-num-immo-sub-item:hover {
        background-color: #01bbd4;
    }

.starch-immobili-fabbricati-num-immo-item-caption {
    color: #FFFFFF;
    font-size: 36px;
    padding-top: 0px;
}

.starch-immobili-fabbricati-num-immo-item-no-immo {
    height: 50px;
    background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
    cursor: default;
}

    .starch-immobili-fabbricati-num-immo-item-no-immo:hover {
        height: 50px;
        background-color: #eeeeee;
        border-bottom: 1px solid #dddddd;
        cursor: default;
    }

.starch-immobili-fabbricati-num-immo-item-caption-no-immo {
    color: #ec971f;
    font-size: 36px;
    padding-top: 0px;
}

.starch-immobili-fabbricati-num-immo-sub-item-caption {
    color: #FFFFFF;
    font-size: 36px;
    padding-top: 0px;
}

.starch-immobili-fabbricati-indirizzo-item {
    height: 25px;
    background-color: #dddddd;
    margin-left: -1px;
    border-right: 1px solid #dddddd;
}

.starch-immobili-fabbricati-indirizzo-multi-item {
    height: 25px;
    background-color: #dddddd;
    margin-left: -1px;
    border-right: 1px solid #dddddd;
    /*width: 272px;*/
    padding-left: 2px;
}

.starch-immoboli-fabbricati-indirizzo-group {
    /*border: 1px solid #ccc;*/
    margin-top: -2px !important;
}

.starch-immobili-fabbricati-indirizzo-item-caption {
    /*color: #FFFFFF;*/
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    padding-top: 5px;
}

.starch-immobili-fabbricati-indirizzo-multi-item .btn-group {
    margin-top: 1px;
    width: 100%;
}

.starch-immobili-fabbricati-indirizzo-multi-item .btn {
    height: 22px;
    padding: 0px;
}

.starch-immobili-fabbricati-indirizzo-multi-item-btn {
    width: 260px;
    background-color: #dddddd;
    /*color: #FFFFFF;*/
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    float: left;
    padding-top: 4px;
    text-align: center;
}

/*.starch-immobili-fabbricati-indirizzo-multi-item-btn:hover {
    background-color: #bdbdbd;
    cursor: default;
    color: #FFFFFF;
}*/

.starch-immobili-fabbricati-body-item {
    height: 50px;
    background-color: #FFFFFF;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 268px;
}

/*.starch-immobili-fabbricati-body-item:hover {
    background-color: #01bbd4;
}*/

.starch-immobili-fabbricati-body-item-active.starch-immobili-fabbricati-tipo-immo-caption {
    color: #FFFFFF;
}

.starch-immobili-fabbricati-body-item-active.starch-immobili-fabbricati-indirizzo-multi-item-btn {
    color: #FFFFFF;
}

/*.starch-immobili-fabbricati-body-item-active .starch-immobili-fabbricati-dati-cat-label {
    color: #333333;
}*/

/*.starch-immobili-fabbricati-body-item-active .starch-immobili-fabbricati-dati-cat-caption {
    color: #FFFFFF;
}*/

/*.starch-immobili-fabbricati-body-item:hover .starch-immobili-fabbricati-dati-cat-label {
    color: #333333;
}*/

/*.starch-immobili-fabbricati-body-item:hover .starch-immobili-fabbricati-dati-cat-caption {
    color: #FFFFFF;
}*/

.starch-immobili-fabbricati-body-sub-item {
    height: 50px;
    padding-top: 5px;
    background-color: #FFFFFF;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 268px;
}

/*.starch-immobili-fabbricati-body-sub-item:hover {
    background-color: #01bbd4;
}*/

/*.starch-immobili-fabbricati-body-sub-item:hover .starch-immobili-fabbricati-dati-cat-label {
    color: #333333;
}*/

/*.starch-immobili-fabbricati-body-sub-item:hover .starch-immobili-fabbricati-dati-cat-caption {
    color: #FFFFFF;
}*/

.starch-immobili-fabbricati-body-sub-item-active {
    background-color: #01bbd4;
}

    .starch-immobili-fabbricati-body-sub-item-active .starch-immobili-fabbricati-dati-cat-label {
        color: #333333;
    }

    .starch-immobili-fabbricati-body-sub-item-active .starch-immobili-fabbricati-dati-cat-caption {
        color: #FFFFFF;
    }

.starch-immobili-fabbricati-tipo-immo {
    height: 25px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -1px;
    border-right: 1px solid #dddddd;
}

.starch-immobili-fabbricati-tipo-immo-caption {
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding: 5px 0px 3px;
    height: 26px;
    background-color: #dddddd;
}

.starch-immobili-fabbricati-dati-cat-label {
    text-transform: uppercase;
    color: #999999;
    display: inline-block;
    width: 100%;
    font-size: 11px;
}

.starch-immobili-fabbricati-dati-cat-caption {
    font-weight: 700;
    font-size: 16px;
}

.starch-immobili-fabbricati-lista-immobili {
    background-color: #FFFFFF;
    margin: 1px -7px 5px -8px;
    width: 361px;
}

.starch-immobili-fabbricati-lista-immobili-item {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    .starch-immobili-fabbricati-lista-immobili-item:hover {
        background-color: #01bbd4;
        color: #FFFFFF;
    }

.starch-immobili-fabbricati-lista-immobili-item-active {
    background-color: #01bbd4;
    color: #FFFFFF;
}

.starch-immobili-fabbricati-lista-immobili-item:last-child {
    border: 1px solid #ddd;
}

.starch-immobili-fabbricati-lista-immobili-item-header {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #efefef;
    font-weight: 700;
}

.starch-immobili-fabbricati-body-item-active {
    background-color: #01bbd4;
}

.starch-immobili-quesiti-grid {
    height: 600px;
}

.starch-immobili-quesiti-clear-filter {
    cursor: pointer;
    color: #337ab7;
    font-size: 15px;
}

.starch-immobili-quesiti-table-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.starch-immobili-quesiti-result-grid {
    height: 700px;
}

.starch-esporta-tabelle-list-group:last-child {
    padding-right: 0px;
}

.starch-ici-select-altri-dati {
    width: 120px;
    display: inline-block;
}

.starch-catasto-btn-ricerche {
    height: 40px;
    font-size: 17px;
    font-weight: 300;
    width: 130px;
}

.starch-catasto-btn-ricerche-spacer {
    padding-top: 14px;
}

.starch-importa-pratica-loading {
    margin-top: 300px;
}

.starch-importa-pratica-loading-progress {
    z-index: 2000;
    margin: 0 10%;
    position: absolute;
    width: 80%;
}

.starch-importa-pratica-btn {
    width: 210px;
    margin-bottom: 5px;
}

.starch-importa-integrazione-btn {
    width: 250px;
    margin-bottom: 5px;
}

.starch-importa-lavori-btn {
    width: 240px;
    margin-bottom: 5px;
}

#grdIstanze .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
       /* background-color: #e1fbff !important; */
    color: #FFFFFF !important;
    /* border-top: 2px solid #01bbd4; */
    /* border-bottom: 2px solid #01bbd4; */
    /* font-weight: 700; */
    background-color: #10a1b4!important;
}

    #grdIstanze .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell > .ui-grid-cell-contents {
        padding: 0px 2px;
    }

    #grdIstanze .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell:first-child {
        /*background-color: #e1fbff !important;*/
        /*color: #FFFFFF !important;*/
          /* background-color: #e1fbff !important; */
    /* color: #FFFFFF !important; */
    /* border-top: 2px solid #01bbd4; */
    /* border-bottom: 2px solid #01bbd4; */
    /* border-left: 2px solid #01bbd4; */
    }

    #grdIstanze .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell:last-child {
        /*background-color: #e1fbff !important;*/
        /*color: #FFFFFF !important;*/
        border-top: 2px solid #01bbd4;
        border-bottom: 2px solid #01bbd4;
        border-right: 2px solid #01bbd4;
    }


#grdIstanze .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #FFFFFF;
    /*border:none;*/
}

#grdIntegrazioni .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    /*background-color: #e1fbff !important;*/
    /*color: #FFFFFF !important;*/
    border-top: 2px solid #01bbd4;
    border-bottom: 2px solid #01bbd4;
    font-weight: 700;
}

    #grdIntegrazioni .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell:first-child {
        /*background-color: #e1fbff !important;*/
        /*color: #FFFFFF !important;*/
        border-top: 2px solid #01bbd4;
        border-bottom: 2px solid #01bbd4;
        border-left: 2px solid #01bbd4;
    }

/*.ui-grid-row:nth-child(even) .ui-grid-cell {
    border-right: solid 1px #dddddd;
}*/

#grdLavori .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    /*background-color: #e1fbff !important;*/
    /*color: #FFFFFF !important;*/
    border-top: 2px solid #01bbd4;
    border-bottom: 2px solid #01bbd4;
    font-weight: 700;
}

    #grdLavori .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell:first-child {
        /*background-color: #e1fbff !important;*/
        /*color: #FFFFFF !important;*/
        border-top: 2px solid #01bbd4;
        border-bottom: 2px solid #01bbd4;
        border-left: 2px solid #01bbd4;
    }

#grdLavori .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #FFFFFF;
    border: none;
}

.starch-grid-importa-pratiche {
    height: 650px;
}

.starch-progress-bar-caption-download-allegato {
    text-transform: uppercase;
    width: 85px;
    font-size: 11px;
}

.starch-importa-legenda-item {
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
}

.starch-archipro-dd > .dropdown-menu {
    background-color: #757575;
    border-radius: 0px;
    min-width: 150px;
    padding: 0px;
    top: 22px;
}

    .starch-archipro-dd > .dropdown-menu > li > a {
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 3px 15px;
        line-height: 1.8;
        font-weight: 300;
    }

        .starch-archipro-dd > .dropdown-menu > li > a:hover,
        .starch-archipro-dd > .dropdown-menu > li > a:focus {
            color: #FFFFFF;
            background-color: #01bbd4;
        }

.starch-archipro-dd {
    vertical-align: unset !important;
}

.starch-catasto-btn-dettagli {
    width: 120px;
}

.starch-cartografia-btn-dettagli {
    width: 50px;
}

.starch-dati-urb-table td {
    vertical-align: middle !important;
}

.starch-immobili-indirizzi-nuovo-fabb-cod-eco {
    display: inline-block;
    width: 55px;
}

.app-modal-window .modal-dialog {
    width: 100%;
    padding:0px 20px;
}

/*.app-modal-window .modal-body {
    padding: 0;
}*/

.starch-modal-fullscreen-oneri .modal-dialog {
    width: 1280px;
    margin: 10px auto;
}

.starch-modal-fullscreen {
    margin: 10px auto;
    width: 1280px;
}

.starch-cartografia-ricerca-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.starch-cartografia-accordion-title {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.starch-cartografia-accordion-clear-results {
    color: #d30000;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    top: -2px;
    right: -3px;
}

.starch-cartografia-accordion-results-urbano {
    height: 300px;
}

.starch-cartografia-results .panel-heading {
    padding: 5px;
}

.starch-cartografia-results .panel-body {
    padding: 5px;
}

.scrollme {
    max-height: 700px;
    overflow: hidden;
    top: 0px;
    margin: 5px;
    padding-bottom: 10px;
    /*border-bottom-width: 20px;
    border-bottom-color: darkblue;
    border-bottom-style: ridge;*/
    width: 100%;
}

.starch-immobili-fabbricati-indirizzo-multi-item-link {
    cursor: default;
}

.starch-immobili-fabbricati-item-header:hover .starch-immobili-fabbricati-codeco-item {
    background-color: #01bbd4 !important;
}

.starch-immobili-fabbricati-item-header:hover .starch-immobili-fabbricati-tipo-immo-caption {
    background-color: #01bbd4 !important;
    color: #FFFFFF;
}

.starch-immobili-fabbricati-item-header:hover .starch-immobili-fabbricati-indirizzo-multi-item {
    background-color: #01bbd4 !important;
    /*color: #FFFFFF;*/
}

.starch-immobili-fabbricati-item-header:hover .starch-immobili-fabbricati-indirizzo-item {
    background-color: #01bbd4 !important;
    color: #FFFFFF;
}

.starch-immobili-fabbricati-item-header:hover .starch-immobili-fabbricati-indirizzo-multi-item-btn {
    background-color: #01bbd4 !important;
    color: #FFFFFF;
}

.starch-immobili-quesiti-indirizzi-aggiuntivi {
    color: #d30000;
}

.starch-immobili-fabbricati-detail-container {
    background-color: #FFFFFF;
    border: 1px solid #bebebe;
    padding: 5px 10px 5px 5px;
    /*margin-left: 40px;*/
}

.starch-immobili-fabbricati-detail-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #bebebe;
    height: 34px;
    padding: 3px;
}

    .starch-immobili-fabbricati-detail-header span {
        padding-top: 4px;
        padding-left: 2px;
        display: inline-block;
    }

.starch-immobili-fabbricati-detail-header-demolito {
    color: #d30000;
}

.starch-immobili-fabbricati-detail-grid {
    height: 100px;
}

.starch-immobili-fabbricati-detail-grid2 {
    height: 100px;
}


.starch-immobili-detail-grid {
    height: 100px;
    background-color: #FFFFFF;
}

.starch-immobili-fabbricati-superfici-detail-grid {
    height: 550px;
}

.starch-form-group {
    margin-bottom: 8px;
}

.starch-immobili-fabbricati-detail-header-btn {
    color: #FFFFFF;
}

.starch-immobili-fabbricati-cerca-button {
    height: 50px;
    font-size: 20px;
    width: 100%;
    font-weight: 300;
    background-color: #90caf9;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px;
    text-transform: uppercase;
}

.starch-pager-control {
    margin-left: 0px;
    margin-right: 5px;
}

.starch-pager-row-count-picker select {
    width: 45px;
}

.starch-immobili-fabbricati-risultati-ricerca {
    max-height: 750px;
    overflow: hidden;
    width: 100%;
}

/*.starch-immobili-fabbricati-picture-container {
    border: 1px solid #bebebe;
    height: 255px;
}*/

/*.starch-immobili-fabbricati-picture-caption {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 390px;
    padding-top: 28%;
}*/

.starch-immobili-fabbricati-map-container {
    border: 1px solid #bebebe;
    height: 340px;
}

.dropdown-menu-provv-finale{
    width:360px !important;
}

.dropdown-menu-impostazioniProv {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
}

    .dropdown-menu-impostazioniProv > span {
        float: left;
        padding-right:3px;
        color:#a52a2a !important
    }

        .dropdown-menu-impostazioniProv > div > a {
            margin-left: 5px;
            text-decoration: none;
            color: #333;
        }

            .dropdown-menu-impostazioniProv > div > a:hover, .dropdown-menu-impostazioniProv > div > a:focus {
                text-decoration: none;
                color: #262626;
            }

.starch-pratica-provv-finale-numero-spacer {
    display: inline-block;
    padding-top: 23px;
}

/*.starch-pratica-provv-finale-header-provv-succ {
    text-transform: uppercase;
    color: #8334C2;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}*/

.starch-btn-link-archipro {
    padding-top: 6px;
}

.starch-pratica-dati-cert-grid {
    height: 300px;
}

.starch-immobili-immobili-reti-spacer {
    margin-top: 15px;
}

.starch-form-group-checkbox-spacer {
    margin-top: 21px;
}

.starch-importa-archipro-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 16px;
}

.starch-importa-archipro-dati-importazione-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.starch-pratica-content-anagrafiche-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.starch-invio-mail-testo .ta-scroll-window > .ta-bind {
    height: 180px;
    min-height: 180px;
}

.starch-invio-mail-testo > .ta-editor.ta-html, .ta-scroll-window.form-control {
    height: 180px;
    min-height: 180px;
}

/*@media (min-width: 768px) {
    .modal-dialog {
        margin: 20px auto;
    }
}*/

.starch-anagrafiche-dati-rea-clear-filter {
    cursor: pointer;
    color: #337ab7;
    font-size: 15px;
    margin-left: 10px;
}

.starch-anagrafiche-dati-identificativi {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.starch-riepilogo-header-pratiche-rif-no-archivio {
    color: #a94442 !important;
    cursor: default !important;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
    /*border-bottom: 5px solid #0aa1b8;*/
    background-color: transparent;
}

.starch-dashboard-image-comune {
    height: 52px;
    width: 100%;
    /*background: url('images/B354.jpg') no-repeat;*/
    margin-bottom: 10px;
}

.starch-dashboard-image-comune-container {
    padding-left: 0px;
}

.starch-dashboard-image-starch {
    height: 52px;
    width: 52px;
    background: url('images/loghi/Default.jpg');
    margin-bottom: 10px;
    margin-left: 10px;
}

.starch-dashboard-date-container {
    border-right: 1px solid #bdbdbd;
    padding-right: 10px;
    height: 54px;
}

.starch-dashboard-image-starch-container {
    padding-right: 0px;
}

.starch-dashboard-right-widget {
    height: 220px;
    width: 198px;
    background-color: #4fc3f7;
    opacity: 0.90;
    position: relative;
    top: -11px;
    left: 1040px;
}

.starch-dashboard-right-widget-label {
    color: #757575;
}

.starch-dashboard-right-widget-label-day {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #bdbdbd;
    line-height: 0px;
    padding-top: 8px;
}

.starch-dashboard-right-widget-label-date {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #747474;
    padding-top: 4px;
}

.starch-dashboard-right-widget-label-month {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #bdbdbd;
    line-height: 4px;
}

.starch-dashboard-right-widget-label-comune {
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    padding-top: 9px;
    color: #bcbcbc;
}

.starch-dashboard-right-widget-label-user {
    font-size: 16px;
    font-weight: 300;
    color: #757575;
}

.starch-dashboard-right-widget-label-user-spacer {
    margin-top: 35px;
}

.starch-dashboard-widget1 {
    height: 115px;
    /*width: 240px;*/
    background: url('images/widget1.jpg') no-repeat 185px 15px #FFFFFF;
    box-shadow: 0px 0px 10px #cccccc;
}

.starch-dashboard-widget1-color-category {
    width: 82%;
    height: 5px;
    background-color: #21b9a0;
    margin-left: 20px;
}

.starch-dashboard-widget2 {
    height: 115px;
    /*width: 240px;*/
    background: url('images/widget2.jpg') no-repeat 185px 15px #FFFFFF;
    box-shadow: 0px 0px 10px #cccccc;
}

.starch-dashboard-widget2-color-category {
    width: 82%;
    height: 5px;
    background-color: #11afcc;
    margin-left: 20px;
}

.starch-dashboard-widget3 {
    height: 115px;
    /*width: 240px;*/
    background: url('images/widget3.jpg') no-repeat 185px 15px #FFFFFF;
    box-shadow: 0px 0px 10px #cccccc;
}

.starch-dashboard-widget3-color-category {
    width: 82%;
    height: 5px;
    background-color: #f6d532;
    margin-left: 20px;
}

.starch-dashboard-widget4 {
    height: 115px;
    background-color: #FFFFFF;
    background: url('images/widget4.jpg') no-repeat 210px 16px #FFFFFF;
}

.starch-dashboard-widget4-color-category {
    /*width: 200px;
    height: 5px;
    background-color: #13aecc;*/
    margin-left: 5px;
}

.starch-dashboard-container {
    padding-left: 11px;
}

.starch-dashboard-widget-label-category {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding-left: 20px;
    padding-bottom: 6px;
    color: #757575;
}

.starch-dashboard-widget-label-category-export {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding-left: 5px;
    padding-bottom: 6px;
    color: #757575;
}

.starch-dashboard-widget-label-category-last-export {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    padding-bottom: 6px;
    color: #757575;
}

.starch-dashboard-widget-label-counter {
    font-size: 32px;
    font-weight: 300;
    line-height: 50px;
    padding-left: 20px;
    padding-top: 12px;
}

.starch-dashboard-widget-label-counter-export {
    font-size: 32px;
    font-weight: 300;
    line-height: 50px;
    padding-left: 5px;
    padding-top: 5px;
}

.starch-dashboard-widget-label-counter-last-export {
    font-size: 18px;
    font-weight: 300;
    padding-top: 17px;
    padding-bottom: 14px;
    text-align: center;
    text-transform: uppercase;
}

/*.starch-dashboard-widget-detail-container {
    width: 550px;
    color: #333333;
    padding: 5px;
}*/

/*.starch-dashboard-widget-detail-container-ultime-pratiche {
    width: 350px;
    color: #333333;
    padding: 5px;
}*/

.starch-dashboard-widget-detail-button {
    color: #bdbdbd;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.starch-dashboard-panel-heading-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #757575;
    font-size: 17px;
}

.starch-dashboard-panel-heading {
    /*border-top-right-radius: 0px;
    border-top-left-radius: 0px;*/
    padding: 15px 15px 0px 15px;
}

.starch-dashboard-panel-heading-ultime-pratiche {
    /*background-color: #4db7ad;*/
}

.starch-dashboard-panel-heading-pratiche-da-importare {
    /*background-color: #7986cc;*/
}

.starch-dashboard-panel-heading-pratiche-in-carico {
    /*background-color: #4b87b9;*/
}

.starch-dashboard-panel-heading-catasto {
    /*background-color: #9ccc66;*/
}

.starch-dashboard-panel-heading-pratiche-pubblicate {
    /*background-color: #ecb42c;*/
}

.starch-dashboard-panel-heading-immobili {
    /*background-color: #bdbdbd;*/
}

.starch-dashboard-panel {
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px -4px;
    margin-bottom: 0px;
}

.starch-dashboard-panel-body {
    padding-bottom: 0px;
}

.starch-dashboard-agg-catasto-value {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    min-height: 25px;
}

.starch-dashboard-agg-catasto-category {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

.starch-dashboard-agg-catasto-category-border {
    border-right: 1px solid #d4d4d4;
}

.starch-dashboard-row {
    margin-left: -10px;
    margin-right: -5px;
}

/*.starch-pratica-menu-right-tree-add-item {
    position: absolute;
    top: -30px;
    right: 20px;
}*/

/*.starch-pratica-subnav-caption-link {
    position: absolute;
    right: 45px;
    top: -4px;
}*/

.starch-pratica-subnav-caption-pratica-archipro-link {
    font-size: 16px;
}

.starch-dashboard-table {
    width: 100%;
}

    .starch-dashboard-table thead tr {
        display: block;
        position: relative;
        text-transform: uppercase;
    }

    .starch-dashboard-table tbody {
        display: block;
        overflow-y: scroll;
        width: 100%;
        max-height: 200px;
        min-height: 200px;
    }

    .starch-dashboard-table > tbody > tr > td {
        border-left: 0px;
        /*border-right: 0px;*/
        border-bottom: 0px;
        line-height: 25px;
    }

    .starch-dashboard-table > thead > tr > th {
        border-left: 0px;
        /*border-right: 0px;*/
        border-bottom: 1px solid #dddddd !important;
    }

.starch-dashboard-mod-table {
    width: 100%;
}

    .starch-dashboard-mod-table thead tr {
        display: block;
        position: relative;
    }

    .starch-dashboard-mod-table tbody {
        display: block;
        width: 100%;
        min-height: 250px;
    }

    .starch-dashboard-mod-table > tbody > tr > td {
        border-left: 0px;
        /*border-right: 0px;*/
        border-bottom: 0px;
    }

    .starch-dashboard-mod-table > thead > tr > th {
        border-left: 0px;
        /*border-right: 0px;*/
        border-bottom: 1px solid #dddddd !important;
    }

.starch-dashboard-table-cell1-header {
    width: 130px;
}

.starch-dashboard-table-cell2-header {
    width: 110px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell3-header {
    width: 212px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell3-mod2-header {
    width: 150px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell3-mod-header {
    width: 350px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell4-header {
    width: 254px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell4-mod-header {
    width: 460px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell5-header {
    width: 88px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell5-mod-header {
    width: 150px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell6-header {
    width: 30px;
    /*border-left: 1px solid #dddddd !important;*/
    border-right: 0px !important;
}

.starch-dashboard-table-cell1 {
    width: 130px;
}

.starch-dashboard-table-cell2 {
    width: 110px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell3 {
    width: 205px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell3-mod {
    width: 350px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell3-mod2 {
    width: 150px;
}

.starch-dashboard-table-cell4 {
    width: 255px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell4-mod {
    width: 460px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell5 {
    width: 91px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell5-mod {
    width: 150px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-table-cell6 {
    width: 30px;
    /*border-left: 1px solid #dddddd !important;*/
    border-right: 0px !important;
}

.starch-dashboard-header-scrivania {
    border-bottom: 1px solid #bdbdbd;
    margin-left: -2px;
    margin-right: 3px;
    position: relative;
    top: -5px;
}

.starch-dashboard-pratica-info {
}

.starch-immobili-storico-button {
    margin-bottom: 3px;
}

/*
.starch-immobili-coll-catasto-green {
    color: #5cb85c;
    border: 0px;
}

.starch-immobili-coll-catasto-warning {
    color: #f0ad4e;
    border: 0px;
}

.starch-immobili-coll-catasto-danger {
    color: #d9534f;
    border: 0px;
}

.starch-immobili-coll-catasto-green:hover {
    color: #5cb85c;
}

.starch-immobili-coll-catasto-warning:hover {
    color: #f0ad4e;
}

.starch-immobili-coll-catasto-danger:hover {
    color: #d9534f;
}
*/

/*.starch-immobili-fabbricati-documenti-grid {
    height: 180px;
    width: 380px;
}*/

.starch-immobili-fabbricati-documenti-spacer {
    margin: 5px;
}

/*.starch-carousel-zoom-image {
    cursor: pointer;
    font-size: 36px;
    color: #d9534f;
}*/

.starch-dati-terr-section .panel-body {
    padding: 7px;
}

.starch-anagrafica-section .panel-body {
    padding: 7px;
}

.starch-accordion .panel-body {
    padding: 7px;
}

.starch-dati-terr-controls {
    color: #337ab7;
    font-size: 18px;
    padding-top: 2px;
    cursor: pointer;
}

.starch-dati-terr-mappali-link-container {
    padding-top: 25px;
    padding-left: 0px;
}

.starch-dati-terr-mappali-link {
    margin-bottom: 3px;
    margin-top: 3px;
}

.starch-dati-terr-mappali-link-item {
    display: inline-block;
}

.starch-dashboard-table-cose-da-fare-in-ritardo {
    background-color: #f2dede !important;
}

.starch-dashboard-table-cose-da-fare-in-attesa {
    background-color: #fcf8e3 !important;
}

.starch-dashboard-table-cose-da-fare-in-ritardo > td {
    border-color: #d4d4d4 !important;
}

.starch-dashboard-table-cose-da-fare-in-attesa > td {
    border-color: #d4d4d4 !important;
}

.starch-dashboard-table-cose-da-fare-da-fare {
    background-color: #d9edf7 !important;
}

.starch-dashboard-cose-da-fare-table {
    width: 100%;
}

    .starch-dashboard-cose-da-fare-table thead tr {
        display: block;
        position: relative;
        text-transform: uppercase;
    }

    .starch-dashboard-cose-da-fare-table tbody {
        display: block;
        overflow-y: scroll;
        width: 100%;
        max-height: 200px;
        min-height: 200px;
    }

    .starch-dashboard-cose-da-fare-table > tbody > tr > td {
        border-left: 0px;
        /*border-right: 0px;*/
        border-bottom: 0px;
        border-color: #d4d4d4 !important;
        padding-top: 8px;
        line-height: 25px;
    }

    .starch-dashboard-cose-da-fare-table > thead > tr > th {
        border-left: 0px;
        /*border-right: 0px;*/
        border-bottom: 1px solid #dddddd !important;
    }

.starch-dashboard-cose-da-fare-table-cell1-header {
    width: 160px;
}

.starch-dashboard-cose-da-fare-table-cell2-header {
    width: 120px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-cose-da-fare-table-cell3-header {
    width: 85px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-cose-da-fare-table-cell4-header {
    width: 340px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-cose-da-fare-table-cell5-header {
    width: 55px;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-cose-da-fare-table-cell6-header {
    width: 310px;
    /*border-left: 1px solid #dddddd !important;*/
    border-right: 0px !important;
}

.starch-dashboard-cose-da-fare-table-cell1 {
    width: 160px;
    border: 0px !important;
}

.starch-dashboard-cose-da-fare-table-cell2 {
    width: 120px;
    border: 0px !important;
}

.starch-dashboard-cose-da-fare-table-cell1-no-border {
    width: 130px;
    border: 0px !important;
}

.starch-dashboard-cose-da-fare-table-cell2-no-border {
    width: 70px;
    border: 0px !important;
    /*border-left: 1px solid #dddddd !important;*/
}

.starch-dashboard-cose-da-fare-table-cell3 {
    width: 85px;
    border: 0px !important;
}

.starch-dashboard-cose-da-fare-table-cell4 {
    width: 340px;
    border: 0px !important;
}

.starch-dashboard-cose-da-fare-table-cell5 {
    width: 55px;
    border: 0px !important;
}

.starch-dashboard-cose-da-fare-table-cell6 {
    width: 293px;
    border: 0px !important;
}

/*.starch-riepilogo-iter-table > tbody > tr > td {
    border-color: #d4d4d4 !important;
}*/

.scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
}

.force-overflow {
    height: 780px;
    width: 375px;
    margin-left: 3px;
    z-index: 999;
}

.starch-immobili-fabbricati-indirizzo-multi-item-scrollbar {
    width: 268px;
}

#immobili-catasto .panel-body {
    padding: 5px;
}

.starch-immobili-coll-catasto-success .panel-body {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.starch-immobili-coll-catasto-warning .panel-body {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.starch-immobili-coll-catasto-danger .panel-body {
    background-color: #f2dede;
    border-color: #ebccd1;
}

.starch-immobili-coll-catasto-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
}

.btn-link-to-catasto.btn-success {
    position: relative;
    top: -5px;
    right: -5px;
}

.btn-link-to-catasto.btn-warning {
    position: relative;
    top: -5px;
    right: -5px;
}

.btn-link-to-catasto.btn-danger {
    position: relative;
    top: -5px;
    right: -5px;
}

/*.starch-documenti-grid-button-download {
    cursor: pointer;
    font-size: 17px;
    color: #337ab7;
    margin-top: 2px;
}*/

.starch-documenti-grid-button-preview {
    cursor: pointer;
    font-size: 16px;
    color: #337ab7;
    margin-top: 2px;
}

/*.starch-documenti-grid-button-delete {
    cursor: pointer;
    font-size: 17px;
    color: #d9534f;
    margin-top: 2px;
}*/

.btn-starch-xxs-grid {
    padding: 0px;
}

.btn-starch-xxs-grid-spacer {
    margin-bottom: 2px;
}

/*.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: #01BBD4 !important;
    color:#fff;
    border: none;
   
}*/

.starch-tree-menu-dropdown {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
}

.starch-tabelle-gest-doc-table-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.starch-tabelle-gest-doc-table-num-associazioni {
    color: #d30000;
}

.starch-tabelle-gest-doc-table-prat {
    height: 460px;
}

.starch-tabelle-gest-doc-table-int {
    height: 200px;
}

.starch-tabelle-gest-doc-table-doc {
    height: 700px;
}

.starch-workflow-node-selected {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
}

.starch-workflow-question {
    text-transform: uppercase;
}

.starch-workflow-answer {
    border-left: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
    margin-left: 1px;
    margin-right: -1px;
}

.starch-workflow-last-answer {
    border-left: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
    border-bottom: 1px solid #337ab7;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-right: -1px;
}

.starch-workflow-first-answer {
    padding-top: 15px;
}

.starch-workflow-answer-arrow {
    color: #31708f;
    padding-top: 3px;
    font-size: 17px;
}

.starch-pratica-menu-right-tree-edit-grid {
    height: 300px;
}

.starch-comm-interne-tab-container {
    margin: 0px;
}

.starch-comm-interne-tab-container-child {
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    background-color: #FFFFFF;
}

.starch-commissioni .tab-content {
    background-color: #FFFFFF;
    /*border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    height: 270px;*/
}

.starch-cds .tab-content {
    background-color: #FFFFFF;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    height: 390px;
}

.starch-cds-mod .tab-content {
    background-color: #FFFFFF;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    height: 380px;
}

.starch-comm-interne-tab-container-fake {
    margin: 0px;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-right: -1px;
    /*height: 655px;*/
}

.starch-comm-interne-tab-container-fake-spacer {
    margin-top: 10px;
}

.starch-conf-serv-grid-pareri-agg-spacer {
    padding-top: 8px;
}

.starch-conf-serv-conferenze-label-spacer {
    padding-top: 6px;
}

.starch-comm-interne-grid {
    height: 250px;
}

.starch-comm-interne-grid-xs {
    height: 200px;
}

.starch-comm-interne-grid-aggiunta {
    height: 270px;
}

.starch-comm-interne-grid-aggiunta-altro {
    height: 200px;
}

.starch-comm-interne-modal-aggiunta {
    height: 330px;
}


/*
.starch-tree-workflow-container {
    height: 105px;
    margin-bottom: 8px;
}

.starch-tree-workflow-container-attivo {
    /*border: 1px solid #7BB354;
    border: 1px solid #09abc0;
    background-color: #efefef;
}

.starch-tree-workflow-container-in-scadenza {
    border: 1px solid #eaab50;
    background-color: #efefef;
}

.starch-tree-workflow-container-in-ritardo {
    /*border: 1px solid #f15a79;
    border: 1px solid #d9534f;
    background-color: #efefef;
}


.starch-tree-workflow-container-attivo-dautentecorrente {
    /*border: 1px solid #7BB354;
    border: 1px solid #09abc0;
}

.starch-tree-workflow-container-in-scadenza-dautentecorrente {
    border: 1px solid #eaab50;
}

.starch-tree-workflow-container-in-ritardo-dautentecorrente {
    /*border: 1px solid #f15a79;
    border: 1px solid #d9534f;
}

.starch-tree-workflow-left-section {
    height: 103px;
    font-weight: 300;
    display: table;
}

.starch-tree-workflow-left-section-attivo {
    /*border-right: 1px solid #7BB354;
    /*background-color: #7BB354;
    border-right: 1px solid #09abc0;
    border-left: 10px solid #09abc0;
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: #a6cdd2;
    width: 100%;
}

    .starch-tree-workflow-left-section-attivo .starch-tree-workflow-left-section-span {
        color: #757575;
    }

.starch-tree-workflow-left-section-in-scadenza {
    border-right: 1px solid #eaab50;
    border-left: 10px solid #eaab50;
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: #efd1a6;
}

    .starch-tree-workflow-left-section-in-scadenza .starch-tree-workflow-left-section-span {
        color: #757575;
    }

.starch-tree-workflow-left-section-in-ritardo {
    /*border-right: 1px solid #f15a79;
    background-color: #f15a79;
    border-right: 1px solid #d9534f;
    border-left: 10px solid #d9534f;
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: #f6adab;
}

    .starch-tree-workflow-left-section-in-ritardo .starch-tree-workflow-left-section-span {
        color: #757575;
    }

.starch-tree-workflow-left-section-attivo-dautentecorrente {
    /*border-right: 1px solid #7BB354;
    /*background-color: #7BB354;
    border-right: 1px solid #09abc0;
    background-color: #09abc0;
    width: 100%;
}

.starch-tree-workflow-left-section-in-scadenza-dautentecorrente {
    border-right: 1px solid #eaab50;
    background-color: #eaab50;
}

.starch-tree-workflow-left-section-in-ritardo-dautentecorrente {
    /*border-right: 1px solid #f15a79;
    background-color: #f15a79;
    border-right: 1px solid #d9534f;
    background-color: #d9534f;
}


.starch-tree-workflow-left-section-span {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
}

.starch-tree-workflow-container-row {
    margin-left: 0px;
    margin-right: 0px;
}

.starch-tree-workflow-container-col {
    padding-left: 0px;
    padding-right: 0px;
}

.starch-tree-workflow-center-section {
    height: 103px;
    display: table;
}

.starch-tree-workflow-center-section-container {
    display: table-cell;
    vertical-align: middle;
    padding: 2px;
}

.starch-tree-workflow-center-section-top-span {
    font-size: 15px;
    display: block;
    /*font-style: italic;
    color: #888888;
}

    .starch-tree-workflow-center-section-top-span a {
        color: #000000;
        font-weight: 400;
    }

.starch-tree-workflow-center-section-bottom-span {
    /*font-size: 13px;
    /*display: block;
    color: #757575;
}

.starch-tree-workflow-center-section-bottom-span-user {
    /*font-size: 13px;
    color: #757575;
    display: block;
}

.starch-tree-workflow-center-section-bottom-span-user-current {
    font-weight: 700;
    color: #757575;
    text-transform: uppercase;
}

.starch-tree-workflow-right-section {
    font-size: 18px;
    margin: 5px 4px 0px 0px;
    font-weight: 700;
    cursor: pointer;
}

.starch-tree-workflow-right-section-attivo {
    /*color: #7BB354;
    color: #09abc0;
}

.starch-tree-workflow-right-section-in-scadenza {
    color: #eaab50;
}

.starch-tree-workflow-right-section-in-ritardo {
    /*color: #f15a79;
    color: #d9534f;
}

.starch-tree-workflow-right-section-attivo-dautentecorrente {
    /*color: #7BB354;
    color: #09abc0;
}

.starch-tree-workflow-right-section-in-scadenza-dautentecorrente {
    color: #eaab50;
}

.starch-tree-workflow-right-section-in-ritardo-dautentecorrente {
    /*color: #f15a79;
    color: #d9534f;
}*/

/*.starch-control-cerca {
    width: 145px;
    display: inline-block;
    font-style: normal;
    height: 18px;
}*/

.starch-accesso-non-consentito {
    color: #ffd700;
    padding-right: 4px;
}

.starch-workflow-control {
    position: absolute;
    right: 45px;
    bottom: 45px;
    width: 170px;
    height: 160px;
}

.starch-workflow-control-zoom-container {
    position: absolute;
    top: 0;
    left: 25px;
}

/*.starch-workflow-control-zoom-container-config {
    position: absolute;
    top: 0;
    left: 810px;
}*/

.starch-workflow-control-overview {
    /*background-color: #fff;*/
    position: relative;
    right: 0px;
    bottom: 0px;
}

.starch-workflow-control-overview-multiple {
    background-color: #fff;
    position: absolute;
    left: 8px;
    top: 90px;
    cursor: move;
}

.starch-workflow-overview {
    cursor: move;
    border: 1px solid #000000;
}

.starch-workflow-overview-multiple {
    cursor: move;
    border: 1px solid #000000;
}

.starch-workflow-overview canvas {
    border: 0px;
}

.starch-workflow-control-zoom {
    position: relative;
    left: 25px;
    top: 0px;
}

.starch-workflow-control-zoom-multiple {
    position: absolute;
    left: 770px;
    top: 40px;
}

.starch-workflow-zoom {
    cursor: default;
}

.starch-pratica-riepilogo-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 2px;
}

.starch-workflow-proc-concluso {
    color: #FFFFFF;
    font-size: 46px;
    padding-top: 18px;
}

/*.starch-dashboard-pratica-info-img {
    color: #757575;
    font-size: 18px;
    cursor: pointer;
}
*/
/*.starch-dashboard-pratica-alert-img-scaduto {
   background: url('images/alert.png');
    width: 22px;
    height: 22px;
    font-size: 20px;
    color: #d26b5c;
    cursor: pointer;
}*/

.starch-dashboard-pratica-alert-img-in-scadenza {
    /*background: url('images/alert.png');
    width: 22px;
    height: 22px;*/
    font-size: 20px;
    color: #f3b75f;
    /*cursor: pointer;*/
}

.starch-dashboard-pratica-alert-img-attivo {
    /*background: url('images/alert.png');
    width: 22px;
    height: 22px;*/
    font-size: 20px;
    color: #47c37b;
    /*cursor: pointer;*/
}

.starch-dashboard-cose-da-fare-table .label-da-fare-in-ritardo {
    font-size: 95%;
    background-color: #d26b5c;
    font-weight: 400;
    white-space: normal;
}

.starch-dashboard-cose-da-fare-table .label-da-fare-in-scadenza {
    font-size: 95%;
    background-color: #f3b75f;
    font-weight: 400;
    white-space: normal;
}

.starch-dashboard-cose-da-fare-table .label-da-fare {
    font-size: 95%;
    background-color: #47c37b;
    font-weight: 400;
    white-space: normal;
}

.starch-dashboard-cose-da-fare-table-mod .label-da-fare-in-ritardo {
    font-size: 95%;
    background-color: #d26b5c;
    font-weight: 400;
}

.starch-dashboard-cose-da-fare-table-mod .label-da-fare-in-scadenza {
    font-size: 95%;
    background-color: #f3b75f;
    font-weight: 400;
}

.starch-dashboard-cose-da-fare-table-mod .label-da-fare {
    font-size: 95%;
    background-color: #47c37b;
    font-weight: 400;
}

.span-da-fare-in-ritardo {
    /*font-size: 12px;*/
    color: #d26b5c;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.span-da-fare-in-scadenza {
    /*font-size: 12px;*/
    color: #f3b75f;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.span-da-fare {
    /*font-size: 12px;*/
    color: #47c37b;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.span-da-fare-in-ritardo-date {
    /*font-size: 12px;*/
    color: #d26b5c;
    font-weight: 400;
    line-height: 20px;
    display: block;
    padding-top: 3px;
}

.span-da-fare-in-scadenza-date {
    /*font-size: 12px;*/
    color: #f3b75f;
    font-weight: 400;
    line-height: 20px;
    display: block;
    padding-top: 3px;
}

.span-da-fare-date {
    /*font-size: 12px;*/
    color: #47c37b;
    font-weight: 400;
    line-height: 20px;
    display: block;
    padding-top: 3px;
}

.starch-dashboard-sue-table thead tr {
    text-transform: uppercase;
}

    /*.starch-dashboard-sue-table thead tr th {
        border-bottom: 0px;
        background-color: #5d90d2;
        color: #FFFFFF;
        line-height: 35px;
    }*/

        .starch-dashboard-sue-table thead tr th:first-of-type {
            padding-left: 15px;
        }

.starch-dashboard-sue-table > tbody > tr > td {
    border: 0px;
    line-height: 25px;
    padding-left: 15px;
}

.starch-dashboard-no-padding-left {
    padding-left: 0px;
}

.starch-dashboard-no-padding-right {
    padding-right: 0px;
    padding-left: 4px;
}

.starch-dashboard-scadenze {
    width: 100%;
}

    .starch-dashboard-scadenze thead tr {
        display: block;
        position: relative;
        text-transform: uppercase;
    }

    .starch-dashboard-scadenze tbody {
        display: block;
        overflow-y: scroll;
        width: 100%;
        max-height: 240px;
        min-height: 240px;
    }

    .starch-dashboard-scadenze > tbody > tr > td {
        border-left: 0px;
        border-color: #d4d4d4 !important;
        padding-top: 8px;
        line-height: 25px;
    }

    .starch-dashboard-scadenze > thead > tr > th {
        border-left: 0px;
        border-bottom: 1px solid #dddddd !important;
    }

.starch-dashboard-scadenze-cell1-header {
    width: 55px;
}

.starch-dashboard-scadenze-cell2-header {
    width: 160px;
}

.starch-dashboard-scadenze-cell3-header {
    width: 260px;
}

.starch-dashboard-scadenze-cell4-header {
    width: 260px;
}

.starch-dashboard-scadenze-cell1 {
    width: 55px;
}

.starch-dashboard-scadenze-cell2 {
    width: 160px;
}

.starch-dashboard-scadenze-cell3 {
    width: 260px;
}

.starch-dashboard-scadenze-cell4 {
    width: 260px;
}

.starch-dashboard-scadenze-ultimo-proc-utente {
    color: #888888;
    display: block;
    /*font-size: 12px;*/
    line-height: 20px;
    font-style: italic;
}

.starch-dashboard-scadenze-ultimo-proc-multi-utente {
    color: #888888;
    display: block;
    /*font-size: 12px;*/
    line-height: 20px;
    font-style: italic;
}

    .starch-dashboard-scadenze-ultimo-proc-multi-utente:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.starch-dashboard-scadenze-ultimo-proc {
    color: #888888;
    display: block;
    /*font-size: 12px;*/
    line-height: 20px;
    font-weight: 400;
}

.starch-dashboard-scadenze-pratica {
    /*font-size: 12px;*/
}

.starch-dashboard-panel-body-last-export {
    padding-top: 0px;
}

/*.starch-dashboard-scadenze-detail-container {
    width: 350px;
    color: #333333;
    padding: 5px;
}*/

.btn-group-scadenze-utenti {
    vertical-align: unset;
}

.starch-dashboard-last-export-sep {
    width: 1px;
    height: 95px;
    background-color: #d4d4d4;
    margin-left: 9px;
    margin-top: 11px;
}

.starch-dashboard-scadenze-mod {
    width: 100%;
}

    .starch-dashboard-scadenze-mod thead tr {
        display: block;
        position: relative;
        text-transform: uppercase;
    }

    .starch-dashboard-scadenze-mod tbody {
        display: block;
        overflow-y: scroll;
        width: 100%;
        max-height: 320px;
        min-height: 240px;
    }

    .starch-dashboard-scadenze-mod > tbody > tr > td {
        border-left: 0px;
        border-color: #d4d4d4 !important;
        padding-top: 8px;
        line-height: 25px;
    }

    .starch-dashboard-scadenze-mod > thead > tr > th {
        border-left: 0px;
        border-bottom: 1px solid #dddddd !important;
    }

.starch-dashboard-cose-da-fare-table-mod {
    width: 100%;
}

    .starch-dashboard-cose-da-fare-table-mod thead tr {
        display: block;
        position: relative;
        text-transform: uppercase;
    }

    .starch-dashboard-cose-da-fare-table-mod tbody {
        display: block;
        overflow-y: scroll;
        width: 100%;
        max-height: 320px;
        min-height: 200px;
    }

    .starch-dashboard-cose-da-fare-table-mod > tbody > tr > td {
        border-left: 0px;
        /*border-right: 0px;*/
        border-bottom: 0px;
        border-color: #d4d4d4 !important;
        padding-top: 8px;
        line-height: 25px;
    }

    .starch-dashboard-cose-da-fare-table-mod > thead > tr > th {
        border-left: 0px;
        /*border-right: 0px;*/
        border-bottom: 1px solid #dddddd !important;
    }

.starch-dashboard-milestones-table {
    width: 100%;
    border-top: 0px !important;
}

    .starch-dashboard-milestones-table thead tr {
        display: block;
        position: relative;
        text-transform: uppercase;
    }

    .starch-dashboard-milestones-table tbody {
        display: block;
        overflow-y: scroll;
        width: 100%;
        max-height: 600px;
        min-height: 600px;
    }

    .starch-dashboard-milestones-table > tbody > tr > td {
        border-left: 0px;
        border-bottom: 0px;
        border-color: #d4d4d4 !important;
        padding-top: 8px;
        line-height: 22px;
        padding-bottom: 2px;
    }

    .starch-dashboard-milestones-table > thead > tr > th {
        border-left: 0px;
        border-bottom: 1px solid #dddddd !important;
    }

.starch-dashboard-milestones-table-cell1-header {
    width: 55px;
}

.starch-dashboard-milestones-table-cell2-header {
    width: 150px;
}

.starch-dashboard-milestones-table-cell3-header {
    width: 960px;
}

.starch-dashboard-milestones-table-cell4-header {
    width: 55px;
    border-right: 0px !important;
}

.starch-dashboard-milestones-table-cell1 {
    width: 55px;
    border: 0px !important;
}

.starch-dashboard-milestones-table-cell2 {
    width: 150px;
    border: 0px !important;
}

.starch-dashboard-milestones-table-cell3 {
    width: 960px;
    border: 0px !important;
}

.starch-dashboard-milestones-table-cell4 {
    width: 55px;
    border: 0px !important;
}

.starch-dashboard-milestone-table {
    width: 100%;
    margin-bottom: 0px;
}

    .starch-dashboard-milestone-table tbody {
        display: table-row-group;
    }

    .starch-dashboard-milestone-table > tbody > tr > td {
        /*border-top: 0px;*/
    }

/*.starch-dashboard-milestone-done {
    background-color: #5cb85c;
    border-bottom: 1px solid #4cae4c;
    border-top: 1px solid #4cae4c;
    border-left: 1px solid #4cae4c;
    border-right: 0px;
    color: #FFFFFF;
}*/

.starch-dashboard-milestone-undone {
    background-color: #efefef;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-left: 0px;
    border-right: 0px;
}

.starch-btn-group-milestone {
    width: 100%;
    cursor: pointer;
}

.starch-dashboard-milestone-clear-filter {
    cursor: pointer;
    color: #337ab7;
}

.alwaysVisible {
    position: relative;
    z-index: 99;
}

.starch-dashboard-scadenze-ultimo-proc-multi-utente-attivo {
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    font-style: normal;
}

.starch-dashboard-scadenze-ultimo-proc-utente-attivo {
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    font-style: normal;
}

.starch-workflow-tabs {
    width: 165px;
}

.nav-tabs > .starch-workflow-tabs > a, .nav-tabs > .starch-workflow-tabs > a:hover, .nav-tabs > .starch-workflow-tabs > a:focus {
    background-color: #dddddd !important;
    border-bottom: 0px;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

.nav-tabs > .starch-workflow-tabs > a {
    border-radius: 0px;
}

.nav > .starch-workflow-tabs > a:hover,
.nav > .starch-workflow-tabs > a:focus {
    background-color: #cccccc !important;
}

.nav-tabs > .starch-workflow-tabs.active > a,
.nav-tabs > .starch-workflow-tabs.active > a:hover,
.nav-tabs > .starch-workflow-tabs.active > a:focus {
    background-color: #ffffff !important;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.nav > .starch-workflow-tabs > a {
    padding: 6px;
    text-align: left;
}

.starch-workflow-tabs-annullati {
    margin-top: 10px;
}

.starch-selezione-onere-html-container {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.starch-selezione-onere-tab-container {
    margin-right: -15px;
    margin-left: -15px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    color: #d30000;
}

/*.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    color: #d30000;
}*/

.carousel-indicators .active {
    background-color: #d30000;
}

.carousel-indicators li {
    border: 1px solid #d30000;
}

.starch-config-gruppi-perm-header-section {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
}

/*.starch-config-gruppi-perm-header-section-read-write {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

.starch-config-gruppi-perm-header-section-cancella-icon {
    color: #337ab7;
    cursor: pointer;
    font-size: 13px;
    margin-left: 5px;
}

.starch-config-gruppi-perm-header-section-associa-tutti-icon {
    color: #337ab7;
    cursor: pointer;
    font-size: 13px;
    margin-left: 5px;
}*/

.starch-config-gruppi-perm-copia-icon {
    color: #337ab7;
    cursor: pointer;
    font-size: 17px;
    margin-left: 2px;
}

.starch-config-gruppi-perm-grid {
    height: 150px;
}

.starch-config-gruppi-perm-header-section-label {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.starch-config-gruppi-perm-section {
    border: 2px solid #dddddd;
    padding: 5px;
}

.starch-primary-navbar-config {
    width: 35px !important;
}

.starch-primary-navbar-config-img:hover {
    /*border-bottom: 4px solid #0aa1b8;*/
    color: #FFFFFF !important;
}

.starch-primary-navbar-config-img {
    font-size: 17px !important;
    color: #9d9d9d;
    vertical-align: middle;
}

.starch-primary-navbar-active .starch-primary-navbar-config-img {
    color: #25c5d9 !important;
}

    .starch-primary-navbar-active .starch-primary-navbar-config-img:hover {
        color: #25c5d9 !important;
    }

.glyphicon.starch-primary-navbar-config-img {
    top: 0px;
}

.starch-config-dd > .dropdown-menu {
    background-color: #757575;
    border-radius: 0px;
    min-width: 130px;
    padding: 0px;
    top: 34px;
    left: -1px;
}

    .starch-config-dd > .dropdown-menu > li > a {
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 3px 15px;
        line-height: 1.8;
        font-weight: 300;
    }

        .starch-config-dd > .dropdown-menu > li > a:hover,
        .starch-config-dd > .dropdown-menu > li > a:focus {
            color: #FFFFFF;
            background-color: #0aa1b8;
        }

.starch-config-dd {
    vertical-align: unset !important;
}

.starch-config-perm-tabs-container .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 10px;
}

.nav-tabs > .starch-config-perm-tabs > a, .nav-tabs > .starch-config-perm-tabs > a:hover, .nav-tabs > .starch-config-perm-tabs > a:focus {
    background-color: #dddddd !important;
    border-bottom: 0px;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

.nav-tabs > .starch-config-perm-tabs > a {
    border-radius: 0px;
}

.nav > .starch-config-perm-tabs > a:hover,
.nav > .starch-config-perm-tabs > a:focus {
    /*background-color: #cccccc !important;*/
}

.nav-tabs > .starch-config-perm-tabs.active > a,
.nav-tabs > .starch-config-perm-tabs.active > a:hover,
.nav-tabs > .starch-config-perm-tabs.active > a:focus {
    background-color: #ffffff !important;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.nav > .starch-config-perm-tabs > a {
    padding: 6px;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
}

.starch-config-perm-grid {
    height: 300px;
}

.starch-config-gruppi-perm-header-div {
    padding-bottom: 20px;
    border-bottom: 2px solid #f54375;
}

.starch-config-gruppi-perm-header-permessi {
    margin-top: 4px;
}

.starch-config-wf-grid {
    height: 300px;
}

.starch-config-wf-buttons-container {
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
}

.starch-colo-picker-result {
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    margin-left: 5px;
}

.starch-config-wf-tabs-container .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 10px;
    min-height: 380px;
}

.nav-tabs > .starch-config-wf-tabs > a, .nav-tabs > .starch-config-wf-tabs > a:hover, .nav-tabs > .starch-config-wf-tabs > a:focus {
    background-color: #dddddd !important;
    border-bottom: 0px;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

.nav-tabs > .starch-config-wf-tabs > a {
    border-radius: 0px;
}

/*.nav > .starch-config-wf-tabs > a:hover,
.nav > .starch-config-wf-tabs > a:focus {
    background-color: #f5f5f5 !important;
}*/

.nav-tabs > .starch-config-wf-tabs.active > a,
.nav-tabs > .starch-config-wf-tabs.active > a:hover,
.nav-tabs > .starch-config-wf-tabs.active > a:focus {
    background-color: #ffffff !important;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.nav > .starch-config-wf-tabs > a {
    padding: 6px;
    text-transform: uppercase;
    text-align: center;
    width: 170px;
}

.starch-config-wf-accordion-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.starch-config-wf-accordion-header-img {
    cursor: pointer;
}

.starch-config-wf-position-btn {
    height: 20px;
    margin-bottom: 5px;
}

.starch-config-utenti-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.starch-config-utenti-grid {
    height: 200px;
}

.starch-config-utenti-funzionari-grid {
    height: 150px;
}

.starch-dashboard-table-proc-corrente .label-da-fare-in-ritardo {
    background-color: #d26b5c;
    color: #FFFFFF;
}

.starch-dashboard-table-proc-corrente .label-da-fare-in-scadenza {
    background-color: #f3b75f;
    color: #FFFFFF;
}

.starch-dashboard-table-proc-corrente .label-da-fare {
    background-color: #47c37b;
    color: #FFFFFF;
}

.starch-dashboard-milestones-detail-th {
    background-color: #efefef;
    text-transform: uppercase;
    border: 1px solid #ddd;
    font-weight: 700;
}

.text-underline {
    text-decoration: underline;
}

.starch-dashboard-milestones-detail-container {
    border: 1px solid #cccccc;
    margin: 10px 20px;
    padding: 5px 8px 0px 5px;
}

.text-italic {
    font-style: italic;
}

.text-linethrough {
    text-decoration: line-through;
}

.starch-config-wf-alert {
    margin-left: 0px;
}

.starch-config-wf-preview-font {
    border: 1px solid #757575;
}

.starch-config-new-user-roles-grid {
    padding-top: 2px;
}

.overlaytop {
    top: 36% !important;
}

/*.starch-config-danger {
    margin-left: -6px;
    margin-right: -4px;
    background-color: #f2dede;
}

.starch-config-info {
    margin-left: -6px;
    margin-right: -4px;
    background-color: #d9edf7;
}*/

.starch-config-permessi-row {
    margin-left: -6px;
    margin-right: -4px;
}

.starch-top-bar {
    top: 0;
    min-height: 35px;
    background-color: #23282d;
    margin-bottom: 0px;
    z-index: 1050;
}

.starch-top-bar-center-info {
    display: inline-block;
}

.starch-primary-toolbar {
    width: 100%;
}

.starch-primary-toolbar-element {
    display: inline-block;
    width: 105px;
    color: #bdbdbd;
    padding-bottom: 4px;
    cursor: pointer;
    padding-top: 9px;
}


.starch-primary-toolbar-element-active {
    color: #0aa1b8;
}

    .starch-primary-toolbar-element-active > a {
        color: #0aa1b8 !important;
    }

.starch-primary-toolbar-element > a {
    text-decoration: none;
    color: #bdbdbd;
}

    .starch-primary-toolbar-element > a:hover {
        text-decoration: none;
        color: #fff;
    }

.starch-primary-toolbar-element:hover {
    color: #fff;
    /* border-bottom: 4px solid #0aa1b8;*/
}

.starch-primary-toolbar-element-img {
    display: inline-block;
    /*color: #bdbdbd;*/
    font-size: 26px;
    padding-top: 6px;
}

.starch-primary-toolbar-element-caption {
    text-transform: uppercase;
    /*color: #bdbdbd;*/
    /*font-size: 14px;*/
}

.starch-pratica-pagamenti-grid-pagamenti {
    height: 200px;
}

.starch-pratica-pagamenti-content-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.starch-pagamenti-tipologia-label-spacer {
    margin-top: 10px;
}

.starch-pagamenti-tab-container {
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    height: 200px;
}

.starch-agibilita-rip-piani-grid {
    height: 400px;
}

.starch-agibilita-rip-locali-grid {
    height: 400px;
}

/*.starch-pratica-tabs-icon {
    height: 27px;
    width: 29px;
    display: inline-block;
}*/
.starch-pratica-tabs-icon-pe ~ span {
    /*color: #a5a5a5;*/
    color: #aaaaaa;
}

    .starch-pratica-tabs-icon-pe ~ span:hover {
        /*color: #a5a5a5;*/
        color: #23282D;
    }

.starch-pratica-tabs-icon-pe ~ a > span.starch-pratica-tabs-close {
    color: #aaaaaa;
}

.nav > .starch-pratica-tabs > a:hover {
    color: #23282D;
}

.starch-pratica-tabs-icon-agib ~ span {
    /*color: #a5a5a5;*/
    color: #c1c1c1;
}

    .starch-pratica-tabs-icon-agib ~ span:hover {
        /*color: #a5a5a5;*/
        color: #23282D;
    }

.starch-pratica-tabs-icon-agib ~ a > span.starch-pratica-tabs-close {
    color: #c1c1c1;
}

.starch-pratica-icon-list-carto {
    color: #8334c2;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.starch-badge-imp-pratiche-num-sogg {
    background-color: #f0ad4e;
    color: #FFFFFF;
}

.starch-badge-imp-pratiche-match-sogg {
    background-color: #5cb85c;
    color: #FFFFFF;
    margin-top: 7px;
}

.starch-imp-pratiche-sogg-ok {
    color: green;
    font-size: 18px;
    cursor: pointer;
}

/*.starch-bg-info {
    background-color: #d9edf7 !important;
}

.starch-bg-success {
    background-color: #dff0d8 !important;
}

.starch-bg-danger {
    background-color: #f2dede !important;
}

.starch-bg-warning {
    background-color: #fcf8e3 !important;
}

.starch-archipro-check-anag-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: underline;
}

.starch-archipro-check-anag-spacer {
    border-right: 2px solid #CCCCCC;
    padding-left: 3px;
    padding-right: 12px;
}*/

/*.starch-badge-imp-pratiche-stato-sogg {
    font-size: 18px;
}*/

/*.starch-badge-imp-pratiche-sogg-controls {
    font-size: 18px;
    color: #337ab7;
    cursor: pointer;
}*/

.starch-agenda-cell-selected {
    outline: solid 3px #00000052;
    outline-offset: -3px;
}

.starch-agenda-cell-unselected {
    border: 5px solid white !important;
}

.starch-dashboard-agenda-expand-app-control {
    font-size: 18px;
    color: #337ab7;
    cursor: pointer;
}

.starch-dashboard-agenda-dettaglio-app-section-header {
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
   
   
}

.event-primary > .starch-dashboard-agenda-dettaglio-app-section-header {
    color: #FFFFFF;
}

.starch-dashboard-agenda-dettaglio-app-section-header-container {
    background-color: #f54375;
}

.starch-agenda-tecnici-assegnabili-grid {
    height: 275px;
}

.starch-dashboard-agenda-title-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 25px;
}

.starch-agenda-conferma-diniega-app-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

.bg-disable {
    background-color: #CCCCCC;
}

.bg-warningplus {
    background-color: #ffce81;
}

.event-disable {
    background-color: #CCCCCC;
}

.event-annullato {
    background-color: #ff87af;
}

.event-primary {
    background-color: #18709d;
}

.event-info {
    background-color: #d9edf7;
}

.event-success {
    background-color: #dff0d8;
}

.event-danger {
    background-color: #f2dede;
}

.event-warningplus {
    background-color: #ffce81;
}

.event-warning {
    background-color: #fcf8e3;
}

.event {
    width: 14px;
    height: 14px;
}

.cal-event-list .event.pull-left {
    margin-top: 0px;
}

.cal-slide-content {
    padding: 30px 10px 10px 10px;
}
.starch-agenda-dettaglio-app-container {
    box-shadow: 0px 0px 36px -12px #0000006b;
    border-radius: 10px;
}

    .starch-agenda-dettaglio-app-container .contenitore {
        padding: 10px;
        background: #fff;
        border-radius: 0px 0px 10px 10px;
    }

.starch-config-agenda-tab-content {
    margin-top: 10px;
}

.starch-config-agenda-tabs-container .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 10px;
    height: 650px;
}

.starch-config-agenda-tabschild-container .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 10px;
    height: auto;
}

.starch-config-agenda-grid-small {
    height: 200px;
}

.starch-agenda-tabs-container .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 10px;
    min-height: 650px;
}

.starch-config-utenti-tabs-container {
    background-color: #FFFFFF;
    padding: 10px;
    border: 1px solid #bebebe;
    border-top: 0px;
}

.starch-agenda-multiple-app-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

/*.starch-pratica-tabs-operatori {
    width: 170px;
}

.nav-tabs > .starch-pratica-tabs-operatori > a, .nav-tabs > .starch-pratica-tabs-operatori > a:hover, .nav-tabs > .starch-pratica-tabs-operatori > a:focus {
    background-color: #dddddd !important;
    border-bottom: 0px;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

.nav-tabs > .starch-pratica-tabs-operatori > a {
    border-radius: 0px;
}

.nav > .starch-pratica-tabs-operatori > a:hover,
.nav > .starch-pratica-tabs-operatori > a:focus {
    background-color: #cccccc !important;
}

.nav-tabs > .starch-pratica-tabs-operatori.active > a,
.nav-tabs > .starch-pratica-tabs-operatori.active > a:hover,
.nav-tabs > .starch-pratica-tabs-operatori.active > a:focus {
    background-color: #ffffff !important;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.nav > .starch-pratica-tabs-operatori > a {
    padding: 6px;
    text-align: left;
}*/

.starch-primary-navbar-menu {
    text-align: center;
    float: left;
}

@media (min-width: 768px) {
    .starch-primary-navbar-menu {
        width: 55%;
    }
}

@media (min-width: 992px) {
    .starch-primary-navbar-menu {
        width: 65%;
    }
}

@media (min-width: 1200px) {
    .starch-primary-navbar-menu {
        width: 73%;
    }
}

@media (min-width: 768px) {
    .starch-dashboard-no-padding-right {
        width: 57%;
    }
}

@media (min-width: 1200px) {
    .starch-dashboard-no-padding-right {
        width: 58.33333333%;
    }
}

.starch-modal-help-position {
    position: absolute;
    top: -5px;
    right: 1px;
}

.starch-riepilogo-alice {
    border: 1px solid #dddddd;
    margin: 0px;
    padding: 10px;
}

.starch-sections-margin-bottom {
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px -4px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border: solid 1px #bcbcbc;
}

.starch-tables-sections {
    padding-left: 0px;
    padding-right: 0px;
}

/*.starch-btn-back {
    position: relative;
    top: -38px;
    margin-bottom: 0px;
}*/

.starch-row-no-heigth {
    height: 0px;
}

.dropdown-menu-right {
    left: auto !important;
    right: 0;
}

/*.iconeSezioni {
    font-size: 21px;
    text-align: center;
    width: 100%;
    color:#00BBD3;
}*/

/*.starch-pratica-menu-right-tree-add-item-btn {
    height: 23px;
    background-color: #23282D;
    padding-top: 2px;
    border:none;
}

.starch-pratica-menu-right-tree-add-item-btn i {
    font-size: 13px;
}*/

.starch-generic-tabs {
    width: auto;
}

.nav-tabs > .starch-generic-tabs > a, .nav-tabs > .starch-generic-tabs > a:hover, .nav-tabs > .starch-generic-tabs > a:focus {
    background-color: transparent !important;
    border-bottom: 0px;
    /*border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;*/
}

.nav-tabs > .starch-generic-tabs > a {
    border-radius: 0px;
}

/*.nav > .starch-generic-tabs > a:hover,
.nav > .starch-generic-tabs > a:focus {
    background-color: #f5f5f5 !important;
}*/

.nav-tabs > .starch-generic-tabs.active > a,
.nav-tabs > .starch-generic-tabs.active > a:hover,
.nav-tabs > .starch-generic-tabs.active > a:focus {
    background-color: #ffffff !important;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.nav > .starch-generic-tabs > a {
    padding: 4px 10px 4px 10px;
    text-align: center;
    font-size: 14px;
    color: #1976D2;
}

.starch-pratica-menu-right-tree-pratica-archipro-btn {
    height: 23px;
    background-color: #23282D;
    padding-top: 3px;
    border: none;
}

.starch-confing-moduli-pers-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 3px;
}

.selected {
    background-color: #aaaaaa;
    color: #000000;
    font-weight: 700;
}

fieldset.customform {
    border: 1px groove #082742 !important;
    padding: 0px 10px 10px 10px !important;
}

legend.customform {
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/*.customformobjectheader {
    background-color: ActiveCaption;
    width: 100%;
}*/

.customformobjectheaderdes {
    background-color: bisque;
    width: 100%;
}

.starch-pointer-on-hover:hover {
    cursor: pointer;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
    border-right: solid 1px #dddddd;
}

.panel-body-padding {
    padding: 0px 15px 0px 15px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
    border-radius: 2px;
}

/*.panel-group {
    box-shadow: 0px 0px 10px -4px;
}*/

.panel {
    border-radius: 2px;
}

.panel-group .panel {
    border-radius: 2px;
}

.starch-config-prat-modelli-tabs-container .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 10px;
    height: 550px;
}

.nav-tabs > li.starch-fake-class > a {
    margin-right: 0px;
}

/*.ui-grid-menu-button {
    right: -1px;
    top: -1px;
    height: 26px;
}*/

    /*.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
        overflow: hidden;
    }*/

.starch-cds-tabs-content {
    padding: 10px;
}

.starch-dati-terr-ind-suap {
    color: #337ab7;
    display: inline-block;
    padding: 3px 3px;
    text-decoration: underline;
}

.starch-config-query-pers-tabs-main-content {
    padding: 10px;
    border-left: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    background-color: #FFFFFF;
}

.starch-config-query-pers-tabs-content {
    padding: 10px;
    border-left: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    background-color: #FFFFFF;
    height: 545px;
}

.starch-config-query-pers-tree-element {
    padding-top: 8px;
    display: inline-block;
}

.starch-config-query-pers-tree-element-caption {
    font-size: 14px;
}

.starch-config-query-pers-tree-element-image {
    padding-right: 3px;
}

.starch-config-query-pers-tree-element-caption-descr {
    font-size: 12px;
    padding-left: 20px;
    display: inline-block;
    font-style: italic;
}

.starch-config-query-pers-tabs-results {
    padding: 10px;
    border-left: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    background-color: #FFFFFF;
    height: 760px;
}

/*.starch-subnav-cartografia-map-caption {
    color: #eea236;
    padding: 5px 0px 2px 0px;
    display: inline-block;
    width: auto;
    text-align: left;
    font-weight: 300;
    font-size: 11px;
    padding-right: 13px;
    text-transform: uppercase;
}

.starch-subnav-cartografia-map-caption-find {
    display: inline-block;
    padding-left: 10px;
    padding-right:10px;
}*/

.starch-subnav-cartografia {
    margin-left: 1px !important;
    margin-right: -1px !important;
}

/*.starch-cartografia-resultinfo-table {
    width: 100%;
}

    .starch-cartografia-resultinfo-table thead tr {
        display: block;
        position: relative;
    }

    .starch-cartografia-resultinfo-table tbody {
        display: block;
        overflow-y: scroll;
        width: 100%;
        max-height: 300px;
    }

    .starch-cartografia-resultinfo-table > tbody > tr > td {
        border-left: 0px;
        border-bottom: 0px;
        border-color: #d4d4d4 !important;
        padding-top: 8px;
        line-height: 20px;
    }

    .starch-cartografia-resultinfo-table > thead > tr > th {
        border-left: 0px;
        border-bottom: 1px solid #dddddd !important;
    }*/

.dropdown-hover {
    position: unset !important;
    display: inline-block;
}

    .dropdown-hover:hover .dropdown-menu {
        display: block;
    }

/*.starch-cartografia-info-tabs > ul > li > a {
    padding: 0px;
    width: 85px;
    border: 0px;
}

.starch-cartografia-info-tabs > ul > li {
    width: 85px;
    margin-bottom: 0px;
    margin-right: 10px;
    text-transform: uppercase;
}

    .starch-cartografia-info-tabs > ul > li:first-child {
        margin-left: 10px;
    }

.starch-cartografia-info-tabs > ul {
    border-bottom: 0px;
}

    .starch-cartografia-info-tabs > ul > li.active > a,
    .starch-cartografia-info-tabs > ul > li.active > a:hover,
    .starch-cartografia-info-tabs > ul > li.active > a:focus {
        border: 0px;
        border-bottom: 7px solid #03a9f3;
    }

    .starch-cartografia-info-tabs > ul > li > a:hover, starch-cartografia-info-tabs > ul > li > a:focus {
        background-color: transparent !important;
        border: 0px;
        border-bottom: 7px solid #03a9f3;
    }*/

/*#tabStrumentoUrbanistico {
    width: 200px;
}

    #tabStrumentoUrbanistico > a {
        width: 200px;
    }

#tabElementiGeometrici {
    width: 170px;
}

    #tabElementiGeometrici > a {
        width: 170px;
    }*/

/*.starch-cartografia-info-tabs .tab-content {
    padding-top: 20px;
    border-top: 1px solid #bebebe;
}*/

/*.starch-cartografia-info-tabs-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}

.starch-cartografia-info-tabs-elem-geom-ogg {
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}

.starch-cartografia-info-tabs-elem-geom-info {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    font-style: italic;
}

.starch-cartografia-info-tabs-elem-geom-geom {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    font-style: italic;
}

.starch-watermark-carto {
    opacity: 0.25;
    font-size: 28px;
}*/

/*.starch-watermark-carto-small {
    opacity: 0.25;
    font-size: 24px;
}*/

/*.starch-cartografia-ricerca-tabs > ul > li > a {
    padding: 0px;
    width: 170px;
    border: 0px;
}

.starch-cartografia-ricerca-tabs > ul > li {
    width: 170px;
    margin-bottom: 0px;
    margin-right: 10px;
    text-transform: uppercase;
}

    .starch-cartografia-ricerca-tabs > ul > li:first-child {
        margin-left: 10px;
    }

.starch-cartografia-ricerca-tabs > ul {
    border-bottom: 0px;
}

    .starch-cartografia-ricerca-tabs > ul > li.active > a,
    .starch-cartografia-ricerca-tabs > ul > li.active > a:hover,
    .starch-cartografia-ricerca-tabs > ul > li.active > a:focus {
        border: 0px;
        border-bottom: 7px solid #03a9f3;
    }

    .starch-cartografia-ricerca-tabs > ul > li > a:hover, starch-cartografia-ricerca-tabs > ul > li > a:focus {
        background-color: transparent !important;
        border: 0px;
        border-bottom: 7px solid #03a9f3;
    }

.starch-cartografia-ricerca-tabs .tab-content {
    padding-top: 20px;
    border-top: 1px solid #bebebe;
}

.starch-istruttoria-version-selected {
    background-color: #c9dde1 !important;
    color: #000000;
    font-weight: 700;
}*/

.starch-istruttoria-testo .ta-scroll-window > .ta-bind {
    height: 595px;
    min-height: 595px;
}

.starch-istruttoria-testo > .ta-editor.ta-html, .ta-scroll-window.form-control {
    height: 600px;
    min-height: 600px;
}

.starch-istruttoria-version-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.starch-tabs-documenti {
    width: 180px;
}

.nav-tabs > .starch-tabs-documenti > a, .nav-tabs > .starch-tabs-documenti > a:hover, .nav-tabs > .starch-tabs-documenti > a:focus {
    background-color: #dddddd !important;
    border-bottom: 0;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

.nav-tabs > .starch-tabs-documenti > a {
    border-radius: 0;
}

.nav > .starch-tabs-documenti > a:hover,
.nav > .starch-tabs-documenti > a:focus {
    background-color: #cccccc !important;
}

.nav-tabs > .starch-tabs-documenti.active > a,
.nav-tabs > .starch-tabs-documenti.active > a:hover,
.nav-tabs > .starch-tabs-documenti.active > a:focus {
    background-color: #ffffff !important;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.nav > .starch-tabs-documenti > a {
    padding: 6px;
    text-align: left;
}

.starch-generic-tabs-child {
    width: 210px;
}

.nav-tabs > .starch-generic-tabs-child > a, .nav-tabs > .starch-generic-tabs-child > a:hover, .nav-tabs > .starch-generic-tabs-child > a:focus {
    background-color: #dddddd !important;
    border-bottom: 0px;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    font-size: 13px;
}

.nav-tabs > .starch-generic-tabs-child > a {
    border-radius: 0px;
}

.nav > .starch-generic-tabs-child > a:hover,
.nav > .starch-generic-tabs-child > a:focus {
    background-color: #cccccc !important;
}

.nav-tabs > .starch-generic-tabs-child.active > a,
.nav-tabs > .starch-generic-tabs-child.active > a:hover,
.nav-tabs > .starch-generic-tabs-child.active > a:focus {
    background-color: #ffffff !important;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.nav > .starch-generic-tabs-child > a {
    padding: 2px 6px;
    text-align: left;
}

.starch-documenti .tab-content {
    background-color: #FFFFFF;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    height: 490px;
}

.starch-documenti-child .tab-content {
    background-color: #FFFFFF;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    height: 455px;
}

.starch-drv-doc-header {
    /* text-transform: uppercase;
    color: #f54375;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;*/
    /* text-transform: uppercase; */
    color: #424242;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    letter-spacing: 0.03em;
    border-bottom: solid 1px #FFC107;
    margin-bottom: 5px;
}

.starch-drv-doc > thead > tr > th {
    background-color: #FFFFFF;
    padding-left: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.starch-drv-doc-filename:hover {
    /*text-decoration: underline;*/
    cursor: default;
}

.starch-drv-doc-file-version:hover {
    text-decoration: underline;
}

.starch-drv-doc {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.starch-drv-doc-nofile-pnl {
    background-color: #f3f3f3;
    border: 1px solid #dedede;
}

    .starch-drv-doc-nofile-pnl > label {
        color: #757575;
        font-weight: 400;
        font-size: 14px;
    }


.starch-btn-doc {
    width: 165px;
    height: 35px;
    font-size: 14px;
}

.starch-btn-doc-img {
    font-size: 18px;
    display: inline-block;
    padding-right: 10px;
}

/*.starch-documenti-grid-edit-icon {
    color: #337ab7;
    cursor: pointer;
    font-size: 15px;
    padding: 3px 3px;
}*/

.starch-documenti-grid-pdf-icon {
    color: #d9534f;
    cursor: pointer;
    font-size: 16px;
    padding: 3px 3px;
}

.starch-documenti-grid-descr:hover {
    /*text-decoration: underline;*/
}

.starch-pratica-tabs-rich-int {
    width: 210px;
}

.nav-tabs > .starch-pratica-tabs-rich-int > a, .nav-tabs > .starch-pratica-tabs-rich-int > a:hover, .nav-tabs > .starch-pratica-tabs-rich-int > a:focus {
    background-color: #dddddd !important;
    border-bottom: 0px;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

.nav-tabs > .starch-pratica-tabs-rich-int > a {
    border-radius: 0px;
}

.nav > .starch-pratica-tabs-rich-int > a:hover,
.nav > .starch-pratica-tabs-rich-int > a:focus {
    background-color: #cccccc !important;
}

.nav-tabs > .starch-pratica-tabs-rich-int.active > a,
.nav-tabs > .starch-pratica-tabs-rich-int.active > a:hover,
.nav-tabs > .starch-pratica-tabs-rich-int.active > a:focus {
    background-color: #ffffff !important;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
   
}

.nav > .starch-pratica-tabs-rich-int > a {
    padding: 6px;
    text-align: left;
}

.starch-pratica-rich-tabs .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 5px;
}

.starch-pratica-rich-int-tabs .tab-pane {
    height: 330px;
}

.starch-pratica-rich-modprog-tabs .tab-pane {
    height: 505px;
}

.starch-accesso-atti-controls {
    font-size: 19px;
    cursor: pointer;
    color: #337ab7;
    padding-left: 5px;
    padding-top: 1px;
}

.starch-accesso-atti-controls-edit {
    font-size: 19px;
    cursor: pointer;
    color: #337ab7;
    padding-left: 5px;
    padding-top: 1px;
}


.starch-pratica-content-section-sub-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 3px;
    width: 100%;
    float: left;
}

.starch-pratica-content-section-sub-header-drv-upload {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
}

.containerUploader {
    margin: auto;
    display: table;
    width: 100%;
}

.cellUploader {
    display: table-cell;
    vertical-align: middle;
}

.starch-drv-rev-cell {
    width: 50px;
    border-right: 1px solid #ddd;
    padding-right: 5px;
}

.starch-drv-file-cell {
    padding-left: 8px;
}

.starch-drv-history-rev-cell {
    width: 20px;
    border-right: 1px solid #ddd;
    padding-right: 5px;
}

.starch-drv-history-date-cell {
    width: 140px;
    border-right: 1px solid #ddd;
    padding-right: 5px;
}

.starch-drv-history-user-cell {
    width: 180px;
    border-right: 1px solid #ddd;
    padding-right: 5px;
}

.starch-watermark-fabbricati {
    opacity: 0.25;
    font-size: 24px;
}

/*.watermark-cds {
    position: absolute;
    top: 30px;
    opacity: 0.25;
    font-size: 28px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}*/

.starch-tabelle-modelli-pratica-controls {
    color: #337ab7;
    cursor: pointer;
    font-size: 14px;
}

.starch-pratica-comunicazioni-controls {
    color: #337ab7;
    cursor: pointer;
    font-size: 12px;
}

/*.panel-body {
    padding: 10px;
}*/

.ui-grid-pager-row-count-picker select {
    padding: 0px;
}

.ui-grid-pager-control button {
    padding: 4px 8px;
}

.starch-grid-lista-anagrafiche {
    height: 200px;
}

.starch-grid-lista-anagrafiche-small {
    height: 150px;
}

.panel-default > .panel-heading-custom-gray {
    background-image: none;
    background-color: #616161;
    color: #ffffff;
}

.starch-comunicazioni-dettaglio-label {
    display: inline-block;
    width: 90px;
}

.starch-comunicazioni-dettaglio-label-container {
    margin-left: 5px;
    margin-bottom: 2px;
}






/*.starch-iter-cronologico-wf-da-fare {
    border-left: 6px solid #9b9fa2 !important;
}*/

/*.starch-iter-cronologico-wf-in-corso {
    border-left: 6px solid #787878 !important;
}*/

.starch-bg-wf-da-fare-in-ritardo {
    background-color: #eef2f5;
}

.starch-bg-wf-da-fare {
    background-color: #eef2f5;
}


/*.starch-iter-cronologico-wf-data {
    display: inline-block;
    width: 23%;
    font-size: 13px;
    text-align: right;
}*/

/*.starch-iter-cronologico-wf-processo {
    display: inline-block;
    width: 75%;
    font-size: 13px;
    text-transform: uppercase;
}*/

    /*.starch-iter-cronologico-wf-processo > a {
        color: #333333;
    }*/

.starch-iter-cronologico-wf-dettaglio-label {
    display: inline-block;
    width: 120px;
}

.starch-iter-cronologico-wf-dettaglio-label-container {
    margin-left: 5px;
    margin-bottom: 2px;
}

/*.starch-iter-cronologico-wf-table-dettaglio {
    padding: 5px;
    border: 1px solid #dddddd;
    margin-top: 1px;
}*/

/*.starch-wf-scadenze-ultimo-proc-utente {
    color: #888888;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
}*/

/*.starch-wf-scadenze-ultimo-proc-multi-utente {
    color: #888888;
    display: block;
    font-size: 11px;
    line-height: 20px;
  
}*/

    .starch-wf-scadenze-ultimo-proc-multi-utente:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.starch-wf-scadenze-ultimo-proc {
    color: #888888;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

/*div.organigramma .settore,
div.organigramma .tecnici,
div.organigramma .pratiche {
    color: #555353;
    cursor: pointer;
}

div.organigramma .icona {
    color: #0b8c9f;
}

div.organigramma .uos {
    color: #0b8c9f;
    cursor: pointer;
}

div.organigramma .responsabile,
div.organigramma .tecnico,
div.organigramma .pratica {
    color: #000000;
}*/

.starch-tree-workflow-right-section-note-consegna {
    font-size: 17px;
    margin: 57px 4px 0px 0px;
    font-weight: 400;
    cursor: pointer;
}

.starch-wf-note-consegna {
    background-color: #eeeeee;
    min-height: 250px;
}

.starch-iter-cronologico-wf-note-consegna {
    display: block;
}

.starch-pratica-locked {
    color: #ec971f;
    font-size: 18px;
    padding-right: 5px;
}

.starch-documenti-grid-revision {
    color: #4169e1;
}

    .starch-documenti-grid-revision:hover {
        text-decoration: underline;
    }

.starch-alert-workflow-process {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.blink_me2 {
    -webkit-animation-name: blinker2;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker2;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker2;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker2 {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker2 {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker2 {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}

.starch-pratica-tabs-com-ostative {
    width: 210px;
}

.nav-tabs > .starch-pratica-tabs-com-ostative > a, .nav-tabs > .starch-pratica-tabs-com-ostative > a:hover, .nav-tabs > .starch-pratica-tabs-com-ostative > a:focus {
    background-color: #dddddd !important;
    border-bottom: 0px;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

.nav-tabs > .starch-pratica-tabs-com-ostative > a {
    border-radius: 0px;
}

.nav > .starch-pratica-tabs-com-ostative > a:hover,
.nav > .starch-pratica-tabs-com-ostative > a:focus {
    background-color: #cccccc !important;
}

.nav-tabs > .starch-pratica-tabs-com-ostative.active > a,
.nav-tabs > .starch-pratica-tabs-com-ostative.active > a:hover,
.nav-tabs > .starch-pratica-tabs-com-ostative.active > a:focus {
    background-color: #ffffff !important;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.nav > .starch-pratica-tabs-com-ostative > a {
    padding: 6px;
    text-align: left;
}

.starch-pratica-com-ostative-tabs .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 5px;
    height: 415px;
}

.starch-alert-workflow-process-active {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #FFFFFF;
}

.starch-oneri-label-spacer {
    padding-top: 5px;
    margin-bottom: 0px;
    font-size: 11px;
    color: #424242;
    font-weight: 700;
}

.starch-form-control {
    display: block;
    width: 100%;
    height: 26px;
    padding: 3px 3px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .starch-form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.starch-dati-cdu-section {
    padding: 7px;
}

.starch-table-disabled {
    color: #999999 !important;
    background-color: #eee !important;
}

.starch-tree-right-relazione-accertamento-div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.starch-tree-right-relazione-accertamento-ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
}

.starch-provvfinsorv-table > tbody > tr > td {
    vertical-align: middle;
}

/*.label-storico {
    color: #000;
    text-transform: capitalize;
    margin-top: 0px;
    position: relative;
    top: -3px;
}*/

.starch-provvfinsorvriep-table-td {
    border-top: 2px solid #aaaaaa !important;
}

.tabs-content {
    border: solid 1px #bebebe;
    border-top: none;
    padding: 20px 10px 10px 10px;
    box-shadow: 0px 0px 10px #bebebe;
    margin-left: 0px;
    margin-bottom: 30px;
}


/*Idoneità alloggiativa*/
.starch-idonallog-subheader-caption {
    color: #F54375;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}

.starch-idonallog-tooltip {
    color: #000000;
    cursor: pointer;
}

.starch-idonallog-table td {
    vertical-align: middle !important;
}

.starch-idonallog-elimina-record {
    color: #d9534f;
    font-size: 18px;
    padding: 4px 0px;
}

    .starch-idonallog-elimina-record:hover {
        cursor: pointer;
    }

.starch-idonallog-result-idoneo {
    color: #228b22;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.starch-idonallog-result {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.popover-idonallog {
   
    width: 500px;
    text-align: left;
    max-width: 500px !important;
}

/*Fine Idoneità alloggiativa*/

.starch-btn-archipro {
    margin-top:3px;
}


.pannello_fascicoli a{
    font-size:22px;
    margin-bottom:10px;
}

.ol-mapmenu {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    top: 5px;

}

.differentValue {
    background-color: #AAA9DB;
    color: #000000;
}

.starch-protocollazione-table > tbody > tr > td {
    vertical-align: middle;
}

.starch-protocollazione-table-td {
    border-top: 2px solid #aaaaaa !important;
}

.popover-info-object-popup-w520 {
    width: 520px;
    text-align: left;
    max-width: 520px !important;
}
@charset "UTF-8";

@media (min-width: 280px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container-centrato {
        width: 735px;
    }
}

@media (min-width: 992px) {
    .container-centrato {
        width: 955px;
    }
}

@media (min-width: 1280px) {
    .container-centrato {
        width: 1255px;
    }
}

@media (max-width: 1281px) {
    .starch-immobili-menu-right {
        width: 0px;
        padding: 0px;
    }

        .starch-immobili-menu-right.active .menu-destra-immobili {
            transform: translateX(0);
        }



    .container-immobili {
        width: 100%;
    }

    .starch-immobili-menu-right .menu-destra-immobili {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0;
        z-index: 90000;
        transition: transform .3s ease-in-out;
        transform: translateX(-250%);
        width: 500px;
        background: #ababab;
        box-shadow: 1px 0px 18px 6px #0000007d;
        padding: 10px;
    }

    .btn-hamburger.btn-menu-immobili {
        right: 15px;
        top: -10px;
        display: inherit !important;
    }

    .starch-pratica-menu-left-item_P,
    .starch-pratica-menu-left-item_AP,
    .starch-pratica-menu-left-item_APS {
        font-size: 9px !important;
    }

        .starch-pratica-menu-left-item_P .starch-pratica-menu-left-item-icon {
            display: none !important;
        }

    .pannello_primo_livello h1 {
        font-size: 11px !important;
    }

    .pannello_primo_livello_no_content .header span {
        font-size: 11px !important;
    }

    .pannello_primo_livello_no_content {
        padding: 4px !important;
    }
}

/*LAYOUT FLEX*/
.container-centrato {
    margin-right: auto;
    margin-left: auto;
    padding-left: 7px;
    padding-right: 8px;
}

.flex {
    display: -webkit-flex;
    display: flex !important;
}

.inline-flex {
    display: -webkit-flex;
    display: inline-flex !important;
}


.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.flex-no-wrap {
    flex-wrap: nowrap
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-grow-2 {
    flex-grow: 2;
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}


.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.self-auto {
    align-self: auto
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.self-stretch {
    align-self: stretch
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.justify-evenly {
    justify-content: space-evenly
}

.content-center {
    align-content: center
}

.content-start {
    align-content: flex-start
}

.content-end {
    align-content: flex-end
}

.content-between {
    align-content: space-between
}

.content-around {
    align-content: space-around
}

.flex-1 {
    flex: 1 1 0%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-initial {
    flex: 0 1 auto
}

.flex-none {
    flex: none
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-grow {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-shrink {
    flex-shrink: 1
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.order-first {
    order: -9999
}

.order-last {
    order: 9999
}

.order-none {
    order: 0
}

.column-gap-5 {
    column-gap: 5px;
}

.column-gap-10 {
    column-gap: 10px;
}

.column-gap-15 {
    column-gap: 15px;
}

.column-gap-20 {
    column-gap: 20px;
}

.d-table {
    display: table;
}

.d-table-cell {
    display: table-cell;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    /*color: #7E8890;*/
    background-color: #ccc;
    text-rendering: optimizeLegibility;
    background-color: #ababab;
    /* background-color: #c5c5c5;*/
    padding-top: 85px;
    transition: 0.3s;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23acacac' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");*/
    overflow-x: hidden;
    padding-bottom: 0px;
}

.immo_carousel_btn a.carousel-control {
    top: 260px;
    height: 80px;
    font-size: 40px;
    color: black;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none !important
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 0 none !important
}

.abc-checkbox input[type="checkbox"]:focus,
.abc-checkbox input[type="radio"]:focus {
    outline: 0 none !important
}


input[type="radio"]:focus,
input[type="checkbox"]:focus
/*Sovrascrivo la classe bootstrap che nasconderebbe le scrollbar (overflow:hidden)*/
.modal-open {
    overflow: auto !important;
}

.modal-open .container-fluid,
.modal-open .container {
    -webkit-filter: grayscale(70%);
}

/*Sovrascrivo la classe bootstrap che rende grigino il fondo (opacity: 0.5)*/
.modal-backdrop.in {
    opacity: 0.7;
    background-color: #000;
}

.modal-caricamento {
    opacity: 0.4 !important;
}

.starch-row-xxs {
    margin-bottom: 5px;
}

.starch-row-10 {
    margin-bottom: 10px;
}


.starch-pratica-content-heading {
    position: absolute;
    top: -32px;
    right: 10px;
    background: transparent;
}

.starch-pratica-content-heading-au {
    position: absolute;
    top: -93px;
    right: 0px;
    background: transparent;
}

/*Sovrascrivo la classe bootstrap */
.starch-input-readonly-light {
    background: #f5f5f5 !important;
    color: #616161 !important;
}

a:focus {
    outline: none !important;
    color: #005191;
    text-decoration: none;
}

.box::-webkit-scrollbar,
.starch-tabelle-menu-albero::-webkit-scrollbar {
    width: 6px;
    position: relative;
    right: 0px;
}



.box::-webkit-scrollbar-track,
.starch-tabelle-menu-albero::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1);
    position: relative;
    right: 0px;
}



.box::-webkit-scrollbar-thumb,
.starch-tabelle-menu-albero::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #727272;
    position: relative;
    right: 0px;
}

.popover {
    font-family: inherit;
    font-size: 12px;
    text-align: center;
    background-color: #d9d9d9;
    text-align: left;
    padding: 0px;
    color: #282828;
    border-radius: 3px;
    min-width: 300px;
    box-shadow: 10px 10px 18px -11px #00000099;
    transition: all;
}

    .popover.bottom > .arrow:after {
        top: 2px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        display: none;
    }

    .popover.bottom > .arrow:after {
        border-bottom-color: rgb(245 245 245);
        display: none;
    }

    .popover.left > .arrow:after {
        border-left-color: rgb(245 245 245);
        display: none;
    }

    .popover.right > .arrow:after {
        border-right-color: rgb(245 245 245);
        display: none;
    }

    .popover.top > .arrow:after {
        border-top-color: rgb(245 245 245);
        display: none;
    }

    .popover.top > .arrow {
        border-top-color: rgb(245 245 245);
        display: none;
    }

    .popover.bottom > .arrow {
        border-bottom-color: rgb(245 245 245);
        display: none;
    }

    .popover.left > .arrow {
        border-left-color: rgb(245 245 245);
        display: none;
    }

    .popover.right > .arrow {
        border-right-color: rgb(245 245 245);
        display: none;
    }

    .popover table tbody {
        border-top: solid 1px #c1c1c1;
    }

.popover-content {
    background: #f5f5f5;
    padding: 10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #dbdbdb;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 5px 5px 0 0;
}

.alert {
    font-size: 13px;
}

    .alert b {
        font-size: 13px;
    }

    .alert .fa {
        font-size: 16px;
    }

.panel-footer.salva {
    /* padding: 12px 0px; */
    /* border-top: none; */
    position: fixed;
    background-color: #333333;
    width: 100%;
    bottom: 0px;
    height: 50px;
    left: 0px;
    z-index: 999999999;
    padding-right: 10px;
}

    .panel-footer.salva .btn {
        padding: 10px 20px;
    }

.bg-primary {
    background-color: #004c87;
}

.text-primary {
    color: #004c87;
}

.bg-secondary {
    background-color: #082742;
}

text-light {
    color: #ffffff;
}

.text-primary {
    color: #004c87;
}

/*Titoli*/
h1 {
    font-size: 14px;
    font-weight: 500;
    color: #004c87;
    padding: 0px;
    margin: 0px;
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
}

h2 {
    color: #082742;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    color: #424242;
}

.elimina {
    color: #d30000 !important;
}

.titolo_soggetti h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
    color: #004c87;
}

h4 {
    color: #616161;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}


/*Testi*/
.D1,
.D2,
.D3 {
    color: #333;
    font-size: 13px;
    margin-bottom: 2px;
}

.D1 {
    font-weight: 700;
}

.D2 {
    color: #424242;
    font-weight: 500;
}

.D4 {
    font-size: 12px;
    font-weight: 400;
    color: #424242;
    font-style: italic;
    margin-bottom: 3px;
}

.storico .fa {
    color: #004c87 !important;
}

a {
    color: #0D47A1;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    display: block;
    cursor: pointer;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[placeholder] {
    font-weight: 500;
    font-style: italic;
    background-color: #FAFAFA;
}

label {
    margin-bottom: 0px;
    font-size: 12px;
    color: #000000;
    font-weight: 700;
}

.starch-form-group-button-spacer {
    margin-top: 16px;
}

.bg-white {
    background-color: #ffffff;
}

.m-0 {
    margin: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mr-3 {
    margin-right: 3px !important;
}


.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.uppercase {
    text-transform: uppercase;
}

.shadow {
    box-shadow: 0px 5px 8px -3px #00000054;
}

.bold {
    font-weight: 700;
}

.d-table {
    display: table;
}

.semi-bold {
    font-weight: 600;
}

.d-cell {
    display: table-cell;
}

.text-center {
    text-align: center !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.shadow-0 {
    box-shadow: none !important;
}

blockquote {
    padding: 5px 10px;
    margin: 0 0 10px;
    font-size: inherit;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.border-radius-2 {
    border-radius: 2px !important;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-full {
    width: 100%;
}

/*PAGINAZIONE*/
.pagination > li > a,
.pagination > li > span {
    padding: 3px 8px;
    border: solid 1px #bdbdbd;
    margin: 0px 3px;
    color: #bdbdbd;
}



.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #004c87;
    border-color: #004c87;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #004c87;
    background: #e7f2fb;
    border: solid 1px #004c87;
}

/*Default*/
/*
.starch-pratica-content {
    padding: 10px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px -2px #607D8B;
    
}*/


/*Bianco*/
/*
.starch-pratica-content {
    padding: 10px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px -2px #607D8B;
    border: solid 1px #e0e0e0;

}
    */

/*Grigio*/
.starch-pratica-content {
    padding: 10px 4px 10px 4px;
    background-color: #dcdcdc;
    /*border: 1px solid;*/
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    height: calc(100vh - 180px);
    height: -moz-calc(100vh - 180px);
    height: -webkit-calc(100vh - 180px);
    box-sizing: content-box;
}

.inside-full-height {
    overflow: auto;
    height: 100%;
    overflow-x: hidden;
    padding: 0px 5px 0px 3px;
}

/*Dropdown menu*/
/*.dropdown-menu {
    left: 58px;
}*/
.btn.btn-scrivania {
    height: 60px;
}

.btn-link {
    color: #004c87;
    border: solid 1px transparent;
}

    .btn-link:hover {
        border-color: #184d89;
    }

.btn-group > .btn + .dropdown-toggle {
    padding: 4px;
}

.dropdown-menu-alert-dashboard {
    width: 300px;
}

.dashboard_alert_mnu_item_disabled {
    cursor: not-allowed;
    color: grey;
}

    .dashboard_alert_mnu_item_disabled:hover {
        color: grey;
    }

.dropdown-menu {
    padding: 5px !important;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 13px -2px rgba(0, 0, 0, 0.44);
    border-left: none;
}

    .dropdown-menu > li > a {
        text-transform: initial;
        font-size: 12px;
        font-weight: 500;
        padding-left: 5px;
        border-left: solid 2px transparent;
        padding: 4px 10px;
        margin-bottom: 1px;
        border-left: solid 3px transparent;
    }




        .dropdown-menu > li > a:hover {
            background-color: #ddefff;
            transition: 0.2s;
        }


            .dropdown-menu > li > a:hover > .glyphicon {
                background-color: #e5ccf2;
                color: #333;
            }

    .dropdown-menu .divider {
        margin: 0px;
        height: 1px;
        margin: 0px 0;
        overflow: hidden;
        background-color: #e5e5e5;
        border-left: solid 2px #e5e5e5;
    }

    .dropdown-menu .glyphicon {
        color: #e0e0e0;
    }

.dropdown-header {
    /*border-bottom: solid 1px red;*/
}

.dropdown-menu a[title="elimina"] {
    color: #d30000;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: none;
}

.pannello_generico,
.pannello_generico_tabella,
.pannello_generico_no_border {
    padding: 10px 10px;
    margin: 0px;
    font-size: 12px;
    border-radius: 4px;
    color: #000000 !important;
    transition: 0.2s;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    box-shadow: 0px 0px 2px -1px #000000;
    border-left: solid 3px #004c87;
}

    .pannello_generico.mercatiFiere {
        border-left: none;
        border-radius: 0px 0px 4px 4px;
        margin: 0px;
        padding: 0px;
        height: 100%;
    }

.pannello_generico_no_border {
    box-shadow: none;
    background-color: #eaeaea;
    border-left: none;
}

.pannello_riepilogo .pannello_generico_no_border {
    box-shadow: none;
    background-color: #e2e2e2;
    border-left: none;
}

.pannello_generico_no_border .pannello_generico_no_border {
    background-color: #dcdcdc;
}

.pannello_generico .pannello_generico,
.panel-group .pannello_generico {
    box-shadow: none;
    border: none;
    background-color: #eaeaea;
    border: solid 1px #bdbdbd;
}

    pannello_generico .pannello_generico .pannello_appIo, .panel-group .pannello_generico .pannello_appIo {
        border: solid 1px #1e47dd;
    }

    .pannello_generico .pannello_generico:hover {
        box-shadow: none;
    }

.pannello_generico .pannello_soggetti:hover {
    border: solid 1px #e0e0e0;
    box-shadow: none !important;
    background-color: #eeeeee;
}

.pannello_generico, .pannello_generico_tabella {
    padding-top: 5px;
    padding-bottom: 5px;
}



/* .pannello_generico:hover {
        box-shadow: 0px 5px 12px -7px #000;
    }*/

.nascondi_bottoni {
    transition: 0.3s;
}

    .nascondi_bottoni .btn {
        visibility: hidden;
    }

    .nascondi_bottoni:hover .btn {
        visibility: visible;
    }


.costo-calcolo .pannello_generico {
    padding-bottom: 2px;
}

.pannello_generico_tabella {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23dfdfdf' fill-opacity='0.51'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/*Pannello Informazioni*/
.pannello_informazioni {
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    border: none;
    box-shadow: none;
}

.pannello_informazioni_spalla_destra {
    margin-bottom: 10px;
}

    .pannello_informazioni_spalla_destra h2 {
        font-weight: 700;
        margin-bottom: 5px;
        color: #666;
    }

.pannello_informazioni .panel-heading {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

.pannello_informazioni .D3 a {
    font-size: 12px;
}

.pannello_informazioni .panel-body h4 {
    margin-bottom: 5px;
}

.pannello_informazioni .panel-heading .fa {
    font-size: 22px;
    color: #cfd5e1;
}


.pannello_informazioni .panel-heading .glyphicon {
    font-size: 20px;
    color: #004c87;
}

.pannello_informazioni .panel-body {
    padding: 0px;
}

.pannello_informazioni .pagination a {
    color: #424242;
    margin: 0px 3px;
}

.pannello_informazioni .pagination {
    margin: 0px;
}

    .pannello_informazioni .pagination li.active a {
        background-color: #004c87;
        color: #f5f5f5;
        font-weight: 700;
    }

/*
.pannello_informazioni .btn-primary {
    background-color:#737373;
    min-width:inherit;
    padding:4px 15px;
   font-size:14px;
   border:none;
   letter-spacing:0.03em;
   font-weight:300;
   }*/
.pannello_informazioni .panel-footer {
    text-align: center;
}

.panel-footer {
    background-color: transparent;
    /* top: 0px; */
    padding: 10px;
}

.starch-dashboard-pratica-info-img {
    color: #1772b2;
    font-size: 16px;
    cursor: pointer;
}

.attività_recenti .nc-icon-mini {
    font-size: 16px;
    color: #1772b2;
    margin-left: 0px;
    margin-bottom: 2px;
    transition: 0.2s;
}

    .attività_recenti .nc-icon-mini:hover {
        color: #004c87;
    }

.attività_recenti .fa,
.attività_recenti .fad,
.attività_recenti .fal {
    color: #005191 !important;
    font-size: 12px;
}

.attività_recenti .fad {
    color: #005191 !important;
    font-size: 17px;
}

.blocco_dati.attività .marker {
    color: #759dbc;
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
    transition: 0.2s;
}

.blocco_dati.attività:hover .marker {
    color: #004c87;
}

.blocco_dati.attività .marker .fa {
    color: #BDBDBD !important;
}

.blocco_dati.attività a {
    line-height: 15px;
    font-weight: 600;
}

.blocco_dati.attività .tipo_pratica span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

/*.pannello_informazioni .fa, .pannello_informazioni .glyphicon, .pannello_informazioni .nc-icon-mini{
    transition: all 0.6s ease;
}

.pannello_informazioni .fa:hover, .pannello_informazioni .glyphicon:hover, .pannello_informazioni .nc-icon-mini:hover{
     transform: rotate(180deg);
}*/


/*PANNELLI ELENCO ATTIVITA SCADENZA O SCADUTE */

.pannello_elenco_attività_scadute,
.pannello_elenco_attività_scadenza {
    padding-left: 10px;
    margin-top: 10px;
}

.pannello_elenco_attività_scadute {
    border-left: solid 3px #f54375;
}

.pannello_elenco_attività_scadenza {
    border-left: solid 3px #f0ad4e;
}


/*Blocco Dati*/

.pannello_informazioni .panel-body .blocco_dati {
    margin-bottom: -1px;
    border-bottom: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
    padding: 5px 0px 5px 0px;
    min-height: 47px;
    background-color: #fafafa;
    margin-left: 2px;
    margin-right: 2px;
    transition: 0.2s;
    border-left: solid 2px transparent;
}

.pannello_informazioni .radio {
    margin-right: 40px;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.blocco_dati .btn-default {
    background-color: #E0E0E0;
    min-width: inherit;
}

.blocco_dati i {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
}

.pannello_scrivania .blocco_dati .glyphicon {
    vertical-align: -webkit-baseline-middle;
}

.attivita_nei_termini {
    color: #2e7d32;
}

.attivita_in_scadenza {
    color: #ff9800;
}

.attivita_scaduta {
    color: #d30000;
}

.label-aggiorna-piano-rate {
    color: rgb(169, 68, 66);
}

.box {
    max-height: 250px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    padding: 4px 4px 10px 4px;
    border: solid 1px #b5b5b5;
    background-color: #e0e0e0;
}

.boxtrasparente {
    max-height: 360px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    padding: 4px 4px 10px 4px;
    background-color: transparent;
}

.box.semplice {
    max-height: 400px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    padding: 0px;
    border: none;
    background-color: transparent;
}

.box_standard {
    overflow: auto !important;
    padding: 4px 4px 10px 4px;
}

    .box_standard h1 {
        font-size: 13px;
        margin-right: 10px;
    }

.box .D3 {
    text-align: justify;
}

.attività_recenti a {
    font-size: 12px !important;
}

.blocco_dati .richiedenti {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.starch-dashboard-pratica-info {
    padding: 0px;
    background-color: #fafafa;
}




.form-control:focus {
    border-color: #004c87;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e7f2fb;
}



/*RIEPILOGO PRATICA*/
.pannello_riepilogo {
    font-size: 11px;
    margin-bottom: 6px;
    /* border: solid 1px #eee; */
    padding: 10px 10px;
    /*box-shadow: 0px 2px 5px -4px rgba(0, 0, 0, 0.45);*/
    border-radius: 4px;
    transition-property: box-shadow;
    transition-duration: 0.2s;
    /* border: solid 1px #bdbdbd; */
    background: #f0f0f0;
    box-shadow: 0px 5px 12px -7px #00000059;
}

.pannello_riepilogo_printable {
    font-size: 10px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    width: 19.5cm !important;
}

.pannello_riepilogo_printable_landscape {
    font-size: 10px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    width: 28cm !important;
}

.pannello_riepilogo_printable .hide_on_print {
    display: none !important;
}

.pannello_riepilogo_printable_landscape .hide_on_print {
    display: none !important;
}

.pannello_riepilogo_printable_placeholder .show_on_print {
    display: none !important;
}

.pannello_riepilogo_printable .show_on_print {
}

.pannello_riepilogo_printable_landscape .show_on_print {
}

.pannello_riepilogo .badge {
    background: #eaedff;
    width: fit-content;
    padding: 2px 5px;
    border-radius: 3px;
    display: flex;
    flex-flow: column;
    border-color: #283593;
}

.pannello_riepilogo .dettaglio_oneri {
    margin-right: 15px;
}

    .pannello_riepilogo .dettaglio_oneri .valore {
        padding: 2px;
        color: #283593;
        font-weight: 700;
    }

.pannello_riepilogo_intestazione {
    background-color: #f0f0f0;
    border: none;
    box-shadow: none;
    padding: 10px;
    box-shadow: 0px 2px 5px -4px #000;
}

    .pannello_riepilogo_intestazione:hover {
        box-shadow: none !important;
    }

    .pannello_riepilogo_intestazione h2 {
        margin-top: 0px !important;
        font-size: 12px !important;
    }

    .pannello_riepilogo_intestazione h3 {
        margin: 0px !important;
        padding: 0px !important;
        color: #004c87;
        text-transform: inherit;
        font-size: 14px;
    }

.pannello_riepilogo h1 {
    /*margin-bottom: 10px !important;*/
}

.riepilogo .pannello_riepilogo h2 {
    margin-bottom: 2px !important;
    font-size: 11px !important;
    margin-top: 7px;
}

.riepilogo .pannello_riepilogo .badge-stato-pratica h2 {
    margin-top: 4px !important;
}

.pannello_riepilogo .D3 {
    margin-bottom: 5px !important;
    font-size: 12px !important;
}

.pannello_riepilogo .badge-allegati .D3 {
    margin-bottom: 0px !important;
}

.pannello_riepilogo .D3 span {
    font-weight: 500;
}

.pannello_riepilogo .D1 {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #818a92;
}

.pannello_riepilogo .nc-icon-mini {
    font-size: 12px;
    margin-right: 2px;
}

.riepilogo .pannello_riepilogo .D3 {
    text-transform: inherit;
}

.riepilogo .pannello_riepilogo .storico .D3 {
    color: #ccc;
    font-weight: 500;
}

.riepilogo.fascicolo {
    margin-bottom: 0px;
}

.pannello_riepilogo.fascicolo {
    margin-bottom: 7px;
}

    .pannello_riepilogo.fascicolo .D3 {
        white-space: nowrap;
        overflow: hidden;
    }

    .pannello_riepilogo.fascicolo .btn {
        display: none !important;
    }

    .pannello_riepilogo.fascicolo:hover .btn {
        display: inherit !important;
    }


    .pannello_riepilogo.fascicolo ul {
        background: #f0f0f0;
        border-radius: 4px;
        padding: 10px 10px 10px 30px;
        border: solid 1px #004c87;
    }

    .pannello_riepilogo.fascicolo .tipo-documento {
        font-size: 40px;
        color: rgb(103, 58, 183);
        text-align: center;
        display: block;
        margin: 0px;
        margin-bottom: 10px;
        opacity: 0.3;
    }

.starch-riepilogo-volturato-col {
    float: left;
    color: #004c87;
}



    .starch-riepilogo-volturato-col .fa {
        margin-right: 5px;
    }






/*RIEPILOGO SCRIVANIA*/
.riepilogo h2 {
    font-size: 11px !important;
    margin-bottom: 2px;
}

.riepilogo h1 {
    font-size: 13px !important;
    background: #004c87;
    color: #fff;
    padding: 3px 7px;
    font-weight: 400;
}

.riepilogo .D3 {
    font-size: 12px;
    color: #000000;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.riepilogo .D2 {
    font-size: 12px;
    overflow: auto;
    color: #000;
}


.riepilogo {
    /* border-bottom: solid 1px #e0e0e0;*/
    margin-bottom: 10px;
    border-radius: 0px;
    padding-bottom: 5px;
}

    .riepilogo .blocco_dati {
        border: none !important;
        padding: 5px 0px 5px 0px !important;
    }

        .riepilogo .blocco_dati i {
            font-weight: 500;
            font-size: 10px;
        }

        .riepilogo .blocco_dati a {
            display: block;
        }

    .riepilogo .panel-heading {
        margin-bottom: -1px !important;
    }

.starch-iter-cronologico-wf-panel-heading {
    background-color: #f0f0f0 !important;
    border: 0px;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-radius: 2px;
}





.starch-iter-cronologico-wf-in-corso {
    background-color: #e7f2fb !important;
    border-left: 3px solid #004c87 !important
}

    .starch-iter-cronologico-wf-in-corso .panel-title .starch-iter-cronologico-wf-processo a {
        color: #004c87;
        font-weight: 700;
    }

    .starch-iter-cronologico-wf-in-corso .panel-title .starch-iter-cronologico-wf-processo::before {
        content: 'In corso...';
        background: #004c87;
        padding: 0px 5px;
        display: block;
        border-radius: 4px;
        color: #fff;
        float: right;
        text-transform: capitalize;
        font-size: 11px;
    }

.starch-iter-cronologico-wf-in-ritardo .panel-title .starch-iter-cronologico-wf-processo::before {
    content: 'In ritardo';
    background: #d30000;
    padding: 0px 5px;
    display: block;
    border-radius: 4px;
    color: #fff;
    float: right;
    text-transform: capitalize;
    font-size: 11px;
}

.starch-iter-cronologico-wf-terminato .panel-title .starch-iter-cronologico-wf-processo::before {
    content: 'Terminato';
    background: #558b2f;
    padding: 0px 5px;
    display: block;
    border-radius: 4px;
    color: #ffffff;
    float: right;
    text-transform: capitalize;
    font-size: 11px;
}


.starch-iter-cronologico-wf-da-fare {
    border-left: 3px solid #9b9fa2 !important;
}



.starch-iter-cronologico-wf-in-ritardo {
    border-left: 3px solid #d30000 !important
}




.starch-iter-cronologico-wf-terminato {
    border-left: 3px solid #558B2F !important;
}

.starch-iter-cronologico-wf-in-scadenza {
    border-left: 3px solid #FF9800 !important;
}

.riepilogo .blocco_dati .badge {
    padding: 0px;
    color: #03a9f4;
    vertical-align: inherit;
    background-color: #fff;
    font-size: 12px;
    margin-left: 0px;
}

.riepilogo b {
    color: #333;
    font-weight: 500;
}

/*Pagina Scrivania*/
.pannello_scrivania {
    border: none;
    /* padding:20px 20px 20px 20px;*/
    padding: 10px 10px 20px 10px;
    box-shadow: 0px 0px 13px -2px #9a9a9a !important;
    background-color: #f0f0f0;
    font-weight: 600;
}

    .pannello_scrivania .D2 {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
    }

    .pannello_scrivania a .nc-icon-mini {
        font-size: 20px;
        margin-right: 10px;
        color: #1772b2;
        transition: 0.2s;
    }

        .pannello_scrivania a .nc-icon-mini:hover {
            color: #004c87;
        }

.pannello_statistiche {
    text-align: center;
    border-radius: 0px;
    /* background-color: #ececec; */
    /* box-shadow: 9px 9px 0px -3px #3f51b5; */
    padding: 0px 10px;
    margin-right: 20px;
    min-height: 60px;
    /* border: solid 1px #3f51b5; */
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    border-right: solid 1px #004c87;
}

    .pannello_statistiche:last-child {
        margin-right: 0px;
        border-right: none;
    }

    .pannello_statistiche.hvr-shutter-in-horizontal {
        background-color: #fff;
    }

    .pannello_statistiche h1 {
        font-size: 24px;
        font-weight: 400;
        margin: 0px;
        color: #004c87;
    }

    .pannello_statistiche h4 {
        font-size: 13px;
        color: #082742
    }

    .pannello_statistiche h1,
    .pannello_statistiche h4 {
        text-align: center;
    }

.card_statistiche {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
}

/*Pannelli attività*/
.attività .D3 {
    font-size: 12px;
    color: #000;
}

.attività h2 {
    font-weight: 500;
}

.attività .processo_incarico {
    margin-bottom: 10px;
}

.attività .processo_attivo .D3 {
    color: #A3A4A6 !important;
}

.attività .processo_attivo h2 {
    color: #A3A4A6 !important;
}

.navbar-default .navbar-nav > .open > a {
    background-color: transparent !important;
}

/*PANNELLO SCRIVANIA DESTRA*/
.pannello_informazioni_spalla_destra .panel-heading {
    border-bottom: solid 1px #cfd5e1;
    padding-bottom: 5px;
    margin-bottom: 10px;
    height: 33px;
}

.pannello_informazioni_spalla_destra h1 {
    font-size: 14px;
}

.pannello_informazioni_spalla_destra .nc-icon-mini {
    /*color: #9e62cd;
    font-size: 11px;*/
    color: #169bd5;
    font-size: 22px;
}

.pannello_informazioni_spalla_destra .fa {
    /*color: #9e62cd;
    font-size: 11px;*/
    color: #169bd5 !important;
    font-size: 22px;
}


.starch-dashboard-widget-detail-container-ultime-pratiche,
.starch-dashboard-scadenze-detail-container,
.starch-dashboard-widget-detail-container {
    width: 350px;
    color: #333333;
    padding: 10px;
    background: #eeeeee;
}

    li.starch-dashboard-widget-detail-container-ultime-pratiche label,
    .starch-dashboard-widget-detail-container label {
        display: block;
        font-weight: 700 !important;
        text-transform: uppercase;
        font-size: 12px !important;
    }

/*NAVBAR*/
.navbar {
    min-height: 35px;
}

.navbar-toggle.pull-left {
    margin-left: 15px;
}


.navbar-toggle {
    border: none !important;
    padding: 5px 0 0 0 !important;
    margin-top: 5px;
}

.navbar-brand {
    padding: 0 15px;
    line-height: 45px;
    background: url(images/logo2020.png) !important;
    width: 55px !important;
    background-repeat: no-repeat !important;
    background-position: top;
    height: 38px;
    background-position-y: 37px;
    position: relative;
    top: -6px;
    margin-left: 14px !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
    color: #10a1b4;
}

.navbar-default .navbar-nav > li > a {
    color: #082742;
    font-size: 12px;
    padding: 7px 0px 0px 0px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    letter-spacing: 0.04em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.navbar-default .navbar-nav .nav-link.dropdown-toggle i {
    border: none;
    width: auto;
    height: auto;
    float: left;
    margin-left: 5px;
    vertical-align: middle;
    float: right;
    display: block;
    line-height: 27px;
    font-size: 16px;
}

.navbar-default .navbar-nav .sottomenu .nav-link.dropdown-toggle:hover > a i {
    box-shadow: none;
}







.navbar-default .navbar-nav > li > a:hover {
    color: #004c87;
    text-shadow: 0px 1px 8px rgb(53, 167, 255);
    text-decoration: underline;
}



.navbar-default .navbar-nav > li.active:hover {
    border-bottom: none;
}


.navbar-icon > li {
    border: none !important;
    padding: 0 !important;
    margin: 0px 10px 0px 0px !important;
    /* margin:0px 4px !important;*/
}


    .navbar-icon > li > a {
        font-size: 1em !important;
    }


    .navbar-icon > li.active {
        border: none !important;
        /*border-bottom:solid 1px #CFD5E1 !important;*/
        background-color: transparent !important;
    }


        .navbar-icon > li.active > a {
            color: #004c87 !important;
            border-bottom: none !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            /*padding-top: 7px !important;*/
        }

        .navbar-icon > li.active i {
            background-color: #fff !important;
        }





@media (min-width: 768px) {
    .modal-100 {
        width: 100%;
        margin: 30px auto;
        padding: 0px 50px;
    }

    .app-modal-window .modal-dialog {
        width: 100%;
        margin: 20px auto;
        padding: 0px 50px;
    }
}

@media (min-width: 1280px) {
    .modal-lg {
        width: 1024px;
    }

    .modal-xl {
        width: 1300px;
    }

    .modal-100 {
        width: 100%;
        margin: 30px auto;
        padding: 0px 50px;
    }

    .app-modal-window .modal-dialog {
        width: 100%;
        margin: 20px auto;
        padding: 0px 50px;
    }

    .modal-body.news-letter {
        background-color: whitesmoke;
        padding-left: 20px;
        padding-right: 20px;
    }
}



@media (max-width: 1024px) {
    /*body{
        padding-top:10px;
    }
    .starch-pratica-content {
        height: calc(100vh - 100px);
        height: -moz-calc(100vh - 100px);
        height: -webkit-calc(100vh - 100px);
    }
    .navbar-fixed-top {
        display: none;
    }

    body.active {
        padding-top: 90px;
    }
    .modal-open .modal-body .btn-hamburger.menu-principale{
display:none;
    }

    .navbar-fixed-top.active {
        display: inherit;
    }*/

    .navbar-default .navbar-nav .nav-link.dropdown-toggle i {
        line-height: inherit;
    }

    /*.starch-pratica-subnav-caption-link {
        right: 7px;
    } */

    .starch-pratica-content-heading {
        display: none;
    }

    .starch-pratica-menu-right,
    .starch-fiere-menu-right {
        width: 0px;
        padding: 0px;
    }

        .starch-pratica-menu-right.active .inside-right,
        .starch-fiere-menu-right.active .inside-right {
            transform: translateX(0);
        }

    .inside-right {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0;
        z-index: 90000;
        transition: transform .3s ease-in-out;
        transform: translateX(-250%);
        width: 400px;
        background: #c1c1c1;
        box-shadow: 3px -1px 17px 5px;
        padding: 10px;
    }

        .inside-right.fiere {
            width: 600px;
        }

    .menu-pratica div[data-tree-model] ul:before {
        content: 'menu';
        padding: 10px;
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        color: #082742;
        font-size: 18px;
    }

    .starch-fiere-menu-right .starch-pratica-content {
        height: -webkit-calc(100vh - 170px);
        height: calc(100vh - 170px);
        height: -moz-calc(100vh - 210px);
    }

    .pannello_login {
        height: auto;
        margin-top: 20px;
    }

    .menu-container {
        width: 0px;
        padding: 0px;
    }

    .menu-pratica {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0;
        z-index: 90000;
        transition: transform .3s ease-in-out;
        transform: translateX(-120%);
        width: 200px;
        background: whitesmoke;
        padding: 0px;
        box-shadow: 14px 0px 20px 0px #0000005e;
        animation-delay: 0.5s !important;
    }

        .menu-pratica.active {
            transform: translateX(0);
        }

            .menu-pratica.active .starch-pratica-menu-left-item-icon {
                display: inherit !important;
            }

    div[data-tree-model] li:first-child .starch-pratica-menu-left-item_P,
    div[data-tree-model] li:first-child .starch-pratica-menu-left-item_AP,
    div[data-tree-model] li:first-child .starch-pratica-menu-left-item_APS {
        border-radius: 0px;
    }

    .menu-pratica div[data-tree-model] li:last-child .starch-pratica-menu-left-item_P,
    .menu-pratica div[data-tree-model] li:last-child .starch-pratica-menu-left-item_AP,
    .menu-pratica div[data-tree-model] li:last-child .starch-pratica-menu-left-item_APS {
        border-radius: 0px;
        box-shadow: none;
    }

    .menu-pratica div[data-tree-model] li:first-child .starch-pratica-menu-left-item_P,
    .menu-pratica div[data-tree-model] li:first-child .starch-pratica-menu-left-item_AP,
    .menu-pratica div[data-tree-model] li:first-child .starch-pratica-menu-left-item_APS {
        border-radius: 0px;
    }

    .menu-pratica .starch-pratica-menu-left-tree > div {
        border: none !important;
        border-radius: 0px;
    }

    .menu-pratica .starch-pratica-menu-left-item_P,
    .menu-pratica .starch-pratica-menu-left-item_AP,
    .menu-pratica .starch-pratica-menu-left-item_APS {
        font-size: 12px !important;
    }

    .btn-hamburger {
        display: inline-block !important;
        background: transparent;
        color: #ffffff;
        border: none;
        font-size: 20px !important;
        padding: 0px;
        margin: 0px;
        line-height: 0;
        border: none;
        margin-right: 10px;
    }

        .btn-hamburger i {
            font-size: 20px !important;
        }

    .starch-modal-fullscreen {
        width: 980px;
        margin: 0px 10px;
    }

    .pannello_scrivania .nav-pills > li.active > a,
    .sportello_nav_pills .nav-pills > li.active > a,
    .pannello_scrivania .nav-pills > li.active > a:hover,
    .sportello_nav_pills .nav-pills > li.active > a:hover,
    .pannello_scrivania .nav-pills > li.active > a:focus,
    .sportello_nav_pills .nav-pills > li.active > a:focus,
    .pannello_scrivania .nav-pills > li.active > a:focus:hover,
    .sportello_nav_pills .nav-pills > li.active > a:focus:hover {
        font-size: 11px;
        padding: 10px 5px !important;
    }


    .pannello_scrivania .nav-pills > li > a, .sportello_nav_pills .nav-pills > li > a {
        font-size: 11px !important;
        padding: 10px 5px !important;
    }

    .badge.badge-legenda {
        font-size: 11px;
    }

    .tipologia_mercato .titolo_generico {
        font-size: 13px !important;
        color: #ffffff;
    }

    .tipologia_mercato .titolo_edizione {
        display: block;
        position: relative;
        font-size: 13px;
        color: #abc4d8;
        font-weight: 400;
    }

    .tipologia_mercato .btn-icona {
        font-size: 16px;
        border: solid 1px;
        padding: 4px 7px;
        background: #093a62;
        color: #8cc2ff;
        border-radius: 3px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .tipologia_mercato .btn-icona:hover {
            background-color: #105389;
        }

    .modal-body.news-letter {
        padding: 20px 0px;
        background-color: whitesmoke
    }

    .fiere-dati_generali {
        height: -webkit-calc(100vh - 215px) !important;
        height: calc(100vh - 215px) !important;
        height: -moz-calc(100vh - 215px) !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .pratica-altezza_responsive {
        height: -webkit-calc(100vh - 170px) !important;
        height: calc(100vh - 170px) !important;
        height: -moz-calc(100vh - 210px) !important;
        overflow-y: auto;
        overflow-x: hidden
    }
}

@media (max-width: 768px) {
    .starch-modal-fullscreen {
        width: 680px;
        margin: 0px 10px;
    }

    #pannello_iframe {
        display: none;
    }
}



@media (max-width: 1025px) {
    .starch-tbody-600 {
        height: 300px !important;
    }

    .bottone-icona {
        padding: 0px !important
    }

        .bottone-icona i {
            font-size: 16px !important;
        }
}

@media (max-width: 1280px) {
    .starch-tbody-600 {
        height: 500px !important;
    }

    .pannello_nodi_colonna_sinistra.hvr-icon-push td:first-child {
        display: none;
    }
}

@media (max-width: 1400px) {
    .btn.extra {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
    }
}


@media (min-width: 768px) {
    .pull-sm-left {
        float: left !important;
    }
}

@media (max-width: 1367px) {
    .alert-newsletter img {
        display: none !important;
    }

    .alert-newsletter h3 {
        font-size: 13px !important;
        line-height: 20px !important;
    }
}




.nav.navbar-nav li {
    float: left !important;
    width: 100%;
}

    .nav.navbar-nav li::before {
        width: 100%;
        background-color: #000;
    }

@media (max-width: 1500px) {

    .pannello_società_dettagli {
        position: inherit !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 1200px) {
    .nomeComune {
        display: none;
    }

    .stemmaComune {
        display: none;
    }

    .navbar_starch .active {
        border: none !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 0px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-menu-tabs {
        margin-left: 40px !important;
    }

    .navbar-menu-icone {
        margin-right: 30px !important;
    }

    .sottomenu .navbar-toggle.pull-left {
        margin-left: 85px;
    }
}



@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 27px;
    }
}

@media (max-width: 767px) {
    #pannello_iframe {
        display: none;
    }
}

@media (max-width: 768px) {
    .documenti_data, .documenti_protocollo {
        text-align: left !important;
    }

    .pannello_login {
        height: inherit !important;
    }

    .documenti_data {
        margin-top: 10px;
    }

    .btn-group > .btn + .dropdown-toggle {
        padding-left: 5px;
        padding-right: 5px;
    }

    .btn-primary {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}

.modal {
    top: 0px !important;
}

.navbar_starch {
    padding-left: 0px;
    /* background-color:#f7f7f7;*/
    background-color: #eee;
    border: none;
    border-bottom: solid 1px #CFD5E1;
    border-radius: 0px;
    min-height: inherit;
    z-index: 1035;
}

#icone.navbar-nav > li {
    height: 25px;
}

.navbar_starch .navbar-nav > li {
    padding: 0 4px;
    width: auto;
    height: 38px;
    margin: 1px 4px -1px 4px;
    border-radius: 5px 5px 0px 0px;
    transition: 0.2s;
    /* margin:1px 1px -1px 1px;*/
}

.navbar_starch .active {
    background-color: #fff;
    border: solid 1px #CFD5E1;
    border-bottom: none;
    color: #169BD5;
    margin-bottom: -1px;
    height: 38px;
    border-top: solid 4px #004c87;
}

.navbar_starch .navbar-nav > .active > li:hover {
    border-bottom: none;
}

.navbar_starch .navbar-nav > .active > a {
    color: #10a1b4;
    background-color: #fff;
    /*  border-bottom:solid 2px;*/
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    height: 30px;
}

#icone.navbar-nav > .active > a {
    background: #fff;
    height: inherit;
}

.sottomenu {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    /*border-bottom:solid 2px #1E2331;*/
    min-height: inherit;
    box-shadow: 0px 4px 2px -4px;
    top: 46px;
}

    .sottomenu .navbar-nav > li {
        padding: 0px 15px 0px 0px;
        width: auto;
        text-transform: capitalize;
        margin: 2px 0px;
    }

        .sottomenu .navbar-nav > li:first-child {
            padding: 0px 15px 0px 0px;
        }


        .sottomenu .navbar-nav > li > a {
            text-transform: initial;
            padding: 0px 5px;
            font-size: 12px;
            letter-spacing: -0.02em;
            font-weight: 600;
            -webkit-font-smoothing: antialiased;
        }

            .sottomenu .navbar-nav > li > a:hover {
                text-shadow: none;
                background-color: #EEEEEE !important;
                border-radius: 4px;
                /* border: solid 1px #E0E0E0!important; */
                box-shadow: inset 0px 0px 0px 1px #9E9E9E;
                padding: 0px 5px;
                /* border-right: solid 1px red!important; */
                margin: 0px;
            }

            .sottomenu .navbar-nav > li > a.disabled {
                color: #d1d1d1;
                cursor: not-allowed;
            }

.navbar-form > a[class~="btn"] {
    color: #1E2331;
}

    .navbar-form > a[class~="btn"]:hover {
        color: #10a1b4;
    }


.navbar-search {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.starch-navbar-searchtext {
    width: 164px !important;
    display: inline-block;
    font-style: normal;
    height: 20px;
    border: none;
    background-color: #fff;
    position: relative;
    top: 2px;
    border: solid 1px #cfd5e1;
}

.starch-badge-num-pratiche-ricerca {
    background-color: #d30000;
    color: #FFF;
    margin-top: -2px;
}

.starch-badge-num-pratiche {
    background-color: #004c87;
    color: #fff;
    margin-top: -3px;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 600;
}


.pannello_form {
    border: solid 1px #bdbdbd;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
    background: #f0f0f0;
}

.pannello_tabella {
    border: none;
    border-radius: 4px;
    padding: 0px;
    margin-bottom: 15px;
}

.pannello_form .panel-heading {
    margin-bottom: 4px;
}

.pannello_tabella .panel-heading {
    margin-bottom: 1px;
}

.pannello_form h1, .pannello_tabella h1 {
    /* text-transform:uppercase;
    font-weight:700;
    font-size:13px;*/
    color: #004c87;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.pannello_form label {
    color: black;
}

/*.pannello_form .form-control {
    border: solid 1px #bdbdbd;
}*/

/*.pannello_form input:focus {
    border: none;
    border-bottom: solid 2px #004c87;
    box-shadow: none;
    border-radius: 0px;
}*/

.starch-pratica-tabs {
    width: auto;
    height: 23px;
}



.spazio_navbar {
    height: 7px;
    /*background-color:#f7f7f7;*/
    background-color: #eee;
}


/*Intestazione pratica Tabs e submenu*/

.nav-tabs > .starch-pratica-tabs > a {
    border-radius: 0px;
    background-color: #e0e0e0 !important;
    text-align: left;
    border: 0px !important;
    border-bottom: 0px;
    margin-bottom: 0px;
    color: #bdbdbd;
}

.nav-tabs > .starch-pratica-tabs > li {
    margin-bottom: 0px !important;
}

.nav-tabs > .starch-pratica-tabs .nc-icon-mini {
    font-size: 13px;
    color: #fff;
}

.nav-tabs > .starch-pratica-tabs .starch-pratica-tabs-close {
    color: rgba(255, 255, 255, 0.77);
    font-size: 16px;
}

    .nav-tabs > .starch-pratica-tabs .starch-pratica-tabs-close:hover {
        color: #fff;
    }



.nav > .starch-pratica-tabs > a {
    padding: 6px;
    text-align: left;
    border: 0px !important;
    color: #9e9e9e;
    border-radius: 4px 4px 0px 0px;
}


.nav-tabs > .starch-pratica-tabs > a:hover, .nav-tabs > .starch-pratica-tabs > a:focus {
    background-color: #eee !important;
}

.tabPraticaAttiva {
    /* color: #7e8890 !important;*/
    color: #fff;
}

.tabPraticaNonAttiva {
    opacity: 0.7;
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
    /* -webkit-filter: blur(5px); */
    /* filter: blur(0.8px); */
}

/*.tabPraticaNonAttiva .nc-icon-mini, .tabPraticaNonAttiva span {
        color: #bdbdbd !important;
    }

    .tabPraticaNonAttiva .btn_attività:hover, .tabPraticaNonAttiva .btn_attività:active, .tabPraticaNonAttiva .btn_attività:focus {
        background-color: #e0e0e0!important;
    }*/



.tabs_P .tabPraticaNonAttiva:hover, .tabs_A .tabPraticaNonAttiva:hover {
    border: solid 1px #9E9E9E;
    border-bottom: none;
    background-color: #004c87;
}

.tabs_AU .tabPraticaNonAttiva:hover, .tabs_A .tabPraticaNonAttiva:hover {
    border: solid 1px #9E9E9E;
    border-bottom: none;
    background-color: green;
}


.tabs_A .tabPraticaNonAttiva span, .tabs_A .tabPraticaNonAttiva .fa.fa-cube, .tabs_A .tabPraticaNonAttiva .fa.fa-cubes, .tabs_A .tabPraticaNonAttiva button {
    color: rgba(158, 158, 158, 0.53) !important;
}


.starch-pratica-tabs-label {
    text-transform: uppercase;
    /*color: #424443;*/
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.starch-pratica-tabs-label-with-icon {
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    width: auto;
    font-size: 12px;
    /*position: relative;
    top: -2px;    */
    padding: 0px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.03em;
}

    .starch-pratica-tabs-label-with-icon span.data_presentazione {
        opacity: 0.7;
        font-weight: 400;
        text-transform: initial;
    }

    .starch-pratica-tabs-label-with-icon span.data_chiusuraprocedimento {
        opacity: 0.7;
        font-weight: 400;
        text-transform: initial;
    }

.starch-pratica-tabs-close {
    color: #fff;
    font-size: 10px;
}

.starch-pratica-subnav_P {
    height: 26px;
    background-color: #082742;
    margin: 0px 0px 6px 0px;
    border-top: 0px;
    border-radius: 0px 4px 4px 4px;
    padding-top: 0px;
    box-shadow: 0px 2px 3px -2px;
}

    .starch-pratica-subnav_P.subnav_COMM {
        background-color: #4527A0;
    }

.starch-pratica-subnav_AU {
    border-top: 0px;
}

.starch-pratica-subnav_CAN {
    border-top: 0px;
}

.nav-tabs > .starch-pratica-tabs.active > a,
.nav-tabs > .starch-pratica-tabs.active > a:hover,
.nav-tabs > .starch-pratica-tabs.active > a:focus {
    /*background-color: #e0e0e0 !important;*/
    border: 0px;
    /*border-bottom: 1px solid #ffffff;*/
    /*border-left: 1px solid #bebebe;*/
    /*border-top: 1px solid #bebebe;*/
    /*border-right: 1px solid #bebebe;*/
    /*  background-color: #9d9fda !important;*/
    border-radius: 4px 4px 0px 0px;
}

.starch-pratica-subnav-caption_P {
    font-size: 11px;
    font-weight: 400;
    color: #85b4d8;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.starch-pratica-subnav-caption_AU {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.starch-pratica-tabs-icon {
    height: 20px;
    width: 20px;
    display: inline-block;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 5px;
}

.nav-tabs {
    border: none;
}

.inside-right {
    /*padding: 5px;
    border-radius: 5px;
    background-color: rgba(158, 158, 158, 0.43137254901960786);*/
}

.starch-pratica-menu-right-tree {
    /*background-color: rgba(158, 158, 158, 0.43137254901960786);
    padding: 5px;
    border-radius: 5px;*/
    height: calc(100vh - 180px);
    height: -moz-calc(100vh - 180px);
    height: -webkit-calc(100vh - 180px);
    box-sizing: content-box;
}

.starch-pratica-menu-right-tree-add-item-btn {
    position: relative;
    top: 1px;
    height: 24px !important;
}


    .starch-pratica-menu-right-tree-add-item-btn.bottone_icona_bianco {
    }

    .starch-pratica-menu-right-tree-add-item-btn:hover, .starch-pratica-menu-right-tree-add-item-btn:focus {
    }


    .starch-pratica-menu-right-tree-add-item-btn i {
    }


.starch-pratica-menu-right-tree-add-item {
    position: absolute;
    top: -32px;
    right: 27px;
}

    /*.starch-pratica-menu-right-tree-add-item .btn-info {
        background-color: transparent !important;
        color: #fff !important;
    }*/

    .starch-pratica-menu-right-tree-add-item .btn-info:hover {
        box-shadow: none;
    }

.starch-pratica-icon-list {
    color: #004c87;
}

.input-group .btn-info {
    height: 26px;
}
/*MENU SINISTRA*/
/*Default*/
/* 
.starch-pratica-menu-left-item {
    height:55px;
    text-align:center;
    font-size:9px;
    letter-spacing:-0.01em;
    text-transform:uppercase;
    font-weight:500;
   margin-bottom:4px;
   border:solid 1px #e0e0e0;
    background-color:#f7f7f7;
    
}*/
/*Bianco*/
/*
.starch-pratica-menu-left-item {
   height: 50px;
    text-align: center;
    font-size: 9px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    /* border: solid 1px #e0e0e0; 
    background-color: #ffffff;
    /* box-shadow: 2px 2px 3px -3px #607D8B; 
    /* width: 98%; 
    /* border-radius: 3px;
  }
    */
/*grigio*/
div[data-tree-model] li:first-child {
    border-radius: 5px 5px 0px 0px;
}

.starch-pratica-menu-left-item_P, .starch-pratica-menu-left-item_AP, .starch-pratica-menu-left-item_APS {
    text-align: left;
    font-size: 13px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    background-color: #fff;
    width: 100%;
    border-radius: 0px;
    color: #082742;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    display: table;
    vertical-align: middle;
    background: hsla(0, 0%, 96%, 1);
    padding: 10px 10px;
    border-bottom: solid 1px gainsboro;
}

.starch-pratica-menu-left-item_APS {
    text-align: left;
}

.starch-pratica-menu-left-item_AP i {
    font-size: 16px !important;
    padding-right: 25px;
}

, .starch-pratica-menu-left-item_APS i {
    font-size: 16px !important;
    padding-right: 0px;
}

.starch-pratica-menu-left-item_P .starch-pratica-menu-left-item-icon {
    padding: 0px 0px;
    font-size: 16px !important;
    transition: 0.1s;
    padding-right: 10px;
    color: #2e7d32;
    display: table-cell;
}

.starch-pratica-menu-left-item_AU {
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    background-color: hsl(0deg 0% 0% / 19%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    display: inline-block;
    color: rgb(255 230 241);
    padding: 0px 10px;
    margin-right: 5px;
    border: solid 1px transparent;
    border-radius: 4px;
}

.autorizzazioni.canoni .starch-pratica-menu-left-item_AU {
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    background-color: #00000040;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    display: inline-block;
    color: rgb(169 179 251);
    padding: 0px 10px;
    margin-right: 5px;
    border: solid 1px transparent;
    border-radius: 4px;
}

.starch-pratica-menu-left-item_AU .starch-pratica-menu-left-item-icon {
    padding: 0px 0px 2.5px 0px;
}

.starch-pratica-menu-left-item_CAN .starch-pratica-menu-left-item-icon {
    padding: 0px 0px;
    font-size: 16px !important;
    transition: 0.1s;
    padding-right: 10px;
    color: #2e7d32;
    display: table-cell;
}

.starch-pratica-menu-left-item_CAN {
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    background-color: orange;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    display: inline-block;
    color: white;
    padding: 0px 10px;
    margin-right: 5px;
    border: solid 1px transparent;
}

    .starch-pratica-menu-left-item_CAN .starch-pratica-menu-left-item-icon {
        padding: 0px 0px 2.5px 0px;
    }



.starch-pratica-menu-left-tree {
    width: 100%;
}



.starch-pratica-menu-left-item-active {
    background-color: #fff !important;
    border-right: none;
}


    .starch-pratica-menu-left-item-active:hover {
        color: #10a1b4;
        text-decoration: underline;
        background-color: #eeeeee !important;
    }

.starch-pratica-menu-left-item:hover {
    background-color: #eee !important;
}

.starch-pratica-menu-left-tree-state-td {
    width: 6px;
    height: 38px;
}

.starch-pratica-menu-left-tree-caption-td {
    width: 28px;
    text-align: center;
}

.starch-pratica-menu-left-tree-child_P {
    /*border-right: solid 1px #e5e6e9;*/
    /*  box-shadow: inset -4px -2px 6px -7px;*/
    /*box-shadow: 0px 11px 14px -10px #000;*/
}


.starch-pratica-menu-left div[data-tree-model] li {
    padding: 0px;
    line-height: 14px;
}

div[data-tree-model] li {
    padding: 0px;
    line-height: normal;
}


.starch-pratica-menu-left-tree-child-active_P {
    color: #fff;
    text-decoration: none;
    background-color: #004c87;
    transition: 0.3s;
    width: 100%;
    border-right: none;
    transition: 0.1s;
    position: relative;
    border-left: none !important;
}

    .starch-pratica-menu-left-tree-child-active_P i {
        padding-top: 10px;
        color: #ffffff !important;
    }

    .starch-pratica-menu-left-tree-child-active_P span {
    }



    .starch-pratica-menu-left-tree-child-active_P:hover {
        /*background-color: #004c87 !important;*/
    }

.starch-pratica-menu-left-tree-child_P:hover {
    cursor: pointer;
    position: relative;
    box-shadow: none;
    background-color: #dde8f0;
    color: #004c87;
    transition: 0.2s;
}

    .starch-pratica-menu-left-tree-child_P:hover i {
        color: #004c87;
    }



.starch-pratica-menu-left-tree-child-active_AU {
    color: #700031;
    background-color: hsl(0, 0%, 96%);
    transition: 0.3s;
    width: 100%;
    border-right: none;
    transition: 0.1s;
    position: relative;
    z-index: 999;
    border-left: none !important;
    border-radius: 4px;
}

.autorizzazioni.canoni .starch-pratica-menu-left-tree-child-active_AU {
    background-color: #ffffff;
    transition: 0.3s;
    width: 100%;
    transition: 0.1s;
    position: relative;
    z-index: 999;
    border-radius: 4px;
    color: #283593;
    border: solid 1px #ffffff5e !important;
}

.starch-pratica-menu-left-tree-child-active_AU i {
    /*padding-top: 10px;*/
}

.starch-pratica-menu-left-tree-child-active_AU span {
}

.starch-pratica-menu-left-tree-child-active_AU:hover {
    /*background-color: #fbc02d !important;*/
}

.starch-pratica-menu-left-tree-child_AU:hover {
    cursor: pointer;
    background-color: #ffffff1c;
    position: relative;
    box-shadow: none;
    border-radius: 4px;
    border: solid 1px #ab004a;
}

.autorizzazioni.canoni .starch-pratica-menu-left-tree-child_AU:hover {
    cursor: pointer;
    background-color: #ffffff1c;
    position: relative;
    box-shadow: none;
    border-radius: 4px;
    border: solid 1px #7e8be5;
}
/*CAN*/
.starch-pratica-menu-left-tree-child-active_CAN {
    color: orangered;
    background-color: hsl(0, 0%, 96%);
    transition: 0.3s;
    width: 100%;
    border-right: none;
    transition: 0.1s;
    position: relative;
    z-index: 999;
    border-left: none !important;
    border-radius: 4px;
}

    .starch-pratica-menu-left-tree-child-active_CAN i {
        /*padding-top: 10px;*/
    }

    .starch-pratica-menu-left-tree-child-active_CAN span {
    }

    .starch-pratica-menu-left-tree-child-active_CAN:hover {
        /*background-color: #fbc02d !important;*/
    }

.starch-pratica-menu-left-tree-child_CAN:hover {
    cursor: pointer;
    background-color: coral;
    position: relative;
    box-shadow: none;
    border-radius: 4px;
    border: solid 1px red;
}

.starch-pratica-menu-left-tree-child_P:hover i {
}

.starch-pratica-menu-left-tree-child_P:hover span {
}


.starch-pratica-menu-left-tree-child-hovered {
    background-color: #eeeeee;
    cursor: pointer;
}






.starch-pratica-menu-left-item-title {
    background-color: #757575;
    height: 35px;
    text-align: center;
}

.starch-pratica-menu-left-item-title-caption {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    padding: 9px 0px;
}

.starch-pratica-menu-left-item-caption {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding-top: 2px;
    font-weight: 300;
}

.starch-pratica-menu-left-item-caption-active {
    color: #10a1b4;
    text-decoration: underline;
    background-color: #fff;
    border: solid 1px #10a1b4;
}






.starch-pratica-menu-left-item-icon-active {
    color: #FFFFFF !important;
}

.inside-left {
    margin-top: 0px;
    margin-bottom: 20px;
    /* background-color: #ababab; */
    /* box-shadow: 0px 0px 2px #757575; */
    /* width: 100%; */
    /* border-bottom: solid 1px #e0e0e0; */
    padding: 0px 0px 0px 0px;
}

    .inside-left ul {
        overflow: initial !important;
    }

/*ITER DESTRA*/

.starch-pratica-menu-right-item-title {
    background-color: #EFEBE9;
    height: 42px;
    /*margin: 0px 9px;*/
}

.starch-pratica-menu-right-item-title-caption {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    /*padding: 7px 11px;*/
    text-transform: uppercase;
}

.starch-pratica-menu-right-item-title:hover .starch-pratica-menu-right-item-title-caption {
    color: #fff !important;
}

.starch-pratica-menu-right-item-title .starch-pratica-menu-right-item-title-caption {
    font-weight: 500 !important;
}


div[data-tree-model] li > div > ul > li > div > div > table > tbody > tr > td > span.starch-pratica-menu-right-tree-state-caption {
    text-transform: none;
    font-size: 12px;
    font-weight: 500 !important;
    display: inline-block;
    width: 315px;
}

.starch-prat-menu-right-tree-level-1 {
    padding-left: 10px;
    padding-right: 10px;
    /*padding-left: 0px;*/
    width: 100%;
}

.starch-prat-menu-right-tree-level-2 {
    padding-left: 5px;
    width: 100%;
    color: #000;
}

    .starch-prat-menu-right-tree-level-2 > span {
        font-weight: 400 !important;
        /*text-decoration: underline;*/
    }

.starch-prat-menu-right-tree-level-2-richint {
    padding-left: 10px;
}

.starch-prat-menu-right-tree-level-3 {
    padding-left: 5px;
    width: 100%;
    color: #7e8890;
}

.starch-pratica-menu-right-tree > div > ul > li > div > ul {
    margin-bottom: 8px;
    border-left: 1px solid #EFEBE9;
    border-right: 1px solid #EFEBE9;
    border-bottom: 1px solid #EFEBE9;
    background-color: #FFFFFF;
}


/*BARRA DESTRA*/

.pannello_primo_livello {
    padding: 5px 5px;
    margin-bottom: 8px;
    background-color: #f0f0f0;
    border-radius: 2px;
    box-shadow: 0px 2px 10px -5px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .pannello_primo_livello:hover {
        /*box-shadow: 0 4px 5px rgba(0,0,0,0.25), 0 2px 10px rgba(0,0,0,0.22);*/
    }

    .pannello_primo_livello .contenuto {
        margin-bottom: 0px;
        padding-left: 0px;
        margin-top: 7px;
    }

    .pannello_primo_livello h1 {
        font-size: 12px;
        margin-right: 10px;
    }

    .pannello_primo_livello .header {
        margin-bottom: 0px;
    }

    .pannello_primo_livello.figlio::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f048";
        font-weight: 700;
        font-size: 30px;
        float: left;
        margin-right: 10px;
        color: #E0E0E0;
    }

.pannello_secondo_livello .contenuto, .pannello_secondo_livello_last .contenuto {
    border: none;
    padding: 0px;
    box-shadow: none;
    margin-top: 0px;
}

.pannello_secondo_livello {
    border-left: solid 2px #9E9E9E;
    padding-left: 0px;
    border: solid 1px #BDBDBD;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 2px;
}

.pannello_secondo_livello_last {
    padding-left: 0px;
    border: solid 1px #BDBDBD;
    border-radius: 2px;
    margin-bottom: 5px;
}

    .pannello_secondo_livello:hover, .pannello_secondo_livello_last:hover {
        background: #004c8714;
        border-color: #004c87;
    }

    .pannello_secondo_livello_last .contenuto {
        margin-bottom: 0px;
    }

    .pannello_secondo_livello .header, .pannello_secondo_livello_last .header {
        margin-bottom: 5px;
        padding-left: 5px;
    }


        .pannello_primo_livello .header .fa, .pannello_secondo_livello .header .fa, .pannello_secondo_livello_last .header .fa {
            /* position:relative;
    font-size:12px;
    top:1px;
    padding-right:5px;  */
            text-decoration: none;
            font-size: 14px;
            color: #7E8890;
        }

            .pannello_primo_livello .header .fa:hover, .pannello_secondo_livello .header .fa:hover, .pannello_secondo_livello_last .header .fa:hover {
                color: #10a1b4;
            }

        .pannello_secondo_livello .header h1, .pannello_secondo_livello_last .header h1 {
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 700;
            margin-right: 5px;
            color: #005191;
            line-height: 14px;
        }

            .pannello_secondo_livello .header h1:hover, .pannello_secondo_livello_last .header h1:hover {
                text-decoration: underline;
                cursor: pointer;
            }

.pannello_secondo_livello_last {
    margin-bottom: 0px;
}

.pannello_secondo_livello .header a {
    font-size: 10px;
    text-transform: initial;
    line-height: 1.4em;
    text-decoration: none;
    display: table-cell;
}

    .pannello_secondo_livello .header a:hover {
        text-decoration: underline;
    }

.pannello_terzo_livello {
    padding-left: 5px;
    margin-bottom: 5px;
}

.pannello_terzo_livello_last {
    padding-left: 5px;
}

    .pannello_terzo_livello_last .header {
        margin-bottom: 5px;
        /*padding-left: 5px;*/
    }

        .pannello_terzo_livello .header a, .pannello_terzo_livello_last .header a {
            font-size: 12px;
            text-transform: initial;
            font-weight: 500;
            display: table-cell;
        }

        .pannello_terzo_livello .header i, .pannello_terzo_livello_last .header i {
            font-size: 9px;
            color: #d30000;
            position: relative;
            top: 4px;
        }


.pannello_primo_livello_no_content {
    padding: 4px 0px;
    margin-bottom: 8px;
    background-color: #f0f0f0;
    border-radius: 2px;
    /* border: 1px solid; */
    /* border-color: #e5e6e9 #dfe0e4 #d0d1d5; */
    border-color: #bdbdbd;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .pannello_primo_livello_no_content:hover {
        /*box-shadow: 0 4px 5px rgba(0,0,0,0.25), 0 2px 10px rgba(0,0,0,0.22);*/
    }

    .pannello_primo_livello_no_content .header a {
        font-size: 12px;
        display: inline-block;
        text-transform: initial;
        text-decoration: none;
        font-weight: 600;
        /*display: table-cell;*/
    }



        .pannello_primo_livello_no_content .header a:hover {
            text-decoration: underline;
        }


    .pannello_primo_livello_no_content .header span {
        font-size: 13px;
    }

.pannello_primo_livello_nochilds {
    margin-bottom: 8px;
    /* margin-top:10px;*/
}


/*PANNELLO WORFLOW DIEGO*/
.pannello_stato_pratica-attivo, .pannello_stato_pratica-attivo-dautentecorrente {
    padding: 5px 10px 5px 10px;
    border: solid 1px #004c87;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 6px -3px #607D8B;
    background-color: #fff;
}


.pannello_stato_pratica-attivo {
}

.pannello_stato_pratica-in-scadenza {
}

.pannello_stato_pratica-in-ritardo {
}

.pannello_stato_pratica-attivo-dautentecorrente {
}

.pannello_stato_pratica-in-scadenza-dautentecorrente {
}

.pannello_stato_pratica-in-ritardo-dautentecorrente {
}


.pannello_stato_pratica h1 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 10px;
}

.pannello_stato_pratica .milestone {
    margin-top: 10px;
}

.pannello_stato_pratica_disable {
    background-color: #f5f5f5;
    border: solid 1px #9e9e9e;
}

    .pannello_stato_pratica_disable h1, .pannello_stato_pratica_disable h3, .pannello_stato_pratica_disable h4 {
        color: #bdbdbd;
    }

.pannello_nodi_colonna_sinistra {
    width: 100%;
}

    .pannello_nodi_colonna_sinistra a {
        text-transform: initial;
    }

    .pannello_nodi_colonna_sinistra h1 {
        color: rgba(255, 255, 255, 0.8);
        width: 100%;
        padding: 6px 5px;
        background: #082742;
        border-radius: 2px;
        font-weight: 600;
    }

    .pannello_nodi_colonna_sinistra:hover i {
        color: #d30000;
    }
    /*ICONE SPALLA DESTRA*/
    .pannello_nodi_colonna_sinistra i.fas {
        font-family: "Font Awesome 6 Pro";
        transition: all .3s;
        font-size: 13px;
        /* background: #004c87; */
        color: #fff;
        border-radius: 2px;
        text-align: center;
        content: "\f219"
    }

.fa-2400::before {
    content: "\f079" !important;
    vertical-align: middle;
}

.fa-2250::before {
    content: "\f086" !important;
    vertical-align: middle;
}
/*Elaborazione CDU*/
.fa-2660::before {
    content: "\f5fd" !important;
    vertical-align: middle;
}

.fa-2457::before {
    content: "\f4bf" !important;
    vertical-align: middle;
}
/*Checklist*/

.check_ok {
    color: #2e7d32;
}

.check_ko {
    color: #d30000;
}

.check_sql {
    color: #0075d4;
}

.tool_checklist {
    font-size: 16px;
    color: #bdbdbd;
}

tr.domanda_checklist {
    height: 45px;
}

.alert_note {
    background-color: #d30000 !important;
    color: #fff !important;
    border-color: #d30000 !important;
}

.scrivania .blocco_dati.attività .alert_note {
    background-color: #fff !important;
    color: #d30000 !important;
    /*border-color: #d30000 !important;*/
}

.fa-5500::before {
    content: "\f737" !important;
    vertical-align: middle;
}
/*ascensore*/
.fa-11000::before {
    content: "\f135" !important;
    vertical-align: middle;
}
/*istruttoria*/
.fa-2535::before {
    content: "\f013" !important;
    vertical-align: middle;
}
/*Comunicazione*/
.fa-2540::before {
    content: "\f0a1" !important;
    vertical-align: middle;
}

/*InizioLavori*/
.fa-2700::before {
    content: "\f04b" !important;
    vertical-align: middle;
}
/*Avvio procedimento*/
.fa-2025::before {
    content: "\f04b" !important;
    vertical-align: middle;
}

.pannello_primo_livello_no_content .header i.fas {
    font-family: "Font Awesome 6 Pro";
    transition: all .3s;
    font-size: 16px;
    background: transparent;
    color: #BDBDBD;
    border-radius: 2px 0px 0px 2px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    content: "\f219";
    color: #082742;
}

    .pannello_primo_livello_no_content .header i.fas::before {
        vertical-align: middle;
        content: "\f219";
    }



.fa-2230::before {
    content: "\f63d" !important;
    vertical-align: middle;
}
/*InizioLavori*/
.fa-2700::before {
    content: "\f04b" !important;
    vertical-align: middle;
}
/*FineLavori*/
.fa-2750::before {
    content: "\f11e" !important;
    vertical-align: middle;
}
/*Agibilità*/
.fa-2754::before {
    content: "\f559" !important;
    vertical-align: middle;
}

.fa-2600::before {
    content: "\f4a5" !important;
    vertical-align: middle;
}


.pannello_nodi_colonna_sinistra h1:hover {
    text-decoration: underline;
    cursor: pointer;
}


/*PANNELLO WORKFLOW*/

.starch-tree-workflow-container {
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #082742;
    width: 100%;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2901960784313726);
}

    .starch-tree-workflow-container a {
        text-transform: uppercase;
    }

.starch-tree-workflow-container-attivo {
    background-color: #fff;
}

.starch-tree-workflow-container-in-scadenza {
    background-color: #fff;
}

    .starch-tree-workflow-container-in-scadenza .starch-tree-workflow-center-section-bottom-span {
        /*border: 1px solid #f15a79;*/
        /*border: 1px solid #d9534f;*/
        /*    background-color: #efefef;*/
        color: #ffffff;
        font-weight: 700;
        background: #d30000;
        padding: 2px;
    }

    .starch-tree-workflow-container-in-scadenza i {
        color: #fff;
    }

.starch-tree-workflow-container-attivo-dautentecorrente h2 {
    /*border: 1px solid #7BB354;*/
    font-weight: 700;
    background: #2e7d32;
    padding: 2px;
    color: #ffffff;
}

.starch-tree-workflow-container-in-scadenza-dautentecorrente h2 {
    /*border: 1px solid #eaab50;*/
    font-weight: 700;
    background-color: #eaab50;
    padding: 2px;
    color: #ffffff;
}

.starch-tree-workflow-container-in-ritardo-dautentecorrente h2 {
    /*border: 1px solid #f15a79;*/
    font-weight: 700;
    background-color: #d30000;
    padding: 2px;
    color: #ffffff;
}

.starch-tree-workflow-container-in-ritardo .starch-tree-workflow-center-section-bottom-span {
    color: #d30000;
    font-weight: 700;
}

.starch-tree-workflow-milestone {
    margin-top: 2px;
}

    .starch-tree-workflow-milestone span.done {
        color: #2e7d32;
    }

    .starch-tree-workflow-milestone span.todo {
        color: #dcdcdc;
    }


.pannelli_workflow {
    margin-top: 8px;
    border-left: solid 5px #dcdcdc;
    padding-left: 5px;
}

.starch-tree-workflow-left-section {
    font-weight: 600;
    min-height: 30px;
    background: #004c87;
    text-align: left;
    padding-left: 10px;
}

.starch-tree-workflow-left-section-attivo {
    /*border-right: 1px solid #7BB354;*/
    /*background-color: #7BB354;*/
    /*border-right: 1px solid #09abc0;*/
    /*border-left: 10px solid #09abc0;*/
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: #a6cdd2;*/
    width: 100%;
}

.starch-tree-workflow-left-section-sospeso {
    color: #fff;
    background: #082742; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff6a00, #ee0979); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #082742, #004c87); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 10px 0px;
}

/*.starch-tree-workflow-left-section-attivo .starch-tree-workflow-left-section-span {
    color: #7e8890;
}*/

.starch-tree-workflow-left-section-in-scadenza .starch-tree-workflow-center-section-bottom-span {
    /*background-color: #efd1a6;*/
    color: #f0ad4e;
    font-weight: 700;
}

/*.starch-tree-workflow-left-section-in-scadenza .starch-tree-workflow-left-section-span {
    color: #757575;
}*/

.starch-tree-workflow-left-section-in-ritardo {
    padding-left: 5px;
    padding-right: 5px;
}

/*.starch-tree-workflow-left-section-in-ritardo .starch-tree-workflow-left-section-span {
    color: #757575;
}*/

.starch-tree-workflow-left-section-concluso {
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    background-color: #558B2F;
    text-align: center;
}

.starch-tree-workflow-left-section-attivo-dautentecorrente {
    border-radius: 2px 2px 0px 0px;
    background: linear-gradient(to right, #082742, #004c87);
    padding: 5px;
}


    .starch-tree-workflow-left-section-attivo-dautentecorrente.sospesa {
        background-color: #f54375;
    }


/*.starch-tree-workflow-left-section-attivo-dautentecorrente .starch-tree-workflow-left-section-span {
    color: #7e8890;
}*/

.starch-tree-workflow-left-section-in-scadenza-dautentecorrente {
    /*border-right: 1px solid #eaab50;*/
    /* background-color: #7e8890;*/
    border-radius: 2px 2px 0px 0px;
    background: #082742; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #8CA6DB, #B993D6); /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #8CA6DB, #B993D6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    line-height: 30px;
}
/*.starch-tree-workflow-left-section-in-scadenza-dautentecorrente .starch-tree-workflow-left-section-span {
    color: #757575;
}*/

.starch-tree-workflow-left-section-in-ritardo-dautentecorrente {
    border-radius: 2px 2px 0px 0px;
    background: linear-gradient(to right, #082742, #004c87);
    padding: 5px;
}
/*.starch-tree-workflow-left-section-in-ritardo-dautentecorrente .starch-tree-workflow-left-section-span {
    color: #757575;
}*/


.starch-tree-workflow-left-section-span {
    color: #fff;
    font-size: 14px;
    /*   display: -webkit-inline-box;
    vertical-align: -webkit-baseline-middle;*/
    text-transform: uppercase;
}


/*.starch-tree-workflow-container-row {
    margin-left: 0px;
    margin-right: 0px;
}*/
.starch-tree-workflow-container-col {
    padding-left: 0px;
    padding-right: 0px;
}

/*.starch-tree-workflow-container-col i {
       
        padding-right: 5px;
        color: #fff;
    }*/


.starch-tree-workflow-center-section {
    padding: 3px
    /* display: table;*/
}

.starch-tree-workflow-center-section-container {
    padding: 2px 10px 10px 10px;
    background-color: rgb(245, 245, 245);
    border-radius: 2px;
}

    .starch-tree-workflow-center-section-container a {
        font-size: 12px;
        font-weight: 600;
    }


.starch-tree-workflow-center-section-top-span {
    font-size: 13px;
    display: block;
    /*font-style: italic;*/
    color: #888888;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
}

    .starch-tree-workflow-center-section-top-span a {
        color: #000000;
        font-weight: 400;
    }

.starch-tree-workflow-center-section-bottom-span {
    font-size: 12px !important;
    /*display: block;*/
    color: #2e7d32;
    font-weight: 600;
}

.starch-tree-workflow-center-section-bottom-span-user {
    /*font-size: 13px;*/
    color: #757575;
    display: block;
    text-align: left;
    margin-top: 8px;
    border-left: solid 5px #dcdcdc;
    padding-left: 5px;
}

.starch-tree-workflow-center-section-bottom-span-user-current {
    font-weight: 700;
    color: #757575;
    text-transform: uppercase;
}

.starch-tree-workflow-right-section {
    font-size: 14px;
    margin: 5px 4px 3px 0px;
    cursor: pointer;
}

.starch-tree-workflow-right-section-attivo {
    /*color: #7BB354;*/
    color: #fff;
}

.starch-tree-workflow-right-section-in-scadenza {
    color: #eaab50;
}

.starch-tree-workflow-right-section-in-ritardo {
    /*color: #f15a79;*/
    color: #fff;
}

.starch-tree-workflow-right-section-concluso {
    /*color: #7BB354;*/
    color: #fff;
}

.starch-tree-workflow-right-section-attivo-dautentecorrente {
    color: #fff;
    position: relative;
    top: 4px;
}

.starch-tree-workflow-right-section-in-scadenza-dautentecorrente {
    color: #fff;
}


.starch-tree-workflow-right-section-in-ritardo-dautentecorrente {
    /*color: #f15a79;*/
    color: #fff;
}

.starch-wf-scadenze-ultimo-proc-utente {
    color: #082742;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

.starch-wf-scadenze-ultimo-proc-multi-utente {
    color: #004c87;
    display: block;
    font-size: 11px;
}


/*Organigramma*/

div.organigramma .settore,
div.organigramma .tecnici,
div.organigramma .pratiche {
    cursor: pointer;
    font-size: 13px;
}

div.organigramma .icona {
    color: #bdbdbd;
    padding-right: 5px;
}

div.organigramma .tecnici {
    line-height: 40px;
}

div.organigramma .altezzariga {
    line-height: 25px;
    text-transform: capitalize;
}

div.organigramma .altezzariga_pratiche {
    line-height: 20px;
    margin-top: 0px;
}

.pannello_settori_comunali .btn {
    padding: 1px 4px;
    position: relative;
    top: -1px;
}


.organigramma_assautofunz_ttp {
    padding-left: 25px;
    color: #082742;
    display: block;
}

.pannello_settori_comunali .btn-elimina {
    color: #fff;
    border-radius: 4px;
    margin-left: 0px;
    top: 2px;
    /* top: 19px; */
}

.pannello_settori_comunali .menu_tendina {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 90%;
}

.pannello_settori_comunali label {
    margin-right: 10px;
    font-weight: 500;
    margin-bottom: 0px;
}

.pannello_settori_comunali blockquote {
    border: none;
    padding: 0px;
}

.pannello_settori_comunali input {
    margin-right: 3px;
    position: relative;
    top: 3px;
}


.pannello_settori_comunali .btn-aggiungi {
    background-color: #2e7d32;
    color: #fff;
    border-radius: 4px;
}

.titolo_ufficio {
    padding: 5px 10px;
}

    .titolo_ufficio h3 {
        margin-bottom: 0px;
        line-height: 35px;
        color: #ffffff;
    }

div.organigramma .settore {
    line-height: 35px;
    font-size: 18px;
    font-weight: 400;
}

.titolo_ufficio .btn-elimina {
    visibility: visible !important;
    padding: 2px 5px !important;
}



div.organigramma .btn-elimina {
    visibility: hidden;
}

div.organigramma_blocco_nomi:hover .btn-elimina {
    visibility: visible;
}

.pannello_dirigente_modifica:hover .btn-elimina {
    visibility: visible !important;
}


div.organigramma .uos {
    line-height: 22px;
    padding: 5px 5px 5px 10px;
    color: #ffffff;
    font-weight: 500;
}

div.organigramma .responsabile,
div.organigramma .tecnico,
div.organigramma .pratica {
    color: #082742;
    font-weight: 400;
}

div.organigramma .pratica {
    color: #666695;
    font-weight: 400;
}

div .organigramma .responsabile .sottosezioni span {
    text-transform: capitalize;
}

.sottosezioni.sottosezioni_pratiche {
    padding-left: 10px;
    line-height: 25px;
    margin-top: 5px;
}

h4.sottosezioni.sottosezioni_pratiche {
    text-decoration: underline;
    cursor: pointer;
}


.sottosezioni.responsabile {
    line-height: 22px;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 5px;
}

    .sottosezioni.responsabile .fa-user.responsabile, .sottosezioni.responsabile .glyphicon, .organigramma_blocco_nomi .fa-user.responsabile {
        font-size: 20px;
        font-weight: 700;
        padding: 5px;
        border-radius: 6px;
        margin-right: 10px;
        margin-top: 0px;
        color: #004c87;
        border: none;
    }

    .organigramma_blocco_nomi .glyphicon, .sottosezioni.responsabile .glyphicon-inbox, .sottosezioni.responsabile .glyphicon-calendar {
        box-shadow: none !important;
        font-size: 12px !important;
    }

div.organigramma .tecnico i {
    font-size: 11px;
}

.sottosezioni {
}

    .sottosezioni span {
        color: #004c87;
        font-weight: 600;
        margin-top: 10px;
        text-transform: uppercase;
    }

.organigramma_uffici {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.organigramma_blocco_nomi {
    padding: 0px 0px;
    font-size: 13px;
    border: solid 1px transparent;
    /* border: none; */
    margin: 0px;
    color: #082742;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: ease-in;
    animation: 2.5s;
    border-radius: 4px;
}

    .organigramma_blocco_nomi.dirigenti {
        border: none;
        padding-left: 0px;
        margin-bottom: 0px;
    }

        .organigramma_blocco_nomi.dirigenti:hover {
            border: none;
            padding-left: 0px;
            box-shadow: none;
        }

    /*.pannello_settori_comunali:hover{
        border: solid 1px red;
        
        box-shadow: none;
    }*/


    .organigramma_blocco_nomi:hover {
        background-color: rgb(215 215 215 / 44%);
        cursor: pointer;
    }

.organigramma_blocco_pratiche {
    border: none;
    font-size: 13px;
    padding: 0px;
}

.pannello_nomi {
    margin-bottom: 5px;
    padding-left: 20px;
    color: #616161;
    font-weight: 500;
}

.pannello_dirigente {
    text-transform: capitalize;
    padding: 5px;
}

    .pannello_dirigente .glyphicon {
        font-size: 20px;
        padding: 5px;
        border-radius: 6px;
        border: solid 1px;
        margin-right: 10px;
        margin-top: 0px;
        color: #004c87;
        box-shadow: 0px 0px 8px 1px rgba(204, 204, 204, 0.611764705882353);
        border: none;
    }

h4.sottosezioni {
    color: #169bd5;
    font-size: 13px;
    margin-top: 0px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
}

/*h4.sottosezioni span:hover, h4.sottosezioni:hover {
        text-decoration: underline;
        cursor: pointer;
    }*/


.panel-body {
    padding: 10px;
    padding-top: 0px;
}


.starch-pratica-content-section-header {
    text-transform: uppercase;
    color: #004c87;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
    float: left;
}

.starch-pratica-content-section-header-no-width {
    text-transform: uppercase;
    color: #004c87;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 4px;
    float: left;
}

.starch-estrazione-content-section-header {
    text-transform: uppercase;
    color: #004c87;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 4px;
    float: left;
    margin-top: 5px;
}

.titolo_generico {
    text-transform: uppercase;
    color: #004c87;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
    float: left;
}

    .titolo_generico.titolo_generico_icona {
        padding-top: 5px;
        margin-bottom: 0px;
    }

.starch-ricerca-pratiche-tab .starch-pratica-content-section-header {
    margin-bottom: 0px;
}



.pannello_uffici {
    /*border: solid 1px #E0E0E0;*/
    margin-bottom: 10px;
    background-color: #fff;
    margin-left: 0px;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .pannello_uffici:hover {
        box-shadow: 0px 0px 14px -3px #ccc;
        box-shadow: 0px 0px 8px -4px #000000;
    }

.pannello_settori_comunali {
    list-style-type: none;
    margin-bottom: 15px;
    /*border:solid 1px transparent;*/
    /*padding:10px;*/
}

.sottosezioni_dirigenti {
    margin-bottom: 5px;
    margin-top: 0px;
    color: #004c87;
    font-size: 12px;
    font-weight: 700;
}


.pannello_uffici h3 .fa {
    font-size: 16px;
}




/*.panel-group {
   
    margin-bottom: 0px;
    padding-bottom: 10px;
}
    */
/*PANEL GROUP PRIMA VERSIONE*/
/*.panel-group {
        border: solid 1px #bdbdbd;
        box-shadow: 0px 0px 4px -3px;
        margin-bottom: 10px;
        padding: 5px;
        border-radius: 4px;
        transition: 0.3s;
    }

        .panel-group:hover {
            box-shadow: 0 12px 12px -12px rgba(0,0,0,0.25), 0 -12px 12px -12px rgba(0,0,0,0.25);
        }*/

/*PANEL GROUP SECONDA VERSIONE*/
.panel-group {
    padding: 10px 10px;
    margin: 0px;
    font-size: 12px;
    border-radius: 4px;
    color: #000000 !important;
    transition: 0.2s;
    margin-bottom: 15px;
    background-color: #f0f0f0;
    box-shadow: 0px 0px 2px -1px #000000;
    border-left: solid 3px #004c87;
}

.panel {
    box-shadow: none;
    background-color: #f0f0f0;
}

.form-group {
    margin-bottom: 3px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    /* background-color: #f5f5f5;*/
    /*Messi perchè anche in modalità read-only veniva applicato sfondo e bordo viola*/
    background-color: #d1d1d1;
    border-color: #BDBDBC;
}


.starch-archipro-check-anag .form-control[disabled].starch-bg-success, .starch-archipro-check-anag .form-control[readonly].starch-bg-success, .starch-archipro-check-anag fieldset[disabled] .form-control.starch-bg-success {
    /* background-color: #f5f5f5;*/
    /*Messi perchè anche in modalità read-only veniva applicato sfondo e bordo viola*/
    background-color: #2e7d32;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
}

.starch-archipro-check-anag .form-control[disabled].starch-bg-info, .starch-archipro-check-anag .form-control[readonly].starch-bg-info, .starch-archipro-check-anag fieldset[disabled] .form-control.starch-bg-info {
    /* background-color: #f5f5f5;*/
    /*Messi perchè anche in modalità read-only veniva applicato sfondo e bordo viola*/
    background-color: #d9534f;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
}

.starch-btn-check {
    width: 15px !important;
    height: 15px !important;
    margin-bottom: 1px;
    padding: 3px !important;
    min-width: initial !important;
    cursor: pointer;
}

    .starch-btn-check span {
        left: -3px !important;
        top: -6px !important;
        font-size: 10px;
    }

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 12px;
    color: black;
    /* border: solid 1px #e0e0e0;*/
    border: solid 1px #bdbdbd;
}

    .form-control.endoprocedimenti_documenti {
        height: 40px;
        background-color: #f3effa;
    }

.urbanistica .form-control {
    text-align: right;
}

select.form-control:focus {
    /*border: none;
    box-shadow: none;
    border-radius: 0px;
    border: solid 1px #e0e0e0;*/
}

.pannello_form_ricerca label {
    margin-bottom: 0px;
    margin-bottom: 3px;
}



.starch-ricerca-pratiche-tab.pannello_form_ricerca .form-control, .starch-ricerca-pratiche-tab.pannello_form_ricerca .form-control:focus {
}

.starch-input i {
    display: none;
}

.starch-input-valori {
    color: #004c87;
    border: solid 1px !important;
    border-radius: 2px;
    font-weight: 600;
    cursor: pointer;
    text-rendering: optimizeLegibility;
    margin-bottom: 0px;
    font-size: 11px;
    background: #e7f2fb;
    border-color: #bdbdbd !important;
    margin-bottom: 3px;
}


.starch-input:hover i {
    display: none;
}

.starch-input-cancella {
    /*cursor: pointer;
    position: absolute;
    float: right;
    right: 17px;
    top: 7px;
    opacity: 0.7;*/
    display: none;
}

.starch-pratica-content-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    color: #ffffff;
    font-weight: 400;
    background: transparent;
    padding: 0px 10px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-animation: blink-1 0.6s both;
    animation: blink-1 0.6s both;
    line-height: 26px;
    padding: 2px 9px;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-11-6 15:54:20
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}


.starch-pratica-content-title::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f14e";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s;
    font-size: 16px;
    position: relative;
    right: 2px;
    top: 2px;
}

.starch-btn-back {
    margin-bottom: 10px;
}
/*BOTTONI*/
.starch-btn-modal {
    height: 50px;
    font-size: 18px !important;
    width: 100%;
    font-weight: 300;
}



.btn-default:focus, .btn-default.focus {
    outline: 0;
}

.btn:hover, .btn:focus, .btn.focus {
    color: none;
    outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    outline: 0;
}

.btn-group {
    vertical-align: baseline;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.btn-info, .btn-info:focus:active, btn-info.active:focus, .btn-info:focus {
    color: #004c87;
    background-color: #f7f7f7;
    border: solid 1px #004c87 !important;
}

.btn-icon {
    background-color: transparent;
    border-bottom: solid 2px #fff;
    color: #bebebe;
    border: solid 1px;
    border-radius: 6px !important;
}

    .btn-icon:hover {
        border-bottom: solid 2px #10a1bb;
        color: #10a1bb !important
    }

.btn-info:hover, .btn-info:active {
    color: #ffffff;
    background-color: #0063af;
    border-color: #004c87;
    outline: none;
    transition: 0.2s;
}



    .btn-info:active:focus, btn-info.active:focus, .btn-info:focus {
        box-shadow: none !important;
    }


.btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #0063af;
    border-color: #0062ad;
    outline: none;
    box-shadow: 0px 0px 12px -2px;
}


.btn-info .fa, .btn-info .fas, .btn-info .fal {
    font-size: 14px;
    min-width: 15px;
}

/*.btn-info i:hover {
        color: #fff;
    }*/


.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #0063af;
    border-color: #0063af;
    outline: none;
    box-shadow: 0px 0px 12px -2px;
}

.btn

e {
    background-color: #d71920;
    color: #ffffff;
}

.btn-suape:hover, btn-suape:active, btn-suape:focus {
    background-color: #d71920;
    color: #ffffff;
}

.button[disabled], html input[disabled] {
    color: #707070;
}

.btn.disabled, .btn[disabled], fieldset[disabled] {
    color: #616161 !important;
    background-color: #c9c9c9;
    border-color: #b3b3b3 !important;
    font-weight: 300;
}


    .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
        background-color: #00000033;
    }

.btn-success {
    color: #ffffff;
    background-color: #004c87;
    border-color: #004c87;
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.4);
    transition: 0.2s;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:hover, .btn-success:hover:active {
        color: #ffffff !important;
        background-color: #0063af;
        border-color: #004c87;
        outline: none;
        box-shadow: none;
        border: solid 2px #004c87;
    }

.btn-warning {
    color: #ffffff;
    background-color: #737373;
    border-color: #737373;
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
}

.btn-danger {
    color: #ffffff;
    background-color: #737373;
    border-color: #737373;
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:focus:active, .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus, .btn-danger:focus:active {
        color: #ffffff;
        background-color: #666;
        border-color: #666;
        box-shadow: none;
        outline: none;
    }

.btn-primary {
    color: #fff;
    background-color: #004c87;
    border-color: #004c87;
    font-weight: 400;
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.4);
    transition: 0.2s;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:hover:active {
        color: #fff;
        background-color: #0063af;
        border-color: #004c87;
        outline: none;
        box-shadow: none;
        border: solid 2px #004c87;
    }

.btn.btn-primary.drop {
    border-left: solid 1px rgba(0, 0, 0, 0.30980392156862746)
}

.btn {
    border-radius: 2px;
}

/*.btn .caret {
        float:right;
    }*/

.btn-default {
    /* min-width:40px;*/
    /* padding-left:10px;
    padding-right:10px;*/
    /*  min-width:unset;*/
    padding-left: 5px;
    padding-right: 5px;
    border: solid 2px #c6c6c6 !important;
}



/*BOTTONI DROPDOWN*/

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0063af;
    border-color: #004c87;
    outline: none;
    box-shadow: none;
}


    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background-color: #0063af;
        border-color: #004c87;
        outline: none;
        box-shadow: none;
    }


.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #ffffff !important;
    background-color: #007a85;
    border-color: #007a85;
    outline: none;
    box-shadow: 0px 0px 7px 0px #167184;
}


    .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
        color: #ffffff !important;
        background-color: #0063af;
        border-color: #004c87;
        outline: none;
        box-shadow: 0px 0px 7px 0px #167184;
    }





/*Modali*/

.modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.full .modal-dialog {
    width: 100%;
    padding: 0px 20px;
}


.modal-dialog.full .modal-body .bodyClass {
    padding: 0px;
}

.modal-body {
    padding: 10px;
    /*padding-bottom: 0;*/
    background-color: #dcdcdc;
    border-radius: 0px;
    max-height: calc(100vh - 133px);
    overflow: auto;
    overflow-x: hidden;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    /* border:solid 1px #e0e0e0;*/
    box-shadow: 0px 20px 41px -9px rgba(0, 0, 0, 0.5803921568627451);
    border: none;
}


.modal-dialog.full body .bodyClass {
    padding: 0px !important;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}



@media (min-width: 768px) {

    .modal-content {
        /*box-shadow: none;*/
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 25px auto;
    }
}

@media (max-width: 1024px) {
    .wizard_graduatoria > li.active > div small {
        font-size: 11px;
    }

    .wizard_graduatoria li.active div span {
        font-size: 16px;
    }

    .icone-recapiti {
        display: none;
    }



    .btn {
        font-size: 11px !important;
        padding: 4px !important;
    }

        .btn i {
            font-size: 11px;
        }

        .btn.btn-icona span {
            display: none;
        }

    .blocco_dati.attività .fa-map-marker-alt {
        display: none;
    }

    .navbar-form .form-group input {
        display: none;
    }

    .navbar_starch .active {
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: #eee !important;
    }





    .navbar_starch .navbar-nav > .active > a {
        padding-top: 7px !important;
        padding-right: 0px !important;
    }
}



.modal-header {
    background-color: #082742;
    padding: 5px 15px;
    min-height: 37px;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
    /*background: linear-gradient(to right, #8CA6DB, #B993D6);*/
}

modal-header h4 {
    color: #eee;
}

.modal-footer {
    padding: 10px;
    text-align: right;
    /* border-top: 1px solid #e5e5e5; */
    background-color: #d4d4d4;
    border-top: 1px solid #BDBDBD;
    border-radius: 0px;
}

.modal-title {
    font-weight: 400;
    color: #fff;
    margin-top: 3px;
    font-size: 1em;
    vertical-align: -webkit-baseline-middle;
    font-size: 14px;
}


/*Tomas 20180420*/
.starch-ricerca-pratiche .modal-dialog {
}
/*Tomas 20180420*/
.starch-ricerca-pratiche2 .modal-dialog {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}


.starch-aggiungi-funzionario .modal-dialog {
    width: 75%;
}

.starch-ricerca-pratiche-close {
    top: 6px;
    position: absolute;
    color: #fafafa;
    font-size: 18px !important;
    text-align: right;
    display: inline-block;
    cursor: pointer;
    right: 8px;
    transition-property: transform;
    transition-duration: 1s;
}

    .starch-ricerca-pratiche-close:hover {
        color: #b2a5cb;
    }



/*Tabelle*/

table tr:hover {
    cursor: pointer;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    font-weight: 700;
}

.rowTableSelected {
    background-color: rgba(103, 58, 183, 0.09) !important;
}

/*tr.rowTableSelected > td {
    color: #004c87;
    background-color: #f3edff !important;
}
*/

/*
tr.rowTableSelected {
    background-color: #004c87 !important;
}*/

.starch-pareri-grid-row-negative {
    background-color: #d30000 !important;
    border-color: #d30000;
    color: #fff !important;
}

.starch-pareri-grid-row-warning {
    background-color: #FFCC80 !important;
    color: #ffffff;
    border-color: #FF9800;
}

.starch-pareri-grid-row-positive {
    background-color: #dff0d8 !important;
}


tr.rowTableSelected > td, tr.rowTableSelected > td > i {
    color: #000000;
}

.table-hover > tbody > tr:hover {
    background-color: transparent;
    cursor: pointer;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e8e8e8;
}

.rowTableSelected_wf_annullamento {
    background-color: #e1fbff !important;
}

    .rowTableSelected_wf_annullamento:hover {
        background-color: #e1fbff !important;
    }

.rowTableQuestion_wf_annullamento {
    background-color: #eaeaea !important;
}

    .rowTableQuestion_wf_annullamento:hover {
        background-color: #eaeaea !important;
    }





/*TABS OPERATORI*/

.starch-pratica-tabs-operatori {
    width: auto;
    margin-right: 20px;
}

    .starch-pratica-tabs-operatori.active {
        border-bottom: solid 3px #004c87;
    }

.nav-tabs > .starch-pratica-tabs-operatori > a, .nav-tabs > .starch-pratica-tabs-operatori > a:hover, .nav-tabs > .starch-pratica-tabs-operatori > a:focus {
    background-color: transparent !important;
    border: none;
    color: #082742;
    text-align: center;
    padding: 6px 10px;
    text-transform: capitalize;
}

.nav-tabs > .starch-pratica-tabs-operatori > a {
    border-radius: 0px;
}

.nav > .starch-pratica-tabs-operatori > a:hover,
.nav > .starch-pratica-tabs-operatori > a:focus {
    padding: 6px 6px;
    color: #000;
    border-bottom: solid 3px #004c87;
}

.nav-tabs > .starch-pratica-tabs-operatori.active > a,
.nav-tabs > .starch-pratica-tabs-operatori.active > a:hover,
.nav-tabs > .starch-pratica-tabs-operatori.active > a:focus {
    background-color: transparent !important;
    border: 0px;
    color: #004c87;
    text-align: center;
    padding: 6px 6px;
    text-transform: capitalize;
    font-weight: 700;
}

.nav > .starch-pratica-tabs-operatori > a {
    padding: 6px;
    text-align: left;
}

.starch-pratica-operatori-tabs > ul {
    border-bottom: solid 1px #e0e0e0;
}



.starch-pratica-operatori-tabs .tab-pane {
    background-color: transparent !important;
    border: none;
    border-top: 0px;
    padding: 0px;
}

.starch-ricerca-pratiche-tab {
    /*border-top: 1px solid #bebebe;
    box-shadow: 0 12px 12px -12px rgba(0,0,0,0.25), 0 -12px 12px -12px rgba(0,0,0,0.25);
    margin-bottom: 20px;*/
}

    .starch-ricerca-pratiche-tab .pannello_generico {
        padding: 10px;
        /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
        margin-bottom: 15px;
        transition: 0.2s;
    }





/*.starch-ricerca-pratiche-tabs li.active > a {
    background-color: transparent;
}*/

.starch-ricerca-pratiche .btn-tabs-risultati {
    border-radius: 4px;
    margin-right: 10px;
    background-color: #f0f0f0;
    color: #082742;
    border: solid 1px #082742;
    text-transform: uppercase;
}


    .starch-ricerca-pratiche .btn-tabs-risultati.risultato {
        background-color: #004c87;
        color: #fff;
        border: solid 1px #004c87;
    }

        .starch-ricerca-pratiche .btn-tabs-risultati.risultato:hover {
            background-color: #004c87;
            color: #fff;
            border: solid 1px #004c87;
        }

    .starch-ricerca-pratiche .btn-tabs-risultati:hover {
        background-color: #e7f2fb;
        color: #004c87;
        border-color: #004c87;
    }

.pannello-menu-ricerca-pratiche {
    padding: 10px 0px;
    background-color: #f0f0f0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
    border: 0px;
    margin: 0px;
    margin-bottom: 20px;
    padding: 10px;
}

    .pannello-menu-ricerca-pratiche .bg-success {
        background-color: transparent;
    }

        .pannello-menu-ricerca-pratiche .bg-success:before {
            font-family: "Font Awesome 6 Pro";
            content: "\f0b0";
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transition: all .3s;
            position: absolute;
            left: 8px;
            color: #082742;
            font-size: 17px;
        }

.pannello-menu-ricerca-header {
    padding: 10px;
}

.starch-ricerca-menu li.active > a {
    font-weight: 700;
    border: none;
}

.starch-ricerca-menu > ul > li > a {
    width: auto;
    border: 0px;
    color: #000000;
    text-align: left;
    padding: 7px 7px 7px 30px;
    font-weight: 600;
}

/*.starch-ricerca-menu > ul > li i {
    display: none;
}*/

.starch-ricerca-menu > ul > li:hover i {
    display: block;
    cursor: pointer;
}

.starch-ricerca-pratiche-tabs > ul > li > a {
    width: auto;
    border: 0px;
    /* margin: 0px 0px 0px 10px;*/
    color: #7e88a7;
    margin: 0px 17px 0px 6px;
}

.starch-ricerca-menu > ul > li.active > a, .starch-ricerca-menu > ul > li.active > a:hover, .starch-ricerca-menu > ul > li.active > a:focus {
    font-weight: 700;
    color: #004c87;
}

.starch-ricerca-pratiche-tabs > ul > li.active > a, .starch-ricerca-pratiche-tabs > ul > li.active > a:hover, .starch-ricerca-pratiche-tabs > ul > li.active > a:focus {
    border: 0px;
    border-bottom: 3px solid #10a1b4;
    background-color: transparent;
    color: #10a1b4;
}

.starch-ricerca-menu > ul > li > a:hover {
    background-color: #dedede !important;
    border: none;
    color: #000;
}

.starch-ricerca-menu > ul > li > a:focus {
    background-color: transparent;
}

.starch-ricerca-menu .nav-tabs > li.active > a, .starch-ricerca-menu .nav-tabs > li.active > a:hover, .starch-ricerca-menu .nav-tabs > li.active > a:focus {
    border: none;
    margin-right: 1px;
    background: #004c87 !important;
    margin-left: -1px;
    color: #fff;
    border-radius: 4px;
}

.starch-ricerca-pratiche-tabs > ul > li > a:hover, starch-ricerca-pratiche-tabs > ul > li > a:focus {
    background-color: transparent !important;
    border: 0px;
    border-bottom: 3px solid #9E9E9E;
    color: #7e8890;
}

.starch-ricerca-pratiche-tabs > ul > li > a:hover, starch-ricerca-pratiche-tabs > ul > li > a:focus {
    background-color: transparent !important;
    border: 0px;
    border-bottom: 3px solid #9E9E9E;
    color: #7e8890;
}


.starch-dashboard-sue-table thead tr th {
    border-bottom: 0px;
    background-color: #ffffff;
    color: #7e8890;
    line-height: 35px;
}

.GeneratedMarquee {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3em;
    color: #7E8890;
    padding: 1px;
    vertical-align: -webkit-baseline-middle;
    letter-spacing: 0.03em;
}

    .GeneratedMarquee a {
        font-size: 12px;
    }


/*RICERCA PRATICHE PILLS*/
.nav-pills > .starch-ricerca-pratiche-pills + .starch-ricerca-pratiche-pills {
    margin-left: 0px;
}

.nav-pills > li > a {
    padding: 3px;
    text-align: center;
    font-size: 10px;
    /* min-width: 90px;*/
    text-transform: uppercase;
}

    .nav-pills > li > a > i {
        position: relative;
        top: -1px;
    }

.starch-ricerca-pratiche .modal-body {
    padding: 0px;
    background-color: #dcdcdc !important;
    /* border: 1px solid; */
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    height: calc(100vh - 133px);
}

.starch-ricerca-pratiche-pills {
    margin-right: 10px;
    background-color: rgba(91, 192, 222, 0.22);
    color: #717883;
    border: solid 1px rgba(91, 192, 222, 0.55);
    border-radius: 0px;
}

.nav > .starch-ricerca-pratiche-pills > a:hover, .nav > .starch-ricerca-pratiche-pills > a:focus {
    background-color: rgba(91, 192, 222, 0.22);
    border-radius: 0px;
}

.starch-ricerca-pratiche-pills-all-filters {
    color: #FFFFFF;
    background-color: #10a1b4;
    border: 1px solid #10a1b4;
    border-radius: 2px;
    padding: 3px 10px;
}

.nav > .starch-ricerca-pratiche-pills-all-filters > a:hover, .nav > .starch-ricerca-pratiche-pills-all-filters > a:focus {
    background-color: #128898;
    border-color: #128898;
}

.starch-ricerca-pratiche-pills > a {
    color: #717883 !important;
}

.starch-ricerca-pratiche-pills-all-filters > a {
    color: #717883 !important;
}

.starch-ricerca-pratiche-pills:last-child {
    margin-right: 0px;
}

.starch-ricerca-pratiche-pills:first-child {
    margin-left: 5px;
}

.starch-ricerca-pratiche-tabs-container {
    min-height: 420px;
}

.label-storico {
    text-transform: capitalize;
    margin-top: 0px;
    position: relative;
    top: -3px;
}



/* FIXED BAR */

.pannello_segnalibro {
    position: relative;
    top: 28px;
    height: 80vh;
    border-left: solid 5px #f0f0f0;
    padding-left: 20px;
}

    .pannello_segnalibro a {
        margin-bottom: 5px;
    }

.pannello_segnalibro_fixed {
    position: fixed;
    top: 75px;
}

.icone_giganti {
}

.pannello_contenuto_richiedenti {
    padding-top: 0px;
}

    .pannello_contenuto_richiedenti button .nc-icon-mini {
        margin-right: 10px;
    }

.ui-grid-render-container {
    border: solid 1px #ddd;
}

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: rgba(103, 58, 183, 0.09);
    color: #004c87;
}

/*
    .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell > .ui-grid-cell-contents {
        background-color: rgba(103, 58, 183, 0.09);
        color: #004c87;
    }
    */
.ui-grid-row.ui-grid-row-selected {
    font-weight: 700;
}

    .ui-grid-row.ui-grid-row-selected:hover > [ui-grid-row] > .ui-grid-cell {
        background-color: rgba(103, 58, 183, 0.12);
        color: #004c87;
    }

/*CARTOGRAFIA*/

.starch-subnav-cartografia-map-caption {
    color: #004c87;
    padding: 5px 0px 2px 0px;
    display: inline-block;
    width: auto;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    padding-right: 13px;
    vertical-align: middle;
    display: inline-table;
    margin: 0px;
    margin-left: 20px;
    text-transform: none;
}

.starch-subnav-cartografia-map-caption-find {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

    .starch-subnav-cartografia-map-caption-find span {
        margin-right: 10px;
    }

.starch-cartografia-btn-ricerche {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*GRIGLIE*/


/*.ui-grid-row i {
    display: none;
}

.ui-grid-row:hover i{
    display:initial;
}*/

.ui-grid-row:nth-child(even) .ui-grid-cell {
    border-right: 0px;
    background-color: #fafafa;
    cursor: pointer;
}


.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #e5e5e5;
    border-right: 0px;
    cursor: pointer;
}

.ui-grid-row:hover {
    background: #fafafa !important;
}

.starch-tabelle-grid-edit-icon {
    color: #004c87;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    top: 4px;
    left: 5px;
    /* text-align: center; */
}

.ui-grid {
    padding: 10px;
    border: none;
    background-color: #f0f0f0;
    border-radius: 4px;
    /*box-shadow: 0px 0px 10px -4px;*/
    margin-bottom: 10px;
    border: solid 1px #E0E0E0;
}

.ui-grid-menu-button .ui-grid-icon-container {
    position: relative;
    font-size: 14px;
    position: relative;
    top: 0px;
    left: 2px;
}

.ui-grid-menu-button {
    height: 25px;
    background-color: #004c87;
    color: #fff;
    border: none;
    border-radius: 2px;
}

.ui-grid-top-panel {
    background: none;
}


/*MASCHERA LOGIN*/

.alert-newsletter {
    padding: 10px;
    border: solid 1px #cecece;
    border-radius: 4px;
}

    .alert-newsletter img {
        width: 105px;
        margin-right: 20px;
    }

    .alert-newsletter h3 {
        font-size: 13px;
        line-height: 20px;
        text-transform: none;
        color: #000000;
        font-weight: 400;
    }

        .alert-newsletter h3 a {
            font-weight: 600;
            font-size: 16px;
            margin-top: 15px;
            text-decoration: underline;
        }

.panel-default > .panel-heading {
    margin-bottom: 15px;
}


.starch-login-body {
    padding: 30px;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 8px 0px 27px -30px;
}

    .starch-login-body .form-control, .form-newsletter .form-control {
        height: 40px;
        font-size: 14px;
        padding: 10px;
    }

    .starch-login-body label, .form-newsletter label {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .starch-login-body .form-group, .form-newsletter .form-group {
        margin-bottom: 20px;
    }

.form-newsletter col-6 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 7px;
}

.pannello_login .btn {
    width: 100%;
    font-size: 16px;
}

.pannello_login .btn-icona span::after {
    padding: 19px;
    padding-left: 24px;
    font-size: 22px;
    content: "\f164";
    font-weight: 700;
}

.pannello_login .btn-icona span::before {
    padding: 19px;
    padding-left: 24px;
    font-size: 22px;
    content: "\f2f5";
    font-weight: 700;
}

.archiweb-logo {
    background: url('images/Logo2020.png') no-repeat center center;
    width: 48px;
    height: 66px;
    margin-right: 10px;
}

.starch-archiweb-login-header {
    background-color: #ffffff !important;
    height: 50px;
}

    .starch-archiweb-login-header h1 {
        position: relative;
        top: 17px;
        margin-right: 5px;
        font-size: 30px;
    }

.starch-archiweb-login-header-label {
    position: relative;
    background: #e2e2e2;
    padding: 0px 3px;
    border-radius: 2px;
}

.starch-archiweb-login-footer {
    height: 40px;
    margin-right: 10px;
}

.starch-panel-border {
    border-color: #424242;
    box-shadow: 0px 0px 15px #757575;
}

.starch-archiweb-login-header-spacer {
    height: 30px;
}

/*AGENDA*/
.pannello_agenda {
    background-color: #fff;
    border: solid 1px #dfdfdf;
    border-left: solid 3px #004c87;
    padding: 5px 5px 5px 0px;
    margin-bottom: 5px;
    border-radius: 4px;
}

.pannello_informazioni_spalla_destra .pannello_agenda .nc-icon-mini {
    font-size: 13px;
    color: #004c87;
}

.pannello_informazioni_spalla_destra .panel-body.starch-dashboard-panel-body .nc-icon-mini {
    font-size: 13px;
    color: #004c87;
}

.giorno {
    font-size: 22px;
    margin-top: 2px;
    padding: 0px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    color: #004c87;
}

.mese {
    text-align: center;
    text-transform: capitalize;
    line-height: 18px;
    font-size: 13px;
}

.anno {
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    color: #bdbdbd;
}

.ora {
    font-size: 14px;
}

.pannello_agenda_nome {
    text-transform: uppercase;
    color: #424242;
}

.righe_agenda {
    padding: 5px 0px;
    border-bottom: solid 1px #eeeeee;
    margin-right: 2px;
    margin-left: 0px;
}

.pannello_agenda_data {
    width: 100px;
}

.linea_verticale {
    width: 1px;
    background-color: #d4d4d4;
    margin: 5px 0px;
    margin-right: 10px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 87%;
}

.starch-oneri-table td {
    border: 1px solid #bdbdbd !important;
}

.starch-oneri-row-totale {
    color: #424242;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
}

table tfoot tr.starch-oneri-row-totale td {
    border: none;
}

.uib-day button, .uib-month button, .uib-year button, uib-weeks button {
    border: none !important;
}

.uib-datepicker-popup.dropdown-menu {
    padding: 10px;
}

.uib-datepicker-popup .uib-weeks {
    color: #E0E0E0;
}

.uib-daypicker:focus {
    outline: none;
}

.uib-datepicker .uib-title {
    color: #004c87;
}

.uib-datepicker table thead tr th button {
    border: solid 1px gainsboro !important;
}

table thead tr th {
    color: #082742;
}

.pannello_cdu {
    padding: 0px 10px 0px 10px;
    margin-top: 10px;
    background-color: transparent;
}


    .pannello_cdu .panel {
        margin-bottom: 0px;
        padding: 0px;
        border: none;
        background-color: transparent;
    }

    .pannello_cdu .panel-group {
        padding-bottom: 1px;
    }

    .pannello_cdu .panel-heading {
        padding: 0px;
        border: none;
        border-radius: 0px;
        margin: 0px;
    }


    .pannello_cdu .percentuale {
        color: #004c87;
        font-size: 14px;
        float: left;
        line-height: 20px;
    }

    .pannello_cdu .zona {
        font-weight: 500;
        color: #000;
        font-size: 12px;
    }

    .pannello_cdu .descrizione {
    }

    .pannello_cdu .catasto {
        color: #082742;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 4px;
        text-transform: capitalize;
        position: relative;
        left: -10px;
    }

    .pannello_cdu .tipo_pgt {
        color: #082742;
        font-size: 11px;
        text-transform: uppercase;
        background: gainsboro;
        margin-left: 5px;
        padding: 0px 2px;
    }

.animated.starch-tree-workflow-container {
    -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
    animation-delay: 3s;
}

.pannello_zone {
    border-left: solid 3px #e0e0e0;
}

.pannello_cdu .metri {
    font-size: 12px;
    color: #004c87;
    line-height: 20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    background: #FAFAFA !important;
    box-shadow: none !important;
    padding: 7px 15px !important;
    border: solid 1px #eeeeee;
}


.starch-riepilogo-iter-table > tbody > tr > td {
    border-color: #d4d4d4 !important;
    font-size: 12px;
    color: #2f2f2f !important;
}

/*.table > tbody > tr > td {
    padding: 2px 5px;
    vertical-align: middle;
}*/



/*SPORTELLO*/


.pannello_generico_no_border.importa_istanze .pannello_generico table {
    margin-bottom: 5px;
}

.pannello_generico_no_border.importa_istanze .pannello_generico .alert {
}

.sportello_pannelli_esportazione {
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    box-shadow: 0px 0px 3px #ccc !important;
    height: 100px;
}

.btn-pannelli-sportello {
    border-radius: 9px;
    width: 100%;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: max-width .5s ease;
    transition: max-width .5s ease;
}

.sportello .pannello_riepilogo .D1 {
    font-size: 12px;
    text-transform: inherit;
    margin-bottom: 0px;
    color: #616161;
    font-weight: 400;
}




.sportello .nav-tabs {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.sportello .nav > li > a {
    padding: 6px 25px;
}


    .sportello .nav > li > a:hover {
        /* background-color: #fafafa !important;*/
        /* border-bottom: none;*/
    }

.sportello .starch-ricerca-pratiche-tabs li.active > a {
    border-bottom: solid 1px #fff;
}

.pannello_pratiche_importare {
    background-color: #dcdcdc;
    padding: 10px 20px 20px 20px;
    border: solid 1px;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.blu, .blu:hover {
    background-color: rgb(219, 239, 255) !important;
    color: #004c87 !important;
    border: solid 1px #004c87 !important;
}

.verde, .verde:hover {
    background-color: #2e7d32 !important;
    color: #ffffff !important;
    border: solid 1px #2e7d32 !important;
}

.fucsia, .fucsia:hover {
    background-color: #c058ca !important;
    color: #ffffff !important;
    border: solid 1px #c058ca !important;
}



.rosso, .rosso:hover {
    background-color: #d30000 !important;
    color: #ffffff !important;
    border: solid 1px #d30000 !important;
}

.giallo, .giallo:hover {
    background-color: yellow !important;
    color: #000000 !important;
    border: solid 1px #000000 !important;
}

.btn-filtro {
    padding-right: 10px;
}



    .btn-filtro:hover {
        color: inherit;
    }

    .btn-filtro:active, btn-filtro.active, btn-filtro.focus {
        outline: none;
        color: #fff;
    }

.sportello .btn:focus, .sportello .btn:focus, btn-filtro:focus, .btn-info:focus:active, btn-info.active:focus, .btn-info:focus {
    outline: solid #008eff6e 4px;
    outline-offset: -2px;
    color: #004c87;
}

.btn-filtro .btn {
    border: solid 1px #004c87;
    color: #004c87;
    border-radius: 0px;
    font-weight: 400;
    background: #eeeeee;
    border-radius: 3px;
}

    .btn-filtro .btn:hover {
        background-color: rgb(219, 239, 255);
        color: #004c87;
        border-color: #004c87;
    }

.allunga {
    width: 100%;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}


.sportello.pannello_riepilogo {
    background-color: #ffffff;
    box-shadow: none;
    transition: 0.2s;
    /* min-height: 130px; */
    border: none;
    box-shadow: 0px 0px 2px -1px #000000;
    margin-bottom: 0px;
    height: 446px;
    display: block;
    display: flex;
    flex-flow: column;
    width: 435px;
    margin-right: 20px;
}

.sportello_bottoni {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.sportello.pannello_riepilogo h1 {
    font-size: 13px;
    margin: 0px;
}

.sportello.bottoni {
    position: absolute;
    bottom: 0px;
}


.sportello.pannello_riepilogo .alert {
    margin-bottom: 6px;
}

.sportello.pannello_riepilogo table tr td {
    vertical-align: top;
}

.pannello_importazione_soggetti, .pannello_soggetti {
    padding: 15px 10px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 11px;
    margin-bottom: 10px;
    border: solid 1px #eee;
    background-color: #FAFAFA;
    box-shadow: 0px 0px 2px -1px #000000;
    border-radius: 4px;
    transition: 0.1s;
}

.pannello_soggetti {
    padding: 10px 10px;
    margin: 0px;
    font-size: 11px;
    box-shadow: 0px 0px 2px -1px #000000;
    border-radius: 4px;
    color: #616161 !important;
    transition: 0.1s;
    border-color: #e0e0e0;
    margin-bottom: 15px;
    background-color: #f0f0f0;
    border: none;
    border-left: 3px solid #004c87;
}

    .pannello_soggetti .D3 {
        font-size: 13px;
        font-weight: 600;
    }

    .pannello_soggetti:hover {
        box-shadow: 0px 5px 12px -7px #000;
    }



        .pannello_soggetti:hover h3 {
            white-space: inherit;
        }

    .pannello_soggetti .badge-important {
        background-color: #004c87;
        font-size: 11px;
        position: relative;
        top: -3px;
    }

.titolo_soggetti .fa {
    color: #004c87 !important;
}

.pannello_soggetti .legaleRappresentante {
    margin-top: 15px;
    padding-top: 15px;
    border-top: dashed 1px #e0e0e0;
}

    .pannello_soggetti .legaleRappresentante h3 {
        font-size: 11px;
    }

.pannello_importazione_soggetti:hover, .pannello_soggetti:hover {
    box-shadow: 0px 5px 11px -7px;
}


.pannello_importazione_soggetti .fa, .pannello_soggetti .fa {
    /*color: #bdbdbd;*/
    margin-top: 3px;
}

.pannello_importazione_soggetti .btn .fa, .pannello_soggetti .btn .fa {
    /*color: #bdbdbd;*/
    margin-top: 2px;
}

.pannello_importazione_soggetti .btn-success .fa, .pannello_soggetti .btn-success .fa {
    color: #fff;
}

.pannello_importazione_soggetti .D1, .pannello_soggetti .D1 {
    font-size: 13px;
    text-transform: uppercase;
}

.pannello_importazione_soggetti .D2, .pannello_soggetti .D2 {
    font-size: 13px;
}


.starch-badge-imp-pratiche-sogg-controls {
    font-size: 16px;
    color: #337ab7;
    cursor: pointer;
}

.starch-badge-imp-pratiche-stato-sogg {
    font-size: 18px;
}

.starch-badge-edit-tipo-soggetto {
    font-size: 18px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #f3f3f3 !important;
}

.nav > li > a:focus {
    background-color: #fff !important;
}


.sportello .starch-ricerca-pratiche-tabs > ul > li > a {
    margin: 0px 0px 0px 18px;
}


.starch-dati-terr-controls {
    color: #10a1b4;
    font-size: 18px;
    padding-top: 2px;
    cursor: pointer;
}


/*CONFRONTO ANAGRAFICHE ARCHIPRO*/

/*.starch-bg-info {
    background-color: red !important;
    color: #FFFFFF;
}

.starch-bg-success {
    background-color: #2e7d32 !important;
    color: #fff;
    border: none;
}*/

.starch-iter-cronologico-wf-panel-heading.starch-bg-success {
    background-color: #f0f0f0 !important;
    border: 0px;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    color: #000000;
}

    .starch-iter-cronologico-wf-panel-heading.starch-bg-success .starch-iter-cronologico-wf-processo a {
        color: #000000;
    }

    .starch-iter-cronologico-wf-panel-heading.starch-bg-success:hover .starch-iter-cronologico-wf-processo a {
        text-decoration: inherit;
    }


.starch-bg-danger {
    background-color: #f2dede !important;
}

.starch-bg-warning {
    background-color: #fcf8e3 !important;
}

.starch-archipro-check-anag-section-header {
    text-transform: uppercase;
    color: #f54375;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: underline;
}

.starch-archipro-check-anag-spacer {
    box-shadow: 6px 0px 14px -9px;
}

.starch-archipro-check-anag {
    padding: 15px;
}

.starch-importa-pratica-pe {
    background-color: #fafafa !important;
    border-color: #d4d4d4;
}


.pannello_copia_pratica h1 {
    margin-bottom: 4px;
}

#copia_dati {
    background-color: #EEEEEE;
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
}


.pannello_archipro_esprtazione {
    box-shadow: 0px 0px 13px -2px;
    border-radius: 3px;
}



.dati .list-group-item {
    padding: 3px 10px;
}


/*PANNELLO AGGIORNAMENTI*/
.pannello_release {
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 5px -2px;
    border: solid 1px #ddd;
}



.pannello_release_settore {
    width: 300px;
    background-color: #f0f0f0;
    padding: 10px;
    border-right: solid 2px #10a1b4;
}

.starch-documenti-grid-button-download {
    cursor: pointer;
    font-size: 15px;
    color: #10a1bb;
    margin-top: 2px;
}


.pannello_importazione_istanze_destra {
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .pannello_importazione_istanze_destra h2 {
        font-size: 11px;
    }

    .pannello_importazione_istanze_destra .box {
        height: 55px !important;
        margin-top: 5px;
    }


.pannello_importazione_istanze_sinistra .D2 {
    font-size: 12px;
}

.pannello_importazione_istanze_sinistra {
    padding: 10px 10px 5px 10px;
    vertical-align: top;
    background: #f0f0f0;
    margin-bottom: 5px;
    border-radius: 5px;
    max-height: 90px;
    overflow-y: auto;
}

.pannello_riepilogo .badge-stato-pratica {
    padding: 0px 5px;
}

    .pannello_riepilogo .badge-stato-pratica .D3 {
        margin-bottom: 0px !important;
    }

.pannello_riepilogo .lbl_riepilogo_descr_tipo_prat {
    height: 34px;
    padding: 0px 10px;
}

.pannello_riepilogo .btn {
    /*display: none !important;*/
}


.pannello_riepilogo:hover .btn {
    /*display: block !important;*/
}

.pannello_importazione_istanze_data {
    padding: 10px 10px 10px 10px;
    background-color: #f0f0f0;
    margin-bottom: 5px;
    border-radius: 5px;
}

    .pannello_importazione_istanze_data h1 {
        font-size: 13px;
        line-height: 20px;
        text-align: left;
        margin: 0px;
        width: 100%;
        color: #004c87;
    }

    .pannello_importazione_istanze_data h2 {
        text-align: center;
    }

    .pannello_importazione_istanze_data h4 {
        text-align: left;
        line-height: 1.4em;
        font-weight: 700;
        color: #000;
    }


.pannello_importazione_istanze_sinistra h1 {
    font-size: 13px;
    margin-bottom: 3px;
    color: #000;
}



.sportello_nav_pills {
    margin-bottom: 10px;
}

.icona_scrivania_utenti {
    font-size: 18px;
    position: relative;
}

    .icona_scrivania_utenti i {
        cursor: pointer;
        color: #005191;
        border: solid 1px;
        padding: 3px;
        border-radius: 3px;
        background-color: #f0f0f0;
    }








.pannello_scrivania .nav-pills > li, .sportello_nav_pills .nav-pills > li {
    margin-right: 8px;
    margin-bottom: 10px;
}

    .pannello_scrivania .nav-pills > li.active > a, .sportello_nav_pills .nav-pills > li.active > a, .pannello_scrivania .nav-pills > li.active > a:hover, .sportello_nav_pills .nav-pills > li.active > a:hover, .pannello_scrivania .nav-pills > li.active > a:focus, .sportello_nav_pills .nav-pills > li.active > a:focus, .pannello_scrivania .nav-pills > li.active > a:focus:hover, .sportello_nav_pills .nav-pills > li.active > a:focus:hover {
        background-color: #004c87 !important;
        color: #fff;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        border-color: #004c87;
    }

.sportello_nav_pills.uffici .nav-pills > li.active > a, .sportello_nav_pills.uffici .nav-pills > li.active > a:hover, .sportello_nav_pills.uffici .nav-pills > li.active > a:focus, .sportello_nav_pills.uffici .nav-pills > li.active > a:focus:hover {
    background-color: #f0f0f0 !important;
    color: #004c87;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #bfbfbf;
    top: 1px;
}

.sportello_nav_pills.uffici .nav-pills > li {
    margin-bottom: 0px;
    margin-right: 0px;
}

.panel-body.starch-dashboard-panel-body .sportello_nav_pills.uffici .tab-content {
    border: solid 1px #c1c1c1;
    border-radius: 0px 3px 3px 3px;
}

.panel-body.starch-dashboard-panel-body .sportello_nav_pills.uffici .nav-pills > li > a {
    border: solid 1px #c1c1c1;
    border-bottom: none;
    font-size: 12px;
    padding: 10px 5px;
}

.panel-body.starch-dashboard-panel-body .sportello_nav_pills.uffici .nav-pills > li.active > a, .panel-body.starch-dashboard-panel-body .sportello_nav_pills.uffici .nav-pills > li.active > a:hover, .panel-body.starch-dashboard-panel-body .sportello_nav_pills.uffici .nav-pills > li.active > a:focus, .panel-body.starch-dashboard-panel-body .sportello_nav_pills.uffici .nav-pills > li.active > a:focus:hover {
    font-size: 12px;
    padding: 10px 5px;
}

.panel-body.starch-dashboard-panel-body .sportello_nav_pills.uffici .tab-content a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

.panel-body.starch-dashboard-panel-body .table > tbody > tr > td {
    padding: 3px 5px;
}

.panel-body.starch-dashboard-panel-body .sportello_nav_pills.uffici .tab-content .tipo_istanza {
    font-weight: 500;
}

.panel-body.starch-dashboard-panel-body .table > thead > tr > th {
    height: auto;
}

.pannello_scrivania .nav-pills > li.active > button, .sportello_nav_pills .nav-pills > li.active > button, .pannello_scrivania .nav-pills > li.active > button:hover, .sportello_nav_pills .nav-pills > li.active > button:hover, .pannello_scrivania .nav-pills > li.active > button:focus, .sportello_nav_pills .nav-pills > li.active > button:focus, .pannello_scrivania .nav-pills > li.active > button:focus:hover, .sportello_nav_pills .nav-pills > li.active > button:focus:hover {
    background-color: #004c87 !important;
    padding: 10px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
}

.pannello_scrivania .nav-pills > li > a, .sportello_nav_pills .nav-pills > li > a {
    font-size: 13px;
    text-transform: inherit;
    padding: 10px;
    background-color: gainsboro;
    width: auto;
    border: solid 1px #949494;
    border-radius: 50px;
    transition: 0.3s;
    font-weight: 500;
}

.sportello_nav_pills.uffici .nav-pills > li > a {
    font-size: 13px;
    text-transform: inherit;
    padding: 10px;
    background-color: gainsboro;
    width: auto;
    border: solid 1px #bfbfbf;
    border-radius: 4px 4px 0px 0px;
    transition: 0.3s;
    font-weight: 500;
    border-bottom: none;
    position: relative;
    margin-bottom: 0px;
}

.sportello_nav_pills.uffici .tab-content {
    background: #f0f0f0;
    padding: 10px;
    border: solid 1px #bfbfbf;
    border-radius: 0px 4px 4px 4px;
    margin-right: 1px;
}

.pannello_scrivania .nav-pills > li.active > a .badge-statistica, .sportello_nav_pills .nav-pills > li.active > a .badge-statistica {
    border: solid 1px #739cbd;
}

.pannello_scrivania .nav-pills > li > a .badge-statistica, .sportello_nav_pills .nav-pills > li > a .badge-statistica {
    border: solid 1px #ccc9c9;
}

.pannello_scrivania .nav-pills > li > button, .sportello_nav_pills .nav-pills > li > button {
    font-size: 13px;
    text-transform: inherit;
    padding: 10px;
    background-color: #EEEEEE;
    border: solid 1px #eee;
    border-radius: 5px;
}

.pannello_scrivania .nav-pills > li > a:hover, .sportello_nav_pills .nav-pills > li > a:hover {
    background: #dde3e8;
    border-color: #7a9fbd;
}

.pannello_scrivania .nav-pills > li > button:hover, .sportello_nav_pills .nav-pills > li > button:hover {
    background-color: rgba(131, 52, 194, 0.11);
    color: #169BD5;
}

.pannello_informazioni label {
    font-weight: 600;
    font-size: 13px;
}


/*RADIO BUTTON BOOTSTRAP*/
.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        font-weight: 600 !important;
        font-size: 12px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus .radio input[type="radio"]:focus + label::before {
    outline: none;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

    .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed;
    }

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #10a1b4;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #10a1b4;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #10a1b4;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #10a1b4;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #10a1b4;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #10a1b4;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
/*PANNELLO TAB RICHIESTA INTEGRAZIONI*/
.starch-pratica-tabs-rich-int {
    width: 210px;
}

.starch-pratica-rich-tabs > .nav-tabs {
    border-bottom: 1px solid #bebebe;
}


.nav-tabs > .starch-pratica-tabs-rich-int > a, .nav-tabs > .starch-pratica-tabs-rich-int > a:hover, .nav-tabs > .starch-pratica-tabs-rich-int > a:focus {
    background-color: #fff !important;
    border-bottom: 0px;
    border: #fff;
}

.nav-tabs > .starch-pratica-tabs-rich-int > a {
    border-radius: 0px;
}

.nav > .starch-pratica-tabs-rich-int > a:hover,
.nav > .starch-pratica-tabs-rich-int > a:focus {
    background-color: #f5f5f5 !important;
}

.nav-tabs > .starch-pratica-tabs-rich-int.active > a,
.nav-tabs > .starch-pratica-tabs-rich-int.active > a:hover,
.nav-tabs > .starch-pratica-tabs-rich-int.active > a:focus {
    background-color: #ffffff !important;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    text-align: center;
}

.nav > .starch-pratica-tabs-rich-int > a {
    padding: 6px;
    text-align: center;
}

.starch-pratica-rich-tabs .tab-pane {
    background-color: #FFFFFF !important;
    border: 1px solid #bebebe;
    border-top: 0px;
    padding: 5px;
}

.starch-pratica-rich-int-tabs .tab-pane {
    height: 330px;
    padding: 20px;
}

.starch-pratica-rich-modprog-tabs .tab-pane {
    height: 505px;
}


.starch-workflow-first-answer {
    padding-top: 0px;
}

.starch-workflow-answer {
    border: none;
    margin: 0px;
}

.starch-workflow-last-answer {
    border: none;
    margin: 0px;
}

.starch-alert-workflow-process {
    background-color: #fff;
    border-color: #fff;
    color: #858585;
}

.starch-alert {
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    color: #a94442 !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
}
/*SOTTOMENU COMMERCIO*/
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus {
    color: #004c87;
    background-color: #fff;
}

    .navbar-default .navbar-nav .active .dropdown-menu.mega-menu a, .navbar-default .navbar-nav .active a:hover .dropdown-menu.mega-menu, .navbar-default .navbar-nav .active .dropdown-menu.mega-menu a:focus {
        color: #005191;
        font-size: 13px;
        margin: 0px;
        padding: 0px;
        font-weight: 400;
        display: block;
        cursor: pointer;
        text-transform: inherit;
    }

.nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #082742;
    text-transform: capitalize;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    transition: 0.2s;
    padding: 5px 10px;
    display: block;
    margin: 0px;
}

.nav-item.dropdown .dropdown-menu ul li:hover .dropdown-item {
    color: #455a64;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    transition: 0.1s;
    text-decoration: none;
    background-color: #F0F8FF;
    padding: 5px 10px;
    display: block;
    margin: 0px;
}

.nav-item.dropdown .dropdown-menu ul li:hover a {
    color: #004c87 !important;
    font-weight: 400;
}

.nav-item.dropdown.open > a {
    text-shadow: none;
    background-color: #EEEEEE !important;
    border-radius: 4px;
    box-shadow: inset 0px 0px 0px 1px #9E9E9E;
    margin: 0px;
}

.nav-item.dropdown .dropdown-menu {
    padding: 10px 0px !important;
    border-radius: 4px;
}


.navbar-default .secondo_livello.navbar-nav > .active > a, .navbar-default .secondo_livello.navbar-nav > .active > a:hover, .navbar-default .secondo_livello.navbar-nav > .active > a:focus {
    color: #004c87;
    font-weight: 600;
    text-transform: capitalize;
}

.navbar-default .secondo_livello.navbar-nav > a, .navbar-default .secondo_livello.navbar-nav > a:hover, .navbar-default .secondo_livello.navbar-nav > a:focus {
    color: #455A64;
    font-weight: 700;
    padding: 0px 12px;
    text-transform: capitalize;
}


.sottomenu > .secondo_livello.navbar-nav > li a {
    width: auto;
    text-transform: capitalize;
    margin-top: 5px;
    border: solid 1px #004c87;
    text-align: center;
    border-radius: 9px;
    padding: 0px 5px;
    line-height: 22px;
    font-weight: 600;
}

.sottomenu .secondo_livello.navbar-nav > li a.active {
    color: #fff;
}

ul.terzo_livello.nav {
    border-radius: 4px;
    padding: 0px 3px;
    border: solid 1px #004c87;
    margin-bottom: 3px;
    margin-top: 3px;
}

.sottomenu .terzo_livello.navbar-nav > li > a {
    padding: 1px 7px;
    width: auto;
    text-transform: capitalize;
    border-radius: 4px;
    line-height: 22px;
    background-color: #ffffff;
    color: #004c87;
    font-weight: 500;
}

.sottomenu .terzo_livello.navbar-nav > li:first-child a {
}

.sottomenu .secondo_livello.navbar-nav > li a:first-child {
    border: none;
}

.sottomenu .navbar-nav.attività > li > a {
    text-transform: uppercase;
}


.pannello_settori_merceologici {
    margin-bottom: 6px;
    border: solid 1px #e5e6e9;
    padding: 0px 10px;
}

input.ng-invalid2 {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #d30000;
}

.pannello_selezione {
    background-color: #e5f1ff !important;
    color: #000000 !important;
    font-weight: 400;
}

.pannello_dettaglio_sedi {
    padding: 20px;
    background-color: #fff;
    /* margin: 20px; */
    border: solid 1px #e5e6e9;
    border-radius: 4px;
    box-shadow: 0px 0px 5px -1px #ddd;
}

.pannello_fascicoli {
    padding: 0px 0px;
    border-left: solid 2px #dfe0e4;
    padding-left: 10px;
    margin: 10px 0px;
}

    .pannello_fascicoli a {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 400;
        list-style-type: circle;
    }



.fascicolo_suap_file {
    color: #7e8890;
    font-weight: 400;
    list-style-type: circle;
}


/*.fascicolo_suap_file:hover {
        background-color: rgba(156, 39, 176, 0.13);
    }*/


.starch-agenda-tabs-container .tab-pane {
    background-color: #FFFFFF;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 0px 3px 3px 3px;
    min-height: 650px;
}

    .starch-agenda-tabs-container .tab-pane .nav-tabs > .starch-generic-tabs.active > a, .nav-tabs > .starch-generic-tabs.active > a:hover, .nav-tabs > .starch-generic-tabs.active > a:focus {
        background-color: #ffffff !important;
        border: 0px;
        border: 1px solid;
        border-color: #e5e6e9 #dfe0e4 #d0d1d5;
        border-bottom: 1px solid #ffffff;
        border-radius: 4px 4px 0px 0px;
    }

.nav-tabs > .starch-generic-tabs.active > a {
    background-color: #ffffff !important;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #e5e6e9;
    border-top: 1px solid #e5e6e9;
    border-right: 1px solid #e5e6e9;
    border-radius: 4px 4px 0px 0px;
}

.pannello_autorizzazioni {
    padding: 10px;
    border: solid 1px #ddd;
    margin: 5px 0px;
}

    .pannello_autorizzazioni .D1 {
        font-size: 15px;
        color: #424242;
    }

.tabs_A {
    /* background-color: #fdbb2d;*/
    background-color: #02878e;
    border-radius: 4px 4px 0px 0px;
    height: 22px;
}

.tabs_default {
    background-color: #082742;
    height: 22px;
}

.tabs_A span {
    color: #ffffff;
}

.tabs_A_AP span {
    color: #fff;
}

.tabs_A_APP span {
    color: #fff;
}

.tabs_A_APS {
    background-color: #942d2d;
    border-radius: 4px 4px 0px 0px;
    height: 22px;
}

.tabs_A_APP {
    background-color: #082742;
    border-radius: 4px 4px 0px 0px;
    height: 22px;
}

.tabs_A_APS span {
    color: #fff !important;
}

.tabs_A_APS .btn_attività span {
    color: #36464e !important;
}

.tabs_A .tabs_A_AP .starch-pratica-tabs-label-with-icon a {
    color: #fff !important;
}

.tabs_A .tabs_A_APP .starch-pratica-tabs-label-with-icon a {
    color: #fff !important;
}

.tabs_A_APS i, .tabs_A_APS a {
    color: #fff;
    margin-left: 5px;
}

.tabs_A_AP span a {
    color: #fff !important;
}

.tabs_A_APP span a {
    color: #fff !important;
}

.tabs_A .glyphicon {
    color: #fff !important;
}

.tabs_A .nc-icon-mini {
    color: #10a1bb !important;
}

.tabs_CAN {
    /* background-color: #fdbb2d;*/
    background-color: orangered;
    border-radius: 4px 4px 0px 0px;
    height: 22px;
}

.tabs_CAN_CAN {
    background-color: #283593;
    border-radius: 4px 4px 0px 0px;
    height: 22px;
}

    .tabs_CAN_CAN .btn_attività span {
        color: #36464e !important;
    }

.tabs_CAN .tabs_CAN_CAN .starch-pratica-tabs-label-with-icon a {
    color: red !important;
}

.tabs_CAN_CAN i, .tabs_CAN_CAN a {
    color: red;
    margin-left: 5px;
}

.starch-pratica-subnav-caption_CAN {
    color: #ffffff;
    font-size: 16px;
}

.tabs_CAN .glyphicon {
    color: darkred !important;
}

.tabs_CAN .nc-icon-mini {
    color: #8291ff !important;
}


.tabs_P {
    background-color: #082742;
    border-radius: 4px 4px 0px 0px;
    height: 22px;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%234527a0' fill-opacity='0.4'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
}

    .tabs_P.tabs_P_COMM {
        background-color: #4527a0;
    }


.tabs_AU {
    background-color: #700031;
    border-radius: 4px 4px 0px 0px;
    height: 22px;
}

.pannello_attività {
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0px 11px 13px -8px rgba(0, 0, 0, 0.4);
    display: block;
    width: 100%;
}



.pannello_info {
    background: #406796;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
}



    .pannello_info .nome {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin: 0px 0px 5px 0px;
    }

    .pannello_info label {
        color: rgba(255, 255, 255, 0.66);
        text-transform: uppercase;
        font-size: 10px;
    }

    .pannello_info .info {
        color: rgb(255, 255, 255);
        margin: -4px 0px 3px 0px;
        padding: 0px;
        font-weight: 400;
    }

.pannello_stato_attività.pannello_stato_attività_posizione .pannello_info .info {
    color: rgb(255, 255, 255);
    margin: -2px 0px 3px 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 12px;
}

.pannello_stato_attività.pannello_stato_attività_posizione .pannello_info label {
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    font-size: 10px;
}

.pannello_attività_stato {
    background-color: #fff;
    padding: 6px 10px 10px 10px;
    border-radius: 0px 0px 4px 4px;
}

.pannello_vita_attività {
    background-color: #4b7fb9;
    padding: 10px;
}

.pannello_attività.corrente {
    border: none;
}


    .pannello_attività.corrente i {
        font-size: 14px;
    }

    .pannello_attività.corrente .pannello_attività_stato {
        padding-top: 12px;
        border-top: solid 1px #E0E0E0;
    }

    .pannello_attività.corrente label {
        color: #424242;
    }

.stelle {
    font-size: 18px;
    color: #fdbb2d;
}

.stella-grigia {
    color: #E0E0E0 !important;
}

.table .stelle {
    font-size: 12px;
}

.table .stelle, .stelle span:focus, .stelle:focus {
    outline: none;
}

#stato {
    background-color: #fff;
}



.pannello_stato_attività .nav-tabs > li {
    width: 50%;
    box-shadow: none;
}

    .pannello_stato_attività .nav-tabs > li.disabled {
        box-shadow: none;
    }

.pannello_stato_attività.pannello_stato_attività_posizione .nav-tabs > li {
    width: 33.33%
}

.pannello_stato_attività.pannello_stato_attività_posizione .nav-tabs > .starch-generic-tabs.active:first-child > a {
    margin: 0px;
    margin-bottom: 1px;
}

.pannello_stato_attività .nav-tabs > .starch-generic-tabs.active > a {
    margin: 0px;
}

.pannello_stato_attività .nav-tabs > #info.starch-generic-tabs.active > a {
    margin: 0px;
    margin-bottom: 1px;
}

.nav-tabs > .starch-generic-tabs > a:hover {
    text-decoration: underline;
    border: none;
}

#foto img {
    height: 100%;
}


.pannello_stato_attività .stelle {
    line-height: 16px;
}

.animated.durata_2 {
    animation-iteration-count: 2;
}

.colonne_ricerca {
    border: solid 2px #fff;
    border-radius: 4px;
    padding: 10px;
    min-height: 340px;
    transition: 0.2s;
    border: solid 1px #EEEEEE;
}

    .colonne_ricerca:hover {
        box-shadow: 0px 0px 11px -4px;
    }

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}


.glyphicon-remove.starch-ricerca-pratiche-close:hover {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
}

.icona_scrivania:hover {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
}

.starch-row-10.animated.fadeInUp {
    animation-delay: 1s;
}

.pannello_elenco_riferimenti {
    padding: 3px 0px;
}


.dropdown-menu-right {
    padding: 5px;
}

.starch-tree-menu-dropdown {
    text-transform: uppercase;
    color: #004c87;
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
}

.pannello_ultime_pratiche {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 4px;
}

.icone_header_tabella {
    text-align: center;
}

.starch-config-gruppi-perm-header-section-associa-tutti-icon, .starch-config-gruppi-perm-header-section-cancella-icon {
    color: #004c87;
    cursor: pointer;
    font-size: 16px;
}

.starch-config-gruppi-perm-header-section-read-write {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.righe_tabella {
    padding: 10px 5px;
    border-bottom: solid 1px #e0e0e0;
    font-size: 12px;
    transition: 0.2s;
    cursor: pointer;
    color: #082742;
    font-weight: 600;
}

.testa_tabella_ultime_pratiche {
    border-bottom: solid 1px #8ca5db;
    padding: 0px 0px 15px 4px;
    margin-bottom: 5px;
}



.pannello_dati {
    padding: 10px 10px 10px 10px ;
    border-top: solid 1px #ababab;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .pannello_dati:first-child {
/*        padding-top: 0px;
        padding-bottom: 0px;
*/        margin-top: 0px !important;
        border-top: none !important;
    }

/*    .pannello_dati:hover {
        background-color: hsla(0, 0%, 91%, 1);
        margin-bottom: 10px !important;
    }*/

.pannello_dati_last {
    /*margin-bottom: 0px;*/
}



.starch-pratica-provv-finale-header-provv-succ {
    text-transform: uppercase;
    color: #004c87;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
    float: left;
}

.table.table_mappali {
    border: none;
}

    .table.table_mappali tr, .table.table_mappali_icone tr {
        height: 40px;
    }

        .table.table_mappali tr > td, .table.table_mappali_icone tr > td {
            padding: 5px;
            line-height: 1.428571;
            border-bottom: 1px solid #e0e0e0;
            vertical-align: middle;
            text-align: left;
        }

        .table.table_mappali tr > th, .table.table_mappali_icone tr > th {
            border-bottom: solid 1px #e0e0e0;
            color: #616161;
            text-align: left;
        }

        .table.table_mappali_icone tr > td {
            line-height: 1.428571;
            border-bottom: 1px solid #e0e0e0;
            vertical-align: middle;
            text-align: center;
            padding: 0px;
        }

.pannello_release_descrizione {
    color: #082742;
}

table.starch-tabella.tabella-ricerca tbody td {
    overflow: auto;
}


    table.starch-tabella.tabella-ricerca tbody td::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

table.starch-tabella.tabella-ricerca tbody td {
    scrollbar-width: thin;
    scrollbar-color: #adadad transparent;
}

    table.starch-tabella.tabella-ricerca tbody td::-webkit-scrollbar-track {
        background: transparent;
    }

    table.starch-tabella.tabella-ricerca tbody td::-webkit-scrollbar-thumb {
        background-color: #adadad;
        border-radius: 10px;
        border: 2px solid transparent;
    }

table.starch-tabella.tabella-ricerca.tabella-history tbody td {
    overflow: inherit;
}

.pannello_dati .badge {
    font-size: 11px;
}

.no_dato {
    font-size: 13px;
    color: #BDBDBD;
    font-weight: 400;
    text-transform: inherit;
    font-style: italic;
}

.no_dato_immagine {
    margin-top: 20px;
    font-size: 16px;
    color: #898989;
}

.barra_chiusura {
    background-color: #FAFAFA;
    width: 100%;
    /* height: 22px; */
    padding: 5px;
    border-radius: 4px;
}

    .barra_chiusura i {
        cursor: pointer;
        color: #004c87;
        font-size: 16px;
    }

.tabs_A .drowpdown {
    width: auto;
    float: left;
    text-align: center;
    margin: 0px 25px 0px 9px;
}

.btn_attività {
    background-color: #97b2bf !important;
    padding: 0px 9px !important;
    margin: 0px;
    top: 1px;
    height: 22px;
    color: #36464e;
    margin-right: 15px;
    border-radius: 0px;
    outline: 0px;
    /* padding-top: 8px; */
    position: relative;
    top: 0px;
}


    /*.tabPraticaNonAttiva .btn_attività {
    background-color: #E0E0E0 !important;
    height:20px;
}

    .tabPraticaNonAttiva .btn_attività span {
        color: rgba(158, 158, 158, 0.53) !important;
    }

.tabPraticaNonAttiva:hover .btn_attività {
    height: 20px;
    color: #fff;
}*/


    .btn_attività:hover, .btn_attività:active, .btn_attività:focus {
        background-color: #99c8de !important;
        outline: none;
    }

.pannello_info.pannello_info_società {
    border-radius: 4px;
    transition: 0.3s;
}

    .pannello_info.pannello_info_società:hover {
        box-shadow: 0px 1px 7px 4px #ddd;
    }

.pannello_società {
    margin-bottom: 20px;
    box-shadow: 0px 11px 13px -8px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.pannello_società_dettagli {
    background-color: #942d2d !important;
    border-radius: 4px;
    color: #fff;
    /* position: absolute;*/
    /* top: -51px;*/
    /*right: 5px;*/
    padding: 3px 15px;
    /*left: 300px;*/
    margin-bottom: 10px;
}

.pannello_società_dettagli_bis {
    background-color: #942d2d !important;
    border-radius: 6px;
    color: #fff;
    padding: 3px 10px;
}

.pannello_società_dettagli_mercati {
    background-color: #942d2d !important;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
}

.sezione_fiere .riepilogo h1 {
    background: #942d2d;
}

.pannello_società_dettagli_mercati label {
    color: #ff9c9c;
}

.pannello_società_dettagli > div > div > button.btn.btn-primary {
    background-color: #e24343 !important;
    border-color: #903b3b !important;
}

.pannello_società_dettagli button.btn.btn-info {
    background-color: #00000040 !important;
    border-color: #00000021 !important;
    color: #fff;
}


.pannello_società_dettagli .nome {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff;
    text-decoration: underline;
}

.pannello_società_dettagli .info {
    color: rgb(255, 255, 255);
    margin: -2px 0px 3px 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 12px;
}

.pannello_società_dettagli label {
    color: rgba(253, 253, 255, 0.6);
    text-transform: uppercase;
    font-size: 10px;
}

.pannello_società .lista_esercizi span, .pannello_società .lista_esercizi a {
    font-size: 12px;
}

.pannello_società .lista_esercizi span {
    color: #fff;
    font-weight: 600;
    background-color: #1e3857;
    padding: 0px 3px;
}

.pannello_società .lista_esercizi {
    padding: 3px 0px
}

    .pannello_società .lista_esercizi > a:before {
        margin-right: 5px;
    }

    .pannello_società .lista_esercizi.icon_AP > a::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f1b2";
    }

    .pannello_società .lista_esercizi.icon_APP > a:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f2fc";
        transform: rotate(-90deg);
    }

    .pannello_società .lista_esercizi span:before {
        font-family: "Font Awesome 6 Pro";
        margin-right: 5px;
        font-weight: 700;
    }

    .pannello_società .lista_esercizi.icon_AP > span:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f1b2";
    }

    .pannello_società .lista_esercizi.icon_APP > span:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f2fc";
    }

.pannello_esercizi {
    background-color: #ffffff;
    padding: 10px 5px;
    border-radius: 0px 0px 4px 4px;
}

.badge {
    font-weight: 400;
    font-size: 12px;
    position: relative;
    margin: 0px 0px 0px 5px;
    border-radius: 0px;
    padding: 4px 3px 3px 3px;
    overflow-wrap: break-word;
    white-space: inherit;
    max-width: 100%;
    line-height: 17px;
    text-align: left;
}

    .badge:first-child {
        margin-left: 0px;
    }

    .badge.data {
        background-color: #082742
    }

    .badge.estrazione {
        background-color: #d30000;
    }

    .badge.badge_storico {
        background-color: #bdbdbd;
        text-transform: uppercase;
        font-size: 11px;
        top: -2px;
        position: relative;
    }

.badge-checklist-positivo {
    background-color: #2e7d32 !important;
    font-weight: 500;
}

.badge-checklist-negativo {
    background-color: #d30000 !important;
    font-weight: 500;
}

.badge-checklist-attesa {
    background-color: #EF6C00 !important;
    font-weight: 500;
}

.badge-pratica-verificata {
    background-color: #7fba2d !important;
    font-weight: 500;
}
.badge-pratica-riservata {
    background-color: #de9516 !important;
    font-weight: 500;
}
/* TABELLE*/
.starch-tabelle-gest-doc-table-header {
    text-transform: uppercase;
    color: #004c87;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
    float: left;
}



.ui-grid-header {
    border: none;
    border-right: none;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 25px;
    background-color: #fff;
}

.ui-grid-header-cell {
    border: none;
    border-bottom: solid 1px #dddddd;
    /*background-color: #f5f5f5;*/
    background-color: #e2e1e0;
}

.ui-grid-filter-container {
    padding: 0px 4px;
    position: relative;
    margin-bottom: 10px;
}


.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
    border-right: none;
}

.ui-grid-cell-contents {
    /* line-height:25px;*/
    line-height: initial;
    padding: 5px;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    white-space: unset;
}

/*.ui-grid-cell {
        height: 28px !important;
    }*/

.ui-grid-top-panel {
    font-weight: 600;
    background-color: #e2e1e0;
}

.ui-grid-cell-contents span {
    vertical-align: middle;
    font-weight: 600;
}

/*PANNELLO ELENCO ESERCIZI*/

.pannello_elenco_esercizi h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: initial;
    color: inherit;
}

.pannello_elenco_esercizi {
    padding: 0px 0px;
    border-left: solid 2px #dfe0e4;
    padding-left: 10px;
    margin: 10px 0px;
}

    .pannello_elenco_esercizi .btn {
        opacity: 0;
        transition: 0.2s;
    }

    .pannello_elenco_esercizi:hover .btn {
        opacity: 1;
        transition: 0.2s;
    }


/*SUBENTRI*/
.pannello_date_subentri {
    padding: 0px 10px 10px 0px;
    border-right: solid 5px #EEEEEE;
    min-height: 400px;
}

    .pannello_date_subentri a:hover {
        color: #169BD5;
    }


    .pannello_date_subentri a > .fa {
        display: none;
        transition: 0.3s;
    }

    .pannello_date_subentri a:hover > .fa {
        display: block;
        color: #ddd;
        padding-top: 3px;
    }


    .pannello_date_subentri a:focus, .pannello_date_subentri a:active, .pannello_date_subentri a.active {
        color: #169BD5;
        font-weight: 600;
        text-decoration: none;
    }

        .pannello_date_subentri a:focus > .fa, .pannello_date_subentri a:active > .fa, .pannello_date_subentri a.active > .fa {
            display: block;
            color: #169BD5;
            padding-top: 3px;
        }

    .pannello_date_subentri a {
        padding: 0px 0px 10px 0px;
    }


.pannello_subentri {
    padding: 0px;
}

    .pannello_subentri a, .pannello_subentri h1 {
        font-size: 18px;
    }

    .pannello_subentri h1 {
        text-transform: uppercase;
    }

.pannello_subentri_attivita {
    /* border-left: solid 2px #eee;
    padding-left: 10px;*/
}

    .pannello_subentri_attivita a {
        font-size: 12px;
    }

    .pannello_subentri_attivita h4 {
        font-size: 13px;
        color: #424869;
    }



.pannello_aggiungi_attivita_risultato {
    border-top: solid 1px #ddd;
    padding-top: 10px;
    margin-top: 20px;
}

.pannello_aggiungi_attivita_risultato_elenco {
    border-left: solid 2px #E0E0E0;
    margin-left: 2px;
    margin: 10px 0px 10px 0px;
    padding-left: 5px;
    cursor: pointer;
}

    .pannello_aggiungi_attivita_risultato_elenco :hover {
        background-color: #eee;
    }


.codeco.pannello_dati {
    padding: 5px 0px 5px 0px;
    border-bottom: solid 1px #EEEEEE;
    margin-bottom: 0px;
}

    .codeco.pannello_dati.bg-success {
        background-color: rgba(131, 52, 194, 0.08);
    }

.pannello_mappa {
    border: solid 1px #082742;
    margin-bottom: 10px;
    padding: 0px 1px 0px 0px;
}


.starch-cds-tabs-content {
    padding: 0px;
}

/*RISULTATI RICERCA GEOLOCALIZZAZIONE*/

/*.pannello_risultati_geolocalizzazione {

 height: 29px;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s;
    padding: 5px 5px;
    cursor: pointer;
    border-bottom: solid 1px #E0E0E0;
    transition:0.3s;
}

    .pannello_risultati_geolocalizzazione:hover {
        height: auto;
        background: #fff;
        transition: 0.3s;
    }*/

.pannello_risultati_geolocalizzazione {
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s;
    padding: 5px 5px;
    cursor: pointer;
    border-bottom: solid 1px #E0E0E0;
    transition: 0.3s;
    background: #fff;
}


/*UTENTI E RUOLI*/

.pannello_generico.gestione_ruolo {
    padding: 10px 5px;
    font-size: 12px;
    margin-bottom: 5px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: none;
    border: solid 1px #BDBDBD;
}

    .pannello_generico.gestione_ruolo:hover {
        background-color: #eee;
    }

    .pannello_generico.gestione_ruolo .btn {
        visibility: hidden;
    }

    .pannello_generico.gestione_ruolo:hover .btn {
        visibility: visible;
    }



    .pannello_generico.gestione_ruolo .ruolo {
        position: relative;
        top: 3px;
    }

        /*.pannello_generico .fa-user {
    margin-right: 5px;
    position: relative;
    top: 4px;
    color: #BDBDBD;
    font-size: 15px;
}*/

        .pannello_generico.gestione_ruolo .ruolo:hover {
            text-decoration: underline;
            color: #004c87;
            cursor: pointer;
        }

    .pannello_generico.gestione_ruolo .categoria {
        text-transform: uppercase;
        font-size: 14px;
        color: #082742;
        font-weight: 500;
    }


.panel-default > .panel-heading-custom-sfumato {
    background-image: none;
    background-color: #004c87;
    color: #ffffff;
    /*background: linear-gradient(to right, #8CA6DB, #B993D6);*/
}


/*TABS NAV-PILLS*/
.nav > .starch-config-wf-tabs > a {
    padding: 10px;
    text-transform: none;
    text-align: center;
    width: auto;
    font-size: 13px;
}

.container100 {
    width: 100% !important;
}

    .container100 .tabs_P, .container100 .tabs_A, .container100 .tabs_AU {
        display: none;
    }


    .container100 .starch-pratica-subnav_P, .container100 .starch-pratica-subnav_A {
        display: none;
    }



.panel-default > .panel-heading-custom-gray {
    background-image: none;
    background-color: #eee;
    color: #ffffff;
    border: none;
    padding: 10px 10px;
}

.starch-tabelle-menu-left {
    /*box-shadow: none;*/
    width: 100%;
    /* background-color: #dcdcdc;*/
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
    border: none;
}

    .starch-tabelle-menu-left.log ul {
        padding: 0px;
    }

        .starch-tabelle-menu-left.log ul li span {
            cursor: pointer;
        }

.starch-tabelle-menu-albero {
    box-shadow: none;
    height: 70vh;
    width: 100%;
    overflow-y: auto;
}


/*MENU GESTIONE TABELLE*/

.starch-pratica-search-item {
    margin: 5px 10px 5px 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
    position: relative;
    right: 0px;
    top: -27px;
    color: #909090;
}

.starch-tabelle-menu-left ul {
    padding: 0px 0px 15px 0px;
}

.starch-tabelle-menu-left .primo_livello {
    line-height: 22px;
    color: #424242;
    background-color: transparent;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-weight: 600;
}

    .starch-tabelle-menu-left .primo_livello:hover {
        color: #004c87;
        text-decoration: underline;
    }


    .starch-tabelle-menu-left .primo_livello.selected {
        color: #004c87;
    }

    .starch-tabelle-menu-left .primo_livello:hover {
        text-decoration: underline;
    }

.starch-tabelle-menu-left .secondo_livello {
    line-height: 26px;
    color: #424242;
    font-weight: 500;
    font-size: 12px;
    padding: 0px 5px;
    transition: 0.3s;
}

.secondo_livello.selected {
    color: #004c87;
    border-bottom: solid 2px #004c87;
    background: transparent;
}

.starch-tabelle-menu-left .secondo_livello .selected {
    background-color: transparent;
    color: #004c87;
}

.selezionato {
    background-color: #fff !important;
    padding-bottom: 0px;
}

.starch-tabelle-menu-left-item-title-caption {
    color: #fff !important;
    text-transform: none;
}

.starch-tabelle-menu-left-item:hover {
    background-color: rgba(131, 52, 194, 0.1);
}


/*GESTIONE TABELLE MAIN*/
.starch-tabelle-inside-right {
    padding: 0px 10px 10px 10px;
    background-color: transparent;
}

.starch-contenitore-tabelle {
    background-color: #dcdcdc;
    padding: 10px;
    border-radius: 4px;
    border: none;
    /*box-shadow: 0px 0px 3px #ccc !important;*/
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.sportello_nav_pills.nav_pills_tabelle {
    background-color: transparent;
    /*padding: 10px;*/
    border-radius: 4px;
    border: none;
}

    .sportello_nav_pills.nav_pills_tabelle .nav-pills > li > a {
        padding: 5px !important;
    }


.starch-tabelle-inside-right .starch-pratica-content-heading {
    background-color: transparent;
    margin-bottom: 5px;
    text-align: left !important;
}


.starch-tabelle-inside-right .starch-pratica-content-title {
    color: #004c87 !important;
}


.elenco_tabelle.panel.panel-default {
    border: none;
    margin: 6px 0px !important;
    background-color: #f0f0f0;
    border-radius: 0pc 0pc 6px 6px;
}

.starch-tabelle-menu-left-item {
    text-transform: inherit;
    margin-bottom: 5px;
    font-size: 12px;
}

.starch-tabelle-menu-left-items-container {
    margin-top: 10px;
    margin-left: -14px;
    margin-right: 2px;
}

.starch-tabelle-menu-left-item > span {
    color: #333333;
    padding: 0px 0px;
    font-weight: 400;
}

.starch-tabelle-menu-left-item-active > span {
    color: #004c87;
    font-weight: 700;
}

.starch-tabelle-menu-left-item-active {
    background-color: transparent;
}

    .starch-tabelle-menu-left-item-active:hover {
        background-color: transparent;
    }

.panel-default > .panel-heading-custom-gray:hover, .panel-default > .panel-heading-custom-gray:active, .panel-default > .panel-heading-custom-gray:focus {
    background-color: rgba(131, 52, 194, 0.1);
}

.elenco_tabelle.panel-heading.panel-heading-custom-gray:hover a {
    text-decoration: none;
}



/*DOCUMENTI*/

/*.pannello_documenti {
    padding: 10px 5px;
    border-top: solid 1px #eeeeee;
    transition: 0.2s;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: -1px;
}*/
.pannello_documenti {
    padding: 5px 0px;
    transition: 0.2s;
    border-bottom: solid 1px #dddddd;
    border-top: solid 1px transparent;
}

    .pannello_documenti::before {
        top: 23px;
        content: ' ';
        width: 10px;
        border-bottom: dotted 1px #bdbdbd;
        height: 10px;
        position: relative;
        display: block;
        margin: -9px;
        padding: 0px;
        left: -1px;
    }

    .pannello_documenti:hover {
        color: #082742;
        background-color: #e3e3e3 !important;
    }

    .pannello_documenti .fa-certificate, .pannello_documenti .fa-badge-check {
        color: #2e7d32;
        padding-top: 10px;
    }

    .pannello_documenti .nopad, .pannello_documenti .nopad {
        padding-top: 1px !important;
    }

/*.descrizione_documento p:hover {
    white-space: normal;
    transition: 0.2s;
    height: auto;
    color: #000;
    display: block;
}*/
.cartella .btn_crea_cartella {
    display: block;
    opacity: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.cartella:hover .btn_crea_cartella {
    opacity: 1;
    display: block;
}

.nome_documento {
    font-size: 12px;
    color: #424242;
    font-weight: 700;
    height: auto;
    transition: 0.2s;
    margin-bottom: 0px;
}

    .nome_documento .size, .size {
        float: right;
        background: #e2e2e2;
        padding: 0px 2px;
        font-size: 11px;
        font-weight: 400;
        border-radius: 3px;
        border: solid 1px #ababab;
        color: #484848
    }

.descrizione_documento {
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    transition: 0.3s;
    color: #424242;
    width: 23px;
    padding-top: 10px;
}


/* .descrizione_documento::before {
        float: left;
        width: 7px;
        height: 10px;
        content: '';
        position: absolute;
        left: -2px;
        top: 7px;
        border-bottom: dotted 1px #9e9e9e;
    }*/
i.spazio::before {
    content: '';
    width: 0px;
    height: 14px;
    border-bottom: dotted 1px #9e9e9e;
    /* float: left; */
    position: absolute;
    left: -7px;
}

.pannello_cartella i.spazio:first-child:before {
    content: '';
    width: 10px;
    height: 14px;
    border-bottom: dotted 1px #9e9e9e;
    /* float: left; */
    position: absolute;
    left: -3px;
}


.descrizione_documento p {
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}

.info_documento {
}

/*.badge.badge_allegato {
    background-color: #2e7d32;
    font-weight: 500;
    margin-left: 0px;
}*/

.badge.badge_allegato, .badge.badge_mancante, .badge.badge_mancante_aggiornamento, .badge.badge_revisione, .badge.badge_drafttrade {
    font-weight: 400;
    color: #fff;
    margin-left: 0px;
    text-overflow: clip;
    overflow: hidden;
    border: solid 1px transparent;
    margin: auto;
    transition: 0.2s;
    cursor: pointer;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
}

.badge.badge_revisione {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}

/*.pannello_documenti:hover .badge.badge_allegato, .pannello_documenti:hover .badge.badge_mancante, .pannello_documenti:hover .badge.badge_mancante_aggiornamento, .pannello_documenti:hover .badge.badge_drafttrade {
    width: auto !important;
    padding-right: 5px;
    padding-left: 5px;
}*/

.badge.badge_allegato {
    background-color: transparent;
    color: #2e7d32;
    border: solid 1px #2e7d32;
}

.badge-documenti.badge.badge_allegato {
    margin-right: 0 !important;
    cursor: auto !important;
}

.badge.badge_drafttrade {
    background-color: rgb(0, 168, 245);
    color: #ffffff;
}

.badge.badge_mancante {
    background-color: #d30000;
}

.badge.badge_mancante_aggiornamento {
    background-color: #ED8B3B;
}

.badge.badge_revisione {
    background-color: #9E9E9E;
    color: #fff;
    font-weight: 500;
}

/*.badge.badge_mancante {
    background-color: red;
    font-weight: 500;
    margin-left: 0px;
}*/


.conforme, .non_conforme, .default {
    font-size: 18px;
    width: 20px;
    position: relative;
    left: 3px;
}

.conforme {
    color: #2e7d32;
}

.non_conforme {
    color: #d30000;
}

.default {
    color: #bdbdbd;
}

.documenti_tag {
    background-color: rgb(238, 238, 238);
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #727272;
    margin-left: 0px;
    font-size: 11px;
    line-height: 18px;
}

.documenti_data {
    font-weight: 600;
    color: #000000;
    text-align: left;
    font-size: 12px;
}

.documenti_protocollo {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
    color: #000000;
}


.nome_documento .fa {
    color: #ffc107;
}

.nome_documento > a {
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
}
/*MENU ATTIVITA'*/


.starch-pratica-menu-left-item_AP {
    color: #455a64;
    background-color: #fff;
    padding: 10px;
}



.starch-pratica-menu-left-item_APS .starch-pratica-menu-left-item-icon {
    margin-right: 5px;
}



/*.starch-pratica-subnav_A {
    height: 21px;
      background-color: #fdbb2d;
    
   margin: 0px 0px 6px 0px;
    border: 1px solid #bebebe;
    border-top: 0px;
     background: linear-gradient(to right, #8CA6DB, #B993D6);
    border-radius: 0px 4px 4px 4px;
}
    */

.starch-pratica-subnav_A {
    height: 28px;
    margin: 0px 0px 6px 0px;
    border-top: 0px;
    border-radius: 0px 4px 4px 4px;
    padding-top: 4px;
    background-color: #02878e !important;
}

    .starch-pratica-subnav_A.subnav_APS {
        background-color: #942d2d !important;
        border-radius: 0px;
        box-shadow: 0px 4px 11px -4px;
        border-radius: 0px 4px 4px;
    }

    .starch-pratica-subnav_A.subnav_APP {
        background-color: #082742 !important;
        border-radius: 0px;
        box-shadow: 0px 4px 11px -4px;
        border-radius: 0px 4px 4px 0px;
        margin-bottom: 0px;
        padding: 10px;
    }

.menu .navbar_posto {
    margin-right: 0px;
    margin-top: -2px;
}

.starch-pratica-subnav_A.subnav_APS .starch-pratica-subnav-caption_A {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
}

.starch-pratica-subnav-caption_A {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}

div[data-tree-model] li:first-child .starch-pratica-menu-left-item_P, div[data-tree-model] li:first-child .starch-pratica-menu-left-item_AP, div[data-tree-model] li:first-child .starch-pratica-menu-left-item_APS {
    border-radius: 4px 4px 0px 0px
}

div[data-tree-model] li:last-child .starch-pratica-menu-left-item_P, div[data-tree-model] li:last-child .starch-pratica-menu-left-item_AP, div[data-tree-model] li:last-child .starch-pratica-menu-left-item_APS {
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 11px 14px -10px #000;
}

.starch-pratica-menu-left-tree-child-active_APP, .starch-pratica-menu-left-tree-child-active_AP, .starch-pratica-menu-left-tree-child-active_APS {
    color: #fff;
    text-decoration: none;
    background-color: #1e3857;
    border-top: solid 1px #004c87;
    transition: 0.3s;
    /* height: 100px; */
    width: 100%;
    border-right: none;
    transition: 0.1s;
    border-top: solid 1px #02878e;
    /* border-left: none; */
    position: relative;
    border-bottom: solid 1px #02878e;
    border-left: none !important;
    background-color: #02878e;
}

    .starch-pratica-menu-left-tree-child-active_APP i, .starch-pratica-menu-left-tree-child-active_AP i, .starch-pratica-menu-left-tree-child-active_APS i {
        color: #ffffff !important;
    }

.starch-pratica-menu-left-tree-child-active_APS {
    background-color: #942d2d !important;
    border-bottom: solid 1px #942d2d !important;
    border-top: solid 1px #942d2d !important;
}

.starch-pratica-menu-left-tree-child-active_APP:hover {
    /*background-color: #1e3857 !important;*/
    background-color: darkolivegreen !important;
}

.starch-pratica-menu-left-tree-child-active_AP:hover {
    /*background-color: #1e3857 !important;*/
    background-color: #02878e !important;
}
/* .starch-pratica-menu-left-tree-child-active_APS:hover {
         background-color: #1e3857 !important;
            background-color: #207bc3 !important;
        }*/

.starch-pratica-menu-left-tree-child_APP:hover {
    cursor: pointer;
    border-right: none;
    background: hsl(82, 39%, 30%);
}

.starch-pratica-menu-left-tree-child_AP:hover {
    cursor: pointer;
    border-right: none;
    background: hsl(183, 58%, 86%);
}

.starch-pratica-menu-left-tree-child_APS:hover {
    cursor: pointer;
    border-right: none;
    background: rgb(255, 224, 224);
}

    .starch-pratica-menu-left-tree-child_APP:hover i, .starch-pratica-menu-left-tree-child_AP:hover i, .starch-pratica-menu-left-tree-child_APS:hover i {
        transition: 0.1s;
    }

    .starch-pratica-menu-left-tree-child_APP:hover span, .starch-pratica-menu-left-tree-child_AP:hover span, .starch-pratica-menu-left-tree-child_APS:hover span {
    }

    .starch-pratica-menu-left-tree-child_APS:hover .starch-pratica-menu-left-item-icon {
    }

.starch-pratica-menu-left-tree-child-active_APS .starch-pratica-menu-left-item-icon {
    padding-top: 0px;
}

.starch-pratica-menu-left-tree-child-hovered {
    background-color: #eeeeee;
    cursor: pointer;
}


/*RICERCA PRATICHE POPOVER*/

.selezione_pannello_popover {
    background-color: #fff !important;
    color: #169BD5;
    max-height: 250px;
    overflow: auto;
}

.selezione_pannello_popover_pratiche {
    margin-bottom: 5px;
    padding: 5px;
    border-bottom: solid 1px #eee;
    color: #169BD5
}

    .selezione_pannello_popover_pratiche span {
        color: #575757;
    }

.ricerche.popover {
    width: 230px !important;
    background-color: #fff;
    border: solid 1px #757575;
}

div.rowTableSelected .datoMancante {
    /* color: #e8e8e8 !important;*/
    color: #909090 !important;
}

.ricerche .popover-content {
    background-color: #fff;
    width: 100%;
}


/*PARERI INTEGRAZIONI PROCESSO*/
.pareri_integrazioni.pannello_generico {
    padding: 10px 10px;
    margin-bottom: 20px;
    border-left: solid 3px #004c87;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.2s ease-in-out;
}




/*.pareri_integrazioni.pannello_generico.dati {
        border-left: solid 3px #10a1bb;
    }
    .pareri_integrazioni.pannello_generico.documento {
        border-left: solid 3px #004c87;
    }

    .pareri_integrazioni.pannello_generico.protocollo {
        border-left: solid 3px #FFC107;
    }*/
/*ARCHIWEB CSS*/
.starch-invio-mail-testo > .ta-editor.ta-html, .ta-scroll-window.form-control {
    height: 100px;
    min-height: 100px;
}

.starch-prescrizioni-testo .ta-scroll-window > .ta-bind {
    height: 595px;
    min-height: 595px;
}

.starch-prescrizioni-testo > .ta-editor.ta-html, .ta-scroll-window.form-control {
    height: 600px;
    min-height: 600px;
}

.starch-osservazioni-testo > .ta-editor.ta-html, .ta-scroll-window.form-control {
    height: 150px !important;
    min-height: 150px !important;
}

.starch-propostaprovv-testo .ta-scroll-window > .ta-bind {
    height: 295px;
    min-height: 295px;
}

.starch-propostaprovv-testo > .ta-editor.ta-html, .ta-scroll-window.form-control {
    height: 300px;
    min-height: 300px;
}

.starch-ricerca-pratiche-button {
    height: 50px;
    font-size: 18px !important;
    width: 100%;
    font-weight: 300;
}

.starch-oneri-calcola-record {
    color: #10a1bb;
    font-size: 14px;
    padding: 5px 0px;
}

.starch-oneri-elimina-record {
    color: #d30000;
    font-size: 17px;
    padding: 4px 0px;
}

.starch-oneri-dati-sup-ok-record {
    color: #2e7d32;
    border-color: #2e7d32;
}

.starch-oneri-calcolo-moltiplicatore.form-control[disabled], .starch-oneri-calcolo-moltiplicatore.form-control[readonly], .starch-oneri-calcolo-moltiplicatore fieldset[disabled] .form-control {
    border: none;
    background-color: transparent;
    color: #000;
}

.starch-oneri-dati-sup-record {
    color: #10a1bb;
    font-size: 15px;
    padding: 5px 0px;
}

.starch-tabelle-inside-left {
    padding: 10px !important;
}

/*BOOTSTRAP CSS*/


.watermark {
    opacity: 0.45;
    font-size: 20px;
    text-align: center;
    z-index: 999;
    padding: 10px;
    border: solid 1px #004c87;
    border-radius: 4px;
    font-size: 16px;
    /*position:relative;
    top: 20px;
    opacity: 0.45;
    font-size: 20px;
    width: 100%;
    text-align: center;
    z-index: 999;
    padding: 20px;
    border: solid 1px #004c87;
    border-radius: 14px;*/
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    overflow: hidden;
    border: 1px solid #9E9E9E;
    box-shadow: 0px 0px 10px -3px #000 !important;
    color: #fff !important;
}

.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {
    border-bottom: none;
}

.ui-grid-menu .ui-grid-menu-inner {
    border: none;
}

    .ui-grid-menu .ui-grid-menu-inner ul li button:hover, .ui-grid-menu .ui-grid-menu-inner ul li button:focus {
        background-color: #EEEEEE;
        box-shadow: none;
    }

    .ui-grid-menu .ui-grid-menu-inner ul li button {
        min-width: 100%;
        padding: 8px;
        text-align: left;
        background: #fff;
        border: none;
        color: #000;
        font-size: 12px;
    }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: none;
    vertical-align: inherit;
    border: 1px solid #00000030;
    padding: 5px;
    line-height: 1.42857143;
    border-top: none;
}

.task .table > thead > tr > th, .task .table > tbody > tr > th, .task .table > tfoot > tr > th, .task .table > thead > tr > td, .task .table > tbody > tr > td, .task .table > tfoot > tr > td {
    border: none;
    vertical-align: inherit;
    padding: 2px;
    line-height: 1.42857143;
    font-size: 12px;
    font-weight: 500 !important;
}

.task .table > tbody > tr {
    background: #f7f7f7;
}

.task .table {
    border-collapse: inherit;
    border-spacing: 2px;
    border: solid 1px #bdbdbd;
    background: #fff;
}

    .task .table.table-scroll {
        border-collapse: collapse;
        border-spacing: 0px;
    }

        .task .table.table-scroll tr > td {
            border: solid 3px #ffffff;
            border-bottom: none;
        }

        .task .table.table-scroll tr:last-child > td {
            border-bottom: 3px;
        }

.table > tbody + tbody {
    border-top: none;
}


.table > thead > tr > th {
    border-top: solid 1px #bdbdbd !important;
}

.table-icon > tbody > tr .btn {
    visibility: hidden;
}

.table-icon > tbody > tr:hover .btn {
    visibility: inherit;
}

.alert {
    padding: 5px;
}

.alert-danger {
    /*  background-color: #e9c8c8;
    border-color: #deabab;
    color: #a94442;
      */
    background-color: transparent;
    border-color: transparent;
    color: #a94442;
    padding: 0px;
    font-weight: 600;
}

.alert-danger-orig-bts {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.btn {
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-family: roboto !important;
    border: solid 2px transparent;
    padding: 4px 10px 4px 10px;
    box-sizing: border-box;
    height: 27px;
}

    .btn i {
        vertical-align: middle;
    }

    .btn.extra {
        height: 55px;
        box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.4);
        padding-left: 20px;
        padding-right: 20px;
    }



        .btn.extra span {
            text-transform: capitalize;
            /*font-weight: 300;*/
        }

.btn-warning {
    background-color: transparent;
    border: none;
    color: #005191;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
        background-color: transparent;
        color: #005191;
        text-decoration: underline;
        border: none;
    }

        .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:focus:active, .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus, .btn-danger:focus:active {
            color: #005191;
            background-color: transparent;
            box-shadow: none;
            outline: none;
            text-decoration: underline;
            border: none;
        }

.datoMancante {
    /* color: #e8e8e8 !important;*/
    color: #bdbdbd !important;
}

div.rowTableSelected .datoMancante {
    /* color: #e8e8e8 !important;*/
    color: #d30000 !important;
}

.stemmaComune img {
    width: 20px;
}

.stemmaComune {
    cursor: pointer;
    float: right;
    line-height: 22px;
}


.nomeComune {
    color: #607d8b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    float: right;
    line-height: 27px;
    margin-left: 5px;
}


.btn-elimina {
    background-color: #fff;
    border: solid 1px #d30000 !important;
    color: #d30000 !important;
}

    .btn-elimina i {
        font-size: 14px;
    }

    .btn-elimina:hover {
        background-color: #d30000;
        color: #fff !important;
    }

/*TABELLE_STARCH*/

.table-scroll thead::-webkit-scrollbar {
    /*display:none;*/
    position: relative;
    left: 100px;
}


.table-scroll th:last-child {
}


.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
    background-color: rgb(245, 245, 245);
}


.starch-tabella.ng-table th.filter .input-filter {
    min-height: inherit !important;
    height: 22px;
}



.starch-tabella > thead > tr > th {
    border-bottom: none;
    text-transform: uppercase;
    text-align: left;
    /*line-height: 40px;*/
    font-size: 11px;
    font-weight: 700;
}

.starch-tabella > thead > tr > td {
    background-color: #EEEEEE;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.selected {
    font-weight: initial;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .starch-tabella.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td .table-scroll th:last-child {
        border: none;
        border-bottom: solid 1px #bdbdbd;
    }


    .starch-tabella.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td .table-scroll th:last-child {
        border: none;
        /*border-bottom:solid 1px #bdbdbd;*/
    }

.table-scroll thead {
    width: 100%;
    table-layout: fixed;
    overflow-y: scroll;
    display: block;
    background-color: transparent;
    vertical-align: top;
    /*height:40px;*/
}

.starch-tabella.tabella-history > tbody > tr:hover {
    background-color: #fff !important;
}

.table-bordered.tabella-ricerca > thead > tr > th, .table-bordered > thead > tr > td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table > thead > tr > th {
    height: 40px;
    border-right: solid 1px #bdbdbd;
    border-bottom: solid 1px #bdbdbd;
    vertical-align: middle;
    background-color: #CFD8DC;
}

.task .table > thead > tr > th {
    height: 30px;
    border: none !important;
    vertical-align: middle;
    background-color: #f0f0f0;
}

.task .table > tbody > tr > td > span {
    font-weight: 400;
}


.riepilogo .table > thead > tr > th {
    height: 30px;
}

.starch-tabella.tabella-ricerca {
    padding-top: 0px;
}


.table-scroll tbody {
    padding-top: 0px !important;
    overflow-y: scroll;
    display: block;
    width: 100%;
    table-layout: fixed;
}

.starch-tabella tbody {
    padding-top: 10px;
    /*box-shadow: inset 0px 11px 8px -10px #9E9E9E, inset 0px -11px 8px -10px #9E9E9E;*/
    text-align: left;
    font-size: 12px;
    background: #dcdcdc;
}

table.starch-tabella tbody table tbody {
    background-color: transparent;
}



.ng-table-scrollcontainer {
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
}

.ng-table-fixedcolumn {
    position: absolute;
    width: 5em;
    left: 0;
    top: auto;
}

.table-scroll tr {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: solid 1px transparent;
    border-left: 0px;
    border-right: 0px;
    background-color: #e3e3e3;
}

    .table-scroll tr:focus-visible {
        outline: auto 1px #004c87;
    }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: transparent;
    padding: 3px 6px;
    border-bottom: 0px;
    font-weight: 600;
    font-size: 12px;
    color: #424242;
    border-bottom: solid 1px #bdbdbd;
    vertical-align: top;
    padding-top: 2px;
}


/*.starch-tabella .filter > .filter-cell {
    float: left;
    box-sizing: border-box;
    position: absolute;
    top: 22px;
    padding-left: 116px;
}*/
.pannello_tabella_ricerca_scroll {
    max-height: 60px !important;
    overflow-y: auto;
}


.starch-tabella.ng-table th.sortable.sort-desc, .starch-tabella.ng-table th.sortable.sort-asc {
    background-color: transparent;
}
/*BOTTONI NUOVI*/
.btn-icona {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 4px 5px 4px 25px;
    transition: all .3s;
    /*box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.4);*/
}

    .btn-icona.vuota {
        padding: 5px 5px 5px 5px;
    }

    .btn-icona:hover {
        box-shadow: none;
    }

        .btn-icona:hover span:before {
            top: 100%;
        }

        .btn-icona:hover span:after {
            top: 0;
        }

    .btn-icona span {
        position: absolute;
        width: 11px;
        height: 100%;
        top: -11px;
        left: -14px;
        font-size: 15px;
    }




        .btn-icona span::before {
            top: 0;
        }

        .btn-icona span::before {
            padding: 13px;
            padding-left: 17px;
            position: absolute;
            left: 2px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transition: all .3s;
        }

        .btn-icona span::after {
            font-family: "Font Awesome 6 Pro";
            content: "\f00c";
            padding: 13px;
            padding-left: 17px;
            position: absolute;
            left: 2px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transition: all .3s;
        }


.btn-icona-workflow {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background-color: #FFC107;
    border: 1px solid #FFB300;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 0px #FFA000, 0px 3px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 3px 0px #FFC107, 0px 3px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.btn-icona-scrivania {
    display: inline-block;
    text-decoration: none;
    color: #4f35a3;
    font-weight: bold;
    background-color: #baa5ff;
    border: 1px solid #8b7bc1;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 0px #927ed5, 0px 3px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #927ed5, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 3px 0px #927ed5, 0px 3px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    transition: 0.3s;
    margin-bottom: 10px;
}

.btn-icona span::after {
    top: -100%;
}

.btn-icona-workflow:active {
    -moz-box-shadow: 0px 1px 0px #FFC107, 0px 1px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 1px 0px #FFC107, 0px 1px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    transform: translate(0, 4px);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-esporta-csv span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f6dd";
}

.btn-esporta-excel span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f1c3";
}

.btn-aggiungi span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f067";
}

.btn-download span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0c7";
}

.btn-commissioni span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f543";
}

.btn-elimina span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f068";
}

.btn-salva span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0c7";
}

.btn-zip span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f1c6";
}

.btn-cerca span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f002";
}

.btn-cdu span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f5fd";
}

.btn-mail span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f1d8";
}

.btn-firma span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0a3";
}

.btn-invia span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f135";
}

.btn-scarica span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f381";
}

.btn-importa-file span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f093";
}

.btn-carica span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f382";
    left: 0px;
}

.btn-genera span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f085";
    left: 0px;
}

.btn-collega span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0c1";
}

.btn-copia span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0ea";
}

.btn-demolisci span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f1e2";
    font-weight: 700;
}

.btn-workflow span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f336";
    font-weight: 900;
}

.btn-attivita span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0ae";
    font-weight: 900;
}

.btn-attivita {
    background-color: #DAECB5 !important;
    border-color: #ADCD6A;
    color: #4D5E2C;
    box-shadow: 0px 3px 0px #a9cd52, 0px 3px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
}

    .btn-attivita:active {
        box-shadow: 0px 1px 0px #a9cd52, 0px 1px 3px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5)
    }

.btn-inviaScrivania span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f4d0";
    font-weight: 900;
}

.btn-inviaScrivania-seleziona span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f14a";
    font-weight: 900;
}

.btn-inviaScrivania-firma span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f5b7";
    font-weight: 900;
}

.btn-firma span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f5b7";
    font-weight: 900;
}

.btn-accetta span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f2b5";
    font-weight: 400;
    margin-right: 3px;
    left: 0px;
}

.btn-visualizza span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    font-weight: 400;
    margin-right: 3px;
}

.btn-sposta span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f550";
    font-weight: 400;
    margin-right: 3px;
}

.btn-mappa span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f7a2";
}

.btn-lista span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f03a";
}

.btn-documento span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f1c2";
}

.btn-archivio span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f187";
}

.pannello_funzionari {
    padding: 5px 10px;
    margin: 0px;
    font-size: 12px;
    border-radius: 4px;
    color: #616161 !important;
    transition: 0.1s;
    border-color: #e0e0e0;
    border-left: 3px solid #004c87;
    margin-bottom: 15px;
    background-color: #f0f0f0;
    box-shadow: 0px 0px 7px -4px #000000;
}

    .pannello_funzionari:hover {
        box-shadow: 0px 5px 12px -7px #000;
    }


    /*PANNELLO FUNZIONARI PRIMO*/
    /*.pannello_funzionari {
        float: left;
        margin-right: 10px;
        width: 100%;
        border: solid 1px #E0E0E0;
        margin-bottom: 5px;
        font-size: 12px;
        border-radius: 4px;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
       
    }

        .pannello_funzionari:hover {
            box-shadow: 0 2px 5px rgba(0,0,0,0.25), 0 3px 3px rgba(0,0,0,0.22);
        }*/




    .pannello_funzionari .D1, .pannello_funzionari .D2, .pannello_funzionari .D3 {
        font-size: 12px;
    }

    .pannello_funzionari .D2 {
    }

.pannello_funzionari_sinistra {
    padding-left: 10px;
}

.pannello_funzionari_destra {
    padding-left: 10px;
}

.pannello_funzionari_footer {
    padding: 5px;
    border-top: solid 1px #E0E0E0;
    background-color: rgba(158, 158, 158, 0.15);
    margin: 5px 0px 25px 10px;
    border-radius: 4px;
}


.data_inizio_valore {
    color: #000;
    font-weight: 700;
}


.pannello_funzionari_note {
    padding: 10px;
    background-color: #e0e0e0;
    text-align: left;
}

.pannello_funzionari_sinistra.funzionario_storico {
    border: dashed 1px #a8a8a8;
    background-color: #d6d6d6;
    padding-top: 3px;
    padding-bottom: 3px;
}

}

.pannello_funzionari_sinistra.funzionario_storico a {
    color: #757575;
}

.pannello_funzionari_sinistra.funzionario_storico i {
    background: #e0e0e0 !important;
    color: #bdbdbd !important;
}



.pannello_funzionari_sinistra.funzionario_storico:hover {
    box-shadow: none;
}

.pannello_funzionari_sinistra.funzionario_storico .D1 {
    color: #bcbcbc !important;
}

.starch-dashboard-pratica-alert-img-scaduto {
    color: #d30000;
}

.pannello_milestones i {
    font-size: 14px;
}

.pannello_milestones .fa-info-circle {
    color: #169bd5;
}

.starch-dashboard-milestone-done {
    background-color: #2e7d32;
    border: 1px solid #4cae4c;
    color: #FFFFFF;
    margin-bottom: 2px;
    height: 20px;
}

.starch-dashboard-milestone-undone {
    background-color: #efefef;
    border: 1px solid #cccccc;
    margin-bottom: 2px;
    height: 20px;
}

.tabella_log {
    font-size: 11px;
}

    .tabella_log table td {
        border-bottom: solid 1px;
    }

.pannello_form_ricerca {
    padding: 5px 10px;
    position: relative;
    -webkit-transition: all 100ms;
    padding-top: 20px;
    /*margin-bottom: 20px;*/
    /*box-shadow: 0 12px 12px -12px rgba(0,0,0,0.25), 0 -12px 12px -12px rgba(0,0,0,0.25);*/
}

.badge-white {
    background-color: white !important;
    border: 1px #8c8c8c solid !important;
}

.badge-numero-documenti {
    background: rgb(144 170 191 / 29%);
    color: #082742;
    border-radius: 2px;
    font-size: 14px;
}

.badge-stato-pratica,
.badge-pratiche-riferimento {
    padding: 5px;
    margin-right: 10px;
    float: left;
    background-color: #dcf0ff;
    border-radius: 4px;
    border: solid 1px #004c87;
    margin-bottom: 10px;
}

    .badge-stato-pratica.estratta {
        background-color: rgba(233, 30, 99, 0.11);
        border: solid 1px #d30000;
    }

    .badge-stato-pratica.campione:hover .pratica_estratta {
        display: none;
    }

    .badge-stato-pratica.campione:hover .data_estrazione {
        display: inherit !important;
    }

    .badge-stato-pratica.campione i {
        font-size: 28px;
        color: #00000033;
        margin-right: 5px;
    }

    .badge-stato-pratica.campione.estratta i {
        font-size: 28px;
        color: #d30000;
        margin-right: 5px;
    }

    .badge-stato-pratica.estratta h2 {
        color: #d30000;
    }

.badge-pratiche-riferimento {
    margin-left: 0px;
}

    .badge-pratiche-riferimento p {
        float: left;
        line-height: 22px;
        margin-right: 10px;
        margin-bottom: 0px;
        color: #004c87;
    }


.badge-stato-pratica .D3 {
    color: #004c87;
}

.badge-stato-pratica.indirizzi .btn-link {
    visibility: hidden;
}


.badge-stato-pratica.indirizzi:hover .btn-link {
    visibility: inherit;
    cursor: pointer
}


.badge-stato-pratica .fabbricato::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f015";
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
    float: left;
    color: #004c87;
}

.badge-stato-catasto,
.badge-allegati {
    padding: 3px 5px;
    margin-right: 5px;
    float: left;
    background-color: rgb(220, 240, 255);
    border-radius: 4px;
    border: solid 1px #004c87;
    margin-bottom: 10px;
}

.badge-allegati {
    font-size: 12px;
}

.badge-stato-catasto.datoMancante {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #616161 !important;
}

.badge-stato-catasto .D1,
.badge-stato-catasto .D2 {
    font-size: 11px;
}


.badge-stato-pratica {
    font-weight: 500;
    color: #000;
}

    .badge-stato-pratica:first-child {
        font-weight: 500;
        color: #000;
        margin-left: 0px;
    }

.badge-extra-info {
    padding: 5px;
    margin-right: 10px;
    float: left;
    background-color: transparent;
    border-radius: 4px;
    border: solid 1px #BDBDBD;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}

.badge-extra-no-bg {
    padding: 5px;
    margin-right: 10px;
    float: left;
    border-radius: 4px;
    border: solid 1px #BDBDBD;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}

.badge-extra-info:first-child {
    margin-left: 0px;
}

.badge-stato-pratica .starch-badge-num-pratiche {
    position: relative;
    top: 2px;
    background-color: #10a1b4;
}

.badge-documenti {
    width: 22px;
    height: 19px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    border-radius: 2px;
    align-content: center;
    padding: 3px !important;
    margin: 0;
}

.torna_indietro {
    /*position: relative;
    top: -20px;
    float: left;*/
    float: right;
    margin-bottom: 10px;
}

.btn_stampa {
    /*position: relative;
    top: -20px;
    float: left;
    margin-left: 10px;*/
    position: relative;
    top: 0px;
    float: right;
    margin-right: 10px;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w90 {
    width: 90px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.pannello_form_ricerca {
    padding: 0px 10px;
    position: relative;
    -webkit-transition: all 100ms;
    /*padding-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 12px 12px -12px rgba(0,0,0,0.25), 0 -12px 12px -12px rgba(0,0,0,0.25);*/
}

/*.pannello_form_ricerca:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        border-radius: 0px 0px 4px 4px;
    }*/

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w350 {
    width: 350px !important;
}

.w400 {
    width: 400px !important;
}

.w450 {
    width: 450px !important;
}

.w500 {
    width: 500px !important;
}

.badge-stato-pratica .starch-badge-num-pratiche {
    position: relative;
    top: 2px;
    background-color: #10a1b4;
}


.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w100 {
    width: 100px !important;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.starch-tabs-risultati-mappa .nav-tabs {
    /* float: right; */
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 99;
}
.starch-tabs-risultati-mappa-margin .nav-tabs {
    right: 211px;
}

.template-conditions{
    /* float: right; */
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 99;
}

.starch-tabs-risultati-mappa select.starch-input-valori {
    position: absolute;
    width: 200px;
    top: 5px;
    background-color: #9ec7eb;
    right: 10px;
    color: #082742 !important;
    border: solid 1px #004c87 !important;
    height: 40px;
}

.starch-tabs-risultati-mappa select:focus.starch-input-valori {
    background-color: #9ec7eb;
    color: #082742 !important;
}

.starch-tabs-risultati-mappa select option.starch-input-valori {
    color: #082742;
}

.starch-tabs-risultati-mappa .nav-tabs > li.active > a,
.starch-tabs-risultati-mappa .nav-tabs > li.active > a:hover,
.starch-tabs-risultati-mappa .nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    border: solid 1px transparent;
    color: #004c87;
    border-radius: 2px;
    height: 27px;
    box-sizing: border-box;
}

.starch-tabs-risultati-mappa .nav > li > a {
    padding: 5px 10px;
    border-radius: 2px;
    border: solid 1px #004c87;
    background-color: transparent;
    color: #fff;
    transition: 0.3s;
    line-height: 27px;
    box-sizing: border-box;
    display: table;
    margin: 0px 7px 0px 7px;
}

    .starch-tabs-risultati-mappa .nav > li > a:hover {
        background-color: rgba(255, 255, 255, 0.12);
    }


.starch-tbody-600 {
    height: 500px;
}

.padding5 {
    padding: 5px;
}

.btn-100 {
    width: 100%;
    margin-bottom: 0px;
    /*    background-color: transparent;*/
    background-color: #fff;
}

.text-left {
    text-align: left;
}

.pannello_form_ricerca .fa-eraser {
    cursor: pointer;
    margin-left: 5px;
    font-size: 15px;
    color: #004c87;
    padding-top: 2px;
}

.starch-input-valorizzato {
    background-color: #e7f2fb;
    margin: 0px;
}


.starch-tabella-selezione td {
    background-color: #e5f1ff;
    color: #000;
}



.starch-tabella-selezione tr .fa-eraser {
    display: none;
    font-size: 22px;
    color: #004c87;
    position: absolute;
    left: 30px;
}

.starch-tabella-selezione tr:hover .fa-eraser {
    display: block;
}

.starch-ricerca-dropdown-right ul {
    left: auto !important;
    right: 0;
    padding: 5px;
    width: 100%;
}

.starch-ricerca-dropdown-right .btn {
    white-space: inherit;
    height: auto;
    min-height: 27px;
}

    .starch-ricerca-dropdown-right .btn .caret {
        float: right;
    }

.pannello_documenti_endoprocedimenti .starch-pratica-content-section-header {
    margin-bottom: 0px;
    font-size: 11px;
    color: #424242;
    font-weight: 700;
}

.pannello_documenti_endoprocedimenti .alert {
    margin-bottom: 0px;
    padding: 5px;
    font-size: 12px;
}



.tabella-oneri th {
    font-size: 11px;
}

.bottone-icona {
    /* vertical-align: middle; */
}

    .bottone-icona i {
        /* vertical-align: middle; */
        font-size: 18px;
    }




.tabella-oneri.calcolo-costruzione tbody td {
    vertical-align: middle !important;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: solid 1px #dddddd;
}

.tabella-oneri.calcolo-costruzione .totale {
    position: relative;
    top: 0px;
}

/*.tabella-oneri .form-control {
    font-size: 11px;
    height: 22px;
}*/

.tabella-oneri .form-control::before {
    content: "/MC";
}

.tabella-oneri label {
    font-size: 10px;
    font-weight: 700;
}


.tabella-oneri th {
    font-size: 11px;
}


.tabella-oneri label {
    font-size: 10px;
    font-weight: 700;
}

.totale {
    /*position: relative;
    top: 3px;*/
    font-size: 12px;
    font-weight: 700;
}

    .totale.incremento {
        color: #d30000;
    }

        .totale.incremento::before {
            content: '+';
        }

    .totale.riduzione {
        color: #2e7d32
    }

        .totale.riduzione::before {
            content: '-';
        }

.tbody-oneri::after {
    content: '';
    display: block;
    height: 25px;
    background-color: #eaeaea;
}

.thead-oneri::after {
    content: '';
    display: block;
    height: 5px;
}

.tabella-oneri .elimina {
    font-size: 16px;
    visibility: hidden;
    text-align: center;
    cursor: pointer;
}

.tabella-oneri tr:hover .elimina {
    visibility: initial;
}

.pannello_copia_pratica .form-control[disabled],
.pannello_copia_pratica .form-control[readonly],
.pannello_copia_pratica fieldset[disabled] .form-control .pannello_copia_pratica {
    font-weight: 400;
}

.attenzione_oneri {
    content: "Aggiorna totale";
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;
    color: #fff;
    float: left;
    background: #d30000;
    padding: 0px 5px;
    border-radius: 4px;
}

.attenzione::before {
    content: "Attenzione!";
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
    color: #d30000;
    float: left;
}

.menu_configurazione {
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #f0f0f0;
    padding: 10px;
    padding-top: 0px;
}



.menu-macrosezione-config {
    display: block;
    font-size: 13px;
    width: 100%;
    background: #082742;
    color: #004c87;
    padding: 3px 8px;
    color: #fff;
    border-radius: 4px;
    margin-top: 10px;
}

.menu-sezione-config {
    display: block !important;
    text-decoration: none !important;
    padding: 2px 0px;
    margin-left: 0px;
}



    .menu-sezione-config::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f105";
        font-weight: 700;
        font-size: 20px;
        float: left;
        margin-right: 5px;
        color: transparent;
        position: relative;
        top: -1px;
        line-height: 21px;
    }


    .menu-sezione-config:focus::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f105";
        font-weight: 700;
        font-size: 20px;
        float: left;
        margin-right: 5px;
        color: #004c87;
        position: relative;
        top: -1px;
        line-height: 21px;
    }

.oneri-vol-virt-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.oneri-vol-virt-span-vert-aling {
    display: inline-block;
    padding-top: 6px;
}

.oneri-vol-virt-icon-vert-aling {
    display: inline-block;
    padding-top: 4px;
}

.starch-oneri-costo-sup-add {
    background-color: #ffffff !important;
    border: 0px !important;
    /*text-decoration: underline !important;*/
}

    .starch-oneri-costo-sup-add:hover {
        background-color: #ffffff !important;
        border: 0px !important;
        text-decoration: underline !important;
        border: 0px !important;
        box-shadow: none !important;
        color: #005191 !important;
    }

.att_no_one a {
    background: -webkit-linear-gradient(to right, #c667fc, #c667fc);
    background: linear-gradient(to right, #c667fc, #c667fc);
    border-radius: 40px !important;
    border: none !important;
    color: #fff;
    text-transform: uppercase !important;
    padding-right: 15px !important;
    padding: 6px 15px 6px 6px !important;
}

.att_no_one i {
    font-size: 17px;
    float: left;
    margin-right: 10px;
    color: #fff;
    position: relative;
    top: 0px !important;
    margin-left: 5px;
    text-align: center;
}

.D3.att_no_one {
    background-color: #8852ca;
    color: #fff;
    height: 20px;
    padding-top: 2px;
    text-align: center;
    border-radius: 5px;
    margin-top: 14px;
}

.avviso a {
    background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
    background: linear-gradient(to right, #fc6767, #ec008c);
    border-radius: 40px !important;
    border: none !important;
    color: #fff;
    box-shadow: 0px 0px 19px -3px #d30000 !important;
    transition: 0.3s;
    text-transform: uppercase !important;
    padding-right: 15px !important;
    padding: 6px 15px 6px 6px !important;
}

    .avviso a:hover {
        color: #ffffff !important;
        box-shadow: none !important;
    }

    .avviso a:focus,
    .avviso a:active {
        box-shadow: none !important;
    }

.avviso i {
    font-size: 17px;
    float: left;
    margin-right: 10px;
    color: #fff;
    position: relative;
    top: 0px !important;
    margin-left: 5px;
    text-align: center;
}

/*.D3.avviso {
    background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
    background: linear-gradient(to right, #fc6767, #ec008c);
    padding: 1px 5px;
    color: #fff;
}*/

.D3.avviso {
    background-color: #004c87;
    color: #fff;
    /*height: 20px;*/
    padding-top: 2px;
    text-align: center;
    border-radius: 5px;
    margin-top: 14px;
}

.fa.fa-bell.fa-fw.fa-1x.attivita_in_scadenza {
    margin-top: 16px;
    text-align: center;
}

.panel-heading.altriiter-workflow-chiuso {
    border: solid 1px #dedede;
    border-left: solid 25px #1671847a;
    color: #757575;
}

    .panel-heading.altriiter-workflow-chiuso > a {
        color: #757575;
    }

    .panel-heading.altriiter-workflow-chiuso:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f550";
        font-weight: 700;
        font-size: 13px;
        float: left;
        position: absolute;
        color: #0079b3;
        left: 15px;
        padding-top: 2px;
    }

.panel-heading.avviso-workflow {
    border: solid 1px #ec008c;
    border-left: solid 25px #ec008c;
}

.panel-heading.avviso-workflow-chiuso {
    border: solid 1px #cbcbcb;
    border-left: solid 25px #cbcbcb;
    background: #cbcbcb !important;
}

    .panel-heading.avviso-workflow-chiuso > a {
        color: #757575;
    }

.panel-heading.avviso-iter:before {
    left: 16px !important;
}

.panel-heading.avviso-workflow:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0f3";
    font-weight: 700;
    font-size: 13px;
    float: left;
    position: absolute;
    color: #ffffff;
    left: 15px;
    padding-top: 2px;
}

.panel-heading.avviso-workflow-chiuso:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0f3";
    font-weight: 700;
    font-size: 13px;
    float: left;
    position: absolute;
    color: #757575;
    left: 15px;
    padding-top: 2px;
}


.starch-iter-cronologico-wf-data {
    display: block;
    font-size: 13px;
    text-align: right;
    color: #333333;
}

.starch-iter-cronologico-wf-panel-heading:hover {
}

.starch-iter-cronologico-wf-table-dettaglio {
    margin-top: 5px;
}

.starch-iter-cronologico-wf-table-dettaglio-avviso {
    margin-top: 5px;
}

.starch-iter-cronologico-wf-processo > a {
    color: #000;
    text-decoration: none;
}

    .starch-iter-cronologico-wf-processo > a:hover {
        text-decoration: none;
    }


.starch-iter-cronologico-wf-processo {
    display: block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
}

#icone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
}

    #icone.nav.navbar-nav.navbar-right.navbar-icon > li > a i {
        border: solid 1px;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        display: table-cell;
        vertical-align: middle;
        transition: 0.3s;
        background: #fff;
    }

    #icone.nav.navbar-nav.navbar-right.navbar-icon > li > a {
        color: #004c87;
        background: #fff;
        padding: 0px;
    }

.navbar-default .navbar-nav > li > a i {
    border: solid 1px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    transition: 0.3s;
}


.navbar-default .navbar-nav > li > a {
    transition: 0.2s;
}

.navbar-default .navbar-nav > li > a {
    transition: 0.2s;
}

.navbar-default .navbar-nav li:hover a i {
    box-shadow: 0px 0px 5px -1px;
}

.navbar-default .navbar-nav .nav-item.dropdown:hover a i {
    box-shadow: none;
    transform: translateY(1px);
}


.navbar-default .navbar-nav > li > a.fa,
.navbar-default .navbar-nav > li > a.fas {
    border: solid 1px !important;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px !important;
    margin: 0px;
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 0px;
    transition: 0.3s;
    /* box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.4196078431372549);*/
}

.navbar-default .navbar-nav > li > a:hover {
    text-decoration: none;
}

.navbar-default .navbar-nav > li:hover > a.fa,
.navbar-default .navbar-nav > li:hover > a.glyphicon {
    box-shadow: 0px 0px 5px -1px;
}

/*IMMOBILI*/
.pannello_fabbricato {
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .pannello_fabbricato.attivo {
        background-color: #fff;
    }

    .pannello_fabbricato a {
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 1px;
    }

.box.risultati-fabbricato {
    /*max-height: 600px !important;*/
    /*max-height: calc(100vh - 167px) !important;*/
    border: none;
    background-color: #ababab;
}




.no_immobile {
    font-size: 12px;
}

.pannello_fabbricato.storico {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
    box-shadow: none;
}


.pannello_fabbricato .indirizzo::before,
.pannello_fabbricato .no_immobile::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f3c5";
    font-weight: 700;
    font-size: 14px;
    float: left;
    margin-right: 6px;
    position: relative;
    top: 2px;
    width: 15px;
}


.pannello_fabbricato .no_immobile::before {
    color: #616161;
}



.pannello_fabbricato .catasto::before {
    content: "\f279";
}

.pannello_fabbricato .indirizzo.catasto,
.no_immobile {
    margin-bottom: 0px;
    font-size: 13px;
}

.pannello_fabbricato a span {
    font-weight: 600;
    float: right;
}

.pannello_fabbricato table {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
}




.pannello_fabbricato .fabbricato-immobile {
    color: #004c87;
    font-weight: 700;
}

    .pannello_fabbricato .fabbricato-immobile span {
        color: #000;
        font-weight: 500;
    }

.pannello_fabbricato.catasto table td:first-child {
    color: #004c87;
    font-weight: 700;
    display: block;
    width: 127px;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fabbricato-riga-immobile::after {
    content: "";
    padding-bottom: 10px;
}

.fabbricato-riga-immobile.attivo a {
    background-color: #e91e63;
    padding: 0px 5px;
    color: #ffffff;
}

.pannello_fabbricato table i {
    color: #9E9E9E;
    margin-right: 5px;
}


.pannello_fabbricato ul {
    padding: 5px 0px 5px 0px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.pannello_fabbricato li {
    margin-left: 2px;
    list-style: none;
    border-left: solid 2px #005191;
    padding-left: 5px;
}

.fabbricato-codeco {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #005191;
}

    .fabbricato-codeco:hover {
        text-decoration: underline;
    }



.pannello_fabbricato .tipo-fabbricato {
    font-weight: 400;
    margin-left: 0px;
    font-size: 12px;
    background-color: #a8c2d6;
    color: #082742;
    border-radius: 4px;
    padding: 0px 5px;
    position: relative;
    top: 0px;
}

.fabbricato-testa {
    margin-bottom: 3px;
}

    .fabbricato-testa .badge {
        font-size: 11px;
        background-color: #d30000;
        position: relative;
        top: 1px;
    }

.fabbricato-numeroImmobili {
}

.starch-immobili-fabbricati-detail-header-demolito {
    color: white;
    text-decoration: underline;
    background-color: #d30000;
    font-size: 12px;
    padding: 3px 10px;
    text-decoration: none;
}

.fabbricato-dettaglio {
}

.pannello-gestione-fabbricato {
    background-color: #e0e0e0;
    box-shadow: 0px 0px 10px -4px;
    padding: 10px;
    border-radius: 4px;
    /*min-height: 835px;*/
}

    .pannello-gestione-fabbricato .panel-group {
        padding: 10px;
        margin: 0px;
        font-size: 11px;
        border: none;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2) !important;
        border-radius: 4px;
        color: #616161 !important;
        transition: 0.1s;
        /* border-color: #e0e0e0; */
        /* border-left: 1px solid #004c87; */
        margin-bottom: 15px;
        background-color: #f0f0f0;
    }

        .pannello-gestione-fabbricato .panel-group:hover {
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.32941176470588235) !important;
        }


    .pannello-gestione-fabbricato .input-group-sm > .form-control,
    .pannello-gestione-fabbricato .input-group-sm > .input-group-addon,
    .pannello-gestione-fabbricato .input-group-sm > .input-group-btn > .btn {
        height: 23px;
    }


    .pannello-gestione-fabbricato .panel-group .box {
        max-height: 110px !important;
    }

    .pannello-gestione-fabbricato .btn-info {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pannello-gestione-fabbricato .form-control {
        height: 23px;
    }

    .pannello-gestione-fabbricato .panel-group .D1,
    .pannello-gestione-fabbricato .panel-group .D2 {
        font-size: 11px;
    }

    .pannello-gestione-fabbricato .starch-form-group {
        margin-bottom: 5px;
    }

.fabbricato-badge {
    background: #e7f2fb;
    padding: 0px 5px;
    border-radius: 4px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px #004c87;
}

    .fabbricato-badge.elenco-immobili {
        background-color: #e7f2fb;
        color: #004c87;
        border: solid 1px #004c87;
        margin-bottom: 0px;
        line-height: 22px;
        font-size: 11px;
    }

.fabbricato-elenco_dati .elimina {
    color: #d30000;
    font-size: 13px;
    cursor: pointer;
    visibility: hidden;
}

.fabbricato-elenco_dati .modifica {
    color: #005191;
    font-size: 13px;
    cursor: pointer;
    visibility: hidden;
}

.fabbricato-elenco_dati .D2 {
    font-size: 12px;
}

.fabbricato-elenco_dati .D1 {
    margin-right: 5px;
    font-size: 12px;
}

.fabbricato-elenco_dati.intestatari::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0c1";
    font-weight: 700;
    margin-right: 5px;
    color: #E0E0E0;
    float: left;
    padding-top: 3px;
}

.superfici {
    font-weight: 700;
    color: #000;
}

.fabbricato-elenco_dati.intestatari.collegato::before,
.fabbricato-elenco_dati.identificativi.collegato::before {
    color: #4CAF50;
}

.fabbricato-elenco_dati.intestatari.sovrapposto::before,
.fabbricato-elenco_dati.identificativi.sovrapposto::before {
    color: blue;
}

.fabbricato-elenco_dati.identificativi::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0c1";
    font-weight: 700;
    margin-right: 5px;
    color: #E0E0E0;
    float: left;
    padding-top: 3px;
}

.identificativi-catastali::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0c1";
    font-weight: 700;
    margin-right: 5px;
    color: #E0E0E0;
    float: left;
    padding-top: 3px;
}

.fabbricato-elenco_dati:hover .elimina,
.fabbricato-elenco_dati:hover .modifica {
    visibility: inherit;
}

.fabbricato-civico_principale::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f024";
    font-weight: 700;
    float: left;
    margin-right: 5px;
    color: #004c87;
}

.soggetto_storico {
    opacity: 0.5;
}





.pratiche-collegate a {
    float: left;
}

.starch-immobili-fabbricati-picture-container {
    height: 100%;
    /*box-shadow: 0px 0px 18px -4px;*/
    width: auto;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: inset 0px 0px 10px -2px rgba(0, 0, 0, 0.6);
}

    .starch-immobili-fabbricati-picture-container img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
    }

.starch-immobili-fabbricati-picture-caption {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 28%;
}

.btn-foto-fabbricato {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    margin-right: 7px;
    background-color: rgba(0, 0, 0, 0.3)
}

.starch-immobili-fabbricati-picture-container .btn-foto-fabbricato {
    display: none;
}

.starch-immobili-fabbricati-picture-container:hover .btn-foto-fabbricato {
    display: initial !important;
}

.starch-immobili-fabbricati-documenti-grid {
    height: 500px !important;
    width: auto;
    margin-right: 0px;
}

    .starch-immobili-fabbricati-documenti-grid.ui-grid {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        padding: 0px;
        padding-top: 10px;
    }

.starch-upload-file-drop-zone {
    border: dotted 2px lightgray;
    margin-bottom: 30px;
}

.carousel-control.left {
    background-image: none;
    width: 30px;
}

.carousel-control.right {
    background-image: none;
    width: 30px;
}

.starch-immobili-fabbricati-picture-container .carousel-control,
.starch-immobili-fabbricati-picture-container .starch-carousel-zoom-image {
    display: none;
    transition: 0.2s;
}

.starch-immobili-fabbricati-picture-container:hover .carousel-control,
.starch-immobili-fabbricati-picture-container:hover .starch-carousel-zoom-image {
    display: inherit;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev {
    color: #9E9E9E;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    color: #9E9E9E;
}

.carousel-indicators li {
    border: 1px solid #005191;
    background: #e7f2fb;
}

.carousel-indicators .active {
    border: 1px solid #004c87;
    background-color: #004c87;
}

.starch-carousel-zoom-image {
    cursor: pointer;
    font-size: 23px;
    color: #cfcfcf;
    box-shadow: none;
    border: none;
}

    .starch-carousel-zoom-image:hover {
        color: #9E9E9E;
    }

.carousel-caption {
    text-shadow: none;
}

.strumenti-immagine i {
    font-size: 18px;
    margin: 0px 2px;
    cursor: pointer;
    border: solid 1px;
    border-radius: 4px;
    padding: 7px;
    background-color: #fff;
    color: #004c87;
    transition: 0.3s;
}

    .strumenti-immagine i:hover {
        box-shadow: none;
        color: #fff;
        background: #004c87;
        border-color: #004c87;
    }

.btn-risultati-fabbricato.attivo {
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.25882352941176473);
    background: rgba(0, 0, 0, 0.03);
    color: #004c87;
    border: solid 1px #9E9E9E;
    background-color: #fff;
    width: 40px;
}

.btn-risultati-fabbricato {
    border-radius: 4px;
    background: #e2e1e0;
    color: #9E9E9E;
    font-size: 15px;
    padding: 3px 6px;
    border-color: #9E9E9E;
}

    /*.btn-risultati-fabbricato:hover {
        border: solid 1px #9E9E9E;
    }*/

    .btn-risultati-fabbricato:active {
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.25882352941176473);
        background: rgba(0, 0, 0, 0.03);
        color: #004c87;
    }

.dropdown-commercio {
    padding: 0px 10px 0px 10px;
    margin-top: 3px;
    background: #fff;
    color: rebeccapurple;
    font-weight: 700;
    border-radius: 4px;
    text-align: left;
    height: 23px;
    line-height: 23px;
    box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.5803921568627451);
}

    .dropdown-commercio .caret {
        float: right;
        position: relative;
        top: 6px;
        margin-left: 5px;
    }

.icona_scrivania {
    color: #082742;
    font-size: 17px;
    margin: 0px;
    position: relative !important;
    top: 2px;
    transition-property: transform;
    transition-duration: 1s;
    padding: 0px;
}

/*CATASTO*/

.catasto-ricerca {
    border: solid 1px #004c87;
    margin-bottom: 13px;
    padding-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
}

.pannello_generico_no_border.risultati-catasto {
    padding: 5px;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 0px;
}

.pannello_generico_no_border.footer {
    margin: 0px;
    margin-top: -1px;
    background-color: #fff;
    padding: 10px 0px;
    border-radius: 0px 0px 4px 4px;
}

.starch-catasto-risultato-censuario-label {
    text-transform: inherit;
    color: #004c87;
    font-size: 12px;
}

.catasto_pannello_risultati {
    padding: 5px;
    border: solid 1px #E0E0E0;
    margin-bottom: 5px;
    background: #fff;
    margin: 0px 5px 5px 5px;
}

    .catasto_pannello_risultati label {
        font-size: 12px;
    }

    .catasto_pannello_risultati .badge-stato-catasto {
        margin-bottom: 0px;
        font-size: 11px;
        padding: 2px;
    }

.catasto-pannello-badge {
    display: none;
    position: absolute;
    left: 7px;
    width: 100%;
    top: 3px;
}


.catasto_pannello_risultati:hover .catasto-pannello-badge {
    display: inherit
}

.catasto_pannello_risultati:hover .pannello_indirizzo {
    visibility: hidden;
}

.catasto_pannello_risultati .badge-stato-catasto.fornitura {
    margin-bottom: 0px;
    font-size: 11px;
    padding: 2px;
    visibility: hidden;
}


.catasto_pannello_risultati:hover .badge-stato-catasto.fornitura {
    visibility: visible;
}


/*CARTOGRAFIA*/

.starch-watermark-carto-small {
    font-size: 14px;
    opacity: 0.75;
}

.elementi_geometrici .panel-group {
    background: white;
    border: none;
    box-shadow: none;
    padding: 2px 0px;
    margin-bottom: 0px;
}

    .elementi_geometrici .panel-group .panel-heading {
        padding: 2px 2px;
    }

.starch-cartografia-info-tabs-elem-geom-info {
    color: #005191;
}

.elementi_geometrici .panel-group .panel-body {
    padding: 0px;
}

    .elementi_geometrici .panel-group .panel-body .tab-content {
        padding: 5px;
        border: solid 1px #dddddd;
    }

.starch-cartografia-info-tabs-elem-geom-ogg {
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    color: #005191;
    font-weight: 700;
    margin-bottom: 10px;
}

    .starch-cartografia-info-tabs-elem-geom-ogg:hover {
        text-decoration: underline;
    }


/*WORKFLOW*/

.starch-workflow-control-zoom-container-config {
    position: absolute;
    top: 0;
    right: 27px;
}

.ol-zoom {
    display: none !important;
}



/*NO DATA IMMAGINI*/
.no-data,
.no-data-small {
    background: #d1d1d1;
    border-radius: 6px;
    padding: 10px;
    text-align: center
}

    .no-data .image::before,
    .no-data-small.image::before {
        font-family: "Font Awesome 6 Pro";
        content: '\f6fb';
        transition: all .3s;
        font-size: 4em;
        color: #004c87;
        text-align: center;
        font-weight: 600;
    }

    .no-data .image::before {
        font-size: 4em;
    }

    .no-data-small.image::before {
        font-size: 2em;
    }

    .no-data::after, .no-data-small::after {
        content: "Nessun dato presente";
        color: #004c87;
        text-align: center;
        position: relative;
    }


    .no-data::after {
        font-size: 18px;
    }

    .no-data-small::after {
        font-size: 14px;
    }








.searching-data,
.searching-data-small {
    background: #d1d1d1;
    border-radius: 6px;
    padding: 10px;
    text-align: center
}

    .searching-data .image::before,
    .searching-data-small.image::before {
        font-family: "Font Awesome 6 Pro";
        content: '\f865';
        transition: all .3s;
        font-size: 4em;
        color: #004c87;
        text-align: center;
        font-weight: 600;
    }

    .searching-data .image::before {
        font-size: 4em;
    }

    .searching-data-small.image::before {
        font-size: 2em;
    }

    .searching-data::after, .searching-data::after {
        content: "Ricerca in corso";
        color: #004c87;
        text-align: center;
        position: relative;
    }


    .searching-data::after {
        font-size: 18px;
    }

    .searching-data-small::after {
        font-size: 14px;
    }











.no-data-commissioni {
    text-align: center;
}

    .no-data-commissioni.subentri::after {
        content: "Ad oggi non c'è stato alcun subingresso";
        font-size: 18px;
        color: #004c87;
        text-align: center;
        position: relative;
        top: -16px;
    }

.no-data.ricerca_personalizzata::after {
    content: "Nessun modulo selezionato";
    font-size: 18px;
    color: #004c87;
    text-align: center;
    position: relative;
    top: -16px;
}

.no-image {
    background: transparent;
    border-radius: 6px;
    padding: 10px;
    text-align: center
}

    .no-image .image::before {
        font-family: "Font Awesome 6 Pro";
        content: '\f6fb';
        transition: all .3s;
        font-size: 6em;
        color: #004c87;
        text-align: center;
        font-weight: 600;
    }

    .no-image::after {
        content: "Nessuna immagine caricata";
        font-size: 18px;
        color: #004c87;
        text-align: center;
        position: relative;
        top: -16px;
        text-align: center;
    }

.no-data.small::after {
    font-size: 15px;
    top: 0px;
}

.no-data .image.small {
    height: 75px;
}

.no-data-commissioni .image::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f52e';
    transition: all .3s;
    font-size: 6em;
    color: #004c87;
    text-align: center;
    font-weight: 600;
}

.no-data-commissioni::after {
    content: "Ancora nessuna seduta...";
    font-size: 18px;
    color: #004c87;
    text-align: center;
    position: relative;
    top: -16px;
}

.no-results .image::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f6fb';
    transition: all .3s;
    font-size: 6em;
    color: #004c87;
    text-align: center;
    font-weight: 600;
}

.no-results::after {
    content: "Mi spiace, nessun risultato trovato!";
    font-size: 18px;
    color: #004c87;
    text-align: center;
    position: relative;
    top: -16px;
}

.no-documenti .image {
    font-family: "Font Awesome 6 Pro";
    content: '\f901';
    transition: all .3s;
    font-size: 6em;
    color: #004c87;
    text-align: center;
    font-weight: 600;
}

.no-documenti::after {
    content: "Nessun documento generato";
    font-size: 18px;
    color: #004c87;
    text-align: center;
    position: relative;
    top: -16px;
}

.tabella_settori_merceologici:hover {
    background-color: rgba(0, 0, 0, 0.0392156862745098);
}

.pannello_generico_no_border.commissioni {
    padding: 10px;
    margin-bottom: 5px;
    border-color: #eaeaea;
    cursor: pointer;
    box-shadow: none;
}

    .pannello_generico_no_border.commissioni .box {
        max-height: 50px !important;
        color: #212121;
        background-color: #d2e1f3;
        margin-bottom: 10px;
        border: solid 1px #004c87;
        border-radius: 4px;
    }

    .pannello_generico_no_border.commissioni .badge {
        font-weight: 400;
        background-color: #082742;
        font-size: 12px;
        position: relative;
        top: -2px;
        margin: 0px;
        border-radius: 0px;
        padding: 4px 3px 3px 3px;
    }

        .pannello_generico_no_border.commissioni .badge i {
            margin-right: 2px;
        }

    .pannello_generico_no_border.commissioni:hover {
        background-color: rgba(243, 237, 255, 0.4);
    }


    .pannello_generico_no_border.commissioni .tool {
        position: absolute;
        right: 10px;
        top: 0px;
    }



    .pannello_generico_no_border.commissioni .D1,
    .pannello_generico_no_border.commissioni .D2 {
        font-size: 11px;
    }

    .pannello_generico_no_border.commissioni .D1 {
        color: #212121;
    }

.badge-votazione {
    background-color: #004c87;
    color: #ffffff;
    padding: 2px 10px;
    text-align: left;
    width: auto;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
    border-radius: 0px;
}

    .badge-votazione.parere-da-emettere {
        background-color: #d30000;
    }


/*ANIMAZIONI*/
.pulsate-fwd {
    -webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
    animation: pulsate-fwd 0.5s ease-in-out infinite both;
}

/*Albero documenti*/
.directory {
    list-style-type: none;
    margin: 16px 0px 16px 16px;
    padding: 5px;
}

    .directory ul {
        list-style-type: none;
        padding: 0;
        margin-top: 0;
    }

    .directory li,
    [class*=directory-sa-] {
        padding-left: 22px;
    }

    .directory li {
        margin: 0;
    }



    .directory .folder,
    .directory-sa-folder {
        background: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Shape_1_copy"><g><path fill="%23B3B4B4" d="M6,1H2C1.4,1,0,1.4,0,2c0,0.6,1.4,1,2,1h4c0.6,0,2-0.4,2-1C8,1.4,6.6,1,6,1z"/></g></g><g id="Shape_2_copy"><g><path fill="%23B3B4B4" d="M14,2H0v11c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C16,2.9,15.1,2,14,2z"/></g></g></svg>') 0px 4px no-repeat;
    }

    .directory .file,
    .directory-sa-file {
        background: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Shape_25"><g><path fill="%23B3B4B4" d="M10,4V0H2v16h12V4H10z M3,3h6v1H3V3z M13,14H3v-1h10V14z M13,12H3v-1h10V12z M13,10H3V9h10V10z M13,8H3V7h10V8z M13,6H3V5h10V6z"/></g></g><g id="Shape_26"><g><polygon fill="%23B3B4B4" points="11,3 14,3 11,0"/></g></g></svg>') 0px 4px no-repeat;
    }

[class*="directory-sa"] {
    font-family: monospace;
    background-color: #EEEEEE;
    border-radius: 3px;
    padding: 4px 6px 4px 28px;
    background-position: 6px;
}

.pannello_risultati_cdu {
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #E0E0E0;
    border-radius: 4px;
    transition: 0.3s;
}

    .pannello_risultati_cdu span .btn {
        visibility: hidden;
    }

    .pannello_risultati_cdu:hover span .btn {
        visibility: inherit;
    }

    .pannello_risultati_cdu .D1 {
        margin-bottom: 5px;
    }

    .pannello_risultati_cdu ul {
        padding: 0px;
        margin: 0px;
    }

        .pannello_risultati_cdu ul li {
            list-style-type: none;
        }

    .pannello_risultati_cdu .cdu_mappali {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .pannello_risultati_cdu .cdu_zona {
        margin-bottom: 0px;
        color: #000;
    }

    .pannello_risultati_cdu .cdu_descrizione_zona {
        margin-bottom: 0px;
        font-size: 13px;
    }

    .pannello_risultati_cdu .cdu_sormonto {
        padding: 0px 5px;
        background: #EEEEEE;
        text-align: center;
    }

.cdu_sormonto.salvaguardia {
    background: #FFE082;
    color: #E65100;
}

.cdu_sormonto.vigente {
    background: #DCEDC8;
    color: #33691E;
    border-right: solid 1px #AED581;
}

.cdu_sormonto.vincolo {
    background: #FFEBEE;
    color: #d30000;
    border-right: solid 1px #FFCDD2;
}

.cdu_perc_sormonto {
    font-size: 13px;
    font-weight: 600;
}

.cdu_metri_sormonto {
    font-size: 12px;
}



.cdu_riga_zona:hover .cdu_tools {
    visibility: inherit;
}

.cdu_riga_zona .cdu_tools {
    visibility: hidden;
    position: absolute;
    right: 10px;
}

.cdu_riga_zona:hover {
    background-color: #FAFAFA;
}

.pannello_risultati_cdu:hover {
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.1607843137254902);
    border-color: #E0E0E0;
}

.dropdown-toggle.freccia::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .755em;
    margin-right: .055em;
    /* margin-left: .255em;
    margin-right: .255em;*/
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.pannello_elaborazione_cdu.pannello_primo_livello_no_content {
    padding: 10px;
}


    .pannello_elaborazione_cdu.pannello_primo_livello_no_content .pannello_nodi_colonna_sinistra a {
        padding: 10px;
        border-radius: 4px;
        box-shadow: 0px 2px 10px -2px;
        background: #167184;
        color: #fff;
        box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.4);
        transition: 0.3s;
    }

        .pannello_elaborazione_cdu.pannello_primo_livello_no_content .pannello_nodi_colonna_sinistra a:hover {
            box-shadow: none;
        }


        .pannello_elaborazione_cdu.pannello_primo_livello_no_content .pannello_nodi_colonna_sinistra a:before {
            font-family: "Font Awesome 6 Pro";
            content: "\f5fd";
            transition: all .3s;
            font-size: 16px;
            margin-right: 5px;
        }

.pannello_generico.regioneLombardia {
    border-left: 3px solid #2e7d32;
}

    .pannello_generico.regioneLombardia:hover {
        border-color: #2e7d32;
    }

.pannello_generico.regioneLombardia {
}

.badge-stato-pratica.regioneLombardia .D3 {
    color: #2e7d32;
}

.pannello_generico.regioneLombardia .starch-pratica-content-section-header::before {
    content: url(images/LogoRegioneLombardiaSmall.jpg);
    position: relative;
    top: 6px;
    border-radius: 10px;
    margin-right: 5px;
}

.pannello_generico.regioneLombardia .starch-pratica-content-section-header {
    color: #2e7d32;
    position: relative;
    margin-bottom: 10px;
}

.badge-stato-pratica.regioneLombardia {
    border: solid 1px #2e7d32;
    background-color: rgba(46, 125, 50, 0.2);
}


/*CSS HOVER*/
.hvr-underline-from-center:before {
    height: 2px !important;
    background: #004c87 !important;
}


#sticky {
    transition: 0.3s;
}

    #sticky.stick {
        position: fixed;
        top: 78px;
        z-index: 10000;
        border-radius: 0 0 0.5em 0.5em;
        width: 290px;
    }

    #sticky.box {
        overflow-y: hidden !important;
        max-height: inherit !important;
        border: none;
        background: transparent;
    }

    #sticky.stick.box {
        max-height: 80vh !important;
        overflow-y: auto !important;
        overflow-x: hidden;
        padding: 4px 4px 10px 4px;
        border: none;
        background-color: transparent;
    }


/*ENDOPROCEDIMENTI*/

.pannello_endoprocedimenti .badge-stato-pratica {
    padding: 5px;
    margin: 0px 5px 0px 0px;
    float: left;
    background-color: rgba(103, 58, 183, 0.1);
    border-radius: 4px;
    border: solid 1px #004c87;
}

.pannello_endoprocedimenti .D1 {
    font-size: 12px;
}

.pannello_endoprocedimenti .D2 {
    font-size: 11px;
}

.pannello_endoprocedimenti .badge-stato-pratica .D3 {
    text-transform: inherit;
    color: #004c87;
    margin-bottom: 5px !important;
    font-size: 11px !important;
}

.pannello_endoprocedimenti .badge-stato-pratica h2 {
    margin-bottom: 2px !important;
    font-size: 10px !important;
    margin-top: 0px !important;
    text-align: left;
}

.pannello_endoprocedimenti .badge {
    color: #004c87;
    background-color: rgba(103, 58, 183, 0.1607843137254902);
    font-weight: 500;
}

/*RICERCA*/
.pannello_selezionato {
    background: rgba(226, 218, 242, 0.55);
    padding: 15px 5px;
    font-weight: 500;
}

.documenti_bottoni .btn:first-child {
    min-width: 65px;
}

/*Linea divisione*/
.linea_divisione {
    border-bottom: dashed 4px #E0E0E0;
    margin: 20px 0px;
    line-height: 41px;
}

.pannello_generico.risultato-anagraficaTributaria {
}

    .pannello_generico.risultato-anagraficaTributaria .numero {
        font-size: 14px;
        background: #004c87;
        padding: 4px;
        border-radius: 2px;
        color: #fff;
    }

.tabella-tributaria td {
    color: #000;
}

.tabella-documenti-accesso-atti .badge-extra-info {
    margin-bottom: 0px;
    font-weight: 400;
    color: #082742;
    background: #e7f2fb;
    padding: 0px 10px;
}

.starch-badge-num-pratiche-sportello {
    background-color: #004c87;
    color: #ffffff;
    margin-top: -2px;
    border-radius: 2px;
    padding: 3px 7px;
}

.alert-info {
    background-color: #b0d6f3;
    border-color: #89b4d6;
    color: #004c87;
}

    .alert-info h4 {
        color: #006a9f;
        margin-bottom: 5px;
        text-transform: none;
        font-size: 14px;
        font-weight: 500;
    }

/*.pannello_generico_no_border.storicizza {
    filter: brightness(0.50);
    -webkit-filter: brightness(0.50);
    -moz-filter: brightness(0.6);
    -o-filter: brightness(0.6);
    -ms-filter: brightness(0.6);
}*/

.storicizza {
    transition: 0.3s;
}

    .storicizza::before {
        filter: brightness(0.3);
        position: absolute;
        z-index: 6;
        display: block;
        content: "";
        top: 30px;
        right: 0;
        bottom: 0;
        left: 0;
        background: hsla(0, 0%, 0%, 0.5);
        border-radius: 4px;
        -webkit-animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

/* ----------------------------------------------
 * Generated by Animista on 2019-5-14 10:49:19
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-in-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

/*Piani attuativi Urbanizzazioni*/
.pannello_generico_no_border.pa-urbanistica {
    padding: 10px;
    margin-bottom: 5px;
    border-color: #eaeaea;
    cursor: pointer;
}

    .pannello_generico_no_border.pa-urbanistica .box {
        max-height: 50px !important;
        background-color: transparent;
        color: #212121;
        background-color: #fff;
        margin-bottom: 10px;
        border: solid 1px #004c87;
    }

    .pannello_generico_no_border.pa-urbanistica .badge {
        font-weight: 400;
        background-color: #004c87;
        padding: 3px 10px;
        font-size: 11px;
        float: right;
    }

    .pannello_generico_no_border.pa-urbanistica .badge-expired {
        font-weight: 400;
        background-color: #d30000;
        padding: 3px 10px;
        font-size: 11px;
        float: right;
    }

    .pannello_generico_no_border.pa-urbanistica .badge .badge-expired i {
        margin-right: 2px;
    }

    .pannello_generico_no_border.pa-urbanistica .badge-inscadenza {
        font-weight: 400;
        background-color: #ffcc00;
        padding: 3px 10px;
        font-size: 11px;
        float: right;
    }

    .pannello_generico_no_border.pa-urbanistica .badge .badge-ok i {
        margin-right: 2px;
    }

    .pannello_generico_no_border.pa-urbanistica .badge-ok {
        font-weight: 400;
        background-color: #00cc00;
        padding: 3px 10px;
        font-size: 11px;
        float: right;
    }

    .pannello_generico_no_border.pa-urbanistica .badge .badge-inscadenza i {
        margin-right: 2px;
    }

    .pannello_generico_no_border.pa-urbanistica:hover {
        background-color: rgba(243, 237, 255, 0.4);
    }

        .pannello_generico_no_border.pa-urbanistica:hover .tool {
            display: inherit;
            cursor: pointer;
        }


    .pannello_generico_no_border.pa-urbanistica .tool {
        position: absolute;
        right: 10px;
        top: 20px;
        display: none;
    }

    .pannello_generico_no_border.pa-urbanistica .D1,
    .pannello_generico_no_border.pa-urbanistica .D2 {
        font-size: 11px;
    }

    .pannello_generico_no_border.pa-urbanistica .D1 {
        color: #212121;
    }

.ta-editor h1 {
    font-size: 25px;
    color: #000;
    margin-bottom: 10px;
}

.ta-editor h2 {
    font-size: 20px;
    color: #757575;
}

.sottotitolo {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #082742;
}

/*Sopralluoghi*/
.pannello_generico_no_border.sopralluoghi {
    padding: 10px;
    margin-bottom: 5px;
    border-color: #eaeaea;
    cursor: pointer;
    box-shadow: none;
}

    .pannello_generico_no_border.sopralluoghi .box {
        max-height: 50px !important;
        background-color: transparent;
        color: #212121;
        background-color: #fff;
        margin-bottom: 10px;
        border: solid 1px #004c87;
    }

    .pannello_generico_no_border.sopralluoghi .badge {
        font-weight: 400;
        background-color: #004c87;
        padding: 3px 10px;
        font-size: 11px;
        float: right;
    }

    .pannello_generico_no_border.sopralluoghi:hover {
        background-color: rgba(243, 237, 255, 0.4);
    }



    .pannello_generico_no_border.sopralluoghi .tool {
        position: absolute;
        right: 10px;
        top: 20px;
    }

    .pannello_generico_no_border.sopralluoghi .tool0px {
        position: absolute;
        right: 10px;
    }

    .pannello_generico_no_border.sopralluoghi .D1,
    .pannello_generico_no_border.sopralluoghi .D2 {
        font-size: 11px;
    }

    .pannello_generico_no_border.sopralluoghi .D1 {
        color: #212121;
    }

/*STILE MEGA MENU CONFIGURAZIONE*/
.mega-menu {
    padding: 10px 15px !important;
    width: 660px;
    border-radius: 0;
    margin-top: 0px;
}

    .mega-menu ul {
        padding: 0px 10px;
    }

    .mega-menu li {
        display: inline-block;
        float: left;
        padding: 3px 0px;
    }

        .mega-menu li.mega-menu-column {
            margin-right: 0px;
            width: 208px;
        }

            .mega-menu li.mega-menu-column li a {
                padding: 5px;
                border: solid 1px #ababab;
            }

                .mega-menu li.mega-menu-column li a:hover {
                    border-color: #004c87;
                    background: #dcf0ff;
                }

#icone ul li {
    padding: 3px 0px;
}

    #icone ul li a {
        padding: 5px;
        border: solid 1px #ababab;
    }

        #icone ul li a:hover {
            border-color: #004c87;
            background: #dcf0ff;
        }

.mega-menu .nav-header {
    padding: 0 !important;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    line-height: 20px;
    color: #082742;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.mega-menu img {
    padding-bottom: 10px;
}

.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 8px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    content: '';
    display: none;
}

a.nodo_selezionato,
.pannello_secondo_livello_last .header h1.nodo_selezionato,
.pannello_secondo_livello .header h1.nodo_selezionato {
    color: #fff !important;
    text-decoration: underline !important;
    background-color: #004c87;
    padding: 1px 5px;
    box-shadow: 0px 0px 0px 1px #082742;
}

.pannello_nodi_colonna_sinistra h1.nodo_selezionato {
    background-color: #004c87;
    color: #fff;
    text-decoration: underline !important;
}

.mostra {
    display: inline-block !important;
}

.scaduto {
    color: #d30000 !important;
}

.in_scadenza {
    color: #ff9800 !important;
}

.istruttoria_bloccata {
    position: absolute;
    background: black;
    z-index: 999;
    top: 29px;
    color: #ffffff;
    font-size: 31px;
    opacity: 0.3;
    text-align: center;
    width: 96%;
    left: 9px;
    height: 91%;
}

.badge.tag {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #eaeaea;
    color: #004c87;
    border: solid 1px #004c87;
    font-size: 11px;
}

.badge.badge-default {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #eaeaea;
    color: #004c87;
    border: solid 1px #004c87;
    font-size: 11px;
}

.badge.scrivania-firma {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #eaeaea;
    color: #6122d9;
    border: solid 1px #6122d9;
    font-size: 11px;
}

badge.secretato {
    background-color: #eaeaea;
    color: #424242;
    border: 1px #424242 solid;
}

.istruttoria_bloccata span {
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    /* background: #000; */
    opacity: 1;
    right: 38%;
}

.dropdown-assistenza {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99999;
}

/** Stepper Style */
.stepper {
    /** todo.. */
}



    .stepper .step .stepper-right {
        background: #fcfcfc;
        border-radius: 5px;
        border: 1px solid #cdcdcd;
        padding: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }

    .stepper .step {
        position: relative;
        min-height: 32px;
    }

        .stepper .step .step-heading {
            position: static;
            height: 33px;
            color: #000;
            padding-bottom: 30px;
            cursor: pointer;
        }

            .stepper .step .step-heading.disabled {
                pointer-events: none;
                cursor: not-allowed;
                opacity: 0.5;
            }

            .stepper .step .step-heading.active .circle {
                background: #A4C3FF;
            }

            .stepper .step .step-heading .circle {
                background: #004c87;
                width: 32px;
                height: 32px;
                line-height: 32px;
                border-radius: 16px;
                position: relative;
                color: #fff;
                text-align: center;
                float: left;
            }

            .stepper .step .step-heading .title {
                line-height: 32px;
                padding-left: 15px;
                float: left;
                text-transform: uppercase;
                font-weight: 700;
                color: #004c87;
                font-weight: 600;
                color: #004c87;
                font-size: 14px;
            }

        .stepper .step .body {
            padding-bottom: 30px;
        }

        .stepper .step .line {
            position: absolute;
            border-left: 1px solid #a4c3ff;
            left: 16px;
            bottom: 0px;
            top: 32px;
        }

        .stepper .step .btn.btn-step {
            /* color: #004c87; */
            /* background: #ffffff; */
            border-radius: 50px;
            /* padding: 10px; */
            /* border: solid 1px #004c87; */
        }

        .stepper .step .btn.btn-bg {
            background: #004c87;
            color: #fff;
        }

.btn-assistenza {
    padding: 10px 20px;
    color: #fff;
    border-radius: 44px;
}

.pannello_generico.assistenza h3 {
    display: -webkit-inline-box;
}

.pannello_generico.assistenza .form-check-label a {
    display: inherit;
}

.pannello_generico.assistenza .form-group.row.warn {
    margin-top: 20px;
}

    .pannello_generico.assistenza .form-group.row.warn .form-check-input {
        float: right;
    }

.testo_email {
    margin-top: 30px;
}

    .testo_email p font {
        font-size: 12px !important;
    }

    .testo_email table tr td font {
        font-size: 12px !important;
    }

    .testo_email table font {
        font-size: 12px !important;
    }

    .testo_email h1 p font {
        font-size: 15px !important;
    }

    .testo_email h2 p font {
        font-size: 14px !important;
    }

.test_email .p-10 font {
    font-size: 12px !important;
}

.nav.navbar-nav.sportello .active {
    background-color: #EEEEEE !important;
    border-radius: 4px;
    box-shadow: inset 0px 0px 0px 1px #9E9E9E;
    margin: 0px;
}

    .nav.navbar-nav.sportello .active:hover {
        background-color: #EEEEEE !important;
        border-radius: 4px;
        box-shadow: inset 0px 0px 0px 1px #9E9E9E;
        margin: 0px;
    }

.pannello_cartella {
    border-left: dotted 1px #9E9E9E;
    margin-left: 10px;
    padding: 0px 0px 0px 10px;
}

    .pannello_cartella::before {
        content: '';
        width: 15px;
    }

.cartella {
    line-height: 28px;
}

.nomeCartella {
    line-height: 27px;
    font-size: 13px;
    float: left;
    margin-right: 10px;
}

    .nomeCartella.nomeCartellaAperta::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f07c";
        font-weight: 700;
        font-size: 26px;
        float: left;
        margin-right: 4px;
        color: #004c87;
    }

    .nomeCartella.nomeCartellaAperta {
        color: #082742;
        font-weight: 700;
        font-size: 14px;
    }

    .nomeCartella:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    .nomeCartella::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f07b";
        font-weight: 700;
        font-size: 20px;
        float: left;
        margin-right: 4px;
        color: #004c87;
    }

.pannello_documenti .documenti-protocollo {
    padding: 0px;
    margin-top: 2px;
    margin-left: 10px;
}


.pannello_documenti .documenti-bottone {
    float: right;
    /*margin-right: 3px;*/
}

.btn_crea_cartella {
    margin-top: 0px;
}

/*.documenti-filtro {
    padding: 10px 0px;
    
    border-bottom: solid 1px #bdbdbd;
    margin-bottom: 30px;
}*/

.documenti-filtro {
    padding: 10px 5px;
    margin: 10px 0px;
    font-size: 12px;
    border-radius: 4px;
    color: #000000 !important;
    transition: 0.2s;
    margin-bottom: 15px;
    background-color: #eeeeee;
    box-shadow: 0px 0px 2px -1px #000000;
    border-left: solid 3px #004c87;
}


.area_selezionata {
    /* border-top: solid 10px #fff;*/
}

tr.area_selezionata:first-child {
    border-top: none !important;
}

.area_selezionata td:first-child {
    background-color: #082742;
    border-bottom: solid 1px #082742 !important;
    padding-left: 10px !important;
    height: 50px;
}



.pannello_generico.fascicolo {
    margin-bottom: 5px;
    box-shadow: none;
}

    .pannello_generico.fascicolo i {
        color: #BDBDBD;
        font-size: 13px;
    }

    .pannello_generico.fascicolo span {
        font-weight: 500;
    }

.modal.fade {
    background-color: rgba(100, 100, 100, 0.38) !important;
}

/****
           ---{  estrazioni style  }---
                07.10.2019 -- DeX
****/

.text-red {
    color: #ff1100 !important;
}

.text-green {
    color: #0a7a18 !important;
}

.dib100 {
    display: inline-block;
    width: 100%;
}

.dib {
    display: inline-block;
    width: initial;
}

.text-capitalize-first:first-letter {
    text-transform: uppercase;
}


.estrazioni_panel__gruppo {
    margin: 0.5rem 0;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
}

    .estrazioni_panel__gruppo a,
    .estrazioni_panel__gruppo a:hover,
    .estrazioni_panel__gruppo a:link,
    .estrazioni_panel__gruppo a:visited,
    .estrazioni_panel__gruppo a:active {
        text-decoration: none;
    }

    .estrazioni_panel__gruppo:hover {
        box-shadow: 0px 0px 10px -4px;
    }

.estrazioni_panel__gruppo___title {
    font-weight: 700;
    color: #004c87;
}

.estrazioni_panel__gruppo___subtitle {
    font-size: 12px;
    color: #868686;
}

.estrazioni_panel__fattispecie {
    font-size: 12px;
    color: #868686;
}

.estrazioni_panel__from__previous {
    display: inline-block;
    color: #004c87;
}

.estrazioni_panel__gruppo___viola {
    border-radius: 3px;
    border: 1px solid #f7f7f7;
    border-left: 3px solid #004c87;
}

    .estrazioni_panel__gruppo___viola:hover {
        border: 1px solid #004c87;
        border-left: 3px solid #004c87;
    }

.estrazioni_panel__gruppo___rosso {
    border-radius: 3px;
    border: 1px solid #f7f7f7;
    border-left: 3px solid #d30000;
}

    .estrazioni_panel__gruppo___rosso:hover {
        border: 1px solid #d30000;
        border-left: 3px solid #d30000;
    }

.estrazioni_panel__gruppo___testo___rosso {
    color: #d30000;
    font-size: 17px;
}

.estrazioni_panel__gruppo___testo___viola {
    color: #004c87;
    font-size: 17px;
}

.area_selezionata td:first-child span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.pannello_itercronologico {
    margin: 0px 10px;
}

.pannello_itercronologico {
    margin: 5px 0 !important;
}

.nome_iter {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 2px;
}

    .nome_iter::after {
        font-family: "Font Awesome 6 Pro";
        content: "\f078";
        font-weight: 700;
        margin-right: 10px;
    }

a.nome_iter:hover {
    text-decoration: none !important;
    border-bottom: 1px solid #c1c1c1;
}

.nome_iter:first-child {
    margin-top: 20px !important;
    border-bottom: 1px solid #ababab;
}

.starch-workflow-control-zoom-multiple {
    position: relative;
    left: 0px;
    top: 10px;
}

.starch-workflow-control-overview-multiple {
    position: absolute;
    left: 20px;
    top: 200px;
    cursor: move;
}

.table > tbody > tr.active > td {
    background-color: #e7f2fb;
}

.wf_menu:hover {
    overflow-y: auto;
}

.wf_list {
    padding: 2px;
}

.wf_menu {
    max-width: 20%;
    float: left;
    width: 20%;
    height: 700px;
    overflow: hidden;
    border-top: 1px solid rgb(205, 205, 205);
    border-right: 1px solid rgb(205, 205, 205);
    padding-top: 5px;
    margin-left: -1px;
}

.wf_item {
    min-width: 79%;
    width: 79%;
    max-width: 100%;
    float: left;
    z-index: 989;
}

#wf_menu__toggler {
    cursor: pointer;
    z-index: 999;
    display: inline-block;
    padding: 5px;
    /*position: absolute;*/
    background: linear-gradient(90deg, white, #efefef);
    border-radius: 0 5px 5px 0;
    border: 1px solid #cdcdcd;
    border-left: none;
    margin-left: -1px;
    color: #909090;
}

.workflow_item {
    padding: 1rem;
    border: 1px solid #e9e8ec;
    border-radius: 0.5rem;
    margin: 0 0.5rem 0.5rem 0;
    cursor: pointer;
    border-left: 5px solid #828282;
}

    .workflow_item h3 {
        color: #000000;
    }

    .workflow_item.active {
        background-color: #f4f1fa;
    }

    .workflow_item.aborted {
        border-color: #d30000;
    }

        .workflow_item.aborted h3 {
            color: #d30000;
        }

    .workflow_item.terminated {
        border-color: #ff9800;
    }

        .workflow_item.terminated h3 {
            color: #ff9800;
        }

    .workflow_item.closed {
        border-color: green;
    }

        .workflow_item.closed h3 {
            color: green;
        }

    .workflow_item.current {
        border-color: #004c87;
    }

        .workflow_item.current h3 {
            color: #004c87;
        }

span.workflow_item__status {
    display: inline-block;
    padding: 0.25rem 0.35rem 0.25rem 0.75rem;
    position: relative;
    right: 15px;
    border-radius: 0 0.5rem 0 0.5rem;
    bottom: -11px;
    margin-top: -20px;
    background: white;
    font-size: 11px;
    letter-spacing: 1pt;
    text-transform: uppercase;
    font-weight: 100;
}

.workflow_item.terminated span.workflow_item__status {
    background-color: #ff9800;
    color: black !important;
}

.workflow_item.aborted span.workflow_item__status {
    background-color: #d30000;
    color: white;
}

.workflow_item.terminated span.workflow_item__status {
    background-color: #ff9800;
    color: white;
}

.workflow_item.closed span.workflow_item__status {
    background-color: green;
    color: white;
}

.workflow_item.current span.workflow_item__status {
    background-color: #004c87;
    color: white;
}

.workflow_item span.workflow_item__status {
    background-color: #828282;
    color: white;
}

/** < DeX > 17.10.2019
    --{ nuovo botton support }--< start **/

div#linkSupport,
div#linkSupportResp {
    display: inline-block;
    position: fixed;
    right: 23rem;
    width: auto;
    padding: 5px 6px;
    background-color: #004c87 !important;
    border-color: #004c87 !important;
    border-radius: 3px;
    margin: 0 !important;
    top: 12px;
}

    div#linkSupport > a,
    div#linkSupportResp > a {
        color: white !important;
        text-transform: uppercase;
    }

/*@media (min-width: 1470px) {
    div#linkSupport {
        right: 1rem;
        display: block !important;
    }

    div#linkSupportResp {
        display: none !important;
    }
}*/

@media (max-width: 1000px) {
    div#linkSupport {
        display: none !important;
    }

    div#linkSupportResp {
        right: 30rem;
        display: block !important;
    }
}


@media (min-width: 1279px) {

    div#linkSupport {
        display: none !important;
    }

    div#linkSupportResp {
        right: 23rem;
        display: block !important;
    }
}

/*@media (min-width: 1440px) {
    div#linkSupport {
        display: none !important;
    }
    div#linkSupportResp {
        right: 35rem;
        display: block !important;
    }
}*/

@media (max-width: 800px) {
    .starch-pratica-content-title {
        display: none;
    }

    div#linkSupportResp {
        right: 15rem;
        display: block !important;
    }
}

/** --{ nuovo botton support }--< end **/
.estrazioni_table {
    display: table;
    width: 100%;
}

.estrazioni_table__row {
    display: table-row;
    padding: 1.5rem 0;
    width: 100%;
    height: 32px;
}

    .estrazioni_table__row:nth-of-type(even) {
        background-color: #f1f1f1;
    }

.estrazioni_table__cell {
    display: table-cell;
    padding: 1rem 0.5rem;
}

    .estrazioni_table__cell div.badge {
        width: 90px;
        min-width: 90px;
        max-width: 90px;
        margin: 0;
    }

        .estrazioni_table__cell div.badge.iniziolavori {
            margin-top: 1px;
            background: #d9534f;
            margin-top: 1px !important;
            vertical-align: middle;
        }

        .estrazioni_table__cell div.badge.provvedimento {
            margin-top: 1px;
            background: #47b147;
            margin-top: 1px !important;
            vertical-align: middle;
        }

        .estrazioni_table__cell div.badge.chiusuraprocedimento {
            margin-top: 1px;
            background: #558d55;
            margin-top: 1px !important;
            vertical-align: middle;
        }

.badge.presentazione {
    margin-top: 1px;
    background-color: #082742;
    margin-top: 1px !important;
    margin-left: 0px;
    margin-right: 5px;
    vertical-align: middle;
}

.badge.iniziolavori {
    margin-top: 1px;
    background-color: #d9534f;
    margin-top: 1px !important;
    margin-left: 0px;
    margin-right: 5px;
    vertical-align: middle;
}

.badge.provvedimento {
    margin-top: 1px;
    background-color: #47b147;
    margin-top: 1px !important;
    margin-left: 0px;
    margin-right: 5px;
    vertical-align: middle;
}

.badge.chiusuraprocedimento {
    margin-top: 1px;
    background-color: #558d55;
    margin-top: 1px !important;
    margin-left: 0px;
    margin-right: 5px;
    vertical-align: middle;
}


.estrazioni_table__cell div.badge {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}

    .estrazioni_table__cell div.badge.iniziolavori {
        background: #d9534f;
    }

    .estrazioni_table__cell div.badge.provvedimento {
        background: #47b147;
    }

    .estrazioni_table__cell div.badge.chiusuraprocedimento {
        background: #558d55;
    }


.estrazioni_table__cell > a {
    display: inline-block;
}

.estrazioni_table__cell___PROG {
    width: 50px;
    text-align: right;
}

.estrazioni_table__cell___ID {
    width: 150px;
}

.estrazioni_table__cell___TIPO {
    width: 250px;
}

.estrazioni_table__cell___SITUAZIONE {
    width: 250px;
}

.estrazioni_table__cell___PROPCA {
    width: 100px;
}

.estrazioni_table__cell___DESCR {
    width: 250px;
}

.estrazioni_table__cell:last-child {
    width: 100px;
}

.estrazioni_table__cell___ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 35vw;
    display: block;
}

.estrazioni_table__cell___committenti___ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 30vw;
    display: inline-block;
}


.fa-15x {
    font-size: 1.5em;
    color: #afafaf;
}

.hvr-icon-buzz {
    /*display: initial!important;*/
}

/* --/ MUDE /-- */
.mude input[type="text"] {
    background: transparent;
    border-color: #efefef;
    cursor: unset;
}

/** --{ nuovo botton support }--< end **/


.last_sel {
    font-weight: bold;
    color: #004c87;
}


/* MAPPALI styles --< DEX >-- 30.10.2019 */

.alert-warning-gray {
    background-color: #f0f0f0;
    border-color: #d6d6d6;
}

    .alert-warning-gray > label {
        color: #929292;
        font-weight: 100;
        text-transform: uppercase;
    }

div.row.addzona input[readonly="readonly"] {
    background-color: #efefef !important;
}

.tipo_pgt {
    color: #082742;
    font-size: 11px;
    text-transform: uppercase;
    background: #cfd8dc;
    padding: 1px 2px;
    border-radius: 2px;
}

.zona > b,
.cdu_zona > b {
    font-weight: 700;
    font-size: 14px;
}

label.zona_title {
    font-size: 16px;
}

.cdu_metri_sormonto.vigente {
    color: #558B2F;
}

.cdu_metri_sormonto.salvaguardia {
    color: #E65100;
}

.cdu_metri_sormonto.altro {
    color: #666666;
}

.cdu_metri_sormonto.vincolo {
    color: #d30000;
}

.pannello_zone.vigente {
    border-color: #558B2F;
}

.pannello_zone.salvaguardia {
    border-color: #E65100;
}

.pannello_zone.altro {
    border-color: #666666;
}

.pannello_zone.vincolo {
    border-color: #d30000;
}

.autorizzazioni {
    padding: 5px 10px 0px;
    width: 100%;
    padding-bottom: 5px;
    background: #700031;
    border-radius: 0px 0px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .autorizzazioni.canoni {
        padding: 5px 10px 0px;
        width: 100%;
        padding-bottom: 5px;
        background: #283593;
        border-radius: 0px 0px 4px 4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .autorizzazioni ul, .autorizzazioni.canoni ul {
            display: flex;
            margin-right: 40px !important;
        }

            .autorizzazioni ul li, .autorizzazioni.canoni ul li {
                margin-right: 5px;
            }

                .autorizzazioni ul li .starch-pratica-menu-left-item_AU, .autorizzazioni.canoni ul li .starch-pratica-menu-left-item_AU {
                    margin-right: 0px;
                }

div.autorizzazioni > div > div > div > div > div > div > div > ul li {
    float: left;
    height: auto;
    margin-right: 10px;
}

div.autorizzazioni > div > div > div > div > div > div > ul li:last-child {
    margin-right: 0px;
}


div.starch-pratica-menu-right-tree-container.au .starch-pratica-menu-right-tree-add-item {
    position: absolute;
    top: -62px;
    right: 20px;
}

.modifica_procedimento {
    position: absolute;
    top: -42px;
    right: 6px;
}

.contenitore-autorizzazioni div.starch-pratica-menu-right-tree-container.au .starch-pratica-menu-right-tree-add-item {
    position: absolute;
    top: -42px;
    right: 16px;
}

.contenitore-canoni .modifica_procedimento .btn {
    background: #fff0;
    color: #ffffff87;
    border-color: #ffffff87 !important;
}

i.starch-pratica-menu-left-item-icon-au {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    display: block;
    margin: auto;
    padding-right: 25px;
}

li.starch-tree-menu-dropdown.right {
    text-align: right;
}

li.starch-tree-menu-dropdown.mini-head {
    font-size: 12px !important;
}



.nessun-elemento-presente {
    color: #666;
    cursor: pointer;
}

    .nessun-elemento-presente i {
        font-variant: all-petite-caps;
        float: right;
    }

.btn-sesso:first-child {
    margin-right: 5px;
}

.btn-sesso:first-of-type {
    margin-right: 5px !important;
}

.btn-domicilio {
}

.mini-alert {
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    border-width: 1px;
    border-style: solid;
}

input.dex-comune ~ ul.dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

input[type="checkbox"].abc-checkbox.center-in-td {
    margin-top: 14px;
    margin-left: 6px;
}

td {
    overflow: inherit !important;
}

.inline {
    display: inline !important;
}

.block {
    display: block !important;
}

.dropdown-item:last-of-type {
    border-bottom: none !important;
}

.dropdown-item {
    margin: 5px 2px 6px;
    border-bottom: 1px solid #ffffff;
}

    .dropdown-item > a {
        text-decoration: none !important;
    }

.dropdown-item-scrivania-avvisi:hover > a {
    text-decoration: underline !important;
}

span.badge.badge-extra-info.info {
    background-color: #018eff;
    border-color: #018eff;
    color: white;
}

/* -----{ DEX Auto Resize textarea }----- */
#auto-resize,
#auto-resize-b {
    resize: none;
    width: 100%;
    min-height: 74px;
    height: 74px;
    max-height: 414px;
    padding: 3px;
    overflow: hidden;
    box-sizing: border-box;
}





input[placeholder] {
    background-color: #ffffff;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.minispinner {
    width: 14px !important;
    height: 14px !important;
    position: static !important;
    margin: 0 !important;
    border-color: lightgray !important;
    border-top-color: gray !important;
    border-width: 3px !important;
}


/** fix */
@media (min-width: 1200px) and (max-width: 1280px) {
    .full {
        width: 100% !important;
    }

        .full:first-of-type {
            margin-bottom: 0;
        }
}

@media (max-width: 1280px) {
    tbody.collapse.in {
        display: table-row-group !important;
    }

    .panel-body.starch-dashboard-panel-body .sportello_nav_pills.uffici .nav-pills > li > a {
        font-size: 11px !important;
        padding: 7px !important;
    }

    .navbar_posto .nav > li > a {
        font-size: 11px;
    }

    .pannello_documenti .documenti-protocollo {
        width: 100%;
        float: none;
    }
}

.full:first-of-type {
    margin-bottom: 5px;
}

.pannello_tridoc {
    padding: 5px;
    margin: 3px 0px 5px 0px;
    font-size: 11px;
    border-radius: 4px;
    color: #000 !important;
    transition: 0.2s;
    background-color: #dcdcdc;
    /*display: inline-block;*/
}

.badge.badge_allegato_non_necessario {
    color: #03A9F4;
    background-color: transparent;
    border: solid 1px #03A9F4;
}

/* --< Agenda >--*/

.agenda .bg-primary {
    color: #fff;
    background-color: #18709d !important;
}

    .agenda .bg-primary a::before {
        color: #fff;
        font-family: "Font Awesome 6 Pro";
        content: "\f00c";
        /* position: absolute; */
        position: absolute;
        /* right: 17px; */
        font-size: 18px;
        top: 0px;
        width: 100%;
        text-align: center;
        height: 20px;
    }

.square.bg-primary.dib100::before {
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
    position: relative;
    left: 3px;
    font-size: 14px;
    top: 0px;
    width: 100%;
    text-align: center;
}

.agenda .bg-success {
    background-color: #74e645 !important;
}

.agenda .bg-info {
    background-color: #42b9f5 !important;
}

.agenda .bg-warning {
    background-color: #f7d520 !important;
}

.agenda .bg-danger {
    background-color: #db3d3d !important;
}

.nnvlnk {
    background: transparent !important;
    display: block;
    height: 2vh;
    width: 100%;
    position: relative;
}

.agenda.dettaglio {
    margin-bottom: 8px;
}

.agenda .square {
    height: 20px;
    margin-right: 10px;
    min-height: 20px;
    min-width: 20px;
    width: 20px;
    border-radius: 2px;
}

.agenda.titoloDettaglio {
    font-size: 13px;
    font-weight: 600;
}

.agenda.valoreDettaglio {
    font-weight: 700;
    font-size: 13px;
    color: #000000;
}

.make_me_table {
    display: table;
    margin-top: 5px;
}

    .make_me_table label {
        padding-left: 5px;
    }

    .make_me_table * {
        display: table-cell;
        vertical-align: middle;
    }


table.scrollbars__left {
    direction: rtl;
}

    table.scrollbars__left > thead {
        direction: rtl;
    }

        table.scrollbars__left > thead > * {
            direction: ltr;
        }

    table.scrollbars__left > tbody {
        direction: rtl;
    }

        table.scrollbars__left > tbody > * {
            direction: ltr;
        }

.scrivania__circoscrizione {
    background-color: #ceb7f9d1;
    /* text-align: center; */
    padding: 3px 4px;
    color: #25104a;
    border-radius: 5px;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.07rem;
}

.scrivania__datainizioalert {
    background-color: #ceb7f9d1;
    /* text-align: center; */
    padding: 3px 4px;
    color: #25104a;
    border-radius: 5px;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.07rem;
}

.scrivania__tipoalert {
    background-color: #ceb7f9d1;
    /* text-align: center; */
    padding: 3px 4px;
    color: #25104a;
    border-radius: 5px;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.07rem;
}

h1.no_prot {
    color: #dcdcdc;
}

h1.prot {
    color: #3c1ee2;
    font-weight: 600;
}


/* 
	---< Controllo Tempi >---  { DeX // 05.02.2020 } 

*/

div#pannello_scrivania_tempi {
    /*background-color: #fcfcfc;
	border: 1px solid #cdcdcd;
	border-radius: 5px;*/
    padding: 15px 5px;
}

    div#pannello_scrivania_tempi *.row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    div#pannello_scrivania_tempi *.tab-content {
        background: #fcfcfc;
        padding: 10px 5px;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
    }

#pannello_scrivania_tempi .nav-pills > li {
    margin-right: 8px;
    margin-bottom: 10px;
}

    #pannello_scrivania_tempi .nav-pills > li.active > a,
    #pannello_scrivania_tempi .nav-pills > li.active > a:hover,
    #pannello_scrivania_tempi .nav-pills > li.active > a:focus,
    #pannello_scrivania_tempi .nav-pills > li.active > a:focus:hover {
        background-color: #673AB7 !important;
        padding: 10px;
        color: #fff;
        width: auto;
        border: solid 1px transparent;
    }

    /* featrure aree_mercatali_TS
	#pannello_scrivania_tempi .nav-pills > li.active > a, #pannello_scrivania_tempi .nav-pills > li.active > a:hover, 
	#pannello_scrivania_tempi .nav-pills > li.active > a:focus, #pannello_scrivania_tempi .nav-pills > li.active > a:focus:hover {
		background-color: #004c87 !important;
		padding: 10px;
		color: #fff;
		width: auto;
		border: solid 1px transparent;
	}*/

    #pannello_scrivania_tempi .nav-pills > li.active > button,
    #pannello_scrivania_tempi .nav-pills > li.active > button:hover,
    #pannello_scrivania_tempi .nav-pills > li.active > button:focus,
    #pannello_scrivania_tempi .nav-pills > li.active > button:focus:hover {
        background-color: #673AB7 !important;
        padding: 10px;
        color: #fff;
        border: solid 1px #fff;
        border-radius: 5px;
    }

    /*/* featrure aree_mercatali_TS
        #pannello_scrivania_tempi .nav-pills > li.active > button, 
	#pannello_scrivania_tempi .nav-pills > li.active > button:hover, 
	#pannello_scrivania_tempi .nav-pills > li.active > button:focus, 
	#pannello_scrivania_tempi .nav-pills > li.active > button:focus:hover {
		background-color: #004c87 !important;
		padding: 10px;
		color: #fff;
		border: solid 1px #fff;
		border-radius: 5px;
	}*/

    #pannello_scrivania_tempi .nav-pills > li > a {
        font-size: 12px;
        text-transform: inherit;
        padding: 10px;
        background-color: #EEEEEE;
        width: auto;
        border: solid 1px #BDBDBD;
    }

    #pannello_scrivania_tempi .nav-pills > li > button {
        font-size: 13px;
        text-transform: inherit;
        padding: 10px;
        background-color: #EEEEEE;
        border: solid 1px #eee;
        border-radius: 5px;
    }

    #pannello_scrivania_tempi .nav-pills > li > a:hover {
        color: #fff;
        background-color: #673ab7;
        border: solid 1px #673ab7;
    }

    /*
    featrure aree_mercatali_TS
	#pannello_scrivania_tempi .nav-pills > li > a:hover {
		color: #fff;
		background-color: #004c87;
		border: solid 1px #004c87;
	}*/

    #pannello_scrivania_tempi .nav-pills > li > button:hover {
        background-color: rgba(131, 52, 194, 0.11);
        color: #169BD5;
    }


.row_paginator {
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
    padding: 10px 0 5px 0;
}

.panel_no__stats {
    background-color: #ffe9a8;
    border: 1px solid #FFC107;
    border-radius: 5px;
    color: #c30000;
    font-weight: 700;
    line-height: 2rem;
    padding: 10px;
}

.item_no_stats:hover {
    background-color: #fcfcfc;
    font-weight: 700;
}

.item_no_stats {
    line-height: 2.2rem;
}

span.storico::after {
    content: ' (STORICO)';
    font-size: 1.1rem;
    font-style: initial;
    /* letter-spacing: 1px; */
    /*vertical-align: super;*/
    color: #75757569;
    /* vertical-align: super; */
    padding-left: 10px;
    font-weight: 600;
}

.nav > .starch-generic-tabs > a {
    color: #004c87;
}

.alert-warning {
    background-color: #f4edc7;
    border-color: #a89a7c;
    color: #8a6d3b;
}

.alert-success {
    background-color: #d8f0da;
    border-color: #2e7d32;
    color: #2e7d32;
}

.watermark-cds {
    position: absolute;
    top: 60px;
    opacity: 0.45;
    font-size: 21px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.starch-panel-body-content {
    padding: 10px;
}

.btn-video-tutorial {
    position: relative;
    top: 1px;
    background: #FFC107;
    color: #082742;
    border: solid 1px #ffc107;
    padding: 1px 5px;
    height: 24px;
}

    .btn-video-tutorial:hover {
        background: #FFC107;
        color: #082742 !important;
        border: solid 1px #ffc107 !important;
    }

        .btn-video-tutorial:hover i {
            color: #082742 !important;
        }

    .btn-video-tutorial:hover,
    .btn-video-tutorial:active,
    .btn-video-tutorial:focus,
    .btn-video-tutorial:focus:active,
    btn-video-tutorial.active:focus {
        background: #ffcc36;
        color: #082742 !important;
        border-color: #ffcc36 !important;
    }

/** Assenze */
div.assenza {
}

    div.assenza .assenza_row__topspace {
        margin-top: 5rem;
    }

    div.assenza .assenze_panel {
        border: solid 1px #E0E0E0;
        margin-bottom: 20px;
        background-color: #fff;
        margin-left: 0px;
        border-radius: 4px;
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        padding-bottom: 1px;
    }

    div.assenza .assenza_title {
        cursor: pointer;
        line-height: 22px;
        width: 100%;
        background-color: #004c87;
        border-radius: 4px 4px 0px 0px;
    }

        div.assenza .assenza_title > h3 {
            line-height: 22px;
            padding: 5px 5px 5px 10px;
            color: #ffffff;
            font-weight: 500;
        }

    div.assenza .assenza_body {
        line-height: 22px;
        padding: 5px 5px 5px 10px;
    }


.starch-grid-dettaglio-icon-red-dark {
    color: darkred;
    cursor: pointer;
    font-size: 16px;
    padding: 4px 5px;
}


span.storico::after {
    content: ' (STORICO)';
    font-size: 1.1rem;
    font-style: initial;
    /* letter-spacing: 1px; */
    font-weight: 900;
    color: #75757569;
    /* vertical-align: super; */
    padding-left: 10px;
}

.iter__color__diff__pag {
    background-color: #FFCC80;
}


/*--{ DeX // Organigramma Assegnazione Automatica Funzionario } */
span.lbl_span__ufficio,
span.lbl_span__ruolo {
    background-color: #337ab7;
    border-radius: 3px;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: initial;
    padding: 2px 5px;
}

label.no-bold {
    font-size: 12px;
    font-weight: normal !important;
}

.row.top-bot-space {
    padding: 5px 0;
}

span.funzionario__uos {
    border-bottom: 1px solid #ababab;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
}

span.funzionario__uos_badge {
    background: #90aabf;
    border-radius: 3px;
    color: #082742;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: 2px 5px;
}

    span.funzionario__uos_badge span {
        text-transform: uppercase;
    }

li.funzionario__uos_list_item {
    border-bottom: 1px solid #e6e6e6;
    padding: 4px;
}

    li.funzionario__uos_list_item:last-of-type {
        border-bottom: unset;
    }

.btn-carichi span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f4dc";
}

.btn-assegna span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f178";
}

.btn-riassegna span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0ec";
}

.btn-assegna-auto span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f78c";
}

.btn-euro span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f153";
}

.btn-euro-auto span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f153";
}


.whitee {
    background-color: #f6fbff;
    border-bottom: 1px solid #ffffff !important;
    border-top: 1px solid #ffffff !important;
    padding: 0 20px !important;
    font-weight: 600;
    color: #525252;
    display: table-caption !important;
    caption-side: bottom;
}

table.tblCarichi > tbody > tr > td:nth-child(1) {
    color: black !important;
}

table.tblCarichi > tbody > tr > td:nth-child(2),
table.tblCarichi > tbody > tr > td:nth-child(3) {
    font-weight: 700;
}

span.innerPratsRow_pratica,
span.innerPratsRow_anno {
    display: inline-block;
}


.row.item_carichi {
    border-bottom: 1px solid #efefef;
    padding: 5px 2px;
}

    .row.item_carichi:hover {
        background-color: var(--hover__color_selected);
    }

.row.item_carichi__inner {
    padding: 5px 0px;
    background: rgba(255, 255, 255, 0.5) !important;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    display: block;
    width: 100%;
    margin: 5px 0px;
}

.innerPratsRow {
    /*padding: 3px 0;*/
}


th.text-right {
    text-align: right !important;
}

.text-bold {
    font-weight: 700;
}




#aaf .nav-pills > li {
    margin-left: 10px;
}

.icona-info {
    font-size: 16px;
    color: #004c87;
    position: relative;
    top: 2px;
}

.img-responsive {
    width: 100%;
}

.tempi-medi-footer {
    background-color: #CFD8DC !important;
    font-weight: 800;
}

.generic-table-footer {
    background-color: #CFD8DC !important;
    font-weight: 800;
}

.lbl_riepilogo_descr_tipo_prat {
    background: #004c87;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
}

.titolo_tipologia_mercato {
    font-size: 13px;
    color: #004c87;
    padding: 5px 0px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
}

.tipologia_mercato {
    font-size: 13px;
    background: #082742;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px 4px 4px 0px;
    width: 100%;
    vertical-align: middle;
}

ul.elenco_mercati {
    list-style-type: none;
}

    ul.elenco_mercati li {
    }

.pannello_mercato,
.pannello_fiera,
.pannello_insegna,
.pannello_osp {
    width: 280px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px -5px;
    cursor: pointer;
    transition: 0.2s;
    padding: 5px;
    background: #f0f0f0;
    margin-right: 15px;
    margin-bottom: 15px;
}

.foto_mercato,
.foto_fiera,
.foto_insegna,
.foto_osp {
    background-color: #004c87;
    height: 200px;
    border-radius: 4px 4px 0px 0px;
    display: table;
    width: 100%;
    transition: 0.3s;
}

    .foto_mercato::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f54e";
        font-weight: 300;
        font-size: 80px;
        display: block;
        transition: 0.1s;
        color: #004c87;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background: #fff;
    }

    .foto_insegna::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f641";
        font-weight: 300;
        font-size: 80px;
        display: block;
        transition: 0.1s;
        color: #004c87;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background: #fff;
    }

    .foto_osp::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f858";
        font-weight: 300;
        font-size: 80px;
        display: block;
        transition: 0.1s;
        color: #004c87;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background: #fff;
    }

.pannello_mercato:hover .foto_mercato::before,
.pannello_fiera:hover .foto_fiera::before,
.pannello_insegna:hover .foto_insegna:before,
.pannello_osp:hover .foto_osp::before {
    font-weight: 700;
    font-size: 100px;
}

.foto_fiera::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f495";
    font-weight: 300;
    font-size: 80px;
    display: block;
    transition: 0.1s;
    color: #004c87;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}

.pannello_info_mercato {
    border-top: solid 2px #082742;
    border-radius: 0px 0px 4px 4px;
    background-color: #f0f0f0;
    height: 50px;
    vertical-align: middle;
    padding: 0px 10px;
    display: table;
    width: 100%;
    cursor: pointer;
}

    .pannello_info_mercato label {
        font-size: 15px;
        vertical-align: middle;
        display: table-cell;
        cursor: pointer;
        vertical-align: middle;
    }

.pannello_generico.mercati .titolo_generico {
    font-size: 16px;
    text-transform: inherit;
}


.pannello_generico.mercati:hover {
    box-shadow: 2px 2px 12px 2px #004c873d;
    background: #ffffff;
}

    .pannello_generico.mercati:hover .titolo_generico {
    }

.pannello_mercato:hover {
    box-shadow: 0px 0px 5px -2px;
}

    .pannello_mercato:hover .foto_mercato {
        background-size: 110%;
    }

    .pannello_mercato:hover .foto_mercato {
        background-color: hsla(206, 100%, 34%, 1);
    }

.pannello_aggiungi_mercato {
    width: 250px;
    height: 200px;
    background-color: #eeeeee;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    color: #ababab;
    font-size: 16px;
    display: table-cell;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.3803921568627451);
    cursor: pointer;
}

    .pannello_aggiungi_mercato span:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f055";
        font-weight: 700;
        font-size: 30px;
        display: block;
        transition: 0.1s;
        color: #004c87;
    }

    .pannello_aggiungi_mercato:hover {
        color: #082742;
        box-shadow: 0px 0px 5px -2px;
    }

.sportello_nav_pills.mercato ul {
    float: right
}

.navbar_posto ul {
    background-color: transparent;
}

.navbar_posto .nav > li > a {
    font-size: 13px;
    padding: 0px 5px;
    color: rgba(255, 255, 255, 0.54)
}

.pannello_punteggi .nav.nav-tabs {
    margin-bottom: 15px;
    border-bottom: solid 1px #bdbdbd;
}

.pannello_punteggi .nav-tabs > li.active > a, .pannello_punteggi .nav-tabs > li.active > a:hover, .pannello_punteggi .nav-tabs > li.active > a:focus {
    cursor: default;
    color: #004c87;
    border: none;
    border-bottom: solid;
    background-color: transparent !important;
}

.pannello_punteggi .nav > li > a:hover, .pannello_punteggi .nav > li > a:focus {
    background-color: transparent;
    border-bottom: solid #dcdcdc;
}

.pannello_punteggi .nav-tabs > li > a {
    border: none;
    margin-right: 10px;
    font-size: 13px;
}

.pannello_punteggi .tab-content {
    border: none !important;
}

.navbar_posto .nav-tabs > li.active > a, .navbar_posto .nav-tabs > li.active > a:hover, .navbar_posto .nav-tabs > li.active > a:focus {
    background-color: transparent;
    z-index: 99;
    border-bottom-color: #dcdcdc;
}

    .navbar_posto .nav-tabs > li.active > a span,
    .navbar_posto .nav-tabs > li.active > a:hover span,
    .navbar_posto .nav-tabs > li.active > a:focus span {
        font-weight: 400;
        color: #f0f0f0;
    }

.navbar_posto .nav-tabs > .active > a,
.navbar_posto .nav-tabs > .active > a:hover,
.navbar_posto .nav-tabs > .active > a:focus {
    border: none;
    box-shadow: 0px 2px 0px 0px #ffffff;
}

.navbar_posto .nav-tabs > li > a {
    border-bottom: none;
    margin: 0px 5px 10px 5px;
}

.navbar_posto .nav > li > a:hover,
.navbar_posto .nav > li > a:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: 0px 2px 0px 0px #ffffff;
}

.navbar_posto .nav-tabs > li > a:hover {
    border-color: transparent;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.75)
}

.btn-primary.btn-mercato {
    background: #082742;
    color: #082742;
    border: solid 1px #004c87;
    height: 35px;
    box-shadow: none;
    color: #fff;
}

.btn-primary.btn-evento {
    background: transparent;
    color: #004c87;
    border: solid 1px rgba(0, 0, 0, 0.27058823529411763);
    height: 35px;
    box-shadow: none;
    border-radius: 50px;
    border-color: #004c87;
    transition: 0.2s;
}

    .btn-primary.btn-evento:hover {
        padding-left: 20px;
        padding-right: 20px;
    }

.btn-primary.btn-mercato.active {
    background: #ffffff !important;
    color: #004c87 !important;
    border: solid 1px #fff !important;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-primary.btn-evento.active {
    background: #004c87 !important;
    color: #ffffff !important;
    border: solid 1px #004c87 !important;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}

    .btn-primary.btn-evento:active:hover,
    .btn-primary.btn-evento.active:hover,
    .open > .dropdown-toggle.btn-primary.btn-evento:hover,
    .btn-primary.btn-evento:active:focus,
    .btn-primary.btn-evento.active:focus,
    .open > .dropdown-toggle.btn-primary.btn-evento:focus,
    .btn-primary.btn-evento:active.focus,
    .btn-primary.btn-evento.active.focus,
    .open > .dropdown-toggle.btn-primary.btn-evento.focus {
        background: #004c87 !important;
        color: #ffffff !important;
        border: solid 1px #004c87 !important;
        font-weight: 700;
        padding-left: 20px;
        padding-right: 20px;
    }



.btn-primary.btn-mercato:active:hover,
.btn-primary.btn-mercato.active:hover,
.open > .dropdown-toggle.btn-primary.btn-mercato:hover,
.btn-primary.btn-mercato:active:focus,
.btn-primary.btn-mercato.active:focus,
.open > .dropdown-toggle.btn-primary.btn-mercato:focus,
.btn-primary.btn-mercato:active.focus,
.btn-primary.btn-mercato.active.focus,
.open > .dropdown-toggle.btn-primary.btn-mercato.focus {
    color: #fff;
    background-color: #004c87;
    border-color: #082742;
    outline: none;
    box-shadow: none;
}

.btn.btn-primary.btn-mercato:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.btn-default.btn-mercato {
    display: block;
    width: 100%;
    margin: 0px;
    margin-bottom: -1px;
    background: #f0f0f0;
    color: orange;
    border: solid 1px #004c87;
    /* border-radius: 0px; */
    height: 50px;
}

    .btn-default.btn-mercato.active {
        background: #004c87;
        color: #fff;
    }

    .btn-default.btn-mercato:active:hover,
    .btn-primary.btn-mercato.active:hover,
    .open > .dropdown-toggle.btn-primary.btn-mercato:hover,
    .btn-primary.btn-mercato:active:focus,
    .btn-primary.btn-mercato.active:focus,
    .open > .dropdown-toggle.btn-primary.btn-mercato:focus,
    .btn-primary.btn-mercato:active.focus,
    .btn-primary.btn-mercato.active.focus,
    .open > .dropdown-toggle.btn-primary.btn-mercato.focus {
        color: #fff;
        background-color: #004c87;
        border-color: #082742;
        outline: none;
        box-shadow: none;
    }

.menu-mercato {
    height: auto;
    width: 70px;
    background-color: #0e2743;
    border-radius: 0px 0px 6px 6px;
}

    .menu-mercato .btn-mercato {
        height: 70px;
        width: 100%;
    }

    .menu-mercato .btn-primary.btn-mercato {
        border: none;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-items: center;
        justify-content: center;
        border-radius: 0px;
    }

.menu-secondolivello-mercato {
    width: 170px;
    margin: inherit;
    margin-top: 0px;
    margin-left: -1px;
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
}

    .menu-secondolivello-mercato .btn {
        width: 100%;
        background-color: #ffffff;
        text-transform: initial;
        margin-bottom: 10px;
        text-align: left;
        border-radius: 4px;
    }

        .menu-secondolivello-mercato .btn:hover {
            background-color: #e2f0ff;
        }

        .menu-secondolivello-mercato .btn.active {
            background-color: #103b6a;
            color: #ffffff;
        }

.navbar_posto {
    background-color: #082742;
    margin-right: 5px;
    padding: 0px 10px 0px 10px;
    border-bottom: solid 4px #082742;
}

.societa_mercati {
    background-color: #942d2d;
    border-bottom-color: #af1d1d;
}

.navbar_posto ul li a span i {
    display: block;
    margin: auto;
}

.toolbar-mercati .btn-mercati.btn-primary {
    box-shadow: inset 2px 2px 3px 1px rgba(0, 0, 0, 0.2196078431372549);
    background: #c9c9c9;
    color: #373737;
    border: solid 1px rgb(104, 104, 104);
    padding: 6px 10px;
}

.toolbar-mercati .btn-mercati.btn-default {
    background-color: transparent;
    border: solid 1px transparent;
    padding: 6px 10px;
}

    .toolbar-mercati .btn-mercati.btn-default:hover {
        border: solid 1px rgb(154, 154, 154);
    }

    .toolbar-mercati .btn-mercati.btn-default i {
        color: #373737;
    }





.no-data-mercati .indicazioni i {
    font-size: 150px;
    color: #004c87;
    position: absolute;
    left: 0px;
    display: table-cell;
    align-items: center;
}

.no-data-mercati .indicazioni label {
    font-size: 29px;
    color: #004c87;
    width: 50%;
}

.btn-mercato-group {
}

table.tabella_posti thead tr th {
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.tabella_posti tr:hover {
    cursor: default;
    background: #efefef;
}

table.tabella_posti tr.posto_selezionato {
    background-color: #e5f1ff;
}

table.tabella_posti tr:hover .no-data-mercati .indicazioni i {
    top: 40px;
}

.tabella_posti tr {
    background-color: #ffffff;
    border-bottom: solid 1px #E0E0E0;
    cursor: default;
}

.tabella_posti tbody tr.selected {
    background-color: rgba(162, 162, 162, 0.3);
}

.tabella_posti tbody tr .btn-elimina {
    visibility: hidden;
}

    .tabella_posti tbody tr .btn-elimina:hover i {
        color: #fff !important;
    }

.tabella_posti tbody tr:hover .btn-elimina {
    visibility: visible;
}

.tabella_posti tbody tr td .editable-cell {
    display: flex;
    flex-flow: row;
    align-items: center;
}

    .tabella_posti tbody tr td .editable-cell i.ok-icon {
        font-size: 20px;
        padding-left: 4px;
        padding-right: 4px;
        color: green;
        cursor: pointer;
    }

.tabella_posti tbody tr td .editable-notification {
    opacity: 0.3;
    transition: 0.1s;
}

.tabella_posti tbody tr td:hover .editable-notification {
    opacity: 1;
    color: #004c87;
    transform: scale(1.3);
}

.tabella_posti tbody tr td .editable-cell i.cancel-icon {
    font-size: 20px;
    padding-left: 1px;
    padding-right: 1px;
    color: red;
    cursor: pointer;
}

.tabella_posti tbody tr td .editable-cell input {
    float: right;
    text-align: right;
    padding-right: inherit;
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
}


.tabella_posti .badge.badge-extra-info:hover {
    background-color: #2196f31a;
}

.tabella_posti .badge.badge-extra-info.autorizzazione-scaduta:hover {
    background-color: #b71c1c21;
}

.tabella_posti .badge.badge-extra-info.documenti-presenti:hover {
    background-color: #2196f31a;
}

.tabella_posti .badge.badge-extra-info.nessun-documento:hover {
    background-color: #2196f31a;
}

.tabella_posti .tipo {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

    .tabella_posti .tipo.misto {
        background-color: red;
    }

    .tabella_posti .tipo.alimentare {
        background-color: red;
    }

    .tabella_posti .tipo.non-alimentare {
        background-color: red;
    }

.tabella_posti .posto {
    /*display: flex;
    justify-content:flex-start;
    align-items: center;*/
}

    .tabella_posti .posto .badge-statistica {
        font-size: 13px;
    }

.tabella_posti .societa .badge-statistica {
    font-size: 13px;
}

.tabella_posti .posto a.numero {
    display: initial;
    font-size: 13px;
    font-weight: 700;
    transition: 0.3s;
    margin-right: 5px;
}

    .tabella_posti .posto a.numero.posto_selezionato {
        text-decoration: underline;
        font-size: 20px;
    }

.tabella_posti .posto .societa {
    font-size: 13px;
    display: initial;
    /*  text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 600;*/
    font-weight: 700;
}

.badge-posizione-concessionario {
    color: #224624;
    background: #c7e1c9;
    padding: 0px 5px;
    font-weight: 500;
    font-size: 12px;
}

.badge-posizione-concessionario-altrove {
    color: #224624;
    background-color: #b71c1c14;
    padding: 0px 5px;
    font-weight: 500;
    font-size: 12px;
}

.tabella_posti .badge.badge-extra-info.autorizzazione-scaduta {
    background-color: #b71c1c14;
    border: solid 1px #C62828;
}

.tabella_posti .badge.badge-extra-info.documenti-presenti {
    background-color: #ffffff;
}

.tabella_posti .badge.badge-extra-info.nessun-documento {
    background-color: #ffffff;
}

.tabella_posti .badge.badge-extra-info.autorizzazione-scaduta span {
    color: #C62828;
}

.tabella_posti .badge.badge-extra-info.autorizzazione-warning {
    background-color: yellow;
}

.tabella_posti .badge.badge-extra-info.documenti-presenti span {
    background-color: #00000014;
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
}

.tabella_posti .badge.badge-extra-info.nessun-documento span {
    background-color: #b71c1c14;
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #B71C1C;
}

.graduatoria .btn-step {
    width: 100%;
}

.graduatoria .societa.domanda-non-accettata {
    color: red;
}

.tabella_posti .societa.domanda-non-accettata {
    color: red;
}

.calendario-eventi {
    background-color: #a3caf5;
    color: #000000;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: inset 2px 4px 9px rgba(0, 0, 0, 0.5);
}

    .calendario-eventi:hover {
        cursor: default;
    }

    .calendario-eventi tbody tr td {
        padding: 7px;
    }

.dropdown-crea-evento {
    position: absolute;
    z-index: 999;
    /* box-shadow: 0px 0px 10px -4px; */
    top: 28px;
    right: 0px;
    background: #fff;
    border-radius: 4px;
    padding-top: 12px;
    background: transparent;
}

    .dropdown-crea-evento .well {
        padding-bottom: 50px !important;
    }

.dropdown-seleziona-evento {
    position: absolute;
    z-index: 99999;
    /* box-shadow: 0px 0px 10px -4px; */
    top: -4px;
    right: 0px;
    background: #fff;
    border-radius: 4px;
    padding-top: 12px;
    background: transparent;
}

    .dropdown-seleziona-evento .well,
    .dropdown-crea-evento .well {
        min-height: 20px;
        margin-bottom: 0px;
        border: none;
        border-radius: 4px;
        background: #fff;
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px -4px;
    }

.tabella_posti .badge-extra-info {
    background-color: #ffffff;
}

.tabella_posti .fa-check-square {
    font-size: 28px;
    color: #004c87;
    transition: 0.3s;
    cursor: pointer;
}

.tabella_posti .fa-times-square {
    font-size: 28px;
    color: #d30000;
    transition: 0.3s;
    cursor: pointer;
}

.tabella_posti .fa-question-square {
    font-size: 28px;
    color: #082742;
    transition: 0.3s;
    cursor: pointer;
}

.tabella_posti .fa-minus-square {
    font-size: 28px;
    color: #004c87;
    transition: 0.3s;
    cursor: pointer;
}


.tabella_posti .text-danger {
    color: #c62828 !important;
}

.tabella_posti .text-success {
    color: inherit !important;
}

.tabella_posti .fa-square {
    font-size: 28px;
    color: #BDBDBD;
    transition: 0.3s;
    cursor: pointer;
}

.tabella_posti .badge-tipo-spuntista {
    font-size: 11px;
    text-transform: uppercase;
    color: #383838;
    font-weight: 600;
}

.punteggio {
    font-size: 22px;
}

.presenze {
    font-size: 16px;
    vertical-align: super;
    color: #000;
    margin-left: 5px;
    font-weight: 600;
}

.btn.btn-default.btn-sm.btn-info.active .text-info {
    color: #ffffff;
}

    .btn.btn-default.btn-sm.btn-info.active .text-info .full button span {
        background-color: #167184;
        color: #fff;
    }

.pannello_mappa_mercato {
    border: 2px solid rgb(0, 76, 135);
    border-radius: 4px;
    height: calc(100vh - 200px);
    height: -moz-calc(100vh - 200px);
    height: -webkit-calc(100vh - 200px);
    width: 100%;
}

.pannello_mappa_graduatoria {
    border: 2px solid rgb(0, 76, 135);
    border-radius: 4px;
    height: calc(100vh - 300px);
    height: -moz-calc(100vh - 300px);
    height: -webkit-calc(100vh - 300px);
    width: 100%;
}

.pannello_mappa_eventi {
    height: calc(100vh - 274px);
    height: -moz-calc(100vh - 274px);
    height: -webkit-calc(100vh - 274px);
    width: 100%;
    border: 2px solid rgb(0, 76, 135);
    border-radius: 4px;
}

.badge.badge-legenda {
    background: transparent;
    color: #000;
}

    .badge.badge-legenda em {
        width: 30px;
        height: 20px;
        margin-right: 10px;
    }

.pannello_generico.pagamenti:hover {
}

.pannello_generico.pagamenti .titolo {
    font-size: 16px;
    color: #004c87;
    font-weight: 700;
}

.pannello_generico.pagamenti .badge.badge-pagamenti {
    padding: 3px 10px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 0px;
    background-color: #f9f9f9;
    border: solid 1px #dddddd;
    display: table;
    min-height: 43px;
}

    .pannello_generico.pagamenti .badge.badge-pagamenti label {
        color: #000000;
        vertical-align: middle;
        display: table-cell;
    }

.pannello_generico.pagamenti .importo {
    font-size: 14px;
    color: #004c87;
    margin-top: 5px;
    font-weight: 700;
    display: table-footer-group;
}

.pannello_generico.pagamenti table.dettaglio_pagamenti tbody tr {
    border-bottom: dotted 1px #9c9c9c;
}

.pannello_generico.pagamenti .titolo_generico {
    line-height: 25px;
    margin-bottom: 0px;
}

.pannello_generico.pagamenti .tab-content {
    padding: 10px;
    border: solid 1px #dddddd;
    background: #fff;
    border-radius: 0px 4px 4px 4px;
}

.pannello_generico.pagamenti .nav-tabs > li.active > a,
.pannello_generico.pagamenti .nav-tabs > li.active > a:hover,
.pannello_generico.pagamenti .nav-tabs > li.active > a:focus {
    font-weight: 600;
    color: #000;
    padding: 10px;
    background: #fff;
}

.pannello_generico.pagamenti .nav > li > a {
    padding: 10px;
    text-align: center;
    border-radius: 4px 3px 0px 0px;
    background: #e5e5e5;
}

.pannello_generico.pagamenti .badge.badge-expired {
    position: absolute;
    top: 3px;
    right: 42px;
    border-radius: 40px;
    background: #cc0000;
}

.badge-pagopa {
    background: #0c6dce;
    float: left;
    /*padding: 1px 1px 1px 1px;*/
    border-radius: 2px;
}

    .badge-pagopa img {
        width: 37px;
        background: #fff;
        border: none;
        border-radius: 1px;
    }

    .badge-pagopa label {
        vertical-align: middle;
        color: #f0f0f0;
        padding: 0px 4px;
    }

.osp-pannello_info {
    border: solid 1px #c1c1c1;
    padding: 3px;
    border-radius: 3px;
    background: #f3f3f3;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.osp-pannello_info-titolo {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 3px;
}

.osp-card-contenitore {
    display: flex;
    /*margin-bottom:10px;*/
}

    .osp-card-contenitore:hover .titolo {
        text-decoration: underline;
    }

    .osp-card-contenitore .titolo {
        color: #004c87;
    }

.osp-card-contenitore-area {
    display: flex;
    margin-bottom: 0px;
    border-bottom: dashed 1px #bfbfbf;
}

.osp-card {
    flex-basis: 80%;
    padding: 0px 10px;
    background: white;
    padding: 8px 10px 10px;
    border-radius: 0px 6px 0px 0px;
    margin-left: 0px;
    /* border: solid 1px #cacaca; */
    border-left: none;
    border-bottom: solid 1px #cacaca;
}

.osp-card-dettaglio-area {
    flex-basis: 80%;
    padding: 0px 10px;
    background: white;
    padding: 0px;
    border-radius: 0px;
    margin-left: 0px;
    /* border: solid 1px #cacaca; */
    border-left: none;
}

.osp-card-contenitore:hover {
    box-shadow: 0px 0px 10px -7px;
    cursor: pointer;
}

    .osp-card-contenitore:hover .osp-box-prenotazione {
        cursor: pointer;
    }

    .osp-card-contenitore:hover .osp-card {
        cursor: pointer;
    }

.osp-box-prenotazione {
    flex-basis: 24%;
    display: inherit;
    border-radius: 4px 0px 0px 0px;
    border-bottom: solid 1px transparent;
    border-left: solid 5px;
    border-bottom: solid 1px #cacaca;
    background-color: #f9f9f9;
    border-right: solid 1px #cacaca;
    text-align: center;
    padding: 5px;
}

.ospPratica .osp-box-prenotazione {
    flex-basis: 9%;
}

.ospPratica .osp-card {
    flex-basis: 91%;
}

.osp-box-periodo-area {
    flex-basis: 24%;
    border-radius: 0px;
    display: inherit;
    border-right: dashed 1px #cacaca;
    background-color: #f7f7f7;
    padding: 10px 1px;
}

.osp-card .icona {
    border-radius: 3px;
    background: white;
    color: #004c87;
    font-size: 13px;
}

.osp-contenitore {
    border: solid 1px #cacaca;
    margin-bottom: 10px;
    border-radius: 6px 6px 0px 0px;
    border-bottom: none;
}

    .osp-contenitore.selected {
        outline: solid #f7da82 4px;
        outline-offset: -4px;
        outline-width: 5px;
    }

.osp-giorni-area {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}

    .osp-giorni-area:first-child {
        margin-bottom: 5px;
    }

    .osp-giorni-area:last-child {
        margin-bottom: 5px;
    }

.osp-orari-area {
    font-size: 13px;
    text-align: center;
}

.osp-contenitore-richiesta {
    height: calc(100vh - 240px);
    overflow-y: auto !important;
    overflow-x: hidden;
    padding-right: 5px;
    padding-top: 2px;
}

    .osp-contenitore-richiesta .osp-card-contenitore {
        margin-bottom: 10px;
        border-radius: 5px;
        box-shadow: 0px 0px 0px 1px #d6d6d6
    }

    .osp-contenitore-richiesta .osp-box-prenotazione {
        border-left: solid 5px;
        border-bottom: none;
        border-radius: 6px 0px 0px 6px;
        padding: 5px;
        text-align: center;
    }

    .osp-contenitore-richiesta .ops-card {
        border: solid 1px #cacaca;
        border-left: none;
    }

    .osp-contenitore-richiesta .osp-card-contenitore {
        border: none;
        box-shadow: 0px 3px 11px -6px;
        box-sizing: border-box;
        transition: 0.3s;
    }

        .osp-contenitore-richiesta .osp-card-contenitore:hover {
            box-shadow: 0px 3px 7px -6px;
        }

    .osp-contenitore-richiesta .osp-card {
        border-bottom: none;
        border-radius: 0px 6px 6px 0px;
    }

/**
    SysTab 2.0
    rule set
    by Dex 03.10.2019
**/

.systab_table__scroller {
    overflow-y: auto;
    max-height: 40vh;
    padding: 0px 10px 0px 0px;
}

.systab_content {
    padding: 5px;
}

.systab_data_label {
    border: 1px solid #cdcdcd;
    padding: 0.5rem 0.75rem;
    margin-right: 5px;
    width: 100%;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 40em;
}

.systab_data_active,
.systab_data_cell:hover {
    background-color: #e5f1ff !important;
}

.systab_data_title {
    width: 30rem;
    font-weight: bold;
}

.systab_data_identifier {
    font-weight: bold;
}

.systab.row {
    margin-left: 8px;
    margin-right: 9px;
}

.systab_bg__notSelected {
    background: #cecece;
    color: #737373;
    font-weight: 500;
    border-color: #9e9e9e;
}

.systab_bg__selected {
    color: #33691E;
    background: #d9f3ba;
    border-color: #9e9e9e;
    font-weight: 500;
}

.tabella-systab tbody tr {
    height: 45px;
}

.tabella-systab thead tr th {
    max-width: 40em;
}

.tabella-systab thead tr {
    height: 45px;
}

    .tabella-systab thead tr td {
        box-sizing: border-box;
    }

.sportello_nav_pills.squadrato > .tab-content {
    padding: 0px 10px;
    padding-top: 0px;
}

.sportello_nav_pills.squadrato > .nav-pills .nav-pills > li {
    margin-right: 8px;
    margin-bottom: 0px;
}

.sportello_nav_pills.squadrato > ul.nav.nav-pills {
    font-size: 19px;
    background: #082742;
    color: #fff;
    padding: 5px 0px 5px 0px;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 5px;
    position: sticky;
    top: 0px;
    z-index: 9;
}

.sportello_nav_pills.squadrato > .nav-pills > li.active > a,
.sportello_nav_pills.squadrato > .nav-pills > li.active > a:hover,
.sportello_nav_pills.squadrato > .nav-pills > li.active > a:focus,
.sportello_nav_pills.squadrato > .nav-pills > li.active > a:focus:hover {
    background-color: #ffffff !important;
    color: #004c87;
    width: auto;
    border: solid 1px transparent;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

.sportello_nav_pills.squadrato > .nav-pills > li > a {
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    width: auto;
    border: solid 1px #004c87;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.3s;
    color: #fff;
    text-align: center;
}

    .sportello_nav_pills.squadrato > .nav-pills > li > a:hover {
        background-color: rgba(255, 255, 255, 0.12);
    }

.sportello_nav_pills.squadrato > .nav-pills > li {
    margin-right: 8px;
    margin-bottom: 0px;
}

.badge-statistica {
    background: #ffffff73;
    padding: 1px 4px;
    border-radius: 2px;
    color: #004c87;
    font-weight: 700;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    border: solid 1px #739cbd;
}

.badge-sospensione {
    font-size: 24px;
    margin-left: 5px;
}

.badge-regola {
    font-size: 24px;
    margin-left: 5px;
}

.btn-hamburger {
    display: none;
    font-size: 20px !important;
    line-height: 14px;
    position: absolute;
    height: 40px;
    width: 40px;
    top: -18px;
    border-radius: 50%;
    background: #004c87;
    box-shadow: 0px 0px 10px 0px #0000004f;
}

    .btn-hamburger.menu-sinistra {
        right: 110px;
    }

    .btn-hamburger.menu-destra {
        right: 60px;
    }

    .btn-hamburger i {
        font-size: 20px !important;
        line-height: 14px;
        color: #fff;
    }

    .btn-hamburger.btn-menu-immobili {
        right: 0px;
        top: 45px;
        color: #fff;
        z-index: 999999;
        position: fixed;
    }

    .btn-hamburger.btn-menu-posteggi {
        right: 75px;
        top: 15px;
        color: #fff;
        z-index: 999999;
        position: fixed;
    }

.mappa_eventi {
    height: calc(100vh - 315px);
    height: -moz-calc(100vh - 315px);
    height: -webkit-calc(100vh - 315px);
}

.mappa_posteggi {
    height: calc(100vh - 380px);
    height: -moz-calc(100vh - 380px);
    height: -webkit-calc(100vh - 380px);
}

.giorni_apertura {
    color: #3c763d !important;
    background: #3c763d3b;
    font-weight: 700;
}

    .giorni_apertura.riepilogo {
        background-color: #558b2f38 !important;
    }

        .giorni_apertura.riepilogo:before {
            font-family: "Font Awesome 6 Pro";
            content: "\f00c";
            font-weight: 400;
            color: #558b2f !important;
            font-size: 16px;
        }

.giorni_chiusura {
    color: #990000 !important;
    background: #9900001a;
    font-weight: 700;
}

table.starch-tabella.tabella-ricerca tbody td table.periodo td {
    color: #adadad;
    border-bottom: 0;
    font-weight: 700;
}

    table.starch-tabella.tabella-ricerca tbody td table.periodo td:first-child {
        border-left: 0;
    }

    table.starch-tabella.tabella-ricerca tbody td table.periodo td:last-child {
        border-right: 0;
    }

.pannello_riepilogo .icone-recapiti {
    font-size: 20px;
    margin-right: 10px;
    color: #02878e;
}

table.tabella_posti tr th:first-child {
    width: 400px;
}

table.tabella_posti > tr > td:first-child {
    width: 400px;
}

.salva_toobar {
    position: fixed;
    z-index: 99999999;
    bottom: 0px;
    background: black;
    width: 100%;
    left: 0px;
    height: 50px;
}

.wizard_graduatoria {
    margin: 0;
    padding-right: 0px;
    max-width: 1003px;
    height: 44px;
    padding-left: 0px;
}

.navbar-main-container {
    background-color: #ababab;
}

    .navbar-main-container .wizard_graduatoria {
        float: none;
    }

.wizard_graduatoria li {
    display: inline-block;
    height: 44px;
    position: relative;
    width: 33%;
    background-color: #583e7e;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#a9a9a9), to(#989898));
    background-image: -webkit-linear-gradient(left, color-stop(#a9a9a9 0%), color-stop(#989898 100%));
    background-image: -moz-linear-gradient(left, #a9a9a9 0%, #989898 100%);
    background-image: linear-gradient(to right, #a9a9a9 0%, #989898 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ababab', endColorstr='#8e8e8e', GradientType=1);
    /* IE6-9 */
}

    .wizard_graduatoria li.active {
        background-color: #583e7e;
        background-repeat: repeat-x;
        background-image: -webkit-gradient(linear, 0% top, 100% top, from(#082742), to(#2e70ab));
        background-image: -webkit-linear-gradient(left, color-stop(#082742 0%), color-stop(#2e70ab 100%));
        background-image: -moz-linear-gradient(left, #082742 0%, #2e70ab 100%);
        background-image: linear-gradient(to right, #082742 0%, #2e70ab 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#583e7e', endColorstr='#7352a4', GradientType=1);
        /* IE6-9 */
    }

    .wizard_graduatoria li:first-child:before {
        border: 0px solid transparent;
        border-left-color: #2e70ab;
        border-right: 0;
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        top: 0px;
        width: 0px;
        z-index: 10;
    }

    .wizard_graduatoria li.active:first-child:before {
        border-left-color: #2e70ab;
    }

    .wizard_graduatoria li div {
        display: table;
        height: 100%;
        padding: 0 0 0 66.66666667px;
        position: relative;
        width: 100%;
    }

        .wizard_graduatoria li div:after {
            border: 22px solid transparent;
            border-left-color: #999999;
            border-right: 0;
            content: " ";
            display: block;
            position: absolute;
            right: -22px;
            top: 0px;
            width: 0px;
            z-index: 10;
            -webkit-transition: 0.2s border-color ease-in-out;
            transition: 0.2s border-color ease-in-out;
        }

    .wizard_graduatoria li.active div:after {
        border-left-color: #2e70ab;
    }

    .wizard_graduatoria li div span {
        display: table-cell;
        vertical-align: middle;
        color: #828282;
    }

    .wizard_graduatoria li.active div span {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
    }

.wizard_graduatoria > li > div {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.2s color ease-in-out;
    transition: 0.2s color ease-in-out;
    -webkit-transition: 0.2s background ease-in-out;
    transition: 0.2s background ease-in-out;
}

.wizard_graduatoria > li.active > div small {
    color: #fff;
}

.wizard_graduatoria > li > div small {
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    margin-left: 10px;
}

.btn-su {
    display: none;
}

.btn-giu {
    display: none;
}

table.tabella_posti tr:hover .btn-su {
    display: inherit
}

table.tabella_posti tr:hover .btn-giu {
    display: inherit
}

.tab-anagrafica .tab-content .tab-pane {
    background-color: #d2d2d2;
    padding: 10px 12px 10px 10px;
    border: solid 1px #ababab;
    border-radius: 4px;
}

.tab-anagrafica .nav-tabs > .starch-generic-tabs.active > a {
    background-color: #d2d2d2 !important;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #ababab;
    border-top: 1px solid #ababab;
    border-right: 1px solid #ababab;
    border-radius: 4px 4px 0px 0px;
    color: #004c87;
    font-weight: 700;
}

    .tab-anagrafica .nav-tabs > .starch-generic-tabs.active > a:hover {
        background-color: #d2d2d2 !important;
        border-bottom: 1px solid #d2d2d2;
        border-left: 1px solid #ababab;
        border-top: 1px solid #ababab;
        border-right: 1px solid #ababab;
    }

.tab-anagrafica .nav-tabs > .starch-generic-tabs > a:hover {
    background-color: #e6e6e6 !important;
    text-decoration: none;
    border-bottom: 1px solid #ababab;
    border-left: 1px solid #ababab;
    border-top: 1px solid #ababab;
    border-right: 1px solid #ababab;
}

.tab-anagrafica .nav > .starch-generic-tabs > a {
    color: #004c87;
    border-color: #ababab;
    border-radius: 4px 4px 0px 0px;
}

.stella_risultati_immobili {
    color: gold;
    text-shadow: 2px 4px 9px #ffffff;
    font-size: 26px;
}

/*Pagamento annullato*/
.rowPagamentoAnnullato {
    text-decoration: line-through;
}

/*Marche da bollo*/
.rowMDBNonVirtuale {
    font-style: italic;
    opacity: 0.6
}

    .rowMDBNonVirtuale .legenda, .rowMDBNonRiversata .legenda, .rowMDBRiversata .legenda {
        width: 20px;
        height: 20px;
        content: '';
        float: left;
        margin-right: 5px;
        border-radius: 50%;
    }

    .rowMDBNonVirtuale .legenda {
        background: #929292;
    }

.rowMDBNonRiversata .legenda {
    background: red;
}

.rowMDBRiversata .legenda {
    background: #4caf50;
}

.rowMDBRiversata {
    color: green
}

.rowMDBNonRiversata {
    color: red
}

tr.rowMDBNonRiversata td:first-child::before, tr.rowMDBRiversata td:first-child::before, tr.rowMDBNonVirtuale td:first-child::before {
    content: '';
    width: 15px;
    height: 15px;
    display: flex;
    margin: 3px -13px 0px 0px;
    border-radius: 50%;
    float: left;
}

tr.rowMDBNonRiversata td:first-child::before {
    background: red;
}

tr.rowMDBRiversata td:first-child::before {
    background: #4caf50;
}

tr.rowMDBNonVirtuale td:first-child::before {
    background: transparent;
}

.dropdown-civici .dropdown-menu {
    max-height: 200px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    position: fixed;
    top: 137px !important;
    left: 86px !important;
}

.starch-upload-dropdown-item {
    display: block;
    clear: both;
    text-transform: initial;
    font-size: 12px;
    font-weight: 500;
    padding-left: 5px;
    border-style: none;
    border-left: solid 2px transparent;
    padding: 4px 10px;
    margin: 5px 2px 6px;
    margin-bottom: 1px;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    background-color: transparent;
}

.dropdown-menu > li > starch-upload-files > .starch-upload-dropdown-item:hover,
.dropdown-menu > li > starch-upload-files > .starch-upload-dropdown-item:focus {
    text-decoration: none;
    color: #262626;
    background-color: #ddefff;
    transition: 0.2s;
}

.modal-body.news-letter h1 {
    font-size: 28px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    color: #004c87;
}

.modal-open .autocomplete {
    z-index: 2000;
}

.modal-open {
}

.modal-body .starch-pratica-content.starch-pratica-content-APS {
    height: -webkit-calc(100vh - 206px);
    height: calc(100vh - 206px);
    background: #e2e1e0;
    box-shadow: none;
    padding: 0px;
}

    .modal-body .starch-pratica-content.starch-pratica-content-APS .fiere-dati_generali {
        height: calc(100vh - 253px);
    }

.bodyClass .body-content.container .tab-content .starch-pratica-content.starch-pratica-content-APS {
    height: calc(100vh - 100px);
}

    .bodyClass .body-content.container .tab-content .starch-pratica-content.starch-pratica-content-APS .fiere-dati_generali {
        height: calc(100vh - 151px);
    }

.starch-pratica-content.posto {
    height: calc(100vh - 228px);
}

    .starch-pratica-content.posto .fiere-dati_generali {
        height: calc(100vh - 266px);
    }

.sezione_fiere .fiere-dati_generali {
    height: calc(100vh - 358px);
}

.form-newsletter label.form-check-label {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    width: 90%;
}

.form-newsletter .form-check small {
    margin-left: 20px;
}

.form-newsletter .alert.alert-danger {
    display: none;
}

.form-newsletter label.form-check-label a {
    display: inline;
}

.form-newsletter .form-check {
    font-size: 12px;
    font-weight: 400;
    margin-left: 0px;
}

.form-newsletter .form-check {
    display: flex !important;
    align-items: flex-start;
    flex-wrap: wrap;
}

.form-newsletter h3, .form-newsletter hr {
    display: none;
}

.form-newsletter .row {
    margin: 0;
}

.form-newsletter .btn {
    width: 100%;
    margin-top: 20px;
    height: 47px;
    font-size: 16px;
}

.form-newsletter h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    color: #004c87;
    text-transform: none;
}

.oneri_lig_sist_est {
    background-color: #e1d7f3;
}

}

/** 
	DIRITTI EDIFICATORI
*/

.dired__certificato_valido,
.dired__certificato_estinto,
.dired__certificato_trasferito {
    color: white;
    font-weight: 600;
    display: inline-block;
    background-color: green;
    padding: 3px 5px;
    border-radius: 3px;
}

.dired__certificato_valido {
    background-color: green;
}

.dired__certificato_estinto {
    background-color: red;
}

.dired__certificato_trasferito {
    background-color: dodgerblue;
}

.dired__aree_container {
    width: 100%;
    height: 150px;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: auto;
}

.dired__aree_container__auto {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: auto;
}

.dired__notaio_label {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
    width: 100%;
    float: left;
}

.tr-hover:hover {
    background-color: rgb(238, 235, 245) !important;
    cursor: pointer;
    font-weight: 700;
}

.diritti-residui {
    padding: 5px 10px;
    background-color: lightgoldenrodyellow;
    color: #666;
    border-radius: 4px;
}

.diritti-residui-danger {
    padding: 5px 10px;
    background-color: red;
    color: white;
    border-radius: 4px;
}

.modal-body .uib-datepicker-popup.dropdown-menu {
    display: block;
    float: none;
    margin: 0;
    padding: 10px;
    z-index: 99999999 !important;
    position: fixed !important;
    top: inherit !important;
    left: inherit !important;
    margin-top: 30px;
}

.modal-body table.calendario .uib-datepicker-popup.dropdown-menu {
    min-width: 270px;
}

.ta-root.focussed > .ta-scroll-window.form-control {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.invio_mail .popover {
    background-color: #eaeaea;
}

    .invio_mail .popover.bottom > .arrow, .invio_mail .popover.top > .arrow {
        display: none;
    }

.fiere-dati_generali {
    height: calc(100vh - 230px);
    overflow-x: hidden;
    overflow-y: auto;
}

.pratica-altezza_responsive {
    height: calc(100vh - 313px);
    overflow-y: auto;
    overflow-x: hidden
}

.badge.badge-oneri {
    border-radius: 6px;
    padding: 5px;
    font-weight: 700;
    width: 90px;
    height: 36px;
    font-size: 13px;
}

    .badge.badge-oneri.attivo {
        background: #8bc34a;
        color: #33691e;
    }

        .badge.badge-oneri.attivo::after {
            font-family: "Font Awesome 6 Pro";
            content: "\f00c";
            font-weight: 700;
        }

        .badge.badge-oneri.attivo.obbligatorio::after {
            font-family: "Font Awesome 6 Pro";
            content: "\f560";
            font-weight: 700;
        }

    .badge.badge-oneri.disattivo::after {
        font-family: "Font Awesome 6 Pro";
        content: "\f5ec";
        font-weight: 700;
    }

    .badge.badge-oneri.disattivo {
        background: #a9a9a9;
        color: #5d5d5d;
    }

i.professionista, i.cittadino {
    font-size: 18px;
    color: #004c87;
}

.badge.badge-interventi, .pannello-impostazioni-presentazione .badge.badge-documenti {
    width: 45px;
    height: 35px;
    margin: auto;
    /* border-radius: 6px; */
    /* border: solid 1px #004c87; */
    color: #004c87;
    font-weight: 600;
    background: transparent;
    font-size: 18px;
}

.pannello-impostazioni-presentazione table table thead > tr > th {
    height: 20px;
}

.pannello-impostazioni-presentazione table.starch-tabella tbody table tbody {
    background-color: transparent;
}

.pannello-impostazioni-presentazione table table {
    background-color: transparent;
}

.pannello-impostazioni-presentazione a {
    font-weight: 700;
}

.pannello-impostazioni-presentazione table table table thead > tr > th {
    height: 20px;
    background-color: #f1f1f1;
}

.pannello-impostazioni-presentazione table.starch-tabella tbody table tbody table tbody {
    font-size: 11px;
}

.pannello_generico.pannello-filtri-archinet .pannello_generico {
    min-width: 200px;
    margin-right: 20px;
    margin-bottom: 10px;
}

    .pannello_generico.pannello-filtri-archinet .pannello_generico h2 {
        margin-bottom: 5px;
    }

.starch-tabelle-right-container {
    padding: 0px;
    height: calc(100vh - 165px);
}

.modal-body .starch-pratica-content {
    height: -webkit-calc(100vh - 89px);
}



span.evento_ordinario::before,
span.evento_straordinario::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

span.evento_ordinario::before {
    content: "\f0c8";
}

span.evento_straordinario::before {
    content: "\f14a";
}

span.evento_presente::before {
    content: "Evento già presente. Modifica dati abilitata.";
    background: #c52c2c;
    color: #fff;
    font-weight: 600;
    padding: 2px 5px;
    border-radius: 0px;
}

span.evento_disponibile::before {
    display: none;
}

.lista-evento_straordinario {
    display: initial !important;
    color: red;
}

}

.pannello_generico.filtri-ufficio-inetflow .input-group ul {
    z-index: 9999;
}

.task .stato-completo {
    background-color: rgb(0 200 117) !important;
    padding: 5px;
    border: solid 1px #4caf50;
}

    .task .stato-completo::before {
        content: 'Completo';
        text-align: center;
        display: block;
        color: #ffffff;
    }

.task .stato-incompleto {
    background-color: #f57c00 !important;
    padding: 5px;
    border: solid 1px #b35b00;
}

    .task .stato-incompleto::before {
        content: 'Non completato';
        text-align: center;
        display: block;
        color: #ffffff;
    }

.step-task {
    font-size: 1.2em;
    padding: 6px;
    /* border: solid 1px #949494;*/
    /*background: #fff;*/
    width: 25px;
    text-align: center;
}

.step-completo {
    color: #4caf50;
    font-weight: 700;
}

.step.step-completo::after {
    color: #4caf50;
}

.step.step-warning::after {
    color: #f57c00;
}

.step-non-completo {
    color: #b5b5b5
}

.step-warning {
    color: #f57c00;
    font-weight: 700;
}

.step::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    font-weight: 700;
    font-weight: 400;
    font-size: 15px;
    color: #c5c5c5;
}

.step:last-child::after {
    display: none;
}

.step-pulsante {
    transition: 0.3s;
}

    .step-pulsante:hover {
        border: 1px solid;
        border-radius: 4px;
        padding: 4px;
    }

/* Direttiva user selector -- inizio */
user-selector .well.ng-invalid {
    border: 1px solid #d30000;
    color: #d30000;
}

user-selector .popover label {
    color: #fff;
}

user-selector .popover .btn-success {
    background-color: #3b7caf;
}

user-selector .popover .btn-warning {
    color: #fff;
}

user-selector .btn[disabled] {
    color: #616161 !important;
    background-color: #c9c9c9;
    border-color: #b3b3b3 !important;
}

user-selector .boxed {
    max-height: 130px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}

    user-selector .boxed .pannello_generico {
        min-height: 75px;
        margin: 5px;
    }

        user-selector .boxed .pannello_generico.selected {
            margin: 2px;
        }

    user-selector .boxed .selected {
        border-width: 3px;
        border-color: #004c87;
        background-color: #2187b3;
        color: white !important;
    }

        user-selector .boxed .selected label {
            color: white;
        }
/* Direttiva user selector -- fine */

.borderless table {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

.btn-comunicazioni {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    box-shadow: 0px 0px 10px -1px #94cdff;
}

    .btn-comunicazioni span {
        font-size: 10px;
    }

    .btn-comunicazioni.step-completo {
        border: solid 1px #4caf50 !important;
        background: #d4d4d4;
    }

        .btn-comunicazioni.step-completo span {
            color: #004203 !important;
            font-weight: 600;
        }

.btn[disabled].btn-comunicazioni.step-warning {
    background-color: #e4e4e4;
}

    .btn[disabled].btn-comunicazioni.step-warning span {
        color: #f57c00;
        font-weight: 600;
    }

    .btn[disabled].btn-comunicazioni.step-warning:hover i {
        color: #f57c00 !important;
    }

    .btn[disabled].btn-comunicazioni.step-warning:hover i {
        color: #f57c00 !important;
    }

.btn[disabled].btn-comunicazioni.btn-info.step-completo:hover i {
    color: #4caf50 !important;
}

.comunicazioni-step::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    font-weight: 700;
    font-size: 30px;
    color: #dcdcdc;
    margin: 0px 5px;
}

.data_convocazione .input-group.input-group-sm {
    position: static;
}

.tabella_graduatoria table tr {
    overflow: inherit !important;
}

.tabella_graduatoria .starch-tabella tr td .uib-daypicker table tr {
    border-bottom: none;
}

    .tabella_graduatoria .starch-tabella tr td .uib-daypicker table tr th:first-child {
        width: inherit;
    }

.tabella_graduatoria .starch-tabella.table-scroll tr td .uib-daypicker table thead {
    border-bottom: none;
}

.tabella_graduatoria .starch-tabella tr td .uib-daypicker table tr th:first-child {
    width: inherit;
}

.tabella_graduatoria .starch-tabella tr td .uib-daypicker table tbody {
    width: inherit;
}

.btn-solo-icona {
    font-size: 14px;
    padding: 0px 5px;
    background: transparent;
    color: #757575;
}

.btn.btn-solo-icona:hover {
    background: #00000014;
}

.ping {
    -webkit-animation: pulsate-bck 2s ease-in-out infinite both;
    animation: pulsate-bck 2s ease-in-out infinite both;
}

@-webkit-keyframes ping {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.spid-idp-button .spid-idp-button-menu li > a img {
    height: 45px !important;
}

.text-strike {
    text-decoration: line-through;
    color: #bdbdbd !important;
}

.no-text-selection {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.pannello_inviaScrivania {
    background: #dedce5e8;
    border: solid 1px #8b7bc1;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
}

.pannello_riquadro_documenti {
    background-color: #e9e9e9;
    border-radius: 4px;
}

.info-dettagli {
    cursor: pointer;
    color: #004c87;
    font-size: 16px;
}

.lblAddRif {
    border: solid 1px #004c87;
    padding: 3px;
    background: #004c87;
    color: #fff;
    line-height: 25px;
}

.lblAddRifAmdCreaPrat {
    border: solid 1px #004c87;
    padding: 3px;
    background: #fff;
    color: #004c87;
    line-height: 25px;
}

.modal-body [uib-typeahead-popup].dropdown-menu {
    display: block;
    float: none;
    margin: 0;
    padding: 10px;
    z-index: 99999999 !important;
    position: fixed !important;
    top: inherit !important;
    left: inherit !important;
}

.pagamento-annullato:before {
    content: 'ANNULLATO';
    position: absolute;
    font-size: 57px;
    z-index: 9;
    transform: rotate(350deg);
    top: 41px;
    width: auto;
    margin: auto;
    left: 30%;
    font-weight: 700;
    opacity: 0.8;
    color: #9d0000;
    border: solid;
    padding: 0px 10px;
    background: #ff00001f;
}
.calcolo-annullato:before {
    content: 'ANNULLATO';
    position: absolute;
    font-size: 57px;
    z-index: 9;
    transform: rotate(350deg);
    top: 50px;
    width: auto;
    margin: auto;
    left: 30%;
    font-weight: 700;
    opacity: 0.8;
    color: #9d0000;
    border: solid;
    padding: 0px 10px;
    background: #ff00001f;
}

.sportello-importazione-in-corso {
    z-index: 9;
    position: absolute;
    left: 10%;
    top: 25%;
    margin-left:10px;
    border: solid;
    color: #9d0000;
    background: #fff;
    padding: 10px;
    font-size:14px;
}

.checklist-noselection {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* oggetti territoriali -- inizio */
.oggterr .boxed {
    overflow-y: auto !important;
    overflow-x: hidden;
}

    /*.oggterr .boxed .pannello_generico {
    min-height: 75px;
    margin: 5px;
    border: solid 1px;
}
*/
    .oggterr .boxed .pannello_generico.selected {
        margin: 2px;
    }

    .oggterr .boxed .selected {
        border-width: 3px;
        border-color: #d1b35b;
        background-color: #ffecb3;
    }
/* oggetti territoriali -- fine */
.richiesta_insegna span.tipo {
    font-size: 14px;
    font-weight: 700;
}

.richiesta_insegna .data_presentazione {
    font-size: 14px;
    font-weight: 700;
}

.pannello_generico.richiesta_insegna {
    font-size: 13px;
}

.pannello_generico.oggetto_insegna {
    border-radius: 2px;
    box-shadow: 5px 5px #cdcdcd;
    background: white;
    border: solid 1px #004c87;
    display: inline-block;
    width: 320px;
    cursor: pointer;
    margin-right: 20px;
}

    .pannello_generico.oggetto_insegna.disabled {
        cursor: not-allowed;
    }

        .pannello_generico.oggetto_insegna.disabled > * {
            opacity: 0.6;
            pointer-events: none;
        }

.contenitore_oggetti_insegna {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}


.tabs_secondary .nav {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.richiesta_insegna.rowTableSelected {
    outline: solid 2px #ffc107;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pannello_generico_no_border.richiesta_insegna {
    cursor: pointer;
}

    .pannello_generico_no_border.richiesta_insegna.disabled {
        cursor: not-allowed;
    }

        .pannello_generico_no_border.richiesta_insegna.disabled > * {
            opacity: 0.6;
            pointer-events: none;
        }

.messaggio_mappa {
    margin-bottom: 20px;
    background: #b71c1c;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.pannello_scrivania .nav-pills > li.isMine.active > a, .pannello_scrivania .nav-pills > li.isMine.active > a .badge-statistica {
    background-color: #DAECB5 !important;
    border-color: #ADCD6A;
    color: #4D5E2C;
}

.pannello_scrivania .nav-pills > li.isNotMine.active > a, .pannello_scrivania .nav-pills > li.isNotMine.active > a .badge-statistica {
    background-color: #B5ECDB !important;
    border-color: #6ACDA3;
    color: #326650;
}

.pannello_scrivania .nav-pills > li.suspended.active > a, .pannello_scrivania .nav-pills > li.suspended.active > a .badge-statistica {
    background-color: #ECD6B5 !important;
    border-color: #CD9F6A;
    color: #7C603F;
}

.pannello_scrivania .nav-pills > li.noOne.active > a, .pannello_scrivania .nav-pills > li.noOne.active > a .badge-statistica {
    background-color: #ECB5B5 !important;
    border-color: #CD6A6A;
    color: #813F3F;
}

.pannello_scrivania .nav-pills > li.isMineAEW.active > a, .pannello_scrivania .nav-pills > li.isMineAEW.active > a .badge-statistica {
    background-color: #DAECB5 !important;
    border-color: #ADCD6A;
    color: #4D5E2C;
}

.pannello_scrivania .nav-pills > li.isSentByMeAEW.active > a, .pannello_scrivania .nav-pills > li.isSentByMeAEW.active > a .badge-statistica {
    background-color: #DAECB5 !important;
    border-color: #ADCD6A;
    color: #4D5E2C;
}

.pannello_scrivania .nav-pills > li.Alert.active > a, .pannello_scrivania .nav-pills > li.Alert.active > a .badge-statistica {
    background-color: #E1B5EC !important;
    border-color: #B36ACD;
    color: #663C75;
}

.pannello_scrivania .nav-pills > li.Alert > a i, .pannello_scrivania .nav-pills > li.noOne > a i, .pannello_scrivania .nav-pills > li.suspended > a i, .pannello_scrivania .nav-pills > li.isNotMine > a i, .pannello_scrivania .nav-pills > li.isMine > a i, .pannello_scrivania .nav-pills > li.isMineAEW > a i, .pannello_scrivania .nav-pills > li.isSentByMeAEW > a i {
    font-size: 22px;
    margin-right: 5px;
    color: #C7C7C7;
}

.scrivania_alert_count {
    color: #e91e63 !important;
}

.pannello_scrivania .nav-pills > li.Alert > a, .pannello_scrivania .nav-pills > li.noOne > a, .pannello_scrivania .nav-pills > li.suspended > a, .pannello_scrivania .nav-pills > li.isNotMine > a, .pannello_scrivania .nav-pills > li.isMine > a, .pannello_scrivania .nav-pills > li.isMineAEW > a, .pannello_scrivania .nav-pills > li.isSentByMeAEW > a {
    color: #686868;
}

.pannello_scrivania .nav-pills > li.Alert.active > a i {
    color: #663C75;
}

.pannello_scrivania .nav-pills > li.noOne.active > a i {
    color: #813F3F;
}

.pannello_scrivania .nav-pills > li.suspended.active > a i {
    color: #7C603F;
}

.pannello_scrivania .nav-pills > li.isNotMine.active > a i {
    color: #326650;
}

.pannello_scrivania .nav-pills > li.isMine.active > a i {
    color: #4D5E2C;
}

.pannello_scrivania .nav-pills > li.isMineAEW.active > a i {
    color: #4D5E2C;
}

.pannello_scrivania .nav-pills > li.isSentByMeAEW.active > a i {
    color: #4D5E2C;
}

.colonna_icona {
    width: 40px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-style: inherit !important;
    padding: 25px 0px;
    flex-shrink: 0;
}

.blocco_dati .colonna_icona i {
    font-size: 22px;
    font-style: inherit;
    font-weight: 300;
}

.blocco_dati .btn i {
    font-style: inherit;
    font-weight: 700;
}

.scrivania .blocco_dati.attività {
    padding: 0px;
    margin: 0px;
    margin-bottom: -1px;
    border-left: 0px;
    padding-right: 10px;
}

.blocco_dati.attività.isMine .colonna_icona {
    color: #4D5E2C;
    background-color: #DAECB5;
    box-shadow: 0px 1px 0px #c3d3a3;
}

.blocco_dati.attività.isNotMine .colonna_icona {
    background-color: #B5ECDB !important;
    color: #326650;
    box-shadow: 0px 1px 0px #9bd1c0;
}

.blocco_dati.attività.suspended .colonna_icona {
    background-color: #ECD6B5 !important;
    color: #7C603F;
    box-shadow: 0px 1px 0px #d5bd9a;
}

.blocco_dati.attività.noOne .colonna_icona {
    background-color: #ECB5B5 !important;
    color: #813F3F;
    box-shadow: 0px 1px 0px #e5a3a3;
}

.blocco_dati.attività.isMineAEW .colonna_icona {
    color: #4D5E2C;
    background-color: #DAECB5;
    box-shadow: 0px 1px 0px #c3d3a3;
}

.blocco_dati.attività.isSentByMeAEW .colonna_icona {
    color: #4D5E2C;
    background-color: #DAECB5;
    box-shadow: 0px 1px 0px #c3d3a3;
}

.blocco_dati.attività.Alert .colonna_icona {
    background-color: #e1b5ec !important;
    color: #663C75;
    box-shadow: 0px 1px 0px #e6a0f7;
}

.pannello_scrivania .scrivania a .nc-icon-mini {
    margin-right: 0px;
}

.todo_important_icon {
    color: #ff9800 !important;
}

.todo_important_icon_disabled {
    color: #ababab !important;
}

.to_do_with_circ {
    min-height: 80px !important;
}

.pannello_info_appuntamenti {
    border: solid 1px #b9b9b9;
    padding: 5px;
    border-radius: 5px;
    background: whitesmoke;
    width: 100%
}

    .pannello_info_appuntamenti .agenda.titoloDettaglio {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #818181
    }

    .pannello_info_appuntamenti .agenda.valoreDettaglio {
        font-weight: 600;
        font-size: 14px;
        color: #000000;
    }

    .pannello_info_appuntamenti i {
        font-size: 25px;
        color: #004c8752;
    }

    .pannello_info_appuntamenti em {
        font-size: 14px;
        color: #004c87;
    }

.contenitore_pannello_info_appuntamenti {
    padding: 10px;
    background: #d1d1d1;
    border-radius: 10px;
}

.pannello_chiusura_procedimento {
    background: #2d4b64;
    height: 42px;
    position: relative;
    top: -8px;
    padding: 0px 10px;
    position: relative;
}

    .pannello_chiusura_procedimento .starch-pratica-subnav-caption_P {
        color: #ffffff;
    }

    .pannello_chiusura_procedimento::after {
        content: "";
        width: 22px;
        background: #838383;
        height: 14px;
        position: absolute;
        right: -13px;
        transform: rotate(-130deg);
        z-index: -2;
        display: block;
        top: 7px;
    }

.pannello_input_chiusura_procedimento {
    background: #0827421c;
    padding: 5px;
    border: solid 1px #2d4b6452;
    border-radius: 3px;
}

.seleziona_ora {
    font-size: 22px;
    text-align: center;
    transition: 0.2s;
    position: relative;
    border: solid 1px transparent;
}

    .seleziona_ora:hover {
        border: solid 1px #00000036;
        background: #ffffff4a;
        border-radius: 10px;
    }

.bg-success .seleziona_ora {
    border: solid 1px #00000036;
    background: #ffffff4a;
    border-radius: 10px;
    font-weight: 600;
}

.table td.bg-secondary {
    background-color: #b0b0b0;
}

    .table td.bg-secondary .seleziona_ora {
        color: #727272;
    }

        .table td.bg-secondary .seleziona_ora:hover {
            border: solid 1px transparent;
            background: transparent;
            border-radius: 10px;
        }

.btn-icona-modifica-importo {
    background-color: #fff;
    border: solid 1px #004c87 !important;
    color: #004c87 !important;
}

    .btn-icona-modifica-importo i {
        font-size: 14px;
    }

    .btn-icona-modifica-importo:hover {
        background-color: #004c87;
        color: #fff !important;
    }

tbody td .btn-icona-modifica-importo {
    visibility: hidden;
}

    tbody td .btn-icona-modifica-importo:hover i {
        color: #fff !important;
    }

tbody td:hover .btn-icona-modifica-importo {
    visibility: visible;
}

.pannello_riepilogo h2.titolo_pagamenti {
    font-size: 14px !important;
    color: #061ecd;
    margin-bottom: 8px !important;
    text-transform: inherit;
}

.ui-grid-pager-control input {
    width: 67px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.starch_hide {
    display: none;
}

.starch_show {
    display: block;
}

.starch_showhide:hover .starch_hide {
    display: block;
}

.starch_showhide:hover .starch_show {
    display: none;
}

.toolbar-cartografia-immobili {
    background: #0000000f;
    padding: 5px;
    border-radius: 4px;
    border: solid 1px #b1a7a7;
    backdrop-filter: blur(2px);
}

    .toolbar-cartografia-immobili .btn.btn-default {
        height: auto;
        padding: 5px;
        border-radius: 4px;
        border-width: 1px !important;
    }

        .toolbar-cartografia-immobili .btn.btn-default i {
            font-size: 18px;
        }

.btn-selezionato {
    background: #004c87;
    color: #fff;
    height: auto;
    padding: 5px;
    border-radius: 4px;
    border-width: 1px !important;
}

    .btn-selezionato i {
        font-size: 18px;
    }

.btn-misurazione {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .btn-misurazione i {
        font-size: 24px !important;
    }

.btn-icon-light {
    color: #004c87;
    opacity: 0.4;
    transition: all;
    transition-duration: 0.1s;
    border: solid 1px transparent;
    padding: 3px;
    border-radius: 3px;
}

    .btn-icon-light:hover {
        color: #004c87;
        opacity: 1;
        text-decoration: underline;
        border-color: #004c87;
        transform: scale(1.3);
        font-weight: 700;
    }

.pannello_appIo {
    border-left-color: #1e47dd !important;
    box-shadow: 0px 0px 13px -5px #1e47dd;
}

    .pannello_appIo .titolo_generico {
        color: #1e47dd !important;
    }

    .pannello_appIo .btn-primary, .pannello_appIo .btn-success {
        background-color: #1e47dd;
    }

        .pannello_appIo .btn-primary:hover, .pannello_appIo .btn-success:hover {
            background-color: #2a54ed;
            border-color: #1e47dd;
        }

    .pannello_appIo .btn-info {
        border-color: #1e47dd;
        color: #1e47dd;
    }

        .pannello_appIo .btn-info:hover {
            background-color: #1e47dd;
            color: #ffffff;
        }

.appio {
    background-color: #1e47dd;
    color: #ffffff;
    padding: 0px 4px;
    display: inline-block;
}

/*per correggere posizionamento calendario starch-date in dialogo dati messaggio appio da protocollo*/
.modal-body .duedate-appio .uib-datepicker-popup.dropdown-menu {
    position: absolute !important;
}

.funzionario-storico {
    filter: saturate(0.2);
    opacity: 1;
}

.lista-eventi {
    padding: 4px;
}

    .lista-eventi table tbody tr td {
        padding: 1px 4px;
    }

    .lista-eventi h1 {
        font-size: 12px;
    }

    .lista-eventi table tbody tr:first-child {
        border-top: 1px solid #c8c8c8;
    }



/* Direttiva user selector -- inizio 
user-selector .well.ng-invalid {
    border: 1px solid #d30000;
    color: #d30000;
}

user-selector .popover label {
    color: #fff;
}

user-selector .popover .btn-success {
    background-color: #3b7caf;
}

user-selector .popover .btn-warning {
    color: #fff;
}

user-selector .btn[disabled] {
    color: #616161 !important;
    background-color: #c9c9c9;
    border-color: #b3b3b3 !important;
}
Direttiva user selector -- fine */
/* Iter: Attivita extra workflow - inizio */
.starch-iter-cronologico-aew-terminato-ritardo .panel-title .starch-iter-cronologico-wf-processo::before {
    content: 'Terminato in ritardo';
    background: #558b2f;
    padding: 0px 5px;
    display: block;
    border-radius: 4px;
    color: #ffffff;
    float: right;
    text-transform: capitalize;
    font-size: 11px;
}

.starch-iter-cronologico-aew-terminato-ritardo {
    border-left: 3px solid #558B2F !important;
}

.pannello_attività_extra {
    background: linear-gradient(180deg, #dbecb3 0%, #0c4a17 100%);
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 4px 4px rgb(0 0 0 / 11%), 0 6px 8px rgb(0 0 0 / 11%), 0 8px 16px rgb(0 0 0 / 11%);
}

    .pannello_attività_extra .titolo {
        font-size: 18px;
        line-height: 21px;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 5px;
    }

    .pannello_attività_extra .numero_attività {
        font-weight: bold;
        font-size: 48px;
        line-height: 56px;
        text-align: center;
        color: #102f52;
        margin-right: 20px;
        background: #fff;
        border-radius: 6px 20px;
        padding: 0px 10px;
    }

    .pannello_attività_extra .statistica {
        font-size: 14px;
        color: #B3E7F2;
        border-bottom: dashed 1px;
        margin-bottom: 2px;
    }

        .pannello_attività_extra .statistica .numero {
            font-weight: bold;
            font-size: 14px;
            color: #FFFFFF;
            margin-left: 30px;
        }

.mittente-attivita .pannello_generico,
.destinatario-attivita .pannello_generico {
    min-height: 78px
}

/* Iter: Procedimento Bologna */
.pannello_procedimento_extra {
    background: linear-gradient(to right, #2951cc, #6681d4);
    padding: 3px;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: background-color 1s ease;
}

    .pannello_procedimento_extra:hover {
        background: linear-gradient(to right, #5c7de0, #7c95de);
        transition: background-color 1s ease;
    }

    .pannello_procedimento_extra .testo {
        font-weight: bold;
        color: #243278;
    }

.titolo_procedimento_extra {
    color: #243542;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
}

.contenuto_pannello_procedimento_extra {
    background-color: #ffffff;
    padding: 10px;
}

/* Iter: Attivita extra workflow - fine */
.pannello_attivita_extra {
    background: linear-gradient(to right, #276c3d, #dbecb3);
    padding: 3px;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: background-color 1s ease;
}

    .pannello_attivita_extra:hover {
        background: linear-gradient(to right, #168539, #f1fdd5);
        transition: background-color 1s ease;
    }

.titolo_attivita_extra {
    color: #394224;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
}

.contenuto_pannello_attivita_extra {
    background-color: #ffffff;
    padding: 10px;
}

    .contenuto_pannello_attivita_extra .statistica {
        margin-bottom: 4px;
        font-size: 13px;
        padding-left: 4px;
        border-bottom: dotted 1px #d5d5d5;
        font-weight: 600;
    }

        .contenuto_pannello_attivita_extra .statistica .numero {
            font-size: 16px;
            background: #dbecb3;
            padding: 0px 4px;
            margin-left: 10px;
            border-radius: 10px 0px;
            font-weight: 700;
            color: #4e6267;
        }

.navbar-default .navbar-nav .dropdown-menu > li.active a {
    color: #ffffff;
    background-color: #3672a0;
}

.navbar-default .navbar-nav .dropdown-menu > li.active {
    border: 0px;
    height: auto;
}

    .navbar-default .navbar-nav .dropdown-menu > li.active a:hover {
        color: #ffffff;
        background-color: #044e87;
    }

.badge-data-situazione {
    margin-right: 10px;
    padding: 5px;
    font-size: 13px;
    font-weight: 500;
    /*color: #0e2743;*/
    line-height: 23px;
    border-radius: 3px;
    text-transform: uppercase;
}

.tabella_operatori table tr {
    overflow: inherit !important;
}

.border-r-catasto {
    border-right: solid 1px black !important
}

.border-t-catasto {
    border-top: solid 1px black !important
}

.border-l-catasto {
    border-left: solid 1px black !important
}

.border-b-catasto {
    border-bottom: solid 1px black !important
}

.badge.badge-files {
    background-color: #adb7c0;
    color: #1C2321;
    font-style: normal;
    border-radius: 4px;
}

.badge.badge-size {
    background-color: #adb7c0;
    color: #1C2321;
    font-style: normal;
    border-radius: 4px;
}

.badge.badge-pratiche {
    background-color: #adb7c0;
    color: #1C2321;
    font-style: normal;
    border-radius: 4px;
}
.pannello_generico_border {
   
    padding: 5px;
    border: solid 1px #929292;
    border-radius: 4px;
    background: #d3d3d3;
}

/*server un div esterto content posizione realtive*/
.position-absolute-uib-typeahead-popup-dropdown-menu > [uib-typeahead-popup].dropdown-menu {
    position: absolute !important;
}
.ng-table th {
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ng-table th.sortable {
        cursor: pointer;
    }

        .ng-table th.sortable .sort-indicator {
            padding-right: 18px;
            position: relative;
        }

            .ng-table th.sortable .sort-indicator:after, .ng-table th.sortable .sort-indicator:before {
                content: "";
                border-width: 0 4px 4px;
                border-style: solid;
                border-color: #000 transparent;
                visibility: visible;
                right: 5px;
                top: 50%;
                position: absolute;
                opacity: .3;
                margin-top: -4px;
            }

            .ng-table th.sortable .sort-indicator:before {
                margin-top: 2px;
                border-bottom: none;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid #000;
            }

            .ng-table th.sortable .sort-indicator:hover:after, .ng-table th.sortable .sort-indicator:hover:before {
                opacity: 1;
                visibility: visible;
            }

        .ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
            background-color: rgba(141, 192, 219, 0.25);
            text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        }

            .ng-table th.sortable.sort-desc .sort-indicator:after, .ng-table th.sortable.sort-asc .sort-indicator:after {
                margin-top: -2px;
            }

            .ng-table th.sortable.sort-desc .sort-indicator:before, .ng-table th.sortable.sort-asc .sort-indicator:before {
                visibility: hidden;
            }

            .ng-table th.sortable.sort-asc .sort-indicator:after, .ng-table th.sortable.sort-asc .sort-indicator:hover:after {
                visibility: visible;
                filter: alpha(opacity=60);
                -khtml-opacity: 0.6;
                -moz-opacity: 0.6;
                opacity: 0.6;
            }

            .ng-table th.sortable.sort-desc .sort-indicator:after {
                border-bottom: none;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid #000;
                visibility: visible;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                filter: alpha(opacity=60);
                -khtml-opacity: 0.6;
                -moz-opacity: 0.6;
                opacity: 0.6;
            }

    .ng-table th.filter .input-filter {
        margin: 0;
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.ng-table .ng-table-group-header th {
    text-align: left;
}

.ng-table .ng-table-group-selector {
    display: block;
}

.ng-table .ng-table-group-close, .ng-table .ng-table-group-toggle {
    float: right;
}

.ng-table .ng-table-group-toggle {
    margin-right: 5px;
}

@media only screen and (max-width: 800px) {
    .ng-table-responsive {
        border-bottom: 1px solid #999;
    }

        .ng-table-responsive tr {
            border-top: 1px solid #999;
            border-left: 1px solid #999;
            border-right: 1px solid #999;
        }

        .ng-table-responsive td:before {
            position: absolute;
            padding: 8px;
            left: 0;
            top: 0;
            width: 50%;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        .ng-table-responsive thead tr th {
            text-align: left;
        }

        .ng-table-responsive thead tr.ng-table-filters th {
            padding: 0;
        }

            .ng-table-responsive thead tr.ng-table-filters th form > div {
                padding: 8px;
            }

        .ng-table-responsive td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            white-space: normal;
            text-align: left;
        }

            .ng-table-responsive td:before {
                content: attr(data-title-text);
            }

        .ng-table-responsive, .ng-table-responsive thead, .ng-table-responsive tbody, .ng-table-responsive th, .ng-table-responsive td, .ng-table-responsive tr {
            display: block;
        }
}

.ng-table-pagination {
    margin-top: 0;
}

.ng-table-group-selector:before,
.ng-table-group-selector:after,
.filter:before,
.filter:after {
    display: table;
    content: " ";
}

.ng-table-group-selector:after,
.filter:after {
    clear: both;
}

.filter > .filter-cell {
    float: left;
    box-sizing: border-box;
}

.filter-horizontal > .filter-cell {
    padding: 0 2px;
}

    .filter-horizontal > .filter-cell:first-child {
        padding-left: 0;
    }

    .filter-horizontal > .filter-cell:last-child, .filter-horizontal > .filter-cell.last {
        padding-right: 0;
    }

.s12 {
    width: 100%;
}

.s11 {
    width: 91.66666666666666%;
}

.s10 {
    width: 83.33333333333334%;
}

.s9 {
    width: 75%;
}

.s8 {
    width: 66.66666666666666%;
}

.s7 {
    width: 58.333333333333336%;
}

.s6 {
    width: 50%;
}

.s5 {
    width: 41.66666666666667%;
}

.s4 {
    width: 33.33333333333333%;
}

.s3 {
    width: 25%;
}

.s2 {
    width: 16.666666666666664%;
}

.s1 {
    width: 8.333333333333332%;
}

@media all and (max-width: 468px) {
    .s12, .s11, .s10, .s9, .s8, .s7, .s6, .s5, .s4, .s3, .s2, .s1 {
        width: 100%;
    }

    .filter > .filter-cell {
        padding: 0px;
    }
}

/*# sourceMappingURL=ng-table.css.map*/

@charset "UTF-8";
.abc-radio input[type="file"]:focus, .abc-radio input[type="radio"]:focus, .abc-radio input[type="checkbox"]:focus{outline:none!important}
input:focus,  input.focus{outline:none!important;}
.abc-radio input:focus, .abc-radio input.focus{outline:none!important;}
.abc-radio label:focus{outline:none}
input[type="radio"]:focus, input[type="checkbox"]:focus{outline: 0 none!important}

.abc-checkbox {
  padding-left: 20px; }
    .abc-checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        font-size: 12px;
        margin-bottom: 6px;
        font-weight:600;
    }
.abc-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff; }
.abc-checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #55595c; }
.abc-checkbox input[type="checkbox"],
.abc-checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; }
.abc-checkbox input[type="checkbox"]:focus + label::before,
.abc-checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
    .abc-checkbox input[type="checkbox"]:checked + label::after,
    .abc-checkbox input[type="radio"]:checked + label::after {
        font-family: "Font Awesome 6 Pro";
        content: "";
    }
.abc-checkbox input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px; }
.abc-checkbox input[type="checkbox"]:disabled + label,
.abc-checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }
.abc-checkbox input[type="checkbox"]:disabled + label::before,
.abc-checkbox input[type="radio"]:disabled + label::before {
  background-color: #eceeef;
  cursor: not-allowed; }
.abc-checkbox.abc-checkbox-circle label::before {
  border-radius: 50%; }
.abc-checkbox.checkbox-inline {
  margin-top: 0; }

.abc-checkbox-primary input[type="checkbox"]:checked + label::before,
.abc-checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #0275d8;
  border-color: #0275d8; }

.abc-checkbox-primary input[type="checkbox"]:checked + label::after,
.abc-checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-danger input[type="checkbox"]:checked + label::before,
.abc-checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.abc-checkbox-danger input[type="checkbox"]:checked + label::after,
.abc-checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-info input[type="checkbox"]:checked + label::before,
.abc-checkbox-info input[type="radio"]:checked + label::before {
    background-color: #004c87;
    border-color: #004c87;
}

.abc-checkbox-info input[type="checkbox"]:checked + label::after,
.abc-checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-warning input[type="checkbox"]:checked + label::before,
.abc-checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.abc-checkbox-warning input[type="checkbox"]:not(:checked) + label::before,
.abc-checkbox-warning input[type="radio"]:not(:checked) + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.abc-checkbox-warning input[type="checkbox"]:checked + label::after,
.abc-checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-success input[type="checkbox"]:checked + label::before,
.abc-checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.abc-checkbox-success input[type="checkbox"]:checked + label::after,
.abc-checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #0275d8;
  border-color: #0275d8; }

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-radio {
  padding-left: 0px; }
.abc-radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-size:13px;
  font-weight:400;
}
.abc-radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff; }
.abc-radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #55595c;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.abc-radio input[type="radio"] {
  opacity: 0;
  z-index: 1; }
.abc-radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;

}
.abc-radio input[type="radio"]:checked + label::after {
  transform: scale(1, 1); }
.abc-radio input[type="radio"]:disabled + label {
  opacity: 0.65; }
.abc-radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }
.abc-radio.radio-inline {
  margin-top: 0; }

.abc-radio-primary input[type="radio"] + label::after {
  background-color: #0275d8; }

.abc-radio-primary input[type="radio"]:checked + label::before {
  border-color: #0275d8; }

.abc-radio-primary input[type="radio"]:checked + label::after {
  background-color: #0275d8; }

.abc-radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.abc-radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.abc-radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.abc-radio-info input[type="radio"] + label::after {
    background-color: #004c87;
}

.abc-radio-info input[type="radio"]:checked + label::before {
    border-color: #004c87;
    outline: none;
}

.abc-radio-info input[type="radio"]:checked + label::after {
    background-color: #004c87;
}

.abc-radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.abc-radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.abc-radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.abc-radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.abc-radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.abc-radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: "Font Awesome 6 Pro";
    content: "";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

button[data-balloon] {
  overflow: visible; }

[data-balloon] {
  position: relative;
  cursor: pointer; }
  [data-balloon]:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    font-family: sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-shadow: none !important;
    font-size: 11px !important;
    text-transform:none!important;
    background: rgba(17, 17, 17, 0.9);
    border-radius: 4px;
    color: #fff;
    content: attr(data-balloon);
    padding: .5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10; }
  [data-balloon]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    content: '';
    position: absolute;
    z-index: 10; }
  [data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto; }
  [data-balloon].font-awesome:after {
    font-family: FontAwesome; }
  [data-balloon][data-balloon-break]:after {
    white-space: pre; }
  [data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  [data-balloon][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="up-left"]:after {
    bottom: 100%;
    left: 0;
    margin-bottom: 11px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-left"]:before {
    bottom: 100%;
    left: 5px;
    margin-bottom: 5px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos="up-right"]:after {
    bottom: 100%;
    right: 0;
    margin-bottom: 11px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-right"]:before {
    bottom: 100%;
    right: 5px;
    margin-bottom: 5px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down']:after {
    left: 50%;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 50%;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down-left']:after {
    left: 0;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-left']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 5px;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-left']:hover:after, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down-left']:hover:before, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down-right']:after {
    right: 0;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-right']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    right: 5px;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-right']:hover:after, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down-right']:hover:before, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='left']:after {
    margin-right: 11px;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    margin-right: 5px;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:after {
    left: 100%;
    margin-left: 11px;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-length='small']:after {
    white-space: normal;
    width: 80px; }
  [data-balloon][data-balloon-length='medium']:after {
    white-space: normal;
    width: 150px; }
  [data-balloon][data-balloon-length='large']:after {
    white-space: normal;
    width: 260px; }
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 380px; }
    @media screen and (max-width: 768px) {
      [data-balloon][data-balloon-length='xlarge']:after {
        white-space: normal;
        width: 90vw; } }
  [data-balloon][data-balloon-length='fit']:after {
    white-space: normal;
    width: 100%; }

.ol-box {
    box-sizing: border-box;
    border-radius: 2px;
    border: 2px solid #00f
}

.ol-mouse-position {
    top: 8px;
    right: 8px;
    position: absolute
}

.ol-scale-line {
    background: rgba(0,60,136,.3);
    border-radius: 4px;
    bottom: 8px;
    left: 8px;
    padding: 2px;
    position: absolute
}

.ol-scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
    transition: all .25s
}

.ol-scale-bar {
    position: absolute;
    bottom: 8px;
    left: 8px
}

.ol-scale-step-marker {
    width: 1px;
    height: 15px;
    background-color: #000;
    float: right;
    z-Index: 10
}

.ol-scale-step-text {
    position: absolute;
    bottom: -5px;
    font-size: 12px;
    z-Index: 11;
    color: #000;
    text-shadow: -2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff
}

.ol-scale-text {
    position: absolute;
    font-size: 14px;
    text-align: center;
    bottom: 25px;
    color: #000;
    text-shadow: -2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff
}

.ol-scale-singlebar {
    position: relative;
    height: 10px;
    z-Index: 9;
    border: 1px solid #000
}

.ol-unsupported {
    display: none
}

.ol-unselectable, .ol-viewport {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.ol-overlaycontainer, .ol-overlaycontainer-stopevent {
    pointer-events: none
}

    .ol-overlaycontainer-stopevent > *, .ol-overlaycontainer > * {
        pointer-events: auto
    }

.ol-selectable {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.ol-grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.ol-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.ol-control {
    position: absolute;
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 2px
}

    .ol-control:hover {
        background-color: rgba(255,255,255,.6)
    }

.ol-zoom {
    top: .5em;
    left: .5em
}

.ol-rotate {
    top: .5em;
    right: .5em;
    transition: opacity .25s linear,visibility 0s linear
}

    .ol-rotate.ol-hidden {
        opacity: 0;
        visibility: hidden;
        transition: opacity .25s linear,visibility 0s linear .25s
    }

.ol-zoom-extent {
    top: 4.643em;
    left: .5em
}

.ol-full-screen {
    right: .5em;
    top: .5em
}

.ol-control button {
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 2px
}

    .ol-control button::-moz-focus-inner {
        border: none;
        padding: 0
    }

    .ol-control button span {
        pointer-events: none
    }

.ol-zoom-extent button {
    line-height: 1.4em
}

.ol-compass {
    display: block;
    font-weight: 400;
    font-size: 1.2em;
    will-change: transform
}

.ol-touch .ol-control button {
    font-size: 1.5em
}

.ol-touch .ol-zoom-extent {
    top: 5.5em
}

.ol-control button:focus, .ol-control button:hover {
    text-decoration: none;
    background-color: rgba(0,60,136,.7)
}

.ol-zoom .ol-zoom-in {
    border-radius: 2px 2px 0 0
}

.ol-zoom .ol-zoom-out {
    border-radius: 0 0 2px 2px
}

.ol-attribution {
    text-align: right;
    bottom: .5em;
    right: .5em;
    max-width: calc(100% - 1.3em)
}

    .ol-attribution ul {
        margin: 0;
        padding: 0 .5em;
        color: #000;
        text-shadow: 0 0 2px #fff
    }

    .ol-attribution li {
        display: inline;
        list-style: none
    }

        .ol-attribution li:not(:last-child):after {
            content: " "
        }

    .ol-attribution img {
        max-height: 2em;
        max-width: inherit;
        vertical-align: middle
    }

    .ol-attribution button, .ol-attribution ul {
        display: inline-block
    }

    .ol-attribution.ol-collapsed ul {
        display: none
    }

    .ol-attribution:not(.ol-collapsed) {
        background: rgba(255,255,255,.8)
    }

    .ol-attribution.ol-uncollapsible {
        bottom: 0;
        right: 0;
        border-radius: 4px 0 0
    }

        .ol-attribution.ol-uncollapsible img {
            margin-top: -.2em;
            max-height: 1.6em
        }

        .ol-attribution.ol-uncollapsible button {
            display: none
        }

.ol-zoomslider {
    top: 4.5em;
    left: .5em;
    height: 200px
}

    .ol-zoomslider button {
        position: relative;
        height: 10px
    }

.ol-touch .ol-zoomslider {
    top: 5.5em
}

.ol-overviewmap {
    left: .5em;
    bottom: .5em
}

    .ol-overviewmap.ol-uncollapsible {
        bottom: 0;
        left: 0;
        border-radius: 0 4px 0 0
    }

    .ol-overviewmap .ol-overviewmap-map, .ol-overviewmap button {
        display: inline-block
    }

    .ol-overviewmap .ol-overviewmap-map {
        border: 1px solid #7b98bc;
        height: 150px;
        margin: 2px;
        width: 150px
    }

    .ol-overviewmap:not(.ol-collapsed) button {
        bottom: 1px;
        left: 2px;
        position: absolute
    }

    .ol-overviewmap.ol-collapsed .ol-overviewmap-map, .ol-overviewmap.ol-uncollapsible button {
        display: none
    }

    .ol-overviewmap:not(.ol-collapsed) {
        background: rgba(255,255,255,.8)
    }

.ol-overviewmap-box {
    border: 2px dotted rgba(0,60,136,.7)
}

.ol-overviewmap .ol-overviewmap-box:hover {
    cursor: move
}
/*# sourceMappingURL=ol.css.map */

/*!
 * angularjs-color-picker v3.4.8
 * https://github.com/ruhley/angular-color-picker/
 *
 * Copyright 2017 ruhley
 *
 * 2017-10-06 09:52:03
 *
 */.color-picker-wrapper{position:relative}.color-picker-wrapper .color-picker-input-wrapper{display:table;position:relative}.color-picker-wrapper .input-group{position:relative;border-collapse:separate}.color-picker-wrapper .input-group .color-picker-input,.color-picker-wrapper .input-group .input-group-addon{display:table-cell}.color-picker-wrapper .input-group .color-picker-input{position:relative;z-index:2;float:left;margin-bottom:0}.color-picker-wrapper .input-group .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc}.color-picker-wrapper .input-group .input-group-addon:first-child{border-right-width:0}.color-picker-wrapper .input-group .input-group-addon:last-child{border-left-width:0}.color-picker-wrapper .input-group .color-picker-input-swatch{padding-left:12px}.color-picker-wrapper .color-picker-input-swatch{padding-left:36px}.color-picker-wrapper .color-picker-swatch{cursor:pointer;z-index:3}.color-picker-wrapper .color-picker-swatch:not(.input-group-addon){position:absolute;top:3px;width:28px;height:70%;box-sizing:border-box;border-radius:3px;vertical-align:middle;background-position:-80px 0;border:solid 1px #ccc;padding:0;margin:0;display:inline-block}.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-left{left:3px}.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-right{right:3px}.color-picker-wrapper .color-picker-panel{position:absolute;background:#fff;border:solid 1px #ccc;box-shadow:0 0 20px rgba(0,0,0,.5);z-index:99999;width:150px;table-layout:fixed;border:1px solid #fff;padding-right:1px;box-sizing:content-box}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper{display:table;width:100%}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row{display:table-row}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-overlay{position:absolute;width:100%;height:150px;top:0;left:0;z-index:2}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation{background-image:linear-gradient(45deg,grey 25%,transparent 25%),linear-gradient(-45deg,grey 25%,transparent 25%),linear-gradient(45deg,transparent 75%,grey 75%),linear-gradient(-45deg,transparent 75%,grey 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation{display:table-cell;position:relative;left:1px;width:20px;background-color:#fff;cursor:row-resize}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-slider{position:absolute;top:0;left:0;width:18px;height:2px;background:#fff;border:solid 1px #000;box-sizing:content-box;margin-top:-1px;z-index:3}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid{display:table-cell;position:relative;width:150px;height:150px;cursor:crosshair}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-grid-inner{width:150px;height:150px;z-index:9}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-overlay{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAC9FBMVEUDAwMTExMFBQUGBgYMDAwICAgFBQUDAwMGBgYDAwMPDw8SEhIYGBgLCwsTExMfHx8GBgYcHBwGBgYmJiYcHBwfHx8XFxcJCQkODg4fHx8RERExMTEmJiYGBgYuLi4ZGRlDQ0MqKioICAgcHBxFRUUUFBQKCgooKCgzMzMnJycbGxsTExM8PDwvLy8xMTErKysLCwtNTU1CQkI5OTkUFBQlJSVmZmZeXl4mJiYfHx81NTVKSkoPDw9FRUVjY2NYWFhLS0srKys6OjpISEhQUFBsbGxEREQLCwsNDQ3a2to4ODhBQUE7OzsMDAwXFxchISFSUlJnZ2d4eHhlZWUzMzOampo+Pj4tLS1ISEhtbW1SUlJ0dHQQEBAwMDAhISFWVlZaWlpWVlZiYmJLS0snJyf09PQfHx+Xl5dHR0dPT08+Pj5qamrOzs5QUFBXV1dUVFR6enonJyddXV1xcXE2NjYWFhY8PDxKSkrNzc1/f3+hoaFfX1+KioqAgIB3d3esrKyYmJiKiookJCS7u7uhoaE6OjqLi4ssLCy8vLx6enpubm6Hh4eioqKFhYXp6enCwsKMjIzBwcGRkZHu7u44ODhycnLFxcVra2uioqLc3Nzl5eV4eHjl5eWSkpK+vr7h4eEzMzOSkpK7u7shISHW1taurq5aWlrPz89vb2/y8vJlZWWBgYHKyspeXl64uLh+fn4YGBg2NjbZ2dl6enrMzMy8vLyTk5POzs5xcXG/v79PT09paWmEhISbm5urq6u3t7djY2Pl5eXh4eFaWlqLi4u1tbW5ubl/f3/Q0NCCgoKTk5Ovr69KSkp1dXWpqanZ2dmvr6+ysrJMTEyenp719fWbm5tUVFSYmJjz8/ODg4PZ2dn19fWzs7NjY2Nra2uHh4enp6eIiIijo6PU1NSnp6eWlpbKysqpqal3d3ff39+KiorCwsLS0tLg4OC+vr7r6+uqqqry8vLj4+OWlpatra3r6+v39/fu7u75+fnv7+/5+fkBAQFzkre4AAAA+3RSTlP97ePc/P3u+Onz8/z79+Hz0+rL++D89bvl19jr8sL6wPndsq7m0anI0uPLyfry27Oh8O7oZ+n42tCl+x98o+jk+r7y2+Wxv5mGpr/O4JBcR6/AvI6b89iltO7Z5HF2kc7A8c7MiPKavHeIhuB2waL61H37n8m0qpfkyKqy9/j56OC/Ovbkki8sh66AsfbrZeXf0uvos9X21L6A93TB0MKyao5IvMSvfvX6jqIQj/Dm41Bd5u/Unay/xlpqYticw7Zv1kiWn9kenp2M+ZtOkG33ffZbg6LPQkjVaNSyyjRUVpF+0ipZdbP4RTjOqmKQbqDZfuhjOFPDxfhv3SDpqyEAABolSURBVHgBdNKxaipbGMVx38sn8EHs5jk8VtNMZRgYGNJIrGwOllqIVU4jJCSkihwiOIqDxmh1/2vW3pfBy11r7al/fNr5aaX/c+tT4rzevm/fr98x79/vIev3dcx4PQ45jo8h1+M1Jr2m6Tk9xyzOC7JdbGM+t59Nlp/L5fJp+RTSYt1+buz/TKhcUG2T20ahiq6zqjlb5t6ryFPTO1b/pt18rZbqdneptetYJJNqmElGRVcbRpWzUS2STZFllNqHZBOoV9a4mFmGWaZBii7LooqGpGl6PadG+QfUg7SIp2odC5VfZElkU6PKjFJkUi6YLv+inMP6gOnw3z9WJMUAU4xSpLr/Wznta8lkF6IsQ5VlUXXBdXECClXeqJyxYaiqIxsdR1empFeb6O7MDJNKvYMZpQnVhdWPrqyfCYUpC6i5THOb8vdcW+fFel0UB24lFK3GlYLJKjdJQ3bp7qwuZkFVLrZl09P29KkOPpcnqSIKVrfTRjlWzV2hlPySI5PqvVgX6wMwpTdWkR1FG1UjJ6VJmjBUMbPFjMGiUpW4iFyDJR08DbrLbvdJ7fSVh4d+9hBR9WvNZNKl9PIcFSlySISPSKDkquK9RtW14l4jrpVcIaVslwA673Z49NSyiVE61gmSXEZpXKtRNTVLKqPIhedTEf+EuVEFKki9ChXTpaiT6FY6VrKL15oxbkXLUi5uVXIux7C7axmV0YeszuqgqufAYAlkFSLq9IpeTy5gPlXblaj+BdXAQkRKVYHEZAKlLLsDGtORSbEKkoLKyTVI0eUccGFSKrVaaaOJUHZpRKq9BsuxKsAcuZS2q4PKMEyOTUa9zfO3nN3fqrCJrdyRO5mAMsmqvSqUXb7Wpnw5UX0GLzaZ1b6WU6vRJRkkq9RHtVAVqwxbYWIixSYJI3u62+/3vNk+ojChKlmgRdiHz6X84lr3KpGmDNQbyxksq9jveCuyMoo3oZxKxzIqqITCRJXNbLPZ2IWKIPoaDF4+Bh+sq1oVWH+MUqb1fDoF9abmVmEChuvxd1H8RkbNok0iajLkmyTDZLgfAguR6nm2YbMS2ItqFe9LMlTQPhC5kfWnbjqf1kJpupXy+IZIKL2G1Jj+9lZ/TQLFsRwuBWmoDxw98rx/foaFKiSqZKIfXzbRAPvVCajGNeUZBQmX82gZl3oEpQmlriybMLuGWlANhbIKEd1sWFAxTC8DnmTAmkhkllBKzZv+wxYdrDSPhlEc9w69ndCl36LuSjfDgNAhMNKNiAwNLkrNShiodIqBfkRKk4AtQuHb5Abmf877mBGZc5436x8nQwYUHJvsIn+AOika66xfeA5TcslEGGr7a7vVR1spA0p1ZAL1obmMUh2x5DJKHVCh4oUJlWAnqqnOJ7nUO1rcFdy1t3K2yAYVU0klV//+3vQ/m+Yn/bDLqsGltciwVpCEopkue1u8Lf5MNYmlxFJAnc9/cwWuO6uui2udAon84m22m5hLJFB9/940nF0KJlA7+m0tJbaaw8osCpUil0xkUJ1VXKQouLRWqLaoBAuW06sEklFN80HDJRW0UImVUPN/5n9RTHNUGaZMJonCtJDpqyql4AdKJJJQa7Po/6Pk6hsnUGRHce3Gu/FX1pwKxQ0opsqo8kinkk1PjzNIvMFVcJ+BpLbblhdb0WpzdGMsTjCzDh9UJgUWvRpfBQsXESqbv80zw4LkYHKFSi0lChYl62K9xmRWy1ItBVTxNnb1PecE6gAKEzWLP4gLklxizaVKMlwimaWKtEAUnT3OQKE6zc6z8gyuLEqh7LouUDGUTiZ1Q48EV8Dqvm4oLBXUYac6V+rYDRaRaB4mkybcdDHlRJqKpIOER7XpVl0r2qqViqlaTJXe0VuBojVJKkiYPlVfUIpcFwNq2GqiLiYcWyUUj6mQWVVqKg5XiUl/kCOtSipgQqFSnfqopaSqm2VTYxJMMexFLpMIayXUb2pGOasooMk0ZaY6pZpS3IKit+tYK5nMqiJhsqvmUkDVVAF0eNm9cOGyClaoEgnRkCnnhOmb6lawUH1zVapMqZ1QamR54JZCOaBQXaVGLjA5GW/CUoItZBq2mqnPs9k+sSJMpQRptB4ZFKYcU84dq+7odl1ddxSTe1gCo0ylc4y6FOphfMFSnGATbsLFUqF6Vq3i9vtS/aoybESBjdqVWq2AWZVXXdVJday77gaUnlyhej28/qeil5cBu5ApEiiz7lMDRfdhok/lE6oIotFIpNFKrFWbt6u8ojmvyzurGEqkG255I5TzukS1jLkuZaJSPYgV+WHUD3o/uU+qZ6v2zwmVxnqyioZKlUwmok+Vr4zKNZVgzk0nFSyaZKiWry+qXTq7HlgrkYQSKVB2aSqyn+6RfaIwQfJWvxulCLVacSTHJBUo3UCyKVQxllFLu4yKwHq4sIr+SxYdqya2RlEcz0P5HAZG0t3UmtvapVHJaTQDtxVCwDQWtxhic4rAiDCKWFhEON00YxOYykeY/39/bgnMWus79Y99Hkq+PYgymw0jmkqWqIprupyqmnorTkUCZRKl6fOpqFG2srrsAdXhcH0ARs8qrpWk/zAVkCZrILlEGX8gqum9KiMqb2VLdi+73S+6+/W0u5hWoJ6CtdJUAulwvZBkUL1yLVV5KpusPNXm9PP0k52WZxinUsWtbKLqYNUv39cvVBTHChV9emKT4lohcgcbsgXzYIvrV1X2KlUpShRvsDltTngYt0qUJWdT9/6+tojq9XcKKV0E1UTUBBRdyTIFdXg7GDyoAuXMVareH769Rwd2M2Cqimt5Oi6jU1wlwrr3VFQNClONx613a0AZXBNI6Sp5s28HujjQyPUiSJ7r6mwCxNKFCdhpcDKqluwYx5qyYjqjiB+vxbHMCyobpqxZsRVThYgiE8W9AnVNjaxQiTKDQVGB2lDDqU7HyNSWdD0Vq7uiIIFiJZIi+4QR7pUoWZRwrLfFOa/WyEKUGbxDEibKmjAt3bI5ThvLoVCRUGVStaPbHd3vKJvsVeW15jZVouzFdWGVW5VoSlWibKSZqnJdG7moPt1qu95iYph0TUrNfDJfhcpm/r6VrPCkKV2aqkF1qhKFChflVA0tKMse68e1j2oqqv1WlNGUqPk8VJ6qx5u9LdhipquNq/3a/vwTP94/yMDGqSBpqo7HiibKfEZ1R916JOpsghQje7cvKtqZdDqyrLCe5+rRRQ/XDFeboaLtYCXqvaC+2iCpqjQNRZWk6VnSqO4CGokiXMpmBJkOA0XnnXmJqF5P1KyHSdQMVDumrCXrw0IigapKS47DpkpUqJ4bTM+ghD26OkxEFItb9T1Wn3Yst5p3/oK5gBGOxWsbVW1Y55wPRZMEalgdmyElgJoGEotbmUduVbK14y0bYwLU7+9ReSsTsDTZCKgIJkgsXa0L62vJoKjMsBoOuZZths8NlcRGIzaKa1FlYzeGVFSalHX6iApMlTOq0pW09gUGimsVk41TMXIDClXVDIfFBYmRUWkmULpQbeP1+0yYKpuqu7vO3fyOoWKibKZVUOH65xUWopLKYaKeqkQZHN/F9Rk1Go/g4CJ9JqwkTelSZXs2Iut2xlC5dqvFULWuUkX03JTP8EaSEZSo388jRn77+WJVjb+oingqXqr+79gfnR93bM65vFZx/du7tbezaGvWcu0/TNGxiupqFMXxeahbOmVgSs1xKuNhuKS4xyLEKoQozBSWAQkEq/sCaXLBJoWdnY/iU9z/3nshWWvls/2x9RJYQYrOSUI57AyJPZ/PnyfBVePiXqlVJmdRMjBQprr/+sUg3UFFMP3Z/oNKMhvXeoVrScWU73B1tn+77zOk6DPCpWrqrjTl41h8YUq8wxAbuBTzSIUpXLst91L+2mLh8XuhyjKuFbcicSsGyHqmLuJa5hGsZj91nVJQmEChSqKohDKTo/Qn8rgLEp9gcvkTyf7L+BPDpHSoAHWfHS+mMyb/njRMdc33Y0t1LVclKSQz0QRU5H4fqI6lYDIVqC2ziPRyca43UzHFQA9cpurOwCKYbl4uBcuT2tJIggsVI8PALDK5qvjDU1FXRVDJlZks22aQSJZxLZkenw9M5FOob1wWRAwTT32rFZGkirrJqoSruNsQhYrNTXsfLgrIanv7DBTBZfU4SbmdbzZSPx0mFRXKTIpgzTAUQ1Hci8JI1B6H7ardLPvdfr/dZzwZLkTqm1BkhqKtTNZIHabSV0/1lFpZMqHRsWhjqKaQ685TFVVl98JEWZDCRAyGiikzllSH7nzo2q6F1ra3VirBylKqiUqV4ErSVaI0nIqayb5A3SkBJdUJFaOSZVY/F4P1CBRB5IV0OLeguFV7u41BKm8lq3nLeiphTaiIuWiyok3SMFRNYfUQXAqu0+7ErJCYIpUCKwLnceAB1TJQnGo0FaOYakSBMhcwgmg1JSvCnVahCtQgFyRf5EQhIct3+WmfezGpcxYcRkC17YESYOYaIdnKEVAEkk1xFTNa07CIm3Sq4h0PHyKq5Ce51MV+schsYqESjLQdaxVuhQgVJJtQcslEFUfJRJeMvtNqWYUMFSM7Bmx/ykO1YNaMioVI8TspcPg8pdXSe6deDZZMUWVpDRV7Z5Xt9A4qkkeVRb6wYbLnI/tYwJLJegR2NJR1purHclP2PSoPpst0WV3wzF2AvqSCROwHlFS4qjU0uegsnAqYs3At3gJ1tJqLtldI7VWqzbgpNxtEuIKEybtC9kKtvhqKCxNzEaAlM5SZ6BrU2pqzcOlWVPnIKCyp6NFUV0TH8erFxKUAjT2yyKXHdOFW3r/plzVcbPm1nAWVggnZGhMPqLU3//2ihQxUXEsiTPR6vKLio6DIuOl5+3BdLixQPI4imADZ5yb7JPJPKLZeAwsZJki/Wf4RXXhJ9sG1AmXfy2Sqq4H+54qOUVvXoigMZ0bqYlxE6uTgYLgPDJIcsI0FaoRalx6FHp5CmlSZ4Pv//fa9B+5aS9spP05+m+iMaQaVuT0hEc71BkgYD8UoIf2btv7N3YVZIgwSLj5cDtX7GVX8D8lLikJlDQ9lM5ien89/Z46R9I+qNFFNJlXLr6Xvf9H+zaqimuIzZ6fIvKMSZbzxWn+bjCgXmT/nmQ/Xk8mykasrJrZce1iSQsUHiR3vjJ9MqBjBJk1bsuK1zMP+PP6QhiQNYfKxZvKkeFgmUO6iarkuiw+19MygulthfsfAdWGKBkyTLSksUbLiDo/PzwckUPlYaZpv8+0537hFdWH/kzh9yHqWEcXMMVyso9OxO0+apvP5EC5b8iIp88M3POQMQ9x5mEtEobptaJwLFWU1LaanS0FFM93x3nWY6LGbpuNEAjYdztF3aw4HWOkyww+FpokAK7SN3fBpCpSL6LosGVHgzFpQqBwmM/GLK2SgJlGhsv71UlRwbIg0CWKmhhQuQYz6UnpsMfW0Xdo+etd1b+8r7SzhHDVZAwmYBZY0ZLBMQRkzOzzWgSI1KHOxGVWOSAoRW93arqpYt6aMTG5ykTSJMiZYX4Y7fA0sUw91jSlgGyssUUUlarws4zKyttXlhEGKiCK4SLpsUbFoJlh60lRctWWQCCYbEcQpERWq1rWZNep7GU22CtvWbSdKd362mGRJyqh6HdhrsowqB6jhI6fN6eJnR+uEJarASkIGCk8FCpXdhmw3hWra7Q7Ydnb3Isog+gLEQvRaFxVtRNlTo6i5nE5uPI2iTOs8acque0nVWlXAqqrqqu22ClGieCtgFE0pr2Ug/VYhsvV3HWncpgFGT41v5VSNLExGlKaPdt/uXWS1VVSTqnUrzRhMlni0GVmaLBGVKmHSABFIBk8DSRQk6yIfqD5a7n4EFdUEai9KE4ds2Zb9LSsoWYJcRhecbz7afDe6GPGx/qOD7nHTV7cojDOLWyJhZNAtCE4aUiUWrgK1i3ToPwCkyB4RdeZ4nsf7ZWPOx1prv25/sihOFKNwjtwJ1+nP15/TF3/r9PWUF2s02ZjZ3037wknWE+rXBsp82BJJiTLHb0BWFSh+lSjOPkiWzVO9vFdTSYUtii11iwLSxFCRNCWKdN+s+2bHe8OlyTMpirQTjCXIOoKr2lf7d64kYfWd9UN/aaIYKJ/LR2dFdaLY1NNR0/HkCsqLDrT1dw0vbftSWk0u9s4osoDZCCS6XxST72/UXdiH/SgqRAHrEHVHIgoVzeAZTgMi5tO2LcegcfnDMntHZwHFFoio+S29kF8u0nUXSgB59gjNnFjUDFFGREETRQJWtbfqVrWVm7vqaQVVT1toYhFIP5BEfVD+jyY+JE0kUZOot4r64ZGWtSxTlSGruJGXp566r0tFeYtE8ZvoBMtgyqQqZb3tITGfYXD/AbsxSXZkBUVqYYgmVv6tRxKUpCbbrbs1Eh4+XG+ZHs4fte2HLZ0CZ8P8hOl2y1M2srEax7EeIRlfWZFkXX8u1/KnrqxrLo2TxLNujlQaXa97XGtRmYFRXVbdZjNsWivGh4giIzMVLmYzybray5XHl7s0tmOUTSCGSBck2nORrd16A7Ob7SZQudsjo80Ul5uzAqXGeU3DHllHI8LO/q1Anem2wCCVgBoon5YBvFE2Z7mE0VVds3tWC02ZJvrvpEhP0TAKzObvSljU6CmmzfKWHSmilSVjvVqxcrKeVfMkKmVn6mMjW+t2M1KaMku71LXUxKtrtUTFqKtTlqzP6ydrvNL1Z/OK6tW9QvKKKdLHhIHyyEEXOwTsECTqc+N4REVXSyuppC7PIkwWCit9pT6QOMrO0VmwnHdut2V8DtvdYXcgG47XLzhVkJ6jyMf9PQs4zuQXzieNSCKKAuWZXdTfVFwHXIetvZMQRafRe/7nWVE8/2TRFGm6d04L0ht7eztP3b2F6pFD/q2IqMj/lzHCw4ppueJZaaNszpolTc95u/ccJqPrLy7IYNVRIAqi+QYRpBVBF73QNm8x4UFwNfj/HzWnypvp6Km61S4P0h81rM6IKrYqKj9qZQnt7KVEoXqNF63p7/RnQmmaVCesLAax1rkowUx+5vfMvWcnSYpGLOUtvKVbSbEaMAIjglhnrWlyz/vvdRDN63W8tBV+1MzM9CWhmRPvKBEpvG50UYLYFXsRtKYzFbsd9jqsxMjN7/DipDMQVOq9P2rrnFCSVLLH+ypVusKPYsl4fowXK/KYbuBz0ACxQE6DMswqh9f8mnWVFFmTWX2RshZgaGCpUV5j52Dke1z+0zZt2xFi00XoGDDiIvKJwHCRIvRNTym2JFTYMKpSZVRGvMypxz6qkJHOleETKjNU1FBalOXys8AjVk9OKeMEueQ1lyCcqKYjFFi0tpDSHrznXZwg9vSCRe9C7OWmJc2UfJNJ0Qo+UFPHPFpMXuTGA5crB8XqSWXipd9gE/0i6TBjeEKJeiAVqWFlmlyabDUGyk1r2pTKsO3bsB/7cfAQeEY5Kz05Ra1S1GZtWlqGVim9XzQFO4s1TXFHpdI8tmBXd3VgZPT0UBgIXcjvQPgQv9WrpS1C9Ew8uc2pz3cahZbq5fvWCh2wFDwVGqAkcJLU81flYOEAKeJHbpA1qeftoc2qQxvHYpwJqfhAa69WTDjdvcA2zkJ5qhJCjrBU4iTkSQzpezVCm77JHEOrW+Qhq8rdpzoRi0UrbVRGN/pPei7TXjSUhBPPPzbIHNdRKAqiDImjNxiDrC8+O3DYSe9/YV114KFL4xrqPrIjvqg7gba/2/bRcJAfn8/6WVfPH1kbBRRIZyLSweXcBV4piuZZ5CeNWEA1JCIDtK3b5quCJmnlqjS/KHZeCSQH/w9WbAYgTE6s0sFy19oMzAcaatfVUDcmu75SMldSflJSo2GCTJE8PJ6UDL871kbuUM43VadWJuqlpqSTbCQ60M4U96fx8AgylP7VUEoXYCZnWuHxVTQyyuYA546EwGGt6gQVxTNyyqjsvnENv8MTLHAmes6KQcp5yjmLi63wVYaidCQR5spkILmkUcvDZD+iGpthgmrsTNTs0J0IG2ltTDVL+1RKrmBvFxgvlc2U3AOKhgHLVLh08HyXkSTORaD11VGD31WWfPqkEZEEWHoLACXCBImqNKqxm6wtomCkcyfqleZeKAYzUV8VjtZkyExolHdCvVx0pYILMLCaZpnDL5p3MB8G9RTzs0xEicE07ysZUCxWoPIEiclQ9MCa7dkNysfJzDIveVl0TyiltQkmhpXvGgRFh3Hw7NKHuRpYB5AScFo0RpnbOIzb777JOGz0QyDByEgEGSqom6WJIrQ48nI+UIRSsOcL3cMZqJB6/Hg/GpDTFOmebboTJ0IBFoEiGeoJA5f9rxgy2I0bBmKoEtiSpayu/f//9KXUM2vZSrV1gQIlOZyRc8jDlo+WzaEwTJsAiS7w3iqY5XVYuerHL3cV7P1Rioa62jg9GnBIKx/qGdar+5SZBpWXSNpIULGAsja7ePDGIBAPKB9UHKligKeFogcWu/S7s9EmUnzyUFNe7EEGgys756816Mv7xDgv5Y+KwEVZZLy22EZf9P+jfHyy+PQZTURwuPIo+JuqvhW5dSW4dhgFc3CpiWfjsDY386nkm4X1BRCmkF+QFFz5XiqjJyo0lzs2a5mMMOgOBpugBiRWgASIt6qNhKZqaXhado1m4pbV3dREuQUUyh2mIAu/kCmggcyPqXJFMXPLOWpa8dAfMjT4CDQuVuxYC4O/i2+1LrbkhbJM2RKrdTSYFImr336azB0aD/9YbSKfzFxVk+UEYhKpXndIyFjuQXEAOpWCMR4pMc25ddWbU3cTZ9ZynTZSyo8F1qB1WX+ntC5pherY0Oj0VnkxNEdXvpwAzxTCag7iiznzTimJ1iDaaILC4WLRsO3ExRHWv1JSbraS+2bEnirvmHTfsUKP/FCJoVijUkrBvojHLicoiM07oJUMGuGeUxLPRDDJSidy6VvoQD5H7eSfaPcE8yRvK7uV0HyKs7/+n34CHR2uy7vpg7IAAAAASUVORK5CYII=);pointer-events:none}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-picker{position:absolute;top:70px;left:70px;width:12px;height:12px;border:solid 1px #000;border-radius:10px;margin-top:-6px;margin-left:-6px;background:0 0;box-sizing:content-box;z-index:99}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-picker>div{position:absolute;top:0;left:0;width:8px;height:8px;border-radius:8px;border:solid 2px #fff;box-sizing:content-box}.color-picker-wrapper .color-picker-panel .color-picker-actions .color-picker-action{width:calc(33.3333% - 6px);margin:3px}.color-picker-wrapper .color-picker-panel.color-picker-show-inline{position:relative}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-lightness.color-picker-show-alpha{width:230px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-lightness{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-alpha{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-lightness.color-picker-show-alpha{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-lightness{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-alpha{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-alpha{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-lightness{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-lightness.color-picker-show-alpha{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-lightness.color-picker-show-alpha{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-show-lightness{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-show-alpha{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-panel-bottom{top:auto}.color-picker-wrapper .color-picker-panel.color-picker-panel-top{bottom:100%}.color-picker-wrapper .color-picker-panel.color-picker-panel-left{left:0}.color-picker-wrapper .color-picker-panel.color-picker-panel-right{right:0}.color-picker-wrapper .color-picker-panel.color-picker-panel-round .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-overlay{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAC/VBMVEVHcEx/YZRsq11jnYp2lXKEZYmShGCagIB+f3yAfX5up19rZqKRT5xcopqkW2qAfHxdaqmYl1R6S6xVaLKrR4x+QLOMAspUU7utVFSmX1lWp6ixRl4yBP1CL92BAPJCTMz0AH97uEi9PUtet1ulQ5pYLNJTv15JU8M9AvZXAOnLLzywL6VXtHQ8RNWhl07ENkN8u0S3nD2sAM6QM7RoPcGvOptOurU8H+ktLO6DKMF3AORRuo5L1E0vP+aJ5ACiAMiatDpMzVZ5HMpH+ilqxUWAANmyqzVRorSIzyheB+BG/yhLxYBeOMd9/gBJfr3STCidILi0FrND5EjBJ56/hDnUALnUJjWQAOOYqkS6ArflAI1SAPxFz9HAAMlLxLfNGpS4ZEC8AMBnD9mA3RtvzDvJKW7QAaqeyh9cAPJoAPnRlide4DBHncXaHy/CtCSlANxCBe/sAJM9y/HBMnOWwS+zlUT1BxNx+ADEojCsuCvPIWVO8SzaFlrrAEeYAOyVANZD7D46cNTTrR1zAO2C8ADuBh1C+6rCWjhSx1RE3rgzXd8+td/gFirjVxjnDiPJUzBl0TtB56Y/9XpA5G8tW+/qAG3pAMDJezBGvMzSAMW7ANexb0a5Ono/pNU4h9ziCVJD2to3l+WFxzTWEIBIzZNJ20frbQ5BdMg/7WF+APzcAJbFwQ8xcOg9wOdE9vaY9gDScydE15lAkc612ADaRSFV5jHgAnRH0LdC4JFb6yTaix2Z1Q9y5RngtwIyh/ApSfr0AFw0nflF0nc4qu/fsxBB/I1p2DDEyQDiALAoJvnbaB+r0gJC4Oau5QD0ADlC2221whlD6+9D+sT1eQDoALTriQU5uvr0WQVA/m4sZ/pt7wuf4AD0AKUwgfk/2PlA64XRyQD1NAte/gRD58jjeRVB8LXsowBD8NXRANHrUBGV7gDnMxb1lgBB9jtA8pjjlhHtLhL1tQDpvADI1gBE+t3fNx0//kvgyQA/9luxAOdY9hdRIP33AM3H6gD21QDrnpHAAAAA/HRSTlMAOlc9MC47AyQaSEZQT0UOVk1fZ1xvqHZiVGBx+bvqm/dkg21opHuI7NKnh2KtXJZ3e9F9gXZ/y96KynWmy8u4gpea7oO5jXCjwfmJk/l9s5WhwpWLzLbab6/a+K/cj6l+xLC0lKC5r+TxrLmMxKvk3unkkJZp++qaoLHcw+b0x9Gpudvc7fOQi7u+vtLW36KgzeTD3+X0np3n8G+ArrvVwcyKu5mz5ZPV+8jG0ND6+bCtn+TDxtCivdDAvsPY4PP29KLfyPWs1dfyxM3U8/eyu+j09+bm9fb29Nba9vT20uT498/T3+Xh+Ojp3fXk4dPr9+j09c/29eb65VLGWq2zAAAbp0lEQVR4AbTSsariaBwF8C0uZLSReQSbLQf2BcKCU12w2VdIYSFMtYNFGgufxNbCIlhIcrtBiyBYJ01IGbDQgIFAwp7zHROvbKWj5/y/7zZX+PH/8sdjsSzzp9ftzh1nNrxkyS5njj/vdnvt/706Lcni/aU/jyYNSCiqmmTx/OsXq/33l6N4dfpBlA6HKfsZpl5SLavY75utvRamN3n7HqQpPDgs5tak7ESrdqO/3177mpbZU5Qqza4mlw4zdZnhBaHaIbyrqgr7Hf78ZajuJm1RDDgYXtkkmxBlXBjK0Fb279dXwIRap0pLapJxMkyTHatUHMAWgj0dVd6gWEzr0vxfpuSEbZ8L4+faX9+akHKizNgZTqYyMaZ15WyeE/bteR+/ped7f09RoMp0UqYlVJxIKoxCWJyhOxxvh/G8FpbrKa3nrKqzgQcgzCAtSwxQaKRSM2lQs5gqljDPy+DCUMUUVfWj84SF8f0G7whhg8GAKKhwGhQPaUqsmngsAljewIq8zn8+YWGdFU3oIJXJJFKVGYvYMzvG2EI1MgUuhq6iXnR+9wG1KoSbGtyoGhQOQJFt02WThQqlyoUBSgsrfj7+kNz0mCK9Hsu4ZeQKpNiqIRF1VYWSmSRekicJUQWmqH889JBSva20KK6KKpBcToSuozUmClCgApxPCdkYDUMPs0WvMrl+vT3m0gNKJdSBKHpciDjBGqrAxgCGtiZcuAXzWMCgAiopksKkPn17wIVf/Nl+VIblKmuXMESmQNcV5XNCtskWqu1nWC5X/dcDqt73K+pQHg5YlFRrJWAVuRyM7ftmkBC41oVupWKIkqt3z8KosqZGdSaKdeGiSlkFGFVxnMABzMcwlIUsURyuizEqDHOs619w3bWrKUgGZUwKUVOYVpgAE4w5YwcmFPHVNnJpX0IZ1yk5FafiiMp1167OeMGzUR0uu5pOjUohiKaxTIzf0pQ9G+4X4UIuJpELLLqOd7i4K6D0gIwL1dSlaXolMbgdtg1NzsgfOaP9SCq6wsUCNKI+WLOuExZ2p6v3z9mozvyqtCqoDEoZr8bKBqaNs8E4CkAYXD5qVHt/sSdsi2GSj+SDr0jYsf6PUfp3UeSM4zheJGC2SPrUga1SeP0WI4gMKZ/q/gAhoGBlwOnEylK0SC/MIWydRrA51JQKy8B0NstUJsNeIZZ5f3/snHFZuffn0frFV9VV+xZXrRZO9r/CRLCGEqqhoTxE3a2QfLENkwcMFZ/HPfcC9vdaryUwVUm4voHFRccniVudDMWheK+o0O3yaOsoLd7GMaT4d1vVXmQOI/sdV+4ihY3sZ7ytusf0GyxR0bBChb9CcFLaVVNF8icwp7nqyrXWc9GXlaGsD7ddovr1ZL2qxOUsmZBApVueNond9f9ElrjMYdr6ceUwy1x/iOuW6vtzpTKUFYbBTSwV0gMiKdZPzKtKZKB4PZ2oRvvHESiGye5VfCleipcjK34Q1w3W4pSL6vyPzV12qJCG1FSgJqi2hmrHk3Zs6+sSGzST7Xuo9iNcj+JyWCGu4kVdpbDeV+1A5afzWV1DLwQeQXKUbOK1mZnmrN/vywdaX2BJDxcpDJep1nYuVRXH4wuv876LP1Z+yoGdgeE6D8/DxTDgoq6oBHVtaiOS5u2+TWEJMAKVcC5ouBS2rmDFqtCO0q2/1x0mdlbUYohKClpqQXp4mBgLEs9JHIvvOSg+UiLTkHGu3giYumhVMnMdxUV37x5rlkt6Ky4FTGYopipcrmq0G21HyeZ8LHeZzFkWMP0hpXK1KgvLWEsA7/yEudxKroVJUcFDZChC1fiKarqqQvEi1mLOctioN5LWI1OVnAtY5ud6OtrPeK2q3eWWqXCJLCzsWMa6VLExa7abzeZcnruieWQuWzJQl1fBRFaWRQkrO2ageHe1Ny6knx01ZQtHWeklqtEQlZukuY0XNTHJosqVtBJgg+pe5lquS1TqyiRQ7E8Qb1Tf5do0F5W4aLYIszDzv5VlpxLTuDnmVF69WY/qqOoRCawV8aF+qyWsQW+Aq2Ou5VdYxr04Vwbr6eknGNes2SbfiGrKtRZTTELipWGXpjtXNchUoC5Jzfq8DozHyaxWnweMg8FCxRt1Xs+1LK2MXHV8hnH9f0fFBDVV1Ewmt7pUTQTVGNOlinmRzeJiLWswUFiHAeNaS1wKy3juIv71V6zDRlW45FYHcQlqls52otpVtxJU21X35vHeytw1aAlKBqwDzFzlsnwun02VPUmfKparfhTVZrpBpa7FQVG7sEMFSlUPpiJU97J6/Z699tFG0cfoQ8RzGDKpg4vERahKdT1/ypi6fr46178byk11OCwOB/kFSVSK+iykCmUm2S++/7iof5dG8zUM42Iy8Qeo2CVOFQ9MISHuNtOkWjicKVKkEZlCgrVg6XD+AQ2BiSKnyIDNFGHLwYAwYcvANkE46BaWizghDIKkiP3e1/0+8VXv7zvWH64nTPGXYpj0Vy49XL+GauraA/bHnnJpP/6QSqxQketlrAwqaqHSDQUDRS2p9PUVC1W4hHr3DCVTsWhZERhDJhXvpYvJpQHDRS3trxu95chl1lxvqnqQ6m+pREKlwfqtb1TEkujfoORhxaI+w6Ty836V6iMos1AxUHZFLY0rkgvXX4M5syLWkVmo5EqGCpdUfZ2wn6oUy6p3Mv0ik2HTpS7LtP/wbwuYVJbhOhcrYL+LFbVubnLkClbn6E/BHh7+FGtq6v2v51b9//f7UqWpqGUTC1CszGdYWgyUVHq42nvtvb1zPbkGkStcN79zxXOzvAWp9EA9/I1L61GrZ1fEqv5WlQpUqDDxSsXiLK9cjFcufyx/PNAzzDNrq/3fNjBcYsk1+DGwy7vxFp5irR2hItaDbwhKD1W3z0ARqwoqbYVodlYfJqlm/ZcXrgNUoPTsUq5pL2CDAarWj5ZQP8ml5Z9yPRzJpScVtaTCBStOqEerKrFeqfQZxVDxmGAHliUwVFu42oaBOlcsw2C1xPrpWq1prOyRBwrXqV5Pk6obtaqoxHpXfaaaLZVmS24VpNVZfVJFMooJdRAsw9pbbUYsZKAGLbvM8t6IBOv9tVUJDNSpUKolFCpGK1geptK/Suo0Na3qLeqPPv5A8w40BUOlz7n4ccnVxuVY5FKt1k8GqxGsplmghg+nuHpJLbn6uDpCdarVpFUFFCrdL1CLvNXFVVTJn/JqorJLvQzDFb1AwTo3atDSVAvV7c1tSyRt5QiWJpVrnfbI1Y1aHb1qh1awKvqs8gWZTXrMOE2uCIbLuXZR2ZUscTGuqEUtwRYca+3aruFwmNTyEXEJ5VgdVBoomQKFSqZYoPSlwdJeZ2e4XteqOdeFYqGy65ZceaG4Ia6hYHKdaj1exOp2OvzgvUqVVBVYmlG8WG41PsvC5V5n+txrV6zGVrvRbp+0z0+ACRUwq+y6vYC1MoQFClW4HMsqhokTVipWGcWWwpRbzOnj8a3mpocExTujl1CwtoSCdeJaA2At716o8c1Yrp8r+nHNX7Ph9ZChEqvZa3Zxdbr6ZXFEt6qkrbhgisos5jKAsvqHzrJwOZdqiQVMtRoNcp2fiFVDdXHRupCqJZVqsXn9uJaEUq6hckWsJq6uJ5NVsKSqSFV5qcoEKptdzAYMlVcoF8rlfOI62z3bNYtcjRNcqOxqPVLrXq6xXQWx6pNrL2rd4aJWE1W4hOJJBUqzagmUXjaTy2anHyzTloElrrxUZweqFS5UGrku5NJc6165xrBqYt1N4oij4fBOKsWaqr53I1YdV6qSySqxMjk9SjGpwhV3LNh1IJZgUsnV0KJWjUmlWo+PqiXW2Kx7/a81MitRJbAms+o7rDqq96g0brg2W5IrLpiR5NWe90prabuG2aVYNeXSHEsqXKqFa7wyszS51htdSzUa3lkVR0QlV73zDCXVmmP5gppSZUIz78/NQJlV8O8rjyt+XA3vhBll1qOmWPfUYsszmQmua7mkkuuueUes782uWVLV62IFTCh9UxawqWl+Puvvda9CgVxn+ahFLqka7RTGkiPCAvZpeeb9BJdVI6F8Q7s8u6p1saxaq4AqLeHKoEpRLGzhWpbqqVY+cr2u5VyPzCyjbm/XZ75+m2hSadSKXD4iLmqhwmWVY6lWhvmCoVqYwrJv7DJMrkJBudJaCWzzda17uca4DgV7nNmBNZqMolaodpoRS6qqjmjWh8qaVSVU6QXDtMBskytYObnSXG9BrTfWA7VR26jVti+2n9fSVOvT9sxILM2xEtfXZrhYnb0n11OtJU2stFWgPFi4gAmlM0YtsXYFW49aJ8jkota+XZ/FOlassVjjGVTUsutSKNX6imoHFSckFrWIhapkV4Y9tXo23xFV1PIV+c2/lYpayrW5KdbGBrXItf+4r1ifQ8Vmvn0T7GoyuhqNLqMWqp2dhBW5NFjA1vhpZZJaLFQrCytauMhlF78uzmgXseQSzGd0re3atnKpFbXGuG4Pb2FNzJJKrEuZpEprpSipPiS10iOCCpVNfImLI75RreWopbmWYMSilmJJRa19u+4/Hx+Pjw/Hh0ktuVBdoeKKyIgl1xc9WC9qLRlmVbiilWeWXZGLWuGySrWUC5hdgnFDxdIN5To8/CQXLMGutNHV5aVcrrWjK1LrS93zb+vDhzVyGRVHfCNUqpqzCpdryWSVXPlC1JJpN1BinbgWsfZRyTVWrLRWmkswuXbkmuYySxNLrcIVtZhZRs3NGRZX1KJWxHqbf6ute5uNzQ2uuL3hI+671jFLa0n1jVyXV6DIFa4vX0BxRKvIFTfMxBHnpzfEpVkVLNeasoC51m6C0v6hy45ZGsv3MI7noBkcPKMhKnLHYkACgnKZ4uK8hdvZCFMNY5UuNkkXYpFiGiPTBSxiYrBIYxqLlMGQdgjY2K1vZJv9Ps/5+/dkmH3O2a0/fH9HdtFDzbWIda5aVsVaWlCxW08oYmlWwRIs1lpZt6toFjOLYLlaLLpAwdKyWEvf/LlqMcdaquVZRS2jQq38DR0r98knq6tFAPGI+VrFNdcyioVYe47FT6JgIZZZ8YjLtaxaquVcYl1/r32vxVrxiFktJlZwebGWYrlW/tvady7fEBdDZReqK1S5b+sl1nIsFmOJVcvdUK4SLKmotVKMuQQzKqrebRQDKrDeVHbFWkax5Vq4nl6e6k/1X3Vc49vxbee208lqMVrVvtRwsXDEEizDioplVlTFWIYxwbajy6w/1mKB5VrEeslcsMawbmGBunmrBcuxYi1UK3z0Ca6Qi4m0FOtdspGASlVrO9zQ+70WMyrWCixcT3VqOdZYsTqwblDFWieZawvWxw/Khcoffd7lSeVaSVbLKsf687cVXeHbWvxYwPrlWPW6XGOmI37ruBau2nWNWXUCa+sjsFI4onOxV1dUGaUvi1gptbhhXtX43LBrGeVcF6HWz8I3WKxeVy6OiEojFqoHw1wLFHOtErnWlStZTVbtEkw0o6ziP9QJKrn4tshVMay33wMmV/Wwetg8bH792vraOm+dXw1+Xl3gUqwF/xt4K1bdrHFduTrjDrluUMkVcqkWqP9ntUqhlmDulV/Rs8modFuqPaMci1yoVAsUr2oNrq4GoPRtLch1XvjyEllW4dK+KdcDucIRayfZFV9zrWtJAsyKN1RgbSRsI8XFDdWq4iP2etkRq66Fi1qt1vkgq0UsclFrv7ASbzjmcSx241xy1R6yWie4lMu1fEZ6JcqVBYsPS2xisFC5lmOh6jWCixPycMNzsQa4xLJqsVH4AOq5/vx7LVRZLatwieVauJCt08tfPSv+tqQoVdYqRcUVaVURi0+rwT5X2WGzKRWxWlIpFlvItVHYrMMybD4fz8fjoXK5FiymWqBqjnWyBUyqeEaCofgTSqo0zVCwrKKWY1XjF9/UFz9ANfg5uPANtc1CYfzy/GxVvW4XsKFZ7NqwUa0GiwEjFzAWYIl7BVrC6xm2FKsSb8g4oWsxYimXXKq1cK2rQqFwrVix1tCqTl+sh5tQSy5f8TWXYeshWHDl/vFX5VjbKaqKVMd7xz3W0BGrjQx1SCqjtAvth1mfYX1Qref58xyXYLBQ9W/6dmkjXCGXVKwUWXlZ7JSkSUQ5FirFQhVqMcNayjXgjLAMW2j/gbUmlV1iDckFDBe52gGFamQVtRixlmBJHpbaxBNZ+VhWGdX0Wl6sFY64VuBXuvXg8obzoHKurJZcZkXYksswlvBYtZGup1HF587yqhysxataUgXX42JxsalfgHeM0mOVlqna5GqT62E0GjnXrlTBpUVXkKV2gcq3Uqze8XFPLt+w+u+1HqVatApifUQ1e57Ns3FERi4GS1MsXAeG7VoVZXmaQCFUbLXtVpU9VOwoxmra1bprtSatwcS1uq+w7E93m1bNZvNZrNUfGtV/aLfbqsWodWDWbgYrlXlKpVSqNDz6V15VNkoXpFaGOn2NddZs3jXvgmvQFap78SjV43tQvuIMl1TT+XAaWFq7ryu2R94BuQ5Q0QuYZQHmxyS/nk1BpVHrqNcwrHpaPauiakoFajJRrq5UdnFDs2qvtaZvLqZeDBYwf112MbvKeoDx2lVO48rbfsIBM9VR7wjV6WkDFaxm8+xOtVqZqtvNXNp+YK2B8mBNxbo3TLGAWeVcB2ZFWEZDpqccaOXsdSzPKqGscivH0hFdy6yoolYRkjfPUOQCNpzC6t+HIzLDdEPBdg+s0uNepcyV8v6NR49LlaOJcUAeq2AZhUmqyUSu7qTLHruONXj7E/pbLXY/5JHrMnONeD/xwLLLufKXZOiE0jBVQPHuhBMe6Tk6PTpl+rAYJzRsAkwurkgus/xzaNZ7mf6aTWdSDYPr0i7vU/uTXcy9rNrh3draMSs3QpkllUuZxSjFe6ZYLK8ahFqefw6D6wGVnqlrTe/vVevysn/Zvgwu9TqgVx62u2OYguW2A2one44r/4uq5Vh3Z1HFrAqwaogl1kpQBdcwuHhw/de1/mHTDnlUR8MojsvJzU2uuLtMsoIEQ1ZsUO1mqahBV5RMEMU0rHh9PwIWzbWbbMY1o5Gw6/oBMCTMJ1mz//M+fQIlnPO0Zswvp8jxvVC5a8T9REffeX2PReQoQAlnKEyKxlJAkfa9PbSHwxqQ/bQmsL7BcdfL3/9+ElygVLL72MVs5VJj5BItNRg1GSSOFyLd7zTB5VPRe1UdpBIK1uFHlE3+oYcXV2mur7AkOwLbSyXXX5jobEvNpJIUFnUXh4cAsheoxIpJedgq2FaMBWqNCpSxfKw+Rxvrcy+VXD6Xu3wtXAOZwzzAEismldhWy7dlXXN1YKsACtWascSSaoLqx70J4X+fyuUo1/5j7yoy281mmmvWuwqhuBSWHkjpiCPGSeJUBNcQpd5QPLiiqqGgJpNfoAxcR1C6PTBz5dDMtQXWuwqTAaOCcSNvYrVoKV35W/lWSvV2myq0oSVrqYhQMQdTPcx1Ya6L5sKFapff5nKXUMWvqlieaEqpx1CZo6TSVFUdFMay9CjGmkTYz0AeXB9SXZjrDpZLNhbMXbbYEAYKUpoNZJikMhcqUtV1FQRrB2s1uJqnY4n1FRRBRVDlxkKFy/eamorgSovUk4DK0ixJcGWJRGpJ9AF9qypYTNX1qoiKrm9iPbq2Ut1gchGDjW8uZAVngYamb8KLwMKUlVLpWZZLpVqGZagctWq7dt3RJrqiqn5QGevLQJVTg6HizCWVXG6iLrMktMy4HsVQhqppsKxAoeo62yqirrCe/WO6fvXmOl32p34vssOVo7LBJAM29S9JMmvmsjI+pUdbaaqKT8hJJVdUdV2zPkvVoLra7/2JaweJSjXfz/M5exFcYyabjWWiqLhiWjzAFsaSyFWATBVjU61Ct6JSrc9RdUV1vb4/VflnPJ04ZMCiTCquDzBVsEJdeDNVr3IxmOpVKNuKbpgKmI1Fzg0sVLCaL6Z4/hmlAjU/MRcqarBoUqWywMJj1SllhMn2ioiCeq0sYRO4ldLFYKKm8k/43LU7Wcxlsj/uB/tzNra9PIupOI5SSrpcaCi5XLWppNqsglTRde7OqEAp9ctzlcKf8v97uWMUt/EwCuDbDJNAILAMTuPxNmuQWm+CEsMiGFDhbofFiMGokCu5kk8gF76DwbqB9yTjPqUPoCsYqdj3vmd5/2YHnDHOvPdJaTLix2czU+n/H4uRC9W++M3v37sk1gl2xIvTecQ8mSqUKtWuxPqu7JR/zrxD9o6mLWowuYIWpkxBM5tkGpJQoWii6gklKpQKGadkaVdEsczNuVfuaqjYr6wlkCu4D1oX2p8e2ulPH6YPnamR3JAUhqFUIUjcVapdraVql9XcnX9B8RNRHLm0L8RgI6BaGVCtCwXMoREV8qIsTLktyxhJoHpeG2q1W62g+nJORddv2zbOvph7ljD1mA5GjVpUyCpclQIRCpVQK2RH1d9nVWTd/nnqmgumcGHsCU2wCK5OhArFYVLWkhD2DBZd6+8rwHbNrnm+Pa9iPsLVNZa3/eoRdmSNOGAh05GJlAjtRBFRrEgWmQZAjdOE24KJqpWFqh97sZr7CrrbbtdUW48qNJgHgU8YaxuzRCOIMLwBxAkPlQqzMFU6GJsqWTPcFT/DZvyDKrmgoos1lWA+KhijlUFmKoWqA2qBDhaDQaomljU/Q+zKttW0qte4GMEoQwDzLSP2mIiNRJNrEYG0ACrEokKYBsmAH2C7K6qY16no+iiX1/WQOcbia2EuLJJrGA1Jokgm3rAqDJLShVAl1gUqpd9VPMEOLgwj2HB06JAq3kzFYWAKTSWUWEJVaNM8UvXafGr3tT2F+S/DDq6hSFIx/1NV60qqL5cdgVJ7Ly3MlQ1ZJ4u2UqFSyVUm5bqkaoU2q7tLj2a5cb9gLczHACbVKWwhWawO2JxN8qTMaZKqomp8Q9Vlrl/kcheWoYAhS193RxazrkoosliqDFU1T3z85YcR1XNDsUzm0ZXh8jOIlpjhcokLEy+pQhmYYpAULqtkqrJimup3PvvinP6mcGAcyATz5WJjZSFYTlmCQrUuOVI9vb/CQVd11zLpTryJuSAyVLak65hYVSA6plS4Kw5Whcde4ViwvlgeXTNckim0uTLBclUq1mKox/ZYsCssLGjXhUIml0xy9di4t4x71riAqXgBlX7Qqq7hcmBwcWbebJbNMk6PFYtjrLyXF3EB1z4v9vl+X3KqfZXcXfW8RT6pnhuLyVTIUKpmuBCZAJKKFYoF6sNPOTmwDiaCWWZwIT3dem0KDFwFkhfFvtgTxqTXRjmw/hGlysQeYSApRJHElH9dH+XC3te+I3PS28w2vU2xAQttXdgWMvj1/c9CCXbLv5Sfp61Lsg27AQwuylqUTOEfN/rJNziGtR5lk8lGbV0gbYhSC5risNYxrG94aG394GdQIbg5KTBI/K1+d8v//abn6eqfuv48nS43J4k70bcaW2IuJf0L+L3oUNPhVQ0AAAAASUVORK5CYII=);border-radius:50%}.color-picker-wrapper .color-picker-panel.color-picker-panel-round .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-grid-inner{background-color:#fff}.color-picker-wrapper .color-picker-hidden{display:none}.color-picker-wrapper.color-picker-disabled .color-picker-grid,.color-picker-wrapper.color-picker-disabled .color-picker-hue,.color-picker-wrapper.color-picker-disabled .color-picker-input,.color-picker-wrapper.color-picker-disabled .color-picker-opacity,.color-picker-wrapper.color-picker-disabled .color-picker-swatch{cursor:not-allowed!important}.color-picker-wrapper.color-picker-swatch-only .color-picker-input{padding-left:33px;padding-right:0;width:35px}.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon{width:35px;height:100%;border-right:1px solid #ccc}.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:first-child{border-right-width:1px}.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:last-child{border-left-width:1px}.color-picker-wrapper.color-picker-swatch-only .input-group .color-picker-input{padding:0;width:1px;opacity:0;cursor:pointer}.color-picker-wrapper.color-picker-swatch-only .input-group .color-picker-input:focus{outline:0}.color-picker-wrapper.color-picker-closed .color-picker-panel{display:none}.color-picker-wrapper.color-picker-horizontal .color-picker-panel{width:150px!important}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row{display:block}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid{display:block}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation{cursor:col-resize;display:block;left:0;width:150px;height:20px}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue .color-picker-overlay,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness .color-picker-overlay,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity .color-picker-overlay,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation .color-picker-overlay{height:20px}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue .color-picker-slider,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness .color-picker-slider,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity .color-picker-slider,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation .color-picker-slider{width:2px;height:18px;margin-top:0}
/*!
 * angularjs-color-picker v3.4.8
 * https://github.com/ruhley/angular-color-picker/
 *
 * Copyright 2017 ruhley
 *
 * 2017-10-06 09:52:03
 *
 */.color-picker-wrapper .color-picker-input-wrapper{width:100%}.color-picker-wrapper .color-picker-swatch:not(.input-group-addon){height:28px}.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon{border-radius:4px}
