/**
 * Droppics
 *
 * We developed this code with our hearts and passion.
 * We hope you found it useful, easy to understand and to customize.
 * Otherwise, please feel free to contact us at contact@joomunited.com *
 * @package Droppics
 * @copyright Copyright (C) 2013 JoomUnited (http://www.joomunited.com). All rights reserved.
 * @copyright Copyright (C) 2013 Damien Barrère (http://www.crac-design.com). All rights reserved.
 * @license GNU General Public License version 2 or later; http://www.gnu.org/licenses/gpl-2.0.html
 */

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0;
    height: 0;
}

/*Toolbars*/
#toolbar {
    margin-top: 0 !important;
}
#toolbar .btn-wrapper {
    margin: 0;
}
#toolbar .btn-wrapper button:hover {
    box-shadow: 1px 1px 12px #ccc;
}
#toolbar .btn-wrapper button {
    margin-right: 0;
    margin-left: -1px;
    padding: 0 20px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid transparent;
    border-color: transparent #ccc;
    background: inherit;
    transition: all ease 0.2s;
}

#toolbar .btn-wrapper [class^="icon-"],
#toolbar .btn-wrapper [class*=" icon-"] {
    background-color: inherit;
    border-radius: 0;
    border-right: 0;
    display: block;
    margin: 0 auto;
    width: 25px;
}
#toolbar-zmdi-alert-circle.btn-wrapper button, #toolbar-popup-thumbnail-regeneration button, #toolbar-zmdi-view-module.btn-wrapper button, #toolbar-popup-loop.btn-wrapper button {
    min-height: 50px;
}
joomla-toolbar-button#toolbar-zmdi-alert-circle button, joomla-toolbar-button#toolbar-zmdi-view-module button, joomla-toolbar-button#toolbar-popup-loop button {
    min-height: 40px;
}

#toolbar #toolbar-zmdi-alert-circle span, #toolbar #toolbar-popup-loop span, #toolbar #toolbar-zmdi-view-module span{
    display: inline-block;
}
#toolbar #toolbar-zmdi-alert-circle span {
    font-size: 18px;
}
#toolbar-zmdi-alert-circle {
    float: left;
}
#toolbar-zmdi-collection-item,
#toolbar-zmdi-scissors,
#toolbar-zmdi-uncheck,
#toolbar-zmdi-download {
    float: left;
    display: none;
}


#toolbar-zmdi-collection-item,
#toolbar-zmdi-scissors{
    position: relative;
}
[class^="icon-zmdi-"]:before, [class^="zmdi-"]:before {
    font-family: 'Material-Design-Iconic-Font' !important;
    font-size: 16px;
}
.icon-zmdi-pin-assistant:before {
    content: '\f1a7'
}
.icon-zmdi-collection-item:before {
    content: '\f14b'
}
.icon-zmdi-scissors:before {
    content: '\f1bc'
}
.icon-zmdi-minus-circle-outline:before {
    content: '\f270'
}
.icon-zmdi-download:before {
    content: '\f220'
}
.icon-zmdi-alert-circle:before {
    content: '\f1a7'
}
.icon-zmdi-view-module:before {
    content: '\f321'
}
.icon-zmdi-file:before {
    content: '\f223'
}

.drp-input {
    border: none;
    background: inherit;
    color: white;
    padding: 0 0 3px 0;
}
.drp-btns {
    padding: 5px 15px;
    height: 18px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.drp-btns-cyan {
    background: rgb(66,133,244);
    color: white !important;
}
.drp-btns-gray {
    background: #5c5c5c;
    color: white;
}
.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#mybootstrap{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.contentpane.component{
    height: 100% !important;
    padding: 0 !important;
    position: relative;
}
.contentpane.component>#mybootstrap{
    padding: 9px !important;
    padding-top: 20px !IMPORTANT;
    font-size: 15px !important;
 }
.contentpane.component .pull-right{
    position: sticky;
    top: 95px;
}

/*Gallery content*/

#newgallery:hover {
    box-shadow: 1px 1px 12px #ccc;
}

#newgallery {
    padding-left: 17px !important;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease 0.2s;
    font-size: 15px;
    font-weight:bold;
}

#mygalleries {
    float: left;
    margin-right: 7px;
    width: 310px;
    min-width: 310px;
    vertical-align: top;
    padding-right: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    overflow: auto;
}

a.drp-btns i {
    font-size: 20px;
    margin-right: 7px;
}
.zmdi.zmdi-close.icon_delete, #deleteImage span{
    font-size: 14px;
}
a.drp-btns {
    text-align: -webkit-left;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    height: auto;
    text-transform: uppercase;
}
a.drp-btns:hover {
    text-decoration: none;
    color: white;
}
#add_remote_video:hover, #upload_button:hover{
    box-shadow: 1px 1px 12px #ccc !important;
}
#add_remote_video, #upload_button {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-decoration: none;
    transition: all ease 0.2s;

}

.wp-list-table thead {
    background: #ddd;
}
.wp-list-table th, .wp-list-table th a {
    font-weight: bold !important;
    color: #000 !important;
}


