/*
    SW STYLE
*/

/*@import "http://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/

body {
    font-family: 'Helvetica Neue', sans-serif;
    background: #fafafa;
    overflow: hidden;
    font-size: 12px;
}

.form-control{
  font-size: 12px;
}

#loginForm input{
  background-color: rgb(232, 240, 254) !important;
}

pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/*p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}*/

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#logo-intero{
    max-width:130px;
    height:auto;
}

#logo-occhio{
    max-width:60px;
    height:auto;
}

#logo { 
  position: absolute; 
  left: 82px; 
  z-index: 97; 
  margin-top: 15px; 
  cursor: pointer; 
}

#info-alert{
  display:none;
}
.flashing-alert { 
  position: absolute; 
  right: 10px; 
  z-index: 2000; 
  margin-top: 15px;
}

.message-alert { 
  position: absolute; 
  right: 50px; 
  z-index: 2000; 
  margin-top: 15px;  
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}


.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/*#sidebar-grafico{
    background: #31353D;
    height: 260px;
    width: 100%;
    max-width: 100%;
    z-index: 999;
  }*/

/*
context menu map
*/
.ol-ctx-menu-container li:not(.ol-ctx-menu-separator):hover{
  background-color: #ccc;
  color: black;
}

/* ---------------------------------------------------
PANNELLO FORM 
----------------------------------------------------- */
fieldset {
  display: none;
}
fieldset.active{
  display: block;
}

/* ---------------------------------------------------
PANNELLO DATI DMA/DMAS
----------------------------------------------------- */
#dma-data-container{
  position: relative;
  top: 5px;
  left: -1000px;
  z-index: 97;
  padding: 0;
  font-size: 12px;
  height: 0;
}

#dmas-data-container{
  position: relative;
  top: 5px;
  left: -1000000px;
  z-index: 97;
  padding: 0;
  font-size: 12px;
  background-color: #fff;
  overflow: scroll;
  width: calc(100% - 300px);
  height: 0;
}

#dma-data-container .card .card-body,
#dmas-data-container .card .card-body{
  padding: 5px;
}

#dmas-data-container .form-control{
  padding:0;
  height: 1.5em;
}

.hide-column-dmas-container{
  display:none;
}


.list-group-item span:first-child {
  width: 70%;
}

#dmas-table thead tr:nth-child(1) th{
  background: white;
  position: sticky;
  top: 42px;
  z-index: 10;
}

.card-header{
  background: white;
  position: sticky;
  top: 0;
  z-index: 11;
}

#dmas-table td{
  padding: 0 5px;
}

/* ---------------------------------------------------
PANEL GRAFICO
----------------------------------------------------- */
.reset-zoom{
  visibility: hidden;
}
.chart-card{
  height: 240px;
}
#leak > .reset-zoom {
  position: absolute;
  top: 50px;
  visibility: visible;
  right: 30px;
  font-size: x-small;
}

#sidebar-grafico {
    padding:0;
    border: #6c757d solid 2px;
    background-color:rgba(255,255,255,1);
    z-index:98;
    width: 100%;
    overflow: hidden;
}

#sidebar-grafico .card .card-body{
  padding: 0rem 1rem;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
    overflow: auto;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #222222;
    color: #fff;
    transition: all 0.3s;
    z-index: 98;
}

#sidebarCollapse{
    background-color: #222222;
    color: #999;
    font-size: 30px;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0);
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .sidebar-header #logo-intero,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header #logo-occhio {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    background: #222222;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar .sidebar-header #logo-occhio{
    display: none;
}

#sidebar.active ul li a .menu-item{
    display: none;
}

#sidebar.active ul li a .collapsed-icon-fa{
    font-size: 2em;
}

#sidebar ul li a .collapsed-icon-fa{
    width: 36px;
}


#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}*/

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.data-riferimento{
  padding: 0px 20px;
}

.data-riferimento label {
  margin: 0px;
}

.select-tematismo{
  padding: 5px 20px;
  width:80%
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    OPENLAYER MAP 
----------------------------------------------------- */

.ol-zoom {
    left: .5em;
    right: auto !important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/** HC **/
div.lab {
  width:20px;
}

/** loader **/

.loading {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative; }

.loading svg {
  margin: auto;
  display: inline;
  position: absolute;
  top: 50%;
  /* -webkit-transform: translateY(-50%); */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.loading #pulsar{
  stroke-dasharray:470;
  -webkit-animation: dash 4s infinite linear forwards;
}

/*Animation*/
@-webkit-keyframes dash{ from{stroke-dashoffset:814;} to {stroke-dashoffset:-814;}}


.waiting-chart-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  display: block;
  z-index: 999999;
  display: none;
}

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background:#2222222b;
  z-index: 999999;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
100% {
  transform: rotate(360deg);
}
}

