﻿.modal-header .close, .alert .close {
    float: left;
}

.modal-footer .btn {
    float: left;
}

.modal-body .alert {
    margin-bottom: 0;
}

.dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
}

.breadcrumb > li + li::before {
    content: ">";
}


.list-group-item > .badge {
    float: left;
}


/*--------------------col---------------------*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
}

.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: right;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right;
}

.col-xs-offset-2, .col-sm-offset-2, .col-md-offset-2, .col-lg-offset-2 {
    margin-left: auto;
    margin-right: 16.6667%;
}
/*-------------------------------------------------------------------*/



/*--------------------text input by feedback icon---------------------*/
.has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: inherit;
}

.form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto;
}

.form-control-feedback {
    right: auto;
    left: 0;
}
/*-------------------------------------------------------------------*/



/*--------------------checkbox & radio in lable---------------------*/
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-right: -20px;
    margin-left: 0;
}

.checkbox label, .radio label {
    padding-right: 20px;
    padding-left: 0;
}

.checkbox-inline, .radio-inline {
    padding-right: 20px;
    padding-left: 0;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-right: 10px;
        margin-left: 0;
    }
/*-------------------------------------------------------------------*/



/*--------------------popover---------------------*/
.popover {
    font-family: Tahoma;
    font-size: 10px;
    text-align: right;
}

    .popover.bottom > .arrow::after {
        margin-right: -10px;
        margin-left: 0;
    }
/*-------------------------------------------------------------------*/



/*--------------------input-group---------------------*/
.input-group-addon:last-child {
    border-right: 0 none;
    border-left: 1px solid #ccc;
}

.input-group-addon:first-child {
    border-left: 0 none;
    border-right: 1px solid #ccc;
}

.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-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }
/*-------------------------------------------------------------------*/



/*--------------------pagination---------------------*/
.pagination {
    padding-left: inherit;
    padding-right: 0;
}

    .pagination > li {
        display: inline-block;
    }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: -2px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            border-radius: 0 3px 3px 0;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-radius: 3px 0 0 3px;
        }
/*-------------------------------------------------------------------*/



/*--------------------nav---------------------*/
.nav-tabs {
    padding-right: 0;
}

    .nav-tabs > li {
        float: right;
    }

.nav {
    padding-right: 0;
}

.navbar-nav > li {
    float: right;
}

.navbar-brand {
    float: right;
}

/*-------------------------------------------------------------------*/
