@import "variables.less";

.table-border {
  border: 1px solid #ddd;
}

.floatThead-wrapper{
  .box-body{
    //background-color: #f5f5f5;
  }
}

.table-border.flot-header{

  border-left: 0;
  border-right: 0;

  tbody{
    tr{

      /*&:hover{
        td{
          background: transparent;
        }
      }*/

      td{
        border-top:1px solid #DDD;
        vertical-align: middle;
        padding: 5px;
        //background-color: #FFF;
      }
    }
  }

  th{
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
  }

}

.table-wrapper{
  height: 729px;
  transition: height ease 0.7s;
}

.table-responsive{
  padding: 0;
}

.table-border td,.table-border th{
  border-bottom: 1px solid #ddd;
}

table.table-popover{
  font-size: 12px;
}

.table > thead > tr > th{
  border-bottom: none !important;
}

.popover.popover-default-variables{
  border-radius: 0;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}

td.no-rows{
  color: #6c757d!important;
  height: 729px;
  //background-color: #f5f5f5 !important;
  vertical-align: middle !important;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  border: none !important;

  > i{
    display: block;
    font-size: 3em;
    color: #6c757d!important;
  }
}

.ui-dialog { z-index: 1005 !important ;}

@media (min-width: @screen-xs-min) {

  .box-title{

    &.search-left{
      width: 65%;
    }

    &.search-right{
      width: 35%;

      > *{
        float: right;
      }
    }

  }

  .pagination-counter {
    max-width: 200px;
  }
}

@media (max-width: @screen-xs-max) {

  .table-responsive{
    border:none;
    overflow-y: scroll;
    margin:0;
  }

  .pagination-counter{
      max-width: 100px;

    > .form-group{
      margin-bottom: 0;
    }
  }

  #orderSelect{
    max-width: 130px;
  }

}




