@charset "utf-8";
/* CSS Document */
body, html {font-family: 'PT Sans', sans-serif !important; }


.top-line { background:#363b3f; color:white; padding:5px; text-align: right; border-bottom: 4px solid orange;}
.top-line a { color:inherit !important;}
.top-line li {list-style-type: none; display: inline; margin: 0px 5px; text-transform: uppercase; font-size: 11px; font-weight: 700;}


.logo-line {
    padding: 30px 0px 30px 0px; border-bottom: 4px solid orange;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}


.logo-line .quickcontact { font-size: 11px; text-align: right; margin-top: 20px;}
.logo-line .quickcontact i { margin-left: 15px;}
.logo-line li { display: inline; font-weight: 700;}


.searchBox { margin-top: 10px;}


.topmenu { }
.topmenu li {}


.sliderArea { border-bottom: 4px solid orange;}

.monografie-box { display: inline; position: absolute; top: 300px; left: 20%; z-index: 10; background: rgba(203,115,10,0.95); width: 300px; padding: 30px;}
.monografie-box .title { color: yellow; font-weight: 600; text-align: left;}
.monografie-box .description { color: white; font-weight: 400; text-align: left;}

.welcome { margin-top: 0px; margin-bottom: 30px; padding-bottom: 40px;}
.welcome .title { font-weight: 700; color: #005691;}
.welcome .description { font-weight: 700; color: darkgray;}


.whitebox { border: 0px solid #e1e1e1; padding: 15px; margin-bottom: 15px; background: url(/portal-administratie-publica/javax.faces.resource/crimpoia/img/shaddow.png.html) no-repeat center top; background-size: auto; }
.whitebox .btn a { color: white !important;}
.whitebox .btn a:hover { color: white !important;}

.bluebox { border: 0px solid #e1e1e1; padding: 15px; margin-bottom: 15px; background: #3380da url(/portal-administratie-publica/javax.faces.resource/crimpoia/img/shaddow.png.html) no-repeat center top; color: white; margin-bottom: 30px; }
.bluebox .btn a { color: white !important;}
.bluebox .btn a:hover { color: white !important;}

.orangebox { border: 0px solid #e1e1e1; padding: 15px; background: orange url(/portal-administratie-publica/javax.faces.resource/crimpoia/img/shaddow.png.html) no-repeat center top; color: white; }

.boxtitle { font-weight: 700; padding-top: 5px; text-transform: uppercase;}
.boxheight {min-height: 330px;}

.stire { border-bottom: 1px solid #eaeaea; padding: 5px;}
.stire span { font-weight: 700; font-size: 0.8em; color: lightcoral;}

.lista { border-bottom: 1px solid #eaeaea; padding: 5px;}
.lista span { font-weight: 700; font-size: 0.8em; color: yellow;}
.lista a { color: inherit !important;}
.lista a:hover { color: inherit !important;}


.proiecte { margin-bottom: 0px !important; padding-bottom: 0px !important;}
.proiecte .lista-proiecte {}
.proiecte .lista-proiecte li { font-weight: 700; margin-top: 10px;}

.btn { font-weight: 700 !important; border: 0px solid #fff !important; padding: 4px 8px !important;}



.scrollToTop{
	width:60px; 
	height:60px;
	padding:10px; 
	text-align:center; 
	font-weight: bold;
    border: 5px solid white;
	color: #fff;
	text-decoration: none;
	position:fixed;
	top:80%;
	right:40px;
	display:none;
	background: red;
    border-radius: 100px;
}
.scrollToTop:hover{
	text-decoration:none;
}



.breadcrumb {
    padding: 15px 15px 0px 15px !important;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff !important;
    border-radius: 4px;
    font-size: 12px;
}
.breadcrumb span { font-weight: 700; color: orangered;}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: orange;
    font-family: "FontAwesome";
    content: "\f105" !important;
}






.lista-categorie { margin: 0px; padding: 0px; }
.lista-categorie li {border: 1px solid #e1e1e1; border-radius: 3px;  font-weight: 700; list-style: none; padding: 20px 20px; margin-bottom: 10px;}
.lista-categorie li:hover {border: 1px solid #ccc; border-radius: 3px;  font-weight: 700; list-style: none; padding: 20px 20px; margin-bottom: 10px; background: #fafafa;}

.lista-categorie li .title {font-weight: 700; color: darkorange;}
.lista-categorie li .description {font-weight: 700;}




.articol {}
.articol .title {font-weight: 700; color: darkorange;}
.articol .description { font-size: 15px; font-weight: 600; color: #ccc; margin: 20px 0px; border-top: 1px solid gray; border-bottom: 1px solid gray; padding: 20px 0px; }










.footer { background: gray url(/portal-administratie-publica/javax.faces.resource/crimpoia/img/footer.png.html) center no-repeat; padding: 20px; color: whitesmoke; font-weight: 600; border-top: 4px solid #ccc;}
.footer ul { color: whitesmoke;}
.footer ul li { margin-left: 15px; list-style-type: square; margin-top: 5px;}
.footer ul li a { color: orange;}


@media screen and (max-width: 1200px) {
    .mobile-display-none { display: none;}
    .logo-line .quickcontact { font-size: 11px; text-align: center; margin-top: 20px;}
}


