.page_atelier {
  width: 100%;
}

.header-atelier {
  height: 70px;
}

.new-ticket {
  text-align: left;
  padding: 10px;
}

.atelier_moitier_1 {
  width: 60%;
  height: calc(100vh - 122px);
  vertical-align: top;
  overflow: auto;
}

.atelier_moitier_2 {
  width: 39%;
  height: calc(100vh - 122px);
  border: 1px solid rgba(224,224,224,0.5);
  vertical-align: top;
  background-color: Gainsboro;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.atelier_moitier_2_title {
  margin-left: 2%;
}

.vertical {
border-left: 4px solid black;
height: calc(100vh - 122px);
display: inline-block;
position: fixed;
}

.filtre {
  cursor: pointer;
}

tbody .list-ticket {
  height: calc(100vh - 212px);
  overflow-y: auto;
  overflow-x: hidden;
}

.ticket-select {
  background-color: LightGray;
}


.one_line {
  white-space: nowrap;
}

.radius-left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.radius-right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.refresh {
  float: left;
  width: 60px;
  height: 30px;
  text-align: center;
}

.refresh-button {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 40px;
  padding: 0;
}

.select-reload {
  float: left;
  text-align: center;
  margin: auto 5px auto 5px;
  height: 30px;
  width: 45px;
}

.text-new-ticket {
  width: 100%;
  text-align: center;
}
.id-new-ticket-div {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.id-new-ticket {
  font-size: 20pt;
}

.new-ticket-bt {
  height: 30px;
  width: 30px;
  padding: 5px;
  font-size: 20pt;
}
.new-ticket-bt-yes {
  color: LimeGreen;
}
.new-ticket-bt-yes:hover {
  cursor: pointer;
}
.new-ticket-bt-tmp {
  color: Grey;
}
.new-ticket-bt-tmp:hover {
  cursor: not-allowed;
}
.new-ticket-bt-no {
  color: Brown;
}
.new-ticket-bt-no:hover {
  cursor: pointer;
}

.historique_system {
  font-size: 8pt;
}
.historique_autre {
  font-family: 'Josefin Sans';
}

.update {
  float: right;
  width: 60px;
  height: 40px;
  margin: 10px;
}
.update_click {
  float: right;
  padding: 12px 20px 12px 20px;
  margin: 10px;
}

.button-press {
  background-color: #e7e7e7;
  color: black;
}

td {
  padding: 10px;
  border: 1px solid rgba(224,224,224,0.5);
}

td.filter {
  border: 0px solid;
}

label {
  vertical-align: middle;
  width: 30%;
  display: inline-block;
  margin: 1%;
  font-weight: bold;
}
.label_line {
  width: auto;
}

.ticket_tag {
  border-radius: 10px;
  vertical-align: middle;
  padding: 2px;
  padding-bottom: 4px;
  margin: 2px;
  display: inline-block;
  font-size-adjust:0.5;
}

.column-2 {
  width: 65%;
  vertical-align: middle;
  display: inline-block;
}

.full {
  width: 100%;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.color-pulse-date {
  color: black;
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes color {
  0% {
    color: black;
  }
  50% {
    color: red;
  }
  100% {
    color: black;
  }
}