div#mygalleries,
div#rightcol,
div#pwrapper {
    font-family: 'Open Sans', sans-serif, "Helvetica Neue", Helvetica, Arial;
}

.icon-32-alert {
    background: url('../images/icon-32-alert.png') 0 0 no-repeat;
}

.icon-48-droppics {
    background-image: url(../images/icon-48-droppics.png);
}

.dploading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/ajax-loader.gif) center center transparent no-repeat;
    z-index: 1000;
}

.dploadingcontainer {
    position: relative;
    z-index: 999;
}

#mygalleries .ui-resizable-e{
    right:0;
    border-right: 1px solid rgb(215,215,215);
    height: 350px;
}

#gallerieslist {
    margin-top: 20px !important;
    padding-left: 0px !important;
}

#gallerieslist li.dd-item > .dd-content.dd-content-hover {
    border: 1px solid #4285f4;
}

#rightcol {
    float: right;
    width: 210px;
    vertical-align: top;
}

#rightcol.show{
    display: block;
}

#rightcol.hide{
    display: none;
}

#rightcol input,
div.control-group div.controls input {
    width: auto;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: #eee !important;
    color: #212529;
}
#rightcol .themesblock input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 180px;
    height: 28px;
}
#droppicsparam{
}
.droppicsparam label{
    width: 30px;
}

#mybootstrap #rightcol h4 {
    margin: 0;
    border: none;
    color: #333;
    padding-left: 11px;
    background: none;
    border-bottom: 1px solid #e9e6e6;
}

#themeSelection,
#filesimport,
#galeryparams {
    width: 100%;
}
#rightcol .well{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#mybootstrap #rightcol .ui-accordion-content {
    padding: 0px 0 0 0;
    border-radius: 0;
    background: none;
    overflow: inherit;
}

#rightcol .ui-state-active .ui-icon,
#rightcol .ui-state-default .ui-icon {
    background-image: url("../images/glyphicons-halflings.png");
}

#rightcol .ui-state-default .ui-icon {
    left: inherit;
    right: 0;
    background-position: -456px -72px;
}

#rightcol .ui-state-active .ui-icon {
    background-position: -313px -119px;
}

#droppics-remote-url {
    width: 90%;
}

.description.more {
    font-style: italic;
    margin-top: 10px;
}

.selimg i.video {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
    background: url("../images/play.png");
}

#pwrapper {
    margin-right: 220px;
}

#pwrapper.large {
    margin-right: 0px;
}

#wpreview {
    width: 100%;
}

#preview {
    background: #fff !important;
    border: 2px dashed #BBB;
    min-height: 200px;
    position: relative;
    padding-bottom: 120px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

#preview .wimg {
    float: left;
    text-align: center;
}

#preview .selimg {
    position: relative;
}

#preview .wimg .wbtn {
    position: absolute;
    text-align: left;
    top: 2px;
    left: 2px;
}

#preview .wimg .wbtn .btn {
    margin-right: 2px;
    opacity: 0;
}

#preview .wimg:hover .wbtn .btn {
    opacity: 1;
}

.progress {
    width: 100%;
}
.selimg .progress{
    left: 2px !important;
    width: 98% !important;
}
.progress .bar {
    background: #4285f4;
}

a#insertgallery.btn.btn-success.btn-block {
    padding-top: 5px;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 15px;
    color: white !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: rgb(66,133,244);
    border: 0;
    cursor: pointer;
    border-radius: 2px;
}

a#insertgallery.btn.btn-success.btn-block:hover {
    box-shadow: 1px 1px 12px #ccc;
}

a#insertgallery.btn.btn-success.btn-block:active {
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
}

.icon-new::before,
.icon-plus::before {
    font-size: 12px;
}

#preview.somethingselected .selimg.selected {
    opacity: 1;
}

#preview.somethingselected .selimg {
    opacity: 0.4;
}

#preview .placeholder img,
#preview .wimg {
    height: 122px;
}

#preview .highlight {
    height: 122px;
}

#preview .selimg.img {
    text-align: center;
    cursor: move;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    height: auto;
    max-height: 100%;
    width: auto;
}

#preview .highlight {
    background-color: #fafafa;
    border: 2px dashed #BBB;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}

#preview .selimg {
    margin: 1px;
    height: 120px;
    transition: all .2s ease-in-out;
}

#preview .selimg:hover {
    box-shadow: 1px 1px 12px #ccc;
    transform: scale(1.1);
    z-index: 1;
}

.big_img {
    padding:10px;
    background: #ffffff;
    height: auto;
    opacity: 1;
    position: absolute;
    max-width: 350px;
    box-shadow: 1px 1px 12px #eee;
    z-index: 91;
}
.big_img img {
    max-width: 100%;
}
#preview .clr {
    clear: both;
}

#preview .placeholder img,
.uploadplaceholder img {
    max-width: 100%;
    max-height: 100%;
}

span.editable {
    background: #FFF;
    border: 1px solid #AAA;
    color: #000;
    padding: 1px 3px;
    width: 130px;
    display: inline-block;
}

