.current-active {
  border-bottom: 2px solid #26ae61;
}
.label-search {
  border: 0px solid red;
  padding: 10px 0 5px 0;
  cursor: pointer;
}

.want-to div {
  margin: 0 0 15px 0;
}

.applications-content h3 {
  margin-top: 0px;
}

.applications-content h3 a:link,
.applications-content h3 a:visited {
  color: black;
}

.applications-content h3 a:hover {
  color: #666;
}

.input-hidden {
  display: none;
}

.applications-content .thums img {
  width: 100px;
}

.file-size {
  font-size: 12px;
}

.cancel-filter {
  cursor: pointer;
}

.cursor-hand i {
}

.font-danger {
  color: #f00 !important;
}

.font-success {
  color: seagreen !important;
}

.card-balloon {
  border: 0px solid red;
  border-radius: 20px;
  background: #f2f7fb;
  margin: 0px 5px 5px 5px;
}

.card-balloon-white {
  border: 0px solid red;
  border-radius: 20px;
  background: #fff;
  margin: 0px 5px 5px 5px;
}

.active a {
  /*background: #BFBFBF !important;*/
}

.img-thumb2 {
  width: 110px !important;
  height: 110px !important;
  margin: 3px;
  border: 1px solid #999;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.font-only-owner {
  font-size: 11px;
  color: #333;
}

.padding-category {
  padding-bottom: 10px;
}

.group-custom-1 {
  background: #e9ecef;
  border-radius: 10px;
  padding: 15px 0px;
}

.fixed-display {
  display: inline !important;
}

.size-24x24 {
  width: 24px;
  height: 24px;
}

.size-16x16 {
  width: 16px;
  height: 16px;
}

.default-image {
}

.nav-link2 {
  padding-left: 6px;
  padding-right: 6px;
  color: #000;
  background: #f2f7fb;
  font-size: 13px;
  border-top: 1px solid #aaa !important;
  border-left: 1px solid #aaa !important;
  border-right: 1px solid #aaa !important;
}
.nav-link2:hover {
  color: #000;
}

.tab-content2 {
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  padding: 0px 10px 10px 10px;
  background: #f2f7fb;
}

.fixed-pd-tab {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0px;
}

.width16px {
  width: 16px;
  height: 16px;
}

.button-more a {
  padding: 4px 17px;
  font-size: 12px;
}

.page-title {
  font-size: 14px;
  color: #000;
  padding: 15px 10px;
}

.file-detail {
  border: 2px solid #ccc;
  padding: 15px;
}

.label-page {
  background: #eee;
  color: #000;
  margin: 15px 0 15px 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.text-blue {
  color: #425da9;
}

.border-gray {
  border-top: 2px solid #eee;
  margin: 0px 15px;
  height: 50px;
}

.remark-wrap {
}

.remark {
  color: #f00;
  font-weight: bold;
  text-decoration: underline;
}

#or-text {
  font-size: 20px;
  margin-top: 71px;
  border-bottom: 3px solid #eee;
  height: 17px;
  z-index: 99;
  margin-bottom: 70px;
}

#or-text span {
  background: #fff;
  z-index: 100;
  color: #000;
}

.boder-2 {
  border: 3px solid #4266b2 !important;
}

.boder-3 {
  border: 3px solid #26ae61 !important;
}

.useronline-thumb {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
}

.padding-1 {
  padding-bottom: 20px;
}

.time-edit {
  text-align: right;
  font-style: italic;
  font-size: 11px;
  padding-top: 15px;
}

#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
}

#text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: xx-large;
  text-shadow: 2px 2px 4px #000000;
  color: aliceblue;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); 
}
