/*@font-face
{
font-family : Trebuchet MS;
src : url('../font/Trebuchet MS.ttf');
}*/
body{

	background : url('../images/page_bg/page_bg_texture_gradient.png');
	background-attachment:fixed;
}
body,a,span,label,button{

	font-family:Trebuchet MS;
	font-size:13px;
}
.container
{
	width:1060px;
}
h4,h3
{
font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:normal;
font-size:22px;
color:#b60000;
}
h4
{
font-size:12px;
}
.main-container
{
	
	background-color:#fff;
	min-height:620px;
	padding:15px;
	margin-bottom:0px;
	border:1px solid #ccc;
}

.main-container .main-heading
{
	font-size:20px;
	color:#535353;
	float:left;
	margin-top:10px;
}
.static-page-heading
{
	font-size:20px;
	color:#535353;
	margin-top:15px;
	margin-left:70px;
	float:left;
	
}
.content-heading
{
	color:#535353;
	margin-top:30px;
	font-size:15px;
	font-weight:bold;
}
.content-top .left_menu
{
	float:right;
}
.content-top .left_menu .nav-pills > li > a 
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	 border-radius: 0px;
	 font-size:11px;
	 color:#ccc;
	background-image: -moz-linear-gradient(top, #2d2d2d, #414141);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d2d2d), to(#414141));
	background-image: -webkit-linear-gradient(top,#2d2d2d, #414141);
	background-image: -o-linear-gradient(top,#2d2d2d,#414141);
	background-image: linear-gradient(to bottom, #2d2d2d, #414141);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#414141');
	zoom: 1;
	border-right:1px solid #111;
	margin-right:0px;
}
.content-top .left_menu .nav-pills > .active > a 
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	 border-radius: 0px;
	 font-size:11px;
	 color:#fff;
	background-image: -ms-linear-gradient(top, #b60000 0%, #cb0601 100%);
	background-image: -moz-linear-gradient(top, #b60000, #cb0601);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b60000), to(#cb0601));
	background-image: -webkit-linear-gradient(top,#b60000, #cb0601);
	background-image: -o-linear-gradient(top,#b60000,#cb0601);
	background-image: linear-gradient(to bottom, #b60000, #cb0601);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b60000', endColorstr='#cb0601');
	zoom: 1;
	border-right:1px solid #111;
	margin-right:0px;
}
.main-container .left-container
{
	float:left;
	width:200px;
	border:1px solid #ccc;
	background-color:#f1f1f1;
	margin-right:15px;
}
.main-container .right-container
{
border:1px solid #ccc;
width:787px;
float:left;
padding:10px;
}
.center-container
{
!border:1px solid #ccc;
width:880px;
margin-left:auto;
margin-right:auto;
padding:10px;
line-height: 26px;
font-size:13px;
!word-spacing: 1px;
text-align: justify;
}
.center-container p{
margin : 0px 0px 15px;
}
.main-container .left-container-heading
{
	background:url('../images/content/content_box/box_header_bg_01.png');
	color:#b60000;
	font-weight:bold;
	font-style:italic;
	!min-height:40px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size:13px;
	background-size: 100% 100%;
}
.main-container .left-form-container
{
	background-color:#f1f1f1;
	padding:10px;
	
}
.main-container .right-container .right-container-top-text
{
	font-size:13px;
	color:#333;
	margin-bottom:10px;
}
.btn.btn-grey
{
font-size: 12px;
line-height: 20px;
color:#b60000;
font-weight:bold;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #fdfdfd, #f5f5f5);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #fdfdfd, #f5f5f5);
background-image: -o-linear-gradient(top, #fdfdfd, #f5f5f5);
background-image: linear-gradient(to bottom, #fdfdfd, #f5f5f5);
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-border-bottom-left-radius: 0px !important;
-moz-border-bottom-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
-webkit-border-top-left-radius: 0px !important;
-moz-border-top-left-radius: 0px !important;
border-top-left-radius: 0px !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #fdfdfd', endColorstr='#f5f5f5', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.btn-grey.active
{
font-size: 13px;
line-height: 20px;
color:#ffffff;
font-weight:bold;
background-color: #b60000;
background-image: -moz-linear-gradient(top, #b60000, #b60000);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b60000), to(#b60000));
background-image: -webkit-linear-gradient(top, #b60000, #b60000);
background-image: -o-linear-gradient(top, #b60000,#b60000);
background-image: linear-gradient(to bottom, #b60000, #b60000);
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #b60000', endColorstr='#b60000', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
font-weight:normal;
}


div.dataTables_filter label 
{
float: left;
margin-top: 10px;
}
input[type="text"], select 
{
font-size: 13px;
}
input.input-medium, input.input-medium[type="password"],select.input-medium,.dataTables_filter input[type="text"]
{
padding: 2px 2px;
height: 22px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border:1px solid #aaa;
}
input.input-xlarge, input.input-xlarge[type="password"],select.input-xlarge
{
padding: 2px 2px;
height: 22px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border:1px solid #aaa;
width:310px;
}
select.input-xlarge
{
	padding:4px 4px;
	height:28px;
	width:315px;
}
select.input-small
{
	padding:2px 2px;
	height:24px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border:1px solid #aaa;
width:50px;
margin-bottom:10px;
}
.form-horizontal .control-label
{
	width:200px;
	text-align: left;
	color:#7f7f7f;
}
.form-horizontal .controls {
margin-left: 220px;
color:#7f7f7f;
}
.select2-container .select2-choice
{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.select2-container .select2-choice div {
-webkit-border-radius: 0 0px 0px 0;
-moz-border-radius: 0 0px 0px 0;
border-radius: 0 0px 0px 0;
!background: url("")
}
.select2-container-multi .select2-choices .select2-search-field input {
	padding:2px 5px;
	}
	select.input-medium,.dataTables_filter input[type="text"]{
		width:180px;
	}

input[type="text"]
{
	!width:174px;
}
.select2-drop
{
	color:#555;
}
.slider-handle.round 
{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.slider-handle
{
	width:10px;
	height:10px;
	background-color:#b60000;

background-image: -moz-linear-gradient(top, #b60000, #b60000);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b60000), to(#b60000));
background-image: -webkit-linear-gradient(top, #b60000, #b60000);
background-image: -o-linear-gradient(top, #b60000, #b60000);
background-image: linear-gradient(to bottom, #b60000, #b60000);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b60000', endColorstr='#b60000', GradientType=0);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
opacity: 0.8;
border: 0px solid transparent;
}
.slider.slider-horizontal .slider-handle
{
	margin-left:-5px;
	margin-top:-2px;
}
.slider.slider-horizontal .slider-track {
height: 6px;
width:180px;
}
label
{
	color:#545454;
}
.slider-track {
	background-color:#ccc;
}
input[readonly]
{
	background-color:#fff;
}
.range-label
{
	color:#545454;
}
.table-bordered
{
	!border-collapse:collapse;
	border:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.table-bordered td,.table-bordered th
{
	border-left:none;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
background-color: #f1f1f1;
}
.table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table th {
font-weight: bold;
color:#545454;
font-size:12px;
}
.table td {
	border-top:none;
    !padding-left:10px;
}
.table td:nth-child(6)
{
!text-align:center;
}
input[type="checkbox"]
{
	background-color:#fff;
}
.pagination ul {

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top:10px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
border-left-width: 1px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-topleft: 0px;
}
.pagination ul > li > a
{
border:none;
}
.pagination ul > .active > a, .pagination ul > .active > span {
color: #333333;
cursor: default;
}
.pagination ul > li > a
{
	color:#b60000;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
background-color: #fff;
}
a:hover, a:focus {
color: #b60000;
!text-decoration: underline;
}
.right-container .nav-pills > li > a,.right-container .nav-pills > li > a:hover 
{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color:#b60000;
background-color:#fff;
}
.right-container .nav-pills > .active > a, .right-container .nav-pills > .active > a:hover, .right-container .nav-pills > .active > a:focus {
color: #545454;
background-color: #fff;
border-bottom:4px solid #b60000;
padding-left:4px;
padding-right:4px;
margin-left:8px;
margin-right:8px;
}
a.project-link,a.project-link:hover,a.news-link,a.news-link:hover
{
	text-decoration: none;
	color:#545454;
}
.close-iframe
{
position:relative;
!left:5px;
!top:5px;
}
.text-box
{
	width:174px;
}
::-webkit-scrollbar {
           width: 12px;
      }
        
       ::-webkit-scrollbar-track {
           -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
           border-radius: 9px;
       }
        
       ::-webkit-scrollbar-thumb {
           border-radius: 9px;
           -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
       }
       .alert
       {
       		!position:absolute;	
       }
       .iframe-container
       {
       	width:960px;
       	margin-left:auto;
       	margin-right:auto;
       	margin-top:20px;
       }
       .iframe-container .project_name,.iframe-container .news_name
       {
       	  
       	  font-size:16px;
       	  font-weight:bold;
       	  color:#b60000;
       	  word-wrap:break-word;
       }
       .iframe-container .close-iframe span{
       		cursor:pointer;
       		font-weight:bold;
       		font-size:14px;
       		
       }
       .iframe-container .close-iframe
       {
       	position:relative;
       		top:-10px;
       }	
       .projects_list .bottom li
       {
       		margin-bottom:10px;
       }
       .projects_list .bottom ul{

       		list-style-image: url('../images/content/bullet.png');

       }
       .pagination
       {
       	 text-align: center;
       	 margin-top:20px;
       }
       .pages_container ul 
       {
       		display: inline-block;
       		list-style-type: none;

       }
       .pages_container ul > li{

       	display: inline;
       	padding: 4px 12px;
       	
       }
       .pages_container ul > li > a{
       	color:#b60000;

       }
       .pagination > ul > li > a{
       	cursor : pointer;
       }
       .left-nav .active-left-link{
       	color:#b60000;
       }
       .chart-popup
       {
       	max-width:625px;
       	max-height:480px;
       	position:absolute;
       	border:2px solid #888888;
       	background-color:#ffffff;
       	opacity:1;
       	box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
       	padding:10px;
       	z-index:100;
       	overflow-x:auto;
       	overflow-y:auto;
       }
       .close-popup
       {
			float:right;
			color:#b60000;
			text-decoration: underline;
			cursor:pointer;
       }
       .popup_chart_title
       {
			text-align:center;
			color:#b60000;
			font-style: italic;
			font-weight:bold;
       }
       
	   .dashboard-btn:hover{
			!color: #fff;
			text-decoration: none;

		}
.dashboard-btn:hover, .dashboard-btn:hover:focus{
		/*color: #fff;
		background-color: #333;*/
}
.dashboard-btn {

!color: #fff;
!font-weight: normal;
/*font-size: 12px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;*/
/*background-color: #333;
background-image: -moz-linear-gradient(top, #595959, #333);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#595959), to(#333));
background-image: -webkit-linear-gradient(top, #595959, #333);
background-image: -o-linear-gradient(top, #595959, #333);
background-image: linear-gradient(to bottom, #595959, #333);
border: 1px solid #cccccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#333', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
width:260px;
margin-top: 1px;
}

.modal-password {
left: 57%;

width: 370px;
margin-left: -270px;
}
.modal-password .modal-body
{
	padding-left:25px;
	padding-right:25px;
	padding-top:0px;
}
.modal-password .modal-body h3
{
	font-size: 18px;
	text-align:center;
}
.error
{
	color:#b60000;
	text-align:center;
	font-size:13px;
}
.add-dashboard-btn-container .dropdown-menu .divider {
height:26px;
padding:3px 20px;
color:#333;
font-weight: bold;
font-size: 13px;
background-color: #e5e5e5;
!border-bottom: 1px solid #ffffff;
}
.capacity span,.projects_cost span,.concession_period span {
	font-size:12px;
	color:#545454;
}
.projects-container li,.news-container li,.tender-news li,.contract-award li
{
	line-height:18px;
	font-size: 12px;
}
.projects-container li a,.news-container li a,.tender-news li a,.contract-award li a
{
	font-size: 12px;
}
.projects-container ul,.news-container ul,.tender-news ul,.contract-award ul{
	margin: 0px 0px 0px 20px;
}

#project-list-table tr td:nth-child(4),#project-list-table tr td:nth-child(6)
{
	text-align: center;
}
.caret
{
	border-top: 4px solid #B60000;
}
.modal-close
{
	float:right;
}
.modal-close a
{

color:#b60000;
font-weight:bold;
}
.pdf-charts-container
{
width:744px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
}
.pdf-charts-container .chart-title
{
color:#b60000;
font-size:18px;
margin-bottom:20px;
text-align:center;
word-wrap:break-word;
}
.pdf-charts-container .chart-container
{
margin-bottom:20px;
}
.download_options_container
{
margin-right:12px;
}
.pdf-download-link img,.excel-download-link img
{
width:20px;
height:20px;
}
.download_link 
{
float:right;
}
.download_link img
{
width:20px;
height:20px;
}
.select2-container-multi
{
	max-height: 150px;
	overflow: auto;
}
.news_desc .long_description_news
{
text-align: justify;
}
.news_date
{
font-weight:bold;
}
.news_date,.news_name
{
margin-left:8px;
}

body {
	line-height: 19px
}

.left-nav .left-nav-list:nth-child(3) {
	display : none;
}