html{
  height:100%;
  overflow-y: scroll
}

body.app{
  padding-top:90px;
}

.logo-grey {
  color: #666;
}

.background-color-blue {
  background: #3498db;
}

.background-color-darkblue {
  background: #0074D9
}

.background-color-orange {
  background: #e67e22;
}

.background-color-green {
  background: #3D9970;
}

.background-color-darkgreen {
  background: #27ae60;
}

.background-color-purple {
  background: #9b59b6;
}

.background-color-red {
  background: #e74c3c;
}

.background-color-yellow {
  background: #f1c40f;
}

.background-color-darkred {
  background: #85144b;
}

.background-color-asphalt {
  background: #34495e;
}

.background-color-grey {
  background: #333333;
}

.text-color-blue {
  color: #3498db;
}

.text-color-darkblue {
  color: #0074D9
}

.text-color-orange {
  color: #e67e22;
}

.text-color-green {
  color: #3D9970;
}

.text-color-darkgreen {
  color: #27ae60;
}

.text-color-purple {
  color: #9b59b6;
}

.text-color-red {
  color: #e74c3c;
}

.text-color-yellow {
  color: #f1c40f;
}

.text-color-darkred {
  color: #85144b;
}

.text-color-asphalt {
  color: #34495e;
}

.text-color-grey {
  color: #333333;
}

.border-color-blue {
  border-top-color: #3498db !important;
}

.border-color-darkblue {
  border-top-color: #0074D9 !important;
}

.border-color-orange {
  border-top-color: #e67e22 !important;
}

.border-color-green {
  border-top-color: #3D9970 !important;
}

.border-color-darkgreen {
  border-top-color: #27ae60 !important;
}

.border-color-purple {
  border-top-color: #9b59b6 !important;
}

.border-color-red {
  border-top-color: #e74c3c !important;
}

.border-color-yellow {
  border-top-color: #f1c40f !important;
}

.border-color-darkred {
  border-top-color: #85144b !important;
}

.border-color-asphalt {
  border-top-color: #34495e !important;
}

.border-color-grey {
  border-top-color: #333333 !important;
}

.navbar-default .navbar-brand{
  font-family: "Bree Serif", serif;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand:visited{
  font-size:2em;
  color: #666;
  background-color: #fff;
  padding: 12px 15px;
  line-height: 12px;
  text-align:center;
}

.brand-desc {
  font-size: 10px;
}

#main-navbar {
  position:fixed;
  left:0;
  right:0;
  top:0;
  z-index: 1000;
  height:50px;
  border:none;
}

#main-breadcrumbs {
  position:fixed;
  left:0;
  right:0;
  top:50px;
  z-index: 999;
}

#loader {
  height: 30px;
  width: 200px;
  display:none;
  position: fixed;
  left: 50%;
  margin-left: -100px;
  top: 10px;
  z-index: 1001;
}
#loader > div {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.notify-item{
  background: #eee;
  margin-bottom:3px;
}

body.login {
  background-image: url('../gfx/team2.jpg');
  background-size:100%;
  background-repeat: no-repeat;
  margin-top: 0;
}

body.error {
  height: 100%;
  background-image: url('../gfx/error.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 0;
}

.modal-dialog.login .modal-content {
  background-color: rgba(255,255,255,0.7);
}

.btn-rm{
    margin: 0 5px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.alert p span.glyphicon {
  margin-right: 5px;
}

div.alert {
  cursor: pointer;
}

#modal .modal-dialog{
	width:60%;
}

#modal.narrow .modal-dialog{
	width:40%;
}
#modal.tiny .modal-dialog{
	width:500px;
}

.notify-container:empty {
  margin:0;
}

.dropdown-header{
 color:#555;
 text-align:center
}

a {
  text-decoration: none !important;
}

.nowrap {
  white-space: nowrap;
}

.transparent {
  opacity: 0.4;
}

.strong {
  font-weight: bold !important;
}

/** PULPIT **/
.dashboard-icons a {
  padding: 5px 10px;
}

.dashboard-icons a > div:nth-child(1) {
  font-size: 1.7em;
}

.dashboard-icons a > div:nth-child(2) {
  line-height: 1.2em;
  font-size:0.75em;
  font-weight:bold;
}

.dashboard-top-box {
  position: relative;
  margin-bottom: 15px;
  color: rgb(255,255,255);
}

.dashboard-top-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.dashboard-top-box p {
  font-size: 15px;
  margin: 0 0 10px 0;
}

