.panel-child {
    border-top: 3px solid #bea380;
    border-bottom: 3px solid #bea380;
    background-color: #ffffff; 
    width: 98%; 
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    padding: 5px 30px 50px 30px;
    border-radius: 2px;
    box-shadow: 0px 5px 15px 3px #d9d9d9;
    margin-left: 15px;
}

.readonly .form-control {
    background-color: transparent;
    box-shadow: none;
    cursor: default;
    border: 1px solid #ececeb;
}

.readonly .input-group-addon {
    border: 1px solid #ececeb;
}

.readonly .required {
    display: none;
}

.notfound .notfound-404 {
    top: 25% !important;
}

.notfound .notfound-404 h1 {
    text-wrap: nowrap !important;
}
.ds-me > li, .ds-me > li > a {
    color: #3f3f46 !important;
    padding: 5px 12px !important;
    width: 100%;
}

#sidebar ul ul a.active {
  background-color: #fc9213 !important;
  color: #f4f4f4 !important;
  font-weight: 600;
  border-radius: 10px;
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  /* transition: opacity 1s, height 0 1s; */
  visibility: hidden;
  /* display: none; */
  opacity: 0;
  z-index: 9999;
  overflow: hidden;
  height: 0;
}
.overlay:target {
  visibility: visible;
  /* display : block; */
  opacity: 1;
  height: auto;
  overflow: auto;
}

.popup {
  margin: 70px auto;
  padding: 0px;
  background: #fff;
  min-width: 20%;
  max-width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 99999;
  border-radius: 6px;
}

.popup-lg {
  max-width: 90%;
}

.popup .header-red {
    min-height: 25px;
    padding: 10px 20px !important;
    color: white !important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #587b4e;
    border-bottom: 2px solid #f0ad4e;
    -webkit-box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.61);
    box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.61);
}

.popup .header-green {
    background-color: #b71c1c;
    min-height: 30px;
    padding: 10px 20px !important;
    color: white !important;
}

.popup .content {
    padding: 20px;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  filter: none;
  text-shadow: none;
  background-color: transparent !important;
}
.popup .close:hover {
  color: #fbb731;
  opacity: 1;
  filter: none;
  text-shadow: none;
}
