/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *













 */


.uk-text-through {
  text-decoration: line-through
}

.multiselect {
  width: 200px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.selectBox .mySelect {
  width: 150px;
  padding: 3px 0px 3px 0px;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
}

.overSelect {
  width: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  z-index: 999999999;
  position: fixed;
  background: white;
  margin-top: -5px;
  margin-left: 5px;
  overflow: auto;
}

#checkboxes label {
  display: block;
}

#checkboxes table {
  border-collapse: collapse;
  /* position tidak boleh fixed - terkait select po pada menu DO -  Aden 20170102 */
  /*position: fixed; */
  background: white;
}

#checkboxes tr:hover {
  background-color: #1e90ff;
}

.checkboxes {
  display: none;
  border: 1px #dadada solid;
  z-index: 999999999;
  position: fixed;
  background: white;
  margin-top: -5px;
  margin-left: 5px;
}

.checkboxes label {
  display: block;
}

.checkboxes table {
  border-collapse: collapse;
  background: white;
}

.checkboxes tr:hover {
  background-color: #1e90ff;
}
