/* reset css */
.main-bg {
  height: 100vh !important;
  background-color: #ecf0f5;
  padding: 30px 15px 30px 30px;
}
.with-img img {
  width: 100%;
}
.home .home-content {
  background: none;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section.home {
  background: none !important;
}
section {
  background: #ecf0f5 !important;
}
.content-header {
  min-height: 0;
}
.box-btn {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 80px;
  padding-left: 25px;
}
.box-btn2 {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}
i.point {
  font-size: 16px;
  cursor: pointer;
}
.padd {
  padding: 0 50px;
  float: left;
}
/* end */
.login-bg {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #3a4563;
}
.login-bg .login-box {
  position: absolute;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
  top: 50%;
  left: 50%;
  padding: 30px;
}
header {
  height: 60px;
  background: #4a8bc2;
}
header .btn-contrl {
  width: 80px;
  height: 100%;
  background: #427dae;
  text-align: center;
  margin-left: -15px;
  cursor: pointer;
}
header .btn-contrl i {
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}
header .user-box {
  line-height: 60px;
  color: #fff;
}
header .user-box span {
  padding-left: 15px;
}
header .user-box span.logout {
  cursor: pointer;
}
.home {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.home .menu-box {
  position: absolute;
  width: 200px;
  min-height: 500px;
  height: 100%;
  z-index: 99;
  background: #404040;
  padding-top: 1px;
  left: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.menu-box::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.menu-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.menu-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.home .menu-box .sidebar-menu {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.home .menu-box .sidebar-menu li {
  display: block;
  margin: 0 0 1px 0px;
  padding: 0;
  border: 0px;
  line-height: 30px;
  list-style: none;
}
.home .menu-box .sidebar-menu li a {
  color: #fff;
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  width: 200px;
  padding: 5px 15px;
  background: #505050;
  transition-duration: 500ms;
  transition-property: width, background;
  transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -webkit-transition-property: width, background;
  -webkit-transition-timing-function: ease;
}
.home .menu-box .sidebar-menu li a .arrow {
  position: absolute;
  top: 14px;
  right: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.home .menu-box .sidebar-menu li a i {
  margin-right: 5px;
}
.home .menu-box .sidebar-menu li.sub-menu.active > a,
.home .menu-box .sidebar-menu li.sub-menu:hover > a {
  background: #4a8bc2;
}
.home .menu-box .sidebar-menu li.sub-menu.active > a .arrow {
  transform: rotate(90deg);
}
.home .menu-box .sidebar-menu li.sub-menu.active .sub {
  /*height: auto;*/
}
.home .menu-box .sidebar-menu li .sub {
  display: none;
  /*height: 0;*/
  padding: 0;
  overflow: hidden;
}
.home .menu-box .sidebar-menu li .sub li a {
  padding-left: 45px;
  background: none;
  transition-duration: 500ms;
  transition-property: width, background, height;
  transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -webkit-transition-property: width, background, height;
  -webkit-transition-timing-function: ease;
  color: #a0a0a0;
  cursor: pointer;
}
.home .menu-box .sidebar-menu li .sub li.active a,
.home .menu-box .sidebar-menu li .sub li:hover a {
  background: #575757;
}
.home .home-content {
  padding-left: 200px;
  min-height: 600px;
  min-height: 100vh;
}
.index-box {
  padding: 50px;
  background: #ecf0f5;
}
.index-box .pic-box label {
  display: block;
}
.index-box .pic-box label img {
  width: 100%;
  cursor: pointer;
}
.index-box .pic-box input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
section {
  background: #fff;
  min-height: 100vh;
}
.create-account {
  width: 30px;
  height: 30px;
  border: solid 1px #9e9e9e;
  color: #9e9e9e;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}
.sub li a {
  padding-right: 5px !important;
}
.tip {
  color: red;
}
.fr-box.fr-basic.fr-top .fr-wrapper {
  height: 500px;
  overflow: auto;
}
.fr-element table td,
.fr-element table th {
  border: double 1px #ccc;
}
.rich-text-box {
  margin: 20px 0;
  width: 90%;
  height: auto;
  overflow: hidden;
}
.ml-20 {
  margin-left: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.career-list-img {
  width: 100px;
}
.career-img-box {
  width: 60%;
}
.career-img-box img {
  width: 100%;
}
.icon-list-img {
  width: 30px;
}
.icon-img-box {
  width: 60%;
}
.icon-img-box img {
  width: 50px;
}
.box-padding {
  padding-top: 20px;
}
.noImage img {
  height: 200px !important;
  width: 200px !important;
  cursor: pointer;
}
.point {
  cursor: pointer;
}
.btn-box {
  padding-left: 25px;
  padding-bottom: 50px;
}
.btn-box button {
  margin-right: 30px;
}
.REJECTED {
  color: #a94442;
}
.APPROVED {
  color: #00a65a;
}
.box-body table th:last-child {
  min-width: 150px;
}
.pad-left {
  padding-left: 0;
}
.box-position {
  float: right;
}
.box-header {
  padding-bottom: 0 !important;
}
.color1 {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #148bb1;
  border: 1px solid #ddd;
  margin-right: 50px;
  margin-left: 15px;
}
.color2 {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #ddd;
  margin-left: 10px;
}
.radio1 input {
  vertical-align: top;
  margin-top: 8px;
}
.hotspot {
  width: 300px;
  cursor: pointer;
}
.hotspot img {
  width: 300px;
}
.hotspot2 {
  width: 960px;
}
.hotspot2 img {
  width: 960px;
}
.hotspot3 {
  width: 100px;
}
.hotspot3 img {
  width: 100px;
}
.errors {
  color: #a94442;
  margin: 5px 0;
}
.ng-valid[required],
.ng-valid.required {
  border-left: 3px solid #42a948;
  /* green */
}
.ng-invalid:not(form) {
  border-left: 3px solid #a94442;
  /* red */
}
my-date-picker,
fieldset,
.form-group {
  border-left: none !important;
}
.popup {
  width: 200px;
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 999;
}
.popup .box-color {
  border-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.popup .myicon {
  position: absolute;
  top: -5px;
  left: 92px;
  color: #fff;
  z-index: 999;
}
.popup .roles {
  border-top: 1px solid #f4f4f4;
}
.popup .roles ul {
  padding-left: 38px;
}
.popup .roles span {
  padding-left: 15px;
  color: #888888;
}
.popup .roles span i {
  margin-right: 5px;
  color: #4a8bc2;
}
.popup ul {
  padding-left: 15px;
}
.popup ul li {
  line-height: 30px;
  list-style: none;
}
.popup ul li i {
  margin-right: 5px;
  color: #4a8bc2;
}
.nameBtn {
  cursor: default;
  padding-bottom: 21px;
  margin-top: 21px;
}
.index_bg {
  background: url("../images/welcome.png") no-repeat center center #ecf0f5;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  overflow-y: hidden !important;
  height: 100%;
}
.wrapper::-webkit-scrollbar {
  width: 4px;
  height: 20px;
  background-color: #f5f5f5;
}
.wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c3c3c3;
}
.myRadio {
  position: relative;
}
.myRadio label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}
.myRadio input {
  position: absolute;
  left: -9999px;
}
.myRadio input:checked + i {
  background-position: -140px 0;
}
.myRadio i {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  outline: 0;
  background: url("../images/blue.png") no-repeat;
  background-position: -100px 0px;
}
.myRadio i.ck {
  top: 5px;
}
.myCheckbox {
  position: relative;
}
.myCheckbox label {
  position: relative;
  padding-left: 25px;
}
.myCheckbox input {
  position: absolute;
  left: -9999px;
}
.myCheckbox input:checked + i {
  background-position: -40px 0;
}
.myCheckbox i {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  outline: 0;
  background: url("../images/blue.png") no-repeat;
  background-position: 0px 0px;
}
.myWrapper tr {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.gu-mirror td {
  padding: 0 20px;
}
.selected-list .c-btn {
  box-shadow: none !important;
  padding: 6px 12px !important;
  color: #555 !important;
}

.selected-list .c-angle-down,
.selected-list .c-angle-up {
  width: 8px !important;
  height: 8px !important;
  right: 5px !important;
  top: 30% !important;
  font-weight: bold;
}

.selected-list .c-angle-down svg path,
.selected-list .c-angle-up svg path {
  stroke-width: 50 !important;
  stroke: #333 !important;
}
.Digital_secretary_task {
  margin-top: 15px;
}
.Digital_secretary_task div {
  width: 24%;
  margin-right: 2%;
  display: inline-block;
}
.Digital_secretary_task span {
  margin-right: 2%;
  display: inline-block;
}

.form-group-flex{
  display: flex;
}
.form-group-flex div{
  margin-right: 20px;
}