News & Updates

Grid positions/Structure

You can see more details on http://twitter.github.com/bootstrap/scaffolding.html#gridSystem

Live grid example

The default Bootstrap grid system utilizes 12 columns, making for a 940px wide container without responsive features enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.

1
1
1
1
1
1
1
1
1
1
1
1
2
3
4
3
5
6
1
12

Basic grid HTML

For a simple two column layout, create a .row and add the appropriate number of .span* columns. As this is a 12-column grid, each .span* spans a number of those 12 columns, and should always add up to 12 for each row (or the number of columns in the parent).

<div class="row">
  <div class="span4">...</div>
  <div class="span8">...</div>
</div>

Given this example, we have .span4 and .span8, making for 12 total columns and a complete row.

SHORCODE DEMOS

The shortcode is quite simple Attach the cols number near grid. Keep in mind you must use the row shortcode.

[grid 1/2/3/4/5/6/7/8/9/10/11/12]...[/grid]
[row]
  [grid 2]
    ...
  [/grid]
  [grid 10]
    ...
  [/grid]
[row]

You can also use the grid shortcodes like this:

[grid3 first/last]...[/grid3]
[grid2 first]
    ...
[/grid2]
[grid10 last]
    ...
[/grid10]

Other examples:

[onethird first/last]...[/onethird]

 

[twothirds first/last]...[/twothirds]

 

[half first/last]...[/half]

Offsetting columns

Move columns to the right using .offset* classes. Each class increases the left margin of a column by a whole column. For example, .offset4 moves .span4 over four columns.

4
3 offset 2
2 offset 1
3 offset 1
3 offset 2
1 offset 2
6 offset 3
2 offset 1
<div class="row">
  <div class="span4">...</div>
  <div class="span3 offset2">...</div>
</div>

Nesting columns

To nest your content with the default grid, add a new .row and set of .span* columns within an existing .span* column. Nested rows should include a set of columns that add up to the number of columns of its parent.

Level 1 column
Level 2
Level 2
<div class="row">
  <div class="span9">
    Level 1 column
    <div class="row">
      <div class="span6">Level 2</div>
      <div class="span3">Level 2</div>
    </div>
  </div>
</div>

Live fluid grid example

The fluid grid system uses percents instead of pixels for column widths. It has the same responsive capabilities as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.

1
1
1
1
1
1
1
1
1
1
1
1
4
4
4
4
8
6
6
12

Basic fluid grid HTML

Make any row "fluid" by changing .row to .row-fluid. The column classes stay the exact same, making it easy to flip between fixed and fluid grids.

<div class="row-fluid">
  <div class="span4">...</div>
  <div class="span8">...</div>
</div>

Fluid offsetting

Operates the same way as the fixed grid system offsetting: add .offset* to any column to offset by that many columns.

4
4 offset 4
3 offset 3
3 offset 3
6 offset 6
<div class="row-fluid">
  <div class="span4">...</div>
  <div class="span4 offset2">...</div>
</div>

Fluid nesting

Nesting with fluid grids is a bit different: the number of nested columns should not match the parent's number of columns. Instead, each level of nested columns are reset because each row takes up 100% of the parent column.

Fluid 12
Fluid 6
Fluid 6
<div class="row-fluid">
  <div class="span12">
    Fluid 12
    <div class="row-fluid">
      <div class="span6">Fluid 6</div>
      <div class="span6">Fluid 6</div>
    </div>
  </div>
</div>

Accordions Designs

Get base styles and flexible support for collapsible components like accordions and navigation.

The example above has the class="acc-group default-style", where default-style has the styling.

 

Vivamus ut molestie nulla. Aenean vel tortor velit. Morbi quis varius tortor. Quisque sit amet leo purus, eget accumsan lorem. Curabitur fringilla ipsum id quam lacinia venenatis.
Vivamus ut molestie nulla. Aenean vel tortor velit. Morbi quis varius tortor. Quisque sit amet leo purus, eget accumsan lorem. Curabitur fringilla ipsum id quam lacinia venenatis.
Vivamus ut molestie nulla. Aenean vel tortor velit. Morbi quis varius tortor. Quisque sit amet leo purus, eget accumsan lorem. Curabitur fringilla ipsum id quam lacinia venenatis.

SHORTCODE PARAMS

[acc title="" style="" start_opened="" tweaked=""] ... [/acc]

 

