﻿.rtl .menuwrapper {
    width: calc(100% - 235px);
}

.rtl .btn-identity-search {
    top: 0;
    left: 0;
}

.rtl .logo {
    width: 240px;
    float: right;
    height: 50px;
    padding: 5px;
    background: none;
    box-shadow: 0 0 3px #ccc;
    text-align: center;
}

.rtl .identityviewer {
    margin: 20px 00px 5px 10px;
    background: #f2f2f2;
    padding: 3px 10px;
    border-radius: 1px;
    box-shadow: 0px 0px 2px rgb(128,128,128);
    height: 23px;
    width: 98%;
}

.rtl #itembar div img {
    float: right;
    margin-right: 10px;
}

.rtl #itembar div p {
    float: right;
    margin-right: 10px;
    vertical-align: middle;
}

.rtl .demoBox {
    width: 100%;
    height: 50px;
    background: url(/_sitecommon/images/DomoBox-bg.jpg) repeat-x top;
    position: fixed;
    margin-right: 267px;
    bottom: 0;
    box-shadow: 0px -5px 4px rgb(220,220,220);
    opacity: 0.8;
}

.rtl .DemoLinks img {
    float: right;
    margin: 0 10px;
}

.rtl .cfgBorder {
    display: block;
    height: 1px;
    background-color: rgb(222, 222, 222);
    margin: -10px 110px 0px 50px;
    position: relative;
    top: 10px;
}

.rtl #sddm {
    z-index: 30;
    margin: 0;
    padding: 0;
}

    .rtl #sddm div a {
        position: relative;
        display: block;
        width: auto;
        white-space: nowrap;
        text-align: right;
        text-decoration: none;
        background: #efefef;
        color: #505050;
        font: normal 11px tahoma,arial;
        margin: 0;
        padding: 5px 10px;
    }

.rtl .tblcontent {
    width: 95%;
    margin-right: 2px;
}

.rtl .AlternateTable tr.tr_n td {
    text-align: left;
    padding-left: 10px;
}

    .rtl .AlternateTable tr.tr_n td p {
        text-align: left;
        font-size: smaller;
    }

.rtl .tblItems td ul li {
    text-align: right;
}

.rtl .Boxes p img, .rtl .Boxes_b p img, .rtl .Boxes_b p .img, .rtl Boxes_nb p .padding {
    float: right;
    margin: 8px;
}

.rtl .Boxes-anchor .anchor-right, .rtl .Boxes-anchor-or .anchor-right, .rtl .Boxes-anchor-pu .anchor-right {
    margin-right: -30px;
    position: absolute;
}

.rtl .chartTabDiv {
    margin: 0;
    margin-top: 10px;
    border-left: 1px solid #e6e6e6;
    width: 130px;
    height: 310px;
}

.rtl .chartTabDiv2 {
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
    border-left: 1px solid #e6e6e6;
    width: 130px;
    height: 280px;
}

