/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
 /* ---------------------------------------------------------------------- */

body {
    direction: rtl;
}
.list-unstyled {

    padding-right: 0;
}
/* ---------------------------------------------------------------------- */
/*	Forms
 /* ---------------------------------------------------------------------- */
body.rtl .btn {
    font-family:  'Open+Sans', sans-serif;
}
body.rtl .help-button {
    right: 7px;
    left: auto;
}
body.rtl span.input-help > input {
    padding-right: 30px;
    padding-left: 6px;
}
body.rtl .radio-inline, body.rtl .radio-inline + .radio-inline, body.rtl .checkbox-inline, body.rtl .checkbox-inline + .checkbox-inline {
    margin: 5px 0 10px 10px !important;
}
body.rtl .radio-inline, body.rtl .checkbox-inline {
    padding-left: 0;
    padding-right: 20px;
}
body.rtl .input-group .form-control:first-child, body.rtl .input-group-addon:first-child, body.rtl .input-group-btn:first-child > .btn, body.rtl .input-group-btn:first-child > .dropdown-toggle, body.rtl .input-group-btn:last-child > .btn:not(:last-child)
:not(.dropdown-toggle) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
body.rtl .input-group-addon:first-child {
    border-left: none;
    border-right: 1px solid #CCCCCC;
}
body.rtl .input-group-addon:last-child {
    border-right: none;
    border-left: 1px solid #CCCCCC;
}
body.rtl .input-group-btn:last-child > .btn {
    margin-left: 0;
    margin-right: -1px;
}
/*tags input*/
body.rtl div.tagsinput span.tag {
    float: right;
}
body.rtl div.tagsinput div {
    float: right;
}
/*select 2*/
body.rtl .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 18px 3px 5px;
    margin: 3px 5px 3px 0;
}
body.rtl .select2-container-multi .select2-choices li {
    float: right;
}
body.rtl .select2-container .select2-choice .select2-arrow {
    border-left: none;
    border-right: 1px solid #AAAAAA;
    left: 0;
    right: auto;
    border-radius: 0;
}
body.rtl .checkbox-table {
    padding-left: 0;
    padding-right: 20px;
}
/*colorpicker*/
body.rtl .colorpicker {
    right: auto !important;
}
/**/
body.rtl .form-horizontal .form-group > div {
    float: right;
}
body.rtl .form-horizontal .form-group > label {
    float: right;
    text-align: left;
}
body.rtl .form-horizontal .form-group  div {
    float: right;
}
body.rtl .form-horizontal .form-group  label {
    float: right;
    text-align: right;
}
body.rtl [class^="icheckbox_"], body.rtl [class*="icheckbox_"], body.rtl [class^="iradio_"], body.rtl [class*="iradio_"] {
    float: right !important;
    margin: 0 -20px 0 5px !important;
}
body.rtl .radio, body.rtl .checkbox {
    padding-left: 0;
    padding-right: 20px;
}
body.rtl .help-inline {
    float: right;
}
body.rtl .form-group label {
    float: none;
}
/* ---------------------------------------------------------------------- */
/*	Data Table
 /* ---------------------------------------------------------------------- */
div.dataTables_paginate {
    float: left !important;
}
th {
    text-align: right;
}
/* ---------------------------------------------------------------------- */
/*	Login
 /* ---------------------------------------------------------------------- */
body.login.rtl a.forgot {
    right: auto;
    left: 10px;
}
body.login input.password {
    padding-left: 130px;
    padding-right: 25px;
    direction: ltr;
    text-align: right;
}

/* The message box is shown when the user clicks on the password field */

.pwd-valid:before {
  left: 0px;
  right: -35px;
  content: "✔";
}

.pwd-invalid:before {
  position: relative;
  left: 0px;
  right: -35px;
  content: "✖";
}
/* ---------------------------------------------------------------------- */
/*	Generic Classes
 /* ---------------------------------------------------------------------- */
body.rtl .close {
    float: left;
}
/* ---------------------------------------------------------------------- */
/*  Navbar and navbar elements
 /* ---------------------------------------------------------------------- */
