thead 
{
    background-color: #efeeef;
}

.loader {display: none;}

.tdcenter{text-align: center;}
.tdright{text-align: right;}

.noVisible{
    display: none;
}

.numeric{
    width: 100px;
    text-align: right;
}

em { font-weight: bold; padding-right: 1em; vertical-align: top;color:red }

.leftPage {
    *border-right: solid 2px #c8c8c8;
    float: left;
    *width: 50%;
}

.rightPage {
    margin-left: 40px;
    float: left;
    *width: 50%;
}

.leftPageBody {
    *border-right: solid 2px #c8c8c8;
    float: left;
    width: 48%;
}

.rightPageBody {
    margin-left: 20px;
    float: left;
    width: 46%;
}

/*
.dataTables_wrapper {min-height: 550px;}
*/

.popup{
    border: 4px solid #6b6a63;
    border-radius :7px;
    margin : auto;
    padding : 20px;
    position: absolute;
    background-color: #f3f3f3;
    display: none;
    z-index: 9001;
}

.closePopup {
        background:url(../Images/x.png) no-repeat; 
        width:25px; 
        height:29px; 
        display:inline; 
        z-index:3200; 
        position:absolute; 
        top:-15px; 
        right:-16px; 
        cursor:pointer;
        background-color: none;
    }
    
.closePopup :hover {
        text-decoration: none;
    }

/*butoanele de editare*/
div.EDIT_container {
	position: relative;
	float: none;
}

button.EDIT_button,
div.EDIT_button,
a.EDIT_button {
	position: relative;
	float: left;
	margin-right: 3px;
	padding: 5px 8px;
	border: 1px solid #999;
	cursor: pointer;
	font-size: 0.88em;
	color: black !important;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;

	-webkit-box-shadow: 1px 1px 3px #ccc;
	   -moz-box-shadow: 1px 1px 3px #ccc;
	    -ms-box-shadow: 1px 1px 3px #ccc;
	     -o-box-shadow: 1px 1px 3px #ccc;
	        box-shadow: 1px 1px 3px #ccc;

	/* Generated by http://www.colorzilla.com/gradient-editor/ */
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}


/* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */
button.EDIT_button {
	height: 25px;
	padding: 3px 8px;
}

.EDIT_button embed { 
	outline: none;
}

button.EDIT_button:hover,
div.EDIT_button:hover,
a.EDIT_button:hover {
	border: 1px solid #666;
	text-decoration: none !important;

	-webkit-box-shadow: 1px 1px 3px #999;
	   -moz-box-shadow: 1px 1px 3px #999;
	    -ms-box-shadow: 1px 1px 3px #999;
	     -o-box-shadow: 1px 1px 3px #999;
	        box-shadow: 1px 1px 3px #999;

	background: #f3f3f3; /* Old browsers */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

button.EDIT_disabled,
div.EDIT_disabled,
a.EDIT_disabled {
	color: #999;
	border: 1px solid #d0d0d0;
	position: relative;
	float: left;
	margin-right: 3px;
	padding: 6px 8px;
	cursor: pointer;
	font-size: 0.89em;
	
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}

button.EDIT_enabled,
div.EDIT_enabled,
a.EDIT_enabled {
	position: relative;
	float: left;
	margin-right: 3px;
	padding: 5px 8px;
	border: 1px solid #5c9c5c;
	cursor: pointer;
	font-size: 0.88em;
	color: #ffffff !important;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;

	-webkit-box-shadow: 1px 1px 3px #ccc;
	   -moz-box-shadow: 1px 1px 3px #ccc;
	    -ms-box-shadow: 1px 1px 3px #ccc;
	     -o-box-shadow: 1px 1px 3px #ccc;
	        box-shadow: 1px 1px 3px #ccc;

	background: #5cb85c; /* Old browsers */
	background: -webkit-linear-gradient(top, #5cb85c 0%,#4cae4c 89%,#47a447 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #5cb85c 0%,#4cae4c 89%,#47a447 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #5cb85c 0%,#4cae4c 89%,#47a447 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #5cb85c 0%,#4cae4c 89%,#47a447 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #5cb85c 0%,#4cae4c 89%,#47a447 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb85c', endColorstr='#47a447',GradientType=0 ); /* IE6-9 */
}

button.EDIT_enabled:hover,
div.EDIT_enabled:hover,
a.EDIT_enabled:hover {
	background: #4cae4c;
	border-color: #4a934a;
}


.ui-combobox {
	position: relative;
	display: inline-block;
    background-color: #ffffff;
}

.ui-combobox-toggle {
	position: absolute;
	top: 5px;
	bottom: 6px;
	margin-left: -1px;
	padding: 0px;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
}
.ui-combobox-input {
	margin: 0;
}

.ui-autocomplete {
max-height: 150px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 150px;
}

