﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/****End Normalize *******/

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 13.5px;
    line-height: normal;
    color: #333333;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

ul {
    list-style-position: inside;
}

a {
    text-decoration: none;
    color: #0094ff;
}

.unselectable {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none; /* you could also put this in a class */
    -webkit-user-select: none; /* and add the CSS class here instead */
    -ms-user-select: none;
}

fieldset {
    border-radius: 5px;
    border: 1px solid #ccc
}

.manage-profile-picture {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    max-width: 80px;
    max-height: 80px;
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden
}

    .manage-profile-picture > img {
        display: block;
        margin: 0 auto;
        width: inherit;
        height: inherit
    }

.breadcrumb {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

    .breadcrumb ol {
        padding: 0;
        margin: 0
    }

    .breadcrumb li {
        display: inline-block;
        margin: 0 3px;
    }

.footer {
    visibility: hidden
}

    .footer.show {
        animation: animate__fadeIn .2s ease;
        visibility: visible;
    }

    .footer:before {
        content: '';
        clear: both;
        display: block;
    }

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

/*** Form Design ***/

.box-header {
    background: #fdfdfd;
    margin-bottom: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

    .box-header > .title {
        display: inline-block;
        padding: 0 15px 5px 5px;
        vertical-align: middle;
        float: none;
        margin: 0;
        font-size: 19px;
    }

.rtl .box-header {
    padding: 5px 0 0 5px;
}

    .rtl .box-header .main-action {
        float: left;
        margin-right: 3px
    }

.ltr .box-header {
    padding: 5px 5px 0 0;
}

    .ltr .box-header .main-action {
        float: right;
        margin-left: 3px
    }

.field-validation-error {
    font-size: 11px;
    color: red;
}

.validation-summary-errors {
    font-size: 90%;
    color: red;
    background-color: #f9f9f9
}

    .validation-summary-errors > ul {
        display: block;
        padding: 10px 15px;
        margin: 0
    }

.box-content .form-actions {
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    margin: 5px 0 0;
    padding: 5px;
    clear: both;
}

.form-actions:after {
    content: '';
    display: block;
    clear: both;
}

.inline-label {
    padding-top: 7px;
    padding-bottom: 4px;
    color: #a0a0a0
}

.form-horizontal .control-label {
    line-height: 1;
    max-height: 30px;
    color: #555;
    display: inline-block;
}

.form-horizontal .control-label,
.form-horizontal .input-group {
    margin-top: 7px
}

.ltr .form-horizontal .control-label,
.ltr .inline-label {
    text-align: right;
}

.rtl .form-horizontal .control-label,
.rtl .inline-label {
    text-align: left;
}

.control-label.required,
.inline-label.required,
.grid-item-title-label.required {
    color: #000;
}

    .control-label.required:after,
    .inline-label.required:after,
    .grid-item-title-label.required:after {
        content: '*';
        font-size: 8pt;
    }

.form-complex fieldset {
    padding: 5px 5px 1px;
    margin-bottom: 5px
}

.form-complex .control-label {
    display: initial
}

.form-complex .grid-holder .table-holder {
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    overflow: visible;
}

.form-complex .grid-holder,
.dark .form-complex .grid-holder {
    background: transparent;
    box-shadow: none;
    margin: 5px;
    padding: 0
}

.form-complex .fake-label {
    display: inline
}

    /* for same style with the label */
    .form-complex .fake-label:after {
        content: "-";
        color: transparent;
    }

.form-complex .input-group,
.form-complex .checkbox-field,
.form-complex .radio-field {
    margin: 3px 0 10px;
}

.form-complex .fake-label + .checkbox-field {
    min-height: 32px;
    border: 1px solid transparent;
}

.form-complex .input-group {
    box-shadow: 0 1px 1px rgba(0,0,0, .08);
}

.rtl .form-complex .input-group > *:first-child,
.rtl .print-panel .input-group > *:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0;
}

.rtl .form-complex .input-group > *:last-child,
.rtl .print-panel .input-group > *:last-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 0;
}

.ltr .form-complex .input-group > *:first-child,
.ltr .print-panel .input-group > *:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 0;
}

.ltr .form-complex .input-group > *:last-child,
.ltr .print-panel .input-group > *:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0;
}

