div.ccm-add-block, div.ccm-add-block-global, .ccm-menu-hotspot-active, .ccm-block, div#ccm-profile-body div.message {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #5c5c5c;
    border: 1px dotted #a0a0a0;
    background: #e8e8e8;
}

div#ccm-profile-body div.message {
    margin-top: 10px;
}

div.ccm-block-alias {
    border: 1px dotted #4fa54f !important;
}

div.ccm-menu-hotspot-active {
    border: 1px dotted #919191 !important;
}

div.ccm-block-arrange, div.ccm-block {
    border: 1px dotted #ff0000;
    background: #e8e8e8;
}

.ccm-ui .popover .inner {
    padding: 0;
    border: 3px solid rgba(0, 0, 0, 0.8);
}

div#ccm-highlighter {
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.defaultSkin table.mceLayout tr.mceFirst td:first-child { width: auto }

.ccm-error {
    list-style: none !important;
    margin: 10px 0 0 0 !important;
    color: #ff0000 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.control-group {
    margin: 3px 0;
    float: left;
    clear: both;
    width: 100%;
}
.control-group:first-child { margin: 0 }
.controls {
    margin: 3px 0;
}
.actions { margin-top: 8px }

.miniSurveyView #msg {
    background: #c6a5c0;
    border: none;
    padding: 10px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.miniSurveyView #msg .error {
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: 700;
}

.miniSurveyView #msg .error:before {
    content: "> ";
}

div.ccm-multilingual-switch-language-flags-label {
    margin: 1px 4px 0 0;
}

div.ccm-multilingual-switch-language-flags a {
    padding: 0 2px;
}

.ui-datepicker td:first-child {
    width: auto !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}

.ccm-file-list-cb:first-child { width: auto !important }

.ccm-ui p { margin: 0 0 8px 0 }

#ccm-properties-custom-tab label {
    width: auto;
    text-align: left;
    margin-right: 8px;
}

#ccm-properties-custom-tab input.ccm-input-text {
    width: auto !important;
}

.ccm-ui a {
    text-align: left;
}

div#ccm-edit-overlay-footer ul li {
    margin: 8px;
    width: auto;
}

.ccm-ui .breadcrumb {
    text-align: left;
}

.form-horizontal .span5, .form-horizontal .span4 {
    float: left;
    width: 50%;
}

.form-horizontal .span10 {
    clear: both;
}

.form-horizontal .controls { margin: 0 }

.form-horizontal label {
    width: 125px;
}

.form-horizontal .ccm-input-text {
    width: 56% !important;
}

.form-horizontal .checkbox {
    width: auto;
}

.form-horizontal .ccm-input-submit {
    margin-top: 10px;
}

.form-horizontal legend {
    /*font-family: "Roboto Condensed", sans-serif;*/
	font-family: work-sans-light;
    font-size: 18px;
    /*color: #723067;*/
	color: rgba(0, 0, 0, 0.8);
    margin-bottom: 5px;
    border-left: 5px solid #59595b;
    padding: 5px 0 5px 5px;
}
div#ccm-profile-body {
    width: 100%;
}
div#ccm-profile-body .control-label {
    width: 25%;
    clear: both;
}
div#ccm-profile-body .ccm-input-text, div#ccm-profile-body .ccm-input-password {
    width: 40%;
}
div#ccm-profile-body fieldset div {
    margin-top: 8px;
    float: left;
    width: 100%;
}
div#ccm-profile-body .ccm-required {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #ce0e0e;
    margin-left: 5px;
}










