@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'robotolight';
  src: url('../fonts/Roboto-Light-webfont.eot');
  src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Light-webfont.woff') format('woff'),
    url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotothin';
  src: url('../fonts/Roboto-Thin-webfont.eot');
  src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
    url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* OPEN SANS */
@font-face {
  font-family: 'Open Sans';

  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-weight: 400;
  font-style: normal;

}


/* Light */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
  font-weight: 200;
  font-style: normal;

}


/* Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
  font-weight: 500;
  font-style: normal;

}


/* Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
  font-weight: bold;
  font-weight: 700;
  font-style: normal;

}



/* Extra Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
  src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
  font-weight: 900;
  font-style: normal;

}

body {
  padding: 0px;
  margin: auto;
  min-width: 996px;
}



.disabled {
  background-color: #efefef !important;
}



.col-xs-12 {
  padding: 0px;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none !important;
}

a:hover {
  color: #b16599;
}

.pagination>li>a,
.pagination>li>span {
  color: #333333
}

.pagination>li>a:hover {
  color: #333333
}

.pagination>li>span,
.pagination>li>span:hover {
  font-weight: bold;
  color: #F60;
}

.pagination>li>span.next,
.pagination>li>span.prev {
  font-weight: 100;
  color: #f2e4f5;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

a:hover,
a:focus,
a:active {

  text-decoration: none;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:active {
  background: none !important;
  text-decoration: none;
}

.container {
  width: 996px !important;
  margin: auto;
}

/* PASEK NA SAMEJ GÓRZE */

#over-top {
  font-family: 'Arial', sans-serif;
  height: 27px;
  font-size: 11px;
  background: -webkit-linear-gradient(#ffffff, #efefef);
  background: -o-linear-gradient(#ffffff, #efefef);
  background: -moz-linear-gradient(#ffffff, #efefef);
  background: linear-gradient(#ffffff, #efefef);
  border-bottom: 1px solid #cccccc;
}

#over-top .container,
#over-top .col-xs-12,
#over-top .row,
#over-top .col-xs-4 {
  height: 26px;
}

#over-top .loggedin {
  background: #f1f1f1;
  text-align: center;
  color: #333333;
  padding-top: 5px;
}

#over-top .top-menu li:hover {
  background: #cccccc;

}

#over-top .top-menu li a {
  color: #333333 !important;
}

#over-top .top-menu li a {
  color: #ffffff;
}

#over-top .loggedin .logged {
  color: #999999;
  font-style: italic;
}

#over-top .top-menu,
#over-top .top-menu li {
  height: 26px;
}

#over-top .side-menu {
  font-weight: 700;
}

#over-top .side-menu .nav {
  float: right !important;
}


#over-top .nav li a {
  padding: 5px 7px 0px 7px;
}

/*PASEK Z MENU*/

#top {
  height: 103px;
  background: -webkit-linear-gradient(#ffffff, #cccccc);
  background: -o-linear-gradient(#ffffff, #cccccc);
  background: -moz-linear-gradient(#ffffff, #cccccc);
  background: linear-gradient(#ffffff, #cccccc);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

#top .logo {
  text-align: center;
  padding-top: 30px;
}

#top .menu ul li {
  padding-top: 10px;
  text-align: center;

  padding-left: 15px;
  padding-right: 15px;
}

#top .menu a {
  color: #fff;
}

#top .menu .none {
  background: none;
}

#top .nav-img {
  padding-bottom: 5px;
}

/* HOVER SHADOW */
/* SHADOW HOVER */

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}


.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 80%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

/* PASEK POD TOPEM */

#under-top {
  border-bottom: 1px #efefef solid;
  padding-bottom: 2px;
}

#under-top a {
  display: block;
  float: left;
  color: #fff;
  font-size: 11px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0px 20px 0px 10px;
  background: #333333 url(../images/naviItemBg.jpg) no-repeat top right;
  margin-right: 10px;
}

#under-top a:hover {
  background: #ffb700 url(../images/naviItemBg.jpg) no-repeat bottom right !important;
}



/* CONTENT */

#content .col-xs-4 {
  text-align: center;
  height: 160px;
}

#content .col-xs-6 {
  text-align: center;
  height: 160px;
}

#content .col-xs-4.border {
  border-bottom: 1px solid #d8cfd9;
  border-left: 1px solid #d8cfd9;
  border-right: 1px solid #d8cfd9;
}

#content .col-xs-6.border2 {
  border-left: 1px solid #d8cfd9;
}

#content .col-xs-6 {
  color: rgb(121, 39, 105);
  font-size: 11px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
}

#content .gora {
  padding-top: 40px;
  border-bottom: 1px solid #d8cfd9;

}

#content .col-xs-4 {
  color: rgb(121, 39, 105);
  border-bottom: 1px solid #d8cfd9;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
}

#content .col-xs-4 a,
#content .col-xs-6 a {
  color: #333;
}

#content .nav-img {
  padding-top: 20px;
}

