.field-types {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.field-types li {
    min-width: 115px;
    float: left;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

.field-types li a {
    color: #000;
    display: inline-block;
}

.content-field .header .icon,
.field-types li a .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 4px;
    background-color: #161c22;
    text-align: center;
}

.field-types li a:hover .icon {
    background-color: #2a6496;
}

.field-types li a .icon img,
.content-field .header .icon img {
    max-width: 82%;
}

.content-field .handle {
    margin-top: 2px;
    width: 22px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.content-field-placeholder {
    height: 200px;
}

.content-field label:hover {
    cursor: pointer;
}

.content-field .handle:hover {
    cursor: move;
}

.content-field .handle span {
    width: 100%;
    display: block;
    background: #000;
    height: 4px;
}

.content-field .handle span + span {
    margin-top: 2px;
}

.content-field .header > span {
    margin: 0 auto;
    display: table;
    text-decoration: underline;
    font-size: 15px;
}

.content-field a.delete {
    position: absolute;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    top: 12px;
    right: 10px;
}

.content-field a.delete,
.content-field .handle {
    opacity: 0.5;
}

.content-field a.delete:hover,
.content-field .handle:hover {
    opacity: 1;
}

.form-group .control-label small {
    display: block;
    color: #878787;
}

.content-field {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
}

.content-field + .content-field {
    margin-top: 10px;
}

.content-field:nth-child(odd) {
    background: #ececec;
}

.content-field .header {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.content-field .options {
    padding: 5px;
}

.ccm-ui .block-designer-container .form-group {
    margin-bottom: 0px !important;
}

.ccm-ui .block-designer-container .form-group + .form-group {
    margin-top: 7px;
}

.block-designer-container button.make-block {
    text-transform: uppercase;
}

.content-fields + .field-types {
    margin-top: 15px;
}

.block-designer-container form .row + .row {
    margin-top: 20px;
}

.block-designer-container .copyright {
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}

.block-designer-container .copyright a {
    text-decoration: underline;
}

.block-designer-container textarea.form-control {
    max-width: 100%;
}

/* GLYPHICONS [START] */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

/* GLYPHICONS [END] */

/* --------------- */

/* RESPONSIVE TABS [START] */

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs {
    position: relative;
    border: 1px solid red;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-radius: 4px;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    text-shadow: none;
    background-color: white;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.r-tabs .r-tabs-panel {
    background-color: white;
    border-bottom: 4px solid white;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    text-shadow: none;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

.r-tabs {
    border-color: #357ebd;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor,
.r-tabs .r-tabs-nav .r-tabs-tab,
.r-tabs {
    background-color: #428bca;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor,
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #428bca;
}

/* RESPONSIVE TABS [END] */