/* Radius */
/* Shadows */
/* Gradients */
/* Opacity */
/* Transformations */
/*
 * General
 */
body {
  background: #fcfcfc;
  color: #555555;
  font-family: 'NeoSansW01', Arial, Helvetica, sans-serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 0 1px 0 white;
  margin: 0 0 40px 0;
}
hr {
  height: 1px;
  background: #cccccc;
  background: linear-gradient(left, #cccccc 0%, #999999 50%, #999999 51%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cccccc), color-stop(50%, #999999), color-stop(51%, #999999), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(left, #cccccc 0%, #999999 50%, #999999 51%, #cccccc 100%);
  background: -moz-linear-gradient(left, #cccccc 0%, #999999 50%, #999999 51%, #cccccc 100%);
  background: -o-linear-gradient(left, #cccccc 0%, #999999 50%, #999999 51%, #cccccc 100%);
  background: -ms-linear-gradient(left, #cccccc 0%, #999999 50%, #999999 51%, #cccccc 100%);
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@{color1}',endColorstr='@{color2}',GradientType=1);
  ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=@{color1},endColorstr=@{color2},GradientType=1)";*/
  border: 0;
  margin: 0;
}
.btn-primary {
  background: #00c6ff;
  color: #f9f9f9;
  font-size: 1em;
  border: 2px solid #f9f9f9;
}
.btn-primary:hover {
  background: #00c6ff;
  color: #f9f9f9;
  font-size: 1em;
  border: 2px solid #f9f9f9;
}
/*
a.button { background:@greyd; color:@grey5; font-family:'NeoSansW01',Arial,Helvetica,sans-serif; font-size:1.0em; border:0; .border-radius(5px); margin:20px auto; padding:10px; display:inline-block; cursor:pointer; }
a.button img { margin-right:5px; }
img.file { width:24px; }
button.loading { background:@gidegreen; }
button span { margin-right:10px; }
*/
#gotop {
  position: fixed;
  bottom: 1%;
  right: 1%;
  color: #333333;
  font-size: 3em;
  cursor: pointer;
  display: none;
}
/*
 * Header
 */
#header {
  background: #2d2e31;
  padding: 5px 0;
  /*z-index:9;*/
}
h1 {
  color: #dddddd;
  font-family: 'NeoSansW01', Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: bold;
  float: left;
}
#prjlogo {
  max-height: 60px;
  margin: 10px 20px 0 0;
  float: left;
}
#connect {
  color: #cccccc;
  font-size: 0.8em;
  text-align: right;
  margin-top: 10px;
}
#username {
  height: 15px;
}
#username.monoprj {
  margin-top: 25px;
}
#lang {
  height: 30px;
  color: #333333;
  font-size: 0.8em;
  margin-top: 30px;
}
#connect a {
  color: #00c6ff;
}
#project {
  height: 30px;
  color: #333333;
  font-size: 1em;
  margin-top: 5px;
}
/*
 * Nav bar
 */
.navbar {
  background: #dddddd;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0;
}
#navbar a {
  background: #333333;
  color: #dddddd;
  border-top: 1px solid #555555;
  border-right: 1px solid #555555;
  /*z-index:9;*/
}
#navbar a:hover {
  text-shadow: 0px 0px 20px #e7d785;
}
#navbar .menu0 a.active {
  color: #00c6ff;
}
#navbar .menu1 a.active {
  color: #19dfae;
}
#navbar .menu2 a.active {
  color: #f64e4e;
}
#navbar .menu3 a.active {
  color: #00c6ff;
}
#navbar .menu4 a.active {
  color: #19dfae;
}
#navbar .menu5 a.active {
  color: #f64e4e;
}
#navbar .menu6 a.active {
  color: #00c6ff;
}
#navbar .menu7 a.active {
  color: #19dfae;
}
#navbar .menu8 a.active {
  color: #f64e4e;
}
#navbar .dropdown-menu {
  background: #333333;
}
#navbar .dropdown-menu a {
  border-right: 0;
}
/*
 * Footer
 */
#footer {
  width: 100%;
  font-size: 0.7em;
  text-align: center;
  z-index: -1;
}
#footer img {
  height: 60px;
  float: right;
}
#footer hr {
  clear: both;
}
#footer.bottom {
  position: absolute;
  bottom: 0;
}
/*
 * Containers
 */
#main {
  padding-top: 2%;
}
.left0 {
  padding-left: 0;
}
.right0 {
  padding-right: 0;
}
.wrapper.rows {
  margin: 25px 0 50px 0;
}
.wrapper.grid {
  width: 45%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 20px 4% 20px 0;
  padding: 5px;
  float: left;
}
.aside-block {
  background: #dce3e6;
  text-shadow: 0px 1px 0px white;
  border: 1px solid white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 0px 10px #dddddd, 0 0 0 0 white inset;
  -webkit-box-shadow: 0px 0px 10px #dddddd, 0 0 0 0 white inset;
  -moz-box-shadow: 0px 0px 10px #dddddd, 0 0 0 0 white inset;
  padding: 5% 10%;
}
.footnotes {
  height: 15px;
  font-size: 0.7em;
  font-style: italic;
  margin: 10px 0px 0px 0px;
}
/*
 * Forms
 */
