.text-primary {
    /* typography definitions */
    color: #0092ff;
}
.text-success {
    /* typography definitions */
    color: #1ab394;
}
.text-info {
    /* typography definitions */
    color: #23c6c8;
}
.text-warning {
    /* typography definitions */
    color: #f37e46;
}
.text-danger {
    /* typography definitions */
    color: #d64d3f;
}
.text-default {
    /* typography definitions */
    color: rgba(0, 0, 0, 0.87);
}
.text-muted {
    /* typography definitions */
    color: #999;
}
.text-inverse {
    /* typography definitions */
    color: #fff;
}

/* ==========================================================================
Navbar

Tabs style
========================================================================== */

.nav > li > a {
    /* typography definitions */
    color: rgba(0, 0, 0, 0.87);
}
.nav-underlined > li {
    /* additional properties */
    display: inline-block;
    float: none;
}
.nav-underlined > li > a {
    /* typography definitions */
    font-weight: 600;
    font-size: 13px;

    /* background and borders */
    border-bottom: 3px solid transparent;
}
.nav-underlined > li > a:hover,
.nav-underlined > li > a:focus {
    /* typography definitions */
    color: rgba(0, 0, 0, 0.87);

    /* background and borders */
    background: none;
}
.nav-underlined > li.active > a,
.nav-underlined > li.active > a:hover,
.nav-underlined > li.active > a:focus {
    /* typography definitions */
    color: rgba(0, 0, 0, 0.87);

    /* background and borders */
    border-bottom: 3px solid #0092ff;
}
.nav-underlined > li.active > a > .badge,
.nav-underlined > li.active > a:hover > .badge,
.nav-underlined > li.active > a:focus > .badge{
    /* background and borders */
    background: #0092ff;
}

/* ==========================================================================
Buttons
Add .btn-lg, .btn-sm, or .btn-xs for additional sizes.
========================================================================== */

.btn {
    /* box model properties */
    padding: 7px 11px;

    /* typography definitions */
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;

    /* background and borders */
    border-color: #ccc;

    /* additional properties */
    outline: none;
    border-radius: 3px;
    white-space: normal;
}

/* Default
---------------------------- */

.btn-default,
.btn-default:focus {
    /* typography definitions */
    color: rgba(0, 0, 0, 0.87);

    /* background and borders */
    border-color: #d7d7d8;
}
.btn-default:hover,
.btn-default:active,
.open .dropdown-toggle.btn-default {
    /* typography definitions */
    color: rgba(0, 0, 0, 0.87);

    /* background and borders */
    background-color: #f8f8f9;
    border-color: #d7d7d8;

    /* additional properties */
    box-shadow: none;
}

/* Primary
---------------------------- */

.btn-primary,
.btn-primary:focus {
    /* typography definitions */
    color: #fff;               /* [RSL] */

    /* background and borders */
    background-color: #0092ff; /* [RSL] */
    border-color: transparent;
}
.btn-primary:hover,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    /* background and borders */
    background-color: #55aeea; /* [RSL] */
    border-color: transparent;

    /* additional properties */
    box-shadow: none;
}

/* Success
---------------------------- */

.btn-success,
.btn-success:focus {
    /* typography definitions */
    color: #fff;               /* [RSL] */

    /* background and borders */
    background-color: #1ab394; /* [RSL] */
    border-color: transparent;
}
.btn-success:hover,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    /* background and borders */
    background-color: #24c1a3; /* [RSL] */
    border-color: transparent;

    /* additional properties */
    box-shadow: none;
}
.btn-success.disabled, 
.btn-success[disabled], 
fieldset[disabled] .btn-success, 
.btn-success.disabled:hover, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success:hover, 
.btn-success.disabled:focus, 
.btn-success[disabled]:focus, 
fieldset[disabled] .btn-success:focus, 
.btn-success.disabled.focus, 
.btn-success.focus[disabled], 
fieldset[disabled] .btn-success.focus, 
.btn-success.disabled:active, 
.btn-success[disabled]:active, 
fieldset[disabled] .btn-success:active, 
.btn-success.disabled.active, 
.btn-success.active[disabled], 
fieldset[disabled] .btn-success.active {
    /* typography definitions */
    color: #fff;               /* [RSL] */

    /* background and borders */
    background-color: #1ab394; /* [RSL] */
    border-color: transparent;
}

/* Info
---------------------------- */

.btn-info,
.btn-info:focus {
    /* typography definitions */
    color: #fff;               /* [RSL] */

    /* background and borders */
    background-color: #23c6c8; /* [RSL] */
    border-color: transparent;
}
.btn-info:hover,
.btn-info:active,
.open .dropdown-toggle.btn-info {
    /* background and borders */
    background-color: #2dd0d2; /* [RSL] */
    border-color: transparent;

    /* additional properties */
    box-shadow: none;
}

/* Warning
---------------------------- */

.btn-warning,
.btn-warning:focus {
    /* typography definitions */
    color: #fff;               /* [RSL] */

    /* background and borders */
    background-color: #f37e46; /* [RSL] */
    border-color: transparent;
}
.btn-warning:hover,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
    /* background and borders */
    background-color: #fd8850; /* [RSL] */
    border-color: transparent;

    /* additional properties */
    box-shadow: none;
}

/* Danger
---------------------------- */

.btn-danger,
.btn-danger:focus {
    /* typography definitions */
    color: #fff;               /* [RSL] */

    /* background and borders */
    background-color: #d64d3f; /* [RSL] */
    border-color: transparent;
}
.btn-danger:hover,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    /* background and borders */
    background-color: #f56c5e; /* [RSL] */
    border-color: transparent;

    /* additional properties */
    box-shadow: none;
}

/* Tikky
---------------------------- */

.btn-tikky,
.btn-tikky:focus {
    /* typography definitions */
    color: #fff;               /* [RSL] */

    /* background and borders */
    background-color: #3e576e; /* [RSL] */
    border-color: transparent;
}
.btn-tikky:hover,
.btn-tikky:active,
.open .dropdown-toggle.btn-tikky {
    /* background and borders */
    background-color: #486178; /* [RSL] */
    border-color: transparent;

    /* additional properties */
    box-shadow: none;
}

/* Plain
---------------------------- */

