﻿/*style inline (masterpage BlankMaster.master)*/
.popover {
    z-index: 100000 !important;
}

button[data-role='end'] {
    background-color: #eee;
    color: silver;
}

.btn-endtour {
    color: black !important;
    background-color: white !important;
    font-size: 15em;
}

.popover-navigation {
    width: 100%;
}

.spinner {
    background: url('/_SiteCommon/Images/three-dots.svg');
}
/*end: style inline (masterpage BlankMaster.master)*/
::-moz-selection {
    color: White;
    background: #E66722;
}

::selection {
    color: White;
    background: #E66722;
}

html, body {
    height: 100%;
}


body {
    font: normal 12px Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    color: #404040;
    overflow-x: hidden;
    /*background-color: #e5ebf1 !important;*/
    background-color: #fff !important;
}

/*iframe{height:100%!important;}*/
/*.RadEditor {
    height: 100% !important;
}*/

.RadEditor.Default iframe body {
    font-family: Tahoma !important;
}

.bg-gray {
    background: #eee !important;
}

    .bg-gray:before {
        content: '';
        border: none !important;
    }

.bnone {
    border: none !important;
}

* {
    font-family: 'isans',Helvetica,Tahoma,Arial;
}


.ltr .fa {
    font-family: FontAwesome;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #2196F3;
}

.isans-m {
    font-family: 'isans-m' !important;
}

/*a:hover { color: #2196F3; }*/
h1 {
    font: normal 19px 'isans',Helvetica,Tahoma,Arial;
}

h2 {
    font: normal 17px 'isans',Helvetica,Tahoma,Arial;
}

.ltr {
    direction: rtl;
}

.stxt {
    font: normal 12px 'isans',Helvetica,Tahoma,Arial;
}

.vasat {
    margin: 0 auto;
}

.w {
    width: 600px;
}

.box {
    margin: 10px auto;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgb(128,128,128);
}

.div-shadow {
    box-shadow: 0 1px 5px rgba(0,0,0,.15);
}

.f {
    float: right;
}

.fl {
    float: left;
}

.clr {
    clear: both;
}

/*.RadEditor {
    height: 100% !important;
}*/

/*.RadEditor_Default .reContent {
    height: 100% !important;
}*/

.w-7 {
    width: 7%;
}

.w-8 {
    width: 8%;
}

.w-10 {
    width: 10%;
}

.w-100 {
    width: 100%;
}

.fw {
    width: 100%;
}

.w-inherit {
    width: inherit !important;
}

.p-none {
    padding: 0 !important;
}

.pb-none {
    padding-bottom: 0 !important;
}

.pt-none {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.plr-none {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.plr-only {
    padding: 0 12px !important;
}

.pl-none {
    padding-left: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px !important;
}

.p40 {
    padding: 40px !important;
}

.p30 {
    padding: 30px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb3 {
    padding-bottom: 3px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb6 {
    padding-bottom: 6px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pt3 {
    padding-top: 3px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.p05 {
    padding: 0 5px !important;
}

.plr-15 {
    padding: 0 15px !important;
}

.prl10 {
    padding: 0 10px;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.prn {
    padding-right: 0 !important;
}

.pln {
    padding-left: 0 !important;
}

.pl15 {
    padding-left: 15px !important;
}

.m10 {
    margin: 10px;
}

.m-none {
    margin: 0;
}

.m2 {
    margin: 2px !important;
}

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px !important;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb50 {
    margin-bottom: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px;
}

.nb {
    border: 0;
}

.mvb10 {
    position: relative;
    bottom: -10px;
}

.right20 {
    position: relative;
    right: 20px;
}

.b1 {
    border: 1px solid #ededed;
}

.b-1 {
    border: 1px solid #eee;
}

.b-1c {
    border: 1px solid #ccccdc;
}

.b-r {
    border-right: 1px solid #DDD;
}

.br5 {
    border-right: 5px solid #cecece;
}

.bt-none {
    border-top: transparent;
}

.h7 {
    height: 7px;
}

.h85 {
    height: 85px !important;
}

.h15 {
    height: 15px;
}

.height30 {
    height: 30px;
    min-width: 70%
}

.i-b {
    display: inline-block !important;
}

.inline-title {
    display: inline-block;
    border-bottom: 3px solid #ff9600;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sms-icon {
    width: 20px;
    height: 20px;
}

.fa.fa-angle-down {
    font-weight: 700;
}

.successor-form img {
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.spn-similar-email {
    position: absolute;
    right: 0;
    left: auto;
}

fieldset {
    border: 1px solid #ddd;
    background: url(/_SiteCommon/Images/field-bg.gif);
    padding: .35em .625em .75em;
}

legend {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px 5px;
    color: #606060;
    background: #fbfbfb;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    width: initial;
}

.tab:hover {
    background: #f2f2f2;
}

.selectedtab {
    background: #f5f5f5;
}

.tab span {
    color: #404040;
}

.paraph-right .media-right img {
    border-radius: 50%;
    border: 1px solid #f8f8f8;
}

.filter-tab {
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    background: rgba(178, 228, 107, 1);
    border-bottom: 0;
    padding: 3px 0;
    margin: 0px 1px 0 0;
    text-align: center;
}

    .filter-tab:hover {
        background: #f5f5f5;
    }

.filter-selectedtab {
    background: #f5fef5;
}

.filter-tab span {
    color: #404040;
}

.tab-product-list .RadTabStrip .rtsLevel1 .rtsLink {
    border: 1px solid #f8f8f8;
    top: 1px;
}

.mce-content-body {
    overflow: hidden !important;
    overflow-y: auto !important;
    padding-bottom: 0px !important;
}

    .mce-content-body[dir="rtl"] {
        direction: ltr;
    }

        .mce-content-body[dir="rtl"] * {
            direction: rtl !important;
            padding-right: 5px;
        }

    .mce-content-body[dir="ltr"] {
        direction: rtl;
    }

        .mce-content-body[dir="ltr"] * {
            direction: ltr !important;
            padding-left: 5px;
        }


    .mce-content-body::-webkit-scrollbar,
    .mce-content-body::-webkit-scrollbar {
        width: 5px;
    }

    .mce-content-body::-webkit-scrollbar {
        width: 7px;
    }

    .mce-content-body::-webkit-scrollbar-track,
    .mce-content-body::-webkit-scrollbar-track,
    .mce-content-body::-webkit-scrollbar-track {
        border-radius: 15px;
    }

    .mce-content-body::-webkit-scrollbar-thumb,
    .mce-content-body::-webkit-scrollbar-thumb,
    .mce-content-body::-webkit-scrollbar-thumb {
        outline: 1px solid slategrey;
        border-radius: 15px;
    }

    .mce-content-body::-webkit-scrollbar-thumb {
        background-color: #8DA4C5;
    }


#header {
    height: 74px;
    background: url(/Edition/Common/images/h-bg-shell.jpg) repeat-x;
    min-width: 500px;
}

    #header .logo {
        float: right;
        margin-right: 10px;
    }

    #header .headlink {
        float: left;
        margin: 10px 0 0 30px;
    }

        #header .headlink a {
            color: navy;
            text-decoration: none;
        }

        #header .headlink p {
            vertical-align: middle;
        }

    #header logoweb {
        float: right;
        border: 0;
    }

.new-header .logo-payamgostar img {
    width: 90px;
}

.item-rb {
    height: 35px;
    text-indent: 20px;
}

#itembar a {
    display: block;
    color: navy;
    text-decoration: none;
}

#itembar div {
    width: 100%;
    height: 45px;
    background: url(/Edition/Common/images/h-bg-shell.jpg) repeat-x center;
    border-bottom: 1px solid #ccc;
    text-align: justify;
    text-indent: 0px;
    padding-top: 0;
}

    #itembar div:hover {
        background: url(/Edition/Common/images/h-bg-shell-h.jpg) repeat-x center;
        color: #202020;
    }

div.content-one {
    display: none;
}

.crm-object-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #FF9800;
    border-radius: 10px;
    top: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
    padding-top: 8px;
}

.crm-object-info .coi-dropdown {
    width: 300px;
}

.tt-menu {
    width: 100%;
    box-shadow: 0px 2px 3px #ccc;
    line-height: 20px;
}

.tt-dataset-existingTags {
    padding: 5px;
}

.fltclpimg {
    width: 16px;
    height: 16px;
    background: url(/Edition/Common/css/jQueryUi/images/ui-icons_ef8c08_256x240.png);
    background-position: -64px -192px;
    display: block;
}

.fltclp {
    cursor: pointer;
    margin: 0 5px;
}

.DemoLinks {
    font: normal 14px tahoma;
    line-height: 50px;
    color: #fff;
    padding: 0 10px;
}

    .DemoLinks a, .DemoLinks a:visited {
        color: #f5f5f5;
        font-weight: bold;
    }

        .DemoLinks a:hover {
            color: #f2dc24;
        }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none !important;
}

.call-popup-logo {
    margin: 20px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f35800;
}

.form-group:after {
    content: '';
    clear: both;
    display: block;
}

[class~="col-sm-"] [class~="col-md-"] {
    padding: 0;
}

.has-success .form-control {
    border-color: #30bd9b !important;
}

.has-success .subject-label {
    color: #3c763d;
}

.has-warning .form-control {
    border-color: #8a6d3b !important;
}

.has-warning .subject-label {
    color: #8a6d3b;
}

.has-danger .form-control {
    border-color: #a94442 !important;
    background: rgba(217, 83, 79, 0.10);
    color: #d9534f;
}

.has-danger .subject-label {
    color: #a94442;
}

.input-group-addon, .alert, .label, .nav-tabs .nav-link, .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .dropdown-menu, .img-thumbnail, .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
}

.has-success .form-control {
    border-color: #30bd9b;
}

.has-success .input-group-addon {
    color: #30bd9b;
    background-color: #eaf6ea;
    border-color: #30bd9b;
}

.has-success .form-control-feedback {
    color: #30bd9b;
}

.nav-tabs > li > a {
    border-radius: 0;
}

/*-------------- Button -----------*/
.btn {
    font-size: small;
    border-radius: 0px;
    line-height: 11px;
}

.btn-xs {
    line-height: 1.5;
}

.c-btn {
    border-radius: 3px;
    height: 32px;
    font-size: 13px;
    line-height: unset;
}

.btn-success {
    background-color: #43c694;
    border-color: transparent !important;
}

    .btn-success:hover {
        background-color: #37AD80 !important;
        border-color: transparent !important;
    }

    .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
        background-color: #30bd9b;
        border-color: #30bd9b;
    }

    .btn-success.disabled:hover, .btn-success:disabled:hover, fieldset[disabled] .btn-success:hover {
        background-color: #30bd9b;
        border-color: #30bd9b;
    }

.btn-gray {
    color: #333;
    background-color: #f8f4f4;
    border-color: #ccc;
}

.btn-default-outline {
    color: #333;
    background-color: #fff;
    background-image: none;
    border-color: #ccc;
}

    .btn-default-outline:focus, .btn-default-outline.focus, .btn-default-outline:active, .btn-default-outline.active, .open > .btn-default-outline.dropdown-toggle {
        color: #333;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-default-outline:hover {
        color: #333;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-default-outline:disabled {
        background: #ccc;
    }

        .btn-default-outline.disabled:focus, .btn-default-outline.disabled.focus, .btn-default-outline:disabled:focus, .btn-default-outline:disabled.focus, fieldset[disabled] .btn-default-outline:focus, fieldset[disabled] .btn-default-outline.focus {
            border-color: #ccc;
        }

        .btn-default-outline.disabled:hover, .btn-default-outline:disabled:hover, fieldset[disabled] .btn-default-outline:hover {
            border-color: #ccc;
        }

.btn-primary-outline {
    color: #0275d8;
    background-color: transparent;
    background-image: none;
    border-color: #0275d8;
}

    .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .btn-primary-outline:hover {
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus, fieldset[disabled] .btn-primary-outline:focus, fieldset[disabled] .btn-primary-outline.focus {
        border-color: #43a7fd;
    }

    .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover, fieldset[disabled] .btn-primary-outline:hover {
        border-color: #43a7fd;
    }

.btn-secondary-outline {
    color: #ccc;
    background-color: transparent;
    background-image: none;
    border-color: #ccc;
}

    .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-secondary-outline:hover {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus, fieldset[disabled] .btn-secondary-outline:focus, fieldset[disabled] .btn-secondary-outline.focus {
        border-color: #fff;
    }

    .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover, fieldset[disabled] .btn-secondary-outline:hover {
        border-color: #fff;
    }

.btn-info-outline {
    color: #5bc0de;
    background-color: transparent;
    background-image: none;
    border-color: #5bc0de;
}

    .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-info-outline:hover {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus, fieldset[disabled] .btn-info-outline:focus, fieldset[disabled] .btn-info-outline.focus {
        border-color: #b0e1ef;
    }

    .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover, fieldset[disabled] .btn-info-outline:hover {
        border-color: #b0e1ef;
    }

.btn-success-outline {
    color: #30bd9b;
    background-color: transparent;
    background-image: none;
    border-color: #30bd9b;
}

    .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
        color: #fff;
        background-color: #30bd9b;
        border-color: #30bd9b;
    }

    .btn-success-outline:hover {
        color: #fff;
        background-color: #30bd9b;
        border-color: #30bd9b;
    }

    .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus, fieldset[disabled] .btn-success-outline:focus, fieldset[disabled] .btn-success-outline.focus {
        border-color: #a3d7a3;
    }

    .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover, fieldset[disabled] .btn-success-outline:hover {
        border-color: #a3d7a3;
    }

.btn-warning-outline {
    color: #f0ad4e;
    background-color: transparent;
    background-image: none;
    border-color: #f0ad4e;
}

    .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-warning-outline:hover {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus, fieldset[disabled] .btn-warning-outline:focus, fieldset[disabled] .btn-warning-outline.focus {
        border-color: #f8d9ac;
    }

    .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover, fieldset[disabled] .btn-warning-outline:hover {
        border-color: #f8d9ac;
    }

.btn-danger-outline {
    color: #d9534f;
    background-color: transparent;
    background-image: none;
    border-color: #d9534f;
}

    .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .btn-danger-outline:hover {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus, fieldset[disabled] .btn-danger-outline:focus, fieldset[disabled] .btn-danger-outline.focus {
        border-color: #eba5a3;
    }

    .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover, fieldset[disabled] .btn-danger-outline:hover {
        border-color: #eba5a3;
    }

.btn-sm, .btn-group-sm > .btn {
    padding: 2px 10px !important;
}

.btn.btn-rounded {
    border-radius: 20px;
}

.btn.btn-gradient {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
}

.btn-calculate-wrapper input {
    background-color: #358ed7;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

.fade {
    opacity: 1;
}

.lheight {
    line-height: 11px !important;
}

/*----------- Border radius --------*/
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-radius: 0px !important;
}

    .bradius-right, .input-group-btn:first-child > .btn.bradius-right, .input-group .form-control.bradius-right:first-child, .input-group-addon.bradius-right {
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }

    .bradius-left, .input-group-btn:first-child > .btn.bradius-left, .input-group-btn:last-child > .btn.bradius-left, .input-group .form-control.bradius-left, .input-group-addon.bradius-left {
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
    }

.k-widget.k-header.form-control {
    border-radius: 3px !important;
}

/*--------------DD Menu-----------*/
#sddm li {
    list-style: none;
    float: right;
    font: normal 11px tahoma,arial;
    margin: 0;
    padding: 0;
}

    #sddm li a {
        background: #dfdfdf;
        color: #505050;
        text-align: center;
        text-decoration: none;
        margin: 0 1px 0 0;
        padding: 4px 10px;
    }

        #sddm li a:hover {
            background: #efefef;
        }

#sddm div {
    position: absolute;
    visibility: hidden;
    background: #EAEBD8;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    margin: 0;
    padding: 0;
}

    #sddm div a:hover {
        background: #ddd;
        color: #505050;
    }

.title {
    margin: 10px 5px;
    box-shadow: 0px 0px 0px #F0F0F0;
    background: rgb(245, 245, 245);
    border: 1px solid rgb(231, 231, 231);
}

.title2 {
    width: auto;
    padding: 10px;
    margin: 10px 5px;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0px 0px 0px rgb(240,240,240);
}

    .title2 h2 {
        font: normal 19px tahoma;
        text-indent: 10px;
        margin: 0;
        padding: 0;
    }

.title3 {
    width: auto;
    padding: 5px;
    margin: 5px;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0px 0px 0px rgb(240,240,240);
}

    .title3 h2 {
        font: bold 15px tahoma;
        text-indent: 10px;
        margin: 0;
        padding: 0;
    }
/*------------Setting Box----------------*/
.m10 {
    margin: 10px;
}

#settingBox {
    width: 100%;
}

    #settingBox ul {
        margin: 0;
        padding: 0;
        border-top: 1px solid #DDD;
    }

    #settingBox li {
        width: 100%;
        border: 1px solid #DDD;
        border-top: 0;
        background: #f2f2f2;
        height: 30px;
        text-indent: 10px;
        padding-top: 5px;
        list-style: none;
    }

        #settingBox li:hover {
            background: #d6d6d6;
        }

        #settingBox li img {
            width: 20px;
            height: 20px;
            margin-left: 10px;
        }

    #settingBox a {
        text-decoration: none;
        color: #333;
    }

.rtl .st-btn {
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 90% center;
    padding-right: 33px;
    padding-left: 11px;
    border-radius: 3px;
    height: 32px;
}

.ltr .st-btn {
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 7% center;
    padding-right: 25px;
    padding-left: 35px;
    border-radius: 3px;
    height: 32px;
}

.ltr .new.st-btn {
    background-image: url('/_SiteCommon/Images/icons/file-90.png') !important;
    background-size: 22px !important;
    background-position: 1px !important;
}

.rtl .new.st-btn {
    background-image: url('/_SiteCommon/Images/icons/file-90.png') !important;
    background-size: 22px !important;
    background-position: 99% !important;
}

.filter-section-btn {
    background-color: #fff;
    color: #4a90e2;
    border: none;
    margin-right: 5px;
    width: 75px;
    height: 31px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
}

    .filter-section-btn img {
        width: 22px;
        height: 22px;
        margin-right: 5px;
        font-size: 13px;
    }

.filter-btn {
    width: 105px !important;
    height: 31px !important;
    border-radius: 3px !important;
    background-color: #358ed7 !important;
    color: #fff !important;
    border: none !important;
    z-index: 99;
    position: relative;
    background-image: url('/_SiteCommon/Images/icons/refresh-white.png');
    background-repeat: no-repeat;
    background-position: 80px 5px;
    background-size: 17px;
}


.filter-actions .filter-btn {
    margin: 5px;
}

.do-filter {
    background-image: url('/_SiteCommon/Images/icons/file-54.png') !important;
}

.fltrbtn {
    background-image: url('/_SiteCommon/Images/icons/file-54.png') !important;
}

.kanban-filter {
    background-image: url('/_SiteCommon/Images/icons/file-54.png') !important;
}

.CalcExcelBtn {
    background-image: url('/_SiteCommon/Images/icons/file-57.png') !important;
}

.Add_CloseBtn {
    background-image: url('/_SiteCommon/Images/icons/file-16.png') !important;
}

.RemoveImage {
    background-image: url('/_SiteCommon/Images/icons/file-31.png') !important;
}

.UploadImage {
    background-image: url('/_SiteCommon/Images/icons/file-24.png') !important;
}

.clrfilter {
    background-image: url('/_SiteCommon/Images/icons/file-61.png') !important;
}

.AddBtn {
    background-image: url('/_SiteCommon/Images/icons/add.png') !important;
}

.add_close {
    background-image: url('~/_SiteCommon/Images/icons/file-16.png') !important;
}

.ok-c {
    background-image: url('/_SiteCommon/Images/icons/file-6.png') !important;
}

.close-btn {
    background-image: url('/_SiteCommon/Images/icons/file-62.png') !important;
}

.confirm-btn {
    background-image: url('~/_SiteCommon/Images/icons/file-60.png') !important;
}

.edit3 {
    background-image: url('/_SiteCommon/Images/icons/file-13.png') !important;
}

.select {
    background-image: url('/_SiteCommon/Images/icons/file-29.png') !important;
}

.select2 {
    background-image: url('/_SiteCommon/Images/icons/file-2.png') !important;
}

