﻿.dialog_header
{
	background-color: Navy;
	text-align: center;
	width: 100%;
	height: 30px;
	color: White;
}

.dialog_content
{
	display: none;
	position: absolute;
	border: none;
	background-color: #fff;
	top: 50%;
	left: 37%; 
	overflow: auto;
	z-index: 100010;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

/* ── Titlebar ── */
.dialog_content .modalDivheader,
.dialog_content .Popup-1 {
    background: linear-gradient(90deg, #03b6ae 0%, #02d0c6 100%);
    color: #fff;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 10px 44px 10px 16px;
    min-height: 38px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
}

/* ── Close × button (injected by modalDialog.js as .modalDivClose) ── */
.dialog_content .modalDivClose,
.dialog_content .ui-dialog-titlebar-close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: rgba(255,255,255,0.22);
    border: 1.5px solid rgba(255,255,255,0.65);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.dialog_content .modalDivClose:hover,
.dialog_content .ui-dialog-titlebar-close:hover {
    background: rgba(255,255,255,0.42);
    transform: translateY(-50%) scale(1.12);
}
.dialog_content .modalDivClose .ui-icon,
.dialog_content .ui-dialog-titlebar-close .ui-icon {
    display: none;
}
.dialog_content .modalDivClose::after,
.dialog_content .ui-dialog-titlebar-close::after {
    content: "\00D7";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    text-indent: 0;
    display: block;
}

/* ── Body content area ── */
.dialog_content .form-content {
    padding: 14px 16px;
}

/* ── Section dividers ── */
.dialog_content hr {
    border: none;
    border-top: 1px solid #eaeaea;
    margin: 10px 0 12px;
}

/* ── Labels ── */
.dialog_content .lbl,
.dialog_content label.lbl {
    font-size: 11px;
    font-weight: 600;
    color: #555;
    display: block;
    margin-bottom: 2px;
}

/* ── Address fieldset / legend ── */
.dialog_content fieldset {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 14px;
    background: #fafafa;
}
.dialog_content legend {
    font-size: 12px;
    font-weight: 700;
    color: #03b6ae;
    padding: 0 6px;
}

/* ── Text inputs ── */
.dialog_content input.createbol-txtbox,
.dialog_content .createbol-txtbox {
    height: 26px;
    padding: 3px 8px;
    border: 1px solid #d0d5d5;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 12px;
    color: #333;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.dialog_content input.createbol-txtbox:focus,
.dialog_content .createbol-txtbox:focus {
    border-color: #03b6ae;
    box-shadow: 0 0 0 2px rgba(3,182,174,0.15);
    outline: none;
}

/* ── Buttons base ── */
.dialog_content input[type="submit"],
.dialog_content input[type="button"],
.dialog_content .btn-img,
.dialog_content .blue-butn,
.dialog_content .green-button-white-text {
    height: 30px;
    min-width: 70px;
    padding: 0 18px;
    border-radius: 5px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: none;
    letter-spacing: 0.3px;
}
/* Save / Ok — teal */
.dialog_content .green-button-white-text {
    background: linear-gradient(135deg, #03b6ae, #02cec5);
    color: #fff;
}
.dialog_content .green-button-white-text:hover {
    background: linear-gradient(135deg, #029e97, #02b8b0);
    box-shadow: 0 3px 10px rgba(3,182,174,0.3);
}
/* Cancel / Close — outlined */
.dialog_content input[id*="btnCancel"],
.dialog_content input[id*="btnClose"] {
    background: #fff;
    color: #555;
    border: 1px solid #ccc;
}
.dialog_content input[id*="btnCancel"]:hover,
.dialog_content input[id*="btnClose"]:hover {
    background: #f5f5f5;
    border-color: #aaa;
}

.fullscreen-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 90, 90, 0.5);
  z-index: 9999;
}

.line-height-23 {
 line-height:23px;
}

.bgTransparant
{
	Filter: Alpha(Opacity=30, FinishOpacity=30, Style=1);
	opacity: 0.30;
	-moz-opacity: 0.3;
	background-color: #333333;
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 10010;
    height:0px !important;
}

.bgTransparantFrm
{
	Filter: Alpha(Opacity=0, FinishOpacity=0, Style=1);
	opacity: 0.0;
	-moz-opacity: 0.0;
	background-color: #333333;
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 10010;
}

﻿.dialog_header
{
	background-color: Navy;
	text-align: center;
	width: 100%;
	height: 30px;
	color: White;
}

.dialog_content
{
	display: none;
	position: absolute;
	border: none;
	background-color: #fff;
	top: 50%;
	left: 37%; 
	overflow: auto;
	z-index: 100010;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

/* ── Titlebar ── */
.dialog_content .modalDivheader,
.dialog_content .Popup-1 {
    background: linear-gradient(90deg, #03b6ae 0%, #02d0c6 100%);
    color: #fff;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 10px 44px 10px 16px;
    min-height: 38px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
}

/* ── Close × button (injected by modalDialog.js as .modalDivClose) ── */
.dialog_content .modalDivClose,
.dialog_content .ui-dialog-titlebar-close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: rgba(255,255,255,0.22);
    border: 1.5px solid rgba(255,255,255,0.65);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.dialog_content .modalDivClose:hover,
.dialog_content .ui-dialog-titlebar-close:hover {
    background: rgba(255,255,255,0.42);
    transform: translateY(-50%) scale(1.12);
}
.dialog_content .modalDivClose .ui-icon,
.dialog_content .ui-dialog-titlebar-close .ui-icon {
    display: none;
}
.dialog_content .modalDivClose::after,
.dialog_content .ui-dialog-titlebar-close::after {
    content: "\00D7";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    text-indent: 0;
    display: block;
}

/* ── Body content area ── */
.dialog_content .form-content {
    padding: 14px 16px;
}

/* ── Section dividers ── */
.dialog_content hr {
    border: none;
    border-top: 1px solid #eaeaea;
    margin: 10px 0 12px;
}

/* ── Labels ── */
.dialog_content .lbl,
.dialog_content label.lbl {
    font-size: 11px;
    font-weight: 600;
    color: #555;
    display: block;
    margin-bottom: 2px;
}

/* ── Address fieldset / legend ── */
.dialog_content fieldset {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 14px;
    background: #fafafa;
}
.dialog_content legend {
    font-size: 12px;
    font-weight: 700;
    color: #03b6ae;
    padding: 0 6px;
}

/* ── Text inputs ── */
.dialog_content input.createbol-txtbox,
.dialog_content .createbol-txtbox {
    height: 26px;
    padding: 3px 8px;
    border: 1px solid #d0d5d5;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 12px;
    color: #333;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.dialog_content input.createbol-txtbox:focus,
.dialog_content .createbol-txtbox:focus {
    border-color: #03b6ae;
    box-shadow: 0 0 0 2px rgba(3,182,174,0.15);
    outline: none;
}

/* ── Buttons base ── */
.dialog_content input[type="submit"],
.dialog_content input[type="button"],
.dialog_content .btn-img,
.dialog_content .blue-butn,
.dialog_content .green-button-white-text {
    height: 30px;
    min-width: 70px;
    padding: 0 18px;
    border-radius: 5px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: none;
    letter-spacing: 0.3px;
}
/* Save / Ok — teal */
.dialog_content .green-button-white-text {
    background: linear-gradient(135deg, #03b6ae, #02cec5);
    color: #fff;
}
.dialog_content .green-button-white-text:hover {
    background: linear-gradient(135deg, #029e97, #02b8b0);
    box-shadow: 0 3px 10px rgba(3,182,174,0.3);
}
/* Cancel / Close — outlined */
.dialog_content input[id*="btnCancel"],
.dialog_content input[id*="btnClose"] {
    background: #fff;
    color: #555;
    border: 1px solid #ccc;
}
.dialog_content input[id*="btnCancel"]:hover,
.dialog_content input[id*="btnClose"]:hover {
    background: #f5f5f5;
    border-color: #aaa;
}

.fullscreen-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 90, 90, 0.5);
  z-index: 9999;
}

.line-height-23 {
 line-height:23px;
}

.bgTransparant
{
	Filter: Alpha(Opacity=30, FinishOpacity=30, Style=1);
	opacity: 0.30;
	-moz-opacity: 0.3;
	background-color: #333333;
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 10010;
    height:0px !important;
}

.bgTransparantFrm
{
	Filter: Alpha(Opacity=0, FinishOpacity=0, Style=1);
	opacity: 0.0;
	-moz-opacity: 0.0;
	background-color: #333333;
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 10010;
}