/* TABELOWE */
#tabelowe .col-xs-12.wybor {
  text-align: right;
}

#tabelowe .pagin {
  text-align: center;
}

#tabelowe .pagin a {
  color: #333333;
  font-weight: bold;
}

#tabelowe .pagin a:hover {
  background-color: #f1f1f1 !important;
}

.wyniki {
  margin-bottom: 0px !important;
  border: 0px !important;
}

#tabelowe .btn-group select {
  min-width: 140px;
}

#tabelowe .btn-group select,
select {
  height: 34px;
  border-color: #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.forma select,
.ustaw select {
  border-radius: 4px;
  width: 100%;
}

.spr {
  padding-bottom: 10px;
}

.default-table .tytul {
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: bold;
}



.default-table .table tbody tr {
  height: 27px;
}

.default-table .panel-heading {
  background: #333333;
  color: #fff;
  overflow: hidden;
}

tr img {
  padding-left: 5px;
  padding-right: 5px;
}

.default-table .urzad .blue {
  background-color: #96CAE7 !important;
}

.default-table .urzad .green {
  background-color: #BBE393 !important;
}

.default-table .urzad .yellow {
  background-color: #F2F095 !important;
}

.default-table .table tbody tr:hover {
  background: #f4d3b3 !important;
}

.default-table .table tbody tr:nth-child(odd) {
  background: #f1f1f1;
}

.default-table thead {
  font-size: 12px;
}

.default-table .panel-heading .left {
  float: left;
}

.default-table .panel-heading .right {
  float: right;
}

.default-table .buton {
  text-align: right;
  padding-bottom: 10px;
}

.default-table .saldo {
  padding-bottom: 10px;
}

.default-table .saldo strong {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}

.default-table .wydatki {
  color: #333333;
  font-weight: bold;
  border-left: 1px solid #ccc;
}

.default-table .wplywy {
  color: #0C6;
  font-weight: bold;
  border-left: 1px solid #ccc;
}

.default-table .table,
#tabelowe thead tr th {
  text-align: center;
}

.default-table .saldo-dolne {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-bottom: 0px;
}

.default-table .mail {
  padding-top: 15px;
}

.default-table .przebieg-dodaj {
  padding-top: 15px !important;
}

.default-table .przebieg,
#tabelowe .raport {
  float: left;
}

.default-table .rok {
  float: left;
  padding-bottom: 10px;
}

.default-table .dodaj {
  float: right;
}

.default-table .raport {
  padding-top: 15px;
}

.default-table .raport button {
  background: #333333;
  color: #fff;
  font-weight: bold;
  border: 1px solid white;
}

.default-table .przedstaw {
  text-align: right;
  padding-top: 2px;
  padding-right: 15px;
}

.default-table .przedstaw button {
  background: #333333;
  color: #fff;
  font-weight: bold;
  border: 1px solid white;
}

.default-table .raport button:hover {
  background: none;
  color: #000;
  font-weight: bold;
  border: 1px #ccc solid;
}

.default-table .ewidencja {
  background-color: #ebd3f1;
  color: #fff;
}

.default-table .promocje {
  background-color: #333333;
  color: #fff;
}

.default-table .final {
  background: #333333 !important;
  color: #fff;
  font-weight: bold;
}

.default-table .generuj a {
  font-weight: bold;
  color: #333333;
  font-size: 13px;
  line-height: 25px;
}

.default-table .ikony {
  padding-bottom: 10px;
}

.default-table .suma td,
#tabelowe .suma th {
  font-size: 10px;
}

.default-table .suma tbody tr:last-child:hover {
  background: #333333 !important;
}

.default-table .suma .prod {
  font-weight: bold;
}

.default-table .input-group-addon {
  background: none !important;
  border: 0px !important;
  color: #333333;
}

.forma .col-xs-3 {
  text-align: right;
  padding: 5px 0px 0px 0px;
}

.ustaw .col-xs-3 {
  padding: 10px 0px 0px 0px;
  text-align: right;
}

.forma .row,
.ustaw .row {
  margin-bottom: 10px;
}

.input-group {
  padding-bottom: 10px;
  right: 0px !important;
}

.default-table .form-control {
  padding: 0px !important;
}

.default-table .filtry {
  background-color: #efefef;
  border: 1px solid #333333;
  color: #333333;
  padding: 15px;
  margin: 10px auto;
}




/* KALENDARZ */


#smartCalendar {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #F2D8F5;
  border-left: 1px solid #F2D8F5;
}

#smartCalendar .cell {
  width: 14.2857%;
  height: 130px;
  float: left;
  border-right: 1px #F2D8F5 solid;
  border-bottom: 1px #F2D8F5 solid;

  font-size: 11px;
  cursor: pointer;
  position: relative;
}

#smartCalendar .head {
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  cursor: default;
}

#smartCalendar .disabled {
  background-color: #FCF5FC;
  color: #999;
  cursor: default;
}