.update, .update2 {
    background-image: url('/_SiteCommon/Images/icons/refresh.png') !important;
}

.eraser {
    background-image: url('/_SiteCommon/Images/icons/eraser.svg') !important;
}

.Delete-btn {
    background-image: url('/_SiteCommon/Images/icons/file-31.png') !important;
}

.ads-act {
    background-image: url('/_SiteCommon/Images/icons/file-30.png') !important;
}

.new-dg-ads {
    background-image: url('/_SiteCommon/Images/icons/file-8.png') !important;
}

.view-campaign {
    background-image: url('/_SiteCommon/Images/icons/file-18.png') !important;
}

.excel_exp {
    background-image: url('/_SiteCommon/Images/icons/file-57.png') !important;
}

.select-close-btn {
    background-image: url('/_SiteCommon/Images/icons/file-48.png') !important;
}

.send-btn {
    background-image: url('/_SiteCommon/Images/icons/file-3.png') !important;
}

.get-report {
    background-image: url('/_SiteCommon/Images/icons/file-35.png') !important;
}

.save-and-close {
    background-image: url('/_SiteCommon/Images/icons/file-69.png') !important;
}

.AddPropertyBtn {
    background-image: url('/_SiteCommon/Images/icons/file-65.png') !important;
}

.AddPharseBtn {
    background-image: url('/_SiteCommon/Images/icons/file-27.png') !important;
}

.add-action-btn {
    background-image: url('/_SiteCommon/Images/icons/file-26.png') !important;
}

.add-cardtable-btn {
    background-image: url('/_SiteCommon/Images/icons/file-19.png') !important;
}

.add-activity-btn {
    background-image: url('/_SiteCommon/Images/icons/file-26.png') !important;
}

.send-reply-btn {
    background-image: url('/_SiteCommon/Images/icons/file-69.png') !important;
}

.add-final-state {
    background-image: url('/_SiteCommon/Images/icons/file-1.png') !important;
}

.deny {
    background-image: url('/_SiteCommon/Images/icons/file-62.png') !important;
}

.add-invoice-btn {
    background-image: url('/_SiteCommon/Images/icons/file-66.png') !important;
}

.new-purchase-invoice-btn, add-preinvoice-btn, .add-pre-purchase-invoice-btn {
    background-image: url('/_SiteCommon/Images/icons/file-66.png') !important;
}

.move-btn {
    background-image: url('/_SiteCommon/Images/icons/file-20.png') !important;
}

.get_fb_data {
    background-image: url('/_SiteCommon/Images/icons/file-41.png') !important;
}

.write_on_wall {
    background-image: url('/_SiteCommon/Images/icons/file-17.png') !important;
}

.permission-update {
    background-image: url('/_SiteCommon/Images/icons/file-51.png') !important;
}

.manage-groups-btn {
    background-image: url('/_SiteCommon/Images/icons/file-42.png') !important;
}

.dl-from-1st {
    background-image: url('/_SiteCommon/Images/icons/file-23.png') !important;
}

.InitialStockInventory {
    background-image: url('/_SiteCommon/Images/icons/file-9.png') !important;
}

.EnterInventoryTransaction, .ExitInventoryTransaction {
    background-image: url('/_SiteCommon/Images/icons/file-55.png') !important;
}

.DisposeInventoryTransaction {
    background-image: url('/_SiteCommon/Images/icons/file-32.png') !important;
}

.ExitInventoryFromInvoice {
    background-image: url('/_SiteCommon/Images/icons/file-56.png') !important;
}

.EnterInventoryFromInvoice {
    background-image: url('/_SiteCommon/Images/icons/file-14.png') !important;
}

.AddSerials {
    background-image: url('/_SiteCommon/Images/icons/file-46.png') !important;
}

.AddWithdraw {
    background-image: url('/_SiteCommon/Images/icons/file-37.png') !important;
}

.AddPayment {
    background-image: url('/_SiteCommon/Images/icons/file-38.png') !important;
}

.updateLines {
    background-image: url('/_SiteCommon/Images/icons/file-51.png') !important;
}

.all-members {
    background-image: url('/_SiteCommon/Images/icons/file-29.png') !important;
}

.portal-members {
    background-image: url('/_SiteCommon/Images/icons/file-23.png') !important;
}

.my-targets {
    background-image: url('/_SiteCommon/Images/icons/file-1.png') !important;
}

.my-targets-groups {
    background-image: url('/_SiteCommon/Images/icons/file-29.png') !important;
}

.my-targets-all {
    background-image: url('/_SiteCommon/Images/icons/file-52.png') !important;
}

.other {
    background-image: url('/_SiteCommon/Images/icons/file-4.png') !important;
}

.kanban-lvl {
    background-image: url('/_SiteCommon/Images/icons/sort.png') !important;
}

.SaveImage {
    background-image: url('/_SiteCommon/Images/icons/file-65.png') !important;
}

.PrintKanban, .PrintBtn {
    background-image: url('/_SiteCommon/Images/icons/file-7.png') !important;
}

.ShowBtn {
    background-image: url('/_SiteCommon/Images/icons/file-4.png') !important;
}

.AutoMap {
    background-image: url('/_SiteCommon/Images/icons/file-20.png') !important;
}

.save-process {
    background-image: url('/_SiteCommon/Images/icons/file-5.png') !important;
}

.restore-process {
    background-image: url('/_SiteCommon/Images/icons/file-51.png') !important;
}

.erja-enteghal {
    background-image: url('/_SiteCommon/Images/icons/file-70.png') !important;
}

.erja {
    background-image: url('/_SiteCommon/Images/icons/file-49.png') !important;
}

.org {
    background-image: url('/_SiteCommon/Images/icons/file-63.png') !important;
}

.h-org {
    background-image: url('/_SiteCommon/Images/icons/file-11.png') !important;
}

.runevesht {
    background-image: url('/_SiteCommon/Images/icons/file-44.png') !important;
}

.h-runevesht {
    background-image: url('/_SiteCommon/Images/icons/file-22.png') !important;
}

.havale-foroosh {
    background-image: url('/_SiteCommon/Images/icons/file-34.png') !important;
}

.havale-marjoo {
    background-image: url('/_SiteCommon/Images/icons/file-33.png') !important;
}

.resid-marjoo {
    background-image: url('/_SiteCommon/Images/icons/file-56.png') !important;
}

.go_to {
    background-image: url('/_SiteCommon/Images/icons/file-60.png') !important;
}

.btn_reg {
    background-image: url('/_SiteCommon/Images/icons/file-60.png') !important;
}

.btn_cancel {
    background-image: url('/_SiteCommon/Images/icons/file-62.png') !important;
}

.assign_to_me {
    background-image: url('/_SiteCommon/Images/icons/file-47.png') !important;
}

.front_card {
    background-image: url('/_SiteCommon/Images/icons/file-43.png') !important;
}

.back_card {
    background-image: url('/_SiteCommon/Images/icons/file-15.png') !important;
}

.test_connection {
    background-image: url('/_SiteCommon/Images/icons/file-51.png') !important;
}

.add_to_group, .add_group {
    background-image: url('/_SiteCommon/Images/icons/file-39.png') !important;
}

.add_user {
    background-image: url('/_SiteCommon/Images/icons/file-56.png') !important;
}

.processes {
    background-image: url('/_SiteCommon/Images/icons/file-40.png') !important;
}

.miniadd {
    height: 16px;
    width: 16px;
    background-image: url('/_SiteCommon/Images/add_16.png');
    background-color: transparent;
    border: 0;
}

.minidelete {
    height: 16px;
    width: 16px;
    background-image: url('/_SiteCommon/Images/delete_16.png');
    background-color: transparent;
    border: 0;
}

.SendPrg {
    height: 97px;
    width: 97px;
    background: #DA6950 url(/_SiteCommon/images/icons/sendprogram-btn.png) no-repeat;
    transition: all .2s ease-in-out .2s;
    background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    padding-top: 65px !important;
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 11px !important;
    font-family: 'isans',Helvetica,Tahoma,Arial !important;
}

.NewEvent {
    height: 97px;
    width: 97px;
    background: #DA6950 url(/_SiteCommon/images/icons/newEvent-btn.png) no-repeat;
    transition: all .2s ease-in-out .2s;
    background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    padding-top: 65px !important;
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 11px !important;
    font-family: 'isans',Helvetica,Tahoma,Arial !important;
}

.NewsLetter {
    height: 97px;
    width: 97px;
    background: #DA6950 url(/_SiteCommon/images/icons/newsLetter-btn.png) no-repeat;
    transition: all .2s ease-in-out .2s;
    background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    padding-top: 65px !important;
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 11px !important;
    font-family: 'isans',Helvetica,Tahoma,Arial !important;
}

.NewVoting {
    height: 97px;
    width: 97px;
    background: #DA6950 url(/_SiteCommon/images/icons/NewVoting-btn.png) no-repeat;
    transition: all .2s ease-in-out .2s;
    background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    padding-top: 65px !important;
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 11px !important;
    font-family: 'isans',Helvetica,Tahoma,Arial !important;
}

.NewCompetition {
    height: 97px;
    width: 97px;
    background: #DA6950 url(/_SiteCommon/images/icons/Competition-btn.png) no-repeat;
    transition: all .2s ease-in-out .2s;
    background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    padding-top: 65px !important;
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 11px !important;
    font-family: 'isans',Helvetica,Tahoma,Arial !important;
}

.AutoResponse {
    height: 97px;
    width: 97px;
    background: #DA6950 url(/_SiteCommon/images/icons/AutoResponse-btn.png) no-repeat;
    transition: all .2s ease-in-out .2s;
    background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    padding-top: 65px !important;
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 11px !important;
    font-family: 'isans',Helvetica,Tahoma,Arial !important;
}
/*------------import 1st----------------*/
.imgBorder {
    padding: 2px;
    border: solid 1px #ccc;
}

.CampBg {
    background: url(/_SiteCommon/images/CampBg.gif) no-repeat 0 0;
    width: 972px;
    height: 551px;
}

.CampBgTop {
    background: url(/_SiteCommon/images/campBgTop.gif) no-repeat -2px 0;
    width: 972px;
    height: 22px;
}

.CampBgBot {
    background: url(/_SiteCommon/images/campBgBot.gif) no-repeat -2px 0;
    width: 972px;
    height: 21px;
}

.CampBgMid {
    background: url(/_SiteCommon/images/campBgMid.gif) repeat-y -2px 0;
    width: 972px;
}

.rightPan {
    width: 220px;
}

.OrangBox {
    border: 1px solid #ff9c00;
    border-top: 0;
    margin: 0 10px 10px 10px;
    padding: 10px;
}

.OrangBox2 {
    border: 1px solid #e6e6e6;
    border-right: 0;
    margin: 10px 0 10px 0;
    padding: 10px;
}

.GrayBox {
    margin: 10px 10px 30px 10px;
    padding: 10px;
}

.CampaignBox {
    border: 0;
    width: 100% auto;
    margin: 10px 10px 0 0;
    height: 100%;
    background: url(/_SiteCommon//images/Title/TitleLeft.png) no-repeat 0 0;
}

    .CampaignBox h1 {
        border: 0;
        font-size: 16px;
        font-weight: bold;
        color: #444;
        margin: 0;
        vertical-align: middle;
        line-height: 66px;
    }

        .CampaignBox h1 img {
            margin-bottom: -13px;
            margin-left: 15px;
            margin-right: 15px;
        }

.NavLink {
    position: absolute;
    width: 92px;
    height: 100%;
}

.sand {
    background: url(/_SiteCommon/images/Sand.jpg) no-repeat 100% -10px;
}

.infomain {
    background: #fcf6d0;
    margin: 10px;
    padding: 15px;
    border: 1px dotted #ccc;
    min-height: 30px;
    text-align: justify;
    width: 100%;
}

.ContentSummary {
    font: normal tahoma 9pt;
}

.HeaderSummary {
    border-bottom: 1px dotted #7d9c44;
    line-height: 20px;
    font: normal tahoma 9pt;
    vertical-align: middle;
    color: Black;
}

.MainHeaderSummary {
    border-bottom: 1px solid Black;
    line-height: 30px;
    vertical-align: middle;
    color: Black;
    font-weight: bold;
}

.marketingBg {
    background: url(/_SiteCommon/images/MarketingBg.gif) repeat-x;
    width: 100%;
    margin: 0;
}

#market-header-top {
    background: url(/_SiteCommon/images/market-header-top.jpg) no-repeat;
    height: 182px;
    margin: 0;
    border: 0;
    width: 972px;
}

#market-header-bot {
    height: 259px;
    margin: 0;
    border: 0;
    width: 972px;
}

    #market-header-bot img, #market-header-bot a {
        border: 0;
    }

#market-header {
    background: url(/_SiteCommon/images/marketing-header.jpg) no-repeat;
    height: 441px;
    margin: 0;
    border: 0;
    width: 972px;
}

.AlternateTable, .AlternateTable-p {
    border: 1px solid #71188e;
    background: #a5a5a5;
    margin: 10px 0;
    border-radius: 5px 5px 5px 5px;
}

.AlternateTable-p {
    margin: 0;
    background: #f2bd56;
    border: 0;
    width: 100%;
}

    .AlternateTable tr.trheader td, .AlternateTable-p tr.trheader td {
        background: #512c79;
        padding: 5px;
        color: White;
        text-align: center;
        height: 40px;
        vertical-align: middle;
    }

    .AlternateTable-p tr.trheader td {
        background: #f2bd56;
    }

    .AlternateTable tr.tr0 td, .AlternateTable tr.tr0 td.tick, .AlternateTable-p tr.tr0 td {
        background: #fff;
        padding: 5px;
        color: Black;
        text-align: center;
        height: 60px;
        vertical-align: middle;
        line-height: 10px;
    }

    .AlternateTable tr.tr1 td, .AlternateTable tr.tr1 td.tick, .AlternateTable-p tr.tr1 td {
        background: #ecd8f7;
        padding: 5px;
        color: Black;
        text-align: center;
        height: 60px;
        vertical-align: middle;
        line-height: 10px;
    }

    .AlternateTable-p tr.trheader td, .AlternateTable-p tr.tr0 td, .AlternateTable-p tr.tr1 td {
        padding: 2px;
    }

    .AlternateTable-p tr.tr1 td {
        background: #fcf6d0;
    }

.AlternateTable tr.tr0 td.tick, .AlternateTable tr.tr1 td.tick {
    background-image: url(/_SiteCommon/images/tick-circle-frame.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.AlternateTable_y, .AlternateTable_b {
    background: #fff;
    margin: 10px 0;
    border-collapse: collapse;
}

    .AlternateTable_y tr.trheader td, .AlternateTable_b tr.trheader td {
        background: #fff;
        padding: 5px;
        color: Black;
        text-align: center;
    }

    .AlternateTable_y tbody td {
        border: 1px solid #ccc;
        border-collapse: collapse;
    }

    .AlternateTable_y tr.tr0 td {
        background: #fcf9e7;
        padding: 5px;
        color: Black;
        text-align: center;
    }

    .AlternateTable_y tr.tr1 td {
        background: #fcf6d0;
        padding: 5px;
        color: Black;
        text-align: center;
    }

    .AlternateTable_b tbody td {
        border: 1px solid #ccc;
        border-collapse: collapse;
    }

    .AlternateTable_b tr.tr0 td {
        background: #f1f7fc;
        padding: 5px;
        color: Black;
        text-align: center;
    }

    .AlternateTable_b tr.tr1 td {
        background: #e1ecf5;
        padding: 5px;
        color: Black;
        text-align: center;
    }

.AlternateTable tr td.td0 {
    background: #a367b6;
    padding: 5px;
    color: Black;
    text-align: center;
}

.AlternateTable tr td.td1 {
    background: #e3cbf1;
    padding: 5px;
    color: Black;
    text-align: center;
}

.Boxes_nb {
    border: 0;
    width: 100% auto;
    margin: 10px 10px 0 0;
    height: 100%;
}

.Boxes_nb_nm {
    border: 0;
    width: 100%;
    margin: 0;
    height: 100%;
}

.Boxes {
    border: 1px solid #ccc;
    width: 100%;
    margin: 20px 0 0 0;
    height: 100%;
}

.premium-h1 {
    font: bold 15pt arial;
    color: Black;
}

.Boxes td, .Boxes_nb td, .Boxes_b td {
    vertical-align: top;
}

.Boxes_nb_nm h3 {
    border: 0;
    font: bold 8pt tahoma;
    color: #000;
    margin: 0;
    vertical-align: middle;
    line-height: 20px;
    margin: 0;
}

.Boxes h1, .Boxes_nb h1, .Boxes_b h1, .Boxes h4, .Boxes_nb h4, .Boxes_b h4 {
    border: 0;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
    background: #20AE68;
    color: #f0f0f0;
    height: 40px;
    line-height: 40px;
}

.Boxes h2, .Boxes_nb h2, .Boxes_b h2 {
    border: 0;
    font: normal 12px Tahoma, Geneva, sans-serif;
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
    vertical-align: middle;
    line-height: 40px;
    background: #e7e3e7;
    color: #3e323e;
}

    .Boxes h1 img, .Boxes_nb h1 img, .Boxes_nb h2 img, .Boxes_b h1 img, .Boxes_b h2 img, .Boxes h2 img, .Boxes h4 img, .Boxes_nb h4 img {
        margin-left: 15px;
        margin-right: 15px;
        max-height: 30px;
    }

.Boxes .tbl, .Boxes_b .tbl, .Boxes_nb .tbl {
    margin: 5px;
}

.Boxes p, .Boxes_b p, .Boxes_nb p {
    padding: 5px 15px;
    margin: 0;
    line-height: 1.8em;
}

.Boxes h4, .Boxes_nb h4, .Boxes_b h4 {
    background: url(/_SiteCommon/images/Title/header-bg.gif) repeat-x !important;
}

.Boxes_nb h5 {
    border-top: solid 1px #ccc;
    height: 10px;
    font-family: tahoma;
    font-weight: bold;
    font-size: 14px;
    color: #3e323e;
    margin-top: -7px;
}

.Boxes_b {
    border: 1px #ccc solid;
    width: 100% auto;
}

.Boxes-anchor {
    border: 1px #ccc solid;
    width: 100% auto;
    height: 100%;
    padding: 10px;
}

.Boxes-anchor-or {
    border: 1px #ff4f02 solid;
    width: 100% auto;
    height: 100%;
    background: #ff8400;
    color: #fff;
    padding: 10px;
}

.Boxes-anchor-pu {
    border: 1px #ccc solid;
    width: 100% auto;
    height: 100%;
    background: #edd8f9;
    color: #a172bb;
    padding: 10px;
}

    .Boxes-anchor .anchor-top, .Boxes-anchor-or .anchor-top, .Boxes-anchor-pu .anchor-top {
        margin-top: -30px;
        position: absolute;
    }

div.RadTabStrip .chartFirstTab {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-bottom: 0;
    width: 131px;
    height: 42px;
    text-decoration: none;
    font: 8pt tahoma;
    line-height: 42px;
    vertical-align: middle;
    text-align: center;
    color: #4b9800 !important;
}

div.RadTabStrip .chartFirstTabSelected {
    background: transparent url(/_SiteCommon/Images/resource/chartfirstTab-Selected.jpg) no-repeat 0 0 !important;
    border-right: 0;
    width: 131px;
    height: 42px;
}

div.RadTabStrip .chartFirstTabHovered {
    background: #f7f7f7;
}
/*---------------Mapping-----------*/
.Followup {
    width: 730px;
    background: #ffffeb;
    border: 1px solid #e2bf1b;
    margin: 10px auto;
    padding: 5px 10px;
}

#calanderOut {
    background: #373737;
    text-align: center;
}

    #calanderOut td td {
        height: 15px;
        width: 80px;
        padding: 2px;
        border: 1px solid #a9a9a9;
        border-width: 2px 1px;
    }

        #calanderOut td td:hover {
            background: #E66722;
        }

    #calanderOut tr tr:nth-child(2n+1) {
        background: #fff;
    }

    #calanderOut tr tr:nth-child(2n+0) {
        background: #f5f5f5;
    }

#TaskOut {
    width: 100%;
    background: #5c5c5c;
    text-align: center;
}

    #TaskOut td td {
        height: 45px;
        padding: 2px;
        border: 1px solid #9cc08f;
        background: #f1ffec;
        border-width: 2px 1px;
    }

    #TaskOut tr tr:nth-child(2n+1) {
        background: #fff;
    }

    #TaskOut tr tr:nth-child(2n+0) {
        background: #f5f5f5;
    }

