.colorful-page-wrapper {
    background-image: url("../images/gallery/6.png");
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    max-height: 100%;
}
.sortable .task-handle {
    top: 0;
    bottom: 0;
    margin-left: 10px;
}
.sortable .task-handle:hover {
    background-color: transparent;
}
.modal {
    z-index: 2000;
}
.text-container {
    width: 90%;
    height: 150px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.text-container .text-contained,
.text-container .btn-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.text-container .text-contained {
    white-space: normal;
    word-wrap: break-word;
    padding: 10px;
}
.text-container .btn-container {
    background-color: rgba(0, 0, 0, 0.1);
}
.text-container .btn-container .big-icons-buttons {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    position: relative;

}
.custom-block {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}
.custom-block .content {
    margin: auto;
}
.block-item .btn {
    position: relative;
}
.block-item .btn,
.block-item .control-buttons {
    z-index: 10;
}
.block-item .text-overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 110px;
    z-index: 0;
    padding: 15px;
    color: #bbb;
}
.big-icons-buttons {
    text-align: center;
}
.orb-form .tab-content {
    margin-bottom: 10px;
}
.orb-form > .toggle {
    height: 30px;
    margin-right: 30px;
}
.orb-form .input.prepend-100 .icon-prepend {
    width: 100px;
}
.orb-form .input.prepend-100 .icon-prepend + input {
    padding-left: 130px;
}
.modal-footer.dontshow,
.temp-hidden,
.btn.edit-content,
.buttons-item,
[data-show] {
    display: none;
}
.buttons-item span,
.create-columns span,
.block-buttons-item span {
    display: block;
}
.row-li .scissors-block {
    margin: 0;
}
.row-li .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}
.col-item {
    border: 1px dotted;
    min-height: 90px;
    padding: 10px;
}
.block-item {
    border: 1px dotted;
    min-height: 70px;
    padding: 10px;
}
.label.save-image,
.label.delete-image {
    cursor: pointer;
}
.btn.btn-info i,
a[data-toggle=collapse] {
    color: #fff;
}
.panel-group {
    margin-bottom: 3px;
}
.panel-collapse {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}
.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
    box-shadow: 0 1px 1px rgba(0,0,0,.25);
}
.tagsinput input {
    width: 100% !important;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-autocomplete li.ui-menu-item {
    padding: 1px 3px;
}
.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-state-focus {
    font-weight: bold;
    cursor: pointer;
}
.orb-form .input input.ui-autocomplete-loading {
    background:url('../images/loading-small.gif') no-repeat right center;
}
div.dataTables_wrapper div.dataTables_length select {
    padding: 0 10px;
}
#menu .divider {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
#editform #posts .item,
#editform #events .item,
#editform #features .item {
    border: 2px dotted #ccc;
    padding: 10px;
    margin-top: 10px;
}
#editform #posts .item-header,
#editform #events .item-header,
#editform #features .item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#editform #posts .item.dima,
#editform #events .item.dima,
#editform #features .item.dima {
    display: none;
}
#editform .item .title {
    padding-left: 10px;
    padding-right: 10px;
}
#editform .item .froala-container {
    margin-top: 10px;
}
#editform .item .froala-container.collapsed {
    display: none;
}