.dashboard-top-box .inner {
  padding: 15px 10px 10px 10px;
}

.dashboard-top-box .icon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 4.5em;
  color: rgba(0,0,0,0.15);
}

.dashboard-top-box .footer {
  cursor: pointer;
  text-align: center;
  display: block;
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.15);
}

.dashboard-top-box .footer:hover {
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.25);
}

.dashboard-title-box {
  border-top: 3px solid;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.dashboard-title-box .heading {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #f4f4f4;
}

.dashboard-title-box .inner {
  padding: 15px;
}

.dashboard-title-box .chart {
  width: 100%;
  height: 400px;
}

.dashboard-title-box .chart canvas{
  width: 100%;
  height: 100%;
}

.dashboard-title-box .small-chart {
  width: 65%;
  height: 180px;
  float: left;
  margin-bottom: 15px;
}

.dashboard-title-box .small-chart canvas{
  width: 100%;
  height: 100%;
}

.dashboard-title-box .small-chart-legend {
  width: 35%;
  font-size: 12px;
  float:left;
}

.dashboard-title-box .small-chart-legend ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashboard-side-box {
  display: block;
  width: 100%;
  height: 90px;
  margin-bottom: 15px;
  color: rgb(255,255,255);
}

.dashboard-side-box .icon {
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 3.5em;
  line-height: 100px;
  background: rgba(0,0,0,0.15);
  color: rgb(255,255,255);
}

.dashboard-side-box .inner {
  display: block;
  margin-left: 90px;
  padding: 10px 10px 4px 10px
}

.dashboard-side-box .inner .inner-text {
  display: block;
  font-size: 14px;
  margin: 0 0 5px 0;
}

.dashboard-side-box .inner .strong {
  font-weight: bold !important;
  font-size: 16px;
  margin: 0;
}

.dashboard-side-box .divider {
  display: block;
  height: 2px;
  margin: 0 0 0 90px;
  background: rgba(0,0,0,0.15);
}

.dashboard-side-box .footer {
  cursor: pointer;
  margin-left: 90px;
  padding: 4px 0 4px 0;
  font-size: 13px;
  text-align: center;
  display: block;
  color: rgba(255,255,255,0.9);
}

.dashboard-side-box .footer:hover {
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.07);
}

/** SZCZEGOLY ZLECENIA **/
.add-process-form .input{
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
}

/** EDYTOR CV **/
input.cv-input {
  border:none;
  outline:none;
  border-bottom: solid 2px #666;
  font-size: 0.9em;
}

textarea.cv-input {
  width:100%;
  margin-top: 5px;
}
.cv-interest:hover {
  background: rgba(255,0,0,0.5);
  cursor:pointer;
}
.cv-skill:hover, .cv-lang:hover, .cv-teleinfo:hover, .cv-experience:hover, .cv-education:hover, .cv-course:hover {
  background: rgba(0,0,255,0.1);
  cursor:pointer;
}
.cv-sheet a {
  color: black;
}

/**************/

.candidate-search-container .panel-heading, .search-results-heading {
  padding: 3px 5px;
}
.candidate-search-container .panel-heading button {
  width: 50px;
  outline:none;
  opacity: 0.5;
}
.candidate-search-container .panel-heading button.selected {
  opacity: 1;
}
.candidate-search-container table, .candidate-search-container input{
  width:100%;
}

.candidate-search-container table{
  border-spacing: 4px 5px;
  border-collapse: separate;
}

.candidate-search-container table td:first-child{
  border-bottom: dotted 1px #999;
  white-space: nowrap;
}

.search-conditions-container .fademask {
  display:none;
  background: black;
  position: absolute;
  margin: 0 15px 20px 15px;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:1;
  opacity: 0.3;
}

.exp-conditions, .edu-conditions, .crs-conditions, .skl-conditions, .lng-conditions, .int-conditions {
  margin: 5px 0px;
}
.exp-conditions li, .edu-conditions li, .crs-conditions li, .skl-conditions li, .lng-conditions li, .int-conditions li{
  padding: 5px 10px;
}

.a-checkbox {
  color: #333;
}

.selected-candidates .submit-row button{
  display:none;
}

.search-results-container .panel-body {
  overflow-x: auto;
}

.search-results big{
  font-size: 1.4em;
  font-weight: bold;
}
.search-results .details-icons{
  white-space: nowrap;
}
[data-show] {
  font-size: 1.2em;
  cursor: help;
}
.search-results tbody tr td{
  vertical-align:middle;
}
.search-results tbody td a:hover{
  color: inherit;
}
.search-results tr.details table {
  display: inline-table;
  text-align: left;
}

