body {
  font-family: "Lato", sans-serif;
  font-size: small;
  background-color:#ececec;

  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*disable user content selection for copying*/

  /** get spinners data */
  .spinner-div{
    width:100% !important;
    position:fixed;
    height:100% !important;
    z-index:10000;
    background-color:white;
    text-align:center;
    border:1px solid;
    opacity:0.8;
    padding:20px;
  }

  .spinner-div .spinner-border{
    position: fixed;
    top: 50%;
    left: 50%;
  }

  
  .sidenav {
    height: 100%;
    width: 260px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(79, 132, 143);
    overflow-x: hidden;
    padding-top: 20px;
    color:white;
  }
  .hidden{
    display:none;
  }
  
  .sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
  }
  
  .sidenav a:hover {
    background-color:lightgrey;
    color: blue;
  }
  .nav{
    margin-left:260px;
    width:calc(100% - 260px);
  }
  .main {
    margin-left: 260px; /* Same as the width of the sidenav */
    font-size: 18px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }

  .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
  }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  .right{
    float:right;
  }
  .bottom-session{
    position:absolute;
    margin-top:100%;
  }

  .absolute{
    position:absolute;
  }
  .gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;
    
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    }
    
    @media (min-width: 768px) {
        .gradient-form {
        height: 100vh !important;
        }
    }
    @media (min-width: 769px) {
        .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
      }
    }

    .check-box-input:hover{
      box-shadow: 1px 2px 3px 4px lightgrey;
    }

    .nav-brand-image{
      width:80px;
      height:30px !important;
    }

    /* full page modal css */
    .modal-dialog-full-width {
      width: 100% !important;
      height: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
      max-width:none !important;
    }
    .modal-content-full-width  {
        height: auto !important;
        min-height: 100% !important;
        border-radius: 0 !important;
        background-color: #ececec !important 
    }
    
    .modal-header-full-width  {
        border-bottom: 1px solid #9ea2a2 !important;
    }
    
    .modal-footer-full-width  {
        border-top: 1px solid #9ea2a2 !important;
    }

    .left-nav-levels li:hover{
      background-color:cornsilk;
    }
    .left-nav-levels li ul li{
      width:100% !important;
    }
    .left-nav-levels li ul li:hover{
      background-color:darkseagreen;
    }


    /**toggle left nav**/
    @media screen and (max-width:500px)
    {
      .left-nav-levels{
        display:none;
      }
      .left-nav-toggle-btn{
        display:block;
      }
      .admin-left-nav{
        display:none;
      }
      .left-nav-student{
        display:none;
      }
      .admin-dash-cards .row .col .h5{
        font-size:13px !important;
      }
      .left-nav-toggable{
        display:none;
      }
    }
    .center{
      text-align:center !important;
    }
    .left-nav li{
      width:100%;
      border-bottom:1px solid lightgrey;
      padding:4px;
    }
    
    .left-nav li:hover ul li{
      background-color:antiquewhite;
    }
    .left-nav li:hover ul li:hover{
      background-color:#fccb90;
    }
    .left-nav li ul li{
      width:100% !important;
      border-bottom:none !important;
      border-top:1px solid lightgrey;
      padding:4px;
    }
    .pointer{
      cursor:pointer;
    }
    .admin-left-nav{
      height:100% !important;
    }
    .dash-text{
      background-color:#231fee;
    }
    .nav-badge{
      font-size:10px;
    }
    .inline-block a{
      display:inline-block !important;
    }
    .session-message{
      position:absolute;
      z-index:1000;
      width:60% !important;
      margin-top:10%;
      margin-left:20%;

    }

    .subject-link:hover{
      background-color:lightgrey;
    }
    .div-sm{
      max-height:17px !important;
    }


    /*edit user multi page form*/
    * {
      box-sizing: border-box;
    }
      
    #regForm {
      background-color: #ffffff;
      margin: 40px auto;
      font-family: Raleway;
      padding: 40px;
      width: 70%;
      min-width: 300px;
    }
    
    h1 {
      text-align: center;  
    }
    
    input {
      padding: 10px;
      width: 100%;
      font-size: 17px;
      font-family: Raleway;
      border: 1px solid #aaaaaa;
    }
    
    /* Mark input boxes that gets an error on validation: */
    input.invalid {
      background-color: #ffdddd;
    }
    
    /* Hide all steps by default: */
    .tab {
      display: none;
    }
    
    button {
      background-color: #04AA6D;
      color: #ffffff;
      border: none;
      padding: 10px 20px;
      font-size: 17px;
      font-family: Raleway;
      cursor: pointer;
    }
    
    button:hover {
      opacity: 0.8;
    }
    
    #prevBtn {
      background-color: #bbbbbb;
    }
    
    /* Make circles that indicate the steps of the form: */
    .step {
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbbbbb;
      border: none;  
      border-radius: 50%;
      display: inline-block;
      opacity: 0.5;
    }
    
    .step.active {
      opacity: 1;
    }
    
    /* Mark the steps that are finished and valid: */
    .step.finish {
      background-color: #04AA6D;
    }
    
    .cart-items{
      width:400px;
      right:1%;
      cursor:pointer;
      max-height:500px;
      overflow-y:auto;
    }
    .cart-box{
        cursor:pointer;
    }
    .cart-box:hover{
        box-shadow:0.5px 1px 1.5px lightgrey;
    }
    .head-class{
      background-color: rgb(104, 106, 108);
    }
    .sticky-bottom{
      width:100%;
      background-color:rgb(156, 211, 232);
      position:absolute;
      margin-bottom:0%;
      margin-top:80%;
    }
    .profile-input-group{
      border:none;
      border-bottom:1px solid purple;
  }
  .profile-input-group:focus{
      outline:none;
      border-bottom:2px solid lightblue;
  }
  .select-profile-input-group{
      padding:12px;
      border:none;
      border-bottom:1px solid purple;
      width:100%;
      font-family:times;
      font-size:18px;
  }
  .select-profile-input-group:focus{
      outline:none;
      border-bottom:2px solid lightblue;
  }
  .invoices{
      height:400px;
      overflow-y:auto;
  }
  .message-toggle{
      position:absolute;
      background-color:white;
      border-radius:4px;
      z-index:100000;
      right:3%;
      top:15%;
      width:18%;
      padding:12px;
  }
  @media screen and (max-width:450px)
  {
      .message-toggle{
          width:80%;
      }
  }
.row{
    display:flex;
}
.no-float{
    height:100% !important;
    position:fixed;
    overflow-y:auto;
}
.bulk-offset{
    margin-left:17%;
}
    

