/*------------------------------------------------------------------

[Responsive Stylesheet]

	Project:		Base Admin Responsive
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)


[Table of contents]

	1. Max Width: 767px
	2. Max Width: 1200px
	3. Max Width: 979px

-------------------------------------------------------------------*/
@media (max-width: 991px) {
  .big-1024 {
    width: 100% !important;
    margin: 0px !important;
  }
  .fixed-table-toolbar .search input {
    width: 400px;
  }
}
@media (max-width: 1666px) {
  .fixed-table-toolbar .search input {
    width: 350px;
  }
  .table-toolbar {
    width: 500px;
  }
}
/* ----------------------
[For banks] - 1024
*/
@media (max-width: 1366px) {
  .visible-1024 {
    display: none !important;
  }
  .big-1024 {
    width: 100% !important;
    margin: 0px !important;
  }
  .fixed-table-toolbar .search input {
    width: 310px;
  }
}
/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/
@media (max-width: 1200px) {
  .table-toolbar {
    width: 500px;
  }
  .fixed-table-toolbar .search input {
    width: 200px;
  }
}
/*------------------------------------------------------------------
[3. Max Width: 979px]
*/
@media (max-width: 979px) {
  body {
    padding-top: 80px;
  }
  .lw-alert-block {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
  }
  .table-toolbar {
    width: 480px;
  }
  .fixed-table-toolbar .search input {
    width: 400px;
  }
}
/*------------------------------------------------------------------
[1. Max Width: 767px]
*/
@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .extra {
    margin-right: -20px;
    margin-left: -20px;
  }
  .extra .container {
    padding: 0 20px;
  }
  .footer .container {
    padding: 0 20px;
  }
  .footer .footer-terms {
    text-align: left;
  }
  .footer .footer-terms a {
    margin-left: 0;
    margin-right: 1em;
  }
}
/*------------------------------------------------------------------
[1. Max Width: 480px]
*/
@media (max-width: 480px) {
  body {
    padding-top: 0px;
  }
  .container-fluid {
    padding: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: relative;
  }
}
.ui-select-bootstrap {
  height: 30px;
}
.ui-select-no-left-col-padding {
  margin-left: -15px;
}
.ui-select-match > .btn {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  display: block;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 4px;
}
.ui-select-placeholder,
.ui-select-match-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  display: block;
  font-size: 13px;
  height: 20px !important;
  line-height: 21px;
}
.ui-select-match {
  height: 30px;
}
.ui-select-bootstrap > .ui-select-choices {
  width: 150% !important;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  white-space: normal !important;
}
.ui-select-bootstrap .ui-select-no-choice {
  text-align: center;
  background-color: #E5E5EF;
}
.th-inner-no-sort {
  padding: 8px;
  line-height: 24px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
  line-height: 24px !important;
}
