﻿span.btn-label.pull {
    direction: rtl;
}

.layout-align {
    text-align: left;
}

.layout-align-reverse {
    text-align: right;
}

.side-menu {
    left: 0px !important;
    border-right: thin solid rgb(212, 212, 212);
}

.content-page{
    margin-right: 0px !important;
    margin-left: 240px !important;
}

#wrapper.enlarged .content-page {
    margin-right: 0px !important;
    margin-left: 70px !important;
}

#wrapper.enlarged #sidebar-menu ul ul a {
    padding: 10px 65px 10px 20px;
}

.topbar-left{
    float: left !important;
}

body{
    font-family: Calibri;
    direction: ltr;
}

#sidebar-menu ul li .menu-arrow{
    left: inherit;
    right: 15px;
}

#sidebar-menu ul ul a {
    padding: 10px 20px 10px 65px;
}

#sidebar-menu ul li a i{
    margin-right: 15px !important;
    margin-left: 3px !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
    margin-left: 2px !important;
    margin-right: 40px !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul{
    left: 70px;
    right: inherit !important;
}

#sidebar-menu > ul > li > a.active {
    border-right: none;
    border-left: 3px solid #5fbeaa;
}

#sidebar-menu > ul > li > a {
    border-right: none;
    border-left: 3px solid #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Calibri;
}
@media (min-width: 992px){
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
        float: left !important;
    }
}

.widget-panel i{
    left: inherit !important;
    right: 0px !important;
}

.checkbox label::before {
    left: 0px !important;
    right: inherit !important;
}

.checkbox label::after {
    left: 0px !important;
    right: inherit !important;
}

.bootstrap-select.btn-group .dropdown-menu li a{
    text-align: left !important;
    direction: ltr !important;
}

.dropdown-menu{
    left: 0px !important;
    right: inherit !important;
}

.btn-label{
    margin-left: -16px !important;
    margin-right: 12px !important;
}

.contact-search .btn-white{
    left: inherit !important;
    right: 16px !important;
}

.table-detail.table-actions-bar{
    float: right !important;
}

.modal-footer{
    text-align: right !important;
}

.dataTables_paginate.paging_simple_numbers {
    float: right !important;
    direction: ltr !important;
}

.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-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-family: Tahoma;
}

.actions-btn.bs-select-all.btn.btn-default {
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.actions-btn.bs-deselect-all.btn.btn-default {
    float: left;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{
    margin-left: 34px !important;
    margin-right: inherit !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    left: 15px !important;
    right: inherit !important;
}

.dt-buttons{
    float: left !important;
}