
body{
	margin: 20px;
}

.jumbotron{
	background-color: white;
}

.tr{
	position:absolute;
	top: 20px;
	right: 20px;
}

.tl{
	position:absolute;
	top: 20px;
	left: 20px;
}

.tHeader{
	background-color: #e2001a;
	color: #FFFFFF;
}

table.users td {
    margin: 2px 12px;
    padding: 5px 12px;
    border-bottom: solid 1px #CCCCCC;
}
table.users {
    border-collapse: separate;
    /*border-spacing: 10px;
    *border-collapse: expression('separate', cellSpacing = '10px');*/
}
table.users img{
	border:0px;
	max-width:100px;
	max-height:70px;
}
.onlyImage{
	padding: 3px;
	max-width: 100px !important;
	max-height: 70px !important;
}
.twoCols{
	width: 220px;
}
.carPic{
	min-width: 106px;
}

.detailsCol{
	min-width: 500px;
}
.userDetailComments{
	width: 500px;
	height: 100px;
}
.userDetailTextfields{
	width: 250px;
	height: 80px;
}

table.userDetails {
    border-collapse: collapse;
}
table.userDetails td {
    margin: 2px 12px;
    padding: 5px 12px;
    border: solid 1px #CCCCCC;
}
table.userDetails img{
	border:0px;
	padding: 3px;
	max-width:200px;
	max-height:150px;
}

table.interests td {
    margin: 0px 0px;
    padding: 0px 3px;
	border: 0px;
}
table.interests {
	border: 0px;
}

.summaryBox div{
	float: left;
	margin-right: 30px;
}

.newCount{
	color: #22CC22;
}

.screenPage{
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------*/

.alertDialog{
	width: 500px; width:90%;
	height: 100px; height:auto;
}
.modal-body {
    overflow-y: auto;
}

/*--------------------------------------------------*/

.bgRed{ background-color:#e2001a !important; }
.bgRedDark{ background-color:#b90015 !important; }
.bgGray{ background-color:#9c9e9f !important; }
.bgGrayDark{ background-color:#3c3c3c !important; }
.bgWhite{ background-color:#FFFFFF !important; }

.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}

.row-fluid {display:table-cell; vertical-align: middle;}

.centering {
  float:none;
  margin:0 auto;
  vertical-align:middle;
}

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}*/

.ta{
	border: 1px #dddddd solid;
	border-radius: 5px;
}

.myheader{
	color: #FFF;
	font-size: 200%;
}

/*------------------------------------------------------*/

.productHeader{
	background-color:#e2001a;
	color: #FFF;
}

/*-------------------------------------------------------*/
.nigrinLogo{
	width: 250px;
	height: 200px;
	background-color: #FFF !important;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-size: contain;
}
.nigrinLogoSmall{
    height: 100% !important;
    position: absolute;
    background-color: #FFF !important;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
}
.nigrinLogoPT{
	background-image: url(../../media/pflege-tester_klein.jpg);
}
.nigrinLogoIT{
	background-image: url(../../media/Logo_NIGRIN_Innovations-Tester.png);
}
.nigrin #headLogin {
    position: relative;
    height: 60px;
	display: block;
}
.nigrin .contentWrapper{
	padding: 0 !important;
}

.nigrinMenu{
	/*visibility: hidden;*/	
}

@media(max-width:767px) {

	.nigrin{
		
	}

	#sidebar-wrapper .nigrinLogo{
		display: none;
	}
	.sidebar-nav{
		margin-top: 0px !important;
	}
}

@media(min-width:768px) {
	.nigrin #userHeader {
		height: 0px;
		display: none;
	}
}

