.clearfix--after:after, .clearfix:after, .studentInfo:after {
  content: '';
  clear: both;
  display: block;
  width: 100%; }

.clearfix--before:before, .clearfix:before {
  content: '';
  clear: both;
  display: block;
  width: 100%; }

.clear {
  clear: both;
  display: block;
  width: 100%; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  src: url(../font/opensans/opensans-regular-webfont.woff2.xhtml) format("woff2"), url(../font/opensans/opensans-regular-webfont.woff.xhtml) format("woff"), url(../font/opensans/opensans-regular-webfont.ttf.xhtml) format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-weight: bold;
  font-style: normal;
  src: url(../font/opensans/opensans-semibold-webfont.woff2.xhtml) format("woff2"), url(../font/opensans/opensans-semibold-webfont.woff.xhtml) format("woff"), url(../font/opensans/opensans-semibold-webfont.ttf.xhtml) format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  src: url(../font/roboto/roboto-regular-webfont.woff2.xhtml) format("woff2"), url(../font/roboto/roboto-regular-webfont.woff.xhtml) format("woff"), url(../font/roboto/roboto-regular-webfont.ttf.xhtml) format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  src: url(../font/roboto/roboto-bold-webfont.woff2.xhtml) format("woff2"), url(../font/roboto/roboto-bold-webfont.woff.xhtml) format("woff"), url(../font/roboto/roboto-bold-webfont.ttf.xhtml) format("truetype"); }

* {
  margin: auto;
  padding: 0px;
  outline: none; }

