.errHeader{
	font-weight:bold;
	text-decoration:underline;
	color:#FF6600;
	margin-bottom:-5px;
	
}
.errBoxHeader, .scsErrHeader{
	display:block;
}
.errMsg, .scsErr {
	/* margin:10px; */
	color:#D8000C;
	height:23px;
	background:#FFBABA;
	border:1px solid #F00;
	height:auto;
	vertical-align: middle;
	padding:10px!important;
	line-height:15px;
	border-radius: 5px;	
}


.scsHeader{
	font-weight:bold;
	text-decoration:underline;
	color:#060;
	margin-bottom:-5px;    
}

.scsMsg, .scsInfo {
	color:#006600;
	height:13px;
	background:#C0FAC1;
	border:1px solid #060;
	width:90%;
	margin:10px;
	height:auto;	
	padding:10px;
}

.dpItemContainer:hover .numeIndicator{
	border-bottom: 1px dashed blue;
	color: blue;
}

.dpItemContainer:hover .descriereIndicator{
	color: blue;
}

.herorow{
	background-color: #242f3e;
  	background-image: -webkit-linear-gradient(359deg, #272f3e, #272f3e 46%, rgba(39, 47, 62, 0));
  	background-image: linear-gradient(91deg, #272f3e, #272f3e 46%, rgba(39, 47, 62, 0));
  	padding: 5px;
  	border-radius: 5px;
}

.harta{
	width: 100%;
	height: 525px;
}

.harta .zonaHarta{
	
}

.center-block{
	/* margin-left: auto;
	margin-right: auto;
	display: block; */
}

.textFooter{
	text-align: center;
	padding-bottom: 20px;
	font-weight: 500;
	color: #666666;
	font-size: 12px;
}

.textFooterTitle{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
}

.footerZone a{
	color: #484848;
	text-decoration: none;
}

.footerZone a:hover{
	text-decoration: underline;
}

.logoImg1{
	float: left;
	width: 45%;
}

.logoImg2{
	width: 39%;
}

.logoImg3{
	width: 83%;	
}

.logoImg4{
	width: 40%;
	float: right;
}

.herosectionLogos{
	height: auto;
}

.authMsgBox{
	height: 75px;
	width: 100%;
	margin-top: -10px;
	margin-bottom: 10px;
}

.scsErr{
	border: 1px solid #c8c8c8;
	padding: 3px 5px;
	margin-bottom: 10px;
}

.scsPageStatus .scsErr label{
	color: darkred;
	font-weight: normal;
}

.background-container{
	min-height: 500px;
}

.login-label a{
	display: inline-block;
}

.authUser{
	font-size:11px;
	color: #cccccc;
	display: block;
	line-height: 15px;
	font-weight: normal;
}

.imageAuth{
	margin-left: 10px;
}

.mtop20{
	margin-top: 20px;
} 

.mtop40{
	margin-top: 40px;
}

.mbottom30{
	margin-bottom: 30px;
}	
	
.mbottom20{ 	
	margin-bottom: 20px;
}

.round-img{
	border-radius: 50%;
}

.benchmark{
	display: block;
	margin-top: 10px;
	clear: both;
	width: 100%;
	text-align: center;
	opacity: 0.41;
	color: #484848;
	font-size: 11px;
}

/*Panou control*/

.moduleAdvertise{
	height:80px;
	width:180px;  
	border:0px solid black;
}

.moduleAdvertiseSmall{
	height:40px;
	width:280px;
	/*border:1px solid black;*/
}

.moduleAdvertise.linkManager:hover{
	color: darkorange;
}

.moduleAdvertise .linkManager {
	border-radius: 2px;
	height:60px;
	width:150px;
	display:block;
	margin-left: auto;
	margin-right: auto;
} 

.linkManager:active, .linkManager:focus {
	outline: none;
}

.linkManagerSmall{
	-webkit-border-radius: 3px 3px 3px 3px;
 	-moz-border-radius: 3px 3px 3px 3px;
 	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 2px 2px 2px -2px rgba(0,0,0,0.65);
	-moz-box-shadow: 2px 2px 2px -2px rgba(0,0,0,0.65);
	box-shadow: 2px 2px 2px -2px rgba(0,0,0,0.65);
	height:100%;
	width:85%;
	display:block;
	background-color: #003F5C;
	
}
.linkManagerSmall:active, .linkManagerSmall:focus {
	outline: none;
}

.divManager{
	-webkit-border-radius: 2px 2px 2px 2px;
 	-moz-border-radius: 2px 2px 2px 2px;
 	border-radius: 2px 2px 2px 2px;	
 	text-align:center;
	font-size:14px;
	position:relative;
	top:50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	color:#ffffff;
  	text-shadow: 0px 1px 0px rgba(183, 101, 0, 0.7);
  	padding: 15px;
  	font-weight:600;
  	cursor: pointer;
}

.divManagerSmall{
	
}

.moduleAdvertise a.linkManager{
	border: 0px solid rgba(0,0,0,0.15);
	text-decoration: none;
	text-shadow: 0px -1px rgba(0,0,0,0.3);
	background: gray;
	/*background: rgba(56,152,236,1);
	background: -moz-linear-gradient(top, rgba(56,152,236,1) 0%, rgba(13,102,171,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,152,236,1)), color-stop(100%, rgba(13,102,171,1)));
	background: -webkit-linear-gradient(top, rgba(56,152,236,1) 0%, rgba(13,102,171,1) 100%);
	background: -o-linear-gradient(top, rgba(56,152,236,1) 0%, rgba(13,102,171,1) 100%);
	background: -ms-linear-gradient(top, rgba(56,152,236,1) 0%, rgba(13,102,171,1) 100%);
	background: linear-gradient(to bottom, rgba(56,152,236,1) 0%, rgba(13,102,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f75c2', endColorstr='#0d66ab', GradientType=0 );*/
}

.moduleAdvertise a.linkManager:hover{
	background: #333333;
	color:black;
	transition: background 0.2s ease-in-out;
	/*
	background: rgba(16,125,209,1);
	background: -moz-linear-gradient(top, rgba(16,125,209,1) 0%, rgba(15,117,194,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,125,209,1)), color-stop(100%, rgba(15,117,194,1)));
	background: -webkit-linear-gradient(top, rgba(16,125,209,1) 0%, rgba(15,117,194,1) 100%);
	background: -o-linear-gradient(top, rgba(16,125,209,1) 0%, rgba(15,117,194,1) 100%);
	background: -ms-linear-gradient(top, rgba(16,125,209,1) 0%, rgba(15,117,194,1) 100%);
	background: linear-gradient(to bottom, rgba(16,125,209,1) 0%, rgba(15,117,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107dd1', endColorstr='#0f75c2', GradientType=0 );*/
}

.cpTitle{
	font-size: 14px;
	/* text-decoration: none; */
	
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	margin-left: 15px;
	/* text-decoration: underline; */
	color:#404d66;
}

.cpTitle label{
	/* text-decoration: underline; */
	font-weight: bold!important;
}

.cpTitleAdmin{
	color:#272f3e;
	margin-left: 15px;
}

.cpTable{
	/*margin-top:20px;*/
	margin-bottom:30px;
	margin-left:auto;
}

a.linkManagerSmall{
	background-color: #2371c1;
	text-decoration: none;
	text-shadow: 0px -1px rgba(0,0,0,0.5);
}

.athonMenuBox{
	padding-top:10px;
}
.athonMenuUnselectedBox{
	display:inline-block;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid lightgray;
	border-radius:3px;
	background:white;
	border-bottom:0px;
	margin-left:10px;
	
}
.athonMenuSelectedBox{
	display:inline-block;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid gray;
	border-radius:3px;
	background:white;
	border-bottom:0px;
	margin-left:10px;
	
}

.primitiveEdit{
	
	margin-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
 	-moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
 	box-shadow: 0px 0px 5px 0px rgba(64,77,102, 0.8);
 	-moz-box-shadow: 0px 0px 5px 0px rgba(64,77,102, 0.8);
 	-webkit-box-shadow: 0px 0px 5px 0px rgba(64,77,102, 0.8);
 	background-color: #ffffff;
 	border:0px;
}

.primitiveEdit:hover{
	box-shadow: 0px 0px 10px 0px rgba(102,112,132, 1);
 	-moz-box-shadow: 0px 0px 10px 0px rgba(102,112,132, 1);
 	-webkit-box-shadow: 0px 0px 10px 0px rgba(102,112,132, 1);
}


.primitiveEditTitle{
	font-size:20px;
	font-weight:bold;
	border-bottom:0px solid gray;
	margin-top:0px;
	margin-bottom:30px;
	color: #404d66;
}

.primitiveEditTitle .subTitle{
	font-size:14px;
	font-weight: normal;
}

.primitiveEditTitle .subTitle label{
	color: darkorange;
	display: inline;
}

.primitiveEdit th{
	text-align: left!important;
	font-size: 12px!important;
	line-height: 15px!important;	
	background-color: #404d66;
	color: #ffffff; 
	padding:5px;
	font-weight: bold;
	border: 1px solid #eeeeee;
	min-height:35px;
	text-shadow: 0 -1px 0 rgba(255,127,0,0.5);
}

.primitiveEdit td{
	color: #000000; 
	padding:3px 5px;
	border: 1px solid #ffffff;
	font-size: 13px;
	background-color: #eeeeee;
}

.primitiveEdit td a{
	color: #004a95; 
	text-decoration: none;
}

.primitiveEdit .orizTable input[type="text"]{
	display: block;
	border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    width: 100%;
    margin-right: 6%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.primitiveEdit .orizTable select{
	display: block;
	border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    width: auto;
    min-width: 200px;
    margin-right: 6%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.primitiveEdit .orizTable textarea{
	border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin-right: 6%;
    padding: 6px 12px;
    font-size: 14px;
    height: 100px;    
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.window{
	border: 4px solid #0078bd;
	background-color:white;
	
	min-width:500px; 
	min-height:400px;
	padding:10px;
	-webkit-border-radius: 3px 3px 3px 3px;
 	-moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
 	box-shadow: 0px 0px 5px 0px rgba(0,120,189, 0.8);
 	-moz-box-shadow: 0px 0px 5px 0px rgba(0,120,189, 0.8);
 	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,73,165, 0.8);
}

.window .primitiveEdit{
	border: 0px;
}

.window .primitiveEdit input[type="button"]{
	margin-right: 10px;
}

.windowClose{
	min-width:400px;
	min-height:50px;
	padding:10px;
	background-color:#eeeeee;	
	border:4px solid white;
	font-size:18px;
	text-align:center;
	vertical-align: middle;
	font-weight:bold
} 

.text-center span, .text-left span{
	color: #118AD0;
}

.titluDiv label{
	color: #118AD0;
}

.tableClear td{
	background-color: #ffffff!important;
	border: 0px!important;
}

.tableClear input[type="text"]{
	padding: 5px;
	margin-right: 10px;
}

.ol-popup{
	border: 1px solid #0078bd!important;
	border-bottom: 0px!important;
	background-color:white!important;
	
	bottom: 30px!important;
	
	min-width:100px;
	min-height:100px;

	padding:0px!important;
	-webkit-border-radius: 3px 3px 3px 3px;
 	-moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
 	box-shadow: 0px 0px 5px 0px rgba(0,120,189, 0.8);
 	-moz-box-shadow: 0px 0px 5px 0px rgba(0,120,189, 0.8);
 	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,73,165, 0.8);
 	font-size:12px!important;
}

.ol-popup:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,128,255, 1);
 	-moz-box-shadow: 0px 0px 10px 0px rgba(0,128,255, 1);
 	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,128,255, 1);
}

