/*** uncss> filename: css/bootstrap.css ***/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.ou-form {
  line-height: 1.42857143;
}
.ou-form strong {
  font-weight: bold;
}
.ou-form button,
.ou-form input,
.ou-form select,
.ou-form textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.ou-form button {
  overflow: visible;
}
.ou-form button,
.ou-form select {
  text-transform: none;
}
.ou-form button {
  -webkit-appearance: button;
  cursor: pointer;
}
.ou-form button::-moz-focus-inner,
.ou-form input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ou-form input {
  line-height: normal;
}
.ou-form input[type="checkbox"],
.ou-form input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.ou-form fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
.ou-form legend {
  padding: 0;
  border: 0;
}
.ou-form textarea {
  overflow: auto;
}
@media print {
  .ou-form {
    /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  }
  .ou-form *,
  .ou-form *:before,
  .ou-form *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .ou-form blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .ou-form p {
    orphans: 3;
    widows: 3;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.ou-form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ou-form *:before,
.ou-form *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ou-form input,
.ou-form button,
.ou-form select,
.ou-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ou-form p {
  margin: 0 0 10px;
}
.ou-form ul,
.ou-form ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.ou-form blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.ou-form blockquote p:last-child {
  margin-bottom: 0;
}
.ou-form fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.ou-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.ou-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.ou-form input[type="radio"],
.ou-form input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.ou-form select[multiple],
.ou-form select[size] {
  height: auto;
}
.ou-form input[type="radio"]:focus,
.ou-form input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ou-form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ou-form .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ou-form .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ou-form .form-control:-ms-input-placeholder {
  color: #999;
}
.ou-form .form-control::-webkit-input-placeholder {
  color: #999;
}
.ou-form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ou-form textarea.form-control {
  height: auto;
}
.ou-form .form-group {
  margin-bottom: 15px;
}
.ou-form .radio,
.ou-form .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ou-form .radio label,
.ou-form .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.ou-form .radio input[type="radio"],
.ou-form .checkbox input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.ou-form .radio + .radio,
.ou-form .checkbox + .checkbox {
  margin-top: -5px;
}
.ou-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.ou-form .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ou-form .btn:focus,
.ou-form .btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ou-form .btn:hover,
.ou-form .btn:focus {
  color: #333;
  text-decoration: none;
}
.ou-form .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ou-form .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.ou-form .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.ou-form .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.ou-form .btn-default:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.ou-form .btn-default:active:hover,
.ou-form .btn-default:active:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.ou-form .btn-default:active {
  background-image: none;
}
.ou-form .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.ou-form .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.ou-form .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.ou-form .btn-primary:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.ou-form .btn-primary:active:hover,
.ou-form .btn-primary:active:focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.ou-form .btn-primary:active {
  background-image: none;
}
.ou-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.ou-form .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ou-form .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
@-ms-viewport {
  width: device-width;
}
/*** uncss> filename: css/jquery.datetimepicker.min.css ***/