body.rtl .navbar-tools > ul {
    float: left !important;
}
body.rtl .navbar-tools > ul > li {
    float: right !important;
}
body.rtl .navbar-tools .dropdown-menu {
    right: auto;
    left: 0;
}
body.rtl .navbar-tools .dropdown-menu li a .time {
    float: left;
}
body.rtl .navbar-tools .dropdown-menu li.view-all a i {
    float: left;
}
body.rtl .navbar-tools .thread-image {
    margin-left: 8px;
    margin-right: 0;
    float: right;
}
body.rtl .navbar-tools > ul > li.dropdown .dropdown-toggle .badge {
    left: 24px;
    right: auto;
}
/* ---------------------------------------------------------------------- */
/*	Search Box
 /* ---------------------------------------------------------------------- */
body.rtl .search-box {
    float: left;
}
body.rtl .sidebar-search {
    right: auto;
    left: 10px;
    padding: 0 5px 0 30px;
}
body.rtl .sidebar-search .form-group button {
    right: auto;
    left: 4px;
}
/* ---------------------------------------------------------------------- */
/*	Buttons
 /* ---------------------------------------------------------------------- */
body.rtl .btn-icon .badge {
    left: -5px;
    right: auto;
}
body.rtl .input-group .form-control:last-child, body.rtl .input-group-addon:last-child, body.rtl .input-group-btn:last-child > .btn, body.rtl .input-group-btn:last-child > .dropdown-toggle, body.rtl .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
body.rtl .btn-group > .btn:last-child:not(:first-child)
:not(.dropdown-toggle) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
body.rtl .btn-group > .btn:first-child:not(:last-child)
:not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
body.rtl .btn-group > .btn {
    float: right;
}
body.rtl .btn-group-justified .btn {
    float: none;
}
body.rtl .btn-group > .btn:last-child:not(:first-child), body.rtl .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
body.rtl .btn-group .btn + .btn, body.rtl .btn-group .btn + .btn-group, body.rtl .btn-group .btn-group + .btn, body.rtl .btn-group .btn-group + .btn-group {
    margin-left: 0;
    margin-right: -1px;
}
/* ---------------------------------------------------------------------- */
/*	Panel Tools
 /* ---------------------------------------------------------------------- */
body.rtl .panel-tools {
    position: absolute;
    right: auto;
    left: 5px;
}
body.rtl .panel-heading {
    padding-right: 40px;
    padding-left: 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
}
body.rtl .panel-heading > [class^="fa-"], body.rtl .panel-heading > [class*=" fa-"], body.rtl .panel-heading > [class^="icon-"], body.rtl .panel-heading > [class*=" icon-"], body.rtl .panel-heading > [class^="clip-"], body.rtl .panel-heading > [class*=" clip-"] {
    border-left: 1px solid #CDCDCD;
    box-shadow: -1px 0 0 0 #FFFFFF;
    border-right: none;
    left: auto;
    right: 0;
}
/* ---------------------------------------------------------------------- */
/*	Pagination
 /* ---------------------------------------------------------------------- */
body.rtl .pagination li a {
    float: right;
}
body.rtl .pagination > li:last-child > a, body.rtl .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
body.rtl .pagination > li:first-child > a, body.rtl .pagination > li:first-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
/* ---------------------------------------------------------------------- */
/*	ToDo List
 /* ---------------------------------------------------------------------- */
body.rtl .todo li a {
    padding: 10px 35px 10px 10px !important;
}
body.rtl .todo li .todo-actions i {
    margin: 0 0 0 5px;
    right: 10px;
    left: auto;
}
body.rtl .todo li .label {
    right: auto;
    left: 10px;
}
/* ---------------------------------------------------------------------- */
/*	Activities
 /* ---------------------------------------------------------------------- */
body.rtl .activities li a {
    padding: 10px 10px 10px 10px !important;
}
body.rtl .activities li .activity img {
    margin-right: 0;
    margin-left: 10px;
}
body.rtl .activities li .time {
    right: auto;
    left: 10px;
}
/* ---------------------------------------------------------------------- */
/*	Footer and footer elemnts
 /* ---------------------------------------------------------------------- */