style = default-style / style2 / style3

tweaks = yes / no

start_opened = yes / no

SHORTCODE DEMO

[acc title=" the title here " style="default-style" ] 
  ... content here
[/acc]

Other Styles - style2

Vivamus ut molestie nulla. Aenean vel tortor velit. Morbi quis varius tortor. Quisque sit amet leo purus, eget accumsan lorem. Curabitur fringilla ipsum id quam lacinia venenatis.
Vivamus ut molestie nulla. Aenean vel tortor velit. Morbi quis varius tortor. Quisque sit amet leo purus, eget accumsan lorem. Curabitur fringilla ipsum id quam lacinia venenatis.
Vivamus ut molestie nulla. Aenean vel tortor velit. Morbi quis varius tortor. Quisque sit amet leo purus, eget accumsan lorem. Curabitur fringilla ipsum id quam lacinia venenatis.

Other Styles - style3

Vivamus ut molestie nulla. Aenean vel tortor velit. Morbi quis varius tortor. Quisque sit amet leo purus, eget accumsan lorem. Curabitur fringilla ipsum id quam lacinia venenatis.
Vivamus ut molestie nulla. Aenean vel tortor velit. Morbi quis varius tortor. Quisque sit amet leo purus, eget accumsan lorem. Curabitur fringilla ipsum id quam lacinia venenatis.
Vivamus ut molestie nulla. Aenean vel tortor velit. Morbi quis varius tortor. Quisque sit amet leo purus, eget accumsan lorem. Curabitur fringilla ipsum id quam lacinia venenatis.

Tabs Designs

Add quick, dynamic tab functionality to transiton through panes of local content.

The example above has the class="tabbable tabs_style1", where tabbable triggers the tables and tabs_style1 has the styling.

 

Pane 1 Content

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse euismod congue bibendum. Aliquam erat volutpat. Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a.

Pane 2 Content

Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.

Pane 3 Content

Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.

SHORTCODE PARAMS

[tabs class="" style="" first_tab="" icons_theme=""][/tabs]

 

style = vertical_tabs / tabs_style1 / tabs_style2 / tabs_style3 / tabs_style4

icons_theme = white / black

SHORTCODE DEMO

[tabs]
  [tab title="Some Tab #1"]
    ... content for tab #1 
  [/tab]
  [tab title="Some Tab #2"]
    ... content for tab #2 
  [/tab]
  [tab title="Some Tab #3"]
    ... content for tab #3 
  [/tab]
[/tabs]

Other styles - tabs_style2

Pane 1 Content

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse euismod congue bibendum. Aliquam erat volutpat. Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a.

Pane 2 Content

Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.

Pane 3 Content

Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.

Other styles - tabs_style3

Pane 1 Content

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse euismod congue bibendum. Aliquam erat volutpat. Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a.

Pane 2 Content

Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.

Pane 3 Content

Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.

Other styles - tabs_style4

Pane 1 Content

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse euismod congue bibendum. Aliquam erat volutpat. Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a.

Pane 2 Content

Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.

Pane 3 Content

Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.

Other styles - vertical_tabs

Pane 1 Content

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse euismod congue bibendum. Aliquam erat volutpat. Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a.

Pane 2 Content

Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.

Pane 3 Content

Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.

Forms Designs

Welcome to Kallyas Joomla Template, a wonderful and premium product for multipurpose websites 

All these elements are just for demo purposes.

Default styles

Individual form controls receive styling, but without any required base class on the <form> or large changes in markup. Results in stacked, left-aligned labels on top of form controls.

Legend Example block-level help text here.
<form>
  <fieldset>
    <legend>Legend</legend>
    <label>Label name</label>
    <input type="text" placeholder="Type something…">
    <span class="help-block">Example block-level help text here.</span>
    <label class="checkbox">
      <input type="checkbox"> Check me out
    </label>
    <button type="submit" class="btn">Submit</button>
  </fieldset>
</form>

Optional layouts

Included with Bootstrap are three optional form layouts for common use cases.

Search form

Add .form-search to the form and .search-query to the <input> for an extra-rounded text input.

<form class="form-search">
  <input type="text" class="input-medium search-query">
  <button type="submit" class="btn">Search</button>
</form>

Inline form

Add .form-inline for left-aligned labels and inline-block controls for a compact layout.

