

.report-form-padding{
    padding: 14px;
}

.report-td {
    min-width:30%;
    width:30%;
}

.yourpoints-zfss {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    background: #4D7496;
}

.yourpoints-special_motivizer {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
}

.yourpoints-employer {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    background: #7FEFF4;
}

.yourpoints-special_employer {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    background: #00A1E3;
}

.yourpoints-personal {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    background: #C4C1BB;
}

.combobox-table {
    margin-top: 15px;
}

.ist-ui-select {
    max-width: 500px;
}

.ist-table-width {
    max-width: 500px;
}

.ist-stepup{
    width: 42px;
    font-size: 14px !important;
    padding-left: 2px;
}

.ist-form-control {
    width: 90%;
}

.ist-checkbox-label {
    padding-left: 5px !important;
    margin-bottom: 10px !important;
}

.ist-padding-left {
    padding-left: 0px !important;
}

.ist-button {
    padding-left: 5px !important;
}

hr.ist-tall {
    margin: 44px 0 44px 0;
    color: black;
}

.ist-piechart {
    width: 100%;
}


/* THEME w kolorach Moti */
/*
Sa dwa kolory przewodnie
- jasny zolty - #ffae00
*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
}

.btn-primary {
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ffae00;
  border-color: #ffae00;
}

.btn-info {
    background-color: #ffae00;
    border-color: #ffae00;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #fff;
    z-index: 2;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
}


a:hover,
a:focus {
  color: #ffae00;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #ffae00;
}

.panel-primary {
    border-color: #ffae00;
}

.panel-primary > .panel-heading {
  background-color: #ffae00;
  border-color: #ffae00;
}





body {
	/* This image will be displayed fullscreen */
	background: url("../images/background.png") no-repeat top center fixed;
        background-size:cover;
	/* fixed - powoduje ze obrazek sie nie rozszerza - po prostu stoi */
	/* Ensure the html element always takes up the full height of the browser window
	min-height:100%;
	*/
	/* The Magic */
	background-size:cover;

	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}

body.service-skanska {
	background: url("../images/background-skanska.jpg") no-repeat top center fixed
}

body.service-dhl {
	background: url("../images/background-dhl.jpg") no-repeat top center fixed
}

body.service-nn {
	background-image: none;
	background-color: #ffffff;
}

#middle #welcome .welcome-bg.left {
  right: 66%;
  background-position: top right;
}

#middle #welcome .welcome-bg {
  position: absolute;
  background-repeat: no-repeat;
  height: 153px;
  width: 100%;
  top: 0px;
}

.mainPageBanner {
	background: url("../images/sg1.jpg");
	/*right: 66%;
  	background-position: top right;*/
}

.mainPageBannerHeight {
	height: 153px;
	color: #fff;
	position: relative;
}

.fill{
    height:100%;
    min-height:100%;
}

.gi-50{font-size: 50px;}
.gi-30{font-size: 30px;}
.gi-20{font-size: 20px;}


/*
For JSON dev
*/
.result {
  padding: 1em;
  border: 1px solid #eee;
  margin-bottom: 2em;
  overflow: auto;
}
.dark {
  background: #333;
}

.form-group.required .control-label:after {
  content:" *";
  color:red;
}

/* DROP-BOX */
div.ngf-drop-box {
    width: 100%;
    height: 100%;
    border: 4px silver dashed;
    text-align: center;
    background: #eee;
    font-size: 60px;
    color: silver;
    padding: 50px;
    text-shadow: 0px 2px 0px rgba(100, 100, 100, 1);
}
div.ngf-drop-box:hover, div.ngf-drop-box.dragover {
    border: 4px #888 dashed;
    color: #888;
}

ul.ngf-file-list {
    list-style: none;
    padding: 0px;
    margin-top:10px;
}

ul.ngf-file-list li {
    padding: 5px 2px;
    margin-top: 2px;
    border: 1px solid silver;
    color: #FF5500;
    font-size: 14px;
    background: rgba(255,255,255,0.45);
}
span.ngf-file-list-item-detail {
    color: #555;
    font-size: 12px;
}
ul.ngf-file-list li button{
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}
ul.ngf-file-list li.invalid-files {
    color: red;
    background: rgba(255,0,0,0.1);
    border: 1px solid red;
}
ul.ngf-file-list li.invalid-files span.error-msg{
    float: right;
    margin-right: 17px;
}
