.text-left{text-align: right;}.text-right {text-align: left;}
.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, .col-md-sb-5, .col-md-sb-7, .col-md-sb-8, .col-md-sb-9, .col-md-sb-10, .col-md-sb-11 {float: right;}.radio,.checkbox {padding-left: 0px;padding-right: 20px;}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {float: right;margin-right: -20px;margin-left: 0px;}.radio-inline,.checkbox-inline {padding-right: 20px;padding-left: 0px;}.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline {margin-left: 0px;margin-right: 10px;}.pull-right {float: left !important;}.pull-left {float: right !important;}
.SB_Text_right
{
    text-align: left;
}
.SB_Text_left
{
    text-align: right;
}
.btn-group > .btn, .btn-group-vertical > .btn
{
    float:right;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) 
{
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child)
{
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}

/*for design 2015 start*/

@media (min-width: 1200px)
{
.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;
}
}
@media (min-width: 768px)
{
.form-horizontal .control-label {
text-align: left;
}
}

/*for design 2015 end*/