h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	text-transform: initial;
}
#logocontainer #img {
  background-size: auto 45px;
}
#lgknotesbox{
  background: #f7eb97;
  border-top: dotted 13px #333333;
}

/* log history */
.lgkloghistorybox{
  border: solid 1px #DDDDDD;
  height: 261px;
  padding: 5px;
  border-radius: 5px;
  overflow: auto;
  flex-direction: column-reverse;
  display: flex;
  align-items: flex-start;
}
.lgkloghistorybox table {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}
.lgkloghistorybox table th{
  font-weight: 300;
  width: 130px;
}
.lgkloghistorybox table tr{
  border-bottom: solid 1px #EEEEEE;
}
.lgkloghistorybox table tr:nth-child(2n){
  background-color: #fafafa;
}
.lgkloghistorybox table tr:last-child{
  border-bottom: none;
}
.lgksectionheader{
  background-color: #00A9EC;
  color: #FFFFFF;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 1.4rem;
}
.lgkbox{
  background-color: #FFFFFF;
  color: #353E4A;
  box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin: 10px 0px;
  align-items: center;
  min-height: 10px;
  padding: 10px;
  overflow: hidden;
}
.lgkboxsection{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lgkboxdot{
  width: 5%;
  text-align: center;
  font-size: 0.6cm;
  color: #969696;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lgkboxicon{
  width: 10%;
  text-align: center;
  font-size: 1.5cm;
  color: #00A9EC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lgkboxinfo{
  width: 65%;
}
.lgkboxbutton{
  width: 20%;
  justify-content: right;
  display: flex;
  padding-right: 20px;
}
.lgkboxtext p,.lgkboxtext h4 {
  margin: 0;
}
.lgkboxinput{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.formtable label{
  font-weight: 400;
  font-size: 1.1rem;
  font-size: inherit;
  padding: 0;
  margin: 3px 0px;
}
.formtable td{
  width: 100%;
  text-align: left;
}
.formtable input, .formtable select{
  width: calc(100% - 40px);
  height: 40px;
  box-sizing: border-box;
  border: 0;
  background-color: #ededed;
  padding: 0px 10px;
  margin: 0;
  max-width: initial;
  font-size: 16px;
  border-radius: 0;
}
.lgkboxinputcheck{
  color: white;
  font-size: 16px;
}
.formtable .lgkboxinputcheck{
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #00A9EC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.lgkboxinputfield{
  display: flex;
  width: 50%;
  max-width: 400px;
  min-width: 300px;
  margin: 3px 0px;
}

.lgkboxsectionmodule{
  width: 50%;
  padding: 0 15px;
}
.lgkboxsection h4{
  margin: 10px 0px;
}
.lgkboxinputfield input:disabled, .lgkboxinputfield select:disabled{
  color: rgb(170, 170, 170);
}


.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px dashed #ccc;
  width: 100%;
  top: 15px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px dashed #ccc;
  width: 100%;
  top: 15px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
  font-size: 14px;
  color: #888888;
}

.stepper-item.active {
  font-weight: bold;
}
.stepper-item.active .step-counter{
  background-color: #00ACFF;
  color: #ffffff;
}

.stepper-item.completed .step-counter {
  background-color: #00ACFF;
  color: #ffffff;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #00ACFF;
  width: 100%;
  top: 15px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
#lgksubmitbutton{
  background-color: #00A9EC ;
}
#lgksubmitbutton:disabled{
  background-color: #CCCCCC ;
}
#lgkstudiestable{
  font-size: 16px;
  border-collapse: initial;
}

#lgkstudiestable td {
    background-color: #ededed;
    padding: 10px;
    color: black;
}
#lgkstudiestable th {
    padding: 10px;
    font-size: 19px;
    font-weight: 500;
    color: black;
}

#lgkstudiestable tr {
    border: solid 2px white;
}
#lgkstudiestable td.lgkboxinputcheck {
    width: 40px;
    background-color: transparent;
    color: #00A9EC;
    padding: 0;
    text-align: center;
    font-size: 20px;
}

#lgkstudiestable tr .lgkboxinputcheck i, .lgkboxinputfield .lgkboxinputcheck i{
    display: none;
}
#lgkstudiestable tr .lgkboxinputcheck i.fa-circle-check.lgksaved, .lgkboxinputfield .lgkboxinputcheck i.fa-circle-check.lgksaved{
    display: block;
}

