html,
body {
    height: 100%;
}

.dashbutton{

    min-height: 200px;
    min-width: 400px;
    padding: 3mm;
    margin: 4mm;
    font-size: x-large;
    display: block;
    
}

aside{
    min-width: 200px;
    height: 100%;
    background-color: skyblue;
    color: white;
}
aside .nav-pills .nav-link:hover{
      background: rgba(0,0,0,0.05);
  }
aside .nav-pills .nav-link.active{
      background: rgba(0,0,0,0.05);
      color:#b90000;
      border-left: 4px solid #b90000;
  }
aside .nav-pills .nav-link{
      border-radius: 0;
      color: #444444;
  }
main{
      flex: 1;
  }

.content-wrapper{
       flex: 1;
      margin-left: 20px;
      min-width: 100vh;
}
.students-form{
    flex: 1;
}
.modal {
    display: table; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 5px solid steelblue;
    width: 40%; /* Could be more or less, depending on screen size */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    box-shadow: steelblue;
    
  }
.modal-content-login {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 10px solid #888;
    /*width: 50%;  Could be more or less, depending on screen size */
    padding-left: 20px;
    padding-right: 20px;
    padding-top:40px;
    padding-bottom: 20px;
    min-width: 50vh;
    box-shadow: slategray;
    min-height: 80vh;

  }
  .modal-form {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 5px solid #888;
    min-width: 100vh; /* Could be more or less, depending on screen size */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: slategray;
    min-height: 80vh;

  }
  .modal-form-view {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 5px solid #888;
    min-width: 130vh; /* Could be more or less, depending on screen size */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 80vh;
    box-shadow: slategray;
  }


.title-uderline{
    border-style: solid;
    border-width: 5px;
    border-color:skyblue;
    box-shadow: slateblue;
    padding-bottom: 2px;
}
.font-size-display{
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”;
/* default is 1rem or 16px */
font-size: 12px;
font-weight: 200;
line-height: 1.5;
}
.btn{
    width: 140px;
    border-style: solid;
    border-width: 1mm;
    font-size: small;
}
.amount{
  width: 100px;
}

.vatamount{
    box-shadow: slategrey;
}

/* * {
font-size: 28px !important;
font-family: 'Times New Roman' !important;
} */

td,
th,
tr,
table {
border-top: 1px solid black !important;
border-collapse: collapse !important;
font-size: 12px !important;
font-family: 'Times New Roman' !important;
}

td.description,
th.description {
width: 95px !important;
max-width: 95px !important;
}

td.quantity,
th.quantity {
width: 40px !important;
max-width: 40px !important;
word-break: break-all !important;
}
   

td.price,
th.price {
width: 40px !important;
max-width: 40px !important;
word-break: break-all !important;
}

.centered {
text-align: center !important;
align-content: center !important;
}

.ticket {
    width: 350px !important;
    max-width: 350px !important;
margin-left: 1em;
margin-right: 1em;
}

img {
max-width: inherit;
width: inherit;
}

@media print {
.hidden-print,
.hidden-print * {
display: none !important;
}
 
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, 
    h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
    cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, 
    strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
    fieldset, form, label, legend, table, caption, tbody, tfoot, 
    thead, tr, th, td {
               font-size: 20pt !important;
          }
          h1.entry-title {
          font-size: 24pt !important;
             }
    

}
 
.logo{
    background-image: url("../logo.jpeg");
}


 

/**
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links 
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113""\e151";
}

a.desc:after {
    content: /*"\e114" "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar 
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
