/* Minification failed. Returning unminified contents.
(3259,17655): run-time error CSS1019: Unexpected token, found ':'
(3259,17655): run-time error CSS1042: Expected function, found ':'
(3259,17655): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*  saaed.css v1.1.8  */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

    /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

    a:active,
    a:hover {
        outline-width: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

    /**
 * 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;
    }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on OS X.
 */

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 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 */
}

/****End Normalize *******/


* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 10pt;
    line-height: 1.428571429;
    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;
}

.footer {
    visibility: hidden
}

    .footer.show {
        animation: fadeIn .2s ease;
        visibility: visible;
    }

    .footer:before {
        content: '';
        clear: both;
        display: block;
    }

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.ltr .control-label {
    text-align: right;
    display: inline-block;
    color: #555;
}

.rtl .control-label {
    text-align: left;
    display: inline-block;
    color: #555;
}

.control-label.required {
    color: #000;
}

    .control-label.required:after {
        content: '*';
        font-size: 8pt;
    }

.field-validation-error {
    font-size: 90%;
    color: red;
}

.validation-summary-errors {
    font-size: 90%;
    color: red;
    background-color: #f9f9f9
}

    .validation-summary-errors > ul {
        display: block;
        padding: 10px 15px;
        margin: 0
    }

.container {
    padding-right: 15px;
    padding-left: 15px;
    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;
}


.box-header {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px 5px 2px;
    margin: 0 -5px 5px;
}

.box-small {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: auto;
    max-width: 100%;
    padding: 0 15px;
    width: 320px;
}

    .box-small .splitter {
        height: 1px;
        display: block;
        background-color: #ccc;
        margin: 5px -15px;
    }

        .box-small .splitter + .or-splitter {
            background-color: #369;
            border-radius: 50%;
            box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
            color: #fff;
            height: 40px;
            margin: -26px auto 0;
            padding: 13px;
            width: 40px
        }

.box-info {
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    vertical-align: middle;
}

.box-warning {
    background-color: #fbfba1;
}

.box-content {
    /*background: rgba(255,255,255,0.5);*/
    background-color: #fff;
    padding: 1px 15px;
    border-radius: 3px;
    box-shadow: 0 0 2px #555;
    margin-bottom: 5px;
    overflow: auto;
    max-width: 100%;
}

    .box-content .splitter {
        height: 1px;
        display: block;
        background-color: #ccc;
        margin: 5px -15px;
    }

.clear {
    clear: both;
}


.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;
}

.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 {
        margin: 0 -1px;
        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: 3px;
    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: 10px;
    /*for correct display in form*/
    height: 30px;
    vertical-align: middle
}

.input-group > input[type=checkbox] {
    width: 20px;
}


.col-sm-2.control-label {
    line-height: 0.8;
    max-height: 30px
}

.input-group > .form-control {
    border: 0
}

.input-group-addon, .input-group-btn {
    display: table-cell;
    height: 100%;
    background-color: #f0f0f0;
    border: 0;
    vertical-align: middle;
    margin: 0 -1px 0 0;
    white-space: nowrap;
    border-radius: 0px;
    height: 30px; /*for firefox*/
}

.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 {
    font-size: 8pt;
    color: #a0a0a0;
}

.unit-field {
    font-size: 8pt
}

.row {
    padding-right: 15px;
    padding-left: 15px;
}

.box-content .form-actions, .box-small .form-actions {
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    margin: 5px -15px 0;
    padding: 2px;
    clear: both;
}

.form-actions:after {
    content: '';
    display: block;
    clear: both;
}

.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-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%;
}


.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: 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-top: 0;
        margin-bottom: 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%;
    }

    .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%;
    }

    /*.form-horizontal .col-md-1{
        min-width:25px;
    }*/

    .col-md-2 {
        width: 16.666666666666664%;
    }

    /*.form-horizontal .col-md-2{
        min-width:50px;
    }*/

    .col-md-3 {
        width: 25%;
    }
    /*.form-horizontal .col-md-3{
        min-width:75px;
    }*/

    .col-md-4 {
        width: 33.33333333333333%;
    }

    /*.form-horizontal .col-md-4{
        min-width:100px;
    }*/
    .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%;
    }

    .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%;
    }

    .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%;
    }
}

.form-horizontal .control-label, .form-horizontal .input-group {
    margin-top: 7px
}

/****** Responsive Table ******/

.table, .responsive-table {
    width: 100%;
    border-collapse: collapse;
    /*margin-bottom: 1.5em;*/
}

    .responsive-table th[scope="col"] {
        background-color: #555;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        position: relative
    }

    /*.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;
    }
}

.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 tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    padding: 4px 2px;
    text-align: left;
    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: 2px solid #1d96b2;
    background-color: #f9f9f9;
}

@media (min-width: 768px) {
    .responsive-table tbody tr {
        border-width: 1px;
        border-right: none;
        border-left: none;
        border-color: #ccc;
    }
}

.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%;
    font-size: 130%;
}

    .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] {
    text-align: center;
    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);
    float: right;
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75);
}

@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: 10px 0 5px 0;
}

/********** Buttons ********/

.btn-mini, .btn {
    display: inline-block;
    padding: 3px 13px;
    border: 1px solid #a5a5a5;
    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: 3px;
    overflow: hidden;
    vertical-align: middle;
    max-width: 100%
}

    .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);
    }

    .btn[disabled] {
        background-color: #b9b9b9;
        color: #eee;
        box-shadow: none !important;
        border-color: #a0a0a0;
        cursor: default;
    }

.btn, .btn-mini {
    overflow: hidden;
}

    .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;
        border-color: #a0a0a0;
        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;
    }

.btn.icon-white, .btn.icon-black {
    padding: 0.3em 0.5em 0.3em 20px;
}

    .btn-mini.icon-white:before, .btn.icon-white:before {
        content: '';
        background-image: url(images/saaed/ic-icons-white.png?v=4);
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 1px;
        margin-left: -15px;
    }

    .btn-mini.icon-black:before, .btn.icon-black:before {
        content: '';
        background-image: url(images/saaed/ic-icons-black.png?v=4);
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 1px;
        margin-left: -15px;
    }