.btn-plain,
.btn-plain:focus {
    /* typography definitions */
    color: #fff;               /* [RSL] */

    /* background and borders */
    background-color: #a3b1b2; /* [RSL] */
    border-color: transparent;
}
.btn-plain:hover,
.btn-plain:active,
.open .dropdown-toggle.btn-plain {
    /* background and borders */
    background-color: #adbbbc; /* [RSL] */
    border-color: transparent;

    /* additional properties */
    box-shadow: none;
}

/* Button size
---------------------------- */

.btn-sm,
.btn-group-sm > .btn, .btn-sm {
    /* box model properties */
    padding: 4px 7px;

    /* typography definitions */
    font-size: 12px;
    line-height: 1.4;
}
.btn-xs {
    /* box model properties */
    padding: 2px 6px;

    /* typography definitions */
    font-size: 11px;
}
.btn-lg {
    /* box model properties */
    padding: 12px 14px;

    /* typography definitions */
    font-size: 15px;
}

/* ==========================================================================
Alerts

Provide contextual feedback messages for typical user actions.
========================================================================== */

.alert {
    /* additional properties */
    box-shadow: 0;
    border-radius: 0;
}
.alert .close {
    /* typography definitions */
    text-shadow: none;
}
.alert .alert-link,
.alert a {
    /* typography definitions */
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}
.alert .alert-link:hover,
.alert a:hover {
    /* typography definitions */
    color: rgba(255, 255, 255, 0.7);
}

/* Primary
---------------------------- */

.alert-primary {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #0092ff;
    border-color: #0092ff;
}

/* Success
---------------------------- */

.alert-success {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #1ab394;
    border-color: #1ab394;
}

/* Info
---------------------------- */

.alert-info {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #23c6c8;
    border-color: #23c6c8;
}

/* Warning
---------------------------- */

.alert-warning {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #f37e46;
    border-color: #f37e46;
}

/* Danger
---------------------------- */

.alert-danger {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #d64d3f;
    border-color: #d64d3f;
}

/* ==========================================================================
Forms

Individual form controls automatically receive some global styling. 
All textual <input>, <textarea>, and <select> elements with .form-control are set to width: 100%; by default. 
Wrap labels and controls in .form-group for optimum spacing.
========================================================================== */

.form-group {
    /* box model properties */
    margin-top: 10px;
}
.form-horizontal.group-border .form-group {
    /* box model properties */
    margin: 0;
    padding: 20px 0;

    /* background and borders */
    border-bottom: 1px solid #efefef;
}
.form-horizontal.group-border .form-group:last-child {
    /* background and borders */
    border-bottom: 0;
}
.form-horizontal.group-border-dashed .form-group {
    /* box model properties */
    margin: 0;
    padding: 20px 0;

    /* background and borders */
    border-bottom: 1px dashed #efefef;
}
.form-horizontal.group-border-dashed .form-group:last-child {
    /* background and borders */
    border-bottom: 0;
}

/* Form control
---------------------------- */

.form-control {
    /* box model properties */
    padding: 6px 8px;

    /* typography definitions */
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);

    /* additional properties */
    border-radius: 1px;
    box-shadow: none;
}
.form-control:focus {
    /* background and borders */
    border-color: #ccc;
    background-color: #F4F5F7;

    /* additional properties */
    box-shadow: none;
}
select.form-control,
textarea.form-control {
    /* box model properties */
    padding: 6px 8px;
}
.form-control:-moz-placeholder {
    /* typography definitions */
    color: #bbb;

    /* additional properties */
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    /* typography definitions */
    color: #bbb;
}
.form-control:-webkit-input-placeholder {
    /* typography definitions */
    color: #bbb;
}

/* Input group
---------------------------- */

.input-group {
    /* box model properties */
    /*margin-bottom: 15px;*/
}
.input-group .btn {
    /* box model properties */
    /*margin: 0 !important;*/
    /*margin-left: -1px !important;*/
    padding-bottom: 6px;
    padding-top: 6px;

    /* typography definitions */
    line-height: 20px;

    /* additional properties */
    box-shadow: none;
    white-space: nowrap;
}
.input-group-btn > .btn + .btn {
    /* box model properties */
    /*margin-left: -5px !important;*/
}
.input-group-lg > .input-group-addon {
    /* typography definitions */
    line-height: 0.33;

    /* additional properties */
    border-radius: 3px 0 0 3px;
}
.input-group-addon {
    /* box model properties */
    padding: 6px 11px;

    /* typography definitions */
    font-size: 13px;

    /* additional properties */
    border-radius: 1px;
}

/* Radio & Checkbox
---------------------------- */

.radio, .checkbox {
    /* box model properties */
    margin-top: 0;
}

input[type="radio"], input[type="checkbox"] {
    /* box model properties */
    margin: 3px 0 0;
}

/* Validation states
---------------------------- */

.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error.checkbox label, 
.has-error.checkbox-inline label, 
.has-error.radio label, 
.has-error.radio-inline label {
    /* typography definitions */
    color: #d64d3f;
}
.has-error .form-control,
.has-error .form-control:focus {
    /* background and borders */
    border-color: rgba(235, 98, 85, 0.75);
    background: rgba(235, 98, 85, 0.05);

    /* additional properties */
    box-shadow: none;
}
.has-error .form-control:focus {
    /* background and borders */
    background: rgba(235, 98, 85, 0.1);
}

/* Input file
---------------------------- */

.btn-file {
    /* additional properties */
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    /* box model properties */
    display: block;
    min-width: 100%;
    min-height: 100%;

    /* typography definitions */
    font-size: 100px;
    text-align: right;

    /* background and borders */
    background: red;

    /* additional properties */
    position: absolute;
    top: 0;
    right: 0;
    cursor: inherit;
    filter: alpha(opacity=0);
    opacity: 0;
}
input[readonly] {
    /* background and borders */
    background-color: white !important;

    /* additional properties */
    cursor: text !important;
}

/* Input range
---------------------------- */

