body{
	overflow: hidden;
}

.inlineBlock {
	display: inline-block;
}

.hide{
	display: none;
}
#header {
}

#header {/* h3, #header .btn-group { */
	padding-left: 15px;
	padding-right: 20px;
}

#header .btn-large {
	font-size: 13px;
	padding: 5px;
	padding-right: 7px;
}

.dropdown-menu li>a {
	color: #333333;
}

.dropdown-menu .bottom {
	background-color: #f1f1f1;
	padding: 8px;
	border-top: #d7d7d7 1px solid;
	height: 30px;
}

#mainHolder{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	/*height: 92.8%;*/
	bottom: 0px;
	/*background: #e5e5e5;*/
}

#sideMenu{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 80px;
	padding: 2px 0px;
	height: 100%;

	background-color: #E5E5E5;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	z-index: 500;
}

#sideMenu .brand {
	padding: 15px 10px;
	padding-left: 19px;
}

#bottomNav{
	position: absolute;
	bottom: 10px;
	width: 80px;
}

#sideMenu .topNavScrollTop,#sideMenu .topNavScrollBottom {
    text-align: center;
    width: 80px;
    position:absolute;
    display:none;
    height: 20px;
    background: rgba(240,240,240,0.8);
}


#sideMenu .brand {
	display: block;
}

#sideMenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sideMenu ul li{
	text-align: center;
}

#sideMenu ul li i {
	font-size: 25px;
	display: block;
	margin-bottom: 4px;
	height: 28px;
}

#sideMenu .active a,#sideMenu .active a:hover {
	color: #008FCC;
	box-shadow: inset 3px 0 0 #008FCC;
	background: #F5F5F5;
	transition: background .4s;
}

#sideMenu ul li a {
	color: #666;
	font-size: 11px;
	display: block;
	line-height: 12px;
	padding: 10px;
}

#sideMenu li a:hover {
	color: #333;
	text-decoration: none;
	background: #F5F5F5;
	transition: background .4s;
	/* box-shadow: inset 2px 0 0 #ddd; */
}






.well-small {
	border-left: none;
	border-right: none;
	border-radius: 0px;
	padding: 4px 10px;
	background: #F5F5F5;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.nav-tabs {
	margin-right: 2px;
	margin-bottom: 0;
	padding-left: 20px;
	padding-top: 5px;
}

#mainRight h3 {
	margin-top: 0px;
}

#mainAreaHeader > .well {
    height: 30px;
}

#mainAreaHeader .top {
	background: #efefef;
	/*box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);*/
	z-index: 400;
	
}

#mainAreaHeader .top>.controls {
	padding: 8px 20px;
	height: 30px;
}

#mainAreaHeader .tabbable {
	background: #f8f8f8;
}

#mainAreaHeader .top>.tabbable>.nav-tabs {
	border-bottom: none;
	padding-top: 8px;
	font-size: 13px;
	height: 34px;
    box-shadow: 0 8px 4px -3px rgba(0,0,0,0.15);
    position:relative;
    z-index:2;
}

#mainAreaHeader .nav-tabs>li>a {
	padding-top: 6px;
	padding-bottom: 6px;
}

#mainAreaHeader .nav-tabs>li {
	margin-bottom: 0px;
}

#mainAreaHeader .btn-group>.btn, #mainAreaHeader .btn-group>.dropdown-menu, #mainAreaHeader .btn-group>.popover {
	font-size: 13px;
}

#mainAreaHeader .download .btn-group>.btn, #mainAreaHeader .download .btn-group>.dropdown-menu, #mainAreaHeader .download .btn-group>.popover {
	font-size: 12px;
}

#mainAreaHeader .download {
	position: absolute;
	top: 53px;
	right: 20px;
	font-size: 13px;
    z-index: 3;
}


/**
 * Login page
 */

body#login {
	background-color: #f1f1f1;
	overflow: auto;
}

#login-container {
	margin: 150px 0 50px 0;
}

#login-container h3 {
	text-align:center;
}

#login-box {
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	width: 310px;
	margin: 0 auto;
	background: white;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-top: 20px;
}

#login-fields {
	display: inline-block;
}

#login-fields .error .alert {
	text-align: center;
}

#login-fields input[type=text], input[type=password] {
	width: 295px;
}

#login-box .alert {
	padding:8px 14px 8px 14px;
}

/* Users */

#settings .nav-stacked {
	padding:0 0 10px 0;
}
#settings .nav-stacked li img {
	width: 32px; margin: 3px 10px 0 0;
}

