@font-face {
  
  font-family: "Dodger";
  src: url("/style/version/touch/dodger.ttf");
  font-weight: normal;
  font-style: normal;

}

body {
  
  font-family : tahoma, Comic Sans MS,  verdana, sans-serif, Lucida Sans;
  font-size: 14px;
  margin: auto;
  color: #3C4549;
  max-width: 1100px;
  background-color: white;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(158, 160, 183, 0.32);

}

.avatar_optimize {
  
  position: relative;
  
}

.avatar_button {
  
  background: linear-gradient(90deg, #277FFF, #81ABE8);
  color: white;
  width: 29px;
  height: 29px;
  line-height: 29px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 10px;
  text-align: center;
  border: 3px white solid;
  
}

.btn-page {
  
  border-radius: 14px;
  background: linear-gradient(90deg, #277FFF, #81ABE8);
  color: white;
  padding: 0px 1em;
  outline: none;
  cursor: pointer;
  margin: 3px;
  border: 1px #339EFF solid;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-weight: bold;
  font-size: 13px;
  
}

.btn-page-o {
  
  border-radius: 14px;
  border: 1px #339EFF solid;
  color: #339EFF;
  padding: 0px 1em;
  outline: none;
  cursor: pointer;
  margin: 3px;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-weight: bold;
  font-size: 13px;
  
}

h1 {
  
  font-size: 20px;
  margin: 0px;
  
}

.hover {}

.hover:hover span{
  
  text-decoration: underline;
  transition: 0.3s;  

}

.list-body {

  background: white;
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
  word-wrap: break-word;
  overflow: hidden;

}

.list-menu {

  padding: 12px;
  background: white;
  word-wrap: break-word;
  border-bottom: 1px #E1E7EA solid;
  position: relative;
  bottom: -1px;
  color: #525A5E;
  width: 100%;
  box-sizing: border-box;

}

.list {

  padding: 12px;
  background: white;
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
  word-wrap: break-word;

}

.menu_duo {
  
  height: 36px;
  background-color: #D8E7FD;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px #F0DFF9 solid;
  margin-bottom: 10px;
  
}

.menu_duo a, .menu_duo span{
  
  height: 36px;
  line-height: 36px;
  padding: 0px 0.4em;
  font-size: 13px;
  cursor: pointer;
  color: #53455C;
  
}

.menu_duo > a > i{

  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  display: inline-block;
  background: linear-gradient(90deg, #277FFF, #81ABE8);
  position: relative;
  top: -1px;
  
}

.ajax_indication {
  
  position: fixed;
  font-size: 70px;
  color: #3E8DFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  
}

.panel-top-optimize {
  
  background: linear-gradient(90deg, #277FFF, #81ABE8);
  position: fixed;
  top: 0;
  width: 100vw;
  max-width: 1100px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 100;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);

}

.panel-top-middle {
  
  height: 52px;
  line-height: 52px;
  display: inline-block;
  width: 68%;
  color: white;
  vertical-align: middle;
  position: relative;

}

.panel-top {
  
  height: 52px;
  line-height: 52px;
  display: inline-block;
  width: 16%;
  text-align: center;
  color: white;
  cursor: pointer;

}

.search_top_touch {
  
  box-shadow: none; 
  height: 52px; 
  line-height: 52px; 
  z-index: 101; 
  
}

.search_phone {
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0,0,0,0.6);
  
}

.search_result {
  
  position: fixed;
  z-index: 105;
  top: 52px;
  width: 100vw;
  max-width: 650px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: none;
  min-height: 0px;
  max-height: 350px;
  background-color: white;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);

}

.search_result::-webkit-scrollbar { width: 6px; }
.search_result::-webkit-scrollbar-button {  display: none; }
.search_result::-webkit-scrollbar-track {  background-color: #3E8DFF; }
.search_result::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.search_result::-webkit-scrollbar-thumb { height: 50px; background-color: #3E8DFF; }
.search_result::-webkit-scrollbar-corner { background-color: #3E8DFF; }
.search_result::-webkit-resizer { background-color: #3E8DFF; }
.search_result::scrollbar { width: 6px; }
.search_result::scrollbar-button {  display: none; }
.search_result::scrollbar-track {  background-color: #3E8DFF; }
.search_result::scrollbar-track-piece { background-color: #ffffff; }
.search_result::scrollbar-thumb { height: 50px; background-color: #3E8DFF; }
.search_result::scrollbar-corner { background-color: #3E8DFF; }
.search_result::resizer { background-color: #3E8DFF; }

.info_error_or_success {

  position: fixed;
  top: 52px;
  width: 100vw;
  color: white;
  max-width: 750px;
  z-index: 100;
  -webkit-transition: width .4s ease-in-out;
  -moz-transition: width .4s ease-in-out;
  -ms-transition: width .4s ease-in-out;
  -o-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out;
  animation: stop 12s normal forwards ease-in-out;

}

.error_red {
  
  background-color: #FF6F78;

}

.success_green {
  
  background-color: #4DD374;

}

.striples_info {

  padding: 8px 40px 8px 15px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: -webkit-gradient(linear, left top, right bottom,
  color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent),
  color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)),    
  color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent),
  to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
  transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
  transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
  transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
  transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
  transparent 75%, transparent);  
  animation: striples_info 3s linear infinite;
  
}

.info_close {
  
  position: absolute;
  right: 10px;
  z-index: 101;
  top: 50%;
  transform: translateY(-50%);
  
}

@keyframes striples_info {
  
  0% {
    
    background-position: 0 0;
  
  } 
  
  100% {
    
    background-position: 60px 0;
  
  }
  
}

@keyframes stop {
  
  0% {
    
    opacity: 1;
  
  }
  
  60% {
    
    opacity: 1;
  
  }
  
  100% {
    
    opacity: 0;
    z-index: -1;
  
  }

}

.file-error {
  
  padding: 10px;
  color: #E66F80;
  text-align: center;

}

.file-upload {
  
  padding: 10px;
  margin-top: 5px;

}  

.file-upload-progress {
  
  background-color: #B0C2CE;
  height: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;

}

.file-upload-progress-ind {
  
  background-color: #687C8A;
  height: 20px;
  box-sizing: border-box;
  width: 40%;

} 

.file-upload-progress-ind-num {
  
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: bold;
  color: white;

}

.form-control-textarea {

  outline: none;
  box-sizing: border-box;
  background-color: rgba(117, 176, 224, 0.1);
  border-radius: 10px;
  border: 2px rgba(117, 176, 224, 0.1) solid;
  padding: 15px;
  width: 100%;
  color: #4E738E;
  resize: vertical;

}

.form-control-100 {
  
  height: 40px;
  outline: none;
  box-sizing: border-box;
  background-color: rgba(117, 176, 224, 0.1);
  border-radius: 10px;
  border: 2px rgba(117, 176, 224, 0.1) solid;
  padding-left: 37px;
  padding-right: 15px;
  width: 100%;
  color: #4E738E;
  overflow: hidden;
  position: relative;
  z-index: 2;

}

.form-control-50 {
  
  height: 40px;
  outline: none;
  box-sizing: border-box;
  background-color: rgba(117, 176, 224, 0.1);
  border-radius: 10px;
  border: 2px rgba(117, 176, 224, 0.1) solid;
  padding-left: 37px;
  padding-right: 15px;
  width: 100%;
  color: #4E738E;
  overflow: hidden;
  position: relative;
  z-index: 2;

}

.form-control-30 {
  
  height: 40px;
  outline: none;
  box-sizing: border-box;
  background-color: rgba(117, 176, 224, 0.1);
  border-radius: 10px;
  border: 2px rgba(117, 176, 224, 0.1) solid;
  padding-left: 37px;
  padding-right: 15px;
  width: 300px;
  color: #4E738E;
  overflow: hidden;
  position: relative;
  z-index: 2;

}

.form-control-20 {
  
  height: 40px;
  outline: none;
  box-sizing: border-box;
  background-color: rgba(117, 176, 224, 0.1);
  border-radius: 10px;
  border: 2px rgba(117, 176, 224, 0.1) solid;
  padding-left: 37px;
  padding-right: 15px;
  width: 200px;
  color: #4E738E;
  overflow: hidden;
  position: relative;
  z-index: 2;

}

input:placeholder {
  
  color: #6B7B87;

}

.form-control-textarea::placeholder, .form-control-100::placeholder, .form-control-50::placeholder, .form-control-30::placeholder, .form-control-20::placeholder {
  
  color: #6C7982;
  
}

.form-control-100-modify-select {
  
  height: 40px;
  outline: none;
  box-sizing: border-box;
  background-color: white;
  background-color: rgba(117, 176, 224, 0.1);
  border-radius: 10px;
  border: 2px rgba(117, 176, 224, 0.1) solid;
  padding-left: 37px;
  padding-right: 15px;
  padding-top: 14px;
  width: 100%;
  color: #4E738E;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  position: relative;
  z-index: 2;

}

.form-control-50-modify-select {
  
  height: 40px;
  outline: none;
  box-sizing: border-box;
  background-color: white;
  background-color: rgba(117, 176, 224, 0.1);
  border-radius: 10px;
  border: 2px rgba(117, 176, 224, 0.1) solid;
  padding-left: 37px;
  padding-right: 15px;
  padding-top: 14px;
  width: 100%;
  color: #4E738E;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  position: relative;
  z-index: 2;

}

.form-control-30-modify-select {
  
  height: 40px;
  outline: none;
  box-sizing: border-box;
  background-color: white;
  background-color: rgba(117, 176, 224, 0.1);
  border-radius: 10px;
  border: 2px rgba(117, 176, 224, 0.1) solid;
  padding-left: 37px;
  padding-right: 15px;
  padding-top: 14px;
  width: 300px;
  color: #4E738E;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  position: relative;
  z-index: 2;

}

.form-control-20-modify-select {
  
  height: 40px;
  outline: none;
  box-sizing: border-box;
  background-color: white;
  background-color: rgba(117, 176, 224, 0.1);
  border-radius: 10px;
  border: 2px rgba(117, 176, 224, 0.1) solid;
  padding-left: 37px;
  padding-right: 15px;
  padding-top: 14px;
  width: 200px;
  color: #4E738E;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  position: relative;
  z-index: 2;

}

.form-control-100-optimize {
  
  margin-bottom: 20px;
  position: relative;
  width: 100%;

}

.form-control-50-optimize {
  
  margin-bottom: 20px;
  position: relative;
  width: 50%;

}

.form-control-30-optimize {
  
  margin-bottom: 20px;
  position: relative;
  width: 300px;

}

.form-control-20-optimize {
  
  margin-bottom: 20px;
  position: relative;
  width: 200px;

}

.form-control-100-modify-select-optimize {
  
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;

}

.form-control-50-modify-select-optimize {
  
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 50%;

}

.form-control-30-modify-select-optimize {
  
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 300px;

}

.form-control-20-modify-select-optimize {
  
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 200px;

}

.form-control-modify-select-appearance {
  
  position: absolute;
  right: 16px;
  color: #4E738E;
  top: 50%;
  transform: translateY(-50%);
  
}

.form-control-title {
  
  color: #2C9BFF;
  position: absolute;
  left: 39px;
  top: 4px;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;

}

#form-control-info {
  
  color: #2C9BFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  text-align: center;
  z-index: 3;

}

.input-info {

  position: absolute;
  z-index: 3;
  bottom: 53px;
  background: rgba(100,100,100,1);
  left: 0;
  right: 0;
  display: none;
  border-radius: 7px;
  padding: 8px;
  box-sizing: border-box;
  color: white;
  font-size: 12px;

}

.form-control-page {
  
  height: 40px;
  outline: none;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px #E9EFF2 solid;
  padding-left: 37px;
  padding-right: 15px;
  width: 180px;
  color: #4E738E;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 5px;

}

.form-control-page-optimize {
  
  margin-bottom: 20px;
  position: relative;
  width: 180px;
  display: inline-block;

}

.form-control-100-modify-select:focus, .form-control-50-modify-select:focus, .form-control-20-modify-select:focus, .form-control-30-modify-select:focus, .form-control-100:focus, .form-control-50:focus, .form-control-30:focus, .form-control-20:focus, .form-control-page:focus, .form-control-textarea:focus {
  
  border: 2px #2C9BFF solid;
  background: none;
  color: black;

}

.tr {
  
  position: relative;

}

.tr:hover:after {
  
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid rgba(100,100,100,1);
  left: 40px;
  top: -14px;

}

.form-control-100-optimize:hover .input-info, .form-control-50-optimize:hover .input-info, .form-control-30-optimize:hover .input-info, .form-control-20-optimize:hover .input-info {
  
  display: block;

}

#password-checkbox {
  
  color: #4F5659;
  position: absolute;
  right: 1px;
  top: 0;
  height: 40px;
  line-height: 39px;
  width: 40px;
  text-align: center;
  z-index: 2;

}

#content {

  position: relative;
  overflow: hidden;

}
  
.panel-top-search {
  
  background: rgba(0,0,0,0.3);
  height: 35px;
  border-radius: 10px;
  outline: none;
  border: none;
  position: relative; 
  color: white;
  position: absolute;
  padding-left: 15px;
  box-sizing: border-box;
  width: 83%;
  left: 9px;
  top: 9px;

}

.panel-top-search::placeholder {
  
  color: #C4B4D7; 

}

.panel-top-search-icons {
  
  color: white; 
  position: absolute;
  display: inline-block;
  right: 10px;
  width: 17%;
  text-align: right;
  cursor: pointer;
  height: 52px;

}

#modal-fixed {
  
  background-color: white;
  max-width: 600px;
  min-width: 300px;
  max-height: 800px;
  min-height: 190px;
  z-index: 103;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 36px 37px rgba(0, 0, 0, 0.03);
  display: block;

}

#modal-fixed2 {
  
  background-color: rgba(70, 75, 75, 0.8);
  z-index: 102;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;

}

.btn {
  
  color: white;
  padding: 7px 1em;
  background: linear-gradient(90deg, #277FFF, #81ABE8);
  border-radius: 10px;
  font-size: 13px;
  border: 1px #339EFF solid;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 1px;
  display: inline-block;
  
}

.btn-o {
  
  color: #339EFF;
  padding: 7px 1em;
  display: inline-block;
  background-color: white;
  border-radius: 10px;
  font-size: 13px;
  border: 1px #339EFF solid;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 1px;
  
}

.modal-fixed-content {
  
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #546E7A;

}

.button {
  
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: linear-gradient(90deg, #277FFF, #81ABE8);
  display: inline-block;
  text-align: center;
  vertical-align: top;
  color: white;
  border: none;
  outline: none;

}

.button-o {
  
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;

}

.save_aut {
  
  display: inline-block;
  float: right;
  height: 40px;
  line-height: 40px;
  margin-right: 1px;
  color: #4F5659;
  
}

.custom-checkbox > input {
  
  position: absolute;
  z-index: -1;
  opacity: 0;

}

.custom-checkbox > span {
  
  display: inline-flex;
  align-items: center;
  user-select: none;
  color: #4F5659;

}

.custom-checkbox > span::before {
  
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #BBC8CE;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;

}

.custom-checkbox > input:not(:disabled):not(:checked)+span:hover::before {
  
  border-color: #2C90FF;

}

.custom-checkbox > input:not(:disabled):active+span::before {
  
  background-color: #2C90FF;
  border-color: #2C90FF;

}

.custom-checkbox > input:focus+span::before {
  
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

}

.custom-checkbox > input:focus:not(:checked)+span::before {
  
  border-color: #2C90FF;

}

.custom-checkbox > input:checked+span::before {
  
  border-color: #2C90FF;
  background-color: #2C90FF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");

}

.custom-checkbox>input:disabled+span::before {
  
  background-color: #2C90FF;

}

.custom-radio > input {
  
  position: absolute;
  z-index: -1;
  opacity: 0;

}

.custom-radio > span {
  
  display: inline-flex;
  align-items: center;
  user-select: none;
  color: #4F5659;

}

.custom-radio > span::before {
  
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #BBC8CE;
  border-radius: 100%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% 40%;

}

.custom-radio > input:not(:disabled):not(:checked)+span:hover::before {
  
  border-color: #2C90FF;

}

.custom-radio > input:not(:disabled):active+span::before {
  
  background-color: #2C90FF;
  border-color: #2C90FF;

}

.custom-radio > input:focus+span::before {
  
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

}

.custom-radio > input:focus:not(:checked)+span::before {
  
  border-color: #2C90FF;

}

.custom-radio > input:checked+span::before {
  
  border-color: #2C90FF;
  background-color: #2C90FF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");

}

.custom-radio > input:disabled+span::before {
  
  background-color: #2C90FF;

}

.icons {
  
  color: #4E6671;
  
}

.aut {
  
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: 30px;
  
}

.captcha1 {
  
  border: 2px #9EE6CB solid;
  height: 33px;
  outline: none;
  line-height: 32px;
  display: inline-block;
  border-radius: 10px 0 0 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
  margin-bottom: 20px;
  vertical-align: top;

}

.captcha2 {
  
  border: 2px #9EE6CB solid;
  background-color: #9EE6CB;
  height: 35px;
  line-height: 38px;
  display: inline-block;
  border-radius: 0 10px 10px 0;
  width: 80px;
  text-align: center;
  position: relative;
  left: -5px;
  margin-bottom: 20px;
  vertical-align: top;

}

.list3 {

  text-align: center;
  background: white;
  height: 210px;
  position: relative;
  color: #7E8F96;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  top: 1px;

}

.list2 {

  text-align: center;
  background: white;
  margin: 7px 7px 12px 7px;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
  height: 210px;
  border-radius: 10px;
  position: relative;
  color: #7E8F96;
  box-sizing: border-box;

}

.list2 span,.list3 span{

  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  font-size: 17px;
  width: 90%;
  box-sizing: border-box;
  display: inline-block;

}

.list2 div,.list3 div{

  left: 50%;
  top: 125px;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  font-size: 17px;
  width: 90%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;

}

.info {
  
  display: inline-block;
  padding: 1px 0.9em;
  line-height: 17px;
  color: white;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
  
}

.gray {
  
  background-color: #859BA6;
  
}

.green {
  
  background-color: #5FE1AF;
  
}

.blue {
  
  background-color: #5FC5E1;
  
}

.red {
  
  background-color: #FF7891;
  
}

.orange {
  
  background-color: #F4D56C;
  
}

.time {
  
  font-size: 12px;
  color: #9BA4A9;

}

a {
  
  text-decoration: none;

}

button {
  
  font-size: 14px;
  
}

.aut-text {
  
  color: #568093;
  margin-bottom: 15px;
  font-weight: 500;

}

.img {
  
  border-radius: 4px;
  margin: 2px;
  border: 1px #E9F0F4 solid;
  
}

.modal_bottom_title2 {

  padding: 20px;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
  color: #4E5C63;
  font-size: 16px;
  font-weight: bold;

}

.modal_bottom_title2 button {
  
  background: none;
  border: none;
  color: #42738A;
  position: relative; 
  bottom: 2px;
  float: right;
  
}

.input-tumb {
  
  display: none;

}

.tumb {
  
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
  cursor: pointer;
  border-radius: 1.5em;
  transition: 350ms;
  background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0)), #ddd;
  box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);

}

