/* BLUELINES DEFAULT */
body {
	padding-top: 60px;
	padding-right:0px !important; /* BOOTSTRAP MOBILE MODEL BUG */
}
body, div, span, p {
	font-family: Verdana,Arial,sans-serif;
}
label {
	font-weight:normal;
}
h1 {
	display: block;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom:5px;
	font-size: 21px;
	line-height: 40px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
	font-weight:normal;
}
textarea {
	width:100%;
}
.hyperlink {
	color: #337ab7;
}
.table-fixed {
	table-layout: fixed; 
	width: 100%
}
.word-wrap  {
	word-wrap: break-word;
}


/* BLUELINES CONTENT */
.content {
	padding-top:10px;
	min-height:450px;
}
.content h1 a:hover{
	text-decoration:none;
	font-weight:bold;
}
.bluelines_logo {
	float: right;
	padding-left: 20px;
}
.bluelines_logo_homepage {
	margin-top: 10px;
	margin-bottom: 30px;
}


/* OVERVIEW TABLES */
.table-clickable {
	cursor:pointer;
}


/* FORM OPTIONS */
.form-horizontal .control-label {
	text-align:left;
}
.form-horizontal .checkbox, .form-horizontal .radio {
	padding-top:3px;
}
.font_small {
	font-size:11px;
}
.table thead th a {
	color: #000000;
}


/* PROJECT */
.projectdetail_info td {
	border-top: 0px solid #DDD !important;
}
.projectdetail td.projectdetail_lbl_left {
	text-align:left;
	font-weight:bold;
	width:125px;
}
.projectdetail td.projectdetail_lbl_right {
	text-align:left;
	font-weight:bold;
	width:135px;
}
.projectdetail .projectdetail_qa .table td.firstRow, .projectdetail .projectdetail_rm .table td.firstRow {
	border-top: 0px solid #DDD;
}
.projectdetail .projectdetail_qa .table td{
	width:50%;
}


/* INVOICES */
.dispute, .dispute a {
	color:#D3D3D3;
	text-align:left;
}
@media (min-width: 1200px) {
	.dispute_text {
		display:none;
	}
}
.dispute:hover, .dispute:hover .dispute_text {
	display:inline-block;
	color:red;
	text-decoration:none;
}
.inv_confirm_modal {
	font-size:16px;
}
.progress-bar-striped {
	/*background-repeat: repeat;*/
}


/* MODAL */
.modal-open {
	overflow-y: auto; /* BOOTSTRAP MOBILE MODEL BUG */
}


/* MESSAGES */
.message-row {
	height: 1.42857143em; /* FROM BOOTSTRAP TABLES.LESS */
	overflow: hidden;
	opacity: 0.5;
}
.message-readed {
	color: green;
}
.message-unreaded {
	color: red;
}
.message-title {
	font-size:14px;
}