

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.nav.nav-tabs {
    margin-bottom: 15px;
}

.fileinput.fileinput-new .thumbnail {
    background-color: rgba(0,0,0,0.5)
}

.cpicker {
    font-family: monospace;
}

#advanced_colors {
    display: none;
}

body {
    overflow-y: scroll;
}

.input-group-addon-fix {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-left: 1px solid #cccccc !important;
    border-right: 0 !important;
}
/*
.btn-file>input {
    width: 0 !important;
    height: 0 !important;
}
*/

.fileinput .thumbnail.logo-thumbnail-toolbar {
    max-height: 65px;
}
.fileinput .thumbnail.logo-thumbnail-toolbar > img {
    max-height: 55px;
}
.fileinput .thumbnail.logo-thumbnail-splash {
    max-height: 310px;
    max-width: 310px;
}
.fileinput .thumbnail.logo-thumbnail-splash > img {
    max-height: 300px;
    max-width: 260px;
}
