@charset "utf-8";
/* CSS Document */

/*reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial,Helvetica,sans-serif;
}
img { border:0; }
form { margin: 0; padding: 0; }
form select { padding:4px; }
form input { padding:4px; }
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;	border-spacing: 0;}
input[type="checkbox"]{margin:0;padding:0px;border:0px;}


body
{
	margin: 0;
	padding: 0;
	background-color: transparent;
	overflow:auto;
}

html
{
	background-color: #EBE9E5;
}

html, body {
	height: 100%;
}

a {text-decoration:none;color:#0B55C4;font-weight:normal;}
a:hover {color:#F35712;}




input, select { font-size: 10px;  border: 1px solid silver; }
textarea      { font-size: 11px;  border: 1px solid silver; }
button        { font-size: 10px;}

input.disabled { background-color: #F0F0F0; }
input.readonly { background-color: #DDDDDD; }

input.button  { cursor: pointer;   }
input:focus, select:focus, textarea:focus { background-color: #ffd }

input[readonly] {
	background-color: #EEEEEE;
	cursor: not-allowed;
}




.inputbox {
	padding: 4px;
    font-size: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	display: inline-block;
    vertical-align: middle;

    border: 1px solid #CCCCCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.inputbox:focus {
    border: 1px solid #B5B5B5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
}

.inputbox.error, td .inputbox.error:focus {
    border: 1px solid #CCC000;
}

.inputbox.fullwidth {
	width:100%;
}








.clr { clear: both; overflow:hidden; height: 0; }
.clear_all, .clearAll {clear:both;}
.align-center {text-align:center;}
.align-left {text-align:left;}
.floatRight {float:right;}
.floatLeft {float:left;}


h1 {
	margin: 0; 
	padding-bottom: 8px;
	color: #0B55C4; 
	font-size: 16px; 
	font-weight: bold;
}

h3 {
	font-size: 13px;
}



.loading_ajax { 
	background-color: #000; 
	height: 100%; 
	width: 100%; 
	position: fixed; 
	left: 0pt; 
	top: 0pt; 
	z-index: 3999; 
	opacity: 0.65; 
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	display:none;
}

.state-default-buton { background: transparent url('images/butoane_default.png'); }
.state-hover-buton { background: transparent url('images/butoane_hover.png'); }
.icons { background: transparent url('images/iconuri_diverse.png');}


#border-top          { background: url('images/header_middle.png') repeat-x; }
#border-top div      { background: url('images/header_right.png') 100% 0 no-repeat; }
#border-top div div  { background: url('images/header_left.png') no-repeat; height: 70px; }

#border-top .title {
	font-size: 22px; font-weight: bold; color: #004F26; line-height: 44px;
	padding-left: 50px;
}

#border-top .version {
	display: block; float: right;
	color: #004F26;
	padding: 25px 5px 0 0;
}

#border-top .servertime_container {
	float: right;
	padding-right:20px;
	width:130px;
	height:44px;
	background:none;
	text-align:center;
}

#border-top .servertime {
	display: block;
	height:30px;
	font-size: 28px; 
	font-weight: bold; 
	color: #004F26; 
	line-height: 30px;
	margin-top:18px;
}
#border-top .servertime_info {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #004F26;
	line-height: 14px;
}





/* -- status layout */
#module-status      { float: right; }
#module-status span { display: block; float: left; line-height: 21px; padding: 4px 28px 0 22px; margin-bottom: 5px; }
#module-status span a {font-size:11px;color:#333;}
#module-status .logout i {padding:0 3px 0 0;}
#module-status span a:hover {text-decoration: none;color: #0B55C4;}


#footer { 
  width:100%;
  height:40px; 
  background: url(images/bg_footer.png) repeat-x;
  position: relative;
  clear: both;
}

#footer .copyright {padding: 0px; margin:0px; text-align: center; line-height:40px;color:#FFFFFF;font-size:12px;}
#footer .copyright a {color:#FFFFFF;}
#footer .copyright a:hover {color:#F35712;}