.tumb::after {
  
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  top: 2.5px;
  left: 3px;
  border-radius: 50%;
  transition: 250ms ease-in-out;
  background: white;

}

.tumb::before {
  
  position: absolute;
  content: '';
  width: 38px;
  height: 18px;
  top: 3px;
  left: 4px;
  border-radius: 0.75em;
  transition: 250ms ease-in-out;
  background-color: #B4C1CA;
  
}

.input-tumb:checked + .tumb::before { 
  
  background-color: #15C51D;

}

.input-tumb:checked + .tumb::after {
  
  left: 24px;
  
}

.tumb2 {
  
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
  cursor: pointer;
  border-radius: 1.5em;
  transition: 350ms;
  background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0)), #ddd;
  box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);

}

.tumb2::after {
  
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  top: 2.5px;
  right: 3px;
  border-radius: 50%;
  transition: 250ms ease-in-out;
  background: white;

}

.tumb2::before {
  
  position: absolute;
  content: '';
  width: 38px;
  height: 18px;
  top: 3px;
  right: 4px;
  border-radius: 0.75em;
  transition: 250ms ease-in-out;
  background-color: #15C51D;
  
}

.input-tumb:checked + .tumb2::before { 
  
  background-color: #B4C1CA;

}

.input-tumb:checked + .tumb2::after {
  
  right: 24px;
  
}

