@import url(//db.onlinewebfonts.com/c/a97dc52b4b2059e5f04907cb7492af0b?family=Handel+Gothic);
@font-face {
  font-family: "Handel Gothic";
  src: url("//db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.eot");
  src: url("//db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.eot?#iefix")
      format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.woff2")
      format("woff2"),
    url("//db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.woff")
      format("woff"),
    url("//db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.ttf")
      format("truetype"),
    url("//db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.svg#Handel Gothic")
      format("svg");
}
.logo {
  font-family: "Handel Gothic";
  /* background-color: #eeeeee; */
}

.hoverBtn {
  background-color: #7cb82e;
}

.menuSize {
  height: 96vh;
}

.menuColor {
  background-color: #dee1f1;
}

.contentSize {
  height: 96vh;
}

.contentColor {
  background-color: white;
  border-color: #eeeeee;
  border-width: 2px;
}

.contentMargin {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.contentColor2 {
  background-color: blue;
  border-color: #eeeeee;
  border-width: 2px;
}

.contentMargin2 {
  padding-left: 2px;
  padding-right: 2px;
}

.title {
  color: #796fb1;
  font-weight: bold;
  text-align: center;
}

.listSize {
  height: 80vh;
}
.listSize2 {
  height: 70vh;
}
.infoMark {
  color: #796fb1;
  font-weight: bold;
  text-align: center;
}

.infoBorder {
  border-color: #dee1f1;
  border-width: 4px;
  border-style: solid;
}

.menuBtn1 {
  height: 55vh;
}

.infoText {
  color: #796fb1;
  font-weight: normal;
  text-shadow: gray;
}

.moreBtn {
  color: #796fb1;
  font-weight: normal;
  background-color: #dee1f1;
}

.lineA {
  width: 25vw;
  height: 12.4vh;
}

.stu {
  background-image: url("../images/student.png");
  background-size: contain;
  width: 4.9vw;
  height: 4.9vw;
}

.tcr {
  background-image: url("../images/teacher.png");
  background-size: contain;
  width: 4.9vw;
  height: 4.9vw;
}

.menuA {
  background-image: url("../images/menu_a.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
  width: 27.5vw;
  max-width: 27.5vw;
  min-width: 27.5vw;
  height: 10vh;
}

.menuB {
  background-image: url("../images/menu_b.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
  width: 27.5vw;
  max-width: 27.5vw;
  min-width: 27.5vw;
  height: 10vh;
}

.marginUp {
  margin-top: -8px;
}

.aaa {
  width: 13vw;
}

.loginHead {
  color: #796fb1;
  font-weight: normal;
  width: 8vw;
}
.fukidashi-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 0 5px;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: normal;
  background: #ffcc75;
  border-radius: 10%;
  box-sizing: border-box;
}
/* .fukidashi-left:before {
content: "";
position: absolute;
top: 50%;
left: -10px;
margin-top: -5px;
border: 5px solid transparent;
border-right: 5px solid #ffcc75;
z-index: 0;
} */

.fukidashi-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 0 5px;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: normal;
  background: #058eff;
  border-radius: 10%;
  box-sizing: border-box;
}
/* .fukidashi-left:right {
content: "";
position: absolute;
top: 50%;
left: -50px;
margin-top: -5px;
border: 5px solid transparent;
border-left: 5px solid #058eff;
z-index: 0;
} */

/* .hito-left {
width: 80px;
height: 80px;
border-radius: 50%;
background: #cccccc;
}               */

.workspace-checkbox {
  transform: scale(1.5);
  margin-right: 10px;
}

.workspace-info {
  display: flex;
  flex-direction: column;
}

.workspace-date {
  font-size: 0.9em;
  color: #666;
}

.workspace-name {
  font-size: 1.2em;
  font-weight: bold;
}

.btn-success {
  margin-right: 5px;
}

.card-group .card {
  display: flex;
  flex-direction: row;
}

.card-group .card .card-body {
  display: flex;
  align-items: center;
}

.marginUp {
  margin-top: 5px;
  margin-bottom: 5px;
}