﻿/* SMART-RTL */

.smart-rtl .radio {
    padding-left: 10px !important;
    margin-left: 0 !important;
}

.smart-rtl .jarviswidget header .widget-toolbar {
    float: left;
    /*margin-right: 5px !important;*/
}

/* SMART-FORM */
.smart-rtl .smart-form .label {
    text-align: right !important;
}
/* END SMART-FORM */

/* #LEFT-PANEL */

.smart-rtl.mobile-view-activated.hidden-menu #left-panel {
    right: 0;
}

/* #LEFT-PANEL > LOGIN INFO */

.smart-rtl.minified #left-panel .login-info img {
    margin-top: 4px;
}

/*.smart-style-2 .login-info > span > a {
    width: 121px !important;
}*/

.smart-style-2 .login-info > span > a > span {
    min-width: 100px;
}


.smart-rtl .login-info span {
    line-height: 12px;
}

    .smart-rtl .login-info span > img {
        border-left: none;
        border-right: 3px solid #40ac2b !important;
    }

    .smart-rtl .login-info span > small {
        font-size: 10px;
    }

.smart-rtl .login-info a span + i {
    vertical-align: top;
}

/* END LOGIN INFO */

/* #LEFT-PANEL > NAV */

/*
    REZA:??????
    .smart-rtl .nav.nav-tabs {
    float: right !important;
    padding-right: 10px;
}*/

.smart-rtl .jarviswidget header:first-child .nav-tabs li.active:last-child {
    border-left: 1px solid #C2C2C2 !important;
}

.smart-rtl .jarviswidget header:first-child .nav-tabs.pull-right li:last-child {
    overflow: hidden !important;
}

    .smart-rtl .jarviswidget header:first-child .nav-tabs.pull-right li:last-child a {
        margin-right: -1px !important;
    }

.smart-rtl .jarviswidget header:first-child .nav-tabs.pull-right li.active:last-child {
    border-right: 1px solid #C2C2C2 !important;
}


/* #LEFT-PANEL > NAV > ULs */

.smart-rtl nav ul li span.menu-item-parent { /* nav item long texts wrapping fix */
    max-width: 120px;
    vertical-align: top;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.smart-rtl nav > ul > li > a b {
    right: 5px !important;
    left: auto !important;
}

.smart-rtl nav > ul .pull-right {
    position: absolute;
    left: 5px;
    top: 5px;
}


.smart-rtl.minified #left-panel nav > ul > li > ul > li > ul > li > a {
    padding-left: 0;
}

.smart-rtl.minified #left-panel nav > ul > li > ul > li > a > span.menu-name {
    max-width: 89px;
    /*background: rgba(255,0,65,0.4);*/
}

.smart-rtl.minified #left-panel nav > ul > li > ul > li > ul > li > a > span.menu-name {
    max-width: 89px;
    /*background: rgba(100,255,0,0.4);*/
}

.smart-rtl.mobile-view-activated aside#left-panel nav ul > li > ul {
    position: relative;
    right: 0;
}

.smart-rtl nav ul ul b {
    float: right;
    margin-left: 5px;
}
.smart-rtl .fixed-navigation nav > ul {
    width: 100%;
}
.smart-rtl.fixed-navigation #left-panel nav > ul {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

    .smart-rtl.fixed-navigation #left-panel nav > ul > li > a {
        padding-right: 20px;
    }

.smart-rtl.minified.smart-rtl.fixed-navigation #left-panel nav > ul > li {
    padding-right: 0;
}

.smart-rtl #left-panel nav .menu-name {
    vertical-align: top;
}

.smart-rtl.minified #left-panel nav > ul {
    padding-right: 0 !important;
}

.smart-rtl.minified nav ul > li > ul > li > ul {
    left: 0;
}


.smart-rtl.minified nav ul li a { /*minified*/
    padding-right: 10px !important;
}

.smart-rtl.minified nav ul ul li a { /*minified*/
    padding-right: 20px !important;
}

.smart-rtl.minified nav ul ul ul li a { /*minified*/
    padding-right: 30px !important;
}

.smart-rtl.minified nav ul ul ul ul li a { /*minified*/
    padding-right: 40px !important;
}

.smart-rtl.minified nav ul ul ul ul ul li a { /*minified*/
    padding-right: 50px !important;
}

.smart-rtl.minified nav ul ul ul ul ul ul li a { /*minified*/
    padding-right: 60px !important;
}

