﻿/*Importing the theme css*/
@import "theme/ui.all.css";
@import "sifr.css";
@import "fancyBox/jquery.fancybox-1.2.6.css";
*::-moz-selection
{
	background: #51a201 none repeat scroll 0 0;
	color: #fff;
}


*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
a
{
	outline: none;
}
h1, h2, h3, h4
{
	text-align: left;
}
#container
{
	padding: 5px;
}

body
{
	font-family: "Segoe UI" , "Microsoft Sans Serif" ,Arial,Geneva,Sans-Serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}
a, a:visited
{
	color: #3FA0D4;
	text-decoration: none;
	font-weight: bold;
}
h1
{
	font-size: 22px;
	font-weight: bold;
	color: #3fa0d4;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	color: #3fa0d4;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	color: #3fa0d4;
	margin: 5px;
}

p
{
	text-align: justify;
	margin: 3px;
}
ol
{
	margin-left: 25px;
}
ul
{
	margin-left: 25px;
}

#mainWrapper
{
	margin: 0 auto;
}

#header
{
	background: #fff url(images/header_bg.jpg) repeat-x center bottom;
	vertical-align: middle;
	padding-bottom: 10px;
}
#container
{
	/*background: #f6fafd;*/
	background: #f8fdff url(images/blueGreenBack.jpg) repeat-x bottom left;
}
#footer
{
	background: #fff url(images/footer_bg_green.jpg) repeat-x center top;
	height: 100px;
	position: relative;
}
#footer ul li
{
	margin: 35px 25px;
}
#footer ul
{
	margin-left: 10%;
}

.FooterMenu
{
	vertical-align: middle;
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
}
.innerCentered
{
	width: 980px;
	margin: 0 auto;
}
table
{
	margin: 0;
	padding: 0;
	border: 0;
}
div.topContainer
{
	height: 80px;
}
div.logoDiv
{
	display: block;
	float: left;
}
div.menu
{
	float: right;
	height: 55px;
	margin: 7px 0;
}

