.fixed-layout {
  table-layout: fixed;
}

.fixed-layout > tbody > tr > td {
  vertical-align: top;
  background: #0ff;
}

.col1 {
  width: 200px;
}

.col2 {
  width: 100px;
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.h50 {
  height: 50px;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 200px;
}

.colorschemebox {
  padding: 10px;
  height: auto;
  width: 600px !important;
  min-width: 336px;
}

.colorscheme {
  width: 20px;
  height: 25px;
  margin-left: 5px;
  margin-top: 4px;
}

.colorscheme:first-child {
  margin-left: -1px;
}

.modal-dialog-neo-smart {
  max-width: 800px;
  width: 100%;
  margin: 30px auto;
}

.espace {
  margin-left: 25px !important;
}

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

.selected-cell {
  background-color: #e6e6e6;
  border: 1px solid #39c !important;
  outline: 1px solid #39c !important;
}

.table {
  border-color: #eee;
}

.table-title {
  text-align: center;
  font-size: 1.6em;
}

#colorpicker {
  width: 30px;
  height: 30px !important;
  background-color: #cccccc;
  border: 2px solid #c0c0c0;
}

.ns-dropdown-menu {
  cursor: default;
}

.ns-table-size-btn {
  cursor: default;
  margin-right: 3px;
}

legend.ns-accordion {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

decision-table {
  user-select: none;
}

fieldset.ns-fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0 !important;
  background-color: white;
  margin-top: 20px;
}

.ns-li-cat-beg {
  border-top: 1px dashed #ccc;
  padding-top: 5px;
}

.ns-text-color {
  padding: 12px 20px;
}

.ns-text-color.active {
  outline: 1px solid #888;
  outline-offset: 5px;
}

/* --- Colours ------------------------------------------------------------- */

.green-color {
  background-color: rgb(0, 170, 0) !important;
}

.red-color {
  background-color: rgb(255, 0, 0) !important;
}

.yellow-color {
  background-color: rgb(255, 255, 0) !important;
}

.orange-color {
  background-color: rgb(255, 150, 0) !important;
}

.purple-color {
  background-color: rgb(150, 0, 150) !important;
}

/* --- Text align ---------------------------------------------------------- */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.middle {
  text-align: center;
}

/* this class is used with justified icon but the cell is justified by default */
.center {
  text-align: justify;
}

/* --- Font style ---------------------------------------------------------- */

.italic {
  font-style: italic;
}

/* --- Font families ------------------------------------------------------- */

.Arial {
  font-family: Arial, Helvetica, sans-serif;
}

.ArialBlack {
  font-family: 'Arial Black', Gadget, sans-serif;
}

.ComicSansMS {
  font-family: 'Comic Sans MS', cursive;
}

.Courier {
  font-family: Courier, monospace;
}

.CourierNew {
  font-family: 'Courier New', Courier, monospace;
}

.CourierNew {
  font-family: 'Courier New', Courier, monospace;
}

.Georgia {
  font-family: Georgia, serif;
}

.Impact {
  font-family: Impact, Charcoal, sans-serif;
}

.LucidaConsole {
  font-family: 'Lucida Console', Monaco, monospace;
}

.LucidaSansUnicode {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.MSSansSerif {
  font-family: 'MS Sans Serif', Geneva, sans-serif;
}

.MSSerif {
  font-family: 'MS Serif', 'New York', sans-serif;
}

.PalatinoLinotype {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.Symbol {
  font-family: Symbol, sans-serif;
}

.Tahoma {
  font-family: Tahoma, Geneva, sans-serif;
}

.TimesNewRoman {
  font-family: 'Times New Roman', Times, serif;
}

.TrebuchetMS {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.Verdana {
  font-family: Verdana, Geneva, sans-serif;
}

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

