﻿.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-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

legend {
    text-align: right;
}

/*label {
    float: right;
}*/

.input-group-addon:last-child {
    border-left: 0px !important;
}

.input-group-addon {
    border-radius: 0px !important;
}

    .input-group-addon:last-child {
        border-right: 1;
    }

.input-group {
    float: right;
}
