﻿.rtl {
    direction: rtl;
    text-align: right !important;
}

.ltr {
    direction: ltr;
    text-align: left !important;
}

html[dir=rtl] .glyphicon-th-list, html[dir=rtl] .glyphicon-search {
    transform: rotateY(-180deg);
}

input[type="checkbox"], input[type="radio"] {
    height: 16px;
    width: 16px
}

    input[type="radio"] + label, input[type="radio"] + span {
        display: inline-block;
        font-size: 13px;
        vertical-align: top;
        line-height: 24px;
        margin-right: 15px;
        font-weight: normal
    }

html[dir=rtl] input[type="radio"] + label, html[dir=rtl] input[type="radio"] + span {
    margin-right: 0px;
    margin-left: 15px;
}

.icon-info:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e086";
}


.dropdown-menu.show{
    max-width: 200px;
}

.input-no-focus {
    outline: none !important;
    border: none !important
}