html {
  background: #ffffff; }

html, body {
  position: relative;
  color: #444343;
  font-family: "OpenSans", Helvetica, Arial;
  font-weight: normal;
  font-size: 14px; }

body {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

aside {
  background: #f5f5f5;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.04);
  width: 100%; }

main {
  flex: 1;
  width: 100%; }

a {
  color: #7ac143;
  transition: color 0.3s; }
  a:hover {
    color: #629a36; }

h1, h2, h3, h4 {
  font-family: "Roboto", Helvetica, Arial; }

h2 {
  font-size: 30px;
  padding-bottom: 45px; }

h3, h4 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

p {
  padding: 0 0 30px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4em; }

hr {
  border: 0px;
  background-color: #444343;
  height: 1px;
  margin: 10px 0px;
  width: 100%;
  clear: both; }

input, textarea, button {
  font-family: "OpenSans", Helvetica, Arial; }

.hide {
  display: none; }

ul, ol {
  list-style-position: inside; }

ul {
  margin: 0;
  padding: 0px;
  list-style-image: url(../img/ul_point.png.xhtml); }

ul li {
  padding: 0 0 10px 20px;
  margin: 0;
  line-height: 1.2em; }

li p {
  padding: 0px;
  margin: 0px;
  line-height: 1.2em; }

.page-width {
  max-width: 960px;
  padding: 0 10px; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.justify {
  text-align: justify; }

.blockLeft {
  float: left; }

.blockRight {
  float: right; }

.esn-panelgrid-section {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px; }

.esn-panelgrid-row {
  padding: 0; }

/* This will be applied to all HTML in the page and not just PrimeFaces components*/
/* We can adjust the font-size value if we wish to make PrimeFaces components stand out by making them larger or smaller so that they don't take up as much space on the page */
.ui-widget {
  font-family: "OpenSans", Helvetica, Arial;
  font-size: 14px; }

.ui-widget .ui-widget {
  font-size: 14px; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "OpenSans", Helvetica, Arial;
  font-size: 14px; }

/* If datatable allow multiple selection, this is the only way how to not allow to select all by checkbox in header */
.datatable-select-all-disabled .ui-chkbox-all {
  display: none !important; }

/* Fix how expanded rows are shown with active column toggle
todo: foxed by javascript on buddy-assign.xhtml
.ui-expanded-row {
    .ui-helper-hidden {
        display:auto;
    }
}*/
.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
  box-sizing: border-box;
  width: 100%; }

.ui-wizard-step-title {
  margin: 0 3px 3px 0; }

.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default {
  color: #ffffff;
  border-color: #7ac143;
  background: #7ac143; }
  .ui-button:hover, button.ui-button.ui-state-default:hover, .ui-button.ui-state-default:hover {
    border-color: #629a36;
    background: #629a36; }
  .ui-button.secondary, button.ui-button.ui-state-default.secondary, .ui-button.ui-state-default.secondary {
    color: #ffffff;
    border-color: #00aeef;
    background: #00aeef; }
    .ui-button.secondary:hover, button.ui-button.ui-state-default.secondary:hover, .ui-button.ui-state-default.secondary:hover {
      border-color: #0b8fc0;
      background: #0b8fc0; }

button.ui-button.ui-state-hover, .ui-button.ui-state-hover, button.ui-button.ui-state-focus, .ui-button.ui-state-focus {
  border-color: #629a36;
  background: #629a36; }

.ui-datatable-odd {
  background-color: #f6f6fb; }

.ui-datatable-odd + .ui-expanded-row-content {
  background-color: #f6f6fb; }

header {
  background: url(../img/esnheader.png.xhtml) top left repeat-x;
  padding: 15px 0 10px;
  width: 100%; }
  @media screen and (min-width: 1000px) {
    header {
      height: 85px; }
      header .verticalmenu {
        display: none !important; } }
  @media screen and (max-width: 1000px) {
    header .horizontalmenu {
      display: none !important; } }
  header .main-menu:after {
    content: '';
    clear: both;
    display: block;
    width: 100%; }
  header .main-menu .logo {
    box-sizing: border-box;
    float: left;
    padding-left: 10px; }
    header .main-menu .logo img {
      height: 84px; }
  header .main-menu .menuWrap {
    box-sizing: border-box;
    float: right;
    margin-left: -200px;
    padding-left: 200px;
    width: 100%; }
  header .main-menu .upperMenu, header .main-menu .lowerMenu {
    width: 100%; }
  header .main-menu .upperMenu {
    height: 30px;
    margin-bottom: 24px; }
  header .main-menu .ui-menu .ui-menuitem-link {
    font-weight: bold; }
  header .main-menu a {
    background: #ffffff;
    border-radius: 3px;
    color: #aaaaaa;
    display: inline-block;
    font-size: 16px;
    font-family: "Roboto", Helvetica, Arial;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: -0.3px;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s; }
    header .main-menu a:hover {
      background: #7ac143;
      color: #ffffff; }
  header .main-menu .loggedin {
    font-size: 16px;
    line-height: 34px;
    margin-right: 15px; }

aside .sub-header {
  padding: 15px 0 15px 0; }

aside h1 {
  margin: 0;
  font-weight: normal;
  color: #666;
  font-size: 40px;
  line-height: 44px;
  font-family: "Open Sans Light","Roboto Light",Helvetica,Arial,"Nimbus Sans L",sans-serif; }

aside .aside-row {
  content: "";
  display: table;
  clear: both; }

aside .aside-column {
  float: left;
  margin: 5px; }

footer {
  background: #333333;
  color: #888888;
  width: 100%;
  font-size: 13px;
  line-height: 18px; }
  footer a {
    color: #f57b20;
    text-decoration: none; }
  footer a:hover {
    color: #f57b20;
    text-decoration: underline; }
  footer .footer-bottom {
    background: #292929; }
    footer .footer-bottom .page-width {
      padding: 12px 20px 40px 20px;
      position: relative;
      box-sizing: border-box; }
      footer .footer-bottom .page-width .copyright {
        position: absolute;
        left: 20px;
        top: 15px; }
      footer .footer-bottom .page-width .icons-socialmedia {
        position: absolute;
        right: 20px;
        top: 10px; }
        footer .footer-bottom .page-width .icons-socialmedia .icon {
          display: inline-block;
          height: 36px;
          width: 36px;
          text-indent: -9999px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 32px;
          background-color: rgba(255, 255, 255, 0.2);
          border-radius: 100px;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
        footer .footer-bottom .page-width .icons-socialmedia .socialmedia-facebook {
          background-color: #3b5998;
          background-image: url(../img/socialmedia-facebook.png.xhtml); }
        footer .footer-bottom .page-width .icons-socialmedia .socialmedia-twitter {
          background-color: #29c5f6;
          background-image: url(../img/socialmedia-twitter.png.xhtml); }
        footer .footer-bottom .page-width .icons-socialmedia .socialmedia-youtube {
          background-color: #dd332c;
          background-image: url(../img/socialmedia-youtube.png.xhtml); }
        footer .footer-bottom .page-width .icons-socialmedia .socialmedia-instagram {
          background-color: #135379;
          background-image: url(../img/socialmedia-instagram.png.xhtml); }
  footer .footer-left {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%; }
  footer .footer-center {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%; }
  footer .footer-right {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: 100%; }
  footer .block {
    padding: 20px;
    margin: 0; }
    footer .block .block-header {
      margin-bottom: 20px;
      position: relative; }
      footer .block .block-header .block-title .icon {
        display: inline-block;
        width: 26px;
        height: 26px;
        vertical-align: top;
        position: absolute;
        top: 4px;
        left: 7px;
        background-image: url(../img/icons_white.png.xhtml);
        background-size: 260px 260px;
        background-position: 0 0; }
      footer .block .block-header .block-title .icon-esnstar {
        background-position: -26px 0px; }
      footer .block .block-header .block-title .icon-address {
        background-position: -234px -130px; }
      footer .block .block-header .block-title .icon-clock {
        background-position: -182px 0px; }
      footer .block .block-header .block-title h2 {
        background: #444;
        display: inline-block;
        margin: 0;
        padding: 9px 16px 9px 40px;
        font-family: "Roboto Condensed",Helvetica,Arial,"Nimbus Sans L",sans-serif;
        font-weight: bold;
        color: #fff;
        line-height: 16px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 3px 3px 3px 0; }
    footer .block .block-header::after {
      position: absolute;
      bottom: -6px;
      content: "";
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 6px 12px 0 0;
      border-color: #444 transparent transparent transparent; }
    footer .block .block-content p:first-child {
      margin: 0; }
    footer .block .block-content p {
      margin: 10px 0 0 0;
      padding: 0;
      font-size: 13px;
      line-height: 18px; }

main.middlePopup {
  background: url(../img/bg_icons.png.xhtml) center center;
  display: flex;
  flex-direction: column; }
  main.middlePopup.login {
    background-color: #80d7f7; }
  main.middlePopup.registration {
    background-color: #bde0a1; }
    main.middlePopup.registration .popupWrap {
      max-width: 650px; }
  main.middlePopup.forgotpass {
    background-color: #fabd90; }
  main.middlePopup hr {
    background: #f3f3f3; }
  main.middlePopup .popupWrap {
    box-sizing: border-box;
    padding: 10px;
    max-width: 495px;
    width: 100%; }
  main.middlePopup .popupColorHeader, main.middlePopup .outPopupHeader {
    background: url(../img/esnheader.png.xhtml) top left repeat-x;
    height: 5px;
    width: 100%; }
  main.middlePopup .outPopupHeader {
    box-shadow: 0px 4px 10px #ffffff;
    margin: 0; }
  main.middlePopup .popupHeader {
    background: #353341;
    border: solid #353341;
    border-width: 0 1px;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    line-height: 70px;
    padding: 8px 20px 8px;
    text-align: center; }
    main.middlePopup .popupHeader:after {
      content: '';
      clear: both;
      display: block;
      width: 100%; }
    main.middlePopup .popupHeader h1 {
      font-size: 24px;
      font-weight: normal; }
    main.middlePopup .popupHeader img {
      float: left; }
  main.middlePopup .popupContent {
    background: #ffffff;
    border: 1px solid #353341;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 20px; }
  main.middlePopup.login .inputBlock span.ui-outputlabel-rfi {
    display: none; }
  main.middlePopup .divideAbove {
    border-top: 1px solid #f3f3f3;
    padding-top: 8px; }
  main.middlePopup .halfWidthButton {
    width: 47%;
    margin: 0; }
  @media all and (max-width: 495px) {
    main.middlePopup .inputBlock {
      margin-bottom: 10px; }
    main.middlePopup label.inputLabel {
      display: block;
      float: none;
      line-height: 1.3em;
      margin-bottom: 3px; }
      main.middlePopup label.inputLabel.inlineLabel {
        display: inline; }
    main.middlePopup .inputText, main.middlePopup .inputTextarea, main.middlePopup .inputSelect {
      max-width: none; } }

.studentInfo {
  background: #f7f7f7;
  border: 1px solid #353341;
  border-radius: 5px;
  margin: 30px auto;
  padding: 15px; }
  .studentInfo h4 {
    margin-bottom: 10px; }
  .studentInfo .label {
    display: inline-block;
    font-weight: bold;
    width: 140px; }
  .studentInfo .detailItem {
    padding: 2px 0; }
  .studentInfo .studentPersonal {
    border: 0px solid #353341;
    border-bottom-width: 1px;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-bottom: 10px; }
    .studentInfo .studentPersonal .flag-icon {
      float: left;
      font-size: 50px;
      margin: 0 15px 10px 0; }
    .studentInfo .studentPersonal .fullName {
      display: inline-block;
      font-size: 26px;
      margin-bottom: 6px; }
    .studentInfo .studentPersonal .sex {
      font-size: 14px;
      vertical-align: middle;
      padding-left: 20px; }
  .studentInfo .studentContact, .studentInfo .studentArrival {
    border: 0px solid #353341;
    box-sizing: border-box;
    float: left;
    width: 50%; }
  .studentInfo .studentContact {
    border-right-width: 1px;
    padding-right: 15px; }
  .studentInfo .studentArrival {
    border-left-width: 1px;
    margin-left: -1px;
    padding-left: 15px; }
  .studentInfo.local .studentPersonal {
    border-width: 0 1px 0 0;
    float: left;
    width: 50%; }
  .studentInfo.local .studentContact {
    border-width: 0 0 0 1px;
    padding: 0 0 0 15px;
    margin-left: -1px; }
  @media (max-width: 760px) {
    .studentInfo .studentContact, .studentInfo .studentArrival {
      border-width: 0;
      float: none;
      padding: 0;
      width: 100%; }
    .studentInfo .studentContact {
      border-bottom-width: 1px;
      margin-bottom: 15px;
      padding-bottom: 10px; }
    .studentInfo.local .studentPersonal {
      float: none;
      border-width: 0 0 1px 0;
      margin-bottom: 15px;
      padding-bottom: 10px;
      width: 100%; }
    .studentInfo.local .studentContact {
      border: 0;
      padding: 0; } }
  @media (max-width: 500px) {
    .studentInfo .inputBlock .inputLabel {
      display: block; }
    .studentInfo .inputBlock .inputText {
      float: none;
      max-width: none; } }

.accountFormWrap .inputBlock {
  float: left;
  width: 50%; }
  .accountFormWrap .inputBlock.full {
    float: none;
    width: 100%; }

.accountFormWrap .inputText, .accountFormWrap .inputTextarea, .accountFormWrap .inputSelect {
  max-width: 200px; }
  .accountFormWrap .inputText.password, .accountFormWrap .inputTextarea.password, .accountFormWrap .inputSelect.password {
    max-width: 350px; }

.accountFormWrap label.inputLabel {
  min-width: 100px; }
  .accountFormWrap label.inputLabel.password {
    min-width: 200px; }
  .accountFormWrap label.inputLabel.intData {
    min-width: 150px; }

@media (max-width: 760px) {
  .accountFormWrap .inputText, .accountFormWrap .inputTextarea, .accountFormWrap .inputSelect {
    max-width: 350px; }
  .accountFormWrap .inputBlock {
    float: none;
    width: 100%; } }

@media (max-width: 640px) {
  .accountFormWrap label.inputLabel.password {
    display: block;
    float: none;
    line-height: 1.3em;
    margin-bottom: 3px; }
  .accountFormWrap .inputText.password, .accountFormWrap .inputTextarea.password, .accountFormWrap .inputSelect.password {
    max-width: none; } }

@media (max-width: 580px) {
  .accountFormWrap label.inputLabel {
    display: block;
    float: none;
    line-height: 1.3em;
    margin-bottom: 3px; }
  .accountFormWrap .inputText, .accountFormWrap .inputTextarea, .accountFormWrap .inputSelect {
    max-width: none; } }

.inputBlock {
  margin: 8px 0; }

label.inputLabel {
  display: inline-block;
  font-weight: bold;
  line-height: 28px;
  min-width: 130px; }
  label.inputLabel.full {
    display: block;
    margin-bottom: 6px; }
  label.inputLabel.blockLabel {
    display: block;
    float: left;
    line-height: 26px; }
  label.inputLabel.inlineLabel {
    display: inline; }
  label.inputLabel.nobold {
    font-weight: normal; }

.inputText, .inputTextarea {
  box-sizing: border-box;
  max-width: 300px;
  width: 100%; }
  .inputText.full, .inputTextarea.full {
    max-width: none; }

.inputTextarea {
  height: 80px;
  vertical-align: top; }

.inputSelect {
  box-sizing: border-box;
  padding-right: 25px;
  max-width: 300px;
  width: 100%; }

.inputRadio {
  display: inline-block;
  line-height: 24px;
  margin: 4px 16px 4px 0; }
  .inputRadio .ui-radiobutton {
    margin: 0 0 4px; }
  .inputRadio label.radioLabel {
    display: inline-block;
    padding-left: 10px; }

.inputCheckbox {
  margin-right: 16px; }

/*# sourceMappingURL=../../../../../target/styles.css.map */