 @import url('https://fonts.googleapis.com/css?family=Open+Sans');
.modal-open {
    overflow-y: scroll;
}
body {
    font-family: 'Open Sans', sans-serif;
}

 /* OpenMenu link */
  .btn-menu {
    margin: 20px;
    color: #276ca7;
    border-radius: 0px;
    border: 0px;
    position: absolute;
    z-index: 100;
 }


 .modal-content {
        margin: 20px;
 }

  .btn-menu:hover {
    color: #fff;
    background-color:#276ca7 ;
 }

 /* The side navigation menu container*/
.sidenav {
    height: 100%; 
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; 
  
    top: 0;
    left: 0;
    background-color: #276ca7; 
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.2s; 
    z-index: 9999;
}

/* -- Buttons--- */

.btn-sm {
    border: none;
}

.btn-danger {
    border: none;
    box-shadow: inset 0 1px 0 #d43f3a, 0 3px 0 #d43f3a;
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
    border-radius: 3px;
}

.btn-danger:hover {
    box-shadow: inset 0 1px 0 #ba2824, 0 3px 0 #ba2824;
}

.btn-primary {
    border: none;
    box-shadow: inset 0 1px 0 #286090, 0 3px 0 #286090;
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
    border-radius: 3px;
}

.btn-primary:hover {
    box-shadow: inset 0 1px 0 #1f5380, 0 3px 0 #1f5380;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn-success {
    border: none;
    box-shadow: inset 0 1px 0 #449d44, 0 3px 0 #449d44;
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
    border-radius: 3px;
}

.btn-success:hover {
    box-shadow: inset 0 1px 0 #328332, 0 3px 0 #328332;
}

/* The navigation menu links */
.main-nav-links {
    padding: 0px;
}

.sidenav .link {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav .link:hover, .offcanvas .link:focus{
    color: #eeeeee;
}

/* Position and style the close button (top right corner) */
.sidenav a.closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 30px;
    margin-left: 50px;
    color: #fff;
}

.sidenav a.closebtn:hover {
    text-decoration: none;
    color: #222222;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}
/* --- Rows --- */

.sidenav .row {
    margin: 0;
}

/* --- Chevron icons --- */

.fa-fw {
    float: right;
    padding-top: 3px;
    font-size: 12px;
}

.panel-heading .chevron:after {
    content: "\f078";   
}
.panel-heading.collapsed .chevron:after {
    content: "\f054"; 
}


/* --- Chevron icons end --- */

/* --- Reveal Panels ---*/

.sidenav .panel {
    cursor: pointer;
    border:0px;
    box-shadow: none;
    margin-bottom: 0px;
    border-radius: 0px;
}

.sidenav .panel-heading {
    border-bottom: 1px solid #478cc8;
    color: #fff;
    border-radius: 0px;
}

.sidenav .panel-heading:hover {
    background-color: #286090;
}

.sidenav .collapse.in, .sidenav .collapsing {
    border-bottom: 1px solid #478cc8;
    background-color: #276ca7;
    border-radius: 0px;
}

.sidenav .link:hover {
    background-color: #286090;
}

.sidenav .glyphicon-plus {
    top: -1px;
    font-size: 10px;
}

.sidenav .rapporter-row .col-rapporter {
    padding: 0px;
}

.col-rapporter .exp {
    border-bottom: 1px solid #478cc8;
}

.fakturaspec-bottom, .lagningar-bottom, .utskrift-bottom, .objectsummary-bottom {
    margin-bottom: 10px;
}

/* --- Reveal Panels end ---*/

/* --- Form elements ---*/

.sidenav .form-group {
    margin: 0px;
    padding: 0 0 10px;
}

.sidenav .form-group label {
    font-weight: normal;
    color: #fff;
    font-size: 13px;
}

.sidenav input {
    font-size: 13px;
    height: auto;
    border-radius: 3px;
    padding: 2px 5px;
}

.sidenav select {
    font-size: 12px;
    border-radius: 3px;
}

.sidenav select.form-control {
    height: auto;
    padding: 3px 2px;
}

input[type="checkbox"], input[type="radio"] {
    margin-top: 2px;
}

.sidenav .dropdown-1 {
    padding-right: 0px;
}

.btn-dagrapport {
    margin-bottom: 10px;
}

.sidenav .filtrera-status-row,
.sidenav .filtrera-datum-row {
    margin-left: 20px;
}

.sidenav .first-search {
    padding-bottom: 0px;
}

/* --- User-details ---*/

.bottom-col {
    padding: 0px;
}

.sidenav #user-details {
    border-top: 1px solid #478cc8;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

.user-detail-link {
    color:#ffffff;
}

.user-detail-link:hover {
    color:#ffffff;
}
/* --- Form elements end ---*/

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size)
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} */