#smartCalendar .global-dialog.enabled:hover {
  background-color: #FFF8F0;
}

#smartCalendar .enabled .glyphicon {
  position: absolute;
  top: 111px;
  display: none;
  font-size: 12px;
  z-index: 10;
}

#smartCalendar .enabled .add {
  right: 3px;
  top: 3px;
  color: #5cb85c;
}

#smartCalendar .enabled .edit {
  left: 3px;
}

#smartCalendar .enabled .delete {
  right: 3px;
}





#smartCalendar .enabled:hover .glyphicon {
  display: block;
}


#smartCalendar .calendar-data {
  padding: 3px;
  font-size: 10px;
}

#smartCalendar .calendar-data a {
  text-decoration: underline;
}

#mail .bgcont {
  background: #efefef;
  color: #333333;
  margin-top: 10px;
  padding: 15px;
}

#mail h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.produkty {
  width: 100%;
  margin: 10px auto;
}

.produkty .col-xs-3 {
  padding: 0px;
}

.produkty .col-xs-9 {
  text-align: right;
  padding: 0px;
}

.plany span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}


.lek {
  text-align: right;
  padding-top: 7px;
}

.name {
  float: left;
  padding-top: 7px;
  padding-right: 4px;
}

.plany .save {
  text-align: right;
  padding-top: 5px;
  padding-right: 15px;
}

.txt {
  font-size: 11px;
  padding-top: 9px;
}

.txt2 {
  font-size: 10px;
  padding-top: 11px;
  color: #d3aaca;
}

.ustaw {
  padding: 0px !important;
}

.zadania {
  font-size: 11px;
}

.zadania td {
  vertical-align: middle !important;
}

.zadania .orange {
  color: #F60;
}

.zadania .blue {
  color: #09F;
}

.wybor.zad {
  padding-bottom: 5px;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}




/* FOOTER */

#foot {


  border-top: 1px solid #efefef;
  height: 50px;
  width: 100%;
  text-align: center;
  color: #e5c3e1;
  font-size: 11px;
  padding-top: 5px;
  margin-top: 25px;
}

#foot a {

  color: #e5c3e1;
}


.top-nav {
  float: right;
}

.line-group {
  overflow: hidden;
}

.line-group input,
.line-group select {
  height: 34px;

}

.line-group input,
.line-group select,
.line-group textarea {
  background-color: rgb(255, 255, 255);
  border: 1px #cccccc solid;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-sizing: border-box;
  color: #555555;
  cursor: auto;
  font-size: 14px;
  line-height: 20px;
  margin: 5px;
  padding: 0px 5px;

}


.line-group .errors {
  color: #C00;
  list-style: none;
  font-size: 11px;
  font-style: italic;
  float: right;
  clear: both;
}

.line-group .errors li {
  text-align: left;
}


input[type=text],
input[type=submit],
input[type=password],
button,
select,
textarea,
.form-control,
a {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  outline: none;

}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus,
.form-control:focus {
  box-shadow: 0 0 5px rgba(121, 161, 0, 1);
  border: 1px solid rgba(121, 161, 0, 1);
}

input[disabled="disabled"],
input[readonly="readonly"],
select[disabled="disabled"],
select[readonly="readonly"] {
  background-color: #efefef;

}

button.reset,
input[type="submit"],
.global-sendForm,
.dialog-filter-btn,
.dialog-tab-filter-btn {

  background: #b5ca74;
  border: 1px #79a100 solid;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px !important;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 5px;

}

.global-sendForm.loading {
  opacity: 0.5;
}

button.reset:hover,
input[type="submit"]:hover,
.global-sendForm:hover,
.dialog-filter-btn:hover {
  border: 1px #79a100 solid;
  background: #dae8b0;
  text-decoration: none;
  color: #79a100;
}

.btn-group {
  clear: left;
}

.filtry {}

.filtry .line-group {
  float: left;
  height: 50px;
  overflow: hidden;
  padding-right: 10px;
}

.filtry .line-group label {
  font-weight: 100;
}

.padding-top {
  padding-top: 10px;
}

.to-right {
  text-align: right;
}

.to-left {
  text-align: left;
}


.content-title h1 {
  color: #333333;
  font-size: 30px;
  font-family: 'robotothin';
}

.one-col-form .line-group,
.one-col-form .multi-group,
.one-col-form .btn-group {
  text-align: right;
}

.one-col-form .line-group input[type="text"],
.one-col-form .line-group input[type="number"],
.one-col-form .line-group input[type="password"],
.one-col-form .line-group select,
.one-col-form .multi-group label {
  width: 200px;
}

.one-col-form .multi-group label {
  text-align: left;
}

.one-col-form .btn-group {
  float: right;
}

.one-col-form .line-group .errors {
  width: 240px;
}

.messages-form {
  background-color: #efefef;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.messages-form .form-group .line-group select,
.messages-form .form-group .line-group input[type="text"],
.messages-form .form-group .line-group input[type="number"],
.messages-form .form-group .line-group textarea {
  width: 80%;
}

.messages-form .form-group .line-group textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 300px;
  float: right;
}



