/* used in the "Highlight" setting for most field types */
.cf_colour_red {
    background-color: #990000;
    color: white;
}
.cf_colour_orange {
    background-color: orange;
}
.cf_colour_yellow {
    background-color: yellow;
}
.cf_colour_green {
    background-color: green;
    color: white;
}
.cf_colour_blue {
    background-color: #336699;
    color: white;
}
/* field comments */
.cf_field_comments {
    font-style: italic;
    color: #999999;
    clear: both;
}

/* column layouts for radios & checkboxes */
.cf_option_list_group_label {
    font-weight: bold;
    clear: both;
    margin-left: 4px;
}
.cf_option_list_2cols,
.cf_option_list_3cols,
.cf_option_list_4cols {
    clear: both;
}
.cf_option_list_2cols .column {
    width: 50%;
    float: left;
}
.cf_option_list_3cols .column {
    width: 33%;
    float: left;
}
.cf_option_list_4cols .column {
    width: 25%;
    float: left;
}

/* Used for the date and time pickers */
.cf_date_group img {
    margin-bottom: -4px;
    padding: 1px;
}input.cf_size_tiny {
    width: 30px;
}
input.cf_size_small {
    width: 80px;
}
input.cf_size_medium {
    width: 150px;
}
input.cf_size_large {
    width: 250px;
}
input.cf_size_full_width {
    width: 99%;
}
.cf_counter span {
  font-weight: bold;
}
textarea {
  width: 99%;
}
textarea.cf_size_tiny {
  height: 30px;
}
textarea.cf_size_small {
  height: 80px;
}
textarea.cf_size_medium {
  height: 150px;
}
textarea.cf_size_large {
  height: 300px;
}
input.cf_password {
  width: 120px;
}


/* All CSS styles for this field type are found in Shared Resources */
/* all CSS is found in Shared Resources */
.cf_datepicker {
  width: 160px;
}
.cf_datetimepicker {
  width: 160px;
}
.ui-datepicker-trigger {
  cursor: pointer;
}
.cf_timepicker {
  width: 60px;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
}
.ui-timepicker-div dl dd {
  margin: -25px 0 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}

.cf_view_markup_field {
    margin: 0px;
}
.cf_code_view .CodeMirror {
    background-color: transparent;
    height: auto;
}
.cf_code_view .CodeMirror-scroll {
    max-height: 300px;
}
.cf_code_view .CodeMirror-cursor { 
    display: none !important;
}
.cf_file_list {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ft_file_multiple.cf_file_list {
	margin-bottom: 4px;
}
.cf_file_list_view {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.cf_file_list_view.cf_file_list_horizontal li {
	display: inline-block;
}
.cf_file.cf_file_has_items .cf_file_list {
	display: block;
}
.cf_file_top_row {
	border-bottom: 1px solid #dddddd;
	display: none;
}
.cf_file.cf_file_has_items.cf_file_multiple .cf_file_top_row,
.cf_file.cf_file_has_multiple_items .cf_file_top_row {
	display: block;
}
.cf_file_col {
	font-style: italic;
	color: #999999;
}
.cf_file_row_cb {
	display: none;
}
.cf_file.cf_file_has_items.cf_file_multiple .cf_file_row_cb,
.cf_file.cf_file_has_multiple_items .cf_file_row_cb {
	display: inline-block;
}
.cf_file_num_files {
	color: #444444;
}
body .mce-ico {
    font-size: 13px;
}
body .mce-btn button {
    padding: 3px 5px 3px 7px;
}