body.rtl .footer-inner {
    float: right;
}
body.rtl .footer-items {
    float: left;
}
/* ---------------------------------------------------------------------- */
/*	Dropdown elements
 /* ---------------------------------------------------------------------- */
body.rtl .dropdown-menu {
    right: 0;
    left: auto;
}

body.rtl .line .dropdown-menu {
    right: auto;
    left: 0;
}

body.rtl .horizontal-menu .dropdown-submenu > .dropdown-menu {
    right: 100%;
    margin-right: 0;
    margin-top: -6px;
    top: 5px;
}
body.rtl .horizontal-menu .dropdown-submenu > a:after {
    content: "\f104";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    position: absolute;
    left: 10px;
    top: 7px;
}
/* ---------------------------------------------------------------------- */
/*	Labels and Badges
 /* ---------------------------------------------------------------------- */
body.rtl .label {
    display: inline-block;
}
/* ---------------------------------------------------------------------- */
/*	Progress bar
 /* ---------------------------------------------------------------------- */
body.rtl .progress-bar {
    float: right;
}
/* ---------------------------------------------------------------------- */
/*	Tabs
 /* ---------------------------------------------------------------------- */
body.rtl .tabs-right > .nav-tabs > li {
    float: none;
}
body.rtl .panel-tabs .nav-tabs {
    float: left;
}
body.rtl .nav {
    padding-right: 1px;
}
body.rtl .nav-tabs > li {
    float: right;
}
body.rtl .nav-tabs > li.last {
    float: left;
}
body.rtl .tabs-left > .nav-tabs > li {
    float: none;
}
body.rtl .tabs-left .nav {
    padding-right: 0;
}
/* ---------------------------------------------------------------------- */
/*	Accordion
 /* ---------------------------------------------------------------------- */
body.rtl .accordion-custom .panel-heading {
    padding: 0;
}
body.rtl .accordion-teal .panel-heading .accordion-toggle {
    border-right: 2px solid #569099;
    border-left: none;
}
.accordion-custom .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
	content: "\f053" !important;
}

/* ---------------------------------------------------------------------- */
/*	FileUpload
 /* ---------------------------------------------------------------------- */
body.rtl .fileupload-new .input-group .btn-file {
    border-radius: 3px 0 0 3px !important;
}
/* ---------------------------------------------------------------------- */
/*	Form Wizard
 /* ---------------------------------------------------------------------- */
body.rtl .swMain > ul li:first-child > a:before {
    right: 50%;
}
/* ---------------------------------------------------------------------- */
/*	Crop Image
 /* ---------------------------------------------------------------------- */
body.rtl .jcrop-holder #preview-pane {
    left: -280px;
    right: auto;
}
/* ---------------------------------------------------------------------- */
/*	Messages
 /* ---------------------------------------------------------------------- */
body.rtl .messages-list {
    border-right: none;
    border-left: 1px solid #ECEAF3;
    float: right;
}
body.rtl .messages-list .messages-item {
    padding: 5px 25px 5px 15px;
}
body.rtl .messages-list .messages-item .messages-item-star {
    left: auto;
    right: 7px;
}
body.rtl .messages-list .messages-item .messages-item-attachment {
    left: auto;
    right: 7px;
}
body.rtl .messages-list .messages-item .messages-item-avatar {
    float: right;
}
body.rtl .messages-list .messages-item .messages-item-from, body.rtl .messages-list .messages-item .messages-item-subject {
    margin-left: 0;
    margin-right: 45px;
}
body.rtl .messages-list .messages-item .messages-item-time {
    right: auto;
    left: 15px;
}
body.rtl .messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon {
    margin: 0 -13px 0 5px;
}
body.rtl .messages-content {
    margin-left: 0;
    margin-right: 260px;
}
body.rtl .messages-content .message-header .message-time {
    right: auto;
    left: 15px;
}
body.rtl .messages-content .message-header .message-actions a:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-right: 1px solid #F5F4F9;
}
body.rtl .messages-content .message-header .message-actions a:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: none;
    border-top-right-radius: 0;
    border-top-left-radius: 4px;
}
/* ---------------------------------------------------------------------- */
/*	Lock Screen
 /* ---------------------------------------------------------------------- */
