﻿/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
:root {
  --bs-link-color: #3276b1;
  --bs-link-hover-color: #214e75;
}
.smart-style-vipnordic {
  /*
 * body
 */
  /*
 * #header
 */
  /*Caret icon, lower it a bit*/
  /*
 * #hide-menu
 */
  /*
 * #logo-group
 */
  /*
 * #logo
 */
  /*
 * .btn-header
 */
  /*
 * #left-panel
 */
  /*.left-panel ul > li {
        background-color: #2d2c2f;
        border-bottom: 1px solid black;
    }*/
  /*
 * aside
 */
  /*
 * nav
 */
  /*
 * #ribbon
 */
  /*
 * .btn-ribbon
 */
  /*
 * .breadcrumb
 */
  /*
 * .jumbotron
 */
  /*
 * #content
 */
  /*
 * .jarviswidget
 */
  /*
 * .widget-toolbar
 */
  /*
 * .widget-footer
 */
  /*
 * .table
 */
  /*
 * .page-footer
 */
  /*
 * .nav-tabs
 */
  /*
 * .dropdown-menu
 */
  /*Hoverhighlight for text to be more visible*/
  /*
 * main-form-radiocheck.less
 */
  /* main-form-radiocheck.less(v1.4.1):59 - Increase size */
  /*
 * Bootstrap
 */
}
.smart-style-vipnordic body {
  background: white;
  font-size: 12px;
  display: flex !important;
  flex-direction: column !important;
  /*min-height: 100vh !important;*/
  min-height: 100% !important;
  height: calc(100vh - calc(100vh - 100%));
  /*overflow: hidden auto;*/
}
.smart-style-vipnordic a {
  text-decoration-line: none;
}
.smart-style-vipnordic .bodyheight {
  height: 100%;
  min-height: calc(100vh - 60px);
}
.smart-style-vipnordic #main {
  display: flex !important;
  flex-direction: column !important;
  margin-left: 0px !important;
  width: 100%;
  min-width: 400px;
  padding-bottom: 0px;
  min-height: 100%;
}
.smart-style-vipnordic .container-fluid {
  padding: 0 0 0 0;
  /*min-height: calc(100vh - 60px); //dra bort headern*/
  /*min-height: 100vh;*/
  min-height: 100%;
}
.smart-style-vipnordic #header {
  height: 60px;
  padding: 5px 0;
}
.smart-style-vipnordic #header .btn {
  color: white;
}
.smart-style-vipnordic #header .btn i {
  font-size: medium;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .smart-style-vipnordic #header > .pull-left {
    float: right !important;
    /* Move icons to the right */
  }
}
@media (min-width: 768px) {
  .smart-style-vipnordic #header > .pull-left > :first-child {
    padding-left: 20px;
    /* Copy "padding-left" from "#ribbon" */
  }
  .smart-style-vipnordic #header > .pull-right > :first-child {
    margin-right: 20px;
    /* Copy "padding" from "#content" */
  }
}
.smart-style-vipnordic .dropdown-toggle::after {
  vertical-align: 0.155em;
}
.smart-style-vipnordic #hide-menu {
  margin-right: 0;
  height: 44px !important;
  width: 50px !important;
}
.smart-style-vipnordic #hide-menu > span {
  height: 39px !important;
  width: 30px !important;
  margin-top: 5px !important;
  min-width: 30px !important;
}
.smart-style-vipnordic #hide-menu > span > i {
  color: white;
}
.smart-style-vipnordic #logo-group {
  padding-left: 0;
}
.smart-style-vipnordic #logo {
  width: 150px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.smart-style-vipnordic .btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #2c699d;
}
.smart-style-vipnordic .btn-primary:hover {
  background-color: #214e75;
}
.smart-style-vipnordic .btn-header a > span {
  font-size: 10px;
  text-transform: uppercase;
}
.smart-style-vipnordic .btn-group > .btn-default.active {
  /*background-color: darken(#3276b1, 15%);*/
  background-color: #e6e6e6;
  border-color: #adadad;
}
.smart-style-vipnordic .btn-header > :first-child > a,
.smart-style-vipnordic .btn-header > :first-child > i {
  background: inherit;
  font-size: 14px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .smart-style-vipnordic .btn-header.pull-left {
    margin-right: 30px;
  }
  .smart-style-vipnordic .btn-header.pull-right {
    margin-left: 30px;
  }
}
.smart-style-vipnordic ul.navbar-nav > :first-child > a {
  box-shadow: inset 0 7px 9px -7px black;
}
.smart-style-vipnordic .navcontent {
  background: #131312;
}
.smart-style-vipnordic .left-panel {
  background: #000;
  width: 220px;
}
.smart-style-vipnordic .left-panel ul {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 50px;
  position: relative;
  z-index: 1;
}
.smart-style-vipnordic aside {
  background: #131312;
  width: 220px;
}
.smart-style-vipnordic .left-panel > ul > :first-child {
  box-shadow: inset 0 7px 9px -7px black;
  /* Copy from ".ribbon" */
}
.smart-style-vipnordic .left-panel > ul ul li::before,
.smart-style-vipnordic .left-panel > ul > li > ul::before {
  border: none;
  /* Remove tree lines from submenu */
}
.smart-style-vipnordic .left-panel ul li {
  border-bottom: 1px solid black;
  background-color: #2d2c2f;
}
.smart-style-vipnordic .left-panel ul li:hover {
  background-color: rgba(69, 69, 69, 0.8);
}
.smart-style-vipnordic .smart-style-vipnordic nav > ul > li {
  background-color: #2d2c2f;
}
.smart-style-vipnordic .left-panel ul li a {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding: 10px 16px 10px 10px;
}
.smart-style-vipnordic .left-panel ul li > a {
  padding-left: 16px;
  color: white;
}
.smart-style-vipnordic .left-panel ul li > a > i {
  margin-right: 16px;
}
.smart-style-vipnordic .left-panel ul .active.open > a {
  background-color: inherit;
  /* Remove highlight on an open menu when a sub-menu item is highlighted */
}
.smart-style-vipnordic .left-panel ul .active.open > li:hover {
  background-color: rgba(69, 69, 69, 0.8);
  /* Copy from "nav ul ul li > a:hover" */
}
.smart-style-vipnordic .left-panel ul li.open {
  border-bottom: none;
  /* Remove "border-bottom" from "li.open" because it already exists in "ul li.open ul li::last-child" */
}
.smart-style-vipnordic .left-panel ul ul {
  background: #131312;
  /* Define sub menu color */
  padding: 0;
  /* Copy from "nav ul ul ul" */
}
.smart-style-vipnordic .left-panel ul li.active > a:before {
  content: "";
  /* Remove caret */
}
.smart-style-vipnordic .left-panel ul b {
  position: absolute !important;
  left: 16px;
  font-size: inherit;
  margin-top: inherit;
}
.smart-style-vipnordic .accordion {
  border-color: black;
}
.smart-style-vipnordic .accordion-button {
  background-color: #2d2c2f;
  border-color: black;
}
.smart-style-vipnordic .accordion-button:focus {
  border-color: black;
}
.smart-style-vipnordic .input-group {
  align-items: center;
}
.smart-style-vipnordic .input-group > .control-label {
  white-space: nowrap;
}
.smart-style-vipnordic .input-group-text {
  padding: 0.375rem 0.75rem;
}
.smart-style-vipnordic .disabled {
  color: #999;
}
.smart-style-vipnordic #ribbon {
  background-color: #2d2c2f;
  box-shadow: inset 0 7px 9px -7px black;
  height: 50px;
  padding-left: 20px;
}
.smart-style-vipnordic .btn.btn-ribbon {
  background: none;
  border: 1px solid #131312;
  line-height: 30px;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
}
.smart-style-vipnordic #ribbon .breadcrumb {
  padding-right: 0 !important;
}
.smart-style-vipnordic #ribbon .breadcrumb > li {
  color: white;
  float: left;
  /* Enable "overflow: hidden;" */
  font-size: 15px;
  line-height: 28px;
  padding-right: 20px;
  text-transform: uppercase;
}
@media (max-width: 679px) {
  .smart-style-vipnordic #ribbon .breadcrumb > li {
    color: white !important;
    /* Remove override from "@media (max-width: 679px)" */
  }
}
.smart-style-vipnordic #ribbon .breadcrumb > li + li::before {
  display: none;
  /* Remove separator */
}
.smart-style-vipnordic #ribbon .breadcrumb > li:last-child {
  font-size: 20px;
  font-weight: bold;
}
.smart-style-vipnordic .jumbotron {
  min-height: 90px;
  background-image: url(../img/vipnordic/ribbon_medium.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: inset 0 7px 9px -7px black;
  padding: inherit;
  margin-bottom: inherit;
}
@media (max-width: 767px) {
  .smart-style-vipnordic .jumbotron {
    min-height: 50px;
  }
}
.smart-style-vipnordic #content {
  padding: 18px/2;
}
.smart-style-vipnordic .jarviswidget > header {
  border-color: #ddd;
  border-bottom: none;
  background: white;
  height: 70px;
  padding: 19px;
}
.smart-style-vipnordic .jarviswidget.jarviswidget-collapsed > header {
  border-bottom: 1px solid #ddd;
}
.smart-style-vipnordic .jarviswidget > header > .widget-icon,
.smart-style-vipnordic .jarviswidget > header > h2 {
  font-size: 20px;
}
.smart-style-vipnordic .jarviswidget > header > h2 {
  margin-left: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.smart-style-vipnordic .jarviswidget > header > .widget-icon {
  margin-right: 0;
}
.smart-style-vipnordic .jarviswidget-ctrls .button-icon,
.smart-style-vipnordic .widget-toolbar {
  border-left: none;
  background-color: #f9f9f9;
  margin-left: 10px;
}
.smart-style-vipnordic .jarviswidget-ctrls .button-icon:hover,
.smart-style-vipnordic .widget-toolbar:hover {
  background-color: #ecf3f8;
}
.smart-style-vipnordic .jarviswidget > div {
  border-color: #ddd !important;
  border-bottom-width: 1px;
}
.smart-style-vipnordic .jarviswidget {
  margin: 0 0 15px 0;
}
.smart-style-vipnordic .widget-toolbar {
  padding: 0;
}
.smart-style-vipnordic .widget-toolbar > .btn {
  font-size: 10px !important;
  /* Remove override from ".btn" */
  padding: 6px 12px !important;
  /* Remove override from ".btn" */
}
.smart-style-vipnordic .widget-footer {
  padding-left: 18px/2;
  /* Copy from ".jarviswidget > div" */
  padding-right: 18px/2;
  /* Copy from ".jarviswidget > div" */
}
.smart-style-vipnordic .table thead tr {
  background: #ddd;
}
.smart-style-vipnordic .table thead tr th {
  text-transform: uppercase;
}
.smart-style-vipnordic .table > tbody > tr > td,
.smart-style-vipnordic .table > tbody > tr > th,
.smart-style-vipnordic .table > tfoot > tr > td,
.smart-style-vipnordic .table > tfoot > tr > th,
.smart-style-vipnordic .table > thead > tr > td,
.smart-style-vipnordic .table > thead > tr > th {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-color: #dee2e6;
}
.smart-style-vipnordic table.dataTable tfoot > tr > th,
.smart-style-vipnordic table.dataTable thead > tr > th {
  padding-left: 20px !important;
}
.smart-style-vipnordic .dataTable > thead > tr > th[class*="sort"]:before,
.smart-style-vipnordic .dataTable > thead > tr > th[class*="sort"]:after {
  content: "" !important;
}
.smart-style-vipnordic .dataTables_wrapper {
  overflow-x: auto;
}
.smart-style-vipnordic .dt-toolbar {
  border-bottom-color: #ddd;
}
.smart-style-vipnordic .dt-toolbar-footer {
  border-top-color: #ddd;
  padding: 0px;
}
.smart-style-vipnordic .page-footer {
  margin-top: auto;
  border-top: inherit;
  background: #131312;
}
.smart-style-vipnordic .footer {
  margin-top: auto;
  border-top: inherit;
  background: #131312;
}
.smart-style-vipnordic body {
  position: relative;
}
.smart-style-vipnordic main {
  margin-bottom: 100px;
  padding-bottom: 0px;
}
.smart-style-vipnordic .footer {
  position: absolute;
  width: 100%;
  /*        height: 100px;*/
  left: 0;
}
.smart-style-vipnordic .side-footer {
  position: fixed;
  bottom: 0;
  z-index: 0;
}
.smart-style-vipnordic .side-footer-content {
  transform: translate(20%, 0);
}
.smart-style-vipnordic .nav-tabs {
  border-bottom: 1px solid #dddddd !important;
}
.smart-style-vipnordic .nav {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}
.smart-style-vipnordic .nav-tabs > li > a {
  background-color: #f9f9f9;
  border: inherit;
  box-shadow: inherit;
  padding: 5px 20px 6px 20px;
  /* Move ".nav-tabs > li.active > a {margin-top: 1px;}" to ".nav-tabs > li > a {margin-bottom: 1px;}" */
}
.smart-style-vipnordic .nav-tabs > li > a span {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.smart-style-vipnordic .nav-tabs > li.active > a {
  background-color: #ddd;
  margin-top: 0 !important;
  /* Move ".nav-tabs > li.active > a {margin-top: 1px;}" to ".nav-tabs > li > a {margin-bottom: 1px;}" */
}
.smart-style-vipnordic .nav-tabs .nav-link.active {
  background-color: #ddd;
}
.smart-style-vipnordic .nav-tabs > li.active > a,
.smart-style-vipnordic .nav-tabs > li.active > a:hover,
.smart-style-vipnordic .nav-tabs > li.active > a:focus {
  border: inherit;
}
.smart-style-vipnordic .bordered.nav-tabs {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.smart-style-vipnordic .dropdown-menu {
  white-space: nowrap;
  font-size: 13px;
}
.smart-style-vipnordic .dropdown-menu > li > a {
  display: block;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
.smart-style-vipnordic .dropdown-menu > li > a:link {
  --bs-link-hover-color: white;
  --bs-link-color: black;
}
.smart-style-vipnordic .dropdown-toggle::after {
  margin-left: 0;
}
.smart-style-vipnordic td > a:hover {
  --bs-link-hover-color: auto;
}
.smart-style-vipnordic .dropdown-menu > .active > a {
  --bs-link-color: white;
}
.smart-style-vipnordic label input[type="radio"].radiobox + span:before,
.smart-style-vipnordic label input[type="checkbox"].checkbox + span:before,
.smart-style-vipnordic i.checkbox {
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  min-width: 15px;
}
.smart-style-vipnordic label {
  margin-bottom: 5px;
}
.smart-style-vipnordic .row {
  margin-right: 0px;
}
.smart-style-vipnordic .row > * {
  padding-right: 0px;
}
.smart-style-vipnordic .form-group {
  padding-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 15px;
}
.smart-style-vipnordic .form-control {
  font-size: 13px;
  /*        max-width: 200px;*/
  max-height: 30px;
}
.smart-style-vipnordic .multiline {
  max-height: none !important;
}
.smart-style-vipnordic .form-group > span.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.smart-style-vipnordic .col-auto {
  max-width: 200px;
}
.smart-style-vipnordic .btn {
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 2px !important;
}
.smart-style-vipnordic .btn-action {
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 2px !important;
}
.smart-style-vipnordic .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.smart-style-vipnordic .btn-default:hover {
  color: #333333;
  background-color: #d9d9d9;
  border-color: #cccccc;
}
.smart-style-vipnordic .col-form-label,
.smart-style-vipnordic .control-label {
  font-weight: bold;
  text-transform: uppercase;
  /*        margin-bottom: 5px;*/
  padding-right: 5px;
  max-height: 30px;
}
.smart-style-vipnordic label input[type=checkbox].style-2.checkbox + span {
  font-weight: inherit;
  margin-left: 0px;
}
.smart-style-vipnordic .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  display: block;
}
.smart-style-vipnordic .modal-body {
  position: relative;
  padding: 15px;
}
.smart-style-vipnordic .modal-header > .row {
  padding-bottom: 10px;
}
.smart-style-vipnordic .modal-body {
  position: relative;
  display: flex;
}
.smart-style-vipnordic .modal-body > .row {
  padding-bottom: 10px;
}
.smart-style-vipnordic .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.smart-style-vipnordic .modal-lg {
  --bs-modal-width: 900px !important;
}
.smart-style-vipnordic .modal-m {
  --bs-modal-width: 600px !important;
}
.pagination > li > a,
.pagination > li > span {
  font-size: 12px;
  cursor: pointer;
  padding: 5px 10px;
}
#PrjList_paginate > .pagination > li > a {
  font-size: 12px;
  cursor: pointer;
  padding: 5px 10px;
}
#PrjList_paginate > .pagination > li > a:hover {
  background-color: #d9d9d9;
}
.JSTableFooter {
  width: 100%;
  height: 44px;
  padding: 5px 10px;
  background-color: #f9f9f9;
  border-top: 1px solid #dddddd;
}
.dataTables_paginate {
  width: 100%;
  height: 44px;
  padding: 5px 10px;
  background-color: #f9f9f9;
}
/*
 * smartadmin
 */
.well {
  background-color: #fbfbfb;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 1px #ececec;
  -webkit-box-shadow: 0 1px 1px #ececec;
  -moz-box-shadow: 0 1px 1px #ececec;
  position: relative;
  min-height: 20px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.Projektledare {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
  background: #131312;
}
.marginleftzero {
  margin-left: 0px !important;
}
.displayGrid {
  display: grid;
}