﻿/* 
 * MPRO SYSTEMS SRL
 * 2011-2018 Toate drepturile rezervate
 * Updated 2018-06-05
 */

/* fonts */ 
@font-face {
    font-family: 'SansCondensedRegular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* SansCondensedRegular Blue */
[class*="scr"] {
	font-family: SansCondensedRegular;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	color: #6495ED; 
}
.scr20-upper {
	font-size: 20px;
	text-transform: uppercase;
	line-height:32px;
}
.scr18-upper {
	font-size: 18px;
	text-transform: uppercase;
	line-height:28px;
}
.scr16-upper {
	font-size: 16px;
	text-transform: uppercase;
	line-height:24px;
}
.scr14-upper {
	font-size: 14px;
	text-transform: uppercase;
	line-height:20px;
}
.scr20 {
	font-size: 20px;
	line-height:32px;
}
.scr18 {
	font-size: 18px;
	line-height:28px;
}
.scr16 {
	font-size: 16px;
	line-height:24px;
}
.scr14 {
	font-size: 14px;
	line-height:20px;
}

/*
.well-min {
	min-height: 20px;
	padding: 9px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
*/

/* Titles */
.item-title,
.page-header,
.page-header h3, 
.page-header h2, 
.nav-pills {
	font-family: SansCondensedRegular;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	text-transform: uppercase;
	color: #6495ED; 
}       

/* Spatieri */ 
.vspace {margin-top: 7px; margin-bottom: 7px;}
.vspace-top {margin-top: 7px;}
.vspace-bottom {margin-bottom: 7px;}
.hspace {margin-left: 7px; margin-right: 7px}
.hspace-left {margin-left: 7px;}
.hspace-right {margin-right: 7px} 


/* Borduri evidentieri*/ 
table.border-closed {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.info {
	cursor: help;
	border-bottom: 1px dotted #999;
}

/* Alinieri */
table thead.middle th,
table.th-middle th {
	text-align:center;
	vertical-align: middle;
}
.text-justify {text-justify: auto; text-align: justify}  
.pull-center {
	margin-left: auto;
	margin-right: auto;
}  

/* Dimensiuni */
.thumbs-160 {
	width:160px;
	height:120px; 
	margin-bottom: 4px;
}

/* Header compact */
body.site {
	border-top: 0;
	padding: 0px 7px 0px 7px;
} 

/* HEADER */
.header {
	margin: 0px;
	padding: 0px;
	background: url(../images/header-bg.jpg) no-repeat;
  /* 
  background-color: #6495ED;
	background: url(../images/header-bg.png) 0 0 repeat;
  */
}
.header-search {
	margin-top: 10px; 
	margin-right: 12px; 
	margin-left: 12px; 
	margin-bottom: -8px;
}

/* MAINMENU */
.brand { margin: 2px 15px 2px 5px; } 
.site-title { 
	color: #ffffff; 
	margin: 5px 0px 5px 0px;
}
.topmenu li a {color: #ffffff}
.topmenu li a:hover {color: #336699}

/* BOXES */
.well-min {
	min-height: 20px;
	padding: 9px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
 
/* Footer */
#foo li {
  vertical-align: middle;
  float:none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* Sidebar Menu */
#aside .nav-child {
	margin-left: 0;
	list-style: none;
}
#aside .nav-child > li > a {
	display: block;
}
#aside .nav-child > li > a:hover,
#aside .nav-child > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
#aside .nav > li > a,
#aside .nav-child > li > a {
	padding: 3px 2px;
	border-bottom: 1px solid #eee;
}
#aside .nav > li.active > a,
#aside .nav-child > li.active > a {
  background-color: #08C;
  color: #ffffff;
}

/* multimedia */ 
.swfObject {
    width:100%;
    height:100%;
}

/* thumbnails */ 
.thumbs-horizontal {
	display: inline-block;
} 
.thumbs-vertical {
	display: block;
}
.thumb {
	display: block;
	padding: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.thumb:hover,
.thumb:focus {
	border-color: #08c;
 	background-color: #f0f0f0;
	-webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	-moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumb > img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
}
.thumb .caption {
	color: #555;
}


/* Titles (added at 2016-07-12) */
.blog-featured h2.item-title,
.hero-title,
.hero-subtitle {
	padding: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background-color: #6495ED;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	margin-top:20px;
	margin-bottom: 20px;
}
.hero-subtitle {
	padding: 10px 20px;
	background-color:#E69B00;
	text-decoration:none;
}
/* Added at 2018-06-05 */
.hero-title h2 {
	color: #ffffff;
}
a.toggle{
	text-decoration:none;
}
.hero-hover:hover{
	background-color:#FF8000
}

/* Images in the articles (added at 2016-07-12) */
.img-right {
	float: right;
	margin: 0px 0px 20px 20px;
}
.img-zoom {
	position:relative;
	display:inline-block;
	margin: 10px;
}
.icon-zoom-in {
	font-size:120%;
	position:absolute;
	top:10px;
	right:10px
}
a .img-polaroid:hover {
	border: 1px solid #6495ED;
}

/* Fx.Accordion (added at 2016-07-16) */
#toggler {
	width: 100%;
}
#toggler p.strong:hover,
#toggler p.normal:hover {
  background-color:#B9E9FF;
}
#toggler p.normal a {
  color: #666;
}
#toggler p.normal a:hover {
  color: #333333;
  text-decoration:none;
}