body.lock-screen {
    color: #7F7F7F;
    background-image: url(/assets/bg-32ad57d6d173b7a20cdd97e9756a7e5d9d05f551fe54c24457c552281bdbfe2e.png);
    background-color: rgba(0, 0, 0, 0);
}
body.rtl.lock-screen .user-info {
    float: left;
}

/* ---------------------------------------------------------------------- */
/*	Style Selector
 /* ---------------------------------------------------------------------- */
body.rtl #style_selector {
    left: 0;
    right: auto;
}
body.rtl #style_selector .style-toggle {
    border: 1px solid rgba(23, 24, 26, 0.15);
    border-left: none;
    border-radius: 0 5px 5px 0;
}
body.rtl #style_selector > .open:before {
    content: "\e163";
}
body.rtl .contact-search #style_selector > .open:before {
    content: "\f002";
    font-family: FontAwesome;
}
body.rtl #style_selector > .open {
    left: auto;
    right: -35px;
}
body.rtl #style_selector > .close:before {
    content: "\e162";
}
body.rtl .contact-search #style_selector > .close:before {
    content: "\f002";
    font-family: FontAwesome;
}
body.rtl #style_selector > .close {
    left: 0;
    right: auto
}
/* ---------------------------------------------------------------------- */
/*	Home elements
 /* ---------------------------------------------------------------------- */
body.rtl .core-box .heading .circle-icon {
    float: right;
}
body.rtl .core-box .heading h2 {
    padding-left: 0;
    padding-right: 65px;
}
body.rtl .core-box .view-more {
    float: left;
}
body.rtl .mini-stats li {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #FFFFFF;
}
body.rtl .mini-stats li:last-child {
    border-left: none;
}
/* ---------------------------------------------------------------------- */
/*	User profile
 /* ---------------------------------------------------------------------- */
body.rtl .user-left {
    border-right: none;
    padding-right: 0;
    border-left: 1px solid #DDDDDD;
    padding-left: 15px;
}
/* ---------------------------------------------------------------------- */
/*	Main Navigation
 /* ---------------------------------------------------------------------- */
body.rtl ul.main-navigation-menu > li.active > a .selected:before {
    left: -10px;
    right: auto;
    content: "\e19c";
}
body.rtl ul.main-navigation-menu li  a .badge {
    float: left;
    margin-right: 0;
    margin-left: 13px;
}
body.rtl ul.main-navigation-menu li a .icon-arrow {
    float: left;
    margin-right: 0;
    margin-left: 6px;
}
body.rtl ul.main-navigation-menu li > ul.sub-menu > li > a {
    padding-left: 0 !important;
    padding-right: 40px;
}
body.rtl ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 0 !important;
    padding-right: 80px;
}
body.rtl ul.main-navigation-menu > li > ul.sub-menu li > a .icon-arrow {
    margin-right: 0;
    margin-left: 22px;
}
body.rtl ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-right: 60px;
    padding-left: 0px !important;
}
body.rtl .navigation-toggler {
    margin-right: 175px;
    margin-left: 0;
}
/* ---------------------------------------------------------------------- */
/*	Invoice
 /* ---------------------------------------------------------------------- */
body.rtl .invoice .invoice-logo p {
    text-align: left !important;
}
body.rtl .invoice .invoice-block .amounts li{
    text-align: left;
}
body.rtl .invoice .invoice-block {
    text-align: left !important;
}

/* ---------------------------------------------------------------------- */
/*	Plando extras
/* ---------------------------------------------------------------------- */
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}
.form-control{
  height: 26px;	
  padding: 2px 6px;
}

.max-input-height .form-control{
  height: 34px;
}
.crm-colorpicker .input-group-addon{
  padding: 2px 6px;	
}

