.doc_cadre {
  display:inline-block;
  position: relative;
  width: 140px;
  height: 180px;
  background-color: #FBBC05;
  border-radius: 0px 5px 5px 0px;
  box-shadow: 5px 5px 5px black;
  margin-left: 10px;
  margin-top: 8px;
}

.doc_cadre::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #EA4335;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.doc_title {
  position: relative;
  float: right;
  right: 0px;
  top: 10px;
  width: 60px;
  height: 25px;
  color: white;
  text-align: center;
  overflow: hidden;
  background-color: #4285F4;
  border-radius: 5px 0px 0px 5px;
}

.subject_title {
  position: absolute;
  float: center;
  top: 45px;
  left: 10px;
  width: 85%;
  height: 25px;
  color: white;
  text-align: center;
  background: transparent;
  padding: 0px;
  font-style: Arial;
  font-weight: bold;
}

.order_num {
  position: absolute;
  float: center;
  bottom: 2px;
  left: 10px;
  width: 85%;
  max-height: 25px;
  color: white;
  text-align: center;
  background: transparent;
  padding: 0px;
  font-style: Arial;
  color: #0F9D58;
  overflow: hidden;
}

.doc_content {
  position: relative;
  float: left;
  left: 5px;
  top: 50px;
  width: 130px;
  height: auto;
  color: white;
  text-align: center;
  background: transparent;
  border: 1px solid #0F9D58;
  border-radius: 5px;
  overflow: hidden;
}

.back_white{
  background-color: whitesmoke;
  border: none;
  top: 30px;
}
.small_text{
  top: 120px;
  height: auto;
  font-size: 12px;
}

.doc_cadre_img {
  position: relative;
  width: 140px;
  height: 80px;
}

.doc_cadre_correct {
  top: 0px;
  margin-right: 10px;
}

.doc_img {
  position: absolute;
  float: left;
  top: 10px;
  width: 130px;
  height: 165px;
  background: transparent;
  left: 5px;
  border: none;
}

.doc_img2 {
  position: absolute;
  float: left;
  top: 0px;
  width: 130px;
  height: 165px;
  background: transparent;
  left: 0px;
  border: none;
}

.doc_cadre2{
    display:inline-block;
  position: relative;
  padding: none;
  width: 140px;
  height: 180px;
  background: transparent;
  /*border-radius: 0px 5px 5px 0px;*/
  /*box-shadow: 5px 5px 5px black;*/
  margin-left: 10px;
  margin-top: 8px; 
  border: none;
}

.doc_cadre3 {
  display:inline-block;
  position: relative;
  width: 140px;
  height: 180px;
  background: linear-gradient(whitesmoke, whitesmoke) padding-box,linear-gradient(90deg, #EA4335, #FBBC05, #4285F4) border-box;
  box-shadow: 0 0 5px rgba(234, 67, 53, 0.4),0 0 5px rgba(251, 188, 5, 0.4),0 0 5px rgba(66, 133, 244, 0.5);
  border-radius: 0px 5px 5px 0px;
  margin-left: 10px;
  margin-top: 8px;
  border: 2px solid transparent;
  background-color: whitesmoke;
}

.gogetsearch{
  background-color: whitesmoke;
  border: 1px solid black;
}
.gogetsearch_title{
  color: #0F9D58;
}
