@charset "UTF-8";

*{
    margin:0;
    padding:0;
}

html {
  height: 100%;
}

body {
  margin: 0;
  /*min-width: 100vw;*/
  width: 100%;
  min-height: 100%;
  padding: 0px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

#min-width {
  min-width: 1000px;
}

.hi-title > .navbar-nav> li {
  float: left !important;
  text-align: center;
}

.manage-menu {  
  color: #A1A7AF !important; 
  font-family: 'Roboto', sans-serif; 
  font-size: 13px;  
  font-weight: 500; 
  border: 2px solid #F5F5F5;
  height: 58px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-left: 30px;
}

a:hover {
  /*font-weight: bold;*/
  text-decoration: none;
}

ul.nav a.manage-menu:hover { 
  color: #A1A7AF;
  background-color: #FCFCFC; 
}

ul.nav a.manage-active:hover { 
  color: #666666;
  background-color: #FCFCFC; 
}

.active { 
  background-color: #4CA6E4; 
  color: white;
  transform: scale(1.3);
  border-bottom:1px solid white;
  transform-origin: 0 85%;
}

.manage-active { 
  background-color: #FCFCFC; 
  color: #666666;
  font-family: 'Roboto', sans-serif; 
  font-size: 13px;  
  font-weight: 500; 
  /* line-height: 58px;  */
  border-top: 2px solid #F5F5F5;
  border-right: 2px solid #F5F5F5;
  border-bottom: 2px solid #F5F5F5;
  border-left: 6px solid #B7248C;
  margin-top: -1px;
  margin-bottom: -1px;
  height: 58px;
}

.navbar-fixed-left {
  width: 210px;
  /*position: absolute;*/
  margin-left: 0;
  left: 0;
  border-radius: 0;
  height: 100%;
  float: left;

}

.navbar-fixed-left .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
  width: 199px;
  height: 100%;
}

.navbar-fixed-left .navbar-nav > li > a {
  line-height: 32px; /* this centers the manage navbar text vertically, for some reason */
}

#top_bar{
  position: relative;
  height: 100px;
  background-color: #4CA6E4;
  padding-top:15px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

.main-container {
  flex: 1;
}

.manage-container {
  min-height: 313px;
  width: 100%;
  background-color: #FFFFFF;  
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
  left: 0;
  margin-left: 200px;
  padding-left: 56px;
  margin-right: auto;
  margin-top: 2px;
  padding-bottom: 20px;
}

.index-container {
  min-height: 313px;
  width: 100%;
  background-color: #FFFFFF;  
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
  left: 0;
  padding-left: 56px;
  margin-right: auto;
  margin-top: 2px;
  padding-bottom: 20px;
}

.hi-title {
  /*padding: 10px;*/
  margin-top: 20px;
  margin-left: 40px;
  justify-content: center;
}

.hi-title img {
  float: left; 
  width: 160px;
  /*height: 65px;*/
  height: auto;
  margin-left: 26px;
}

.hi-title p {
  position: relative;
  color: #FFFFFF; 
  font-family: 'Montserrat', sans-serif;  
  font-size: 30px;
  /*font-weight: bold; */
  line-height: 24px;
  display: flex;
  align-items: center
  padding-top: 20px;
}

.manage-table-box {  
  height:100%; 
  width: 80vw;
  /*overflow-x: hidden;*/
  overflow-x: auto;
  white-space: nowrap;
}

.index-box {  
  height: 75px; 
  width: 400px;  
  border-radius: 6px; 
  background-color: #FFFFFF;  
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  float: top;
  display: flex;
  margin-left: 45px;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#manage-table-header-style {
  height: 33px;
  color: #FFFFFF; 
  background-color: #4CA6E4;
}

#manage-table-header-style th{
  font-family: 'Roboto', sans-serif;  
  font-size: 14px;  
  font-weight: 500; 
  line-height: 33px;
  white-space: nowrap;
}