div.menuLeft
{
	background: transparent url(images/menuLeft.jpg) no-repeat center top;
	height: 55px;
	width: 15px;
	float: left;
}
div.menuRight
{
	background: transparent url(images/menuRight.jpg) no-repeat center top;
	width: 15px;
	height: 70px;
	float: left;
}
div.menuContent
{
	background: transparent url(images/menuBg.jpg) repeat-x center top;
	height: 55px;
	float: left;
}
table.MenuTable
{
	height: 55px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
div.menuContent ul.AspNet-Menu
{
	margin: 2px 0px 0px !important;
}
div.menuContent ul.AspNet-Menu li a.AspNet-Menu-Link
{
	font-size: 15px !important; /*font-family: "Segoe UI" , Helvetica;*/
	font-weight: bold;
	padding: 0 15px;
	display: block;
	vertical-align: middle;
	line-height: 51px;
	color: White;
}
div.menuContent ul.AspNet-Menu li a.AspNet-Menu-Link:hover
{
	background: transparent url(images/menuBg_hover.jpg) repeat-x scroll 0 -2px;
	color: #77ac05;
}

div.menuContent ul.AspNet-Menu li a.AspNet-Menu-Selected
{
	background: transparent url(images/menuBg_hover.jpg) repeat-x scroll 0 -2px;
	color: #77ac05;
}
table.MainMenuSelector
{
	/*background: #B1E242 url(images/menuBg.jpg) repeat-x scroll 0 0; 	height: 80px; 	vertical-align: middle;*/
}

/*Bannerul de sus*/
#bannerContainer
{
	/*border: 1px solid #CDE1EC;*/
	/*background: #f6fafd;*/
	width: 600px;
	margin: 0 auto; /*height: 80px;*/
	overflow: hidden;
}
#innerBannerContainer
{
	margin: 2px;
}
#bannerCarousel ul li
{
	list-style-type: none;
}
#bannerCarousel div.leftBannerPart, #bannerCarousel div.rightBannerPart
{
	float: left;
}
#bannerCarousel div.leftBannerPart
{
	width: 50px;
	padding: 8px 0px;
}
#bannerCarousel div.rightBannerPart
{
	width: 540px;
}
#bannerCarousel div.rightBannerPart p
{
	color: #3FA0D4;
	font-weight: bold;
}
#bannerCarousel div.rightBannerPart a
{
	color: #A0DB21;
}
#bannerCarousel div.rightBannerPart q
{
	font-style: italic;
}
#bannerCarousel li
{
	height: 69px !important;
}
#bannerFooter a
{
	margin: 0 50px;
}
.bannerMic
{
	padding: 15px 0;
}
.bannerMediu
{
	padding: 5px 0;
}

/*END Bannerul de sus*/




/*
Configuratorul de santiere
*/
#configMain
{
	width: 100%;
	background: #fafbfd;
	border: 1px solid #00b1d9;
	height: auto;
	display: inline-block;
}
#configMain, #configCat, #configCrit
{
	-moz-border-radius: 5px;
}
#configCat, #configSubcat, #configCrit
{
	float: left;
	display: block;
}

#configCat
{
	background: #e8f0fb;
	border-right: dotted 1px white;
	width: 350px;
}
#configSubcat
{
	background: #edf4fc;
	border-right: dotted 1px white;
	width: 350px;
}
#configCrit
{
	width: auto;
	background: #fafbfd;
}
#inConfigCat, #inConfigSubcat, #inConfigCrit
{
	margin: 2px;
}
#inConfigCat
{
}
#inConfigSubcat
{
}
#inConfigCrit
{
}

.subzone
{
	display: none;
}
.hideZone
{
	display: none !important;
}
.hide
{
	display: none !important;
}
.viewZone
{
	display: block !important;
}

/*Lista de proiecte*/
.view
{
	width: 23px;
	height: 23px;
	display: block;
	cursor: pointer;
	background: transparent url(images/ProjectImages/view.gif) left top;
	float: left;
	margin-right: 25px;
}
.v10
{
	background-position: left 0px !important;
}
.v20
{
	background-position: left -23px !important;
}
.v30
{
	background-position: left bottom !important;
}
.prjPerPage
{
	width: 25px;
	text-align: center;
	border: 0;
	color: #f6931f;
	font-weight: bold;
}
div.whiteContainer
{
	background: #fff;
	border: 1px solid #cde1ec;
	margin: 5px 0;
	
}
div.greenContainer
{
	background: url(images/blueGreenBack.jpg) repeat-x bottom;
	border: 1px solid #cde1ec;
	margin: 5px 0;
}
div.innerWhitecontainer
{
	margin: 5px;
	text-align: left;
	padding-left: 5px;
}
#LPFilters
{
	width: 25%;
	float: left;
	display: block;
}
#LPMain
{
	width: 75%;
	float: left;
	display: block;
	position: relative;
}
#noProject
{
	margin: 50px auto;
	padding: 11px;
	width: 600px;
}
table#LP
{
	margin: 10px;
}
#LP tr.LPRow td.leftBorder
{
	border-left: 1px solid #CDE1EC;
}
#LP tr.LPRow td.rightBorder
{
	border-right: 1px solid #CDE1EC;
}
#LP tr.LPRow
{
	background: transparent;
}
#LP tr.LPRow h2
{
	font-size: 14px;
}
#LP tr.rowOver td
{
	background: #F8FDFF;
}
#LP td
{
	padding: 0px 5px;
}
#LP tr.LPRowHeader td
{
	background: #E2F5FA !important;
	border-top: 1px solid #CDE1EC !important;
	border-bottom: 0px !important;
}

#LP tr.LPRow td
{
	border-bottom: 1px solid #CDE1EC;
	padding-bottom: 5px !important;
	padding-top: 10px;
	background: #F8FDFF;
}
#LP td.left
{
	text-align: left;
}
#LP td.center
{
	text-align: center;
}
#LP td.justify
{
	text-align: justify;
}

#LP th
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 3px;
}
#LP td.indicator
{
	background: transparent;
}