body.rtl .phone {
    direction: ltr;
    text-align: right;
}

body.rtl .padded_number {
    direction: ltr;
    text-align: right;
    vertical-align: middle;
}

.long-word {
    max-width: 200px;
    overflow: hidden;
    word-wrap: break-word;
}

body.rtl .panel-body p{
    padding:0;margin:0;
}

td.row_actions,
span.row_actions,
div.row_actions{
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}
tr:hover td.row_actions,
tr:hover span.row_actions,
div#actions_wrapper:hover div.row_actions,
div.actions_wrapper:hover div.row_actions
{
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

ul.list-unstyled {
    list-style: none;
    padding: 0;
}
.timeline-activity {
    position: relative;
    display: block;
}
.timeline-activity.project li {
    margin-right: 45px;
    padding-top: 29px;
    border-right-color: #e1e0df;
}
.timeline-activity li {
    padding: 20px 0;
    border-right: 1px solid #efefef;
    margin-right: 35px;
    position: relative;
}
.timeline-activity.project .list-date {
    position: absolute;
    height: 62px;
    width: 60px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    top: 30px;
    right: -32px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #e2e1e0;
    color: #b2b2b2;
}
.timeline-activity.project .list-date .day {
    font-size: 18px;
    line-height: 20px;
    background: #e2e1e0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    display: block;
}
.timeline-activity.project .list-date .month {
    font-size: 12px;
    line-height: 13px;
    position: relative;
    top: -3px;
    font-weight: bold;
}
.timeline-activity.project li:hover .list-date, .timeline-activity.project li.active:hover .list-date {
    border-color: #007AFF;
    color: #007AFF;
}
.timeline-activity.project li:hover .list-date .day, .timeline-activity.project li.active:hover .list-date .day {
    background: #007AFF;
    color: #fff;
}

.timeline-activity li .block.block-inline {
    display: inline-block;
    padding: 0 20px 0 36px;
}
.timeline-activity.project li .block {
    position: relative;
    padding: 0 50px 0 20px;
}
.timeline-activity li .block {
    position: relative;
    padding: 0 20px 0 36px;
}
.block {
    display: block;
}

.widget {
    margin: 0 auto 28px;
    position: relative;
    box-shadow: 0 1px 0 0 #656565;
    -moz-box-shadow: 0 1px 0 0 #656565;
    -webkit-box-shadow: 0 1px 0 0 #656565;
}
.border-all {
    border: 1px solid #e1e0df;
}
.widget.widget-none {
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
}
.half.innerAll {
    padding: 10px !important;
}
.text-muted {
    color: #999;
}
.crm_list_record{padding-top:0.5em;}
.crm_list_record dt{float:right;padding:.1em 0;font-weight:bold;clear:right;}
.crm_list_record dd{padding:.1em 22% .1em 0;}
.crm_list_record dd.new_line{clear:right;padding-right:0;}

input[type=checkbox].css-checkbox {
    display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:25px;
    height:20px;
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:14px;
    vertical-align:middle;
    cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
}
label.css-label {
    background-image:url(/cbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ---------------------------------------------------------------------- */
/*	Progress bar
/* ---------------------------------------------------------------------- */
#sub_nav-wrap {
    margin: 1%;
    margin-left: 0%;
    margin-bottom: 16px;
}
#sub_nav {
    position: relative;
    /*width: 960px;*/
    height: 32px;
    /*margin: 0 auto;*/
    background: url(/assets/progress_bar/background-sub_nav-7e81ec44a632dcd6fe7619a3654ed2e967da8aa95338f3d0a5f7e16fc21238ea.gif) no-repeat left bottom;
}
#sub_nav ul.breadcrumbs li {
    position: relative;
    height: 30px;
    line-height: 32px;
    margin: 2px 0 0 0;
    padding: 0 20px 0 13px;
    background: url(/assets/progress_bar/background-sub_nav-breadcrumb-91c67300e8a811c6d6fe8e17e978c9303099b580e2211e8d8833e35a72f866d3.gif) no-repeat right top;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999;
    text-shadow: #fff 0px 1px 1px;
}
#sub_nav ul li {
    float: left;
}

