#atlt_gtranslate_model {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
}
#atlt_gtranslate_model .modal-content {
  position: relative;
  background-color: #fefefe;
  width: 80%;
  height: calc(100% - 40px);
  margin: 32px auto 0;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


#atlt_gtranslate_model .modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
  height: 86px;
  max-height: 86px;
  overflow: hidden;
  position: relative;
}
#atlt_gtranslate_model .modal-header h2 {
  display: inline-block;
  font-size: 18px;
  color: #000;
  padding: 0;
  margin: 18px 159px 5px 0px;
  width: calc(100% - 160px);
}
/* The Close Button */
#atlt_gtranslate_model .modal-header .close {
  color: white;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 20px;
}
#atlt_gtranslate_model .modal-header .close:hover,
#atlt_gtranslate_model .modal-header .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#atlt_gtranslate_model .save_btn_cont {
  margin: 8px;
  position: absolute;
  top: 10px;
  right: 40px;
}
#atlt_gtranslate_model .gtstats {
  padding: 0;
  margin: 5px 160px 5px 0;
  width: calc(100% - 160px);
}
#atlt_gtranslate_model .gtstats a {
  color: #fff936;
}


#atlt_gtranslate_model .modal-body {
  padding: 2px 16px;
  position: relative;
}
#atlt_gtranslate_model .notice-dismiss {
  padding:0;
}
#atlt_gtranslate_model h3 {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  padding: 0;
  margin: 20px 0 0;
}
#google_translate_element {
  margin-bottom: 25px;
}
#atlt_gtranslate_model .string_container {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 460px);
  width: 100%;
  position: relative;
}
#atlt_gtranslate_model table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  padding:0;
  margin:0;
}
#atlt_gtranslate_model table td:first-child, #atlt_gtranslate_model table th:first-child {
  width: 60px;
  text-align: center;
}
#atlt_gtranslate_model table td, #atlt_gtranslate_model table th {
  border: 1px solid #ddd;
  padding: 4px;
  height: 26px;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  vertical-align: middle;
}
#atlt_gtranslate_model .my_translate_progress {
  position: absolute;
  display: none;
  top: 0;
  left: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 22px);
  border-radius: 3px;
  height: 100%;
  z-index: 9;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}


#atlt_gtranslate_model .modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
  position: absolute;
  width: calc(100% - 32px);
  bottom: 0;
  height: 66px;
  max-height: 66px;
}


.goog-te-banner-frame.skiptranslate {
  display: none !important;
} 
.goog-te-combo option:first-child {
  display: none;
}