/*files:/home/digiself/release-new/digiself-core/application/modules/default/public/css/forms.css*/
/*forms.css*/
legend,
fieldset h3 {
    margin: 5px 10px;
    padding: 0 10px;
    font-size: 130%;
    color: #53b4e9;
}

form {
    margin: 0;
    display: block;
}

.form-horizontal input[type="radio"], input[type="checkbox"] {
    display: none;
}

.form-horizontal label {
    padding: 7px 0 0 20px !important;
    text-align: left !important;
}

form.custom {
    background-color: #fff;
    border: 1px solid #bbb9c3;
    border-radius: 4px;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}

form.custom.no-border {
    border: 0;
    border-radius: unset;
    box-shadow: none;
}

form.custom.no-padding {
    padding: 0;
}

form.custom:empty, form.custom fieldset:empty {
    display: none;
}

form.custom fieldset {
    float: left;
}

form.custom fieldset.userList {
    width: 20%;
    max-width: none;
}

form.custom fieldset.sheetList,
form.custom fieldset.checkboxList {
    clear: left;
    margin: 30px 0 0 0;
}

form.custom fieldset
form.custom fieldset input[type="text"] {
    width: 200px;
    font-size: 13px;
}

form.custom fieldset ol {
    margin: 0;
    float: left;
    padding: 0px;
}

.formList {
    padding: 15px;
}

form.custom .formFieldList {
    width: 100%
}

form.custom .formFieldList label {
    width: 200px;
    border: none;
}

form.custom select {
    background: #fff;
    height: 34px;
}

fieldset.filterForm {
    width: 100%;
    position: relative;
}

div.filterElement {
    width: 200px;
    float: left;
    overflow: hidden;
    z-index: 40;
    margin: 0 10px 10px 0;
    padding: 5px;
    border-radius: 5px;
    background-color: transparent;
}

div#specifics-userIds.filterElement {
    width: 410px;
}

div.filterElement.filterElement-selectCheckbox {
    overflow: visible;
}

.ds_form div.selectCheckbox li a span,
div.filterElement.filterElement-selectCheckbox .selectCheckbox li a span {
    display: inline-block;
}

div.filterElement.active {
    background-color: rgba(0, 128, 0, 0.15);
}

div.filterElement:hover {
    max-height: none;
}

.ds_form div.selectCheckbox input,
div.filterElement dd input {
    margin: 0px !important;
}

.ds_form div.selectCheckbox ul.dropdown-menu {
    padding: 5px 0 !important;
}

div.propertyFieldsFilterElement dt label {
    height: 12px;
    line-height: 16px;
}

.checkboxDropdown dt span.selection {
    display: block;
    font-weight: normal;
    cursor: default;
}

.checkboxDropdown:hover dd {
    display: block;
}

.checkboxDropdown dd {
    display: none;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin: 0;
    padding: 6px 12px !important;
    padding: 20px 30px 20px 10px;
    z-index: 40;
    width: auto;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.checkboxDropdown dd label {
    display: inline-block;
    white-space: nowrap;
    height: auto !important;
    width: auto !important;
}

.checkboxDropdown dd input[type="radio"].noStyle,
.checkboxDropdown dd input[type="checkbox"].noStyle {
    display: inline-block;
    width: auto;
    height: auto;
    margin: -5px 5px 0 0 !important;
}

form ol {
    list-style: none;
    padding: 15px;
}

form ol > li {
/ / clear: left;
    min-height: 32px;
}

form ol textarea {
    margin-top: 5px;
}

/*
label {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding:0;
    margin:0 -3px 0 0;
    outline:none;
    border:none;
    cursor:pointer;
}
*/
label.wideLabel {
    width: 100%;
}

.zend_form ul {
    list-style: none;
    padding: 0;
}

form .errors > li,
form li.error,
form label.error {
    display: block;
    color: red;
    width: 100%;
    height: 20px;
    line-height: 20px;
    border: 0;
    background: none;
}

#editFormForm label {
    float: left;
}

body input[type="file"].error,
body input[type="password"].error,
body input[type="text"].error,
body input[type="email"].error {
    border-color: #f00;
}

body input[type="file"].error:focus,
body input[type="password"].error:focus,
body input[type="text"].error:focus,
body input[type="email"].error:focus {
    border-color: #ffa500;
}

.simpleForm label.error {
    display: none !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}

#switchMenu {
}

