/*!
 * 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: 700;
}
.ou-form button,
.ou-form input,
.ou-form select,
.ou-form textarea {
    margin: 0;
    font: inherit;
/*     color: inherit; */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.ou-form button {
/*     overflow: visible; */
    -webkit-appearance: button;
    cursor: pointer;
}
.ou-form button,
.ou-form select {
    text-transform: none;
}
.ou-form button::-moz-focus-inner,
.ou-form input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.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 textarea {
    overflow: auto;
}
@media print {
    .ou-form {
        /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
    }
    .ou-form *,
    .ou-form :after,
    .ou-form :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !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 *,
.ou-form :after,
.ou-form :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ou-form p {
    margin: 0 0 10px;
}
.ou-form ol,
.ou-form ul {
    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: 700;
}
.ou-form input[type="checkbox"],
.ou-form input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.ou-form .btn,
.ou-form .form-control {
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
}
.ou-form select[multiple],
.ou-form select[size] {
    height: auto;
}
.ou-form input[type="checkbox"]:focus,
.ou-form input[type="radio"]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.ou-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    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 .checkbox,
.ou-form .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ou-form .checkbox label,
.ou-form .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.ou-form .checkbox input[type="checkbox"],
.ou-form .radio input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.ou-form .checkbox + .checkbox,
.ou-form .radio + .radio {
    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-weight: 400;
    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;
    border: 1px solid transparent;
    border-radius: 4px;
}
.ou-form .btn:active:focus,
.ou-form .btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.ou-form .btn:focus,
.ou-form .btn:hover {
    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:active,
.ou-form .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.ou-form .btn-default:active:focus,
.ou-form .btn-default:active:hover {
    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:active,
.ou-form .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.ou-form .btn-primary:active:focus,
.ou-form .btn-primary:active:hover {
    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;
}