#mybootstrap a#upload_button_version.btn.btn-large.btn-primary, #replace_wrap #replace_upload_button{
    font-size: 14px;
    padding: 10px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

#mybootstrap a#upload_button_version.btn.btn-large.btn-primary:active {
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
}

.themesblock div.well div#galeryparams form#droppicsparams button.btn,
div#imageparameters form#picture-form-image.form-horizontal div.well button.btn,
div#imageparameters form#picture-form-theme.form-horizontal div.well button.btn,
.bootbox .btn.btn-primary,
.bootbox .btn,
#mybootstrap .bootbox .btn.btn-primary,
#mybootstrap .bootbox .btn,
#mybootstrap #proceed,
#mybootstrap #close,
#selectAllImportFiles,
#importFilesBtn,
#unselectAllImportFiles,
#addNewSize,
#cancelCustomSize,
#confirmCustomSize {
    background: #4285f4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    font-size: 14px;
    height: auto;
    padding: 5px 20px;
    text-shadow: none;
    width: auto;
    color: #fff;
}

.bootbox .btn,
#mybootstrap .bootbox .btn,
#mybootstrap #close,
#selectAllImportFiles,
#unselectAllImportFiles,
#cancelCustomSize {
    background-color: #e6e6e6;
    color: #333;
}

#selectAllImportFiles,
#unselectAllImportFiles {
    padding: 5px;
    float: left;
}

#unselectAllImportFiles {
    margin-top: 5px;
}

#addNewSize {
    box-sizing: border-box;
}

a#deleteImage.deleteImage.btn.btn-block.btn-large i.icon-trash {
    margin-top: 3px;
}

div#imageparameters div#imageblock.well div#imagealign.btn-group button {
    border: none;
    background: #ccc;
    border-radius: 0;
    padding: 5px 10px;
    margin-right: 15px;
    color: #000;
    font-size: 18px;
}

div#imagealign.btn-group button:hover {
    background-image: none;
    background-color: none;
}

div#imageparameters div#imageblock.well div#imagealign.btn-group button.active {
    background: #2196F3;
    color: #fff;
}

div.well button.btn {
    margin-left: 10px;
}

.themesblock div.well div#galeryparams form#droppicsparams button.btn:hover,
div.well button.btn:hover,
#picture_wrapper #backtogallery:hover,#picture_tools #imageLoad:hover,
div#imageparameters form#picture-form-image.form-horizontal div.well button.btn:hover,
div#imageparameters form#picture-form-theme.form-horizontal div.well button.btn:hover {
    box-shadow: 1px 1px 12px #ccc !important;
}

.themesblock div.well div#galeryparams form#droppicsparams button.btn:active,
div.well button.btn:active,
div#imageparameters form#picture-form-image.form-horizontal div.well button.btn:active,
div#imageparameters form#picture-form-theme.form-horizontal div.well button.btn:active {
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset !important;
}

div#galeryparams form#droppicsparams span.paraminput input {
    margin-bottom: 5px;
    box-sizing: border-box !important;
}

#mybootstrap #insertgallery,
#mybootstrap #insertimage {
    margin-bottom: 10px;
    width: 100%;
}

#mybootstrap .well {
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 5px;
    padding-bottom: 0px;
    background: rgb(255,255,255);
    float: left;
    width: 100%;
}
#mybootstrap #imageparameters #imageInfo{
    padding-top: 11px;
    padding-left: 23px;
    padding-right: 21px;
}

#mybootstrap #imageparameters h4{
    text-transform: none !important;
    box-sizing: content-box !important;
    padding: 0.5em 21px 0.5em 23px !important;
}
#mybootstrap #imageparameters h4 span{
    float: right;
}

#theme{
    width: 100%;
    text-align: center;
}

.theme{
    display: inline-table;
    width: 49%;
    opacity: 0.5;
    border-top: rgb(233,230,230) 1px solid;
    transition: all ease 0.2s;
    text-align: center;
    padding: 5px 0px;
    float: left;
}

.theme:hover{
    box-shadow: 1px 1px 12px #ccc;
}

.key1{
    float: left;
}
.key2{
    border-left: rgb(233,230,230) 1px solid;
    float: right;
}
#mybootstrap .themesblock a.themebtn {
    display: inline-block;
    width: 45%;
    min-width: 85px;
    line-height: 86px;
    text-align: center;
    vertical-align: middle;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: transparent;
    text-decoration: none;
    margin: inherit;
    border: 0px;
    background-size: 100% 100%;
}
.themesblock a.themebtn.selected {
    outline: 0;
    background-repeat: no-repeat;
    border-bottom: 2px solid #ccc;
}
.themesblock:nth-child(even) a.themebtn {
    background-color: #ffffff !important;
    margin-left: 12px;
}
.themesblock a.themebtn:focus {
    background-color: #ffffff !important;
}

