
/* =====[ CSRTech: WetMeta                                         ]========= */

h3.mssg {
  background-color: #F5F5F5;
  color: #000 !important;
  padding: 4px 6px;
  border-radius: 5px;
  display: inline-block;
}
h3.mssg b {
  color: #080;
}
h3.mssg em {
  color: #F00;
  font-weight: bold;
}

span.c3k-wetmeta-zbutton {
  display: inline-block;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );

  padding: 4px 6px 6px 6px;

  color: #000;

  border-radius: 5px;
  margin-left: 1rem;
  cursor: pointer;
}
.c3k-wetmeta-zbutton:hover {
  color: #00F;
}

hr.neato {
  height: 2px;
  border: 0;
  background-color: #000;
  padding: 0;
  margin: 1rem 0;
}

select.c3k-wetmeta-newrec-select {
  float: right;
  margin-left: 1rem;
}

/* =====[ help-page                                      ]======== */

div.c3k-wetmeta-help-page {
  background-color: #F5F5F5;
  color: #000;
  padding: 1rem;
  border-radius: 1rem;
}
div.c3k-wetmeta-help-page > span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .5rem;
  border-bottom: 2px solid #000;
}
div.c3k-wetmeta-help-page > select {
  float: right;
}

/* =====[ tableaux                                       ]======== */

div.c3k-wetmeta-tableaux {
  display: table;
}
div.c3k-wetmeta-tableaux > div {
  display: table-row;
}
div.c3k-wetmeta-tableaux > div > div {
  display: table-cell;
  padding: 1px 2px;
}

/* =====[ editor table                                   ]======== */

.c3k-wetmeta-editor {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.c3k-wetmeta-editor td, .c3k-wetmeta-editor th {
  border: 1px solid #ddd;
  padding: 8px;
}

/*
.c3k-wetmeta-editor tr.c3k-wetmeta-clik {
  cursor: pointer;
}
.c3k-wetmeta-editor tr.c3k-wetmeta-clik:hover { background-color: #000000; }
*/

.c3k-wetmeta-editor tr:nth-child(even){ background-color: #1A426A; }

.c3k-wetmeta-editor th {
  padding: 8px;
  text-align: left;
  background-color: #1F2B36;
  color: #FFF;
}

.c3k-wetmeta-editor input[type="text"], .c3k-wetmeta-editor-noedit {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.06rem;
  margin: 0;
  padding: 3px 4px;
  background-color: #FFF;
  color: #000;
}
.c3k-wetmeta-editor input[readonly] {
  background-color: #CCC;
}
.c3k-wetmeta-editor-noedit {
  display: inline-block;
  width: 100%;
  background-color: #CCC;
}

td.c3k-wetmeta-boxcell {
  cursor: pointer;
}

a.c3k-wetmeta-boxlink {

}

.c3k-wetmeta-editor-top td, .c3k-wetmeta-editor-top th {
  vertical-align: top;
}

/* =====[ menu one list                                   ]======== */

ul.c3k-wetmeta-menu-one {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #000;
  background: #3F3F3F;
  margin-bottom: 0.5rem;
}

ul.c3k-wetmeta-menu-one li {
  float: left;
  border-right: 1px solid #FFF;
  padding: 0;
  margin: 0;
  color: #FFF !important;
}

ul.c3k-wetmeta-menu-one li.ender {
  float: right;
  border-right: none;
  border-left: 1px solid #FFF;
}

ul.c3k-wetmeta-menu-one li a {
  display: block;
  text-align: center;
  padding: 2px 8px 6px 8px;
  margin: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px !important;
  color: #FFF !important;
}
ul.c3k-wetmeta-menu-one li a:hover {
  color: #FFF !important;
}

ul.c3k-wetmeta-menu-one li a:hover:not(.active) {
  background-color: #000000;
}

ul.c3k-wetmeta-menu-one a.active {
  background-color: #1A426A;
}

/*
* Dead Simple Grid
* https://github.com/mourner/dead-simple-grid
* by: mourner - https://github.com/mourner
*/
/*

.c3k-dsg-row .c3k-dsg-row { margin:  0 -1.5em; }
.c3k-dsg-col { }

.c3k-dsg-row:after {
  content: "";
  clear: both;
  display: table;
}

.c3k-dsg-bx {
  border: 1px solid #00F;
  padding: 4px;
}

@media only screen {
  .c3k-dsg-col {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
}
*/

/*
.c3k-dsg-container {  }
*/
/* you only need width to set up columns; all columns are 100%-width by default, so we start
   from a one-column mobile layout and gradually improve it according to available screen space */
/*

@media only screen and (min-width: 34em) {
  .c3k-dsg-c1 { width: 10%; }
  .c3k-dsg-c2 { width: 20%; }
  .c3k-dsg-c3 { width: 30%; }
  .c3k-dsg-c4 { width: 40%; }
  .c3k-dsg-c5 { width: 50%; }
  .c3k-dsg-c6 { width: 60%; }
  .c3k-dsg-c7 { width: 70%; }
  .c3k-dsg-c8 { width: 80%; }
  .c3k-dsg-c9 { width: 90%; }
}
@media only screen and (min-width: 54em) {

}
@media only screen and (min-width: 76em) {

}

*/


/* =====[ FIN                                               ]================ */
/* =====[ (c) 2017. CSRTech, Inc.                           ]================ */