/* Minification failed. Returning unminified contents.
(1232,1): run-time error CSS1019: Unexpected token, found '}'
 */
html
{
	/*background-color: #e2e2e2;*/
	margin: 0;
	padding: 0;
}

body
{
	/*background-color: #EDEDED;*/
	background: url('../Images/bg.png') no-repeat scroll center top / 100% auto transparent;
	color: #333;
	font-size: .85em;
	font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

a
{
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

a:link, a:visited, a:active, a:hover
{
	color: #333;
}

header, footer, hgroup, nav, section
{
	display: block;
}

mark {
	background-color: #eeeeee;
	padding-left: 5px;
	padding-right: 5px;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear-fix:after
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6
{
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.75em;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active
{
	padding: 0;
	text-decoration: none;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
	margin: 0 auto;
	max-width: 1024px;
	padding-top: 0vw !important;
}
.content-wrapper-top {
	margin: 0 auto;
	max-width: 1024px;
	padding-top: 100px !important;
	padding-bottom: 1vw !important;
}
.content-wrapper-header {
	margin: 0 auto;
	max-width: 1024px;
	padding-top: 1vw !important;
	height: 30px;
}
.content-wrapper-header-login {
	margin: 0 auto;
	max-width: 1024px;
	padding-top: 0px !important;
	height: 0px;
}

.content-wrapper-footer {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0px !important;
	height: 0px;
}

.content-wrapper1-top {
	margin: 0 auto;
	width: clamp(150px, 25vw, 1024px); /*se scalează între 150px și 800px în funcție de lățimea ecranului */
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}


/* logo responsive */
#logoIliantech .site-title1 a {
	display: block;
	width: 100%;
	aspect-ratio: 712 / 220; /* păstrează proporția exactă a imaginii */
	background: url('../Images/smslogo.png') no-repeat center center;
	background-size: contain;
	text-decoration: none;
}


/* responsive fine-tuning */
@media (max-width: 600px) {
	#logoIliantech .site-title1 a {
		width: 80%;
		max-width: 300px;
	}
}


#body {
	min-height: 100vh; /* ocupă întreaga înălțime a ferestrei */
	display: flex;
	flex-direction: column;
	justify-content: flex-start; /* conținutul rămâne sus */
	align-items: center;
	padding-top: 0vh !important; /* spațiu mic sus */
	padding-bottom: 0vh !important;
	box-sizing: border-box;
}

#body .main-content {
	width: 90%;
	max-width: 1024px;
	border-radius: 11px;
	padding: 0vw !important;
	box-sizing: border-box;
}

@media (max-width: 600px) {
	#body {
		padding-top: 1vh;
	}

	.input-container {
		width: 95%;
	}

	.legal-text {
		font-size: 0.8rem;
	}
}

.menuULWrapperLogin {
	height: auto; /* înlocuiește 3%, ca să nu taie conținutul */
	width: 90%; /* la fel ca div-ul de mai sus */
	margin: 2vh auto; /* centrează și adaugă spațiu sus-jos */
	border-radius: 8px;
	position: relative; /* înlocuiește absolute — se aliniază natural */
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Segoe UI', sans-serif;
}

.menuULWrapper {
	height: 3%;
	width: 1024px;
	/*background-color: #6db3eb;*/
	background-color: #000;
	border-radius: 8px;
	position: absolute;
	z-index: 1;
}

.featured + .main-contentS
{
	background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
	padding-top: 2vh;
}

footer
{
	clear: both; /*background-color: #e2e2e2;*/
	font-size: .8em;
	height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title
{
	color: #c8c8c8;
	font-family: Rockwell, Consolas, "Courier New" , Courier, monospace;
	font-size: 2.3em;
	margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active
{
	background: none;
	color: #c8c8c8;
	outline: none;
	text-decoration: none;
	margin-top: -20px;
}


/* login
----------------------------------------------------------*/
#login {
	display: block;
	font-size: 1em;
	text-align: right;
	float: right;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 8px;
	margin-top: -10px;
	padding: 8px;
}

	#login a {
		/*color: #0082C4;*/
		color: #ffffff;
		cursor: pointer;
		text-decoration: none; /*padding: 2px 3px;*/
		text-decoration: none;
	}

#login a.username
{
	background: none;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#login ul
{
	margin: 0;
}

#login li
{
	display: inline;
	list-style: none;
}


/* menu
----------------------------------------------------------*/
ul#menu
{
	font-size: 1.largerem;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 10px;
	text-align: left;
	/*border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;*/
	width: 1024px;
	/*background-color: #6db3eb;*/
}

ul#menu li
{
	display: inline;
	list-style: none;
	padding-left: 15px;
}

ul#menu li a
{
	background: transparent;
	color: #000;
	text-decoration: none;
}

	ul#menu li a:hover {
		/*color: #0E4287;*/
		color: #ea0624;
		text-decoration: none;
	}