/*-------------*/
/* legenda tematismi
/*-------------*/
:root {
  --tema0-A-color: #c8c8c880;
  --tema1-A-color: #fff;
  --tema2-A-color: #b5838d;
  --tema3-A-color: #a6757f;
  --tema4-A-color: #6d6875;
  --tema5-A-color: #56505f;

  --tema0-B-color: #c8c8c8;
  --tema1-B-color: #AEEAE8;
  --tema2-B-color: #89C4E6;
  --tema3-B-color: #4062C9;
  --tema4-B-color: #224870;
  --tema5-B-color: #122C34;

  --stato-0-color: #20d820;
  --stato-1-color: #c8ff00;
  --stato-2-color: #fff700;
  --stato-3-color: #ff9900;
  --stato-4-color: #ff0000;
  --stato-5-color: #20d820;
  --stato-6-color: #0033cc;
  --stato-7-color: #808080;
}

.legenda-tema {
  position: absolute;
  bottom: 0px;
  right: 16px;
  font-size: 18px;
  background-color: white;
  padding: 0px;
  visibility: hidden;
  z-index: 99;
}

.my-legend .legend-title {
  text-align: left;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 90%;
  }
.my-legend .legend-scale ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  }
.my-legend .legend-scale ul li {
  display: block;
  float: left;
  width: 80px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 80%;
  list-style: none;
  }
.my-legend ul.legend-labels li span {
  display: block;
  float: left;
  height: 15px;
  width: 80px;
  }
.my-legend .legend-source {
  font-size: 70%;
  color: #999;
  clear: both;
  }
.my-legend a {
  color: #777;
}

.my-legend ul.legend-labels li span.tema0B{
  background-color: var(--stato-7-color);
}

.my-legend ul.legend-labels li span.tema1B{
  background-color: var(--stato-6-color);
}

.my-legend ul.legend-labels li span.tema2B{
  background-color: var(--stato-0-color);
}

.my-legend ul.legend-labels li span.tema3B{
  background-color: var(--stato-2-color);
}

.my-legend ul.legend-labels li span.tema4B{
  background-color: var(--stato-3-color);
}

.my-legend ul.legend-labels li span.tema5B{
  background-color: var(--stato-4-color);
}

.my-legend .btn-graph{
  float:left;
  padding: 0 10px;
}

/*-------------*/
/*GRAFICO TEMA
/*-------------*/
.grafico-tema {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 18px;
  background-color: white;
  padding: 10px;
  visibility: hidden;
  z-index: 99;
  border: #6c757d solid 2px;
}

/*-------------*/
/*DMA'S COLOR STATE
/*-------------*/
.stato-0{
  background-color: var(--stato-0-color);
}

.stato-1{
  background-color: var(--stato-1-color);
}

.stato-2{
  background-color: var(--stato-2-color);
}

.stato-3{
  background-color: var(--stato-3-color);
}

.stato-4{
  background-color: var(--stato-4-color);
}

.stato-5{
  background-color: var(--stato-5-color);
}

.stato-6{
  background-color: var(--stato-6-color);
}

.stato-7{
  background-color: var(--stato-7-color);
  color: #fff;
}

.select-dma-container{
  float: right;
}

.select-dma-container select{
  margin: 0 25px;
}

.card-header-custom{
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 5px;
}

.dialog-div {
  background-color: rgba(0,0,0,.7);
  overflow-y: scroll;
}

.overflow-visible {
  overflow: visible!important;
}

.dialog-div, .waiting-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
}

.dialog-title-desc {
  display:block;
  font-size: x-small;
  text-transform: none;
  /* font-style: italic; */
  color:#888;
  margin-top: 5px;;
}

/*.dialog-title-desc::before {
  display:inline-block;
  color: #67f;
  margin-right: 5px;;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight:800;
  content: "\f05a";
}*/

.panel-body {
  padding: 15px;
}

.inline-time {
  width: auto;
  display: inline-block;
}

.btn-fixed-width {
  width: 8em;
}

