label {
    font-weight: inherit;
}

.modal .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-horizontal a.form-control-static {
    display: inline-block;
}

.view-label {
    text-align: right;
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.view-group {
    margin-bottom: 12px;
    position: relative;
}

.modal.full .modal-dialog {
    width: 90%;
}

.modal.full .modal-body {
    max-height: calc(100vh - 200px);
}

.modal.big .modal-dialog {
    width: 800px;
}

.modal-footer-left {
    float: left !important;
    text-align: left;
}

.btn-default > input[type="radio"],
.btn-default > input[type="checkbox"] {
    margin: 0;
}

@media (max-width: 800px) {
    .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.well {
    margin-bottom: 11px;

    background-color: #f8f8f8;
}

.row-hoverable:hover,
.table-hoverable > tbody > tr:hover td {
    background-color: #dcdcdc;
}

.with-margin-top {
    margin-top: 15px;
}

.with-small-margin-top {
    margin-top: 5px;
}

.with-tiny-margin-top {
    margin-top: 2px;
}

.btn-toolbar-right {
    float: right;
}

.btn-toolbar-right > .btn-group {
    float: none;
}

.btn-toolbar .input-group-btn,
.btn-toolbar .input-group-addon {
    width: inherit;
}

.input-group-addon-white {
    background-color: white;
}

.input-group-addon-sm {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-group.btn-group-narrow .btn {
    padding: 4px 4px;
}

.btn-group.btn-group-narrow .glyphicon,
.btn-group.btn-group-narrow .fa {
    font-size: 9pt;
}

.btn-group .btn {
    padding: 6px 10px;
}

.btn-group.bootstrap-select .btn.dropdown-toggle {
    padding-right: 25px;
}

.glyphicon-copyright-mark-ie {
    display: none;
    font-size: 10pt;
    font-weight: bold;
    width: 14px;
}

.dropdown-menu-right {
    left: inherit;
    right: 0;
}

.form-group .value,
.form-group .control-label,
.view-group .value,
.view-group .control-label {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.hint {
    border: 1px solid #f7e1b5;
    padding: 8px;
    text-align: center;
    margin-bottom: 20px;
}

.progress {
    margin-bottom: 0;
}

label input[type=radio],
label input[type=checkbox] {
    margin-top: 1px;
}

.form-group > label {
    margin-bottom: 5px;
}

.form-group-margin-top {
    margin-top: 15px;
}

.form-label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

.handle-overflow.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.handle-overflow {
    overflow: auto;
}

ul > li > * {
    vertical-align: top;
}

.breadcrumb > li + li:before {
    content: "/";
}

ul.breadcrumb li {
    max-width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

ul.breadcrumb li:last-child {
    max-width: 300px;
    font-weight: bold;
}

.has-error {
    border: 1px solid #a94442;
}

.help-block-error {
    color: #a94442;
}

.bootstrap-select.has-error > .btn {
    border: 1px solid #a94442;
}

.bootstrap-select .filter-option {
    height: 18px;
    white-space: normal;
}

.right-propose a.input-group-addon {
    padding-left: 5px;
    border-left: 3px solid #FF7757;
    border-radius: 4px;
}

.right-propose div.checkbox {
    padding-left: 25px;
    border-left: 3px solid #FF7757;
    border-radius: 4px;
}

.right-propose textarea,
.right-propose .note-editor,
.right-propose input,
.right-propose .cke,
.right-propose .value-with-border,
.right-propose .form-control.upload-field-dropzone {
    border-left: 3px solid #FF7757;
}

a.has-error {
    color: #a94442;
    border: 0;
    border-bottom: 1px solid #a94442;
}

a.btn.has-error {
    border: 1px solid #a94442;
}

.navbar-brand {
    height: auto;
}

.nav li .close {
    font-size: 12px;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: -5px;
    width: auto;
}

.tooltip {
    word-break: break-word;
}

.tooltip-inner {
    max-width: 550px;
}

.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.form-control {
    padding: 6px 9px;
}

.container-fluid {
    padding-right: 45px;
}

.alert.detail-view {
    max-width: 992px;
}

.alert .alert-content {
    max-height: 500px;
    overflow: auto;
}

.alert.detail-view .alert-content {
    max-height: inherit;
    overflow: inherit;
}

.alert.grow {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.alert.narrow {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tooltip {
    z-index: 10000;
}

.list-group-headline {
    color: #999;
    text-transform: uppercase;
    display: block;
}

.with-pointer {
    cursor: pointer;
}

ul.dropdown-menu li {
    position: relative;
}

ul.dropdown-menu li .icon-pull-right {
    position: absolute;
    right: 10px;
    top: 4px;
    width: auto;
}

ul.dropdown-menu li .button-pull-right {
    display: inline-block;
    margin: 2px 0 !important;

    position: absolute;
    right: 5px;
    top: 0;
    font-weight: normal !important;
    font-style: normal !important;
    color: black !important;
}

.caret {
    margin-left: 1px;
}

ul.nav > li .btn {
    padding: 0 6px;
    margin-top: -3px;
    margin-right: -8px;
}

.btn-primary .caret {
    border-top-color: #FFF !important;
}

.btn-primary .glyphicon,
.btn-primary .fa {
    color: #FFF;
}

.btn.dropdown-toggle.deferred {
    width: 100%;
    padding: 6px 10px;
    padding-right: 25px;
    position: relative;
}

.btn.dropdown-toggle.deferred .selection-label {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.btn.dropdown-toggle.deferred .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

h1 > b,
h2 > b,
h3 > b,
h4 > b,
h5 > b,
h6 > b {
    font-size: inherit;
}

.fa {
    font-size: 14px;
    color: #777777;
}

.btn-danger .fa {
    color: white;
}

.fa.fa-stack-2x {
    font-size: 28px;
}

.btn-xs .fa {
    font-size: 12px;
}

.fa.text-muted {
    color: #999;
}

.fa.text-primary {
    color: #428bca;
}

.fa.text-success {
    color: #3c763d;
}

.fa.text-info {
    color: #31708f;
}

.fa.text-warning {
    color: #8a6d3b;
}

.fa.text-danger {
    color: #a94442;
}

.nav-pills {
    line-height: 20px;
}

.input-group-with-addon input {
    width: 100px !important;
    margin-left: -1px;
}

.input-group-with-addon .input-group-addon, .input-group-with-addon .input-group-btn {
    width: inherit;
}

.input-group-with-addon .input-group-btn:not(:last-child) .btn {
    border-radius: 0;
    margin-left: -1px;
    margin-right: -1px;
}

label.disabled * {
    color: #999;
}

.icon-with-sup {
    position: relative;
    display: inline-block;
    padding-right: 8px;
}

.icon-with-sup .icon-sup {
    position: absolute;
    font-size: 70%;
    top: 0;
    left: 10px;
}

.icon-with-sup .fa.icon-sup {
    font-size: 80%;
    left: 13px;
}

.icon-with-sub {
    position: relative;
    display: inline-block;
    padding-right: 8px;
}

.icon-with-sub .icon-sub {
    position: absolute;
    font-size: 70%;
    bottom: 0;
    left: 10px;
}

.icon-with-sub .fa.icon-sub {
    font-size: 80%;
    left: 10px;
}

.icon-with-sub.big .fa.icon-sub {
    font-size: 12px;
    bottom: -3px;
}

.icon-with-sub.sub-red .icon-sub {
    color: #d9534f;
}

.text-muted,
.text-muted * {
    color: #999 !important;
}

.text-left input {
    text-align: left;
}

.text-center input {
    text-align: center;
}

.text-right input {
    text-align: right;
}

.text-italic {
    font-style: italic;
}

.panel-footer {
    word-break: break-all;
}

.inherit-heading {
    font-size: inherit;
    font-weight: inherit;
}

ul.list-no-margin {
    padding-left: 15px;
    margin-bottom: 0;
}

.fa-legal:before {
    width: 12px;
    font-weight: bold;
    content: "§" !important;
    display: inline-block;
    text-align: center;
}

.input-group-right-white input[type=text]:focus {
    border: 1px solid #CDCDCD !important;
    border-right: none !important;
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, .075) !important;
}

.input-group-right-white input {
    border-right: none;
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, .075);
}

.input-group-right-white .input-group-addon {
    background-color: white;
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, .075);
}

.input-group-right-white .input-group-btn > .btn,
.input-group-right-white .input-group-btn > .btn:hover,
.input-group-right-white .input-group-btn > .btn:focus {
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, .075);
    background-color: white;
    border-left: none;
    border-color: #CDCDCD;
}

.input-group-right-white .input-group-btn > .btn:hover,
.input-group-right-white .input-group-btn > .btn:focus {
    background-color: #CDCDCD;
    color: white;
}

.dropdown-header {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
    overflow: hidden;
}

.dropdown-header.small {
    font-size: 10px;
}

.dropdown-menu .label {
    font-weight: normal;
}

.dropdown-menu li > * > .fa,
.dropdown-menu li > * > .glyphicon,
.dropdown-menu li > * > .icon-with-sub,
.dropdown-menu li > * > .icon-with-sup {
    width: 20px;
}

.dropdown-menu > li > p {
    display: block;
    padding: 3px 20px;
    margin-bottom: 0;
    line-height: 1.428571429;
}

.dropdown-menu .divider.divider-indent {
    margin-left: 19px;
}

.circled-letter {
    display: inline-block;

    width: 18px;
    height: 18px;

    text-align: center;
    font-weight: bold;

    border: 1px solid #333;
    border-radius: 15px;
}

.fa-unicode-font {
    font-family: 'FontAwesome';
}

::placeholder {
    color: #aaa;
}

.value-with-border {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 9px;
    line-height: 1.428571429;
    min-height: 35px;
}

.value-with-border ul {
    margin-bottom: 0;
}

.floating-input-group-btn {
    width: 100px;
    text-align: right;
    margin-top: 2px;
    margin-right: 2px;
    float: right !important;
    position: relative;
}

.floating-input-group-btn .btn {
    border: none;
}

.form-inline-search .form-group {
    vertical-align: top;
}

.form-inline-search .panel {
    border: none;
}

.form-inline-search .panel-body {
    padding: 0;
}

.form-inline-search .panel-footer {
    border: 1px solid #ccc;
    border-top: none;
    margin-top: -2px;
}

.input-group .form-control.bootstrap-select:first-child .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control.bootstrap-select:last-child .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .form-control.bootstrap-select:not(:first-child):not(:last-child) .btn {
    border-radius: 0;
}

.label.label-tag {
    background-color: lightgrey;
    color: black;
}

.bootstrap-select .dropdown-toggle .fa,
.bootstrap-select .dropdown-menu li .fa {
    position: relative;
    top: 1px;
}

.no-caret .caret {
    display: none;
}

.text-10 {
    font-size: 10pt !important;
}


.rows-hover .row:hover {
    background-color: whitesmoke;
}