<form class="form-inline">
  <input type="text" class="input-small" placeholder="Email">
  <input type="password" class="input-small" placeholder="Password">
  <label class="checkbox">
    <input type="checkbox"> Remember me
  </label>
  <button type="submit" class="btn">Sign in</button>
</form>

Horizontal form

Right align labels and float them to the left to make them appear on the same line as controls. Requires the most markup changes from a default form:

  • Add .form-horizontal to the form
  • Wrap labels and controls in .control-group
  • Add .control-label to the label
  • Wrap any associated controls in .controls for proper alignment
<form class="form-horizontal">
  <div class="control-group">
    <label class="control-label" for="inputEmail">Email</label>
    <div class="controls">
      <input type="text" id="inputEmail" placeholder="Email">
    </div>
  </div>
  <div class="control-group">
    <label class="control-label" for="inputPassword">Password</label>
    <div class="controls">
      <input type="password" id="inputPassword" placeholder="Password">
    </div>
  </div>
  <div class="control-group">
    <div class="controls">
      <label class="checkbox">
        <input type="checkbox"> Remember me
      </label>
      <button type="submit" class="btn">Sign in</button>
    </div>
  </div>
</form>

Supported form controls

Examples of standard form controls supported in an example form layout.

Inputs

Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.

Requires the use of a specified type at all times.

<input type="text" placeholder="Text input">

Textarea

Form control which supports multiple lines of text. Change rows attribute as necessary.

<textarea rows="3"></textarea>

Checkboxes and radios

Checkboxes are for selecting one or several options in a list while radios are for selecting one option from many.

Default (stacked)


<label class="checkbox">
  <input type="checkbox" value="">
  Option one is this and that—be sure to include why it's great
</label>
<label class="radio">
  <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
  Option one is this and that—be sure to include why it's great
</label>
<label class="radio">
  <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
  Option two can be something else and selecting it will deselect option one
</label>

Inline checkboxes

Add the .inline class to a series of checkboxes or radios for controls appear on the same line.

<label class="checkbox inline">
  <input type="checkbox" id="inlineCheckbox1" value="option1"> 1
</label>
<label class="checkbox inline">
  <input type="checkbox" id="inlineCheckbox2" value="option2"> 2
</label>
<label class="checkbox inline">
  <input type="checkbox" id="inlineCheckbox3" value="option3"> 3
</label>

Selects

Use the default option or specify a multiple="multiple" to show multiple options at once.

<select>
  <option>1</option>
  <option>2</option>
  <option>3</option>
  <option>4</option>
  <option>5</option>
</select>
<select multiple="multiple">
  <option>1</option>
  <option>2</option>
  <option>3</option>
  <option>4</option>
  <option>5</option>
</select>

Extending form controls

Adding on top of existing browser controls, Bootstrap includes other useful form components.

Prepended and appended inputs

Add text or buttons before or after any text-based input. Do note that select elements are not supported here.

Default options

Wrap an .add-on and an input with one of two classes to prepend or append text to an input.

@
.00
<div class="input-prepend">
  <span class="add-on">@</span>
  <input class="span2" id="prependedInput" type="text" placeholder="Username">
</div>
<div class="input-append">
  <input class="span2" id="appendedInput" type="text">
  <span class="add-on">.00</span>
</div>

Combined

Use both classes and two instances of .add-on to prepend and append an input.

$ .00
<div class="input-prepend input-append">
  <span class="add-on">$</span>
  <input class="span2" id="appendedPrependedInput" type="text">
  <span class="add-on">.00</span>
</div>

Buttons instead of text

Instead of a <span> with text, use a .btn to attach a button (or two) to an input.

<div class="input-append">
  <input class="span2" id="appendedInputButton" type="text">
  <button class="btn" type="button">Go!</button>
</div>
<div class="input-append">
  <input class="span2" id="appendedInputButtons" type="text">
  <button class="btn" type="button">Search</button>
  <button class="btn" type="button">Options</button>
</div>
<div class="input-prepend">
  <div class="btn-group">
    <button class="btn dropdown-toggle" data-toggle="dropdown">
      Action
      <span class="caret"></span>
    </button>
    <ul class="dropdown-menu">
      ...
    </ul>
  </div>
  <input class="span2" id="prependedDropdownButton" type="text">
</div>

Search form

