#syndicatePreview {
    position: relative;
    margin-bottom: 40px;
}

#syndicatePreview .busy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(94, 198, 221, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#syndicatePreview .busy .spinner{
    margin: 0 auto;
}

.event-form-container .syndicateBuilder .form-control {
    height: auto;
    text-align: left;
    padding: 5px 7px;
}

body {
    font-size: .85em;
    line-height: 1.6em;
    padding: 0;
    margin: 0;
}

a {
    color: #001978;
    font-weight: 600;
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.rss_iframe {
    width: 100%;
}

.rss_iframe li {
    border-bottom: 2px dotted #EEE;
    position: relative;
    padding: 20px 15px 20px 15px;
}

.rss-image {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 95px;
}

.central-widget .rss-title,
.central-widget .rss-summary {
    margin-left: 110px;
    display: block;
    margin-bottom: 10px;
}

.rss-view-more {
    display: block;
    margin-top: 10px;
}

.widgetContainer {
    padding: 20px 0;
    margin-bottom: 20px;
}

.bordered {
    border: 1px solid #EEE;
}

.widgetHeader {
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #001978;;
    padding-bottom: 15px;
}

.widgetHeader img {
    float: right;
    padding-right: 15px;
}

.widgetHeaderTitle {
    color: #4A4A4A;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 15px 0px;
}

.widgetCredits {
    width: 100%;
    text-align: right;
}

.widgetCredits img {
    float: right;
    padding: 0 15px;
    max-width: 150px;
}
.clear {
    display: block;
    clear: both;
}

.option-label {
    font-weight: 300;
    text-transform: uppercase;
    margin: 9px 0 0 0;
}
.syndicateBuilder div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.syndicateBuilder > .row {
    background: #f4f4f4;
    margin-top: 3px;
}

.bg-blue,
.syndicateBuilder > .row.bg-blue {
    background: #001978;
}


.text-white {
    color: #fff;
}
.text-dark {
    color: #4A4A4A;
}

.module-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 0;
    line-height: 3em;
    display: block;
}

.previewHeader {
    background: #001978;
    margin-bottom: 4px;
    padding: 0 11px;

}

.picker-inline label,
.picker-inline .pickerSwatch {
    float: left;
}
.picker-inline label {
    margin-right: 10px;
}

.syndicateBuilder > .row.rowHeading {
    background: #eaeaea;
    font-weight: 600;
}
.heading-label {
    font-size: 1em;
    text-transform: uppercase;
    padding: 9px 0 2px 0;
}
.rowColors {
    padding: 10px 0px 3px 0px;
}
.previewModule {
    width: 100%;
    overflow: auto;
}
.codeHeader {
    margin-top: 20px;
}
.syndicateBuilder >.row.typoRow {
    padding: 7px 0 6px 0;
}

.codeRow .col-sm-12 {
    padding: 0;
}

.codeRow textarea {
    height: 300px;
}
.system-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(255, 255, 212);
    font-family: Arial, sans-serif;
    padding: 15px;
    color: #7b5d04;
    z-index: 9999;
}

.system-message a {
    color: #7b5d04;
    font-weight: 300;
    text-decoration: underline;
}

.oldURI {
    padding-top: 50px;
}

.event-form-container .materias-group .btn {
    margin: 0;
}
.event-form-container .syndicateBuilder .materias-group .form-control {
    padding: 0;
}

.event-form-container .syndicateBuilder .materias-group .form-control .btn {
    border: #bdbdbd solid 1px;
    text-transform: none;
    font-weight: 400;
    padding: 5px;
}
.bootstrap-select .dropdown-menu li[data-original-index="0"]{
    display: none;
}

.syndicateBuilder .widget-generator input[type="text"] {
    color: #333;
    width: 60px;
    padding: 0 5px;
    text-align: center;
}
.rowMateria {
    padding-bottom: 10px;
}