You are here

style-rtl.css in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.3

html {
  direction: rtl;
}
body {
  direction: rtl;
}
.list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
.list-inline {
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
dd {
  margin-right: 0;
  margin-left: initial;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
blockquote {
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse,
blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #eeeeee;
  border-right: 0;
  text-align: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  left: 100%;
  right: auto;
}
.col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
.col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
.col-xs-pull-9 {
  left: 75%;
  right: auto;
}
.col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
.col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
.col-xs-pull-6 {
  left: 50%;
  right: auto;
}
.col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
.col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
.col-xs-pull-3 {
  left: 25%;
  right: auto;
}
.col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
.col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}
.col-xs-pull-0 {
  left: auto;
  right: auto;
}
.col-xs-push-12 {
  right: 100%;
  left: 0;
}
.col-xs-push-11 {
  right: 91.66666667%;
  left: 0;
}
.col-xs-push-10 {
  right: 83.33333333%;
  left: 0;
}
.col-xs-push-9 {
  right: 75%;
  left: 0;
}
.col-xs-push-8 {
  right: 66.66666667%;
  left: 0;
}
.col-xs-push-7 {
  right: 58.33333333%;
  left: 0;
}
.col-xs-push-6 {
  right: 50%;
  left: 0;
}
.col-xs-push-5 {
  right: 41.66666667%;
  left: 0;
}
.col-xs-push-4 {
  right: 33.33333333%;
  left: 0;
}
.col-xs-push-3 {
  right: 25%;
  left: 0;
}
.col-xs-push-2 {
  right: 16.66666667%;
  left: 0;
}
.col-xs-push-1 {
  right: 8.33333333%;
  left: 0;
}
.col-xs-push-0 {
  right: auto;
  left: 0;
}
.col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
.col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.col-xs-offset-0 {
  margin-right: 0%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .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-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  .col-sm-push-12 {
    right: 100%;
    left: 0;
  }
  .col-sm-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-sm-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-sm-push-9 {
    right: 75%;
    left: 0;
  }
  .col-sm-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-sm-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-sm-push-6 {
    right: 50%;
    left: 0;
  }
  .col-sm-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-sm-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-sm-push-3 {
    right: 25%;
    left: 0;
  }
  .col-sm-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-sm-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-sm-push-0 {
    right: auto;
    left: 0;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .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-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  .col-md-push-12 {
    right: 100%;
    left: 0;
  }
  .col-md-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-md-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-md-push-9 {
    right: 75%;
    left: 0;
  }
  .col-md-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-md-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-md-push-6 {
    right: 50%;
    left: 0;
  }
  .col-md-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-md-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-md-push-3 {
    right: 25%;
    left: 0;
  }
  .col-md-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-md-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-md-push-0 {
    right: auto;
    left: 0;
  }
  .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-md-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  .col-lg-push-12 {
    right: 100%;
    left: 0;
  }
  .col-lg-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-lg-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-lg-push-9 {
    right: 75%;
    left: 0;
  }
  .col-lg-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-lg-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-lg-push-6 {
    right: 50%;
    left: 0;
  }
  .col-lg-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-lg-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-lg-push-3 {
    right: 25%;
    left: 0;
  }
  .col-lg-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-lg-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-lg-push-0 {
    right: auto;
    left: 0;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
caption {
  text-align: right;
}
th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: initial;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
.radio label,
.checkbox label {
  padding-right: 20px;
  padding-left: initial;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-right: -20px;
  margin-left: auto;
}
.radio-inline,
.checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
.has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
.form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .form-inline label {
    padding-right: 0;
    padding-left: initial;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}
.caret {
  margin-right: 2px;
  margin-left: 0;
}
.dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
.dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  float: right;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
.btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
.btn-group > .btn:first-child {
  margin-right: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group {
  float: right;
}
.btn-group.btn-group-justified > .btn,
.btn-group.btn-group-justified > .btn-group {
  float: none;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn .caret {
  margin-right: 0;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
.input-group .form-control {
  float: right;
}
.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-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-left: 0px;
}
.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-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0px;
}
.input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.nav {
  padding-right: 0;
  padding-left: initial;
}
.nav-tabs > li {
  float: right;
}
.nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}
.nav-pills > li {
  float: right;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
.nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
.nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
.navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li {
    float: right;
  }
}
@media (min-width: 768px) {
  .navbar-left.flip {
    float: right !important;
  }
  .navbar-right:last-child {
    margin-left: -15px;
    margin-right: auto;
  }
  .navbar-right.flip {
    float: left !important;
    margin-left: -15px;
    margin-right: auto;
  }
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .navbar-text {
    float: right;
  }
  .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
.pagination {
  padding-right: 0;
}
.pagination > li > a,
.pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-right: 0;
  padding-left: initial;
}
.pager .next > a,
.pager .next > span {
  float: left;
}
.pager .previous > a,
.pager .previous > span {
  float: right;
}
.nav-pills > li > a > .badge {
  margin-left: 0px;
  margin-right: 3px;
}
.list-group-item > .badge {
  float: left;
}
.list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
.alert-dismissable,
.alert-dismissible {
  padding-left: 35px;
  padding-right: 15px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: auto;
  left: -21px;
}
.progress-bar {
  float: right;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
.media-right,
.media > .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
.media-left,
.media > .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
.media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
.list-group {
  padding-right: 0;
  padding-left: initial;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  right: 0;
  left: auto;
}
.close {
  float: left;
}
.modal-footer {
  text-align: left;
}
.modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
.popover {
  left: auto;
  text-align: right;
}
.popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.carousel-control {
  right: 0;
  bottom: 0;
}
.carousel-control.left {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
.carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.pull-right.flip {
  float: left !important;
}
.pull-left.flip {
  float: right !important;
}

File

themes/vartheme/vartheme_subtheme/css/style-rtl.css
View source
  1. html {
  2. direction: rtl;
  3. }
  4. body {
  5. direction: rtl;
  6. }
  7. .list-unstyled {
  8. padding-right: 0;
  9. padding-left: initial;
  10. }
  11. .list-inline {
  12. padding-right: 0;
  13. padding-left: initial;
  14. margin-right: -5px;
  15. margin-left: 0;
  16. }
  17. dd {
  18. margin-right: 0;
  19. margin-left: initial;
  20. }
  21. @media (min-width: 768px) {
  22. .dl-horizontal dt {
  23. float: right;
  24. clear: right;
  25. text-align: left;
  26. }
  27. .dl-horizontal dd {
  28. margin-right: 180px;
  29. margin-left: 0;
  30. }
  31. }
  32. blockquote {
  33. border-right: 5px solid #eeeeee;
  34. border-left: 0;
  35. }
  36. .blockquote-reverse,
  37. blockquote.pull-left {
  38. padding-left: 15px;
  39. padding-right: 0;
  40. border-left: 5px solid #eeeeee;
  41. border-right: 0;
  42. text-align: left;
  43. }
  44. .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  45. position: relative;
  46. min-height: 1px;
  47. padding-left: 15px;
  48. padding-right: 15px;
  49. }
  50. .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 {
  51. float: right;
  52. }
  53. .col-xs-12 {
  54. width: 100%;
  55. }
  56. .col-xs-11 {
  57. width: 91.66666667%;
  58. }
  59. .col-xs-10 {
  60. width: 83.33333333%;
  61. }
  62. .col-xs-9 {
  63. width: 75%;
  64. }
  65. .col-xs-8 {
  66. width: 66.66666667%;
  67. }
  68. .col-xs-7 {
  69. width: 58.33333333%;
  70. }
  71. .col-xs-6 {
  72. width: 50%;
  73. }
  74. .col-xs-5 {
  75. width: 41.66666667%;
  76. }
  77. .col-xs-4 {
  78. width: 33.33333333%;
  79. }
  80. .col-xs-3 {
  81. width: 25%;
  82. }
  83. .col-xs-2 {
  84. width: 16.66666667%;
  85. }
  86. .col-xs-1 {
  87. width: 8.33333333%;
  88. }
  89. .col-xs-pull-12 {
  90. left: 100%;
  91. right: auto;
  92. }
  93. .col-xs-pull-11 {
  94. left: 91.66666667%;
  95. right: auto;
  96. }
  97. .col-xs-pull-10 {
  98. left: 83.33333333%;
  99. right: auto;
  100. }
  101. .col-xs-pull-9 {
  102. left: 75%;
  103. right: auto;
  104. }
  105. .col-xs-pull-8 {
  106. left: 66.66666667%;
  107. right: auto;
  108. }
  109. .col-xs-pull-7 {
  110. left: 58.33333333%;
  111. right: auto;
  112. }
  113. .col-xs-pull-6 {
  114. left: 50%;
  115. right: auto;
  116. }
  117. .col-xs-pull-5 {
  118. left: 41.66666667%;
  119. right: auto;
  120. }
  121. .col-xs-pull-4 {
  122. left: 33.33333333%;
  123. right: auto;
  124. }
  125. .col-xs-pull-3 {
  126. left: 25%;
  127. right: auto;
  128. }
  129. .col-xs-pull-2 {
  130. left: 16.66666667%;
  131. right: auto;
  132. }
  133. .col-xs-pull-1 {
  134. left: 8.33333333%;
  135. right: auto;
  136. }
  137. .col-xs-pull-0 {
  138. left: auto;
  139. right: auto;
  140. }
  141. .col-xs-push-12 {
  142. right: 100%;
  143. left: 0;
  144. }
  145. .col-xs-push-11 {
  146. right: 91.66666667%;
  147. left: 0;
  148. }
  149. .col-xs-push-10 {
  150. right: 83.33333333%;
  151. left: 0;
  152. }
  153. .col-xs-push-9 {
  154. right: 75%;
  155. left: 0;
  156. }
  157. .col-xs-push-8 {
  158. right: 66.66666667%;
  159. left: 0;
  160. }
  161. .col-xs-push-7 {
  162. right: 58.33333333%;
  163. left: 0;
  164. }
  165. .col-xs-push-6 {
  166. right: 50%;
  167. left: 0;
  168. }
  169. .col-xs-push-5 {
  170. right: 41.66666667%;
  171. left: 0;
  172. }
  173. .col-xs-push-4 {
  174. right: 33.33333333%;
  175. left: 0;
  176. }
  177. .col-xs-push-3 {
  178. right: 25%;
  179. left: 0;
  180. }
  181. .col-xs-push-2 {
  182. right: 16.66666667%;
  183. left: 0;
  184. }
  185. .col-xs-push-1 {
  186. right: 8.33333333%;
  187. left: 0;
  188. }
  189. .col-xs-push-0 {
  190. right: auto;
  191. left: 0;
  192. }
  193. .col-xs-offset-12 {
  194. margin-right: 100%;
  195. margin-left: 0;
  196. }
  197. .col-xs-offset-11 {
  198. margin-right: 91.66666667%;
  199. margin-left: 0;
  200. }
  201. .col-xs-offset-10 {
  202. margin-right: 83.33333333%;
  203. margin-left: 0;
  204. }
  205. .col-xs-offset-9 {
  206. margin-right: 75%;
  207. margin-left: 0;
  208. }
  209. .col-xs-offset-8 {
  210. margin-right: 66.66666667%;
  211. margin-left: 0;
  212. }
  213. .col-xs-offset-7 {
  214. margin-right: 58.33333333%;
  215. margin-left: 0;
  216. }
  217. .col-xs-offset-6 {
  218. margin-right: 50%;
  219. margin-left: 0;
  220. }
  221. .col-xs-offset-5 {
  222. margin-right: 41.66666667%;
  223. margin-left: 0;
  224. }
  225. .col-xs-offset-4 {
  226. margin-right: 33.33333333%;
  227. margin-left: 0;
  228. }
  229. .col-xs-offset-3 {
  230. margin-right: 25%;
  231. margin-left: 0;
  232. }
  233. .col-xs-offset-2 {
  234. margin-right: 16.66666667%;
  235. margin-left: 0;
  236. }
  237. .col-xs-offset-1 {
  238. margin-right: 8.33333333%;
  239. margin-left: 0;
  240. }
  241. .col-xs-offset-0 {
  242. margin-right: 0%;
  243. margin-left: 0;
  244. }
  245. @media (min-width: 768px) {
  246. .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 {
  247. float: right;
  248. }
  249. .col-sm-12 {
  250. width: 100%;
  251. }
  252. .col-sm-11 {
  253. width: 91.66666667%;
  254. }
  255. .col-sm-10 {
  256. width: 83.33333333%;
  257. }
  258. .col-sm-9 {
  259. width: 75%;
  260. }
  261. .col-sm-8 {
  262. width: 66.66666667%;
  263. }
  264. .col-sm-7 {
  265. width: 58.33333333%;
  266. }
  267. .col-sm-6 {
  268. width: 50%;
  269. }
  270. .col-sm-5 {
  271. width: 41.66666667%;
  272. }
  273. .col-sm-4 {
  274. width: 33.33333333%;
  275. }
  276. .col-sm-3 {
  277. width: 25%;
  278. }
  279. .col-sm-2 {
  280. width: 16.66666667%;
  281. }
  282. .col-sm-1 {
  283. width: 8.33333333%;
  284. }
  285. .col-sm-pull-12 {
  286. left: 100%;
  287. right: auto;
  288. }
  289. .col-sm-pull-11 {
  290. left: 91.66666667%;
  291. right: auto;
  292. }
  293. .col-sm-pull-10 {
  294. left: 83.33333333%;
  295. right: auto;
  296. }
  297. .col-sm-pull-9 {
  298. left: 75%;
  299. right: auto;
  300. }
  301. .col-sm-pull-8 {
  302. left: 66.66666667%;
  303. right: auto;
  304. }
  305. .col-sm-pull-7 {
  306. left: 58.33333333%;
  307. right: auto;
  308. }
  309. .col-sm-pull-6 {
  310. left: 50%;
  311. right: auto;
  312. }
  313. .col-sm-pull-5 {
  314. left: 41.66666667%;
  315. right: auto;
  316. }
  317. .col-sm-pull-4 {
  318. left: 33.33333333%;
  319. right: auto;
  320. }
  321. .col-sm-pull-3 {
  322. left: 25%;
  323. right: auto;
  324. }
  325. .col-sm-pull-2 {
  326. left: 16.66666667%;
  327. right: auto;
  328. }
  329. .col-sm-pull-1 {
  330. left: 8.33333333%;
  331. right: auto;
  332. }
  333. .col-sm-pull-0 {
  334. left: auto;
  335. right: auto;
  336. }
  337. .col-sm-push-12 {
  338. right: 100%;
  339. left: 0;
  340. }
  341. .col-sm-push-11 {
  342. right: 91.66666667%;
  343. left: 0;
  344. }
  345. .col-sm-push-10 {
  346. right: 83.33333333%;
  347. left: 0;
  348. }
  349. .col-sm-push-9 {
  350. right: 75%;
  351. left: 0;
  352. }
  353. .col-sm-push-8 {
  354. right: 66.66666667%;
  355. left: 0;
  356. }
  357. .col-sm-push-7 {
  358. right: 58.33333333%;
  359. left: 0;
  360. }
  361. .col-sm-push-6 {
  362. right: 50%;
  363. left: 0;
  364. }
  365. .col-sm-push-5 {
  366. right: 41.66666667%;
  367. left: 0;
  368. }
  369. .col-sm-push-4 {
  370. right: 33.33333333%;
  371. left: 0;
  372. }
  373. .col-sm-push-3 {
  374. right: 25%;
  375. left: 0;
  376. }
  377. .col-sm-push-2 {
  378. right: 16.66666667%;
  379. left: 0;
  380. }
  381. .col-sm-push-1 {
  382. right: 8.33333333%;
  383. left: 0;
  384. }
  385. .col-sm-push-0 {
  386. right: auto;
  387. left: 0;
  388. }
  389. .col-sm-offset-12 {
  390. margin-right: 100%;
  391. margin-left: 0;
  392. }
  393. .col-sm-offset-11 {
  394. margin-right: 91.66666667%;
  395. margin-left: 0;
  396. }
  397. .col-sm-offset-10 {
  398. margin-right: 83.33333333%;
  399. margin-left: 0;
  400. }
  401. .col-sm-offset-9 {
  402. margin-right: 75%;
  403. margin-left: 0;
  404. }
  405. .col-sm-offset-8 {
  406. margin-right: 66.66666667%;
  407. margin-left: 0;
  408. }
  409. .col-sm-offset-7 {
  410. margin-right: 58.33333333%;
  411. margin-left: 0;
  412. }
  413. .col-sm-offset-6 {
  414. margin-right: 50%;
  415. margin-left: 0;
  416. }
  417. .col-sm-offset-5 {
  418. margin-right: 41.66666667%;
  419. margin-left: 0;
  420. }
  421. .col-sm-offset-4 {
  422. margin-right: 33.33333333%;
  423. margin-left: 0;
  424. }
  425. .col-sm-offset-3 {
  426. margin-right: 25%;
  427. margin-left: 0;
  428. }
  429. .col-sm-offset-2 {
  430. margin-right: 16.66666667%;
  431. margin-left: 0;
  432. }
  433. .col-sm-offset-1 {
  434. margin-right: 8.33333333%;
  435. margin-left: 0;
  436. }
  437. .col-sm-offset-0 {
  438. margin-right: 0%;
  439. margin-left: 0;
  440. }
  441. }
  442. @media (min-width: 992px) {
  443. .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 {
  444. float: right;
  445. }
  446. .col-md-12 {
  447. width: 100%;
  448. }
  449. .col-md-11 {
  450. width: 91.66666667%;
  451. }
  452. .col-md-10 {
  453. width: 83.33333333%;
  454. }
  455. .col-md-9 {
  456. width: 75%;
  457. }
  458. .col-md-8 {
  459. width: 66.66666667%;
  460. }
  461. .col-md-7 {
  462. width: 58.33333333%;
  463. }
  464. .col-md-6 {
  465. width: 50%;
  466. }
  467. .col-md-5 {
  468. width: 41.66666667%;
  469. }
  470. .col-md-4 {
  471. width: 33.33333333%;
  472. }
  473. .col-md-3 {
  474. width: 25%;
  475. }
  476. .col-md-2 {
  477. width: 16.66666667%;
  478. }
  479. .col-md-1 {
  480. width: 8.33333333%;
  481. }
  482. .col-md-pull-12 {
  483. left: 100%;
  484. right: auto;
  485. }
  486. .col-md-pull-11 {
  487. left: 91.66666667%;
  488. right: auto;
  489. }
  490. .col-md-pull-10 {
  491. left: 83.33333333%;
  492. right: auto;
  493. }
  494. .col-md-pull-9 {
  495. left: 75%;
  496. right: auto;
  497. }
  498. .col-md-pull-8 {
  499. left: 66.66666667%;
  500. right: auto;
  501. }
  502. .col-md-pull-7 {
  503. left: 58.33333333%;
  504. right: auto;
  505. }
  506. .col-md-pull-6 {
  507. left: 50%;
  508. right: auto;
  509. }
  510. .col-md-pull-5 {
  511. left: 41.66666667%;
  512. right: auto;
  513. }
  514. .col-md-pull-4 {
  515. left: 33.33333333%;
  516. right: auto;
  517. }
  518. .col-md-pull-3 {
  519. left: 25%;
  520. right: auto;
  521. }
  522. .col-md-pull-2 {
  523. left: 16.66666667%;
  524. right: auto;
  525. }
  526. .col-md-pull-1 {
  527. left: 8.33333333%;
  528. right: auto;
  529. }
  530. .col-md-pull-0 {
  531. left: auto;
  532. right: auto;
  533. }
  534. .col-md-push-12 {
  535. right: 100%;
  536. left: 0;
  537. }
  538. .col-md-push-11 {
  539. right: 91.66666667%;
  540. left: 0;
  541. }
  542. .col-md-push-10 {
  543. right: 83.33333333%;
  544. left: 0;
  545. }
  546. .col-md-push-9 {
  547. right: 75%;
  548. left: 0;
  549. }
  550. .col-md-push-8 {
  551. right: 66.66666667%;
  552. left: 0;
  553. }
  554. .col-md-push-7 {
  555. right: 58.33333333%;
  556. left: 0;
  557. }
  558. .col-md-push-6 {
  559. right: 50%;
  560. left: 0;
  561. }
  562. .col-md-push-5 {
  563. right: 41.66666667%;
  564. left: 0;
  565. }
  566. .col-md-push-4 {
  567. right: 33.33333333%;
  568. left: 0;
  569. }
  570. .col-md-push-3 {
  571. right: 25%;
  572. left: 0;
  573. }
  574. .col-md-push-2 {
  575. right: 16.66666667%;
  576. left: 0;
  577. }
  578. .col-md-push-1 {
  579. right: 8.33333333%;
  580. left: 0;
  581. }
  582. .col-md-push-0 {
  583. right: auto;
  584. left: 0;
  585. }
  586. .col-md-offset-12 {
  587. margin-right: 100%;
  588. margin-left: 0;
  589. }
  590. .col-md-offset-11 {
  591. margin-right: 91.66666667%;
  592. margin-left: 0;
  593. }
  594. .col-md-offset-10 {
  595. margin-right: 83.33333333%;
  596. margin-left: 0;
  597. }
  598. .col-md-offset-9 {
  599. margin-right: 75%;
  600. margin-left: 0;
  601. }
  602. .col-md-offset-8 {
  603. margin-right: 66.66666667%;
  604. margin-left: 0;
  605. }
  606. .col-md-offset-7 {
  607. margin-right: 58.33333333%;
  608. margin-left: 0;
  609. }
  610. .col-md-offset-6 {
  611. margin-right: 50%;
  612. margin-left: 0;
  613. }
  614. .col-md-offset-5 {
  615. margin-right: 41.66666667%;
  616. margin-left: 0;
  617. }
  618. .col-md-offset-4 {
  619. margin-right: 33.33333333%;
  620. margin-left: 0;
  621. }
  622. .col-md-offset-3 {
  623. margin-right: 25%;
  624. margin-left: 0;
  625. }
  626. .col-md-offset-2 {
  627. margin-right: 16.66666667%;
  628. margin-left: 0;
  629. }
  630. .col-md-offset-1 {
  631. margin-right: 8.33333333%;
  632. margin-left: 0;
  633. }
  634. .col-md-offset-0 {
  635. margin-right: 0%;
  636. margin-left: 0;
  637. }
  638. }
  639. @media (min-width: 1200px) {
  640. .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 {
  641. float: right;
  642. }
  643. .col-lg-12 {
  644. width: 100%;
  645. }
  646. .col-lg-11 {
  647. width: 91.66666667%;
  648. }
  649. .col-lg-10 {
  650. width: 83.33333333%;
  651. }
  652. .col-lg-9 {
  653. width: 75%;
  654. }
  655. .col-lg-8 {
  656. width: 66.66666667%;
  657. }
  658. .col-lg-7 {
  659. width: 58.33333333%;
  660. }
  661. .col-lg-6 {
  662. width: 50%;
  663. }
  664. .col-lg-5 {
  665. width: 41.66666667%;
  666. }
  667. .col-lg-4 {
  668. width: 33.33333333%;
  669. }
  670. .col-lg-3 {
  671. width: 25%;
  672. }
  673. .col-lg-2 {
  674. width: 16.66666667%;
  675. }
  676. .col-lg-1 {
  677. width: 8.33333333%;
  678. }
  679. .col-lg-pull-12 {
  680. left: 100%;
  681. right: auto;
  682. }
  683. .col-lg-pull-11 {
  684. left: 91.66666667%;
  685. right: auto;
  686. }
  687. .col-lg-pull-10 {
  688. left: 83.33333333%;
  689. right: auto;
  690. }
  691. .col-lg-pull-9 {
  692. left: 75%;
  693. right: auto;
  694. }
  695. .col-lg-pull-8 {
  696. left: 66.66666667%;
  697. right: auto;
  698. }
  699. .col-lg-pull-7 {
  700. left: 58.33333333%;
  701. right: auto;
  702. }
  703. .col-lg-pull-6 {
  704. left: 50%;
  705. right: auto;
  706. }
  707. .col-lg-pull-5 {
  708. left: 41.66666667%;
  709. right: auto;
  710. }
  711. .col-lg-pull-4 {
  712. left: 33.33333333%;
  713. right: auto;
  714. }
  715. .col-lg-pull-3 {
  716. left: 25%;
  717. right: auto;
  718. }
  719. .col-lg-pull-2 {
  720. left: 16.66666667%;
  721. right: auto;
  722. }
  723. .col-lg-pull-1 {
  724. left: 8.33333333%;
  725. right: auto;
  726. }
  727. .col-lg-pull-0 {
  728. left: auto;
  729. right: auto;
  730. }
  731. .col-lg-push-12 {
  732. right: 100%;
  733. left: 0;
  734. }
  735. .col-lg-push-11 {
  736. right: 91.66666667%;
  737. left: 0;
  738. }
  739. .col-lg-push-10 {
  740. right: 83.33333333%;
  741. left: 0;
  742. }
  743. .col-lg-push-9 {
  744. right: 75%;
  745. left: 0;
  746. }
  747. .col-lg-push-8 {
  748. right: 66.66666667%;
  749. left: 0;
  750. }
  751. .col-lg-push-7 {
  752. right: 58.33333333%;
  753. left: 0;
  754. }
  755. .col-lg-push-6 {
  756. right: 50%;
  757. left: 0;
  758. }
  759. .col-lg-push-5 {
  760. right: 41.66666667%;
  761. left: 0;
  762. }
  763. .col-lg-push-4 {
  764. right: 33.33333333%;
  765. left: 0;
  766. }
  767. .col-lg-push-3 {
  768. right: 25%;
  769. left: 0;
  770. }
  771. .col-lg-push-2 {
  772. right: 16.66666667%;
  773. left: 0;
  774. }
  775. .col-lg-push-1 {
  776. right: 8.33333333%;
  777. left: 0;
  778. }
  779. .col-lg-push-0 {
  780. right: auto;
  781. left: 0;
  782. }
  783. .col-lg-offset-12 {
  784. margin-right: 100%;
  785. margin-left: 0;
  786. }
  787. .col-lg-offset-11 {
  788. margin-right: 91.66666667%;
  789. margin-left: 0;
  790. }
  791. .col-lg-offset-10 {
  792. margin-right: 83.33333333%;
  793. margin-left: 0;
  794. }
  795. .col-lg-offset-9 {
  796. margin-right: 75%;
  797. margin-left: 0;
  798. }
  799. .col-lg-offset-8 {
  800. margin-right: 66.66666667%;
  801. margin-left: 0;
  802. }
  803. .col-lg-offset-7 {
  804. margin-right: 58.33333333%;
  805. margin-left: 0;
  806. }
  807. .col-lg-offset-6 {
  808. margin-right: 50%;
  809. margin-left: 0;
  810. }
  811. .col-lg-offset-5 {
  812. margin-right: 41.66666667%;
  813. margin-left: 0;
  814. }
  815. .col-lg-offset-4 {
  816. margin-right: 33.33333333%;
  817. margin-left: 0;
  818. }
  819. .col-lg-offset-3 {
  820. margin-right: 25%;
  821. margin-left: 0;
  822. }
  823. .col-lg-offset-2 {
  824. margin-right: 16.66666667%;
  825. margin-left: 0;
  826. }
  827. .col-lg-offset-1 {
  828. margin-right: 8.33333333%;
  829. margin-left: 0;
  830. }
  831. .col-lg-offset-0 {
  832. margin-right: 0%;
  833. margin-left: 0;
  834. }
  835. }
  836. caption {
  837. text-align: right;
  838. }
  839. th {
  840. text-align: right;
  841. }
  842. @media screen and (max-width: 767px) {
  843. .table-responsive > .table-bordered {
  844. border: 0;
  845. }
  846. .table-responsive > .table-bordered > thead > tr > th:first-child,
  847. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  848. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  849. .table-responsive > .table-bordered > thead > tr > td:first-child,
  850. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  851. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  852. border-right: 0;
  853. border-left: initial;
  854. }
  855. .table-responsive > .table-bordered > thead > tr > th:last-child,
  856. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  857. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  858. .table-responsive > .table-bordered > thead > tr > td:last-child,
  859. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  860. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  861. border-left: 0;
  862. border-right: initial;
  863. }
  864. }
  865. .radio label,
  866. .checkbox label {
  867. padding-right: 20px;
  868. padding-left: initial;
  869. }
  870. .radio input[type="radio"],
  871. .radio-inline input[type="radio"],
  872. .checkbox input[type="checkbox"],
  873. .checkbox-inline input[type="checkbox"] {
  874. margin-right: -20px;
  875. margin-left: auto;
  876. }
  877. .radio-inline,
  878. .checkbox-inline {
  879. padding-right: 20px;
  880. padding-left: 0;
  881. }
  882. .radio-inline + .radio-inline,
  883. .checkbox-inline + .checkbox-inline {
  884. margin-right: 10px;
  885. margin-left: 0;
  886. }
  887. .has-feedback .form-control {
  888. padding-left: 42.5px;
  889. padding-right: 12px;
  890. }
  891. .form-control-feedback {
  892. left: 0;
  893. right: auto;
  894. }
  895. @media (min-width: 768px) {
  896. .form-inline label {
  897. padding-right: 0;
  898. padding-left: initial;
  899. }
  900. .form-inline .radio input[type="radio"],
  901. .form-inline .checkbox input[type="checkbox"] {
  902. margin-right: 0;
  903. margin-left: auto;
  904. }
  905. }
  906. @media (min-width: 768px) {
  907. .form-horizontal .control-label {
  908. text-align: left;
  909. }
  910. }
  911. .form-horizontal .has-feedback .form-control-feedback {
  912. left: 15px;
  913. right: auto;
  914. }
  915. .caret {
  916. margin-right: 2px;
  917. margin-left: 0;
  918. }
  919. .dropdown-menu {
  920. right: 0;
  921. left: auto;
  922. float: left;
  923. text-align: right;
  924. }
  925. .dropdown-menu.pull-right {
  926. left: 0;
  927. right: auto;
  928. float: right;
  929. }
  930. .dropdown-menu-right {
  931. left: auto;
  932. right: 0;
  933. }
  934. .dropdown-menu-left {
  935. left: 0;
  936. right: auto;
  937. }
  938. @media (min-width: 768px) {
  939. .navbar-right .dropdown-menu {
  940. left: auto;
  941. right: 0;
  942. }
  943. .navbar-right .dropdown-menu-left {
  944. left: 0;
  945. right: auto;
  946. }
  947. }
  948. .btn-group > .btn,
  949. .btn-group-vertical > .btn {
  950. float: right;
  951. }
  952. .btn-group .btn + .btn,
  953. .btn-group .btn + .btn-group,
  954. .btn-group .btn-group + .btn,
  955. .btn-group .btn-group + .btn-group {
  956. margin-right: -1px;
  957. margin-left: 0px;
  958. }
  959. .btn-toolbar {
  960. margin-right: -5px;
  961. margin-left: 0px;
  962. }
  963. .btn-toolbar .btn-group,
  964. .btn-toolbar .input-group {
  965. float: right;
  966. }
  967. .btn-toolbar > .btn,
  968. .btn-toolbar > .btn-group,
  969. .btn-toolbar > .input-group {
  970. margin-right: 5px;
  971. margin-left: 0px;
  972. }
  973. .btn-group > .btn:first-child {
  974. margin-right: 0;
  975. }
  976. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  977. border-top-right-radius: 4px;
  978. border-bottom-right-radius: 4px;
  979. border-bottom-left-radius: 0;
  980. border-top-left-radius: 0;
  981. }
  982. .btn-group > .btn:last-child:not(:first-child),
  983. .btn-group > .dropdown-toggle:not(:first-child) {
  984. border-top-left-radius: 4px;
  985. border-bottom-left-radius: 4px;
  986. border-bottom-right-radius: 0;
  987. border-top-right-radius: 0;
  988. }
  989. .btn-group > .btn-group {
  990. float: right;
  991. }
  992. .btn-group.btn-group-justified > .btn,
  993. .btn-group.btn-group-justified > .btn-group {
  994. float: none;
  995. }
  996. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  997. border-radius: 0;
  998. }
  999. .btn-group > .btn-group:first-child > .btn:last-child,
  1000. .btn-group > .btn-group:first-child > .dropdown-toggle {
  1001. border-top-right-radius: 4px;
  1002. border-bottom-right-radius: 4px;
  1003. border-bottom-left-radius: 0;
  1004. border-top-left-radius: 0;
  1005. }
  1006. .btn-group > .btn-group:last-child > .btn:first-child {
  1007. border-top-left-radius: 4px;
  1008. border-bottom-left-radius: 4px;
  1009. border-bottom-right-radius: 0;
  1010. border-top-right-radius: 0;
  1011. }
  1012. .btn .caret {
  1013. margin-right: 0;
  1014. }
  1015. .btn-group-vertical > .btn + .btn,
  1016. .btn-group-vertical > .btn + .btn-group,
  1017. .btn-group-vertical > .btn-group + .btn,
  1018. .btn-group-vertical > .btn-group + .btn-group {
  1019. margin-top: -1px;
  1020. margin-right: 0;
  1021. }
  1022. .input-group .form-control {
  1023. float: right;
  1024. }
  1025. .input-group .form-control:first-child,
  1026. .input-group-addon:first-child,
  1027. .input-group-btn:first-child > .btn,
  1028. .input-group-btn:first-child > .btn-group > .btn,
  1029. .input-group-btn:first-child > .dropdown-toggle,
  1030. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  1031. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  1032. border-bottom-right-radius: 4px;
  1033. border-top-right-radius: 4px;
  1034. border-bottom-left-radius: 0;
  1035. border-top-left-radius: 0;
  1036. }
  1037. .input-group-addon:first-child {
  1038. border-right-width: 1px;
  1039. border-right-style: solid;
  1040. border-left: 0px;
  1041. }
  1042. .input-group .form-control:last-child,
  1043. .input-group-addon:last-child,
  1044. .input-group-btn:last-child > .btn,
  1045. .input-group-btn:last-child > .btn-group > .btn,
  1046. .input-group-btn:last-child > .dropdown-toggle,
  1047. .input-group-btn:first-child > .btn:not(:first-child),
  1048. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  1049. border-bottom-left-radius: 4px;
  1050. border-top-left-radius: 4px;
  1051. border-bottom-right-radius: 0;
  1052. border-top-right-radius: 0;
  1053. }
  1054. .input-group-addon:last-child {
  1055. border-left-width: 1px;
  1056. border-left-style: solid;
  1057. border-right: 0px;
  1058. }
  1059. .input-group-btn > .btn + .btn {
  1060. margin-right: -1px;
  1061. margin-left: auto;
  1062. }
  1063. .input-group-btn:first-child > .btn,
  1064. .input-group-btn:first-child > .btn-group {
  1065. margin-left: -1px;
  1066. margin-right: auto;
  1067. }
  1068. .input-group-btn:last-child > .btn,
  1069. .input-group-btn:last-child > .btn-group {
  1070. margin-right: -1px;
  1071. margin-left: auto;
  1072. }
  1073. .nav {
  1074. padding-right: 0;
  1075. padding-left: initial;
  1076. }
  1077. .nav-tabs > li {
  1078. float: right;
  1079. }
  1080. .nav-tabs > li > a {
  1081. margin-left: auto;
  1082. margin-right: -2px;
  1083. border-radius: 4px 4px 0 0;
  1084. }
  1085. .nav-pills > li {
  1086. float: right;
  1087. }
  1088. .nav-pills > li > a {
  1089. border-radius: 4px;
  1090. }
  1091. .nav-pills > li + li {
  1092. margin-right: 2px;
  1093. margin-left: auto;
  1094. }
  1095. .nav-stacked > li {
  1096. float: none;
  1097. }
  1098. .nav-stacked > li + li {
  1099. margin-right: 0;
  1100. margin-left: auto;
  1101. }
  1102. .nav-justified > .dropdown .dropdown-menu {
  1103. right: auto;
  1104. }
  1105. .nav-tabs-justified > li > a {
  1106. margin-left: 0;
  1107. margin-right: auto;
  1108. }
  1109. @media (min-width: 768px) {
  1110. .nav-tabs-justified > li > a {
  1111. border-radius: 4px 4px 0 0;
  1112. }
  1113. }
  1114. @media (min-width: 768px) {
  1115. .navbar-header {
  1116. float: right;
  1117. }
  1118. }
  1119. .navbar-collapse {
  1120. padding-right: 15px;
  1121. padding-left: 15px;
  1122. }
  1123. .navbar-brand {
  1124. float: right;
  1125. }
  1126. @media (min-width: 768px) {
  1127. .navbar > .container .navbar-brand,
  1128. .navbar > .container-fluid .navbar-brand {
  1129. margin-right: -15px;
  1130. margin-left: auto;
  1131. }
  1132. }
  1133. .navbar-toggle {
  1134. float: left;
  1135. margin-left: 15px;
  1136. margin-right: auto;
  1137. }
  1138. @media (max-width: 767px) {
  1139. .navbar-nav .open .dropdown-menu > li > a,
  1140. .navbar-nav .open .dropdown-menu .dropdown-header {
  1141. padding: 5px 25px 5px 15px;
  1142. }
  1143. }
  1144. @media (min-width: 768px) {
  1145. .navbar-nav {
  1146. float: right;
  1147. }
  1148. .navbar-nav > li {
  1149. float: right;
  1150. }
  1151. }
  1152. @media (min-width: 768px) {
  1153. .navbar-left.flip {
  1154. float: right !important;
  1155. }
  1156. .navbar-right:last-child {
  1157. margin-left: -15px;
  1158. margin-right: auto;
  1159. }
  1160. .navbar-right.flip {
  1161. float: left !important;
  1162. margin-left: -15px;
  1163. margin-right: auto;
  1164. }
  1165. .navbar-right .dropdown-menu {
  1166. left: 0;
  1167. right: auto;
  1168. }
  1169. }
  1170. @media (min-width: 768px) {
  1171. .navbar-text {
  1172. float: right;
  1173. }
  1174. .navbar-text.navbar-right:last-child {
  1175. margin-left: 0;
  1176. margin-right: auto;
  1177. }
  1178. }
  1179. .pagination {
  1180. padding-right: 0;
  1181. }
  1182. .pagination > li > a,
  1183. .pagination > li > span {
  1184. float: right;
  1185. margin-right: -1px;
  1186. margin-left: 0px;
  1187. }
  1188. .pagination > li:first-child > a,
  1189. .pagination > li:first-child > span {
  1190. margin-left: 0;
  1191. border-bottom-right-radius: 4px;
  1192. border-top-right-radius: 4px;
  1193. border-bottom-left-radius: 0;
  1194. border-top-left-radius: 0;
  1195. }
  1196. .pagination > li:last-child > a,
  1197. .pagination > li:last-child > span {
  1198. margin-right: -1px;
  1199. border-bottom-left-radius: 4px;
  1200. border-top-left-radius: 4px;
  1201. border-bottom-right-radius: 0;
  1202. border-top-right-radius: 0;
  1203. }
  1204. .pager {
  1205. padding-right: 0;
  1206. padding-left: initial;
  1207. }
  1208. .pager .next > a,
  1209. .pager .next > span {
  1210. float: left;
  1211. }
  1212. .pager .previous > a,
  1213. .pager .previous > span {
  1214. float: right;
  1215. }
  1216. .nav-pills > li > a > .badge {
  1217. margin-left: 0px;
  1218. margin-right: 3px;
  1219. }
  1220. .list-group-item > .badge {
  1221. float: left;
  1222. }
  1223. .list-group-item > .badge + .badge {
  1224. margin-left: 5px;
  1225. margin-right: auto;
  1226. }
  1227. .alert-dismissable,
  1228. .alert-dismissible {
  1229. padding-left: 35px;
  1230. padding-right: 15px;
  1231. }
  1232. .alert-dismissable .close,
  1233. .alert-dismissible .close {
  1234. right: auto;
  1235. left: -21px;
  1236. }
  1237. .progress-bar {
  1238. float: right;
  1239. }
  1240. .media > .pull-left {
  1241. margin-right: 10px;
  1242. }
  1243. .media > .pull-left.flip {
  1244. margin-right: 0;
  1245. margin-left: 10px;
  1246. }
  1247. .media > .pull-right {
  1248. margin-left: 10px;
  1249. }
  1250. .media > .pull-right.flip {
  1251. margin-left: 0;
  1252. margin-right: 10px;
  1253. }
  1254. .media-right,
  1255. .media > .pull-right {
  1256. padding-right: 10px;
  1257. padding-left: initial;
  1258. }
  1259. .media-left,
  1260. .media > .pull-left {
  1261. padding-left: 10px;
  1262. padding-right: initial;
  1263. }
  1264. .media-list {
  1265. padding-right: 0;
  1266. padding-left: initial;
  1267. list-style: none;
  1268. }
  1269. .list-group {
  1270. padding-right: 0;
  1271. padding-left: initial;
  1272. }
  1273. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  1274. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  1275. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  1276. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  1277. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  1278. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  1279. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  1280. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  1281. border-top-right-radius: 3px;
  1282. border-top-left-radius: 0;
  1283. }
  1284. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  1285. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  1286. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  1287. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  1288. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  1289. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  1290. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  1291. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  1292. border-top-left-radius: 3px;
  1293. border-top-right-radius: 0;
  1294. }
  1295. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  1296. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  1297. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  1298. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  1299. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  1300. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  1301. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  1302. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  1303. border-bottom-left-radius: 3px;
  1304. border-top-right-radius: 0;
  1305. }
  1306. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  1307. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  1308. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  1309. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  1310. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  1311. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  1312. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  1313. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  1314. border-bottom-right-radius: 3px;
  1315. border-top-left-radius: 0;
  1316. }
  1317. .panel > .table-bordered > thead > tr > th:first-child,
  1318. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  1319. .panel > .table-bordered > tbody > tr > th:first-child,
  1320. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  1321. .panel > .table-bordered > tfoot > tr > th:first-child,
  1322. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  1323. .panel > .table-bordered > thead > tr > td:first-child,
  1324. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  1325. .panel > .table-bordered > tbody > tr > td:first-child,
  1326. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  1327. .panel > .table-bordered > tfoot > tr > td:first-child,
  1328. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  1329. border-right: 0;
  1330. border-left: none;
  1331. }
  1332. .panel > .table-bordered > thead > tr > th:last-child,
  1333. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  1334. .panel > .table-bordered > tbody > tr > th:last-child,
  1335. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  1336. .panel > .table-bordered > tfoot > tr > th:last-child,
  1337. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  1338. .panel > .table-bordered > thead > tr > td:last-child,
  1339. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  1340. .panel > .table-bordered > tbody > tr > td:last-child,
  1341. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  1342. .panel > .table-bordered > tfoot > tr > td:last-child,
  1343. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  1344. border-right: none;
  1345. border-left: 0;
  1346. }
  1347. .embed-responsive .embed-responsive-item,
  1348. .embed-responsive iframe,
  1349. .embed-responsive embed,
  1350. .embed-responsive object {
  1351. right: 0;
  1352. left: auto;
  1353. }
  1354. .close {
  1355. float: left;
  1356. }
  1357. .modal-footer {
  1358. text-align: left;
  1359. }
  1360. .modal-footer .btn + .btn {
  1361. margin-left: auto;
  1362. margin-right: 5px;
  1363. }
  1364. .modal-footer .btn-group .btn + .btn {
  1365. margin-right: -1px;
  1366. margin-left: auto;
  1367. }
  1368. .modal-footer .btn-block + .btn-block {
  1369. margin-right: 0;
  1370. margin-left: auto;
  1371. }
  1372. .popover {
  1373. left: auto;
  1374. text-align: right;
  1375. }
  1376. .popover.top > .arrow {
  1377. right: 50%;
  1378. left: auto;
  1379. margin-right: -11px;
  1380. margin-left: auto;
  1381. }
  1382. .popover.top > .arrow:after {
  1383. margin-right: -10px;
  1384. margin-left: auto;
  1385. }
  1386. .popover.bottom > .arrow {
  1387. right: 50%;
  1388. left: auto;
  1389. margin-right: -11px;
  1390. margin-left: auto;
  1391. }
  1392. .popover.bottom > .arrow:after {
  1393. margin-right: -10px;
  1394. margin-left: auto;
  1395. }
  1396. .carousel-control {
  1397. right: 0;
  1398. bottom: 0;
  1399. }
  1400. .carousel-control.left {
  1401. right: auto;
  1402. left: 0;
  1403. background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  1404. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  1405. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  1406. background-repeat: repeat-x;
  1407. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  1408. }
  1409. .carousel-control.right {
  1410. left: auto;
  1411. right: 0;
  1412. background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  1413. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  1414. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  1415. background-repeat: repeat-x;
  1416. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  1417. }
  1418. .carousel-control .icon-prev,
  1419. .carousel-control .glyphicon-chevron-left {
  1420. left: 50%;
  1421. right: auto;
  1422. margin-right: -10px;
  1423. }
  1424. .carousel-control .icon-next,
  1425. .carousel-control .glyphicon-chevron-right {
  1426. right: 50%;
  1427. left: auto;
  1428. margin-left: -10px;
  1429. }
  1430. .carousel-indicators {
  1431. right: 50%;
  1432. left: 0;
  1433. margin-right: -30%;
  1434. margin-left: 0;
  1435. padding-left: 0;
  1436. }
  1437. @media screen and (min-width: 768px) {
  1438. .carousel-control .glyphicon-chevron-left,
  1439. .carousel-control .icon-prev {
  1440. margin-left: 0;
  1441. margin-right: -15px;
  1442. }
  1443. .carousel-control .glyphicon-chevron-right,
  1444. .carousel-control .icon-next {
  1445. margin-left: 0;
  1446. margin-right: -15px;
  1447. }
  1448. .carousel-caption {
  1449. left: 20%;
  1450. right: 20%;
  1451. padding-bottom: 30px;
  1452. }
  1453. }
  1454. .pull-right.flip {
  1455. float: left !important;
  1456. }
  1457. .pull-left.flip {
  1458. float: right !important;
  1459. }