.smart-rtl.minified nav ul ul ul ul ul ul ul li a { /*minified*/
    padding-right: 70px !important;
}

.smart-rtl nav ul li a {
    padding-right: 20px !important;
}

.smart-rtl nav ul ul li a {
    padding-right: 30px !important;
}

.smart-rtl nav ul ul ul li a {
    padding-right: 40px !important;
}

.smart-rtl nav ul ul ul ul li a {
    padding-right: 50px !important;
}

.smart-rtl nav ul ul ul ul ul li a {
    padding-right: 60px !important;
}

.smart-rtl nav ul ul ul ul ul ul li a {
    padding-right: 70px !important;
}

.smart-rtl nav ul ul ul ul ul ul ul li a {
    padding-right: 80px !important;
}


/* END #LEFT-PANEL > NAV > ULs */

/* #LEFT-PANEL > NAV-SCROLL */

/*.smart-rtl.smart-style-2 aside#left-panel #nav-scroll-top {
    top: 125px;
    background: #f7f7f7;
    box-shadow: 1px 1px 2px #999;
    display: none;
}

.smart-rtl.smart-style-2 aside#left-panel #nav-scroll-bottom {
    background: #f7f7f7;
    bottom: 28px;
    box-shadow: 1px -1px 2px #999;
    display: none;
}

.smart-rtl #nav-scroll-bottom, #nav-scroll-bottom {
    display: none !important;
}*/

/* END NAV-SCROLL */

/* END NAV */

/* #LEFT-PANEL > .minifyme*/

.smart-rtl .minifyme > .fa {
    font-size: 20px;
}

.smart-rtl.minified .minifyme i:before {
    content: "\f0a8";
}

.smart-rtl #left-panel .minifyme {
    left: 0px;
    right: auto !important;
    /*bottom: 0px;*/
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

    .smart-rtl #left-panel .minifyme:hover {
        left: 0px;
        right: auto !important;
        width: 40px;
        padding-right: 0px;
        padding-left: 5px;
        bottom: 0px;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
    }

.smart-rtl.minified #left-panel .minifyme {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: absolute;
    bottom: 0px;
}

    .smart-rtl.minified #left-panel .minifyme:hover {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        width: 100%;
        position: absolute;
        bottom: 0px;
    }

/* END .minifyme */

/*
    REZA: DUPLICATE
    .smart-rtl.minified #left-panel nav > ul > li > a > .badge {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 9px;
    padding: 2px;
    position: absolute;
    top: 2px;
    right: 4px;
    background: #ED1C24;
    min-width: 13px;
}

*/

.smart-rtl.minified #left-panel nav > ul > li > a > .badge { /* beautiful badges while .minified  */
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 9px;
    padding: 1px 2px;
    position: absolute;
    top: 21px;
    right: auto;
    left: 2px;
    background: #ED1C24;
    -moz-min-width: 13px;
    -ms-min-width: 13px;
    -o-min-width: 13px;
    -webkit-min-width: 13px;
    min-width: 13px;
}

/* END #LEFT-PANEL */

/* #RIBBON */

.smart-rtl.minified #ribbon { /*right amount problem in minified mode*/
    right: 45px !important;
}

/* END #RIBBON */

/* #MAIN */

.smart-rtl.minified.hidden-menu #main {
    right: 10px;
}

/* FIXES */



/* .SHOW-STAT-MICROCHARTS */

.smart-rtl .show-stat-microcharts > div {
    border-left: none !important;
}

/* END .SHOW-STAT-MICROCHARTS */

.smart-rtl .smart-form .inline-group {
    margin: 0 0 -4px 0px !important;
}

.smart-rtl .jarviswidget > header > .widget-icon {
    float: right !important;
    margin-right: 0 !important;
    margin-left: -10px !important;
}

.smart-rtl .jarviswidget > header > h2 {
    margin-right: 10px !important;
    float: right !important;

}

.smart-rtl .jarviswidget > header .widget-icon + h2 {
    margin-left: 0 !important;
}

.smart-rtl .jarviswidget header:first-child .nav-tabs {
    float: right !important;
}

/*.smart-rtl .jarviswidget > header > h2 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    float: left !important;
}*/

/* CALENDAR */

.smart-rtl #calendar-buttons #btn-prev {
    float: left !important;
    -ms-border-radius: 2px 0 0 2px !important;
    border-radius: 2px 0 0 2px !important;
}