.messages-form .line-group .errors {
  width: 84%;
}




/* SYSTEM MESSAGES */
#messages {
  position: fixed;
  padding: 0px;
  margin: 0px;
  top: 5%;
  left: 50%;
  z-index: 9999;
}

#messages li {
  width: 400px;
  display: block;
  padding: 12px;
  padding-left: 40px;
  margin-left: -220px;
  line-height: 19px;
  margin-bottom: 10px;
}

#messages .error {
  background: #f6d8d9 url(../images/errorX.png) no-repeat 12px 12px;
  border: 1px #d79292 solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px #d79292;
  box-shadow: 0px 0px 5px #d79292;
}

#messages .ok {
  background: #d8f6dc url(../images/okV.png) no-repeat 12px 12px;
  border: 1px #b6d792 solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px #b6d792;
  box-shadow: 0px 0px 5px #b6d792;
}

#messages .warn {
  background: #f9f0b3 url(../images/warn.png) no-repeat 12px 12px;
  border: 1px #cdbc49 solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px #ff8a00;
  box-shadow: 0px 0px 5px #ff8a00;
}


/* END OF SYSTEM MESSAGES */

.new-message {
  color: #0C6;
}

tr.align-left td {
  text-align: left;
}

tr.align-left th {
  text-align: left;
}

tr.unreaded td {
  font-weight: bold
}

tr td span.small {
  font-size: 11px;
  color: #999;
}

.small-grey {
  font-size: 11px;
  color: #999;
}

.claendar-nav-left,
.claendar-nav-right {
  padding-top: 7px;
}

.claendar-nav-left {
  text-align: right;
}

table th {
  text-align: center;
}

table td {
  font-size: 11px;
}


.default-dialog-form {
  font-size: 12px;
}

.one-col-form.default-dialog-form .line-group input[type="text"],
.one-col-form.default-dialog-form .line-group input[type="number"],
.one-col-form.default-dialog-form .line-group input[type="password"],
.one-col-form.default-dialog-form .line-group select,
.one-col-form.default-dialog-form .multi-group label {
  width: 60%;
}

.one-col-form.default-dialog-form ul.errors {
  width: 70%;
}

.one-col-form.default-dialog-form input[type="checkbox"] {
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 59%;
  -moz-box-shadow: none;
  box-shadow: none;
}