.themesblock a.themebtn:hover {
    background-color: #ffffff !important;
    box-shadow: 1px 1px 12px #ccc !important;
}
.themesblock a.themebtn:active {
    background-color: #ffffff !important;
    background-position: 0 86px;
}
#mybootstrap .themesblock a.carousel {
    line-height: 86px;
}

#mybootstrap #imageblock .btn-group-vertical,
#mybootstrap #imageblock .btn-group-vertical .btn {
    width: 100%;
}

#singleimage {
    margin-bottom: 10px;
    width: 210px !important;
}

#mybootstrap #imageblock h5 {
    clear: both;
    text-align: left;
    margin: 10px 0;
    color: #212529;
}

#mybootstrap #imageblock .floating {
    text-align: center;
    margin-left: 0px;
    width: 33%;
    float: left;
}
#imageparameters {
    font-size: 14px;
}
#imageblock input{
    background: #eee !important;
}
#imageparameters label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #132f53;
}
#mybootstrap #imageblock .floating label {
    float: left;
    line-height: 26px;
}
#mybootstrap #imageblock .floating.two-lines label {
    width: 100%;
    text-align: center;
}
#mybootstrap #imageblock .floating.col-3 {
    width: 25%;
    float: left;
}
#mybootstrap #imageblock .floating.col-3 input{
    max-width: 37%;
}
#mybootstrap #imageblock .floating.col-4 input{
    max-width: 20%;
}
#mybootstrap #imageblock .floating div.minicolors{
    background-color:  rgba(238, 238, 238, 0) !important;
}
#mybootstrap #imageblock .floating input{
    max-width: 100%;
}

#mybootstrap #imageblock .clearfix .floating.col-6 {
    float: left;
    width: 47%;
    text-align: left;
    margin-right: 0px !important;
}
#mybootstrap #imageblock .clearfix .floating.col-6 input{
    margin-left: 5px;
}
#mybootstrap #imageblock .floating.col-6 div.minicolors>span{
    margin-left: 7px !important;
}
#mybootstrap #imageblock .floating.col-6 div.minicolors{
    background-color:  rgba(238, 238, 238, 0) !important;
    margin-left: 0px !important;

}
#mybootstrap #imageblock #imageInfo>div .col-6 {
    max-width: 57%;
    margin-right: 27px;
    float: left;
}
#mybootstrap #imageblock .floating.nomargin {
    margin-left: 0;
}
#imageInfo select {
    display: block;
    width: 100%;
}
#mybootstrap #imageblock #imgp_click_target-lbl,
#mybootstrap #imageblock #click_content_custom_title-lbl {
    display: block;
    margin-right: 20px;
    line-height: 30px;
}
#mybootstrap #imageblock #click_content_custom_title {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#mybootstrap #imageblock #jform_request_id_name {
    width: 20%;
}

#mybootstrap #imageblock .wauto {
    width: auto;
}
[class*='col-'] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#click_content_menuitem_id {
    width: 200px;
}

#click_content_article_id_name {
    width: 150px !important;
}

#mybootstrap #deleteImage {
    display: block;
    margin: 0 0 10px;
    padding: 7px;
    font-size: 15px;
    color: white;
    text-align: center;
    cursor: pointer;
}
.center.dpcenter{
    text-align: -webkit-center;
    max-width: 210px;
}
.dpcenter{
    margin: 0px auto;
}

a#insertimage.btn.btn-success.btn-block {
    margin: 0 0 10px;
    width: 100%;
    vertical-align: top;
    height: 30px;
    line-height: 26px;
    padding: 0;
    font-size: 15px;
    color: white !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: rgb(66,133,244);
    border: 0;
    cursor: pointer;
    border-radius: 2px;
}

#mybootstrap #deleteImage:hover,
a#insertimage.btn.btn-success.btn-block:hover {
    box-shadow: 1px 1px 12px #ccc;
}

#mybootstrap #deleteImage:active,
a#insertimage.btn.btn-success.btn-block:active {
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
}

#mybootstrap #imgp_source label {
    height: 12px;
}

#mybootstrap #imgp_source label button.editImage {
    margin-left: 20px;
}

#mybootstrap #imgp_source .dps_customsize:hover .deleteImage {
    display: inline;
    visibility: visible;
}

#imgp_delete i.icon-trash {
    line-height: 16px;
}

#mybootstrap .w100 {
    width: 100% !important;
}

#mybootstrap #imageparameters .controls {
    margin-left: 20px;
    width: 95%;
}
#image-extra-params label {
    float: left;
    min-width: 180px;
    line-height: 25px;
    margin-left: 0;
}

/* For Joomla 2.5 */

#mybootstrap.joomla25 fieldset input {
    float: none;
    margin: 0;
}

#mybootstrap.joomla25 fieldset button,
#mybootstrap.joomla25 fieldset label {
    float: none;
}

#mybootstrap.ownbootstrap .imageblock .input-colorpicker {
    padding-left: 30px;
}