.ol-popup-closer{
	border-left: 0px solid #0078bd!important;
	border-bottom: 0px solid #0078bd!important;
	background-color: #0078bd!important;
	color: #ffffff!important;
	top: 0px!important;
	right: 0px!important;
}

.ol-popup-closer:hover{
	text-decoration: none!important;
}

.ol-popup-content{
	padding:10px;
}

.listaLinkuri .titleNumar{
	color: #337ab7;
	border-bottom:1px solid black;
}

.popupCoord{
	background-color: #337ab7;
	color: white;
	font-size: 10px;
	padding: 2px;
}

.formulaButtons{
	width: 100%;
	text-align: center;
}

.formulaButtons input[type="button"]{
	min-width: 50px;
	margin-right: 10px;
}

.elementFormula{
	display:inline-block;
	border:1px solid #ccc;
	padding-top: 5px;
}

.elementFormula:hover{
	background-color: #f5f5f5;
	border:1px solid #777;
}

.elementFormula span{
	font-weight: bold;
	font-size: 18px;
}

.elementFormula a{
	font-size: 14px;
	font-weight: normal;
	line-height: 27px;
}

.formulaText{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #777;
	color: #eeeeee;
	font-size: 18px;
	padding:10px;
	border-radius: 4px;
	border: 1px solid #777;
}

