html {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body .navbar-top {
    border-bottom: #C1C1C1 1px solid;
    padding: 10px 10px 5px 10px;
}

.side-nav {
    width: 350px;
}

.side-nav .side-nav-title {
    overflow: hidden;
    padding: 0 10px;
}

body iframe {
    height: calc(100% - 46px);
    width: 100%;
    margin: 0;
    border: none;
}

body iframe.full-screen {
    height: 100%;
}

/**
 * Spectrum
 */
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: inherit;
}

.sp-replacer {
    padding: 0;
    border: none;
    background: none;
    overflow: visible;
    margin-top: 20px;
}

.sp-top {
    margin-bottom: 0;
}

.sp-dd {
    display: none;
}

.sp-preview {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
}

.sp-picker-container {
    width: 200px;
    border: none;
}

.sp-picker-container, .sp-palette-container {
    padding: 1.3rem;
    padding-bottom: 300px;
    margin-bottom: -284px;
}

.sp-container {
    border: none;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.sp-cancel, .sp-cancel:hover {
    color: #42A5F5 !important;
}

.sp-container button, .sp-container button:hover {
    background-image: none;
    border: none;
    text-transform: none;
    text-shadow: none;
}

.sp-color {
    right: 15%;
    border: none;
}

.sp-hue {
    left: 85%;
    border: none;
}

.sp-slider {
    border: none;
    background: #fff;
    height: 5px;
    opacity: 1;
    margin-top: 2px;
    left: 0;
    right: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
}

.sp-dragger {
    border: none;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    border-radius: 50%;
}

#loading {
    position: fixed;
    right: 38px;
    bottom: 38px;
}