.row {
  margin: 0;
}
form .row {
  margin-bottom: 10px;
}
.btn .fa {
  margin-right: 5px;
}
.inner-addon {
  position: relative;
}
.inner-addon .fa {
  position: absolute;
  padding: 9px;
  pointer-events: none;
}
.left-addon .fa {
  left: 0;
}
.right-addon .fa {
  right: 0;
}
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}
button.loading {
  background: #19dfae;
}
.form-control {
  background: #dce3e6;
}
/*
 * Filters
 */
#customfilters span {
  margin-right: 0;
}
#filters select,
#filters input {
  background: white;
  font-size: 0.8em;
}
#filters hr {
  margin: 5% 0;
}
.filter label {
  font-size: 1.1em;
  font-weight: bold;
}
.filter label span {
  margin-right: 5px;
}
.filter span.help {
  margin-left: 10px;
}
#display_verbose_filters {
  margin-bottom: 10px;
}
/* TEST V2 */
#filters3 {
  background: #dce3e6;
  text-shadow: 0px 1px 0px white;
  border: 1px solid white;
  box-shadow: 0px 0px 10px #dddddd, 0 0 0 0 white inset;
  -webkit-box-shadow: 0px 0px 10px #dddddd, 0 0 0 0 white inset;
  -moz-box-shadow: 0px 0px 10px #dddddd, 0 0 0 0 white inset;
  padding: 10px;
}
/*
 * Messages
 */
.alert {
  font-size: 0.8em;
  text-align: center;
  margin: 0;
  padding: 8px;
}
.inline {
  width: auto;
  display: inline-block;
}
/*
 * Dialogs
 */
.modal-header {
  min-height: 50px;
  background: #333333;
  color: #f9f9f9;
}
.modal-header .close {
  color: #f5f5f5;
  font-size: 1.5em;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  /*filter:alpha(opacity=90);*/
}
.modal-header .close:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  /*filter:alpha(opacity=90);*/
}
.modal-footer {
  background: #f9f9f9;
  text-align: left;
}
#inspect-modal .dataTables_wrapper .col-sm-5,
#inspect-modal .dataTables_wrapper .col-sm-6,
#inspect-modal .dataTables_wrapper .col-sm-7,
#inspect-modal .dataTables_wrapper .col-sm-12 {
  padding: 0;
}
#inspect-modal .dataTables_wrapper .dataTables_length,
#inspect-modal .dataTables_wrapper .dataTables_filter,
#inspect-modal .dataTables_wrapper .dataTables_info,
#inspect-modal .dataTables_wrapper .dataTables_paginate {
  font-size: 0.8em;
}
/*
 * Login
 */
#ident {
  width: 30%;
  min-width: 250px;
  background: #eeeeee;
  border: 1px solid white;
  box-shadow: 5px 5px 15px #dddddd, 0 0 0 0 white inset;
  -webkit-box-shadow: 5px 5px 15px #dddddd, 0 0 0 0 white inset;
  -moz-box-shadow: 5px 5px 15px #dddddd, 0 0 0 0 white inset;
  margin: 5% auto;
  padding: 30px 50px 10px;
}
#lost-password {
  font-size: 0.8em;
}
#lost-password-modal .modal-body {
  padding: 0;
}
#lost-password-modal form {
  background: #eeeeee;
  padding: 20px 50px;
}
/*
 * Reset password
 */
#reset {
  width: 40%;
  min-width: 250px;
  background: #eeeeee;
  border: 1px solid white;
  box-shadow: 5px 5px 15px #dddddd, 0 0 0 0 white inset;
  -webkit-box-shadow: 5px 5px 15px #dddddd, 0 0 0 0 white inset;
  -moz-box-shadow: 5px 5px 15px #dddddd, 0 0 0 0 white inset;
  margin: 5% auto;
  padding: 30px 50px 10px;
}
/*
 * Results
 */
#results {
  width: auto;
  margin-right: 10px;
}
#previtem,
#nextitem {
  font-size: 1.4em;
  margin: 0 5px;
  cursor: pointer;
}
span.subtitle {
  font-weight: bold;
}
span.base {
  font-size: 0.9em;
  font-style: italic;
}
#export {
  margin: 20px 0;
}
#export a {
  margin: 0 10px;
}
#export .file {
  width: 48px;
}
#export.aside-block {
  text-align: center;
}
/*
 * Tables
 */