/* DRAG */
.draggable-fields-wrap {
  background-color: #ddd;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}

.draggable-fields-box {
  margin: 3px;
  position: relative;
}

.field-sign {
  display: block;
  position: absolute;
  width: 70px;
  height: 30px;
  margin: 3px;
  z-index: 1;
  /* background: #006; */
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}

.field-sign-content {
  position: relative;
  line-height: 30px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.material-icons {
  font-size:24px;
  width:24px;
  height:24px;
  line-height:24px;
}

.jexcel_toolbar i.jexcel_toolbar_item {
  width: 32px;
  height: 32px;
  padding: 4px;
  cursor: pointer;
  display: inline-block;
}

.config-import-log{
  display: none;
}

.scroll {
  height: 90%;
  overflow-y: auto;
}

.jexcel_container{
  display:inline;
}

.jexcel_content::-webkit-scrollbar {
  height: 10px;
}

.jexcel_filter {
  float: right;
}

.jexcel {
  white-space: normal;
  table-layout: fixed;
}

.jexcel > td {
  word-wrap: break-word;
}

.jexcel > tbody > tr > td{
  overflow: hidden;
}

#dmas-container-form{
  height: 100%;
}

#shape-file-table table.jexcel{
  font-size:12px;
}

.sola-lettura{
  background-color: LightGrey;
}

.dropdown-menu.show{
  transform: translate3d(0px, 0px, 0px)!important;
  top: 38px!important;
}

.shadow-form-box, .form-box{
  overflow:hidden;
  padding:10px 35px 30px;
  background-color:#fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  border: 1px solid #ccc;
}
.shadow-form-box{
  box-shadow:5px 5px 10px #DACCCC;
  -webkit-box-shadow:5px 5px 10px #DACCCC;
  -moz-box-shadow:5px 5px 10px #DACCCC;
  -o-box-shadow:5px 5px 10px #DACCCC;
}

.shadow-form-box .dialog-title, .form-box .dialog-title{
  text-transform: uppercase;
  padding-bottom:.3em;
  border-bottom:1px solid #00c;
}

.dialog-title {
  font-size: 21px;
}

.dialog-title {
  padding:20px 0 10px 0;
}

/*input.err{background-color: rgba(255,0,0,.25)} /*outline:2px dashed #f00;*/

.form-bottom-button{
  border-top:1px solid #ccc;
  padding-top:1em;
  margin-top:.5em
}

.data-riferimento button{
  width: 30%;
}


.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* TOOLBAR */


/* MAPPA */
.custom-zoom{
  top: .5em;
  right: .5em;
  position: fixed;
  margin-bottom: 0px;
  background-color: transparent;
}

.custom-fullscreen{
  top: calc(.5em + 80px + .5em);
  right: .5em;
  position: fixed;
  margin-bottom: 0px; 
}

.custom-show-type{
  top: calc(.5em + 210px + .5em);
  right: .5em;
  position: fixed;
  margin-bottom: 0px; 
}

.custom-zoom.ol-control:hover,
.custom-zoom.ol-control,
.custom-fullscreen.ol-control:hover,
.custom-fullscreen.ol-control,
.custom-show-type.ol-control:hover,
.custom-show-type.ol-control{
  background-color: transparent;
}

.custom-zoom button, .custom-fullscreen button, .custom-show-type button{
  background-color: rgba(40, 40, 40, .7);
  display: block;
  height: 40px;
  width: 40px;
  background-color: rgba(0,0,0,0.6);
  outline: none;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
}

.custom-zoom > button:first-child, 
.custom-fullscreen > button:first-child,
.custom-show-type > button:first-child  { 
  border-radius: 5px 0 0 0; 
}

.custom-zoom > button:last-child,
.custom-fullscreen > button:last-child,
.custom-show-type > button:last-child { 
  border-radius: 0 0 0 5px; 
}

.custom-zoom button:hover,
.custom-fullscreen button:hover,
.custom-show-type button:hover{
  background-color: black;
}

.custom-type-button.active,
.custom-type-button.active:hover,
.custom-type-button.active:focus {
  background-color: #ffa032;
}

/* MAPPA */

.center{
  margin: auto;
}


/** tool bar icon **/
.toolbar-icon{
  text-align: center;
  font-size: 20px;
}

.cursor-pointer{
  cursor: pointer;
}


/** setting - threshold **/
#nav-threshold input, #qmin-time-window-container input {
  width: 70px;
}

