.box,
.box2 {
  padding: 10px;
  margin: 0px -5px 20px -5px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 4px;
  vertical-align: top;
}
.box .pull-right .form-controls,
.box2 .pull-right .form-controls {
  width: auto;
  margin: -5px 0 0 0;
  padding: 0;
}
.box hr,
.box2 hr {
  margin-left: -10px;
  margin-right: -10px;
}
.box h1,
.box2 h1 {
  /* behavior: url(/js/border-radius.htc); */
  border-radius: 4px 4px 0 0;
  margin: -10px -10px 10px -10px;
  background-color: #f1f1f1;
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 8px 14px 8px 14px;
  font: 19px arial;
  max-height: 80px;
}
.box h2,
.box2 h2 {
  border-radius: 4px 4px 0 0;
  margin: 10px -10px 10px -10px;
  color: #333;
  padding: 6px 10px 6px 10px;
  font: 16px arial;
}
.box h6,
.box2 h6 {
  border-radius: 0 0 4px 4px;
  margin: 10px -10px -10px -10px;
  background-color: #f5f5f5;
  color: #666;
  border-top: 1px solid #eee;
  padding: 8px 14px 8px 14px;
  font: 12px arial;
}
.box h1 a,
.box2 h1 a,
.box h2 a,
.box2 h2 a,
.box h3 a,
.box2 h3 a {
  color: #08c;
  text-decoration: none;
}
.box h1 a:hover,
.box2 h1 a:hover,
.box h2 a:hover,
.box2 h2 a:hover,
.box h3 a:hover,
.box2 h3 a:hover {
  color: #f00;
}
.box .box,
.box2 .box {
  margin: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.box .box h1,
.box2 .box h1 {
  background-color: #fafafa;
  border-color: #eee;
  font-size: 15px;
}
.box .box .btns,
.box2 .box .btns {
  margin-top: -8px;
  margin-right: -6px;
}
.box .table-striped tbody tr:nth-child(odd):not(.danger) td,
.box2 .table-striped tbody tr:nth-child(odd):not(.danger) td,
.box .table-striped tbody tr:nth-child(odd):not(.danger) th,
.box2 .table-striped tbody tr:nth-child(odd):not(.danger) th {
  background-color: #f4f4f4;
}
.box .table-hover tbody tr:hover td,
.box2 .table-hover tbody tr:hover td {
  background-color: #eaeaea;
}
#jcContainer {
  padding-top: 10px;
}
.box2:before,
.box2:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 18px;
  bottom: 14px;
  width: 69%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  -webkit-transform: skew(-15deg) rotate(-6deg);
  -moz-transform: skew(-15deg) rotate(-6deg);
  -ms-transform: skew(-15deg) rotate(-6deg);
  -o-transform: skew(-15deg) rotate(-6deg);
  transform: skew(-15deg) rotate(-6deg);
}
.box2:after {
  left: auto;
  right: 14px;
  -webkit-transform: skew(15deg) rotate(6deg);
  -moz-transform: skew(15deg) rotate(6deg);
  -ms-transform: skew(15deg) rotate(6deg);
  -o-transform: skew(15deg) rotate(6deg);
  transform: skew(15deg) rotate(6deg);
}
.box2 {
  position: relative;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}