a.linkDel{
	color: red!important;
}

a.linkEdit{
	color: darkblue;
}

.optZoneElement{
	width: 100%;
	border-top: 1px solid #ccc;
	background-color: #eee;
	padding: 0px 10px;
	margin-top: 5px;
	display: block;
}

.optZoneElement:hover{
	background-color: #ccc;
}


.formulaDiv{
	text-align: center;
}

.formulaDiv > div{
	width: auto;
	display: inline-block;
	margin-right: 5px;
}

a.linkManagerSmall:hover{
	background-color: #de8700;
}

.areaGateBtnLeft {
	display: block;
	padding: 15px;
}

.areaGateBtnRight {
	display: block;
}

.headline-bg {
	margin-top:20px;
}

.headline-bg > h2 {
	line-height: 60px;
	padding: 0px!important;
	margin: 0px!important;
	color: black;
	font-size: 18px;
	font-weight: 500;
}

.card-box {
	-webkit-border-radius: 5px 5px 5px 5px;
 	-moz-border-radius: 5px 5px 5px 5px;
  	border-radius: 5px 5px 5px 5px;
	border: 0px solid #e9e9e9;
	background-color: #f9f9f9!important;
	/* background-color: #eeeeee!important; */
	-webkit-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.1);
}

/*END Panoul de control*/





