/* RTL Customizations and Overriding */

.ms-ctn .ms-sel-ctn input {
    float: right !important;
}

.ms-ctn .ms-trigger {
    left: 0;
    right: auto;
    border-right: 1px solid #CCC;
    border-left: none;
}

.ms-ctn .ms-trigger:hover {
    left: 0;
    right: auto;
    border-radius: 3px 0 0 3px;
}

.ms-ctn .ms-trigger .ms-trigger-ico {
    margin-right: 8px;
    margin-left: auto;
}

.ms-ctn .ms-sel-ctn input {
    width: 100% !important;
}

.ms-sel-ctn {
    padding-left: 25px;
    padding-right: 0;
}

.ms-res-ctn .ms-res-item {
    text-align: right !important;
}

.ms-ctn .ms-sel-item{
    float: right;
}

.fa-caret-right:before {
    content: "\f0d9" !important;
}

.glyphicon-chevron-right:before {
    content: "\e079" !important;
}

.glyphicon-chevron-left:before {
    content: "\e080" !important;
}

#tables-container .table-responsive caption button {
    float: left !important;
}
.text-left {
  text-align: right !important;
}
.border-left {
    border: none;
    border-right: 1px solid #dfe7ea;
}
.border-right{
    border: none;
    border-left: 1px solid #dfe7ea;
}

.ml-auto, .mx-auto {
    margin-right: auto!important;
    margin-left: 0px !important;
}

.margin-right-8 {
    margin-left: 8px;
    margin-right: 0px;
}

.image_rotate{
    transform: rotate(180deg);
}

.layer{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto !important;
    margin-top: 55px;
    border-right: 1px solid #cccccc;
    background-color: #fff;
    color: #515253;
    z-index: 116;
    overflow: auto;
    transition: all 0.3s ease;
    display: block;
    width: 400px;
}

.padding-right-0{
    padding-left: 0px;
}

.treeListPanel, .treeSearchPanel{
    text-align: left;
}

.tree-icon{
    float: left;
    margin-left: .3em;
}

.margin-right-5{
    margin-left: 5px;
}

.project_type{
    margin-left: 5px; 
    text-transform: capitalize;
}