.info-top{
  border:1px solid lightgrey;
  border-radius:6px;
  width:95%;
  right:10px;
  background-color:rgb(250,250,250);
  background-color:rgba(250,250,250,1);
  padding:10px;
  margin:5px;
  margin-right:10px;
  box-shadow: 0px 2px 3px lightgrey;
}
.all_notices{
  position:absolute;
  z-index:1;
  top:76px;
  right:0;
  width:0;
  height:100%;
  transition:0.5s;
  overflow-x: hidden;
  overflow-y:auto;
  background-color:white;
  border:1px solid white;
  box-shadow:0px 0px 8px 0px lightgrey;
}
.information-div{
  width:0;
  top:50%;
  left:50%;
  right:50%;
  z-index:1;
  height:20%;
  transition:0.6s;
  border:2px solid;
  overflow-x:hidden;
}
.notification-info{
  width:500px;
  position:absolute;
  z-index:1;
  border:1px solid rgb(120,180,250);;
  border-radius:6px;
  background-color:rgb(120,180,230);
  background-color:rgba(120,180,230,1);
  padding:10px;
}
#notification-info1{
  width:500px;
  position:absolute;
  z-index:1;
  border:1px solid white;
  border-radius:6px;
  top:155px;
  left:45%;
  right:45%;
  background-color:white;
  padding:10px;
}
#hide-notice{
  float:right;
  right:2px;
  top:2px;
  font-size:25px;
}
#behaviour:hover{
  background-color:lightblue;
}
#colone{
  height:100%;
  overflow-y:auto;
}
.overlay1 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 75px;
  left: 0;
  background-color: rgb(250,250,250);
  background-color: rgba(250,250,250, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay1-content {
  position: relative;
  top: 45%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay1 a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

.overlay1 a:hover, .overlay1 a:focus {
  color: blue;
}

.overlay1 .closebtn {
  position: absolute;
  top: 0;
  right: 2px;
  font-size: 50px;
  color:blue;;
}

@media screen and (max-height: 450px) {
  .overlay1 a {font-size: 20px}
  .overlay1 .closebtn {
  font-size: 30px;
  top: 2px;
  right: 2px;
  }
}
@media screen{
  td .marks{
    text-align:center;
  }
  .grade{
    text-align:center;
  }
  .effort{
    text-align:center;
  }
}
@media print {
.container {
      width: auto;
    }
}
@media print {
  footer {page-break-after: always;}
}
#nav-head{
  border-bottom: 2px dotted;
}
#pper{
  font-size:18px;
}
.table #fgrade{
  font-size:35px;
  font-weight:bold;
  text-align:center;
}
.table #fgradee{
  font-size:25px;
  font-weight:bold;
  text-align:center;
}
.fa{
  font-weight:bold;
  text-align:center;
  font-size: 18px;
}

.loader {
  border: 16px solid ;
  border-radius: 50%;
  border-top: 16px solid blue;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  left:300px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader,
    .loader:after {
        border-radius: 50%;
        width: 5em;
        height: 5em;
    }
    .loader {
        margin: 60px auto;
        font-size: 25px;
        position:absolute;
        top:100px;
        text-indent: -9999em;
        border-top: 0.7em solid rgba(0, 0, 255, 0.8);
        border-right: 0.7em solid rgba(0, 0, 255, 0.8);
        border-bottom: 0.7em solid rgba(0, 0, 255, 0.8);
        border-left: 0.7em solid #ffffff;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
    }
    @-webkit-keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    #loadingDiv {
        position:absolute;
        top:100;
        left:200px;
        width:100%;
        height:100%;
        background-color:white;
    }