.registertask:hover {
    background: rgb(37,141,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,141,200,1)), color-stop(100%,rgba(37,141,200,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 );
    border-color: #ececec;
    cursor: pointer;
}

.orangeBorder td {
    background: rgba(255, 107, 0, 0.1);
}

.table-border td {
    border: 1px solid #eee;
    border-width: 0 1px 0 1px;
    font: bold 12px tahoma;
    line-height: 30px;
    color: #FFF;
}

.table-border-black td {
    border: 1px dashed #D2D2D2;
    border-width: 0 1px 0 1px;
    line-height: 30px;
    color: #484848;
    border-style: solid;
}

    .table-border-black td:first-child {
        border-right: none;
    }

    .table-border-black td:last-child {
        border-left: none;
    }

.search_toolbar rtbInner {
    width: 100%;
}

.SelectedNodes {
    border: 1px solid #ddd;
    background: #fff;
    padding: 2px 5px;
}

.greytxt {
    font: normal 11px tahoma;
    color: #808080;
    line-height: 20px;
}

.grid_Table {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    border-collapse: collapse;
}

    .grid_Table td {
        border: 1px solid #ddd;
        padding: 5px;
        line-height: 18px;
    }

    .grid_Table tr:nth-child(2n+0) {
        background: #fff;
    }

    .grid_Table tr:nth-child(2n+1) {
        background: #f8f8f8;
    }

    .grid_Table input[type=number], .grid_Table input[type=text], .grid_Table select {
        background: #fff;
        margin-left: 5px;
        border: solid 1px #ccc;
        font-size: 8pt;
        padding-right: 8px;
    }

    .grid_Table select {
        width: 100px;
    }

    .grid_Table input[type=number], .grid_Table input[type=text] {
        width: 120px;
    }

.Close-btn {
    width: 45px;
    height: 20px;
    background: url(/_SiteCommon/images/public/close_btn.png) top;
    cursor: default;
}

    .Close-btn:hover {
        background: url(/_SiteCommon/images/public/close_btn.png) bottom;
    }

.container-footer-native {
    margin-top: 50px;
    position: relative;
    z-index: 99999 !important;
}

#Myfooter {
    height: 137px;
    width: 100%;
    background: url(/_SiteCommon/images/footer-bg.png) repeat-x;
    color: #fff;
}

    #Myfooter .cnt {
        min-width: 800px;
        background: url(/_SiteCommon/images/footer-bg.png) repeat-x;
        margin: 0 auto;
    }

.MsgCount {
    position: relative;
    left: -153px;
    top: -17px;
    background: url(/_SiteCommon/images/notification-back.png) no-repeat right top;
    color: #fff;
    font-size: 9px;
    z-index: 10;
    width: 17px;
    height: 22px;
    padding: 6px 0;
    text-align: center;
    vertical-align: middle;
}

.ucIdentityProps_controler table {
    width: 100%;
}

.tripplebox {
    width: 100%;
    height: 500px;
    min-height: 500px;
}

    .tripplebox > tbody > tr > td {
        padding: 5px;
        margin: 5px;
        background: #fdfdfd;
        border: 1px solid #e7e7e7;
        border-radius: 3px;
        box-shadow: 0px 0px 0px rgb(240,240,240);
        vertical-align: top;
    }

    .tripplebox iframe {
        width: 100%;
        height: 490px;
        border: 0;
    }

.loginhead {
    width: 100%;
    background: #ededed;
    background-image: url(/_SiteCommon/css/login/img/header.jpg);
    background-repeat: repeat-x;
    height: 111px;
}

.loginhead {
    width: 100%;
    background: #ededed;
    background-image: url(/_SiteCommon/css/login/img/header.jpg);
    background-repeat: repeat-x;
    height: 111px;
}

.negative-digit {
    direction: ltr;
    text-align: right;
}

.drop-down-tree-rtl .rddtInner .rddtIcon {
    left: 0px;
    right: auto;
}

.txt-ltr {
    direction: ltr;
}

.ucrse-img-name {
    cursor: pointer;
}
/* UcHttpRequestStateEdit */
.ucrse-img-ct {
    position: relative;
    display: none;
    left: 18px;
    top: 1px;
    cursor: pointer;
}
/* UcHttpRequestStateEdit - Image - Close Text */
.inv-ps {
    cursor: pointer;
    max-width: 16px;
    max-height: 16px;
}
/* Invoic Edit - Product Status */
.inv-pi {
    min-width: 50px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
/*Invoic Edit - Product Item */
.inv-pi-cb {
    cursor: pointer;
    margin-left: 5px;
}
/*Invoic Edit - Product Item -Close Button*/
.inv-pi-cmbSerial {
    margin-right: 25px;
}
/*Invoic Edit - Product Item -Close Button*/
.inv-pi-Range {
    margin-right: 50px;
}
/*Invoic Edit - Product Item -Close Button*/
.inv-pi-header {
    margin-top: 5px;
    background-color: #cccccc;
    border-radius: 2px;
    height: 20px;
    padding-right: 15px;
    width: 60px;
}
/*Invoic Edit - Product Item - Header */
.inv-pi-pager {
    margin: 5px 0 0 0;
    text-align: center;
}
    /*Invoic Edit - Product Item -pager */
    .inv-pi-pager img {
        cursor: pointer;
    }
/*Invoic Edit - Product Item -pager */
/*New*/
.mvb3 {
    position: relative;
    bottom: -3px;
}

.toggleService {
    display: none;
    background: #32323A;
    padding: 10px 15px;
    z-index: 50;
}

.right-side {
    transition: all .2s ease-in-out .2s;
    width: 240px;
    height: calc(100% - 50px);
    max-height: calc(100% - 50px);
    position: fixed;
    background-color: #373737;
    color: #D6DADF;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 999999;
    margin-top: 50px;
}

    .right-side a {
        color: #ccc;
        transition: all .2s ease-in-out .2s;
        font-size: 12px;
    }

        .right-side a:hover {
            color: #fff;
        }

.user-pic {
    overflow: hidden;
    width: 23px;
    height: 27px;
    float: none !important;
    display: inline-block;
    position: relative;
    top: 0px;
}

    .user-pic img {
        width: 100%;
    }

.user-profile {
    color: #f0f0f0;
    padding: 5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nMjQ1Ljk5OTk5OTk5OTk5OTk3JyBoZWlnaHQ9JzEyNi4wMDAwMDAwMDAwMDAwMScgdmlld0JveD0nMCAwIDQ5LjE5OTk5OTk5OTk5OTk5NiAyNS4yMDAwMDAwMDAwMDAwMDMnPgoJPGRlZnM+CgkJPHBhdGggaWQ9J3MnIGZpbGw9JyNmZmZmZmYnIGQ9J00wLDBsNCAybC00LDJ6Jy8+Cgk8L2RlZnM+Cgk8ZyBpZD0nYic+Cgk8dXNlIHg9Jy00JyB5PSctMicgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjA1MjAwMDAwMDAwMDAwMDAwNScgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9JzAnIHk9JzAuMScgZmlsbC1vcGFjaXR5PScwLjA3OCcgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9Jy00JyB5PScyLjInIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4wNzgnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PScwJyB5PSc0LjMnIGZpbGwtb3BhY2l0eT0nMC4wNzgnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctNCcgeT0nNi40JyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuMTA0MDAwMDAwMDAwMDAwMDEnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PScwJyB5PSc4LjUnIGZpbGwtb3BhY2l0eT0nMC4wNTIwMDAwMDAwMDAwMDAwMDUnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctNCcgeT0nMTAuNicgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjA1MjAwMDAwMDAwMDAwMDAwNScgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9JzQuMScgeT0nLTInIGZpbGwtb3BhY2l0eT0nMC4wNzgnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctOC4xJyB5PScwLjEnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4xMDQwMDAwMDAwMDAwMDAwMScgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9JzQuMScgeT0nMi4yJyBmaWxsLW9wYWNpdHk9JzAuMDc4JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTguMScgeT0nNC4zJyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuMDUyMDAwMDAwMDAwMDAwMDA1JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nNC4xJyB5PSc2LjQnIGZpbGwtb3BhY2l0eT0nMC4wMjYwMDAwMDAwMDAwMDAwMDInIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctOC4xJyB5PSc4LjUnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4wNTIwMDAwMDAwMDAwMDAwMDUnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSc0LjEnIHk9JzEwLjYnIGZpbGwtb3BhY2l0eT0nMC4wNzgnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctMTIuMicgeT0nLTInIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4wNTIwMDAwMDAwMDAwMDAwMDUnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSc4LjInIHk9JzAuMScgZmlsbC1vcGFjaXR5PScwLjA1MjAwMDAwMDAwMDAwMDAwNScgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9Jy0xMi4yJyB5PScyLjInIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4wNzgnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSc4LjInIHk9JzQuMycgZmlsbC1vcGFjaXR5PScwLjA1MjAwMDAwMDAwMDAwMDAwNScgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9Jy0xMi4yJyB5PSc2LjQnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4wMjYwMDAwMDAwMDAwMDAwMDInIHhsaW5rOmhyZWY9JyNzJyAvPgkKCTx1c2UgeD0nOC4yJyB5PSc4LjUnIGZpbGwtb3BhY2l0eT0nMC4wNTIwMDAwMDAwMDAwMDAwMDUnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctMTIuMicgeT0nMTAuNicgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjA1MjAwMDAwMDAwMDAwMDAwNScgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9JzEyLjI5OTk5OTk5OTk5OTk5OScgeT0nLTInIGZpbGwtb3BhY2l0eT0nMC4wNTIwMDAwMDAwMDAwMDAwMDUnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctMTYuMjk5OTk5OTk5OTk5OTk3JyB5PScwLjEnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4wNTIwMDAwMDAwMDAwMDAwMDUnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PScxMi4yOTk5OTk5OTk5OTk5OTknIHk9JzIuMicgZmlsbC1vcGFjaXR5PScwLjAyNjAwMDAwMDAwMDAwMDAwMicgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9Jy0xNi4yOTk5OTk5OTk5OTk5OTcnIHk9JzQuMycgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjA3OCcgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9JzEyLjI5OTk5OTk5OTk5OTk5OScgeT0nNi40JyBmaWxsLW9wYWNpdHk9JzAuMDc4JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTE2LjI5OTk5OTk5OTk5OTk5NycgeT0nOC41JyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuMDI2MDAwMDAwMDAwMDAwMDAyJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nMTIuMjk5OTk5OTk5OTk5OTk5JyB5PScxMC42JyBmaWxsLW9wYWNpdHk9JzAuMDUyMDAwMDAwMDAwMDAwMDA1JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTIwLjQnIHk9Jy0yJyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuMDc4JyB4bGluazpocmVmPScjcycgLz4JCgk8dXNlIHg9JzE2LjQnIHk9JzAuMScgZmlsbC1vcGFjaXR5PScwLjEwNDAwMDAwMDAwMDAwMDAxJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTIwLjQnIHk9JzIuMicgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjAyNjAwMDAwMDAwMDAwMDAwMicgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9JzE2LjQnIHk9JzQuMycgZmlsbC1vcGFjaXR5PScwLjA1MjAwMDAwMDAwMDAwMDAwNScgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9Jy0yMC40JyB5PSc2LjQnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4wNzgnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PScxNi40JyB5PSc4LjUnIGZpbGwtb3BhY2l0eT0nMC4wMjYwMDAwMDAwMDAwMDAwMDInIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctMjAuNCcgeT0nMTAuNicgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjA3OCcgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9JzIwLjUnIHk9Jy0yJyBmaWxsLW9wYWNpdHk9JzAuMDUyMDAwMDAwMDAwMDAwMDA1JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTI0LjQ5OTk5OTk5OTk5OTk5NicgeT0nMC4xJyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuMDUyMDAwMDAwMDAwMDAwMDA1JyB4bGluazpocmVmPScjcycgLz4JCgk8dXNlIHg9JzIwLjUnIHk9JzIuMicgZmlsbC1vcGFjaXR5PScwLjEwNDAwMDAwMDAwMDAwMDAxJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTI0LjQ5OTk5OTk5OTk5OTk5NicgeT0nNC4zJyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuMDUyMDAwMDAwMDAwMDAwMDA1JyB4bGluazpocmVmPScjcycgLz4JCgk8dXNlIHg9JzIwLjUnIHk9JzYuNCcgZmlsbC1vcGFjaXR5PScwLjA3OCcgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9Jy0yNC40OTk5OTk5OTk5OTk5OTYnIHk9JzguNScgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjA1MjAwMDAwMDAwMDAwMDAwNScgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9JzIwLjUnIHk9JzEwLjYnIGZpbGwtb3BhY2l0eT0nMC4wNTIwMDAwMDAwMDAwMDAwMDUnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPC9nPgoJPHVzZSB4PSctMjQuNDk5OTk5OTk5OTk5OTk2JyB5PScxMi42MDAwMDAwMDAwMDAwMDEnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIHhsaW5rOmhyZWY9JyNiJyAvPgoJPHVzZSB4PSctNDkuMDk5OTk5OTk5OTk5OTk0JyB5PSctOC40JyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgLTEgMCAwKScgeGxpbms6aHJlZj0nI2InIC8+Cgk8dXNlIHg9JzI0LjU5OTk5OTk5OTk5OTk5OCcgeT0nLTE2LjgnIHRyYW5zZm9ybT0nbWF0cml4KDEgMCAwIC0xIDAgMCknIHhsaW5rOmhyZWY9JyNiJyAvPgoJPHVzZSB4PScyNC41OTk5OTk5OTk5OTk5OTgnIHk9Jy0yOS40MDAwMDAwMDAwMDAwMDInIHRyYW5zZm9ybT0nbWF0cml4KDEgMCAwIC0xIDAgMCknIHhsaW5rOmhyZWY9JyNiJyAvPgo8L3N2Zz4K);
    background-color: #E66722;
}

    .user-profile .user-info {
        padding: 21px 15px 0 0;
    }

    .user-profile a {
        color: #fff;
    }

.right-side nav {
    margin-top: 20px;
}

    .right-side nav ul {
        list-style: none;
        padding: 0;
    }

    .right-side nav li a:hover img {
        -webkit-transform: rotate(10deg) scale(1.5);
        transform: rotate(10deg) scale(1.5);
        opacity: .4;
    }

    .right-side nav li a:hover {
        background: #E66722;
        color: #fff;
    }

.right-side .exit-btn {
    margin-top: 10px;
}
/*End ReUse Styles*/
.logo.resp {
    display: none;
    background: #fff;
}

.text-center {
    text-align: center;
}

.mvb6 {
    position: relative;
    bottom: -6px;
}

header.old-header {
    height: 50px;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    position: fixed;
    top: 0px;
    right: 0;
    max-width: 100%;
    width: 100%;
    z-index: 3003;
}

header.crm-object-menu.logo {
    box-shadow: none !important;
}

.h30 {
    min-height: 100px;
}

.accordionWrapper a {
    color: #333;
}

.p5 {
    padding: 5px;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}
/*Grid System*/
.iframecontainer {
    width: 100%;
    padding: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100vh - 70px);
}

.left-side .iframecontainer > .row > .col-xs-12 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.left-side .iframecontainer > .row {
    position: relative;
    height: 100%;
}