.smart-rtl #calendar-buttons #btn-next {
    -ms-border-radius: 0 2px 2px 0 !important;
    border-radius: 0 2px 2px 0 !important;
}

.smart-rtl .fc-event-time {
    position: relative;
    float: right;
    top: 0;
    right: 0;
}

.smart-rtl .fc-event.fc-event-hori .air.air-top-right {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
}

.smart-rtl .air-bottom-left {
    bottom: 4px;
    left: 4px;
}


/* END CALENDAR */

/* SOME CLASSES */

/*.smart-rtl .fc-event {
    font-family: Tahoma;
}*/

.smart-rtl .block-update-card .update-card-body {
    padding-right: 10px;
}

/*.smart-rtl .jarviswidget-ctrls {
    float: right;
}*/

.smart-rtl .pull-left.grid-search {
    float: left !important;
}

.smart-rtl .btn-group-justified > .btn:last-child, .smart-rtl .btn-group-justified > .dropdown-toggle:last-child {
    -ms-border-radius: 2px 0 0 2px !important;
    border-radius: 2px 0 0 2px !important;
}

.smart-rtl .btn-group-justified > .btn:first-child, .smart-rtl .btn-group-justified > .dropdown-toggle:first-child {
    -ms-border-radius: 0 2px 2px 0 !important;
    border-radius: 0 2px 2px 0 !important;
}

.smart-rtl .btn-group #btn-next {
    float: left;
    -ms-border-radius: 0 2px 2px 0 !important;
    border-radius: 0 2px 2px 0 !important;
}

.smart-rtl .btn-group #btn-prev {
    -ms-border-radius: 2px 0 0 2px !important;
    border-radius: 2px 0 0 2px !important;
    border-left: none;
}

.smart-rtl .k-numeric-wrap {
    padding-right: 1px !important;
}

.smart-rtl .k-pager-wrap .k-link.k-pager-last {
    border-right-width: 0px !important;
}

.smart-rtl .k-icon {
    margin-left: 2px !important;
}

.smart-rtl .clear-select2 {
    top: 4px !important;
    left: 39px !important;
}

/* END SOME CLASSES */



/* END FIXES */

/* END #MAIN */


/* END SMART-RTL */

/* nav li active fix */

.smart-rtl nav ul li.active.open > a:before {
    content: "\f0da";
}
/* Dashboard */
.smart-rtl #admin-menu .image-grid li {
    float: right;
}

.smart-rtl #admin-menu .image-grid {
    padding-right: 25px;
    padding-left: 0;
}
/* Fix Modal */

.smart-rtl .modal-footer {
    text-align: right !important;
}
/* Fix Btn-label */
.smart-rtl .btn-label {
    left: auto;
    right: -12px;
    border-radius: 0 3px 3px 0;
}
/* Fix  notification-body */
.smart-rtl .notification-body {
    padding: 0 3px 0 0;
}



/* rtl */

.smart-rtl .header-dropdown-list a.dropdown-toggle,
.smart-rtl .header-search > button {
    white-space: nowrap;
}

/*.smart-rtl .smart-form .inline-group .checkbox, .smart-rtl .smart-form .inline-group .radio {
	float: right;
	margin-right: 13px;
	margin-left: 0;
}*/

.smart-ltr #extr-page-header-space {
    float: right;
    text-align: right;
    line-height: 45px;
}

.smart-rtl #extr-page-header-space {
    float: left;
    text-align: left;
    line-height: 42px;
}

/*.smart-rtl .btn-toolbar .btn-group, .smart-rtl .btn-toolbar .input-group {
	float: right;
}*/

.smart-rtl .smart-form .col {
    float: right;
}

.smart-rtl .popover.bottom > .arrow:after {
    margin-right: -10px;
}

.smart-rtl .header-dropdown-list > li {
    padding-left: 5px;
}

/*.smart-rtl nav ul ul {
	padding-right: 0 !important;
}*/

/*.smart-rtl nav ul ul ul li a {
		padding-right: 55px !important;
	}

	.smart-rtl nav ul ul ul ul li a {
		padding-right: 70px !important;
	}

	.smart-rtl nav ul ul ul ul ul li a {
		padding-right: 85px !important;
	}

	.smart-rtl nav ul ul ul ul ul ul li a {
		padding-right: 100px !important;
	}

.smart-rtl nav > ul > li > a > i {
	margin-right: 10px;
}

.smart-rtl nav > ul > li > a b {
	right: 10px !important;
}

.smart-rtl .dropdown-menu > li {
	text-align: right;
}

.smart-rtl .login-info img {
	margin-right: 0;
}

.smart-rtl .login-info > span {
	padding-left: 0;
}

.smart-rtl .login-info a {
	margin-top: 0;
	width: 170px;
}

.smart-rtl .login-info #change-position > span {
	width: 155px;
	max-width: 155px;
}*/


