/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.loginet-select {
  margin-bottom: 10px;
  position: relative;
}
.loginet-select .select-button {
  border-radius: 3px;
  height: 25px;
  cursor: pointer;
  overflow: hidden;
  background-color: #ffffff;
}
.loginet-select .select-button .select-placeholder {
  color: #012851;
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.loginet-select .select-button .select-chevron {
  height: 25px;
  width: 25px;
  top: 0;
  line-height: 25px;
  text-align: center;
  float: right;
  color: #ffffff;
  background-color: #012851;
}
.loginet-select .loginet-list {
  background-color: #ffffff;
  color: #012851;
  z-index: 1;
  width: 100%;
  padding: 8px;
  position: absolute;
  border: 1px solid #012851;
  display: none;
  border-radius: 0 0 3px 3px;
  border-top-color: #012851;
}
.loginet-select .loginet-list hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.loginet-select .loginet-list .input-element {
  /*    input[type="checkbox"]{
        margin: 0 7px 0 1px;
        cursor: pointer;
      }
      input[type="checkbox"]:before{
        position: relative;
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid @fontcolordarkBlue;
        content: "";
        border-radius: 3px;
        background: @commonColorWhite;
      }
      input[type="checkbox"]:after{
        position: relative;
        display: block;
        left: 3px;
        top: -13px;
        width: 10px;
        height: 10px;
        content: "";
      }
      input[type="checkbox"]:checked:after{
        background-image: url('../../images/checkbox-checked.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
      }*/
}
.loginet-select .loginet-list .input-element + .input-element {
  margin-top: 3px;
}
.loginet-select .loginet-list .input-element input[type="checkbox"],
.loginet-select .loginet-list .input-element input[type="radio"] {
  margin: 0 7px 0 1px;
  cursor: pointer;
}
.loginet-select .loginet-list .input-element input[type="checkbox"][type="checkbox"]:checked:after,
.loginet-select .loginet-list .input-element input[type="radio"][type="checkbox"]:checked:after {
  background-image: url('../bundles/loginetelte/images/checkbox-checked.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.loginet-select .loginet-list .input-element input[type="checkbox"][type="checkbox"]:before,
.loginet-select .loginet-list .input-element input[type="radio"][type="checkbox"]:before {
  border-radius: 3px;
}
.loginet-select .loginet-list .input-element input[type="checkbox"][type="radio"]:after,
.loginet-select .loginet-list .input-element input[type="radio"][type="radio"]:after {
  top: -22px;
  font-size: 18px;
}
.loginet-select .loginet-list .input-element input[type="checkbox"][type="radio"]:checked:after,
.loginet-select .loginet-list .input-element input[type="radio"][type="radio"]:checked:after {
  content: "●";
}
.loginet-select .loginet-list .input-element input[type="checkbox"][type="radio"]:before,
.loginet-select .loginet-list .input-element input[type="radio"][type="radio"]:before {
  border-radius: 10px;
}
.loginet-select .loginet-list .input-element input[type="checkbox"]:before,
.loginet-select .loginet-list .input-element input[type="radio"]:before {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #012851;
  content: "";
  background: #ffffff;
}
.loginet-select .loginet-list .input-element input[type="checkbox"]:after,
.loginet-select .loginet-list .input-element input[type="radio"]:after {
  position: relative;
  display: block;
  left: 3px;
  top: -13px;
  width: 10px;
  height: 10px;
  content: "";
}
.loginet-select.activeSelect .select-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #6a7375;
}
.loginet-select.activeSelect .loginet-list {
  display: block;
  max-height: 300px;
  overflow-y: scroll;
}
