html, body {
  font: 9pt Tahoma, sans-serif, Arial, Helvetica;
}

ul.radio_list {
  margin:0; padding:0;
}
ul.radio_list li {
  float:left;
  list-style: none;
  padding-right:2em;
}
ul.radio_list + * {
  clear:both;
}

ul.checkbox_list {
  margin:0; padding:0;
}
ul.checkbox_list li {
  list-style: none;
}


#report_drflow_schema {
  width:640px; max-width:100%; height:360px;
  position:relative;
}
#report_drflow_schema img {
  max-width:100%;
}
#report_drflow_schema span {
  position:absolute;
  top:58.5%;
  font-size:120%;
}
#report_drflow_schema span.value_ss {
  right:68.24%;
}
#report_drflow_schema span.value_pm {
  right:39.96%;
}
#report_drflow_schema span.value_adm {
  right:10.74%
}


.salary_employee .edited {
  border-bottom: double;
}

.hidden {
  visibility:hidden;
}

.warning,
table.dataTable .warning
{
  margin: 4px 0;
  padding: 4px 4px 4px 30px;
  background: url(../sfAdminDashPlugin/images/warning.png) no-repeat 10px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #ffc;
}

/** Prostowanie po sfAdminDashPlugin **/
li.node ul {
  z-index: 10;
}
li.node a:hover {
  color: #080;
}
#sf_admin_path {
  padding:7px 20px;
}
#sf_admin_menu li.node ul
{
  top: 27px;
}

th,td{
  border:0px none;
  padding:.5em;
}

tbody .even td,
thead td {
  background-color: #f4f4f4;
}
tbody .selected td {
  background-color: #ffa;
}

.button {
  margin-top:auto;
}

input[type="text"], input[type="password"], textarea {
  width:auto;
}

#sf_admin_container h1 {
  color: #000;
  font-size: 1.5em;
}
#sf_admin_container .ui-widget-header label,
#sf_admin_container .ui-state-default {
  color: #fff;
}
#sf_admin_theme_header {
  border-bottom: 1px solid #578;
}
#sf_admin_path a, #logout a {
  color: #080;
}
#sf_admin_path a:hover, #logout a:hover {
  color: #0a0;
}
.header_text {
  font-size:18px;
  font-weight:bold;
  color:#ff9900;
  font-style:italic;
  display: inline-block;
}
#sf_admin_theme_header .header_text {
  position: relative;
  bottom:12px;
}
.cpanel div.icon a:hover {
  background-color: #eaefff;
  border: 1px solid #08b;
}
.cpanel .dataTable {
  text-align: left;
}
.login-text {
  padding-top:3em;
}
ul.error_list {
  padding-right:30px;
}

.notice
{
  margin: 4px 0;
  padding: 4px 4px 4px 30px;
  background: url(../sfAdminDashPlugin/images/tick.png) no-repeat 10px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #ffc;
}

.error
{
  margin: 4px 0;
  padding: 4px 4px 4px 30px;
  background: url(../sfAdminDashPlugin/images/error.png) no-repeat 10px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f33;
  color: #fff;
}

.req {
  color:red;
}

.current {
  font-weight:bold;
}

.signatures {
  display:none;
}

.gauge {
  width:300px;
  min-height:165px;
  text-align:center;
  position:relative;
}
.gauge_plot {
  width:300px;
  height:165px;
  background:url(../images/gauge.png) no-repeat;
  background-size:100%;
}
.gauge_plot2 {
  background-image:url(../images/gauge2.png);
}
.gauge_error {
  position:relative;
  opacity: 0.4;
}
.gauge_error:after {
  position:absolute;
  left:0;right:0; top:60%;
  text-align:center;
  font-size:1.6em;
  font-weight:bold;
  color:#f44;
  content: 'Missing data';
}
.gauge .description {
  display:block;
}
.linear {
  width:320px;
  min-height:165px;
  text-align:center;
  position:relative;
}
.linear_plot {
  width:320px;
  height:165px;
}
.linear_error {
  position:relative;
  opacity: 0.4;
}
.linear_error:after {
  position:absolute;
  left:0;right:0; top:60%;
  text-align:center;
  font-size:1.6em;
  font-weight:bold;
  color:#f44;
  content: 'Missing data';
}



/* bsmSelect */
.bsmSelect {
  float:left;
}
#project_list .bsmSelect {
  float:none;
  margin-bottom:10px;
}

.bsmList-custom {
  /* html list that contains selected items */
  margin:0; margin-bottom:-5px;
  display: block;
  padding-left: 10px;
  list-style: none;
  float:left;
}
#project_list .bsmList-custom {
  float:none;
  padding-left: 0px;
}

.bsmListItem-custom {
  /* li item from the html list above */
  margin: 0 5px 5px 0;
  padding: 4px;
  list-style: none;
  background: #ddd;
  border: 1px solid #bbb;
  line-height: 1em;
  float: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#project_list .bsmListItem-custom {
  float:none;
}

.bsmListItem-custom:hover {
  background-color: #e5e5e5;
}

.bsmListItemLabel-custom {
  padding-right: 5px;
}

.bsmListItemRemove-custom {
  text-decoration: none;
}
#project_list .bsmListItem-custom strong {
  float:right;
}

#employee_contract_projects_list_area .bsmSelect {
  max-width: 40em;
}
#employee_contract_projects_list_area {
  max-width: 40em;
}

.right { float:right; }

.nobr { white-space: nowrap; }


/* CLEARFIX */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.enabled-button {

  background:#5CCD00;
  background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
  background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
  width: 8em;
  padding:10px 15px;
  color:#fff;
  font-family:'Helvetica Neue',sans-serif;
  font-size:14px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #459A00

}
.disabled-button {
  background:#C00000 ;
  width: 8em;
  background:-moz-linear-gradient(top,#D80000   0%,#400000 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#400000 ),color-stop(100%,#400000));
  background:-webkit-linear-gradient(top,#D80000   0%,#400000 100%);
  background:-o-linear-gradient(top,#D80000  0%,#400000 100%);
  background:-ms-linear-gradient(top,#D80000  0%,#400000 100%);
  background:linear-gradient(top,#D80000 0%,#400000 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D80000',endColorstr='#400000',GradientType=0);
  padding:10px 15px;
  color:#fff;
  font-family:'Helvetica Neue',sans-serif;
  font-size:14px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #459A00
}
.hide{
  display: none;
}
#history thead tr th{
  border: solid 1px #aaa;
  width:220px;
}
#history tbody tr td{
  vertical-align: top;
}
#history thead tr th:last-child{
  width:300px;
}
.show-details{
  font-weight: bold;
  cursor: pointer;
}
.center-text{
  text-align:center;
}
#table-account tr th:last-child{
  width:130px;
}
#table-account tr th:nth-child(3){
  width:320px;
}
#table-account tr th:nth-child(4){
  width:100px;
}
#table-account tr th{
  width:60px;
}
#button-history{
  margin-top:10px;
}
#time-session{
  position:absolute;
  top:0;
  right:0;
  height:38px;
  z-index:0;
}
#active-session{
  margin:0 10px;
}
.timer-container{
  line-height:38px;
  margin-right:10px;
}
.noclose .ui-dialog-titlebar-close
{
  display:none;
}
.no-print,
.table th.no-print,
.table .no-print th,
.no-print th,
.even.no-print td,
.hide-print,
.even .hide-print,
.table th.hide-print {
  background-color: #aaa !important;
}


.table.salary .edited {
  background: yellow;
}