#rightcol select {
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: #eee;
    color: #212529;
    padding: 4px 6px;
    appearance: auto;
}
#rightcol span.click_content_block{
    display: block;
    margin-top: 5px !important;
}
#rightcol span.click_content_block .modal.btn.hasTooltip{
    margin-left:5px !important;
    box-sizing: border-box !important;
    height: 26px !important;
    background: rgb(66,133,244);
    color: white;
    border: 0 !important;
}
#droppicsparams {
    font-size: 14px;
}
#mybootstrap #droppicsparams select {
    width: 180px;
}

#mybootstrap #picture_wrapper #picture_params {
    float: right;
    width: 350px;
}

#mybootstrap #picture_wrapper #picture_edit {
    margin-right: 370px;
    overflow-x: auto;
    min-width: 300px;
    min-height: 300px;
    text-align: center;
}

#mybootstrap #picture_edit .jcrop-holder {
    margin: 0 auto;
}

#mybootstrap #picture_wrapper #picture_params .form-horizontal .controls {
    margin-left: 80px;
}
#picture_params .form-inline input {
    display: inline-block;
}
#resizeWidth, #resizeHeight {
    width: 80px;
}

#mybootstrap.ownbootstrap .center {
    text-align: -webkit-center;
}

#mybootstrap.ownbootstrap .btn-group button {
    margin: 0;
}
/* for Joomla 4 */
#rightcol .minicolors-swatch {
    width: 20px;
    height: 20px;
}

/* for Joomla 3.1 */

#mybootstrap #droppicsparams .minicolors-input,
#mybootstrap #imageblock .minicolors-input,
#mybootstrap #imageparameters .minicolors-input {
    padding-left: 30px;
    width: 120px !important;
    height: 27px;
    box-sizing: border-box;
    margin-bottom: 0;
}

#mybootstrap .minicolors-panel {
    box-sizing: content-box;
}
div.modal{
    width: 42% !important;
    margin-left: -21% !important;
    top: 15% !important;
}
.modal-body iframe {
    border: none;
    overflow-y: visible;
}

div#mybootstrap .modal#select-article  {
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    margin-left: 0 !important;
    width: 830px;
    height: 80vh;
    border-radius: 0;
    top: 10%;
    opacity: 1;
}

div#mybootstrap .modal-dialog {
    max-width: 100% !important;
    margin: 0 auto;
}

#mybootstrap .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
}

#mybootstrap #updateGroup {
    width: 250px;
}

#mybootstrap #updateBtn {
    width: 60%;
}

#mybootstrap #hideUpdateBtn {
    width: 40%;
}


/**
 * Nestable
 */

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-expand,
.dd-collapsed .dd-collapsed,
.dd-collapsed .dd-list {
    display: none;
}

.dd-collapsed .dd-expand {
    display: block;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 1px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item > button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1 !important;
    text-align: center;
    box-shadow: initial;
}

.dd-item > button:before {

    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: "\f2f6";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-size: 15px;
    line-height: 13px;
    color: #333;
}

.dd-item > button[data-action="collapse"]:before {
    content: "\f2f2";
    font-size: 18px;
    line-height: 12px;
    color: #888;
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

.dd-content .t {
    text-decoration: none;
}

.dd-dragel .dd-content .t {
    display: inline-block;
}


/**
 * Nestable Extras
 */

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/*@media only screen and (min-width: 700px) {

    .dd { float: left; width: 48%; }
    .dd + .dd { margin-left: 2%; }

}*/

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}


/**
 * Nestable Draggable Handles
 */

#mybootstrap .bs-docs-sidenav2 > li a.edit,
#mybootstrap .bs-docs-sidenav2 > li a.trash {
    float: left;
    display: none;
    opacity: 0.5;
    cursor: pointer;
}

#mybootstrap .bs-docs-sidenav2 > li .dd-content:hover a.edit,
#mybootstrap .bs-docs-sidenav2 > li .dd-content:hover a.trash {
    display: inherit;
}

#mybootstrap .bs-docs-sidenav2 > li .dd-content a.edit:hover,
#mybootstrap .bs-docs-sidenav2 > li .dd-content a.trash:hover {
    opacity: 1;
}

#mybootstrap .bs-docs-sidenav2 > li:hover .dd-content .icon-chevron-right {
    display: none;
}

#mybootstrap .bs-docs-sidenav2 .active .icon-chevron-right {
    background-image: url(../images/glyphicons-halflings-white.png);
    opacity: 1;
}

#mybootstrap.joomla30 .bs-docs-sidenav2 .active .icon-chevron-right {
    background-image: none;
    color: white;
}

.dd3-content {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-weight: 600;
    height: 24px;
    margin: 3px 0 3px 17px;
    padding: 0px 10px 5px 30px;
    text-decoration: none;
    line-height: 23px;
}

.dd3-content:hover {
    color: #2ea8e5;
    border-right: 5px solid #eee;
}

.dd3-content a.t {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-right:10px;
}

.dd3-content:hover a.t {
    max-width: 84%;
}

#mygalleries .nested a:hover,#mygalleries .nested a:active,#mygalleries .nested a:focus{
    background-color: #eeeeee !important;
}

#gallerieslist > li.dd-item.dd3-item.active > div.dd-content.dd3-content.ui-droppable > a.t > span {}

