/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 7, 2018, 12:28:21 PM
    Author     : gbemirojiboye
*/





input[type="file"].file-input{
    display: none;
}
.file-input{
    margin-left: 20%;
    margin-right: 1em;
    margin-top: 4em;
    font-size: 1.2em;
    padding: 0.5em;
    
    margin-top: 3em;
    border-radius: 1em;
    color: white;
    font-size: large;
    background-color: dodgerblue; 
}


 

.selected-file-label{
    color:green;
    margin-left: 20%;
    text-align: center;
    font-size: small;
    margin-top: 1em;
    margin-bottom: 1em;
}



.notice{
    float: left;
    width: 80%;
    margin-left: 10%;
    
    margin-bottom: 3em;
    color: red;
    font-size: small;
    font-style: oblique;
    text-align: center;
    

}

.progress {
    position:relative; 
    width:60%; 
    border: 1px solid #ddd; 
    padding: 1px; 
    border-radius: 3px; 
    margin-left: 20%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.bar { 
    background-color: #B4F5B4; 
    width:0%; 
    height:20px; 
    border-radius: 3px; 
}
.percent {
    position:absolute; 
    display:inline-block; 
    top:3px; left:48%; 
}

















p#conn-state{
  float: right;  
}
.switch {
  float: right;
  width: 50px;
  height: 26px;
  background: #ccc;
  border-radius: 26px;
  display: inline-block;
  cursor: pointer;
}

.switch input {
  display: none;
}

.slider {
  float: left;
  width: 24px;
  height: 24px;
  margin: 1px;
  background-color: white;
  border-radius: 50%;
  transition: margin-left 0.3s ease;
}

input:checked + .slider {
  margin-left: 25px;
  background-color: #4caf50;
}

#conn-state{
    font-weight: bold;
    font-family: cursive;
}