input#switchMenuId_label,
input#userId_label {
    padding-right: 26px;
    font-size: 13px;
    /*
    background-image:url(https://mspa-ap.org/digiself/images/arrow-down.jpg);
    background-position:top right;
    background-size:34px;
    background-repeat:no-repeat;
    */
    overflow: hidden;
}

input.arrowDown {
    padding-right: 40px;
    margin-top: 10px;
    width: 200px;
    font-size: 13px;
    background-image: url(https://mspa-ap.org/digiself/images/arrow-down.jpg);
    background-position: top right;
    background-size: 34px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.optionList {
    margin-left: 10px;
}

.monthList input[type=checkbox],
.optionsList input[type=checkbox],
.statusList input[type=checkbox],
.archiveList input[type=checkbox],
.browser input[type=checkbox] {
    display: none !important;
}

input[type="radio"].noStyle, input[type="checkbox"].noStyle {
    display: inline-block;
    margin-top: 8px;
}

#elementOptionsForm input[type="radio"].noStyle,
#elementOptionsForm input[type="checkbox"].noStyle {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

input[type=checkbox] + label {
    background-image: url(https://mspa-ap.org/digiself/images/digivotionCheck.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0;
    height: 15px;
}

input[type=checkbox] + label.emptyCheckboxLabel {
    width: 12px;
}

input.noStyle[type=checkbox] + label,
input.noStyle[type=radio] + label {
    background-image: none;
}

label.emptyCheckboxLabel,
label.emptyRadioLabel {
    text-indent: -9999px;
    *text-indent: 0;
    overflow: hidden;
}

.custom fieldset ol li {
    margin-right: 15px;
    float: left;
}

label.small {
    width: 100px;
}

input[type="checkbox"] + label.checked {
    background-image: url(https://mspa-ap.org/digiself/images/digivotionCheckActive.png);
}

input[type=radio] + label {
    background-image: url(https://mspa-ap.org/digiself/images/radio-unchecked.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 5px 7px;
}

input[type=radio] + label.checked {
    background-image: url(https://mspa-ap.org/digiself/images/radio-checked.png);
}

.button + .button {
    margin-left: 10px;
}

td.loadingCell {
    border: none !important;
    text-align: center;
}

input.small {
    width: 160px !important;
}

.smaller {
    width: 30px !important;
}

input[type=file] {
}

textarea {
    font-size: 12px;
    border: 1px solid #ccc;
    padding-left: 5px;
    background-image: url(https://mspa-ap.org/digiself/images/input-background.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 150px;
}

#elementOptionFields textarea {
    width: 400px;
    height: 300px;
}

/*
form.simpleForm {
    margin-bottom:10px;
}
*/
form.simpleForm fieldset {
    margin: 0;
}

#folderName {
    width: 200px;
    margin: 0 0 10px 0;
}

form.simpleForm label {
    float: none;
    display: inline;
    margin-right: 10px;
    line-height: 22px;
}

form.simpleForm .button {
    margin: 0 0 0 10px;
}

ul.selectBox {
    display: none;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin: 0;
    max-height: 215px !important;
    overflow-y: scroll !important;
    padding: 0;
    width: auto;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.selectBox li {
    cursor: pointer;
    list-style: none;
    padding: 6px 12px;
    width: auto;
}

.selectBox li:hover {
    background: #0288d1 !important;
}

.selectBox li:hover span {
    color: #f5f5f5 !important;
}

ul.selectBox li span {
    white-space: nowrap;
}

ul.selectBox li .extraField {
    float: right;
    width: 50px;
    position: relative;
}

ul.selectBox li .defaultField {
    float: right;
    width: 18px;
    margin: -5px 0 0 5px;
    position: relative;
}

ul.selectBox li input.priceField {
    margin: 2px 0 0 0;
    padding: 0 2px;
    float: right !important;
    height: 15px;
    width: 31px;
    border-radius: 0;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
}

ul.selectBox li:hover,
ul.selectBox li.hover {
    background-color: #f5f5f5;
}

input.selectBox {
    background-position: right;
    background-image: url(https://mspa-ap.org/digiself/images/selectbox-background.png);
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none !important;
    margin: 0 15px 0 0;
}

input.selectBox:hover,
input.selectBox:focus {
    background-image: url(https://mspa-ap.org/digiself/images/selectbox-background-active.png);
    border-color: #56a3c8;
}

div.formError {
    margin-bottom: 5px;
}

div.formError > span {
    border-left: 5px solid #eb8836;
    margin-left: 4px;
    padding-left: 3px;
}

form.stripped,
form.stripped fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

select {
    min-width: 173px;
    max-width: 215px;
}

.ui-datepicker select {
    min-width: 0;
}

.ui-datepicker thead tr {
    background: #82c135;
}

select.small {
    width: 122px;
}

.zend_form label {
    line-height: 32px;
    width: 200px;
}

#filter_modifier_label {
    min-width: 0px !important;
    width: 60px;
}

#filter_field_label {
    min-width: 0px !important;
    width: 140px;
}

select.multipleSelect {
    height: 120px;
    width: 200px;
    border: 1px solid #56a3c8;
    margin: 0 0 5px 0;
}

a.multiSelect {
    background: #fff url(https://mspa-ap.org/digiself/themes/default/images/selectbox-background.png) right center no-repeat;
    border: 1px solid #56a3c8;
    padding-right: 20px;
    position: relative;
    cursor: default;
    text-decoration: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 185px;
    color: #255942 !important;
    font-weight: bold !important;
}

a.multiSelect:link, a.multiSelect:visited, a.multiSelect:hover, a.multiSelect:active {
    text-decoration: none;
}

a.multiSelect span {
    margin: 1px 0px 1px 3px;
    width: 180px !important;
    overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none !important;
}

a.multiSelect.hover {
    background-image: url(https://mspa-ap.org/digiself/themes/default/images/selectbox-background.png);
}

a.multiSelect.active,
a.multiSelect.focus {
    outline: none;

}

a.multiSelect.active {
    background-image: url(https://mspa-ap.org/digiself/themes/default/images/selectbox-background.png);
}

a.multiSelect.active span {
    background: none !important;
}

.multiSelectOptions {
    margin-top: -1px;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px #b2b2b2;
    background: #fff;
}

.multiSelectOptions label {
    padding: 0px 2px;
    display: block;
    white-space: nowrap;
    line-height: 24px;
}

.multiSelectOptions label.optGroup {
    font-weight: bold;
}

.multiSelectOptions .optGroupContainer label {
    padding-left: 10px;
}

.multiSelectOptions.optGroupHasCheckboxes .optGroupContainer label {
    padding-left: 18px;
}

.multiSelectOptions input {
    vertical-align: middle;
    display: inline !important;
}

.multiSelectOptions label.checked {
    background-color: #dce5f8;
}

.multiSelectOptions label.selectAll {
    border-bottom: dotted 1px #ccc;
}

.multiSelectOptions label.hover {
    background-color: #39f;
    color: white;
}

.hint {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0;
    margin: 0;
}

input.invisible {
    display: none;
}

button.cancelButton {
    display: block;
    background-image: url(https://mspa-ap.org/digiself/images/button-background-cancel.png);
    width: 83px;
    cursor: pointer;
}

.zend_form .avatarContainer {
    margin-right: 20px;
    height: 60px;
    width: 60px;
    border: 1px solid #b6d4e9;
    border-radius: 3px;
    float: left;
    overflow: hidden;
}

.zend_form .avatarContainer img {
    height: auto;
    width: 100%;
}

.zend_form .uploadContainer {
    float: left;
}

.zend_form .fileBrowseBtn {
    margin: 5px 0 0 0;
    float: left;
}

.zend_form .cabinet {
    margin: 17px 0 0;
    line-height: normal;
    float: left;
    clear: left;
}

#elementOptionFields dt {
    width: auto !important;
}

#elementOptionFields dt > label {
    width: 220px !important;
    line-height: 20px;
}

#elementOptionsForm button {
    display: inline-block;
}

fieldset fieldset {
    width: 100%;
    background: white;
}

.ds_form legend,
fieldset fieldset legend {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    font-size: 100%;
    border-color: #ddd;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f5f5f5;
    float: left;
}

.ds_form legend {
    border: 1px solid #ddd;
}

.ds_form fieldset dl {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

.ds_form fieldset dl {
    overflow: visible;
    padding: 8px 15px 18px;
}

.ds_form fieldset dd {
    margin: 0;
    min-width: 300px;
    position: relative;
}

.ds_form label {
    margin: 0;
    line-height: 34px;
}

.ds_form textarea {
    height: 200px;
}

.ds_form #fieldset-contact,
.ds_form #fieldset-buttons {
    clear: left;
}

.localeFormInputs button {
    border: none !important;
    background: none !important;
}

.boxContainer,
.ds_form dl.zend_form {
    background: white;
    padding: 15px;
    border: 1px solid #bbb9c3;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}

.boxContainer {
    overflow: hidden;
}

.boxContainer #moduleHeader.sub {
    margin-bottom: 0;
}

.boxContainer .digiself-browser,
.boxContainer .digiself-browser {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    padding: 0;
}

.boxContainer .digiself-browser .table {
    margin-bottom: 0;
}

.boxContainer ul.actionsRight {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.boxContainer ul.actionsRight .fa {
    background: #8cc739;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 10px;
}

.boxContainer ul.actionsRight li:hover .fa {
    background-color: #1e377f;
}

.ds_form dl.zend_form.firstTabActive {
    border-radius: 0px 4px 4px 4px;
}

.use-iframe .ds_form dl.zend_form {
    overflow-x: hidden;
    overflow-y: auto;
}

body:not(.use-iframe) .ds_form dl.zend_form {
    max-height: none !important;
}

.ds_form dt {
    margin-top: 5px;
}

.ds_form dt label {
    line-height: 34px;
}

.ds_form dd select,
.ds_form dd input[type="text"],
.ds_form dd input[type="password"] {
    display: block;
    max-width: 290px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ds_form dd select,
.ds_form dd input[type="password"] {
    background-image: none;
}

.ds_form dd span.cke_skin_digiself {
    border-radius: 4px;
}

.ds_form dd textarea {
    display: block;
    max-width: 100%;
    width: 290px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ds_form dd input[type="file"] {
    width: 630px;
    height: 34px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    background: none;
    border: 0px;
    box-shadow: none;
    max-width: 100%;
}

.ds_form button {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #666;
    color: #666;
    border-radius: 4px;
    background: #e3e3e3;
}

.ds_form .imageUploader button {
    padding: 3px 6px;
}

.ds_form dd label {
    float: none !important;
    height: 34px;
    line-height: 34px;
    width: auto !important;
}

.ds_form dd label input[type="checkbox"] {
    margin-right: 8px;
}

.ds_form input.noStyle[type=checkbox]:not(.hidden),
.ds_form input.noStyle[type=radio]:not(.hidden) {
    margin-right: 10px;
    display: inline !important;
}

.ds_form input.readonly {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ds_form input.noStyle.form-control[type=checkbox],
.ds_form input.noStyle.form-control[type=radio] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0px;
    font-size: 13px;
    line-height: normal;
    background: none;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
    margin-top: 8px;
}

.ds_form dd > input.noStyle[type=checkbox] {
    line-height: 34px;
}

.ds_form button.button,
button.button.behaviorAdded {
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #666;
    color: #666;
    border-radius: 4px;
    background: #e3e3e3;
    clear: left;
    display: inline-block;
}

#elementOptionsForm .filterInputs input:last-child {
    width: auto;
}

.ds_form button.button .icon16,
button.button.behaviorAdded .icon16 {
    padding: 0;
    background: none;
}

.ds_form button.button[type="submit"],
button.button.behaviorAdded[type="submit"] {
    background-color: #1e377f;
    border: 1px solid #1e377f;
    color: white;
}

.ds_form button.button[type="submit"]:hover,
button.button.behaviorAdded[type="submit"]:hover {
    background-color: #6a7aaa;
    border: 1px solid #6a7aaa;
    color: white;
}

#actionCell button.button.behaviorAdded {
    padding: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    border: 0 transparent;
    color: #666;
    border-radius: 0px;
    background: none;
    float: left;
    clear: none;
    display: inline;
}

.add-hide {
    display: none;
}

.add-action {
    cursor: pointer;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.convert-action,
.save-action {
    right: 20px;
}

.convert-action:before {
    content: "\e115";
}

.save-action:before {
    content: "\f0c7";
    font-weight: bold;
}

.hidden-fields {
    right: 60px;
    font-weight: bold;
}

.show-hidden-fields:before {
    content: "\f06e";
}

.hide-hidden-fields:before {
    content: "\e106";
}

.searchElement {
    position: relative;
    width: 276px;
}

.searchElement .displayField {
    display: block;
    width: 90%;
    max-width: 235px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 0 20px 0 12px;
    white-space: nowrap;
}

.ds_form dd .searchElement label.error {
    display: none !important;
}

.searchElement .displayField.error {
    border-color: red;
}

.searchElement .searchButton {
    display: block;
    text-align: center;
    line-height: 33px;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 20px;
}

.searchElement .searchButton:hover {
    background-color: #4fc3f7;
    color: #fff;
}

.searchElement .removeButton {
    display: block;
    position: absolute;
    width: 20px;
    height: 32px;
    line-height: 32px;
    background: #f9f9f9;
    top: 1px;
    right: 42px;
    cursor: pointer;
    border-radius: 3px;
    display: none;
}

.searchElement .removeButton:hover {
    color: #f00;
}

.searchElement.loading .displayField {
    background-image: url(https://mspa-ap.org/digiself/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.selectCheckbox input[type="checkbox"].noStyle.form-control {
    margin-top: 4px;
    z-index: 0;
    position: absolute;
}

.selectCheckbox li a span {
    position: relative;
    display: block;
    z-index: 2;
    padding-left: 20px;
}

.selectCheckbox li a {
    text-decoration: none;
}

.selectCheckbox button {
    background: #fff;
    border-color: #ccc;
}

.selectCheckbox .btn .caret {
    margin-left: 5px;
}

.selectCheckbox ul.dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
}

.selectCheckbox .dropdown-menu > li > a {
    padding: 1px 20px 1px 12px;
}

.selectCheckbox .dropdown-menu > li > a[disabled] {
    pointer-events: none;
}

.cke.cke_reset.cke_chrome {
    border-color: #ccc;
}

.cke_toolbar {
    min-height: 33px;
}

.toggle-input {
    padding-right: 40px !important;
}

.toggle-visibility {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 18px;
    cursor: pointer;
}

.privacyInfo dt,
.privacyInfo dd {
    line-height: inherit;
}

#twoFactorAuth {
    margin: 0 20px;
    float: none;
    width: 250px;
}

#login #twoFactorAuth {
    margin: 75px auto 0 auto;
}

#twoFactorAuth dl {
    min-height: 385px;
}

#twoFactorAuth img {
    margin: 0 auto;
    display: block;
    width: 200px;
}

#twoFactorAuth .button {
    width: 100%;
    margin-top: 10px;
}

#twoFactorAuth div.code {
    overflow: hidden;
    display: flex;
}

#twoFactorAuth label.error {
    line-height: 34px;
    height: auto;
}

#twoFactorAuth div.codeLabel {
    width: 100%;
    display: block;
    margin-top: 10px;
}