.dd-item.active > .dd-content {
    border: medium none;
}

.dd-item .t{
    color: #8f8f8f;
}

.dd-item.active >.dd-content .t {
    color: #2196F3;
}
.dd-item >.zmdi{
    margin-left: 17px;
}
.dd-item.active > button:before{
    color: #2196F3;
}

.dd-item.active > .dd3-handle:before {
    color: #2196F3;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-right: 10px;
    background-color: transparent !important;
    border: none !important;
}

.dd-expand,
.dd-collapsed .dd-list,
.dd-collapsed .dd-collapse {
    display: none;
}

.dd-collapsed .dd-expand {
    display: block;
}

.dd3-handle {
    background: transparent;
    border: medium none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    cursor: pointer;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 24px;
    height: 24px;
}

.dd3-handle:before {
    content: '\f228';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #888888;
    font-size: 18px;
    font-weight: normal;
}

.dd3-handle:hover {
    background: #ddd;
    cursor: all-scroll;
}

.dd-content [class^="icon-"]:before,
.dd-content [class*=" icon-"]:before {
    display: none;
}

.dd-content:hover [class^="icon-"]::before,
.dd-content:hover [class*=" icon-"]::before {
    display: inline-block;
}


/** For fxsliser **/

#picture-form.form-horizontal .controls {
    margin-left: 0;
}

.droppics-textarea {
    width: 100%;
}
.control-group .controls{
    text-align: -webkit-center;
}
#bxsliderimagewrapper {
    position: relative;
    margin-bottom: 20px;
}

#bxsliderimagehtmlwrapper {
    position: absolute;
    outline: 1px dashed #FFF;
}

#bxsliderimagehtmldad {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: -20px;
    border: 1px solid #333;
    border-radius: 2px;
    text-align: center;
    background-color: #FFF;
}

#mybootstrap a#upload_button_version.btn.btn-large.btn-primary:hover,
#mybootstrap a#upload_button_version.btn.btn-large.btn-primary:focus,
#replace_wrap #replace_upload_button:hover,
#replace_wrap #replace_upload_button:focus,#click_content_article .modal.btn.hasTooltip:hover{
    box-shadow: 1px 1px 12px #ccc;
}

#bxsliderimagehtmldad .icon-move {
    vertical-align: middle;
    margin: 0;
}

#bxsliderimagehtmldad .icon-move::before {
    content: none;
}

#bxsliderimagehtml {
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
}
#bxsliderimagehtml span {
    font-size: 13px;
}


/** icon fix for joomla 3.X  */

#mybootstrap [class^="icon-"]:before,
#mybootstrap [class*=" icon-"]:before {
    content: none !important;
}

#mybootstrap [class^="icon-"],
#mybootstrap [class*=" icon-"] {
    line-height: 14px !important;
}

#mybootstrap #newgallery .icon-plus-sign {
    margin-top: 2px;
}

#mybootstrap #imgp_source label.radio {
    vertical-align: middle;
    height: 18px;
    line-height: 22px;
}
#imgp_source{
    margin-bottom: 20px;
}

#filesimport ul.jaofiletree li {
    overflow: hidden;
    margin-top: 2px;
}

.view-frontmanage #navigation {
    margin-bottom: 26px;
    margin-top: -7px;
    text-align: center;
}


/* @media Rule */

@media all and (max-width: 1000px) {
    #mycategories,
    #pwrapper,
    #rightcol,
    #updateGroup {
        width: 100% !important;
        display: block !important;
        margin-left: 0;
        margin-right: 0;
    }
    #newcategory {
        text-align: center;
        width: 100%;
    }
}


/* material design icons */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../iconfont/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(../iconfont/MaterialIcons-Regular.woff) format('woff'), url(../iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: text-top;
    margin-right: .25em;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.chzn-container-single .chzn-search input[type="text"] {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 1px 0 !important;
    padding: 4px 20px 4px 5px !important;
    width: 100% !important;
    height: auto !important;
    outline: 0 !important;
    border: 1px solid #aaa !important;
    background: white url('../../../../media/jui/css/chosen-sprite.png') no-repeat 100% -20px !important;
    background: url('../../../../media/jui/css/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)) !important;
    background: url('../../../../media/jui/css/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
    background: url('../../../../media/jui/css/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
    background: url('../../../../media/jui/css/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
    background: url('../../../../media/jui/css/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%) !important;
    font-size: 1em !important;
    font-family: sans-serif !important;
    line-height: normal !important;
    border-radius: 0 !important;
    position: relative !important;
}

.admin .chzn-container .chzn-drop {
    z-index: 1 !important;
}

#rightcol input#click_content_custom_id {
    width: 235px !important;
}

#file-handle {
    padding: 10px 10px 0 0;
    background: transparent;
    border: none;
}

#file-handle > div {
    background: #4285f4;
    color: #fff;
    padding: 13px 13px;
    border: 0px;
    white-space: nowrap;
    overflow: hidden;
}

#file-handle .fCount {
    background: red;
    width: 26px;
    height: 26px;
    background: red;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 26px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}
#replace_wrap{
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 100px;
    border: 2px dashed #BBB;
}

#replace_dropbox{
    position: inherit;
    width: inherit;
    height: 90px;
    text-align: center;
    margin: 10px;
    bottom: 0;
}
#replace_dropbox .message {
    color: #888;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    margin-top: 35px;
}
#dp_zmdi-playlist-plus, #dropbox a, #newgallery, #upload_button, #upload_button .zmdi, #add_remote_video .zmdi
,#droppicsparams .zmdi, #replace_upload_button, #imageParams .drp-btns-cyan,#dp_zmdi-vibration
,#dp_zmdi-check{
    vertical-align: middle;
}
#imageblock {
    padding-bottom: 20px !important;
}
#newCustomSize .control-group {
    display: block;
}
#newCustomSize .input-append {
    display: inline-block;
}
#newCustomSize .input-append .add-on {
    border: none;
}
#imageParams {
    padding: 11px 21px 10px 20px !important;
}
#imageParams .control-group{
    text-align: left !important;
}

