@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600&subset=latin,latin-ext);
.hideText {
  text-indent: -999em;
  letter-spacing: -999em;
  overflow: hidden;
}
/* custom mixins */
/* custom mixins */
html {
  height: 100%;
}
*,
a:focus {
  outline: none !important;
}
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #f4f4f4;
  font-size: 13px;
}
a {
  color: #3787bd;
  outline: 0 !important;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
a:hover {
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 20px;
  font-weight: 700;
  color: #575655;
}
h1.glyphicons,
h2.glyphicons,
h3.glyphicons,
h4.glyphicons,
h5.glyphicons,
h6.glyphicons {
  color: #575655;
}
p {
  font-size: 12px;
  margin: 0 0 10px;
  line-height: normal;
}
p a {
  color: #dd8a88;
}
h1,
h2,
h3 {
  text-shadow: 0 1px 0 #fff;
}
h1 span,
h2 span,
h3 span {
  font-size: 60%;
  text-transform: none;
  padding: 0 0 0 10px;
  position: relative;
  top: -3px;
  font-weight: normal;
}
h1 {
  color: #575655;
}
h1 span {
  color: #d67170;
}
h2 {
  font-size: 26pt;
  color: #575655;
}
h4,
h3 {
  color: #575655;
}
li.center,
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.btn-block.count {
  text-align: left;
}
.btn-block.count.glyphicons i:before {
  text-align: center;
}
.btn-block.count span {
  float: right;
  font-size: 18px;
}
.innerLR {
  padding: 0 20px;
  position: relative;
}
.container-fluid {
  padding: 0;
}
.container-fluid.documentation {
  background: #fff;
}
#login-container .form-signin {
  max-width: 320px;
  padding: 19px;
  margin: 20px auto 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
}
#login-container .form-signin .form-signin-heading,
#login-container .form-signin .checkbox {
  margin-bottom: 10px;
}
.btn-success {
  background: #90bd6e;
  border: 1px solid #90bd6e;
  color: #ffffff;
  font-weight: 300;
  padding: 16px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 0 #699946;
  -moz-box-shadow: 0 3px 0 #699946;
  box-shadow: 0 3px 0 #699946;
  text-shadow: none;
}
.btn-success.glyphicons i:before {
  color: #76aa4e;
  text-shadow: none;
}
.btn-success:hover {
  background: #76aa4e;
  border-color: #76aa4e;
  -webkit-box-shadow: 0 3px 0 #5d873e;
  -moz-box-shadow: 0 3px 0 #5d873e;
  box-shadow: 0 3px 0 #5d873e;
}
.btn-success:focus,
.btn-success:active {
  background: #5d873e;
  border-color: #5d873e;
  -webkit-box-shadow: inset 0 3px 1px #517636;
  -moz-box-shadow: inset 0 3px 1px #517636;
  box-shadow: inset 0 3px 1px #517636;
}
.btn-group.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success .caret {
  border-top-color: #76aa4e;
  border-bottom-color: #76aa4e;
}
.btn-primary {
  background: #3787bd;
  border: 1px solid #3787bd;
  color: #ffffff;
  font-weight: 300;
  padding: 16px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 0 #265d82;
  -moz-box-shadow: 0 3px 0 #265d82;
  box-shadow: 0 3px 0 #265d82;
  text-shadow: none;
}
.btn-primary.glyphicons i:before {
  color: #2c6b95;
  text-shadow: none;
}
.btn-primary:hover {
  background: #2c6b95;
  border-color: #2c6b95;
  -webkit-box-shadow: 0 3px 0 #204f6e;
  -moz-box-shadow: 0 3px 0 #204f6e;
  box-shadow: 0 3px 0 #204f6e;
}
.btn-primary:focus,
.btn-primary:active {
  background: #204f6e;
  border-color: #204f6e;
  -webkit-box-shadow: inset 0 3px 1px #1a405a;
  -moz-box-shadow: inset 0 3px 1px #1a405a;
  box-shadow: inset 0 3px 1px #1a405a;
}
.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary .caret {
  border-top-color: #2c6b95;
  border-bottom-color: #2c6b95;
}
/* Forms */
textarea:focus,
input:focus,
.uneditable-input:focus {
  border-color: #3787bd;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e04141;
  -webkit-box-shadow: 0 0 0 #e04141;
  -moz-box-shadow: 0 0 0 #e04141;
  box-shadow: 0 0 0 #e04141;
}
/*input:focus:valid:focus, textarea:focus:valid:focus, select:focus:valid:focus{
    border-color: @successColor;
    .box-shadow(0;0;0; @successColor);
}*/
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  border-color: #3787bd;
  background: none;
}
.text-white {
  color: #FFF;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 13px;
}
.uniformjs .radio .disabled input[type="radio"],
.uniformjs .checkbox .disabled input[type="checkbox"] {
  margin-left: 0;
}
.uniformjs .radio,
.uniformjs .checkbox {
  padding-left: 0;
}
.uniformjs .radio {
  height: auto;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 3px;
}
.uniformjs label.radio {
  margin-bottom: 0;
}
.uniformjs label.radio.inline {
  margin: 0;
}
.checkbox.inline {
  padding-bottom: 1px;
}
.uniformjs .radio span {
  margin: 2px 0 0;
}
.uniformjs .checkbox span {
  margin: -2px 0 0;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
}
.input-full input {
  width: 83%;
  height: 17px;
}
legend {
  line-height: normal;
  height: auto;
  font-size: 18px;
  margin: 0 0 6px;
  text-align: left;
  padding: 0;
  border: 0;
  color: #797979;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 13px;
}
.strong {
  font-weight: bold;
}
input[type=text],
input[type=password],
select,
textarea {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  padding: 15px 20px;
  height: auto !important;
  color: #6f6f6f;
  background: #f8f8f8 ;
  border: 1px solid #ececec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
  outline: 0;
  margin-bottom: 10px;
}
input[type=text] :focus,
input[type=password] :focus,
select :focus,
textarea :focus {
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
}
input[type=text] :invalid,
input[type=password] :invalid,
select :invalid,
textarea :invalid {
  border-color: #e9322d !important;
  border-width: 2px !important;
  box-shadow: none !important;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #d0d0d0 !important ;
  opacity: 1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d0d0d0 !important ;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d0d0d0 !important ;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d0d0d0 !important ;
  opacity: 1;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d0d0d0 !important ;
  opacity: 1;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #d0d0d0 !important ;
  opacity: 1;
}
.control-label.center {
  text-align: center;
}
.form-actions {
  background: none;
  border: none;
  margin: 0;
}
.form-horizontal .form-actions {
  margin-top: 0;
  padding: 0;
}
.form-horizontal .controls {
  margin-left: 145px;
}
.form-horizontal .control-label {
  width: 125px;
}
.form-horizontal .control-group:last-child {
  margin: 0;
}
.input-prepend .add-on,
.input-append .add-on {
  background: #fff;
}
.input-prepend .add-on i:before,
.input-append .add-on i:before {
  color: #D0D1D1;
}
.input-prepend .add-on icon,
.input-append .add-on icon {
  margin-top: 0;
}
.input-prepend .add-on.glyphicons,
.input-append .add-on.glyphicons {
  background: #fff;
}
.input-prepend .add-on.glyphicons i:before,
.input-append .add-on.glyphicons i:before {
  font-size: 14px;
  left: 7px;
  top: 7px;
  color: #D0D1D1;
}
.input-append .add-on.glyphicons i:before {
  left: 6px;
}
html {
  height: 100%;
}
*,
a:focus {
  outline: none !important;
}
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #f4f4f4;
  font-size: 13px;
}
a {
  color: #3787bd;
  outline: 0 !important;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
a:hover {
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 20px;
  font-weight: 700;
  color: #575655;
}
h1.glyphicons,
h2.glyphicons,
h3.glyphicons,
h4.glyphicons,
h5.glyphicons,
h6.glyphicons {
  color: #575655;
}
p {
  font-size: 12px;
  margin: 0 0 10px;
  line-height: normal;
}
p a {
  color: #dd8a88;
}
h1,
h2,
h3 {
  text-shadow: 0 1px 0 #fff;
}
h1 span,
h2 span,
h3 span {
  font-size: 60%;
  text-transform: none;
  padding: 0 0 0 10px;
  position: relative;
  top: -3px;
  font-weight: normal;
}
h1 {
  color: #575655;
}
h1 span {
  color: #d67170;
}
h2 {
  font-size: 26pt;
  color: #575655;
}
h4,
h3 {
  color: #575655;
}
li.center,
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.btn-block.count {
  text-align: left;
}
.btn-block.count.glyphicons i:before {
  text-align: center;
}
.btn-block.count span {
  float: right;
  font-size: 18px;
}
.innerLR {
  padding: 0 20px;
  position: relative;
}
.container-fluid {
  padding: 0;
}
.container-fluid.documentation {
  background: #fff;
}
#login-container .form-signin {
  max-width: 320px;
  padding: 19px;
  margin: 20px auto 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
}
#login-container .form-signin .form-signin-heading,
#login-container .form-signin .checkbox {
  margin-bottom: 10px;
}
#login-container .alert {
  max-width: 310px;
  margin: 20px auto 20px;
}
#login-container .alert.alert-error {
  background: #e04141;
  color: #FFF;
  border: none;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#login-container .alert .close {
  position: relative;
  top: -1px;
  right: -21px;
  line-height: 22px;
  text-shadow: none;
  color: #FFF;
  opacity: 1;
}
.btn-success {
  background: #90bd6e;
  border: 1px solid #90bd6e;
  color: #ffffff;
  font-weight: 300;
  padding: 16px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 0 #699946;
  -moz-box-shadow: 0 3px 0 #699946;
  box-shadow: 0 3px 0 #699946;
  text-shadow: none;
}
.btn-success.glyphicons i:before {
  color: #a2bc9b;
  text-shadow: none;
}
.btn-success:hover {
  background: #76aa4e;
  border-color: #76aa4e;
  -webkit-box-shadow: 0 3px 0 #5d873e;
  -moz-box-shadow: 0 3px 0 #5d873e;
  box-shadow: 0 3px 0 #5d873e;
}
.btn-success:focus,
.btn-success:active {
  background: #5d873e;
  border-color: #5d873e;
  -webkit-box-shadow: inset 0 3px 1px #517636;
  -moz-box-shadow: inset 0 3px 1px #517636;
  box-shadow: inset 0 3px 1px #517636;
}
.btn-group.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success .caret {
  border-top-color: #a2bc9b;
  border-bottom-color: #a2bc9b;
}
/* Forms */
textarea:focus,
input:focus,
.uneditable-input:focus {
  border-color: #3787bd;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e04141;
  -webkit-box-shadow: 0 0 0 #e04141;
  -moz-box-shadow: 0 0 0 #e04141;
  box-shadow: 0 0 0 #e04141;
}
/*input:focus:valid:focus, textarea:focus:valid:focus, select:focus:valid:focus{
    border-color: @successColor;
    .box-shadow(0;0;0; @successColor);
}*/
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  border-color: #3787bd;
  background: none;
}
.text-white {
  color: #FFF;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 13px;
}
.uniformjs .radio .disabled input[type="radio"],
.uniformjs .checkbox .disabled input[type="checkbox"] {
  margin-left: 0;
}
.uniformjs .radio,
.uniformjs .checkbox {
  padding-left: 0;
}
.uniformjs .radio {
  height: auto;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 3px;
}
.uniformjs label.radio {
  margin-bottom: 0;
}
.uniformjs label.radio.inline {
  margin: 0;
}
.checkbox.inline {
  padding-bottom: 1px;
}
.uniformjs .radio span {
  margin: 2px 0 0;
}
.uniformjs .checkbox span {
  margin: -2px 0 0;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
}
.input-full input {
  width: 83%;
  height: 17px;
}
legend {
  line-height: normal;
  height: auto;
  font-size: 18px;
  margin: 0 0 6px;
  text-align: left;
  padding: 0;
  border: 0;
  color: #797979;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 13px;
}
.strong {
  font-weight: bold;
}
input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  padding: 18px 20px;
  color: #6f6f6f;
  background: #f8f8f8 ;
  border: 1px solid #ececec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  outline: 0;
  margin-bottom: 10px;
}
input[type=text] :focus,
input[type=password] :focus,
input[type=email] :focus,
select :focus,
textarea :focus {
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
}
input[type=text] :invalid,
input[type=password] :invalid,
input[type=email] :invalid,
select :invalid,
textarea :invalid {
  border-color: #e9322d !important;
  border-width: 2px !important;
  box-shadow: none !important;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #d0d0d0 !important ;
  opacity: 1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d0d0d0 !important ;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d0d0d0 !important ;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d0d0d0 !important ;
  opacity: 1;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d0d0d0 !important ;
  opacity: 1;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #d0d0d0 !important ;
  opacity: 1;
}
.control-label.center {
  text-align: center;
}
.form-actions {
  background: none;
  border: none;
  margin: 0;
}
.form-horizontal .form-actions {
  margin-top: 0;
  padding: 0;
}
.form-horizontal .controls {
  margin-left: 145px;
}
.form-horizontal .control-label {
  width: 125px;
}
.form-horizontal .control-group:last-child {
  margin: 0;
}
.input-prepend .add-on,
.input-append .add-on {
  background: #fff;
}
.input-prepend .add-on i:before,
.input-append .add-on i:before {
  color: #D0D1D1;
}
.input-prepend .add-on icon,
.input-append .add-on icon {
  margin-top: 0;
}
.input-prepend .add-on.glyphicons,
.input-append .add-on.glyphicons {
  background: #fff;
}
.input-prepend .add-on.glyphicons i:before,
.input-append .add-on.glyphicons i:before {
  font-size: 14px;
  left: 7px;
  top: 7px;
  color: #D0D1D1;
}
.input-append .add-on.glyphicons i:before {
  left: 6px;
}
.table-primary tbody tr.selected td,
.table-primary tbody tr td {
  font-weight: 600;
  padding: 10px 12px;
  cursor: pointer;
}
.table-primary tbody tr.selected td,
.table-primary tbody tr.selectable:hover td {
  background: #3787bd;
  color: white;
  font-weight: bold;
  /*        border: 1px solid #3787bd*/
}
.table-primary tbody .glyphicons {
  padding: 5px 0 5px 20px;
}
.table-primary tbody tr td .glyphicons i:before {
  font-size: 15px;
  color: #dddddd;
}
.table-primary tbody tr.selected td .glyphicons i:before,
.table-primary tbody tr.selectable:hover td .glyphicons i:before {
  color: white;
}
#clear_search .close.glyphicons i:before {
  font-size: 15px;
}
.close.glyphicons i:before {
  font-size: 20px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}
.select2-container-multi .select2-choices {
  background-image: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.select2-container .select2-choice {
  display: block;
  height: 52px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 52px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-image: none;
  background-color: #FFF;
}
.select2-container .select2-choice div {
  display: inline-block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #fff;
  background-image: none;
}
.select2-container .select2-choice div b {
  background-position-y: 12px;
}
.select2-results .select2-highlighted {
  background: #3787bd;
  color: #fff;
}
.select2-results .select2-result-label {
  padding: 16px 8px 15px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  line-height: 1em;
  font-size: 13px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-result-label .glyphicons {
  display: inline-block;
  position: relative;
  padding: 8px 0 5px 35px;
  text-decoration: none;
}
.select2-results .select2-result-label .glyphicons i:before {
  font-size: 19px;
  opacity: .25;
}
/*# sourceMappingURL=login.css.map */