.btn:focus, .upload-btn:focus{
  outline: 0 !important;
}

html,
body {
  height: 100%;
  /*background-color: #4791D2;*/

/*1e507b*/

  background: linear-gradient(to bottom, #57c1eb 0%,#1e507b 100%);
 /* background: linear-gradient(to bottom, #57c1eb 0%,#246fa8 100%);*/
  /*background: linear-gradient(to bottom, #57c1eb 0%,#1e507b 100%); */
}

body {
  font-family: 'Avenir Next', 'Avenir', 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
}


.row {
  margin-top: 0px;
}

.upload-btn {
  color: #ffffff;
  background-color: #F89406;
  border: none;
}

.upload-btn:hover,
.upload-btn:focus,
.upload-btn:active,
.upload-btn.active {
  color: #ffffff;
  background-color: #FA8900;
  border: none;
}



.glyphicon {
  font-size: 5em;
  color: #9CA3A9;
}

h4 {
  /*padding-bottom: 30px; */
  color: #B8BDC1;
}

h2 {
  /*margin-top: 15px; */
  color: #68757E;
}

.upload-panel {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.table {
  text-align: left;
}


.results-container {
  /*display: none;*/
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

#upload-input {
  display: none;
}

@media (min-width: 768px) {
  .main-container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 450px;
  }
}



.template {
  display:none;
}




.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