.one-col-form.default-dialog-form label {
  height: 34px;
  line-height: 34px;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-error {
  background-color: #5cb85c;
}

.red {
  color: #C00;
}

.green {
  color: #5cb85c !important;
  font-weight: bold;
}

.orange {
  color: #ff6600
}


.tooltip-inner {
  background-color: #00acd6;
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #00acd6;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #00acd6;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #00acd6;
}

.top-05 {
  margin-top: 0.5em;
}

.top-10 {
  margin-top: 1.0em;
}

.top-15 {
  margin-top: 1.5em;
}

.top-20 {
  margin-top: 2.0em;
}

.top-25 {
  margin-top: 2.5em;
}

.top-30 {
  margin-top: 3.0em;
}

.bottom-05 {
  margin-bottom: 0.5em;
}

.bottom-10 {
  margin-bottom: 1.0em;
}

.bottom-15 {
  margin-bottom: 1.5em;
}

.bottom-20 {
  margin-bottom: 2.0em;
}

.bottom-25 {
  margin-bottom: 2.5em;
}

.bottom-30 {
  margin-bottom: 3.0em;
}

.left-00 {
  padding-left: 0px;
}

.right-00 {
  padding-right: 0px;
}

.left-05 {
  margin-left: 5px;
}

.left-10 {
  margin-left: 10px;
}

.left-15 {
  margin-left: 15px;
}

.left-20 {
  margin-left: 20px;
}

.left-25 {
  margin-left: 25px;
}



.opacity-01 {
  opacity: 0.1;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity:hover {
  opacity: 1 !important;
}





.dialog-link,
.global-delete,
.global-dialog,
a {
  cursor: pointer;
}

@-webkit-keyframes glowing {
  0% {
    color: #000000;
  }

  50% {
    color: #ff0000;
  }

  100% {
    color: #000000;
  }
}

@-moz-keyframes glowing {
  0% {
    color: #000000;
  }

  50% {
    color: #ff0000;
  }

  100% {
    color: #000000;
  }
}

@-o-keyframes glowing {
  0% {
    color: #000000;
  }

  50% {
    color: #ff0000;
  }

  100% {
    color: #000000;
  }
}

@keyframes glowing {
  0% {
    color: #000000;
  }

  50% {
    color: #ff0000;
  }

  100% {
    color: #000000;
  }
}


@-webkit-keyframes textglowing {
  0% {
    background-color: #000000;
  }

  50% {
    background-color: #ff0000;
  }

  100% {
    background-color: #000000;
  }
}

@-moz-keyframes textglowing {
  0% {
    background-color: #000000;
  }

  50% {
    background-color: #ff0000;
  }

  100% {
    background-color: #000000;
  }
}

@-o-keyframes textglowing {
  0% {
    background-color: #000000;
  }

  50% {
    background-color: #ff0000;
  }

  100% {
    background-color: #000000;
  }
}

@keyframes textglowing {
  0% {
    background-color: #000000;
  }

  50% {
    background-color: #ff0000;
  }

  100% {
    background-color: #000000;
  }
}



@-webkit-keyframes textglowingorange {
  0% {
    background-color: #000000;
  }

  50% {
    background-color: #ff9600;
  }

  100% {
    background-color: #000000;
  }
}

@-moz-keyframes textglowingorange {
  0% {
    background-color: #000000;
  }

  50% {
    background-color: #ff9600;
  }

  100% {
    background-color: #000000;
  }
}

@-o-keyframes textglowingorange {
  0% {
    background-color: #000000;
  }

  50% {
    background-color: #ff9600;
  }

  100% {
    background-color: #000000;
  }
}

@keyframes textglowingorange {
  0% {
    background-color: #000000;
  }

  50% {
    background-color: #ff9600;
  }

  100% {
    background-color: #000000;
  }
}

.alert-text {
  -webkit-animation: textglowing 1000ms infinite;
  -moz-animation: textglowing 1000ms infinite;
  -o-animation: textglowing 1000ms infinite;
  animation: textglowing 1000ms infinite;
  font-size: 15px;
}

.alert-text-orange {
  -webkit-animation: textglowingorange 1000ms infinite;
  -moz-animation: textglowingorange 1000ms infinite;
  -o-animation: textglowingorange 1000ms infinite;
  animation: textglowingorange 1000ms infinite;
  font-size: 15px;
}



.alert-icon {
  -webkit-animation: glowing 1000ms infinite;
  -moz-animation: glowing 1000ms infinite;
  -o-animation: glowing 1000ms infinite;
  animation: glowing 1000ms infinite;
  font-size: 15px;
}

.global-loading {
  background: #fff url(../images/ajax-loader.gif) no-repeat center center;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

input.loading {
  background: #fff url(../images/ajax-loader.gif) no-repeat center right;
}


.ui-widget {
  font-size: 12px;
}

.ui-widget-content a.btn-success {
  color: #fff;
}

.fullTable {
  width: 100%;
}

.fullTable tr th {
  background-color: #333333;
  color: white;
}

.fullTable tr th a {
  color: white;
}

.fullTable tr th,
.fullTable tr td {
  padding: 3px;
  text-align: center;
}

.fullTable tr:nth-child(even) td {
  background-color: #efefef
}

.fullTable tr:hover td {
  background-color: #f8ffe4;
}

hr {
  margin: 5px 0px;
}

.product-form {
  margin: 10px;
}

.product-form .line-group,
.product-form .form-group {
  overflow: hidden;
}

.product-form .line-group label {
  width: 210px;
  text-align: right;
}

.product-form .btn-group {
  float: right;
}

.product-form ul.errors {
  clear: both;
  margin-left: 190px;
  float: none;
}

.product-form input[type="checkbox"] {
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
}

.product-form label {
  height: 34px;
  line-height: 34px;
}

.dialog-filter ul.errors {
  display: none;
}

.fa,
.glyphicon {
  font-size: 16px;
}

.workharm .dark-header {
  font-size: 14px;
}

.workharm .dark-header a {
  display: block;
  width: 34px;
  float: right;
  color: #b16599;
}

.workharm .dark-header a:hover {
  color: #fff;
}

table tr.final:hover td,
table tr.dark-header th {
  background-color: #333333;
  color: #fff;
}

table tr.light-header th {
  background-color: #f1d9f5;
  color: #333333;
}

.rank-marker {
  width: 8px;
  padding: 0px !important;
  font-size: 1px;
}

tr.rank-color-1 td,
td.rank-color-1 {
  background-color: #96cae7;
}

tr.rank-color-2 td,
td.rank-color-2 {
  background-color: #bbe393;
}

tr.rank-color-3 td,
td.rank-color-3 {
  background-color: #f2f095;
}

tr.rank-color-4 td,
td.rank-color-4 {
  background-color: #f4d3b3;
}

.rank-color-1 {
  background-color: #96cae7;
}

.rank-color-2 {
  background-color: #bbe393;
}

.rank-color-3 {
  background-color: #f2f095;
}

.rank-color-4 {
  background-color: #f4d3b3;
}

a.black-link {
  color: #000;
}

.table-header {
  background-color: #333333;
  color: white;
  font-weight: bold;
  padding: 5px;
}

input.short {
  width: 40px !important;
}

.workharm-products label {
  font-size: 11px;
  font-weight: 100;
}

.workharm-products dt,
.workharm-products dd,
.workharm-products dl,
.workharm-products fieldset {
  margin: 0px;
  padding: 0px;
}

.workharm-products input.highlight {
  background-color: #f1d9f5
}

.float-left {
  float: left;
}

.panel-label {
  float: left;
  margin: 3px;
  margin-left: -5px;
  clear: both;
}

.panel-body {
  clear: both;
}

.month-stats-table td,
.month-stats-table th {
  font-size: 12px !important;
  padding: 2px !important;
}

.short-date {
  width: 100px;
}

.dialog-form-table textarea {
  width: 190px;
  height: 100px;
  font-size: 12px;
}

.dialog-form-table label {
  width: 160px;
  text-align: right;
  font-size: 11px;
}

input[type="checkbox"] {
  margin: 5px;
  padding: 0px;
  height: auto;
  box-shadow: none;
}

.itemlist input[type="text"],
.itemlist input[type="number"] {
  width: 80px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 4px;
}

.live-datepicker {
  width: 100px;
}




.light-table th {
  background-color: #ccc;
}

.light-table th,
.light-table td {
  padding: 2px;
}

.light-table tr:nth-child(even) td {
  background-color: #efefef
}



.progress-bar-box {
  width: 100%;
  height: 100px;
  position: relative;
  font-size: 11px;
}

.progress-bar-box .progress-bar-100 {
  height: 30px;
  margin-top: 34px;
  margin-bottom: 34px;
  border: 1px #ccc solid;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.progress-bar-box .progress-bar-100 .progress-bar-status {
  height: 30px;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 1px;
  z-index: 2;
}

.progress-bar-box .progress-bar-100 .progress-bar {
  height: 30px;
}

.progress-bar-box .progress-bar-100 .green {
  background: #bfd255;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0);
  /* IE6-9 */
}

.progress-bar-box .progress-bar-100 .red {
  background: #f85032;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
  /* IE6-9 */

}


.progress-bar-box .progress-bar-day {
  padding-top: 60px;
  height: 10px;
  border-left: 1px #000 solid;
  position: absolute;
  top: -5px;
  padding-left: 5px;
}

.progress-bar-box .progress-points {
  font-weight: bold;
  position: absolute;
  top: 35px;
  z-index: 3;
}

.progress-bar-box .progress-stop-points {
  right: 0px;
}

.progress-bar-box .progress-current-points {
  margin-left: -50px;
  width: 100px;
  text-align: center;
  top: -15px;
}

.progress-table {
  overflow: hidden;
}

.progress-table .table-left {
  float: left;
  width: 49%;
}

.progress-table .table-right {
  float: right;
}

.progress-table table th,
.progress-table table td {
  padding: 6px;
  text-align: center;
}

.progress-table table th {
  background: #ccc;
}

.progress-table table tr:nth-child(odd) td {
  background-color: #efefef;
}

.small-table table {
  width: 100%;
}

.small-table table tr td,
.small-table table tr th {
  text-align: center;
  padding: 3px;
  font-size: 11px;
}

.small-table table tr th {
  background-color: #ccc;
}

.small-table table tr:nth-child(odd) td {
  background-color: #efefef;
}


.login-box {

  background: #fceaff;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceaff', endColorstr='#d1b0dd', GradientType=0);
  border: 1px #333333 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px 0 #D1D1D1;
  box-shadow: 0 0 8px 0 #D1D1D1;
}

.login-box h1 {
  margin: 20px 10px;
  text-align: left;
  font-size: 22px;
  color: #cccccc;
}

.login-box .errors {
  clear: both;
  width: 100%;
}

.login-box .errors li {
  padding-left: 120px;
}

.login-box label {
  font-size: 12px;
  font-weight: 100;
  color: #333333;
}

.login-box form-line {
  text-align: right;
}

.jumbotron.vertical-center {
  margin-bottom: 0;
  background-color: #fff;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;


  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.part-color {
  width: 100%;
  height: 6px;
  border-top: 2px #fff solid;
}

.part-color-bule {
  background-color: #96cae7
}

.part-color-orange {
  background-color: #F60;
}

.part-color-yellow {
  background-color: #cdbc49;
}

.part-color-red {
  background-color: #C00;
}

.part-color-orange {
  background-color: #F60;
}

.part-color-green {
  background-color: #72aa00;
}

.dateOfUse {
  width: 90px !important;
}


.map-buttons {
  background-color: #333333;
  padding-bottom: 10px;
  text-align: center;
}

.product-form .errors-nomargin ul.errors {
  margin-left: -30px;
}

.errors-nomargin input[type="checkbox"] {
  float: left;
  margin-top: 10px;
}


.avatar {
  max-width: 260px;
  max-height: 260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}

.avatar img {
  max-width: 250px;
  max-height: 250px;
}

.avatar .avatar-loading {
  width: 100%;
  height: 90px;
  background: url(../images/ajax-loader.gif) no-repeat center center;
  position: absolute;
  top: 0px;
}

.line-group input[type="checkbox"] {
  margin-top: 9px !important;
}




.screen-box {
  width: 100%;
  position: relative;
  overflow: hidden;

}

.screen-box .to-bottom {
  position: absolute;
  bottom: 0px;
}

.screen-box h3 {
  color: #cecece;
  font-size: 25px;
  font-family: 'robotothin';
}

.screen-box h4 {
  color: #cecece;
  font-size: 16px;
  font-family: 'Open Sans';
}

.screen-box .screen-box-left-bar {
  width: 180px;
  box-shadow: 0px 0px 30px #cccccc;
  padding: 0px 25px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.screen-box .screen-box-right-bar {
  width: 180px;
  box-shadow: 0px 0px 30px #cccccc;
  padding: 0px 25px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;

}



.screen-box .screen-box-top-bar {
  width: 100%;

  position: absolute;
  top: 0px;
  z-index: 10;

}


.screen-box .screen-box-top-bar .top-bar-content-box {
  font-family: 'Open Sans';
  width: 220px;


  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px #cccccc;
  padding: 10px 25px;

  color: #999999;
}

.screen-box .screen-box-top-bar .top-bar-content-box .bold {
  font-weight: bold;
  color: #222222;
}

.screen-box .screen-box-bottom-bar {
  width: 100%;

  position: absolute;
  bottom: 0px;

}


.screen-box .screen-box-bottom-bar .bottom-bar-content-box {
  font-family: 'Open Sans';
  width: -moz-calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  width: -o-calc(100% - 400px);
  width: calc(100% - 400px);

  box-sizing: border-box;
  margin-left: 200px;
  margin-right: 200px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px #cccccc;
  padding: 10px 25px;

  color: #999999;
}

.screen-box .screen-box-bottom-bar .bottom-bar-content-box .bold {
  font-weight: bold;
  color: #222222;
}


.screen-box .screen-box-center-bar {
  width: 100%;
  padding: 0px 200px;


}

.screen-box-left-bar .medal {
  line-height: 117px;
  height: 122px;
  font-size: 46px;
  font-family: 'Open Sans';
  font-weight: bold;
  text-align: center;
  margin-top: 40px;

}

.screen-box-left-bar .gold-medal {
  background: url('../images/gold-medal.png') no-repeat top center;
  color: #781f13;

}

.screen-box-left-bar .silver-medal {
  background: url('../images/silver-medal.png') no-repeat top center;
  color: #292827;

}

.screen-box-left-bar .bronze-medal {
  background: url('../images/bronze-medal.png') no-repeat top center;
  color: #6e2415;

}

@media screen and (max-height: 750px) {
  .screen-box-left-bar .medal {
    background-size: 45px;
    line-height: 45px;
    height: 50px;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
  }

  .screen-box h3 {
    font-size: 18px;
  }





}

.screen-box-left-bar .no-medals {
  color: #c30000;
  line-height: 37px;
  height: 62px;
  margin-top: 0px;
}


.screen-box-right-bar .target-graph {
  border: 1px #cacaca solid;
  min-height: 200px;
  position: absolute;
  bottom: 20px;
  width: 62px;
}

.screen-box-right-bar .target-graph.fullwidth {
  width: 130px;
}



.screen-box-right-bar .target-graph-current {
  position: absolute;
  bottom: 0px;
  width: 60px;
}


.screen-box-right-bar .green-graph {

  background: #a8c520;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a8c520 0%, #659a00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a8c520 0%, #659a00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a8c520 0%, #659a00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c520', endColorstr='#659a00', GradientType=0);
  /* IE6-9 */

}

.screen-box-right-bar .red-graph {

  background: #fc0f0f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fc0f0f 0%, #c30000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fc0f0f 0%, #c30000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fc0f0f 0%, #c30000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0f0f', endColorstr='#c30000', GradientType=0);
  /* IE6-9 */
}

.screen-box-right-bar .target-graph-info {
  color: #5f5f5f;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: -35px;
  width: 60px;
}

.screen-box-right-bar .target-graph.fullwidth .target-graph-info {
  width: 130px;
}


.target-graph .info-on-hover {
  display: none;
}

.target-graph:hover .info-on-hover {
  display: block;
}

.standard-screen-label {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 14px;
  padding: 0px;
  padding-top: 30px;
  color: #cecece;
}

.record-label {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 14px;
  padding: 0px;
  padding-top: 30px;
  color: #cecece;
}

.target-graph-label {
  margin-top: -100px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 14px;
  color: #cecece;
}




.target-graph-current .target-graph-current-info {
  position: absolute;
  top: -16px;
  right: 62px;
  width: 100px;

}

.target-graph-current .target-graph-current-info .current-info-value {
  float: left;
  background-color: #5f5f5f;
  box-shadow: 0px 0px 15px #cccccc;
  width: 80px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.target-graph-current .target-graph-current-info .current-info-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 20px;
  border-color: transparent transparent transparent #5f5f5f;
  float: left;

}

.target-graph-current .target-graph-current-info2 {
  position: absolute;
  top: -16px;
  left: 20px;
  width: 80px;
  overflow: visible;

}

.target-graph-current .target-graph-current-info2 .current-info-value {
  float: left;
  background-color: #5f5f5f;
  box-shadow: 0px 0px 15px #cccccc;
  width: 60px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.target-graph-current .target-graph-current-info2 .current-info-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 20px 17.5px 0;
  border-color: transparent transparent transparent #5f5f5f;
  float: left;

}




.screen-box-center-bar {
  overflow: hidden;
}

.screen-box-center-bar .big-box {

  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.big-box.lt,
.big-box.rt {
  margin-top: 20px;
}

.big-box.lt,
.big-box.lb {
  border-right: 1px #CCCCCC solid;
}

.big-box.lb,
.big-box.rb {
  border-top: 1px #CCCCCC solid;
}

.big-box h2 {

  color: #333333;
  font-size: 2.4em;
  font-family: 'robotothin';

}

.goal {
  font-weight: 700;
}

.goal-small {
  font-size: 3em;
  color: #ebebeb;
}

.goal-middle {
  font-size: 6em;
  color: #d6d6d6;
}

.goal-big {
  line-height: 80%;
  font-size: 9em;
  color: #659a00;
  font-weight: 900;
}

@media screen and (max-height: 750px) {
  .goal-small {
    font-size: 1.5em;

  }

  .goal-middle {
    font-size: 3em;
  }

  .goal-big {
    line-height: 80%;
    font-size: 6em;

  }
}

.goal-month {
  color: #659a00;
}

.screen-box-center-bar .big-box .big-text {
  font-size: 9em;
  font-weight: 900;
}

@media screen and (max-height: 750px) {
  .screen-box-center-bar .big-box .big-text {
    font-size: 6em;
    font-weight: 900;
  }
}

.big-box .time-arrow {
  position: absolute;
  right: -40px;
  margin-top: 50px;

}

.medal-gx {
  height: 139px;
}

.gold-medal-gx {
  background: url(../images/gold_medal_gx.png) no-repeat center center;
}

.silver-medal-gx {
  background: url(../images/silver_medal_gx.png) no-repeat center center;
}

.bronze-medal-gx {
  background: url(../images/bronze_medal_gx.png) no-repeat center center;
}


@media screen and (max-height: 750px) {
  .medal-gx {
    height: 50px;
    background-size: 50px;
  }
}


.top-results {
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 30px;
  color: #999999;
}

.top-results ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.top-sellers-in-month-table table {
  width: 100%;
}

.top-sellers-in-month-table table tr td {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  padding: 5px;

}


.top-sellers-in-month-table table tr:first-child td {
  color: #000;
  font-size: 1.2em;
}

.record-info {
  color: #d28c2b;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.target-graph-current-average {
  border-top: 1px #000 solid;
  position: absolute;
  bottom: 0px;
  width: 60px;

}


.target-graph.fullwidth .target-graph-current-average {
  width: 130px;
}

.screen-box-right-bar .target-graph.fullwidth .target-graph-current {
  width: 130px;
}

.target-graph.fullwidth .target-graph-current .target-graph-current-info {
  right: 130px;
}

.white-table tr:hover td {
  background: #efefef;
}

.pad-10 {
  padding: 10px;
}

input[type="checkbox"] {
  margin-right: 0px;
}



.inputs-table {
  margin-top: 20px;
  margin-bottom: 50px;
}

.inputs-table th,
.inputs-table td {
  padding: 5px;
}

.inputs-table input.quantity {
  padding-left: 15px;
}

.inputs-table tr:nth-child(odd) td {
  background-color: #efefef;
}

.inputs-table select {
  width: 60px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0px;
  height: 25px;
  -webkit-border-radius: 0px;
  moz-border-radius: 0px;
  border-radius: 0px;
}

.light-grey-table {
  width: 100%
}

.light-grey-table td,
.light-grey-table th {
  padding: 10px;
  text-align: center;
}

.light-grey-table tr:nth-child(even) td {
  background-color: #efefef;
}

.light-grey-table tr th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.light-grey-table tr.busy td {
  background-color: #fbbbbb;
  color: #d17e7e;
}

.light-grey-table tr.busy td a {
  color: #d17e7e;
}

.light-grey-table tr:hover td {
  background-color: #f9e1bf;
}



.screen-stats-table table {
  width: 100%;

}

.screen-stats-table table tr td {
  padding: 3px;
}

.screen-stats-table table tr.border-top td {
  border-top: 1px #ccc solid;
}



.costs-add {
  width: 100px;
  height: 30px;
  color: white;
  font-size: 14px;
  background-color: #009900;
  margin-bottom: 20px;
  margin-right: 30px;
}

.sign-box {
  margin-top: 30px;
}

.sign-box textarea {
  width: 100%;
  padding: 0;
  margin: 0;
}

.alert-color-orange-text {
  color:orange;
  font-weight: bold;
}