.search-results tr.details table td, .search-results tr.details table th {
  vertical-align:top;
  padding-left: 7px;
}
.search-results tr.details > td > div > strong, .search-results tr.details > td > div th {
  text-decoration:underline;
}
.search-results tr.details > td > div {
  display:none;
}
.search-results tr.details{
  display:none;
}

tr[data-blockedby] td:not(:first-child) {
 opacity: 0.4;
}

/** DEMAND DETAILS**/
.demand-details li.list-group-item label{
  display: inline-block;
  width: 200px;
}
.demand-details .panel-heading, .demand-details li.list-group-item{
  padding: 5px 10px;
}
.demand-details .req-items{
  list-style-type:none;
  font-size: 0.9em;
  line-height:1em;
  padding-left: 0;
}
.demand-details .req-items a {
  display:block;
  color: #333;
  padding: 2px 10px;
}
.demand-details .req-items a span {
display:none;
}
.demand-details .req-items a:hover {
  background: rgba(0,0,200,0.1);
}
.demand-details .req-items a[data-popup]:hover span{
  display:inline;
}


.demand-details .reqs > li > div > a{
  color: #777;
  display:inline-block;
  padding:2px 4px;
  border-radius: 10px;
}
.demand-details .reqs > li > div > a:hover{
  background: #333;
  color: #eee;
}

/* listfordemand */
.demand-candidates .selection-comment {
  padding:2px;
  font-size: 0.7em;
  line-height:1.2em;
  height: 5.1em;
  resize:none;

  width: 200px;
}

.demand-candidates select {
  font-size:0.9em;
  padding: 2px;
}
.demand-candidates .selection-status, .date-employed, .date-fired, .status-fired {
  width: 120px;
}
.demand-candidates .selection-type {
  width: 40px;
}
.demand-candidates .panel-heading .panel-title strong {
  font-size: 1.4em;
}
/*****/
.panel-heading .btn {
  margin-left: 3px;
  margin-right: 3px;
}

.pre {
  white-space: pre-line;
}

.badge-success {
  background-color:#3fb618;
}

.badge-warning {
  background-color: #ff7518;
}

.vmiddle td{
  vertical-align: middle !important;
}

.small-margin-top {
  margin-top: 4px;
}

pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

select.month {
  width: 40px;
}

select.year {
  width: 80px;
}

.verification-comment {
  height: 170px;
  overflow-y: scroll;
}

tr.thick-bottom td {
  border-bottom-width: 2px !important;
}

.ch-more {
  display: none;
}

td.notyetavailable {
 background-color: #666;
 color: #fff;
 font-weight: bold;
}

tr.notyetavailable {
 background: #eee;
}

.candidate-search-container input[type=checkbox]{
 width: auto;
}

.ext-required {
  display:none;
}

.pdflist {
 background: rgba(0,0,0,0.3);
 padding: 3px 2px 4px 5px;
 margin-top: -4px;
 margin-right: 3px;
}

.attributes-cell span {
  display: block;
  margin: 2px 0;
}

.label-black {
  background: black;
}

#werbeo-search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:1%;
  row-gap: 20px;
}

#werbeo-search-form > div {
      width: 17%;
}

.inline-small {
  display: inline-block;
  width: 70px;
}

.inline-postal {
  display: inline-block;
  width: 120px;
}

.label.disabilitylevel-1 {
  background: red;
}
.label.disabilitylevel-2 {
  background: orange;
}
.label.disabilitylevel-3 {
  background: aquamarine;
  color: black;
}
.label.disabilitylevel-0 {
  background: grey;
}
#werbeo-results-table td {
  vertical-align: middle;
}

#werbeo-preview {
  display: none;
  position: fixed;
  top: 50px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  z-index: 9999;
  border: solid 3px #1b8558;
  overflow: hidden;
}
#werbeo-preview header {
  padding: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  background: #1b8558;
}
#werbeo-preview header a {
  color: #fff;
}
#werbeo-preview iframe {
  width: 100%;
  height: 95%;
  bottom: 0;
  border: none;
  top: 30px;
}

.csmsg-notsent {
  font-family: monospace;
  color: #800;
  font-size: 0.8em;
  
}

.csmsg-sent {
  font-family: monospace;
  color: #080;
  font-size: 0.8em;
}

li:hover .csmsg-notsent, li:hover .csmsg-sent {
  font-family: monospace;
  color: #fff;
}