
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  margin-top: 2%;
  float:left;
  width:80%;
  text-align: center;
  font-size: 20px;
}

#textcenter {
  text-align: center;
}

.alert.success {
  background-color: royalblue;
  margin-left: 10%;
  margin-right: 10%;
}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

#setup-1-left {
    margin-bottom:2%;
    float:left;
    width:20%;
}

#setup-1-mid {
    margin-top: 1%;
    margin-bottom:2%;
    float:left;
    width:60%;
    box-shadow: 5px 5px 5px #999;
}

#setup-1-right {
    margin-bottom:2%;
    margin-top: -1%;
    margin-right: 4%;
    float:right;
    width:16%;
    height:670px;
}

.setup-conj1-left {
    margin-bottom:2%;
    float:left;
    width:20%;
}

.setup-conj1-mid {
    margin-top: 1%;
    margin-bottom: 2%;
    padding-left: 1%;
    padding-right: 1%;
    float:left;
    width:58%;
    border-left: 8px solid royalblue;
    border-style: outset;
    border-radius: 25px;
}

.setup-conj1-right {
    margin-bottom:2%;
    margin-top: -1%;
    margin-right: 4%;
    float:right;
    width:20%;
    height:670px;
}

.setup-conj2-left {
    margin-bottom:2%;
    float:left;
    width:20%;

}

.setup-conj2-mid {
    margin-top: 2%;
    margin-bottom:2%;
    float:left;
    width:60%;

}

.setup-conj2-right {
    float:right;
    width:16%;

}

.vertical-menu-setup {
  position: relative;
  float: left;
  width: 20%;
  height: 800px;
  overflow-y: auto;
  margin-top: 2%;

}

.vertical-menu-setup a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.vertical-menu-setup a:hover {
  background-color: #ccc;
}

.vertical-menu-setup  a.active {
  background-color: royalblue;
  color: white;
}

.vertical-menu-setup-2 {
  float: left;
  width:60%;
  overflow-y: auto;
  margin-left: 5%;
  margin-right: 15%;
  margin-top: -45%;

}

.alignleft {
  margin-left: 0%;
}

dt {
  font-weight: bold;
  color: #0867a6;
}

dd {
  color: darkslategrey;
}

mark{
 background-color:lightgrey;
}

.latext-custom1 {
  display: inline-block;
  width: 25%;
  margin-right: 10em;
}

.custom2 {
  display: inline-block;
  height: 1px;
  margin-left: -22px;
  /*border: 1px solid red;
  margin-right: 2em;*/
}


.latext-custom3 {
  display: inline-block;
  width: 25%;
}

.custom4 {
  display: inline-block;
  height: 1px;
  margin-left: -60px;
  /*border: 1px solid red;
  margin-right: 2em;*/
}