/*Filter Icons*/
#tagFilters
{
	background: url(images/constructor.gif) no-repeat left 50%;
	padding-left: 60px;
	padding-bottom: 20px;
}
li.tagItem
{
	padding-left: 15px;
}
li.tagItemHover
{
	background: white !important;
}
li.tagItem a
{
	background: url(images/mini/tag_g.gif) no-repeat left 50%;
	padding-left: 25px;
	display: block;
}
li.tagItem a:hover
{
	background: url(images/mini/tag.gif) no-repeat left 50%;
	padding-left: 25px;
}

.statisticsCounter
{
	color: #A0DB21;
	font-size: 24px;
	font-weight: bold;
	
}
.statisticsCounterFix
{
	color: #A0DB21;
	font-size: 14px;
	font-weight: bold;
	
}
ul.filters
{
	margin: 0 !important;
}



/*News*/
ul#news li
{
	list-style-type: none;
	color: #3FA0D4;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
ul#newsFix li
{
	list-style-type: none;
	color: #3FA0D4;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
/*End News*/


/*searchResultInfo*/
.searchResultInfo
{
	margin: 10px;
	padding: 5px 5px 5px 25px;
	font-size: 14px;
}
/*End serach result info*/
/* Breadcrumbs*/
.breadcrumbs
{
	line-height: 30px;
	vertical-align: middle;
}
/* End breadcrumbs*/

/*Global search*/
div#globalSearch
{
}
div.searchLeft
{
	width: 9px;
	height: 35px;
	background: transparent url(images/searchLeft.gif) no-repeat right top;
	display: block;
	float: left;
	margin-left: 5px;
}
div.searchContent
{
	width: 450px;
	height: 35px;
	background: transparent url(images/searchBg.gif) repeat-x right top;
	display: block;
	float: left;
	padding-top: 5px;
}
div.tagContent
{
	width: 135px;
	height: 35px;
	background: transparent url(images/searchBg.gif) repeat-x right top;
	display: block;
	float: left;
	padding-top: 5px;
}

.searchButton
{
	width: 75px;
	height: 35px;
	background: transparent url(images/searchButton.gif) no-repeat right top;
	display: block;
	float: left;
	line-height: 32px;
	color: White;
	font-size: 20px;
	text-align: center;
}
input.tagInput
{
	background-color: #F9FDFF;
	color: #A0DB21;
	font-size: 14px !important;
	margin: 3px 0px 1px;
	width: 130px;
	border: 0px;
	font-weight: bold;
}
input.searchInput
{
	background-color: #F9FDFF;
	color: #A0DB21;
	font-size: 18px !important;
	margin: 3px 0px 1px;
	width: 440px;
	border: 0px;
	font-weight: bold;
}
th.titluSantier
{
	width: 65%;
}
/*Pager*/
div.pager
{
	margin: 0 auto;
}
div.pagerContainer
{
	/*containerul de pagini*/ /*width:600px;*/
	position: relative;
	margin: 10px auto 10px 10%;
	height: 35px;
}
a.pagerNumericItem, a.pagerLiteralItem
{
	margin: 2px;
}
div.pagerNumericItem, div.pagerLiteralItem
{
	display: block;
	float: left; /*width: 30px;*/
}
div.pagerNumericItem, div.pagerSelected, div.pagerLiteralItem
{
	padding: 5px;
	margin: 2px;
}



/*Old*/
.contactsHR
{
	background-color: #CDE1EC;
	color: #CDE1EC;
	height: 1px;
	width: 75%;
	margin-right: 24%;
	border: 0px;
}

.oTreime
{
	float: left;
	width: 308px;
}
.douaTreimi
{
	float: left;
	width: 638px;
	text-align: left;
	margin-right: 15px;
}

.centrat
{
	text-align: center;
}
.floatLeft
{
	float: left;
	margin: 8px;
}
.floatRight
{
	float: right;
	margin: 8px;
}
.dialogTop
{
	background: url(images/dialog_background.gif) no-repeat top left;
	width: 295px;
	height: 8px;
	overflow: hidden;
}
.dialogHeaderLeft
{
	background: url(images/dialog_header_background.jpg) no-repeat top left;
	width: 6px;
	height: 32px;
	overflow: hidden;
	float: left;
	margin-left: 5px;
}
.dialogHeaderContent
{
	background: url(images/dialog_header_background.jpg);
	background-repeat: repeat-x;
	background-position: left -32px;
	height: 32px;
	overflow: hidden;
	float: left;
	width: 270px;
	text-align: left;
	vertical-align: middle;
}
div.dialogHeaderContent h2
{
	color: #FFFFFF !important;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 2px;
}
.dialogHeaderRight
{
	background: url(images/dialog_header_background.jpg) no-repeat bottom left;
	width: 6px;
	height: 32px;
	overflow: hidden;
	float: left;
}
.dialogContent
{
	border-left: 1px solid #ced0cf;
	background: #e4eefa;
	border-right: 1px solid #ced0cf;
	width: 293px;
}
.dialogInnerContent
{
	padding: 10px;
	width: 270px;
}
.dialogInnerContent table tr td
{
	text-align: left;
}
div.dialogInnerContent input
{
	margin-right: 2px;
}
.dialogBottom
{
	background: url(images/dialog_background.gif) no-repeat;
	background-position: left -8px;
	width: 295px;
	height: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}
.clear
{
	clear: both;
}
.valoareProiect
{
	font-size: 22px;
	color: #3fa0d4;
	text-align: center;
}
.containerContent
{
	font-size: 14px;
	color: #3fa0d4;
	text-align: center;
}
.prjFeedBack
{
	padding: 5px;
	margin-bottom: 3px;
}
#prjFeedback img
{
	margin-left: 12px;
	vertical-align: middle;
}
.projectDetailsDiv
{
	margin-top: 15px;
}
#topContentWrapper
{
	/*background: #fff url(images/topBlueBackground.jpg) repeat-x 0 bottom;*/
	width: 100%;
}
#innerTopContentWrapper
{
	width: 975px;
	text-align: left;
}
.divCell
{
	display: table-cell;
}
.divRow
{
	display: table-row;
}
.labelLeft
{
	width: 100px;
}
div.projectLeft h1, div.projectLeft h2
{
	font-weight: bold;
	color: #3FA0D4;
	margin: 8px 0;
}
div.projectLeft h1
{
	font-size: 25px;
}
div.projectLeft h2
{
	font-size: 18px;
}

/*Partea din stanga FILTRELE*/
ul.filters li
{
	text-align: left;
}
ul.filters li.header
{
	margin-bottom: 5px !important;
}
ul.filters
{
	padding: 2px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
ul.filters li
{
	padding: 5px;
	background: #E2F5FA; /*background: #e2f6b4 url(images/leftmenuBg.jpg) repeat-y left;*/
	margin-bottom: 20px;
	-moz-border-radius: 6px;
	border: 1px solid #CDE1EC;
}
ul.filters li ul li
{
	margin-bottom: 5px;
}
ul.filters li ul
{
	list-style-type: none;
	margin-left: 5px;
}

.check
{
	font-weight: bold;
	width: 150px;
	background: transparent url(images/check.png) no-repeat scroll 0 0;
	padding-left: 30px;
}

.padding20
{
	padding: 20px;
}

/* tabelul cu oferta */
table#oferta
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table#oferta td
{
	text-align: left;
	border: 1px solid #CDE1EC;
	padding: 3px;
}
table#oferta th
{
	text-align: center;
	border: 1px solid #CDE1EC;
	background: #E2F5FA;
	padding: 5px;
}
table#oferta tr.even td.tdCheck
{
	background: #E2F5FA url(images/td_check.gif) no-repeat 50% 50%;
}
table#oferta tr.even td.tdUncheck
{
	background: #E2F5FA url(images/td_uncheck.gif) no-repeat 50% 50%;
}
table#oferta tr.even td
{
	background: #E2F5FA;
}

table#oferta td.tdCheck
{
	background: url(images/td_check.gif) no-repeat 50% 50%;
}
table#oferta td.tdUncheck
{
	background: url(images/td_uncheck.gif) no-repeat 50% 50%;
}
a.out
{
	/*background: transparent url(images/green-link.gif) no-repeat scroll right 50%;*/
	color: #A0DB21;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
}
a.out:hover
{
	/*background: transparent url(images/blue-link.gif) no-repeat scroll right 50%;*/
	color: #3FA0D4;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
}
a.end
{
	background: transparent url(images/green-link.gif) no-repeat scroll right 50%;
	color: #3FA0D4;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
}
a.end:hover
{
	background: transparent url(images/green-link.gif) no-repeat scroll right 50%;
	color: #3FA0D4;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
}
div.generalMessage
{
	font-weight: bold;
	margin: 5px 0;
	padding: 5px;
	text-align: center;
}
div.generalMessage span
{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
div.error
{
	background: #FEF1EC none repeat scroll 0 0;
	border: 1px solid #CD0A0A;
	color: #CD0A0A;
}
div.display
{
	background: #edffc6 none repeat scroll 0 0;
	border: 1px solid #a0db21;
	color: #3fa0d4;
}
div.warning
{
	background: #fff3bb none repeat scroll 0 0;
	border: 1px solid #ff9600;
	color: #ff9600;
}

.filterWrapper
{
	margin-top: 2px;
}
#filterPanel
{
	-moz-border-radius: 6px 6px 6px 6px;
	background: none repeat scroll 0 0 #E2F5FA;
	border: 1px solid #CDE1EC;
	color: #444444;
	font-size: 11px;
	margin-top: 2px;
	padding: 10px 0;
	text-align: center;
}
#filterPanel select
{
	font-size: 11px;
}
#filterPanelClose
{
	background: none repeat scroll 0 0 #E2F5FA;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom: 1px solid #CDE1EC;
	border-left: 1px solid #CDE1EC;
	border-right: 1px solid #CDE1EC;
	margin: 0 auto 10px auto;
	padding: 3px 10px;
	text-align: center;
	width: 70px;
	display: block;
	color: #444;
	font-size: 13px;
	font-weight: bold;
}
#filterPanelClose.close
{
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top: 1px solid #CDE1EC;
}
#filterPanelClose label
{
	background: url("images/filter.gif" ) no-repeat left 50%;
	padding-left: 25px;
	cursor: pointer;
}

#filterPanelClose:hover
{
	background-position: 0px -768px; /*border-bottom: 1px solid #aaa; 	border-left: 1px solid #aaa; 	border-right: 1px solid #aaa;*/
	color: #888;
}
.filterDivider
{
	margin: 2px 8px;
	background: url(images/filterDivider.gif) no-repeat 50% 50%;
	width: 3px;
	height: 10px;
}

#pingboxContainer
{
	position: absolute;
	margin: 0 auto;
	top: -500px;
	width: 300px;
	height: 320px;
	left: 45%;
}


/*TEST*/
body .contact_details_box
{
	background: none repeat scroll 0 0 #F6FAFD;
	border: 1px solid #CDE1EC;
	bottom: 10px;
	color: #888888;
	padding: 5px 5px 0;
	position: fixed;
	right: 5px;
	width: 160px;
	height: 45px;
	font-size: smaller;
}
body a#contactBar
{
	background: url("images/contact_bar.gif") no-repeat scroll left top transparent;
	bottom: 0;
	display: none;
	height: 22px;
	position: fixed;
	right: 5px;
	text-indent: -10000px;
	width: 78px;
}
body .contact_details_box .section
{
	border-bottom: 1px solid #CCCCCC;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
body .contact_details_box a.minimize
{
	display: block;
	height: 16px;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 16px;
}

