/* Space out content a bit */
body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center top;
  background-repeat:repeat-x;
  background-attachment:fixed;
  font-size: 14px;
  
  background: -moz-linear-gradient(top,  rgba(0, 162, 210) 10%, rgba(138, 199, 230) 20%, rgba(125,185,232,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(0, 162, 210)), color-stop(2%,rgba(138, 199, 230)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0, 162, 210) 10%,rgba(138, 199, 230) 20%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0, 162, 210) 10%,rgba(138, 199, 230) 20%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0, 162, 210) 10%,rgba(138, 199, 230) 20%,rgba(125,185,232,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0, 162, 210) 10%,rgba(138, 199, 230) 20%,rgba(125,185,232,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.jumbotron {
  padding: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #ffffff;
  background-color: transparent;
  //background-color:rgba(255,0,0,0.5);
}

.table {
  font-size: 12px;
  margin-bottom: 0px;
  border-spacing: 0px;
  border-top: 0px !important;
  border:0px !important;
 }

.thead {
  font-weight: bold;
}

.form-control {
 font-size: 12px;
}

.textarea {
	height : 250px;
}

.PFIKSRED
{
    COLOR: #B72627;
}
.PFIKSBLUE
{
    COLOR: #194880;
}

.message
{
    FONT-FAMILY: Palatino Linotype;;
    COLOR: #194880;       
}

.pfiksHeadertable {
	border:0px solid;
	//border-bottom-right-radius: 7px;
	//border-bottom-left-radius: 7px;
}

.table-noborder {
	border:0px solid !important;
	//border-radius:0px !important;
	//border-color : transparent !important;
}


.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: 0px;
}

.centre25percent {
	margin-left:auto; 
	margin-right:auto; 
	width:25%;
}

.centre35percent {
	margin-left:auto; 
	margin-right:auto; 
	width:35%;
}

.centre50percent {
	margin-left:auto; 
	margin-right:auto; 
	width:50%;
}

.centre75percent {
	margin-left:auto; 
	margin-right:auto; 
	width:75%;
}

.centre90percent {
	margin-left:auto; 
	margin-right:auto; 
	width:90%;
}

.container {
	margin-top:0 !important; 
	//margin-left:0; 
	//margin-right:0; 
	margin-bottom:0;
	
	min-height:100% !important;  
	height:auto !important;
	height:100% !important"
}

.navbar {
	margin-bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.navbar-brand
{
	//min-width : 250px;
}

.chatTableFromViewingParty {
	border-color : black !important;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background-color: #F8F8F8;
}

.chatTableFromOtherParty {
	border-color : black !important;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background-color: #F0F0F0;
}

.divTextPadding {  
	padding-top: 7px;  
	padding-right: 7px;  
	padding-bottom: 7px;  
	padding-left: 7px;  
} 

.placecube-page-title {
	text-align: center;
	/*
	background-image: url("/images/General.png");
	background-size: cover;
	background-attachment: fixed;
	height: 50px;
	color: #ffffff;
	margin: auto;
	*/
}