.tableOrizFull {
	width: 100%;
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;	
}

.tableOrizFull label{
	font-weight: normal;
	display: inline;
}

.tableOrizFull .tablePages td{
	background: #f8f8f8!important;
}

.tableOrizFull .tablePages td{
	padding-left: 5px;
	font-size: 13px;
	font-weight: 600;
	color: #49525c;
	padding-bottom: 10px!important;
	padding-top: 10px!important;
}

.tableOrizFull .tablePages td a {
	-webkit-border-radius: 3px 3px 3px 3px!important;
 	-moz-border-radius: 3px 3px 3px 3px!important;
  	border-radius: 3px 3px 3px 3px!important;
	padding-top:3px;
	padding-bottom:5px;
	padding-left: 5px;
	padding-right: 7px;
	color: #304D6A;
	background-color: #ffffff;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	border:1px solid #bcc6d2;
	box-shadow: inset 0px -2px 0px #bcc6d2;
 	-moz-box-shadow: inset 0px -2px 0px #bcc6d2;
 	-webkit-box-shadow: inset 0px -2px 0px #bcc6d2;
}

.tableOrizFull .tablePages td a:hover {
		-webkit-border-radius: 3px 3px 3px 3px!important;
 	-moz-border-radius: 3px 3px 3px 3px!important;
  	border-radius: 3px 3px 3px 3px!important;
	padding-top:3px;
	padding-bottom:5px;
	padding-left: 5px;
	padding-right: 7px;
	color: #ffffff;
	background-color: #304D6A;
	font-weight: 600;
	cursor: pointer;
	border:1px solid #304D6A;
	box-shadow: inset 0px -2px 0px #194b7e;
 	-moz-box-shadow: inset 0px -2px 0px #194b7e;
 	-webkit-box-shadow: inset 0px -2px 0px #194b7e;
}

