| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886 |
- /** 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;
- }
- .alpaca-container-label
- {
- margin-top: 20px;
- }
-
- legend.alpaca-container-label
- {
- margin-top: 0px;
- }
-
- .alpaca-array-toolbar
- {
- margin-bottom: 10px;
- }
-
- .alpaca-array-actionbar
- {
- /*height: 40px;*/
- }
-
- .alpaca-array-actionbar.alpaca-array-actionbar-top
- {
- padding-bottom: 10px;
- }
-
- .alpaca-array-actionbar.alpaca-array-actionbar-bottom
- {
- padding-top: 10px;
- }
-
- .alpaca-array-actionbar, .alpaca-array-actionbar.btn-group
- {
- width: 100%;
- }
-
- .alpaca-array-actionbar
- {
- overflow: hidden;
- }
-
- .alpaca-field-object
- {
- border: 1px #eee solid;
- border-radius: 4px;
- padding: 10px;
- }
-
- .alpaca-display h3
- {
- margin-top: 0px;
- }
-
- /*
- .alpaca-field-object > .alpaca-container.alpaca-container-has-items
- {
- border: 1px #eee solid;
- border-radius: 4px;
- padding: 10px;
- }
- */
-
- .alpaca-field-array
- {
- border: 1px #eee solid;
- border-radius: 4px;
- padding: 10px;
- }
-
- /*
- .alpaca-field-array > .alpaca-container.alpaca-container-has-items
- {
- border: 1px #eee solid;
- border-radius: 4px;
- padding: 10px;
- }
- */
-
- .alpaca-control-buttons-container
- {
- margin-top: 10px;
- }
-
- .alpaca-container-item > .alpaca-container > .alpaca-field-object
- {
- border: 0px;
- }
-
- .alpaca-form-buttons-container
- {
- margin-top: 10px;
- text-align: right;
- }
-
- .alpaca-container > .form-group
- {
- margin-left: 0px;
- margin-right: 0px;
- }
-
- .alpaca-field-hidden
- {
- display:none;
- }
-
- .alpaca-field-object.alpaca-top
- {
- border: 0px;
- }
-
- .alpaca-field-array.alpaca-top
- {
- border: 0px;
- }
-
- .alpaca-container-item:not(:first-child)
- {
- margin-top: 10px;
- }
-
- .alpaca-container .alpaca-container-item:last-child
- {
- margin-bottom: 0px;
- }
-
- .alpaca-field-object.alpaca-top .alpaca-container
- {
- border: 0px;
- }
-
- .alpaca-field-select .btn-group
- {
- display:block;
- }
-
- .alpaca-field-select .btn-group button.multiselect
- {
- float: none;
- }
-
- /*
- .bootstrap-timepicker-widget table td input
- {
- width: 50px !important;
- }
- */
-
-
-
-
- /** FIElDS **/
- .alpaca-field.alpaca-field-upload .fileupload-active-zone
- {
- margin-top: 50px;
- margin-bottom: 50px;
- }
- .alpaca-field.alpaca-field-upload .template-download TD.error
- {
- color: red;
- word-break: break-all;
- }
- .alpaca-field.alpaca-field-upload .template-download TD.error .label
- {
- color: red;
- font-size: 16px;
- text-align: left;
- }
-
- .alpaca-field.alpaca-field-upload .template-upload TD.error
- {
- color: red;
- word-break: break-all;
- }
- .alpaca-field.alpaca-field-upload .template-upload TD.error .label
- {
- color: red;
- font-size: 16px;
- text-align: left;
- }
-
- .alpaca-field.alpaca-field-address .alpaca-field-address-mapcanvas
- {
- height: 250px;
- }
-
- .alpaca-field.alpaca-field-image .alpaca-image-display
- {
- margin-top: 20px;
- }
-
- .alpaca-field-text-max-length-indicator
- {
- color: #aaa;
- }
-
- .alpaca-field-text-max-length-indicator.err
- {
- color: #aa0000;
- }
-
-
-
- /** WIZARD **/
-
- .alpaca-wizard .alpaca-wizard-nav li .chevron
- {
- position: absolute;
- top: 0;
- right: -14px;
- display: block;
- border: 27px solid transparent;
- border-right: 0;
- border-left: 14px solid #d4d4d4;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li .chevron:before
- {
- position: absolute;
- top: -27px;
- right: 1px;
- display: block;
- border: 27px solid transparent;
- border-right: 0;
- border-left: 14px solid #fcfcfc;
- content: "";
- }
-
- .alpaca-wizard .alpaca-wizard-nav li div.holder
- {
- padding-left: 30px;
- padding-right: 20px;
- text-align: center;
- padding-top: 6px;
- padding-bottom: 6px;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li:first-child div.holder
- {
- padding-left: 10px;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li div.holder div.title
- {
- font-size: 18px;
- font-weight: 600;
- color: #333;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li div.holder div.description
- {
- color: #aaa;
- font-size: 12px;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li.completed div.holder div.title
- {
- color: #333;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li.completed div.holder div.description
- {
- color: #333;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li.visited:hover
- {
- cursor: pointer;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li.visited div.holder div.title
- {
- }
-
- .alpaca-wizard .alpaca-wizard-nav li.visited div.holder div.description
- {
- }
-
- .alpaca-wizard .alpaca-wizard-nav li.active:hover
- {
- cursor: default;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li.active div.holder div.title
- {
- color: #206199;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li.active div.holder div.description
- {
- color: #206199;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li.disabled div.holder div.title
- {
- color: #ccc;
- }
-
- .alpaca-wizard .alpaca-wizard-nav li.disabled div.holder div.description
- {
- color: #ccc;
- }
-
- .alpaca-wizard .alpaca-wizard-nav .alpaca-wizard-back
- {
- background-color: #fcfcfc;
- }
-
- .alpaca-wizard .alpaca-wizard-buttons
- {
- margin-top: 20px;
- }
-
- .alpaca-wizard .alpaca-wizard-progress-bar
- {
- margin-top: 20px;
- }
|