/*
Theme Name: minlege
Theme URI: http://min-lege.no
Description: A custom theme developed for minLege.
Author: Eivind G. Aubert
Author URI: http://admirum.no
Version: 1.0
Tags: Admirum, MinLege
 
All rights reserved, 2012. 

*/

 body {
        padding-top: 60px; 60px to make the container go all the way to the bottom of the topbar
      }
@media (max-width: 979px) {
	body { /* Remove padding-top when navbar collapses for narrow viewports */
	padding-top: 0;
	}
}
.show-grid [class*="span"] {
	background-color: whiteSmoke;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 30px;
	line-height: 30px;
}

.btn {
	vertical-align: middle;
}
.hide{
	display:none;
}

img.centered{
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

#profilePict{
	max-height: 150px;
}

#templateForm{
	margin:0;
}

.modalResponseForm select#templates{
	margin-bottom:1px;
	margin-left: 10px; 
}

a.btnAlignSelect{
	margin-bottom: 9px;
}

/* .bottomLogo{ */
/* 	width: 100px; */
/* 	height: 100px; */
/* 	position:absolute; */
/* 	right: 2%;  */
/* 	bottom: 3%;	 */
/* 	background-image: url('../images/staroflife.png'); */
/* 	background-size: auto 100%; */
/* } */

.modalResponseForm{
	margin:0;
}
.modalResponseForm .alert .btn{
	margin-left:5px;
}
.modalResponseForm .help-inline{
	margin-left: 26px;
}
.modal-footer a#delete{
	float: left;
	
}

.waitAnimation img{
	display: block; 
	margin-left: auto;
	margin-right: auto;
}

#dashboardTable .waitAnimation img{
	margin-left: 0;
}

#dashboardTable td{
	line-height: 22px;
}


/*
Datatable styling
*/


div.dataTables_length label {
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	float: right;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

table.table {
	clear: both;
	margin-bottom: 6px !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

table.table thead .sorting { background: url('img/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('img/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('img/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('img/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
	outline: none;
}

.dataTables_filter input{
	margin-bottom:0;
	display:inline;
}


/*
* time form
*/

.timeWish{
	display: none;
}


.jqueryHooker{
	display:none;	
}