.tableOrizFull .tablePages td a:active {
	-webkit-border-radius: 3px 3px 3px 3px!important;
 	-moz-border-radius: 3px 3px 3px 3px!important;
  	border-radius: 3px 3px 3px 3px!important;
	padding-top:3px;
	padding-bottom:5px;
	padding-left: 5px;
	padding-right: 7px;
	color: #ffffff;
	background-color: #304D6A;
	font-weight: 600;
	cursor: pointer;
	border:1px solid #194b7e;
	box-shadow: inset 0px -1px 0px #194b7e;
 	-moz-box-shadow: inset 0px -1px 0px #194b7e;
 	-webkit-box-shadow: inset 0px -1px 0px #194b7e;
 	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.tablePageNumberSelected {
	-webkit-border-radius: 3px 3px 3px 3px!important;
 	-moz-border-radius: 3px 3px 3px 3px!important;
  	border-radius: 3px 3px 3px 3px!important;
	padding-top:3px;
	padding-bottom:4px;
	padding-left: 5px;
	padding-right: 7px;
	color: #ffffff;
	background-color: #304D6A;
	font-weight: 600;
	text-decoration: none;
	border:1px solid #304D6A;
}



.tableOrizFull .tableSearch{
	background: #636363;
	height: 35px;
}
.tableSearch a{
	text-decoration:none;
}

.tableOrizFull .tableSearch td{
	padding: 5px;
	background-color: #242f3e;
	border-top:0px!important;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
	
.tableOrizFull th {
	/*background: #304D6A;*/
	background-color: #242f3e;
	color: #ffffff;
	font-weight: 500;
	padding: 5px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	font-size: 13px;
	text-align:center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}

.tableOrizFull td {
	border: 2px solid #ffffff;	
	padding: 2px;
	height: 27px;
	font-size: 13px;
	font-weight: 400;
	/*color: #0b7cc3;*/
	color: #464f54;
}

.tableOrizFull tr:hover > td {
	/* color: #0c7cc4!important; */
}	

.tableOrizFull tr {
	background-color: #efefef;	
}

.tableOrizFull tr:hover {
	background-color: #dddddd!important;
	
}

.tableItemEven {

}

.tableItemOdd {

}

.tableOrizFull input[type="button"], .tableOrizFull input[type="submit"]{
	min-width: 120px;
	width: auto;
	font-size: 11px;
	line-height: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
 	-moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
	background-color: #ffffff;
	color:#0b7cc3;
	font-weight: 700;
	height: 30px!important;
	text-transform: uppercase;
	border: solid 1px rgba(0,0,0,0.15);
	cursor: pointer;
	margin: 5px 0px 5px 0px;
	padding: 0px 8px 0px 8px!important;
	box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
 	-moz-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
 	-webkit-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);

}

.tableOrizFull input[type="button"]:hover,.tableOrizFull input[type="submit"]:hover {
	background-color: #0c7cc4;
	color:#ffffff;
	cursor: pointer;
	border: solid 1px rgba(0,0,0,0.3);

}

.tableOrizFull input[type="button"]:active,.tableOrizFull input[type="submit"]:active {
	box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
 	-moz-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
 	-webkit-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
 	 -webkit-transform: translateY(1px);
	transform: translateY(1px);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.1);
}

.tableOrizFull input[type="text"]{
	width:75%;
	background: #fff;
	font-size: 12px;
	line-height: 19px;
	margin-bottom:10px;
}