<form class="form-search">
  <div class="input-append">
    <input type="text" class="span2 search-query">
    <button type="submit" class="btn">Search</button>
  </div>
  <div class="input-prepend">
    <button type="submit" class="btn">Search</button>
    <input type="text" class="span2 search-query">
  </div>
</form>

Control sizing

Use relative sizing classes like .input-large or match your inputs to the grid column sizes using .span* classes.

Block level inputs

Make any <input> or <textarea> element behave like a block level element.

<input class="input-block-level" type="text" placeholder=".input-block-level">

Relative sizing

<input class="input-mini" type="text" placeholder=".input-mini">
<input class="input-small" type="text" placeholder=".input-small">
<input class="input-medium" type="text" placeholder=".input-medium">
<input class="input-large" type="text" placeholder=".input-large">
<input class="input-xlarge" type="text" placeholder=".input-xlarge">
<input class="input-xxlarge" type="text" placeholder=".input-xxlarge">

Heads up! In future versions, we'll be altering the use of these relative input classes to match our button sizes. For example, .input-large will increase the padding and font-size of an input.

Grid sizing

Use .span1 to .span12 for inputs that match the same sizes of the grid columns.

<input class="span1" type="text" placeholder=".span1">
<input class="span2" type="text" placeholder=".span2">
<input class="span3" type="text" placeholder=".span3">
<select class="span1">
  ...
</select>
<select class="span2">
  ...
</select>
<select class="span3">
  ...
</select>

For multiple grid inputs per line, use the .controls-row modifier class for proper spacing. It floats the inputs to collapse white-space, sets the proper margins, and the clears the float.

<div class="controls">
  <input class="span5" type="text" placeholder=".span5">
</div>
<div class="controls controls-row">
  <input class="span4" type="text" placeholder=".span4">
  <input class="span1" type="text" placeholder=".span1">
</div>
...

Uneditable inputs

Present data in a form that's not editable without using actual form markup.

Some value here
<span class="input-xlarge uneditable-input">Some value here</span>

Form actions

End a form with a group of actions (buttons). When placed within a .form-horizontal, the buttons will automatically indent to line up with the form controls.

<div class="form-actions">
  <button type="submit" class="btn btn-primary">Save changes</button>
  <button type="button" class="btn">Cancel</button>
</div>

Help text

Inline and block level support for help text that appears around form controls.

Inline help

Inline help text
<input type="text"><span class="help-inline">Inline help text</span>

Block help

A longer block of help text that breaks onto a new line and may extend beyond one line.
<input type="text"><span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>

Form control states

Provide feedback to users or visitors with basic feedback states on form controls and labels.

Input focus

We remove the default outline styles on some form controls and apply a box-shadow in its place for :focus.

<input class="input-xlarge" id="focusedInput" type="text" value="This is focused...">

Disabled inputs

Add the disabled attribute on an input to prevent user input and trigger a slightly different look.

<input class="input-xlarge" id="disabledInput" type="text" placeholder="Disabled input here..." disabled>

Validation states

Bootstrap includes validation styles for error, warning, info, and success messages. To use, add the appropriate class to the surrounding .control-group.

Something may have gone wrong
Please correct the error
Username is taken
Woohoo!
<div class="control-group warning">
  <label class="control-label" for="inputWarning">Input with warning</label>
  <div class="controls">
    <input type="text" id="inputWarning">
    <span class="help-inline">Something may have gone wrong</span>
  </div>
</div>
<div class="control-group error">
  <label class="control-label" for="inputError">Input with error</label>
  <div class="controls">
    <input type="text" id="inputError">
    <span class="help-inline">Please correct the error</span>
  </div>
</div>
<div class="control-group success">
  <label class="control-label" for="inputSuccess">Input with success</label>
  <div class="controls">
    <input type="text" id="inputSuccess">
    <span class="help-inline">Woohoo!</span>
  </div>
</div>

Pricing Tables Designs

Welcome to Kallyas Joomla Template, a wonderful and premium product for multipurpose websites 

The tables are added by using the module shortcode embedding and changing it's color params.

Pricing table - Red Skin

STARTER

$6.99per month

  • 2 Users
  • 2 Workspaces
  • 5 Clients
  • 1GB Storage
  • Max file size 10mb

  • -
  • -

STANDARD

$9.99per month

  • 5 Users
  • 5 Workspaces
  • 10 Clients
  • 2.5GB Storage
  • Max file size 50mb

  • Tech Support
  • -

