.form-group{
    padding: 10px;
}
.ue-inplace-editor-accordeon-items-wrapper.ui-sortable{
    list-style-type: none;
}
.ue-metadata-category-wrapper ul{
    height: 300px;
}
.btn-grey, .btn-grey {
    color: #ffffff !important;
    background: #c0c0c0;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 11px 15px;
    width: auto;
    display: inline-block;
}

.btn-grey:hover, .aui .btn-grey:active, .aui .btn-grey:focus, .btn-grey:hover, .btn-grey:active, .btn-grey:focus {
    background: #e6860d;
}

#article_viewer .hidden-anchor {
    height: 0px;
    width: 0px;
    overflow: hidden;
}
.article-viewer-page__breadcrumbs .ue-meta-header-lang-selector{
    margin-left: auto;
}
.ue-inplace-editor-wrapper, .ue-text-with-image-preview{
    width: 100%;
}
.ue-inplace-editor-wrapper input[type="text"], .ue-inplace-editor-wrapper  input[type="email"], .ue-inplace-editor-wrapper  input[type="password"] {
    width: 100%;
    margin: 0;
    padding: 5px 0 5px;
    font-family: "Open Sans",Serif;
    font-size: 14px;
    height: 31px;
    line-height: 1.2;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #a7a5a5;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    position: relative;
}

.ue-metadata-image-preview{
    max-width: 150px;
}

.ue-text-with-image-preview-container #input-support{
	display: none
}
.ue-text-with-image-preview-container label.btn.btn-blue.rover.save-button{
	margin: 10px 0;
}

.ue-text-with-image-preview-container .plus-divider{
	display: none
}
 .ui_tpicker_hour_slider select.ui-timepicker-select, .ui_tpicker_minute_slider select.ui-timepicker-select {
	width: auto;
}
.ue-editor-wrapper .ue-meta-wrapper .article-img img{
	margin-top: 5px;
	margin-bottom: 5px;
}
.ue-editor-wrapper .anchors > .row:last-child .anchors-link-container{
	border-bottom: 1px solid #b9cad2
}
.ue-editor-wrapper .anchors > .row .rover:last-child .anchors-link-container{
	border-bottom: none;
}
.editor.page-body.solid{
	min-height: 550px;
}

.ue-dynamic-element-video-block {

    margin-left: auto;
    margin-right: auto;

}

.selectize-control {
  width: 100%;
}

.inline-list li {
	display: inline-block;
	margin-right: 10px;
}

.ue-downloads-exclusive-alert {
    position: absolute;
    width: 320px;
    top: 0;
    right: 0;
    padding: 0.5em;
    border: 2px solid red;
    color: red;
    font-size: smaller;
    font-weight: bolder;
}