#mybootstrap #imageParams button{
    margin-left: 0px;
}
form#picture-form-image #imageParams label {
    text-align: left;
    margin-left: 0px;
    min-width: 100px;
    max-width: 120px !important;
}
#image-extra-params {
    padding: 11px 21px 10px 20px !important
}
#mybootstrap #image-extra-params button{
    margin-left: 0px;
}
#galeryparams {
    padding-left: 12px !important;
    margin-top: 10px;
}
#galeryparams label {
    margin-bottom: 5px;
    font-size: 14px;
}

#galeryparams button.drp-btns, #rightcol button.drp-btns {
    height: auto;
    border: none;
}

.subhead{
    box-shadow: 0 7px 5px rgba(0,0,0,0.1);
}

.paraminput >.descriptions{
    display: none;
}


#mybootstrap{
    background-color: #f1f1f1 !important;
    margin-top: -17px;
    padding-top: 17px;
    /*height: 100% !important;*/
    float: left;
    width: 100% !important;
    box-sizing: border-box;
}
#mybootstrap.ownbootstrap{
    overflow: auto;
    padding-top: 27px !important;
}
#mybootstrap #newCustomSize #applyNewCustomSize, #backtogallery, #btnsave,#applyresize,#btnCrop,#btnMirror
,#btnVMirror,#btnRotate,#picture_tools #imageLoad{
    background: rgb(66,133,244) !important;
    color: white !important;
    border: 0 !important;
}
.bottomlegend_filetitle{
    font-weight: bold;
}
#preview .wimg .selimg>img{
    max-height: 100%;
    width: auto;
}
#main_wrapper{
    /*overflow: hidden;*/
    background: #eee !important;
}

/*#toolbar-dp-search{*/
    /*float: right;*/
/*}*/
#toolbar-dp-flip {
    float: right;
    padding-top: 6px;
}
#toolbar-dp-flip .button-dp-flip {
    display: none;
}
#dp-flip, #dp-search {
    display: inline-block;
}

#dp-form-search, #dp_filter_gallery_id {
    margin-bottom: 0 !important;
    height: 28px !important;
    padding: 0px !important;
    box-shadow: none !important;
}
#main>#mybootstrap #dp-form-search{
    height: 30px !important;
}
#dp_filter_gallery_id{
    height: 30px !important;
}

#search input{
    margin-right: 10px;
}

.btn.hiden-search{
    border: none !important;
    height: 29px !important;
    padding: 1px 6px;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 17px !important;
    background: #626060 !important;
    color: white !important;
}
.dp-hiden-search.dp-search-submit.dp-icon-search #dp-form-search{
    max-width: 50%;
}
.dp-hiden-search.dp-search-submit.dp-icon-search{
    max-width: 80%;
}
#dp-search-submit {
    border: none !important;
    margin-bottom: auto;
    background: #4285f4 !important;
    color: #fff !important;
    border-radius: 0;
    float: right;
    padding: 0px 15px !important;
    height: 29px !important;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 17px !important;
}

joomla-toolbar-button.ms-auto #dp-search {
   display: inline-block;
}

#dp-search input[type=button]:hover{
    box-shadow: 1px 1px 12px #ccc !important;
}
#dp-search {
    text-align: right;
}
#dp-search input{
    margin: 0 5px;
   line-height: 29px;
}
#dp-search .dp-icon-search{
    text-align: center;
    display: inline-flex;
    margin: 5px 0 2px auto;
}
.dp_panel{
    opacity: inherit;
    margin-top: 7px !important;
    margin-bottom: 0 !important;

}
#dp-search .dp-iconsearch, .dp-flip{
    margin-top:1px !important;
    font-size: 24px;
}
.dp-icon-search{
    vertical-align: middle;
    height: 25px;
}