.lgkbox .lgkboxdot i.fa-circle-up{
  color: #00A9EC;
}


#lgkstudiestable tr.valid td, .lgkboxinputfield.valid input, .lgkboxinputfield.valid select{
    border: solid 2px #2aa169;
    color: rgb(170, 170, 170);
}
#lgkstudiestable tr.valid .lgkboxinputcheck, .lgkboxinputfield.valid .lgkboxinputcheck{
    background-color: transparent;
    color: #2aa169;
}
#lgkstudiestable tr.valid .lgkboxinputcheck i, .lgkboxinputfield.valid .lgkboxinputcheck i{
    display: none;
}
#lgkstudiestable tr.valid .lgkboxinputcheck i.fa-circle-check.lgksaved, .lgkboxinputfield.valid .lgkboxinputcheck i.fa-circle-check.lgksaved{
    display: block;
    color: #2aa169;
}
.lgkbox.valid .lgkboxdot{
  color: #2aa169;
}
#lgkstudiestable tr.valid td.lgkboxinputcheck{
    border: 0;
}


#lgkstudiestable tr.refused td, .lgkboxinputfield.refused input, .lgkboxinputfield.refused select{
    border: solid 2px #c22b2b;
}
#lgkstudiestable tr.refused .lgkboxinputcheck, .lgkboxinputfield.refused .lgkboxinputcheck{
    background-color: transparent;
    color: #c22b2b;
}
#lgkstudiestable tr.refused .lgkboxinputcheck i, .lgkboxinputfield.refused .lgkboxinputcheck i,#lgkstudiestable tr.refused .lgkboxinputcheck i.fa-circle-check.lgksaved{
    display: none;
}
#lgkstudiestable tr.refused .lgkboxinputcheck i.fa-xmark, .lgkboxinputfield.refused .lgkboxinputcheck i.fa-xmark{
    display: block;
}


#lgkstudiestable tr.correction td, .lgkboxinputfield.correction input, .lgkboxinputfield.correction select{
    border: solid 2px #dea835;
}
#lgkstudiestable tr.correction .lgkboxinputcheck, .lgkboxinputfield.correction .lgkboxinputcheck{
    background-color: transparent;
    color: #dea835;
}
#lgkstudiestable tr.correction .lgkboxinputcheck i, .lgkboxinputfield.correction .lgkboxinputcheck i,#lgkstudiestable tr.correction .lgkboxinputcheck i.fa-circle-check.lgksaved{
    display: none;
}
#lgkstudiestable tr.correction .lgkboxinputcheck i.fa-circle-exclamation, .lgkboxinputfield.correction .lgkboxinputcheck i.fa-circle-exclamation{
    display: block;
}
.lgkbox .lgkboxdot i.fa-circle-exclamation{
  color: red;
}
#lgkstudiestable tr.correction td.lgkboxinputcheck{
    border: 0;
}

#lgkstudiestable tr.new td, .lgkboxinputfield.new input, .lgkboxinputfield.new select{
    border: solid 2px transparent;
}
#lgkstudiestable tr.new .lgkboxinputcheck, .lgkboxinputfield.new .lgkboxinputcheck{
    background-color: transparent;
    color: #00A9EC;
}
#lgkstudiestable tr.new .lgkboxinputcheck i, .lgkboxinputfield.new .lgkboxinputcheck i , .lgkboxinputfield.new .lgkboxinputcheck i.lgksaved, .lgkboxinputfield.new .lgkboxinputcheck i.lgkvalid{
    display: none;
}
#lgkstudiestable tr.new .lgkboxinputcheck i.fa-circle-dot, .lgkboxinputfield.new .lgkboxinputcheck i.fa-circle-dot{
    display: block;
}

.lgkbox .lgkboxdot i.fa-ban{
  color: #ed5565;
}

