// SASS variable overrides must be declared before loading up Active Admin's styles.
//
// To view the variables that Active Admin provides, take a look at
// `app/assets/stylesheets/active_admin/mixins/_variables.css.scss` in the
// Active Admin source.
//
// For example, to change the sidebar width:
// $sidebar-width: 242px;

// Active Admin's got SASS!
@import "active_admin/mixins"
@import "active_admin/base"

// To customize the Active Admin interfaces, add your styles here:
.text-right
  text-align: right
.total
  min-width: 65px

.table_tools_segmented_control
  li
    &.selected
      a, a:hover
        background: #ccc
        background: -webkit-linear-gradient(-90deg, #ccc, #ddd)
        background: -moz-linear-gradient(-90deg, #ccc, #ddd)
        background: linear,-90deg,#ccc,#ddd
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ddd')
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ddd')
        &, & span
          text-shadow: 0 0 5px white
    &.cancelado *
      color: red
    &.pendiente *
      color: darkorange
    &.confirmado *
      color: green
    &.revelado *
      color: blue
    &.enviado *
      color: purple
