.user_pop_app_list {
  position: absolute;
  z-index: 9;
  background: rgb(255, 255, 255);
  top: 48px;
  border-top: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238);
  width: 100%;
  margin-left: -10px;
  padding-left: 10px;
}

.user_pop_app_list .row {
  width: 175px;
}

.o_line {
  border-bottom: 1px solid #d8dadd;
}

.o_sidebar {
  background: #FFF !important;
}

.o_main {
  background: #f9fafb !important;
}

.o_left_active_bg {
  background: #e6f2f3;
}

.o_card {
  position: relative;
  max-width: 150px;
  border: 1px solid #eee;
}

.o_card .o-img {
  min-height: 95px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.layui-layer {
  border-radius: 0 !important;
}

.red {
  color: red;
}

.green {
  color: green;
}

.red_has {
  color: #714b67;
}

.pointer,
.hand {
  cursor: pointer;
}

li {
  list-style: none;
}

@media (min-width: 992px) {
  .container_small {
    width: 500px;
    margin: auto;
  }

  .menux .open_menu {
    position: fixed !important;
    left: 0 !important;
    width: 100% !important;
    top: 60px !important;
    z-index: 99;
    background-color: #FFFFFF !important;
  }

  .menux .dropdown-toggle::after {
    content: "" !important;
  }

  .menux .dropdown .show::after {
    color: #714b67 !important;
  }

  .header_line {
    box-shadow: 0 1px 0 #F3F4F6;
    border: 0 !important;
    border-radius: 0 !important;
  }



}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

.el-button--primary {
  font-weight: bold;

}
/*
.el-button--warning:hover,
.el-button--warning:focus {
  background-color: #017e84 !important; 
  border-color: #017e84 !important; 

}*/

.el-button--primary:hover,
.el-button--primary:focus {
  background-color: #604058 !important; 

}

.btn-light,
.btn-light:hover,
.btn-light:focus {
  background-color: #F3F4F6;
  color: #714b67;
  font-weight: bold;
  border: 0;
}

.btn-light:hover {
  border: 0;
  background-color: #e6e9ed;
}


.pop_dark {
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 9;
  top: 62px;
}

.menux .dropdown {
  padding-right: 18px !important;
}

.menux .dropdown a::before,
.menux .dropdown a::after {
  content: "";
  display: block;
  margin: 0;
  position: absolute;
  top: 47%;
  left: auto;
  bottom: auto;
  right: 0;
  transform-origin: 50% 50%;
  transition: all 300ms ease 0s;
  width: 10px;
  height: 2px;
  border: none;
  background-color: #111827;
}

.menux .dropdown a::before,
.menux .dropdown a::after {
  background-color: #374151;
  box-shadow: 0 1px 1px rgba(55, 65, 81, 0.1);
}

.menux .dropdown .show::before,
.menux .dropdown .show::after {
  background-color: #714b67 !important;
  right: 3px !important;
}


.menux .dropdown a::before {
  transform: rotate(45deg);
  right: 6px;
}

.menux .dropdown a::after {
  transform: rotate(-45deg);
}

.menux .dropdown .show::before {
  transform: rotate(-45deg) !important;
}

.menux .dropdown .show::after {
  transform: rotate(45deg) !important;
}

.header_active {
  background: #FFF !important;
  border-bottom: 1px solid #eee;
}

.logo {
  text-align: center;
}

.logo img {
  height: 70px;
}

a {
  color: #017e84;
  text-decoration: none;
}

.el-button--primary,
.el-button--primary:hover,
.layui-layer-btn .layui-layer-btn0,
.layui-layer-btn .layui-layer-btn0:hover {
  color: #FFFFFF !important;
  background-color: #714b67 !important;
  border-color: #714b67 !important;
}

.mt-2 {
  margin-top: 0.5rem;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  display: flex;
  justify-content: flex-end;
}

small,
.small {
  font-size: 0.875em;
}

#login {
  max-width: 350px;
  margin: auto;
  margin-top: 60px;
  padding: 30px 30px 30px 30px;
}

.justify-content-center {
  justify-content: center;
}

.flex {
  display: flex;
}

.el-form--label-top .el-form-item__label {
  padding: 0 0 0px;
}

.el-form-item {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.card,
.well,
.panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 0 solid #D8DADD;
  border-radius: 0.625rem;
}

.text-center {
  text-align: center !important;
}

.alert-info {
  color: #0e616e;
  background-color: #d1ecf1;
  border-color: #b9e3ea;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.625rem;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 1376px;
}

.el-header {
  background-color: #B3C0D1;
  color: #333;
  line-height: 60px;
}

.el-aside {
  color: #333;
}

.el-pagination {
  padding-left: 0 !important;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  margin-left: 0px;
}

#main {
  margin: 20px;
  margin-bottom: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  width: 6px;
  background: rgba(#101F1C, 0.1);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(144,147,153,.5);
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  transition: background-color .3s;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  backgrounlor: rgba(144,147,153,.3);
}

.el-input__inner::placeholder {
    font-size: 12px;
}