#settings .nav-stacked li a {
	background: #fff;
}

#settings .nav-stacked li.active a, 
#settings .nav-stacked li.active a:hover {
	color: #fff;
	background: #08c;
}
#settings .nav-stacked li.active a .muted {
	color: #fff;
}

#settings .adduser {
	margin: 0; padding-right: 12px;
}

#settings .adduser input {
	width: 80%; font-size: 12px; line-height: 16px; height: 16px;
}

#settings .adduser .btn-group {
	width: 20%;
}

#settings .adduser .btn-group button {
	width: 100%;
}

/* Animation til user settings */



.animate-enter, 
.animate-leave
{ 
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: relative;
    display: block;
} 


.animate-enter.animate-enter-active, 
.animate-leave {
    opacity: 1;
    top: 0;
    height: 30px;
}



.animate-leave.animate-leave-active,
.animate-enter {
    opacity: 0;
    top: -50px;
    height: 0px;
}

.modal.narrow-modal {
	width: 560px;
	margin-left: -280px;
}
.modal.medium-modal {
	width: 760px;
	margin-left: -380px;
}



.report-pack-table {
	margin: 5px 0;
}
.report-pack-table th {
	text-align: left;
}

.report-pack-table th,.report-pack-table td {
	/*text-align: left;*/
	padding: 7px 20px 7px 20px;
	vertical-align: top;
}

.report-pack-table .reportcol {
	width: 150px;
}

.report-pack-table thead tr {
	border-bottom: 1px solid #eee;
}
.report-pack-table tbody tr:hover td {
	background-color: #d9edf7;
}
.report-pack-table tbody tr.info td {
	background-color: #d9edf7;
}

.report-pack-table a {
	text-decoration:none;
}



#header .dropdown-menu {
	padding-bottom: 0px;
	font-size: 13px;
	width: 300px;
}

#header .dropdown-menu .content {
	padding: 8px;
}

#header .dropdown-menu .icon-envelope-alt, #header .dropdown-menu .icon-folder-close-alt {
	font-weight: bold;
	color: #999;
}

#header .dropdown-menu .bottom {
	background: #f1f1f1;
	padding: 8px;
	/*text-align: right;*/
	border-top: #d7d7d7 1px solid;
	height: 30px;
}

#header .dropdown-menu .dropdown-submenu .dropdown-menu {
	margin-left: -180px;
}

#header .dropdown-menu .bottom  span {
/*	display:block;*/
	margin-left: 3px;
	margin-top: 3px;
}


.dropdown-menu a:hover .text-info {
	color: white;
}

.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a {
	text-decoration:none;color:#ffffff;
	background-color:#0081c2;
	background-image:-moz-linear-gradient(top, #0088cc, #0077b3);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image:-webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image:-o-linear-gradient(top, #0088cc, #0077b3);
	background-image:linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

#header .btn-large {
	height: 24px;
	vertical-align: middle;
	margin-left: 5px;
	min-width: 20px;
}

#header .dropdown {
	display: inline-block;
}

#header .progress {
	margin-bottom: 5px;
}

#header .progress.progress-mini {
	height: 4px;
	margin-bottom: 0;
}

table .progress {
	margin:0;
}

a, .report-pack-table tr  {
	cursor: pointer;
}

.tab-content .alert a {
	text-decoration: none;
}

/**
Changes 131114 / SOHA
*/


#mainRight{
	position: absolute;
	top: 0px;
	left: 80px;
	right: 0px;
	bottom: 0px;
	overflow: scroll;
	overflow-x: hidden;
	/*background: #fff;*/
}

.mainPane{
	padding: 10px;	
	padding-right: 20px;
	padding-top: 0px;
}

#mainRight {
    overflow: hidden;
}

#mainRight  .tab-content {
    /**/
    /* border-left: 1px solid #ddd; */
    /* border-right: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    /* border-top: 1px solid transparent; */
    /*padding: 10px;*/

    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0px;
    right: 0;
    overflow:hidden;
    border-radius: 3px;
}

.tablehead {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 17px; /* scrollbar -- is later finetuned by JS using measurement */
  overflow:hidden;
  /*padding-left:10px;*/
  z-index:1;
  background: white;
  pointer-events: none;
}

.tablehead table {
/*  border-right: 100px solid white;*/
  margin-bottom: 0;
  
}

.tablebody table,.tablehead table {

  border-left: 20px solid #fff;
}

.tablehead {
/*  margin-right: 100px;*/
}

