body {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
a,
a:focus {
    outline: 0;
    outline: none;
    color: #6e0f70;
}
/* Purple sidebar */
.purple-nav {
    width: 55px;
    background-color: #6e0f70;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    color: #fff;
    z-index: 1000;
}
.purple-nav span {
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 12px;
    text-align: center;
    display: block;
    width: 55px;
}
.purple-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #812c83;
}
.purple-nav ul li a {
    padding: 10px 20px;
    display: block;
    color: #fff;
    border-top: 1px solid #812c83;
    border-bottom: 1px solid #5b0e5d;
}
.purple-nav ul li:first-child a {
    border-top: none;
}
.purple-nav ul li a i {
    margin: 2px 5px 0 0;
}
.purple-nav ul li a.active {
    background-color: #eee;
    color: #333;
}
.purple-nav ul li a:hover {
    text-decoration: none;
    background-color: #333;
}
.purple-nav ul li a:focus {
    text-decoration: none;
}
.purple-nav ul li a.active:hover {
    background-color: #eee;
    color: #666;
}

/* Main */
.main {
    overflow: auto;
    background-color: #fff;
    margin-left: 35px;
}

/* Subnav */
.subnav {
    width: 320px;
    position: fixed;
    left: 55px;
    top: 0;
    height: 100%;
    background-color: #eee;
    color: #333;
}
.subnav h3 {
    margin: 0 0 1px 0;
}
.subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #fff;
}
.subnav ul ul {
    border: none;
}
.subnav ul li a {
    padding: 10px 20px;
    display: block;
    color: #333;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cfcfcf;
}
.subnav ul li a i {
    margin: 2px 5px 0 0;
}
.subnav ul li a.active {
    background-color: #fff;
    color: #666;
}
.subnav ul li a:hover {
    text-decoration: none;
    background-color: #ccc;
}
.subnav ul li a:focus {
    text-decoration: none;
}
.subnav ul li a.active:hover {
    background-color: #fff;
}
.subnav ul ul {
    padding-left: 20px;
}

/* Content */
.content {
    margin-left: 340px;
    overflow: hidden;
}
.content h3 {
    margin: 0 0 20px 0;
    padding-bottom: 1px;
    border-bottom: 1px solid #eee;
}

/* Other */
.mceLayout {
    margin-bottom: 20px !important;
}

.btn {
    margin: 0 10px 0 0;
}

.nav.nav-pills.pull-right {
    margin: 2px 0 0 0;
}

label.invalid {
    color: red;
}

h3.subheading {
    color: #6e0f70;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

body .modal.multimedia {
    width: 960px;
    margin-left: -480px;
}
body .modal.multimedia h3 {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}
body .modal.upload .modal-body {
    padding: 0;
}

body .thumbnails .thumbnail {
    position: relative;
}
body .thumbnails .thumbnail .btn-group {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
body .thumbnails .thumbnail .preview {
    height:100px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 1150px) {
    body .thumbnails .thumbnail .preview {
        height: 150px;
    }
}
@media (min-width: 1280px) {
    body .thumbnails .thumbnail .preview {
        height: 200px;
    }
}
@media (min-width: 1440px) {
    body .thumbnails .thumbnail .preview {
        height: 250px;
    }
}

/* TWITTER BOOTSTRAP OVERRIDES */
body .row-fluid h1 {
    font-size: 31.5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* Buttons */
body .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #6e0f70;
    *background-color: #6e0f70;
    background-image: -moz-linear-gradient(top, #812c83, #5b0e5d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#812c83), to(#5b0e5d));
    background-image: -webkit-linear-gradient(top, #812c83, #5b0e5d);
    background-image: -o-linear-gradient(top, #812c83, #5b0e5d);
    background-image: linear-gradient(to bottom, #812c83, #5b0e5d);
    background-repeat: repeat-x;
    border-color: #5b0e5d #5b0e5d #812c83;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#812c83cc', endColorstr='#5b0e5dcc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary:active,
body .btn-primary.active,
body .btn-primary.disabled,
body .btn-primary[disabled] {
    color: #ffffff;
    background-color: #5b0e5d;
    *background-color: #5b0e5d;
}

body .btn-primary:active,
body .btn-primary.active {
    background-color: #5b0e5d;
}

/* Thumbnails */
body .row-fluid ul.thumbnails li.span12 + li,
body .row-fluid ul.thumbnails li.span6:nth-child(2n + 3),
body .row-fluid ul.thumbnails li.span4:nth-child(3n + 4),
body .row-fluid ul.thumbnails li.span3:nth-child(4n + 5),
body .row-fluid ul.thumbnails li.span2:nth-child(6n + 7),
body .row-fluid ul.thumbnails li.span1:nth-child(12n + 13) {
    margin-left : 0px;
}

/* Tooltip */
body .tooltip {
    font-size: 14px;
}
body .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
body .tooltip-inner {
    background-color: #333;
}
body .tooltip.top .tooltip-arrow {
    border-top-color: #333;
}
body .tooltip.right .tooltip-arrow {
    border-right-color: #333;
}
body .tooltip.left .tooltip-arrow {
    border-left-color: #333;
}
body .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #333;
}

/* tt-menu */
.tt-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 280px;
}
.tt-suggestion {
    padding: 5px 10px;
    cursor: pointer;
}
.tt-suggestion:hover {
    background-color: #0088cc;
}