.menuV1bg {
  margin-top: -157px;
  height: 147px;
  background: url("/styles/themes/jpstyles/themes/fresh/images/top-bg.png") repeat-x;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
#mainmenuPhone {
  margin-top: 15px;
  margin-bottom: 0px;
}
.mainmenuPhoneCollapse {
  margin-top: 15px;
  margin-bottom: 10px;
}
#jcMain {
  margin-top: 10px;
}
.carousel-indicators li {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.carousel-indicators li.active {
  background: rgba(0, 0, 0, 0.1);
}
.jc-slideshow-float h1 {
  font-size: 50px !important;
  color: #fff !important;
  line-height: 60px;
}
.jc-slideshow-float h2 {
  font-size: 50px !important;
  color: #000 !important;
  line-height: 60px;
}
.jc-slideshow-float h3 {
  font-size: 30px !important;
  color: #fff !important;
  line-height: 35px;
}
.jc-slideshow-float h4 {
  font-size: 30px !important;
  color: #000 !important;
  line-height: 35px;
}
.jc-slideshow-float h5 {
  font-size: 20px !important;
  color: #fff !important;
  line-height: 25px;
}
.jc-slideshow-float h6 {
  font-size: 20px !important;
  color: #000 !important;
  line-height: 25px;
}
#menu ul {
  background: #fff;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#menu ul ul {
  border-radius: 6px 6px;
}
#menu ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#menu ul li.active > a,
#menu ul li:hover > a {
  background-image: -webkit-linear-gradient(top, #0088cc 0%, #0077b3 100%);
  background-image: -o-linear-gradient(top, #0088cc 0%, #0077b3 100%);
  background-image: linear-gradient(to bottom, #0088cc 0%, #0077b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  background-repeat: repeat-x;
  color: #fff;
}
#menu ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#menu ul li:first-child:hover {
  border-color: #0088cc;
}
#menu ul li:last-child:hover {
  border-color: #0088cc;
}
.menu-nav {
  padding: 10px;
  margin: 0px -5px 20px -5px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 4px;
  vertical-align: top;
}
.menu-nav .pull-right .form-controls {
  width: auto;
  margin: -5px 0 0 0;
  padding: 0;
}
.menu-nav hr {
  margin-left: -10px;
  margin-right: -10px;
}
.menu-nav h1 {
  /* behavior: url(/js/border-radius.htc); */
  border-radius: 4px 4px 0 0;
  margin: -10px -10px 10px -10px;
  background-color: #f1f1f1;
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 8px 14px 8px 14px;
  font: 19px arial;
  max-height: 80px;
}
.menu-nav h2 {
  border-radius: 4px 4px 0 0;
  margin: 10px -10px 10px -10px;
  color: #333;
  padding: 6px 10px 6px 10px;
  font: 16px arial;
}
.menu-nav h6 {
  border-radius: 0 0 4px 4px;
  margin: 10px -10px -10px -10px;
  background-color: #f5f5f5;
  color: #666;
  border-top: 1px solid #eee;
  padding: 8px 14px 8px 14px;
  font: 12px arial;
}
.menu-nav h1 a,
.menu-nav h2 a,
.menu-nav h3 a {
  color: #08c;
  text-decoration: none;
}
.menu-nav h1 a:hover,
.menu-nav h2 a:hover,
.menu-nav h3 a:hover {
  color: #f00;
}
.menu-nav .box {
  margin: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.menu-nav .box h1 {
  background-color: #fafafa;
  border-color: #eee;
  font-size: 15px;
}
.menu-nav .box .btns {
  margin-top: -8px;
  margin-right: -6px;
}
.menu-nav .table-striped tbody tr:nth-child(odd):not(.danger) td,
.menu-nav .table-striped tbody tr:nth-child(odd):not(.danger) th {
  background-color: #f4f4f4;
}
.menu-nav .table-hover tbody tr:hover td {
  background-color: #eaeaea;
}
.menu-nav:before {
  content: "";
}
.menu-nav li {
  color: #bbb;
}
.menu-nav li a {
  padding: 0 10px;
}
.menu-nav li:before {
  content: ">";
}
.menu-nav li:first-child:before {
  content: "";
}
.wrapper-dark {
  background: #369;
  color: #fff;
  padding: 20px 0;
}
.wrapper-dark a {
  color: #def;
}
.wrapper-dark .table a {
  color: #337ab7;
}
.wrapper-dark .btn {
  color: #000;
}
.wrapper-dark .box {
  color: #000;
}
.wrapper-light {
  background: #eee;
  padding: 20px 0;
}
.bt {
  border-radius: 4px;
  border: 0;
  border-top: 1px solid #25a3d1;
  border-bottom: 3px solid #2784a8;
  background-color: #25a3d1;
  padding: 4px 10px 4px 10px;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bt:hover {
  padding: 5px 10px 3px 10px;
  border-top-color: #2784a8;
  border-bottom-color: #25a3d1;
  color: #fff;
  text-decoration: none;
}
.fastighet-container .plan-label {
  text-align: center;
  margin-top: -30px;
  margin-left: 15px;
  cursor: pointer;
  color: #fff;
  text-shadow: 0px 1px 2px #000000, 0px 1px 2px #000000, 0px 1px 5px #000000;
}
.news-component-list li {
  margin-bottom: 7px;
}
.forsakringsansokan .moment {
  clear: both;
  margin-bottom: 14px;
}
.forsakringsansokan .moment .pris {
  font-size: 17px;
}
.forsakringsansokan .momentnamn {
  font-size: 17px;
  cursor: pointer;
}
.forsakringsansokan .beskrivning {
  margin-top: 10px;
  margin-bottom: 10px;
}
.forsakringsansokan .falt {
  margin-top: 10px;
}
.forsakringsansokan .ovrigt {
  margin-top: 20px;
  margin-bottom: 35px;
}
.table-padded tr td,
.table-padded tr th {
  padding: 4px;
}
.box-top {
  margin-top: -10px;
  padding: 7px 10px;
}
.box-top #sectionSwitches {
  margin-top: 2px;
}
.box-header {
  font-size: 14px;
  font-weight: 600;
}
.box-header-kundnr {
  position: absolute;
  margin-left: -55px;
  margin-top: 28px;
  font-size: 11px;
  width: 50px;
  text-align: center;
  color: #838589;
}
.box-header-sub {
  color: #838589;
  font-size: 85%;
}
.box-header-icons i {
  font-size: 14px;
  margin-left: 10px;
}
.box-header-icons .jc-context-menu i {
  margin-left: 0px;
}
.box-header-icon {
  font-size: 28px;
  float: left;
  margin-left: 5px;
  margin-right: 15px;
  margin-top: -5px;
  width: 30px;
  text-align: center;
}
html,
body {
  background-color: #e9f0f5;
}
hr {
  border-top: 3px solid #fff;
}
.modal hr {
  border-top: 1px solid #eee;
}
.modal h2 {
  font-size: 16px;
  font-weight: bold;
}
.undersokning-rubrik {
  display: none;
}
.undersokning-progress {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 2px;
}
.undersokning-container h6 {
  padding-right: 20px;
  line-height: 18px;
  line-height: 2rem;
}
.undersokning-container h6 i {
  font-size: 1.7rem;
  position: absolute;
  right: 15px;
}
.undersokning-container form > .form-group {
  margin-bottom: 25px;
}
.undersokning-container form > .form-group > .form-label {
  float: none;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.7rem;
}
.undersokning-container form > .form-group > .form-controls {
  width: auto;
  float: none;
  margin-left: 20px;
}
.undersokning-container form > .form-group > .form-controls .radio,
.undersokning-container form > .form-group > .form-controls .checkbox {
  padding-left: 20px;
}
.undersokning-container form > .form-group > .form-controls .radio input,
.undersokning-container form > .form-group > .form-controls .checkbox input {
  margin-left: -20px;
}
.undersokning-container form > .form-group .fraga-obligatorisk {
  position: absolute;
  right: 15px;
}
.min-max-tbl thead tr th,
.min-max-tbl tbody tr td {
  padding: 4px 7px;
}
.jc-menu > div > ul {
  background: #fff;
}
.submenu {
  font-size: 13px;
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img i {
  display: block;
  font-size: 24px;
  position: relative;
  text-align: center;
  top: 50%;
  margin-left: 1px;
  margin-top: -13px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  color: #303e49;
  margin-top: 0;
  font-size: 2rem;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 0;
  line-height: 1.6;
}
.cd-timeline-content .btn {
  min-width: 110px;
}
.cd-timeline-content .label {
  padding: 7px;
  min-width: 110px;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}
.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1.3rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
  }
  .cd-timeline-block .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
.report-header h1 {
  flex: 4 0;
}
h2.installt {
  position: relative;
  display: inline-block;
}
h2.installt:before {
  content: '';
  display: block;
  left: 0;
  right: 75px;
  border-top: 1px solid #f00;
  top: 10px;
  position: absolute;
}
h2.installt .label-danger {
  padding-top: 3px;
  padding-bottom: 3px;
}
.show-buttons .btn {
  opacity: 1 !important;
  visibility: visible !important;
}
.crm-undersokning-add-btn {
  display: none;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  padding-left: 20px;
}
.berakningsgrund .section {
  margin-bottom: 15px;
}
.berakningsgrund .rutnat {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.berakningsgrund .fraga,
.berakningsgrund .rutnat-rad {
  font-weight: bold;
  display: block;
  margin-top: 15px;
}
.multisearch-result .multisearch-tillhor small {
  max-width: 130px;
  text-overflow: ellipsis;
  overflow: hidden;
}
tr.hover > td {
  background-color: #eaeaea;
}
.select2-results > .select2-results__options {
  max-height: 320px !important;
}
.undersokning-grid tbody td {
  width: 70px;
}
.undersokning-grid tbody tr > td:first-child {
  width: auto;
}
@media only screen and (min-width: 1170px) {
  .undersokning-grid tbody td {
    width: 100px;
  }
  .undersokning-grid tbody tr > td:first-child {
    width: auto;
  }
}
