.imageinput, .fileinput {
    display: none !important;
}
.previewing {
    max-width: 100%;
}
.previewdefault {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 100px;
    font-size:2em;
    background: #eee;
}
.uploadfeedback {
    display: none;
    padding-bottom: 10px;
}
.selectImage label {
    margin-bottom: 20px;
}
.uploadimage .btn-group-vertical {
    margin-top: 15px;
    margin-bottom: 25px;
}
.uploadimage .btn-group-vertical .btn-primary i, .uploadfile .btn-group .btn-primary i {
    margin-right:5px;
    display: none;
}
.filepreview, .filedisplay {
    padding: 10px 0px;
}
.invisible {
    display: none;
    visibility: visible;
}
.carousel .slide .previewing {
    max-width: 250px;
}
.seoinfo {
    position:fixed;
    left:10px;
    top:15%;
    width:150px;
    z-index: 100;
}
.seoinfo .progress {
    margin-bottom: 0px;
}
.carouselsettings hr {
    margin: 10px 0px;
}
.carousel-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
}
.carousel-text>div {
    margin-top: 8%;
    max-width: 50%;
}
.carousel-text.text-center>div {
    margin-left: auto;
    margin-right: auto;
}
.carousel-text.text-left {
    margin-left: 15%;
}
.carousel-text.text-right {
    margin-right: 15%;
}
.colorpick {
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
}
.colorpick.black {
    background: #000;
}
.colorpick.white {
    background: #fff;
}
.savesettingsfeedback {
    font-size: 0.9em;
    padding-left: 10px;
    display:none;
}
.carouselcaption {
    max-width: 350px;
}
.blogoptions .feedback {
    margin-top: 20px;
    display: none;
}
.blogpost {
    margin-top: 50px;
    padding-bottom: 40px;
}
.blogpost.first {
    margin-top: 10px !important;
}
.blogpost .content {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.blogoptions span {
    font-size: 0.9em;
}
.tags {
    margin-top: 10px;
    margin-bottom: 10px;
}
.tags>a div {
    float: left;
    margin: 5px 10px 5px 0px;
    padding: 2px 5px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #eee;
    color: #4b4b4b;
}
.titlefeedback {
    margin-top: 5px;
    display: none;
}
.blogpost .titlefeedback {
    font-size: 0.8em;
}
.blogpost .expand {
    cursor: pointer;
}
.expandable {
    display: none;
}
.admin-logout {
    left: 0;
    top: 10%;
    position: fixed;
    background: #fff;
    text-align: center;
    padding: 15px;
    z-index: 5;
    border: 1px solid #aaa;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: background ease-in-out 0.3s;
    -webkit-transition: background ease-in-out 0.3s;
    -moz-transition: background ease-in-out 0.3s;
    -o-transition: background ease-in-out 0.3s;
}
.admin-logout span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.admin-logout:hover {
    background: #eee;
}
.admin-logout i {
    color: #2b2b2b;
}