input[type=range] {
    /* box model properties */
    width: 100%;
    margin: 8.5px 0;

    /* additional properties */
    -webkit-appearance: none;
}
input[type=range]:focus {
    /* additional properties */
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    /* box model properties */
    width: 100%;
    height: 3px;

    /* background and borders */
    background: #0092ff;
    border-radius: 0;
    border: 0;

    /* additional properties */
    cursor: pointer;
    box-shadow: 0;
}
input[type=range]::-webkit-slider-thumb {
    /* box model properties */
    height: 20px;
    width: 20px;
    margin-top: -8.5px;

    /* background and borders */
    background: #0092ff;
    border: 0;
    border-radius: 10px;

    /* additional properties */
    box-shadow: 0;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    /* background and borders */
    background: #0092ff;
}
input[type=range]::-moz-range-track {
    /* box model properties */
    width: 100%;
    height: 3px;

    /* background and borders */
    background: #0092ff;
    border-radius: 0;
    border: 0;

    /* additional properties */
    cursor: pointer;
    box-shadow: 0;
}
input[type=range]::-moz-range-thumb {
    /* box model properties */
    height: 20px;
    width: 20px;

    /* background and borders */
    background: #0092ff;
    border: 0;
    border-radius: 10px;

    /* additional properties */
    cursor: pointer;
    box-shadow: 0;
}
input[type=range]::-ms-track {
    /* box model properties */
    width: 100%;
    height: 3px;

    /* typography definitions */
    color: transparent;

    /* background and borders */
    background: transparent;
    border-color: transparent;

    /* additional properties */
    cursor: pointer;
}
input[type=range]::-ms-fill-lower {
    /* background and borders */
    background: #0092ff;
    border: 0;
    border-radius: 0;

    /* additional properties */
    box-shadow: 0;
}
input[type=range]::-ms-fill-upper {
    /* background and borders */
    background: #0092ff;
    border: 0;
    border-radius: 0;

    /* additional properties */
    box-shadow: 0;
}
input[type=range]::-ms-thumb {
    /* box model properties */
    width: 20px;
    height: 3px;

    /* background and borders */
    background: #0092ff;
    border: 0;
    border-radius: 10px;

    /* additional properties */
    cursor: pointer;
    box-shadow: 0;
}
input[type=range]:focus::-ms-fill-lower {
    /* background and borders */
    background: #0092ff;
}
input[type=range]:focus::-ms-fill-upper {
    /* background and borders */
    background: #0092ff;
}

/* Has feedback
---------------------------- */

.form-control-feedback {
    /* box model properties */
    display: block !important;

    /* typography definitions */
    line-height: 34px !important;
}

/* ==========================================================================
Setup wizard

Wizard steps
========================================================================== */

.setup-wizard-step-container {
    /* box model properties */
    margin: 15px 0 0 0;
    padding: 0;

    /* additional properties */
    position: relative;
    list-style: none;
}

/* Line
---------------------------- */

.setup-wizard-step-container:before {
    /* box model properties */
    width: 3px;
    margin-left: -8px;

    /* background and borders */
    background: #becfdf;

    /* additional properties */
    content: "";
    position: absolute;
    top: 20px;
    bottom: 0;	
    left: 4%;
}
.setup-wizard-step-container > li {
    /* additional properties */
    position: relative;
}

/* Content
---------------------------- */

.setup-wizard-step-container > li .step-content {
    /* box model properties */
    margin: 0 0 15px 8%;
    padding: 1.5em;

    /* background and borders */
    background: #fff;

    /* typography definitions */
    color: rgba(0, 0, 0, 0.87);

    /* additional properties */
    position: relative;
    border-radius: 5px;
}
.setup-wizard-step-container > li .step-content h4 {
    /* box model properties */
    margin: 0;
    padding: 0;
}

/* Triangle
---------------------------- */

.setup-wizard-step-container > li .step-content:after {
    /* box model properties */
    height: 0;
    width: 0;

    /* background and borders */
    border: solid transparent;
    border-right-color: #fff;
    border-width: 10px;

    /* additional properties */
    content: " ";
    position: absolute;
    top: 20px;
    right: 100%;
    pointer-events: none;
}

/* Steps
---------------------------- */

.setup-wizard-step-container > li .step-counter {
    /* box model properties */
    width: 28px;
    height: 28px;
    margin: 0 0 0 -21px;

    /* typography definitions */
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    font-size: 1em;
    line-height: 28px;
    color: #fff;
    text-align: center;

    /* background and borders */
    background: #0092ff;

    /* additional properties */
    speak: none;
    position: absolute;	
    left: 4%;
    top: 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #becfdf;
}
.setup-wizard-step h4{
    /* typography definitions */
    color: #aaa;
}
.setup-wizard-step .setup-wizard-done-text {
    /* box model properties */
    display: none;
}
.setup-wizard-step.active h4{
    /* typography definitions */
    color: rgba(0, 0, 0, 0.87);
}
.setup-wizard-step.active .setup-wizard-done-text {
    /* box model properties */
    display: none;
}
.setup-wizard-step.done h4{
    /* typography definitions */
    text-decoration: line-through;
    color: #aaa;
}
.setup-wizard-step.done .setup-wizard-done-text {
    /* box model properties */
    display: inline;
}

/* ==========================================================================
Pane

Container of content in general.
The div .pane-btn is optional
========================================================================== */

.pane {
    /* box model properties */
    margin-bottom: 30px;
    padding: 20px;

    /* background and borders */
    background: #fff;

    /* additional properties */
    position: relative;
    border-radius: 3px;
}
.pane.pane-login {
    /* box model properties */
    max-width: 450px; 
    margin: 30px auto 40px auto;
    padding: 40px;

    /* background and borders */
    background: rgba(255, 255, 255, 0.2);

    /* typography definitions */
    color: #fff;

    /* additional properties */
    border-radius: 5px; 
    box-shadow: 0 0 0px rgba(0,0,0,0.15); 
}
.pane.pane-login.pane-signup {
    max-width: 850px !important;
}
.pane.pane-login .form-control{
    /* background and borders */
    border: 0;
}
.pane.pane-login a {
    /* typography definitions */
    color: #fff;
}
.pane .pane-btn,
.pane .pane-ellipsis {
    /* additional properties */
    float: right;
}
.pane .pane-btn > a,
.pane .pane-ellipsis > div > a {
    /* box model properties */
    margin-left: 6px;

    /* typography definitions */
    color: rgba(0, 0, 0, 0.3);
    line-height: 1;
}
.pane .pane-btn > a:hover,
.pane .pane-ellipsis > div > a:hover {
    /* typography definitions */
    color: rgba(0, 0, 0, 0.5);
}
.pane .pane-btn > a > i {
    /* typography definitions */
    font-size: 16px;
}
.pane .pane-ellipsis > div > a > i {
    /* box model properties */
    padding: 0 10px;

    /* typography definitions */
    font-size: 21px;
}
.pane .pane-top h4 {
    /* box model properties */
    margin-top: 0;
}
.pane .pane-content {
    /* box model properties */
    padding-top: 10px;
}
.pane.no-padding .pane-top h4 {
    /* box model properties */
    margin-top: 10px !important;
}
.pane.no-padding .pane-content {
    /* box model properties */
    padding: 0 !important;
}