/*.smart-rtl .fixed-navigation nav > ul {   
	width: auto;
	padding: 0;
	overflow: hidden;
}*/

.smart-rtl .k-pager-wrap .k-pager-nav.k-pager-last {
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.smart-rtl .k-pager-nav.k-pager-first {
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

@media screen {
    .smart-rtl .todo-group-title {
        padding: 0 10px 0 0;
    }

    .smart-rtl .todo > li {
        background-position: right 11px;
    }

        .smart-rtl .todo > li > :first-child {
            border-right: none;
            border-left: 1px solid #FFE1EB;
            padding: 6px 18px 6px 11px;
        }

        .smart-rtl .todo > li > p {
            margin-right: 52px;
            margin-left: 0;
            border-left: none;
            border-right: 1px solid #FFE1EB;
            padding: 8px 7px 6px 0;
            display: inherit;
            min-height: 30px;
        }

        .smart-rtl .todo > li .toolbox {
            float: left;
            display: none;
        }

        .smart-rtl .todo > li:hover .toolbox {
            display: block;
        }

        .smart-rtl .todo > li .toolbox > a {
            width: 30px;
        }

    .smart-rtl div.dataTables_length {
        right: 13px;
        left: auto;
    }

    .smart-rtl .smart-form .select i {
        right: auto;
        left: 11px;
    }

    .smart-rtl div.ColVis_collection button.ColVis_Button {
        text-align: right;
    }
}

.smart-rtl #logout a i,
.msg-sign-out {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*.smart-rtl body.minified-right #main {
	margin-right: 220px;
}*/

/*.smart-rtl body.minified #main {
	margin-right: 45px;
}*/

/*.smart-rtl body.minified-right .minifyme {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}*/

/*.smart-rtl nav > ul {
	overflow-x: hidden;
}*/

/*.smart-rtl nav > ul > li > ul::before {
		border-right: 1px solid #7A7A7A;
		border-left: none;
		right: 23px;
		left: auto;
	}*/

/*.smart-rtl nav > ul ul li::before {
		right: 23px;
	}*/





/*.smart-rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.smart-rtl .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}*/

.smart-rtl #jarviswidget-fullscreen-mode .widget-body.no-padding {
    margin: -13px 3px 0 -29px;
}

.smart-rtl .SmallBox .textoFull {
    padding-left: 0;
    padding-right: 35px;
}



.smart-rtl .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
}

/*.smart-rtl nav ul li.active > a:after {
	content: "\f0da";
	font-family: FontAwesome;
	display: block;
	height: 27px;
	line-height: normal;
	width: 27px;
	position: absolute;
	top: 8px;
	left: -21px;
	font-size: 20px;
	color: #eee;
}*/

.smart-rtl #left-panel .smart-rtl nav ul ul li > input {
    margin-right: 42px;
}

.smart-rtl .fixed-ribbon #ribbon {
	left: 0;
	right: 220px;
}

/*.smart-rtl .minified.fixed-ribbon #ribbon {
	left: 0;
	right: 45px;
}*/

.smart-rtl .popover {
    text-align: right;
}

/*.smart-rtl .pull-left {
	float: left !important;
}

.smart-rtl .pull-right {
	float: right !important;
}*/

.smart-rtl .chat-users > ul:before {
    border-right: none !important;
}

.smart-rtl .chat-users .display-users [data-chat-id] > i {
    margin-right: 0;
    margin-left: 7px;
}

/*
     **REZA**
    .smart-rtl .ui-chatbox-msg {
    float: right;
    max-width: 208px !important;
}

.smart-rtl .ui-chatbox-titlebar > span {
    margin-right: 10px;
    float: right;
}*/

    .smart-rtl .ui-chatbox-titlebar > span > :first-child {
        margin-left: 7px;
    }

.smart-rtl .ui-chatbox-icon {
    float: left;
}

.smart-rtl .botClose {
    left: 10px !important;
    right: inherit !important;
}

/*.smart-rtl .hidden-menu #left-panel {
	left: inherit !important;
	right: -210px;
	z-index: 903;
}

.smart-rtl .hidden-menu #main {
	margin-left: inherit;
	margin-right: 10px;
}*/