PROFESSIONAL

$13.99per month

  • 10 Users
  • 10 Workspaces
  • 15 Clients
  • 5GB Storage
  • Max file size 100mb

  • Tech Support
  • High Security

ULTRA

$99.99per month

  • Unlimited Users
  • Unlimited Workspaces
  • 40 Clients
  • 15GB Storage
  • Max file size 200mb

  • Tech Support
  • High Security
 

choose plan
  • Users count
  • Workspaces Count
  • # Clients
  • Storage
  • Max file size
  • -
  • Tech Support
  • High Security

STARTER

$6.99per month

  • 2 Users
  • 2 Workspaces
  • 5 Clients
  • 1GB Storage
  • Max file size 10mb

  • -
  • -

STANDARD

$9.99per month

  • 5 Users
  • 5 Workspaces
  • 10 Clients
  • 2.5GB Storage
  • Max file size 50mb

  • Tech Support
  • -

PROFESSIONAL

$13.99per month

  • 10 Users
  • 10 Workspaces
  • 15 Clients
  • 5GB Storage
  • Max file size 100mb

  • Tech Support
  • High Security

ULTRA

$99.99per month

  • Unlimited Users
  • Unlimited Workspaces
  • 40 Clients
  • 15GB Storage
  • Max file size 200mb

  • Tech Support
  • High Security

Pricing table - Blue Skin with Rounded corners

STARTER

$6.99per month

  • 2 Users
  • 2 Workspaces
  • 5 Clients
  • 1GB Storage
  • Max file size 10mb

  • -
  • -

STANDARD

$9.99per month

  • 5 Users
  • 5 Workspaces
  • 10 Clients
  • 2.5GB Storage
  • Max file size 50mb

  • Tech Support
  • -

PROFESSIONAL

$13.99per month

  • 10 Users
  • 10 Workspaces
  • 15 Clients
  • 5GB Storage
  • Max file size 100mb

  • Tech Support
  • High Security

ULTRA

$99.99per month

  • Unlimited Users
  • Unlimited Workspaces
  • 40 Clients
  • 15GB Storage
  • Max file size 200mb

  • Tech Support
  • High Security
  

Pricing table - Green Skin

STARTER

$6.99per month

  • 2 Users
  • 2 Workspaces
  • 5 Clients
  • 1GB Storage
  • Max file size 10mb

  • -
  • -

STANDARD

$9.99per month

  • 5 Users
  • 5 Workspaces
  • 10 Clients
  • 2.5GB Storage
  • Max file size 50mb

  • Tech Support
  • -

PROFESSIONAL

$13.99per month

  • 10 Users
  • 10 Workspaces
  • 15 Clients
  • 5GB Storage
  • Max file size 100mb

  • Tech Support
  • High Security

ULTRA

$99.99per month

  • Unlimited Users
  • Unlimited Workspaces
  • 40 Clients
  • 15GB Storage
  • Max file size 200mb

  • Tech Support
  • High Security
 

Pricing table - Turquoise Skin

STARTER

$6.99per month

  • 2 Users
  • 2 Workspaces
  • 5 Clients
  • 1GB Storage
  • Max file size 10mb

  • -
  • -

STANDARD

$9.99per month

  • 5 Users
  • 5 Workspaces
  • 10 Clients
  • 2.5GB Storage
  • Max file size 50mb

  • Tech Support
  • -

PROFESSIONAL

$13.99per month

  • 10 Users
  • 10 Workspaces
  • 15 Clients
  • 5GB Storage
  • Max file size 100mb

  • Tech Support
  • High Security

ULTRA

$99.99per month

  • Unlimited Users
  • Unlimited Workspaces
  • 40 Clients
  • 15GB Storage
  • Max file size 200mb

  • Tech Support
  • High Security
 

Pricing table - Orange Skin

STARTER

$6.99per month

  • 2 Users
  • 2 Workspaces
  • 5 Clients
  • 1GB Storage
  • Max file size 10mb

  • -
  • -

STANDARD

$9.99per month

  • 5 Users
  • 5 Workspaces
  • 10 Clients
  • 2.5GB Storage
  • Max file size 50mb

  • Tech Support
  • -

PROFESSIONAL

$13.99per month

  • 10 Users
  • 10 Workspaces
  • 15 Clients
  • 5GB Storage
  • Max file size 100mb

  • Tech Support
  • High Security

