html {
      position: relative;
      min-height: 100%;
}

body {
    padding-bottom: 20px;
    color: rgb(0, 51, 141);
    overflow-x: hidden;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-left: 0;
    color: rgb(0, 51, 141);
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.custom-row {
    text-align: center;
}

.custom-btn {
    width: 10em;
    height: 5em;
    }

.navbar-light {
    background-color: rgb(0, 51, 141)!important;
    margin: -25px 0 0 0;
}

a.logo-image-component img {
    padding: 10px 0 5px 20px;
    height: 48px;
}

.navbar-light .navbar-brand {
    color: rgb(0, 51, 141);
}

.navbar-light .navbar-nav > li > a {
    color: #fff !important;
}



/* USBL button*/
.btn-primary {
    color: #fff;
    background-color: rgb(0, 51, 141);
    border-color: rgb(0, 51, 141);
}

#bestillingsknapp {
    float: left;
    margin-top: 15px;
    font-size: 0.75em;
}

#leggTilData {
    margin-top: 15px;
    margin-left: 8px;
    font-size: 0.75;
    padding: 8px;
}

.btn:hover {
    background-color: rgb( 0, 94, 184);
    color: #fff !important;
    border-color: rgb(0, 51, 141);

}

.cellContainer {
    width: 25%;
    float: left;
}
a:hover {
    font-weight: bold;
    color: rgb(0, 51, 141) !important;
}

#welcome_msg {
    color:#fff;
    padding: 8px;
}

#usbl_logo {
    margin-bottom: 30px;
}

/*
.navbar-brand {
    font-weight: bold;
    color: rgb(0, 51, 141) !important;
}
*/
.logo-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 100%;
    max-height: 50px
}

#login_btn {
    background-color: rgb(0, 51, 141);
}

.material-icons:hover {
    cursor: pointer;
}

.readOnlyInput {
    border: none;
    color: rgb(0, 51, 141);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
  /*  line-height: 60px; */ /* Vertically center the text there */
    background-color: rgb(0, 51, 141);
    color: #fff;
    padding: 10px;
}

.footer > p {
    text-align: center;    
}

/* KPMG mini brand */
@font-face {
    font-family: 'KPMG Web';
    src: url('../fonts/KPMG Web-Light.ttf') format('truetype');
    src: url('../fonts/KPMG Web-Light.eot');
    src: url('../fonts/KPMG Web-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KPMG Web-Light.woff') format('woff'),
    url('../fonts/KPMG Web-Light.ttf') format('truetype'),
    url('../fonts/KPMG Web-Light.svg#KPMG Web-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "KPMG Web";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
}
    navbar-brand,
    .navbar-brand {
        font-family: "KPMG Web";
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        color: rgb(71, 10, 104);
    }

.nonfluid {
   width: auto !important;
}

nav,
.navbar-nav {
  font-family: "KPMG Web";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 26px;
}

nav,
.navbar {
    margin-bottom: 0;
}

thead,
.th {
  font-family: "KPMG Web";
  font-style: normal;
  font-size: 23px;
  font-weight: 200;
}


#content {
    margin: 0;
}

.material-icons {
    font-size: 18px;
}

#most-visited {
    --md-edit-menu-size: 20px;
    --md-fallback-letter-size: 21px;
    --md-favicon-size: 24px;
    --md-icon-margin-bottom: 16px;
    --md-icon-size: 48px;
    --md-max-tiles-row: 5;
    --md-menu-margin-side: 2px;
    --md-menu-margin-top: 4px;
    --md-menu-size: 12px;
    --md-tile-height: 112px;
    --md-tile-margin: 16px;
    --md-tile-padding-horizontal: 4px;
    --md-tile-padding-vertical: 16px;
    --md-tile-width: 112px;
    --md-title-font-size: 12px;
    --md-title-height: 16px;
    --tile-height: 128px;
    --tile-margin: 16px;
    --tile-width: 154px;
    --title-height: 32px;
    --tile-title-color: #323232;
}


table {
    table-layout: auto;
    word-wrap: break-word;
}

  /* Table size */
  @media (min-width: 1200px){
    .container {
        max-width: 90%;
    }
        /* NAVBAR LEFT  */
    .navbar-fixed-left {
    width: 240px;
    position: fixed;
    border-radius: 0;
    }

    .navbar-fixed-left .navbar-nav > li {
    float: none;  /* Cancel default li float: left */
    width: 239px;
    padding-top: 2%;
    padding-bottom: 2%;

    }

    .navbar-fixed-left + .container {
    padding-left: 160px;
    }

    /* On using dropdown menu (To right shift popuped) */
    .navbar-fixed-left .navbar-nav > li > .dropdown-menu {
    margin-top: -50px;
    margin-left: 140px;
    }
  }

  .logo { 
    text-align: center;
    max-width: 10%;
    display:inline-block;
    float:none;
  }

  .logo-row{
      text-align: center;
      margin-bottom: 10px;
      display: block;
  }


/* Toggle button */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: rgb(0, 51, 141);
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px rgb(0, 51, 141);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  /* toggle button end */


.custom-select { 
    padding: 2px;
    color: rgb(0, 51, 141);
    width: 75%;
}