#sub_nav ul.breadcrumbs li.active{
    margin-left: 0;
    padding-left: 15px;
    margin-left: -7px;
    padding-left: 21px;
    background-position: right bottom;
    color: #fff;
    text-shadow: #326490 0px 1px 1px;
}
#sub_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#sub_nav ul.breadcrumbs li.first span{
    background-position: 0px -30px;
}
#sub_nav ul.breadcrumbs li.active span{
    display: block;
}
#sub_nav ul.breadcrumbs li.first span{
    background-image: url(/assets/progress_bar/background-sub_nav-breadcrumb-tail-alt-98b9e3463f27b4eb7febbcd45a67eb5fa7a5f8d6832cb9bc603cbdf825658433.gif);
}
#sub_nav ul.breadcrumbs li span {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 8px;
    height: 30px;
    background: url(/assets/progress_bar/background-sub_nav-breadcrumb-tail-ebb19356667d9b2581a0e0d18de0921023aff3c34bad29546fd1fab5c95d4d74.gif) no-repeat left top;
}

/* ---------------------------------------------------------------------- */
/*	Generic Bootstrap Class and Responsive Class
 /* ---------------------------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {
    body.rtl.layout-boxed > .navbar {
        right: 50% !important;
        margin-right: -470px !important;
    }
}

@media (min-width: 1200px) {
    body.rtl.layout-boxed > .navbar {
        right: 50% !important;
        margin-right: -500px !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .main-content {
        margin-left: 0 !important;
        margin-right: 35px !important;
    }
    body.rtl ul.main-navigation-menu > li > a {
        padding-left: 0;
        padding-right: 5px;
    }
    body.rtl ul.main-navigation-menu li > ul.sub-menu > li > a {
        padding-right: 24px !important;
        padding-left: 0 !important;
    }
    body.rtl ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
        padding-right: 40px !important;
        padding-left: 0 !important;
    }
    body.rtl ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
        padding-right: 60px !important;
        padding-left: 0 !important;
    }
    body.rtl ul.main-navigation-menu > li:hover > a:after {
        right: 35px;
        left: 0;
        background: url(/assets/menu-white-arrow-rtl-38c4c4b438ee658a642868fb04432c8e2db70ffe080dd87d8ecffe9568011c14.png) left center no-repeat;
    }
    body.rtl ul.main-navigation-menu > li:hover > a .title {
        padding-left: 0;
        padding-right: 30px;
    }
    body.rtl ul.main-navigation-menu > li:hover > ul.sub-menu {
        left: 0;
        right: 36px;
    }
}
@media (min-width: 768px) {
    body.rtl .main-content {
        margin-left: 0 !important;
        margin-right: 225px;
    }
    body.rtl.page-full-width .main-content {
        margin-right: 0 !important;
    }
    body.rtl.page-full-width .navbar-nav {
        float: right !important;
    }
    body.rtl.page-full-width .navbar-nav > li {
        display: inline-block !important;
        float: none !important;
    }
    body.rtl .navbar > .container > .navbar-header {
        float: right !important;
    }
    body.rtl.navigation-small .main-content {
        margin-left: 0 !important;
        margin-right: 35px !important;
    }
    body.rtl.navigation-small ul.main-navigation-menu > li > a {
        padding-left: 0;
        padding-right: 5px;
    }
    body.rtl.navigation-small ul.main-navigation-menu li > ul.sub-menu > li > a {
        padding-right: 24px !important;
        padding-left: 0 !important;
    }
    body.rtl.navigation-small ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
        padding-right: 40px !important;
        padding-left: 0 !important;
    }
    body.rtl.navigation-small ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
        padding-right: 60px !important;
        padding-left: 0 !important;
    }
    body.rtl.navigation-small ul.main-navigation-menu > li:hover > a:after {
        right: 35px;
        left: 0;
        background: url(/assets/menu-white-arrow-rtl-38c4c4b438ee658a642868fb04432c8e2db70ffe080dd87d8ecffe9568011c14.png) left center no-repeat;
    }
    body.rtl.navigation-small ul.main-navigation-menu > li:hover > a .title {
        padding-left: 0;
        padding-right: 30px;
    }
    body.rtl.navigation-small ul.main-navigation-menu > li:hover > ul.sub-menu {
        left: 0;
        right: 36px;
    }
    body.rtl .col-sm-1, body.rtl .col-sm-2, body.rtl .col-sm-3, body.rtl .col-sm-4, body.rtl .col-sm-5, body.rtl .col-sm-6, body.rtl .col-sm-7, body.rtl .col-sm-8, body.rtl .col-sm-9, body.rtl .col-sm-10, body.rtl .col-sm-11 {
        float: right;
    }
    body.rtl .col-sm-offset-1 {
        margin-right: 8.333333333333332%;
    }
    body.rtl .col-sm-offset-2 {
        margin-right: 16.666666666666664%;
    }
    body.rtl .col-sm-offset-3 {
        margin-right: 25%;
    }
    body.rtl .col-sm-offset-4 {
        margin-right: 33.33333333333333%;
    }
    body.rtl .col-sm-offset-5 {
        margin-right: 41.66666666666667%;
    }
    body.rtl .col-sm-offset-6 {
        margin-right: 50%;
    }
    body.rtl .col-sm-offset-7 {
        margin-right: 58.333333333333336%;
    }
    body.rtl .col-sm-offset-8 {
        margin-right: 66.66666666666666%;
    }
    body.rtl .col-sm-offset-9 {
        margin-right: 75%;
    }
    body.rtl .col-sm-offset-10 {
        margin-right: 83.33333333333334%;
    }
    body.rtl .col-sm-offset-11 {
        margin-right: 91.66666666666666%;
    }
}
@media (min-width: 992px) {
    body.rtl .col-md-1, body.rtl .col-md-2, body.rtl .col-md-3, body.rtl .col-md-4, body.rtl .col-md-5, body.rtl .col-md-6, body.rtl .col-md-7, body.rtl .col-md-8, body.rtl .col-md-9, body.rtl .col-md-10, body.rtl .col-md-11 {
        float: right;
    }
    body.rtl .col-md-offset-0 {
        margin-right: 0;
    }
    body.rtl .col-md-offset-1 {
        margin-right: 8.333333333333332%;
    }
    body.rtl .col-md-offset-2 {
        margin-right: 16.666666666666664%;
    }
    body.rtl .col-md-offset-3 {
        margin-right: 25%;
    }
    body.rtl .col-md-offset-4 {
        margin-right: 33.33333333333333%;
    }
    body.rtl .col-md-offset-5 {
        margin-right: 41.66666666666667%;
    }
    body.rtl .col-md-offset-6 {
        margin-right: 50%;
    }
    body.rtl .col-md-offset-7 {
        margin-right: 58.333333333333336%;
    }
    body.rtl .col-md-offset-8 {
        margin-right: 66.66666666666666%;
    }
    body.rtl .col-md-offset-9 {
        margin-right: 75%;
    }
    body.rtl .col-md-offset-10 {
        margin-right: 83.33333333333334%;
    }
    body.rtl .col-md-offset-11 {
        margin-right: 91.66666666666666%;
    }
}
@media (min-width: 1200px) {
    body.rtl .col-lg-1, body.rtl .col-lg-2, body.rtl .col-lg-3, body.rtl .col-lg-4, body.rtl .col-lg-5, body.rtl .col-lg-6, body.rtl .col-lg-7, body.rtl .col-lg-8, body.rtl .col-lg-9, body.rtl .col-lg-10, body.rtl .col-lg-11 {
        float: right;
    }
    body.rtl .col-lg-offset-0 {
        margin-right: 0;
    }
    body.rtl .col-lg-offset-1 {
        margin-right: 8.333333333333332%;
    }
    body.rtl .col-lg-offset-2 {
        margin-right: 16.666666666666664%;
    }
    body.rtl .col-lg-offset-3 {
        margin-right: 25%;
    }
    body.rtl .col-lg-offset-4 {
        margin-right: 33.33333333333333%;
    }
    body.rtl .col-lg-offset-5 {
        margin-right: 41.66666666666667%;
    }
    body.rtl .col-lg-offset-6 {
        margin-right: 50%;
    }
    body.rtl .col-lg-offset-7 {
        margin-right: 58.333333333333336%;
    }
    body.rtl .col-lg-offset-8 {
        margin-right: 66.66666666666666%;
    }
    body.rtl .col-lg-offset-9 {
        margin-right: 75%;
    }
    body.rtl .col-lg-offset-10 {
        margin-right: 83.33333333333334%;
    }
    body.rtl .col-lg-offset-11 {
        margin-right: 91.66666666666666%;
    }
}
@media (max-width: 767px) {
    body.rtl .form-horizontal .form-group  label {
        float: right;
        text-align: right;
    }
    body.rtl .nav > li > .dropdown-menu.notifications {
        right: -110px !important;
        left: auto !important;
    }
    body.rtl .nav > li > .dropdown-menu.posts {
        right: -160px !important;
        left: auto !important;
    }
    body.rtl .nav > li > .dropdown-menu.todo {
        right: -60px !important;
        left: auto !important;
    }
    body.rtl .nav > li.current-user > .dropdown-menu {
        right: auto !important;
        left: 0 !important;
    }
    body.rtl .navbar > .container > .navbar-header {
        float: none !important;
    }
    body.rtl .navbar-brand {
        float: right;
    }
    body.rtl .navbar-toggle {
        float: left;
    }
}
/* ---------------------------------------------------------------------- */
/*	ColorPalette extension
/* ---------------------------------------------------------------------- */
i.palette {
    border: 1px solid rgb(51, 51, 51);
    left: 5px;
    position: absolute;
    top: 5px;
    height: 16px;
    width: 16px;
    background-color: rgb(255, 255, 255);
}
/* ---------------------------------------------------------------------- */