/* page elements
----------------------------------------------------------*/
/* featured */
.featured
{
	background-color: #EDEDED;
}

	.featured .content-wrapper {
		background-color: #000000;
		background-image: -ms-linear-gradient(left, #444444 0%, #000000 100%);
		background-image: -o-linear-gradient(left, #444444 0%, #000000 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #444444), color-stop(1, #000000));
		background-image: -webkit-linear-gradient(left, #444444 0%, #000000 100%);
		background-image: linear-gradient(left, #444444 0%, #000000 100%);
		color: #444444;
		padding: 20px 40px 30px 40px;
	}

.featured hgroup.title h1, .featured hgroup.title h2
{
	color: #fff;
}

.featured p
{
	font-size: 1.1em;
}

/* page titles */
hgroup.title
{
	margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2
{
	display: inline;
}
.content-wrapper.main-content.clear-fix hgroup h1
{
	width: 55%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 50px;
}
.content-wrapper.main-content.clear-fix hgroup
{
	width: 100%;
	float: left;
}
/*fieldset ol li label
{
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}*/
hgroup.title h2
{
	font-weight: normal;
	margin-left: 3px;
}

/* features */
section.feature
{
	width: 300px;
	float: left;
	padding: 10px;
}

/* ordered list */

ul.custom-bullet {
	list-style-type: none;
	padding-left: 0;
}

ul.custom-bullet li::before {
	content: "■";
	color: #58ca61;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

ol.round
{
	list-style-type: none;
	padding-left: 0;
}

ol.round li
{
	margin: 25px 0;
	padding-left: 45px;
}

ol.round li.zero {
	background: url("../Images/bullet.png") no-repeat;
}

ol.round li.one
{
	background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two
{
	background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three
{
	background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four
{
	background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five
{
	background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six
{
	background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven
{
	background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight
{
	background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine
{
	background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article
{
	float: left;
	width: 70%;
}

aside
{
	float: right;
	width: 25%;
}

aside ul
{
	list-style: none;
	padding: 0;
}

aside ul li
{
	background: url("../Images/bullet.png") no-repeat 0 50%;
	padding: 2px 0 2px 20px;
}

.label
{
	font-weight: 700;
}

/* login page */
#loginForm
{
	/*border-right: solid 2px #c8c8c8;*/
	float: left;
	width: 55%;
}

#loginForm .validation-error
{
	display: block;
	margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
	margin: 0;
	padding: 0;
}

#loginForm .validation-summary-errors li {
	display: block; /* în loc de inline */
	list-style: none;
	margin: 5px 0; /* puțin spațiu între ele */
}

#loginForm input
{
	width: 250px;
}

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button
{
	width: auto;
}

#btnLogin {
	padding: clamp(0.5rem, 1vw, 0.8rem);
	font-size: clamp(1rem, 2vw, 2.2rem);
	background-color: #58ca61 !important;
	border: none;
	color: #ffffff !important;
	border-radius: 4px;
	cursor: pointer;
}

#btnLogin:hover {
	background-color: #58ca61 !important;
	color: #000 !important;
}

#socialLoginForm
{
	margin-left: 40px;
	float: left;
	width: 40%;
}

#socialLoginForm h2
{
	margin-bottom: 5px;
}

#socialLoginList button
{
	margin-bottom: 12px;
}

#logoutForm
{
	display: inline;
}

/* contact */
.contact h3
{
	font-size: 1.2em;
}

.contact p
{
	margin: 5px 0 0 10px;
}

.contact iframe
{
	border: 1px solid #333;
	margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}

fieldset legend
{
	display: none;
}

fieldset ol
{
	padding: 0;
	list-style: none;
}

fieldset ol li
{
	padding-bottom: 5px;
}

label
{
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}

label.checkbox
{
	display: inline;
}

input, textarea {
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #333;
	font-size: 1.2em;
	margin: 5px 0 6px 0;
	padding: 5px;
	width: 300px;
}

textarea
{
	font-family: inherit;
	width: 500px;
}

input:focus, textarea:focus
{
	/*border: 1px solid #7ac0da;*/
}

input[type="checkbox"] {
	background: transparent;
	border: #58ca61;
	width: auto;
}

input[type="submit"], input[type="button"], button {
	background-color: #58ca61; /*border: 1px solid #787878;*/
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 600;
	padding: 7px;
	margin-right: 8px;
	width: auto;
}

td input[type="submit"], td input[type="button"], td button
{
	font-size: 1em;
	padding: 4px;
	margin-right: 4px;
}

/* info and errors */
.message-info
{
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error
{
	clear: both;
	color: #ea0624;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error
{
	color: #ea0624;
}

/* styles for validation helpers */
.field-validation-error
{
	color: #ea0624;
	font-weight: bold;
}

.field-validation-valid
{
	display: none;
}

input.input-validation-error
{
	border: 1px solid #ea0624;
}

input[type="checkbox"].input-validation-error
{
	border: 0 none;
}

.validation-summary-errors
{
	color: #ea0624;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid
{
	display: none;
}


/* tables
----------------------------------------------------------*/
table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0.75em;
	border: 0 none;
}

th
{
	font-size: 1.2em;
	text-align: left;
	border: none 0px;
	padding-left: 0;
}

th a
{
	display: block;
	position: relative;
}

th a:link, th a:visited, th a:active, th a:hover
{
	color: #333;
	font-weight: 600;
	text-decoration: none;
	padding: 0;
}

th a:hover
{
	color: #000;
}

th.asc a, th.desc a
{
	margin-right: .75em;
}

th.asc a:after, th.desc a:after
{
	display: block;
	position: absolute;
	right: 0em;
	top: 0;
	font-size: 0.75em;
}

th.asc a:after
{
	content: '▲';
}

th.desc a:after
{
	content: '▼';
}

td
{
	padding: 0.25em 2em 0.25em 0em;
	border: 0 none;
}

tr.pager td
{
	padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px)
{

	/* header
																				    ----------------------------------------------------------*/
	header .float-left, header .float-right
	{
		float: none;
	}

	/* logo */
	header .site-title
	{
		margin: 10px;
		text-align: center;
	}

	/* login */
	#login
	{
		font-size: .85em;
		margin: 0 0 12px;
		text-align: center;
	}

	#login ul
	{
		margin: 5px 0;
		padding: 0;
	}

	#login li
	{
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#login a
	{
		background: none;
		color: #999;
		font-weight: 600;
		margin: 2px;
		padding: 0;
	}

	#login a:hover
	{
		color: #333;
	}

	/* menu */
	nav
	{
		margin-bottom: 5px;
	}

	ul#menu
	{
		margin: 0;
		padding: 0;
		text-align: center;
	}

	ul#menu li
	{
		margin: 0;
		padding: 0;
	}


	/* main layout
																				    ----------------------------------------------------------*/
	.main-content, .featured + .main-content
	{
		background-position: 10px 0;
	}

	.content-wrapper
	{
		padding-right: 10px;
		padding-left: 10px;
	}

	.featured .content-wrapper
	{
		padding: 10px;
	}

	/* page content */
	article, aside
	{
		float: none;
		width: 100%;
	}

	/* ordered list */
	ol.round
	{
		list-style-type: none;
		padding-left: 0;
	}

	ol.round li
	{
		padding-left: 10px;
		margin: 25px 0;
	}

	ol.round li.zero, ol.round li.one, ol.round li.two, ol.round li.three, ol.round li.four, ol.round li.five, ol.round li.six, ol.round li.seven, ol.round li.eight, ol.round li.nine
	{
		background: none;
	}

	/* features */
	section.feature
	{
		float: none;
		padding: 10px;
		width: auto;
	}

	section.feature img
	{
		color: #999;
		content: attr(alt);
		font-size: 1.5em;
		font-weight: 600;
	}

	/* forms */
	input
	{
		width: 90%;
	}

	/* login page */
	#loginForm
	{
		border-right: none;
		float: left;
		width: auto;
	}

	#loginForm .validation-error
	{
		display: block;
		margin-left: 15px;
	}

	#socialLoginForm
	{
		margin-left: 0;
		float: none;
		width: auto;
	}


	/* footer
																				*/
	footer .float-left, footer .float-right
	{
		float: none;
	}

	footer
	{
		text-align: center;
		height: auto;
		padding: 10px 0;
	}

	footer p
	{
		margin: 0;
	}
}
#bodyView, #bodyHome#bodyServices, #bodySubscribers, #bodyMicropayment, #bodyDetailsPhone, #bodySMSMT, #bodySMSMO,#bodyCl
{
	margin: 0 auto;
}
.BodyHomeStyleDiv
{
    padding-left:25px;
}

.ui-jqgrid .ui-jqgrid-htable th div
{
	height: auto;
	overflow: hidden;
	padding-right: 4px;
	padding-top: 2px;
	position: relative;
	vertical-align: text-top;
	white-space: normal !important;
}

.menuLinkSelected {
	color: #58ca61  !important;
}
.round li
{
	min-height: 32px;
}
.butonClassBulk {
	background-color: #58ca61;
	background-image: -moz-linear-gradient(center top, #f88d5a, #f87436);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f88d5a), to(#f87436));
	background-image: -webkit-linear-gradient(top, #f88d5a, #f87436);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	text-shadow: none;
}
.clasaRemoveEntry
{
	height: 18px;
	padding: 1px;
	right: 0.3em;
	width: 19px;
}
.DeleteEntry
{
	background-color: #58CA61 ;
	border-radius: 12px 12px 12px 12px;
	float: left;
	padding-left: 2px;
	position: relative;
	border: 1px solid;
	border-color: #58CA61 ;
}
.DeleteEntry:hover {
	background-color: #58CA61;
	border-radius: 12px 12px 12px 12px;
	float: left;
	padding-left: 2px;
	position: relative;
	border: 1px solid;
	border-color: #58CA61;
}

.DeleteEntry4Check
{
	background-color: #F088AA;
	border-radius: 12px 12px 12px 12px;
	float: left;
	padding-left: 2px;
	position: relative;
	border: 1px solid;
	border-color: #F088AA;
}
.DeleteEntry4Check:hover
{
	background-color: #F5DADA;
	border-radius: 12px 12px 12px 12px;
	float: left;
	padding-left: 2px;
	position: relative;
	border: 1px solid;
	border-color: #F088AA;
}

.EntryButton
{
	float: left;
	height: 18px;
	padding: 1px;
	right: 0.3em;
	width: 19px;
	background-color: #58CA61 ;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid;
	border-color: #58CA61 ;
}
.EntryButton:hover {
	float: left;
	height: 18px;
	padding: 1px;
	right: 0.3em;
	width: 19px;
	background-color: #58CA61;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid;
	border-color: #58CA61;
}
.reportValidation
{
	/*width: 100%;*/
}
.spinnerClass
{
	height: 32px;
	width: 32px;
	background-image: url('loading.gif');
	background-repeat: no-repeat;
}

.panelHideShow
{
	border: 1px solid #58CA61;
	border-radius: 12px 12px 0px 0px;
	width: 95%;
	float: left;
	padding: 5px;
	text-align: left;
	color: #000;
	font-weight: bold;
	margin-top: 15px; /*background-color: #ACDBE6;*/
	cursor: pointer;
}
.panelContent {
	border: 1px solid #58CA61; /* Border verde pe toate laturile */
	border-radius: 12px; /* Rotunjire uniformă pe toate colțurile */
	width: 95%; /* Lățime 95% din container */
	float: left; /* Elementul plutește la stânga */
	padding: 5px; /* Spațiu interior */
	text-align: left; /* Textul aliniat la stânga */
	box-sizing: border-box; /* Include border și padding în lățime */
}

.clearInputButtonDateCampaign
{
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	cursor: pointer;
}
.curved
{
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari and chrome */
	-khtml-border-radius: 8px; /* Linux browsers */
	border-radius: 8px; /* CSS3 */
}
.footerDiv {
	height: 42px;
	width: 1024px;
	/*background-image: url(../Images/footer_bgk.gif);*/
	/*background-repeat: repeat-x;*/
	background-color: #000000;
	border-radius: 8px;
}



.menuImageDiv
{
	height: 200px;
	width: 1024px;
	/*background-image: url(../Images/header_bgk.png);
	background-repeat: no-repeat;*/
	position: absolute;
	margin-top: 50px;
}
/* for select date &GO btn*/
.squaredBox {
	/*background-color: #d7ebfc;*/
	background-color: #58ca61;
	border: 1px solid #58ca61;
	border-radius: 4px;
	margin: 3px 3px 3px 3px;
}
.squaredBox > input[type="checkbox"] {
    display:none;
}

.squaredBox > label {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px; /* spațiu între pătrat și text */
}

.squaredBox label span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #58ca61; /* contur verde */
	background-color: transparent; /* fundal transparent */
	border-radius: 4px;
	position: relative;
}

/* Bifa alba când e bifat */
.squaredBox input[type="checkbox"]:checked + label span::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 0px;
	width: 4px;
	height: 8px;
	border: solid white; /* bifa verde */
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.inputbox {
	height: 22px;
	width: 110px;
	margin-top: -1px;
	text-align: center;
	
}
}
.submitBtn{
	height:27px; 
	font-size:small; 
	padding:5px;
}
	
.divOverButton{
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	margin-left:5px;
}

.goBtn {
	border: 1px solid #58CA61;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 4px 10px 5px 10px !important;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
	background-image: -webkit-linear-gradient(top, #444444, #000000);
	background-image: -moz-linear-gradient(top, #444444, #000000);
	background-image: -ms-linear-gradient(top, #444444, #000000);
	background-image: -o-linear-gradient(top, #444444, #000000);
	background-image: linear-gradient(to bottom, #444444, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444444, endColorstr=#000000);
}

.goBtn:hover {
	border: 1px solid #1d8fd1;
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
	background-image: -webkit-linear-gradient(top, #444444, #000000);
	background-image: -moz-linear-gradient(top, #444444, #000000);
	background-image: -ms-linear-gradient(top, #444444, #000000);
	background-image: -o-linear-gradient(top, #444444, #000000);
	background-image: linear-gradient(to bottom, #444444, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444444, endColorstr=#000000);
}

.TitlePageTab {
	font-family: Segoe UI Semibold,Verdana,Helvetica,Sans-Serif;
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 9px;
}
.StartEndDateStyle
{
    color: #818181;
    margin-right: 5px;
    padding-top: 6px;
    font-family: Segoe UI,Verdana,Helvetica,Sans-Serif;
    /*font-size: 1.0em !important;*/
    margin-left:5px;
    font-weight: normal !important;
}
#SubscriptionSection, #MicropaymentSection
{
    width:1250px; 
    background-color:#fff; 
    border-radius: 11px;
    padding:15px;
}

.OverlayWorkflowEdit
{
    opacity:0.75;
    background-color: #CCC;
    background-image:url("loading.gif");
    background-repeat:no-repeat;
    background-position:center;
	position: absolute;
	z-index: 10001;
	display: none;
    margin: 0 auto;
    padding: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.OverlayWhenSelectContactsList
{
    opacity:0.75;
    background-color: #CCC;
    background-image:url("loading.gif");
    background-repeat:no-repeat;
    background-position:center;
	position: absolute;
	z-index: 10001;
	display: block;
    top: 20px;
    margin: 0 auto;
    padding: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:5px;
}

.LoadingText
{
   text-align:center;
   font-weight:bold;
   margin-top:29%;
   color: #4C4646;
}



/*pt multiselect*/
.ui-multiselect {
	padding: 2px 0 2px 4px;
	text-align: left
}

	.ui-multiselect span.ui-icon {
		float: right
	}

.ui-multiselect-single .ui-multiselect-checkboxes input {
	position: absolute !important;
	top: auto !important;
	left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
	padding: 5px !important
}

.ui-multiselect-header {
	margin-bottom: 3px;
	padding: 3px 0 3px 4px
}

	.ui-multiselect-header ul {
		font-size: 0.9em
	}

		.ui-multiselect-header ul li {
			float: left;
			padding: 0 10px 0 0
		}

	.ui-multiselect-header a {
		text-decoration: none
	}

		.ui-multiselect-header a:hover {
			text-decoration: underline
		}

	.ui-multiselect-header span.ui-icon {
		float: left
	}

	.ui-multiselect-header li.ui-multiselect-close {
		float: right;
		text-align: right;
		padding-right: 0
	}

/* Dropdown-ul */
.ui-multiselect-menu {
	display: none;
	padding: 3px;
	position: absolute;
	z-index: 10000;
	text-align: left;
	background: #fff !important; /* alb */
	border: 1px solid #ccc !important;
	color: #000 !important;
	opacity: 1 !important;
}

/* Lista de opțiuni */
.ui-multiselect-checkboxes {
	position: relative;
	overflow-y: scroll
}

	.ui-multiselect-checkboxes label {
		cursor: pointer;
		display: block;
		border: 1px solid transparent;
		padding: 3px 1px;
		background: #fff; /* fundal alb implicit */
		color: #000; /* text negru */
	}

		.ui-multiselect-checkboxes label input {
			position: relative;
			top: 1px;
			accent-color: #58ca61; /* verde pentru bifa */
		}

	.ui-multiselect-checkboxes li {
		clear: both;
		font-size: 0.9em;
		padding-right: 3px
	}

	/* Hover normal */
	.ui-multiselect-checkboxes label.ui-state-hover {
		background: #f0f0f0 !important;
		color: #000 !important;
	}

	/* Selectat */
	.ui-multiselect-checkboxes label.ui-state-active {
		background: #58ca61 !important;
		color: #000 !important;
		font-weight: bold;
	}

		/* Hover peste selectat → verde mai închis */
		.ui-multiselect-checkboxes label.ui-state-active:hover {
			background: #46a850 !important;
			color: #000 !important;
		}

	/* Grupuri */
	.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
		text-align: center;
		font-weight: bold;
		border-bottom: 1px solid
	}

		.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
			display: block;
			padding: 3px;
			margin: 1px 0;
			text-decoration: none
		}

	/* remove label borders in IE6 */
	* html .ui-multiselect-checkboxes label {
		border: none
	}

/* Forțăm fundal alb pentru lista multiselect */
/* fundal alb + text negru pentru lista */
.ui-multiselect-menu.ui-widget-content {
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* fundal alb și text negru pentru lista multiselect */
.ui-multiselect-checkboxes {
	background: #fff !important;
	color: #000 !important;
}

/* toate rândurile normal (fără hover sau select) */
.ui-multiselect-checkboxes label {
	background: #fff !important;
	color: #000 !important;
	border: none !important;
}

/* hover rând */
.ui-multiselect-checkboxes label.ui-state-hover {
	background: #58ca61 !important; /* verde la hover */
	color: #000 !important;
}

/* rând selectat */
.ui-multiselect-checkboxes label.ui-state-active,
.ui-multiselect-checkboxes label.ui-state-highlight {
	background: #58ca61 !important; /* verde #58ca61 când e selectat */
	color: #000 !important;
}



.panelContent4BulkfilesTabs
{
	border: 1px solid #58CA61;
	border-radius: 0 0 12px 12px;
	width: 95%;
	float: left;
	padding: 5px;
	text-align: left;
    height:auto;
}

.panelRadioButton4Bulkfiles
{
	border: 1px solid #58CA61;
    border-bottom:0px;
	border-radius: 12px 12px 0 0;
	width: auto;
	float: left;
	padding: 5px;
	text-align: left;
}
.input:-webkit-autofill {
	background-color: black !important;
	color: white !important;
	-webkit-box-shadow: 0 0 0 1000px black inset !important;
	transition: background-color 9999s ease-out 0s !important;
}
.qq-upload-button {
	background-color: black !important;
	color: white !important;
	padding: 10px 16px;
	border-radius: 4px;
	font-weight: bold;
	display: inline-block;
	border: none;
	cursor: pointer;
	position: relative;
}
	.qq-upload-button:hover {
		background-color: #000 !important; /* rămâne negru */
		color: #ea0624 !important; /* textul devine roșu */
	}

.input-container {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	padding: 0.5rem;
	border-radius: 4px;
	background-color: #fff;
	font-size: 1rem;
}

.input-icon {
	margin-right: 8px;
	color: #58ca61;
	font-size: 1rem;
}

.input-container input {
	border: none;
	outline: none;
	flex: 1;
	font-size: 1rem;
}

.btn-container {
	text-align: center;
	margin-top: 1rem;
	font-size: 2rem;
}

.ui-tabs .ui-tabs-nav .ui-state-active {
	background-color: #58ca61 !important; /* culoare fundal tab activ */
	color: #ea0624 !important; /* culoare text tab activ */
}

.ui-tabs .ui-tabs-nav .ui-state-default {
	background-color: #58ca61 !important; /* fundal tab inactiv */
	color: #000 !important; /* text tab inactiv */
}

.ui-tabs-nav li:not(.ui-state-active) a {
	color: #000 !important; /* gri închis / negru */
}

.ui-button {
	background-color: #58ca61 !important; /* culoare fundal */
	color: #000 !important; /* culoare text */
	border: 1px solid #58ca61 !important; /* contur subtil */
}

.ui-button:hover {
	background-color: #4ad559 !important;
	color: #ea0624 !important;
}

.ui-button:active {
	background-color: #58ca61 !important;
	color: #ea0624 !important;
}

.ui-jqgrid .ui-jqgrid-hbox .ui-jqgrid-htable th.ui-state-default {
	background-color: #58ca61 !important; /* fundal header */
	color: black !important; /* text header */
	border: 1px solid #58ca61 !important; /* contur header */
}

.ui-jqgrid .ui-state-highlight {
	background-color: #58ca61 !important;
	color: black !important;
}

table.ui-pg-table {
	background-color: #58ca61; /* exemplu culoare bleu deschis */
	/* opțional padding, borduri etc. */
}
.ui-jqgrid .ui-pg-table,
.ui-jqgrid .ui-pg-button,
.ui-jqgrid .ui-pg-div,
.ui-jqgrid .ui-pg-selbox,
.ui-jqgrid .ui-paging-info {
	color: black !important;
}

/* Selectul (dropdown-ul) cu fundal alb și text negru */
.ui-jqgrid .ui-pg-selbox {
	background-color: white;
	color: black !important;
	border: 1px solid #ccc;
}

/* Iconurile din butoane – dacă sunt fonturi sau SVG-uri */
.ui-jqgrid .ui-icon {
	filter: brightness(0); /* face iconurile negre dacă sunt imagini gri */
}

.ui-jqgrid .ui-row-ltr:hover,
.ui-jqgrid .jqgrow:hover {
	background-color: #58ca61 !important; /* un albastru deschis plăcut */
	color: black !important; /* text negru pe hover */
	cursor: pointer;
}

.ui-multiselect {
	color: black !important; /* text */
	fill: black !important; /* dacă iconul e SVG */
}

.ui-multiselect .ui-icon {
	filter: brightness(0); /* face iconul negru dacă e sprite */
}

.ui-multiselect {
	background-color: #58ca61 !important; /* fundal deschis */
	border: 1px solid #ccc !important;
	opacity: 1 !important; /* elimină aspectul „griuit” */
}

input[type="radio"] {
	accent-color: #58ca61; /* Albastru, dar poți pune orice culoare */
}

#manual-fine-uploader .qq-upload-button {
	display: block;
	margin-bottom: 10px;
}

#manual-fine-uploader .qq-upload-list {
	margin-top: 10px;
	display: block;
}
input[type="text"],
input[role="textbox"],
textarea {
	border: 1px solid black !important;
	border-radius: 4px; /* opțional */
}

/* excepție pentru login (suprascrie regula globală) */
input.loginInput {
	border: none !important;
	outline: none !important;
	border-radius: 0 !important; /* dacă nu vrei colțuri rotunjite */
}

/* Fundal general calendar */
.ui-datepicker {
	background: #f5f5f5 !important; /* culoarea fundalului */
	border: 1px solid #000 !important; /* contur negru */
	color: #000 !important; /* culoarea textului */
	border-radius: 6px;
	padding: 10px;
}

/* Header (luna/anul + săgețile) */
.ui-datepicker .ui-datepicker-header {
	background: #58ca61 !important; /* fundal negru */
	color: #000 !important; /* text alb */
	border: none;
	border-radius: 6px 6px 0 0;
	padding: 5px;
}

/* Zilele normale */
.ui-datepicker td a {
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #ccc !important;
}

/* Ziua selectată */
.ui-datepicker td a.ui-state-active {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}

/* Ziua de azi (highlight) */
.ui-datepicker td a.ui-state-highlight {
	background: #e0e0e0 !important;
	color: #000 !important;
	border-color: #000 !important;
}

/* Panoul cu butoanele Done și Now */
.ui-datepicker .ui-datepicker-buttonpane {
	background: #ffffff !important;
	border-top: 1px solid #555 !important;
	padding: 8px;
	text-align: center;
}

/* Toate butoanele din zona de butoane */
.ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane input {
	background: #58ca61 !important;
	color: #000 !important;
	border: none !important;
	padding: 6px 12px;
	border-radius: 4px;
	cursor: pointer;
}

/* primul element din buttonpane (de obicei NOW) */
.ui-datepicker .ui-datepicker-buttonpane button:first-child,
.ui-datepicker .ui-datepicker-buttonpane input:first-child
{
	background: #58ca61 !important;
	color: #000 !important;
}

.ui-datepicker-current .ui-state-default .ui-priority-secondary .ui-corner-all {
	background: #58ca61 !important;
	color: #000 !important;
}

.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
	border: none #58ca61 !important; /* verde */
}

/* ultimul element din buttonpane (de obicei DONE) */
.ui-datepicker .ui-datepicker-buttonpane button:last-child,
.ui-datepicker .ui-datepicker-buttonpane input:last-child {
	background: #58ca61 !important;
	color: #000 !important;
}


/* --- Sliderele pentru hour / minute / second --- */
.ui-timepicker-div .ui-slider {
	background: #fff !important; /* fundal track */
	border: 1px solid #000 !important;
	height: 0.6em !important;
	border-radius: 4px;
}

.ui-timepicker-div .ui-slider .ui-slider-range {
	background: #58ca61 !important; /* culoarea barei active */
}

.ui-timepicker-div .ui-slider .ui-slider-handle {
	background: #fff !important; /* mânerul sliderului */
	border: 1px solid #000 !important;
	width: 1em !important;
	height: 1em !important;
	border-radius: 50%;
	cursor: pointer;
}
 

#blOptions input[type=checkbox] {
	accent-color: #58ca61; /* schimbă background-ul în verde */
}


.panelSection {
	float: left;
	width: 100%; /* sau 100% dacă vrei să fie full width */
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px; /* colțuri rotunjite */
	box-sizing: border-box; /* include padding în width */
	background-color: #fff; /* optional, pentru contrast */
	overflow: visible; /* pentru ca border-ul să nu fie tăiat */
}

.ui-jqgrid tr.jqgrow td,
.ui-jqgrid tr.jqgfirstrow td,
.ui-jqgrid-btable {
	border-color: #58ca61 !important;
}

/* Header-ul coloanelor */
.ui-jqgrid .ui-jqgrid-htable th {
	border-color: #58ca61 !important;
}

/* Liniile care separă rândurile */
.ui-jqgrid .ui-widget-content {
	border-color: #58ca61 !important;
}

.ui-jqgrid,
.ui-jqgrid .ui-widget-header,
.ui-jqgrid .ui-state-default {
	border-color: #58ca61 !important;
}

.content-wrapper.main-content.clear-fix {
	background-color: transparent !important;
}

/* Elimină fundalul alb din toate panourile jQuery UI */
.ui-widget-content {
	background: transparent !important;
}

/* Dacă și ui-tabs pune fundal alb, suprascriem și aici */
.ui-tabs,
.ui-tabs .ui-tabs-panel {
	background: transparent !important;
}


/* Toate popup-urile să rămână cu fundal alb */
.ui-dialog {
	background-color: #fff !important;
}

.ui-dialog .ui-dialog-content {
	background-color: #fff !important;
}

.ui-dialog-buttonpane {
    background: none !important;
    border: none !important;
}


/* Toate checkbox-urile native din proiect */
input[type="checkbox"] {
	width: 20px; /* latura pătratului */
	height: 20px;
	background-color: black; /* fundal negru permanent */
	border: 2px solid #58ca61; /* border verde */
	accent-color: #58ca61; /* culoarea bifei */
	cursor: pointer;
	border-radius: 0; /* pătrat perfect */
	-webkit-appearance: checkbox; /* forțăm checkbox nativ */
	appearance: checkbox;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#ui-datepicker-div {
	background-color: #ffffff !important; /* fundal alb */
	box-shadow: 0 2px 6px rgba(0,0,0,0.2); /* opțional: umbră pentru vizibilitate */
}

.ui-jqgrid {
	max-width: 1024px !important;
	margin: 0 auto; /* opțional, pentru a centra grid-ul */
}


.custom-select-wrapper {
	position: relative;
	width: 268px;
	background-color: #58ca61;
	border: 2px solid #58ca61;
	color: black;
	cursor: pointer;
	border-radius: 0;
	font-size: 14px;
	user-select: none;
}

.custom-select-btn {
	padding: 6px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom-select-btn .arrow {
	font-size: 12px;
	margin-left: 5px;
}

.custom-select-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	background-color: #58ca61;
	border: 2px solid #58ca61;
	border-top: none;
	z-index: 1000;
}

.custom-select-options .option-item {
	padding: 6px 10px;
	color: black;
	cursor: pointer;
}

.custom-select-options .option-item:hover {
	background-color: #4fa64f;
	color: black;
}


.my-close-button {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
	padding: 6px;
	background-color: #58ca61; /* verde */
	border-radius: 4px;
	color: white;
	font-size: 14px;
	text-align: center;
	text-decoration: none; /* elimina sublinierea */
}


#btnBrowse4ContactsLists .qq-upload-list {
	display: none; /* ascunde lista generată intern */
}

#uploadedFilesList a {
	display: block; /* fiecare fișier pe un rând */
	margin-bottom: 5px;
}


/* ascunde lista FineUploader implicită, dar tot rămâne containerul funcțional */
#containerTemplates_BulkFiles .qq-upload-list {
	display: block; /* trebuie să fie vizibilă */
	width: 100%;
	float: left;
	margin-top: 5px;
	padding: 0;
	list-style: none;
}

/* fiecare link pe un rând, culoare neagră */
#containerTemplates_BulkFiles .qq-upload-list li .qq-upload-file a {
	display: block;
	color: black;
	margin-bottom: 5px;
	text-decoration: none;
}

#gbox_jqTableSMSSendersSingleSMS {
	margin: 0 !important; /* elimină centrare */
}

/* Meniul dropdown al multiselect */
.ui-multiselect-menu {
	z-index: 9999 !important; /* să fie mereu peste alte elemente */
}

/* Butonul principal */
.ui-multiselect {
	position: relative;
	z-index: 1000; /* suficient de mare peste alte tabele/divuri */
}

input.goBtn {
	border: 1px solid #58CA61 !important;
	border-radius: 8px !important;
	font-size: 12px !important;
	font-family: arial, helvetica, sans-serif !important;
	padding: 8px 15px !important; /* mai mult padding sus/jos și stânga/dreapta */
	color: #FFFFFF !important;
	background: linear-gradient(to bottom, #444444, #000000) !important;
	height: 35px; /* sau cât vrei tu */
	cursor: pointer;
}

.goBtn:hover {
	border: 1px solid #1d8fd1; /* păstrezi border-ul pentru hover */
	background: linear-gradient(to bottom, #444444, #000000); /* păstrezi fundalul */
	color: #ea0624 !important; /* textul devine roșu la hover */
}

#servicesButtons .goBtn {
	padding: 9px 15px;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #444;
	color: #fff;
	border: 1px solid #58CA61;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
}

#servicesButtons .goBtn:hover {
	background-color: #444;
	color: #ea0624; /* text rosu la hover */
}

.content-wrapper-header .menuULWrapper,
#menu {
	background-color: transparent !important;
	color: #000 !important;
}

/* Scoate spațiile implicite puse de browser */
.content-wrapper-header .menuULWrapper,
.content-wrapper-header nav,
.content-wrapper-header #menu {
	margin: 0 !important;
	padding: 0 !important;
}

.content-wrapper-header #menu li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	display: inline-block; /* ca să fie pe orizontală */
}


#gview_jqTableSMSMTR .ui-jqgrid-htable th div {
	font-size: 12px;
	line-height: 1.2em;
}

/* Ascunde mânerele de resize și cursorul de col-resize */
.ui-jqgrid .ui-jqgrid-resize {
	display: none !important;
	cursor: default !important;
}

/* container principal eliminare tooltip custom la click pe celula in grid */

div[id^="TooltipContainerbody"] {
	display: none !important;
}



/* Forțează lista cu fișierele sub buton */
#manual-fine-uploader-bulkfast .qq-upload-button {
	display: block;
	margin-bottom: 8px;
	clear: both;
}

#manual-fine-uploader-bulkfast .qq-upload-list li {
  margin-top: 5px;
  color: #000;
}

#manual-fine-uploader-bulkfast .qq-upload-file {
  margin-right: 6px; /* spațiu între nume și status */
}

#manual-fine-uploader-bulkfast .qq-upload-status-text {
  display: inline; /* nu mai e bloc, rămâne pe același rând */
  color: #000;
  font-size: 0.9em;
  margin-left: 6px; /* distanță față de numele fișierului */
}

#DateStart4Reports {
	background-color: #58ca61 !important; /* verde */
}

#DateEnd4Reports {
	background-color: #58ca61 !important; /* verde */
}

#EmailAddress4Reports {
	background-color: #58ca61 !important; /* verde */
}


/* 1) Link-urile din zona #login (inclusiv ServicesLink și Log off) */
#login a {
	color: #ffffff !important; /* culoarea implicită */
	text-decoration: none;
	transition: color 0.15s ease;
}

/* hover normal */
#login a:hover,
#login a:focus {
	color: #ea0624 !important; /* !important doar dacă alte stiluri suprascriu */
}

/* 2) Dacă LogOff are atributul hidefocus sau e generat diferit, prins generic */
#login a[hidefocus],
#login a[href*="LogOff"] {
	color: #ffffff !important;
}

#login a[hidefocus]:hover,
#login a[href*="LogOff"]:hover {
	color: #ea0624 !important;
}

/* 3) Butonul #submit (buton normal sau jQuery UI .ui-button) */
#submit,
#submit.ui-button,
#submit.ui-button .ui-button-text,
button#submit {
	color: #ffffff !important; /* text normal */
	background: none; /* optional - daca vrei doar text */
	border: none; /* optional */
	padding: 0.15rem 0.4rem; /* optional - arata mai bine */
	cursor: pointer;
	transition: color 0.15s ease;
}

/* hover pentru buton (ia în calcul jQuery UI wrapping) */
#submit:hover,
#submit.ui-button:hover,
#submit.ui-button .ui-button-text:hover,
button#submit:hover {
	color: #ea0624 !important;
}

/* 4) evităm ca icon-uri sau alte elemente să blocheze culoarea textului (dacă există) */
#login a * {
	color: inherit !important;
}

/* 5) optional: asigură consistența pentru aria/active/visited */
#login a:visited,
#login a:active {
	color: #ffffff !important;
}

#login a:visited:hover {
	color: #ea0624 !important;
}


