#logo
{
  padding: 5px 5px 5px 5px;
  margin: 0px 1px 0px 0px;
  width: 200px;
}

#logo.light-version {
    background-color: #56445d;
    border-bottom: 1px solid #e4e5e7;
    text-align: left;
}


/*GVK STYLING STARTER HER*/

.numbertable {

  text-align-last:right;
}

.rectangle{

  width: 200px;

  height: 200px;
  color: #337ab7;
  z-index: 2;
}


.modal-dialog-wide{

  widht: 1000px;
}


.medlem {

  border:none;
  background-color: transparent;
}

.btn-round{
  color: black;
 background: #fff;
 border: 1px solid #009688;
 font-size: 14px;
 padding: 7px 12px;
 font-weight: normal;
 border-radius: 30px;
 margin: 6px 0;
 margin-right: 12px;
 display: inline-block;
 text-decoration: none;
 min-width: 120px;
 box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

select {

  border: 1px solid #111;
  background: white;
  color: black;
  padding: 5px 10px 5px 10px;
 
  font-size: 16px;
  border: 1px solid #ccc;
  
  
  
}

.content{
background-color: #EEEEEE;
}  

.search {
background-color: transparent;
border:none;
width: 220px;
padding: 10px;
font-size: 20px;
border-bottom: 0.5px solid white;

color: white;
margin-top: 7%;




}

::placeholder{

    color: white;
    font-weight: 200;
    opacity: 0.5;
}

.btn-just-icon {
    font-size: 16px;
padding: 10px 10px;
line-height: 1em;
border-radius: 20px;
background-color: #FFFFFF;
color: #999999;
box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
margin-top: 8%;

}

.card-content{
background: #fff;
border: 1px solid #e4e5e7;

width:103%;
margin-left:-1.5%;
margin-top:-50px;
z-index: 0;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
border-radius: 3px;
color: rgba(0,0,0, 0.87);
background: #fff;
    

}

.table {

    margin-top:60px;
    padding-left: 12px;

}




#side-menu li.active a {
    border-left-style: solid;
   
    border-left-width: 15px;
    background-color: inherit;
}

#side-menu{

background-color: inherit; !important  
}

#side-menu li a{

font-weight:300; !important



}

.AnIntroduction {

background-color: #0068A6;
border-radius: 6px;
z-index: 1;



}

.introtext{

color: white;
padding: 12px 0 5px 12px;


}

.GVKunderoverskrift {
  
  padding-bottom: 6px;
  color: white;
  




}

.baggrund {

  background-color: #EEEEEE;
}


/* START: Modal Styling and rules*/

body.modal-open {
  overflow: visible;
}


.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 300px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  opacity: 1;
}


.modal-backdrop
{
  opacity:0.7 !important;
}

/* END: Modal Styling and rules*/

table.sticky th {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  background-color:#B2B2B2 ;

  top: 50px;
}

/* GVK STyling SLutter her*/


#side-menu li .nav-first-level li:hover a {
    background-color: #b6b29d;
}


#side-menu li .nav-first-level li:active a {
    background-color: #b6b29d;
}

#side-menu li .nav-second-level li:hover a {
    background-color: #fff;
}
#side-menu li .nav-second-level li:active a {
    background-color: #fff;
}

#side-menu li .nav-third-level li a {
  padding: 10px 10px 10px 40px;
  color: #6a6c6f;
  text-transform: none;
  font-weight: 400;
}


.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
    
}

.table > tbody > tr > td{

 vertical-align: middle;
 padding: 10px; 
}

.hoverclickstate{
  cursor:pointer;
}





.grow { transition: all .2s ease-in; cursor:pointer; }
.grow:hover { transform: scale(1.01);
font-weight: 600; }

/*--
.grow:after {

  content: "\f08e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;

  color: #000;
  font-size: 16px;
  padding-left: 0.8em;
  position: absolute;
  top: 10px;
 
}
--*/






.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
  cursor:;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #f5f5f5;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

#side-menu li .nav-third-level li.active a {
  color: #34495e;
}

#side-menu li .nav-fourth-level li a {
  padding: 10px 8px 8px 50px;
  color: #6a6c6f;
  text-transform: none;
  font-weight: 300;
}

#side-menu li .nav-fourth-level li.active a {
  color: #34495e;
}

#header {
  background-color: #56445D;
  display: block;
  height: 55px;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom:;
}

.header-link {
  padding: 5px 18px 5px 18px;
  font-size: 28px;
  float: left;
  border-left: none;
  border-right: 0px; !important;
  margin-right: 15px;
  background: #56445D;
  color:white;
  cursor: pointer;
}

#menu {
  width: 200px;
  bottom: 0;
  float: left;
  left: 0;
  position: absolute;
  top: 62px;
  transition: all 0.4s ease 0s;
}

#wrapper {
  margin: 0 0 0 200px;
  padding: 0;
  background: #FFF; 
  border-left: 1px solid #e4e5e7;
  transition: all 0.4s ease 0s;
  position: relative;
  min-height: 100%;
}

.text-primary {
  color: #fff;
}

.hpanel .panel-body {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  /* padding: 20px; */
  position: relative;
}
.menu_row
{
    margin-left:-45px;
}

input[type="checkbox"].form-control
{
    width: 20px;
    height: 20px;
    margin: 7px 0 0;  
}



/* Inactive - Active tabs */

.active .btn-ground {

  background: #fff;

border: 2px solid #079fc9;
    border-bottom-color: rgb(7, 159, 201);
border-bottom-color: transparent;
padding: 10px 20px;
margin: 0 10px -1px 0;
font-size: 14px;
font-weight: 600;
color: #293241;

border: 2px solid #e6e5e1;
border-bottom: none;
border-radius: 5px 5px 0 0;



}

.btn-ground {
    border-bottom-color: rgb(7, 159, 201);
border-bottom-color: transparent;
padding: 10px 20px;
margin: 0 10px -1px 0;
font-size: 14px;
font-weight: 600;
z-index: 2;

border: 2px solid #e6e5e1;
border-bottom: none;
border-radius: 5px 5px 0 0;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}


.alert {
background: transparent;
border: 0px solid;
color:white;;  
font-size: 22px;
}


.shake-horizontal {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2018-8-13 11:1:43
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
 @-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}


.fa-user {

  color:black;
  margin-right:20px;
}


.custab{
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5% 0;
  
  transition: 0.5s;
  }
.custab:hover{
  box-shadow: 3px 3px 0px transparent;
  transition: 0.5s;
  }



  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 6px !important;
    font-size: 14px;
    line-height: 1.42857143;
   
}