.double_list label{display: table; font-weight: bold;}
.double_list input{display: table; margin: 5px 0;}
.double_list td.dlist_btns{width: 100px; text-align: center;}
.double_list td.dlist_btns button{margin-bottom: 3px;}
.crm_actions {float:left;}
.background-spinner{background-color:#EEFFFF;padding: 5px;border-radius: 6px;border: 2px solid #A3CCCC}

/* ---------------------------------------------------------------------- */
/*	Tables with sort
/* ---------------------------------------------------------------------- */
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}
table.table thead th.sortable{
    padding-right: 0px;
    padding-left: 4px;
}
table.table thead a.sorting { padding-left: 0px; padding-right: 17px;}
table.table thead a.sorting_asc { padding-left: 0px; padding-right: 17px;}
table.table thead a.sorting_desc { padding-left: 0px; padding-right: 17px;}
table.table-no-line tr td {border-top: none}

#tab_actions {margin-right: 8px;}
#tab_actions .dropdown-menu > li > a:hover, #tab_actions .dropdown-menu > li > a:focus {
  background-color: #FFFFFF;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-right: 5px solid #b9e0ee;
    border-left: unset;
}

/* ---------------------------------------------------------------------- */
/*	flex pages
/* ---------------------------------------------------------------------- */
h1.flex_page {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  letter-spacing: -1px;
  margin: 0 0 15px;
  padding: 0;
  color: #666666;
  font-size:28px;
  /*display:inline;*/
}

/* ---------------------------------------------------------------------- */
/*	multiselect
/* ---------------------------------------------------------------------- */

.mt-multiselect {
    text-align: right;
    position: relative;
}
.mt-multiselect .caret {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 15px;
}
.mt-multiselect.mt-noicon .caret {
    display: none;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-right: -20px;
    margin-top: 2px\9;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}

.dropdown-menu>li>a {
    padding: 4px 12px;
    text-decoration: none;
    display: block;
    clear: both;
    line-height: 14px;
    white-space: nowrap;
}
/*
 * This is a manifest file compile all the generic .css files (not app type related).
 *


*/

