/* Minification failed. Returning unminified contents.
(11187,36): run-time error CSS1034: Expected closing parenthesis, found ','
(11187,36): run-time error CSS1042: Expected function, found ','
(11187,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/****End Normalize *******/

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 13.5px;
    line-height: normal;
    color: #333333;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

ul {
    list-style-position: inside;
}

a {
    text-decoration: none;
    color: #0094ff;
}

.unselectable {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none; /* you could also put this in a class */
    -webkit-user-select: none; /* and add the CSS class here instead */
    -ms-user-select: none;
}

fieldset {
    border-radius: 5px;
    border: 1px solid #ccc
}

.manage-profile-picture {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    max-width: 80px;
    max-height: 80px;
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden
}

    .manage-profile-picture > img {
        display: block;
        margin: 0 auto;
        width: inherit;
        height: inherit
    }

.breadcrumb {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

    .breadcrumb ol {
        padding: 0;
        margin: 0
    }

    .breadcrumb li {
        display: inline-block;
        margin: 0 3px;
    }

.footer {
    visibility: hidden
}

    .footer.show {
        animation: animate__fadeIn .2s ease;
        visibility: visible;
    }

    .footer:before {
        content: '';
        clear: both;
        display: block;
    }

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

/*** Form Design ***/

.box-header {
    background: #fdfdfd;
    margin-bottom: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

    .box-header > .title {
        display: inline-block;
        padding: 0 15px 5px 5px;
        vertical-align: middle;
        float: none;
        margin: 0;
        font-size: 19px;
    }

.rtl .box-header {
    padding: 5px 0 0 5px;
}

    .rtl .box-header .main-action {
        float: left;
        margin-right: 3px
    }

.ltr .box-header {
    padding: 5px 5px 0 0;
}

    .ltr .box-header .main-action {
        float: right;
        margin-left: 3px
    }

.field-validation-error {
    font-size: 11px;
    color: red;
}

.validation-summary-errors {
    font-size: 90%;
    color: red;
    background-color: #f9f9f9
}

    .validation-summary-errors > ul {
        display: block;
        padding: 10px 15px;
        margin: 0
    }

.box-content .form-actions {
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    margin: 5px 0 0;
    padding: 5px;
    clear: both;
}

.form-actions:after {
    content: '';
    display: block;
    clear: both;
}

.inline-label {
    padding-top: 7px;
    padding-bottom: 4px;
    color: #a0a0a0
}

.form-horizontal .control-label {
    line-height: 1;
    max-height: 30px;
    color: #555;
    display: inline-block;
}

.form-horizontal .control-label,
.form-horizontal .input-group {
    margin-top: 7px
}

.ltr .form-horizontal .control-label,
.ltr .inline-label {
    text-align: right;
}

.rtl .form-horizontal .control-label,
.rtl .inline-label {
    text-align: left;
}

.control-label.required,
.inline-label.required,
.grid-item-title-label.required {
    color: #000;
}

    .control-label.required:after,
    .inline-label.required:after,
    .grid-item-title-label.required:after {
        content: '*';
        font-size: 8pt;
    }

.form-complex fieldset {
    padding: 5px 5px 1px;
    margin-bottom: 5px
}

.form-complex .control-label {
    display: initial
}

.form-complex .grid-holder .table-holder {
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    overflow: visible;
}

.form-complex .grid-holder,
.dark .form-complex .grid-holder {
    background: transparent;
    box-shadow: none;
    margin: 5px;
    padding: 0
}

.form-complex .fake-label {
    display: inline
}

    /* for same style with the label */
    .form-complex .fake-label:after {
        content: "-";
        color: transparent;
    }

.form-complex .input-group,
.form-complex .checkbox-field,
.form-complex .radio-field {
    margin: 3px 0 10px;
}

.form-complex .fake-label + .checkbox-field {
    min-height: 32px;
    border: 1px solid transparent;
}

.form-complex .input-group {
    box-shadow: 0 1px 1px rgba(0,0,0, .08);
}

.rtl .form-complex .input-group > *:first-child,
.rtl .print-panel .input-group > *:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0;
}

.rtl .form-complex .input-group > *:last-child,
.rtl .print-panel .input-group > *:last-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 0;
}

.ltr .form-complex .input-group > *:first-child,
.ltr .print-panel .input-group > *:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 0;
}

.ltr .form-complex .input-group > *:last-child,
.ltr .print-panel .input-group > *:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0;
}