/*.smart-rtl .hidden-menu #ribbon {
	right: 10px;
}*/

/*.smart-rtl .checkbox,
.smart-rtl .radio {
    padding-right: 25px;
}*/

/*@media only screen and (max-width: 679px) and (min-width: 0) {
	.smart-rtl #left-panel {
		left: inherit;
		right: -220px !important;
	}

	.smart-rtl .hidden-menu #left-panel {
		left: inherit;
		right: 0 !important;
	}

	.smart-rtl .hidden-menu #main {
		position: relative;
		left: inherit;
		right: 210px;
	}

	.smart-rtl .hidden-menu.fixed-ribbon #ribbon {
		left: inherit;
		
		width: 100%;
	}
}*/

.smart-rtl .k-rtl .k-tabstrip-items .k-item,
.smart-rtl .k-rtl .k-panelbar .k-tabstrip-items .k-item {
    margin-left: 0;
    margin-right: -1px;
}

.smart-rtl .k-context-menu.k-menu-vertical > .k-item > .k-link {
    white-space: nowrap;
    padding: .28em .9em .38em 1.8em;
}


.smart-rtl .superbox-current-img {
    max-width: 100%;
    float: right;
    padding-left: 25px;
    padding-bottom: 13px;
}

.smart-rtl .superbox-imageinfo {
    padding: 0;
    width: 420px;
}

.smart-rtl .superbox-close {
    left: 15px;
    right: inherit;
}

/*end rtl*/


/* nav-scroll */
/*<div id='nav-scroll-top' class='nav-scroll'></div>*/
/*<div id='nav-scroll-bottom' class='nav-scroll'></div>*/

/*.fixed-navigation nav {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto !important;
}*/

/*nav .nav-scroll {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	display: block;
	height: 20px;
	color: rgb(168, 168, 168);
	text-align: center;
	font-size: 14px;
}*/

/*nav .nav-scroll:hover {
		cursor: pointer;
		color: rgb(255, 255, 255);
	}*/

/*#nav-scroll-top {
	/*top: 90px;
	background: #3a3633;*/
/*top: 90px; box-shadow: 1px 1px 4px #111; position: absolute;*/
/*display: block;*/
/*width: 100%; height: 20px; text-align: center;*/


/*#nav-scroll-bottom {
	bottom: 30px;
	box-shadow: 1px -1px 4px #111;
}*/


