*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  color: #666;
  font-family: sans-serif; }

a {
  color: #3498db; }

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 104px;
  background: #141618;
  color: #eee; }

.usermenu {
  position: absolute;
  right: 5%; }

.container700 {
  width: 700px;
  margin: 40px auto; }

.container1000 {
  width: 70%;
  margin: auto; }

.container1200 {
  width: 1200px;
  margin: 40px auto; }

.progress-bar {
  background-color: #3498db; }

.progress {
  width: 180px;
  background-color: #eee;
  color: #1f1f1f; }

.btn {
  border-radius: 0;
  background-color: #141618;
  border: 1px solid #aaaaaa;
  margin: 20px; }

.btn:active, .btn:hover, .btn:focus {
  background-color: #333333 !important;
  border: 1px solid #333333 !important;
  box-shadow: none !important;
  color: #eee !important; }

.btn[disabled] {
  background-color: #1f1f1f;
  border: 1px solid #333333 !important; }

.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #333333;
  background-image: none; }

.dropdown-item:active {
  color: #aaaaaa !important;
  background-color: #eee !important; }

.dropdown-menu {
  background-color: #eee !important; }

.dropdown-toggle {
  background-color: #141618 !important; }

#browseButton {
  position: relative;
  overflow: hidden; }

#ialogo {
  position: absolute;
  left: 1.8%; }

#logoImg {
  line-height: 150px;
  text-align: center;
  max-width: 100%;
  max-height: 100%; }

#userLogo {
  position: relative;
  overflow: hidden;
  border: 1px dashed #aaaaaa;
  border-radius: 10px;
  text-align: center;
  width: 250px;
  height: 150px;
  margin: 2% 0 2% 0;
  top: 0;
  left: 0; }

#logoInput {
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  opacity: 0;
  width: 100%;
  right: 0;
  top: 0; }

#fileInput {
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  opacity: 0;
  width: 100%;
  right: 0;
  top: 0; }

#multiFileInput {
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  opacity: 0;
  width: 100%;
  right: 0;
  top: 0; }

form {
  width: 80%;
  border: 1px solid #aaaaaa;
  margin: 20px auto;
  padding: 20px; }

label, input {
  display: inline-block; }

label {
  width: 30%;
  text-align: left; }

input {
  width: 50%; }

label + input {
  /*margin: 0 10% 0 4%;*/
  margin: 1% 10% 1% 4%; }

th {
  background: #141618;
  color: #eee;
  font-weight: bold;
  cursor: pointer; }

td, th {
  color: #aaaaaa;
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 16px; }
