
.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;
}
  .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;
    z-index:1;
  }
  .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;
  }

  .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;
  }