.rtl .registertask {
    overflow: hidden;
    display: block;
    margin-bottom: 1px;
    border-right: 3px solid #e66722;
    line-height: 16px;
    height: 16px;
    background: rgb(37,141,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(19,97,145,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,141,200,1)), color-stop(100%,rgba(19,97,145,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(19,97,145,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(19,97,145,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(19,97,145,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(19,97,145,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#136191',GradientType=0 );
    vertical-align: top;
    color: #fff !important;
    text-align: right;
    padding-right: 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-border td:first-child {
    border-right: none;
}

.table-border td:last-child {
    border-left: none;
}

.rtMid, .rtTop, .rtLast {
    text-align: right;
}

.abtop {
    position: absolute;
    top: 7px;
    left: 25px;
    transition: all ease-in-out .2s;
    z-index: 100;
}

.abtop-menumaster {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    transition: all ease-in-out .2s;
    z-index: 100;
}

.right-side nav li a {
    padding: 10px 25px 10px 5px;
    display: block;
    background: #474747;
    border-bottom: 1px solid #32323A;
    overflow: hidden;
    transition: .3s ease-in-out;
}

    .right-side nav li a img {
        padding-left: 15px;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }

.right-side.show {
    right: 0;
}

.toggleService {
    right: 0;
    position: fixed;
    transition: all .2s ease-in-out .2s;
    cursor: pointer;
    top: 0px;
}

.new-side + .main-side .toggleService {
    display: none !important;
}

.left-side {
    top: 50px;
    display: none;
    transition: all .2s ease-in-out .2s;
    width: 430px;
    height: calc(100% - 50px);
    min-height: 500px;
    position: absolute;
    background: #F1F2F7;
    color: #D6DADF;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    left: -300px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
    position: fixed;
}

    .left-side.show {
        left: 0;
        display: block;
        z-index: 3002;
    }

.toggleService.show {
    right: 240px;
}

.main-side {
    transition: all .2s ease-in-out .2s;
    margin-right: 240px;
    -moz--moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #e5ebf1;
    padding-top: 50px;
}

.rtl .item-crm span {
    float: left;
    font-size: 10px;
    color: #fff;
    background: #e66722;
    padding: 1px 2px 0 2px;
    border-radius: 7px;
}

.rtl .mv-l100 {
    position: relative;
    right: 100px;
}

.rtl .pos-rel span {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.15);
    line-height: 18px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 100%;
    z-index: 2;
    right: 0;
    transition: all .2s ease .2s;
}

.rtl .date-time {
    float: right;
    width: 25%;
    font-size: x-small;
    padding: 15px 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rtl .date-place {
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rtl .date-name {
    float: right;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rtl .date-title {
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rtl .call-subject {
    float: right;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rtl .call-time {
    float: left;
    width: 30%;
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toggleTree {
    background: #e66722;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    top: 120px;
    cursor: pointer;
    z-index: 51;
    display: none;
    transition: all .2s ease-in-out .2s;
}

    .toggleTree.show {
        right: 240px;
    }

.rtl .title-image {
    float: right;
    margin: 0 20px;
    width: 32px;
    height: 32px;
}

.rtl .target-picker {
    position: fixed;
    top: -5px;
    left: 0;
    min-width: 100px;
    background: #eeeeee;
    color: #333333;
    border: 2px solid #e66722;
    padding: 5px;
    z-index: 11;
}

.resiframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rtl .panel-w {
    border: medium none;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    margin-left: 20px;
}

.rtl .advancedSearchInput {
    border: 1px solid #ccc;
    padding: 2px 12px;
    width: 100%;
    line-height: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30%;
}

.rtl .spnSettings {
    position: absolute;
    top: -28px;
    left: 0px;
    cursor: pointer;
    font-size: 11px;
    padding: 0 5px;
    border-radius: 7px;
    z-index: 2;
}

.rtl #spnCardtableSettings {
    position: absolute;
    top: 2px;
    left: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    padding: 0 5px;
    border-radius: 7px;
    z-index: 2;
}

.rtl .msgsetting {
    position: absolute;
    bottom: 3px;
    left: 0;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    padding: 0 5px;
    border-radius: 7px;
    z-index: 2;
}

.rtl .webmailbox a {
    color: #444;
    font-size: 14px;
    padding-right: 7px;
    transition: all .2s ease-in-out .2s;
}

    .rtl .webmailbox a:hover {
        color: #E66722;
        padding-right: 3px;
    }

@media screen and (max-width: 700px) {
    .rtl .menuwrapper {
        width: 100%;
    }
}

.rtl .table .RadListBox {
    width: 570px !important
}

.rtl .table > thead > tr > th {
    vertical-align: bottom;
}

.rtl table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

.rtl table td[class*="col-"],
.rtl table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.rtl .table .txt-date, .table .select-width, .table .RadComboBox {
    width: 198px
}

.rtl .table div > textarea {
    width: 250px !important
}

.rtl .ucIdentityProps_controler.table input[type="select"] {
    width: 198px
}

body.overflow-auto {
    overflow: auto;
}

.rtl .RadNavigation .rnvMore.rnvLeft {
    height: 50px;
    z-index: 999;
}

.rtl .rnvMorePopup .rnvLink .rnvToggle {
    left: 4px;
    right: auto !important;
    cursor: pointer
}

.rtl .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #E66722;
    border-radius: 10px;
}

    .rtl .badge:empty {
        display: none;
    }

.rtl .btn .badge {
    position: relative;
    top: -13px;
    right: 13px;
}

.rtl .btn-xs .badge,
.rtl .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}


body.rtl .k-widget.k-calendar .k-nav-prev {
    right: 0 !important;
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
}

body.rtl .k-widget.k-calendar .k-nav-next {
    left: 0 !important;
    right: auto !important;
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
}

body.rtl .k-widget.k-calendar.k-scheduler-calendar .k-nav-prev {
    right: 0 !important;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

body.rtl .k-widget.k-calendar.k-scheduler-calendar .k-nav-next {
    left: 0 !important;
    right: auto !important;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.left-side .iframecontainer .col-md-12 {
    height: 100%
}

    .left-side .iframecontainer .col-md-12 iframe {
        position: inherit;
    }
