﻿/*开发人员管理本CSS.*/
/*自定义 begin*/
language-group > [language] {
  display: none;
}

language-group > [language]:first-child {
  display: block;
  color: blue;
}

language-group > language {
  display: none;
}

language-group > language:first-child {
  display: block;
}

.red {
  color: red !important;
}

.hand {
  cursor: pointer !important;
}

.pagination {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.myPagination ul {
  background-color: #f6f6f6;
  padding: 0.8rem 1rem;
}

.box-order-history .myPagination ul {
  min-width: 1240px !important;
}

.myPagination ul li {
  display: inline;
  padding-left: 10px;
}

.myPagination ul .active {
  font-weight: bold;
}

.myPagination ul li span {
}

.myPagination ul select {
  width: 6rem;
  border: none;
  border-bottom: 1px solid #ced4da;
  background-color: white;
  color: #495057;
  margin-left: 10px;
  text-align: left;
}

#preloader,
.preloaderBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: #ECF0F1;*/
  background-color: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
  opacity:0.6;
}

#status {
  /*width: 920px;
    height: 532px;
    
    left: 50%;
    top: 50%;
 margin: -266px 0 0 -460px;

background: url('~/img/loadBig.gif') center no-repeat;
    position: absolute;
   
        */
  margin: auto;
  width: 100%px;
  padding-top: 20%;
  text-align: center;
}

@media (max-width: 1064.98px) {
  .pagination {
    /* width: 100%; */
    min-width: 990px;
  }
}

@media (max-width: 1127.98px) {
  .navbar .nav-item {
    padding-right: 20px;
    min-width: auto;
  }

  .menu-lang-last {
    margin-right: 30px;
  }
}

.hide {
  display: none !important;
}

.hide-ai {
  /*/display: none!important;  */
}

.hide-pricing {
  display: none !important;
}

/*自定义 end*/

.brand-name {
  display: flex;
  align-items: center;
}

.brand-logo {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% center;
}

.form-check-input {
  position: relative;
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #2aae99;
  border-radius: 3px;
  cursor: pointer;
}

.form-check-input::before {
  content: " ";
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 3px;
  position: absolute;
}

.form-check-input:checked::before {
  content: "\2713";
  color: #fff;
  background-color: #2aae99;
  border-color: #2aae99;
  left: -1px;
  top: -1px;
}

.form-check-input:disabled {
  border: 1px solid #ced4da;
  background-color: #e5e6eb;
  cursor: not-allowed;
}

.modal-content {
  border: none;
}

.modal-header.modal-header-primary {
  padding: 0.75rem;
  color: #fff;
  background-color: #2aae99;
}

.modal-header.modal-header-primary .close {
  color: #fff;
  opacity: 1;
}

.modal-footer .btn {
  font-size: 18px;
  font-weight: 500;
}

.btn.btn-success {
  background-color: #2aae99;
  color: #fff;
}

bottom:hover {
  opacity: 0.85;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.col-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding-right: 10px;
}

.col-row label {
  display: flex;
  align-content: center;
  width: 230px;
  margin: 0px;
}

.col-row label .required {
  font-size: 20px;
  color: red;
  margin-right: 5px;
}

.col-row input.form-control {
  padding: 0.475rem 0.475rem;
}

.col-row select.custom-select {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

input.has-error,
select.has-error {
  border-color: #dc354573;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.has-error:focus,
select.has-error:focus {
  border-color: #8435346e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