/* ==========================================================================
Collapse more features
========================================================================== */

.more-features .fa.rotate-sm {
    /* box model properties */
    height: 15px;
}
.more-features-content {
    /* box model properties */
    padding-top: 10px;
}

/* ==========================================================================
Table

For basic stylingÃ¢â‚¬â€light padding and only horizontal dividersÃ¢â‚¬â€add the base class .table to any <table>.
Use .table-striped to add zebra-striping to any table row within the <tbody>.
Add .table-bordered for borders on all sides of the table and cells.
Add .table-hover to enable a hover state on table rows within a <tbody>.
Add .table-condensed to make tables more compact by cutting cell padding in half.
Add .table-middle to align contain on the middle.
Add .table-fixed to have a table with table-layout fixed.
Add .table-white for a white table.
Add .table-white-bordered for white table with borders.
Add .table-bordered-white for white borders.
Add .table-details for white borders & 1 row big datas.
========================================================================== */

.table > thead > tr > th {
    /* typography definitions */
    text-transform: uppercase;
    font-size: 11px;
    color: #838688;
    font-weight: 600;

    /* background and borders */
    border: 0;
}
.table td {
    /* typography definitions */
    font-size: 13px;
}
.table-middle > thead > tr > th, 
.table-middle > tbody > tr > th, 
.table-middle > tfoot > tr > th, 
.table-middle > thead > tr > td, 
.table-middle > tbody > tr > td, 
.table-middle > tfoot > tr > td {
    /* additional properties */
    vertical-align: middle;	
}
.table-fixed {
    /* box model properties */
    width: 100%;

    /* additional properties */
    table-layout: fixed;
    white-space: nowrap;
}
.table-fixed td {
    /* additional properties */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table > tbody + tbody {
    /* background and borders */
    border-top: 0;
}
.table-white > tbody > tr > td {
    /* background and borders */
    background: #fff;
    border-top: 1px solid #ddd;
}
.table-white-bordered > tbody > tr > td {
    /* background and borders */
    background: #fff;
    border: 1px solid #f3f3f4;
}
.table-bordered-white > tbody > tr > td {
    /* background and borders */
    background: #fff;
    border: 1px solid #fff;
}
.table-details  > tbody > tr > td {
    /* background and borders */
    background: #fff;
    border: 1px solid #fff;

    /* typography definitions */
    font-size: 16px;
}
.table-details > thead > tr > th, 
.table-details > tbody > tr > th, 
.table-details > thead > tr > td, 
.table-details > tbody > tr > td {
    /* box model properties */
    padding: 2px 8px;

}
.table-details > tbody > tr > td > small {
    /* typography definitions */
    font-size: 13px;
}
.table-extended > thead > tr > th, 
.table-extended > tbody > tr > th, 
.table-extended > thead > tr > td, 
.table-extended > tbody > tr > td {
    /* box model properties */
    padding: 12px;

    /* typography definitions */
    font-size: 14px;
}

/* ==========================================================================
Bootstrap switch
========================================================================== */

.bootstrap-switch {
    /* box model properties */
    min-width: 74px;

    /* typography definitions */
    font-size: 10px !important;

    /* background and borders */
    border: 1px solid #ccc;

    /* additional properties */
    border-radius: 18px;
    background-clip: padding-box;
}
.bootstrap-switch.bootstrap-switch-small {
    /* box model properties */
    min-width: 50px;

    /* additional properties */
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.bootstrap-switch.bootstrap-switch-on {
    /* background and borders */
    border-color: #0092ff;
    background: #0092ff;

    /* additional properties */
    box-shadow: 0 0 0 0 #0092ff inset;
}
.bootstrap-switch.bootstrap-switch-off {
    /* background and borders */
    border-color: #ccc;
    background: #ccc;

    /* additional properties */
    box-shadow: 0 0 0 14px #ccc inset;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, 
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, 
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    /* box model properties */
    padding: 2px 0;
    width: 38px;

    /* typography definitions */
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;

    /* background and borders */
    background: none;	
}
.bootstrap-switch .bootstrap-switch-label {
    /* background and borders */
    background: #fff !important;

    /* additional properties */
    border-radius: 18px !important;
}

/* ==========================================================================
Dropdown

Wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. 
Then add the menu's HTML.
Add .dropdown-menu-right to a .dropdown-menu to right align the dropdown menu.
Add .disabled to a <li> in the dropdown to disable the link.
========================================================================== */

.dropdown-menu {
    /* typography definitions */
    font-size: 13px;
}
.dropdown-menu li a {
    /* box model properties */
    padding: 7px 10px;

    /* typography definitions */
    color: rgba(0, 0, 0, 0.87);

    /* additional properties */
    outline: 0 none;
}
.dropdown-menu li.divider {
    /* box model properties */
    margin: 1px 0;

    /* background and borders */
    background: #e7e7e2;
}

/* ==========================================================================
Jumbotron
To display very important datas
========================================================================== */

.jumbotron {
    /* background and borders */
    background: none !important;
}
.jumbotron p {
    /* box model properties */
    margin-bottom: 0;

    /* typography definitions */
    font-size: 18px;
}
.jumbotron h1 {
    /* box model properties */
    margin-top: 5px;

    /* typography definitions */
    font-size: 38px; 
    font-weight: 300; 
}
.jumbotron h2 {
    /* box model properties */
    margin-top: 5px;

    /* typography definitions */
    font-weight: 300;
}
.jumbotron-white {
    /* background and borders */
    background: #fff !important;
}
.jumbotron-dark {
    /* background and borders */
    background: #3e4a62 !important;

    /* typography definitions */
    color: #fff;
}

/* ==========================================================================
Labels
========================================================================== */

.label {
    /* box model properties */
    padding: 0.2em 0.6em;

    /* typography definitions */
    font-size: 90%;
    font-weight: 600;
}

/* ==========================================================================
Tiles

To display important datas, they can have header and footer.
Apply to a <a> or a <div>
========================================================================== */

.tiles-head,
.tiles-body,
.tiles-footer {
    /* typography definitions */
    color: #fff;

    /* additional properties */
    transition: 0.1s ease-in;
}
.tiles {
    /* box model properties */
    display: block;
    margin: 0 0 20px;

    /* typography definitions */
    text-decoration: none;

    /* additional properties */
    border-radius: 3px;
    /*overflow: hidden;*/
}
div.tiles {
    /* additional properties */
    cursor: default;
}
.tiles .tiles-head:before, 
.tiles .tiles-head:after,
.tiles .tiles-footer:before, 
.tiles .tiles-footer:after {
    /* box model properties */
    display: table;

    /* additional properties */
    content: " ";
}
.tiles .tiles-head:after,
.tiles .tiles-footer:after {
    /* additional properties */
    clear: both;
}
.tiles .tiles-head {
    /* box model properties */
    padding: 6px 10px;

    /* typography definitions */
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    /*text-transform: uppercase;*/

    /* background and borders */
    background: rgba(255, 255, 255, 0.2);
}
a.tiles .tiles-head .pull-right {
    /* typography definitions */
    color: rgba(255, 255, 255, 0.4);

    /* additional properties */
    transition: 0.06s ease-in;
}
.tiles .tiles-body {
    /* box model properties */
    padding: 10px 20px;

    /* typography definitions */
    font-size: 30px;
    font-weight: 300;
}
.tiles .tiles-footer {
    /* box model properties */
    padding: 6px 10px;

    /* typography definitions */
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);

    /* background and borders */
    background: rgba(0, 0, 0, 0.1);
}
a.tiles:hover,
a.tiles:hover .tiles-head .pull-right,
div.tiles .tiles-head .pull-right {
    /* typography definitions */
    color: #fff;
}
.tiles-white .tiles-head {
    /* background and borders */
    background: none;
}
.tiles-white .tiles-body,
.tiles-white .tiles-footer {
    /* background and borders */
    background: #fff;
}
.tiles-white .tiles-footer {
    /* typography definitions */
    color: rgba(0, 0, 0, 0.5);
}

/* Primary
---------------------------- */

.tiles.tiles-primary {
    /* background and borders */
    background: #0092ff;
}
.tiles-white.tiles-primary .tiles-body {
    /* typography definitions */
    color: #0092ff;
}
a.tiles.tiles-primary:hover {
    /* background and borders */
    background: #0092ff;
}

/* Success
---------------------------- */

.tiles.tiles-success {
    /* background and borders */
    background: #1ab394;
}
.tiles-white.tiles-success .tiles-body {
    /* typography definitions */
    color: #1ab394;
}
a.tiles.tiles-success:hover {
    /* background and borders */
    background: #24c1a3;
}

/* Info
---------------------------- */

.tiles.tiles-info {
    /* background and borders */
    background: #23c6c8;
}
.tiles-white.tiles-info .tiles-body {
    /* typography definitions */
    color: #23c6c8;
}
a.tiles.tiles-info:hover {
    /* background and borders */
    background: #2dd0d2;
}

/* Warning
---------------------------- */

.tiles.tiles-warning {
    /* background and borders */
    background: #f37e46;
}
.tiles-white.tiles-warning .tiles-body {
    /* typography definitions */
    color: #f37e46;
}
a.tiles.tiles-warning:hover {
    /* background and borders */
    background: #fd8850;
}

/* Danger
---------------------------- */

.tiles.tiles-danger {
    /* background and borders */
    background: #d64d3f;
}
.tiles-white.tiles-danger .tiles-body {
    /* typography definitions */
    color: #d64d3f;
}
a.tiles.tiles-danger:hover {
    /* background and borders */
    background: #f56c5e;
}

/* Tikky
---------------------------- */

.tiles.tiles-tikky {
    /* background and borders */
    background: #3e576e;
}
.tiles-white.tiles-tikky .tiles-body {
    /* typography definitions */
    color: #3e576e;
}
a.tiles.tiles-tikky:hover {
    /* background and borders */
    background: #486178;
}

/* Plain
---------------------------- */

.tiles.tiles-plain {
    /* background and borders */
    background: #a3b1b2;
}
.tiles-white.tiles-plain .tiles-body {
    /* typography definitions */
    color: #a3b1b2;
}
a.tiles.tiles-plain:hover {
    /* background and borders */
    background: #adbbbc;
}

/* ==========================================================================
Modal

Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.
Modals have two optional sizes, available via modifier classes to be placed on a .modal-dialog: .modal-lg & .modal-sm
Add .colored-header if you want a background color on the modal header.
========================================================================== */

.modal-backdrop {
    /* background and borders */
    background-color: #3d566d;
}
.modal-content {
    /* background and borders */
    border: none;
    background: #f3f3f4;

    /* additional properties */
    box-shadow: none;
}
.modal-content h3 {
    /* box model properties */
    margin-top: 0;

    /* typography definitions */
    font-weight: 300;
}
.modal-content .modal-header {
    /* background and borders */
    border-bottom: 0;
}
.modal-content .modal-footer {
    /* box model properties */
    margin-top: 0;

    /* background and borders */
    background: #f3f3f4;
    border-top: none;

    /* additional properties */
    border-radius: 0 0 5px 5px;
}
.close {
    /* box model properties */
    margin-top: -6px;

    /* typography definitions */
    font-size: 32px; 
    text-shadow: none;
}
.modal-dialog.modal-full-width {
    /* box model properties */
    max-width: none;
    width: 90%;
}
.colored-header .modal-header {
    /* box model properties */
    padding: 20px 20px 15px 20px;

    /* additional properties */
    border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
    .modal-full-width {
        /* box model properties */
        width: auto !important;
    }	
}

/* Primary
---------------------------- */

.colored-header-primary .modal-header {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #0092ff;
    border-bottom: 5px solid #0092ff !important;
}

/* Success
---------------------------- */

.colored-header-success .modal-header {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #1ab394;
    border-bottom: 5px solid #069f80 !important;
}

/* Info
---------------------------- */

.colored-header-info .modal-header {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #23c6c8;
    border-bottom: 5px solid #0fb2b4 !important;
}

/* Warning
---------------------------- */

.colored-header-warning .modal-header {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #f37e46;
    border-bottom: 5px solid #df6a32 !important;
}

/* Danger
---------------------------- */

.colored-header-danger .modal-header {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #d64d3f;
    border-bottom: 5px solid #d74e40 !important;
}

/* Tikky
---------------------------- */

.colored-header-tikky .modal-header {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #3e576e;
    border-bottom: 5px solid #2a435a !important;
}

/* Plain
---------------------------- */

.colored-header-plain .modal-header {
    /* typography definitions */
    color: #fff;

    /* background and borders */
    background-color: #a3b1b2;
    border-bottom: 5px solid #909e9f !important;
}

/* ==========================================================================
Full Modal
========================================================================== */

.full-modal {
    /* box model properties */
    padding: 0 !important;

    /* typography definitions */
    font-size:16px;
    font-weight:400;
}
.full-modal p {
    /* typography definitions */
    font-size:16px;
    font-weight:400;
}
.full-modal-nav {
    /* box model properties */
    margin-top: 20px 30px 0;
}
.full-modal-header {
    /* box model properties */
    padding: 15px 30px;
}
.full-modal-content {
    /* box model properties */
    margin: 0 30px 0 30px;
    padding: 30px;

    /* background and borders */
    background: #fff;

    /* additional properties */
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.full-modal-actions {
    /* box model properties */
    margin-top: 5px;

    /* additional properties */
    float: right;
}

/* ==========================================================================
Popover

Add small overlays of content, like those on the iPad, to any element for housing secondary information.
Popovers whose both title and content are zero-length are never displayed.
========================================================================== */

.popover {
    /* typography definitions */
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
}

/* ==========================================================================
Drag & Drop
========================================================================== */

.drag-drop {
}
.drag-drop-item {
    /* additional properties */
    position: relative;
}
.drag-drop-content {
    /* box model properties */
    padding: 10px 60px 10px 0;
}
.drag-drop-item:before {
    /* box model properties */
    width: 60px;
    height: 54px;

    /* typography definitions */
    color: #ccc;
    font-family: FontAwesome;
    font-size: 18px;
    text-align: center;
    text-indent: 0;
    line-height: 54px;

    /* additional properties */
    content: "ïƒ‰";
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/* ==========================================================================
List group
List groups are a flexible and powerful component for displaying not only simple lists of elements, but complex ones with custom content.
========================================================================== */

.list-group-item:first-child {
    /* additional properties */
    border-radius: 0;
}
.list-group-item:last-child {
    /* additional properties */
    border-radius: 0;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    /* background and borders */
    background-color: #0092ff;
    border-color: #0092ff;
}
.list-group-item i {
    /* box model properties */
    display: inline-block !important;
    min-width: 15px;

    /* typography definitions */
    text-align: center;
}
.list-group-item h4 {
    /* box model properties */
    margin-bottom: 8px;

    /* typography definitions */
    font-size: 17px;
}
.list-group-item {
    /* box model properties */
    padding: 10px 15px;

    /* typography definitions */
    line-height: 22px;
}
a.list-group-item:hover {
    /* box model properties */
    padding-left: 11px;	

    /* background and borders */
    border-left: 5px solid #0092ff;
    border-bottom-color: #ddd;
}
.list-group .active:hover {
    /* box model properties */
    padding-left: 15px;

    /* background and borders */
    border-left: 1px solid #0092ff;
}

/* ==========================================================================
Todo list

List with checkboxes
========================================================================== */

.todolist {
    /* box model properties */
    list-style: none;

    /* additional properties */
    margin: 0;
    padding: 0;
}
.todolist > li.active > div .todolist-input i:before {
    /* typography definitions */
    color: #1ab394;
    opacity: 1;
}
.todolist > li.active > div .todolist-title a,
.todolist > li.active > div .todolist-title {
    /* typography definitions */
    text-decoration: line-through;
}
.todolist > li.active > div .todolist-title a,
.todolist > li.active > div .todolist-status {
    /* typography definitions */
    color: #1ab394;
}
.todolist > li {
    /* box model properties */
    margin-bottom: -1px;

    /* background and borders */
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.todolist-input i {
    /* box model properties */
    width: 18px;

    /* typography definitions */
    text-align: center;
    color: #999;
}
.todolist-input, 
.todolist-title,
.todolist-status {
    /* box model properties */
    display: table-cell;
    padding: 10px;
} 
.todolist-title {
    /* box model properties */
    width: 100%;
}
.todolist-title,
.todolist-status {	
    /* typography definitions */
    font-size: 12px;
}
.todolist-input {	
    /* typography definitions */
    font-size: 14px;
    text-align: center;
}
.todolist-lg {

}
.todolist-lg .todolist-title,
.todolist-lg .todolist-status {	
    /* typography definitions */
    font-size: 16px;
}
.todolist-lg .todolist-input, 
.todolist-lg .todolist-title,
.todolist-lg .todolist-status {
    /* box model properties */
    padding: 15px 10px;
}
.todolist-lg .todolist-input i.fa-lg {
    /* additional properties */
    vertical-align: -5%;
}

/* ==========================================================================
Background colors

Setup the colors of background
========================================================================== */

.bg-primary {
    /* background and borders */
    background: #0092ff;
}
.bg-success {
    /* background and borders */
    background: #1ab394;
}
.bg-info-400 {
    /* background and borders */
    background: #23c6c8;
}
.bg-warning {
    /* background and borders */
    background: #f37e46;
}
.bg-danger {
    /* background and borders */
    background: #d64d3f;
}
.bg-tikky {
    /* background and borders */
    background: #3e576e;
}
.bg-plain {
    /* background and borders */
    background: #a3b1b2;
}

/* ==========================================================================
Gritter

Plugin https://github.com/jboesch/Gritter

A small growl-like notification plugin for jQuery.
========================================================================== */

#gritter-notice-wrapper {
    /* box model properties */
    width: 301px;

    /* additional properties */
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}
#gritter-notice-wrapper.top-left {
    /* additional properties */
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    /* additional properties */
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    /* additional properties */
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
    /* box model properties */
    margin: 0 0 10px 0;

    /* background and borders */
    background: rgba(0, 0, 0, 0.8);

    /* additional properties */
    position: relative;	
    border-radius: 3px;
}
.gritter-top {
    /* box model properties */
    height: 10px;
}
.gritter-bottom {
    /* box model properties */
    height: 8px;
    margin: 0;
}
.gritter-item {
    /* box model properties */
    display: block;
    padding: 2px 11px 8px 11px;

    /* typography definitions */
    color: #eee;
    font-size: 11px;
}
.gritter-item p {
    /* box model properties */
    padding: 0;
    margin: 0;

    /* additional properties */
    word-wrap: break-word;
}
.gritter-close:before {
    /* box model properties */
    width: 16px !important;
    height: 16px !important;

    /* typography definitions */
    font-family: FontAwesome !important;
    font-size: 9px !important;
    color: #fff !important;
    text-align: center !important;
    text-indent: 0 !important;
    line-height: 16px !important;

    /* additional properties */
    content: "Ã¯â‚¬Â" !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
.gritter-close {
    /* box model properties */
    display: block !important;
    width: 16px !important;
    height: 16px !important;

    /* typography definitions */
    text-indent: -9999em;
    line-height: 16px !important;

    /* background and borders */
    background: #ff5b57 !important;

    /* additional properties */
    cursor: pointer;
    position: absolute;
    top: 0 !important;
    left: auto !important;
    right: 15px !important;	
}
.gritter-title {
    /* box model properties */
    display: block;
    padding: 0 0 7px 0;

    /* typography definitions */
    font-size: 13px;
    font-weight: bold;
}
.gritter-image {
    /* box model properties */
    width: 48px;
    height: 48px;

    /* additional properties */
    float: left;
}
.gritter-with-image,
.gritter-without-image {
    /* box model properties */
    padding: 0;
}
.gritter-with-image {
    /* box model properties */
    width: 220px;

    /* additional properties */
    float: right;
}

/* ==========================================================================
Badges

Easily highlight new or unread items by adding a <span class="badge"> to links, Bootstrap navs, and more.

========================================================================== */

.badge {
    /* box model properties */
    padding: 4px 7px;

    /* typography definitions */
    font-size: 11px;
    font-weight: 600;

    /* background and borders */
    background: #ccc;
    opacity: 1;
}
.badge-primary {
    /* background and borders */
    background: #0092ff;
}
.badge-success {
    /* background and borders */
    background: #1ab394;
}
.badge-info {
    /* background and borders */
    background: #23c6c8;
}
.badge-warning {
    /* background and borders */
    background: #f37e46;
}
.badge-danger {
    /* background and borders */
    background: #d64d3f;
}
.badge-default {
    /* background and borders */
    background: rgba(0, 0, 0, 0.87);
}

/* ==========================================================================
Progress Bars

Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.
========================================================================== */

.progress {
    /* box model properties */
    height: 6px;
    margin-bottom: 0;
    margin-top: 7px;

    /* background and borders */
    background-color: rgba(0, 0, 0, 0.1);

    /* additional properties */
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03) inset;
    overflow: hidden;
}
.progress-bar {
    /* box model properties */
    width: 0;
    height: 100%;

    /* background and borders */
    background-color: #0092ff; 

    /* typography definitions */
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #fff;

    /* additional properties */
    transition: width 0.6s ease 0s;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03) inset;
    float: left;
}

/* ==========================================================================
Progress Steps
========================================================================== */

.progress-step {
    /* box model properties */
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    margin: 0;
    margin-bottom: 1em;
    padding: 0;

    /* typography definitions */
    font-size: 80%;
}
.progress-step > li {
    /* box model properties */
    display: block;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    width: auto; 
    padding: 0; 
    margin: 0; 

    /* typography definitions */
    text-overflow: ellipsis; 
    color: #bbb;
    list-style: none; 
    text-align: center; 

    /* additional properties */
    position: relative;
}
.progress-step > li:hover {
    /* typography definitions */
    color: #6e6e6e; 
}
.progress-step > li .progress-step-bubble { 
    /* box model properties */
    display: block;
    width: 5px; 
    height: 5px;
    margin: 5px auto 0.7em;	

    /* background and borders */
    background-color: #bbb; 

    /* additional properties */
    border-radius: 1000px; 	
}
.progress-step > li .progress-step-bubble:before { 
    /* box model properties */
    display: block;
    width: 100%; 
    height: 3px;

    /* background and borders */
    background-color: #bbb; 

    /* additional properties */
    position: absolute; 
    top: 6px; 
    content: '';
    right: 50%; 
}
.progress-step > li .progress-step-bubble:after {
    /* box model properties */
    display: block;
    height: 15px;
    width: 15px;

    /* background and borders */
    background: rgba(0, 0, 0, 0.1);

    /* additional properties */
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 99;
    border-radius: 1000px;
    transform: translate(-50%, 0px);
}
.progress-step > li.progress-step-completed { 
    /* typography definitions */
    color: #0092ff; 
}
.progress-step > li.progress-step-completed .progress-step-bubble:before,
.progress-step > li.progress-step-completed .progress-step-bubble:after,
.progress-step > li.progress-step-completed .progress-step-bubble { 
    /* background and borders */
    background-color: #0092ff; 

    /* typography definitions */
    color: #0092ff;
}
.progress-step > li:first-child .progress-step-bubble:before {
    /* background and borders */
    background: transparent;
}
@media handheld, screen and (max-width: 400px) {
    .progress-step { 
        /* typography definitions */
        font-size: 60%; 
    } 
}

/* ==========================================================================
Rotate
========================================================================== */

.rotate-sm{
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.rotate-sm.rotate-sm-180-down{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* ==========================================================================
Specials
========================================================================== */

/* Display Inline
---------------------------- */
.inline {
    display: inline !important;
}

/* Hide content in a block with a specified width and height
---------------------------- */
.overflow-hidden {
    overflow: hidden !important;
}

/* Remove all padding, set it at 0
---------------------------- */
.no-padding {
    padding: 0 !important;
}

/* Remove all margin, set it at 0
---------------------------- */
.no-margin {
    margin: 0 !important;
}

/* Remove the vertical margin
---------------------------- */
.no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Remove the horizontal margin
---------------------------- */
.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove the margin on top
---------------------------- */
.no-margin-top {
    margin-top: 0 !important;
}

/* Remove the margin on bottom
---------------------------- */
.no-margin-bottom {
    margin-bottom: 0 !important;
}

/* Remove the margin on left
---------------------------- */
.no-margin-left {
    margin-left: 0 !important;
}

/* Remove the margin on right
---------------------------- */
.no-margin-right {
    margin-right: 0 !important;
}

/* Remove all borders
---------------------------- */
.no-border {
    border: none !important;
}

/* Add a very small space on bottom
---------------------------- */
.spacer-bottom-xxs {
    margin-bottom: 5px !important;
}

/* Add a very small space on bottom
---------------------------- */
.spacer-bottom-xs {
    margin-bottom: 10px !important;
}

/* Add a small space on bottom
---------------------------- */
.spacer-bottom-sm {
    margin-bottom: 15px !important;
}

/* Add a medium space on bottom
---------------------------- */
.spacer-bottom-md {
    margin-bottom: 20px !important;
}

/* Add a space on bottom
---------------------------- */
.spacer-bottom {
    margin-bottom: 30px !important;
}

/* Add a large space on bottom
---------------------------- */
.spacer-bottom-lg {
    margin-bottom: 0px !important;
}

/* Add a xlarge space on bottom
---------------------------- */
.spacer-bottom-xlg {
    margin-bottom: 50px !important;
}

/* Add a very small space on left
---------------------------- */
.spacer-left-xxs {
    margin-left: 5px !important;
}

/* Add a very small space on left
---------------------------- */
.spacer-left-xs {
    margin-left: 10px !important;
}

/* Add a small space on left
---------------------------- */
.spacer-left-sm {
    margin-left: 15px !important;
}

/* Add a medium space on left
---------------------------- */
.spacer-left-md {
    margin-left: 20px !important;
}

/* Add a space on left
---------------------------- */
.spacer-left {
    margin-left: 30px !important;
}

/* Add a large space on left
---------------------------- */
.spacer-left-lg {
    margin-left: 40px !important;
}

/* Add a xlarge space on left
---------------------------- */
.spacer-left-xlg {
    margin-left: 50px !important;
}

/* Add a very small space on right
---------------------------- */
.spacer-right-xxs {
    margin-right: 5px !important;
}

/* Add a very small space on right
---------------------------- */
.spacer-right-xs {
    margin-right: 10px !important;
}

/* Add a small space on right
---------------------------- */
.spacer-right-sm {
    margin-right: 15px !important;
}

/* Add a medium space on right
---------------------------- */
.spacer-right-md {
    margin-right: 20px !important;
}

/* Add a space on right
---------------------------- */
.spacer-right {
    margin-right: 30px !important;
}

/* Add a large space on right
---------------------------- */
.spacer-right-lg {
    margin-right: 40px !important;
}

/* Add a xlarge space on right
---------------------------- */
.spacer-right-xlg {
    margin-right: 50px !important;
}

/* Add a very small space on top
---------------------------- */
.spacer-top-xxs {
    margin-top: 5px !important;
}

/* Add a very small space on top
---------------------------- */
.spacer-top-xs {
    margin-top: 10px !important;
}

/* Add a small space on top
---------------------------- */
.spacer-top-sm {
    margin-top: 15px !important;
}

/* Add a medium space on top
---------------------------- */
.spacer-top-md {
    margin-top: 20px !important;
}

/* Add a space on top
---------------------------- */
.spacer-top {
    margin-top: 30px !important;
}

/* Add a large space on top
---------------------------- */
.spacer-top-lg {
    margin-top: 40px !important;
}

/* Add a xlarge space on top
---------------------------- */
.spacer-top-xlg {
    margin-top: 50px !important;
}

/* Add an animation on fontawesome spinner icons
---------------------------- */
.fa-spin {
    animation: 1.2s linear 0s normal none infinite running fa-spin;
}

/* Circled icon
---------------------------- */
.fa-circled {
    display: inline-block; 
    padding: 14px;
    background: rgba(0, 0, 0, 0.3); 
    border-radius: 50%;
    width: 3em; 
    height: 3em; 
    line-height: 3em; 
    position: relative; 
    vertical-align: middle;
}
.fa-circled .fa {
    position: absolute; 
    left: 0; 
    text-align: center; 
    width: 100%;
    line-height: 0.6em;
}

/* Formula font type
---------------------------- */
.formula {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* Flexbox
---------------------------- */
.flex-box {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}
.flex-box .box {
    display: flex;
    flex: 0 1 auto;
    padding-bottom: 30px;
}
.flex-box .box > div {
    margin: 0 !important;
    width: 100%;
}

/* Font size 13px
---------------------------- */
.font-13px {
    font-size: 13px !important;
}

/* Fade the opacity while loading
---------------------------- */
.loading {
    transition: 0.3s ease;
}

/* Add ellipsis in table cell
---------------------------- */
.td-ellipsis {
    max-width: 100px; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
}

/* Highchart resize width fixing
---------------------------- */
.highchart-width-resize-fix-wrap {
    width: 100%; 
    position: relative;
}
.highchart-width-resize-fix {
    width: 100%;
    position: absolute;
}

/* Bootstrap 5 equal columns
---------------------------- */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* Bootstrap 7 equal columns
---------------------------- */
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-17 {
    width: 14.2857142856%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-17 {
        width: 14.2857142856%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-17 {
        width: 14.2857142856%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-17 {
        width: 14.2857142856%;
        float: left;
    }
}

/* Payment Font
---------------------------- */
.pf-lg {
    font-size: 1.5em;
    line-height: 0.75em;
    vertical-align: -30%;
}
.pf-2x {
    font-size: 2em;
}
.pf-3x {
    font-size: 3em;
}

/* Mouse over pointer
---------------------------- */
.mouse-pointer:hover {
    cursor: pointer;
}
