@charset "utf-8";
/* CSS Document */


/*GENERAL*/

#main_block
{
    min-height: 480px;
    /* background: #DBDBDB; */
    width: auto;
    margin: 0 auto;
}

#footer {
	position: absolute;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: auto;
        width: auto;
	font-size: 10pt;
	color: #ffffff;
	background: #666666;
}

#shadow_box{
    box-shadow: 0 0 20px #000000;
    width: auto;
    margin: auto;
}

* #footer{
position: relative;
}

#footer_logo {
    background-color: transparent;
    background-repeat: no-repeat;
}

#footer_logo img {
    width: 132px;
}

.banner, .banner_gr{
    height: 150px;
    background: #ff6600 url(bg_banner.png) center top repeat-x;
    width: auto;
    box-shadow: 0 0 5px #666666;
}

.banner_gr {
    background: #333333 url(asphalt.jpg) center top repeat-x;
}

.banner_inside_gr{
    padding: 30px 0 30px 0;
    margin-left: -15px;
}

.banner_inside{
    padding: 25px 0 25px 20px;
}

.bg_accordion{
    background: #ffffff;
}


p {
    text-align: justify;
}

.light_messages {
    padding: 10px;
    background: #EEEEEE;
    border: 1px solid #bcbcbc;
}

.dark_messages {
    padding: 10px;
    background: #DBDBDB;
    border: 1px solid #bcbcbc;
}

.top_margin {
    margin-top: 18px;
}

.bottom_margin {
    margin-bottom: 18px;
}

.top_margin_dbl {
    margin-top: 36px;
}

.bottom_margin_dbl {
    margin-bottom: 36px;
}

.modal {
    width: 750px;
    margin-left: -400px;
}

.modal-body {
    max-height: 550px;
}


.thumbnail img{

    width:260px;
    height:180px;
}



.row{
    margin-top: 9px;
    margin-bottom: 9px;
}

.info_line {
    margin-bottom: 5px;
     width: 100%;
     text-align: right;
}

.container blockquote {
    border-left: 5px solid #DBDBDB;
    margin-left: 10px;
}

.container blockquote p {
 font-size: 14px;
 font-weight: bold;
 font-style: italic;
}

.nav-tabs li a:hover {
    background-color: #DBDBDB;
}

.container hr {
    border-color: #e6e6e6;
}


.project_info_block_out {
	display: table;
}

.project_info_block_inn {
	display: table-cell;
        vertical-align: bottom;
}

.input-large-height {
    height: 34px !important;
    font-size: 17px!important;
}

body{
    /* background: #8e8f8f url(grey-paper.png) center top repeat; */
    margin-top: -4px;

}

.font_large{
    font-size: 30px;
}

.confirmed-row {
    background: #99cc99;
}

// rating
.rating-area {
	overflow: hidden;
	width: 265px;
	margin: 0 auto;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
	position: relative;    
}

.rating-result {
	width: 265px;
	margin: 0 auto;
}
.rating-result span {
	padding: 0;
	font-size: 32px;
	margin: 0 3px;
	line-height: 1;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active {
	color: gold;
	text-shadow: 1px 1px #c60;
}

.navbar-inner {
    background-color: #44a1d1;
    background-image: none;
}

.navbar .nav>li>a {
    color: white;
    text-decoration: none;
    text-shadow: none;
}  


.navbar .brand {
    color: white;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: white;
    border-bottom-color: white;
}

.user-btn {
    border-radius: 20px;
    margin: 5px; 
    padding: 5px 10px 5px !important;
    border: 2px #dddddd solid;
} 

.text-logo {
    float: left;
    font-size: 18px;
    font-weight: 700;
}

.panel { 
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  font-size: 17.5px;
  font-weight: 500;      
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
} 

