File: D:/HostingSpaces/HKemperman1/osthoes.nl/wwwroot/DesktopModules/OpenContent/js/alpaca/web/alpaca.css
/** Added to outer field elements to hide them **/
.alpaca-hidden
{
display: none;
}
/** Added to every field outer element **/
.alpaca-field
{
}
/** Added to every container outer field element **/
.alpaca-container
{
}
/** Added to the optional label (or legend) accompanying any container **/
.alpaca-container-label
{
}
/** Added to every container item field within a container **/
.alpaca-container-item
{
}
/** Added to the first container item field within a container **/
.alpaca-container-item-first
{
}
/** Added to the last container item field within a container **/
.alpaca-container-item-last
{
}
/** Added to a container to indicate it is empty **/
.alpaca-container-empty
{
}
/** Added to the dom element holding the toolbar for an array **/
.alpaca-array-toolbar
{
}
/** Added to a button in the array toolbar that triggers an action **/
.alpaca-array-toolbar-action
{
}
/** Added to the dom element holding the actionbar for each array item **/
.alpaca-array-actionbar
{
}
/** Added to a button in an array item actionbar that triggers an action **/
.alpaca-array-actionbar-action
{
}
/** Added to every control outer field element **/
.alpaca-control
{
}
/** Added to the optional label accompanying any control **/
.alpaca-control-label
{
}
/** ******************************************************** **/
/** STATE LABELS **/
/** ******************************************************** **/
/** Added to top-most control when rendering in display mode **/
.alpaca-display
{
}
/** Added to top-most control when rendering in create mode **/
.alpaca-create
{
}
/** Added to top-most control when rendering in edit mode **/
.alpaca-edit
{
}
/** Added to any field that is optional **/
.alpaca-required
{
}
/** Added to any field that is required **/
.alpaca-optional
{
}
/** Added to any field that is readonly **/
.alpaca-readonly
{
}
/** Added to any field that is disabled **/
.alpaca-disabled
{
}
/** Added to the container that holds Alpaca field helper text **/
.alpaca-helper
{
}
/** Added to form containers that are rendering in horizontal mode **/
.alpaca-horizontal
{
}
/** Added to form containers that are rendering in vertical mode **/
.alpaca-vertical
{
}
/** Added to the top most container element **/
.alpaca-top
{
}
/** Added to fields that are valid **/
.alpaca-valid
{
}
/** Added to fields that have run through validation and are invalid **/
.alpaca-invalid
{
}
/** Added to fields that have run through validation and are invalid but are currently hiding invalidation errors **/
.alpaca-invalid-hidden
{
}
/* Added to additional DOM elements to mark validation messages */
.alpaca-message
{
}
/** Added to messages that are for invalidation states that are current hidden (hideInitValidationError) **/
.alpaca-message-hidden
{
}
/** Added to buttons that are marked disabled */
.alpaca-button-disabled
{
}
/** ******************************************************** **/
/** ICONS **/
/** ******************************************************** **/
.alpaca-icon-helper
{
}
.alpaca-icon-required
{
}
/** ******************************************************** **/
/** OTHER **/
/** ******************************************************** **/
.alpaca-autocomplete
{
}
/** Added to indicate hover state **/
.alpaca-hover
{
}
/** General purpose HTML clear **/
.alpaca-clear
{
clear: both;
}
.alpaca-float-right
{
float: right;
}
/** ************************************** **/
/** TWITTER TYPEAHEAD **/
/** ************************************** **/
.twitter-typeahead .tt-dropdown-menu
{
background-color: white;
border: 1px #ccc solid;
padding: 10px;
color: #999;
width: 100%;
padding-bottom: 0px;
}
.twitter-typeahead .tt-dropdown-menu P
{
font-size: 1em;
}
.tt-suggestion.tt-is-under-cursor
{
background-color: #ccc;
color: #333;
}
.tt-dropdown-menu
{
background-color: white;
border: 1px solid rgb(204, 204, 204);
width: 100%;
}
/** ************************************** **/
/** EDITOR FIELD **/
/** ************************************** **/
.alpaca-controlfield-editor
{
position: relative;
width: 100%;
height: 300px;
border: 1px #ccc solid;
}
.alpaca-controlfield-editor .control-field-editor-el
{
position:absolute;
top:0;
bottom:0;
left: 0;
right:0
}
/** ************************************** **/
/** DATEPICKER (jQueryUI) **/
/** ************************************** **/
#ui-datepicker-div
{
display: none;
background-color:white;
z-index: 9999999 !important;
width: 22em !important;
}
/* Fix for Chrome issue with Button text */
.ui-button .ui-button-text {
white-space: nowrap;
}
.ui-datepicker
{
z-index: 100;
}
/** ************************************** **/
/** FILE UPLOAD (jQueryUI) **/
/** ************************************** **/
.alpaca-fileupload-container
{
border: 1px #ccc solid;
padding: 10px;
border-radius: 5px;
}
.alpaca-fileupload-container .row
{
margin-bottom: 10px;
}
.alpaca-fileupload-well
{
/*border: 1px #ccc solid;*/
padding: 10px;
border-radius: 5px;
min-height: 100px;
}
.alpaca-fileupload-container table
{
border: 1px #ccc solid;
padding: 10px;
border-radius: 5px;
}
.alpaca-fileupload-well p
{
padding-top: 20px;
color: #888;
}
.alpaca-fileupload-well table tbody.files tr td.name
{
word-wrap: break-word;
}
/** ************************************** **/
/** ACE EDITOR **/
/** ************************************** **/
.ace_editor
{
border: 1px solid rgb(204, 204, 204);
}
/** ************************************** **/
/** CK EDITOR **/
/** ************************************** **/
.alpaca-field-ckeditor.alpaca-invalid > .cke
{
border-color: #f04124;
}
/** ************************************** **/
/** OPTIONTREE **/
/** ************************************** **/
.alpaca-field-optiontree {
}
.alpaca-field-optiontree .optiontree {
}
.alpaca-field-optiontree .optiontree .optiontree-selector {
}
.alpaca-field-optiontree.optiontree-horizontal {
}
.alpaca-field-optiontree.optiontree-horizontal .optiontree {
display: inline-block;
}
.alpaca-field-optiontree.optiontree-horizontal .optiontree .optiontree-selector {
display: inline-block;
padding-left: 4px;
}
.alpaca-field-optiontree.optiontree-horizontal input {
display: inline-block;
width: auto;
}
.alpaca-field-optiontree.optiontree-horizontal label {
display: block;
}
/** ************************************** **/
/** TABLE **/
/** ************************************** **/
.alpaca-field-table .alpaca-field-tablerow label.control-label,
table.dt-rowReorder-float .alpaca-field-tablerow label.control-label
{
display: none;
}
.alpaca-field-table .actionbar, .table .actionbar,
table.dt-rowReorder-float .actionbar, .table .actionbar
{
white-space: nowrap;
text-align: center;
}
.alpaca-field-table table tr td .alpaca-field,
table.dt-rowReorder-float tr td .alpaca-field
{
width: 100%;
}
.alpaca-field-table table tr td .alpaca-field .form-control,
table.dt-rowReorder-float tr td .alpaca-field .form-control
{
width: 100%;
}
.alpaca-field-table .form-group,
table.dt-rowReorder-float .form-group
{
margin-bottom: 0px;
}
.alpaca-field-table .form-group.alpaca-field-checkbox,
table.dt-rowReorder-float .form-group.alpaca-field-checkbox
{
text-align: center;
}
.alpaca-field-table .alpaca-control.checkbox,
table.dt-rowReorder-float .alpaca-control.checkbox
{
padding-top: 6px;
}
.alpaca-field-table table tr td.actionbar .alpaca-array-actionbar,
table.dt-rowReorder-float tr td.actionbar .alpaca-array-actionbar
{
padding-bottom: 0px;
display: inline-block;
}
.alpaca-field-table .actionbar .alpaca-array-actionbar.btn-group,
table.dt-rowReorder-float .actionbar .alpaca-array-actionbar.btn-group
{
width: auto;
}
.alpaca-field-table .alpaca-table-column-hidden,
table.dt-rowReorder-float .alpaca-table-column-hidden
{
display: none;
}
.alpaca-field-table .alpaca-table-reorder-index-header,
table.dt-rowReorder-float .alpaca-table-reorder-index-header
{
display: none;
}
.alpaca-field-table .alpaca-table-reorder-index-cell,
table.dt-rowReorder-float .alpaca-table-reorder-index-cell
{
display: none;
}
.alpaca-field-table .alpaca-table-reorder-draggable-header,
table.dt-rowReorder-float .alpaca-table-reorder-draggable-header
{
}
.alpaca-field-table .alpaca-table-reorder-draggable-cell,
table.dt-rowReorder-float .alpaca-table-reorder-draggable-cell
{
color: #bbb;
font-size: 20px;
text-align: center;
vertical-align: middle;
padding-top: 11px;
cursor: pointer;
}
.alpaca-field-radio.disabled .alpaca-control.radio
{
color: grey;
}
.alpaca-field-radio.disabled .alpaca-control.radio label
{
cursor: inherit;
}
.alpaca-control.radio
{
min-height: inherit;
height: inherit;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
margin-left: 10px;
}
.alpaca-control.radio label
{
line-height: 20px;
}
/** multiselect **/
.has-error .multiselect
{
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.btn.multiselect
{
white-space: normal;
}