ULTRA

$99.99per month

  • Unlimited Users
  • Unlimited Workspaces
  • 40 Clients
  • 15GB Storage
  • Max file size 200mb

  • Tech Support
  • High Security
 

Pricing table - Purple Skin

STARTER

$6.99per month

  • 2 Users
  • 2 Workspaces
  • 5 Clients
  • 1GB Storage
  • Max file size 10mb

  • -
  • -

STANDARD

$9.99per month

  • 5 Users
  • 5 Workspaces
  • 10 Clients
  • 2.5GB Storage
  • Max file size 50mb

  • Tech Support
  • -

PROFESSIONAL

$13.99per month

  • 10 Users
  • 10 Workspaces
  • 15 Clients
  • 5GB Storage
  • Max file size 100mb

  • Tech Support
  • High Security

ULTRA

$99.99per month

  • Unlimited Users
  • Unlimited Workspaces
  • 40 Clients
  • 15GB Storage
  • Max file size 200mb

  • Tech Support
  • High Security
 

Pricing table - Yellow Skin

STARTER

$6.99per month

  • 2 Users
  • 2 Workspaces
  • 5 Clients
  • 1GB Storage
  • Max file size 10mb

  • -
  • -

STANDARD

$9.99per month

  • 5 Users
  • 5 Workspaces
  • 10 Clients
  • 2.5GB Storage
  • Max file size 50mb

  • Tech Support
  • -

PROFESSIONAL

$13.99per month

  • 10 Users
  • 10 Workspaces
  • 15 Clients
  • 5GB Storage
  • Max file size 100mb

  • Tech Support
  • High Security

ULTRA

$99.99per month

  • Unlimited Users
  • Unlimited Workspaces
  • 40 Clients
  • 15GB Storage
  • Max file size 200mb

  • Tech Support
  • High Security
 

Pricing table - Green Lemon Skin

STARTER

$6.99per month

  • 2 Users
  • 2 Workspaces
  • 5 Clients
  • 1GB Storage
  • Max file size 10mb

  • -
  • -

STANDARD

$9.99per month

  • 5 Users
  • 5 Workspaces
  • 10 Clients
  • 2.5GB Storage
  • Max file size 50mb

  • Tech Support
  • -

PROFESSIONAL

$13.99per month

  • 10 Users
  • 10 Workspaces
  • 15 Clients
  • 5GB Storage
  • Max file size 100mb

  • Tech Support
  • High Security

ULTRA

$99.99per month

  • Unlimited Users
  • Unlimited Workspaces
  • 40 Clients
  • 15GB Storage
  • Max file size 200mb

  • Tech Support
  • High Security
 

Pricing table - Dark Skin

STARTER

$6.99per month

  • 2 Users
  • 2 Workspaces
  • 5 Clients
  • 1GB Storage
  • Max file size 10mb

  • -
  • -

STANDARD

$9.99per month

  • 5 Users
  • 5 Workspaces
  • 10 Clients
  • 2.5GB Storage
  • Max file size 50mb

  • Tech Support
  • -

PROFESSIONAL

$13.99per month

  • 10 Users
  • 10 Workspaces
  • 15 Clients
  • 5GB Storage
  • Max file size 100mb

  • Tech Support
  • High Security

ULTRA

$99.99per month

  • Unlimited Users
  • Unlimited Workspaces
  • 40 Clients
  • 15GB Storage
  • Max file size 200mb

  • Tech Support
  • High Security
 

Pricing table - Light Skin

STARTER

$6.99per month

  • 2 Users
  • 2 Workspaces
  • 5 Clients
  • 1GB Storage
  • Max file size 10mb

  • -
  • -

STANDARD

$9.99per month

  • 5 Users
  • 5 Workspaces
  • 10 Clients
  • 2.5GB Storage
  • Max file size 50mb

  • Tech Support
  • -

PROFESSIONAL

$13.99per month

  • 10 Users
  • 10 Workspaces
  • 15 Clients
  • 5GB Storage
  • Max file size 100mb

  • Tech Support
  • High Security

ULTRA

$99.99per month

  • Unlimited Users
  • Unlimited Workspaces
  • 40 Clients
  • 15GB Storage
  • Max file size 200mb

  • Tech Support
  • High Security
 

MORE UNIQUE & POPULAR PRODUCTS:

TOP