.form-complex [type="checkbox"],
.form-complex [type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.form-complex .fake-label + [type="checkbox"],
.form-complex .fake-label + [type="radio"] {
    margin-top: 6px;
    margin-bottom: 6px;
}

.rtl .form-complex [type="checkbox"],
.rtl .form-complex [type="radio"] {
    margin-left: 4px;
}

.ltr .form-complex [type="checkbox"],
.ltr .form-complex [type="radio"] {
    margin-right: 4px;
}

.form-complex .control-label {
    color: #a0a0a0
}

    .form-complex .control-label.required,
    .form-complex .grid-item-title-label.required {
        color: #000;
    }

.form-complex .fake-fieldset {
    padding: 12px 6px 1px;
    margin: 8px 2px 5px;
}

.form-complex legend {
    font-size: 11px
}

@media (max-width:320px) {
    .box-header > .title {
        font-size: 14pt;
    }
}

/** End Form design ***/

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

.circle {
    border-radius: 50%
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.rtl .float-revert {
    float: left
}

.ltr .float-revert {
    float: right
}

.box-content .splitter + .or-splitter {
    background-color: #369;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 40px;
    width: 50%;
    margin: -26px auto 2%;
    text-align: center;
    font-weight: bold;
    line-height: 3em;
    font-size: 110%;
}

.box-info {
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    vertical-align: middle;
}

.box-warning {
    background-color: #fbfba1;
    color: #444;
}

.cookie-warning {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.tree-holder {
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background: #f9f9f9;
}

.box-content {
    /*background: rgba(255,255,255,0.5);*/
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
    /*box-shadow: 0 0 2px #555;*/
    margin-bottom: 5px;
    /*overflow for border-radius*/
    overflow: hidden;
}

    .box-content .splitter {
        height: 1px;
        display: block;
        background-color: #ccc;
        margin: 5px 0;
    }

    .box-content .table-holder {
        margin: 0 5px;
    }

.clear {
    clear: both !important;
    float: none !important
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    /*font-size: 14px;*/
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.rtl .form-control {
    padding: 1px 5px 1px 0;
}

.rtl.form-control {
    padding: 1px 5px 1px 0;
}

.ltr .form-control {
    padding: 1px 0 1px 5px;
}

.ltr.form-control {
    padding: 1px 0 1px 5px;
}

.form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control.required {
    border-color: #666;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.btn-group {
    display: inline-table;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 5px;
}

    .btn-group > .btn, .btn-group > .btn-mini {
        display: table-cell;
        border-radius: 0px;
    }

.rtl .btn-group > .btn:first-child,
.rtl .btn-group > .btn-mini:first-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.rtl .btn-group > .btn:last-child,
.rtl .btn-group > .btn-mini:last-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.ltr .btn-group > .btn:first-child,
.ltr .btn-group > .btn-mini:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.ltr .btn-group > .btn:last-child,
.ltr .btn-group > .btn-mini:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.input-group {
    display: inline-table;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 5px;
    /*comment for outline focus*/
    /*overflow: hidden;*/
}

.ie8 .input-group {
    display: table;
}


.input-group .form-control, .input-group-input {
    display: table-cell;
    width: 100%;
    height: 100%;
    min-height: 30px;
    vertical-align: middle;
    border-radius: 0px;
}


/*for Chrome*/
.input-group > input[type=checkbox],
.input-group > input[type=radio] {
    margin-left: 5px;
    /*for correct display in form*/
    height: 30px;
    vertical-align: middle
}

.input-group > input[type=checkbox] {
    width: 20px;
}




.input-group > .form-control {
    border: 0
}

.input-group-addon, .input-group-btn {
    display: table-cell;
    height: 100%;
    background-color: #f0f0f0;
    color: #222;
    border: 0;
    vertical-align: middle;
    margin: 0 -1px 0 0;
    white-space: nowrap;
    border-radius: 0px;
    height: 30px; /*for firefox*/
}

.input-group-addon {
    padding: 0 2px;
}

.single-input .input-group-addon, .single-input .input-group-btn {
    width: 1%;
}

.single-input .input-group-input, .single-input .form-control {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.form-group:after {
    content: "";
    clear: both;
    display: block;
}

textarea.form-control {
    height: auto;
}

.search-field-holder {
    position: relative;
    margin-bottom: 5px;
}

.search-field {
    font-size: 8pt;
}

.unit-field {
    font-size: 8pt
}

.row {
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-vs-1,
.col-vs-2,
.col-vs-3,
.col-vs-4,
.col-vs-5,
.col-vs-6,
.col-vs-7,
.col-vs-8,
.col-vs-9,
.col-vs-10,
.col-vs-11,
.col-vs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.ltr .col-xs-1,
.ltr .col-xs-2,
.ltr .col-xs-3,
.ltr .col-xs-4,
.ltr .col-xs-5,
.ltr .col-xs-6,
.ltr .col-xs-7,
.ltr .col-xs-8,
.ltr .col-xs-9,
.ltr .col-xs-10,
.ltr .col-xs-11 {
    float: left;
}

.rtl .col-xs-1,
.rtl .col-xs-2,
.rtl .col-xs-3,
.rtl .col-xs-4,
.rtl .col-xs-5,
.rtl .col-xs-6,
.rtl .col-xs-7,
.rtl .col-xs-8,
.rtl .col-xs-9,
.rtl .col-xs-10,
.rtl .col-xs-11 {
    float: right;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
    clear: both;
}


.rtl .col-xs-offset-0 {
    margin-right: 0;
}

.rtl .col-xs-offset-1 {
    margin-right: 8.333333333333332%;
}

.rtl .col-xs-offset-2 {
    margin-right: 16.666666666666664%;
}

.rtl .col-xs-offset-3 {
    margin-right: 25%;
}

.rtl .col-md-offset-4 {
    margin-right: 33.33333333333333%;
}

.rtl .col-md-offset-5 {
    margin-right: 41.66666666666667%;
}

.rtl .col-md-offset-6 {
    margin-right: 50%;
}

.rtl .col-xs-offset-7 {
    margin-right: 58.333333333333336%;
}

.rtl .col-xs-offset-8 {
    margin-right: 66.66666666666666%;
}

.rtl .col-xs-offset-9 {
    margin-right: 75%;
}

.rtl .col-xs-offset-10 {
    margin-right: 83.33333333333334%;
}

.rtl .col-xs-offset-11 {
    margin-right: 91.66666666666666%;
}

.ltr .col-xs-offset-0 {
    margin-left: 0;
}

.ltr .col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.ltr .col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.ltr .col-xs-offset-3 {
    margin-left: 25%;
}

.ltr .col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.ltr .col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.ltr .col-xs-offset-6 {
    margin-left: 50%;
}

.ltr .col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.ltr .col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.ltr .col-xs-offset-9 {
    margin-left: 75%;
}

.ltr .col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.ltr .col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

@media (min-width: 550px) {
    .container {
        max-width: 500px;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-horizontal .form-group {
        margin-right: -5px;
        margin-left: -5px;
    }

        .form-horizontal .form-group:before,
        .form-horizontal .form-group:after {
            display: table;
            content: " ";
        }

        .form-horizontal .form-group:after {
            clear: both;
        }

        .form-horizontal .form-group:before,
        .form-horizontal .form-group:after {
            display: table;
            content: " ";
        }

        .form-horizontal .form-group:after {
            clear: both;
        }

    .form-horizontal .control-label,
    .form-horizontal .radio,
    .form-horizontal .checkbox,
    .form-horizontal .radio-inline,
    .form-horizontal .checkbox-inline {
        padding-top: 7px;
        padding-bottom: 4px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .rtl .col-vs-1,
    .rtl .col-vs-2,
    .rtl .col-vs-3,
    .rtl .col-vs-4,
    .rtl .col-vs-5,
    .rtl .col-vs-6,
    .rtl .col-vs-7,
    .rtl .col-vs-8,
    .rtl .col-vs-9,
    .rtl .col-vs-10,
    .rtl .col-vs-11 {
        float: right;
    }

    .ltr .col-vs-1,
    .ltr .col-vs-2,
    .ltr .col-vs-3,
    .ltr .col-vs-4,
    .ltr .col-vs-5,
    .ltr .col-vs-6,
    .ltr .col-vs-7,
    .ltr .col-vs-8,
    .ltr .col-vs-9,
    .ltr .col-vs-10,
    .ltr .col-vs-11 {
        float: left;
    }

    .col-vs-1 {
        width: 8.333333333333332%;
    }

    .col-vs-2 {
        width: 16.666666666666664%;
    }

    .col-vs-3 {
        width: 25%;
    }

    .col-vs-4 {
        width: 33.33333333333333%;
    }

    .col-vs-5 {
        width: 41.66666666666667%;
    }

    .col-vs-6 {
        width: 50%;
    }

    .col-vs-7 {
        width: 58.333333333333336%;
    }

    .col-vs-8 {
        width: 66.66666666666666%;
    }

    .col-vs-9 {
        width: 75%;
    }

    .col-vs-10 {
        width: 83.33333333333334%;
    }

    .col-vs-11 {
        width: 91.66666666666666%;
    }

    .col-vs-12 {
        width: 100%;
    }

    .extend .col-vs-1 {
        min-width: 35px;
    }

    .extend .col-vs-2 {
        min-width: 70px;
    }

    .extend .col-vs-3 {
        min-width: 105px;
    }

    .extend .col-vs-4 {
        min-width: 145px;
    }

    .extend .col-vs-5 {
        min-width: 180px;
    }

    .extend .col-vs-6 {
        min-width: 215px;
    }

    .extend .col-vs-7 {
        min-width: 250px;
    }

    .extend .col-vs-8 {
        min-width: 285px;
    }

    .extend .col-vs-9 {
        min-width: 320px;
    }

    .extend .col-vs-10 {
        min-width: 360px;
    }

    .extend .col-vs-11 {
        min-width: 390px;
    }

    .extend .col-vs-12 {
        min-width: 430px;
    }


    .rtl .col-vs-offset-1 {
        margin-right: 8.333333333333332%;
    }

    .rtl .col-vs-offset-2 {
        margin-right: 16.666666666666664%;
    }

    .rtl .col-vs-offset-3 {
        margin-right: 25%;
    }

    .rtl .col-vs-offset-4 {
        margin-right: 33.33333333333333%;
    }

    .rtl .col-vs-offset-5 {
        margin-right: 41.66666666666667%;
    }

    .rtl .col-vs-offset-6 {
        margin-right: 50%;
    }

    .rtl .col-vs-offset-7 {
        margin-right: 58.333333333333336%;
    }

    .rtl .col-vs-offset-8 {
        margin-right: 66.66666666666666%;
    }

    .rtl .col-vs-offset-9 {
        margin-right: 75%;
    }

    .rtl .col-vs-offset-10 {
        margin-right: 83.33333333333334%;
    }

    .rtl .col-vs-offset-11 {
        margin-right: 91.66666666666666%;
    }

    .ltr .col-vs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .ltr .col-vs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .ltr .col-vs-offset-3 {
        margin-left: 25%;
    }

    .ltr .col-vs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .ltr .col-vs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .ltr .col-vs-offset-6 {
        margin-left: 50%;
    }

    .ltr .col-vs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .ltr .col-vs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .ltr .col-vs-offset-9 {
        margin-left: 75%;
    }

    .ltr .col-vs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .ltr .col-vs-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (max-width:767px) {
    .form-complex .fake-label {
        height: 0
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-horizontal .form-group {
        margin-right: -5px;
        margin-left: -5px;
    }

        .form-horizontal .form-group:before,
        .form-horizontal .form-group:after {
            display: table;
            content: " ";
        }

        .form-horizontal .form-group:after {
            clear: both;
        }

        .form-horizontal .form-group:before,
        .form-horizontal .form-group:after {
            display: table;
            content: " ";
        }

        .form-horizontal .form-group:after {
            clear: both;
        }

    .form-horizontal .control-label,
    .form-horizontal .radio,
    .form-horizontal .checkbox,
    .form-horizontal .radio-inline,
    .form-horizontal .checkbox-inline {
        padding-top: 7px;
        padding-bottom: 4px;
        margin-bottom: 0;
    }

    .inline-label {
        margin: 5px 0;
    }

    .rtl .col-sm-1,
    .rtl .col-sm-2,
    .rtl .col-sm-3,
    .rtl .col-sm-4,
    .rtl .col-sm-5,
    .rtl .col-sm-6,
    .rtl .col-sm-7,
    .rtl .col-sm-8,
    .rtl .col-sm-9,
    .rtl .col-sm-10,
    .rtl .col-sm-11 {
        float: right;
    }

    .ltr .col-sm-1,
    .ltr .col-sm-2,
    .ltr .col-sm-3,
    .ltr .col-sm-4,
    .ltr .col-sm-5,
    .ltr .col-sm-6,
    .ltr .col-sm-7,
    .ltr .col-sm-8,
    .ltr .col-sm-9,
    .ltr .col-sm-10,
    .ltr .col-sm-11 {
        float: left;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-12 {
        width: 100%;
        clear: both;
    }

    .extend .col-sm-1 {
        min-width: 50px;
    }

    .extend .col-sm-2 {
        min-width: 100px;
    }

    .extend .col-sm-3 {
        min-width: 150px;
    }

    .extend .col-sm-4 {
        min-width: 200px;
    }

    .extend .col-sm-5 {
        min-width: 250px;
    }

    .extend .col-sm-6 {
        min-width: 300px;
    }

    .extend .col-sm-7 {
        min-width: 350px;
    }

    .extend .col-sm-8 {
        min-width: 400px;
    }

    .extend .col-sm-9 {
        min-width: 450px;
    }

    .extend .col-sm-10 {
        min-width: 500px;
    }

    .extend .col-sm-11 {
        min-width: 550px;
    }

    .extend .col-sm-12 {
        min-width: 600px;
    }


    .rtl .col-sm-offset-1 {
        margin-right: 8.333333333333332%;
    }

    .rtl .col-sm-offset-2 {
        margin-right: 16.666666666666664%;
    }

    .rtl .col-sm-offset-3 {
        margin-right: 25%;
    }

    .rtl .col-sm-offset-4 {
        margin-right: 33.33333333333333%;
    }

    .rtl .col-sm-offset-5 {
        margin-right: 41.66666666666667%;
    }

    .rtl .col-sm-offset-6 {
        margin-right: 50%;
    }

    .rtl .col-sm-offset-7 {
        margin-right: 58.333333333333336%;
    }

    .rtl .col-sm-offset-8 {
        margin-right: 66.66666666666666%;
    }

    .rtl .col-sm-offset-9 {
        margin-right: 75%;
    }

    .rtl .col-sm-offset-10 {
        margin-right: 83.33333333333334%;
    }

    .rtl .col-sm-offset-11 {
        margin-right: 91.66666666666666%;
    }


    .ltr .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .ltr .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .ltr .col-sm-offset-3 {
        margin-left: 25%;
    }

    .ltr .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .ltr .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .ltr .col-sm-offset-6 {
        margin-left: 50%;
    }

    .ltr .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .ltr .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .ltr .col-sm-offset-9 {
        margin-left: 75%;
    }

    .ltr .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .ltr .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }

    .rtl .col-md-1,
    .rtl .col-md-2,
    .rtl .col-md-3,
    .rtl .col-md-4,
    .rtl .col-md-5,
    .rtl .col-md-6,
    .rtl .col-md-7,
    .rtl .col-md-8,
    .rtl .col-md-9,
    .rtl .col-md-10,
    .rtl .col-md-11 {
        float: right;
    }


    .ltr .col-md-1,
    .ltr .col-md-2,
    .ltr .col-md-3,
    .ltr .col-md-4,
    .ltr .col-md-5,
    .ltr .col-md-6,
    .ltr .col-md-7,
    .ltr .col-md-8,
    .ltr .col-md-9,
    .ltr .col-md-10,
    .ltr .col-md-11 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-12 {
        width: 100%;
        clear: both;
    }

    .rtl .col-md-offset-0 {
        margin-right: 0;
    }

    .rtl .col-md-offset-1 {
        margin-right: 8.333333333333332%;
    }

    .rtl .col-md-offset-2 {
        margin-right: 16.666666666666664%;
    }

    .rtl .col-md-offset-3 {
        margin-right: 25%;
    }

    .rtl .col-md-offset-4 {
        margin-right: 33.33333333333333%;
    }

    .rtl .col-md-offset-5 {
        margin-right: 41.66666666666667%;
    }

    .rtl .col-md-offset-6 {
        margin-right: 50%;
    }

    .rtl .col-md-offset-7 {
        margin-right: 58.333333333333336%;
    }

    .rtl .col-md-offset-8 {
        margin-right: 66.66666666666666%;
    }

    .rtl .col-md-offset-9 {
        margin-right: 75%;
    }

    .rtl .col-md-offset-10 {
        margin-right: 83.33333333333334%;
    }

    .rtl .col-md-offset-11 {
        margin-right: 91.66666666666666%;
    }

    .ltr .col-md-offset-0 {
        margin-left: 0;
    }

    .ltr .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .ltr .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .ltr .col-md-offset-3 {
        margin-left: 25%;
    }

    .ltr .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .ltr .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .ltr .col-md-offset-6 {
        margin-left: 50%;
    }

    .ltr .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .ltr .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .ltr .col-md-offset-9 {
        margin-left: 75%;
    }

    .ltr .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .ltr .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }

    .ltr .col-lg-1,
    .ltr .col-lg-2,
    .ltr .col-lg-3,
    .ltr .col-lg-4,
    .ltr .col-lg-5,
    .ltr .col-lg-6,
    .ltr .col-lg-7,
    .ltr .col-lg-8,
    .ltr .col-lg-9,
    .ltr .col-lg-10,
    .ltr .col-lg-11 {
        float: left;
    }

    .rtl .col-lg-1,
    .rtl .col-lg-2,
    .rtl .col-lg-3,
    .rtl .col-lg-4,
    .rtl .col-lg-5,
    .rtl .col-lg-6,
    .rtl .col-lg-7,
    .rtl .col-lg-8,
    .rtl .col-lg-9,
    .rtl .col-lg-10,
    .rtl .col-lg-11 {
        float: right;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
        clear: both;
    }

    .rtl .col-lg-offset-0 {
        margin-right: 0;
    }

    .rtl .col-lg-offset-1 {
        margin-right: 8.333333333333332%;
    }

    .rtl .col-lg-offset-2 {
        margin-right: 16.666666666666664%;
    }

    .rtl .col-lg-offset-3 {
        margin-right: 25%;
    }

    .rtl .col-lg-offset-4 {
        margin-right: 33.33333333333333%;
    }

    .rtl .col-lg-offset-5 {
        margin-right: 41.66666666666667%;
    }

    .rtl .col-lg-offset-6 {
        margin-right: 50%;
    }

    .rtl .col-lg-offset-7 {
        margin-right: 58.333333333333336%;
    }

    .ltr .col-lg-offset-8 {
        margin-right: 66.66666666666666%;
    }

    .rtl .col-lg-offset-9 {
        margin-right: 75%;
    }

    .rtl .col-lg-offset-10 {
        margin-right: 83.33333333333334%;
    }

    .rtl .col-lg-offset-11 {
        margin-right: 91.66666666666666%;
    }

    .ltr .col-lg-offset-0 {
        margin-left: 0;
    }

    .ltr .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .ltr .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .ltr .col-lg-offset-3 {
        margin-left: 25%;
    }

    .ltr .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .ltr .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .ltr .col-lg-offset-6 {
        margin-left: 50%;
    }

    .ltr .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .ltr .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .ltr .col-lg-offset-9 {
        margin-left: 75%;
    }

    .ltr .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .ltr .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

/****** Responsive Table ******/

.table-holder,
.tree-holder {
    max-width: 100%;
    overflow: auto;
}

.table, .responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    /*for firfox bug in show overflow color th*/
    /*overflow: hidden;*/
    /*margin-bottom: 1.5em;*/
}

    /*for border bug in firefox when th td has background*/
    .table .items-header,
    .responsive-table .items-header,
    .table .search-header,
    .responsive-table .search-header {
        background: #555
    }

    .responsive-table th[scope="col"] {
        /*for background bug when position is relative*/
        /*background: #555;*/
        color: #fff;
        text-align: center;
        vertical-align: middle;
        /*use for sort-btn that must be removed add search-field-holder added in views*/
        /*position: relative;*/
        font-weight: normal
    }

    .responsive-table .details {
        text-align: center
    }

    /*.responsive-table .responsive-hide {
    display: none !important;
}*/


    .responsive-table .responsive-hide {
        display: none !important;
    }

@media (max-width: 767px) {
    .hidden-responsive-table {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .responsive-table {
        font-size: .9em;
    }

        .responsive-table .responsive-hide {
            display: table-cell !important;
        }
}


@media (min-width: 992px) {
    .responsive-table {
        font-size: 1em;
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }

    .box-content .table-holder {
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
}

.responsive-table thead th {
    background-color: #1d96b2;
    border: 1px solid #1d96b2;
    font-weight: normal;
    text-align: center;
    color: white;
}

    .responsive-table thead th:first-of-type {
        text-align: left;
    }

@media (max-width:767px) {
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table th,
    .responsive-table td {
        display: block;
    }

    .responsive-table tr {
        border-radius: 5px;
    }
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    padding: 4px 2px;
    white-space: normal;
    min-height: 30px;
}


.responsive-table tr {
    padding: 0;
}

.responsive-table th,
.responsive-table td {
    vertical-align: middle;
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 768px) {
    .responsive-table caption {
        font-size: 1.5em;
    }
}

.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

@media (min-width: 992px) {
    .responsive-table tfoot {
        font-size: .9em;
    }
}

@media (min-width: 768px) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 1px solid #1d96b2;
    background-color: #fff;
}

@media (min-width: 768px) {
    .responsive-table tbody tr {
        border-width: 0;
        border-right: none;
        border-left: none;
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

/*@media (min-width: 48em) {
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: rgba(94, 93, 82, 0.1);
    }
}*/

.responsive-table tbody th[scope="row"] {
    background-color: #1d96b2;
    color: white;
    text-align: right;
    padding-right: 3%;
}

    .responsive-table tbody th[scope="row"] > a {
        color: #fff;
    }

@media (min-width: 768px) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        position: static;
        color: #5e5d52;
        text-align: center;
        padding: 0;
        font-size: 100%;
    }

        .responsive-table tbody th[scope="row"] > a {
            color: #3072b3;
        }
}

.table tbody td,
.responsive-table tbody td,
.responsive-table tbody th[scope=row] {
    border-bottom: 1px solid #ccc;
}

@media (min-width: 769px) {
    .responsive-table tbody td {
        text-align: center;
    }
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75);
}

.rtl .responsive-table tbody td[data-title]:before {
    float: right;
    margin-left: 5px;
}

.ltr .responsive-table tbody td[data-title]:before {
    float: left;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em;
    }
}

@media (min-width: 768px) {
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}

.table, .responsive-table {
    border-collapse: collapse;
}

.table-full-border td {
    border: 1px solid #ccc;
}

.table-full-border th {
    border: 1px solid #999;
}

.table-footer {
    padding: 5px 10px;
}

.table-sticky {
    overflow: visible
}

    .table-sticky > .items-header th,
    .table-sticky > tbody > .items-header th {
        position: sticky;
        top: 0;
        z-index: 1
    }

/********** Buttons ********/

.btn-mini, .btn {
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    padding: 3px 13px;
    border: 0;
    margin: 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    max-width: 100%;
    line-height: inherit;
}

.dark .btn-mini,
.dark .btn {
    color: #eee;
    background-color: #666;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#888), to(#666));
    background-image: -moz-linear-gradient(#888, #666);
    background-image: -ms-linear-gradient(#888, #666);
    background-image: -o-linear-gradient(#888, #666);
    background-image: linear-gradient(#888, #666);
    text-shadow: 1px 1px 0 #444;
    box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.btn-mini:active, .btn:active {
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbb), to(#f0f0f0));
    background-image: -moz-linear-gradient(#bbb, #f0f0f0);
    background-image: -ms-linear-gradient(#bbb, #f0f0f0);
    background-image: -o-linear-gradient(#bbb, #f0f0f0);
    background-image: linear-gradient(#bbb, #f0f0f0);
}

.dark .btn-mini:active,
.dark .btn:active {
    background-color: #888;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#888));
    background-image: -moz-linear-gradient(#555, #888);
    background-image: -ms-linear-gradient(#555, #888);
    background-image: -o-linear-gradient(#555, #888);
    background-image: linear-gradient(#555, #888);
}

.btn[disabled] {
    background-color: #b9b9b9;
    color: #aaa;
    box-shadow: none !important;
    border-color: #a0a0a0;
    cursor: not-allowed;
    box-shadow: none
}

/*.btn:after,
    .btn-mini:after {
        content: '';
        display: block;
        float: right;
        width: 2px;
        height: 2px;
        background: #000;
        border-radius: 100%;
        opacity: .4;
        transform: scale(0);
    }*/

.btn-mini {
    min-width: 30px;
    min-height: 30px;
    padding: 0;
}

    .btn-mini[disabled] {
        background-color: #b9b9b9;
        color: #eee;
        box-shadow: none !important;
        cursor: default;
    }


    .btn-mini.icon-white, .btn-mini.icon-black {
        /*padding: 1px;*/ /*comment for tumble in form*/
        font-size: 0;
    }

    .btn.circle, .btn-mini.circle {
        border-radius: 25px;
    }

.rtl .btn.icon-white,
.rtl .btn.icon-black {
    padding: 3px 22px 3px 5px;
    padding-right: 22px !important;
    padding-left: 5px !important;
}

.ltr .btn.icon-white,
.ltr .btn.icon-black {
    padding: 3px 5px 3px 22px;
    padding-left: 22px !important;
    padding-right: 5px !important;
}

.btn-mini.icon-white:before,
.btn.icon-white:before,
.dark .btn-mini.icon-black:before,
.dark .btn.icon-black:before {
    content: '';
    background-image: url(images/saaed/ic-icons-white.png?v=5);
    width: 20px;
    height: 20px;
    margin-top: -1px;
}

.rtl .btn-mini.icon-white:before,
.rtl .btn.icon-white:before {
    margin-right: -20px;
    margin-left: 1px;
    float: right;
}

.ltr .btn-mini.icon-white:before,
.ltr .btn.icon-white:before {
    margin-left: -20px;
    margin-right: 1px;
    float: left;
}

.btn-mini.icon-black:before, .btn.icon-black:before {
    content: '';
    background-image: url(images/saaed/ic-icons-black.png?v=5);
    width: 20px;
    height: 20px;
    margin-top: -1px;
}

.rtl .btn-mini.icon-black:before,
.rtl .btn.icon-black:before {
    float: right;
    margin-left: 1px;
    margin-right: -20px;
}

.ltr .btn-mini.icon-black:before,
.ltr .btn.icon-black:before {
    float: left;
    margin-right: 1px;
    margin-left: -20px;
}

.btn-mini[disabled].icon-white:before,
.btn[disabled].icon-white:before,
.btn-mini[disabled].icon-black:before,
.btn[disabled].icon-black:before {
    background-image: url(images/saaed/ic-icons-gray.png?v=5);
}

.rtl .btn-mini.icon-white:before,
.rtl .btn-mini.icon-black:before,
.ltr .btn-mini.icon-white:before,
.ltr .btn-mini.icon-black:before {
    margin: 5px;
}

.btn-mini.edit:before, .btn.edit:before,
.btn-mini.edit-proxy:before, .btn.edit-proxy:before {
    background-position: 0 -40px;
}

.btn-mini.delete:before, .btn.delete:before,
.btn-mini.delete-proxy:before, .btn.delete-proxy:before {
    background-position: -20px -100px;
}

.btn-mini.done:before, .btn.done:before {
    background-position: 0 0px;
}

.btn-mini.cancel:before, .btn.cancel:before {
    background-position: 0 -20px;
}

.btn-mini.more:before, .btn.more:before {
    background-position: 0 -60px;
}

.btn-mini.add:before, .btn.add:before {
    background-position: 0 -80px;
}

.btn-mini.close:before, .btn.close:before {
    background-position: 0 -100px;
}

.btn-mini.search:before, .btn.search:before {
    background-position: 0 -120px;
}

.btn-mini.user:before, .btn.user:before {
    background-position: 0 -140px;
}

.rtl .btn-mini.prev:before, .rtl .btn.prev:before {
    background-position: 0 -160px;
}

.ltr .btn-mini.prev:before, .ltr .btn.prev:before {
    background-position: 0 -180px;
}

.rtl .btn-mini.next:before, .rtl .btn.next:before {
    background-position: 0 -180px;
}

.ltr .btn-mini.next:before, .ltr .btn.next:before {
    background-position: 0 -160px;
}

.btn-mini.up:before, .btn.up:before {
    background-position: 0 -200px;
}

.btn-mini.down:before, .btn.down:before {
    background-position: 0 -220px;
}

.btn-mini.cart:before, .btn.cart:before {
    background-position: 0 -240px;
}

.btn-mini.remove:before, .btn.remove:before {
    background-position: 0 -260px;
}

.btn-mini.menu:before, .btn.menu:before {
    background-position: -20px 0px;
}

.btn-mini.link:before, .btn.link:before {
    background-position: -20px -20px;
}

.rtl .btn-mini.prev-section:before, .rtl .btn.prev-section:before {
    background-position: -20px -40px;
}

.ltr .btn-mini.prev-section:before, .ltr .btn.prev-section:before {
    background-position: -20px -60px;
}

.rtl .btn-mini.next-section:before, .rtl .btn.next-section:before {
    background-position: -20px -60px;
}

.ltr .btn-mini.next-section:before, .ltr .btn.next-section:before {
    background-position: -20px -40px;
}

.btn-mini.module:before, .btn.module:before {
    background-position: -20px -80px;
}

.btn-mini.download:before, .btn.download:before {
    background-position: -20px -120px;
}

.btn-mini.copy:before, .btn.copy:before {
    background-position: -20px -140px;
}

.btn-mini.show:before, .btn.show:before {
    background-position: -20px -160px;
}

.btn-mini.refresh:before, .btn.refresh:before {
    background-position: -20px -180px;
}

.btn-mini.video:before, .btn.video:before {
    background-position: -20px -200px;
}

.btn-mini.audio:before, .btn.audio:before {
    background-position: -20px -220px;
}

.btn-mini.image:before, .btn.image:before {
    background-position: -20px -240px;
}

.btn-mini.text:before, .btn.text:before {
    background-position: -20px -260px;
}

.btn-mini.sections:before, .btn.sections:before {
    background-position: -40px 0px;
}

.btn-mini.radio:before, .btn.radio:before {
    background-position: -40px -20px;
}

.btn-mini.checkbox:before, .btn.checkbox:before {
    background-position: -40px -40px;
}

.btn-mini.identity:before, .btn.identity:before {
    background-position: -40px -60px;
}

.btn-mini.settings:before, .btn.settings:before {
    background-position: -40px -80px;
}

.btn-mini.sheet:before, .btn.sheet:before {
    background-position: -40px -100px;
}

.btn-mini.notification:before, .btn.notification:before {
    background-position: -40px -120px;
}

.btn-mini.green, .btn.green {
    border-bottom-color: #4f6900;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #99cc00;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99cc00), to(#6d9200));
    background-image: -moz-linear-gradient(#99cc00, #6d9200);
    background-image: -o-linear-gradient(#99cc00, #6d9200);
    background-image: linear-gradient(#99cc00, #6d9200);
}

    .btn-mini.green:active, .btn.green:active {
        border-top-color: #4f6900;
        background-color: #6d9200;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d9200), to(#99cc00));
        background-image: -moz-linear-gradient(#6d9200, #99cc00);
        background-image: -o-linear-gradient(#6d9200, #99cc00);
        background-image: linear-gradient(#6d9200, #99cc00);
    }


.btn-mini.orange, .btn.orange {
    border-bottom-color: #9d5b05;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #ED8702;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED8702), to(#c47105));
    background-image: -moz-linear-gradient(#ED8702, #c47105);
    background-image: -o-linear-gradient(#ED8702, #c47105);
    background-image: linear-gradient(#ED8702, #c47105);
}

    .btn-mini.orange:active, .btn.orange:active {
        border-top-color: #9d5b05;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c47105), to(#ED8702));
        background-image: -moz-linear-gradient(#c47105, #ED8702);
        background-image: -o-linear-gradient(#c47105, #ED8702);
        background-image: linear-gradient(#c47105, #ED8702);
    }

.btn-mini.red, .btn.red {
    border-color: #b33630;
    border-bottom-color: #802824;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc5f59), to(#b33630));
    background-image: -moz-linear-gradient(#dc5f59, #b33630);
    background-image: -ms-linear-gradient(#dc5f59, #b33630);
    background-image: -o-linear-gradient(#dc5f59, #b33630);
    background-image: linear-gradient(#dc5f59, #b33630);
}

    .btn-mini.red:active, .btn.red:active {
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b33630), to(#dc5f59));
        background-image: -moz-linear-gradient( #b33630,#dc5f59);
        background-image: -ms-linear-gradient(#b33630,#dc5f59);
        background-image: -o-linear-gradient(#b33630, #dc5f59 );
        background-image: linear-gradient(#b33630,#dc5f59);
    }

.btn-mini.blue, .btn.blue {
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

    .btn-mini.blue:active, .btn.blue:active {
        color: #fff;
        background-color: #3c8dde;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
        background-image: -moz-linear-gradient(#3072b3,#599bdc);
        background-image: -o-linear-gradient(#3072b3,#599bdc);
        background-image: linear-gradient(#3072b3,#599bdc);
    }

    .btn-mini.orange[disabled], .btn.orange[disabled], .btn-mini.blue[disabled], .btn.blue[disabled], .btn-mini.red[disabled], .btn.red[disabled], .btn-mini.green[disabled], .btn.green[disabled] {
        border-bottom-color: #ddd;
        text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
        color: #999;
        background-color: #3c8dde;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f5f5f5));
        background-image: -moz-linear-gradient(#f0f0f0, #f5f5f5);
        background-image: -o-linear-gradient(#f0f0f0, #f5f5f5);
        background-image: linear-gradient(#f0f0f0, #f5f5f5);
    }



/************ Hidden ************/
.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/***** Loading *****/

.loading-xs {
    width: 16px;
    height: 16px;
    background: url(images/saaed/loading-sm.gif) no-repeat 50% 50%;
}

.loading {
    position: fixed;
    backface-visibility: hidden;
    top: 0;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    background: #fff;
    text-align: center;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 999999;
    display: none;
    overflow: hidden
}

    .loading .loading-text {
        display: inline-block;
        padding: 5px 10px;
    }

.dark .loading {
    background: #555;
}

.loading img {
    vertical-align: middle;
    margin: 5px 0;
}

.dark .loading img {
    filter: invert(0.65);
}

.loading.show {
    display: block;
}

.check-xs {
    width: 16px;
    height: 16px;
    background: url(images/saaed/ic-checked-xs.png) no-repeat 50% 50%;
}

.nocheck-xs {
    width: 16px;
    height: 16px;
    background: url(images/saaed/ic-nocheck-sm.png) no-repeat 50% 50%;
}

.dl-horizontal dt, .dl-horizontal .caption {
    background-color: #ED8702;
    color: #fff;
    margin: 0 5px;
    min-width: 100px;
    padding: 1px 5px;
    display: inline-block;
}

.rtl .dl-horizontal dt, .rtl .dl-horizontal .caption {
    float: right;
}

.ltr .dl-horizontal dt, .ltr .dl-horizontal .caption {
    float: left;
}

.dl-horizontal dd, .dl-horizontal .data {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    min-height: 19px;
    cursor: default;
    line-height: 1.6;
}

.disp-inline {
    display: inline;
}

.disp-iblock {
    display: inline-block;
}

.disp-block {
    display: block;
}

.bg-white-smoke {
    background-color: #f9f9f9 !important;
}

.bg-smoke {
    background-color: #f0f0f0 !important;
}

.bg-gray {
    background-color: #ccc !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000;
}

.bg-orange {
    background-color: #FFA100;
}

.bg-red {
    background-color: #c33;
}

.bg-blue {
    background-color: #0A93D5;
}

.bg-opaque {
    background: transparent url(images/saaed/bg-opaque-black.png)
}

.bg-oblique {
    background: transparent url(images/saaed/bg-oblique-black.png);
}

.pad-all-2p {
    padding: 2%;
}

.pad-right-2p {
    padding-right: 2%;
}

.pad-left-2p {
    padding-left: 2%;
}

.pad-top-2p {
    padding-top: 2%;
}

.pad-bottom-2p {
    padding-bottom: 2%;
}

.pad-all-1p {
    padding: 1%
}

.pad-left-1p {
    padding-left: 1%
}

.pad-right-1p {
    padding-right: 1%
}

.pad-top-1p {
    padding-top: 1%
}

.pad-bottom-1p {
    padding-bottom: 1%
}

.pad-right-no {
    padding-right: 0;
}

.pad-left-no {
    padding-left: 0;
}

.pad-top-no {
    padding-top: 0;
}

.pad-bottom-no {
    padding-bottom: 0;
}

.pad-all-no {
    padding: 0 !important
}

.margin-all-2p {
    margin: 2%;
}

.margin-top-2p {
    margin-top: 2%;
}

.margin-right-2p {
    margin-right: 2%;
}

.margin-bottom-2p {
    margin-bottom: 2%;
}

.margin-left-2p {
    margin-left: 2%;
}

.margin-top-1p {
    margin-top: 1%;
}

.margin-right-1p {
    margin-right: 1%;
}

.margin-bottom-1p {
    margin-bottom: 1%;
}

.margin-left-1p {
    margin-left: 1%;
}

.margin-all-1p {
    margin: 1%
}

.margin-all-no {
    margin: 0 !important
}

.text-normal {
    font-weight: normal;
    text-decoration: none;
}

.text-justify {
    text-align: justify !important;
}

.text-center {
    text-align: center !important;
}

.text-bold {
    font-weight: bold;
}

.text-black {
    color: #222;
}

.text-gray {
    color: #a0a0a0;
}

.text-white {
    color: #fff;
}

.text-smoke {
    color: #f9f9f9;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.line-1em {
    line-height: 1em;
}

.line-2em {
    line-height: 2em;
}

.bullet-outside {
    list-style-position: outside;
}

.bullet-inside {
    list-style-position: inside;
}

.rtl .text-align {
    text-align: right;
}

.ltr .text-align {
    text-align: left;
}

.text-ex {
    font-size: 190%;
}

.text-lg {
    font-size: 130%;
}

.text-md {
    font-size: 105%;
}

.text-sm {
    font-size: 80%;
}

.text-danger, .text-error {
    color: red;
}

.text-success {
    color: green;
}

.text-english {
    font-family: Tahoma,"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.text-wrap {
    white-space: normal;
}

.text-no-wrap {
    white-space: nowrap;
}

.cart .count {
    padding: 10px;
    font-size: 14pt;
    line-height: 1em;
    margin-left: 5px
}

.cart-float {
    position: fixed;
    backface-visibility: hidden;
    bottom: 5%;
    right: 2%;
    z-index: 999;
    display: none;
}

    .cart-float .count {
        padding: 2px 10px;
        background-color: rgba(0,0,0,.3);
        border-radius: 50%;
        margin-left: 5px;
    }

/***** Navigation ****/

.nav {
    list-style: none;
    font-size: 9pt;
    position: relative;
}

    .nav li {
        list-style: inside none none;
        position: relative;
    }

    .nav .nav {
        display: none;
    }


.nav-horizontal > li {
    position: relative;
}

.rtl .nav-horizontal > li {
    float: right
}

.ltr .nav-horizontal > li {
    float: left
}

.nav .nav-horizontal > li {
    display: table-cell;
    float: none
}

.nav a,
.nav .caption {
    display: block;
    overflow: hidden;
}

.nav a,
.nav .btn,
.nav .btn-mini,
.nav .caption {
    padding: 2px 5px;
}

.nav-horizontal:after {
    content: '';
    display: table;
    clear: both;
}

.nav-horizontal a,
.nav-horizontal .caption {
    padding: 5px 5px;
    position: relative;
    overflow: hidden;
    white-space: nowrap
}

.nav-vertical a,
.nav-vertical .caption {
    text-indent: 0;
}

.nav .nav-parent > a,
.nav .nav-parent > .caption {
    position: relative;
}

.rtl .nav .nav-parent > a,
.rtl .nav .nav-parent > .caption {
    padding-left: 22px !important;
    cursor: default;
}

.ltr .nav .nav-parent > a,
.ltr .nav .nav-parent > .caption {
    padding-right: 22px !important;
    cursor: default;
}

.nav .nav-parent > a:before,
.nav .nav-parent > .caption:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url(images/saaed/ic-icons-white.png);
    background-repeat: no-repeat;
}

.rtl .nav .nav-parent > a:before,
.rtl .nav .nav-parent > .caption:before {
    left: 0px;
    right: initial;
    background-position: 0 -180px;
}

.rtl .subnav-holder .nav-parent > a:before,
.rtl .subnav-holder .nav-parent > .caption:before {
    background-position: 0 -220px;
}

.rtl .nav-parent.nav-collapsed > a:before,
.rtl .nav-parent.nav-collapsed > .caption:before {
    background-position: 0 -220px;
}

.rtl .subnav-holder.subnav-sidebar .nav-parent.nav-collapsed > a:before,
.rtl .subnav-holder.subnav-sidebar .nav-parent.nav-collapsed > .caption:before {
    background-position: 0 -180px;
}

.ltr .nav .nav-parent > a:before,
.ltr .nav .nav-parent > .caption:before {
    right: 0px;
    left: initial;
    background-position: 0 -160px;
}

.ltr .subnav-holder .nav-parent > a:before,
.ltr .subnav-holder .nav-parent > .caption:before {
    background-position: 0 -220px;
}

.ltr .nav-parent.nav-collapsed > a:before,
.ltr .nav-parent.nav-collapsed > .caption:before {
    background-position: 0 -220px;
}

.ltr .subnav-holder .nav-parent.nav-collapsed > a:before,
.ltr .subnav-holder .nav-parent.nav-collapsed > .caption:before {
    background-position: 0 -160px;
}

.nav-horizontal .nav {
    position: absolute;
    top: 100%;
    padding-right: 0;
    padding-left: 0px;
    z-index: 3;
}

.vmodule .nav-vertical .nav {
    position: fixed
}

.rtl .nav-horizontal .nav {
    right: 0;
}

.left .nav-horizontal .nav {
    left: 0;
}

.nav-vertical .nav {
    position: absolute;
    top: 0;
    left: initial;
    bottom: inherit;
}

.rtl .nav-vertical .nav {
    right: 100%;
}

.ltr .nav-vertical .nav {
    left: 100%;
}

.nav-vertical li {
    width: 100%;
    float: none;
    display: block;
}

.nav-toggle {
    height: 20px;
    padding: 5px 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    display: none;
    transition: transform 0.2s ease;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    transform-origin: 50% 50%;
    line-height: 1;
}

    .nav-toggle:active {
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

.toggle-text {
    display: table-cell;
    vertical-align: middle;
}

.rtl .toggle-text {
    padding-right: 5px;
}

.ltr .toggle-text {
    padding-left: 5px;
}

.nav-toggle .toggle-icon {
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
}

.rtl .toggle-icon {
    float: right;
    padding-left: 2%
}

.ltr .toggle-icon {
    float: left;
    padding-right: 2%
}

.nav-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

    .nav-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.nav-wide > ul .caption {
    background: transparent;
}

.nav li.nav-wide {
    position: static
}

.nav-wide .nav .nav {
    display: inline-block;
    position: static;
}

.rtl .nav-horizontal.nav-wide > .nav.nav-collapsed,
.ltr .nav-horizontal.nav-wide > .nav.nav-collapsed {
    position: absolute;
    display: block;
    left: 10px;
    right: 10px;
}

.nav-wide > .nav > li {
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.nav-wide > .nav > .nav-parent {
    border-radius: 5px;
}

.rtl .nav-wide > .nav ul {
    margin: 0 20px 10px 0
}

.ltr .nav-wide > .nav ul {
    margin: 0 0 10px 20px;
}

.nav-wide li a.sub-menu:before,
.nav-wide li .caption.sub-menu:before {
    content: ".";
    display: inline-block;
    font-size: 45px;
    width: 20px;
    height: 20px;
    position: static;
    background: transparent;
    line-height: 8px;
}

.nav-wide > .nav {
    box-shadow: 0 1px 2px rgba(0,0,0,0.3)
}

.nav-collapsed > .nav {
    display: block !important
}


.nav-title {
    background-color: #FFA100;
    color: #222;
    padding: 10px 0;
    text-align: center
}

/*comment for menu in menu*/
/*.rtl .nav-vertical .nav {
    margin-right: 20px;
}

.ltr .nav-vertical .nav {
    margin-left: 20px;
}*/

.nav-fixed {
    position: fixed !important;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.nav-vertical .nav-home {
    width: auto;
    font-size: inherit !important
}

.nav-back > a {
    text-indent: 20px
}

.nav-back:before {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(images/saaed/ic-icons-white.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
}

.rtl .nav-back:before {
    float: right;
    background-position: 0 -160px;
}

.ltr .nav-back:before {
    float: left;
    background-position: 0 -180px;
}

.snav-sidebar {
    background-color: #444;
    overflow: auto;
    height: 100%;
    position: fixed;
    backface-visibility: hidden;
    width: 230px;
    z-index: 9999;
    top: 0;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    display: none;
}

.ltr .snav-sidebar {
    left: 0;
    animation: animate__slideLeftIn 0.3s ease;
}

.rtl .snav-sidebar {
    right: 0;
    animation: animate__slideRightIn 0.3s ease;
}

.sidebar-show .snav-sidebar {
    visibility: visible;
    display: block;
    box-shadow: -1px 0 2px rgba(0,0,0,0.3)
}

.snav-sidebar .nav {
    display: none;
    padding: 0;
    margin: 0;
}

    .snav-sidebar .nav.nav-show {
        display: block;
    }

.snav-sidebar a,
.snav-sidebar .caption {
    color: #fff
}

.active-sidebar-nav .nav-toggle {
    display: inline-table;
}

.active-sidebar-nav .subnav-holder,
.active-sidebar-nav .main-nav {
    display: none;
}

.ie8 .snav-sidebar {
    display: none;
}

.ie8 .snav-sidebar-opened {
    display: block !important;
}

/******** Width *******/

.width-full {
    width: 100%;
    max-width: 100%;
}

.width-full-sm {
    width: 580px;
    max-width: 100%;
}

.width-full-md {
    width: 970px;
    max-width: 100%;
}

.width-full-lg {
    width: 1024px;
    max-width: 100%;
}

.width-full-ex {
    width: 1300px;
    max-width: 100%;
}

/***** Border *****/
.border-black-1p {
    border: 1px solid #222;
}

.border-black-top-1p {
    border-top: 1px solid #222;
}

.border-black-bottom-1p {
    border-bottom: 1px solid #222;
}

.border-black-right-1p {
    border-right: 1px solid #222;
}

.border-black-left-1p {
    border-left: 1px solid #222;
}

.border-gray-1p {
    border: 1px solid #a0a0a0;
}

.border-gray-top-1p {
    border-top: 1px solid #a0a0a0;
}

.border-gray-bottom-1p {
    border-bottom: 1px solid #a0a0a0;
}

.border-gray-right-1p {
    border-right: 1px solid #a0a0a0;
}

.border-gray-left-1p {
    border-left: 1px solid #a0a0a0;
}

.border-black-2p {
    border: 2px solid #222;
}

.border-no {
    border: 0 !important;
}

.border-top-no {
    border-top: 0 !important;
}

.border-bottom-no {
    border-bottom: 0 !important;
}

.border-right-no {
    border-right: 0 !important;
}

.border-left-no {
    border-left: 0 !important;
}

/****** Print *****/
.report-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}


    .report-table td, .report-table th {
        text-align: center;
        padding: 4px 1px 4px 1px;
    }

    .report-table td {
        border: 1px solid #222;
    }

    .report-table th {
        border: 2px solid #222;
    }

.report-table-compact {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}


    .report-table-compact td, .report-table-compact th {
        text-align: center;
    }

    .report-table-compact td {
        border: 1px solid #222;
    }

    .report-table-compact th {
        border: 2px solid #222;
    }

.rtl .return-button {
    float: right;
    margin: 5px;
}

.ltr .return-button {
    float: left;
    margin: 5px;
}

.print-border {
    overflow: hidden;
    max-height: 100%;
}

.print_button,
.export_button {
    margin: 4px 2px
}

.print-page {
    background-color: #fff;
    overflow: hidden;
    min-height: 0 !important;
    min-width: 0 !important;
    margin: 0;
    break-after: page;
    page-break-after: always;
    position: relative;
    color: #000;
    border: 0;
}

    .print-page:last-child {
        break-after: avoid !important;
        page-break-after: avoid !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important
    }

.portrait.print-page {
    padding-top: 6.35mm;
    padding-right: 6.35mm;
    padding-left: 6.35mm;
    padding-bottom: 0mm;
}

.landscape.print-page {
    padding-top: 6.35mm;
    padding-right: 6.35mm;
    padding-left: 6.35mm;
    padding-bottom: 0mm;
}

.portrait.print-page.unit-in {
    padding-top: 0.25in;
    padding-right: 0.25in;
    padding-left: 0.25in;
    padding-bottom: 0in;
}

.landscape.print-page.unit-in {
    padding-top: 0.25in;
    padding-right: 0.25in;
    padding-left: 0.25in;
    padding-bottom: 0in;
}


.landscape.print-page.punch {
    padding-top: 12.7mm;
}

.portrait.print-page.punch {
    padding-left: 15.748mm;
}

.landscape.print-page.punch.unit-in {
    padding-top: 0.5in;
}

.portrait.print-page.punch.unit-in {
    padding-left: 0.62in;
}

.landscape.print-page-view,
.portrait.print-page-view {
    box-shadow: 0 0 2px #555;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5.08mm;
    margin-right: auto;
    margin-left: auto;
}

    .landscape.print-page-view.unit-in, .portrait.print-page-view.unit-in {
        padding-bottom: 0.2in !important;
    }

.print-modal {
    position: fixed;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-image: url(images/saaed/bg-opaque-black.png);
    display: none;
}

    .print-modal.show {
        display: block;
    }

.print-loading {
    position: fixed;
    backface-visibility: hidden;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center
}

.report-filter {
    padding: 5px;
    background-color: #eee;
    border-bottom: 1px solid #ccc
}

.dark .report-filter {
    background-color: #555;
    border-bottom: 1px solid #333
}

.rtl .report-filter .page-title {
    float: right;
    margin: 5px;
}

.ltr .report-filter .page-title {
    float: left;
    margin: 5px;
}

.report-filter .control-label {
    font-size: 81%
}

.report-filter .advanced-filters {
    transition: 0.5s max-height ease, 0.5s padding ease;
    max-height: 0;
    padding: 0;
    overflow: hidden;
}

    .report-filter .advanced-filters.show {
        padding-top: 10px;
        max-height: 600px;
    }

.rtl .report-filter .filter-actions {
    float: left;
}

.ltr .report-filter .filter-actions {
    float: right;
}

.report-filter .input-group,
.report-filter .checkbox-field {
    margin: 3px 0 5px;
}

.report-filter .form-complex .control-label {
    color: #555
}

.print-panel {
    padding: 2px;
    border-bottom: 1px solid #bbb;
    background-color: #ddd
}

.dark .print-panel {
    background-color: #777;
    border-bottom: 1px solid #555;
}

.print-panel .panel-item {
    margin: 2px;
}

.rtl .print-panel .panel-item {
    float: right;
}

.ltr .print-panel .panel-item {
    float: left;
}

.panel-item .input-group {
    width: auto
}

.panel-item .form-control,
.panel-item .input-group-input {
    width: auto;
    max-width: 150px;
    min-width: 30px;
}

.rtl .print-panel .report-paging {
    float: left
}

.ltr .print-panel .report-paging {
    float: right
}

.report-paging .form-control {
    max-width: 50px
}

.item-per-page .form-control {
    max-width: 50px
}

.report-item-full,
.report-item-full > * {
    padding: 0 !important;
    margin: 0 !important;
}

.print-view .report-body,
.print-view .report-header,
.print-view .report-footer,
.print-view .report-page-header,
.print-view .report-page-footer,
.print-view .item-content,
.print-view .report-item-full,
.print-view .report-item-full > * {
    overflow: auto /*for include child margin in height*/
}

.report-body:after, .report-header:after, .report-footer:after, .report-page-header:after, .report-page-footer:after, .report-page .item-content:after {
    /*for fix scroll bug in firefox*/
    display: block;
    height: 1px;
    content: '.';
    font-size: 0.5px;
}

/*for watermark*/
.report-body, .report-header, .report-footer, .report-page-header, .report-page-footer {
    position: relative;
    z-index: 2;
    /*for fix bug when first child is h1*/
    padding: 1px;
}

.watermark-holder {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    padding: 50px;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    color: #888 !important;
    font-weight: bolder;
    font-size: 500%;
    transform: rotate(-45deg);
    opacity: 0.2
}

.header-holder {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 1px;
    text-align: center;
    max-width: 100%;
    z-index: 1;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    max-height: 100%;
    overflow: hidden;
    break-after: avoid;
    page-break-after: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
}

    .header-holder img {
        max-width: 100%;
        /*max-height:100%;*/
    }

.report-date-header,
.report-number-header,
.report-attachment-header {
    position: absolute;
    padding: 0;
    margin: 0;
    height: 16px;
}

@media (max-width:320px) {
    .report-filter .filter-actions {
        font-size: 88%;
    }
}

@media print {
    .print-hidden {
        display: none !important;
    }

    .print-text-sm {
        font-size: 85%
    }

    .bg-white-smoke {
        background-color: #f9f9f9 !important;
        -webkit-print-color-adjust: exact;
    }

    .bg-smoke {
        background-color: #f0f0f0 !important;
        -webkit-print-color-adjust: exact;
    }

    .bg-black {
        background-color: #000 !important;
        -webkit-print-color-adjust: exact;
    }

    .watermark-holder {
        color: #888 !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
}

.input-field {
    position: relative
}

    .input-field .field-validation-error {
        position: absolute;
        top: 95%;
        z-index: 1;
        color: #fff;
        background-color: #c33;
        padding: 2px 10px;
        border-radius: 5px;
        animation: animate__redPulse 1.5s ease infinite;
        transform: scale(1) !important;
    }

.rtl .input-field .field-validation-error {
    right: 15px;
    left: initial
}

.ltr .input-field .field-validation-error {
    left: 15px;
    right: initial
}

.input-field .field-validation-error:after {
    content: '';
    display: inline-block;
    border-top: 2px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #c33;
    position: absolute;
    top: 0;
    margin-top: -7px
}

.rtl .input-field .field-validation-error:after {
    right: 2px;
    left: initial;
}

.ltr .input-field .field-validation-error:after {
    left: 2px;
    right: initial
}

.input-holder-validation-error {
    border-color: #c33 !important
}

@keyframes animate__slideRightIn {
    0% {
        transform: translate(380px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes animate__slideRightOut {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(380px, 0);
    }
}

@keyframes animate__slideLeftIn {
    0% {
        transform: translate(-380px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes animate__slideLeftOut {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-380px, 0);
    }
}

@keyframes animate__scale {
    0% {
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    100% {
        -webkit-transform: scale3d(1.05,1.05,1);
        -moz-transform: scale3d(1.05,1.05,1);
        -ms-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1);
    }
}

@keyframes animate__redPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(204, 51, 51, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(204, 51, 51, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(204, 51, 51, 0);
    }
}

@keyframes animate__fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.code-list {
    display: inline-block;
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 0 5px 1px;
    border-radius: 2px;
    margin: 4px 2px 0;
}

.code-list-title {
    background: #ccc;
    margin: 0px -5px 2px -5px;
    padding: 2px 4px;
    font-size: 11px;
}

.center-placeholder:-moz-placeholder {
    text-align: center;
}

.center-placeholder::-moz-placeholder {
    text-align: center;
}

.center-placeholder:-ms-input-placeholder {
    text-align: center;
}

.center-placeholder::-webkit-input-placeholder {
    text-align: center;
}

.main-nav-holder > ul {
    margin: 0;
    padding: 0
}

.grid-table .choice-label {
    display: none;
    padding: 0 5px;
    vertical-align: middle;
}

.grid-table input[type=radio],
.grid-table input[type=checkbox] {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .grid-table .choice-label {
        display: initial;
    }
}

.choice-list {
    list-style: none;
    padding: 0;
    margin: 5px 1px;
}

    .choice-list:after {
        content: "";
        display: block;
        clear: both;
    }

    .choice-list input[type=radio],
    .choice-list input[type=checkbox] {
        vertical-align: middle;
    }


.rtl .horizontal-choice-list li {
    float: right;
    margin-right: 20px;
}

.ltr .horizontal-choice-list li {
    float: left;
    margin-left: 20px;
}


.rtl .grid-item-title {
    text-align: right;
}

.ltr .grid-item-title {
    text-align: left;
}


.rtl .prop-changes {
    text-align: right;
}

.ltr .prop-changes {
    text-align: left;
}

.prop-value {
    margin-bottom: 2px;
    border-radius: 5px;
    padding: 1px;
    color: #999;
}

.prop-title {
    color: #222;
    font-weight: bold
}

.prop-old-value, .prop-new-value {
    font-size: 90%;
    color: #222;
}

.pos-rel {
    position: relative
}

/**** Grid Holder*****/

.grid-holder .sort-btn {
    position: static;
    display: block;
    margin: 3px auto 0;
    vertical-align: middle
}

.grid-holder {
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    background: #f9f9f9;
}

    .grid-holder .grid-title {
        font-weight: bold;
        padding: 5px;
        border-radius: 5px 5px 0 0
    }

.cell-title-holder {
    position: relative
}

.grid-holder .cell-title-holder:after {
    content: "";
    display: inline-block;
    height: 18px;
    border-left: 1px solid rgba(0,0,0,0.3);
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    margin-left: -2px;
}

.rtl .grid-paging,
.ltr .grid-page-size {
    float: right;
    margin: 5px 0;
}

.ltr .grid-paging,
.rtl .grid-page-size {
    float: left;
    margin: 5px 0;
}

.grid-paging ul {
    padding: 0
}

.grid-page-size .page-size,
.page-size {
    margin: 0 5px;
    width: 50px;
}

.gdetail-info-header {
    font-size: 19px;
    font-weight: bold
}

.gdetail-holder .custom-actions {
    padding: 5px;
    background: #ddd;
    margin: 5px 0;
}

    .gdetail-holder .custom-actions .btn {
        margin: 4px;
        white-space: normal;
        text-align: inherit;
        min-width: 70px;
    }

.gdetail-content {
    padding: 10px 0;
    margin: 10px;
    background: #f9f9f9;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 5px
}

    .gdetail-content .search-holder {
        display: none
    }

.gdetail-info-holder {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

/**** Start Pagination *****/
.pagination {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    list-style: none;
}

    .pagination > li {
        margin: 0px 3px;
    }

.rtl .pagination > li {
    float: right;
}

.ltr .pagination > li {
    float: left;
}

.pagination > li > a,
.pagination > li > span {
    display: inline-block;
    padding: 4px 10px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    color: #777;
    border-radius: 5px;
    vertical-align: middle
}

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        background-color: #eee;
    }

.pagination .PagedList-skipToPrevious a,
.pagination .PagedList-skipToNext a,
.pagination .PagedList-skipToFirst a,
.pagination .PagedList-skipToLast a {
    font-size: 0;
    overflow: hidden;
    padding: 3px
}

.PagedList-skipToPrevious a:before,
.PagedList-skipToNext a:before,
.PagedList-skipToFirst a:before,
.PagedList-skipToLast a:before {
    background-image: url(images/saaed/ic-icons-black.png);
    content: '';
    width: 20px;
    height: 20px;
    display: block;
}

.dark .PagedList-skipToPrevious a:before,
.dark .PagedList-skipToNext a:before,
.dark .PagedList-skipToFirst a:before,
.dark .PagedList-skipToLast a:before {
    background-image: url(images/saaed/ic-icons-white.png);
}

.rtl .PagedList-skipToPrevious a:before,
.ltr .PagedList-skipToNext a:before {
    background-position: 0 -160px;
}

.rtl .PagedList-skipToNext a:before,
.ltr .PagedList-skipToPrevious a:before {
    background-position: 0 -180px;
}

.rtl .PagedList-skipToFirst a:before,
.ltr .PagedList-skipToLast a:before {
    background-position: -20px -40px;
}

.rtl .PagedList-skipToLast a:before,
.ltr .PagedList-skipToFirst a:before {
    background-position: -20px -60px;
}


.pagination .disabled.PagedList-ellipses a,
.dark .pagination .disabled.PagedList-ellipses a {
    background: transparent;
    border-color: transparent;
    font-weight: bolder;
    padding: 3px 1px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #f5f5f5;
    border-color: transparent;
}

.PagedList-skipToPrevious.disabled a:before,
.PagedList-skipToNext.disabled a:before,
.PagedList-skipToFirst.disabled a:before,
.PagedList-skipToLast.disabled a:before {
    background-image: url(images/saaed/ic-icons-gray.png);
}
/**** End Pagination *****/

.gateway-list .item {
    width: 150px;
    height: 150px;
    margin: 1%;
    display: inline-block;
    text-align: center;
}

.gateway-list .item button {
    width: 100%;
    height: 100%;
}

.cash-deposit {
    background-color: #e1f5de !important;
    color: #0e6d15 !important;
}

.cash-withdraw {
    background-color: #f5e4de !important;
    color: #6d0e0e !important;
}

.cash-freeze {
    background-color: #f5eede !important;
    color: #b97e06 !important;
}

.usable-balance {
    color: #0e6d15 !important;
}

.freezed-balance {
    color: #b97e06 !important;
}

.prevent-select,
.prevent-select img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
}

.user-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ccc;
    padding: 1%;
}

.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
}

.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;
}
/*** sDialog *****/
.sdialog {
    background: #fff;
    position: absolute;
    min-width: 230px;
    top: 0;
    left: 0;
    width: 992px;
    max-width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
    animation: animate__scaleInDialog 0.2s;
    /*for calculate width in other plugin like sListOfValue*/
    visibility: hidden;
    border-radius: 5px;
}

    .sdialog.show {
        visibility: visible
    }

.rtl .sdialog .form-complex fieldset .box-header {
    padding: 5px 0 0 5px;
}

.ltr .sdialog .form-complex fieldset .box-header {
    padding: 5px 5px 0 0;
}

.sdialog .form-actions {
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    padding: 2px 5px;
    margin: 15px -5px 0;
    clear: both;
}

.sdialog-titlebar {
    background-color: #a0a0a0;
    color: #fff;
    padding: 3px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.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 {
    padding: 1px 5px;
    margin: 0;
    position: relative;
    width: 100%;
    border: 6px solid #a0a0a0;
    border-top: none;
    overflow: hidden;
    border-radius: 0 0 5px 5px
}

    .sdialog-content h1.title {
        display: block;
        margin: 0 -5px 15px;
        background: #f9f9f9;
        font-size: 19px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }

.rtl .sdialog-content h1.title {
    padding: 5px 10px 5px 0;
}

.ltr .sdialog-content h1.title {
    padding: 5px 0 5px 10px;
}

.sdialog-content .box-header > h1.title {
    display: inline-block;
    padding: 0 15px 5px 5px;
    vertical-align: middle;
    float: none;
    background: transparent;
    box-shadow: none;
    margin: 0;
    font-size: 19px;
}

.sdialog-content .item-details .title {
    display: inline-block;
    padding: 0 15px 5px 5px;
    vertical-align: middle;
    float: none;
    background: transparent;
    box-shadow: none;
}

.sdialog.active .sdialog-content {
    border-color: #ED8702;
}

.sdialog.active .sdialog-titlebar {
    background-color: #ED8702;
}

@keyframes animate__scaleInDialog {
    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);
    }
}

.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;
    }

/*** Menu ***/

.menu-items {
    display: none;
    padding: 0;
    margin: 0;
}

    .menu-items .left-side,
    .menu-items.left-side {
        right: 100%;
    }

    .menu-items .right-side,
    .menu-items.right-side {
        left: 100%;
    }

    .menu-items .upon {
        left: 0;
    }

.menu-parent {
    position: relative;
    overflow: visible;
}

    .menu-items.show,
    .menu-parent .menu-items.show {
        display: block;
        border: 1px solid #a0a0a0;
    }

    .menu-parent .menu-items .caption,
    .menu-parent .menu-items a,
    .menu-parent .menu-items button {
        padding-left: 20px;
        padding-right: 25px;
        white-space: nowrap;
    }

.menu-items .menu-parent .caption:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

.rtl .menu-items .menu-parent .caption:after {
    float: left;
}

.ltr .menu-items .menu-parent .caption:after {
    float: right;
}

.menu-parent .menu-items {
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


.menu-parent .caption:after {
    background-image: url(images/saaed/ic-icons-black.png?v=1);
    background-position: 0 -180px;
}

.disabled > .caption:after {
    background-image: url(images/saaed/ic-icons-gray.png?v=1) !important;
}

.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 {
        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;
    }

    .menu-items .item.disabled a,
    .menu-items .item.disabled button,
    .menu-items .disabled .caption {
        cursor: not-allowed;
        color: #ccc
    }

.rtl .menu-items .item a,
.rtl .menu-items .item button,
.rtl .menu-items .caption {
    text-align: right;
    padding: 7px 25px 7px 20px;
}

.ltr .menu-items .item a,
.ltr .menu-items .item button,
.ltr .menu-items .caption {
    text-align: left;
    padding: 7px 20px 7px 25px;
}

.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;
    margin-right: -22px;
}

.ltr .menu-items .item a:before,
.ltr .menu-items .item button:before,
.ltr .menu-items .caption:before {
    float: left;
    margin-left: -22px;
}

.menu-items .item .icon-black:before {
    background-image: url(images/saaed/ic-icons-black.png?v=2);
}

.menu-items .item .icon-white:before {
    background-image: url(images/saaed/ic-icons-black.png?v=2);
}

.menu-items .item .done:before {
    background-position: 0 0;
}

.menu-items .item .cancel:before {
    background-position: 0 -20px;
}

.menu-items .item .edit:before {
    background-position: 0 -40px;
}

.menu-items .item .more:before {
    background-position: 0 -60px;
}

.menu-items .item .add:before {
    background-position: 0 -80px;
}

.menu-items .item .delete:before {
    background-position: -20px -100px;
}

.menu-items .item .search:before {
    background-position: 0 -120px;
}

.menu-items .item .user:before {
    background-position: 0 -140px;
}

.menu-items .item .prev:before {
    background-position: 0 -160px;
}

.menu-items .item .next:before {
    background-position: 0 -180px;
}

.menu-items .item .up:before {
    background-position: 0 -200px;
}

.menu-items .item .down:before {
    background-position: 0 -220px;
}

.menu-items .item .cart:before {
    background-position: 0 -240px;
}

.menu-items .item .remove:before {
    background-position: 0 -260px;
}

.menu-items .item .remove:before {
    background-position: 0 -260px;
}

.menu-items .item .menu:before {
    background-position: -20px 0px;
}

.menu-items .item .link:before {
    background-position: -20px -20px;
}

.menu-items .item .prev-section:before {
    background-position: -20px -40px;
}

.menu-items .item .next-section:before {
    background-position: -20px -60px;
}

.menu-items .item .module:before {
    background-position: -20px -80px;
}

.menu-items .item .delete:before,
.menu-items .item .delete-proxy:before {
    background-position: -20px -100px;
}

.menu-items .item .download:before {
    background-position: -20px -120px;
}

.menu-items .item .copy:before {
    background-position: -20px -140px;
}

.menu-items .item .show:before {
    background-position: -20px -160px;
}

.menu-items .item .refresh:before {
    background-position: -20px -180px;
}

.menu-items .item .video:before {
    background-position: -20px -200px;
}

.menu-items .item .audio:before {
    background-position: -20px -220px;
}

.menu-items .item .image:before {
    background-position: -20px -240px;
}

.menu-items .item .text:before {
    background-position: -20px -260px;
}

.menu-items .item .sections:before {
    background-position: -40px 0px;
}

.menu-items .item .radio:before {
    background-position: -40px -20px;
}

.menu-items .item .checkbox:before {
    background-position: -40px -40px;
}

.menu-items .item .identity:before {
    background-position: -40px -60px;
}

.menu-items .item .settings:before {
    background-position: -40px -80px;
}

.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);
}

.menu-items .item.disabled a:hover,
.menu-items .item.disabled input:hover,
.menu-items .item.disabled button:hover,
.menu-items .disabled .caption:hover {
    background-color: transparent;
}

.stip > .menu-items {
    display: block
}


/******** sListOfValue *********/

.slov-values-holder {
    min-height: 30px;
    position: relative;
    /*for bug clear selection in firefox*/
    overflow: hidden
}

    .slov-values-holder.single-select {
        line-height: 24px
    }

    .slov-values-holder.disabled {
        background-color: #eee;
    }

.slov-search {
    line-height: 1.428571429;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
}

.rtl .slov-search {
    float: right;
}

.ltr .slov-search {
    float: left;
}

.rtl .slov-search {
    padding: 1px 5px 1px 0;
}

.ltr .slov-search {
    padding: 1px 0 1px 5px;
}


.slov-search:disabled {
    background-color: #ebebe4;
}

.slov-select {
    position: absolute;
    top: 0;
}

.slov-search-select {
    position: absolute;
    background-color: #fff;
    top: 0;
}

.slov-search: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;
    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-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-items {
    width: 100%;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.rtl .slov-items {
    float: right;
}

.ltr .slov-items {
    float: left;
}

.slov-item {
    border-radius: 5px;
    display: inline-block;
    margin: 2px 2px 0 0;
    padding: 1px;
    max-height: 28px;
}

.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;
    z-index: 1
}

.rtl .slov-item-clear {
    margin-left: 3px;
}

.ltr .slov-item-clear {
    margin-right: 3px;
}

.slov-holder {
    border: 1px solid #a0a0a0;
    max-height: 240px;
    overflow: auto;
    border-radius: 5px;
}

    .slov-holder .items-holder {
        width: 100%;
        border-collapse: collapse;
        border: 0;
    }

.rtl .slov-holder ul.items-holder {
    padding-right: 5px !important;
    margin: 0;
}

.ltr .slov-holder ul.items-holder {
    padding-left: 5px !important;
    margin: 0;
}

.slov-holder ul.stree-view > li {
    margin: 0
}

.slov-holder .stree-view li.item-empty {
    color: #555
}

.slov-holder .stree-content {
    white-space: normal
}

.slov-holder .item-content {
    cursor: pointer;
    background-color: #fff;
    border-top: 1px solid #eee;
}


.slov-holder .item-empty {
    cursor: pointer;
    background-color: #fff;
}

.slov-holder .item-content td,
.slov-holder .item-content th {
    display: none;
}

    .slov-holder .item-content td.item-value,
    .slov-holder .item-content th.item-value,
    .slov-holder .item-content .slov-show,
    .slov-holder .item-empty td {
        background-color: transparent;
        color: #000;
        display: table-cell;
        padding: 5px 5px 1px;
    }

.rtl .slov-holder .item-content td.item-value,
.rtl .slov-holder .item-content th.item-value,
.rtl .slov-holder .item-content .slov-show,
.rtl .slov-holder .item-empty td {
    text-align: right;
}

.ltr .slov-holder .item-content td.item-value,
.ltr .slov-holder .item-content th.item-value,
.ltr .slov-holder .item-content .slov-show,
.ltr .slov-holder .item-empty td {
    text-align: left;
}

.slov-holder div.item-empty {
    padding: 5px;
}

.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 tr.item-content:hover td,
.slov-holder tr.item-content:hover th,
.slov-holder .stree-view li.item-content > .stree-content:hover,
.slov-holder .item-empty td:hover,
.slov-holder .item-empty:hover {
    background-color: #fffc7d;
}

.slov-hover td,
.slov-hover th,
li.slov-hover > .stree-content {
    background-color: #81d4fa !important;
    color: #000;
}

.slov-holder li.item-not-found {
    padding-right: 5px;
    padding-left: 5px;
}

.item-select {
    font-size: 0;
    height: 20px;
    vertical-align: middle;
    width: 20px;
    /*float: right;*/
}

.slov-holder .non-selectable > .stree-content,
.slov-holder .non-selectable > .stree-content > .item-value {
    color: #a0a0a0;
}

td .item-select,
th .item-select {
    width: 25px;
    height: 25px;
    position: static;
    float: none;
}

.slov-toolbar {
    background: #f5f5f5;
    padding: 2px 5px;
}

.proxy-table-holder {
    margin-bottom: 10px
}

.form-complex .proxy-table-holder {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 5px 5px 7px;
    margin-right: 5px;
    margin-left: 5px;
    width: initial;
}

.proxy-table-holder .table-holder {
    margin: 0;
}

.proxy-table-holder > .grid-holder > .box-header {
    border-radius: 5px;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

    .proxy-table-holder > .grid-holder > .box-header > .title {
        font-size: 15px
    }
/******* sAlert *******/
.salert {
    position: fixed;
    backface-visibility: hidden;
    bottom: 5px;
    max-width: 320px;
    z-index: 999999999;
}

.rtl .salert {
    right: 5px;
}

.ltr .salert {
    left: 5px;
}

@keyframes animate__rightIn {
    0% {
        transform: translate(380px, 0);
    }

    70% {
        transform: translate(-20px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes animate__rightOut {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-30px, 0);
    }

    100% {
        transform: translate(360px, 0);
    }
}

@keyframes animate__leftIn {
    0% {
        transform: translate(-380px, 0);
    }

    70% {
        transform: translate(20px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes animate__leftOut {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(30px, 0);
    }

    100% {
        transform: translate(-380px, 0);
    }
}

.rtl .anim-alert-in {
    animation: animate__rightIn .4s;
}

.ltr .anim-alert-in {
    animation: animate__leftIn .4s;
}

.rtl .anim-alert-out {
    animation: animate__rightOut .4s;
    animation-fill-mode: forwards;
}

.ltr .anim-alert-out {
    animation: animate__leftOut .4s;
    animation-fill-mode: forwards;
}

.salert-close {
    display: inline-block;
    text-align: center;
    background: rgba(255,255,255,0.5);
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    font-size: 10px;
    color: #555;
    text-shadow: none;
    white-space: normal
}

.rtl .salert-close {
    float: left;
}

.ltr .salert-close {
    float: right;
}

.salert-close:hover {
    background-color: rgba(255,255,255,.8)
}

.salert-titlebar {
    padding: 3px 3px 0 3px;
    margin-bottom: -5px;
}

.salert-title {
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 3px;
}

.salert-content {
    padding: 5px;
    overflow: hidden
}

.salert-message {
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    padding: 5px
}

    .salert-message.log {
        background-color: #eee;
        color: #111;
    }

    .salert-message.success {
        background-color: #AFB42B;
        color: #222;
    }

    .salert-message.error {
        background-color: #F44336;
        color: #222;
    }

    .salert-message.warning {
        background-color: #FFEE58;
        color: #222;
    }

.salert-dialog {
    width: auto;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

    .salert-dialog .confirm-message {
        padding: 20px;
        overflow: auto;
        font-size: 16px;
    }

    .salert-dialog .confirm-actions,
    .salert-dialog .prompt-actions {
        background-color: #f0f0f0;
        border-top: 1px solid #ccc;
        margin: 0 -5px 0;
        padding: 7px 5px;
    }

.dark .salert-dialog .confirm-actions,
.dark .salert-dialog .prompt-actions {
    background-color: #555;
    border-color: #666
}

.confirm-actions .btn,
.prompt-actions .btn {
    margin: 0 2px;
}

.salert-dialog .prompt-title {
    padding: 7px 10px;
}

.salert-dialog .inputs-holder {
    padding: 0 10px 0;
}

    .salert-dialog .inputs-holder .item {
        margin-bottom: 10px;
    }

.salert-dialog .form-actions {
    padding: 8px;
}

/*******sContextMenu*****/
.context-menu {
    display: none;
}

    .context-menu li {
        display: inline-block;
    }

    .context-menu ul {
        display: inline;
        margin: 0;
        padding: 0;
    }

    .context-menu.show {
        display: block;
    }

.active-context {
    background-color: #fffc7d !important;
}

.stip > .context-menu {
    display: block
}

/*************/

.stip {
    position: absolute;
    background: #fff;
    /*padding: 1px;*/
    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 .form-actions {
        background-color: #f9f9f9;
        border-top: 1px solid #ccc;
        padding: 2px 5px;
    }

    .stip .splitter {
        background-color: #ccc;
        margin: 3px 0;
        height: 1px;
    }

.stip-close {
    border: 0;
    background: transparent;
    font-size: 8pt;
    color: #777;
    cursor: pointer
}

.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;
    }


/*** sTreeView ***/

.stree-view {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 5px;
    background: #fff;
}

    .stree-view ul,
    .stree-view ol {
        margin: 0;
        background: #fff;
    }

.rtl .stree-view,
.rtl .stree-view ul,
.rtl .stree-view ol {
    text-align: right;
    padding-right: 1em;
}

.ltr .stree-view,
.ltr .stree-view ul,
.ltr .stree-view ol {
    text-align: left;
    padding-left: 1em;
}


.rtl ul.stree-view,
.ltr ul.stree-view {
    padding: 5px 0;
}

.stree-view ul,
ul.stree-view {
    list-style: none;
}

.stree-view ul,
.stree-view ol {
    position: relative;
    clear: both;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s,opacity 0.4s;
}

.rtl .stree-view ol {
    padding-right: 2em;
}

.ltr .stree-view ol {
    padding-left: 2em;
}


.stree-view .collapsed > ul,
.stree-view .collapsed > ol {
    max-height: 100000px;
    opacity: 1;
    overflow: visible;
}

.stree-view ul:before,
.stree-view ol:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
}

.rtl .stree-view ul:before,
.rtl .stree-view ol:before {
    right: 1em
}

.ltr .stree-view ul:before,
.ltr .stree-view ol:before {
    left: 1em
}

.stree-view li {
    padding: 0;
    line-height: 2em;
    color: #8fc1f3;
    position: relative;
    clear: both
}

.rtl .stree-view li {
    margin: 0 0.5em 0 0;
}

.ltr .stree-view li {
    margin: 0 0 0 0.5em;
}

.stree-content {
    white-space: nowrap;
}

.rtl .stree-content {
    padding-right: 1em;
    padding-left: 0
}

.ltr .stree-content {
    padding-right: 0;
    padding-left: 1em
}

.stree-view li > .stree-content:after {
    content: '';
    display: block;
    clear: both
}

.stree-view li.item-selected > .stree-content {
    background-color: #fcea83
}

.stree-view li.item-content > .stree-content:hover {
    background-color: #f9f9f9
}

.stree-view .stree-content > a,
.stree-view .stree-content > .item-value {
    color: #555
}

.ltr .stree-view .stree-content > a,
.ltr .stree-view .stree-content > .item-value,
.ltr .stree-view .stree-content > .item-select {
    margin-right: 0;
    margin-left: 13px;
}

    .ltr .stree-view .stree-content > .item-select + a,
    .ltr .stree-view .stree-content > .item-select + .item-value {
        margin-left: 0
    }

.rtl .stree-view .stree-content > a,
.rtl .stree-view .stree-content > .item-value,
.rtl .stree-view .stree-content > .item-select {
    margin-right: 13px;
    margin-left: 0;
}

    .rtl .stree-view .stree-content > .item-select + a,
    .rtl .stree-view .stree-content > .item-select + .item-value {
        margin-right: 0
    }

.stree-view .stree-content > a:hover {
    color: #5da7f2
}

.stree-view ul li:before,
.stree-view ol li:before {
    content: "";
    display: block;
    width: 2.3em;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
}


.rtl .stree-view ul li:before {
    right: -0.5em;
}

.rtl .stree-view ol li:before {
    right: -1.5em;
}

.ltr .stree-view ul li:before {
    left: -0.5em;
}

.ltr .stree-view ol li:before {
    left: -1.5em;
}

.stree-view ul li:last-child:before,
.stree-view ol li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0;
}

.stree-collapse {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(images/saaed/ic-icons-white.png);
    background-position: 0 -80px;
    background-color: #369;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    position: relative
}

.ltr .stree-collapse {
    margin-right: -10px;
    margin-left: -.8em;
}

.rtl .stree-collapse {
    margin-left: -10px;
    margin-right: -.8em;
}

.collapsed > .stree-content .stree-collapse {
    background-position: 0 -260px;
}

.stree-view .option-btn {
    opacity: 0;
    border-radius: 50%;
    border-color: transparent;
    background: #f0f0f0;
    margin: 0 2px
}

.dark .stree-view .option-btn {
    background: #555
}

.mobile .stree-view .option-btn {
    opacity: 1
}

.stree-view .option-btn:hover {
    background: #ccc;
}

.dark .stree-view .option-btn:hover {
    background: #888;
}

.stree-view li > .stree-content:hover .option-btn {
    opacity: 1;
}

/****** sTabs *****/
.stabs {
    margin-bottom: -1px;
    margin-top: 5px;
    outline: none;
    list-style: none
}

.rtl .stabs {
    margin-right: 0;
    padding-right: 0px;
    text-align: right;
}

.ltr .stabs {
    padding-left: 0px;
    text-align: left;
    margin-left: 0;
}

.stabs:after {
    content: "";
    display: block;
    clear: both
}

.stabs-content {
    padding-top: 5px;
    background: #fff;
    border: 1px solid #ccc;
}

.rtl .stabs-content {
    border-radius: 5px 0 5px 5px;
}

.ltr .stabs-content {
    border-radius: 0 5px 5px 5px;
}

.stabs-content.show {
    display: block !important;
}

.stabs-content .box-content {
    padding: 0
}

.stabs > li,
.stabs > .item {
    box-shadow: 0 -1px 1px rgba(0,0,0,0.3),0 -2px 2px rgba(0,0,0,0.3) inset;
    background-color: #f0f0f0;
    display: inline-block;
    border-top: 2px solid #eee;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0 1px;
    vertical-align: bottom;
    color: #666;
    border-radius: 5px 5px 0 0
}

    .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 -1px 1px rgba(0,0,0,0.3);
    color: #111;
    border-top: 3px solid #c33;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    position: relative
}

.stabs > li.disabled {
    background: #ccc !important;
    color: #999 !important;
    cursor: not-allowed;
    border-color: #ccc;
}

.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;
    border-radius: 0
}

.stabs-vertical {
    display: inline-flex;
    width: 100%
}

.stabs.vertical-tabs .item.active,
.stabs.vertical-tabs li.active {
    border-top: 0px;
    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;
    }

.stabs .close-tab {
    font-size: 13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: background 0.3s;
    text-align: center;
    line-height: 20px;
}

    .stabs .close-tab:hover {
        background: #ccc;
    }

.rtl .stabs .close-tab {
    margin-right: -8px;
    margin-left: 1px;
}

.ltr .stabs .close-tab {
    margin-left: -8px;
    margin-right: 1px;
}

/**** sMoreFields ****/
.more-fields {
    max-height: 0;
    opacity: 0;
    transition: max-height .3s;
    overflow: hidden;
}

    .more-fields.show {
        max-height: 10000px;
        opacity: 1;
        overflow: visible
    }

.more-fields-bar {
    padding: 15px 0 15px 0;
    clear: both;
    position: relative;
}

.more-fields-btn {
    background: #1d96b2;
    color: #fff;
    margin: -13px 0;
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.rtl .more-fields-btn {
    left: 0;
}

.ltr .more-fields-btn {
    right: 0;
}

.more-fields-btn.collapsed {
    background: #c33;
}

.more-fields-splitter {
    margin: 0 3%;
    border: none;
    border-top: 2px dashed #ccc;
}

/******* sort **********/
/*.table th,
.responsive-table th {
    position: relative;
}*/

.rtl th .form-control {
    padding-right: 18px;
}

.ltr th .form-control {
    padding-left: 18px;
}

.sort-btn {
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    background: url(images/saaed-ui/ic-sort.png) 50% -20px no-repeat;
    font-size: 0;
    cursor: pointer;
    transition: .3s;
    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% -40px no-repeat;
    }

.search-header,
.responsive-table .search-header {
    display: none
}

.search-field-holder .not-selected {
    color: #9e9e9e
}

tr.search-header.show {
    display: table-row
}

@media (max-width: 767px) {
    tr.search-header.show {
        display: block;
    }
}

.search-holder {
    padding: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    background: #f9f9f9;
    margin: 10px 10px 5px;
}

.f-search-holder,
.form-complex .f-search-holder {
    margin: -14px -6px -6px;
    padding: 2px 5px 0;
}

    .f-search-holder legend,
    .form-complex .f-search-holder legend {
        border-radius: 5px;
        font-size: 0.8em;
        padding: 0 5px;
    }

.search-holder .search-label {
    display: block;
    padding-bottom: 2px;
    color: #666;
}

.search-holder .search-actions {
    margin: 5px 0;
}

.rtl .search-holder .search-actions {
    float: left;
}

.ltr .search-holder .search-actions {
    float: right;
}

.search-holder .search-actions button {
    vertical-align: middle;
    margin-right: 5px
}

.search-holder .search-label:after {
    content: ":";
}

.search-holder .advanced-search {
    transition: 0.5s max-height ease, 0.5s padding ease;
    max-height: 0;
    padding: 0;
    overflow: hidden
}

    .search-holder .advanced-search.show {
        padding-top: 10px;
        max-height: 600px;
    }

/**** sUploader *****/
.uploaded-items .link {
    margin-right: 5px;
}

.uploaded-items > .item {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.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;
    z-index: 0 /*for list of uplouders*/
}

.rtl .form-complex .input-group .suploader-holder,
.ltr .form-complex .input-group .suploader-holder {
    border: 2px dashed #a0a0a0;
}

.suploader-holder.disabled {
    cursor: not-allowed;
}

.single-file.suploader-holder {
    height: 30px;
    overflow: hidden;
    min-height: 30px;
    padding: 0;
    min-width: 80px
}

.suploader-holder .item {
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #a0a0a0;
    background: #ccc;
    padding: 2px 5px;
    position: relative; /*for z-index*/
}

.rtl .suploader-holder .item {
    margin: 0 0 2px 2px;
    float: right;
}

.ltr .suploader-holder .item {
    margin: 0 2px 2px 0;
    float: left;
}

.single-file.suploader-holder .item {
    margin: 0px;
    width: 100%;
    white-space: normal;
    word-break: break-word;
}

.suploader-holder .item-clear {
    background-color: #f9f9f9;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    font-weight: bold;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    vertical-align: top;
}

.rtl .suploader-holder .item-clear {
    margin-left: 3px;
}

.ltr .suploader-holder .item-clear {
    margin-right: 3px;
}

.suploader-holder .item-text {
    font-size: 8pt;
    font-weight: bold;
    direction: ltr;
    display: inline-block;
}

.single-file.suploader-holder .item-text {
    display: inline;
    word-break: break-all;
}

.suploader-progress-holder {
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 5px;
}

.suploader-progressbar {
    background: #CDDC39;
    border-radius: 5px;
    width: 0;
    height: 100%;
    transition: width 0.3s ease-out;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.suploader-fileholder:after {
    content: '';
    clear: both;
    display: block;
}

.suploader-holder .item-text,
.suploader-holder .item-link,
.suploader-holder .item-clear {
    position: relative;
}

.single-file .suploader-helptext {
    font-size: 100%;
    margin-top: -12px;
}

.suploader-helptext {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 120%;
    color: #bbb;
    font-weight: bold;
    z-index: 0 /*for list of uplouders*/
}

.suploader-fileinput {
    height: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: -1;
    top: 0
}

/****** sDetails**********/
.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;
    text-align: center
}

    .detail-connector > div {
        display: table-cell;
        height: 40px;
        min-width: 18px;
        vertical-align: bottom;
        box-sizing: content-box;
    }

.rtl .detail-connector > div {
    border-left: 3px solid #777;
}

.ltr .detail-connector > div {
    border-right: 3px solid #777;
}

.detail-connector > div + div {
    width: 100%;
    border-bottom: 3px solid #777;
}

.rtl .detail-connector > div + div {
    border-left: 0;
}

.ltr .detail-connector > div + div {
    border-right: 0;
}

.detail-connector > .horizontal-border {
    min-width: 50px;
}

.remove-detail {
    margin-bottom: -20px;
    position: relative
}

.detail-content {
    padding-top: 25px !important;
    text-align: right;
}

.rtl .detail-content {
    padding-left: 2% !important;
    padding-right: 0 !important;
    text-align: right
}

.ltr .detail-content {
    padding-right: 2% !important;
    padding-left: 0 !important;
    text-align: left
}

.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%;
}

.item-details h1.title {
    font-size: 13pt;
}

.item-details .box-content {
    box-shadow: none;
    padding-bottom: 5px;
    margin: 0;
    border: 1px solid #999;
}

.item-details .stabs-content .box-content {
    border: 0;
}

.item-details .box-content .form-actions {
    margin: 15px -5px 0;
}

.item-details .btn {
    font-size: 9pt
}

.item-details .items-header th,
.item-details .search-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: 0px;
}

.item-details .pagination > li > a, .item-details .pagination > li > span {
    padding: 4px 12px;
}

.item-details .stabs {
    margin-top: -20px;
    padding-right: 1%;
    font-size: 80%
}

.item-paging {
    display: none;
}

@media (max-width:767px) {

    .item-details .stabs {
        margin-top: 0;
    }

    .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;
        border: 0
    }

    .rtl .detail-content,
    .ltr .detail-content {
        padding-top: 0 !important;
        padding-right: 2% !important
    }

    .item-details {
        margin-top: -1em !important;
        border-top: 0px !important;
        border-bottom: 0px !important;
    }

    .last-details {
        border-bottom: 2px solid #1d96b2;
    }

    .remove-detail {
        margin-bottom: 10px;
    }
}

/******** sDropDown ********/
.sdropdown-holder {
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
    background-color: #fff;
}

.dark .sdropdown-holder {
    background-color: #444
}

/***** sSeprator ****/
.ltr .comma-number {
    direction: ltr;
    text-align: left;
}

.rtl .comma-number {
    direction: ltr;
    text-align: right;
}

.search-btn {
    white-space: nowrap;
}

/********* sGrid *********/

.sgrid .item-content.item-checked {
    background-color: #fcea83;
}

.sgrid tr.item-content:hover {
    background-color: #f0f0f0;
    cursor: pointer
}

.sgrid tr.item-content.item-checked:hover {
    background-color: #fffc7d;
    cursor: pointer
}

.mobile .default-actions {
    display: none;
}

.actions-holder {
    min-height: 40px;
    width: 100%;
    clear: both;
    border-top: 1px solid #ccc;
    background-color: #fff;
}

.mobile .actions-holder {
    min-height: 10px;
}

.actions-holder .detail-title,
.actions-holder .sgrid-close-dock {
    display: none
}

.actions-holder .box-button.show {
    padding: 5px
}

.sgrid-mbox-dock .detail-title {
    white-space: nowrap;
    color: #fff;
    vertical-align: middle;
    font-size: 11px;
    line-height: 30px;
}

.sgrid-mbox-dock.overflow-visible,
.sgrid-box-dock.overflow-visible {
    overflow: visible !important;
}

.box-button.fixed {
    position: fixed;
    backface-visibility: hidden;
    left: 0;
    text-align: center;
    width: 100%;
    background: url(images/saaed/bg-opaque-black.png);
}

    .box-button.fixed .detail-title {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        font-size: 11px;
        line-height: 30px;
    }

.sgrid-box-dock {
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    height: 100%;
    width: 128px;
    overflow: auto;
    z-index: 2;
    padding: 5px;
    background: #fff;
    display: none;
}

    .sgrid-box-dock.active {
        display: block
    }

.rtl .sgrid-box-dock {
    left: 0;
    box-shadow: 1px 0 2px rgba(0,0,0,.3);
    animation: animate__boxDockslideLeftOut 0.3s;
    animation-fill-mode: forwards;
}

.ltr .sgrid-box-dock {
    right: 0;
    box-shadow: -1px 0 2px rgba(0,0,0,.3);
    animation: animate__boxDockslideRightOut 0.3s;
    animation-fill-mode: forwards;
}

.sgrid-ebox-dock {
    width: calc(100% - 40px);
    display: none;
    visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 2;
    padding: 5px;
    box-shadow: 1px 0 2px rgba(0,0,0,.3);
    overflow: auto
}

.sgrid-box-dock .btn {
    display: block;
    white-space: normal;
    margin: 5px 0;
    text-align: right;
}

.sgrid-box-dock .sdetails-menu:after {
    content: "";
    display: block;
    clear: both;
    height: 5px;
    margin: 5px auto;
    width: 80%;
}

.sgrid-box-dock .sdetails-menu:last-child:after {
    display: none
}


.sgrid-ebox-dock.show {
    display: block;
    visibility: visible;
}

.rtl .sgrid-box-dock.show,
.rtl .sgrid-ebox-dock.show {
    animation: animate__boxDockslideLeftIn 0.3s;
}

.ltr .sgrid-box-dock.show,
.ltr .sgrid-ebox-dock.show {
    animation: animate__boxDockslideRightIn 0.3s;
}

.sgrid-box-dock .sgrid-close-dock {
    background: #fff;
    box-shadow: none;
    color: #444;
    text-shadow: none;
    font-weight: normal;
    opacity: 0.5;
    transition: opacity .3s;
}

.dark .sgrid-box-dock .sgrid-close-dock {
    background: #777;
    color: #eee
}

.sgrid-box-dock .detail-title {
    background: #f9f9f9;
    padding: 3px;
    margin: 0 -5px 5px;
}

.sgrid-box-dock .sgrid-close-dock:hover {
    opacity: 1;
}

.mobile .sgrid-mbox-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-mbox-dock.show {
    visibility: visible;
    animation: animate__slideInUp .3s;
    opacity: 1;
}

.sgrid-mbox-dock .item {
    position: relative;
    overflow: visible;
}

.sgrid-mbox-dock .caption {
    padding-left: 10px !important;
}

    .sgrid-mbox-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-mbox-dock .menu-items {
    bottom: 100%;
    top: initial;
    right: 0;
    left: initial;
    margin-bottom: 2px;
    background-color: inherit;
}

.sgrid .select-all,
.sgrid .item-select {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin: 0 5px
}

.select-all-holder {
    width: 39px;
}

@media (max-width: 767px) {
    .select-all-holder {
        width: auto;
    }
}

.sgrid-mbox-dock > .inline-dock {
    display: inline-table;
    display: inline-flex;
    vertical-align: top;
}

    .sgrid-mbox-dock > .inline-dock .btn-group {
        padding-left: 5px;
        vertical-align: top;
        flex-wrap: nowrap;
    }

.sgrid-ebox-dock {
    top: 30px;
    height: calc(100% - 30px);
}


@-webkit-keyframes animate__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 animate__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 animate__boxDockslideRightIn {
    0% {
        transform: translate(130px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes animate__boxDockslideRightOut {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(130px, 0);
    }
}

@keyframes animate__boxDockslideLeftIn {
    0% {
        transform: translate(-130px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes animate__boxDockslideLeftOut {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-130px, 0);
    }
}

/****** sTimer *****/
.stimer {
    display: inline-block;
    max-width: 100%;
    direction: ltr;
    padding: 2px;
    text-align: center;
}

    .stimer > .item {
        display: inline-block;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
        margin: 2px 5px;
    }

/***** sHelp *****/

.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: 15px;
    line-height: 17px;
    border-radius: 50%;
    height: 17px;
    text-align: center;
    text-shadow: 0 0 1px #222;
    width: 17px;
    color: #fff;
    vertical-align: middle;
    margin: 0 2px;
    cursor: help;
    font-weight: normal;
}

.shelp-content {
    margin: 15px;
    display: none;
    list-style: none;
}

.shelp-holder {
    position: relative;
}

.shelp-contentholder {
    padding: 10px;
    max-width: 200px;
}

/***** CrossTable *****/
.sct-switch-holder {
    vertical-align: middle
}

/****switch****/

.sswitch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .sswitch input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: 10%;
        left: 50%;
    }

    /* The slider */
    .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: white;
            -webkit-transition: transform .4s;
            transition: transform .4s;
        }

    .sswitch input[type="checkbox"]:checked ~ .slider {
        background-color: #2196F3;
    }

    .sswitch input[type="checkbox"]:checked:disabled ~ .slider {
        background-color: #9eccf1;
    }

    .sswitch.checked .slider {
        background-color: #2196F3;
    }

    .sswitch input[type="checkbox"]:focus ~ .slider {
        outline: 1px dashed #FF9800;
    }

    .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);
    }

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round > .handle {
        border-radius: 50%;
    }


/***** sEmbedDetails ******/
.embed-details {
    clear: both;
    margin: 5px 10px;
    border: 1px solid #ccc;
}


/*** sColorPicker **/

.scolorpicker.picker {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1051; /* Above Bootstrap modal (@zindex-modal = 1050) */
    display: none;
    min-width: 160px;
    max-width: 283px; /* @popover-max-width = 276px + 7 */
    padding: 5px 0 0 5px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff; /* @dropdown-bg */
    border: 1px solid #ccc; /* @dropdown-fallback-border */
    border: 1px solid rgba(0, 0, 0, .15); /* @dropdown-border */
    -webkit-border-radius: 4px; /* @border-radius-base */
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.rtl .scolorpicker.picker {
    float: left;
}

.ltr .scolorpicker.picker {
    float: right;
}

.scolorpicker.icon,
.scolorpicker-color {
    display: inline-block;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
}

.scolorpicker-color {
    border: 1px solid #eee;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: 2px;
}

    .scolorpicker.icon:after,
    .scolorpicker-color:after {
        content: '\00a0\00a0\00a0\00a0'; /* Spaces */
    }

    .scolorpicker-color:hover,
    .scolorpicker-color[data-selected],
    .scolorpicker-color[data-selected]:hover {
        border: 1px solid #222; /* @gray-dark */
    }

        .scolorpicker-color[data-selected]:after {
            color: #fff;
        }

.scolorpicker-picker {
    padding: 10px;
}

.scolorpicker-nocolor {
    display: block;
    margin: 3px auto;
}


.grid-table {
    /*for input-validaion-error*/
    overflow: visible;
    margin: 5px 0 10px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-collapse: separate;
    padding: 5px;
    border-spacing: 0px;
}

/*** sDrag ***/
.draggable {
    cursor: move;
}

.dragging {
    pointer-events: none;
    z-index: 2
}

/*** sVoiceRecorder ***/
.voice-recorder-fileinput {
    height: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: -1;
    top: 0
}

.rtl .voice-recorder-holder {
    text-align: right;
}

.ltr .voice-recorder-holder {
    text-align: left;
}

    .voice-recorder-holder:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.voice-recorder-progress-holder {
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 5px;
}

.voice-recorder-progressbar {
    background: #CDDC39;
    border-radius: 5px;
    width: 0;
    height: 100%;
    transition: width 0.3s ease-out;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.voice-recorder-progressbar.error {
    background: #FF0000;
}

.voice-recorder-fileholder > .item {
    background-color: #f9f9f9;
    border: 2px dashed #a0a0a0;
    border-radius: 5px;
    position: relative;
}

.voice-recorder-holder .item-clear {
    background-color: #f9f9f9;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    font-weight: bold;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    vertical-align: top;
    z-index: 0;
    position: relative;
}

.voice-recorder-holder .item-clear {
    margin: 3px;
    position: relative;
    cursor: pointer;
}

.rtl .voice-recorder-holder .recorded-voice {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    right: 30px;
    bottom: 0;
    min-width: 100px;
    text-align: left;
}

.ltr .voice-recorder-holder .recorded-voice {
    position: absolute;
    display: inline-block;
    left: 30px;
    top: 0;
    right: 0px;
    bottom: 0;
    min-width: 100px;
    text-align: right;
}

.recorder-btn {
    margin: 3px 0px 0px 0px;
}

    .recorder-btn.stop-audio {
        background-image: linear-gradient(#feb5b5, #e59797);
        text-shadow: none;
    }

.player-btn {
    min-height: 20px;
    height: 20px;
    margin: 3px;
    padding: 0px 4px;
}

    .player-btn .audio-icon,
    .recorder-btn .audio-icon {
        background-image: url(/Content/images/saaed-ui/ic-player.png);
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
        margin: 1px;
    }

    .player-btn:disabled .audio-icon,
    .recorder-btn:disabled .audio-icon {
        background-image: url(/Content/images/saaed-ui/ic-player-disabled.png);
    }

.record-audio .audio-icon {
    background-position-y: 0px;
}

.stop-audio .audio-icon {
    background-position-y: -10px;
}

.play-audio .audio-icon {
    background-position-y: -20px;
}

.pause-audio .audio-icon {
    background-position-y: -30px;
}

.download-audio .audio-icon {
    background-position-y: -40px;
}

/*version 1.0.5*/

.pdp-el {
    text-align: center
}

.pdp-default {
    position: absolute;
    color: #555;
    min-width: 210px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 2;
    background-color: #fff;
    border-radius: 5px 5px;
    overflow: hidden
}

.dark .pdp-default {
    background: #666;
    color: #eee
}

.pdp-default ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}

.pdp-default ::-webkit-scrollbar {
    width: 15px;
    background-color: #F5F5F5
}

.pdp-default ::-webkit-scrollbar-thumb {
    background-color: #444
}

.pdp-default ::selection {
    color: #67cdcc
}

.pdp-default .pdp-header {
    color: #fff;
    padding: 0;
    font-size: 13pt;
    border-top: 1px solid #00bcd4;
    border-bottom: none;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
    display: inline-table;
    display: flex;
    flex-wrap: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .35);
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    background-image: -moz-linear-gradient(bottom, #2196f3 0%, #00bcd4 100%);
    background-image: -o-linear-gradient(bottom, #2196f3 0%, #00bcd4 100%);
    background-image: -webkit-linear-gradient(bottom, #2196f3 0%, #00bcd4 100%);
    background-image: linear-gradient(bottom, #2196f3 0%, #00bcd4 100%);
    background-color: #2196f3
}

    .pdp-default .pdp-header > * {
        display: table-cell;
        flex-grow: 1;
        text-align: center
    }

.pdp-header .month {
    min-width: 75px
}

.pdp-default .yearSelect {
    overflow-y: auto
}

.pdp-default .monthSelect li.desableMonth,
.pdp-default .monthSelect li.desableMonth:hover {
    color: #bbb;
    background: #eee
}

.pdp-default .yearSelect,
.pdp-default .monthSelect {
    background: #f9f9f9;
    border: 1px solid #ccc;
    list-style: none;
    position: absolute;
    padding: 0;
    width: 99.6%;
    text-align: right;
    z-index: 9999;
    text-align: center;
    min-height: 204px
}

.dark .pdp-default .yearSelect,
.dark .pdp-default .monthSelect {
    background: #555;
}

.pdp-default .selected {
    background: #15a6eb;
    color: #fff
}

.pdp-default .yearSelect li,
.pdp-default .monthSelect li {
    padding: 1px;
    cursor: default;
    display: inline-table;
    text-align: center;
    border: 1px dotted #ddd
}

.dark .pdp-default .yearSelect li,
.dark .pdp-default .monthSelect li {
    border-color: #777
}


.pdp-default .yearSelect li:hover,
.pdp-default .monthSelect li:hover {
    background: #F93;
    color: #fff;
    border-color: #F70
}

.pdp-default .nextArrow,
.pdp-default .prevArrow {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    font-size: 10pt;
    padding: 2px 5px
}

    .pdp-default .nextArrow:hover,
    .pdp-default .prevArrow:hover {
        color: #0073ea
    }

.pdp-default .cell {
    display: inline-block;
    cursor: default;
    text-align: center
}

.pdp-default .dows {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    margin: 5px;
    border-radius: 5px;
    overflow: hidden
}

.dark .pdp-default .dows {
    background-color: #595959;
    background-image: -moz-linear-gradient(top, #595959 0%, #555 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595959), color-stop(100%, #555));
    background-image: -webkit-linear-gradient(top, #595959 0%, #555 100%);
    background-image: -o-linear-gradient(top, #595959 0%, #555 100%);
    background-image: -ms-linear-gradient(top, #595959 0%, #555 100%);
    background-image: linear-gradient(top, #595959 0%, #555 100%);
}

.pdp-default .dow {
    width: 30px;
    font-size: 9pt !important;
    color: #666;
    text-shadow: 1px 0 0 #fff;
    border-left: 1px solid #eee
}

.dark .pdp-default .dow {
    border-color: #666;
    color: #eee;
    text-shadow: 1px 0 0 #222;
}

.pdp-default .days {
    background-color: #fff;
    border-top: none;
    line-height: 0;
    border-bottom: 0;
    border-top: 0;
    padding: 5px
}

.dark .pdp-default .days {
    background: #666
}

.pdp-default .day {
    background: #ededed;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 30px;
    line-height: 30px;
    color: #666;
    font-size: 11pt;
    border-bottom: .1px solid #aaa;
    border-right: .1px solid #ccc
}

.dark .pdp-default .day {
    background: #454545;
    color: #eee;
    border-bottom-color: #656565;
    border-right-color: #696969;
}

.pdp-default .month-text,
.pdp-default .year-text {
    cursor: pointer
}

.pdp-default .day:hover {
    background: #ffab91;
    color: #555
}

.pdp-default .selday {
    background-color: #b32b0b;
    color: #fff
}

    .pdp-default .selday.friday {
        color: #fff
    }

.pdp-default .friday {
    color: #e40303
}

.pdp-default .today,
.dark .pdp-default .today {
    background: #ffb74d !important;
    color: #222
}

    .pdp-default .today:hover {
        color: #fff
    }

.pdp-default .nul {
    border: 0;
    width: 30px;
    vertical-align: top;
    line-height: 0
}

.pdp-default .pdp-footer {
    display: inline-table;
    width: 100%;
    max-width: 100%;
    background: #f0f0f0;
    margin-top: 5px;
    padding: 5px
}

.dark .pdp-default .pdp-footer {
    background: #555
}

.pdp-default .pdp-footer .goToday:hover,
.pdp-default .pdp-footer .closePdp:hover {
    color: #fff
}

.rtl .pdp-footer .closePdp {
    float: left
}

.ltr .pdp-footer .closePdp {
    float: right
}

.rtl .pdp-footer .goToday {
    float: right
}

.ltr .pdp-footer .goToday {
    float: left
}

.year-text:hover,
.month-text:hover {
    background-color: #fb6341
}

@font-face {
    font-family: "typicons";
    src: url("/fonts/typicons/typicons.eot");
    src: url("/fonts/typicons/typicons.eot?#iefix") format("embedded-opentype"), url("/fonts/typicons/typicons.woff") format("woff"), url("/fonts/typicons/typicons.ttf") format("truetype"), url("/fonts/typicons/typicons.svg#BYekan") format("svg");
}

body {
    background-color: #f9f9f9 !important
}

.db-doc-top .nav-login {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .db-doc-top .nav-login a,
    .db-doc-top .nav-login button {
        margin: 1px;
        min-height: 27px;
        line-height: 19px;
    }

.user-panel {
    text-align: center;
}

    .user-panel .btn:hover {
        font-weight: bold
    }

    .user-panel .user-picture {
        padding: 10px
    }

        .user-panel .user-picture img {
            background-color: #f5f5f5;
            min-height: 80px;
            min-width: 80px;
            box-shadow: 0 2px 1px rgba(0,0,0,0.2);
            border-radius: 5px;
        }

    .user-panel .user-settings,
    .user-panel .user-actions,
    .user-panel .user-message {
        padding: 10px;
    }

        .user-panel .user-settings .btn {
            font-size: 11px;
            min-width: 128px;
            margin: 5px;
            border-radius: 10px;
        }

    .user-panel .user-links {
        padding: 0;
        margin: 0;
        font-size: 10px;
        display: inline-block
    }

        .user-panel .user-links li:hover {
            background: #eee;
            border-radius: 5px;
        }

        .user-panel .user-links a {
            color: #a0a0a0;
        }

    .user-panel .btn {
        border-color: #8BC34A;
    }

.scalendar {
    overflow: hidden
}

.d-mv {
    width: 100%;
}

.d-r-mv {
    position: relative;
    overflow: hidden;
}

/*.d-rh-mv {
    padding: 0 10px 10px;
}*/

.d-r-6 > .d-r-mv {
    height: 16.66%;
}

.d-r-5 > .d-r-mv {
    height: 20%
}

.d-r-ch-mv {
    height: 100%;
    position: absolute;
    width: 100%;
    background: #fff
}

.d-t-mv {
    overflow: hidden;
    background: #ddd;
}

.d-t-c-mv {
    display: inline-block;
    width: 14.28%;
    text-align: center;
    background-color: #ddd;
    padding: 4px 2px;
    color: #666;
    font-size: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.d-c-mv {
    display: inline-block;
    background-color: #fff;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px;
    width: 14.28%;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    animation: fadeIn .2s ease-out;
}

    .d-c-mv.today {
        background: #FFF59D
    }

    .d-c-mv.nul {
        background-color: #f5f5f5;
        color: #a0a0a0;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

.d-c-i-mv{
    line-height:17px;
}

.d-c-i-mv:after {
    content: "";
    display: block;
    clear: both;
}

.d-r-eh-mv {
    position: absolute;
    margin-top: 25px;
    height: 0;
    width: 100%;
}

.d-r-eh-col-mv {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.d-r-eh-mv .e-ih,
.d-r-eh-wv .e-ih,
.d-co-eh-gv .e-ih {
    position: absolute;
    width: 14.28%;
    display: block;
    font-size: 20px;
    height: 20px;
    color: #f0f0f0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.d-r-eh-mv .e-ih,
.d-r-eh-wv .e-ih,
.d-co-eh-gv .e-ih {
    animation: scaleYUp 0.2s ease-in;
}

.rtl .d-r-eh-mv .e-ih-l,
.rtl .d-r-eh-wv .e-ih-l,
.rtl .d-co-eh-gv .e-ih-l {
    padding-left: 4px;
}

.ltr .d-r-eh-mv .e-ih-l,
.ltr .d-r-eh-wv .e-ih-l,
.ltr .d-co-eh-gv .e-ih-l {
    padding-right: 4px;
}

.d-r-eh-mv .e-i,
.d-r-eh-wv .e-i {
    padding: 0 4px;
    font-size: 12px;
    line-height: 16px;
    height: 18px;
    /*background-color: #0094ff;*/
    color: #fff;
    background-color: #AB47BC;
    border-radius: 0 2px 2px 0;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.e-ih-l .e-i {
    border-radius: 2px;
}

.blur-past .ago.e-ih,
.blur-past .ago.d-dse-e-gv,
.blur-past .ago .d-r-more {
    opacity: 0.6;
}

.prev-month .e-ih,
.next-month .e-ih,
.prev-month .d-dse-e-gv,
.next-month .d-dse-e-gv,
.prev-month .d-r-more,
.next-month .d-r-more {
    opacity: 0.6;
}

/*.e-t {
    color: hsla(0,10%,100%,1);
}*/

.e-t .marked {
    font-size: 15px;
    color: #FFEB3B;
    animation: scaleYUp .3s;
}

.rtl .e-t .marked {
    margin-left: 4px;
}

.ltr .e-t .marked {
    margin-right: 4px;
}

.d-r-mh-mv {
    position: absolute;
    height: 20px;
    font-size: 20px;
    width: 14.28%;
    padding-left: 4px;
}

.d-r-more {
    position: absolute;
    width: 100%;
    font-size: 20px;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    text-align: center
}

.rtl .d-r-more {
    padding: 0 5px 0 8px;
}

.ltr .d-r-more {
    padding: 0 8px 0 4px;
}

.m-i {
    padding: 0 4px;
    font-size: 9px;
    line-height: 14px;
    height: 13px;
    color: #f0f0f0;
    background-color: #777;
    border-radius: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.d-r-eh-wv .m-i,
.d-r-eh-mv .m-i {
    animation: scaleYUp 0.5s ease-in-out;
}

.e-d {
    font-size: 10px;
    line-height: 17px;
    display:inline-block;
    direction:ltr
}

.rtl .e-d {
    float: left
}

.ltr .e-d {
    float: right
}

.e-t {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rtl .e-t {
    float: right
}

.ltr .e-t {
    float: left
}

.e-i-t-mv {
}

.d-c-t-mv {
    font-size: 0.7em;
    color: #444;
    cursor: default;
    padding: 0 2px;
}

.rtl .d-c-t-mv {
    float: right
}

.ltr .d-c-t-mv {
    float: left
}

.d-c-n-mv {
    float: left;
    font-size: 17px;
    line-height: 17px
}

.ltr .d-c-n-mv {
    float: right;
}

.d-c-alt-mv {
    line-height: 14px;
    font-size: 11px;
    cursor: default
}

.ltr .d-c-alt-mv {
    float: right;
    margin-right: 3px;
}

.rtl .d-c-alt-mv {
    float: left;
    margin-left: 3px;
}

.nul .d-c-n-mv {
    font-size: 12px;
    line-height: 12px
}

.nul .d-c-t-mv {
    color: #a0a0a0;
}

.today .d-c-n-mv {
    background: #ffd800;
    display: inline-block;
    border-radius: 5px;
    margin: -1px 0;
    min-width: 15px;
    text-align: center;
    animation: scaleUp .5s ease infinite alternate-reverse;
}

/**** Dashboard ****/

.noti-button {
    position: relative;
}

    .noti-button .badge {
        position: absolute;
        width: 16px;
        height: 16px;
        background: #F44336;
        color: #fff;
        bottom: 0;
        border-radius: 50%;
        font-size: 10px;
        line-height: 16px;
    }

.rtl .noti-button .badge {
    margin: 0 0 -3px -3px;
    left: 0;
}

.ltr .noti-button .badge {
    margin: 0 0 -3px -12px;
    left: 100%;
}

.db-doc-top {
    padding: 10px 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    background-color: rgba(0,0,0,.6);
    background: #f5f5f5;
    position: relative;
    z-index: 2
}

    .db-doc-top .btn,
    .db-doc-top .btn-mini {
        background: rgba(255,255,255,.3);
        color: #222;
        text-shadow: none;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        border-radius: 5px;
        border-color: rgba(255,255,255,0.1);
        -moz-appearance: none;
    }

    .db-doc-top .btn,
    .db-doc-top .btn-mini,
    .db-doc-top select {
        line-height: 20px;
        padding: 4px;
        text-align: center;
        margin: 0 1px 0 0;
    }

    .db-doc-top .btn {
        min-width: 28px;
        min-height: 30px;
    }

        /*.db-doc-top .btn.icon-white {
            padding-left: 20px;
        }*/

        .db-doc-top .btn:hover,
        .db-doc-top .btn-mini:hover {
            background: rgba(255,255,255,.8);
        }

    .db-doc-top ul {
        margin: 0
    }

    .db-doc-top .month-year-holder {
        min-width: 80px;
    }

.db-panel {
    overflow: hidden
}

.db-c {
    transition: width 0.3s ease-in-out;
    height: 100%;
}

.db-m {
    display: inline-block;
    transition: width 0.2s ease,margin 0.2s ease;
    padding: 0 2px;
    background: #f5f5f5;
    width: 270px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    visibility: visible
}

.rtl .db-m {
    float: right;
    box-shadow: -1px 0 2px rgba(0,0,0,0.3);
}

.ltr .db-m {
    float: left;
    box-shadow: 1px 0 2px rgba(0,0,0,0.3);
}

.db-m .shelp-icon {
    height: 16px;
    width: 16px;
    line-height: 12pt;
    font-size: 12pt;
    border: 1px solid rgba(0,0,0,0.1);
    cursor: pointer
}

.db-m-doc-top {
    padding: 10px 10px 1px;
}

.db-m-scrollable {
    padding: 0px 5px;
    overflow: auto
}

.db-fields-holder {
    width: 100%;
    padding: 0 10px;
}

.db-m > .item,
.db-m-scrollable > .item {
    font-size: 11px;
    overflow: hidden;
    min-width: 100px;
}

.db-m .splitter {
    height: 1px;
    background: #c4c4c4;
    margin: 8px 0 5px;
    clear: both;
}

.db-m .inline-menu {
    padding: 0 10px;
    background: rgba(255,255,255,0.5);
    border-radius: 25px;
    margin: 5px 0;
    text-align: center;
}

.inline-menu.no-bg {
    background: none;
}

.db-m .inline-menu .item {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.3);
    border-radius: 25px;
    text-align: center;
    color: white;
    padding: 5px;
    margin: 4px 2px;
    line-height: 1;
    -moz-appearance: none;
    text-shadow: none;
}

.ie8 .db-m .inline-menu .item {
    background: #afafaf;
}

.db-m .inline-menu .item.ic-icons {
    font-size: 30px;
    height: 40px;
    width: 40px;
    padding: 5px;
    border-radius: 50%;
}

.db-m .menu-sm .item.ic-icons {
    height: 30px;
    width: 30px;
    font-size: 20px
}

.db-m .menu-sm {
    padding: 0 3px;
}

.calendar-access {
    max-width: 98%
}

.db-m .form-control,
.db-m .input-group {
    min-height: 25px;
}

.db-m .sswitch .slider {
    background-color: #a0a0a0;
}

.db-m .sswitch input:checked + .slider {
    background-color: #FF9800;
}

.db-m .sswitch.checked .slider {
    background-color: #FF9800;
}

.hide-menu .db-m {
    min-width: 0;
    /*padding: 20px 0 5px;*/
    padding: 0
}

.rtl .hide-menu .db-m{
    margin-right:-270px;
}

.ltr .hide-menu .db-m {
    margin-left: -270px;
}

.db-panel.hide-menu .db-m .item {
    visibility: hidden;
}

/*****************/
.day-info-holder {
}

    .day-info-holder .day-info {
        padding: 5px;
        background: #ddd;
        text-align: center
    }

.day-info .day {
    font-size: 30pt;
    line-height: 30pt;
}

.day-info .month {
    font-size: 20px;
}

.day-info .year {
    font-size: 15px;
}

.more-events {
    z-index: 4 !important;
}

.event-tip {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.6);
    overflow: hidden;
    z-index: 4 !important
}

.event-holder {
    padding: 10px
}

    .event-holder .e-ih {
        padding: 3px 6px;
        margin: 3px 0;
        border-radius: 5px;
        background-color: #AB47BC;
        color: #f5f5f5;
        animation: fadeIn 0.5s ease;
        box-shadow: 0 0 2px rgba(0,0,0,0.1);
        font-size: 12px;
        cursor: pointer;
        min-width: 150px;
    }

        .event-holder .e-ih:after {
            content: "";
            display: block;
            clear: both;
        }

.hide {
    display: none
}

.event-info-holder {
    padding-bottom: 10px;
}

    .event-info-holder .ic-icons {
        min-width: 25px;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        line-height: 1;
    }

.rtl .event-info-holder .ic-icons {
    margin-left: 5px;
}

.ltr .event-info-holder .ic-icons {
    margin-right: 5px;
}

.event-info-holder .event-date {
    min-width: 300px;
    max-width: 100%;
}

.event-actions {
    min-height: 30px;
    background-color: #AB47BC;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff
}

    .event-actions .ic-icons {
        font-size: 25px;
        display: inline-block;
        padding: 7px;
        color: inherit;
        border-radius: 50%;
        line-height: 25px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        height: 39px;
        width: 39px;
        margin: 0 !important
    }

        .event-actions .ic-icons:hover {
            background-color: rgba(255,255,255,0.3);
        }

    .item .event-unmark,
    .event-actions .event-unmark {
        background-color: rgba(255, 193, 7, 0.9) !important;
        color: #222 !important
    }

.regular-actions {
    background-color: rgba(255,255,255,0.1);
    border-radius: 20px;
}

.rtl .regular-actions {
    float: left;
}

.ltr .regular-actions {
    float: right;
}

.event-title {
    font-size: 15pt
}

.event-title,
.event-date,
.event-desc,
.event-place,
.event-tags,
.event-attach,
.event-ownerorg,
.event-childs,
.event-notifications {
    padding: 5px 20px;
}

.event-time {
    direction: ltr;
    display: inline-block;
    vertical-align: middle;
}

.event-desc {
    max-width: 500px;
    overflow: auto;
}

.event-childs .item {
    display: inline-block;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #AB47BC;
    font-size: 9pt;
    color: #fff;
}

.event-code {
    padding: 0 20px 5px;
}

.event-ownerorg .item,
.event-place .item {
    cursor: pointer;
    font-size: 90%;
}

.event-attach .item {
    padding: 5px;
    margin: 1px;
    border-radius: 5px;
    font-size: 85%;
    background-color: #ddd;
    cursor: pointer;
    display: inline-block;
}

.event-attach .thumbnail {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.event-notifications .item,
.event-notifications .not-found {
    padding: 4px 5px;
    margin: 2px 0;
    border-radius: 5px;
    font-size: 85%;
    color: #666;
    background-color: #ddd;
}

    .event-notifications .item.active {
        background-color: #FFD54F;
        color: #222;
    }

.event-notifications .not-found {
    font-size: 10px;
    color: #999;
    margin-top: -20px;
    background-color: transparent;
}

.event-notifications .item:nth-child(2) {
    margin-top: -20px;
}

.rtl .event-notifications .item,
.rtl .event-notifications .not-found {
    margin-right: 30px;
}

.ltr .event-notifications .item,
.ltr .event-notifications .not-found {
    margin-left: 30px;
}

.event-notifications .add-notification {
    padding: 2px 5px;
}

.edit-notification,
.delete-notification {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    margin: -3px 0;
    color: inherit
}

.rtl .edit-notification,
.rtl .delete-notification {
    float: left;
}

.ltr .edit-notification,
.ltr .delete-notification {
    float: right;
}

.edit-notification:hover {
    background: #8BC34A;
}

.delete-notification:hover {
    background: #ec5050;
}

.rtl .edit-notification {
    margin-right: 5px;
    margin-left: 0;
}

.ltr .edit-notification {
    margin-left: 5px;
    margin-right: 0;
}

.event-tags .item {
    display: inline-block;
    padding: 1px 5px;
    margin: 1px;
    border-radius: 5px;
    font-size: 85%;
    background-color: #ddd;
    cursor: pointer;
    color: #222
}

/****** Holiday *****/
.holiday-tip {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.6);
    overflow: hidden;
    z-index: 4 !important
}

.holiday-holder {
    min-width: 150px;
}

.h-ho-he {
    padding: 10px;
    background-color: #9E9E9E;
    color: #fff;
    text-align: center;
}

.h-d-t {
    font-size: 19px;
}

.h-d-n {
    font-size: 30px;
}

.holiday-holder .item {
    padding: 1px 5px;
    margin: 5px;
    background: #ddd;
    border-radius: 2px;
    white-space: nowrap;
    color: #222;
}

    .holiday-holder .item.closed {
        background-color: #F44336;
        color: #fff;
    }

.holiday-holder.closed .h-ho-he {
    background-color: #F44336;
    color: #fff;
}

.scale-anim {
    animation: scaleUp 0.5s ease both;
}

.scale-x-anim {
    animation: scaleXUp 0.2s ease both;
}

.scale-y-anim {
    animation: scaleYUp 0.2s ease both;
}

.fadein-animation,
.modal.show {
    animation: fadeIn 0.5s ease both;
}


@keyframes scale0Up {
    0% {
        -webkit-transform: scale3d(0,0,0);
        -moz-transform: scale3d(0,0,0);
        -ms-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes scaleUp {
    0% {
        -webkit-transform: scale3d(.9,.9,.9);
        -moz-transform: scale3d(.9,.9,.9);
        -ms-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes scaleYUp {
    0% {
        -webkit-transform: scale3d(1,0,1);
        -moz-transform: scale3d(1,0,1);
        -ms-transform: scale3d(1,0,1);
        transform: scale3d(1,0,1);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes scaleXUp {
    0% {
        -webkit-transform: scale3d(0,1,1);
        -moz-transform: scale3d(0,1,1);
        -ms-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}


.ic-icons {
    font-family: "typicons";
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    line-height: 19px;
}

.feed-dialog {
    border-radius: 8px;
    overflow: hidden;
}

.db-dialog {
    width: 500px
}

    .db-dialog .sdialog-content,
    .salert-dialog .sdialog-content,
    .feed-dialog .sdialog-content {
        border-width: 0;
    }

    .db-dialog .form-actions,
    .feed-dialog .form-actions {
        margin: 15px -5px 0;
    }

.feed-dialog.active .sdialog-titlebar {
    background-color: #8BC34A;
}

/**********/
.d-rh-wv,
.d-dsh-wv,
.d-t-wv {
    background: #f0f0f0;
    padding-left: 17px;
    overflow-x: hidden;
}

.d-rh-wv {
    overflow: visible
}

.rtl .d-rh-wv,
.rtl .d-dsh-wv,
.rtl .d-t-wv {
    padding-right: 40px;
}

.ltr .d-rh-wv,
.ltr .d-dsh-wv,
.ltr .d-t-wv {
    padding-left: 40px;
}

.d-rh-wv {
    position: relative;
}

.d-c-i-wv {
    padding: 2px 1px 0;
}

.change-grid {
    position: absolute;
    left: 100%;
    margin-left: -35px;
    top: 5px;
    width: 30px;
    height: 30px;
    line-height: 17px;
    overflow: hidden;
    padding: 5px;
    color: #333;
}

.d-dsh-gv .change-grid {
    top: 10px;
    margin-left: -40px;
}

.ltr .d-dsh-gv .change-grid {
    margin-left: 9px;
}

.ltr .change-grid {
    left: 0;
    margin-left: 4px;
}

.d-r-eh-wv {
    position: absolute;
    width: 100%;
    height: 3em
}

.d-r-eh-ex-wv {
    width: 40px;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-align: center;
    font-size: 9px;
    border-top: 1px solid #ccc;
    padding-top: 7px;
}

.rtl .d-r-eh-ex-wv {
    margin-right: -40px;
    left: 100%;
}

.ltr .d-r-eh-ex-wv {
    margin-left: -40px;
    left: 0;
}

.expand-btn {
    color: #555;
    display: inline-block;
    text-align: center;
    margin: 6px 0;
    padding: 5px;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    background: #ccc;
    line-height: 22px;
    cursor: pointer;
}

    .expand-btn:hover {
        background-color: #bbb;
        box-shadow: 0 0 2px rgba(255,255,255,0.3)
    }

.d-r-eh-col-wv {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.d-c-wv,
.d-dse-c-wv {
    width: 14.28%;
    display: inline-block;
    height: 100%;
    border-top: 1px solid #ccc;
    vertical-align: top
}

.d-dse-c-wv {
    background: #fff;
}

.rtl .d-c-wv,
.rtl .d-dse-c-wv {
    border-left: 1px solid #ccc;
}

.ltr .d-c-wv,
.ltr .d-dse-c-wv {
    border-left: 1px solid #ccc;
}

.d-c-wv.today {
    background: #FFF59D
}

.d-c-n-wv {
    font-size: 40px;
    line-height: 40px;
    margin: 0 5px;
}

.rtl .d-c-n-wv {
    float: left;
}

.ltr .d-c-n-wv {
    float: right;
}

.d-c-alt-wv {
    line-height: 14px;
    margin-top: 2px;
    font-size: 14px;
    cursor: default
}

.rtl .d-c-alt-wv {
    float: left;
}

.ltr .d-c-alt-wv {
    float: right;
}

.d-c-t-wv {
    margin: 5px 2px 0;
    color: #a0a0a0;
    font-size: 10px;
    cursor: default
}

.rtl .d-c-t-wv {
    float: right
}

.ltr .d-c-t-wv {
    float: left
}

.d-t-c-wv {
    width: 14.28%;
    display: inline-block;
    background: #fff;
    height: 100%;
    text-align: center;
    background-color: #ddd;
    padding: 4px 2px;
    color: #666;
    font-size: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}


.d-r-wv {
    position: relative;
    min-height: 5em;
    height: 5em;
    font-size: 20px;
    line-height: 12px;
    transition: height 0.1s ease-in;
}

.d-r-ch-wv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.d-r-eh-wv {
    position: absolute;
    width: 100%;
    /*height: 3em;*/ /*for click*/
    height: 0;
    top: 0;
    left: 0;
    margin-top: 2em;
}

.d-dsh-wv {
    overflow: auto;
}

.d-dsh-wv {
    position: relative
}

.d-dse-wv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 960px;
}

.rtl .d-dse-wv {
    padding-right: 40px;
}

.ltr .d-dse-wv {
    padding-left: 40px;
}



.d-dse-c-wv {
    background: transparent;
    position: relative;
    padding-left: 10px;
}

    .d-dse-c-wv.today {
        background: rgba(255, 235, 59, 0.4)
    }

    .d-dse-c-wv .e-ih {
        position: absolute;
        left: 0;
        width: 10px;
        overflow: hidden;
        cursor: pointer;
        padding: 0 0 2px 0;
        animation: scaleYUp .2s ease;
        transform-origin: 0 0;
    }

        .d-dse-c-wv .e-ih .e-i {
            font-size: 8pt;
            color: #fff;
            max-width: 100%;
            text-overflow: ellipsis;
            background-color: #AB47BC;
            border-radius: 2px;
            overflow: hidden;
            height: 100%;
            padding: 2px 2px 0 0;
        }

.rtl .d-dse-c-wv .e-ih .e-i {
    margin-left: 2px;
}

.ltr .d-dse-c-wv .e-ih .e-i {
    margin-right: 2px;
}

.d-dse-c-wv .e-ih .e-d {
    font-size: 7pt;
    text-align: center;
}

.d-dse-c-wv .d-r-more {
    padding: 0 0 2px 0;
}

.d-dse-c-wv .d-r-more {
    animation: scaleYUp .2s ease;
    transform-origin: 0 0;
    padding: 0 0 2px 0;
}

.d-dse-c-wv .m-i {
    height: 100%;
    white-space: normal;
    text-align: center;
}

.d-dsg-wv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.d-dsg-r-wv {
    height: 48px;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5
}

.d-dst-wv {
    position: absolute;
    top: 0;
    width: 40px;
}

.rtl .d-dst-wv {
    margin-left: -40px;
    left: 100%;
}

.ltr .d-dst-wv {
    left: 0;
}

.d-dst-r-wv {
    height: 48px;
    background: #fff;
    border-top: 1px dashed #ddd;
    text-align: center;
    color: #777;
    line-height: 40px;
    font-size: 8pt;
}

.today .d-c-n-wv {
    background-color: #ffd800;
    border-radius: 5px;
    margin: 2px;
    font-size: 35px;
    line-height: 35px;
    animation: scaleUp .5s ease infinite alternate-reverse
}

/******** Gant ******/
.d-dsh-gv {
    width: 100%;
    background: #f0f0f0;
    position: relative
}

.d-dst-gv {
    width: 100%;
    background: #fff;
}

.d-c-t-gv {
    font-size: 11px;
    cursor: default
}

.d-dst-r-gv {
    width: 4.16667%;
    border-left: 1px dashed #ccc;
    display: inline-block;
    vertical-align: top;
    padding: 17px 5px;
    text-align: center;
    overflow: hidden;
    font-size: 11px;
}

.d-coh-gv {
    position: relative;
    width: 100%;
    background: #fff;
}

.rtl .d-coh-gv {
    padding-right: 50px;
}

.ltr .d-coh-gv {
    padding-left: 50px;
}

.d-co-gv {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background: #fff;
    width: 50px;
    z-index: 1;
    overflow: hidden
}

.rtl .d-co-gv {
    margin-left: -50px;
}

.ltr .d-co-gv {
    left: 0;
}

.d-t-c-gv {
    overflow: hidden;
    text-overflow: ellipsis;
}

.d-c-i-gv {
    text-align: center;
}

    .d-c-i-gv .holiday-ic {
        float: none !important
    }

.d-c-n-gv {
    font-size: 30px
}

.d-c-alt-gv {
    line-height: 14px;
    font-size: 14px;
    cursor: default
}

.today .d-c-n-gv {
    background-color: #ffd800;
    border-radius: 5px;
    margin: 5px;
    animation: scaleUp .5s ease infinite alternate-reverse
}

.d-dsg-gv {
    position: absolute;
    top: 0;
    left: 0;
    background: #f0f0f0;
    height: 100%;
    width: 100%;
}

.today .d-dsg-gv {
    background: rgba(255, 235, 59, 0.4)
}

.d-dsg-col-gv {
    border-left: 1px solid #ccc;
    display: inline-block;
    height: 100%;
    vertical-align: top
}


.d-dse-gv {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto
}

.rtl .d-dse-gv,
.rtl .d-dsg-gv,
.rtl .d-dsh-gv {
    padding-right: 50px;
}

.ltr .d-dse-gv,
.ltr .d-dsg-gv,
.ltr .d-dsh-gv {
    padding-left: 50px;
}

.d-dse-e-gv {
    background-color: #AB47BC;
    overflow: hidden;
    border-radius: 2px;
    cursor: pointer;
    margin: 2px 0;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: hsl(0,10%,100%);
    animation: scaleXUp 0.2s ease-in-out;
}

    .d-dse-e-gv .e-t {
        white-space: nowrap;
    }

.rtl .d-dse-e-gv {
    transform-origin: 100% 100%;
}

.ltr .d-dse-e-gv {
    transform-origin: 0 0;
}

.d-dse-e-gv .e-i {
    font-size: 12px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 5px;
}

.d-co-eh-gv .e-ih {
    position: static
}

.d-co-eh-gv .e-i {
    background: #AB47BC;
    color: #fff;
    font-size: 8pt;
    height: 18px;
    padding: 0 4px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
}

.d-t-gv {
    text-align: center;
    font-size: 9pt;
}

.default-line {
    line-height: 1em;
}

.clickable {
    cursor: pointer
}

    .clickable:hover {
        font-weight: bold
    }

.text-no .e-i {
    text-overflow: initial !important;
}

.text-no .e-t,
.text-no .e-d {
    font-size: 0 !important;
}

.tc-h {
    padding: 0 1px;
    display: inline-block;
    background: rgba(255,255,255,.4);
    border-radius: 5px;
    line-height: 9px;
    margin: 0 2px;
    text-align: center
}

.text-no .tc-h {
    margin: auto
}

.tc-c {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    display: inline-block;
    margin: 2px 1px;
    vertical-align: top
}

/****** Closed ********/
.closed .d-c-n-mv,
.closed .d-c-n-wv,
.closed .d-c-n-gv {
    color: #ec1b1b;
}

.nul.closed .d-c-n-mv,
.nul.closed .d-c-n-wv,
.nul.closed .d-c-n-gv {
    color: #ea8d8d;
}

.closed .d-c-t-mv,
.closed .d-c-alt-mv,
.closed .d-c-t-wv,
.closed .d-c-alt-wv,
.closed .d-c-t-gv,
.closed .d-c-alt-gv {
    color: #ec5050;
}

.f-closed .d-c-t-mv,
.f-closed .d-c-t-wv{
    display:none
}

.daily .f-closed .d-c-t-wv{
    display:initial
}

.nul.closed .d-c-t-mv,
.nul.closed .d-c-alt-mv,
.nul.closed .d-c-t-wv,
.nul.closed .d-c-alt-wv,
.nul.closed .d-c-t-gv,
.nul.closed .d-c-alt-gv {
    color: #ea8d8d;
}

.closed.d-t-c-mv,
.closed.d-t-c-wv,
.closed .d-t-gv {
    color: #c74b4b;
}

.holiday .d-c-n-mv {
    border-top: 1px solid #c33;
}

.holiday-ic {
    font-size: 16px;
    line-height: 13px;
    color: #666;
    vertical-align: middle;
    border-radius: 10px;
    height: 17px;
    width: 15px;
    text-align: center;
    padding: 2px 0;
    cursor: pointer;
}

.rtl .holiday-ic {
    margin-left: 1%;
    float: right;
}

.ltr .holiday-ic {
    margin-right: 1%;
    float: left;
}

.closed .holiday-ic {
    color: #ec5050
}

.nul.closed .holiday-ic {
    color: #ea8d8d;
}

.holiday-ic:hover {
    background: #D4E157;
    color: #333;
}

.show-ontop {
    position: relative;
    z-index: 3;
    opacity: 1 !important;
}

.overflow-hidden {
    overflow: hidden;
}

.header-brand {
    display: inline-block;
    margin: -10px 0;
}

.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin {
    -moz-appearance: textfield;
}


.hide-detail .e-ih,
.hide-detail .d-r-more,
.hide-detail .holiday-ic {
    display: none
}

.custom-calendar .item, .public-links .item {
    margin: 5px 2px;
    padding: 0 5px 0 5px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    animation: scaleYUp 0.3s ease;
    vertical-align: top;
    position: relative;
}


.public-links {
    margin: 0;
    padding: 0;
    list-style:none;
}

    .public-links .item {
        background-color: transparent;
        color: #fff;
        border: none;
        border-radius: 5px;
        box-shadow: none;
        cursor: default;
    }

.custom-calendar .item:hover {
    background-color: #fff;
}

.custom-calendar .item.disabled {
    color: #888;
    background: #f0f0f0;
}

.custom-calendar .item:after, .public-links .item:after {
    content: "";
    display: block;
    clear: both
}

.custom-calendar .item .title,
.public-links .item .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .public-links .item .title:before {
        content: "•";
        font-size: 20px;
    }

    .rtl .public-links .item .title:before {
        float: right;
        margin: 0 3px 0 5px;
    }

    .ltr .public-links .item .title:before {
        float: left;
        margin: 0 5px 0 3px;
    }

.custom-calendar .delete,
.custom-calendar .embed,
.custom-calendar .set-default {
    height: 26px;
    width: 26px;
    font-size: 23px;
    background-color: rgba(255,255,255,.3);
    border-radius: 50%;
    text-align: center;
    position: static;
    color: #666;
    line-height: 26px;
    border: 0;
    padding: 0;
    margin: 2px 2px;
}

.rtl .custom-calendar .delete,
.rtl .custom-calendar .embed,
.rtl .custom-calendar .set-default {
    float: left
}

.ltr .custom-calendar .delete,
.ltr .custom-calendar .embed,
.ltr .custom-calendar .set-default {
    float: right
}

.custom-calendar .toggle,
.custom-calendar input[type=checkbox] {
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 4px;
}

.rtl .custom-calendar .toggle,
.rtl .custom-calendar input[type=checkbox] {
    margin: 0 0 0 4px;
    float: right
}

.ltr .custom-calendar .toggle,
.ltr .custom-calendar input[type=checkbox] {
    margin: 0 4px 0 0;
    float: left
}

.custom-calendar .delete:hover {
    background-color: rgba(244, 67, 54, 0.8);
    color: #333
}

.custom-calendar .embed:hover {
    background-color: rgba(255, 216, 0, 0.8);
    color: #000
}

.custom-calendar .set-default:hover {
    background-color: rgba(255, 216, 0, 0.8);
    color: #000
}

.notifications-menu {
    padding: 7px 8px;
    font-size: 10px;
    border-bottom: 1px solid #ccc;
    line-height: 10px;
    background-color: #f9f9f9
}

.notifications-list {
    overflow: auto
}

    .notifications-list .item {
        padding: 5px 15px;
        border-bottom: 1px dotted #ccc;
        cursor: pointer;
    }

        .notifications-list .item.unread {
            background-color: #FFF59D;
        }

    .notifications-list .time {
        font-size: 85%;
        color: #555;
        white-space: nowrap
    }

    .notifications-list .not-found {
        text-align: center;
        white-space: nowrap;
        color: #a0a0a0;
        padding: 30px;
    }

/*********/
.full-control-label {
    display: block;
    padding-bottom: 5px;
    padding-top: 7px;
}

.rtl .full-control-label {
    text-align: right;
}

.ltr .full-control-label {
    text-align: left;
}

.bg-no {
    background: transparent
}

.overflow-auto {
    overflow: auto
}

.overflow-visible {
    overflow: visible
}

.input-group-addon {
    padding: 0 5px;
}

button:focus,
input:focus,
select:focus,
.form-control:focus,
.btn-mini:focus,
.btn:focus,
a:focus,
.stabs li:focus,
.stabs .item:focus {
    outline: 1px dashed #FF9800 !important;
}

.btn-mini:focus,
.btn:focus,
a:focus,
.stabs li:focus,
.stabs .item:focus {
    opacity: 1.0 !important;
}

.valign-middle {
    vertical-align: middle
}

.border-highlight {
    border: 2px solid #FFC107;
}

.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;
        background: url(images/saaed/ic-account-picture-default.png) 50% 50% no-repeat;
    }

.more-toggle-btn {
    margin-top: -15px;
    text-align: center;
    background: #00bcd4;
    display: inline-block
}

.more-fields {
    transition: none
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

    .marquee .marquee-content {
        white-space: nowrap;
        display: inline-block
    }

.rtl .marquee .marquee-content {
    animation: marqueeRTL 30s linear infinite;
    padding-right: 100%;
}

.ltr .marquee .marquee-content {
    animation: marqueeLTR 30s linear infinite;
    padding-left: 100%;
}

.header-news-list {
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 28px;
    padding-top:0
}

    .header-news-list .item {
        display: inline-block;
        padding: 0 20px;
        font-size: 90%
    }

@keyframes marqueeRTL {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

@keyframes marqueeLTR {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.main-search-input {
    width: 60%;
    max-width: 400px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    line-height: 22px;
    padding: 3px 5px;
}

.fields-holder {
    max-height: 400px;
    overflow: auto;
    padding: 10px 0;
    background: #f9f9f9;
    border-radius:5px
}

.search-dropdown {
    background: #f0f0f0;
    padding: 5px 5px 0;
    border-radius: 0 0 5px 5px;
}

.ie8 .c-search-holder {
    border: 1px solid #ccc;
}

.c-search-holder .form-actions {
    background: #ddd;
    padding: 5px 3px;
    margin-top:5px;
}

    .c-search-holder .form-actions .btn {
        margin-bottom: 2px;
    }

.header-search-holder {
    overflow: hidden;
    padding: 0 0 1px;
    line-height: 20px;
    min-width: 30px;
}

    .header-search-holder .search-input-holder,
    .header-search-holder.toggle .search-button-holder {
        display: none;
    }

    .header-search-holder.toggle .search-input-holder {
        display: block;
    }

.rtl .main-search-btn {
    margin: 0 5px 0 0;
    float: right;
}

.ltr .main-search-btn {
    margin: 0 0 0 5px;
    float: left;
}

.rtl .main-search-btn .ic-icons {
    margin-right: 3px
}

.ltr .main-search-btn .ic-icons {
    margin-left: 3px
}


.shelp-contentholder {
    animation: scaleXUp 0.3s;
}

.bg-highlight {
    background: rgba(255, 245, 157, 0.5)
}

.help-agent {
    animation: bgHighlight 5s infinite backwards ease;
    border: 1px solid transparent;
    font-weight: bold;
    font-family: sans-serif, tahoma;
}

.account-actions-holder .btn {
    margin: 0 1px 0 0;
}

    .account-actions-holder .btn:hover {
        color: #222
    }

.account-actions-holder .icon-white:hover:before {
    background-image: url(images/saaed/ic-icons-black.png?v=4)
}

.text-nowrap {
    white-space: nowrap;
}

@keyframes bgHighlight {
    0% {
        background: initial;
    }

    50% {
        background: #FFF59D;
        color:#222
    }

    100% {
        background: initial;
    }
}

/* ScrollBar */
/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    position: relative
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0.2;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 12px;
    right: 0;
    /* please don't change 'position' */
    position: absolute;
    border-radius: 8px
}

.rtl .ps--active-y {
    padding-left: 10px;
}

.ltr .ps--active-y {
    padding-right: 10px;
}

    .ps--active-x > .ps__rail-x,
    .ps--active-y > .ps__rail-y {
        display: block;
        background-color: transparent;
    }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.7;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: transparent;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #666;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: rgba(0,0,0,.5);
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    /* please don't change 'position' */
    position: absolute;
    margin-top: 2px;
}

.ltr .ps__thumb-y {
    right: 2px;
}

.rtl .ps__thumb-y {
    left: 2px;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: rgba(255,255,255,.5);
    height: 8px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: rgba(0,0,0,.5);
    width: 8px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.public-links-title {
    margin-top: -8px;
    padding: 1px 7px;
    left: 50%;
    margin-left: -34px;
    border: 0;
    color: #eee;
    cursor: default;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    background: #1d96b2;
}

.color-list > .item {
    width: 156px;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 2px;
}

.color-list .color {
    vertical-align: middle;
    margin:5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block
}

.rtl .color-list .color{
    float:right;
}

.ltr .color-list .color {
    float: left;
}

.color-list .name {
    display: block;
    overflow: hidden;
}

.add-event {
    font-size: 37px;
    border-radius: 50%;
    border: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background: rgb(160, 185, 51);
    color: #fff;
    width: 45px;
    position: absolute;
    top: 91%;
    z-index: 2;
    animation: scale0Up 0.5s;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
}

.rtl .add-event {
    left: 1%;
}

.ltr .add-event {
    left: 99%;
}

.shelp-icon {
    box-shadow: 0 1px 2px rgba(0,0,0,0.3)
}

.vmenu-holder {
    background: #f9f9f9;
    height: 100%;
    width: 41px;
    padding-top: 2px;
    text-align: center;
    overflow:auto
}

.rtl .vmenu-holder {
    float: right;
    border-left: 1px solid #ccc;
}

.ltr .vmenu-holder {
    float: left;
    border-right: 1px solid #ccc;
}

.vmenu-holder .item {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 33px;
    color: #666;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    background: transparent;
    transition: all .3s;
}

    .vmenu-holder .item:hover {
        border: 2px solid #ccc;
        border-radius:50%
    }

.vmenu-holder .splitter {
    margin: 8px 0;
    height: 1px;
    background: #a0a0a0
}

.vmenu-holder .android-btn:hover {
    color: rgb(160, 185, 51) !important;
    border-color: rgb(160, 185, 51) !important;
    background: rgba(255,255,255,0.8);
}

.vmenu-holder .windows-btn:hover {
    color: #0078d6 !important;
    border-color: #0078d6 !important;
    background: rgba(255,255,255,0.8);
}

.all-event-btn {
    background: rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    font-size: 9px;
    line-height: 12px;
    font-size: 17px;
    text-align: center;
    padding: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.d-c-i-wv .all-event-btn{
    white-space:normal;
    text-overflow:initial
}

.all-event-holder {
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    display: none;
}

.d-c-mv:hover .all-event-holder,
.d-c-wv:hover .all-event-holder,
.hover .all-event-holder {
    display: block
}

.mobile .all-event-holder {
    display: block;
}

.pl-ad-btn{
    display:inline-block;
    padding:5px;
    color:#666;
    font-size:15px;
    border-radius:50%;
    box-shadow:0 1px 2px rgba(0,0,0,0.3);
    margin:0 2px;
}

@media(max-width:1024px) {
    .main-search-input {
        max-width: 300px;
    }

    .d-c-i-wv .all-event-holder {
        margin-top: 20px
    }
}

@media(max-width:990px) {
    .main-search-input {
        max-width: 89%;
        width: 89%;
    }

    .header-search-holder.toggle {
        clear: both
    }

    .header-search-holder {
        display: inline;
    }
}

@media (max-width:920px) {
    .rtl .all-event-btn {
        float: right
    }

    .ltr .all-event-btn {
        float: left
    }
}

.mobile .loading{
    top:50%;
    margin-top:-30px;
    border-radius:3px;
}

@media(max-width:880px) {
    .t-min {
        display: none;
    }
}

@media(max-width:768px) {
    .d-c-i-wv .all-event-holder {
        margin-top: 0
    }

    .user {
        padding: 3px 0px 3px 17px !important;
        font-size: 0;
    }

    .d-dst-r-gv {
        padding: 17px 0;
    }

    .d-c-n-wv,
    .today .d-c-n-wv
    {
        font-size: 12px;
        padding: 0px;
        line-height: 14px;
    }

    .d-c-alt-wv {
        font-size: 11px;
        padding: 0px;
        line-height: 14px;
    }

    .rtl .d-c-n-wv,
    .rtl .today .d-c-n-wv {
        margin: 1px 0 0 1px;
    }

    .ltr .d-c-n-wv,
    .ltr .today .d-c-n-wv {
        margin: 1px 1px 0 0;
    }

    .d-r-eh-mv {
        margin-top: 20px;
    }

    .d-c-i-mv {
        height: 16px;
        overflow: hidden;
        line-height: 16px;
    }

    .e-t {
        font-size: 10px
    }

    .m-i {
        font-size: 8px;
    }

    .d-c-mv {
        padding: 2px 1px;
    }

    .d-t-c-mv,
    .d-t-c-wv {
        font-size: 9px
    }

    .d-c-n-mv {
        font-size: 14px;
    }

    .d-c-t-mv {
        font-size: 0.6em
    }

    .d-c-t-wv {
        font-size: 7px;
        margin: 2px;
    }

    .d-r-eh-wv {
        margin-top: 1em;
    }

    .d-c-i-wv {
        height: 1em;
        overflow: hidden;
    }

    .d-r-wv {
        min-height: 4em;
        height: 4em
    }

    .d-rh-wv .change-grid {
        margin-top: -20px;
    }

    .db-doc-top {
        font-size: 90%;
        padding: 5px 3px;
    }

    .header-news-list {
        line-height: 1.4;
        width: 100%;
        padding-top: 3px;
    }

    .search-input-holder {
        clear: both;
        padding: 3px 0 1px 0;
    }
}

@media(max-width:668px) {

    .go-today {
        display: none
    }

    .header-brand {
        display: none
    }

    .header-news-list {
        line-height: 28px;
        width: auto;
        padding-top:0
    }
}

@media(max-width:480px) {
    .ltr .d-c-alt-mv {
        margin-right: 1px;
    }

    .rtl .d-c-alt-mv {
        margin-left: 1px;
    }

    .vmenu-holder {
        width: 36px
    }

        .vmenu-holder .item {
            width: 33px;
        }

    .header-news-list {
        line-height: 1.4;
        width: 100%;
        padding-top: 3px;
    }

    #HeaderLogOffButton {
        font-size: 0
    }

        #HeaderLogOffButton:before {
            content: "";
            font-family: "typicons";
            font-size: 27px;
            line-height: 20px;
            height: 20px;
            display: inline-block;
            float: right;
            width: 22px;
        }

    #ManageAccount {
        font-size: 0;
    }

        #ManageAccount:before {
            content: "";
            font-family: "typicons";
            font-size: 27px;
            line-height: 20px;
            height: 20px;
            display: inline-block;
            float: right;
            width: 22px;
        }

    .d-c-t-mv {
        display: none
    }

    .d-mv,
    .d-wv,
    .d-gv {
        min-width: 284px;
    }

    .db-doc-top {
        font-size: 80%;
    }

    .d-dst-r-gv {
        font-size: 6pt
    }

        .d-dst-r-gv:first-child {
            font-size: 7px
        }
}

@media(max-width:375px) {
    #HeaderLogOffButton {
        display: none
    }

    .rtl .main-search-btn,
    .ltr .main-search-btn {
        font-size: 0
    }
}

.save-filter-btn{
    padding:0;
    text-align:center;
    width:25px;
    height:25px;
}

.filter-list{
    margin:10px 0;
}

.filter-list .item {
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background: #f0f0f0;
    border-radius: 5px;
    padding: 1px 2px;
    margin: 5px 0;
}

.smooth-corner{
    border-radius:5px
}

.c-tooltip {
    white-space: nowrap;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    background: #454545;
    color: #fff
}

    .c-tooltip .arrow-top,
    .c-tooltip .arrow-left,
    .c-tooltip .arrow-right,
    .c-tooltip .arrow-bottom,
    .c-tooltip .shadow {
        display: none
    }

.successful-sign {
    font-size: 72pt;
    color: #4CAF50;
    line-height:1
}
.menu-header-panel {
    margin: 10px 0;
}

.user-header-panel:after,
.custom-header-panel:after,
.menu-header-panel:after,
.actions-header-panel:after {
    content: '';
    display: block;
    clear: both
}

.actions-header-panel {
    margin: 0 5px;
}

.rtl .user-header-panel,
.rtl .custom-header-panel {
    float: left
}

.ltr .user-header-panel,
.ltr .custom-header-panel {
    float: right
}

.rtl .menu-header-panel,
.rtl .actions-header-panel {
    float: right
}

.ltr .menu-header-panel,
.ltr .actions-header-panel {
    float: left
}

.navbar-header .nav-login,
.top-header .nav-login,
.custom-header-panel .nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .navbar-header .nav-login a,
    .navbar-header .nav-login button,
    .custom-header-panel .nav a,
    .custom-header-panel .nav button {
        margin: 10px 1px;
        min-height: 27px;
        line-height: 19px;
    }

.user-panel {
    text-align: center;
}

    .user-panel .btn:hover {
        font-weight: bold
    }

    .user-panel .user-picture {
        padding: 10px
    }

        .user-panel .user-picture img {
            background-color: #f5f5f5;
            min-height: 80px;
            min-width: 80px;
            box-shadow: 0 2px 1px rgba(0,0,0,0.2);
            border-radius: 5px;
        }

    .user-panel .user-settings,
    .user-panel .user-actions,
    .user-panel .user-message {
        padding: 10px;
    }

        .user-panel .user-settings .btn {
            font-size: 11px;
            min-width: 175px;
            margin: 5px;
            border-radius: 10px;
        }

    .user-panel .user-links {
        padding: 0;
        margin: 0;
        font-size: 10px;
        display: inline-block
    }

        .user-panel .user-links li:hover {
            background: #eee;
            border-radius: 3px;
        }

        .user-panel .user-links a {
            color: #a0a0a0;
        }

    .user-panel .btn {
        border-color: #8BC34A;
    }

.login-page {
    color: #444;
}

    .login-page .validation-summary-errors {
        margin-bottom: 10px;
    }

    .login-page .form-complex .control-label {
        color: #fff
    }

    .login-page .login-form a {
        color: #FFEB3B
    }

    .login-page .login-form h3 {
        text-align: center;
        color: #a0a0a0
    }

        .login-page .login-form h3:after {
            content: "";
            display: block;
            height: 1px;
            border-radius: 5px;
            margin: 10px 5px 0;
            background-color: #555
        }

    .login-page .login-form {
        background: url(/Content/images/saaed/bg-opaque-black.png);
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        animation: animate__slideInTop 0.5s ease-out alternate forwards;
        padding-bottom: 10px;
        color: #fff;
        width: 320px;
        max-width: 100%;
        margin: 60px auto 0;
    }

    .login-page .splitter {
        margin: 5px -5px;
    }

    .login-page .login-captcha {
        background: url(/Content/images/saaed/bg-opaque-black.png);
        padding: 5px 10px;
        border-radius: 5px;
        margin-bottom: 10px
    }

.login-captcha .captcha-img {
    vertical-align: middle;
    border-radius: 5px;
}

.login-page .company-info {
    color: #3b203f;
    animation: animate__fadeIn 0.3s ease-out;
    margin: 85px auto 0
}

.manage-account-form h1 {
    color: #fff
}

.stip{
    border-radius:5px
}

@media (max-width:991px) {
    .login-page .login-form,
    .login-page .company-info {
        margin: 0 auto
    }
}

.main-header.nav-fixed{
    background:#f0f0f0;
    box-shadow:0 1px 1px rgba(0,0,0,0.3)
}

.main-header a,
.main-header .caption {
    color: #666;
}

.to-top{
    background: url(images/saaed/ic-back-to-top.png) no-repeat 50% 50%;
    width: 45px;
    height: 45px;
    font-size: 0;
}

.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;
}

.home-menu .navbar {
    background: transparent url(images/saaed/bg-opaque-black.png);
}

.nav-action-account {
    list-style: none;
    padding: 0;
}

.footer {
    border: 0;
    background-color: rgba(0,0,0,0.7);
    color: #f5f5f5;
    line-height: 1.5em;
}

    .footer a:hover {
        color: orange;
    }

.border-no {
    border: 0;
}

.crm-header a,
.acc-header a,
.whs-header a {
    color: #fff;
}

.input-group-addon {
    padding:0 5px;
}

.dl-horizontal .caption{
    background-color:#f0f0f0;
    color:#777;
    min-width:0
}
.highlight td,.highlight th{
    background-color:#999 !important;
    color:#fff !important;
}

.item-content.bg-blue td,.dl-horizontal.bg-blue{
    background-color:#a5ffff;
}

.item-content.bg-yellow td,.dl-horizontal.bg-yellow{
    background-color:#fcea83;
}

.item-content.bg-red td,.dl-horizontal.bg-red{
    background-color:#ff9292;
}

    .main-nav.nav .nav-parent > a:before,
    .main-nav.nav .nav-parent > .caption:before {
        background-image: url(images/saaed/ic-icons-gray.png)
    }

.main-nav a,
.main-nav .caption {
    padding: 3px 8px;
    font-size: 10pt
}

.main-nav ul a,
.main-nav ul .caption {
    padding: 4px 8px;
}

.cart-float.show{
    display:block;
}

.main-nav a:hover,
.main-nav .caption:hover {
    background-color: #fff;
    color: #555;
    border-radius:5px
}

.main-nav.nav-horizontal .nav {
    background: #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0,0,0,.5);
    margin-top: 5px;
}

.main-nav .nav-vertical li {
    border-bottom: 1px solid #ccc;
    margin: 0 5px;
    padding:5px 0;
    display: block;
    width: auto;
}

@media print {
    .main-header, .footer {
        display: none;
    }

    a {
        color: inherit;
    }
}

body {
    background-color: #f0f0f0;
    margin: 0in;
    padding: 0in;
}

.box-report{
    margin-top:8px;
    border:1px solid #a0a0a0;
    border-radius:5px;
    break-inside:avoid;
    page-break-inside:avoid
}

    .box-report hr {
        margin-top:0px
    }

.line-cutter{
    border-top:2px dashed #555;
    margin:15px 0;
    height:1px;
    width:100%;
    max-width:100%;
}

.print-area{
    background:#f5f5f5 !important
}

.template-fields{
    border:1px solid #a0a0a0
}

.template-fields .caption{
    padding:10px;
    background-color:#f0f0f0;
    cursor:pointer;
    border-bottom:2px solid #a0a0a0;
}

.template-fields .item{
    float:right;
    margin:2px;
    padding:2px;
    border:1px solid #ccc;
    background-color:#f9f9f9;
    cursor:pointer;
}

    .template-fields .items {
        max-height: 0;
        opacity: 0;
        transition: max-height .3s;
        overflow: hidden;
    }

        .template-fields .items.show {
            max-height: 1000px;
            opacity: 1;
        }

.view-tiles-xs {
    padding: 30px 0;
    vertical-align: top;
}

    .view-tiles-xs .item {
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        vertical-align: top;
        padding: 10px;
        display: inline-block;
        margin: 6px 5px;
        color: #111;
        background-color: #fff;
        width: 100px;
        height: 190px;
        text-align: center;
        overflow: hidden;
    }

    .view-tiles-xs.single-line .item{
        height: 120px;
        white-space:nowrap;
        max-width:100%;
        text-overflow:ellipsis;
    }

        .view-tiles-xs .item a {
            overflow: hidden;
            max-height: 100%;
            display: block;
            max-width: 100%;
        }

    .view-tiles-xs img {
        max-width: 100%;
        max-height: 60px;
        min-width: 60px;
        margin-bottom: 10px;
    }

button:focus,
input:focus,
select:focus,
.form-control:focus,
.btn-mini:focus,
.btn:focus,
a:focus,
.stabs li:focus,
.stabs .item:focus {
    outline: 1px dashed #FF9800 !important;
    outline-offset: 2px;
}

.btn-mini:focus,
.btn:focus,
a:focus,
.stabs li:focus,
.stabs .item:focus{
    opacity: 1.0 !important;
}

.box-content .splitter{
    height:1px;
    border-top:1px solid #a0a0a0;
}

.box-dashboard-red{ 
    border:1px solid #c33;
    background:rgba(204, 51, 51, 0.35)
}

.box-dashboard-blue{
    border:1px solid #0A93D5;
    background:rgba(10, 147, 213, 0.26)
}

.box-dashboard-green{
    border:1px solid #4cff00;
    background:rgba(109, 146, 0, 0.38)
}

.box-dashboard-orange{
    border:1px solid orange;
    background:rgba(255, 165, 0, 0.39)
}

.box-dashboard-brown{
        border: 1px solid #b56d53;
    background: rgba(121, 85, 72, 0.48);
}

.item-content.bg-alert,.item-content.bg-print-alert {
    background-color:#fbe2e2;
}

.item-content.bg-lend,
.item-content.bg-manual,
.item-content.bg-print-lend,
.item-content.bg-print-manual {
    background-color:#d7e7f3;
}

.item-content.bg-cancel,
.item-content.bg-print-cancel {
    background-color:#eee;
    color:#888;
    text-decoration: line-through;
}

@media (max-width:320px) {
    .box-header > .title {
        font-size: 14pt;
    }
}

.in-dragging{
    background-color:#fcea83 !important
}

.item-content.read,
.item-content.unread {
    background: rgba(243,243,243,.85);
    color: #666
}

.inbox-table .item-content.unread {
    background: #fff;
    font-weight: bold;
    font-size: 101%;
    color: #000
}

.has-attachment {
    font-size:0;
    display:inline-block;
    background-image: url(images/saaed/ic-icons-black.png?v=4);
    background-position: -20px -20px;
    width: 20px;
    vertical-align:middle;
    height: 20px;
}

.full-control-label{
    display:block;
    padding-bottom:5px;
    padding-top:7px;
}

.rtl .full-control-label {
    text-align:right;
}

.ltr .full-control-label {
    text-align: left;
}

.bg-no{
    background:transparent
}

.overflow-auto{
    overflow:auto
}

.overflow-visible{
    overflow:visible
}

.valign-middle{
    vertical-align:middle
}

.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin {
    -moz-appearance: textfield;
}


.yearly-program-table td{
    padding: 0 !important;
}

.yearly-program-table .cell {
    color: #000;
}

.a3 .yearly-program-table td {
    line-height: 1.8;
}

.a3 .yearly-program-table .cell {
    font-size: 120%;
}

.help-content img {
    vertical-align: middle;
}

.box-login .box-small,
.box-login .box-info {
    border: 0;
    border-radius: 3px;
    padding-top: 10px;
}

.box-login .box-small {
    border-top: 5px solid #ffa500;
}

.box-login .form-actions {
    padding: 15px 5px;
    background-color: rgba(0,0,0,.3);
    border-color: #ffa500
}

.box-login .box-small .splitter {
    background-color: #ffa500
}

.help-dialog img {
    vertical-align: middle;
}

.account-page .full-control-label {
    display: inline-block;
    margin-top: 5px;
}

.login-page .captcha-img{
    vertical-align:middle
}

.captcha-img {
    vertical-align: middle;
    border-radius: 3px;
}


.login-page :-moz-placeholder {
    text-align: center;
}

.login-page ::-moz-placeholder {
    text-align: center;
}

.login-page :-ms-input-placeholder {
    text-align: center;
}

.login-page ::-webkit-input-placeholder {
    text-align: center;
}

.login-page #UserName,
.login-page #Password {
    text-align: left;
    direction: ltr;
    padding-left: 5px;
}


.report-filter input[type=checkbox] {
    vertical-align: middle
}

.report-filter button[type=submit],
.report-filter input[type=submit] {
    margin-top: 5px;
}

.report-logo-holder {
    float: right;
    margin-left: 5px;
}

    .report-logo-holder img {
        max-height: 64px;
        max-width: 128px;
        vertical-align: top
    }

.report-headerinfo-holder {
    overflow: hidden;
}

.report-company-title {
    font-size: 18pt;
    padding-bottom: 3px;
    padding-right: 2px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 2px;
}

.report-date-holder,
.report-user-holder {
    float: left;
    margin-right: 5px;
    background: #f0f0f0;
    padding: 2px 5px;
    border-radius: 3px;
}

.report-filter .page-title {
    margin: 5px;
}

.box-report.report-page-header,
.box-report.report-header {
    margin-bottom: 5px
}

.breadcrumb {
    background-color: rgba(255,255,255,0.3);
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
}

    .breadcrumb > .item {
        display: inline-block;
    }

        .breadcrumb > .item:after {
            content: ">";
            margin: 0 5px 0 7px;
            font-weight: bold
        }

        .breadcrumb > .item:last-child:after {
            display: none
        }

@-webkit-keyframes animate__slideInTop {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animate__slideInTop {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.actions-holder{
    display:none
}

.rtl .input-group > *:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0;
}

.rtl .input-group > *:last-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 0;
}

.ltr .input-group > *:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 0;
}

.ltr .input-group > *:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0;
}

.print-area {
    background: #666 !important;
}

.nav-toggle{
    color:#222
}

    .nav-toggle .icon-bar{
        background:#222
    }
.bg-pic {
    background: #f0f0f0;
}

a {
    color: #2b7c2e;
}

    a:hover {
        color: #154217;
    }

.calendar-access {
    border: 0;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    cursor: pointer
}

    .db-m .shelp-icon,
    .more-fields-btn,
    .public-links-title,
    .account-actions-holder .btn,
    .body .main-action {
        background: #4caf50;
        text-shadow: none;
        color:#fff
    }

.table .items-header,
.responsive-table .items-header,
.table .search-header,
.responsive-table .search-header {
    background: #81ab82;
}

.item-details .items-header th,
.item-details .search-header th {
    background-color: #81ab82 !important;
}

.sdialog.active .sdialog-content {
    border-width: 0;
    padding-right:10px;
    padding-left:10px
}

.sdialog.active .sdialog-titlebar {
    background-color: #4caf50;
}

.sdialog .form-actions{
    margin:15px -10px 0
}

fieldset {
    border-color: #b0c9b7
}

legend {
    color: #5d7e67
}

.pdp-default .pdp-header {
    background: #4caf50;
    border-color: #4caf50
}

.db-m .sswitch input:checked + .slider {
    background: #00651d;
}

.skin1 .custom-calendar .embed:hover,
.skin1 .custom-calendar .set-default:hover {
    background: #4caf50
}

.skin1 .d-r-eh-mv .e-i,
.skin1 .d-r-eh-wv .e-i {
    color: #f9f9f9;
    background: #4caf50;
}

.skin1 .vmenu-holder .item:hover {
    border-color: #4caf50
}

.skin1 .main-color {
    color: #4caf50
}

.skin1 .d-r-eh-mv .e-i,
.skin1 .d-r-eh-wv .e-i,
.skin1 .event-holder .e-ih,
.skin1 .event-actions,
.skin1 .event-childs .item,
.skin1 .d-dse-c-wv .e-ih .e-i,
.skin1 .d-dse-e-gv,
.skin1 .d-co-eh-gv .e-i,
.skin1 .personal-event-color,
.skin1 .main-bg,
.skin1 .shelp-icon {
    background: #4caf50;
    color: #f9f9f9;
}

.skin1 .search-dropdown{
    background:#ddd
}

/*** skin2 ***/

.skin2,
.skin2 .d-c-t-mv {
    color: #222
}

    .skin2 a {
        color: #ffc107;
    }

        .skin2 a:hover {
            color: #fdd14c;
        }

.skin2 .pdp-default .pdp-header {
    background-image: -moz-linear-gradient(bottom, #9d7500 0%, #ffc107 100%);
    background-image: -o-linear-gradient(bottom, #9d7500 0%, #ffc107 100%);
    background-image: -webkit-linear-gradient(bottom, #9d7500 0%, #ffc107 100%);
    background-image: linear-gradient(bottom, #9d7500 0%, #ffc107 100%);
    background-color: #9d7500;
    border-color: #ffc107;
}

.skin2 .db-doc-top {
    background: #555
}

.skin2 fieldset {
    border-color: #b9aa7c
}

.skin2 legend {
    color: #e3c772
}

.skin2 .sdialog.active .sdialog-titlebar {
    background: #ffc107;
    color:#222
}

.skin2 .sdialog.active .sdialog-content {
    border-color: #ffc107;
}

    .skin2 .db-doc-top .btn,
    .skin2 .db-doc-top .btn-mini {
        color: #ffebcd
    }

        .skin2 .db-doc-top .btn:hover,
        .skin2 .db-doc-top .btn-mini:hover {
            background: rgba(255,255,255,.1);
        }

    .skin2 .main-color {
        color: #FFC107 !important;
    }

    .skin2 .d-r-eh-mv .e-i,
    .skin2 .d-r-eh-wv .e-i,
    .skin2 .event-holder .e-ih,
    .skin2 .event-actions,
    .skin2 .event-childs .item,
    .skin2 .d-dse-c-wv .e-ih .e-i,
    .skin2 .d-dse-e-gv,
    .skin2 .d-co-eh-gv .e-i,
    .skin2 .personal-event-color,
    .skin2 .main-bg,
    .skin2 .shelp-icon {
        background: #FFC107;
        text-shadow: none;
        color: #222;
    }   

    .skin2 .d-r-eh-mv .e-i,
    .skin2 .d-r-eh-wv .e-i {
        color: #000;
        background: #FFC107;
    }

.skin2 .account-actions-holder .btn,
.skin2 .main-action {
    background: #ffc107;
    color: #222;
    text-shadow:none
}

.skin2 .db-doc-top option {
    color: #000
}

.skin2 .account-actions-holder .btn:hover,
.skin2 .main-action:hover {
    background: #ffe083;
}

    .skin2 .vmenu-holder {
        background: #777;
        border-color: #666;
    }

    .skin2 .vmenu-holder .item {
        color: #f5f5f5;
    }

        .skin2 .vmenu-holder .main-bg{
            color:#222
        }

        .skin2 .vmenu-holder .item:hover {
            border-color: #FFC107
        }

.skin2 .db-m {
    background: #888;
    color: #ffebcd
}

.skin2 .custom-calendar .item {
    background: #aaa;
    color: #222;
}

    .skin2 .custom-calendar .item:hover {
        background: #ddd;
        color: #222;
    }

    .skin2 .public-links .item .title {
        display: block;
        color: #ffc107;
    }

    .skin2 .public-links .item .title:hover {
        color:#fff
    }

.skin2 .custom-calendar .delete,
.skin2 .custom-calendar .embed,
.skin2 .custom-calendar .set-default {
    background: transparent
}

    .skin2 .custom-calendar .embed:hover,
    .skin2 .custom-calendar .set-default:hover {
        background: rgba(255, 216, 0, 0.8)
    }

    .skin2 .custom-calendar .delete:hover {
        background: rgba(244, 67, 54, 0.8);
        color: #333;
    }

.skin2 .save-filter-btn {
    background: #ffc107;
    color: #444;
    text-shadow: none;
}

.skin2 .db-m .splitter {
    background: #c1b695
}

.skin2 .c-search-holder .form-actions {
    background: #666
}

    .skin2 .search-dropdown {
        background: #444;
        color: #ddd
    }

    .skin2 .search-dropdown .form-actions{
        background: #444;
    }

    .skin2 .fields-holder{
        background:#777
    }

    .skin2 .d-c-mv,
    .skin2 .d-c-wv,
    .skin2 .d-dsg-gv,
    .skin2 .d-dsg-col-gv {
        background-color: #999;
        border-color: #777;
    }

    .skin2 .d-dse-c-wv{
        border-color:#777
    }

    .skin2 .d-rh-wv,
    .skin2 .d-dsh-wv,
    .skin2 .d-t-wv,
    .skin2 .d-dsg-r-wv{
        background: #888;
        border-color: #666
    }

    .skin2 .d-c-mv.nul {
        background-color: #777;
        border-color: #666
    }

    .skin2 .d-t-c-mv,
    .skin2 .d-t-c-wv,
    .skin2 .d-dst-r-wv,
    .skin2 .d-co-gv,
    .skin2 .d-dst-gv {
        background: #444;
        color: #f0f0f0;
        border-color: #666
    }

    .skin2 .d-dsh-gv{
        background:#555
    }

    .skin2 .closed .d-c-t-mv,
    .skin2 .closed .d-c-alt-mv,
    .skin2 .closed .d-c-t-wv,
    .skin2 .closed .d-c-alt-wv,
    .skin2 .closed .d-c-n-mv,
    .skin2 .closed .d-c-n-wv,
    .skin2 .closed .d-c-n-gv {
        color: #640000;
    }

    .skin2 .closed.d-t-c-mv,
    .skin2 .closed.d-t-c-wv,
    .skin2 .closed .d-t-gv,
    .skin2 .closed .d-c-t-gv,
    .skin2 .closed .d-c-alt-gv {
        color: #fda1a1;
    }

.skin2 .today .d-c-n-mv{
    background:#ffc107
}

    .skin2 .d-c-mv.nul{
        color:#111
    }
    /*** skin3***/
    .skin3 .pdp-default .pdp-header {
        background-image: -moz-linear-gradient(bottom, #8b0c3a 0%, #d81b60 100%);
        background-image: -o-linear-gradient(bottom, #8b0c3a 0%, #d81b60 100%);
        background-image: -webkit-linear-gradient(bottom, #8b0c3a 0%, #d81b60 100%);
        background-image: linear-gradient(bottom, #8b0c3a 0%, #d81b60 100%);
        background-color: #8b0c3a;
        border-color: #d81b60;
    }

.skin3 .account-actions-holder .btn,
.skin3 .main-action{
    background: #d81b60;
}

.skin3 .main-bg,
.skin3 .shelp-icon{
    background: #d81b60;
    color:#f0f0f0;
    text-shadow:none
}

.skin3 .main-color {
    color: #d81b60;
}

.skin3 a {
    color: #b1144d;
}

.skin3 a:hover {
    color: #d81b60;
}

.skin3 fieldset {
    border-color: #e5bbca
}

.skin3 legend {
    color: #e36794
}

.skin3 .sdialog.active .sdialog-titlebar {
    background: #d81b60;
}

.skin3 .sdialog.active .sdialog-content {
    border-color: #d81b60;
}

.skin3 .db-doc-top .ic-icons {
    color: #d81b60 !important
}

.skin3 .public-links .item .title:hover {
    color: #000
}

.skin3 .save-filter-btn {
    background: #d81b60;
    color: #f5f5f5;
    text-shadow: none;
}

.skin3 .db-m .sswitch input:checked + .slider {
    background: #6c546d;
}

.skin3 .d-r-eh-mv .e-i,
.skin3 .d-r-eh-wv .e-i,
.skin3 .event-holder .e-ih,
.skin3 .event-actions,
.skin3 .event-childs .item,
.skin3 .d-dse-c-wv .e-ih .e-i,
.skin3 .d-dse-e-gv,
.skin3 .d-co-eh-gv .e-i,
.skin3 .personal-event-color {
    background-color: #d81b60;
}

.skin3 .sswitch input[type=checkbox]:checked ~ .slider {
    background: #d81b60;
}

.skin2 .custom-calendar .embed:hover,
.skin2 .custom-calendar .set-default:hover {
    background: #ffc107
}

.skin3 .c-search-holder .form-actions {
    background: #ddd
}

.skin3 .search-dropdown {
    background: #ddd;
}

/** Skin 4 ***/

.skin4 a {
    color: #441b0c
}

    .skin4 a:hover {
        color: #795548
    }

.skin4 .main-bg {
    background: #795548;
    color: #eee;
}

.skin4 .main-color {
    color: #795548;
}

.skin4 .db-doc-top,
.skin4 .vmenu-holder {
    background: #eee7df;
}

.skin4 .sdialog.active .sdialog-titlebar {
    background: #9a654f;
}

.skin4 .sdialog.active .sdialog-content {
    border-color: #9a654f;
}

.skin4 .db-doc-top .ic-icons {
    color: #9a654f !important
}

.skin4 .save-filter-btn {
    background: #eee7df;
    color: #555;
    text-shadow: none;
}

.skin4 .custom-calendar .item{
    background-color: #d0b5a9;
}

    .skin4 .custom-calendar .item:hover {
        background-color: #f0f0f0;
    }

.skin4 .db-m {
    background: #eee7df;
}

.skin4 .d-t-c-mv,
.skin4 .d-t-c-wv,
.skin4 .d-dst-r-wv,
.skin4 .d-rh-wv,
.skin4 .d-dsh-wv,
.skin4 .d-t-wv,
.skin4 .d-co-gv,
.skin4 .d-dst-r-gv,
.skin4 .d-dsh-gv {
    background: #b0988e;
    color: #222;
    border-color: #795548
}

.skin4 .closed .d-c-t-mv,
.skin4 .closed .d-c-alt-mv,
.skin4 .closed .d-c-t-wv,
.skin4 .closed .d-c-alt-wv,
.skin4 .closed .d-c-t-gv,
.skin4 .closed .d-c-alt-gv,
.skin4 .closed .d-c-n-mv,
.skin4 .closed .d-c-n-wv,
.skin4 .closed .d-c-n-gv {
    color: #6e0000;
}

.skin4 .closed.d-t-c-mv,
.skin4 .closed.d-t-c-wv,
.skin4 .closed .d-t-gv {
    color: #640700;
}

.skin4 .custom-calendar .delete,
.skin4 .custom-calendar .embed,
.skin4 .custom-calendar .set-default {
    color: #333
}


.skin4 .db-m .inline-menu {
    background: rgba(255,255,255,0.3)
}

.skin4 .custom-calendar .delete,
.skin4 .custom-calendar .embed,
.skin4 .custom-calendar .set-default {
    background: transparent
}


    .skin4 .custom-calendar .embed:hover,
    .skin4 .custom-calendar .set-default:hover {
        background: rgb(175, 129, 110)
    }

    .skin4 .custom-calendar .delete:hover {
        background: rgba(244, 67, 54, 0.8);
        color: #333;
    }

.skin4 .shelp-icon {
    background: #a0a0a0;
    color: #fff
}

.skin4 .account-actions-holder .btn,
.skin4 .main-action {
    background: #795548;
}

.skin4 fieldset {
    border-color: #d5bbaf
}

.skin4 legend {
    color: #705a50
}

.skin4 .pdp-default .pdp-header {
    background-image: -moz-linear-gradient(bottom, #6e412e 0%, #9a654f 100%);
    background-image: -o-linear-gradient(bottom, #6e412e 0%, #9a654f 100%);
    background-image: -webkit-linear-gradient(bottom, #6e412e 0%, #9a654f 100%);
    background-image: linear-gradient(bottom, #6e412e 0%, #9a654f 100%);
    background-color: #6e412e;
    border-color: #9a654f;
}

.skin4 .more-fields-btn,
.skin4 .public-links-title {
    background: #a0a0a0;
}

.skin4 .today .d-c-n-mv {
    background: #b0988e;
}

.skin4 .db-m .sswitch input:checked + .slider {
    background: #00651d;
}

.skin4 .public-links .item .title {
    display: block;
}

.skin4 .d-r-eh-mv .e-i,
.skin4 .d-r-eh-wv .e-i,
.skin4 .event-holder .e-ih,
.skin4 .event-actions,
.skin4 .event-childs .item,
.skin4 .d-dse-c-wv .e-ih .e-i,
.skin4 .d-dse-e-gv,
.skin4 .d-co-eh-gv .e-i,
.skin4 .personal-event-color,
.skin4 .shelp-icon{
    background-color: #795548;
}

.skin4 .fields-holder {
    background: #eee7df
}

.skin4 .c-search-holder .form-actions {
    background: #b0988e
}

.skin4 .search-dropdown {
    background: #b0988e;
}

/*** Skin 5 ***/
.skin5 .pdp-default .pdp-header {
    background-image: -moz-linear-gradient(bottom, #8b0c3a 0%, #1b998b 100%);
    background-image: -o-linear-gradient(bottom, #8b0c3a 0%, #1b998b 100%);
    background-image: -webkit-linear-gradient(bottom, #8b0c3a 0%, #1b998b 100%);
    background-image: linear-gradient(bottom, #8b0c3a 0%, #1b998b 100%);
    background-color: #8b0c3a;
    border-color: #1b998b;
}

.skin5 .account-actions-holder .btn,
.skin5 .main-action {
    background: #1b998b;
}

.skin5 .main-bg,
.skin5 .shelp-icon {
    background: #1b998b;
    color: #f0f0f0;
    text-shadow: none
}

.skin5 .main-color {
    color: #1b998b;
}

.skin5 a {
    color: #1b998b;
}

    .skin5 a:hover {
        color: #14665d;
    }

.skin5 fieldset {
    border-color: #acd9d4
}

.skin5 legend {
    color: #1b998b
}

.skin5 .sdialog.active .sdialog-titlebar {
    background: #1b998b;
}

.skin5 .sdialog.active .sdialog-content {
    border-color: #1b998b;
}

.skin5 .db-doc-top .ic-icons {
    color: #1b998b !important
}

.skin5 .public-links .item .title:hover {
    color: #000
}

.skin5 .save-filter-btn {
    background: #1b998b;
    color: #f5f5f5;
    text-shadow: none;
}

.skin5 .db-m .sswitch input:checked + .slider {
    background: #6c546d;
}

.skin5 .d-r-eh-mv .e-i,
.skin5 .d-r-eh-wv .e-i,
.skin5 .event-holder .e-ih,
.skin5 .event-actions,
.skin5 .event-childs .item,
.skin5 .d-dse-c-wv .e-ih .e-i,
.skin5 .d-dse-e-gv,
.skin5 .d-co-eh-gv .e-i,
.skin5 .personal-event-color {
    background-color: #1b998b;
}

.skin5 .sswitch input[type=checkbox]:checked ~ .slider {
    background: #1b998b;
}

.skin2 .custom-calendar .embed:hover,
.skin2 .custom-calendar .set-default:hover {
    background: #ffc107
}

.skin5 .c-search-holder .form-actions {
    background: #ddd
}

.skin5 .search-dropdown {
    background: #ddd;
}
/*** Skin 6 ***/
/*** Skin 6 ***/
.skin6 .pdp-default .pdp-header {
    background-image: -moz-linear-gradient(bottom, #8b0c3a 0%, #ffc107 100%);
    background-image: -o-linear-gradient(bottom, #8b0c3a 0%, #ffc107 100%);
    background-image: -webkit-linear-gradient(bottom, #8b0c3a 0%, #ffc107 100%);
    background-image: linear-gradient(bottom, #8b0c3a 0%, #ffc107 100%);
    background-color: #8b0c3a;
    border-color: #ffc107;
}

.skin6 .account-actions-holder .btn,
.skin6 .main-action {
    background: #ffc107;
    color: #222
}

.skin6 .main-bg,
.skin6 .shelp-icon {
    background: #ffc107;
    color: #222;
    text-shadow: none
}

.skin6 .main-color {
    color: #bb631f;
}

.skin6 a {
    color: #8f3200;
}

    .skin6 a:hover {
        color: #501c00;
    }

.skin6 fieldset {
    border-color: #b7aa84
}

.skin6 legend {
    color: #9d7500
}

.skin6 .sdialog.active .sdialog-titlebar {
    background: #ffc107;
    color: #222;
}

.skin6 .sdialog.active .sdialog-content {
    border-color: #ffc107;
}

.skin6 .db-doc-top .ic-icons {
    color: #bb631f !important
}

.skin6 .public-links .item .title:hover {
    color: #000
}

.skin6 .save-filter-btn {
    background: #ffc107;
    color: #222;
    text-shadow: none;
}

.skin6 .db-m .sswitch input:checked + .slider {
    background: #6c546d;
}

.skin6 .d-r-eh-mv .e-i,
.skin6 .d-r-eh-wv .e-i,
.skin6 .event-holder .e-ih,
.skin6 .event-actions,
.skin6 .event-childs .item,
.skin6 .d-dse-c-wv .e-ih .e-i,
.skin6 .d-dse-e-gv,
.skin6 .d-co-eh-gv .e-i,
.skin6 .personal-event-color {
    background-color: #ffc107;
    color: #222;
}

.skin6 .sswitch input[type=checkbox]:checked ~ .slider {
    background: #ffc107;
}

.skin2 .custom-calendar .embed:hover,
.skin2 .custom-calendar .set-default:hover {
    background: #ffc107
}

.skin6 .c-search-holder .form-actions {
    background: #ddd
}

.skin6 .search-dropdown {
    background: #ddd;
}

.skin6 .db-m{
background:#ccc
}

.skin6 .db-doc-top {
    background: #fff8e1
}