table.accounts tr th {
	padding-top: 10px;
  padding-bottom: 10px;
}
.accounts thead tr:nth-child(1) th {
	padding-top: 20px;
}

.accounts thead tr:nth-child(2) th {
	background-color: #E5E5E5;
}

.accounts thead tr th.space {
	background-color:transparent;
}

.accounts tr td:first-child, .accounts tr th:first-child {
  padding-left: 20px;
}

.nontablebody {
  overflow: auto;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  padding: 20px;
}

.tablebody {
  overflow: auto;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  padding-top:90px;
  /*padding-left:10px;*/
}

table.accounts {
  table-layout: fixed;
  width: auto;
  font-size: 12px;
  color: #404040;
}

table.accounts td, table.accounts th {
  padding: 4px 10px;
  height: 20px;
  line-height: 20px;
  border-top: none;
  
  
}

/*
Header har fixed højde
så derfor NO OVERFLOW!
*/
table.accounts th {
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*
COLUMN STYLES
*/

table.accounts .widetext {
  width: 380px;
  min-width: 380px;
  max-width: 380px;
}
table.accounts .text {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
}
table.accounts .mediumtext {
  width: 230px;
  min-width: 230px;
  max-width: 230px;
}
table.accounts .narrowtext {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}
table.accounts .verynarrowtext {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
table.accounts .veryverynarrowtext {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}
table.accounts .singlecharacter {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
}


table.accounts .note {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  text-align:center;
}
table.accounts .btn-small {
  height: 20px;
  padding: 0px 9px;
}

table.accounts .space {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  padding:0;
}
table.accounts tr td.space, .table-striped > tbody > tr > td.space {
  background: white;
}

table.accounts .center {
  width: 65px;
  min-width: 65px;
  max-width: 65px;
  text-align: center;
}
table.accounts .num, table.accounts .numwide {
  width: 65px;
  min-width: 65px;
  max-width: 65px;
  text-align: right;
}

table.accounts .num.small, table.accounts .numwide.small {
  width: 45px;
  min-width: 45px;
  max-width: 45px;
}

table.accounts tr td.fill,table.accounts tr th.fill {
  width: 100%;
}
table.accounts tr td.fill,table.accounts tr th.fill {
  background: #fff;
}


.accounts td.diff.pos {
	color: #080;
}

.accounts td.diff.neg {
	color: #E00;
}


/* 
ROW STYLES
*/

.accounts tr.bold {
	font-weight: bold;
}

.accounts tr.italic {
	font-style: italic;
}
.accounts tr td.italic {
	font-style: italic;
}

.accounts tr.underline td.num,.accounts tr.underline td.numwide {
	border-bottom: 1px solid #CFCFCF;
}

.accounts tr.dunderline td.num,.accounts tr.dunderline td.numwide  {
	border-bottom: 3px double #CFCFCF;
}

.accounts tr.overline td.num,.accounts tr.overline td.numwide {
	border-top: 1px solid #CFCFCF;
}


.table tr.bg-salmon td, .table tr.bg-salmon th, .table.accounts thead tr:nth-child(2)  th.bg-salmon {
	background-color: #fbd5b6;
}
.table tr.bg-blue td, .table tr.bg-blue th, .table.accounts thead tr:nth-child(2)  th.bg-blue {
	background-color: #b9cce3;
}
.table tr.bg-lilac td, .table tr.bg-lilac th, .table.accounts thead tr:nth-child(2)  th.bg-lilac {
	background-color: #ccc1d9;
}
.table tr.bg-green td, .table tr.bg-green th, .table.accounts thead tr:nth-child(2)  th.bg-green {
	background-color: #d8e3be;
}

/* NOTE MODAL */
.notebody.modal-body {
  height: 400px;
}

/*#mainRight #settings .tab-content {
    top: 106px;
}*/

#mainRight .table {
    width: initial;
}

#mainRight #tasks .table {
    width: 100%;
}
.table td.text-center {
text-align: center;
}

.tab-content > div > .mainPane.active{
    display:inline-block;
    border: none;
}
.tab-content > div.fullwidth > .mainPane.active {
    display:block;
}

#mainRight #settings .tab-content > .mainPane.active{
    display:block;
}

.small {
    font-size: 0.8em;
}

.table-striped tr .diagramlink {
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  background-color: #fff !important;
}
.table-striped tr .diagramlink a {
  color: #ccc;
  text-decoration:none;
}
.table-striped tr .diagramlink a:hover {
  color: #aaa;
}
