div.bootstrap-datetimepicker-widget {
    width: 100% !important;
}

div.chosen-container {
    display: block;
    width: 100%;
}

div.chosen-container-multi ul.chosen-choices,
div.chosen-container-single a.chosen-single {
    background-color: #eeeeee;
    background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 51%, #f6f6f6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(20%, #ffffff),
        color-stop(50%, #f6f6f6),
        color-stop(51%, #eeeeee),
        to(#f6f6f6)
    );
    border: 1px solid #cccccc;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.2rem #ffffff inset, 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 0.15rem 0.75rem;
    -webkit-box-shadow: 0 0 0.2rem #ffffff inset, 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

div.chosen-container-multi:not(.chosen-disabled) ul.chosen-choices:hover,
div.chosen-container-single:not(.chosen-disabled) a.chosen-single:hover {
    background-color: #dddddd;
    background: linear-gradient(#eeeeee 20%, #e6e6e6 50%, #dddddd 51%, #e6e6e6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(20%, #eeeeee),
        color-stop(50%, #e6e6e6),
        color-stop(51%, #dddddd),
        to(#e6e6e6)
    );
    border-color: #bbbbbb;
}

div.chosen-container-single a.chosen-default,
div.chosen-container-single a.chosen-default:hover {
    color: #999999;
}

div.chosen-container-single a.chosen-single {
    font-size: 14px;
    height: calc(1.5rem + 0.5rem + 2px);
}

div.chosen-container-single a.chosen-single div b {
    background-position: 0 0.3rem;
}

div.chosen-container-single a.chosen-single span {
    word-wrap: normal !important;
    white-space: normal;
}

div.chosen-disabled,
[data-readonly='true'],
:disabled,
[disabled],
.disabled,
[readonly] {
    border-color: #cccccc !important;
    color: inherit !important;
    opacity: 0.5 !important;
}

div.chosen-disabled a.chosen-single,
div.chosen-disabled ul.chosen-choices,
[data-readonly='true'],
:disabled,
[disabled],
.disabled,
[readonly] {
    background: #eeeeee !important;
    cursor: not-allowed !important;
}

div.input-group {
    width: 100%;
}

div.note-editor > div.note-editing-area {
    cursor: text;
}

div.signature div[data-field] {
    border: 1px solid #cccccc;
    border-radius: 0.2rem;
    height: 102px;
    width: 402px;
}

div.signature div[data-field] canvas.jSignature {
    cursor: url('/img/core/pen.cur'), crosshair;
    cursor: url('/img/core/pen.cur') 16 16, crosshair;
}

div.signature button[data-clear] {
    margin: 0.3rem 0 0 0;
}

form div.table-responsive {
    min-height: 300px;
}

fieldset.form-fieldset > legend {
    border-bottom: 1px solid #eeeeee;
    font-weight: normal;
    padding-top: 0.5rem;
}

form.navbar-form input {
    /*background-color: #444444;*/
    /*border: 0;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #aaaaaa;
    min-width: 250px;
}

form.navbar-form input::-webkit-input-placeholder {
    color: #777777;
}

form.navbar-form input:-moz-placeholder {
    color: #777777;
}

form.navbar-form input::-moz-placeholder {
    color: #777777;
}

form.navbar-form input:-ms-input-placeholder {
    color: #777777;
}

form.navbar-form div button {
    /*background-color: #555555;*/
    background-color: #cccccc;
}
form.navbar-form div svg {
    color: #666666 !important;
    fill: #666666 !important;
}

input[type='file'] {
    cursor: pointer;
    font-size: 12px;
    padding: 0.16rem 0.75rem;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

input[type='search'] {
    -webkit-appearance: none;
}

label:not(.button-label) {
    width: 100%;
}

label > span.form-field-label:first-child {
    font-weight: bold;
}

label.button-label {
    margin-bottom: 0;
}

label.checkbox-label {
    cursor: pointer;
}

label.checkbox-label > input[type='checkbox'],
label.radio-label > input[type='radio'] {
    margin: 0 0.5rem 0 0;
    vertical-align: -0.2rem;
}

label.form-field-hidden-input *:not(div.invalid-value, span.form-field-label) {
    display: none;
}

label.form-field-required > span.form-field-label::after {
    content: ' *';
}

label.no-label {
    margin-top: 0 !important;
    width: 2.5rem !important;
}

label.radio-label {
    cursor: pointer;
}

textarea {
    max-width: 100%;
    resize: vertical;
    overflow: auto;
}