.results {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.results caption {
  display: none;
}
/* used in XLS exports */
.results th,
.results td {
  border: 1px solid #cccccc;
  padding: 5px;
}
.results th.num,
.results td.num {
  text-align: right;
}
.results th.split,
.results td.split {
  border-left: 2px solid #333333;
}
.results th.cell0 {
  background: #f5f5f5;
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic;
}
.results th.qlabel {
  background: #e9eeee;
  text-align: left;
}
.results th.mod {
  min-width: 70px;
  /*background:@greye1;*/
  font-weight: normal;
  text-align: left;
}
.results td.center {
  text-align: center;
}
.signif.high {
  color: #1e961e;
}
.signif.low {
  color: #d63535;
}
.signif.very {
  font-weight: bold;
  text-shadow: 0px 0px 10px yellow;
}
.signif.arrows {
  color: #333333;
}
.signif.arrows .fa-arrow-up {
  color: #1e961e;
  margin-right: 5px;
  display: inline;
}
.signif.arrows .fa-arrow-down {
  color: #d63535;
  margin-right: 5px;
  display: inline;
}
.results span.perc {
  font-size: 0.8em;
  font-style: italic;
}
.results tr.total,
.results td.total {
  background: #f5f5f5;
  font-weight: bold;
}
.results thead tr {
  background: #e9eeee;
}
.results thead tr.info th {
  background: #dddddd;
  border: 1px solid #cccccc;
  border-bottom: 0;
  /*padding:5px 0;*/
}
.results thead tr.info.sub th {
  font-weight: normal;
  font-size: 0.9em;
}
.results tfoot tr {
  background: #f5f5f5;
}
.results tfoot tr.base td {
  font-size: 0.9em;
  font-style: italic;
}
.results.inspectable td.data:hover,
.results.inspectable td.total:hover {
  background: #ffffcf;
  cursor: pointer;
}
.downloads .file {
  width: 24px;
  margin-right: 10px;
}
.tablecontainer {
  overflow: auto;
}
.list tbody tr {
  cursor: pointer;
}
.list tbody tr:hover {
  background: #ffffcf;
}
.list tbody tr.selected {
  background: #fbe880 /*!important;*/;
}
/*
 * Downloads
 */
.list-group-item {
  padding: 5px 15px;
}
/*
 * Tabulation
 */
#varsblock {
  height: 512px;
  background: white;
  border: 1px solid #cccccc;
}
#dimsblock {
  height: 512px;
  background: white;
  border: 1px solid #cccccc;
}
#tabublock {
  height: 512px;
  border: 1px solid #cccccc;
}
#varsblock h2,
#dimsblock h2,
#tabublock h2 {
  background: #dce3e6;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 5px;
}
#varsblock .list tbody tr td {
  font-size: 0.9em;
  padding: 0 5px;
}
#vars {
  height: 256px;
}
#mods {
  height: 191px;
}
#modalities {
  font-size: 0.9em;
}
#modalities .code {
  width: 25px;
  display: inline-block;
}
#asgroup {
  vertical-align: middle;
}
#modslist {
  overflow: auto;
}
#modsgroup {
  font-size: 0.8em;
}
ul.ui-helper {
  list-style: none;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  /*z-index:16000;*/
}
ul.ui-helper li {
  background: #fbe880;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 2px 3px;
}
ul.ui-helper li.op {
  color: green;
  font-weight: bold;
}
.draggable-tooltip .ui-tooltip-titlebar {
  cursor: move;
}
.tooltip-inner {
  background: #cccccc;
  color: #333333;
  text-align: left;
}
span.vartype {
  color: red;
}
.dim ul {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.dim.dims3 ul {
  height: 138px;
}
.dim.dims4 ul {
  height: 95px;
}
.dim li {
  cursor: pointer;
  padding-left: 5px;
}
.dim li:hover {
  background: #ffffcf;
}
.dim li.numeric {
  color: red;
  font-style: italic;
}
.dim li.selected {
  background: #fbe880 !important;
}
/*#tabublock h2 span.title { float:left; }*/
#tabumenu {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
}
#tabumenu li {
  float: left;
}
#tabumenu li span {
  padding: 4px 10px;
  display: block;
}
#tabumenu li:hover {
  background: #cccccc;
}
#tabumenu ul {
  position: absolute;
  background: #dddddd;
  font-size: 0.9em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
#tabumenu li:hover ul.item {
  display: block;
}
#tabumenu ul li {
  position: relative;
  padding: 7px;
  float: none;
}
/*ul#tabumenu ul li:hover { background:@greyc; }*/
#tabumenu ul.item li:hover ul {
  left: 100%;
  top: 0;
  width: 100%;
  display: block;
}
#tabumenu li.sub {
  padding: 8px 10px;
}
#tabulation {
  height: 482px;
  overflow: auto;
}
#tabulation .results {
  margin-bottom: 0;
}
#tabulation .results caption {
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-bottom: 0;
  padding: 5px;
  display: table-caption;
}
#pagination {
  width: 65%;
  height: 40px;
  font-size: 0.9em;
  text-align: center;
  margin-top: 10px;
  float: right;
  overflow-x: auto;
}
#pagination span {
  padding: 5px;
  cursor: pointer;
}
#pagination span:hover {
  background: #eeeeee;
}
#pagination span.selected {
  background: #dddddd;
}
/*
 * Profile
 */
#profile table {
  font-size: 0.8em;
}
#profile .item {
  padding-left: 10px;
}