/* Beauty (added at 2016-07-16) */
.beauty p,
.beauty li {
	text-align: justify;
	text-indent: 30px;
}
.beauty p.indent0 {
	text-indent: 0px;
}
.beauty p.m0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.beauty p.mb0 {
	margin-bottom: 0px;
}
.beauty p.mt0 {
	margin-top: 0px;
}
.beauty i.indent {
	margin-left: 30px;
}

/* Apps */

/* pubcas */
span.dotted {
 	display: inline-block;
	border-bottom: 1px dotted #000000;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
li.pubcas .line34 {
	line-height: 34px;
} 
li.pubcas .line32 {
	line-height: 32px;
} 
li.pubcas .name-title {
	font-family: SansCondensedRegular;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	line-height: 34px;
	color: #6495ED;
}

/* urbans */
li.urbans .row-fluid [class*="span"] {
	min-height: 16px;
}
li.urbans .list-title {
	font-family: SansCondensedRegular;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	line-height: 34px;
	color: #6495ED;
}

/* autocons */
li.autocons .list-title {
	font-family: SansCondensedRegular;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	line-height: 34px;
	color: #6495ED;
}

/* documents */
.doc-title {
	font-family: SansCondensedRegular;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	line-height: 34px;
	color: #6495ED;
}
a.doc-title:hover,
a.doc-title:focus {
	color: #4169E1;
  text-decoration:none;
}

/* articles */
.dl-horizontal dt.left {
	float: left;
	width: 160px;
	clear: left;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-normal {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
  text-transform: none;
	line-height: 18px;
	color: #333;
	background-color: #fff;
}

div.consilieri dt a {
	font-family: SansCondensedRegular;
  font-size: 14px;
	font-weight: normal;
  font-style: normal;
  text-decoration:none;
	color: #6495ED;
} 
div.consilieri dd.tabs {
  height:280px
}  

/* FINAL */
/* http://en.wikipedia.org/wiki/Web_colors */
/* Pink colors */
.bg-pink {background-color: #FFC0CB;}
.bg-hotpink {background-color: #FF69B4;}
.pink {color: #FFC0CB;}
.hotpink {color: #FF69B4;}
/* Red colors */
.bg-lightsalmon {background-color: #FFA07A;}
.bg-crimson {background-color: #DC143C;}
.lightsalmon {color: #FFA07A;}
.crimson {color: #DC143C;}
/* Orange colors */
.bg-tomato {background-color: #FF6347;}
.bg-orange {background-color: #FFA500;}
.tomato {color: #FF6347;}
.orange {color: #FFA500;}
/* Yellow colors */
.bg-moccasin {background-color: #FFE4B5;}
.bg-palegoldenrod {background-color: #EEE8AA;}
.moccasin {color: #FFE4B5;}
.palegoldenrod {color: #EEE8AA;}
/* Brown colors */
.bg-peru {background-color: #CD853F;}
.bg-chocolate {background-color: #D2691E;}
.peru {color: #CD853F;}
.chocolate {color: #D2691E;}
/* Green colors */
.bg-lime {background-color: #00FF00;}
.bg-palegreen {background-color: #98FB98;}
.lime {color: #00FF00;}
.palegreen {color: #98FB98;}
/* Cyan colors */
.bg-darkturquoise {background-color: #00CED1;}
.bg-cadetblue {background-color: #5F9EA0;}
.darkturquoise {color: #00CED1;}
.cadetblue {color: #5F9EA0;}
/* Blue colors */
.bg-cornflowerblue {background-color: #6495ED;}
.bg-royalblue {background-color: #4169E1;}
.cornflowerblue {color: #6495ED;}
.royalblue {color: #4169E1;}
a.royalblue:hover,
a.royalblue:focus {color: #DC143C;}
.blue {color:blue;}

/* Purple colors */
.bg-plum {background-color: #DDA0DD;}
.bg-violet {background-color: #EE82EE;}
.plum {color: #DDA0DD;}
.violet {color: #EE82EE;}

/* White */
.bg-white {background-color: #ffffff;}
.strong {font-weight:bold;}
/* Custom color */
.white {color:white;}
