.disnone{
  display: none !important;
}
#msform {
  text-align: center;
  position: relative;
  /*margin-top: 30px;*/
}

#msform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  /*box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
  /*padding: 20px 40px 30px 40px;*/
  box-sizing: border-box;
  /*width: 94%;*/
  /*margin: 0 3% 20px 3%;*/
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  min-inline-size: 100%;
}
/*
#msform fieldset:not(:first-of-type) {
  display: none;
}*/

#msform fieldset .form-card {
  text-align: left;
  color: #9e9e9e;
}



#msform .action-button {
  width: 100px;
  background: skyblue;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f023";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f09d";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: skyblue;
}

.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}



.fit-image {
  width: 100%;
  object-fit: cover;
}

.f1 {
    /*width: 100%;*/
    margin: auto;
    padding: 10px 30px;
    /*margin-top: 30px;*/
    background: #0EA7E7;
    border-bottom: 3px solid #EA484E;
    border-radius: 10px 10px 0px 0px;
    color: white;
    font-size: 18px;
}
.f2{
  margin-top: 20px;
  padding: 0;
    border-radius: 10px 10px 0px 0px;

}
.upload-btn input[type="file"] {
    display: none;
}

.upload-btn {
    padding: 9px;
    background: orange;
    border: 1px solid #ff7600;
    color: white;
    font-weight: bold;
    align-self: center;
}
.upload-btn:hover {
    background: #ff7600;
    cursor: pointer;
}
button.secondary-btn {
    cursor: pointer;
    font-size: large;
    padding: 5px 15px;
    background: green;
    font-weight: bold;
    color: white;
    border: 1px solid darkgreen;
    border-radius: 5px;
    box-shadow: 0px -3px 2px 2px #272927aa inset
}
button.secondary-btn:hover {
  background: darkgreen;
}
.maxscore,.obtained{
  text-align: center;
}
.footer {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    padding: 10px 0;
}
label.input.append-small-btn {
    display: inline-flex;
    width: 100%;
    flex-direction: row-reverse;
}
p.f14:hover,p.f14:hover *,p.f14 *:hover,p.f14:hover *:hover{
  cursor: pointer;
}
input[type="text"] {}

label.input.append-small-btn input {
    flex: auto;
    width: -webkit-fill-available;
}
.first-line {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   justify-content: space-between;
}

.span6.main-row {
   width: 49%;
}
.msforms input[type="date"], .msforms input[type="number"], .msforms input[type="text"], .msforms input[type="password"], .msforms input[type="email"], .msforms input[type="search"], .msforms input[type="url"], .msforms textarea, .msforms select {
    background: #fff;
    border: 1px solid #A7A7A7;
    color: #424242;
    display: block;
    font-family: inherit;
    font-size: 14px;
    padding: 10px 10px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -ms-transition: all.4s;
    -o-transition: all.4s;
    transition: all.4s;
}
.msforms input[type="date"]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.msforms .select i {
    background: #fff;
    height: 20px;
    position: absolute;
    pointer-events: none;
    top: 30px;
    right: 14px;
    width: 14px;
}
.msforms .select i:before {
    border-bottom: 6px solid rgba(0,0,0,.4);
    top: 3px;
}
.msforms .select i:after, .msforms .select i:before {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
    position: absolute;
    right: 3px;
}
.msforms .select i:after {
    border-top: 6px solid rgba(0,0,0,.4);
    bottom: 1px;
}
.msforms .select i:after, .msforms .select i:before {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
    position: absolute;
    right: 3px;
}
.f3{
     font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #4c4b4b;
}
#msform .f4{
    background-color: #f99104;
    border-radius: 3px;
    padding: 0.75em 1em;
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-top: 20px;
}
#msform .f5{
    background-color: #27AE60;
    border-radius: 3px;
    padding: 0.75em 1em;
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-top: 20px;
}
#msform .f6{
    background-color: #307EBE;
    border-radius: 3px;
    padding: 0.75em 1em;
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-top: 20px;
}
.f7{
  list-style-type: decimal;
  margin-bottom: 25px;
  padding-left: 15px;
}
.f7 li{
  font-size: 14px;
  padding-left: 2px;
}
.f8{
    padding-top: 10px;
}
.contact-forms .span6 {
    margin-bottom: 10px;
}
.contact-forms .main-row.f9{
    margin-bottom: 10px;
}
.customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customers td, .customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.customers tr:nth-child(even){background-color: #f2f2f2;}

.customers tr:hover {background-color: #ddd;}

.customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
}
.f10{
  width: 50%;
}
.f11 tr td input[type="text"],
.f11 tr td input[type="number"] {
    padding: 5px 3px;
    font-size: 13px;
    font-weight: lighter;
}
.f12 {
    text-align: right;
    font-weight: 900;
}
.customers.f13 th{
      background-color: #f39c12;
}
.f13{
    margin: 0;
    margin-right: 6px;
    vertical-align: unset;
}
.f14{
    margin-top: 10px;
}
.f16 {
    padding: 30px 30px;
    background: white;
}
.f17 img{
    width: 25%;
}
.f17{
  text-align: center;
}
.f17 h3{
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.contact-forms.f17 a{
    margin: 0;
    text-align: center;
    float: none;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.msforms .select.f18 i {
      top: 10px;
}
.f19{
  width: 10%;
  float: left;
}
.f20{
    padding-top: 10px;
}
@media screen and (max-width: 1024px) { 
.f10 {
    width: 90%;
}
.customers {
    display: block;
    overflow-y: scroll;
}
.f19{
  width: 100%;
  float: none;
}
.span6.main-row {
    width: 100%;
}
label.input.append-small-btn input {
    width: 100%;
}
}