/* LESS Document */
/* LESS Document */
/*-----------------------------------------------------------------------------------
VARIABLES
-----------------------------------------------------------------------------------*/
/*National*/
/*links*/
/*-----------------------------------------------------------------------------------
MIXINS
-----------------------------------------------------------------------------------*/
::-webkit-input-placeholder {
  font-style: italic;
  color: #bbb;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #bbb;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #bbb;
  opacity: 1;
}
:-ms-input-placeholder {
  font-style: italic;
  color: #bbb;
}
input[type="text"]:not(.keyword),
input[type="password"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color ease-in-out 0.1s, -webkit-box-shadow ease-in-out 0.1s;
  -o-transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
  transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}
select {
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="text"]:not(.keyword):focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #aaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.4);
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0px;
  margin-top: 4px;
  margin-top: 2px \9;
  position: absolute;
}
label {
  padding-left: 20px;
}
.field-label {
  padding: 0px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 700;
}
.field-label.horz {
  padding-top: 5px;
}
.field-label.require-before:before {
  content: " * ";
  color: #F00;
  font-weight: 700;
}
.field-label.require-after:after {
  content: " * ";
  color: #F00;
  font-weight: 700;
}
.button,
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  border: none;
  padding: 7px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button.blue,
input[type="submit"].blue,
input[type="reset"].blue {
  color: #fff;
  background-color: #150f9b;
}
.button.blue:hover,
input[type="submit"].blue:hover,
input[type="reset"].blue:hover {
  text-decoration: none;
  background-color: #ffb600;
}
.button.blank,
input[type="submit"].blank,
input[type="reset"].blank {
  background-color: transparent;
  color: inherit;
}
.button i,
input[type="submit"] i,
input[type="reset"] i {
  margin-right: 5px;
}
.button.orange,
input[type="submit"].orange,
input[type="reset"].orange {
  color: #fff;
  background-color: #f28226;
  -webkit-transition: background-color 0.06s ease-in-out;
  -moz-transition: background-color 0.06s ease-in-out;
  -ms-transition: background-color 0.06s ease-in-out;
  -o-transition: background-color 0.06s ease-in-out;
}
.button.orange:hover,
input[type="submit"].orange:hover,
input[type="reset"].orange:hover {
  text-decoration: none;
  background-color: #ffb600;
}
.hiarachy-check-list {
  list-style: none;
  margin: 0px;
  padding: 10px;
  margin-top: 7px;
  overflow-y: scroll;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color ease-in-out 0.12s, -webkit-box-shadow ease-in-out 0.12s;
  -o-transition: border-color ease-in-out 0.12s, box-shadow ease-in-out 0.12s;
  transition: border-color ease-in-out 0.12s, box-shadow ease-in-out 1.12s;
}
.hiarachy-check-list:active {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.4);
}
.hiarachy-check-list li span {
  position: relative;
}
.cke_chrome {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
