
/* yafowil.plone: css */

@font-face {
  font-family: 'yafowil-fontello';
  src: url('++resource++yafowil.plone/yafowil-fontello.eot?21257564');
  src: url('++resource++yafowil.plone/yafowil-fontello.eot?21257564#iefix') format('embedded-opentype'),
       url('++resource++yafowil.plone/yafowil-fontello.woff2?21257564') format('woff2'),
       url('++resource++yafowil.plone/yafowil-fontello.woff?21257564') format('woff'),
       url('++resource++yafowil.plone/yafowil-fontello.ttf?21257564') format('truetype'),
       url('++resource++yafowil.plone/yafowil-fontello.svg?21257564#yafowil-fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'yafowil-fontello';
    src: url('++resource++yafowil.plone/yafowil-fontello.svg?21257564#yafowil-fontello') format('svg');
  }
}
*/

.icon-plus-circle:before { content: '\e800'; } /* '' */
.icon-minus-circle:before { content: '\e801'; } /* '' */
.icon-down-circle:before { content: '\e802'; } /* '' */
.icon-up-circle:before { content: '\e803'; } /* '' */

/* yafowil.widget.dict - bootstrap theme styles */
.dictwidget .icon-plus-sign,
.dictwidget .icon-minus-sign,
.dictwidget .icon-circle-arrow-up,
.dictwidget .icon-circle-arrow-down {
    display:inline-block;
    font-family:'yafowil-fontello';
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    text-decoration:none;
    text-align:center;
    line-height:1em;
    position:relative;
    top:1px;
    width:1em;
    margin-right:2px;
    margin-left:2px;
    speak:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.dictwidget .icon-plus-sign:before {
    font-family:'yafowil-fontello';
    content:"\e800";
}
.dictwidget .icon-minus-sign:before {
    font-family:'yafowil-fontello';
    content:"\e801";
}
.dictwidget .icon-circle-arrow-up:before {
    font-family:'yafowil-fontello';
    content:"\e803";
}
.dictwidget .icon-circle-arrow-down:before {
    font-family:'yafowil-fontello';
    content:"\e802";
}
.dictwidget {
    margin-bottom:0;
    border:none;
    background:transparent;
}
.dictwidget tr,
.dictwidget td {
    border:none;
}
.dictwidget th {
    border:none;
    border-bottom:#ddd 2px solid;
    vertical-align:middle;
}
.dictwidget th.actions,
.dictwidget td.actions {
    width:6.5em;
}
.dictwidget  td {
	padding-top:0.5em;
}
.dict_actions {
    display:inline-block;
    margin-top:0.3em;
    padding-right:0.45em;
    width:6.5em;
}
.dict_actions a {
    float:right;
}
.dict_actions a.array_row_up_disabled,
.dict_actions a.array_row_down_disabled {
    opacity:0.4;
    filter:alpha(opacity=40);
}
/* yafowil.widget.array - bootstrap theme styles */
.array .icon-plus-sign,
.array .icon-minus-sign,
.array .icon-circle-arrow-up,
.array .icon-circle-arrow-down {
    display:inline-block;
    font-family:'yafowil-fontello';
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    text-decoration:none;
    text-align:center;
    line-height:1em;
    position:relative;
    top:1px;
    width:1em;
    margin-right:2px;
    margin-left:2px;
    speak:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.array .icon-plus-sign:before {
	font-family:'yafowil-fontello';
    content:"\e800";
}
.array .icon-minus-sign:before {
	font-family:'yafowil-fontello';
    content:"\e801";
}
.array .icon-circle-arrow-up:before {
	font-family:'yafowil-fontello';
    content:"\e803";
}
.array .icon-circle-arrow-down:before {
	font-family:'yafowil-fontello';
    content:"\e802";
}
.array table {
    margin-bottom:0;
    border:none;
    background:transparent;
}
.array table tr,
.array table td {
    border:none;
}
.array table th {
    border:none;
    border-bottom:#ddd 2px solid;
}
.array table table {
    border-right:#ddd 1px solid;
    margin-top:10px;
}
.array table table th {
    padding-left:0;
}
.array td.widget {
    padding:0;
}
.array td.widget .form-group {
    margin:0;
}
.array th {
    vertical-align:middle;
}
.array th.head_actions,
.array td.actions {
    width:6.5em;
}
.array_actions {
    display:inline-block;
    margin-top:0.6em;
    padding-right:0.45em;
    width:6.5em;
}
.array_actions a {
    float:right;
}
.array_actions a.array_row_up_disabled,
.array_actions a.array_row_down_disabled {
    opacity:0.4;
    filter:alpha(opacity=40);
}
.arraytemplate {
    display:none;
}
.array .field {
    padding-top:0.5em;
    margin-bottom:0;
}