.form-complex [type="checkbox"],
.form-complex [type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.form-complex .fake-label + [type="checkbox"],
.form-complex .fake-label + [type="radio"] {
    margin-top: 6px;
    margin-bottom: 6px;
}

.rtl .form-complex [type="checkbox"],
.rtl .form-complex [type="radio"] {
    margin-left: 4px;
}

.ltr .form-complex [type="checkbox"],
.ltr .form-complex [type="radio"] {
    margin-right: 4px;
}

.form-complex .control-label {
    color: #a0a0a0
}

    .form-complex .control-label.required,
    .form-complex .grid-item-title-label.required {
        color: #000;
    }

.form-complex .fake-fieldset {
    padding: 12px 6px 1px;
    margin: 8px 2px 5px;
}

.form-complex legend {
    font-size: 11px
}

@media (max-width:320px) {
    .box-header > .title {
        font-size: 14pt;
    }
}

/** End Form design ***/

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

.circle {
    border-radius: 50%
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.rtl .float-revert {
    float: left
}

.ltr .float-revert {
    float: right
}

.box-content .splitter + .or-splitter {
    background-color: #369;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 40px;
    width: 50%;
    margin: -26px auto 2%;
    text-align: center;
    font-weight: bold;
    line-height: 3em;
    font-size: 110%;
}

.box-info {
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    vertical-align: middle;
}

.box-warning {
    background-color: #fbfba1;
    color: #444;
}

.cookie-warning {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.tree-holder {
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background: #f9f9f9;
}

.box-content {
    /*background: rgba(255,255,255,0.5);*/
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
    /*box-shadow: 0 0 2px #555;*/
    margin-bottom: 5px;
    /*overflow for border-radius*/
    overflow: hidden;
}

    .box-content .splitter {
        height: 1px;
        display: block;
        background-color: #ccc;
        margin: 5px 0;
    }

    .box-content .table-holder {
        margin: 0 5px;
    }

.clear {
    clear: both !important;
    float: none !important
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    /*font-size: 14px;*/
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.rtl .form-control {
    padding: 1px 5px 1px 0;
}

.rtl.form-control {
    padding: 1px 5px 1px 0;
}

.ltr .form-control {
    padding: 1px 0 1px 5px;
}

.ltr.form-control {
    padding: 1px 0 1px 5px;
}

.form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control.required {
    border-color: #666;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.btn-group {
    display: inline-table;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 5px;
}

    .btn-group > .btn, .btn-group > .btn-mini {
        display: table-cell;
        border-radius: 0px;
    }

.rtl .btn-group > .btn:first-child,
.rtl .btn-group > .btn-mini:first-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.rtl .btn-group > .btn:last-child,
.rtl .btn-group > .btn-mini:last-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.ltr .btn-group > .btn:first-child,
.ltr .btn-group > .btn-mini:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.ltr .btn-group > .btn:last-child,
.ltr .btn-group > .btn-mini:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.input-group {
    display: inline-table;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 5px;
    /*comment for outline focus*/
    /*overflow: hidden;*/
}

.ie8 .input-group {
    display: table;
}


.input-group .form-control, .input-group-input {
    display: table-cell;
    width: 100%;
    height: 100%;
    min-height: 30px;
    vertical-align: middle;
    border-radius: 0px;
}


/*for Chrome*/
.input-group > input[type=checkbox],
.input-group > input[type=radio] {
    margin-left: 5px;
    /*for correct display in form*/
    height: 30px;
    vertical-align: middle
}

.input-group > input[type=checkbox] {
    width: 20px;
}




.input-group > .form-control {
    border: 0
}

.input-group-addon, .input-group-btn {
    display: table-cell;
    height: 100%;
    background-color: #f0f0f0;
    color: #222;
    border: 0;
    vertical-align: middle;
    margin: 0 -1px 0 0;
    white-space: nowrap;
    border-radius: 0px;
    height: 30px; /*for firefox*/
}

.input-group-addon {
    padding: 0 2px;
}

.single-input .input-group-addon, .single-input .input-group-btn {
    width: 1%;
}

.single-input .input-group-input, .single-input .form-control {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.form-group:after {
    content: "";
    clear: both;
    display: block;
}

textarea.form-control {
    height: auto;
}

.search-field-holder {
    position: relative;
    margin-bottom: 5px;
}

.search-field {
    font-size: 8pt;
}

.unit-field {
    font-size: 8pt
}

.row {
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-vs-1,
.col-vs-2,
.col-vs-3,
.col-vs-4,
.col-vs-5,
.col-vs-6,
.col-vs-7,
.col-vs-8,
.col-vs-9,
.col-vs-10,
.col-vs-11,
.col-vs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.ltr .col-xs-1,
.ltr .col-xs-2,
.ltr .col-xs-3,
.ltr .col-xs-4,
.ltr .col-xs-5,
.ltr .col-xs-6,
.ltr .col-xs-7,
.ltr .col-xs-8,
.ltr .col-xs-9,
.ltr .col-xs-10,
.ltr .col-xs-11 {
    float: left;
}

.rtl .col-xs-1,
.rtl .col-xs-2,
.rtl .col-xs-3,
.rtl .col-xs-4,
.rtl .col-xs-5,
.rtl .col-xs-6,
.rtl .col-xs-7,
.rtl .col-xs-8,
.rtl .col-xs-9,
.rtl .col-xs-10,
.rtl .col-xs-11 {
    float: right;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
    clear: both;
}


.rtl .col-xs-offset-0 {
    margin-right: 0;
}

.rtl .col-xs-offset-1 {
    margin-right: 8.333333333333332%;
}

.rtl .col-xs-offset-2 {
    margin-right: 16.666666666666664%;
}

.rtl .col-xs-offset-3 {
    margin-right: 25%;
}

.rtl .col-md-offset-4 {
    margin-right: 33.33333333333333%;
}

.rtl .col-md-offset-5 {
    margin-right: 41.66666666666667%;
}

.rtl .col-md-offset-6 {
    margin-right: 50%;
}

.rtl .col-xs-offset-7 {
    margin-right: 58.333333333333336%;
}

.rtl .col-xs-offset-8 {
    margin-right: 66.66666666666666%;
}

.rtl .col-xs-offset-9 {
    margin-right: 75%;
}

.rtl .col-xs-offset-10 {
    margin-right: 83.33333333333334%;
}

.rtl .col-xs-offset-11 {
    margin-right: 91.66666666666666%;
}

.ltr .col-xs-offset-0 {
    margin-left: 0;
}

.ltr .col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.ltr .col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.ltr .col-xs-offset-3 {
    margin-left: 25%;
}

.ltr .col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.ltr .col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.ltr .col-xs-offset-6 {
    margin-left: 50%;
}

.ltr .col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.ltr .col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.ltr .col-xs-offset-9 {
    margin-left: 75%;
}

.ltr .col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.ltr .col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

@media (min-width: 550px) {
    .container {
        max-width: 500px;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-horizontal .form-group {
        margin-right: -5px;
        margin-left: -5px;
    }

        .form-horizontal .form-group:before,
        .form-horizontal .form-group:after {
            display: table;
            content: " ";
        }

        .form-horizontal .form-group:after {
            clear: both;
        }

        .form-horizontal .form-group:before,
        .form-horizontal .form-group:after {
            display: table;
            content: " ";
        }

        .form-horizontal .form-group:after {
            clear: both;
        }

    .form-horizontal .control-label,
    .form-horizontal .radio,
    .form-horizontal .checkbox,
    .form-horizontal .radio-inline,
    .form-horizontal .checkbox-inline {
        padding-top: 7px;
        padding-bottom: 4px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .rtl .col-vs-1,
    .rtl .col-vs-2,
    .rtl .col-vs-3,
    .rtl .col-vs-4,
    .rtl .col-vs-5,
    .rtl .col-vs-6,
    .rtl .col-vs-7,
    .rtl .col-vs-8,
    .rtl .col-vs-9,
    .rtl .col-vs-10,
    .rtl .col-vs-11 {
        float: right;
    }

    .ltr .col-vs-1,
    .ltr .col-vs-2,
    .ltr .col-vs-3,
    .ltr .col-vs-4,
    .ltr .col-vs-5,
    .ltr .col-vs-6,
    .ltr .col-vs-7,
    .ltr .col-vs-8,
    .ltr .col-vs-9,
    .ltr .col-vs-10,
    .ltr .col-vs-11 {
        float: left;
    }

    .col-vs-1 {
        width: 8.333333333333332%;
    }

    .col-vs-2 {
        width: 16.666666666666664%;
    }

    .col-vs-3 {
        width: 25%;
    }

    .col-vs-4 {
        width: 33.33333333333333%;
    }

    .col-vs-5 {
        width: 41.66666666666667%;
    }

    .col-vs-6 {
        width: 50%;
    }

    .col-vs-7 {
        width: 58.333333333333336%;
    }

    .col-vs-8 {
        width: 66.66666666666666%;
    }

    .col-vs-9 {
        width: 75%;
    }

    .col-vs-10 {
        width: 83.33333333333334%;
    }

    .col-vs-11 {
        width: 91.66666666666666%;
    }

    .col-vs-12 {
        width: 100%;
    }

    .extend .col-vs-1 {
        min-width: 35px;
    }

    .extend .col-vs-2 {
        min-width: 70px;
    }

    .extend .col-vs-3 {
        min-width: 105px;
    }

    .extend .col-vs-4 {
        min-width: 145px;
    }

    .extend .col-vs-5 {
        min-width: 180px;
    }

    .extend .col-vs-6 {
        min-width: 215px;
    }

    .extend .col-vs-7 {
        min-width: 250px;
    }

    .extend .col-vs-8 {
        min-width: 285px;
    }

    .extend .col-vs-9 {
        min-width: 320px;
    }

    .extend .col-vs-10 {
        min-width: 360px;
    }

    .extend .col-vs-11 {
        min-width: 390px;
    }

    .extend .col-vs-12 {
        min-width: 430px;
    }


    .rtl .col-vs-offset-1 {
        margin-right: 8.333333333333332%;
    }

    .rtl .col-vs-offset-2 {
        margin-right: 16.666666666666664%;
    }

    .rtl .col-vs-offset-3 {
        margin-right: 25%;
    }

    .rtl .col-vs-offset-4 {
        margin-right: 33.33333333333333%;
    }

    .rtl .col-vs-offset-5 {
        margin-right: 41.66666666666667%;
    }

    .rtl .col-vs-offset-6 {
        margin-right: 50%;
    }

    .rtl .col-vs-offset-7 {
        margin-right: 58.333333333333336%;
    }

    .rtl .col-vs-offset-8 {
        margin-right: 66.66666666666666%;
    }

    .rtl .col-vs-offset-9 {
        margin-right: 75%;
    }

    .rtl .col-vs-offset-10 {
        margin-right: 83.33333333333334%;
    }

    .rtl .col-vs-offset-11 {
        margin-right: 91.66666666666666%;
    }

    .ltr .col-vs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .ltr .col-vs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .ltr .col-vs-offset-3 {
        margin-left: 25%;
    }

    .ltr .col-vs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .ltr .col-vs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .ltr .col-vs-offset-6 {
        margin-left: 50%;
    }

    .ltr .col-vs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .ltr .col-vs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .ltr .col-vs-offset-9 {
        margin-left: 75%;
    }

    .ltr .col-vs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .ltr .col-vs-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (max-width:767px) {
    .form-complex .fake-label {
        height: 0
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-horizontal .form-group {
        margin-right: -5px;
        margin-left: -5px;
    }

        .form-horizontal .form-group:before,
        .form-horizontal .form-group:after {
            display: table;
            content: " ";
        }

        .form-horizontal .form-group:after {
            clear: both;
        }

        .form-horizontal .form-group:before,
        .form-horizontal .form-group:after {
            display: table;
            content: " ";
        }

        .form-horizontal .form-group:after {
            clear: both;
        }

    .form-horizontal .control-label,
    .form-horizontal .radio,
    .form-horizontal .checkbox,
    .form-horizontal .radio-inline,
    .form-horizontal .checkbox-inline {
        padding-top: 7px;
        padding-bottom: 4px;
        margin-bottom: 0;
    }

    .inline-label {
        margin: 5px 0;
    }

    .rtl .col-sm-1,
    .rtl .col-sm-2,
    .rtl .col-sm-3,
    .rtl .col-sm-4,
    .rtl .col-sm-5,
    .rtl .col-sm-6,
    .rtl .col-sm-7,
    .rtl .col-sm-8,
    .rtl .col-sm-9,
    .rtl .col-sm-10,
    .rtl .col-sm-11 {
        float: right;
    }

    .ltr .col-sm-1,
    .ltr .col-sm-2,
    .ltr .col-sm-3,
    .ltr .col-sm-4,
    .ltr .col-sm-5,
    .ltr .col-sm-6,
    .ltr .col-sm-7,
    .ltr .col-sm-8,
    .ltr .col-sm-9,
    .ltr .col-sm-10,
    .ltr .col-sm-11 {
        float: left;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-12 {
        width: 100%;
        clear: both;
    }

    .extend .col-sm-1 {
        min-width: 50px;
    }

    .extend .col-sm-2 {
        min-width: 100px;
    }

    .extend .col-sm-3 {
        min-width: 150px;
    }

    .extend .col-sm-4 {
        min-width: 200px;
    }

    .extend .col-sm-5 {
        min-width: 250px;
    }

    .extend .col-sm-6 {
        min-width: 300px;
    }

    .extend .col-sm-7 {
        min-width: 350px;
    }

    .extend .col-sm-8 {
        min-width: 400px;
    }

    .extend .col-sm-9 {
        min-width: 450px;
    }

    .extend .col-sm-10 {
        min-width: 500px;
    }

    .extend .col-sm-11 {
        min-width: 550px;
    }

    .extend .col-sm-12 {
        min-width: 600px;
    }


    .rtl .col-sm-offset-1 {
        margin-right: 8.333333333333332%;
    }

    .rtl .col-sm-offset-2 {
        margin-right: 16.666666666666664%;
    }

    .rtl .col-sm-offset-3 {
        margin-right: 25%;
    }

    .rtl .col-sm-offset-4 {
        margin-right: 33.33333333333333%;
    }

    .rtl .col-sm-offset-5 {
        margin-right: 41.66666666666667%;
    }

    .rtl .col-sm-offset-6 {
        margin-right: 50%;
    }

    .rtl .col-sm-offset-7 {
        margin-right: 58.333333333333336%;
    }

    .rtl .col-sm-offset-8 {
        margin-right: 66.66666666666666%;
    }

    .rtl .col-sm-offset-9 {
        margin-right: 75%;
    }

    .rtl .col-sm-offset-10 {
        margin-right: 83.33333333333334%;
    }

    .rtl .col-sm-offset-11 {
        margin-right: 91.66666666666666%;
    }


    .ltr .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .ltr .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .ltr .col-sm-offset-3 {
        margin-left: 25%;
    }

    .ltr .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .ltr .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .ltr .col-sm-offset-6 {
        margin-left: 50%;
    }

    .ltr .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .ltr .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .ltr .col-sm-offset-9 {
        margin-left: 75%;
    }

    .ltr .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .ltr .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }

    .rtl .col-md-1,
    .rtl .col-md-2,
    .rtl .col-md-3,
    .rtl .col-md-4,
    .rtl .col-md-5,
    .rtl .col-md-6,
    .rtl .col-md-7,
    .rtl .col-md-8,
    .rtl .col-md-9,
    .rtl .col-md-10,
    .rtl .col-md-11 {
        float: right;
    }


    .ltr .col-md-1,
    .ltr .col-md-2,
    .ltr .col-md-3,
    .ltr .col-md-4,
    .ltr .col-md-5,
    .ltr .col-md-6,
    .ltr .col-md-7,
    .ltr .col-md-8,
    .ltr .col-md-9,
    .ltr .col-md-10,
    .ltr .col-md-11 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-12 {
        width: 100%;
        clear: both;
    }

    .rtl .col-md-offset-0 {
        margin-right: 0;
    }

    .rtl .col-md-offset-1 {
        margin-right: 8.333333333333332%;
    }

    .rtl .col-md-offset-2 {
        margin-right: 16.666666666666664%;
    }

    .rtl .col-md-offset-3 {
        margin-right: 25%;
    }

    .rtl .col-md-offset-4 {
        margin-right: 33.33333333333333%;
    }

    .rtl .col-md-offset-5 {
        margin-right: 41.66666666666667%;
    }

    .rtl .col-md-offset-6 {
        margin-right: 50%;
    }

    .rtl .col-md-offset-7 {
        margin-right: 58.333333333333336%;
    }

    .rtl .col-md-offset-8 {
        margin-right: 66.66666666666666%;
    }

    .rtl .col-md-offset-9 {
        margin-right: 75%;
    }

    .rtl .col-md-offset-10 {
        margin-right: 83.33333333333334%;
    }

    .rtl .col-md-offset-11 {
        margin-right: 91.66666666666666%;
    }

    .ltr .col-md-offset-0 {
        margin-left: 0;
    }

    .ltr .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .ltr .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .ltr .col-md-offset-3 {
        margin-left: 25%;
    }

    .ltr .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .ltr .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .ltr .col-md-offset-6 {
        margin-left: 50%;
    }

    .ltr .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .ltr .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .ltr .col-md-offset-9 {
        margin-left: 75%;
    }

    .ltr .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .ltr .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }

    .ltr .col-lg-1,
    .ltr .col-lg-2,
    .ltr .col-lg-3,
    .ltr .col-lg-4,
    .ltr .col-lg-5,
    .ltr .col-lg-6,
    .ltr .col-lg-7,
    .ltr .col-lg-8,
    .ltr .col-lg-9,
    .ltr .col-lg-10,
    .ltr .col-lg-11 {
        float: left;
    }

    .rtl .col-lg-1,
    .rtl .col-lg-2,
    .rtl .col-lg-3,
    .rtl .col-lg-4,
    .rtl .col-lg-5,
    .rtl .col-lg-6,
    .rtl .col-lg-7,
    .rtl .col-lg-8,
    .rtl .col-lg-9,
    .rtl .col-lg-10,
    .rtl .col-lg-11 {
        float: right;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
        clear: both;
    }

    .rtl .col-lg-offset-0 {
        margin-right: 0;
    }

    .rtl .col-lg-offset-1 {
        margin-right: 8.333333333333332%;
    }

    .rtl .col-lg-offset-2 {
        margin-right: 16.666666666666664%;
    }

    .rtl .col-lg-offset-3 {
        margin-right: 25%;
    }

    .rtl .col-lg-offset-4 {
        margin-right: 33.33333333333333%;
    }

    .rtl .col-lg-offset-5 {
        margin-right: 41.66666666666667%;
    }

    .rtl .col-lg-offset-6 {
        margin-right: 50%;
    }

    .rtl .col-lg-offset-7 {
        margin-right: 58.333333333333336%;
    }

    .ltr .col-lg-offset-8 {
        margin-right: 66.66666666666666%;
    }

    .rtl .col-lg-offset-9 {
        margin-right: 75%;
    }

    .rtl .col-lg-offset-10 {
        margin-right: 83.33333333333334%;
    }

    .rtl .col-lg-offset-11 {
        margin-right: 91.66666666666666%;
    }

    .ltr .col-lg-offset-0 {
        margin-left: 0;
    }

    .ltr .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .ltr .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .ltr .col-lg-offset-3 {
        margin-left: 25%;
    }

    .ltr .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .ltr .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .ltr .col-lg-offset-6 {
        margin-left: 50%;
    }

    .ltr .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .ltr .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .ltr .col-lg-offset-9 {
        margin-left: 75%;
    }

    .ltr .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .ltr .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

/****** Responsive Table ******/

.table-holder,
.tree-holder {
    max-width: 100%;
    overflow: auto;
}

.table, .responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    /*for firfox bug in show overflow color th*/
    /*overflow: hidden;*/
    /*margin-bottom: 1.5em;*/
}

    /*for border bug in firefox when th td has background*/
    .table .items-header,
    .responsive-table .items-header,
    .table .search-header,
    .responsive-table .search-header {
        background: #555
    }

    .responsive-table th[scope="col"] {
        /*for background bug when position is relative*/
        /*background: #555;*/
        color: #fff;
        text-align: center;
        vertical-align: middle;
        /*use for sort-btn that must be removed add search-field-holder added in views*/
        /*position: relative;*/
        font-weight: normal
    }

    .responsive-table .details {
        text-align: center
    }

    /*.responsive-table .responsive-hide {
    display: none !important;
}*/


    .responsive-table .responsive-hide {
        display: none !important;
    }

@media (max-width: 767px) {
    .hidden-responsive-table {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .responsive-table {
        font-size: .9em;
    }

        .responsive-table .responsive-hide {
            display: table-cell !important;
        }
}


@media (min-width: 992px) {
    .responsive-table {
        font-size: 1em;
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }

    .box-content .table-holder {
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
}

.responsive-table thead th {
    background-color: #1d96b2;
    border: 1px solid #1d96b2;
    font-weight: normal;
    text-align: center;
    color: white;
}

    .responsive-table thead th:first-of-type {
        text-align: left;
    }

@media (max-width:767px) {
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table th,
    .responsive-table td {
        display: block;
    }

    .responsive-table tr {
        border-radius: 5px;
    }
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    padding: 4px 2px;
    white-space: normal;
    min-height: 30px;
}


.responsive-table tr {
    padding: 0;
}

.responsive-table th,
.responsive-table td {
    vertical-align: middle;
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 768px) {
    .responsive-table caption {
        font-size: 1.5em;
    }
}

.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

@media (min-width: 992px) {
    .responsive-table tfoot {
        font-size: .9em;
    }
}

@media (min-width: 768px) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 1px solid #1d96b2;
    background-color: #fff;
}

@media (min-width: 768px) {
    .responsive-table tbody tr {
        border-width: 0;
        border-right: none;
        border-left: none;
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

/*@media (min-width: 48em) {
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: rgba(94, 93, 82, 0.1);
    }
}*/

.responsive-table tbody th[scope="row"] {
    background-color: #1d96b2;
    color: white;
    text-align: right;
    padding-right: 3%;
}

    .responsive-table tbody th[scope="row"] > a {
        color: #fff;
    }

@media (min-width: 768px) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        position: static;
        color: #5e5d52;
        text-align: center;
        padding: 0;
        font-size: 100%;
    }

        .responsive-table tbody th[scope="row"] > a {
            color: #3072b3;
        }
}

.table tbody td,
.responsive-table tbody td,
.responsive-table tbody th[scope=row] {
    border-bottom: 1px solid #ccc;
}

@media (min-width: 769px) {
    .responsive-table tbody td {
        text-align: center;
    }
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75);
}

.rtl .responsive-table tbody td[data-title]:before {
    float: right;
    margin-left: 5px;
}

.ltr .responsive-table tbody td[data-title]:before {
    float: left;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em;
    }
}

@media (min-width: 768px) {
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}

.table, .responsive-table {
    border-collapse: collapse;
}

.table-full-border td {
    border: 1px solid #ccc;
}

.table-full-border th {
    border: 1px solid #999;
}

.table-footer {
    padding: 5px 10px;
}

.table-sticky {
    overflow: visible
}

    .table-sticky > .items-header th,
    .table-sticky > tbody > .items-header th {
        position: sticky;
        top: 0;
        z-index: 1
    }

/********** Buttons ********/

.btn-mini, .btn {
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    padding: 3px 13px;
    border: 0;
    margin: 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    max-width: 100%;
    line-height: inherit;
}

.dark .btn-mini,
.dark .btn {
    color: #eee;
    background-color: #666;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#888), to(#666));
    background-image: -moz-linear-gradient(#888, #666);
    background-image: -ms-linear-gradient(#888, #666);
    background-image: -o-linear-gradient(#888, #666);
    background-image: linear-gradient(#888, #666);
    text-shadow: 1px 1px 0 #444;
    box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.btn-mini:active, .btn:active {
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbb), to(#f0f0f0));
    background-image: -moz-linear-gradient(#bbb, #f0f0f0);
    background-image: -ms-linear-gradient(#bbb, #f0f0f0);
    background-image: -o-linear-gradient(#bbb, #f0f0f0);
    background-image: linear-gradient(#bbb, #f0f0f0);
}

.dark .btn-mini:active,
.dark .btn:active {
    background-color: #888;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#888));
    background-image: -moz-linear-gradient(#555, #888);
    background-image: -ms-linear-gradient(#555, #888);
    background-image: -o-linear-gradient(#555, #888);
    background-image: linear-gradient(#555, #888);
}

.btn[disabled] {
    background-color: #b9b9b9;
    color: #aaa;
    box-shadow: none !important;
    border-color: #a0a0a0;
    cursor: not-allowed;
    box-shadow: none
}

/*.btn:after,
    .btn-mini:after {
        content: '';
        display: block;
        float: right;
        width: 2px;
        height: 2px;
        background: #000;
        border-radius: 100%;
        opacity: .4;
        transform: scale(0);
    }*/

.btn-mini {
    min-width: 30px;
    min-height: 30px;
    padding: 0;
}

    .btn-mini[disabled] {
        background-color: #b9b9b9;
        color: #eee;
        box-shadow: none !important;
        cursor: default;
    }


    .btn-mini.icon-white, .btn-mini.icon-black {
        /*padding: 1px;*/ /*comment for tumble in form*/
        font-size: 0;
    }

    .btn.circle, .btn-mini.circle {
        border-radius: 25px;
    }

.rtl .btn.icon-white,
.rtl .btn.icon-black {
    padding: 3px 22px 3px 5px;
    padding-right: 22px !important;
    padding-left: 5px !important;
}

.ltr .btn.icon-white,
.ltr .btn.icon-black {
    padding: 3px 5px 3px 22px;
    padding-left: 22px !important;
    padding-right: 5px !important;
}

.btn-mini.icon-white:before,
.btn.icon-white:before,
.dark .btn-mini.icon-black:before,
.dark .btn.icon-black:before {
    content: '';
    background-image: url(images/saaed/ic-icons-white.png?v=5);
    width: 20px;
    height: 20px;
    margin-top: -1px;
}

.rtl .btn-mini.icon-white:before,
.rtl .btn.icon-white:before {
    margin-right: -20px;
    margin-left: 1px;
    float: right;
}

.ltr .btn-mini.icon-white:before,
.ltr .btn.icon-white:before {
    margin-left: -20px;
    margin-right: 1px;
    float: left;
}

.btn-mini.icon-black:before, .btn.icon-black:before {
    content: '';
    background-image: url(images/saaed/ic-icons-black.png?v=5);
    width: 20px;
    height: 20px;
    margin-top: -1px;
}

.rtl .btn-mini.icon-black:before,
.rtl .btn.icon-black:before {
    float: right;
    margin-left: 1px;
    margin-right: -20px;
}

.ltr .btn-mini.icon-black:before,
.ltr .btn.icon-black:before {
    float: left;
    margin-right: 1px;
    margin-left: -20px;
}

.btn-mini[disabled].icon-white:before,
.btn[disabled].icon-white:before,
.btn-mini[disabled].icon-black:before,
.btn[disabled].icon-black:before {
    background-image: url(images/saaed/ic-icons-gray.png?v=5);
}

.rtl .btn-mini.icon-white:before,
.rtl .btn-mini.icon-black:before,
.ltr .btn-mini.icon-white:before,
.ltr .btn-mini.icon-black:before {
    margin: 5px;
}

.btn-mini.edit:before, .btn.edit:before,
.btn-mini.edit-proxy:before, .btn.edit-proxy:before {
    background-position: 0 -40px;
}

.btn-mini.delete:before, .btn.delete:before,
.btn-mini.delete-proxy:before, .btn.delete-proxy:before {
    background-position: -20px -100px;
}

.btn-mini.done:before, .btn.done:before {
    background-position: 0 0px;
}

.btn-mini.cancel:before, .btn.cancel:before {
    background-position: 0 -20px;
}

.btn-mini.more:before, .btn.more:before {
    background-position: 0 -60px;
}

.btn-mini.add:before, .btn.add:before {
    background-position: 0 -80px;
}

.btn-mini.close:before, .btn.close:before {
    background-position: 0 -100px;
}

.btn-mini.search:before, .btn.search:before {
    background-position: 0 -120px;
}

.btn-mini.user:before, .btn.user:before {
    background-position: 0 -140px;
}

.rtl .btn-mini.prev:before, .rtl .btn.prev:before {
    background-position: 0 -160px;
}

.ltr .btn-mini.prev:before, .ltr .btn.prev:before {
    background-position: 0 -180px;
}

.rtl .btn-mini.next:before, .rtl .btn.next:before {
    background-position: 0 -180px;
}

.ltr .btn-mini.next:before, .ltr .btn.next:before {
    background-position: 0 -160px;
}

.btn-mini.up:before, .btn.up:before {
    background-position: 0 -200px;
}

.btn-mini.down:before, .btn.down:before {
    background-position: 0 -220px;
}

.btn-mini.cart:before, .btn.cart:before {
    background-position: 0 -240px;
}

.btn-mini.remove:before, .btn.remove:before {
    background-position: 0 -260px;
}

.btn-mini.menu:before, .btn.menu:before {
    background-position: -20px 0px;
}

.btn-mini.link:before, .btn.link:before {
    background-position: -20px -20px;
}

.rtl .btn-mini.prev-section:before, .rtl .btn.prev-section:before {
    background-position: -20px -40px;
}

.ltr .btn-mini.prev-section:before, .ltr .btn.prev-section:before {
    background-position: -20px -60px;
}

.rtl .btn-mini.next-section:before, .rtl .btn.next-section:before {
    background-position: -20px -60px;
}

.ltr .btn-mini.next-section:before, .ltr .btn.next-section:before {
    background-position: -20px -40px;
}

.btn-mini.module:before, .btn.module:before {
    background-position: -20px -80px;
}

.btn-mini.download:before, .btn.download:before {
    background-position: -20px -120px;
}

.btn-mini.copy:before, .btn.copy:before {
    background-position: -20px -140px;
}

.btn-mini.show:before, .btn.show:before {
    background-position: -20px -160px;
}

.btn-mini.refresh:before, .btn.refresh:before {
    background-position: -20px -180px;
}

.btn-mini.video:before, .btn.video:before {
    background-position: -20px -200px;
}

.btn-mini.audio:before, .btn.audio:before {
    background-position: -20px -220px;
}

.btn-mini.image:before, .btn.image:before {
    background-position: -20px -240px;
}

.btn-mini.text:before, .btn.text:before {
    background-position: -20px -260px;
}

.btn-mini.sections:before, .btn.sections:before {
    background-position: -40px 0px;
}

.btn-mini.radio:before, .btn.radio:before {
    background-position: -40px -20px;
}

.btn-mini.checkbox:before, .btn.checkbox:before {
    background-position: -40px -40px;
}

.btn-mini.identity:before, .btn.identity:before {
    background-position: -40px -60px;
}

.btn-mini.settings:before, .btn.settings:before {
    background-position: -40px -80px;
}

.btn-mini.sheet:before, .btn.sheet:before {
    background-position: -40px -100px;
}

.btn-mini.notification:before, .btn.notification:before {
    background-position: -40px -120px;
}

.btn-mini.tag:before, .btn.tag:before {
    background-position: -40px -140px;
}

.btn-mini.move-folder:before, .btn.move-folder:before {
    background-position: -40px -160px;
}

.btn-mini.green, .btn.green {
    border-bottom-color: #4f6900;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #99cc00;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99cc00), to(#6d9200));
    background-image: -moz-linear-gradient(#99cc00, #6d9200);
    background-image: -o-linear-gradient(#99cc00, #6d9200);
    background-image: linear-gradient(#99cc00, #6d9200);
}

    .btn-mini.green:active, .btn.green:active {
        border-top-color: #4f6900;
        background-color: #6d9200;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d9200), to(#99cc00));
        background-image: -moz-linear-gradient(#6d9200, #99cc00);
        background-image: -o-linear-gradient(#6d9200, #99cc00);
        background-image: linear-gradient(#6d9200, #99cc00);
    }


.btn-mini.orange, .btn.orange {
    border-bottom-color: #9d5b05;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #ED8702;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED8702), to(#c47105));
    background-image: -moz-linear-gradient(#ED8702, #c47105);
    background-image: -o-linear-gradient(#ED8702, #c47105);
    background-image: linear-gradient(#ED8702, #c47105);
}

    .btn-mini.orange:active, .btn.orange:active {
        border-top-color: #9d5b05;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c47105), to(#ED8702));
        background-image: -moz-linear-gradient(#c47105, #ED8702);
        background-image: -o-linear-gradient(#c47105, #ED8702);
        background-image: linear-gradient(#c47105, #ED8702);
    }

.btn-mini.red, .btn.red {
    border-color: #b33630;
    border-bottom-color: #802824;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc5f59), to(#b33630));
    background-image: -moz-linear-gradient(#dc5f59, #b33630);
    background-image: -ms-linear-gradient(#dc5f59, #b33630);
    background-image: -o-linear-gradient(#dc5f59, #b33630);
    background-image: linear-gradient(#dc5f59, #b33630);
}

    .btn-mini.red:active, .btn.red:active {
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b33630), to(#dc5f59));
        background-image: -moz-linear-gradient( #b33630,#dc5f59);
        background-image: -ms-linear-gradient(#b33630,#dc5f59);
        background-image: -o-linear-gradient(#b33630, #dc5f59 );
        background-image: linear-gradient(#b33630,#dc5f59);
    }

.btn-mini.blue, .btn.blue {
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

    .btn-mini.blue:active, .btn.blue:active {
        color: #fff;
        background-color: #3c8dde;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
        background-image: -moz-linear-gradient(#3072b3,#599bdc);
        background-image: -o-linear-gradient(#3072b3,#599bdc);
        background-image: linear-gradient(#3072b3,#599bdc);
    }

    .btn-mini.orange[disabled], .btn.orange[disabled], .btn-mini.blue[disabled], .btn.blue[disabled], .btn-mini.red[disabled], .btn.red[disabled], .btn-mini.green[disabled], .btn.green[disabled] {
        border-bottom-color: #ddd;
        text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
        color: #999;
        background-color: #3c8dde;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f5f5f5));
        background-image: -moz-linear-gradient(#f0f0f0, #f5f5f5);
        background-image: -o-linear-gradient(#f0f0f0, #f5f5f5);
        background-image: linear-gradient(#f0f0f0, #f5f5f5);
    }



/************ Hidden ************/
.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 767px) {
    .hidden-min-xs {
        display: none !important;
    }
}

@media (min-width: 991px) {
    .hidden-min-sm {
        display: none !important;
    }
}

@media (min-width: 1199px) {
    .hidden-min-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-min-lg {
        display: none !important;
    }
}

/***** Loading *****/

.loading-xs {
    width: 16px;
    height: 16px;
    background: url(images/saaed/loading-sm.gif) no-repeat 50% 50%;
}

.loading {
    position: fixed;
    backface-visibility: hidden;
    top: 0;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    background: #fff;
    text-align: center;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 999999;
    display: none;
    overflow: hidden
}

    .loading .loading-text {
        display: inline-block;
        padding: 5px 10px;
    }

.dark .loading {
    background: #555;
}

.loading img {
    vertical-align: middle;
    margin: 5px 0;
}

.dark .loading img {
    filter: invert(0.65);
}

.loading.show {
    display: block;
}

.check-xs {
    width: 16px;
    height: 16px;
    background: url(images/saaed/ic-checked-xs.png) no-repeat 50% 50%;
}

.nocheck-xs {
    width: 16px;
    height: 16px;
    background: url(images/saaed/ic-nocheck-sm.png) no-repeat 50% 50%;
}

.dl-horizontal dt, .dl-horizontal .caption {
    background-color: #ED8702;
    color: #fff;
    margin: 0 5px;
    min-width: 100px;
    padding: 1px 5px;
    display: inline-block;
}

.rtl .dl-horizontal dt, .rtl .dl-horizontal .caption {
    float: right;
}

.ltr .dl-horizontal dt, .ltr .dl-horizontal .caption {
    float: left;
}

.dl-horizontal dd, .dl-horizontal .data {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    min-height: 19px;
    cursor: default;
    line-height: 1.6;
}

.disp-inline {
    display: inline;
}

.disp-iblock {
    display: inline-block;
}

.disp-block {
    display: block;
}

.bg-white-smoke {
    background-color: #f9f9f9 !important;
}

.bg-smoke {
    background-color: #f0f0f0 !important;
}

.bg-gray {
    background-color: #ccc !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000;
}

.bg-orange {
    background-color: #FFA100;
}

.bg-red {
    background-color: #c33;
}

.bg-blue {
    background-color: #0A93D5;
}

.bg-opaque {
    background: transparent url(images/saaed/bg-opaque-black.png)
}

.bg-oblique {
    background: transparent url(images/saaed/bg-oblique-black.png);
}

.pad-all-2p {
    padding: 2%;
}

.pad-right-2p {
    padding-right: 2%;
}

.pad-left-2p {
    padding-left: 2%;
}

.pad-top-2p {
    padding-top: 2%;
}

.pad-bottom-2p {
    padding-bottom: 2%;
}

.pad-all-1p {
    padding: 1%
}

.pad-left-1p {
    padding-left: 1%
}

.pad-right-1p {
    padding-right: 1%
}

.pad-top-1p {
    padding-top: 1%
}

.pad-bottom-1p {
    padding-bottom: 1%
}

.pad-right-no {
    padding-right: 0;
}

.pad-left-no {
    padding-left: 0;
}

.pad-top-no {
    padding-top: 0;
}

.pad-bottom-no {
    padding-bottom: 0;
}

.pad-all-no {
    padding: 0 !important
}

.margin-all-2p {
    margin: 2%;
}

.margin-top-2p {
    margin-top: 2%;
}

.margin-right-2p {
    margin-right: 2%;
}

.margin-bottom-2p {
    margin-bottom: 2%;
}

.margin-left-2p {
    margin-left: 2%;
}

.margin-top-1p {
    margin-top: 1%;
}

.margin-right-1p {
    margin-right: 1%;
}

.margin-bottom-1p {
    margin-bottom: 1%;
}

.margin-left-1p {
    margin-left: 1%;
}

.margin-all-1p {
    margin: 1%
}

.margin-all-no {
    margin: 0 !important
}

.text-normal {
    font-weight: normal;
    text-decoration: none;
}

.text-justify {
    text-align: justify !important;
}

.text-center {
    text-align: center !important;
}

.text-bold {
    font-weight: bold;
}

.text-black {
    color: #222;
}

.text-gray {
    color: #a0a0a0;
}

.text-white {
    color: #fff;
}

.text-smoke {
    color: #f9f9f9;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.line-1em {
    line-height: 1em;
}

.line-2em {
    line-height: 2em;
}

.bullet-outside {
    list-style-position: outside;
}

.bullet-inside {
    list-style-position: inside;
}

.rtl .text-align {
    text-align: right;
}

.ltr .text-align {
    text-align: left;
}

.text-ex {
    font-size: 190%;
}

.text-lg {
    font-size: 130%;
}

.text-md {
    font-size: 105%;
}

.text-sm {
    font-size: 80%;
}

.text-danger, .text-error {
    color: red;
}

.text-success {
    color: green;
}

.text-english {
    font-family: Tahoma,"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.text-wrap {
    white-space: normal;
}

.text-no-wrap {
    white-space: nowrap;
}

.cart .count {
    padding: 10px;
    font-size: 14pt;
    line-height: 1em;
    margin-left: 5px
}

.cart-float {
    position: fixed;
    backface-visibility: hidden;
    bottom: 5%;
    right: 2%;
    z-index: 999;
    display: none;
}

    .cart-float .count {
        padding: 2px 10px;
        background-color: rgba(0,0,0,.3);
        border-radius: 50%;
        margin-left: 5px;
    }

/***** Navigation ****/

.nav {
    list-style: none;
    font-size: 9pt;
    position: relative;
}

    .nav li {
        list-style: inside none none;
        position: relative;
    }

    .nav .nav {
        display: none;
    }


.nav-horizontal > li {
    position: relative;
}

.rtl .nav-horizontal > li {
    float: right
}

.ltr .nav-horizontal > li {
    float: left
}

.nav .nav-horizontal > li {
    display: table-cell;
    float: none
}

.nav a,
.nav .caption {
    display: block;
    overflow: hidden;
}

.nav a,
.nav .btn,
.nav .btn-mini,
.nav .caption {
    padding: 2px 5px;
}

.nav-horizontal:after {
    content: '';
    display: table;
    clear: both;
}

.nav-horizontal a,
.nav-horizontal .caption {
    padding: 5px 5px;
    position: relative;
    overflow: hidden;
    white-space: nowrap
}

.nav-vertical a,
.nav-vertical .caption {
    text-indent: 0;
}

.nav .nav-parent > a,
.nav .nav-parent > .caption {
    position: relative;
}

.rtl .nav .nav-parent > a,
.rtl .nav .nav-parent > .caption {
    padding-left: 22px !important;
    cursor: default;
}

.ltr .nav .nav-parent > a,
.ltr .nav .nav-parent > .caption {
    padding-right: 22px !important;
    cursor: default;
}

.nav .nav-parent > a:before,
.nav .nav-parent > .caption:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url(images/saaed/ic-icons-white.png);
    background-repeat: no-repeat;
}

.rtl .nav .nav-parent > a:before,
.rtl .nav .nav-parent > .caption:before {
    left: 0px;
    right: initial;
    background-position: 0 -180px;
}

.rtl .subnav-holder .nav-parent > a:before,
.rtl .subnav-holder .nav-parent > .caption:before {
    background-position: 0 -220px;
}

.rtl .nav-parent.nav-collapsed > a:before,
.rtl .nav-parent.nav-collapsed > .caption:before {
    background-position: 0 -220px;
}

.rtl .subnav-holder.subnav-sidebar .nav-parent.nav-collapsed > a:before,
.rtl .subnav-holder.subnav-sidebar .nav-parent.nav-collapsed > .caption:before {
    background-position: 0 -180px;
}

.ltr .nav .nav-parent > a:before,
.ltr .nav .nav-parent > .caption:before {
    right: 0px;
    left: initial;
    background-position: 0 -160px;
}

.ltr .subnav-holder .nav-parent > a:before,
.ltr .subnav-holder .nav-parent > .caption:before {
    background-position: 0 -220px;
}

.ltr .nav-parent.nav-collapsed > a:before,
.ltr .nav-parent.nav-collapsed > .caption:before {
    background-position: 0 -220px;
}

.ltr .subnav-holder .nav-parent.nav-collapsed > a:before,
.ltr .subnav-holder .nav-parent.nav-collapsed > .caption:before {
    background-position: 0 -160px;
}

.nav-horizontal .nav {
    position: absolute;
    top: 100%;
    padding-right: 0;
    padding-left: 0px;
    z-index: 3;
}

.vmodule .nav-vertical .nav {
    position: fixed
}

.rtl .nav-horizontal .nav {
    right: 0;
}

.left .nav-horizontal .nav {
    left: 0;
}

.nav-vertical .nav {
    position: absolute;
    top: 0;
    left: initial;
    bottom: inherit;
}

.rtl .nav-vertical .nav {
    right: 100%;
}

.ltr .nav-vertical .nav {
    left: 100%;
}

.nav-vertical li {
    width: 100%;
    float: none;
    display: block;
}

.nav-toggle {
    height: 20px;
    padding: 5px 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    display: none;
    transition: transform 0.2s ease;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    transform-origin: 50% 50%;
    line-height: 1;
}

    .nav-toggle:active {
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

.toggle-text {
    display: table-cell;
    vertical-align: middle;
}

.rtl .toggle-text {
    padding-right: 5px;
}

.ltr .toggle-text {
    padding-left: 5px;
}

.nav-toggle .toggle-icon {
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
}

.rtl .toggle-icon {
    float: right;
    padding-left: 2%
}

.ltr .toggle-icon {
    float: left;
    padding-right: 2%
}

.nav-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

    .nav-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.nav-wide > ul .caption {
    background: transparent;
}

.nav li.nav-wide {
    position: static
}

.nav-wide .nav .nav {
    display: inline-block;
    position: static;
}

.rtl .nav-horizontal.nav-wide > .nav.nav-collapsed,
.ltr .nav-horizontal.nav-wide > .nav.nav-collapsed {
    position: absolute;
    display: block;
    left: 10px;
    right: 10px;
}

.nav-wide > .nav > li {
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.nav-wide > .nav > .nav-parent {
    border-radius: 5px;
}

.rtl .nav-wide > .nav ul {
    margin: 0 20px 10px 0
}

.ltr .nav-wide > .nav ul {
    margin: 0 0 10px 20px;
}

.nav-wide li a.sub-menu:before,
.nav-wide li .caption.sub-menu:before {
    content: ".";
    display: inline-block;
    font-size: 45px;
    width: 20px;
    height: 20px;
    position: static;
    background: transparent;
    line-height: 8px;
}

.nav-wide > .nav {
    box-shadow: 0 1px 2px rgba(0,0,0,0.3)
}

.nav-collapsed > .nav {
    display: block !important
}


.nav-title {
    background-color: #FFA100;
    color: #222;
    padding: 10px 0;
    text-align: center
}

/*comment for menu in menu*/
/*.rtl .nav-vertical .nav {
    margin-right: 20px;
}

.ltr .nav-vertical .nav {
    margin-left: 20px;
}*/

.nav-fixed {
    position: fixed !important;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.nav-vertical .nav-home {
    width: auto;
    font-size: inherit !important
}

.nav-back > a {
    text-indent: 20px
}

.nav-back:before {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(images/saaed/ic-icons-white.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
}

.rtl .nav-back:before {
    float: right;
    background-position: 0 -160px;
}

.ltr .nav-back:before {
    float: left;
    background-position: 0 -180px;
}

.snav-sidebar {
    background-color: #444;
    overflow: auto;
    height: 100%;
    position: fixed;
    backface-visibility: hidden;
    width: 230px;
    z-index: 9999;
    top: 0;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    display: none;
}

.ltr .snav-sidebar {
    left: 0;
    animation: animate__slideLeftIn 0.3s ease;
}

.rtl .snav-sidebar {
    right: 0;
    animation: animate__slideRightIn 0.3s ease;
}

.sidebar-show .snav-sidebar {
    visibility: visible;
    display: block;
    box-shadow: -1px 0 2px rgba(0,0,0,0.3)
}

.snav-sidebar .nav {
    display: none;
    padding: 0;
    margin: 0;
}

    .snav-sidebar .nav.nav-show {
        display: block;
    }

.snav-sidebar a,
.snav-sidebar .caption {
    color: #fff
}

.active-sidebar-nav .nav-toggle {
    display: inline-table;
}

.active-sidebar-nav .subnav-holder,
.active-sidebar-nav .main-nav {
    display: none;
}

.ie8 .snav-sidebar {
    display: none;
}

.ie8 .snav-sidebar-opened {
    display: block !important;
}

/******** Width *******/

.width-full {
    width: 100%;
    max-width: 100%;
}

.width-full-sm {
    width: 580px;
    max-width: 100%;
}

.width-full-md {
    width: 970px;
    max-width: 100%;
}

.width-full-lg {
    width: 1024px;
    max-width: 100%;
}

.width-full-ex {
    width: 1300px;
    max-width: 100%;
}

/***** Border *****/
.border-black-1p {
    border: 1px solid #222;
}

.border-black-top-1p {
    border-top: 1px solid #222;
}

.border-black-bottom-1p {
    border-bottom: 1px solid #222;
}

.border-black-right-1p {
    border-right: 1px solid #222;
}

.border-black-left-1p {
    border-left: 1px solid #222;
}

.border-gray-1p {
    border: 1px solid #a0a0a0;
}

.border-gray-top-1p {
    border-top: 1px solid #a0a0a0;
}

.border-gray-bottom-1p {
    border-bottom: 1px solid #a0a0a0;
}

.border-gray-right-1p {
    border-right: 1px solid #a0a0a0;
}

.border-gray-left-1p {
    border-left: 1px solid #a0a0a0;
}

.border-black-2p {
    border: 2px solid #222;
}

.border-no {
    border: 0 !important;
}

.border-top-no {
    border-top: 0 !important;
}

.border-bottom-no {
    border-bottom: 0 !important;
}

.border-right-no {
    border-right: 0 !important;
}

.border-left-no {
    border-left: 0 !important;
}

/****** Print *****/
.report-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}


    .report-table td, .report-table th {
        text-align: center;
        padding: 4px 1px 4px 1px;
    }

    .report-table td {
        border: 1px solid #222;
    }

    .report-table th {
        border: 2px solid #222;
    }

.report-table-compact {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}


    .report-table-compact td, .report-table-compact th {
        text-align: center;
    }

    .report-table-compact td {
        border: 1px solid #222;
    }

    .report-table-compact th {
        border: 2px solid #222;
    }

.rtl .return-button {
    float: right;
    margin: 5px;
}

.ltr .return-button {
    float: left;
    margin: 5px;
}

.print-border {
    overflow: hidden;
    max-height: 100%;
}

.print_button,
.export_button {
    margin: 4px 2px
}

.print-page {
    background-color: #fff;
    overflow: hidden;
    min-height: 0 !important;
    min-width: 0 !important;
    margin: 0;
    break-after: page;
    page-break-after: always;
    position: relative;
    color: #000;
    border: 0;
}

    .print-page:last-child {
        break-after: avoid !important;
        page-break-after: avoid !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important
    }

.portrait.print-page {
    padding-top: 6.35mm;
    padding-right: 6.35mm;
    padding-left: 6.35mm;
    padding-bottom: 0mm;
}

.landscape.print-page {
    padding-top: 6.35mm;
    padding-right: 6.35mm;
    padding-left: 6.35mm;
    padding-bottom: 0mm;
}

.portrait.print-page.unit-in {
    padding-top: 0.25in;
    padding-right: 0.25in;
    padding-left: 0.25in;
    padding-bottom: 0in;
}

.landscape.print-page.unit-in {
    padding-top: 0.25in;
    padding-right: 0.25in;
    padding-left: 0.25in;
    padding-bottom: 0in;
}


.landscape.print-page.punch {
    padding-top: 12.7mm;
}

.portrait.print-page.punch {
    padding-left: 15.748mm;
}

.landscape.print-page.punch.unit-in {
    padding-top: 0.5in;
}

.portrait.print-page.punch.unit-in {
    padding-left: 0.62in;
}

.landscape.print-page-view,
.portrait.print-page-view {
    box-shadow: 0 0 2px #555;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5.08mm;
    margin-right: auto;
    margin-left: auto;
}

    .landscape.print-page-view.unit-in, .portrait.print-page-view.unit-in {
        padding-bottom: 0.2in !important;
    }

.print-modal {
    position: fixed;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-image: url(images/saaed/bg-opaque-black.png);
    display: none;
}

    .print-modal.show {
        display: block;
    }

.print-loading {
    position: fixed;
    backface-visibility: hidden;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center
}

.report-filter {
    padding: 5px;
    background-color: #eee;
    border-bottom: 1px solid #ccc
}

.dark .report-filter {
    background-color: #555;
    border-bottom: 1px solid #333
}

.rtl .report-filter .page-title {
    float: right;
    margin: 5px;
}

.ltr .report-filter .page-title {
    float: left;
    margin: 5px;
}

.report-filter .control-label {
    font-size: 81%
}

.report-filter .advanced-filters {
    transition: 0.5s max-height ease, 0.5s padding ease;
    max-height: 0;
    padding: 0;
    overflow: hidden;
}

    .report-filter .advanced-filters.show {
        padding-top: 10px;
        max-height: 600px;
    }

.rtl .report-filter .filter-actions {
    float: left;
}

.ltr .report-filter .filter-actions {
    float: right;
}

.report-filter .input-group,
.report-filter .checkbox-field {
    margin: 3px 0 5px;
}

.report-filter .form-complex .control-label {
    color: #555
}

.print-panel {
    padding: 2px;
    border-bottom: 1px solid #bbb;
    background-color: #ddd
}

.dark .print-panel {
    background-color: #777;
    border-bottom: 1px solid #555;
}

.print-panel .panel-item {
    margin: 2px;
}

.rtl .print-panel .panel-item {
    float: right;
}

.ltr .print-panel .panel-item {
    float: left;
}

.panel-item .input-group {
    width: auto
}

.panel-item .form-control,
.panel-item .input-group-input {
    width: auto;
    max-width: 150px;
    min-width: 30px;
}

.rtl .print-panel .report-paging {
    float: left
}

.ltr .print-panel .report-paging {
    float: right
}

.report-paging .form-control {
    max-width: 50px
}

.item-per-page .form-control {
    max-width: 50px
}

.report-item-full,
.report-item-full > * {
    padding: 0 !important;
    margin: 0 !important;
}

.print-view .report-body,
.print-view .report-header,
.print-view .report-footer,
.print-view .report-page-header,
.print-view .report-page-footer,
.print-view .item-content,
.print-view .report-item-full,
.print-view .report-item-full > * {
    overflow: auto /*for include child margin in height*/
}

.report-body:after, .report-header:after, .report-footer:after, .report-page-header:after, .report-page-footer:after, .report-page .item-content:after {
    /*for fix scroll bug in firefox*/
    display: block;
    height: 1px;
    content: '.';
    font-size: 0.5px;
}

/*for watermark*/
.report-body, .report-header, .report-footer, .report-page-header, .report-page-footer {
    position: relative;
    z-index: 2;
    /*for fix bug when first child is h1*/
    padding: 1px;
}

.watermark-holder {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    padding: 50px;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    color: #888 !important;
    font-weight: bolder;
    font-size: 500%;
    transform: rotate(-45deg);
    opacity: 0.2
}

.header-holder {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 1px;
    text-align: center;
    max-width: 100%;
    z-index: 1;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    max-height: 100%;
    overflow: hidden;
    break-after: avoid;
    page-break-after: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
}

    .header-holder img {
        max-width: 100%;
        /*max-height:100%;*/
    }

.report-date-header,
.report-number-header,
.report-attachment-header {
    position: absolute;
    padding: 0;
    margin: 0;
    height: 16px;
}

@media (max-width:320px) {
    .report-filter .filter-actions {
        font-size: 88%;
    }
}

@media print {
    .print-hidden {
        display: none !important;
    }

    .print-text-sm {
        font-size: 85%
    }

    .bg-white-smoke {
        background-color: #f9f9f9 !important;
        -webkit-print-color-adjust: exact;
    }

    .bg-smoke {
        background-color: #f0f0f0 !important;
        -webkit-print-color-adjust: exact;
    }

    .bg-black {
        background-color: #000 !important;
        -webkit-print-color-adjust: exact;
    }

    .watermark-holder {
        color: #888 !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
}

.input-field {
    position: relative
}

    .input-field .field-validation-error {
        position: absolute;
        top: 95%;
        z-index: 1;
        color: #fff;
        background-color: #c33;
        padding: 2px 10px;
        border-radius: 5px;
        animation: animate__redPulse 1.5s ease infinite;
        transform: scale(1) !important;
    }

.rtl .input-field .field-validation-error {
    right: 15px;
    left: initial
}

.ltr .input-field .field-validation-error {
    left: 15px;
    right: initial
}

.input-field .field-validation-error:after {
    content: '';
    display: inline-block;
    border-top: 2px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #c33;
    position: absolute;
    top: 0;
    margin-top: -7px
}

.rtl .input-field .field-validation-error:after {
    right: 2px;
    left: initial;
}

.ltr .input-field .field-validation-error:after {
    left: 2px;
    right: initial
}

.input-holder-validation-error {
    border-color: #c33 !important
}

@keyframes animate__slideRightIn {
    0% {
        transform: translate(380px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes animate__slideRightOut {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(380px, 0);
    }
}

@keyframes animate__slideLeftIn {
    0% {
        transform: translate(-380px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes animate__slideLeftOut {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-380px, 0);
    }
}

@keyframes animate__scale {
    0% {
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    100% {
        -webkit-transform: scale3d(1.05,1.05,1);
        -moz-transform: scale3d(1.05,1.05,1);
        -ms-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1);
    }
}

@keyframes animate__redPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(204, 51, 51, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(204, 51, 51, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(204, 51, 51, 0);
    }
}

@keyframes animate__fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.code-list {
    display: inline-block;
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 0 5px 1px;
    border-radius: 2px;
    margin: 4px 2px 0;
}

.code-list-title {
    background: #ccc;
    margin: 0px -5px 2px -5px;
    padding: 2px 4px;
    font-size: 11px;
}

.center-placeholder:-moz-placeholder {
    text-align: center;
}

.center-placeholder::-moz-placeholder {
    text-align: center;
}

.center-placeholder:-ms-input-placeholder {
    text-align: center;
}

.center-placeholder::-webkit-input-placeholder {
    text-align: center;
}

.main-nav-holder > ul {
    margin: 0;
    padding: 0
}

.grid-table .choice-label {
    display: none;
    padding: 0 5px;
    vertical-align: middle;
}

.grid-table input[type=radio],
.grid-table input[type=checkbox] {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .grid-table .choice-label {
        display: initial;
    }
}

.choice-list {
    list-style: none;
    padding: 0;
    margin: 5px 1px;
}

    .choice-list:after {
        content: "";
        display: block;
        clear: both;
    }

    .choice-list input[type=radio],
    .choice-list input[type=checkbox] {
        vertical-align: middle;
    }


.rtl .horizontal-choice-list li {
    float: right;
    margin-right: 20px;
}

.ltr .horizontal-choice-list li {
    float: left;
    margin-left: 20px;
}


.rtl .grid-item-title {
    text-align: right;
}

.ltr .grid-item-title {
    text-align: left;
}


.rtl .prop-changes {
    text-align: right;
}

.ltr .prop-changes {
    text-align: left;
}

.prop-value {
    margin-bottom: 2px;
    border-radius: 5px;
    padding: 1px;
    color: #999;
}

.prop-title {
    color: #222;
    font-weight: bold
}

.prop-old-value, .prop-new-value {
    font-size: 90%;
    color: #222;
}

.pos-rel {
    position: relative
}

/**** Grid Holder*****/

.grid-holder .sort-btn {
    position: static;
    display: block;
    margin: 3px auto 0;
    vertical-align: middle
}

.grid-holder {
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    background: #f9f9f9;
}

    .grid-holder .grid-title {
        font-weight: bold;
        padding: 5px;
        border-radius: 5px 5px 0 0
    }

.cell-title-holder {
    position: relative
}

.grid-holder .cell-title-holder:after {
    content: "";
    display: inline-block;
    height: 18px;
    border-left: 1px solid rgba(0,0,0,0.3);
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    margin-left: -2px;
}

.rtl .grid-paging,
.ltr .grid-page-size {
    float: right;
    margin: 5px 0;
}

.ltr .grid-paging,
.rtl .grid-page-size {
    float: left;
    margin: 5px 0;
}

.grid-paging ul {
    padding: 0
}

.grid-page-size .page-size,
.page-size {
    margin: 0 5px;
    width: 50px;
}

.gdetail-info-header {
    font-size: 19px;
    font-weight: bold
}

.gdetail-holder .custom-actions {
    padding: 5px;
    background: #ddd;
    margin: 5px 0;
}

    .gdetail-holder .custom-actions .btn {
        margin: 4px;
        white-space: normal;
        text-align: inherit;
        min-width: 70px;
    }

.gdetail-content {
    padding: 10px 0;
    margin: 10px;
    background: #f9f9f9;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 5px
}

    .gdetail-content .search-holder {
        display: none
    }

.gdetail-info-holder {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

/**** Start Pagination *****/
.pagination {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    list-style: none;
}

    .pagination > li {
        margin: 0px 3px;
    }

.rtl .pagination > li {
    float: right;
}

.ltr .pagination > li {
    float: left;
}

.pagination > li > a,
.pagination > li > span {
    display: inline-block;
    padding: 4px 10px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    color: #777;
    border-radius: 5px;
    vertical-align: middle
}

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        background-color: #eee;
    }

.pagination .PagedList-skipToPrevious a,
.pagination .PagedList-skipToNext a,
.pagination .PagedList-skipToFirst a,
.pagination .PagedList-skipToLast a {
    font-size: 0;
    overflow: hidden;
    padding: 3px
}

.PagedList-skipToPrevious a:before,
.PagedList-skipToNext a:before,
.PagedList-skipToFirst a:before,
.PagedList-skipToLast a:before {
    background-image: url(images/saaed/ic-icons-black.png);
    content: '';
    width: 20px;
    height: 20px;
    display: block;
}

.dark .PagedList-skipToPrevious a:before,
.dark .PagedList-skipToNext a:before,
.dark .PagedList-skipToFirst a:before,
.dark .PagedList-skipToLast a:before {
    background-image: url(images/saaed/ic-icons-white.png);
}

.rtl .PagedList-skipToPrevious a:before,
.ltr .PagedList-skipToNext a:before {
    background-position: 0 -160px;
}

.rtl .PagedList-skipToNext a:before,
.ltr .PagedList-skipToPrevious a:before {
    background-position: 0 -180px;
}

.rtl .PagedList-skipToFirst a:before,
.ltr .PagedList-skipToLast a:before {
    background-position: -20px -40px;
}

.rtl .PagedList-skipToLast a:before,
.ltr .PagedList-skipToFirst a:before {
    background-position: -20px -60px;
}


.pagination .disabled.PagedList-ellipses a,
.dark .pagination .disabled.PagedList-ellipses a {
    background: transparent;
    border-color: transparent;
    font-weight: bolder;
    padding: 3px 1px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #f5f5f5;
    border-color: transparent;
}

.PagedList-skipToPrevious.disabled a:before,
.PagedList-skipToNext.disabled a:before,
.PagedList-skipToFirst.disabled a:before,
.PagedList-skipToLast.disabled a:before {
    background-image: url(images/saaed/ic-icons-gray.png);
}
/**** End Pagination *****/

.gateway-list .item {
    width: 150px;
    height: 150px;
    margin: 1%;
    display: inline-block;
    text-align: center;
}

.gateway-list .item button {
    width: 100%;
    height: 100%;
}

.cash-deposit {
    background-color: #e1f5de !important;
    color: #0e6d15 !important;
}

.cash-withdraw {
    background-color: #f5e4de !important;
    color: #6d0e0e !important;
}

.cash-freeze {
    background-color: #f5eede !important;
    color: #b97e06 !important;
}

.usable-balance {
    color: #0e6d15 !important;
}

.freezed-balance {
    color: #b97e06 !important;
}

.prevent-select,
.prevent-select img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
}

.user-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ccc;
    padding: 1%;
}
