@import url(assets/stylesheets/application.css);
@import url(assets/stylesheets/footer.css);
@import url(assets/stylesheets/sidebar.css);
@import url(assets/stylesheets/search.css);
@import url(assets/stylesheets/user-dropdown.css);
@import url(assets/stylesheets/registration-form.css);
@import url(assets/stylesheets/button.css);
@import url(assets/stylesheets/company-header.css);
@import url(assets/stylesheets/tabledropdown.css);
@import url(assets/stylesheets/iconfont.css);
@import url(assets/stylesheets/companyInfoDisplay.css);
@import url(assets/stylesheets/addrow-form.css);
@import url(assets/stylesheets/addgraph-form.css);
@import url(assets/stylesheets/logo.css);

body {
  font-family: "SourceHan", sans-serif;
  background-color: rgb(250, 250, 250);
}

.company-sidebar {
  top: 0;
  right: -2.7vw;
  position: relative;
  color: white;
  max-width: 90%;
}

/* temp fix: login card + reg card bg; */
.login-content {
  background-color: white;
}

#registration-popup, #login-popup {
  left: 35vw;
}

.overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

.reg-login-header {
  position: absolute;
  right: 3vw;
  top: 7vh;
}

.btn-login, .btn-signup {
  font-size: 15px;
}

.user-header {
  position: absolute;
  right: 3vw;
  top: 4vh;
  cursor: pointer;
}

.user-header .fa-caret-down {
  color: #89C0EF;
}

#username-display {
  font-size: 20px;
  padding-right: 2px;
}

#username-display:hover {
  color: #56ccf2;
}

.dash-container {
  min-height: 100vh;
  margin: 0;
}

.comp-container {
  width: 250px;
  height: 100vh;
  background-color: #89C0EF;
  position: fixed;
  overflow: hidden;
}

.nav-search {
  width: 100%;
  padding: 35px;
  top: 55px;
}

.search-icon {
  padding: 36px;
  margin-left: 15px;
}

.col-lg-3 {
  padding: 0px;
  max-width: 300px;
}


.col-lg-8 {
  margin-top: 50px;
  margin-left: 30px;
}

.card {
  max-width: 100%;
}

.card-title {
  margin-bottom: 0;
  padding: 5px;
  color: #5DA9E9;
}

.card-body {
  padding: 0;
}

#mychart {
  height: 100% !important;
  width: 100% !important;
}

.graph-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
  margin-bottom: 30px;

}


#linechart {
  height: 100% !important;
  width: 100% !important;
}

.graph-card {
  height: 350px;
  width: 350px;
  margin-top: 25px;
  box-shadow: 0px 0px 5px #8AD9F1;
}

#right-card{
}

.row-align {
  text-align: right;
}

th {
  color: rgb(79, 79, 79);
}

.expand {
  padding: 0 10px;
  margin-top: 3.5px;
  color: rgba(50,50,50, 0.7);
  cursor: pointer;
}

.expand:hover{
  color: #5DA9E9;
}

.teaching-winfield {
  display: flex;
  align-items: center;
}

.first-show {
  padding-left: 33px !important;
}

.parent {
  background-color: rgba(0,0,0,.05) !important;
}

.table {
  margin-bottom: 0 !important;
}

.table td {
  color: rgb(79, 79, 79);
}

.children {
  background-color: rgb(250, 250, 250) !important;
}

.question-helper {
  margin-bottom: 0px;
  font-weight: bolder;
  cursor: help;
}

.question-helper:hover {
  color: #5DA9E9 !important;
}

.i-hate-raymond {
  padding-right: 30;
}

.graph-filler {
  background-color: green;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(137, 192, 239, 1)
}

.graph-filler:hover {
  background-color: #649ed1;
}

#btn-addgraph {
  padding: 0;

}

.classic-calvin {
  color: rgb(250, 250, 250);
}

.save-bear {
  width: 225px;
}

.speech-bubble {
  position: relative;
  border-radius: .4em;
  border: 2px solid #89C0EF;
  width: 350px;
  height: 160px;
  background-color: rgb(250, 250, 250)
}

.speech-bubble:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #89C0EF;
  border-left: 0;
  border-top: 0;
  margin-top: -10px;
  margin-left: -20px;
}

.bear-container {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 200px;
}

#bear-popup {
  display: none;
  left: 50%;
  top: 50%;
  z-index: 2;
  position: fixed;
  transform: translate( -50%, -50%);
}

.cya {
  font-size: 40px;
  padding-bottom: 275px;
  opacity: 0.8;
  cursor: pointer;
}

.cya:hover {
  color: #ef4343;
}

.dash-bear {
  margin-left: -30px;
}

#jackson {
  width: 100%;
  margin-left: 8vh;
}

.fuck-off {
  top: 0;
}

.curious {
  color: #89C0EF;
  text-align: center;
  margin-left: 3vh;
  padding-right: 3vh;

}

.ray-says {
  margin-top: 2vh;
  padding-top: 2vh;
  color: rgb(79, 79, 79);
  margin-left: 3vh;
}
/*#left-bottom-card {
  margin-top: 50px;
}*/
/*#bootstrap-overrides .row {
  width: 130%;
}
*/