/* notification-letter */
.smart-rtl .notification-body.notification-letter {
    overflow: hidden;
}

    .smart-rtl .notification-body.notification-letter > li a span.subject {
        font-size: 12px;
        font-weight: bold;
    }

    .smart-rtl .notification-body.notification-letter > li a span.msg-body {
        font-size: 12px;
    }

    .smart-rtl .notification-body.notification-letter > li a.msg {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

        .smart-rtl .notification-body.notification-letter > li a.msg span.from {
            font-size: 13px;
            margin-bottom: 0;
            margin-left: 120px !important;
        }

    .smart-rtl .notification-body.notification-letter > li time {
        top: 0;
        width: 140px;
        text-align: left;
    }
/* notification-chat */
.smart-rtl .notification-body.notification-chat > li a span.subject {
    font-size: 12px;
    font-weight: bold;
}

.smart-rtl .notification-body.notification-chat > li a span.msg-body {
    font-size: 12px;
}

.smart-rtl .notification-body.notification-chat > li a.msg {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

    .smart-rtl .notification-body.notification-chat > li a.msg span.from {
        font-size: 13px;
        margin-bottom: 0;
        margin-left: 120px !important;
    }

.smart-rtl .notification-body.notification-chat > li time {
    top: 0;
}
/* end notification-letter */
/* form */
/*.form-horizontal .form-group {
    display: inline-block;
    width: 220px;
}*/

.smart-rtl .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 2px;
    /*width: inherit;*/
}

/*
	Theme
*/

.smart-rtl .smart-style-2 .login-info a {
    margin-top: 0;
    /*width: 145px;*/
}

    .smart-rtl .smart-style-2 .login-info a span {
        padding: 0;
        font-size: 12px !important;
        max-width: 105px;
        margin-right: 6px;
    }


.smart-rtl .fc-event {
    border: none !important;
    border-left: none;
    padding: 0;
    overflow: hidden;
}

.smart-rtl .air-top-right {
    top: 0;
    left: 0;
    right: inherit;
    margin-top: 2px;
}

.smart-rtl .air-bottom-left {
    left: 0;
    right: inherit;
}


/* KENDO RTL */

.k-ie9 .smart-rtl .jarviswidget header .widget-toolbar .btn-group .dropdown-toggle {
    float: left;
}

.k-ie9.smart-rtl .btn-group .dropdown-toggle {
    float: left !important;
}

.k-ie9 .smart-rtl .demo span#demo-setting {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
/*Popovers*/
.smart-rtl .popover.right {
    /*right:auto !important;*/
    margin-left: 10px;
}

.smart-rtl .popover.right > .arrow {
        right: auto !important;
        left: -22px !important;
        border-left-color: transparent !important;
        border-right-width: 11px !important;
        border-right-color: #999 !important;
        border-right-color: rgba(0,0,0,.25) !important;
    }

.smart-rtl .popover.right > .arrow {
        top: 50% !important;
        left: -11px !important;
        margin-top: -11px !important;
        border-left-width: 0 !important;
        border-right-color: #999 !important;
        border-right-color: rgba(0,0,0,.25) !important;
    }

.smart-rtl .popover.right > .arrow:after {
            right: 1px !important;
            right: auto !important;
            left: 1px !important;
            border-left-width: 0 !important;
            border-right-width: 10px !important;
            border-left-color: transparent !important;
            border-right-color: #fff !important;
        }

.k-ie8 .smart-rtl .popover.right > .arrow:after {
    right: 1px !important;
    right: auto !important;
    left: 1px !important;
    border-right-width: 0 !important;
    border-left-width: 10px !important;
    border-right-color: transparent !important;
    border-left-color: #fff !important;
}

.k-ie8 .smart-rtl .popover.left > .arrow:after {
    content: " ";
    left: 1px !important;
    border-left-width: 0 !important;
    border-right-width: 10px !important;
    border-right-color: #fff !important;
    border-left-color: transparent !important;
    bottom: -10px !important;
}
/* Fix  ribbon */
@media (max-width: 979px) {
    .smart-rtl #ribbon {
        right: 0 !important;
    }
}
/* Fix  minified */
.smart-rtl .minified #ribbon {
    right: 45px!important;
}
.smart-rtl .minified #main {
    margin-right: 45px;
}
.smart-rtl .minified nav ul li a {
     padding-right: 10px!important; 
}
.smart-rtl .minified.minified nav>ul>li>ul {
    left: auto;
    right: 40px;
}
.smart-rtl .minified nav>ul>li>a>.menu-item-parent {
    left: auto;
    right: 40px;
    padding-right: 12px;
    padding-left: 1px;
}
.smart-rtl .minified .minifyme i:before {
    content: "";
}
.smart-rtl .minified .minifyme .fa:before {
     content: ""; 
}
/* Fix  hidden-menu */
.smart-rtl .hidden-menu #left-panel {
    right: -210px;
    left: auto;
    -webkit-transition: 250ms cubic-bezier(.1,.57,.1,1);
    -moz-transition: 250ms cubic-bezier(.1,.57,.1,1);
    -o-transition: 250ms cubic-bezier(.1,.57,.1,1);
    transition: 250ms cubic-bezier(.1,.57,.1,1);
}
.smart-rtl .hidden-menu #left-panel:hover {
    right: 0;
    left: auto;
}
.smart-rtl .fixed-ribbon.hidden-menu #ribbon {
    right: 0;
    left: 0;
}
.smart-rtl .hidden-menu #main {
    margin-right: 0;
}
/* widget-toolbar */
.smart-rtl #content .widget-toolbar {
    text-align: right;
    margin-right: 0;
}
.smart-rtl .widget-body.no-padding .alert {
    border-right-width: 5px !important;
    border-left-width: 0 !important;
}
/* Fix Not aside */ 
.smart-rtl.nooverflow #main {
    margin-left: 0;
    margin-right: 0;
}
/* End */
@media (max-width: 979px) {
    .smart-rtl.fixed-header #main {
    margin-right: 0;
    margin-top: 49px;
    }
}

.smart-rtl .input-group-addon:first-child {
    border-left: 0;
}
/* fix bootstrap*/
.smart-rtl .has-feedback .form-control {
    padding-left: 40px;
    padding-right: 25px;
}



.smart-rtl #header {
    padding: 0;
}
.smart-rtl #header .btn-header.pull-right {
    margin: 0 0 0 3px;
}