.thumb-optimize {
  
  float: right;
  position: relative;
  bottom: 3px;
  
}

.img {
  
  border-radius: 7px;
  
}

.news-info {
  
  width: 87%;
  display: inline-block;
  vertical-align: top;
  color: #2F3338;
  font-size: 15px;
  padding-left: 23px;
  position: relative;
  box-sizing: border-box;
  
}

.news-info img{
  
  position: absolute;
  left: 1px;
  top: 3px;
  max-width: 16px;
  
}

.news-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 86%;
  height: 100%;
}

.news-menu {
  
  width: 13%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  cursor: pointer;
  
}

.news-menu i{

  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  background-color: #C6E4FF;
  border-radius: 12px;
  color: #2F3338;
  position: relative;
  top: 2px;
  cursor: pointer;
  
}

.news-menu i:hover{

  transition: 0.3s;
  background: linear-gradient(90deg, #277FFF, #81ABE8);
  color: white;
  
}

.news-view {
  
  float: right; 
  position: relative; 
  top: 6px;
  color: #614A77;
  font-weight: bold;
  
}

.form-control-page {
  
  height: 33px;
  border-radius: 14px;
  padding-left: 12px;
  margin-bottom: -15px;
  
}

.form-control-page:focus {
  
  border: 2px #8B4DDB solid;
  background: none;
  color: black;
  transition: 0.3s;

}

.info_site {
  
  background-color: #383C42;
  padding: 4px;
  color: white;
  font-size: 12px;
  
}

.modal_open {
  
  display: none !important;

}

.modal_close {
  
  display: none !important;

}

.modal_phone {
  
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}

.modal {
  
  border-radius: 12px;
  box-sizing: border-box;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  width: 320px;
  min-height: 100px;
  max-height: 450px;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
  overflow: hidden;
  animation-name: modal_close;
  animation-duration: 0.4s;

}

.modal.modal_active {

  animation-name: modal_open;
  animation-duration: 0.4s;

}

.modal_phone.modal_no_active {

  animation-name: modal_show;
  animation-duration: 0.4s;

}

@keyframes modal_open {
  
  from {
    
    top: -50%;
  
  }
  
  to {
    
    top: 50%;
  
  }

}

@keyframes modal_close {
  
  from {
    
    top: 50%;
  
  }
  
  to {
    
    top: -50%;
  
  }

}

@keyframes modal_show {
  
  from {
    
    opacity: 0;
  
  }
  
  to {
    
    opacity: 1;
  
  }

}

.modal_ajax_upload {
  
  color: #3889FF;
  text-align: center;
  height: 160px;
  line-height: 180px;
  
}

.modal_ajax_upload i{
  
  font-size: 45px;
  
}

.modal_title {
  
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #342E38;
  
}

.modal_title span{
  
  float: right;
  color: #3889FF;
  cursor: pointer;
  
}

.modal_title > span > i{
  
  font-size: 23px;
  position: relative;
  
}

.modal_container a{
  
  display: block;
  padding: 12px;
  box-sizing: border-box;
  color: #342E38;
  cursor: pointer;
  
}

.modal_container a:hover{
  
  transition: 0.3s;
  background-color: #F9F2FF;
  
}

.modal_container > div > a > i{
  
  font-size: 18px;
  position: relative;
  top: 1px;
  
}

.menu_news_foot {
  
  position: relative;
  display: block;
  box-sizing: border-box;
  bottom: 0;
  z-index: 10;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
  white-space: nowrap;
  margin-bottom: 12px;
  
}

.btn-news {
  
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  color: white;
  height: 45px;
  background-color: #3889FF;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  
}

.btn-news i{
  
  position: absolute;
  left: 10px;
  top: 10px;
  
}

.btn-news span{
  
  position: absolute;
  display: inline-block;
  font-size: 12px;
  left: 48px;
  height: 45px;
  padding-top: 9px;
  box-sizing: border-box;
  width: 120px;
  white-space: normal;
  
  
}

.copy_text {
  
  display: block;
  margin: 10px;
  padding: 10px;
  border-radius: 15px;
  background-color: #EFEFEF;
  text-align: center;
  cursor: pointer;
    
}

.add_news_button {
  
  padding: 14px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 11px;
  cursor: pointer;
  color: white;
  background: linear-gradient(90deg, #277FFF, #81ABE8);
  
}

.btn-up {

  position: fixed;
  background: linear-gradient(90deg, #277FFF, #81ABE8);
  right: 10px;
  bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;

}

.btn-up::before {
 
  content: "";
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");

}

.btn-up_hide {
  
  display: none;

}

@media (hover: hover) and (pointer: fine) {
  
  .btn-up:hover {
    
    background-color: #512da8;
  
  }

}

.foot {
  
  background-color: #2F2D33;
  margin-bottom: -15px;
  margin-top: -2px;
  
}

.foot_info {
  
  padding: 14px;
  box-sizing: border-box;
  font-size: 11px;
  letter-spacing: 1px;
  color: #A8A9B9;
  
}

.foot_info a{

  color: white;
  
}

.foot_info a:hover{

  text-decoration: underline;
  
}

.foot_banners {
  
  padding: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
  
}

.mcount {
  
  padding: 0px 0.5em;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  border-radius: 12px;
  color: black;
  background-color: #BBBBD4;
  font-size: 12px;
  float: right;
  position: relative;
  top: 15px;
  
}

.metka {
  
  display: inline-block;
  color: white;
  padding: 0px 0.5em;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  background-color: #FF337F;
  border-radius: 10px;
  
}

.search-proccess {
  
  padding: 45px;
  text-align: center;
  
}

.search-proccess i{
  
  font-size: 65px;
  color: #3E8DFF;
  
}

.modal-container2 {

  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: none;
  background-color: white;
  height: 340px;
  max-height: 340px;
  min-height: 340px;

}

.modal-container2::-webkit-scrollbar { width: 6px; }
.modal-container2::-webkit-scrollbar-button {  display: none; }
.modal-container2::-webkit-scrollbar-track {  background-color: #3E8DFF; }
.modal-container2::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.modal-container2::-webkit-scrollbar-thumb { height: 50px; background-color: #3E8DFF; }
.modal-container2::-webkit-scrollbar-corner { background-color: #3E8DFF; }
.modal-container2::-webkit-resizer { background-color: #3E8DFF; }
.modal-container2::scrollbar { width: 6px; }
.modal-container2::scrollbar-button {  display: none; }
.modal-container2::scrollbar-track {  background-color: #3E8DFF; }
.modal-container2::scrollbar-track-piece { background-color: #ffffff; }
.modal-container2::scrollbar-thumb { height: 50px; background-color: #3E8DFF; }
.modal-container2::scrollbar-corner { background-color: #3E8DFF; }
.modal-container2::resizer { background-color: #3E8DFF; }

.hover {}

.hover:hover {
  
  background-color: #EBF3FF;
  transition: 0.3s;
  
}

.search-form {
    
    padding: 12px;
    box-sizing: border-box;
    border-radius: 18px;
    background-color: #F0F1F3;
    margin: 9px;
    display: block;
    width: 94%;
    border: none;
    outline: none;
    
  }

.search-main-optimize {
  
  position: relative;
  margin-top: 13px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  
}
  
.search-main {
  
  background-color: #ECF0F1;
  color: #5D6B6F;
  border-radius: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 48px;
  border: none;
  box-sizing: border-box;
  display: block;
  outline: none;
  width: 100%;
  
}

.search-main-button {
  
  background: none;
  border: none;
  color: #5D6B6F;
  position: absolute;
  right: 12px;
  top: 8px;
  outline: none;
  
}

a {
  
  color: #3889FF;
  
}

.panel-top-search::placeholder {
  
  color: #EAF2FF; 

}

.count {
  
  background-color: #2C90FF;
  color: white;
  padding: 0px 0.7em;
  height: 20px;
  line-height: 20px;
  position: relative;
  left: 5px;
  top: 1px;
  border-radius: 7px;
  
}

.comments {

  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  
}

.comments div{

  margin-right: 51px;
  box-sizing: border-box;
  
}

.comments-textarea {
  
  width: 100%;
  box-sizing: border-box;
  background-color: #E6F0F5;
  border: 2px #E6F0F5 solid;  
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
  padding-right: 72px;
  border-radius: 10px;
  outline: none;
  resize: none;
  font-size: 13px;
  overflow: hidden;
  display: inline-block;
  
}

.comments-textarea:focus {
  
  border: 2px #5DBCEB solid;
  background-color: white;  

}

.comments-textarea::placeholder {
  
  color: #627D89;
  
}

textarea {
  
  font-family: 'Roboto', Tahoma;

}

.comments-button {
  
  background: linear-gradient(90deg, #277FFF, #81ABE8);
  width: 45px;
  height: 41px;
  line-height: 41px;
  border: none;
  color: white;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  outline: none;
  z-index: 1;
  font-size: 15px;

}

.comments-attachments {
  
  width: 43px;
  height: 41px;
  line-height: 41px;
  border: none;
  color: #627D89;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  outline: none;
  text-align: center;
  font-size: 22px;
  z-index: 1;

}

.comments-bb {
  
  width: 35px;
  height: 41px;
  line-height: 41px;
  color: #627D89;
  position: absolute;
  top: 0;
  right: 53px;
  display: inline-block;
  outline: none;
  text-align: center;
  font-size: 17px;
  z-index: 1;

}

.comments-smiles {
  
  width: 35px;
  height: 41px;
  line-height: 41px;
  color: #627D89;
  position: absolute;
  top: 0;
  right: 88px;
  display: inline-block;
  outline: none;
  text-align: center;
  font-size: 23px;
  z-index: 1;

}

.panel-bottom-comments {
  
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  padding: 10px 10px 6px; 10px;
  z-index: 100;
  box-sizing: border-box;
  
}

.comments-list-avatar {
  
  width: 50px; 
  display: inline-block;
  
}

.comments-list-text {
  
  width: 80%; 
  display: inline-block; 
  vertical-align: top;
  
}

.comments-list-text div{
  
  margin-top: 5px;
  margin-bottom: 4px;
  
}

.comments-list-text-optimize {
  
  display: block;
  margin-top: 10px;
  
}

.time {
  
  font-size: 12px;
  color: #92989B;
  
}

.comments-list-menu {
  
  position: absolute;
  right: 0;
  top: 8px;
  padding: 7px 1.5em;
  
}

.comments-list-like {

  position: absolute;
  right: 5px;
  top: 18px;
  font-size: 14px;
  cursor: pointer;
  
}

.comments-list-time {
  
  display: block;
  margin-top: 12px;
  margin-left: 54px;
  position: relative;  
  
}

.comments-list-time a{
  
  margin-right: 12px;
  display: inline-block;
  color: #657D99;
  
}

.comments-list-like-b {
  
  width: 30px;
  text-align: center;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  position: relative;
  z-index: 1;
  
}

.comments-reply-text {
  
  display: inline-block; 
  position: relative; 
  left: 7px;
  width: 70%;
  
}

.comments-reply-optimize {
  
  margin-left: 48px; 
  margin-top: 5px; 
  padding: 7px;
  
}

.comments-reply-ot {
  
  position: relative; 
  left: -5px;
  color: #58A2DC;
  
}

.comments-reply-avatar {
  
  display: inline-block; 
  width: 32px; 
  vertical-align: top;
  
}

.img {
  
  border-radius: 4px;
  margin: 2px;
  border: 1px #E9F0F4 solid;
  
}

.smiles-show {
  
  background-color: white;
  position: relative;
  height: 270px; 
  margin-top: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  border-bottom: 1px #EAEEF5 solid;

} 

.smiles-show-title {
    
  background-color: #6990DC;  
  height: 50px;
  overflow: hidden;
  position: relative;
    
}
  
.smiles-show-title-ob {

  width: 50px;
  height: 50px; 
  display: inline-block;
  color: rgba(255,255,255,0.9);
  position: relative;
    
}
  
.smiles-show-title-ob:hover {

  background: rgba(200,200,200,0.5);   
    
}
  
.smiles-show-title-ob i{

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
    
}
  
.smiles-show-title-ob img{

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 32px;
    
}
  
.ssop {
    
  position: absolute;
  background: rgba(50,50,50,0.15);
  color: white;
    
}
  
.smiles-show-title-ob-op::-webkit-scrollbar { height: 0px; width: 0px; }
.smiles-show-title-ob-op::scrollbar { height: 0px; width: 0px; }
  
.smiles-show-title-ob-op {
    
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-right: 100px;
  margin-left: 50px;
  position: relative;
    
}
  
.smiles_info {
    
  background-color: #EEF4FB;
  padding: 12px;
  font-weight: bold;
    
}
  
.smile {
   
  margin: 5px;
  vertical-align: top;
  display: inline-block;
    
}
  
.smile img{

  max-width: 65px;
    
}
  
.smiles_list {
    
  padding: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 160px;
    
}

.bb-show {
  
  background-color: #F6F8FB;
  position: relative; 
  margin-top: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;  
    
  } 
  
.bb-show-ob {

  width: 50px;
  height: 50px; 
  display: inline-block;
  color: #596674;
  position: relative;
    
  }
  
  .bb-show-ob-op::-webkit-scrollbar { height: 0px; width: 0px; }
  .bb-show-ob-op::scrollbar { height: 0px; width: 0px; }
  
.bb-show-ob-op {
    
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-right: 100px;
  margin-left: 50px;
  position: relative;
    
}
  
.bb-show-ob i{

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
    
}
  
.ssop2 {
    
  position: absolute;
  background: #DFE6EF;
  color: #596674;
    
} 
  
.bb-show-ob:hover {

  background: #DFE6EF;   
    
}

.reply {
  
  margin-bottom: 9px;
  
}
  
.reply-close {
  
  float: right; 
  padding: 5px 0.5em; 
  position: relative; 
  bottom: 6px;
  
}

.list2 {
  
  color: #2F3336;
  
}

.modal_bottom_open {
  
  display: none !important;

}

.modal_bottom_close {
  
  display: none !important;

}

.modal_phone {
  
  background-color: rgba(25, 30, 30, 0.7);
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}

.modal_bottom_title {

  height: 85px;
  overflow-y: auto;
  padding-left: 2px;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
  color: #4E5C63;
  white-space: nowrap;

}

.modal_bottom_title_active {

  color: #53a5e0;

}

.modal_bottom_icons_circle {

  height: 55px;
  width: 55px;
  line-height: 55px;
  background-color: #E9EDEF;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);

}

.modal_bottom_title_text {
  
  position: absolute;
  bottom: 1px;
  font-size: 11px;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);

}

.modal_bottom_icons_optimize {

  height: 80px;
  width: 75px;
  display: inline-block;
  text-align: center;
  position: relative;

}

.modal_bottom {
  
  border-radius: 25px 25px 0 0;
  height: 380px;
  box-sizing: border-box;
  background-color: white;
  position: fixed;
  bottom: 0;
  z-index: 102;
  width: 100vw;
  max-width: 650px;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
  animation-name: modal_bottom_close;
  animation-duration: 0.4s;
  overflow: hidden;

}

.modal_bottom.modal_bottom_active {

  animation-name: modal_bottom_open;
  animation-duration: 0.4s;

}

.modal_phone.modal_bottom_no_active {

  animation-name: modal_show;
  animation-duration: 0.4s;

}

@keyframes modal_bottom_open {
  
  from {
    
    bottom: -280px;
  
  }
  
  to {
    
    bottom: 0;
  
  }

}

@keyframes modal_bottom_close {
  
  from {
    
    bottom: 0;
  
  }
  
  to {
    
    bottom: -280px;
  
  }

}

@keyframes modal_show {
  
  from {
    
    opacity: 0;
  
  }
  
  to {
    
    opacity: 1;
  
  }

}

.upload-container {

  height: 80px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 7px;
  margin-bottom: 7px;
  color: #1f3c44;
  text-align: center;
  box-sizing: border-box;
  outline: none;

}

.upload-container-n {

  border: 2px dashed #E9EDEF;

}

.upload-container-a {

  border: 2px dashed #53a5e0;

}

.upload-container-button {

  font-weight: bold;
  color: #53a5e0;
  padding: 8px 4em;
  background-color: #E9EDEF;
  border-radius: 8px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  top: 9px;
  border: 2px #E9EDEF solid;

}

.upload-container span{

  font-weight: bold;
  font-size: 12px;
  position: relative;
  top: 11px;
  color: #4F595F;

}

.upload-container-button:hover {
  
  background-color: white;
  border: 2px #53a5e0 solid;
  
}

.upload-container input[type=file] {
  
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;

}

.upload-attachments-result {

  overflow-x: auto;
  white-space: nowrap;
  padding: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;

}

.upload-attachments-result::-webkit-scrollbar { height: 6px; }
.upload-attachments-result::-webkit-scrollbar-button {  display: none; }
.upload-attachments-result::-webkit-scrollbar-track {  background-color: #909DA7; }
.upload-attachments-result::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.upload-attachments-result::-webkit-scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.upload-attachments-result::-webkit-scrollbar-corner { background-color: #909DA7; }
.upload-attachments-result::-webkit-resizer { background-color: #909DA7; }
.upload-attachments-result::scrollbar { height: 6px; }
.upload-attachments-result::scrollbar-button {  display: none; }
.upload-attachments-result::scrollbar-track {  background-color: #909DA7; }
.upload-attachments-result::scrollbar-track-piece { background-color: #ffffff; }
.upload-attachments-result::scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.upload-attachments-result::scrollbar-corner { background-color: #909DA7; }
.upload-attachments-result::resizer { background-color: #909DA7; }

.modal-bottom-button {
  
  background-color: white;
  font-weight: bold;
  color: #53a5e0;
  padding: 11px 2.5em;
  background-color: #E9EDEF;
  position: relative;
  top: 18px;
  border-radius: 7px;
  border: none;
  outline: none;

}

.modal-bottom-button-at {
  
  background-color: #26C47A;
  font-weight: bold;
  color: white;
  padding: 11px 2.5em;
  background-color: #3ACD9A;
  position: relative;
  top: 18px;
  border-radius: 7px;
  border: none;
  margin-left: 5px;
  outline: none;

}

.modal-bottom-container {
  
  overflow-x: auto;
  height: 243px;

}

.modal-bottom-container2 {
  
  padding: 5px;
  box-sizing: border-box;

}
  
.modal-bottom-container::-webkit-scrollbar { width: 6px; }
.modal-bottom-container::-webkit-scrollbar-button {  display: none; }
.modal-bottom-container::-webkit-scrollbar-track {  background-color: #909DA7; }
.modal-bottom-container::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.modal-bottom-container::-webkit-scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.modal-bottom-container::-webkit-scrollbar-corner { background-color: #909DA7; }
.modal-bottom-container::-webkit-resizer { background-color: #909DA7; }
.modal-bottom-container::scrollbar { width: 6px; }
.modal-bottom-container::scrollbar-button {  display: none; }
.modal-bottom-container::scrollbar-track {  background-color: #909DA7; }
.modal-bottom-container::scrollbar-track-piece { background-color: #ffffff; }
.modal-bottom-container::scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.modal-bottom-container::scrollbar-corner { background-color: #909DA7; }
.modal-bottom-container::resizer { background-color: #909DA7; }

.attachments-photos-checkbox {
  
  display: none;

}

.attachments-photos-label {
  
  display: inline-block;

}

.attachments-photos-img {
  
  border-radius: 7px;
  display: inline-block;
  box-sizing: border-box;    
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 3px 0px rgba(70,90,90,0.3);

}

.attachments-files-name {
  
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  left: 6px;
  top: 8px;
  
}

.attachments-files-img {
  
  border-radius: 7px;
  display: inline-block;
  box-sizing: border-box;    
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0px 0px 3px 0px rgba(70,90,90,0.3);

}

.checkbox-optimize2 {

  position: relative;

}

.checkbox-optimize {
    
  display: inline-block;
  max-width: 25%;
  position: relative;
  border-right: 4px white solid;
  border-left: 4px white solid;
  border-top: 3px white solid;
  border-bottom: 3px white solid;

}                                  

@media screen and (max-width: 400px) {
  
  .checkbox-optimize {
    
    max-width: 22.55%;
  
  }

} 

.checkbox-op-file {
  
  position: absolute;
  top: 22px;
  left: 21px;
  border: 5px #7DFFC2 solid;
  background-color: #26C47A;
  width: 31px;
  height: 31px;
  line-height: 31px;
  border-radius: 100%;
  text-align: center;
  color: white;
  z-index: 1;
    
}

.checkbox-op-img {
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px #7DFFC2 solid;
  background-color: #26C47A;
  width: 31px;
  height: 31px;
  line-height: 31px;
  border-radius: 100%;
  text-align: center;
  color: white;
    
}

.check-close {
  
  display: none;

}

.bclose {
  
  display: none;

}

.notif-avatar {
  
  width: 65px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  
}

.notif-info {
  
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  color: #44565E;
  font-size: 13px;
  
}

.notif-icon {
  
  width: 21px;
  height: 21px;
  z-index: 1;
  line-height: 21px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  color: white;
  position: absolute;
  top: 29px;
  left: 35px;
  
}

.notif-icon2 {
  
  width: 21px;
  height: 21px;
  z-index: 1;
  line-height: 21px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  color: white;
  position: relative;
  
}

.notif-count {
  
  background-color: #FF4B5E;
  padding: 2px 0.8em;
  color: white;
  display: inline-block;
  font-size: 11px;
  border-radius: 7px;
  margin-top: 7px;
  margin-left: 3px;
  
}

.icons-circle {
  
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: white;
  background-color: #6E7B80;
  display: inline-block;
  text-align: center;
  margin-right: 2px;
  
}

.user-avatar-mini {
  
  width: 52px;
  display: inline-block;
  vertical-align: top;
  
}

.user-login-mini {

  display: inline-block;
  width: 75%;
  vertical-align: top;
  margin-top: 4px;
  
}

.btn-top2 {
  
  color: #D5E8FF;
  display: inline-block;
  padding: 10px 2em;
  position: absolute;
  top: -11px;
  left: 200px;
  font-weight: bold;
  
}

.left {
  
  display: inline-block;
  vertical-align: top;
  width: 350px;
  padding-right: 12px;
  box-sizing: border-box;
  
}

#ajax_load {
  
  display: inline-block;
  vertical-align: top;
  width: 750px;
  
}

.trmp {}

.panel-left-title {
  
  height: 39px;
  line-height: 39px;
  box-sizing: border-box;
  color: black;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #C6E0FF;
  padding: 0px 1.2em;
  
}

.panel-left-menu {
  
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  color: #2B3035;
  font-size: 13px;
  display: block;
  padding: 0px 1.2em;
  
}

.panel-left-menu:hover {
  
  background-color: #C6E0FF;
  transition: 0.3s;
  
}

.panel-left-menu i{
  
  position: relative;
  top: -1px;
  color: #339EFF;
  left: -6px;
  
}

.btn-top2 {
  
  left: 250px;
  
}

.btn-top3 {
  
  /*position: absolute;*/
  display: inline-block;
  height: 29px;
  line-height: 29px;
  padding: 0px 0.8em;
  margin-right: 12px;
  margin-top: 11px;
  border: 2px white solid;
  border-radius: 7px;
  color: white;
  float: right;
  font-size: 13px;
  
}

.panel-left-menu {
  
  position: relative;
  
}

count {
  
  background-color: #4D5E72;
  color: white;
  position: absolute;
  right: 10px;
  top: 15px;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  padding: 0px 0.5em;
  border-radius: 4px;
  
}

.foot_btn {
  
  background-color: #232527;
  height: 52px;
  box-sizing: border-box;
  padding-top: 7px;
  width: 110px;
  display: inline-block;
  vertical-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  
}

.foot_btn span{

  display: block;
  
}

.foot_btn:hover {
  
  background-color: #4B535C;
  transition: 0.3s;
  
}

.list2 {
  
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 0px;
  
}

.stat {
  
  display: inline-block;
  width: 31%;
  vertical-align: top;
  font-size: 20px;
  height: 65px;
  text-align: center;
  
}

.stat span{
  
  display: block;
  vertical-align: top;
  font-size: 50px;
  font-weight: bold;
  
}

@font-face {
  
  font-family: "Dodger2";
  src: url("/style/version/web/foot_info.otf");
  font-weight: normal;
  font-style: normal;

} 

.stat span{
  
  font-family: "Dodger2";
  color: #53B4FF;
  font-size: 32px;
  margin-top: 8px;

}