/* KEVIN CSS fr matris, smalare rader */
.matris > thead > tr > th,
.matris > tbody > tr > th,
.matris > tfoot > tr > th,
.matris > thead > tr > td,
.matris > tbody > tr > td,
.matris > tfoot > tr > td {
  padding: 0px;
  line-height: 1.428571429;
}

/* specialflt mindre */
.input-sm2 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* specialflt mindre */
.input-xs {
  height: 22px;
  padding: 2px 5px;
  margin:0;
  font-size: 12px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

/* popover tar style frn raden i rsredovisningen, tex italic. overridelsning */
.popover-content {
    font-style:normal !important;
    font-weight:normal !important;
}
.popover {
    z-index: 100000; /* 200229 för att hamna ytterst */
}

/* SLUT */
 .matris .input-sm {
  height: 14px;
  padding: 2px 2px;
  font-size: 10px;
  line-height: 1.2;
  border-radius: 0px;
  background-color: transparent;
  border: 0px;
}

/* Gr meny scrollabel */
.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}
/* News box */

.news {
  color: #654c02;
  background-color: #ffe599;
  border-color: #fbd051;
}

/* BFOtable */
#BFOtable {width:100%}
#BFOtable th,#BFOtable td {text-align: left;width:60%} 
#BFOtable th+th,#BFOtable td+td {text-align: right;width:20%} 
#BFOtable th+th+th,#BFOtable td+td+td {text-align: right;width:20%} 

#BFOtable td+td input,#BFOtable td+td+td input {text-align: right}

#BFOtable input {
	background-color: transparent;
	border: none; 
	width:100%;
	line-height: 100%;
	border-right: 1px solid gray;
}

/* Saldomatris */
tr[id^='SIEcat']{font-weight: bold}
tr[id^='SIEcat'] td+td {text-align: right;}
tr[id^='SIEcat'] td+td+td {text-align: right;}
tr[id^='SIEcat'] td+td+td+td {text-align: right;}
tr[id^='SIEcat'] td+td+td+td+td {text-align: right;}

/* Tooltip */
.tooltip > .tooltip-inner {
      background-color: #fcf8e3; 
      color: #000000; 
      border: 1px solid #fbea96; 
      padding: 5px;
      font-size: 12px;
      font-style:normal !important; 
      font-weight: normal !important; 
      text-align: left !important;
      max-width:350px;
  }
  /* Tooltip arrow */
.tooltip.top .tooltip-arrow { border-top: 5px solid #fcf8e3;border-top-color: #fcf8e3; }
.tooltip.right .tooltip-arrow { border-top: 5px solid #fcf8e3;border-right-color: #fcf8e3; }
.tooltip.bottom .tooltip-arrow { border-top: 5px solid #fcf8e3;border-bottom-color: #fcf8e3; }
.tooltip.left .tooltip-arrow { border-top: 5px solid #fcf8e3;border-left-color: #fcf8e3; }

.tooltip.top > .tooltip-arrow,.tooltip.bottom > .tooltip-arrow,.tooltip.left > .tooltip-arrow,.tooltip.right > .tooltip-arrow {
      border-top: 5px solid #fcf8e3;
  }
/* Popover */
.popover{
    max-width: 100%;
    width: 400px;
}
/* Inout addon styrelse */
.addonstyrelse{
    width:0px;
    padding:0px;
    border: 0px;
}
.add_nobtop {
	border-top: 0;
}
.add_nobright {
	border-right: 0;
}
.add_nobleft {
	border-left: 0;
}
/* For scrolle ARtab 200223 */
.pre-scrollableAR {
  max-height: 1500px;
  overflow-y: scroll;
}
/* For new design 200618 */
#list-toggle {
	max-width: 300px;
}
.tab-content,.panel {
	max-width: 875px;
}


/* For Submenu */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

span.fullscreen{
   	background-color: white;
   	padding: 30px;
   	display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto; 
    filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
 }
 /* For datatables dynamic width select etc*/
table.dataTable tr.selected {
	background-color: #F5F6F6;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #F5F6F6;
}
#step9_table_aganalys_table,#ta_psaldon_table {
  font-size: 10px; padding: 2px;
}

 