@import "MapLayout.css";
#sidebar {
  background: #2b579a;
  color: #faf9fa;
  opacity: 0.95;
}
#winWork {
  background-color: #2b579a;
  border: 2px #2b579a solid;
}
#winwork-header {
  border-bottom: 1px #5f4e9e solid;
}
#winwork-header h1 {
  color: #faf9fa;
}
#wwClose a {
  color: #faf9fa;
}
#wwClose a:visited {
  color: #faf9fa;
}
#wwClose a:hover {
  color: lightblue;
  text-decoration: none;
}
#winWork label {
  color: white;
}
.ui-resizable-helper {
  border: 2px dotted blue;
}
/* ---------------------------------------------------
    Table
----------------------------------------------------- */

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #517dc0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  color: white;
}
.clickable-row {
  background-color: #2b579a;
}
.clickable-row info {
  background-color: #50c581;
}
.table > tbody > tr:hover {
  background-color: #50c581;
  cursor: pointer;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #50c581;
  cursor: pointer;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #50c581;
}
.table-responsive label {
  color: white;
}
.table-responsive {
  background-color: #2b579a;
  max-width: 1100px !important;
}
/*label {color:@table-font;}*/

.nav a {
  color: white;
}
.nav-tabs > li > a:hover {
  background-color: #50c581;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #50c581;
  color: white;
}
.table th div.rmm-filter {
  background-color: #50c581;
}
.table th div.headerName a,
.table th div.headerName a:visited {
  color: white;
  text-decoration: none;
}
.table th div.headerName a:hover {
  text-decoration: underline;
}
/*
#winWorkDialog .table > thead > tr > th {
    color: @table-font;
}
*/

.activeHeaderFilter,
.table th div.headerName.activeHeaderFilter a.headerLink,
.table th div.headerName.activeHeaderFilter a.headerLink:visited {
  color: #50c581 !important;
}
/* ---------------------------------------------------
    Bootstrap Buttons
----------------------------------------------------- */

.btn-primary {
  color: white;
  background-color: #2b579a;
  border-color: #2b579a;
}
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #50c581;
  border-color: #2b579a;
}
.btn-primary.focus,
.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:focus {
  background-color: #517dc0;
  border-color: #2b579a;
  /*#122b40;*/

}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #517dc0;
  border-color: #2b579a;
}
/* ---------------------------------------------------
    Search BOX
----------------------------------------------------- */

.searchBox {
  background-color: #2b579a;
  border-color: #2b579a;
}
.searchBox_extented_options_show {
  background-color: #2b579a;
}
.searchBox_extented_options {
  border: 1px solid #2b579a;
}
.treeview .list-group-item {
  background-color: #2b579a;
}
/* ---------------------------------------------------
    RedLining
----------------------------------------------------- */

.drawTool,
.drawTool_noselect {
  background-color: #2b579a;
}
.drawTool:hover,
.drawTool_noselect:hover,
.drawToolCurrent {
  background-color: #50c581;
}
.drawToolON,
.drawToolOFF {
  color: white;
}