#lgkdescriptionbox{
  width: 70%;
  display: flex;
  align-items: center;
}
#lgkcorrectionbox{
  border:solid 2px #dea835;
  background-color: #fbf6ea;
  width: 70%;
  display: flex;
  align-items: center;
}
#lgklegendbox{
  width: 30%;
  margin-left: 20px;
}
#lgklegendbox p{
  text-align: center;
}
#lgklegendbox table tr td:nth-child(1){
  width: 30px;
}
#lgklegendbox table{
  margin-bottom: 20px;
}
.lgkboxiconcorrection{
  width: 10%;
  color: #dea835;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lgkboxtextcorrection{
   width: 90%;
}
#lgkboxprofile td{
  padding: 7px 10px;
}
#lgkboxprofile th{
  font-weight: inherit;
}
#lgkboxprofilepicture iframe img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flyoverbutton{
  position: absolute;
  width: 36px;
  aspect-ratio: 1/1;
  background: rgba(255,255,255,0.8);
  border-radius: 100%;
  top: 10;
  right: 10;
  cursor: pointer;
  color: blue;
  display: none;
}
.flyoverbutton a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
*:hover > .flyoverbutton{
  display: flex;
}
#lgkboxstudies td{
  padding: 10px;
  font-size: 19px;
}
#lgkboxstudies th{
  padding: 10px;
  font-size: 19px;
  font-weight: 500;
  color: black;
}
.lgkvalarea{
  display: inline;
  background-color: transparent;
  border: solid 1 px green;
  position: relative;
  min-width: 50px;
}
.lgkvalarea .valid, #lgkboxstudies table tr.lgkvalarear td:last-child .valid{
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: green;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: white;
  font-size: 14px;
  cursor: pointer;
  display: none;
}
.lgkvalarea .correction, #lgkboxstudies table tr.lgkvalarear td:last-child .correction{
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: red;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: white;
  font-size: 14px;
  cursor: pointer;
  display: none;
}
.lgkvalarea[data-val="1"]:hover .correction,.lgkvalarea[data-val=""]:hover .correction, #lgkboxstudies table tr.lgkvalarear[data-val="1"]:hover td:last-child .correction, #lgkboxstudies table tr.lgkvalarear[data-val=""]:hover td:last-child .correction{
  display: flex;
}
.lgkvalarea:hover{
  box-shadow: 0px 0px 0px 3px yellow;
  background-color: yellow;
  outline: solid 2px black;
  outline-offset: 3px;
}
#lgkboxstudies table tr.lgkvalarear:hover{
  background-color: yellow;
  outline: solid 2px black;
}
.lgkvalarea[data-val="2"]{
  box-shadow: 0px 0px 0px 5px #ffdcdc;
  background-color: #ffdcdc;
  outline: dashed 2px #e44a4a;
  outline-offset: 3px;
}
#lgkboxstudies table tr.lgkvalarear[data-val="2"]{
  box-shadow: 0px 0px 0px 2px #ffdcdc;
  background-color: #ffdcdc;
  outline: dashed 2px #e44a4a;
}
.lgkvalarea[data-val="2"]:hover .valid,#lgkboxstudies table tr.lgkvalarear[data-val="2"]:hover .valid{
  display: flex;
}
#lgkboxstudies table tr.lgkvalarear td:last-child{
  position: relative;
}
.btsselectorbox {
    display: flex;
    flex-wrap: wrap;
}
.lgkselectorid{
  width:5%;
  display:flex;
  justify-content:center;
  color:#00ACFF;
  font-size:0.6cm;
}
.lgkselectionchoice{
  width: 60%;
}
.lgkselectionchoice p{
  margin:0;
}
.lgkselectionselect{
  width:35%;
  display:flex;
  justify-content:center;
}
.lgkselectionselect select{
  padding: 12px 10px;
}
#lgkboxadmissionexams{
    width: 50%;
    padding:20px;
    margin-left:auto;
    margin-right:auto;
  }
@media (max-width: 768px) {
  #lgkrow1{
    flex-wrap: wrap;
  }
  #lgklegendbox{
    margin-left: 0;
  }
  #lgkdescriptionbox, #lgklegendbox{
    width: 100%;
  }
  .lgkselectorid{
    width: 20%;
  }
  .lgkselectionchoice{
    width: 80%;
  }
  .lgkselectionselect{
    width: 100%;
  }
  .lgkboxdot{
    width: 10%;
  }
  .lgkboxicon{
    width: 15%;
    font-size: 1cm;
  }
  .lgkboxtext{
    width: 100%;
  }
  .lgkboxbutton{
    width: 100%;
  }
  #lgkpersonaldata .lgkboxsectionmodule, #lgkdegree .lgkboxsectionmodule{
    width: 100%;
  }
  #lgkpersonaldata .lgkboxsectionmodule input, #lgkpersonaldata .lgkboxsectionmodule select, #lgkdegree .lgkboxsectionmodule input, #lgkdegree .lgkboxsectionmodule select{
    width: inherit;
  }
  #lgkboxadmissionexams{
    width: 100%;
  }
}