/* NYAlanding200813 */
.modal-header.xx {
    background-color: #6687AC;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     color: white
 }
 
.carousel-inner img { /* centrera bild i carousel */
  margin: auto;
}
@media (min-width: 768px) { /* ändrad padding för större skärm */
.paddrow {
  padding-left: 50px; 
  padding-right: 50px;
}
}
.bg-orange {
	background-color: #F9DA5F !important;
}
.bg-orange .name, .bg-orange i{
	color: black !important;
}
.bg-white {
	background-color: white !important;
}
.bg-white .name, .bg-white i {
	color: black !important;
}
/* slut */

/* 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;
}

/* 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;
}
/* For scrolle ARtab 200223 */
.pre-scrollableAR {
  max-height: 2000px;
  overflow-y: scroll;
}