.col-1 {
    width: 16.66%;
    float: right;
    min-height: 1px;
    padding: 12px;
    -moz--moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.col-1-5 {
    width: calc(75% - 40px);
    float: right;
    min-height: 1px;
    padding: 12px;
    -moz--moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.col-3-4 {
    width: 75%;
    float: right;
    min-height: 1px;
    padding: 12px;
    -moz--moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.col-1-4 {
    width: 25%;
    float: right;
    min-height: 1px;
    padding: 12px;
    -moz--moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.col-2 {
    width: 33.33%;
    float: right;
    min-height: 1px;
    padding: 12px;
    -moz--moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.col-3 {
    width: 50%;
    float: right;
    min-height: 1px;
    padding: 12px;
    -moz--moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.col-4 {
    width: 66.66%;
    float: right;
    min-height: 1px;
    padding: 12px;
    -moz--moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.col-5 {
    width: 83.33%;
    float: right;
    min-height: 1px;
    padding: 12px;
    -moz--moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.col-6 {
    width: 100%;
    float: right;
    min-height: 1px;
    padding: 12px;
    -moz--moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

    .col-6:after {
        content: '';
        display: block;
        clear: both;
    }

.p5 h3 {
    margin: -5px -5px 5px;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: small;
}

.bg-orange {
    background: rgb(230, 103, 34);
}

.bg-green {
    background: #139161;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background: #136191;
}

.bg-purple {
    background: #6e3395;
}

.bg-success {
    color: #fff;
    background-color: #30bd9b;
}

.bg-f9f9f9 {
    background-color: #f9f9f9 !important;
}

.text-center {
    text-align: center !important;
}

.text-success {
    color: #30bd9b;
}

.color-success {
    color: #00ae97
}

.color-white {
    color: #fff !important;
}

.color-red {
    color: red;
}

/*CrmObjectIcon*/
.crm-object-icon .icon {
    font-size: 115% !important;
}

    .crm-object-icon .icon.Opportunity:before {
        content: "\f219";
    }

    .crm-object-icon .icon.Task:before {
        content: "\f0ae";
    }

    .crm-object-icon .icon.PhoneLog:before {
        content: "\f095";
    }

    .crm-object-icon .icon.BusinessNote:before {
        content: "\f249";
    }

    .crm-object-icon .icon.Invoice:before {
        content: "\f15c";
    }

    .crm-object-icon .icon.Quote {
        width: 100%;
        height: 100%;
        background-image: url(/_SiteCommon/Images/icons/dashboard/kharid-pish-factor-white.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto 30px;
        position: absolute;
        right: 2px;
        top: 7px;
    }

        .crm-object-icon .icon.Quote:before {
            content: '';
        }

    .crm-object-icon .icon.Receipt:before {
        content: "\f0d6";
    }

    .crm-object-icon .icon.Appointment:before {
        content: "\f274";
    }

    .crm-object-icon .icon.Contract:before {
        content: "\f10d";
    }

    .crm-object-icon .icon.Form:before {
        content: "\f1ea";
    }

    .crm-object-icon .icon.Ticket:before {
        content: "\f02b";
    }

    .crm-object-icon .icon.PurchaseInvoice {
        width: 100%;
        height: 100%;
        background-image: url(/_SiteCommon/Images/icons/dashboard/kharid-factor-white.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto 30px;
        position: absolute;
        right: 2px;
        top: 7px;
    }

        .crm-object-icon .icon.PurchaseInvoice:before {
            content: '';
        }

    .crm-object-icon .icon.ReturnPurchaseInvoice {
        width: 100%;
        height: 100%;
        background-image: url(/_SiteCommon/Images/icons/dashboard/kharid-factor-bargasht-az-white.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto 30px;
        position: absolute;
        right: 2px;
        top: 7px;
    }

        .crm-object-icon .icon.ReturnPurchaseInvoice:before {
            content: '';
        }

    .crm-object-icon .icon.ReturnSaleInvoice {
        width: 100%;
        height: 100%;
        background-image: url(/_SiteCommon/Images/icons/dashboard/foroosh-factor-bargasht-az-white.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto 30px;
        position: absolute;
        right: 2px;
        top: 7px;
    }

        .crm-object-icon .icon.ReturnSaleInvoice:before {
            content: '';
        }

    .crm-object-icon .icon.PurchaseQuote {
        width: 100%;
        height: 100%;
        background-image: url(/_SiteCommon/Images/icons/dashboard/foroosh-factor-white.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto 30px;
        position: absolute;
        right: 2px;
        top: 7px;
    }

        .crm-object-icon .icon.PurchaseQuote:before {
            content: '';
        }

    .crm-object-icon .icon.Payment:before {
        content: "\f09d";
    }

    .crm-object-icon .icon.Identity:before {
        content: "\f007";
    }

    .crm-object-icon .icon.SendEmail:before {
        content: "\f003";
    }

    .crm-object-icon .icon.General_QuickSend:before {
        content: "\f199";
    }

/*Added*/
.cpBorder {
    background: #fbfbfb;
    width: 144px !important;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 0 9px #fff inset;
}

    .cpBorder td {
        padding-top: 0 !important;
        text-align: center !important;
    }

td.cpDayColumnHeader {
    width: 18px !important;
}

td.cpOtherMonthDate {
    padding: 2px;
    width: 16px;
}

a.cpOtherMonthDate {
    width: 18px !important;
    height: 14px;
    font-size: 10px;
    font-weight: normal;
    padding: 3px;
    margin: 2px;
    line-height: 12px;
    color: #ddd;
}

td.cpCurrentMonthDate {
    padding: 2px;
    width: 16px;
}

a.cpCurrentMonthDate {
    width: 18px !important;
    height: 14px;
    font-size: 10px;
    font-weight: normal;
    padding: 3px;
    margin: 2px;
    line-height: 12px;
    color: #6e3395;
}

td.cpCurrentDate {
    padding: 2px;
    width: 16px;
}

a.cpCurrentDate {
    width: 18px !important;
    height: 14px;
    font-size: 10px;
    font-weight: normal;
    padding: 3px;
    margin: 2px;
    line-height: 12px;
    color: #ff8400;
}

    a.cpOtherMonthDate:hover, a.cpCurrentMonthDate:hover, a.cpCurrentDate:hover {
        color: #ff400d;
    }

.item-crm {
    background: #fff;
    border-bottom: 1px solid #e66722;
    display: block;
    padding: 3px;
    position: relative;
}

    .item-crm a {
        display: block;
    }

    .item-crm:hover {
        background: rgba(230, 103, 34, 0.81);
        border-radius: 4px;
    }

        .item-crm:hover a {
            color: #fff;
        }

        .item-crm:hover span {
            background: #fff;
            color: #444;
        }

    .item-crm a:after {
        content: "";
        display: block;
        clear: both;
    }

.item-lastcall {
    border-bottom: 1px solid #ccc;
    padding: 3px;
    display: block;
}

    .item-lastcall a {
        display: block;
    }

    .item-lastcall:hover {
        background: rgba(19, 145, 97, 0.5);
        border-radius: 4px;
    }

        .item-lastcall:hover a {
            color: #fff;
        }

    .item-lastcall .call-subject {
        font-size: 11px;
        color: #fff;
        width: auto;
        background: #139161;
        padding: 1px 10px 0 10px;
        border-radius: 7px;
    }

    .item-lastcall:hover .call-subject {
        background: #fff;
        color: #444;
    }

    .item-lastcall:hover .call-time {
        color: #333;
    }

.dayAction-Header {
    background: #f5f5f5;
    border-bottom: 1px solid #e66722;
}

.toggle-search {
    display: block;
    cursor: pointer;
}

.search-dropdown {
    position: relative;
}

    .search-dropdown ul {
        list-style: none;
        background: #ececec;
        border: 1px solid #ccc;
        padding: 0;
        position: absolute;
        top: 10px;
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: ease-in-out .3s;
    }

        .search-dropdown ul li {
            padding: 5px 10px;
        }

        .search-dropdown ul.show {
            height: auto;
            transition: ease-in-out .3s;
        }
/*Added*/
.dayAction-Header {
    background: #f5f5f5;
    border-bottom: 1px solid #e66722;
}

.toggle-search {
    display: block;
    cursor: pointer;
}

.search-dropdown {
    position: relative;
}

    .search-dropdown ul {
        list-style: none;
        background: #ececec;
        border: 1px solid #ccc;
        padding: 0;
        position: absolute;
        top: 21px;
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: ease-in-out .3s;
    }

        .search-dropdown ul li {
            padding: 1px 10px;
        }

        .search-dropdown ul.show {
            height: auto;
            transition: ease-in-out .3s;
        }

.button16 .firstpage-items {
    width: 100%;
    background: #00ae97;
    transition: all .2s ease-in-out .2s;
}

    .button16 .firstpage-items:hover, .pos-rel:hover .firstpage-items {
        width: 100%;
        background: #ee5f09;
    }

.pos-rel {
    position: relative;
    overflow: hidden;
}

.relative {
    position: relative;
}

.pos-rel:hover span {
    line-height: 22px;
    font-size: 14px;
    background: rgba(0,0,0,.4);
}

.button16 .col-1-4 {
    padding: 1px;
    height: auto;
}

.first-tile {
    height: 100%;
    position: relative;
}

.kanbanContent {
    min-width: 320px;
    width: 100%;
}

/* Tooltip Button */
#show-tips.active {
    background-color: rgb(218, 165, 32);
}

.treehider img, .treehider .rtText, .treehider .rtTemplate, .treehider .rtImg {
    display: inline-block;
}

.treehider .treehider-section {
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #e2e2e2;
}

@media all and (max-width:800px) {
    .col-1 {
        width: 33.33%;
    }

    .col-2 {
        width: 50%;
    }

    .col-1-4 {
        width: 30%;
    }

    .col-1-5 {
        width: calc(70% - 40px);
    }

    .col-3 {
        width: 83.33%;
    }

    .col-4 {
        width: 100%;
    }

    .col-5 {
        width: 100%;
    }

    .col-6 {
        width: 100%;
    }

    .row .col-2:last-of-type {
        width: 100%;
    }

    .row .col-5 ~ .col-1 {
        width: 100%;
    }

    .first-tile .col-1-4 {
        width: 25%;
    }

    .first-tile .col-3-4, .col-1-4.tile-right {
        width: 100%;
    }

        .first-tile .col-3-4 .col-2, .col-1-4.tile-right .col-6 {
            width: 33.33333%;
        }

    .pos-rel span {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .right-side {
        right: -240px;
        height: 100vh;
    }

    .main-side {
        margin-right: 0px !important; /*margin-top: 50px;*/
        margin-left: 0px !important;
    }

    .toggleMenu {
        float: left;
        margin-bottom: 20px;
    }

    .toggleService {
        float: right;
        display: block;
    }

    ul.nav {
        position: relative;
        top: 40px;
    }

    .uc-payment-link-container ul.nav {
        top: 0;
        ;
    }

    .logo {
        width: 140px;
    }

    .left-side {
        top: 50px;
    }

    .first-tile .col-1-4 {
        width: 25%;
    }

    .first-tile .col-3-4, .col-1-4.tile-right {
        width: 100%;
    }

        .first-tile .col-3-4 .col-2, .col-1-4.tile-right .col-6 {
            width: 33.33333%;
        }

    header {
        padding-right: 46px;
    }

        header.crm-object-menu {
            padding-right: 0px;
        }

    a.toggleService.show {
        right: 0;
    }

        a.toggleService.show img {
            transform: rotate(263deg);
        }

    .toggleService {
        padding: 15px;
        top: 0;
        z-index: 4444;
    }

        .toggleService img {
            transition: all 0.3s;
        }
}

@media screen and (max-width: 700px) {
    header {
        height: auto;
    }

    .first-tile .col-1-4 {
        width: 25%;
    }

    .first-tile .col-3-4, .col-1-4.tile-right {
        width: 100%;
    }

        .first-tile .col-3-4 .col-2, .col-1-4.tile-right .col-6 {
            width: 50%;
        }

    .fullwidth {
        width: 100% !important;
    }

    .resp-pc {
        display: none !important;
    }

    .abtop {
        top: 10px;
        left: 60px;
    }
}

@media all and (max-width:820px) {
    .col-1, .col-1-4 {
        width: calc(100% - 20px);
        padding: 5px;
    }

    .col-1-5 {
        width: calc(100% - 20px);
        padding: 5px;
    }

    .col-2 {
        width: 100%;
        padding: 5px;
    }

    .col-3 {
        width: 100%;
        padding: 5px;
    }

    .col-4 {
        width: 100%;
        padding: 5px;
    }

    .col-5 {
        width: 100%;
        padding: 5px;
    }

    .col-6 {
        width: 100%;
        padding: 5px;
    }

    .treehider {
        transition: all .2s ease-in-out .2s;
        z-index: 51;
        padding: 0;
    }

        .treehider.show {
            right: 0;
        }

    .toggleTree {
        display: block;
    }

    .resTable td {
        display: inline-block;
        width: 100%;
    }

        .resTable td input[type="text"], .resTable td select {
            width: 98% !important;
        }

        .resTable td input[class='txt-date'] {
            width: calc(100% - 40px) !important;
        }

    .visible-table td {
        display: table-cell !important;
    }

    /*.resTabstrip li {
        width: 49% !important;
    }*/

    /*.custom-rad-tab .rtsLevel .rtsLink{
        width:100%;
    }*/

    .iframecontainer {
        padding: 0;
        height: 600px;
    }

    .resp-tablet {
        display: none !important;
    }

    .nowrap {
        max-width: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .RadToolBar {
        white-space: normal !important;
    }
}



@media screen and (max-width: 480px) {
    .first-tile .col-3-4 .col-2, .col-1-4.tile-right .col-6 {
        width: 100%;
    }

    .p10 {
        padding: 0;
    }
}

@media all and (max-width:380px) {
    .col-1-4, .col-1-5 {
        width: 100%;
    }

    .logo {
        display: none;
    }

        .logo img {
            display: none;
        }

    .logo-payamgostar {
        display: none !important;
    }

    .abtop-menumaster {
        position: absolute;
        top: 0;
    }

    .rtl .abtop-menumaster {
        left: 40px;
    }

    .ltr .abtop-menumaster {
        right: 40px;
    }

    .line-wrap {
        position: absolute;
        right: 0;
    }

    .rnvMore.rnvLeft {
        height: initial !important;
    }

    .toggleService {
        padding: 11px;
        padding-bottom: 10px;
    }

    header {
        padding-right: 39px;
    }

    .right-side {
        margin-top: 40px;
    }
}

@media all and (min-width:1620px) and (max-width:1820px) {
    .RadWindow .rwControlButtons {
        width: 128px !important;
    }
}
/* For appearance */
.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin: 3em 0;
    width: 100%;
}

    .sticky-wrap .sticky-thead,
    .sticky-wrap .sticky-col,
    .sticky-wrap .sticky-intersect {
        display: none;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        transition: all .125s ease-in-out;
        z-index: 50;
        width: auto; /* Prevent table from stretching to full size */
    }

    .sticky-wrap .sticky-thead {
        box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
        z-index: 100;
        width: 100%; /* Force stretch */
    }

    .sticky-wrap .sticky-intersect {
        opacity: 1;
        z-index: 150;
        display: none;
    }

        .sticky-wrap .sticky-intersect th {
            background-color: #666;
            color: #eee;
        }

    .sticky-wrap td,
    .sticky-wrap th {
        box-sizing: border-box;
    }

    .sticky-wrap.overflow-y {
        overflow-y: auto;
        max-height: calc(100vh - 350px);
    }

ul.ribbon select {
    min-width: 70px;
}

textarea {
    font-size: small;
}

.resiframe {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.panel-wh {
    border: medium none;
    background-color: #e5ebf1 !important;
}

.main-side .panel-wh:after {
    content: '';
    display: block;
    clear: both;
}

.mrb15 {
    margin-bottom: 15px;
}

.fix-td-width {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .fix-td-width > tbody > tr > td:nth-child(2n+1) {
        width: 130px;
        max-width: 130px;
    }

.select-width {
    max-width: 100%;
    width: 95%;
}

.datepicker-bg {
    background-color: transparent;
    background-image: url('/_SiteCommon/Images/dpicker.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    cursor: pointer;
}

    .datepicker-bg:hover {
        background-position: 0px -50px;
    }

input[type="submit"] {
    font-family: 'isans';
}

.right-side .RadTreeView a.rtIn, .right-side .RadTreeView .rtIn {
    color: #ececec !important;
}

    .right-side .RadTreeView a.rtIn:hover, .right-side .RadTreeView .rtIn:hover {
        color: Black !important;
    }

.quote-bg {
    background: transparent url("/_SiteCommon/Images/quoteBG.png") no-repeat scroll top center;
    height: 50%;
    overflow: hidden;
    overflow-y: auto;
}

.rnvPopup .rnvLink a {
    color: #333;
}

.scroll-h {
    width: 100%;
}

.isExpire {
    background: #900000;
    color: #ececec;
}

    .isExpire a {
        color: #ececec;
    }

        .isExpire a:hover {
            color: #eee;
        }

.webmailbox {
    vertical-align: top;
    width: 100px;
    padding-top: 10px;
}

.scrollable {
    overflow-y: auto;
}

@media print {
    body {
        background-color: #FFFFFF;
        background-image: none;
        color: #000000;
        max-width: 100%;
    }

    .right-side, header, .left-side {
        display: none;
    }

    .main-side {
        margin: 0;
        display: block;
    }

    .sticky-wrap.overflow-y {
        overflow: initial;
        height: auto;
        max-height: initial;
        margin: 0;
    }

    .sticky-wrap td, .sticky-wrap th {
        display: block;
        float: right;
    }

    .sticky-enabled:after {
        display: block;
        content: ' ';
        clear: both;
    }

    .kanbanContent {
        width: 200px;
    }
}

@page {
    margin: 0.5cm;
}

.btn-identity-search {
    width: 30%;
    position: absolute;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.m5 {
    margin: 5px;
}

.padding15 {
    padding: 15px;
}

.hidden {
    display: none;
}

span.k-tooltip.k-invalid-msg {
    position: absolute !important;
    margin-right: 28px !important;
    margin-top: -2px !important;
}

    span.k-tooltip.k-invalid-msg > span.k-warning {
        margin-top: 4px !important;
    }

td.k-holiday {
    background-color: #DEDEDE !important;
}

.title-main img {
    max-height: 45px;
}

.nav.nav-pills.nav-stacked {
    top: initial;
}

.nav > li > a {
    color: #333;
}

.e-vscrollbar {
    margin-left: 0;
    margin-right: auto;
}

.rtl .e-datavisualization-symbolpalette .e-header-arrow {
    transform: rotate(180deg);
    color: #555;
}

.input-group-addon .checkbox-custom label::before {
    top: 1px;
}

.input-group-addon .checkbox-custom input[type=checkbox]:checked + label:after, .input-group-addon .checkbox-custom input[type=radio]:checked + label:after {
    top: 2px;
}

.top-addon .input-group {
    display: inline-block;
    margin-right: -4px;
}

    .top-addon .input-group:first-child {
        margin-right: 0;
    }

.top-addon .input-group-addon:last-child {
    height: 61px;
    border-right: 1px solid #ccc;
}

.radio-rel [type="radio"] {
    position: relative;
    z-index: 2;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.15);
    padding: 1px 5px;
    padding-right: 50px;
    width: calc(100% / 3);
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
}

    .flex-item span {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 97%;
        overflow: hidden;
        display: block;
        min-height: 26px;
        line-height: 24px;
        text-align: center;
    }


.pointable-container .flex-item.active:hover {
    color: #eee !important
}

.pg-active-cartable-btn {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    display: inline-block;
    bottom: 3px;
}

.pg-active-cartable {
    margin-top: 10px;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}

.pg-ul-active-cartable {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 28px;
}

    .pg-ul-active-cartable li {
        display: inline-block;
        width: calc(100% / 3 - 50px);
        position: relative;
        padding-left: 5px;
        height: 28px;
        line-height: 28px
    }

        .pg-ul-active-cartable li:after {
            content: '•';
            color: #777;
            position: absolute;
            left: 3px;
            top: 2px
        }

        .pg-ul-active-cartable li:last-child:after, .pg-ul-active-cartable li:nth-child(3):after {
            content: ''
        }

        .pg-ul-active-cartable li:last-child {
            position: absolute
        }

        .pg-ul-active-cartable li label {
            margin: 0;
            text-align: center
        }

    .pg-ul-active-cartable + .card .pg-ul-active-cartable {
        margin-top: 0
    }

.btn.btn-grid-icon, .btn.btn-kanban-icon {
    padding: 6px 30px 6px 6px;
    position: relative;
    background: #EAF0F6;
    color: #506E91;
    border: 1px solid #CBD6E2;
    border-radius: 3px !important;
}

    .btn.btn-grid-icon.is-active, .btn.btn-kanban-icon.is-active {
        background: #CBD6E2;
        border-color: #7C98B6;
        width: 32px;
        height: 32px;
        text-indent: -1000px;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
        max-width: 32px;
        min-width: 32px;
    }

        .btn.btn-grid-icon.is-active *, .btn.btn-kanban-icon.is-active * {
            display: none
        }

.btn.btn-kanban-icon {
    margin-left: 4px !important
}

    .btn.btn-kanban-icon:after, .btn.btn-grid-icon:after {
        content: '';
        position: absolute;
        right: 0;
        background: url('../images/kanban-view.svg') no-repeat center center;
        width: 30px;
        height: 30px;
        top: 0;
    }

.btn.btn-grid-icon:after {
    background: url('../images/grid-view.svg') no-repeat center center;
}

.btn.btn-grid-icon {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.btn.btn-kanban-icon {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.btn.btn-grid-icon.is-active + .btn.btn-kanban-icon {
    border-right-color: #7c98b6;
}

@media (min-width: 992px) {
    .section-sticky-fixed {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 82px;
        height: 80vh;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .section-sticky-fixed::-webkit-scrollbar {
            -webkit-appearance: none;
            width: 7px;
        }

    .prnmd {
        padding-right: 0px !important;
    }
}

.ltr .flex-item {
    padding-right: 0;
    padding-left: 50px;
}

.flex-item.active {
    background: #337ab7;
    color: #fff;
}

.flex-item i {
    position: absolute;
    width: 20px;
    top: 4px;
    height: 20px;
    margin: 0px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    -o-transform: rotate(315deg);
    background: #337ab7;
    left: -10px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    z-index: 10;
}

.ltr .flex-item i {
    left: auto;
    right: -8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.flex-item.active i {
    background: #337ab7;
}

.flex-item i:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
}

.flex-item.active i:after {
    background: #337ab7;
}

.flex-item:last-child i {
    display: none;
}


.no-bor-tbl tr td, .no-bor-tbl tr th {
    border: none !important;
}

.extended-tables .RadEditor td {
    padding: 0;
}

.extended-tables .fltclpimg.f ~ .fltclp.f {
    float: none;
}

.extended-tables .extendedContent {
    margin-top: 10px;
    margin-bottom: 10px;
}

.k-timepicker .k-picker-wrap.k-state-default .form-control {
    padding: 6px;
}

.input-group-addon, .input-group-btn {
    width: 1px;
}


@media (max-width:990px) {
    .set {
        height: initial !important;
    }

    .flex-item {
        padding-right: 20px;
    }
}



[class^="col-"] .RadAutoCompleteBox_Default .racTokenList, [class^="col-"] .RadAutoCompleteBox .racInput {
    height: 40px;
}

[class^="col-"] .RadAutoCompleteBox_Default.form-control .racTokenList {
    height: 25px !important;
    padding: 0 20px 0 0;
    border-color: transparent;
    background-color: transparent !important;
}

.extendedContent, .extendedContent > table {
    width: 100% !important;
}

.action-div.affix {
    position: fixed;
    top: 42px;
    z-index: 1000;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-top: none;
    right: 0;
    padding: 5px 10px;
}



/**/

.action-div {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px;
}

    .action-div::-webkit-scrollbar {
        height: 7px;
        background: #f4f4f4;
    }

    .action-div::-webkit-scrollbar-thumb:horizontal {
        background: #a9ddff;
        border-radius: 10px;
    }

.action-div-fix {
    position: fixed;
    top: 93px;
    width: 100vw;
    z-index: 1010;
    box-shadow: 0 0 3px #ccc;
}

.RadToolBar .rtbWrap {
    border-radius: 0 !important;
}

.title-main {
    color: #333;
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .title-main h1 {
        margin: 0;
        padding: 0 10px;
        font-size: 19px;
    }

.extended-filter .extended-bar {
    padding: 5px 12px;
}

.filter--box {
    background: #f7f7f7;
    margin-bottom: 10px;
    border: 1px solid #009688;
}

.extended-filter .extended-title {
    font-size: small;
    float: right;
    cursor: pointer;
    min-width: 50%;
}

.extbar-btn > div {
    display: inline-block !important;
}

@media (min-width:320px) {
    .login-block {
        margin: 15px;
        padding: 20px;
        background: #fff;
    }

        .login-block .mb40 {
            margin-bottom: 40px;
        }

        .login-block img {
            width: 200px;
        }

    .btn-login {
        border: none;
        padding: 6px 40px;
        text-align: center;
        background: #E66722 !important;
        font-size: 13px;
        text-decoration: none;
        margin: 5px 0;
        color: #fff;
        float: left;
        transition: all .2s ease-in-out .2s;
        border: 1px solid #805600;
        border-radius: 2px;
    }

        .btn-login:focus {
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
            border-color: #66afe9 !important;
        }

    .linkformat {
        color: #555;
        font-size: 13px;
        float: left;
        text-decoration: none;
        transition: all .2s ease-in-out .2s;
    }

        .linkformat:hover {
            color: #aaa;
        }

    .btn-login:hover {
        background: #b14d16;
    }

    .login-cr {
        color: #cecece;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        padding: 0 15px;
    }

        .login-cr a {
            color: #f0f0f0;
        }

    .bottom-elements {
        display: none;
    }

        .bottom-elements a {
            color: #fff;
            font-size: small;
            display: inline-block;
        }
}

@media (min-width:768px) {
    .login-block {
        padding: 50px 20px;
        margin-top: 80px;
        width: 40%;
        margin-right: 50px;
    }

    .login-cr {
        width: 40%;
        margin-right: 50px;
    }

    .bottom-elements {
        display: block;
        position: absolute;
        bottom: 0px;
        right: calc(40% + 65px);
    }
}

@media (min-width:928px) {
    .login-block {
        padding: 100px 50px;
        margin-top: 70px;
        width: 30%;
        margin-right: 100px;
    }

    .login-cr {
        width: 30%;
        margin-right: 100px;
    }

    .bottom-elements {
        right: calc(30% + 115px);
    }
}
/*Kendo tab custom*/
.k-tabstrip-items {
    background: #2a579c;
    border-bottom: none;
    padding: 0;
}

    .k-tabstrip-items .k-state-active {
        background-color: #fff;
        border-color: #fff;
        border-bottom: 1px solid #eee;
    }

    .k-tabstrip-items .k-state-default .k-link {
        padding: 7px 10px;
    }

    .k-tabstrip-items .k-state-active .k-link {
        color: #333;
    }
/*custom*/
.card {
    position: relative;
    margin-bottom: 10px;
}

.card-block {
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.15);
}

.card-title {
    margin-top: 0;
    margin-bottom: 12px;
}

.card-subtitle {
    margin-top: -6px;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 20px;
}

.card-header {
    padding: 6px 10px;
    border-bottom: 1px solid #337ab7;
    font-size: 14px;
    font-weight: bolder;
}

    .card-header i {
        position: relative;
        bottom: -3px;
        margin-left: 10px;
    }

    .card-header.purple {
        background: #967adc;
        border-color: #967adc;
        color: #fafafa;
    }

    .card-header.dark {
        background: #455A64;
        color: #e5e5e5;
    }

.card-footer {
    padding: 12px 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-success {
    background-color: #30bd9b;
    border-color: #30bd9b;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-inverse .card-header, .card-inverse .card-footer {
    border-bottom: .075rem solid rgba(255,255,255,.2);
}

.card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
    color: #fff;
}

    .card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-blockquote > footer {
        color: rgba(255,255,255,.65);
    }

        .card-inverse .card-link:focus, .card-inverse .card-link:hover {
            color: #fff;
        }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 20px 0;
}

    .card-deck .card {
        display: table-cell;
        width: 1%;
        vertical-align: top;
    }

.card-deck-wrapper {
    margin-right: -20px;
    margin-left: -20px;
}

.card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }

        .card-group .card + .card {
            margin-left: 0;
            border-left: 0;
        }

        .card-group .card:first-child .card-img-top {
            border-top-right-radius: 0;
        }

        .card-group .card:first-child .card-img-bottom {
            border-bottom-right-radius: 0;
        }

        .card-group .card:last-child .card-img-top {
            border-top-left-radius: 0;
        }

        .card-group .card:last-child .card-img-bottom {
            border-bottom-left-radius: 0;
        }

        .card-group .card:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

            .card-group .card:not(:first-child):not(:last-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
                border-radius: 0;
            }

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }

.card-header.bg-green {
    border-radius: 5px 5px 0 0;
    background: #227447;
    color: #fff;
    border-bottom-color: #227447;
}

.card-header.bg-blue {
    border-radius: 5px 5px 0 0;
    background: #00869c;
    color: #fff;
    border-bottom-color: #00869c;
}

.card-header span {
    position: relative;
    padding-left: 10px;
    color: #01388b;
}

    .card-header span:after {
        content: '';
        display: inline-block;
        position: absolute;
        height: 3px;
        width: calc(100% + 10px);
        background: #2a579a;
        right: -10px;
        bottom: -6px;
    }

/*****************INPUT****************/
.form-control, .k-widget.k-header.form-control {
    display: block;
    width: 100%;
    padding: 5px 15px !important;
    font-size: 13px !important;
    color: #444 !important;
    height: 34px;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

input.form-control, input.k-widget.k-header.form-control {
    height: 34px !important;
}

.input-group .form-control {
    height: 36px !important;
    border-radius: 0 !important
}

.input-group .btn.btn-default {
    height: 36px !important;
    border-radius: 0 !important
}

textarea.form-control {
    height: 100%;
}

.form-control.riDisabled, [disabled="disabled"] {
    background-color: #eee !important;
    opacity: 1 !important;
    border-color: #eee !important;
    color: #adadad !important;
}

.input-group .k-widget.k-header.form-control input.form-control {
    box-sizing: initial;
    padding: 0 !important;
    position: absolute;
    top: -10px !important;
    height: 2.65em;
}

.k-widget.k-datepicker.k-header.form-control.aspNetDisabled {
    background-color: #eee !important;
}

    .k-widget.k-datepicker.k-header.form-control.aspNetDisabled .k-state-disabled {
        border: none !important;
    }

.secound-calendar-wrapper .k-icon {
    left: 8px !important;
    top: 54% !important;
}

.input-group-btn .btn {
    padding-top: 10px !important;
    padding-bottom: 9px !important;
}

.riTextBox, .RadInput_Default .riSelect, .RadInput_Default .rcSelect, .RadInputMgr_Default {
    border-color: #ddd !important;
    border-radius: 3px;
}

.selection-part .k-widget {
    width: auto !important;
    display: block;
    padding: 2px 0px;
    font-size: 13px !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    line-height: initial !important;
    height: initial;
}

.selection-part .k-dropdown-wrap.k-state-default {
    border-color: transparent !important;
}

.selection-part .k-icon.k-i-arrow-s:before {
    content: '';
}


.RadInput, .RadInputMgr {
    line-height: 1.9 !important;
    border-radius: 3px !important;
}

.form-control:hover, .k-widget.k-datepicker.k-header.form-control:hover, .riTextBox:hover, .ct-rich-dropdown-tree .search-area input:hover {
    border-color: #999 !important;
    box-shadow: none !important;
}

.form-control:focus, .k-widget.k-datepicker.k-header.form-control:focus, .selection-part .k-widget:focus, .selection-part .k-widget:focus, .riTextBox:focus, .ct-rich-dropdown-tree .search-area input:focus {
    border-color: #66afe9 !important;
    box-shadow: none !important;
}

.radius {
    border-radius: 3px !important;
}

.input-group .form-control.radius {
    border-radius: 3px !important;
}

.no-radius {
    border-radius: 0px !important;
}

.bradius-right {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.bradius-left {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
/**************END:INPUT**************/
.subject-label {
    display: block;
    font-size: 13px;
    font-family: 'isans-m';
    padding-bottom: 3px;
    color: #34495e;
}

.input-group .k-widget.k-datepicker.k-header.form-control .k-picker-wrap.k-state-default {
    padding: 2px 12px !important;
}

.bb-none {
    border-bottom: none !important;
    box-shadow: none;
}

.bt {
    border-top: 1px solid #e5e5e5;
}

.get, .set {
    margin-top: 15px;
}

.crm-object-top-header .main-section-of-ribbon {
    border-bottom: none !important;
}

.home-btn {
    height: 44px;
    margin-top: 37px;
}

    .home-btn i {
        margin: 0;
        font-size: 25px;
        line-height: 28px;
        bottom: -1px;
    }

h1.titles {
    margin: 0;
    font-size: large;
}

.color-border {
    padding: 1px 15px;
}

.company-info .input-group .btn {
    min-width: 40px;
}

@media (max-width:500px) {
    down-left {
        float: left;
    }
}

.saved-filter {
    color: #fff;
    padding: 0px 5px;
    position: relative;
}

    .saved-filter h3 {
        margin: 0;
        font-size: 18px;
        line-height: 30px;
    }

    .saved-filter .saved-buttons {
        float: left;
        height: 34px;
        border-radius: 3px;
    }

        .saved-filter .saved-buttons a {
            color: #333;
            font-size: 15px;
            padding-top: 3px;
            padding-bottom: 4px;
            position: relative;
            top: 5px;
            display: inline;
            border-radius: 3px;
            margin: 0 5px 0 0;
            background-color: #f8f4f4;
        }

        /*.saved-filter select {
        height: 32px !important;
    }*/

        .saved-filter .saved-buttons .fa {
            color: #666666;
        }

    .saved-filter .col-79 {
        width: calc(100% - 82px);
        float: right;
    }

.affix-ribbon ~ .affix-ribbon-bottom {
    height: 85px;
}

#test-tabs {
    position: relative;
    min-width: 250px;
}

    #test-tabs .hamburger {
        position: absolute;
        right: 100%;
        width: 30px;
        height: 30px;
        background: orange;
    }

    #test-tabs .visible-links {
        display: inline-table;
    }

        #test-tabs .visible-links li {
            display: table-cell;
        }

    #test-tabs .hidden-links {
        position: absolute;
        left: -58px;
        top: 37px;
        z-index: 3333;
        background: #fff;
        color: #fff;
        padding: 0;
        display: block;
    }

        #test-tabs .hidden-links li {
            display: block;
            background: #2a579c;
            padding: 5px 15px;
        }

            #test-tabs .hidden-links li a {
                background: #eee;
                color: #2a579c;
            }

    #test-tabs .hidden {
        visibility: hidden;
    }

    #test-tabs .button {
        position: absolute;
        right: calc(100% + 13px);
        top: 0;
        border: none;
        height: 37px;
        width: 49px;
        color: #fff;
        cursor: pointer;
        text-align: center;
        line-height: 35px;
        font-size: medium;
    }

@media (max-width:321px) {
    #test-tabs .button {
        right: calc(100% + 9px);
    }
}

.k-today {
    background: #737373 !important;
}

.kendo-data-picker .secound-calendar-wrapper {
    float: right;
    width: 100%;
    position: relative;
}

    .kendo-data-picker .secound-calendar-wrapper input {
        padding-right: 24px;
    }

    .kendo-data-picker .secound-calendar-wrapper .k-icon {
        float: left;
        left: 5px;
        z-index: 7;
        position: absolute;
        transform: none;
        -webkit-transform: translateX(0%) translateY(-50%);
        -moz-transform: translateX(0%) translateY(-50%);
        -ms-transform: translateX(0%) translateY(-50%);
        transform: translateX(0%) translateY(-50%);
        cursor: pointer;
    }

.rtl .input-group .k-widget.k-datepicker.k-header.form-control .k-picker-wrap.k-state-default {
    padding-right: 22px !important;
}

.filter-iframe-container-mgo > iframe {
    min-height: 400px;
}

.RadTabStrip .rtsLevel1 {
    border-bottom-width: 0px !important;
}

/*Custom Rad Tab Stripe*/
.custom-rad-tab.RadTabStrip_PG .rtsLevel1 .rtsUL, .custom-rad-tab.RadTabStrip .rtsLevel1, .custom-rad-tab.RadTabStrip .rtsLI {
    overflow: visible;
}

.custom-rad-tab {
    overflow: visible !important;
}

    .custom-rad-tab .rtsLevel .rtsLink {
        border: none !important;
        border-top: 0 !important;
        border-radius: 0 !important;
        padding: 13px !important;
        background: #efefef;
        color: #717171 !important;
        font-family: 'isans-m';
    }

        .custom-rad-tab .rtsLevel .rtsLink .rtsTxt {
            font-family: 'isans-m';
        }

    .custom-rad-tab .rtsLevel .rtsSelected .rtsLink {
        background: #efefef !important;
        background: #e5ebf1 !important;
        color: #222 !important;
    }

    .custom-rad-tab .rtsUL li {
        margin-right: 5px;
    }

        .custom-rad-tab .rtsUL li:first-child {
            margin-right: 0;
        }
/*End Custom Rad Tab Stripe*/
.input-group-addon {
    padding: 2px 12px;
}

.input-group .k-widget.k-datepicker.k-header.form-control .k-picker-wrap.k-state-default {
    height: 22px;
}

.dashboard-header > b {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ccc;
    margin: 0 5px;
    font-size: small;
    text-align: center;
}


.bg-transparent {
    background: transparent;
}

.k-picker-wrap:before {
    content: initial;
}

.k-picker-wrap:after {
    content: '';
    display: block;
    clear: both;
}

html body .RadInput_Default .riTextBox.form-control {
    height: 32px !important;
    background-color: #fff;
}

@media (max-width:980px) {
    .col-md-6.get.p-none {
        padding: 0 14px !important;
    }
}

.pbn {
    padding-bottom: 0 !important;
}

.tour-btn {
    float: none !important;
}

.popover-title {
    font-family: 'isans',Helvetica,Tahoma,Arial !important;
}

.tour-btn .disabled {
    border-color: #cdcdcd !important;
    color: #cdcdcd !important;
}

.popover-navigation {
    float: left;
}

button[data-role="end"] {
    margin: 10px;
}

.add-button, .add-button-more {
    background: #358ed7;
    color: #fff;
    border: none;
    border-bottom: 2px solid #358ed7;
    outline: none;
    border-radius: 5px;
    line-height: 36px;
    height: 36px;
    padding: 0 27px;
    font-size: 14px;
    display: inline-block;
    margin: 0px 9px 0;
}

    .add-button:hover, .add-button-more:hover {
        background: #0d7bd5;
        color: #fff;
    }

.btn-group .add-button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 1px solid #358ed7;
    margin-left: -2px;
}

.btn-group .add-button-more {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0;
    padding: 0 13px;
}

    .btn-group .add-button-more .caret {
        margin: 0;
    }

.btn-group.open .add-button-more {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
}

.btn-group.custom-add .dropdown-menu-left {
    left: 9px;
}

input.link {
    border: none;
    background: none;
    color: #222;
    display: inline-block;
    line-height: 1;
}

.RadToolBar .rtbButton {
    background-color: transparent !important;
}

.dashboard-header span {
    white-space: nowrap;
    display: inline-block;
}

.v-align-top td {
    vertical-align: top;
}

.h100vh {
    height: 100vh;
    min-height: 100vh;
}

@media (min-width:20px) {
    .choose-type {
        width: 100%;
        background: #fff;
        box-shadow: 0 0 70px -26px rgba(0,0,0,0.5);
        padding: 40px;
        padding-top: 30px;
    }

        .choose-type h2 {
            margin: 0;
            margin-bottom: 10px;
            color: #333;
        }

    .res-table, .res-table td {
        display: block;
    }
}

@media (min-width:580px) {
    .res-table {
        display: table !important;
    }

        .res-table td {
            display: table-cell !important;
        }
}

@media (min-width:990px) {
    .choose-type {
        position: absolute;
        left: 50%;
        top: 30px;
        transform: translate(-50%, 0%);
    }
}

@media (max-height:550px) {
    .choose-type {
        position: relative;
        top: auto;
        left: 0;
        transform: initial;
        width: 100%;
    }
}

.title--border {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 0;
    position: relative;
    z-index: 1;
}

    .title--border .title--bg {
        position: absolute;
        z-index: 2;
        top: -18px;
        background: #fff;
        font-size: medium;
        font-weight: bold;
        padding: 0 10px;
    }

.nav-stacked img {
    width: 20px;
    margin-left: 10px;
}

.bl1 {
    border-left: 1px solid #ccc;
}

h1.dashboard-header span b {
    font-size: small;
    background: #c7c7c7;
    padding: 5px;
    line-height: 7px;
    margin: 0 3px;
    display: inline-block;
    border-radius: 10px;
}

.dashboard-dropdown + ul li a b {
    font-size: 11px;
    background: #eee;
    line-height: 7px;
    display: inline-block;
    margin: 0 3px;
    padding: 5px;
}

.search--table-responsive td {
    padding: 5px;
}

@media (max-width:760px) {
    .search--table-responsive td {
        display: block;
    }
}

.input-group > .mt8 {
    margin-top: 0 !important;
}

.display-none {
    display: none !important;
}

.extended-tables textarea {
    resize: vertical;
}


.cardtable-tabs .tab-itme {
    background: #dbdbdb;
    color: #1d1d1d;
    float: right;
    display: block;
    width: auto;
    margin: 5px;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}

    .cardtable-tabs .tab-itme .count {
        background: #c4c4c4;
        padding: 4px 6px;
        font-size: 13px;
        text-align: center;
    }

.cardtable-tabs {
    float: right;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
}

    .cardtable-tabs .tab-itme * {
        float: right;
        font-size: 12px;
        font-weight: normal;
        line-height: 25px;
        padding: 4px 9px;
        text-align: center;
    }

    .cardtable-tabs .tab-itme.selected {
        background: #6796ec;
    }

.CardtableStatusWidget1 {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

    .CardtableStatusWidget1 .item {
        float: right;
        background: #f0f0f0;
        width: auto;
        margin: 0.5%;
        min-width: 15%;
        min-width: 240px;
        position: relative;
        display: flex;
        color: #2d272f;
        padding: 0;
        text-align: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        font-weight: normal;
        border-radius: 4px;
        max-height: 37px;
        height: 37px;
    }

        .CardtableStatusWidget1 .item hr {
            margin: 6px 0 2px;
        }

        .CardtableStatusWidget1 .item .previous-count {
            background: #ffb53e;
            color: #fff;
            float: left;
            height: 100%;
            margin: 0;
            flex-grow: 1;
            width: 24%;
            text-align: center;
            padding: 3px 2px 2px;
            font-size: 22px;
            font-weight: normal;
            position: absolute;
            border-radius: 4px 0 0 4px;
            vertical-align: middle;
            left: 0;
            line-height: 10px;
        }

        .CardtableStatusWidget1 .item .today-count {
            display: block;
            width: 100%;
            font-size: 13px;
            text-align: center;
            padding: 0;
        }

        .CardtableStatusWidget1 .item .text {
            text-align: center;
            width: 100%;
            font-size: 11px;
            line-height: 27px;
            color: #333;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .CardtableStatusWidget1 .item .pack-data {
            float: left;
            flex-grow: 2;
            align-self: flex-start;
            padding: 5px;
            box-sizing: border-box;
            margin-left: 20%;
            overflow: hidden;
            text-align: center;
            max-height: 37px !important;
        }

.cd-stretchy-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.cd-stretchy-nav {
    position: fixed;
    z-index: 2;
    bottom: 50px;
    left: 20px;
    pointer-events: none;
    z-index: 9999
}

    .cd-stretchy-nav .stretchy-nav-bg {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        -webkit-transition: height 0.2s, box-shadow 0.2s;
        -moz-transition: height 0.2s, box-shadow 0.2s;
        transition: height 0.2s, box-shadow 0.2s;
    }

    .cd-stretchy-nav.nav-is-visible {
        pointer-events: auto;
    }

        .cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
            height: 100%;
        }

    .cd-stretchy-nav ul .reminder-window-toggler {
    }

.cd-nav-trigger {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
    background: #338a23;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%; /* replace text with image */
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    pointer-events: auto;
}

    .cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before { /* this is the hamburger icon */
        position: absolute;
        width: 16px;
        height: 2px;
        background-color: #ffffff;
    }

    .cd-nav-trigger span { /* middle line of the hamburger icon */
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

        .cd-nav-trigger span::after, .cd-nav-trigger span::before { /* top and bottom lines of the hamburger icon */
            content: '';
            top: 0;
            left: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: -webkit-transform 0.2s;
            -moz-transition: -moz-transform 0.2s;
            transition: transform 0.2s;
        }

        .cd-nav-trigger span::before {
            -webkit-transform: translateY(-6px);
            -moz-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            -o-transform: translateY(-6px);
            transform: translateY(-6px);
        }

        .cd-nav-trigger span::after {
            -webkit-transform: translateY(6px);
            -moz-transform: translateY(6px);
            -ms-transform: translateY(6px);
            -o-transform: translateY(6px);
            transform: translateY(6px);
        }

.nav-is-visible .cd-nav-trigger span {
    background-color: transparent;
}

    .nav-is-visible .cd-nav-trigger span::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-is-visible .cd-nav-trigger span::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.cd-stretchy-nav ul {
    position: relative;
    z-index: 2;
    padding: 0 0 60px;
    visibility: hidden;
    -webkit-transition: visibility 0.3s;
    -moz-transition: visibility 0.3s;
    transition: visibility 0.3s;
    text-align: right;
}

    .cd-stretchy-nav ul a {
        border-radius: 50%;
        background: #696868;
        margin-bottom: 5px;
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        padding: 0;
        text-align: center;
        color: rgba(255, 255, 255, 1);
        font-size: 1.4rem;
        -webkit-transition: color 0.2s;
        -moz-transition: color 0.2s;
        transition: color 0.2s;
    }

    .cd-stretchy-nav ul span { /* navigation item labels */
        display: block;
        opacity: 0;
        -webkit-transform: translateX(-25px);
        -moz-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        -o-transform: translateX(-25px);
        transform: translateX(-25px);
    }

    .cd-stretchy-nav ul a:hover {
        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
    }

.cd-stretchy-nav.nav-is-visible ul {
    visibility: visible;
}

    .cd-stretchy-nav.nav-is-visible ul a::after { /* navigation item icons */
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        -webkit-animation: scaleIn 0.15s backwards;
        -moz-animation: scaleIn 0.15s backwards;
        animation: scaleIn 0.15s backwards;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

    .cd-stretchy-nav.nav-is-visible ul a.active {
        color: #ffffff;
    }

        .cd-stretchy-nav.nav-is-visible ul a.active::after {
            opacity: 1;
        }

        .cd-stretchy-nav.nav-is-visible ul a.active::before {
            -webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
            -moz-transform: translateX(3px) translateY(-50%) scaleY(1);
            -ms-transform: translateX(3px) translateY(-50%) scaleY(1);
            -o-transform: translateX(3px) translateY(-50%) scaleY(1);
            transform: translateX(3px) translateY(-50%) scaleY(1);
            -webkit-transition: -webkit-transform 0.15s 0.3s;
            -moz-transition: -moz-transform 0.15s 0.3s;
            transition: transform 0.15s 0.3s;
        }

    .cd-stretchy-nav.nav-is-visible ul span {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: slideIn 0.15s backwards;
        -moz-animation: slideIn 0.15s backwards;
        animation: slideIn 0.15s backwards;
        -webkit-transition: -webkit-transform 0.2s;
        -moz-transition: -moz-transform 0.2s;
        transition: transform 0.2s;
    }

.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
    color: #ffffff;
}

    .no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
        opacity: 1;
    }

    .no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px);
    }

.cd-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
.cd-stretchy-nav.nav-is-visible ul li:first-of-type span {
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: translateY(-50%) scale(0);
    }

    to {
        -webkit-transform: translateY(-50%) scale(1);
    }
}

@-moz-keyframes scaleIn {
    from {
        -moz-transform: translateY(-50%) scale(0);
    }

    to {
        -moz-transform: translateY(-50%) scale(1);
    }
}

@keyframes scaleIn {
    from {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
    }

    to {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateX(-25px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideIn {
    from {
        opacity: 0;
        -moz-transform: translateX(-25px);
    }

    to {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        -moz-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        -o-transform: translateX(-25px);
        transform: translateX(-25px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.close-left-side {
    font-size: 17px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 333;
    color: #fb8787;
}

.left-side .close-left-side {
    cursor: pointer;
    transition: all 0.3s;
}

    .left-side .close-left-side:hover {
        color: blue;
    }

@media (max-width:769px) {
    .person-info .col-sm-6 [class*="col-xs-"] {
        padding: 0
    }

    .subject-label {
        padding-top: 0 !important
    }
}

.extended-tables .RadEditor {
    width: 100% !important
}

.extended-tables [class*="col-md-"] [class*="col-md-"] {
    padding: 0
}

@media (max-width:667px) {
    .affixer, .action-div.affix {
        position: relative !important;
        top: 0
    }

    h1.titles {
        font-size: medium;
        line-height: 21px
    }

    .affix-ribbon ~ .affix-ribbon-bottom {
        height: 0;
    }

    .has-color {
        width: 5px;
    }

    .color-border {
        padding: 1px 5px 1px 15px
    }

    .RadTabStrip_rtl .rtsLI {
        float: none !important;
    }

    .dashboard-header img {
        display: none;
    }

    .flex-container {
        margin-bottom: 0
    }

        .flex-container .flex-item {
            display: none
        }

            .flex-container .flex-item.active {
                width: 100% !important;
                display: block
            }

    .flex-item.active i {
        display: none
    }

    .flex-item span {
        max-width: 100%
    }

    .title-main h1.dashboard-header {
        font-size: medium;
    }

    .title-main {
        margin-bottom: 5px
    }

    header {
        position: absolute;
        max-width: 100%
    }

    .wndReminderWindow, .wndCallPopupWindow, .RadNotification, .resizeIframe iframe, body {
        width: 100vw !important;
        max-width: 100% !important;
        *width: 100%
    }

    /*.RadNotification {
        position:fixed!important;
        top: auto !important;
        bottom: 45px !important;
        box-shadow: none !important;
        border-color: transparent !important;
    }

        .RadNotification .rnTitleBar {
            border-color: transparent !important;
            background-color: #eef3f9 !important;
            background-image: none !important;
            padding: 14px !important;
        }*/

    .RadTabStrip .rtsLI {
        display: inline-block !important
    }

    .RadTabStripTop_PG .rtsLevel1 .rtsLink {
        font-size: 11px !important
    }

    .RadTabStrip .rtsLI i {
        display: none;
    }

    .RadTabStrip .rtsOut {
        padding-right: 0
    }

    .custom-rad-tab .rtsLevel .rtsLink {
        padding: 10px 5px !important
    }

    html.thishtml {
        overflow-x: hidden
    }

    .ribbon-box {
        max-width: 100%;
        overflow: visible;
    }
}

@media (max-width:400px) {
    .CardtableStatusWidget1 .item {
        float: none;
        margin: 5px auto;
    }
}

.date-darkbg {
    background: #333;
    color: #fff;
    text-align: center;
    margin-right: -15px;
    margin-left: -15px;
}

body {
    padding-bottom: 50px;
}

/* make tables reponsive widthout js rules*/
/*.table-responsive {
    overflow-x: auto;
}*/

/*table.rgMasterTable {
    table-layout: auto !important;
}*/
/* make tables reponsive widthout js rules end*/



.RadGrid_PG .rgDataDiv, div[id*='treeListProgramPanel'] .rtlDataDiv, div[id*='treeListProgramPanel'] .ltrDataDiv {
    height: 100% !important;
}


#calendar-list div {
    display: inline-block !important
}

.drop-place {
    background: rgba(230, 103, 34, 0.1);
}

.float-vard.fix {
    position: fixed;
    top: 0;
    width: 343px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.float-vard {
    transition: all 0.3s;
}

.crm-object-top-header .main-section-of-ribbon [role="tabpanel"] {
    padding: 0 .92em !important;
}

.modal {
    padding-top: 40px;
}

.modal-open .modal .bootstrap-dialog-close-button {
    float: left;
}

.modal .bootstrap-dialog-title {
    text-align: right;
}

.modal-content {
    box-shadow: unset;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #fff !important;
}

.modal .modal-dialog .modal-content {
    text-align: right;
}

.modal-dialog .widgets {
    width: 100%;
    float: right;
}

.clear {
    clear: both;
    width: 100%;
    height: 1px;
    display: block;
}

.modal-dialog .widgets .widget-tilte {
    float: right;
    width: 100%;
}

.modal.in .modal-dialog {
    direction: rtl;
    overflow: hidden;
}

.modal-dialog .widgets .inner {
    float: right;
    width: 100%;
}

    .modal-dialog .widgets .inner .widget-item {
        float: right;
        width: 25%;
        padding: 8px;
        box-sizing: border-box;
    }

        .modal-dialog .widgets .inner .widget-item .innero {
            background: #F5F5F5;
            height: 115px;
            border-radius: 4px;
            padding: 15px 8px 8px 8px;
            position: relative;
            display: block;
            cursor: pointer;
        }

            .modal-dialog .widgets .inner .widget-item .innero .checkbox-custom {
                position: absolute;
                top: 0;
            }

                .modal-dialog .widgets .inner .widget-item .innero .checkbox-custom input[type="checkbox"] {
                    display: none;
                }

            .modal-dialog .widgets .inner .widget-item .innero .icon {
                margin: 0 auto;
                width: 100%;
                display: block;
                text-align: center;
                font-size: 40px;
                height: 40px;
                line-height: 40px;
                color: #5E7284;
                text-rendering: optimizeSpeed;
                font-family: FontAwesome;
            }

            .modal-dialog .widgets .inner .widget-item .innero .name {
                float: none;
                width: 100%;
                text-align: center;
                font-size: 14px;
                font-weight: bold;
                font-family: 'isans',Helvetica,Tahoma,Arial;
                text-rendering: optimizeSpeed;
                display: block;
                min-height: 60px;
            }

            .modal-dialog .widgets .inner .widget-item .innero .checkbox-custom input[type="checkbox"]:checked + i {
                color: #1F74CE;
                font-size: 23px;
            }

            .modal-dialog .widgets .inner .widget-item .innero:hover {
                background: #eee;
            }

            .modal-dialog .widgets .inner .widget-item .innero .checkbox-custom i {
                transition: all 0.2s;
            }

            .modal-dialog .widgets .inner .widget-item .innero .total {
                position: absolute;
                top: 0;
                left: 0;
                background: rgb(66, 139, 202);
                width: 100%;
                color: #fff;
                text-align: center;
                font-size: 16px;
            }

.modal-dialog .widgets .commands {
    float: right;
    width: 100%;
    margin-top: 15px;
    border-top: 2px dashed #ECECEC;
    padding-top: 25px;
}

    .modal-dialog .widgets .commands .btn {
        margin-left: 10px;
    }

        .modal-dialog .widgets .commands .btn:before {
            float: right;
            margin-left: 13px;
        }
/*this removed becuase it cause some problems
    .modal-backdrop {z-index: 32000!important;}*/
.modal-open .modal {
    z-index: 9999999 !important;
    padding-right: 0 !important;
}

    .modal-open .modal .bootstrap-dialog-close-button .close {
        width: auto;
        background: transparent;
        opacity: 0.8;
        font-size: 33px;
        color: #fff;
    }

        .modal-open .modal .bootstrap-dialog-close-button .close:hover {
            opacity: 1;
        }

.modal.iframe-full {
    max-width: 100%;
    float: left;
    width: 100%;
    padding: 0 !important;
}

    .modal.iframe-full .modal-dialog {
        width: 90%;
        margin-left: 5% !important;
        margin-right: 5% !important;
        left: 0 !important;
        right: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
    }

        .modal.iframe-full .modal-dialog .bootstrap-dialog-message > iframe {
            border: 0;
            padding-top: 15px;
            background-color: #eee;
        }

.bootstrap-dialog .bootstrap-dialog-close-button.maxi-button, .bootstrap-dialog .bootstrap-dialog-close-button.maxi-button * {
    background: transparent;
    border: 0;
    color: #fff;
}

    .bootstrap-dialog .bootstrap-dialog-close-button.maxi-button * {
        padding: 0;
    }

.bootstrap-dialog .bootstrap-dialog-close-button.maxi-button {
    line-height: 37px;
    margin-left: 4px;
}

.fix-crm-boj-comment .set.up-res {
    height: auto !important;
}

.custom-rad-tab .rtsLevel li.rtsLI {
    display: inline-block;
}

.custom-rad-tab .rtsLevel .rtsLink {
    display: inline-block;
    white-space: nowrap; /*margin-left: 6px;*/
}

.k-grid-header th.k-header {
    padding: 12px 15px !important;
}

.k-grid-header {
    /*border-color: #F44336;*/
    background-color: #f3f3f3;
}

    .k-grid-header .k-header {
        background-color: #f3f3f3
    }

    .k-grid-header th.k-header, .k-filter-row th {
        border: none;
        color: #607D8B;
    }

.k-grid td {
    border: none;
    border-bottom: 1px solid #f7f7f7 !important;
}

.uc-member-picker .result-panel .list-group-item {
    cursor: pointer;
}

.card-header .count-of-new-ones {
    display: none;
}

    .card-header .count-of-new-ones.active {
        transition: all 0.3s;
        margin-right: 4px;
        background: #ea6161;
        border-radius: 100%;
        padding: 2px;
        width: 28px;
        height: 28px;
        line-height: 17px;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        color: #fff;
        border: 3px #a23d3d;
        border-style: inherit;
        box-shadow: 0 0 6px #420101;
        animation-name: shake;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        display: inline-block;
    }

    .card-header .count-of-new-ones:before, .card-header .count-of-new-ones:after {
        display: none;
    }

@keyframes shake {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

@-webkit-keyframes shake {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

@-moz-keyframes shake {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

/* -------------- this is for warning icon on textbox with count of warning ------------------*/
.txt-warning {
    float: left;
    margin-top: -26px;
    padding-left: 7px;
    color: goldenrod;
    position: relative;
    z-index: 10;
}

.badge-warning {
    float: left;
    margin-top: -40px;
    color: red;
    background-color: wheat;
    position: relative;
    z-index: 999;
}

.rtl-txt {
    padding-left: 26px;
}
/* -------------- this is for warning icon on textbox with count of warning ------------------*/
.set-center-white {
    float: none;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
}

    .set-center-white .commands {
        margin-top: 15px;
    }

header .abtop a {
    position: relative;
}

    header .abtop a .badge {
        position: absolute;
        z-index: 4;
        right: -4%;
        width: auto !important;
        top: -5px;
    }

/*header .abtop .notif {
    margin-top: 5px;
}*/

header .abtop .dropdown .btn, header .abtop-menumaster .dropdown .btn {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

header .abtop .btn:hover, header .abtop-menumaster .btn:hover {
    background-color: transparent;
}

header .open > .dropdown-toggle.btn {
    background-color: transparent !important;
}

header .abtop-menumaster a {
    position: relative;
}

    header .abtop-menumaster a .badge {
        position: absolute;
        z-index: 4;
        right: -4%;
        width: auto !important;
        top: -5px;
    }

.rspTabsContainer .rspPaneTabContainer {
    height: auto;
    min-height: 100px;
}

.RadSplitter .rspRotatedTabText.rspPaneTabText {
    transform: rotateX(0) !important;
}

.rad-bootstrap-dialog.bootstrap-dialog.type-primary .modal-header {
    background: #ececec;
    color: #000;
}

.rad-bootstrap-dialog.bootstrap-dialog .bootstrap-dialog-close-button .close, .rad-bootstrap-dialog.bootstrap-dialog .bootstrap-dialog-title, .rad-bootstrap-dialog.bootstrap-dialog .bootstrap-dialog-close-button.maxi-button * {
    color: #01388b !important;
}

.messagebox-pg .modal-dialog {
    transition: all 0.3s;
}

#myHorizontalAccordion {
    overflow: visible !important;
}

    #myHorizontalAccordion .set {
        height: auto !important;
    }

.cd-nav-trigger {
    opacity: 0.3;
}

    .cd-nav-trigger:hover {
        opacity: 1;
    }

#test-tabs .hidden-links li:hover {
    background: #5c5bc0;
    opacity: 0.8;
}

.tab-panel-indivi {
    display: none;
}

@media(max-width:991px) {

    .tab-panel-body .CommentListWidget .inner .click-detection-fo-before {
        display: block;
    }

    .tab-panel-indivi {
        display: block;
        box-sizing: border-box;
        border: 2px solid #f3f3f3;
        background: #f3f3f3;
        margin-bottom: -9px;
    }

        .tab-panel-indivi .row {
            padding: 8px 23px;
        }

    .tab-panel-body .inner > *.active {
        display: block;
    }

    .tab-panel-body .inner > .p-none, .tab-panel-body .inner > .up-res, .tab-panel-body > .RadAjaxPanel {
        display: none !important;
    }

        .tab-panel-body .inner > .p-none.active, .tab-panel-body .inner > .up-res.active, .tab-panel-body .RadAjaxPanel.active {
            display: block !important;
        }

    .tab-panel-body .RadAjaxPanel .card-block.p-none {
        min-height: 200px;
    }

    .tab-panel-indivi .active {
        background: #337ab7;
        color: #fff;
    }

    .tab-panel-indivi .btn-group .btn {
        line-height: 17px;
    }

    .tab-panel-indivi .btn-group {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

        .tab-panel-indivi .btn-group .btn {
            min-width: 100px;
            float: none;
            margin: 0;
        }

    .card-block.p-none.ribbon-box.open {
        margin-top: 0 !important;
    }

        .card-block.p-none.ribbon-box.open .toggler:after {
            transform: rotate(540deg);
            bottom: -24px;
        }

    .card-block.p-none.ribbon-box .home-btn {
        display: none;
    }

    .card-block.p-none.ribbon-box .affixer .pull-right {
        width: 100% !important;
    }

    #test-tabs .hidden-links {
        left: 0px;
    }

    #test-tabs .button {
        left: 0;
        right: auto;
        width: 40px;
        font-size: 19px;
    }

    .card-block.p-none.ribbon-box:not(.open) .hidden-links {
        display: none;
    }

    .card-block.p-none.ribbon-box.open span.k-icon.k-i-more:before {
        content: "\f141";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 20px;
    }

    .card-block.p-none.ribbon-box.open span.k-icon.k-i-more {
        background: none;
    }

    .card-block.p-none.ribbon-box.open #test-tabs .button i:before {
        content: "\f141";
    }

    .card-block.p-none.ribbon-box span.k-icon.k-i-more:before {
        content: "\f141";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 20px;
    }

    .card-block.p-none.ribbon-box span.k-icon.k-i-more {
        background: none;
    }

    .card-block.p-none.ribbon-box .k-content {
        padding-left: 0;
    }

    .card-block.p-none.ribbon-box .k-tabstrip-items {
        padding-left: 36px;
    }

    .tab-panel-body .comment-list-dom-container .CommentListWidget .commenter-box-go-miniaze {
        display: block;
    }
}

@media(max-width:500px) {
    .tab-panel-indivi .btn-group .btn {
        border-radius: 4px !important;
        margin-bottom: 4px;
        line-height: 23px;
    }
}

.cd-nav-trigger {
    opacity: 0.3;
    display: none;
}

    .cd-nav-trigger:hover {
        opacity: 1;
    }

.tour-step-background {
    color: black;
}

.tour-step-backdrop {
    color: black;
}

#tourSlideParent {
    width: 100%;
    display: block;
    clear: both;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0px 0px 5px 5px;
}

.userprofil-points-filters {
    margin: 0;
    width: 100%;
}

.ignoer-word-breaking span {
    word-break: normal !important;
}

.uc-product-picker .rad-combobox-container > div {
    width: 100% !important;
}

.uc-product-picker fieldset > div {
    margin-bottom: 10px;
}

.k-animation-container.k-overflow-wrapper {
    left: 0 !important;
    margin-left: 0 !important;
    right: auto !important;
    max-width: 100% !important;
    overflow: auto !important;
}

    .k-animation-container.k-overflow-wrapper a {
        white-space: pre-wrap;
    }

/* for filter section*/
.filter--box {
    border: 0;
}

.filter-container-inner .well {
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.filter-container-inner {
    background: #f5f5f5;
}

    .filter-container-inner .well + table {
        background: #2196F3;
        padding: 8px;
    }

    .filter-container-inner > .table-responsive {
        padding: 12px;
    }

.panel-default > .panel-heading {
    background-color: #3098db;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 8px 5px;
    border: 1px solid #3098db;
}

.wrapper-paraphs.panel-default > .panel-heading {
    border: none !important;
}

.wrapper-paraphs .panel-heading .paraphs-icon {
    position: absolute !important;
    z-index: 1;
}

.wrapper-paraphs .panel-heading .paraphs-noicon {
    padding: 1px 4px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 5px;
}

    .wrapper-paraphs .panel-heading .paraphs-noicon:before {
        content: '' !important;
    }

.wrapper-paraphs .panel-heading .paraphs-type {
    position: absolute;
}

.well #extendedpanel.in {
    padding-bottom: 25px;
}

.panel-default .panel-heading .panel-title a:before {
    color: #fff;
    position: static;
    margin-left: 4px;
}

.panel-default .panel-heading .panel-title a.paraphs-icon:before {
    color: #01388b;
}

.filter-container-inner .well > .panel.panel-default {
    margin-bottom: 0;
}

.filter-container-inner .well h4.panel-title {
    padding: 4px;
    background: #f0ad4e;
    display: inline-block;
    padding: 8px;
}

    .filter-container-inner .well h4.panel-title a:hover {
        color: #fff;
        opacity: 0.8;
    }

.extended-filter {
    border-bottom: 0;
}

    .extended-filter .extended-title {
        color: #fff;
        display: inline-block;
        width: auto;
        min-width: 0;
        background: #f0ad4e;
        padding: 5px 8px;
        height: 31px;
        border-radius: 3px;
    }
/*  for filter section end */

.search--table-responsive .container-group-props .UcProductGrid_pnlProductGrid .row {
    margin: 0;
}

.search--table-responsive > div {
    width: 49%;
    float: right;
    margin: 0.25%;
    padding-bottom: 2px;
}

.search--table-responsive {
    padding: 25px;
}

    .search--table-responsive > div > fieldset {
        padding-bottom: 30px;
    }

    .search--table-responsive .container-group-props > div > div {
        margin-bottom: 11px;
    }

    .search--table-responsive .container-group-props > div {
        background: rgba(239, 239, 239, 0.45);
        padding: 4px;
        box-sizing: border-box;
        margin-bottom: 11px;
        border-radius: 4px;
    }

    .search--table-responsive .input-group .form-control {
        height: 40px;
    }

    .search--table-responsive .container-group-props .UcProductGrid_pnlProductGrid .k-combobox,
    .search--table-responsive .container-group-props .UcProductGrid_pnlProductGrid .k-dropdown {
        height: 34px;
        line-height: 34px;
    }

        .search--table-responsive .container-group-props .UcProductGrid_pnlProductGrid .k-combobox .k-dropdown-wrap,
        .search--table-responsive .container-group-props .UcProductGrid_pnlProductGrid .k-dropdown .k-dropdown-wrap {
            height: 32px;
            line-height: 35px;
        }

            .search--table-responsive .container-group-props .UcProductGrid_pnlProductGrid .k-dropdown .k-dropdown-wrap .k-input,
            .search--table-responsive .container-group-props .UcProductGrid_pnlProductGrid .k-combobox .k-dropdown-wrap .k-input {
                line-height: 33px;
                height: 33px;
            }

    .search--table-responsive .container-group-props .UcProductGrid_pnlProductGrid .k-ext-treeview {
        z-index: 5 !important;
    }

    .search--table-responsive .container-group-props .UcProductGrid_pnlProductGrid [data-role="extdropdowntreeview"] .k-dropdown {
        background: #fff;
    }

        .search--table-responsive .container-group-props .UcProductGrid_pnlProductGrid [data-role="extdropdowntreeview"] .k-dropdown .k-dropdown-wrap {
            background: white;
            opacity: 1;
        }

    .search--table-responsive .input-group-btn {
        padding: 0;
    }

    .search--table-responsive .RadButton.RadButton_PG {
        line-height: 35px;
    }

    .search--table-responsive .input-group-btn .RadButton.RadButton_PG {
        line-height: 38px !important;
        height: 34px !important;
    }

.modal.add-serials-ui-frees .modal-header {
    padding: 0;
    height: 35px;
    position: relative;
}

.modal.add-serials-ui-frees .modal-content {
    box-shadow: none;
    border: 0;
}

.modal.add-serials-ui-frees .modal-dialog {
    width: 350px !important;
    min-width: 0 !important;
    max-width: none !important;
}

    .modal.add-serials-ui-frees .modal-dialog .bootstrap-dialog-message {
        text-align: center;
        font-size: 16px;
    }

.modal.add-serials-ui-frees .bootstrap-dialog-header {
    display: block;
    height: 100%;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(43,194,83)), color-stop(1, rgb(84,240,84)) );
    background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
    -webkit-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
}

    .modal.add-serials-ui-frees .bootstrap-dialog-header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
        background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
        z-index: 1;
        -webkit-background-size: 50px 50px;
        -moz-background-size: 50px 50px;
        background-size: 50px 50px;
        -webkit-animation: move 2s linear infinite;
        -moz-animation: move 2s linear infinite;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

.uc-identity-classification-rule > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@media(max-width: 991px) {
    .container.mass-opportunity-component .no-padding-right {
        padding-right: 15px !important;
    }

    .container.mass-opportunity-component .no-padding-left {
        padding-left: 15px !important;
    }

    .container.mass-opportunity-component * {
        max-width: 100%;
    }

    .container.mass-opportunity-component .row > .f.col-md-2 {
        margin-bottom: 20px;
        width: 100%;
    }

    .container.mass-opportunity-component fieldset {
        clear: both;
    }

    .container.mass-opportunity-component .row {
        margin: 0 auto;
    }

    .be-inline-in-medium-devices td {
        display: inline-block;
    }
}

@media(min-width:768px) {
    .uc-html-editor-container .editor-container {
        padding-right: 0;
    }

    .uc-html-editor-container .parameter-col {
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .height55 {
        height: 55px
    }
}

@media(max-width:768px) {
    .search--table-responsive > div {
        width: 100%;
        margin-bottom: 25px;
    }

    textarea.form-control {
        height: auto !important;
        max-width: 100% !important;
        overflow: visible !important;
        display: block;
    }

    .be-inline-in-smal-devices td {
        display: inline-block;
    }
}

@media(max-width:640px) {
    .rich-dropdown-tree-complete .k-autocomplete .links {
        height: auto;
        white-space: pre-line;
        position: relative;
        margin-top: -36px;
        border: #cccccc 1px solid;
        margin-bottom: 5px;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        top: 0;
        left: 0;
    }

        .rich-dropdown-tree-complete .k-autocomplete .links > * {
            display: block;
        }

    .rich-dropdown-tree-complete .k-autocomplete {
        height: auto;
    }

    .rich-dropdown-tree-complete .search-area .links .btn-close {
        background: #337ab7;
        color: #fff;
        padding: 8px;
        left: 2px;
        top: 2px;
    }

    .ct-rich-dropdown-tree .search-area .k-autocomplete {
        width: 100% !important;
        clear: both;
        display: block;
    }

        .ct-rich-dropdown-tree .search-area .k-autocomplete ~ * {
            display: inline-block;
            float: none;
            position: static;
            margin: 0;
            width: auto;
            background: #ccc;
            border: 1px solid #ddd;
        }

    .card-block .titles {
        width: 100%;
        display: block;
        margin-bottom: 12px;
    }

    .ct-rich-dropdown-tree .search-area .input-group {
        text-align: center;
    }
}

.date-darkbg > * {
    display: inline-block;
}

.vasat .fix-crm-boj-comment .up-res {
    margin-top: 0;
}

.uc-contact-address-row .data-section + .row > .col-md-12 {
    clear: both;
}

.main-section-of-ribbon > ul {
    white-space: nowrap;
}

.mass-opportunity-component .card-block {
    padding-right: 0;
    padding-left: 0;
}

.mass-opportunity-component {
    padding: 25px 0;
}

    .mass-opportunity-component fieldset {
        margin-bottom: 15px;
    }

    .mass-opportunity-component + .clr {
        margin-bottom: 30px;
    }

    .mass-opportunity-component .st-btn {
        float: left;
    }

    .mass-opportunity-component .opportunity-products-container .uc-product-picker .rad-combobox-container > div {
        padding-left: 0;
    }

    .mass-opportunity-component .opportunity-products-container .uc-product-picker .RadComboBox_PG .rcbArrowCell a {
        background-position: -18px -59px;
    }

    .mass-opportunity-component .user-picker-container-padding-less {
        padding-left: 0;
        padding-right: 5px;
    }

.uc-product-list-field-container .inner {
    border: 1px solid rgba(204, 204, 204, 0.49);
    padding: 15px 8px;
    background: rgba(234, 233, 233, 0.08);
    box-shadow: 0 0 2px rgba(204, 204, 204, 0.18);
}

.uc-product-list-field-container {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .uc-product-list-field-container .RadTabStrip .rtsUL .rtsLI {
        border-radius: 0;
        border-bottom: 0;
    }

        .uc-product-list-field-container .RadTabStrip .rtsUL .rtsLI .rtsLink {
            border-radius: 0;
            border: 1px solid transparent;
        }

        .uc-product-list-field-container .RadTabStrip .rtsUL .rtsLI.selectedtab {
            border-bottom: 0;
            outline: 0 !important;
            box-shadow: none;
        }

            .uc-product-list-field-container .RadTabStrip .rtsUL .rtsLI.selectedtab:after {
                border-bottom: 0;
                display: none;
            }

        .uc-product-list-field-container .RadTabStrip .rtsUL .rtsLI:after {
            display: none;
        }

.uc-html-editor-container .list-parameters-container .parameter-list-title {
    text-align: center;
    background: #ece4e4;
    height: 30px;
    font-size: 14px;
}

.uc-html-editor-container .list-parameters-container .parameter-list-body > td {
    position: relative;
}

    .uc-html-editor-container .list-parameters-container .parameter-list-body > td .RadListBox {
        position: absolute;
        height: 373px;
        overflow: auto;
        width: 100%;
        border: 0;
        border: 1px solid #ccc;
    }

        .uc-html-editor-container .list-parameters-container .parameter-list-body > td .RadListBox .rlbGroup.rlbGroupRight {
            border: 0;
        }

.uc-html-editor-container .RadEditor table.reLayoutWrapper {
    border: 0;
}

.uc-html-editor-container .RadEditor table.reLayoutWrapper {
    border: 0 !important;
}

.uc-html-editor-container .Default.reWrapper {
    border: 0;
}

.uc-html-editor-container .parameter-list-body .RadListBox_PG .rlbItem.rlbSelected > .rlbTemplate {
    background: transparent;
    border: red 2px dashed;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(103, 97, 97, 0.68);
    display: block;
}

.uc-html-editor-container .parameter-list-body .RadListBox_PG .rlbItem.rlbSelected {
    background: transparent;
    border: 0;
}

    .uc-html-editor-container .parameter-list-body .RadListBox_PG .rlbItem.rlbSelected > .rlbTemplate * {
        color: black;
        text-align: center;
    }

.uc-html-editor-container .parameter-list-body .RadListBox .rlbItem {
    cursor: pointer;
}

    .uc-html-editor-container .parameter-list-body .RadListBox .rlbItem:hover .rlbTemplate {
        border: 3px solid #ece4e4;
    }

    .uc-html-editor-container .parameter-list-body .RadListBox .rlbItem .rlbTemplate {
        border-radius: 6px;
        box-sizing: border-box;
        border: 3px solid transparent;
    }

.uc-html-editor-container {
    margin: 18px 0;
    box-shadow: 0 0 3px rgba(35, 32, 32, 0.52);
}

    .uc-html-editor-container .parameter-list-body .RadListBox {
        width: 100%;
        height: 370px;
        overflow: auto;
        border: 1px solid #ddd;
        border-bottom: 0;
    }

        .uc-html-editor-container .parameter-list-body .RadListBox .rlbGroup {
            border: 0;
        }



.container.mass-opportunity-component legend {
    margin-bottom: 15px;
    border-radius: 0;
    margin-top: -4px;
    color: #01388b;
    padding: 6px 6px;
    background-color: #f5f5f5;
    box-sizing: content-box;
    font-size: 14px;
    font-weight: bolder;
    width: 100%;
    float: right;
    margin-right: -6px;
    border: 0px;
    border-bottom: 1px solid #eeeeee;
}

.container.mass-opportunity-component .card-header span:after {
    background: transparent;
}



.RadEditor .reToolCell {
    background: #ece4e4;
    color: #fff;
}

    .RadEditor .reToolCell .reToolbarWrapper {
        float: right;
        width: 100%;
    }

        .RadEditor .reToolCell .reToolbarWrapper .reGrip.grip_last {
            display: none;
        }

        .RadEditor .reToolCell .reToolbarWrapper .reGrip.grip_first {
            display: none;
        }

        .RadEditor .reToolCell .reToolbarWrapper li {
            background: #ece4e4;
        }

            .RadEditor .reToolCell .reToolbarWrapper li, .RadEditor .reToolCell .reToolbarWrapper li * {
                cursor: pointer;
                display: inline;
            }

.reToolCell .reToolbarWrapper li a.reTool:hover {
    background: #2196F3;
}

.RadListBox .rlbGroup .rlbActive {
    padding: 4px 4px;
}

    .RadListBox .rlbGroup .rlbActive .rlbTemplate span {
        padding: 4px;
        display: inline-block;
    }

.RadListBox .rlbTemplate .borderbot span {
    padding: 4px 8px;
    display: inline-block;
    margin: 0;
}

.Default.RadEditor .reContentCell {
    padding: 12px;
}

/*-------------Editor------------*/
.reTool.reRTL:before {
    content: "\e520";
}

.reTool.reLTR:before {
    content: "\e51e";
}

.reTool.reEmailContentManager:before {
    content: "\e65d";
}

.reTool.reSignManager:before {
    content: "\e10b";
}

.reDropdown.reRealFontSize {
    min-width: 55px;
}

.RadWindow {
    background-color: #fff;
}

.uc-identity-history-make-it-scroll-responsive .RadTreeList .rtlTable th {
    white-space: nowrap;
}

.uc-identity-history-make-it-scroll-responsive .RadTreeList .rtlTable {
    width: auto;
}

.uc-identity-history-make-it-scroll-responsive .table-responsive .company-name {
    display: block;
}

.crm-Object-changes-page .card-block.search-section .search-section-fileds-container > * {
    margin-bottom: 15px;
}

.manage-product-registeration-page .content-section {
    padding: 30px 50px;
}



.modal.iframe-full .modal-dialog .bootstrap-dialog-message > iframe.loaded {
    background: transparent;
}

.wndReminderWindow .btn {
    margin-top: 10px;
}

.uc-web-service-field .RadAjaxPanel {
    display: inline-block !important;
    width: auto;
    vertical-align: middle;
    height: 25px;
}

.edit-appointment-uc-link-to > .pull-right {
    width: 100%;
}

.liner-input-partizo .partizo-dt {
    border: 1px solid #ccc !important;
    height: 34px;
    border-right: 0;
}

    .liner-input-partizo .partizo-dt .subject-label {
        padding: 0;
        line-height: 30px;
    }

.rad-time-picker .riTextBox {
    height: 34px !important;
}

.history-check .panel-default > .panel-heading {
    background-color: #f8f8f8;
    color: #212121;
}

    .history-check .panel-default > .panel-heading .text-success {
        color: #008c7f;
        font-size: 12px;
        width: 15%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.records-on-stream-commands {
    padding-bottom: 12px;
}

.tab-panel-body {
    padding-bottom: 50px;
}

.text-for-telerik-title {
    display: inline-block;
    margin-left: 11px;
    vertical-align: middle;
    margin-bottom: 0;
    height: 26px;
    margin-bottom: 10px;
}

    .text-for-telerik-title ~ .btn.btn-primary {
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
        margin-bottom: 15px;
    }

.RadAjaxPanel + .text-for-telerik-title, .RadAjaxPanel + .text-for-telerik-title ~ a.btn {
    display: none !important;
}

.ltr .modal-open .modal .bootstrap-dialog-close-button {
    float: right !important;
}

.ltr .custom-add .add-button {
    float: left;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0;
}

.ltr .custom-add .add-button-more {
    float: left;
    margin-left: 0;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.ltr .custom-add {
    padding-right: 15px;
}

.ltr .btn-group.custom-add .dropdown-menu-left {
    right: 14px;
    left: auto;
}

.ltr .modal .bootstrap-dialog-close-button {
    float: right;
}

.ltr .extended-filter .extended-title {
    height: 27px;
    line-height: 25px;
}

.ltr .saved-filter .saved-buttons a {
    float: left;
}

.ltr .filter--box .form-control {
    height: 40px;
}

.ltr .form-control {
    height: 40px;
}

.ltr .modal .bootstrap-dialog-title {
    float: left;
}

.ltr .home-btn {
    margin-top: 28px;
}

.ltr .abtop {
    right: 2px;
}
/* tempoary code for a while */
.CommentListWidget .comment-list .reply, .CommentListWidget .inner .comment-inputer-container .comment-btn .coments-contorl a {
    display: none !important;
}
/* tempoary code for a while */


.k-item.be-hide {
    display: none !important;
}

/*  crm-object-type-property-filter */
.filter-hide-effect {
    display: none;
}

.crm-object-type-property-filter {
    float: left;
    width: 94.5%;
    background: whitesmoke;
    padding: 4px 8px;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(204, 204, 204, 0.27);
    margin-left: 15px;
    margin-bottom: 10px;
}

    .crm-object-type-property-filter .btn {
        float: left;
        width: 10%;
    }

    .crm-object-type-property-filter .caption {
        width: 20%;
        float: right;
    }

input.form-control.filter-term {
    float: right;
    width: 55%;
}

.crm-object-type-property-filter > * {
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
}
/*  crm-object-type-property-filter end  */

.uc-number-seed-input {
    direction: ltr !important;
}
/* f.ebrahimi */
.real_clear_fix {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
}
/* f.ebrahimi end */



tfoot .rgPager .rgWrap table {
    display: inline-block;
}

    tfoot .rgPager .rgWrap table tr {
        display: inline-block;
    }

tfoot .rgPager .rgWrap .RadComboBox_PG {
    display: inline-block;
    width: auto !important;
    position: relative;
    top: 4px;
}

.browse-customers-shom-my-customer {
    margin-top: 15px;
    float: right !important;
}

.manage-club-users .commands-filter, .manage-club-users .commands-container {
    margin: 10px 0;
}

.manage-mass-notifications .data-part {
    float: right;
    width: 100%;
}

.manage-classification-rule .filter--box .extended-filter {
    margin-top: 10px;
}

.serial-info-page .data-part {
    padding: 15px;
}

.manage-first-accounts .data-part {
    float: right;
    width: 100%;
    padding: 15px 0;
}

    .manage-first-accounts .data-part .st-btn {
        margin-top: 14px;
    }

    .manage-first-accounts .data-part img + .RadAjaxPanel[style*="block"] {
        display: inline-block !important;
    }

.login-form-f {
    width: 400px;
    background: #fff;
    padding: 15px;
    margin-top: +10%;
    box-shadow: 0 0 2px #313125;
    border: 4px solid #6a6a6f;
}

.commands-container {
    margin-top: 30px;
}

.form-login-buti {
    background: url(/_SiteCommon/Images/login-register.jpg);
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin: 0;
}

    .form-login-buti .form-part {
        position: fixed;
        right: 0;
        top: 0;
        width: 50%;
        background: rgba(90, 90, 99, 0.46);
        height: 100%;
    }

        .form-login-buti .form-part .login-form-f {
            top: 50%;
            position: relative;
            margin-top: -256px;
            min-height: 500px;
            width: 500px;
        }

.login-form-f .form-title {
    width: 100%;
    background: #337ab7;
    margin: -15px -15px 20px -15px;
    box-sizing: content-box;
    padding: 4px 15px;
    text-align: right;
    color: #fff;
    font-size: 18px;
}


@media(max-width:1024px) {
    .form-login-buti .form-part {
        width: 100%;
    }
}

@media(max-width:580px) {
    .form-login-buti .form-part .login-form-f {
        width: 95%;
        right: auto;
        left: auto;
        margin-top: 25px;
        top: 0;
    }
}


.checkbox-custom td {
    display: inline-block;
}


.compose-page .RadAutoCompleteBox_Default .racToken {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    top: 0;
}

.compose-page .RadAutoCompleteBox input {
    min-width: 100px;
    vertical-align: top;
    height: 28px !important;
}

.compose-page .RadAutoCompleteBox_Default {
    height: auto;
}

    .compose-page .RadAutoCompleteBox_Default.form-control .racTokenList {
        height: auto !important;
        padding-right: 0;
    }

    .compose-page .RadAutoCompleteBox_Default .racToken .racRemoveTokenLink {
        height: 27px;
        margin-left: -5px;
        padding: 0 10px;
        background-position: -1px -1336px;
        margin-right: 4px;
        background-color: #d4b3b3;
    }

.container.assign-user-page {
    margin-top: 25px;
}

.filter--box .extended-filter, .manage-money-account-page .extended-filter, .sale-stages-page .extended-filter, .manage-rooms .extended-filter {
    margin-top: 12px;
}

.portal-notification-list-page .RadAjaxPanel {
    margin: 18px 0;
}

.campaign-chart-page .RadAjaxPanel img {
    max-width: 100%;
    height: auto !important;
}


.advanced-search-page .checkbox-custom label:after {
    top: 1px !important;
}

@media(max-width:991px) {
    .advanced-search-page .rpRootGroup {
        clear: both;
    }
}


.be-overflow-auto {
    overflow: auto;
}

/*.be-overflow-auto .RadGrid_PG {
        float: right;
        width: auto !important;
        min-width: 100%;
    }*/


.rtl .rgNoRecords > td div {
    text-align: right;
}

/*.be-overflow-auto {
    overflow: auto;
}*/

/*.be-overflow-auto .RadGrid_PG {
        float: right;
        width: auto !important;
        min-width: 100%;
    }*/

.rgNoRecords .no-result-in-search {
    font-size: 15px;
    color: red;
}



#tourslider {
    text-align: center;
    width: 96%;
    margin: 0 auto;
}

.popover-navigation {
    position: relative;
    display: block;
    clear: both;
}

.RadSplitter_Default .rspPane > div {
    overflow: visible !important;
}

table.invoice-detail-table span.invoice-detail-label-name {
    float: right;
    width: 100%;
    margin-bottom:10px
}

div.popover {
    z-index: 999999999 !important;
}

/*for tour */
.rmRoundedCorners.RadMenu_Default_Context_rtl ul.rmGroup {
    position: relative;
}

.tour-backdrop {
    background-color: #333 !important;
}

.popover-content {
    text-align: justify !important;
}

.popover[class*=tour-] .popover-navigation [data-role=prev], .popover[class*=tour-] .popover-navigation [data-role=next], .popover[class*=tour-] .popover-navigation [data-role=end] {
    border-radius: 4px;
}

    .popover[class*=tour-] .popover-navigation [data-role=prev].disabled, .popover[class*=tour-] .popover-navigation [data-role=next].disabled, .popover[class*=tour-] .popover-navigation [data-role=end].disabled {
        border-radius: 4px;
    }

.relative {
    position: relative !important;
}

#divterm {
    width: 50%;
    height: auto;
    border: 2px solid #a2a0a0;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 30px;
    box-shadow: 10px 8px 7px #a0a0a0;
    line-height: 45px;
    background: linear-gradient(#e2e1e1, #fdfdfd);
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    #divterm {
        font-size: 10px;
    }
}

.text-ltr {
    direction: ltr;
    text-align: left;
}


/* sync to 1st */
.action-btn .RadAjaxPanel {
    display: inline-block !important;
}

    .action-btn .RadAjaxPanel:last-child {
        padding-left: 30px;
    }

.action-btn-filter .RadAjaxPanel {
    display: inline-block !important;
}

.wrap-sync-1st .tab-nav .nav-tabs > li > a {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.wrap-sync-1st .tab-product .tp-btn-select {
    margin-top: 40px;
    position: relative;
}

    .wrap-sync-1st .tab-product .tp-btn-select .RadAjaxPanel {
        position: relative;
    }

        .wrap-sync-1st .tab-product .tp-btn-select .RadAjaxPanel:after {
            position: absolute;
            top: 8px;
            right: auto;
            left: 10px;
            content: "\f053";
            color: #6b6b6b;
            font-family: "FontAwesome";
        }

        .wrap-sync-1st .tab-product .tp-btn-select .RadAjaxPanel:nth-child(2):after {
            position: absolute;
            top: 8px;
            right: 10px;
            left: auto;
            content: "\f054";
            color: #6b6b6b;
            font-family: "FontAwesome";
        }

    .wrap-sync-1st .tab-product .tp-btn-select input {
        position: relative;
        margin-bottom: 5px;
    }

.wrap-sync-1st .wrap-btn {
    margin: 10px 0px;
}

.wrap-sync-1st .brt-none {
    border-top-right-radius: 0px !important;
}

@media (max-width:1200px) {
    .wrap-sync-1st .tab-product .title--bg ul.nav {
        top: auto !important;
    }
}

.RadGrid_PG .rgHoveredRow > td {
    color: black !important;
}

.bln:after {
    min-width: 100px;
    text-align: right;
    display: inline;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

html body .riSingle .riTextBox {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #ccc !important;
    padding: 2px 12px !important;
    height: 32px !important;
}

/*.RadEditor_Default .reContent {
    height: 100% !important;
}*/

.html-editor-wrapper {
    min-height: 200px;
}

.RadUpload .ruBrowse {
    height: 100% !important;
}

.ruInputs {
    width: 100%;
}

    .ruInputs .RadUpload .ruFileWrap {
        position: relative !important;
        display: unset !important;
        white-space: unset !important;
        vertical-align: top !important;
        line-height: unset !important;
        zoom: 1 !important;
        overflow: unset !important;
        height: 100% !important;
    }

    .ruInputs .ruFakeInput {
        display: none !important;
    }

    .ruInputs .ruBrowse {
        display: inline-block !important;
        font-family: 'isans-m';
        font-size: 13px !important;
        padding: 7px 15px !important;
        font-weight: 400 !important;
        text-align: center !important;
        cursor: pointer !important;
        background-image: none !important;
        border: 1px solid transparent !important;
        border-radius: 4px !important;
        color: #333 !important;
        background-color: #f8f4f4 !important;
        border-color: #ddd !important;
        width: 100% !important;
        height: 100% !important;
        margin-right: 0px;
        color: #34495e !important;
    }

    .ruInputs .ruButtonHover {
        border-color: #999 !important;
        box-shadow: none !important;
    }

    .ruInputs .ruFocused {
        border-color: #66afe9 !important;
        box-shadow: none !important;
    }

    .ruInputs li {
        margin: 5px 0 10px !important;
        font-size: 13px !important;
        display: block !important;
    }

    .ruInputs .RadUpload_rtl .ruUploadSuccess {
        background-position: 100% 21% !important;
    }

.ruSelectWrap .ruFileWrap.ruStyled {
    width: 100% !important;
}

.ruSelectWrap .ruFileInput, .billableObjectSignatureFile {
    width: 100% !important;
    height: 100%;
}

.RadUpload .ruFileWrap.ruStyled {
    overflow: unset !important;
}

.RadGridRTL .rgPagerCell .rgArrPart1, .RadGridRTL .rgPagerCell .rgArrPart2 {
    padding: 5px 5px 0 10px !important;
}

.RadGrid_PG .rgPagerCell {
    border-color: #f3f3f3 !important;
    background-color: #f3f3f3;
}

table.rgMasterTable td, table.rgMasterTable th {
    white-space: nowrap;
}

.wrapper-html-editor td, .wrapper-html-editor th {
    overflow: auto;
    white-space: unset !important;
}

@media (min-width:768px) {
    .RadGrid {
        width: auto !important;
        overflow: hidden !important;
        overflow-x: auto !important;
    }

        .RadGrid table {
            table-layout: auto !important;
        }

    /*.RadGrid .rgPagerCell .rgWrap {
            float: none !important;
            text-align: center;
            display: inline-block;
        }

        .RadGrid .rgPagerCell .NextPrevAndNumeric {
            padding: 4px;
            text-align: center;
            position: absolute;
        }*/
}

@media (max-width:768px) {
    /*.RadGrid div[id*='GridData'] table, .RadGrid .rgHeaderWrapper table, .RadGrid[id*='dgridProducts'] table, .RadGrid div[id*='GridFooter'] table, .RadGrid[id*='grdDifferenceRpt'] table, RadGrid div[id*='GridHeader'] table {
        width: auto !important;
    }*/

    /*.RadGrid table {
        width: auto !important;
    }*/

    .res-align-btn {
        float: none !important;
        display: block;
        width: 100%;
        clear: both;
        margin: 5px 0px;
    }

    .rtl .res-align-btn {
        text-align: left;
    }

    .ltr .res-align-btn {
        text-align: right;
    }

    .filter-section-btn {
        width: 50px;
    }

        .filter-section-btn img {
            display: none;
        }

    .excel_exp, .AddBtn, .Delete-btn, .get-report {
        padding-left: 7px !important;
        padding-right: 7px !important;
        background-image: none !important;
    }

    .res-transaction-btn .btn {
        margin-bottom: 5px;
    }

    .saved-filter {
        padding: 0 0;
    }

    header .abtop-menumaster .dropdown .btn {
        max-width: 120px;
    }

    .res-chart-img img {
        width: 100% !important;
        height: 100% !important;
    }

    .res-input-group .input-group {
        margin-bottom: 10px;
    }
}

/***** Advance search page *****/
.advanced-search-page .stb-label {
    width: 100%;
}

    .advanced-search-page .stb-label button {
        padding: 6px 12px;
        white-space: nowrap;
        vertical-align: middle;
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        border-radius: 4px;
        line-height: unset !important;
    }

.advanced-search-page .stb-input {
    width: 100%;
}

.advanced-search-page .RadPanelBar {
    border: none !important;
}

    .advanced-search-page .RadPanelBar .item-rb {
        background-color: #ff8900 !important;
        color: #fff !important;
        font-size: 16px !important;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .advanced-search-page .RadPanelBar .rpExpandable .rpText {
        padding-right: 20px;
    }

    .advanced-search-page .RadPanelBar .rpExpandable .rpExpandHandle {
        right: 0;
    }

.advanced-search-page .RadMultiPage {
    border: 1px solid #efefef;
    padding: 20px;
}

.advanced-search-page .checkbox-custom label:before {
    top: 3px !important;
}

.product-viewer-btn input, .product-viewer-btn .btn-group {
    margin-top: 10px;
}

.dropDown-wide-padding {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
/*.table-with-tooltip {
    overflow: visible !important;
}

    .table-with-tooltip td {
        overflow: visible !important;
    }

    .table-with-tooltip table {
        overflow: visible !important;
    }

@media (max-width:768px) {
    .table-with-tooltip {
        overflow: auto !important;
    }
}*/
iframe {
    width: 100%;
    border: none;
}

.modal-xlg {
    width: 90% !important;
    margin: 50px auto !important;
}

.modal.full-screen {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    overflow: hidden;
}

.full-screen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}

.add-new-group-form {
    width: 100%;
    padding: 0 30px;
}

    .add-new-group-form img {
        display: block;
        margin: 25px auto;
    }

    .add-new-group-form input {
        width: 100%;
        height: 40px;
        margin: 15px 0;
        font-size: 16px;
        padding: 0 15px;
    }

    .add-new-group-form button {
        width: 100%;
        height: 40px;
        border: none;
        font-size: 14px;
        margin-top: 15px;
    }

#start-iframe-tour {
    float: left;
    font-size: 17px;
    padding: 0px 5px;
    cursor: pointer;
    margin: 0 2px;
    color: #01388b;
    opacity: .8;
}

    #start-iframe-tour:hover {
        opacity: 1;
    }

.cd-stretchy-nav {
    display: none;
}

.septa-ajax-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    display: none;
}

    .septa-ajax-loading .svg {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/*
    filter-new-design
*/
.expandable-filter {
    display: none;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 25px 10px 20px 10px;
}

.filter-box-arrow {
    position: absolute;
    top: -3px;
    left: 25px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #fff;
    border-radius: 3px;
}

.filter-actions {
    border-top: 1px solid #e5e5e5;
    /*border-bottom: 1px solid #e5e5e5;*/
    margin: 0 0 0 10px;
    text-align: left;
    padding: 20px 0 5px 0;
}


.process-state-group select {
    padding: 0px 20px !important;
}

.process-state-group h4 {
    font-size: 13px !important;
}

.crm-object-info .tm-input {
    height: 27px !important;
    padding: 2px 15px !important;
}


.has-crm-object-type-id-selector .crm-object-type-id-selector {
    position: relative;
}

    .has-crm-object-type-id-selector .crm-object-type-id-selector .list-type-dropdown {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        position: absolute;
        top: -60px;
        right: 40px;
        font-family: 'isans-m';
        cursor: pointer;
    }

    .has-crm-object-type-id-selector .crm-object-type-id-selector .list-type-dropdown {
        font-size: 15px !important;
    }

        .has-crm-object-type-id-selector .crm-object-type-id-selector .list-type-dropdown option {
            font-size: 13px !important;
        }

.persian-date-picker-input {
    width: 70% !important;
    display: inline-block;
}

@media (max-width:992px) {
    .process-state-group hr {
        border: none;
        margin: 0px !important;
    }

    .sm-float-none {
        float: none !important;
    }
}

/*Kanban Custom Styles*/
.e-kanban .e-kanbanheader .e-headercell, .e-kanban .e-kanbanheader .e-stackedHeaderCell {
    font-size: 13px !important;
    height: auto !important;
    padding: 0 !important
}

.e-kanban .e-kanbanheader tr {
    height: auto !important;
}

.e-kanban .e-kanbanheader .e-headercelldiv, .e-kanban .e-kanbanheader .e-headercell .e-totalcard {
    display: inline-block !important;
    width: auto !important;
    float: right !important
}

    .e-kanban .e-kanbanheader .e-headercelldiv.e-hide, .e-kanban .e-kanbanheader .e-headercell .e-totalcard.e-hide {
        display: none !important
    }

    .e-kanban .e-kanbanheader .e-headercelldiv .e-headerdiv {
        margin-top: 10px;
        font-size: 14px !important;
        font-weight: normal !important;
        color: #3f51b5;
        font-family: 'isans',Helvetica,Tahoma,Arial !important;
        padding-right: 5px;
    }

.e-kanban .e-kanbanheader .e-headercell .e-totalcard, .e-kanban .e-kanbanheader .e-headercell .e-totalcount, .e-kanban .e-kanbanheader .e-headercell .e-limits {
    font-family: 'isans',Helvetica,Tahoma,Arial !important;
    line-height: 35px;
    margin-right: 2px;
}

.e-kanban .e-kanbanheader .e-headercell .e-totalcard {
    color: #fff !important;
    max-width: 40px !important;
    width: auto !important;
    overflow: hidden;
}

.e-kanban .e-kanbanheader .e-headercelldiv {
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e-kanban .e-icon, .e-kbntoolbar-body .e-icon {
    color: #3f51b5 !important;
}

.e-kanban .e-kanbanheader .e-headercell .e-clexpand {
    padding: 10px 0px 10px 5px !important;
}

.e-kanban .e-kanbanheader .e-headercell div {
    padding-right: 5px
}

.e-kanban .e-kanbancard {
    margin: 10px 5px 0 5px !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.03) !important;
    padding: 5px;
}

.e-kanban .e-kanbanheader .e-headercell .e-clcollapse {
    padding: 10px 0 !important;
}

.e-kanban .e-columnheader.e-header-withcount .e-shrinkcol .e-clcollapse {
    top: 3px !important;
    transform: rotate(-90deg);
    transform-origin: center center
}

.e-kanban > .e-kanbancontent > div > .e-table, .e-kanban > .e-kanbanheader > div > .e-table {
    border-spacing: 0 !important
}

td.e-rowcell.e-drag.e-drop.e-droppable {
    border-left: 1px solid #CCCCCC
}



.kanban-user-image {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    margin-left: 2px;
}

    .kanban-user-image img {
        max-width: 100%;
        display: inline-block
    }

.kanban-user-info {
    border-top: 1px solid #e9e9e9;
    padding: 5px 0;
    margin-top: 5px
}

    .kanban-user-info .kanban-username, .kanban-user-info .kanban-lastseen {
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        top: 0px;
        position: relative;
    }

    .kanban-user-info .kanban-lastseen {
        margin-right: 10px;
        top: -9px
    }

        .kanban-user-info .kanban-lastseen span {
            display: block
        }

    .kanban-user-info .kanban-username span {
        max-width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

.kanban-dynamic-data {
    display: table;
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 5px;
    table-layout: fixed;
    max-width: 100%;
    width: 100%
}

    .kanban-dynamic-data .kanban-data-table {
        display: table-row
    }

.kanban-data-title, .kanban-data-desciption {
    display: table-cell;
    max-width: 50%;
    font-size: 13px;
    color: #333;
}

.kanban-data-desciption {
    min-width: 50%
}

    .kanban-data-desciption span,
    .kanban-data-title span {
        display: block;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 24px
    }

.kanban-data-title span {
    font-weight: 100;
    color: rgba(51, 51, 51, 0.7)
}

.kanban-title span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    color: #3E50B4;
    font-size: 15px;
    line-height: 20px;
}

    .kanban-title span a {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #3E50B4;
    }

        .kanban-title span a:hover {
            color: #E66722
        }

    .kanban-title span small {
        display: block;
        font-weight: normal;
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
/*END Kanban Custom Styles*/
.pg-relative {
    position: relative !important
}

.pg-state-steps {
    background: #fff;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 1px 5px rgba(0,0,0,.15);
    padding: 0 10px;
    padding-right: 100px;
    margin: 0 15px;
    margin-top: 10px
}

    .pg-state-steps .btn-toggle-stages {
        position: absolute;
        right: 0;
        background: #ff9800;
        color: #fff;
        border-radius: 15px;
        height: 28px;
        line-height: 30px;
        padding: 0 8px;
        top: 0;
        transition: ease .3s
    }

.btn-toggle-stages:hover, .btn-toggle-stages:active, .btn-toggle-stages:focus {
    color: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1)
}

.btn-toggle-stages i {
    display: block;
    padding: 8px 0px;
}

.btn-toggle-stages span {
    display: inline-block;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: width ease .3s
}

.btn-toggle-stages:hover i {
    display: inline-block;
    padding: 0;
    position: relative;
    top: -10px;
}

.btn-toggle-stages:hover span {
    width: 75px;
    transition: width ease .3s
}

.pg-stripped-ul ul {
    line-height: 35px;
}

    .pg-stripped-ul ul:nth-child(even) {
        background: #f0f0f0;
    }

.pg-active-toggler {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 5px;
    top: 3px;
}

    .pg-active-toggler a {
        background: #337ab7;
        width: 28px;
        height: 28px;
        line-height: 33px;
        text-align: center;
        color: #fff;
        border-radius: 50%
    }

        .pg-active-toggler a:hover {
            opacity: .9;
            color: #eee
        }

.step_filters .mr5 {
    margin-right: 0 !important
}

.step_filters .update, .step_filters .update2, .step_filters .eraser {
    width: 33px !important;
}

.step_filters .saved-filter .saved-buttons a {
    color: #333;
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 8px;
    position: relative;
    top: 0;
    display: inline-block;
    border-radius: 3px;
    margin: 0 4px 0 0;
    background-color: #f8f4f4;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

    .step_filters .saved-filter .saved-buttons a + a {
        margin-right: 0
    }

@media (max-width:1350px) {
    .rtl .step_filters .st-btn {
        background-image: none !important;
        padding-right:7px;
        padding-left:7px
    }
}

div.mce-panel.mce-menu, div.mce-panel.mce-window {
    z-index: 9999999 !important;
}
.table-responsive > .invoice-detail-table > tbody > tr > td{
    border:none;
}
@media(max-width:767px) {
    .list-box {
        padding: 0px !important
    }

        .list-box fieldset{
            margin-bottom:20px
        }
        .list-box fieldset > div {
            padding: 0 15px;
        }
        .list-box .table-responsive{
            border:none;
        }
        .table-responsive > .invoice-detail-table > tbody > tr > td {
            white-space: unset;
            width: 100%;
            border: none;
        }
            .table-responsive > .invoice-detail-table > tbody > tr > td input[type="submit"]{
                margin-top:30px
            }
            table.invoice-detail-table span.invoice-detail-label-name {
                width: 100%;
                display: inline-block;
                margin-bottom: 10px
            }
    .list-box .invoice-detail-table > tbody > tr.last-row td{
        border:none;
    }
    .product-added-box .RadGrid{
        border:none
    }
    .main-box-product-list{
        padding:0px !important
    }
        .main-box-product-list .table-responsive{
            border:none
        }
        .main-box-product-list .table-responsive table{
            border:1px solid #ddd;
        }
}