.text-secondary {
   color: #3b3b3b !important;
}
.text-danger {
   color: #9b0505 !important;
}

.dialog-grid {
   /*background-color: rgba(0,0,0, 0.20);*/
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0%;
   left: 0%;
   z-index: 9999;
   padding: 20px 10px;
}

.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;
   margin: 0 auto;
   background-color: rgb(255, 255, 255);
   box-shadow: 0 0 1em #233141;
}

.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;
   padding: 10px 0px;
   color: #d8d8d8;
}

.dialog-grid .content .dialog-body {
   padding: 0px 0px;
}

.dialog-grid .dialog-footer {
   width: 100%;
   padding: 13px 15px;
   font-size: 13px;
   border-top: 1px solid #dcdcdc;
}

.dialog-tabs {
   width: 100%;
}

.dialog-tabs .tabs-header {
   background-color: #233141;
   padding: 10px 0px 10px 0px;
   position: relative;
   width: 100%;
   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;
}

.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%;
   }
}
