.text-secondary {
  color: #3b3b3b !important;
}
.text-danger {
  color: #9b0505 !important;
}

.dialog-grid {
  /* position: fixed;
  padding: 20px 10px;
  background-color: rgb(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  overflow: hidden !important;
  z-index: 9999999999999 */
}

.dialog-grid .content p,
.dialog-grid .content h3,
.dialog-grid .content h4,
.dialog-grid .content article,
.dialog-grid .contentspan,
.dialog-grid .content label,
.dialog-grid .contenta {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.dialog-grid .content p,
.dialog-grid .content article,
.dialog-grid .content span,
.dialog-grid .content label,
.dialog-grid .content a {
  font-size: 14px;
}

.dialog-grid .content .close span {
  font-size: 30px;
}

.dialog-grid .content {
  /*  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 5px #686868;
  margin: 0 auto; */
}

.dialog-grid .content.radius {
  border-radius: 20px;
}

.dialog-grid .content.ht100 {
  height: 100%;
}

.dialog-grid .content.ht100 .dialog-footer {
  position: absolute;
  bottom: 0px;
}

.dialog-grid .content.toRight {
  float: right;
  margin-right: 0%;
}
.dialog-grid .content.toLeft {
  float: left;
  margin-left: 0%;
}

.dialog-grid .content .dialog-header {
  position: relative;
  /* background-color: #233141; */
  color: #d8d8d8;
  min-height: 5rem;
}

.content .dialog-header .first-header {
  padding: 10px 0;
}

.content .dialog-header .first-header .hide-dialog {
  font-size: 18px !important;
  color: #fff !important;
  float: right;
}

.dialog-grid .content .dialog-header .title {
  font-size: 15px;
  text-transform: none !important;
  color: #fff;
}

.dialog-grid .content .dialog-body {
  position: relative;
  padding: 0px 0px;
  margin-top: -1.5rem;
  z-index: 100;
}

.dialog-grid .dialog-footer {
  width: 100%;
  padding: 13px 15px;
  font-size: 13px;
  border-top: 1px solid #dcdcdc;
}

.dialog-tabs {
  width: 100%;
}

.dialog-tabs .tabs-content {
  position: relative;
  z-index: 99999;
}

.dialog-tabs .tabs-header {
  position: relative;
  width: 100%;
  height: 2.5rem;
  z-index: 999;
  /*border-bottom: 1px solid #dcdcdc;*/
}

.dialog-tabs .tabs-header ul {
  position: relative;
}

.dialog-tabs .tabs-header ul li {
  display: inline;
}

.dialog-tabs .tabs-header a {
  color: #233141;
  padding: 10px 15px 12px 15px;
  border-radius: 4px 4px 0 0;
  border-color: transparent !important;
}

.dialog-tabs .tabs-header .btn-group {
  margin-top: -7px !important;
  float: right !important;
}

.dialog-tabs .tabs-header.nav-white a {
  color: #fff;
}

.dialog-tabs a:first-child {
  margin-left: 15px;
}

.dialog-tabs li a:hover {
  border-color: transparent;
}

.dialog-tabs a.active {
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid #fff !important;
  background-color: #fff;
  color: #233141 !important;
}

.dialog-tabs .tabs-body {
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
  display: none;
}

.dialog-tabs .tabs-body.active {
  display: block;
}

.dropdown-menu {
  z-index: 9999999;
}

.dialog-grid .dialog-sm {
  width: 45%;
}

.dialog-grid .short {
  width: 28%;
}

.dialog-grid .dialog-lg {
  width: 65%;
}

.dialog-grid .dialog-lg-full {
  width: 85%;
}

/* === Responsive === */
/*===================== MAX-WIDTH: 1200px =========================  */
@media only screen and (max-width: 1200px) {
  .dialog-grid .dialog-sm {
    width: 55%;
  }
  .dialog-grid .short {
    width: 30%;
  }
}

/*===================== MIN-WIDTH: 600px MAX-WIDTH: 991px =========================  */
@media only screen and (min-width: 600px) and (max-width: 991px) {
  .dialog-grid .dialog-sm {
    width: 65%;
  }
  .dialog-grid .short {
    width: 30%;
  }
}

/*================= 3.0 MIN WIDTH 768PX AND MAX WIDTH 991PX ==================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dialog-grid .dialog-sm {
    width: 65%;
  }
  .dialog-grid .short {
    width: 35%;
  }
}

/*===================== MAX-WIDTH: 991px =========================  */
@media only screen and (max-width: 991px) {
  .dialog-grid .short {
    width: 45%;
  }
}

/*===================== MAX-WIDTH: 767PX =========================  */
@media only screen and (max-width: 767px) {
  .dialog-grid .short {
    width: 50%;
  }
}

/*==================== MAX-WIDTH: 600PX ===============================*/
@media only screen and (max-width: 600px) {
  .dialog-grid .dialog-sm {
    width: 80%;
  }
}

/*==================== MAX-WIDTH: 480PX ===============================*/
@media only screen and (max-width: 480px) {
  .dialog-grid .dialog-sm {
    width: 100%;
  }
}

/*===================== MAX-WIDTH: 415px =========================  */
@media only screen and (max-width: 415px) {
  .dialog-grid .short {
    width: 80%;
  }
}

/*==================== MAX-WIDTH: 391px ===============================*/
@media only screen and (max-width: 391px) {
  .dialog-grid .short {
    width: 100%;
  }
}

/*==================== MAX-WIDTH: 360px ===============================*/
@media only screen and (max-width: 360px) {
  .dialog-grid .short {
    width: 100%;
  }
}
