/*!
 *	Import czcionki firmowej - Gilroy
 */
 
@import "fonts/gilroy.css";

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body{
	margin:10px;
	padding:0px;
	-webkit-font-smoothing: antialiased;
	font-family: 'gilroy';
	text-align:center;
}

input[type="text"], input[type="password"], input[type="number"]{
	outline:none;
	padding:10px;
	display:block;
	width:300px;
	border-radius: 3px;
	border:1px solid #eee;
	margin:20px auto;
}

input[type="submit"]{
	padding:10px;
	color:#fff;
	background:#0098cb;
	width:320px;
	margin:20px auto;
	margin-top:0px;
	border:0px;
	border-radius: 3px;
	cursor:pointer;
}

input[type="submit"]:hover{
	background:#00b8eb;
}

label{
	font-size: 22px;
	font-weight: bold;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  border: 0;
  background-color: #fff;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

#marki-wlasne:checked + .slider {
  background-color: #2196F3;
}

#marki-wlasne:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

#marki-wlasne:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.marki{
	display: flex;
	width: 20%;
}

.form-marki{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header{
	display:flex;
    font-size: 28px;
    font-weight: bold;
	padding:25px 0px;
	width:100%;
	justify-content:center;
	align-items: center;
}

.header a{
	color:#333;
	text-decoration: none;
}

h2{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    padding: 30px 0;
}

/* Table Styles */

.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 17px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td{
    text-align: left;
    padding: 8px;
}

.fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 16px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Progress Bar CSS */

.progress-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.progress{
    height: 7px;
    border-radius: 0;
    margin-top: 48px;
    overflow: visible;
    box-shadow: none;
}
.progress .progress-bar{
    box-shadow: none;
    border-bottom: 4px dotted #ff1140;
    border-radius: 0;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
	padding: 0 10px;
}
.progress-truck:before{
    background-image: url("/assets/img/truck.png");
}
.progress-ship:before{
    background-image: url("/assets/img/ship.png");
}
.progress-plane:before{
    background-image: url("/assets/img/plane.png");
}
.progress .progress-bar:before{
    content: "";
    width: 30px;
    height: 30px;
    background-size: cover;
    position: absolute;
    bottom: 4px;
    right: -7px;
}
.progress-bar .progress-value{
    font-size: 17px;
    font-weight: 700;
    color: #000;
    position: absolute;
    top: -48px;
    right: -7px;
}
.progress.yellow .progress-bar,
.progress.yellow .progress-bar:before{ border-bottom-color: #fec100; }
.progress.purple .progress-bar,
.progress.purple .progress-bar:before{ border-bottom-color: #663399; }
.progress.green .progress-bar,
.progress.green .progress-bar:before{ border-bottom-color: #0ead69; }
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}

/* End of progress Bar CSS */

/* Responsive */

@media only screen and (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}