/** PANNELLO INFO **/
.feature-info-box {
  display: none;
  background: transparent;
  border: none;
  color: #000;
  padding: 0;
  position: fixed;
  top: 0px;
  /*min-width: 300px;*/
  max-height: 75%;
  z-index: 5;
}

.feature-info-box .card-body{
  padding: 1px;
}

.feature-info-box .table{
  margin-bottom: 1px;
}

/* Chrome, Safari, Edge, Opera */
#nav-threshold input::-webkit-outer-spin-button,
#nav-threshold input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#nav-threshold input[type=number] {
  -moz-appearance: textfield;
}

.datepicker { 
  z-index: 9999 !important;
}

.w80px{
  width: 80px !important;
}

/* BUTTON */
/*.btn-close:before{
  content: "\f00d";
  color: #fff;
  font-weight: 900;
}

.btn-get-gb:before{
  content: "\f1ec";
  color: #fff;
  font-weight: 900;
}

.btn-import:before{
  content: "\f1ec";
  color: #fff;
  font-weight: 900;
}

.btn-update-gb:before{
  content: "\f0c7";
  color: #fff;
  font-weight: 900;
}

.btn-prev-gb:before{
  content: "\f1fe";
  color: #fff;
  font-weight: 900;
}

.btn-save:before{
  content: "\f0c7";
  color: #fff;
  font-weight: 900;
}

.btn-ok:before{
  content: "\f00c";
  color: #fff;
  font-weight: 900;
}

.btn-with-icon:before{
  display:inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 24px;
  font-size: 1em;
  color:inherit;
}*/

.plotline{
  position: relative;
  bottom: 2px;
}

/* Context menu */
.context-menu{
  z-index: 10001;
  display: none;
  position: absolute;
  border-radius: 3px;
  width: 200px;
  background: white;
  box-shadow: 10px 10px 5px #888888;
}

.context-menu ul li:hover{
  cursor: pointer;
}

.bg-black {
  background-color: #000!important;
}

.sw-right-caret {
  float: right;
  padding: 4px;
}

.custom-file-input:disabled + #label-shape-file {
  color: #ccc;
  background-color: #f0f0f0;
}

#file-list li.active {
  background-color: #2875B4;
  font-weight: bold;
}

#file-list li {
  cursor: pointer;
}

#file-list li:hover {
  background-color: #ccc;
}

#status {
  font-weight: bold;
  padding: 10px;
  color: white;
  border-radius: 5px;
  display: inline-block;
}

.running { background-color: #4CAF50; }
.starting { background-color: #FFC107; }
.stopped { background-color: #F44336; }

#connectorListTable tbody tr.selected {
  background-color: #ffdd33;
}

#connectorListTable tbody tr:not(.selected):hover {
  background-color: #d3d3d3; /* Imposta lo sfondo per l'hover */
  cursor: pointer;
}

/* Quando attivo, sfondo pieno e icona checkbox */
.toggle-presence.active {
  background-color: #007bff;
  color: #fff;
}
.toggle-presence.active i {
  content: "\f14a"; /* far fa-check-square */
}

/* CSS da aggiungere dopo Bootstrap */
.scheme‑labeled {
  position: relative;
  margin-top: 1.5rem;        /* spazio per l’etichetta */
}
.scheme‑labeled::before {
  content: "Server: mio.server.local";
  position: absolute;
  top: 0;                     
  left: 50%;                 
  transform: translate(-50%, -100%);
  background: #fff;           /* stesso colore del .card-body */
  padding: 0 0.5em;
  font-size: 0.9em;
  color: #333;
  white-space: nowrap;
}


/* Contenitore del switch */
.toggle-switch {
  display: inline-block;
  vertical-align: middle;
}

/* Nasconde il checkbox proprietario */
.toggle-switch input {
  display: none;
}

/* La “traccia” dello switch */
.toggle-switch .slider {
  position: relative;
  width: 44px;
  height: 22px;
  background-color: #ccc;
  border-radius: 11px;
  transition: background-color .3s;
  cursor: pointer;
}

/* Il pallino */
.toggle-switch .slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 50%;
  transition: transform .3s;
}

/* Stato “on” */
.toggle-switch input:checked + .slider {
  background-color: #28a745; /* verde Bootstrap */
}
.toggle-switch input:checked + .slider::before {
  transform: translateX(22px);
}

/* Facoltativo: focus ring */
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 0 2px rgba(40,167,69,.5);
}


#existing-files-list {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}