.btn-mini.icon-white:before, .btn-mini.icon-black:before {
    margin: 3px;
}

.btn-mini.done:before, .btn.done:before {
    background-position: 0 0px;
}

.btn-mini.cancel:before, .btn.cancel:before {
    background-position: 0 -20px;
}

.btn-mini.edit:before, .btn.edit:before {
    background-position: 0 -40px;
}

.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;
}

.btn-mini.next:before, .btn.next:before {
    background-position: 0 -180px;
}

.btn-mini.prev:before, .btn.prev: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.prev-section:before, .btn.prev-section:before {
    background-position: -20px -40px;
}

.btn-mini.next-section:before, .btn.next-section:before {
    background-position: -20px -60px;
}

.btn-mini.module:before, .btn.module:before {
    background-position: -20px -80px;
}

.btn-mini.delete:before, .btn.delete:before {
    background-position: -20px -100px;
}

.btn-mini.download:before, .btn.download:before {
    background-position: -20px -120px;
}

.btn-mini.copy:before, .btn.copy:before {
    background-position: -20px -140px;
}

.btn-mini.green, .btn.green {
    border-color: #6d9200;
    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-color: #6d9200;
        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-color: #c47105;
    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-color: #c47105;
        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 {
    background-color: #dc5f59;
    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 {
        border-top-color: #2a65a0;
        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-color: #3072b3;
    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 {
        border-top-color: #2a65a0;
        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-color: #ccc;
        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 (max-width: 1200px) {
    .hidden-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;
    top: 0;
    left: 50%;
    margin-left: -55px;
    width: 110px;
    background: #fff;
    text-align: center;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #000;
    z-index: 999999;
    display: none;
    overflow: hidden
}

    .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;
    float: right;
    margin: 0 5px;
    min-width: 100px;
    padding: 1px 5px;
    display: inline-block;
}

.dl-horizontal dd, .dl-horizontal .data {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    min-height: 19px;
    cursor: default;
    line-height: 1.6;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.display-block {
    display: block;
}

.bg-white-smoke {
    background-color: #f9f9f9 !important;
}

.bg-smoke {
    background-color: #f0f0f0 !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;
}

.text-center {
    text-align: center;
}

.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.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;
    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;
}

    .nav li {
        display: inline-block;
        list-style: inside none none;
    }

    .nav .nav {
        display: none;
    }


.nav-horizontal li {
    position: relative;
    float: right;
}

.nav .nav-horizontal li {
    display: table-cell;
    float: none
}



.nav a {
    display: block;
    padding: 2px 5px;
}

.nav-horizontal:after {
    content: '';
    display: table;
    clear: both;
}

.nav-horizontal a {
    padding: 5px 5px;
    position: relative;
    overflow: hidden;
    display: block;
    white-space: nowrap
}

.nav-vertical a {
    text-indent: 0;
}

.nav .nav-parent > a {
    position: relative;
}

.rtl .nav .nav-parent > a {
    padding-left: 22px !important;
}

.ltr .nav .nav-parent > a {
    padding-right: 22px !important;
}

.nav .nav-parent > a: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 {
    left: 0px;
    background-position: 0 -180px;
}

.rtl .nav-parent.nav-highlight > a:before {
    background-position: 0 -220px;
}

.ltr .nav .nav-parent > a:before {
    right: 0px;
    background-position: 0 -160px;
}

.ltr .nav-parent.nav-highlight > a:before {
    background-position: 0 -220px;
}



.nav-horizontal .nav {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #222;
    min-width: 210px;
    padding-right: 0;
    padding-left: 0px;
    z-index: 3;
}

.nav-vertical li {
    width: 100%;
    float: none;
    display: block;
    box-shadow: 0 -2px 2px rgba(0,0,0,0.5);
}

.nav-toggle {
    height: 20px;
    border: 1px solid #fff;
    padding: 10px;
    margin-top: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    border-radius: 2px;
    color: #fff;
    /*min-height: 36px;*/
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    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: 1em;
}

    .nav-toggle:active {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

.rtl .nav-toggle {
    float: right;
}

.ltr .nav-toggle {
    float: left;
}

.toggle-text {
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
}

.nav-toggle .toggle-icon {
    vertical-align: middle;
    padding-left: 7px;
    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-home {
    background: #f9f9f9 url(images/saaed/ic-home.png) no-repeat 50% 50%;
    background-color: rgba(255,255,255,0.3);
    font-size: 0 !important;
    height: 48px;
    width: 48px;
}


.nav-highlight {
    background-color: #222;
    color: #fff;
}

.nav.show {
    display: block !important
}


.nav-title {
    background-color: #FFA100;
    color: #222;
    padding: 10px 0;
    text-align: center
}

.nav-vertical .nav {
    background-color: #FFA100;
}

    .nav-vertical .nav a {
        color: #222
    }

.rtl .nav-vertical .nav {
    margin-right: 20px;
}

.ltr .nav-vertical .nav {
    margin-left: 20px;
}

.nav-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.nav-vertical .nav-home {
    width: auto;
    font-size: inherit !important
}

.nav-back:before {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(images/saaed/ic-icons-white.png);
    background-repeat: no-repeat;
}

.rtl .nav-back:before {
    float: right;
    background-position: 0 -160px;
}

.ltr .nav-back:before {
    float: left;
    background-position: 0 -180px;
}

.snav-holder, .snav-sidebar {
    transition: transform 0.5s ease;
}

.snav-sidebar {
    background-color: #222;
    overflow: auto;
    height: 100%;
    position: fixed;
    width: 230px;
    z-index: 9999;
    top: 0;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
}

.ltr .snav-sidebar {
    left: 0;
    -webkit-transform: translate3d(-230px,0,0);
    transform: translate3d(-230px,0,0);
}

.rtl .snav-sidebar {
    right: 0;
    -webkit-transform: translate3d(230px,0,0);
    transform: translate3d(230px,0,0);
}

.snav-sidebar-opened {
    -webkit-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
    visibility: visible;
}

.snav-sidebar .nav {
    display: none;
}

.snav-sidebar ul {
    margin: 0;
    padding: 0
}

.snav-sidebar a {
    color: #fff
}

.ie8 .snav-sidebar {
    display: none;
}

.ie8 .snav-sidebar-opened {
    display: block !important;
}

/******** Width *******/

.width-full {
    width: 100%;
    max-width: 100%;
}

.width-full-md {
    width: 970px;
    max-width: 100%;
}

.width-full-sm {
    width: 580px;
    max-width: 100%;
}

.width-full-lg {
    width: 900px;
    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 #222;
}

.border-gray-top-1p {
    border-top: 1px solid #222;
}

.border-gray-bottom-1p {
    border-bottom: 1px solid #222;
}

.border-gray-right-1p {
    border-right: 1px solid #222;
}

.border-gray-left-1p {
    border-left: 1px solid #222;
}

.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 *****/
@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;
    }
}

.report-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}


    .report-table td, .report-table th {
        text-align: center;
        padding: 5px 2px 5px 0;
    }

    .report-table td {
        border: 1px solid #222;
    }

    .report-table th {
        border: 2px solid #222;
    }

.print-page {
    background-color: #fff;
    overflow: hidden;
    min-height: 0 !important;
    min-width: 0 !important;
    break-after: page;
    margin: 0 auto;
    page-break-after: always;
}

.portrait.print-page {
    padding-top: 6.35mm !important;
    padding-right: 6.35mm !important;
    padding-left: 6.35mm !important;
    padding-bottom: 0mm;
}

.landscape.print-page {
    padding-top: 6.35mm !important;
    padding-right: 6.35mm !important;
    padding-left: 6.35mm !important;
    padding-bottom: 0mm;
}

.portrait.print-page.unit-in {
    padding-top: 0.25in !important;
    padding-right: 0.25in !important;
    padding-left: 0.25in !important;
    padding-bottom: 0in;
}

.landscape.print-page.unit-in {
    padding-top: 0.25in !important;
    padding-right: 0.25in !important;
    padding-left: 0.25in !important;
    padding-bottom: 0in;
}


.landscape.print-page.punch {
    padding-top: 12.7mm !important;
}

.portrait.print-page.punch {
    padding-left: 15.748mm !important;
}

.landscape.print-page.punch.unit-in {
    padding-top: 0.5in !important;
}

.portrait.print-page.punch.unit-in {
    padding-left: 0.62in !important;
}

.landscape.print-page-view, .portrait.print-page-view {
    box-shadow: 0 0 2px #555;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 5.08mm !important;
}

    .landscape.print-page-view.unit-in, .portrait.print-page-view.unit-in {
        padding-bottom: 0.2in !important;
    }

.print-modal {
    position: fixed;
    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;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center
}

.report-filter {
    padding: 5px;
    background-color: #ccc;
    margin: auto;
    border-bottom: 1px solid #a0a0a0
}

.print-panel {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.report-item-full, .report-item-full > * {
    padding: 0 !important;
    margin: 0 !important;
    overflow: auto /*for include child margin in height*/
}

.report-body, .report-header, .report-footer, .report-page-header, .report-page-footer, .item-content {
    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: '';
    }

.input-field {
    position: relative
}

    .input-field .field-validation-error {
        position: absolute;
        top: 95%;
        z-index: 1;
        background: #fff;
        border: 1px solid #c33;
        padding: 3px;
        border-radius: 3px;
        animation: scale 1s ease infinite alternate-reverse;
        animation-direction: alternate
    }

.rtl .input-field .field-validation-error {
    right: 15px;
}

.ltr .input-field .field-validation-error {
    left: 15px;
}

.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;
    position: absolute;
    top: 0;
    margin-top: -8px
}

.rtl .input-field .field-validation-error:after {
    right: 0;
}

.ltr .input-field .field-validation-error:after {
    left: 0
}

.input-validation-error {
    border-color: #c33 !important
}

@keyframes 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 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;
}

/************************** Saaed UI css version 2.4.1 **************************/
.sdialog{background:#fff;position:absolute;min-width:230px;top:0;left:0;width:970px;max-width:100%;box-shadow:0 1px 6px rgba(0,0,0,0.6);animation:scale-in-dialog .2s;display:none}.sdialog.show{display:inline-block}.sdialog-content{padding:1px 5px;margin:0;position:relative;width:100%;border:6px solid #a0a0a0;border-top:none;overflow:hidden}.sdialog.active .sdialog-content{border-color:#ED8702}.sdialog .form-actions{background-color:#f9f9f9;border-top:1px solid #ccc;padding:2px 5px;margin-top:15px;clear:both}.modal{background:url(images/saaed/bg-opaque-black.png);position:fixed;-webkit-backface-visibility:hidden;backface-visibility:hidden;top:0;bottom:0;right:0;left:0;width:100%;height:100%;display:none}.modal.show{display:block}.sdialog-titlebar{background-color:#a0a0a0;color:#fff;padding:3px;overflow:hidden;width:100%;text-align:center}.sdialog.active .sdialog-titlebar{background-color:#ED8702}.draggable{cursor:move}.sdialog-title{display:inline-block;text-wrap:normal;margin:3px 10px 0;white-space:normal}.sdialog-close{height:25px;width:35px;background:#c33 url(images/saaed-ui/ic-exit.png) no-repeat 50% 50%;border-radius:5px;display:inline-block;border:3px solid #f33;box-shadow:0 0 2px #555;cursor:pointer;vertical-align:middle;float:right}.sdialog-close:active{box-shadow:0 0 5px #555 inset}.sdialog-content .title{display:none}@keyframes scale-in-dialog{0%{opacity:0;transform:scale3d(.8,.8,1);-webkit-transform:scale3d(.8,.8,1);-moz-transform:scale3d(.8,.8,1);-ms-transform:scale3d(.8,.8,1)}100%{opacity:1;transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1)}}.menu-items{display:none;padding:0;margin:0}.menu-items .submenu{position:relative;overflow:visible}.submenu .caption,.submenu a,.submenu button{padding-left:50px!important;white-space:nowrap}.menu-items .submenu .caption:after{content:'';display:block;width:20px;height:20px;float:left;position:absolute;top:50%;margin-top:-10px;left:0}.submenu .menu-items{position:absolute;top:0;background:#fff;box-shadow:0 0 5px rgba(0,0,0,0.2);z-index:1}.submenu .caption:after{background-image:url(images/saaed/ic-icons-black.png?v=1);background-position:0 -180px}.menu-items .left-side{right:100%}.menu-items .right-side{left:100%}.menu-items .upon{left:0}.menu-items.show{display:block;border:1px solid #a0a0a0}.menu-items .splitter{background:#ccc;height:1px;margin:4px 0}.menu-items .item{list-style:none}.menu-items .item a,.menu-items .item button,.menu-items .caption{padding:7px 5px 7px 0;margin:0;display:block;border:0;background:transparent;box-shadow:none;border-radius:0;width:100%;color:#555;cursor:pointer;font-size:inherit;text-shadow:none}.rtl .menu-items .item a,.rtl .menu-items .item button,.rtl .menu-items .caption{text-align:right}.ltr .menu-items .item a,.ltr .menu-items .item button,.ltr .menu-items .caption{text-align:left}.menu-items .item a:before,.menu-items .item button:before,.menu-items .caption:before{width:20px;height:20px;content:'';margin-left:5px}.rtl .menu-items .item a:before,.rtl .menu-items .item button:before,.rtl .menu-items .caption:before{float:right}.ltr .menu-items .item a:before,.ltr .menu-items .item button:before,.ltr .menu-items .caption:before{float:left}.item .icon-black:before{background-image:url(images/saaed/ic-icons-black.png?v=2)}.item .icon-white:before{background-image:url(images/saaed/ic-icons-black.png?v=2)}.item .done:before{background-position:0 0}.item .cancel:before{background-position:0 -20px}.item .edit:before{background-position:0 -40px}.item .more:before{background-position:0 -60px}.item .add:before{background-position:0 -80px}.item .delete:before{background-position:-20px -100px}.item .search:before{background-position:0 -120px}.item .remove:before{background-position:0 -260px}.btn-mini.user:before,.btn.user:before{background-position:0 -140px}.menu-items .item a:hover,.menu-items .item input:hover,.menu-items .item button:hover,.menu-items .caption:hover{background-color:rgba(0,0,0,0.1)}.stip > .menu-items{display:block}.stip .form-actions{background-color:#f9f9f9;border-top:1px solid #ccc;padding:2px 5px}.stip .splitter{background-color:#ccc;margin:3px 0;height:1px}.input-group{min-height:30px}.slov-values-holder{min-height:35px;position:relative}.slov-values-holder.disabled{background-color:#eee}.slov-input{padding:1px 5px 1px 0;line-height:1.428571429;vertical-align:middle;width:100%;height:30px;background-color:#fff;float:right;border:0;box-shadow:none}.slov-input:disabled{background-color:#ebebe4}.slov-select{position:absolute;top:0}.slov-search-select{position:absolute;background-color:#fff;top:0}.slov-management-btn{background-image:url(images/saaed-ui/ic-add-list.png);background-repeat:no-repeat;background-position:50% 50%;background-color:#1e90ff;margin-right:5px}.slov-input:focus{box-shadow:none}.slov-highlight{background-color:#fffc7d!important}.slov-open-btn{box-shadow:0 0 2px rgba(0,0,0,0.2)}.slov-open-btn:disabled{background-color:#bbb;border-color:#ccc}.slov-clear-btn{box-shadow:0 0 2px rgba(0,0,0,0.3)}.slov-clear-btn:disabled{background-color:#bbb;border-color:#ccc}.slov-proxy .slov-item{cursor:pointer}.single-select .slov-item{white-space:nowrap;text-overflow:ellipsis;max-width:80%;display:inline-block;overflow:hidden}.single-select .slov-item-text{max-width:100%;text-overflow:ellipsis;overflow:hidden;display:inline-block}@media (max-width:975px){.single-select .slov-item{max-width:90px}}@media (max-width:765px){.single-select .slov-item{max-width:100%}}@media (max-width:480px){.single-select .slov-item{max-width:200px}}.slov-items{float:right}.slov-done-btn{background-color:#369;border:1px outset #369;box-shadow:0 1px 2px rgba(0,0,0,0.2);color:#fff;font-size:110%;margin:auto}.slov-done-btn:disabled{background-color:#f5f5f5;border-color:#ccc;color:#ccc}.slov-item{border-radius:3px;display:inline-block;margin:2px 2px 0 0;padding:1px}.rtl .slov-item{float:right}.ltr .slov-item{float:left}.slov-multi-items .slov-item{background-color:#a9a9a9;border:1px solid #999}.slov-item.slov-block{background-color:#a9a9a9;border:1px solid #999}.slov-multi-items .slov-item.active{background-color:#fffc7d}.slov-item-text{font-size:10pt}.slov-item-clear{background-color:#f9f9f9;border-radius:50%;cursor:pointer;display:inline-block;height:12px;line-height:12px;text-align:center;width:12px}.rtl .slov-item-clear{margin-left:3px}.ltr .slov-item-clear{margin-right:3px}.select-value{font-size:0;height:20px;vertical-align:middle;width:20px;border-radius:1px;box-shadow:0 0 1px #555;float:right}td .select-value,th .select-value{width:25px;height:25px;position:static;float:none}.slov-holder{border:1px solid #a0a0a0;max-height:240px;overflow:auto}.slov-holder .items-holder{width:100%;border-collapse:collapse;border:0}.slov-holder .item-content,.slov-holder .item-empty{cursor:pointer;background-color:#fff;list-style:none;border-top:1px solid #ccc}.slov-holder .slov-tree,.slov-holder .slov-tree li > ol,.slov-holder .slov-tree li > ul{padding:0;margin:0}.slov-holder .slov-tree li li{padding-right:20px}.slov-holder .item-content td,.slov-holder .item-content th{display:none}.slov-holder .item-content .item-value,.slov-holder .item-content .slov-show,.slov-holder .item-empty td{background-color:transparent;color:#000;display:table-cell;text-align:right;padding:5px 5px 1px}.slov-holder .slov-tree .item-content .item-value{display:inline-block}.slov-holder .slov-tree .item-empty{padding:5px 5px 1px}.slov-holder .items-header .slov-show{display:table-cell;background:#f0f0f0;font-size:90%}.slov-holder .item-content td:hover,.slov-holder .item-content th:hover,.slov-holder .item-content:hover,.slov-holder .item-empty td:hover,.slov-holder .item-empty:hover{background-color:#fffc7d}.slov-hover td,.slov-hover th{background-color:#1e90ff!important;color:#fff}.salert{position:fixed;bottom:5px;max-width:320px;z-index:999999999}.rtl .salert{right:5px}.ltr .salert{left:5px}@keyframes right-in{0%{transform:translate(380px,0)}70%{transform:translate(-20px,0)}100%{transform:translate(0,0)}}@keyframes right-out{0%{transform:translate(0,0)}50%{transform:translate(-30px,0)}100%{transform:translate(360px,0)}}@keyframes left-in{0%{transform:translate(-380px,0)}70%{transform:translate(20px,0)}100%{transform:translate(0,0)}}@keyframes left-out{0%{transform:translate(0,0)}50%{transform:translate(30px,0)}100%{transform:translate(-380px,0)}}.rtl .anim-alert-in{animation:right-in .4s}.ltr .anim-alert-in{animation:left-in .4s}.rtl .anim-alert-out{animation:right-out .4s;animation-fill-mode:forwards}.ltr .anim-alert-out{animation:left-out .4s;animation-fill-mode:forwards}.salert-message{box-shadow:0 0 3px rgba(0,0,0,.3);border-radius:3px;margin-top:5px;cursor:pointer;position:relative}.salert-close{display:inline-block;padding:5px;width:20px;border-radius:2px;line-height:15px;float:right;height:20px;text-align:center;font-size:20px;font-weight:700}.salert-close:hover{background-color:rgba(0,0,0,.3)}.salert-titlebar{padding:3px 3px 0;margin-bottom:-5px}.salert-title{font-size:12px;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:3px}.salert-content{padding:5px 25px 5px 5px}.salert-message.log{background-color:#eee;color:#111;border:1px solid #a0a0a0}.salert-message.success{background-color:#AFB42B;color:#f9f9f9;border:1px solid #827717}.salert-message.error{background-color:#F44336;color:#f9f9f9;border:1px solid #C62828}.salert-message.warning{background-color:#FFEE58;color:#222;border:1px solid #d4b321}.salert-dialog{width:auto;max-width:100%;border-radius:10px;overflow:hidden}.salert-dialog .confirm-message{padding:20px;font-size:16px}.salert-dialog .confirm-actions,.salert-dialog .prompt-actions{background-color:#f0f0f0;border-top:1px solid #ccc;margin:0 -5px;padding:7px 5px}.confirm-actions .btn,.prompt-actions .btn{margin:0 2px}.salert-dialog .prompt-title{padding:7px 10px}.salert-dialog .inputs-holder{padding:0 10px}.salert-dialog .inputs-holder .item{margin-bottom:10px}.salert-dialog .form-actions{padding:8px}.context-menu{display:none}.context-menu li{display:inline-block}.context-menu ul{display:inline;margin:0;padding:0}.scontext-menu{display:none}.highlight{background-color:#fffc7d!important}.stip{position:absolute;background:#fff;display:none;top:0;left:0;border:1px solid #a0a0a0;box-shadow:0 2px 4px rgba(0,0,0,0.2)}.stip.show{opacity:1;visibility:visible;display:block}.stip > a{display:block;margin:3px 2px}.stip-close{border:0;background:transparent;font-size:8pt;color:#777}.arrow-right{top:10px;right:-10px;padding:0;z-index:1;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #fff;position:absolute}.arrow-right + .shadow{top:5px;right:-11px;padding:0;z-index:0;width:0;height:0;border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:11px solid #a0a0a0;position:absolute}.arrow-top{top:-10px;padding:0;z-index:1;width:0;height:0;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid #fff;position:absolute}.arrow-top + .shadow{top:-11px;padding:0;z-index:0;width:0;height:0;border-right:11px solid transparent;border-left:11px solid transparent;border-bottom:11px solid #a0a0a0;position:absolute}.arrow-bottom{bottom:-10px;padding:0;z-index:1;width:0;height:0;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #fff;position:absolute}.arrow-bottom + .shadow{bottom:-11px;padding:0;z-index:0;width:0;height:0;border-right:11px solid transparent;border-left:11px solid transparent;border-top:11px solid #a0a0a0;position:absolute}.arrow-left{top:10px;left:-10px;padding:0;z-index:1;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;border-right:10px solid #FFF}.arrow-left + .shadow{top:5px;left:-11px;padding:0;z-index:0;width:0;height:0;border-top:11px solid transparent;border-bottom:11px solid transparent;border-right:11px solid #a0a0a0;position:absolute}.stree-view{list-style-type:decimal;background-color:#fff;box-shadow:0 0 2px #555 inset;list-style-position:inside;border-radius:3px;padding:2px;text-align:right}.stree-view li{min-height:25px;padding-right:14px}.stree-view .item-value{min-height:25px;display:inline-block}.stree-view ol{list-style-type:decimal;opacity:0;overflow:hidden;max-height:0;transition:opacity .3s,max-height .3s;margin:0}.stree-view .show{max-height:10000px;opacity:1}.stree-view li > ol{font-weight:400;cursor:default;border-right:1px dotted #c33;background-color:rgba(125,125,125,0.08);border-radius:5px 0;padding:2px 0 2px 8px}.stree-view li:before{content:"";float:right;height:15px;margin:0 -6px 0 0;width:15px}.stree-view .item-value{cursor:default}.stree-collapse > .item-value{cursor:pointer}.stree-collapse:before{background-image:url(images/saaed-ui/ic-collapse.png)}.stree-collapse.collapsed:before{background-image:url(images/saaed-ui/ic-collapsed.png)}li > .option-btn{margin:1px 3px 1px 0;min-height:20px;float:left;min-width:21px;padding:0!important;border:1px solid #999!important;background-color:rgba(255,255,255,0.8)!important;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f0f0f0))!important;background-image:-moz-linear-gradient(#fff,#f0f0f0)!important;background-image:-o-linear-gradient(#fff,#f0f0f0)!important;background-image:linear-gradient(#fff,#f0f0f0)!important}li > .option-btn:before{margin:0 3px!important}li > .option-btn:active{background-image:-webkit-gradient(linear,0 0,0 100%,from(#f0f0f0),to(#fff))!important;background-image:-moz-linear-gradient(#f0f0f0,#fff)!important;background-image:-o-linear-gradient(#f0f0f0,#fff)!important;background-image:linear-gradient(#f0f0f0,#fff)!important}li > .option-btn.icon-white:before,li > .option-btn.icon-black:before{margin:0}.stabs{margin-bottom:-1px;padding-right:0;text-align:right;margin-top:5px}.stabs:after{content:'';display:block;height:1px;background:#c33;margin:-15px 5px 14px}.stabs-content{padding:5px;background:#fff;border:1px solid #ccc}.stabs-content.show{display:block!important}.stabs > li,.stabs > .item{box-shadow:0 -2px 1px #555,0 -2px 2px #555 inset;background-color:#f0f0f0;display:inline-block;border-top:2px solid #eee;padding:5px 10px;cursor:pointer;margin:0 2px;vertical-align:bottom}.stabs > li:first-child,.stabs > .item:first-child{margin:0 0 0 2px}.stabs.closed li,.stabs.closed .item{background:#c33;color:#fff;box-shadow:0 0 2px rgba(0,0,0,0.5)}.stabs .item.active,.stabs li.active{background:#fff;box-shadow:0 -2px 1px #555;color:#111;border-top:3px solid #c33}.stabs > li.disabled{background:#ccc!important;color:#999!important;cursor:not-allowed}.stabs.vertical-tabs:after{content:'';display:none}.stabs.vertical-tabs > li,.stabs.vertical-tabs > .item{box-shadow:none;background-color:#fff;display:block;border-top:2px solid #eee;padding:8px 10px;cursor:pointer;margin:0;vertical-align:bottom;position:relative;border:0;border-bottom:1px solid #ccc}.stabs-vertical{display:inline-flex;width:100%}.stabs.vertical-tabs .item.active,.stabs.vertical-tabs li.active{border-top:0;background:#f5f5f5}.stabs.vertical-tabs .item.active:after,.stabs.vertical-tabs li.active:after{content:"";position:absolute;left:0;top:50%;margin-top:-10px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #ffa100}.more-fields{max-height:0;opacity:0;transition:max-height .3s;overflow:hidden}.more-fields.show{max-height:1000px;opacity:1}.more-fields-bar{padding:15px 0;clear:both;position:relative}.more-fields-btn{background:#1d96b2;color:#fff;padding-right:30px;margin:-13px 0;cursor:pointer;border-radius:10px;position:absolute;top:50%;left:0;margin-top:-15px}.more-fields-btn.collapsed{background:#c33}.more-fields-splitter{margin:0 3%;border:none;border-top:2px dashed #ccc}table th{position:relative}.rtl th .form-control{padding-right:15px}.ltr th .form-control{padding-left:15px}.sort-btn{width:22px;height:22px;position:absolute;top:50%;margin-top:-11px;right:0;background:url(images/saaed-ui/ic-sort.png) 50% -22px no-repeat;font-size:0;cursor:pointer;transition:.5s;display:inline-block}.sort-btn.asc{background:url(images/saaed-ui/ic-sort.png) 50% 0 no-repeat}.sort-btn.desc{background:url(images/saaed-ui/ic-sort.png) 50% -44px no-repeat}.page-size{margin:0 5px;width:50px!important}.uploaded-items .link{margin-right:5px}.uploaded-items > .item{background-color:#f9f9f9;border:1px solid #ccc;border-radius:2px}.uploaded-items img{max-width:100%;max-height:50px;vertical-align:middle}.uploaded-items > .item > .btn-mini{vertical-align:middle}.suploader-holder{min-height:50px;position:relative;padding:5px;border:2px dashed #a0a0a0;border-radius:5px;display:block}.suploader-holder .item{border-radius:3px;display:inline-block;margin:0 0 2px 2px;padding:0 2px 5px;float:right;border:1px solid #a0a0a0;background:#ccc}.suploader-holder .item-clear{background-color:#f9f9f9;border-radius:50%;cursor:pointer;display:inline-block;height:20px;line-height:20px;margin-left:3px;text-align:center;width:20px}.suploader-holder .item-text{font-size:8pt;font-weight:700;direction:ltr;display:inline-block}.suploader-progress-holder{padding:1px 0 2px;margin:0 -2px;min-height:7px}.suploader-progressbar{height:4px;background:#4f95da;border-radius:5px;width:0;transition:width .8s ease-out}.suploader-fileholder:after{content:'';clear:both;display:block}.suploader-helptext{position:absolute;top:50%;margin-top:-15px;left:0;right:0;text-align:center;font-size:150%;color:#bbb;font-weight:700;z-index:-1}.suploader-fileinput{opacity:0;-moz-opacity:0;filter:alpha(opacity: 0);position:absolute;z-index:-1}.item-details{background-color:#ddd!important}.item-details > td{padding:0;vertical-align:top;background-color:#ddd}.item-content.expanded{border-bottom:3px solid #999}.detail-connector{display:table;width:100%;border-collapse:collapse}.detail-connector > div{display:table-cell;height:70px;min-width:18px;vertical-align:bottom;border-left:3px solid #777;box-sizing:content-box}.detail-connector > div + div{border-left:0;width:100%;border-bottom:3px solid #777}.detail-connector > .horizontal-border{min-width:50px}.remove-detail{margin-bottom:-20px}.detail-content{padding-top:5%!important;padding-left:5%!important;padding-right:0!important;text-align:right}.last-details .detail-content{padding-bottom:5%}.item-details .connector-holder{background-image:url(images/saaed-ui/bg-detail-line.png);background-position:100% 0;background-repeat:repeat-y;max-width:100px}.last-details > .connector-holder{background-image:none}@media(max-width:767px){.detail-content{padding-right:5%!important}}.detail-btn{line-height:2em;border-radius:50%!important}.item-details .box-header{background-color:transparent;border:0;text-align:right;border:0;padding:2px 1px 0 0;margin:0}.item-details h1.title{font-size:13pt}.item-details .box-content{box-shadow:none;padding:0 5px;margin:0;border:1px solid #999}.item-details .box-content .form-actions{margin:15px -5px 0}.item-details .table-footer{padding:5px 10px 1px}.item-details .btn{font-size:9pt}.item-details .items-header th{background-color:#a0a0a0!important;padding:2px}.item-details .form-control{border:1px solid #888}.item-details .item-not-found > td{padding:5px}.item-details .PagedList-skipToPrevious a,.item-details .PagedList-skipToNext a{margin-top:0}.item-details .pagination > li > a,.item-details .pagination > li > span{padding:4px 12px}.item-details .stabs{margin-top:-3%;padding-right:1%;font-size:80%}.item-paging{display:none}@media (max-width:767px){.remove-detail{margin-left:-15px}.detail-connector > div{height:50px}.detail-connector > .vertical-border{display:none}.detail-connector > .horizontal-border{border-bottom:0}.item-details .connector-holder{background-image:url(images/saaed-ui/bg-detail-line.png);background-position:50% 0;background-repeat:repeat-y;max-width:100px}.detail-content{padding-top:0!important}.item-details{margin-top:-1em!important;border-top:0!important;border-bottom:0!important}.last-details{border-bottom:2px solid #1d96b2}.remove-detail{margin-bottom:10px}}.sdropdown-holder{box-shadow:0 2px 2px rgba(0,0,0,0.5);background-color:#fff}.comma-number{direction:ltr;text-align:right}.search-btn{white-space:normal}.sgrid .item-content:hover{background-color:#f0f0f0;cursor:pointer}.sgrid .item-content.item-checked{background-color:#fcea83}.box-button{display:inline;vertical-align:middle;opacity:0;transition:opacity .3s ease-in-out}.box-button .item{position:relative;overflow:visible}.box-button .caption{padding-left:10px!important}.box-button .caption:after{content:'';width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;background-image:url(images/saaed/ic-icons-black.png?v=1);background-position:0 -220px}.box-button .menu-items{top:100%;left:initial;right:0;margin-top:2px;background-color:inherit}.box-button .detail-title{display:none}.sgrid-box-dock .detail-title{white-space:nowrap;color:#fff;vertical-align:middle}.sgrid-box-dock.overflow-visible{overflow:visible!important}.box-button.fixed{position:fixed;left:0;text-align:center;width:100%;background:url(images/saaed/bg-opaque-black.png);padding:5px}.box-button.fixed .detail-title{display:inline-block;vertical-align:top;color:#fff;font-size:110%;margin-top:5px}.sgrid-box-dock{visibility:hidden;opacity:0;position:fixed;backface-visibility:hidden;bottom:0;left:0;width:100%;max-width:100%;overflow:auto;background:#333;padding:10px;text-align:center;border-top:1px solid #111;box-shadow:0 -1px 1px rgba(0,0,0,.5)}.sgrid-box-dock.show{visibility:visible;animation:slideInUp .3s;opacity:1}.sgrid-box-dock .item{position:relative;overflow:visible}.sgrid-box-dock .caption{padding-left:10px!important}.sgrid-box-dock .caption:after{content:'';width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;background-image:url(images/saaed/ic-icons-black.png?v=1);background-position:0 -200px}.sgrid-box-dock .menu-items{bottom:100%;top:initial;right:0;left:initial;margin-bottom:2px;background-color:inherit}.box-button .detail-title{display:none}.box-button.show{visibility:visible;opacity:1}.box-button .btn-group{margin-top:2px;margin-bottom:2px;vertical-align:top}.sgrid .select-all,.sgrid .item-select{height:25px;width:25px;vertical-align:middle}.sgrid-box-dock > .inline-dock{display:inline-table;display:inline-flex;vertical-align:top}.sgrid-box-dock > .inline-dock .btn-group{padding-left:5px;vertical-align:top;flex-wrap:nowrap}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.stimer{display:inline-block;max-width:100%;direction:ltr;padding:2px;text-align:center}.stimer > .item{display:inline-block;padding:5px;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.5);margin:2px 5px}.shelp-icon{background:#369 none repeat scroll 0 0;border:1px solid rgba(0,0,0,0.2);box-shadow:0 0 3px rgba(0,0,0,0.5);display:inline-block;font-size:14pt;line-height:14pt;border-radius:50%;height:20px;text-align:center;text-shadow:0 0 1px #222;width:20px;color:#fff;vertical-align:middle;margin:0 2px}.shelp-content{margin:15px;display:none;list-style:none}.shelp-holder{position:relative}.shelp-contentholder{padding:10px;max-width:200px}.sct-switch-holder{vertical-align:middle}.sswitch{position:relative;display:inline-block;width:50px;height:24px}.sswitch input[type=checkbox]{opacity:0;position:absolute;top:10%;left:50%}.sswitch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:background-color .4s;transition:background-color .4s}.sswitch .slider > .handle{display:inline-block;position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:transform .4s;transition:transform .4s}.sswitch input[type=checkbox]:checked ~ .slider{background-color:#2196F3}.sswitch.checked .slider{background-color:#2196F3}.sswitch input[type=checkbox]:focus ~ .slider{box-shadow:0 0 1px #2196F3}.sswitch.checked .slider > .handle,.sswitch input[type=checkbox]:checked ~ .slider > .handle{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.switch-sm{width:40px;height:16px}.switch-sm .slider > .handle{height:12px;width:12px;bottom:2px}.switch-sm.checked .slider > .handle,.switch-sm input[type=checkbox]:checked ~ .slider > .handle{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.slider.round{border-radius:34px}.slider.round > .handle{border-radius:50%}
/* version 1.0.0 */
.pagination {
    display: inline-block;
    padding-right: 0;
    margin: 0;
    border-radius: 4px;
    font-size: 10pt;
}

    .pagination > li {
        list-style: none;
        float: right;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 7px 12px;
            margin-left: -1px;
            text-decoration: none;
            background-color: #f5f5f5;
            border: 1px solid #ccc;
            color: #222;
            display: inline-block;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #eee;
        }

.PagedList-skipToPrevious a:before {
    background-image: url(images/saaed/ic-icons-black.png);
    background-position: 0 -160px;
    content: '';
    width: 20px;
    height: 20px;
    float: right;
}

.PagedList-skipToPrevious a {
    font-size: 0;
    margin-top: 4px;
    overflow: hidden;
    padding: 3px !important
}



.PagedList-skipToNext a:before {
    background-image: url(images/saaed/ic-icons-black.png);
    background-position: 0 -180px;
    content: '';
    width: 20px;
    height: 20px;
    float: right;
}

.PagedList-skipToNext a {
    font-size: 0;
    margin-top: 4px;
    overflow: hidden;
    padding: 3px !important
}

.PagedList-skipToFirst a:before {
    background-image: url(images/saaed/ic-icons-black.png);
    background-position: -20px -40px;
    content: '';
    width: 20px;
    height: 20px;
    float: right;
}

.PagedList-skipToFirst a {
    font-size: 0;
    margin-top: 2px;
    overflow: hidden;
    padding: 5px !important
}



.PagedList-skipToLast a:before {
    background-image: url(images/saaed/ic-icons-black.png);
    background-position: -20px -60px;
    content: '';
    width: 20px;
    height: 20px;
    float: right;
}

.PagedList-skipToLast a {
    font-size: 0;
    margin-top: 2px;
    overflow: hidden;
    padding: 5px !important
}

.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: #ccc;
}

.profile-picture-md {
    background-color: #f5f5f5;
    min-height: 80px;
    min-width: 80px;
    margin: 5px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

    .profile-picture-md > img {
        max-width: 80px;
        max-height: 80px;
        padding: 3px;
        display: block;
    }

.profile-picture-lg {
    background-color: #f5f5f5;
    min-height: 100px;
    min-width: 100px;
    margin: 5px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

    .profile-picture-lg > img {
        max-width: 100px;
        padding: 3px;
        max-height: 100px;
        display: block;
    }

.contact-top {
    background-color: #444;
    color: #f9f9f9;
    padding: 5px 0;
}

.wizard-steps {
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

    .wizard-steps > .step {
        padding: 5px;
        border-bottom: 1px solid #ccc;
    }

        .wizard-steps > .step.active {
            transform: scale(1.1);
            background-color: #ffd800;
            box-shadow: 0 0 2px rgba(0,0,0,0.2);
        }

        .wizard-steps > .step > .number {
            background-color: #c33;
            border-radius: 50%;
            color: #fff;
            display: inline-block;
            height: 20px;
            line-height: 1.1em;
            width: 20px;
            text-align: center;
        }

.products > .item {
    text-align: center;
}

    .products > .item img {
        max-width: 100%;
    }

.comment .comment-image {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    margin: 0 5px;
}

.comment .item-content {
    padding: 1% 0 1% 5px;
}

.comment-image img {
    max-height: 100%;
    max-width: 100%;
}

.item-childs .comment-body {
    padding-right: 50px;
}

.comment-body {
    padding-right: 70px;
}

.item-childs .comment-image {
    width: 40px;
    height: 40px;
}

.item-childs {
    margin-right: 20px;
    border-right: 5px solid #c33;
}

.post-image {
    padding: 4px;
    margin-left: 10px;
    margin-top: -10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
}

.mark-label {
    background: none repeat scroll 0 0 #c33;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    margin: 2px 2px 2px 13px;
    padding: 3px;
    font-size: 12pt;
    position: relative;
}

    .factor-table label:after, .mark-label:after {
        border-bottom: 14px solid transparent;
        border-right: 14px solid #c33;
        border-top: 14px solid transparent;
        content: "";
        height: 0;
        padding: 0;
        position: absolute;
        width: 0;
        margin-top: -3px;
        top: 50%;
        left: 0;
        margin-left: -14px;
        margin-top: -14px;
    }

.post-full-image img {
    max-width: 100%;
}

.post-image img {
    max-width: 100%;
}

.post-title a:hover {
    color: #0094ff;
}

.comment, .comment .item-childs {
    padding-right: 0;
    list-style: none;
}

.box-content{
    background-color:#f9f9f9;
        padding-right: 15px;
    padding-left: 15px;
}

.box-content .spliter{
    background-color:#ccc;
    height:1px;
    margin:3px 0;
}

.main-menu {
    padding: 0;
    margin: 0
}

.main-menu a {
    color: #333;
    padding: 20px 10px;
    display: block;
    font-size: 10pt
}

.main-menu a:hover {
    background-color: #ffd800;
    color: #333
}

.navbar-toggle {
    display: none;
    height: 20px;
    border: 1px solid #222;
    padding: 10px;
    margin: 7px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    border-radius: 2px;
    color: #222;
    min-height: 36px;
    overflow: hidden;
}

.navbar-in{
    float:none;
    display:block;
    width:100%;
}

.navbar-in li{
    float:none;
    display:block;
    width:100%;
}

.navbar-toggle {
    position: relative;
    cursor: pointer;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #222;
        margin-bottom: 4px;
    margin-left: 3px;
}

@media(max-width: 540px) {
    .main-menu {
        display:none
    }

     .navbar-toggle {
        display: inline-block;
    }
}

.main-nav a {
    padding: 14px 8px;
    font-size: 10pt
}

.nav-fixed .main-nav a {
    padding: 14px 8px;
}

.main-nav a:hover {
    background-color: #ccc;
    color: #555;
}

.main-header a {
    color: #000;
}

.main-header{
    background:#f0f0f0;
    border-bottom:1px solid #a0a0a0;
    margin-bottom:5px;
}

.form-group{
    margin-top:5px
}

.custom-dialog .sdialog-content,
.custom-dialog .sdialog-titlebar {
    width: 970px;
    max-width: 100%;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    margin-top: 5px;
}
