@import url("layout_common.css");

body {
  background-color: #ab1e56;
}

.menu-box {
  width: 350px;
}

.ui.action.input input[type="file"] {
  display: none;
}

.visualiza_video {
  text-align: center;
  margin: auto;
  width: 198px;
  height: 250px;
}

.caputura_img {
  text-align: center;
  margin: auto;
  width: 198px;
  height: 250px;
}

.bloco_camara {
  margin: auto;
}

/* Tirar Foto camera file input */
#cameraFileInput {
  text-align: center;
  display: none;
}
/*
#label_camera_file_input {
    text-align: center;
    padding: 20px 10px;
    width: 200px;
    background-color: #333;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    cursor: pointer;
} */

/* File Input and Img */
#pictureFromCamera {
  text-align: center;
  display: none;
}