/* transparent words above the image*/
    .image_content{
        position: relative;
        max-width: 300px; /* Maximum width */
        margin: 0 auto; /* Center it */
      }

  .image_content .content {
        position: absolute; /* Position the background text */
        bottom: 0; /* At the bottom. Use top:0 to append it to the top */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 100%; /* Full width */
        height:50%;
        padding: 20px; /* Some padding */
    }
    #sign{
      border:1px solid grey;
      border-radius:6px;
    }

  /* font-family: "fontawesome 5 Free";
  font-weight: 400;
  content: "\f08b"; */

  body {
    font-family: "Lato", sans-serif;
  }

  #sidenav {
    height: 100%;
    width: 25%px;
    z-index: 1;
    position:fixed;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 75px;
  }

  #sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 16px;
    display: block;
  }
  #sidenav a:hover {
    color: blue;
  }

  #main {
    margin-left: 235px; /* Same as the width of the sidenav */
    font-size: 15px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }

  @media screen and (max-height: 450px) {
    #sidenav {padding-top: 15px;}
    #sidenav a {font-size: 18px;max-width:200px;}
    #tr-dash {max-width:500px;}
  }


  #mySidenav a {
    position: absolute;
    right: -60px;
    transition: 0.3s;
    padding: 15px;
    width: 140px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius:  5px 0 0 5px;
    text-align:right;
  }

  #mySidenav a:hover {
    right: 0;
    text-align:left;
  }

  #about {
    top: 80px;
    background-color: #555 ;
  }

  #blog {
    top: 140px;
    background-color: #2196F3;
  }

  #projects {
    top: 200px;
    background-color: #f44336;
  }

  #contact {
    top: 260px;
    background-color:#4CAF50
  }
  #updates {
    top: 320px;
    background-color:#0ECA50
  }

  #clock{
    float:right;
    border:5px solid blue;
    border-radius:8px;
    height:100px;
    width:120px;
    color:black;
    padding:10px;
    font-size:14px;
    background-color:lightgrey;
    box-shadow:2px 3px 4px 2px;
    right:90px;
    top:85px;
    position:absolute;
    right:8px;
  }
  #header{
    padding:10px;
    background-color:lightblue;
    text-align:left;
    right:100px;
  }

  #message form{
    position: absolute;
    border:1px solid lightgrey;
    border-radius:6px;
    right: -320px;
    padding:6px;
    width:400px;
    top:380px;
    background-color:lightblue;
    box-shadow: 1px 2px 3px 1px;
  }
  #message form:hover{

    right: 0px;
    top:380px;
    transition:0.3s;
  }
  #notification{
    border:1px solid blue;
    position:absolute;
    border-left:20px solid blue;
    padding:10px;
    top:115px;
    border-radius:6px;
    color:red;

  }
  .info-top{
    border:1px solid lightgrey;
    border-radius:6px;
    width:95%;
    right:10px;
    background-color:rgb(250,250,250);
    background-color:rgba(250,250,250,1);
    padding:10px;
    margin:5px;
    margin-right:10px;
    box-shadow: 0px 2px 3px lightgrey;
  }
  .notification_msg{
    position:absolute;
    z-index:1;
    width:400px;
    padding:10px;
    font-size:20px;
    text-align:center;
    background-color:lightgreen;
    border-radius:4px;
    border:1px solid lightgreen;
  }


  ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\203a";
  }
  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }
  #left{
    height:100%;
    width:100%;
    background-color:rgb(80,120,255);
    overflow-y:auto;
    position:fixed;
    z-index:1;
  }
  #left li{
    border-top:1px solid;
    width:100%;
    cursor:pointer;
  }
  #left li:hover{
    border:1px solid grey;
    box-shadow: 0.5px 1px 1.5px;
  }
  #left li a{
    color:white;
  }


  .students{
    left:230px;
    height:100%;
    float:left;
    z-index:1;
    width:100%;
    background-color:rgb(250,250,250);
  }
  .students li{
    border-bottom:1px solid lightgrey;
    width:100%;
  }

  #right{
    float:right;
  }
  .active{
    background-color:white;
  }
  #header{
    padding:8px;
    background-color:lightblue;
    width:100%;
  }
  .students-dash{
    background-color:rgb(250,250,250);
    height:100%;
    padding:5px;
  }
  .form{
    background-color:white;
    padding:10px;
    width:95%;
    box-shadow:0.5px 1px 1.5px grey;
  }
  #dash-list-a{
    width:100%;
    background-color:rgb(250,250,250);
    border-bottom:1px solid lightgrey;
  }
  .floating_form{
    position:absolute;
    top:45px;
    background-color:white;
    border:1px solid lightgrey;
    border-radius:4px;
    z-index:1;
    box-shadow:2px 3px 4px 3px lightgrey;
    visibility:hidden;
  }
  .floating_message{
    position:absolute;
    top:45px;
    border:1px solid lightgrey;
    border-radius:4px;
    z-index:1;
    box-shadow:2px 3px 4px 3px lightgrey;
    visibility:visible;
    transition:0.5s;
  }
  #add_form{
    width:0;
    right:0;
    height:52%;
    background-color:rgb(250,250,250);
    background-color:rgba(100,190,250,0.9);
    padding:6px;
    position:absolute;
    transition:0.5;
    overflow-x: hide;
  }
  #add_form_class{
    width:0;
    right:0;
    float:right;
    height:45%;
    background-color:rgb(250,250,250);
    background-color:rgba(150,180,250,0.9);
    padding:6px;
    position:absolute;
    transition:0.5;
    overflow-x: hide;
  }
  #close_btn{
    color:black;
    left:2px;
    top:2px;
    font-size:30px;
    font-weight:bold;
  }

  .speech_bubble{
    margin: 50px auto;
    border: 4px solid blue;
    padding: 20px;
    font-family: arial;
    position: relative;
    border-radius:10px;
    margin:20px 8px;
  }
  .speech_bubble:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid blue;
    border-top: 10px solid transparent;
    border-bottom: 10px solid blue;
    right: 33%;
    top: -20px;
  }
  .speech_bubble:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid #fff;
    right: 33.5%;
    top: -12px;
  }
  .inline-form{
    display:none;
    width:100%;
    padding:6px;
    border:1px solid;
    position:relative;
    border-radius:5px;
  }
  .inline-form:before{
    content:'';
    height:0px;
    width:0px;
    position:absolute;
    border-top:6px solid transparent;
    border-bottom:6px solid;
    border-right:6px solid transparent;
    border-left:6px solid;
    left:30%;
    top:-12px;
  }
  .inline-form:after{
    content:'';
    height:0px;
    width:0px;
    position:absolute;
    border-top:5px solid transparent;
    border-bottom:5px solid #fff;
    border-right:5px solid transparent;
    border-left:5px solid #fff;
    left:30.5%;
    top:-10px;
  }
  #dev_show-link{
    background-color:lightblue;
    cursor:pointer;
    font-size: 16px;
    border-bottom:1px solid blue;
  }
  .floating_form_data{
    position:absolute;
    top:10%;
    left:20%;
    box-shadow:1px 2px 3px 2px lightgrey;
    border:1px solid lightgrey;
    border-radius:4px;
    max-height:500px;
    overflow-y:auto;
    background-color:white;
    visibility:hidden;
  }
  .floating_form_x{
    min-width:400px;
    border:1px solid lightgrey;
    min-width:200px;
    border-radius:4px;
    position:absolute;
    visibility:hidden;
    z-index:1;
    top:26%;
    right:5%;
    background-color:white;
    box-shadow:1px 2px 3px 2px lightgrey;
  }
  #inputattach{
    opacity: 0;
    position: absolute;
    z-index:-1;
  }
  #dash-classes{
    width:250px;
    height:200px;
    font-size:25px;
    float:left;
    text-align:center;
    box-shadow:1px 2px 3px grey;
    position:relative;
    z-index: 0;
  }
  #user_roles a{
    box-shadow:0.5px 1px 1.5px grey;
    padding:10px;
    border-radius:4px;
    font-size:12px;
    margin-top:10px;
  }
  #user_roles{
    position:relative;

  }
  #user_roles .words{
    position:absolute;
    bottom:0;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.5);
    padding:10px;
    height:20%;
    width:96%;
    color:white;
    text-align:center;
  }
  #hide_form_btn{
    font-size:12px;
    float:right;
    color:white;
  }
  #floating_form_header{
    background-color:blue;
    padding:6px;
    color:white;
  }
  .floating_form_profile{
    z-index:1;
    position:absolute;
    right:1%;
    top:12%;
    background-color: white;
    box-shadow:1px 2px 3px 2px lightgrey;
    border-radius:6px;
    visibility:hidden;
  }
  .floating_form_more{
    right:1%;
    position:absolute;
    background-color:white;
    border:1px solid lightgrey;
    border-radius:6px;
    box-shadow:2px 3px 4px 3px lightblue;
    z-index:1;
    visibility:hidden;
  }
  .floating_form_more::before{
    content:'';
    width:0px;
    height:0px;
    border-right:12px solid transparent;
    border-left:12px solid transparent;
    border-top:12px solid transparent;
    border-bottom:12px solid lightgrey;
    position:absolute;
    right:14px;
    top:-22px;
  }
  .floating_form_more_green{
    right:1%;
    top:2%;
    position:absolute;
    background-color:white;
    border:1px solid lightgrey;
    border-radius:6px;
    box-shadow:2px 3px 4px 3px lightblue;
    z-index:1;
    visibility:hidden;
  }
  .floating_form_more_green::before{
    content:'';
    width:0px;
    height:0px;
    border-right:12px solid transparent;
    border-left:12px solid transparent;
    border-top:12px solid transparent;
    border-bottom:12px solid green;
    position:absolute;
    right:14px;
    top:-22px;
  }
  .floating_form_more_blue{
    right:1%;
    top:2%;
    position:absolute;
    background-color:white;
    border:1px solid lightgrey;
    border-radius:6px;
    z-index:1;
    visibility:hidden;
  }
  .floating_form_more_blue::before{
    content:'';
    width:0px;
    height:0px;
    border-right:12px solid transparent;
    border-left:12px solid transparent;
    border-top:12px solid transparent;
    border-bottom:12px solid blue;
    position:absolute;
    right:14px;
    top:-22px;
  }
  #whole_report{
    background-color:white;
    border:1px solid lightgrey;
    margin:8px 0px;
    box-shadow:0.5px 1px 1.5px grey;
  }

  .floating_form_more_green{
    right:1%;
    top:2%;
    position:absolute;
    background-color:white;
    border:1px solid lightgrey;
    border-radius:6px;
    box-shadow:2px 3px 4px 3px lightblue;
    z-index:1;
    visibility:hidden;
  }
  .floating_form_more_green::before{
    content:'';
    width:0px;
    height:0px;
    border-right:12px solid transparent;
    border-left:12px solid transparent;
    border-top:12px solid transparent;
    border-bottom:12px solid green;
    position:absolute;
    right:14px;
    top:-22px;
  }
  .floating_form_more_blue{
    right:1%;
    top:2%;
    position:absolute;
    background-color:white;
    border:1px solid lightgrey;
    border-radius:6px;
    box-shadow:2px 3px 4px 3px lightblue;
    z-index:1;
    visibility:hidden;
  }
  .floating_form_more_blue::before{
    content:'';
    width:0px;
    height:0px;
    border-right:12px solid transparent;
    border-left:12px solid transparent;
    border-top:12px solid transparent;
    border-bottom:12px solid blue;
    position:absolute;
    right:14px;
    top:-22px;
  }
    .wrapper{
      left:0;
      top:0;
      width:15%;
      height:100%;
      position:fixed;
      background:rgb(0,0,200);
      background: rgba(0,0,200,0.5);
      opacity:1;
      overflow-y:auto;
    }
    .wrapper .nav-left-logo{
      width:100%;
      padding:15px;
      text-align:center;
      border-bottom:2px solid white;
    }
    .wrapper .nav-left-logo a{
      color:white;
      text-transform:uppercase;
      font-weight:200;
    }
    .wrapper .nav-left-logo #nav-btn{
      right:2px;
      top:2px;
      position:absolute;
    }
    .wrapper .nav-left-nav{
      display:block;
      width:100%;
    }
    .wrapper .nav-left-nav a{
      color:white;
      font-size:15px;
    }
    .wrapper .nav-left-nav a:hover{
      background-color:lightgrey;
      color:black;
    }
    .main-container{
      margin-left:250px;
      padding:15px;
      width:calc(100%-250px);
    }
    .main-container .top-bar{
      left:0;
      top:0;
      margin-left:0px;
      width:100%;
      height:50px;
      padding:10px;
      background:#fff;
      border-bottom:2px solid;
    }
    .main-container .top-bar .profile-side img{
      width:40px;
      height:40px;
      float:right;
      top:0;
    }
    .main-container-main{
      margin-left: 220px;
      width:calc(100% - 220px);
      padding:15px;
      margin-top:70px;
      overflow:auto;
      height:100%;
      margin-bottom:50px;
    }
    .main-container-main .contents{
      padding:10px;
      width:100%;
    }
    .main-top-bar{
      height:40px;
      padding: 5px 15px;
      background-color:#fff;
      position:fixed;
      margin-left: 220px;
      width:calc(100% - 210px);
      border-bottom:1px solid lightgrey;
      display:inline-block;
      z-index:1;
    }
    .main-top-bar .dash-link{
      text-transform:uppercase;
      font-weight:600;
      padding:0px 8px;
      width:250px;
      float:left;
    }
    .main-top-bar .profile_nav{
      float:right;
      display:flex;
      justify-content: space-between;
      padding:0 10px;
    }
    .main-top-bar .profile_nav .icon{
      float:right;
      font-size:25px;
      background: white;
      border-radius:50%;
      width:35px;
      text-align:center;
      padding:4px;
      cursor:pointer;
    }
    .main-top-bar .profile_nav .icon:hover{
      background-color: white;
      border:1px solid lightblue;

    }
    .main-top-bar .profile_nav .icon i{
      color:blue;
    }
    .main-top-bar .profile_nav img{
      width:30px;
      height:30px;
      border-radius:50%;
      cursor:pointer;
    }
    .main-top-bar .profile_nav .name{
      padding:0px 5px;
    }
    .top-nav-other{
      border:1px solid;
    }
    .nav-requests{
      margin-left:220px;
      width:calc(100%-220px);
      height:50px;
      padding: 2px 10px;
      top:42px;
      position:fixed;
      border:1px solid white;
      background-color:rgba(250,250,250,0.9);
      border-bottom:1px solid lightgrey;
      overflow-x: auto;
      z-index:1;
    }
    .nav ul{
       margin:0;
       padding:0;
    }
    .nav li{
       margin: 0;
       padding: 0;
       display: inline;
    }
    .nav li:hover{
      background-color:lightgrey;
    }
    .nav-left-logo img{
      width:175px;
      height:115px;
      z-index:-1;
      position:absolute;
      top:0;
      left:1px;
      opacity:0.5;
    }
    .dashboard-display-items{
      visibility:hidden;
      position:absolute;
      z-index:1;
      background-color:white;
      border:1px solid lightgrey;
      border-radius:4px;
      box-shadow:1px 2px 3px 2px lightgrey;
      right:3%;
      top:7%;
      width:200px;
      display:block;
      position:fixed;
    }
    .dashboard-display-items a{
      display:block;
    }
    .head-dash-action{
        border-bottom:1px solid lightgrey;
        padding:8px;
    }
    .dash-items{
      padding:10px;
      color:black;

    }
    .dash-items a{
      border-bottom:1px solid lightgrey;
      margin:4px 0px;
      color:black;
      text-decoration:none;
      padding:4px;
    }
    .dashboard-display-items .bottom-btn{
      padding:10px;
      float:right;
    }
    .dashboard-display-items .bottom-btn btn{
      float:right;
    }
    .term-edit-div{
      width:80%;
      padding:15px;
      background-color:rgb(250,250,250);
      display:block;
    }
    .term-edit-button{
      display:none;
      float:right;
      border:2px solid blue;
      border-radius:4px;
    }
    .term-edit-div:hover .term-edit-button {
      display:block;
    }
    .floating-div-header{
      padding:10px;
      border-bottom:1px solid lightgrey;
      width:100%;
      font-size:14px;
    }
    .floating-div-header .div-hide-btn{
      float:right;
      text-align:center;
      padding:4px;
      right:0;
      top:0;
    }
    .floating-div-header .div-hide-btn:hover{
      background-color: red;
      color:white;
    }
    .div-head{
      display:inline;
    }
    .floating-div-term .div-form{
      padding:10px;
      width: 100%;
      height:100%;
      background-color:white;
    }
    .floating-div-term{
      background:#f5f5f5;
      width:80%;
      border:1px solid lightgrey;
      margin:5px 0px;
      visibility:hidden;
    }

    .icon-btn{
      margin:2px;
      width:30px;
      border-radius:50%;
      background-color:white;
      color:black;
      text-align:center;
      padding:2px;
    }
    .display-exams-registered{
      visibility:hidden;
      position:absolute;
      position:fixed;
      width:250px;
      right:1%;
      background-color:rgb(250,250,250);
      box-shadow:0.5px 1px 1.5px 1px lightgrey;
    }
    .display-exams-registered .form-header-exams{
      padding:10px;
      border-bottom:1px solid lightgrey;
    }
    .display-exams-registered .exam-display{
      padding:10px;
    }
    .display-exams-registered .exam-display .exam-div{
      border-bottom:1px solid;
      padding:8px;
    }
    #profile-form{
      border-bottom:1px solid lightgrey;
    }
    #profile-data a{
      text-decoration: none;
    }
    #profile-form:hover{
      background-color:lightgrey;
    }
    #spinners-div{
      width:100% !important;
      background-color:white;
      position:absolute;
      height:100% !important;
      z-index:100;
      opacity:0.8;
      position:fixed;
  }
  #spinners-div .spinners{
      text-align:center;
      position:relative;
      top:25%;
      z-index:101;
      opacity:1;
  }
  #sideNav_side{
    width:200px;
    overflow-y:auto;
    float:left;
    position:fixed;
    height:100%;
    margin-left:2px;
  }
  .main-contents{
      margin-left:2px;
      width:calc(100% - 205px);
      z-index:10000;
  }
  .dashboard-cards{
    width:100%;
  }

  .side-nav{
      width:200px;
      height:100%;
      position:fixed;
      overflow-y:auto;
      margin-top:0;
  }
  .main-contents{
      margin-left:210px;
      width:calc(99% - 200px);
  }

  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
  }

  .btn-circle {
      width: 30px;
      height: 30px;
      padding: 6px 0px;
      border-radius: 15px;
      text-align: center;
      font-size: 12px;
      line-height: 1.42857;
  }
  .search_results{
      width:80%;
      position:absolute;
      margin-top:5%;
      margin-left:1%;
      margin-right:2%;
      z-index:100;
      min-height:300px;
    }
    .right{
        float:right;
    }
    .hidden{
        display:none;
    }
    .show-left-nav{
      display:none;
    }

  @media screen and (max-width:1000px)
  {
      .side-nav{
          display:none;
      }
      .main-contents{
          width:100%;
          margin-left:0;
      }
      .tr-dash{
          margin-left:10%;
      }
      .dashboard-cards{
          width:100%;
      }
      .all_notices{
        width:100%;
        height:100%;
      }
  }
  
  @media screen and (max-width:600px)
  {
    .search_results{
      width:80%;
      margin-left:2%;
      margin-top:3%;
      margin-right:2%;
      z-index:1000;
    } 
    .all_notices{
      display:none;
    }
    .navbar-brand{
      font-size:12px;
      font-weight:bold;
    }
    .school_logo_brand{
      display:none;
    }
    .side-nav{
      width:100%;
      z-index:-1;
    }
    .show-left-nav{
      display:block;
    }
  }