.tableOrizFull input[type="text"]:hover{
	background: #fff;	
}

.btnOpConfirm {
	color:#ffffff;
	font-size: 12px;
	font-weight: 500;
	width:auto;
	min-width: 150px;
	height:40px;
	padding-left: 20px;
	padding-right: 20px;
  	-webkit-border-radius: 3px 3px 3px 3px;
 	 -moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
 	 box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 background-color: #477d00;
 	 display: block;
 	 border: 0;
 	 float:left;
 	 margin-right:10px;
 	 white-space: normal;
 	 cursor: pointer;
}

.btnOpConfirm:hover {
	color:#ffffff;
	font-size: 12px;
	font-weight: 500;
	width:auto;
	height:40px;
	padding-left: 20px;
	padding-right: 20px;
  	-webkit-border-radius: 3px 3px 3px 3px;
 	 -moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
 	 box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 background-color: #579900;
 	 display: block;
 	 border: 0;
 	 float:left;
 	 margin-right:10px;
 	 white-space: normal;
 	 cursor: pointer;
}

.modulePageHeader label {color:#0074a9;}

.content-header {
	font-size: 15px;
	font-weight: 600;
	color: #6c6c6c;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.004);
	text-transform: uppercase;
}

.ddpMainAdmin label{
	display: inline;
	font-weight: normal;
}

.separatorSpatiuButoane{
	margin-bottom: 30px;
	border-bottom: 1px solid #0F6E8D;
	box-shadow: 0px 0px 5px 0px rgba(15,110,141, 0.8);
 	-moz-box-shadow: 0px 0px 5px 0px rgba(15,110,141, 0.8);
 	-webkit-box-shadow: 0px 0px 5px 0px rgba(15,110,141, 0.8);
 	padding: 5px 10px;
 	width: 100%;
 	display: block;
 	height: auto;
}

.separatorSpatiuButoane input[type="button"]{
	margin-right: 10px!important;
}

.btnDP{
	margin-left: 20px!important;
	color: #d5d500!important;
}

.btnAdauga{
	color: orange!important;
	margin-left: 20px!important;
}


.Manage .tablePages td{
	background: #ffffff!important;
}

.Manage .tablePages td{
	padding-left: 5px;
	font-size: 13px;
	font-weight: 400;
	color: #0f6e8d;
	padding-bottom: 10px!important;
	padding-top: 10px!important;
}

.Manage .tablePages td a {
	-webkit-border-radius: 3px 3px 3px 3px!important;
 	-moz-border-radius: 3px 3px 3px 3px!important;
  	border-radius: 3px 3px 3px 3px!important;
	padding-top:3px;
	padding-bottom:5px;
	padding-left: 5px;
	padding-right: 7px;
	color: #304D6A;
	background-color: #ffffff;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	border:1px solid #bcc6d2;
	box-shadow: inset 0px -2px 0px #bcc6d2;
 	-moz-box-shadow: inset 0px -2px 0px #bcc6d2;
 	-webkit-box-shadow: inset 0px -2px 0px #bcc6d2;
}

.Manage .tablePages td a:hover {
	color: #ffffff;
	background-color: #304D6A;
	font-weight: 600;
	cursor: pointer;
	border:1px solid #304D6A;
	box-shadow: inset 0px -2px 0px #194b7e;
 	-moz-box-shadow: inset 0px -2px 0px #194b7e;
 	-webkit-box-shadow: inset 0px -2px 0px #194b7e;
}

.Manage .tablePages td a:active {
	color: #ffffff;
	background-color: #304D6A;
	font-weight: 600;
	cursor: pointer;
	border:1px solid #194b7e;
	box-shadow: inset 0px -1px 0px #194b7e;
 	-moz-box-shadow: inset 0px -1px 0px #194b7e;
 	-webkit-box-shadow: inset 0px -1px 0px #194b7e;
 	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.Manage table{
	width: 100%;
	/* margin-top:20px; */
	margin-bottom:20px;
}

.Manage table td{ 
	padding:5px;
	border: 1px solid #ffffff!important;
	font-size: 13px;
	background-color: #f2f2f2;
	/* opacity:0.8; */
}

.Manage table tr:hover > td{
	background-color: #dddddd;	
}

.Manage table tr:hover > td{
	/*border: 1px solid #0049a5;*/
}

.Manage table th{
	background-color: #404d66;
	color: #ffffff; 
	padding:5px;
	font-weight: bold;
	border: 1px solid #eeeeee;
	text-align: center;
	min-height:35px;
	font-size: 13px;
	text-shadow: 0 -1px 0 rgba(255,127,0,0.5);
}



.Manage table label{
	margin-bottom: 0px;
    
}

.Manage input[type="button"], .Manage input[type="submit"]{
	min-width: 120px;
	width: auto;
	font-size: 11px;
	line-height: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
 	-moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
	background-color: #ffffff;
	color:#0b7cc3;
	font-weight: 700;
	height: 30px!important;
	text-transform: uppercase;
	border: solid 1px rgba(0,0,0,0.15);
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px!important;
	box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
 	-moz-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
 	-webkit-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
}

.Manage input[type="button"]:hover,.Manage input[type="submit"]:hover {
	background-color: #3898EC;
	color:#ffffff;
	cursor: pointer;
	border: solid 1px rgba(0,0,0,0.3);

}

.Manage input[type="button"]:active,.Manage input[type="submit"]:active {
	box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
 	-moz-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
 	-webkit-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
 	 -webkit-transform: translateY(1px);
	transform: translateY(1px);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.1);
}

.tableSearch td{
	background-color:#667084!important;
	color: #0065ca!important;
	font-size:11px!important;
}

.tableSearch td input[type="text"]{
	padding: 5px;
	margin: 0px;
	width: 75%;
}

.tableSearch td select{
	padding: 5px;
	margin: 0px;
	width: 95%;
}

.tableSearch td input[type="button"]{
	background-color: #eeeeee;
	color: #0f6e8d;
}	

.tableSearch td input[type="button"]:hover{
	background-color: #0f6e8d;
	color:#ffffff;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}    
    
.primitiveEdit input[type="button"], .primitiveEdit input[type="submit"]{
	min-width: 120px;
	width: auto;
	font-size: 11px;
	line-height: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
 	-moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
	background-color: gray;
	color:#ffffff;
	font-weight: 700;
	height: 30px!important;
	text-transform: uppercase;
	border: solid 1px rgba(0,0,0,0.15);
	cursor: pointer;
	margin: 5px auto;
	padding: 0px 8px 0px 8px!important;
	/* box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
 	-moz-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
 	-webkit-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2); */
}

.primitiveEdit input[type="button"]:hover,.primitiveEdit input[type="submit"]:hover {
	background-color: lightgray;
	color:black;
	cursor: pointer;
	border: solid 1px rgba(0,0,0,0.3);

}

.primitiveEdit input[type="button"]:active,.primitiveEdit input[type="submit"]:active {
	box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
 	-moz-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
 	-webkit-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
 	 -webkit-transform: translateY(1px);
	transform: translateY(1px);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.1);
}

.divNoutati{
	margin-top: 10px;
	text-align: left;
	background-color: #eee!important;
	padding-bottom: 10px;
}

.divNoutati .headline-bg{
	background: darkred;
}    

.divNoutati .headline-bg > h2{
	color: white;
}

.divNoutati ul{
	margin-top: 10px;
	
}

.divNoutati li{
	margin-bottom: 5px;
}

/* === For phones =================================== */
@media (max-width: 767px) {
	.herosectionLogos{
		display: none;
	}	
}	

/*loader*/
.athon-overlay-wait{
	border-radius:5px;
	background-color:#272f3e!important;
	height:2px!important;
	border:0px solid darkred;
	overflow:hidden;
	color:darkred!important;
	padding:0px!important;
	box-shadow: 1px 0px 1px darkred;
}