.checked_upload{
    background: no-repeat rgba(255,255,255,0.5);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.dp_material{

}
.zmdi.zmdi-check{
    position: relative;
}
#dp_count_check{
    position: absolute;
    background: #1D6CB0;
    top: -13px;
    left: -13px;
    font-size: 12px;
    color: white;
    -webkit-border-radius: 21px;
    text-align: center;
    width: 16px;
    height: 16px;
    padding: 5px;
    box-sizing: content-box;
}
#dp_number_check{
    display: inline-block;
    cursor: pointer;
    background: #162bdb;
    width: 20px;
    height: auto !important;
}
#picture_wrapper .well{
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.icon-remove{
    color: #ffffff;
}
.contentpane #main{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#main_wrapper>#dp-search-none{
    margin: 10px 0 10px 0;
}
.contentpane.component #pwrapper>#dp-search-none{
    margin: 10px 0 10px 0;
}
.btn-toolbar .icon-zmdi-alert-circle,.btn-toolbar .icon-zmdi-uncheck{
    display: none !important;
}

.dp_uncheck{
    background-color: inherit;
    border-radius: 0;
    border-right: 0;
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    line-height: inherit;
    opacity: 1;
    text-shadow: none;
    z-index: -1;
}

.btn-toolbar .icon-zmdi-view-module{
    vertical-align: middle;
}
/*fix style site*/
.uk-radio, input[type="radio"]:not([class*="uk-"]) {
    -webkit-appearance: radio !important;
}
.uk-checkbox, input[type="checkbox"]:not([class*="uk-"]){
    -webkit-appearance: checkbox !important;
}
/*#rightcol span,#rightcol input{*/
/*padding-right: 0;*/
/*padding-left: 0;*/
/*}*/
.imageblock{
    margin-top: -17px;
}
input[type="range"]{
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px !important;
    height: 2px !important;
    padding:0 !important;
    border: none !important;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-border-radius: 20px;
    -webkit-appearance: none !important;
    background-color: #4285f4;
    height: 10px !important;
    width: 10px !important;
}
.dp-big::-webkit-slider-thumb{
    border: #b1dcef 5px !important;
}
input[type='range']:focus {
    border: none !important;
    outline: -webkit-focus-ring-color none 0px;
}
#picture_wrapper .btn-group #backtogallery,#picture_wrapper .btn-group #btnsave {
    font-size: 14px;
    margin: 10px;
    text-transform: uppercase;
    padding: 10px 20px;
}
input[type="range"] i {
    color: #4285f4;
}
.modal-body{
    font-size: 15px !important;
    padding: 5px 20px 5px 20px !important;
    box-sizing: border-box;
}
.dp-icon-search.dp_panel i {
    cursor: pointer;
    vertical-align: middle;
}
#imgp_source p {
    margin-bottom: 5px;
}
#imgp_source .tooltip{
    position: inherit;
    font-size: 13px;
}
#imgp_source .tooltip-inner{
    display: none;
    position: absolute;
}
#imgp_source .tooltip:hover .tooltip-inner {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 5;
    max-width: none;
    background-color: #000;
    color: #fff;
}

/*Notice messages*/
.dropmsg {
    float: left;
    color: #fff;
    padding: 10px 20px;
    margin-top:  20px;
    font-size: 14px;
    max-width: calc(100% - 370px);
    line-height: 2;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.dropmsg.dropmsg-notice {
    background: #2196f3;
}

.dropmsg-text {
    margin-right: 10px;
}

.dropmsg-btns {
    white-space: nowrap;
}

.dropmsg a.dropmsg-btn {
    color: #2196f3;
    font-weight: bold;
    background: #fff;
    padding: 5px;
    margin-right: 5px;
    text-decoration: none;
    cursor: pointer;
}

.dropmsg a.dropmsg-btn:hover {
    background: #0080ea;
    color: #fff;
}

.dropmsg a.dropmsg-btn.dropmsg-btn-dismiss:hover {
    background: red;
}

#imagealign.btn-group > .btn:hover, #imagealign.btn-group > .btn:focus, #imagealign.btn-group > .btn:active, #imagealign.btn-group > .btn.active, #imagealign.btn-group > .btn {
    z-index: 4;
}
.hide {
    display: none;
}

#preview #dropbox {
    margin: 0 0 10px 0;
    height: 140px;
}
#preview #dropbox .message {
    margin-top: 50px;
}
#toolbar-dp-search .button-dp-search {
    display: none;
}
joomla-toolbar-button#toolbar-dp-search #dp-search {
    margin-top: 5px;
}
div.modal.bootbox {
    margin-left: 25% !important;
    left: 0 !important;
    opacity: 1;
}
div.modal.bootbox .bootbox-close-button {
    position: absolute;
    top: 0;
    right: 0;
}
#mybootstrap.joomla40 {
    padding: 10px 0 !important;
}
#click_content_menuitem_id_chzn {
    width: 250px !important;
}
#modal-thumbnail-regenerationJ4 {
    width: 100% !important;
    margin-left: 0 !important;
}
/* frontend manage */
.view-frontmanage .modal.bootbox {
    height: auto;
    z-index: 1051;
}
.view-frontmanage .modal-dialog {
    max-width: 100%;
    margin: 0;
}