#login .form-control.number-control,
.form-control.number-control {
    width: 30px;
    text-align: center;
    float: left;
    padding: 3px 3px;
    margin: 0 0 0 3px;
    font-size: 20px;
    flex: 1 0 auto;
}

#login .codeLabel {
    font-size: 13px;
}

#login .ds_form dl.zend_form {
    background: transparent;
    border: 0;
    height: auto;
    min-height: 0;
}

.form-control.number-control:nth-child(1) {
    margin: 0;
}

form div.cke.error,
form span.cke.error {
    border-color: red !important;
}

form .imageContainer {
    display: inline-block;
    max-width: 100%;
    position: relative;
    border: 1px solid #bbb9c3;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin: 0 5px 10px 0;
}

form .imageContainer.fileInfo {
    background-color: #f5f5f5;
}

form .imageContainer.fileInfo .fileInfo {
    padding: 10px 70px 10px 10px;
}

form .imageContainer.fileInfo span.infoLabel {
    font-weight: bold;
}

form .imageContainer.fileInfo.removed div {
    opacity: 0.3;
}

form .imageContainer .deleteImage {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #a94442;
    color: #fff;
    height: 36px;
    line-height: 21px;
    font-size: 17px;
}

form .imageContainer img {
    max-height: 200px;
}

form .imageContainer.removed img {
    opacity: 0.3;
}

form .fileContainer.fileInfo {
    display: inline-block;
    max-width: 100%;
    position: relative;
    border: 1px solid #bbb9c3;
    border-radius: 4px;
    background-color: #f5f5f5;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
    padding: 10px 70px 10px 10px;
    min-width: 300px;
    margin: 0 5px 10px 0;
}

form .fileContainer.fileInfo .fileIcon {
    margin-bottom: 5px;
}

form .fileContainer.fileInfo .deleteFile {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #a94442;
    color: #fff;
    height: 36px;
    line-height: 21px;
    font-size: 17px;
    overflow: hidden;
}

form .fileContainer.fileInfo span.infoLabel {
    font-weight: bold;
}

form .fileContainer.fileInfo.removed div {
    opacity: 0.3;
}

form.custom a.preferencesButton {
    float: right;
    margin-right: 10px;
    padding: 0;
    height: 34px;
    width: 34px;
    line-height: 34px;
}