.clearfooter {
	clear: both;
	height:40px;
}

#maincontainerbox {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px auto;
}

div.header {
	font-size: 22px; font-weight: bold; color: #0B55C4; line-height: 48px;
	padding-left: 55px;
	background-repeat: no-repeat;
	margin-left: 10px;
	width:80%;
}

div.header span { color: #666; }

#toolbar-box .toolbar { float: right; padding: 0; width:auto;}


/* standard form style table */
div.go-left { float:left; }
div.go-right { float:right; }



div.width-10 { width: 10%; }
div.width-20 { width: 20%; }
div.width-30 { width: 30%; }
div.width-38 { width: 38%; }
div.width-39 { width: 39%; }
div.width-40 { width: 40%; }
div.width-45 { width: 45%; }
div.width-46 { width: 46%; }
div.width-47 { width: 47%; }
div.width-48 { width: 48%; }
div.width-49 { width: 49%; }
div.width-50 { width: 50%; }
div.width-55 { width: 55%; }
div.width-60 { width: 60%; }
div.width-70 { width: 70%; }
div.width-80 { width: 80%; }
div.width-90 { width: 90%; }
div.width-100 { width: 100%; }

div.preview { float: left; width: 100px; height: 100px; border: 2px dotted #CCCCCC; margin-right:5px;}
div.preview.loading { background: url(../imagini/loading_small.gif) no-repeat 39px 40px; }

div.preview.loading img {display: none; }


div.setatt { position:relative; width: 78px; height: 81px; border: 1px solid #CCCCCC; overflow:hidden;margin:1px auto;}
div.setatt a.btn_set_img {width:78px;height:18px;line-height:18px;display:block;position:absolute;bottom:0px;left:0px;background-color:#EEEEEE;}
div.setatt img {width:78px;height:63px;position:absolute;top:0px;left:0px;cursor:pointer;}

div.setatt a.laycnt {width:78px;height:63px;position:absolute;top:0px;left:0px;cursor:pointer;}
div.setatt a.btn_set_att {width:78px;height:18px;line-height:18px;display:block;position:absolute;bottom:0px;left:0px;background-color:#EEEEEE;}

div.setatt a.layimg {top:6px;left:13px;width:50px;height:50px;}




div.setimg { position:relative; width: 78px; height: 81px; border: 1px solid #CCCCCC; overflow:hidden;margin:1px;}
div.setimg a.btn_set_img {width:78px;height:18px;line-height:18px;display:block;position:absolute;bottom:0px;left:0px;background-color:#EEEEEE;}
div.setimg img {width:78px;height:63px;position:absolute;top:0px;left:0px;cursor:pointer;}

div.setimg a.laycnt {width:78px;height:63px;position:absolute;top:0px;left:0px;cursor:pointer;}
div.setimg a.btn_set_img {width:78px;height:18px;line-height:18px;display:block;position:absolute;bottom:0px;left:0px;background-color:#EEEEEE;}

div.setimg a.layimg {top:6px;left:13px;width:50px;height:50px;}

.attach p {
    background: url("images/elfinder/icons-big.png") no-repeat scroll -1px 1px transparent;
    border-radius: 5px 5px 5px 5px;
    height: 48px;
    margin: 1px auto;
    padding: 0;
    width: 48px;
}


.filepreview {
	width:70%;
	border:2px dotted #CCCCCC;
	float:left;
	margin-right:10px;
	padding-left:10px;
}


.filepreview a {
	height:20px;
	line-height:20px;
	font-size:13px;
	color:#7FB02C;
	text-decoration:none;
}


.filepreview input {
	height:20px;
	line-height:20px;
	font-size:13px;
	margin-top:5px;
}

.filepreview a:hover {
	color:#004D26;
}



/************************/
/*** timePicker addon ***/
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }




/* pentru att container */
.attContainer {
	background-color: #fff;
	/*border: 1px solid #f6f8f8;*/
	box-shadow: 0 0 5px #cdcdcd;
	box-sizing: border-box;
	font-family: "Source Sans Pro",sans-serif !important;
	margin-bottom: 20px;
	position: relative;
}

.attContainerTitle {
	background-color: #f6f8f8;
	color: #333333;
	display: block !important;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 15px;
	position: relative;
}
.attContainerTitle span {
	color: #666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}


.attContainerMenu {
	position:absolute;
	top:0px;
	right:0px;
	width:100px;
}

.attContainerMenu a {
	border-left: 1px solid #d6d6d6;
	color: #444444;
	display: block;
	float: right;
	font-size: 18px;
	line-height: 22px;
	padding: 13px 12px;
	position: relative;
	text-decoration: none;
}

.attLayersContainer a.btnRemoveLayer {
	color: #444444;
	display: block;
	float: right;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 12px;
	position: relative;
	text-decoration: none;
}

.attContainerMenu a:hover, .attLayersContainer a:hover.btnRemoveLayer {
    color: #FF0000;
}

.attContainerMenu img {
    margin-right: 8px;
    max-height: 16px;
    max-width: 16px;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
}




table.attachementTable {
	width: 100%;
	text-align: left;
}
table.attachementTable tbody tr td {
	line-height:20px;
	vertical-align: middle;
	text-align:left;
	font-weight:normal;
	font-size:14px;
	color:#333333;
	padding: 4px 0px;
	border-top: 1px solid #eaeff0;
}
table.attachementTable tbody tr:hover td{
	background-color: #FFFFDD;
	border-top: 1px solid #eaeff0;
}

table.attachementTable.withPadding tbody tr td {
	padding: 4px 7px;
}

table.attachementTable.noBorder tbody tr td {
	border:none;
}


table.attachementTable tbody tr td .itemOrderText {
	width:40px;
	vertical-align: middle; 
	text-align: center; 
	color: #666666;
	cursor: move;
}

table.attachementTable tbody tr td .removeLayerClass {
	width:50px;
	padding: 0px;
	vertical-align:middle;
}

table.attachementTable tbody tr td .formControl {
	font-size: 11px;
	height: 34px;
	line-height: 12px;
	padding: 3px 12px;
}



table.attachementTable tbody tr td.setatt, table.attachementTable tbody tr td.setimg {
	width:90px;
	height:86px;
	position:relative;
	padding:0px;
}

table.attachementTable tbody tr td.setatt a.laycnt, table.attachementTable tbody tr td.setimg a.laycnt {
	width:80px;
	height:80px;
	overflow:hidden;
	background-image: url(data:image/png;base64,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);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color:#DDDDDD;
	display:block;
	padding:2px;
	margin:3px 10px 3px 0px;
}
table.attachementTable tbody tr td.setatt span.btnContainer, table.attachementTable tbody tr td.setimg span.btnContainer {
	display:none;
	position:absolute;
	top:3px;
	left:0px;
	width:80px;
	height:80px;
	background-color:#FFFFFF;
	opacity:0.8;
}

table.attachementTable tbody tr td.setatt a.laycnt p, table.attachementTable tbody tr td.setimg a.laycnt p {
	width:50px;
	height:50px;
	position:absolute;
	top:20px;
	left:15px;
}



table.attachementTable tbody tr td.setatt:hover span.btnContainer, table.attachementTable tbody tr td.setimg:hover span.btnContainer {
	display:block;
}

table.attachementTable tbody tr td.setatt span.btnContainer a, table.attachementTable tbody tr td.setimg span.btnContainer a {
	color:#000000;
	font-size:20px;
	line-height:30px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	right:10px;
	width:28px;
	text-align:center;
}

table.attachementTable tbody tr td.setatt span.btnContainer a.btnSetAttachements, table.attachementTable tbody tr td.setimg span.btnContainer a.btnSetAttachements {
	left:10px;
}

table.attachementTable tbody tr td.setatt span.btnContainer a:hover, table.attachementTable tbody tr td.setimg span.btnContainer a:hover {
	color:#663399;
}






/* taburi */
.simpleTabsContainer, .simpleTabs {
	border:1px solid #bfbfbf;
}
.simpleTabsContainer ul {
	height: 32px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
    background: url("images/tables/new_design/toolbar-bg.png") repeat-x scroll left bottom #FFFFFF;
	border-bottom:1px solid #bfbfbf;

}
.simpleTabsContainer ul li {
    float: left;
    margin-right: 5px;
    text-align: left;
}
.simpleTabsContainer ul li a {
    color: #0B55C4;
    display: inline-block;
    border-right: 1px solid #D6D6D6;
    box-shadow: 0 1px 0 #FFFFFF inset, 1px 0 0 #FFFFFF inset;
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;


}
.simpleTabsContainer ul li a.selected, .simpleTabsContainer ul li a:hover.selected {
    color: #FF0000;
}


.simpleTabsContainer .tabContainer {
	padding:30px 10px 10px;
	position:relative;
}

.simpleTabsContainer .tabContainer .tabText ul {
	height:auto !important;
	padding:10px;
	background:none;
	border:none;
}


.simpleTabsContainer .tabContainer .actionContainer {
	height:20px;
	line-height:20px;
	position:absolute;
	top:4px;
	left:10px;
}

.simpleTabsContainer .tabContainer .actionContainer a {
	display:inline-block;
	border:1px solid #D6D6D6;
	line-height:16px;
	padding: 2px 6px;
}
.simpleTabsContainer .tabContainer .actionContainer a i {
	padding: 0 6px 0 0;
}




























/*****************************/
/********** spinners *********/
/*****************************/
.loader {
	display: inline-block;
	height: 16px;
	padding: 2px 0;
	position: relative;
	width: 60px;
}


.loader span{
	width:16px;
	height:16px;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:50%;
	margin-left:-10px;
	-webkit-animation:3s infinite linear;
	-moz-animation:3s infinite linear;
	-o-animation:3s infinite linear;
}
.loader span:nth-child(1){
	background:#E84C3D;
	-webkit-animation:kiri 1.2s infinite linear;
	-moz-animation:kiri 1.2s infinite linear;
	-o-animation:kiri 1.2s infinite linear;
}
.loader span:nth-child(2){
	background:#F1C40F;
	z-index:100;
}
.loader span:nth-child(3){
	background:#2FCC71;
	-webkit-animation:kanan 1.2s infinite linear;
	-moz-animation:kanan 1.2s infinite linear;
	-o-animation:kanan 1.2s infinite linear;
}



@-webkit-keyframes kanan {
	0% {-webkit-transform:translateX(20px);}
	50%{-webkit-transform:translateX(-20px);}
	100%{-webkit-transform:translateX(20px);z-index:200;}
}
@-moz-keyframes kanan {
	0% {-moz-transform:translateX(20px);}
	50%{-moz-transform:translateX(-20px);}
	100%{-moz-transform:translateX(20px);z-index:200;}
}
@-o-keyframes kanan {
	0% {-o-transform:translateX(20px);}
	50%{-o-transform:translateX(-20px);}
	100%{-o-transform:translateX(20px);z-index:200;}
}


@-webkit-keyframes kiri {
	0% {-webkit-transform:translateX(-20px);z-index:200;}
	50%{-webkit-transform:translateX(20px);}
	100%{-webkit-transform:translateX(-20px);}
}

@-moz-keyframes kiri {
	0% {-moz-transform:translateX(-20px);z-index:200;}
	50%{-moz-transform:translateX(20px);}
	100%{-moz-transform:translateX(-20px);}
}
@-o-keyframes kiri {
	0% {-o-transform:translateX(-20px);z-index:200;}
	50%{-o-transform:translateX(20px);}
	100%{-o-transform:translateX(-20px);}
}




.ui-menu .ui-menu-item {
	padding: 10px 5px;
	list-style: none;
}


.hideFileInput {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}


