﻿@charset "utf-8";
@import "/assets/css/reset.css";
@import "/assets/js/font-icomoon/style.css";


/***************************************************
			    Global styles
***************************************************/
html {
	width: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	line-height: 17px;
	background: #e6e6e6 url(/assets/img/bg.png);
	margin: 0; 
	height: 100%;
}

a {
	color: #575757;
}
a:hover {
	color: #f9ac16;
}


/***************************************************
					Szkielet
***************************************************/

.container {
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	margin: 20px auto;
    width: 95%;
    min-width: 1000px;
    max-width: 1600px;
	border-radius: 5px;
    background: #fff;
}

.g-header {
	height: 80px;
	border-left: 1px solid #2d2157;
	border-right: 1px solid #2d2157;
	background: #2d2157; /* Old browsers */
	background: -moz-linear-gradient(top,  #2d2157 0%, #201939 61%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2157), color-stop(61%,#201939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d2157 0%,#201939 61%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d2157 0%,#201939 61%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d2157 0%,#201939 61%); /* IE10+ */
	background: linear-gradient(to bottom,  #2d2157 0%,#201939 61%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2157', endColorstr='#201939',GradientType=0 ); /* IE6-9 */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.g-header .btn-passport {
    float: right;
    margin: 24px 20px;
}


.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.g-row, .g-row {
    margin-left: -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.g-row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.g-row-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.g-row-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.g-row-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.g-row-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.g-row-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.g-row-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.g-row-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


[class*="g-col-"] {
    min-height: 1px;
    padding-left: 20px;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.g-col-center {
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-col-content {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.g-col-auto {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.g-col-right {
    margin-right: 0;
    margin-left: auto;
}

.g-col-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.g-col-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.g-col-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.g-col-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.g-col-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.g-col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.g-col-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.g-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.g-col-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.g-col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.g-col-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.g-col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.g-gutter-reset {
    margin-left: 0;
}
.g-gutter-reset > [class*="g-col-"] {
    padding-left: 0;
}
.g-pdd {
    margin-top: -20px;
}
.g-pdd > [class*="g-col-"] {
    padding-top: 20px;
}

@media (min-width: 535px) {
    .g-col-s-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-s-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-s-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-s-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-s-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-s-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-s-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-s-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-s-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-s-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-s-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-s-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-s-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 768px) {
    .g-col-m-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-m-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-m-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-m-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-m-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-m-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-m-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-m-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-m-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-m-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-m-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-m-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-m-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 980px) {
    .g-col-l-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-l-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-l-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-l-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-l-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-l-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-l-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-l-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-l-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-l-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-l-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-l-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-l-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}



[class*="g-hide-"] {
    display: block;
}

[class*="g-show-"] {
    display: none;
}

@media (min-width: 535px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

@media (min-width: 768px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (min-width: 980px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}

/***************************************************
					content
***************************************************/


.content {
    padding-right: 20px;
    padding-bottom: 30px;
}

.content p {
    margin: 15px 0;
}

.content h1 {
	font-size: 20px;
	margin: 30px 0 20px 0;
}
.content h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 15px 0;
}
.content h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 10px 0;
}

.content ul { 
	display: block;
    list-style: disc outside;
    margin: 0;
	padding-left: 20px;
}

.content ol { 
	display: block;
    list-style: decimal outside;
    margin: 0;
	padding-left: 20px;
}

/***************************************************
			    	menu
***************************************************/

.sitebar ul li {
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
    position: relative;
}

.sitebar ul li a {
	padding: 10px;
	display: block;
}
.sitebar ul li a:hover, .sitebar ul li a.current {
	background: #fff;
}
.sitebar ul li a:hover span, .sitebar ul li a.current span {
	color: #f9ac16;
}
.sitebar ul li a span {
	font-size: 1.3em;
	margin-right: 5px;
}
.sitebar ul li.h {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #c2c2c2;
	background: #cdcdcd url(/assets/img/bg.png);
}

.sitebar ul ul {
	display: none;
}
.sitebar ul ul li a {
	padding-left: 35px;
}

.sitebar-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    padding: 0!important;
}
.sitebar ul li a.sitebar-icon span {
    top: 11px;
    font-size: 1.3em;
    position: absolute;
    left: 7px;
}


/***************************************************
				   Podmenu
***************************************************/

.submenu {
	display: block;
	border: 1px solid #c2c2c2;
	background: #ececec;
    margin-bottom: 20px;
}
.submenu a {
    border-right: 1px solid #c2c2c2;
    float: left;
	padding: 10px;
	display: block;
	background: #f9f9f9;
}
.submenu a:hover, .submenu a.current {
	background: #fff;
}
.submenu a span {
	font-size: 1.3em;
	margin: -1.5em 5px -1.5em 0;
}
.submenu a:hover span, .submenu a.current span {
	color: #f9ac16;
}


/***************************************************
				   Ścieżka
***************************************************/

.breadcrumb {
	padding: 0 20px;
	border-bottom: 1px solid #c2c2c2;
	height: 40px;
	line-height: 40px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

}
.breadcrumb a:not(:first-child) {
    margin: 0 5px;
}
.breadcrumb a:first-child {
    margin-right: 5px;
}
.breadcrumb span {
	font-size: 1.2em;
}
.content .breadcrumb {
	margin: 0 -20px 20px -20px;
}
.sitebar .breadcrumb {
	border-right: 1px solid #c2c2c2;
}

.content .breadcrumb #search {
	float: right;
    margin-left: 6px;
	margin-top: 6px;
    width: 200px;
}


/***************************************************
				   SPECIFIC
***************************************************/

.no-margin-top {
    margin-top: 0!important;
}

.right {
	float: right!important;
}
.left {
	float: left!important;
}
.center {
	float: none!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}

.bold {
    font-weight: bold;
}

hr {
	background: #C2C2C2;
	height: 1px;
	border: 0;
	margin: 30px 0;
}
.hr {
    position: relative;
}
hr + .inHr {
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 10px;
    background: #fff;
}

.gray {
    color: #999999;
}


.logo {
    position: relative;
    left: 30px;
    top: 25px;
}

.pagination {
	text-align: center;
}

.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}

.flags a img {
    opacity: 0.5;
    vertical-align: middle;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.flags a:hover img {
    opacity: 1;
}
.flag {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    margin: -2px 0;
    vertical-align: inherit!important;
}



.status-inline {
    font-size: 11px;
    color: #fff;
    display: inline-block;
    padding: 0 3px;
    margin-bottom: 1px;
    background: #00b500;
    cursor: pointer;
}
.status-inline.disabled {
    background: #ddd;
}


.file-progress {
    background-color: #F5F5F5;
    margin-bottom: 10px;
    padding: 10px;
    display: none;
}
.file-progress-bar {
    background-color: #E5E5E5;
    margin-top: 5px;
    padding: 0;
}
.file-progress-bar>div {
    height: 5px;
    background-color: #fc6000;
}

/***************************************************
Dialog
***************************************************/

/* Add some nice box-shadow-ness to the dialogues */
.qtip.qtip-dialogue{
    max-width: 800px;
    min-width: 210px;
    max-height: 90%;
    min-height: 100px;

    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    padding: 0;

    background: #fff;
    border: 1px solid #eee;
}

.qtip.qtip-dialogue .qtip-titlebar{
    padding: 20px;
    background: #eee;
    font-size: 16px;
}
.qtip.qtip-dialogue .qtip-content{
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    text-align: center;
    position: static;
}
.qtip.qtip-dialogue .qtip-content p {
    line-height: 1.5em;
}
.qtip.qtip-dialogue .qtip-content textarea {
    width: 800px;
    height: 200px;
}

.qtip.qtip-dialogue button{
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block!important;
}

.qtip.qtip-dialogue button:only-of-type {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.qtip.qtip-dialogue button:last-of-type{
    margin-right: 0;
}

.qtip.qtip-dialogue .qtip-btns {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 10px 20px;
    background: #eee;
}
.qtip.qtip-dialogue .qtip-btns .btn {
    margin-top: 0;
}


.qtip.qtip-dialogue.qtip-scroll {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex!important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.qtip.qtip-dialogue.qtip-scroll .qtip-titlebar{
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.qtip.qtip-dialogue.qtip-scroll .qtip-content{
    padding: 10px 20px 60px 20px;
    text-align: left;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    overflow-y: auto;
    position: static;
}

/***************************************************
				   Zewnętrzne pluginy
***************************************************/

.qtip-error{
	background-color: #d8514d!important;
	border-color: #b92c28!important;
	color: #fff!important;
	border-radius: 4px;
}
.qtip-info{
	background-color: #59bfdd!important;
	border-color: #28a4c9!important;
	color: #fff!important;
	border-radius: 4px;
    font-size: 14px!important;
    line-height: 1.2em!important;
}


.qtip-info2 {
	background-color: #fff!important;
	border-color: #8b8b8b !important;
	color: #000!important;
    padding: 10px!important;
	border-radius: 0px;
    font-size: 14px!important;
    line-height: 1.3em!important;
}
.qtip-info2 .qtip-content {
	background-color: #fff;
	border-color: #8b8b8b;
	color: #000;
    padding: 10px;
	border-radius: 0px;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
}
.qtip-info2 .qtip-content p {
    margin: 10px 0;
}
.qtip-info2 .qtip-content p:first-child {
    margin-top: 0;
}
.qtip-info2 .qtip-content p:last-child {
    margin-bottom: 0;
}
.qtip-flag {
    margin: 2px 5px;
}


/***************************************************
				   FORMS
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}


/* wiersz */
.form-group {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.form-group:before {
    content: '';
    display: block;
    border-bottom: 1px dashed #C4C4C4;
    bottom: 0;
    left: 20px;
    right: 0;
    position: absolute;
}

/* grupa wierszy */
.form-groups {
    border: 1px solid #e2e2e2;
    padding: 15px 8px 0 8px;
    margin: 15px -8px 10px -8px;
    position: relative;
}
.form-groups h4 {
    color: #C4C4C4;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 7px;
    padding: 0 3px;
    cursor: pointer;
}

/* buttony */
.form-btns {
    padding-bottom: 0;
}
.form-btns:before {
    display: none;
}

/* podpis */
.form-label {
    font-weight: bold;
    text-align: left;
    display: block;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}
.form-label img {
    vertical-align: middle;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}



/* grupa kontolek */
.form-control-group {
    float: left;
    display: table;
}
/* grupa kontolek input + addon */
.form-control-group .form-control-group-addon {
    font-size: 12px;

    padding: 0 8px;
    width: 1%;
    border: 1px solid #c2c2c2;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: table-cell;

    background: #ececec;
}
.form-control-group .form-control-group-addon + .form-control {
    width: 100%;
    display: table-cell;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* grupa kontolek - info */
.form-control-infos {
    margin-top: 6px;
}

/* grupa kontolek - checkboxes */
.form-control-group-checkboxes span {
    margin-top: 6px;
    margin-right: 8px;
    display: inline-block;
}


.form-img {
    max-width: 300px;
}


/* kontrolka */
.form-control, .form-control-focus:focus {
    font-size: 12px;
    background: #fff;
    width: 100%;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
}
.form-control[type="date"] {
    padding: 4px 8px;
}
.form-control:hover:not(.form-control-info):not([readonly]) {
    border-color: #a7a7a7;
}
.form-control:focus:not(.form-control-info):not([readonly]) {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
.form-control[readonly], .form-control-info  {
    display: inline-block;
    border-color: #dcdcdc;
    background: #fafafa;
}
select.form-control {

}
textarea.form-control {
    height: 60px;
}
.form-control-checkbox {
    vertical-align: text-bottom;
    margin-right: 3px;
}

.form-control-sm {
    width: 140px!important;
}

.form-control.red {
    border-color: #ff0000;
    background: #faedf2;
}


fieldset.form .select2-container {
    width: 100%;
}




.form-info .form-label {
    padding-top: 0;
    padding-bottom: 0;
}
.form-info .form-control-infos {
    margin-top: 0;
}



/* wyszukiwarka */
.form-search {
    float: right;
    width: 50%;
}

/***************************************************
				   Messages
***************************************************/

.msg {
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;

	color: #C09853;
	border-radius: 3px;
	border: 1px solid #f5e79e;
	background: #fcf8e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcf8e2 0%, #f8efc0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf8e2), color-stop(100%,#f8efc0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcf8e2 0%,#f8efc0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8e2', endColorstr='#f8efc0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-info {
	color: #3A87AD;
	border-radius: 3px;
	border: 1px solid #9acfea;
	background: #e2f1f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-danger {
	color: #B94A48;
	border-radius: 3px;
	border: 1px solid #dca7a7;
	background: #f2dddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2dddd 0%, #e7c3c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dddd), color-stop(100%,#e7c3c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddd', endColorstr='#e7c3c3',GradientType=0 ); /* IE6-9 */
}

.msg.msg-success {
	color: #468847;
	border-radius: 3px;
	border: 1px solid #B2DBA1;
	background: #def0d7; /* Old browsers */
	background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
				   Buttons
***************************************************/

.btn {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.43;
	text-shadow: 0px 1px 0px #FFFFFF;
	text-align: center;
	
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
    	box-sizing: border-box;
	
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #ADADAD;
	border-radius: 4px;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.btn:hover {
	color: #575757;
}
.btn:hover:not(.btn-disabled) {
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 0%,#d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#d8d8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e8e8 0%,#d8d8d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
}
.btn [class*="icon-"] {
	margin-right: 5px;
	margin-top: -2px;
}

.btn-info {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
	border: 1px solid #269ABC;
	background: #59bfdd; /* Old browsers */
	background: -moz-linear-gradient(top,  #59bfdd 0%, #2aabd2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59bfdd), color-stop(100%,#2AABD2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #59bfdd 0%,#2AABD2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59bfdd', endColorstr='#2AABD2',GradientType=0 ); /* IE6-9 */
}
.btn-info:hover:not(.btn-disabled) {
	color: #fff;
	background: #42b5d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #42b5d8 0%, #2aabd2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42b5d8), color-stop(100%,#2aabd2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #42b5d8 0%,#2aabd2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b5d8', endColorstr='#2aabd2',GradientType=0 ); /* IE6-9 */
}

.btn-success {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
	border: 1px solid #398439;
	background: #5bb65b; /* Old browsers */
	background: -moz-linear-gradient(top,  #5bb65b 0%, #419741 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bb65b), color-stop(100%,#419741)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5bb65b 0%,#419741 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb65b', endColorstr='#419741',GradientType=0 ); /* IE6-9 */
}
.btn-success:hover:not(.btn-disabled) {
	color: #fff;
	background: #4da54d; /* Old browsers */
	background: -moz-linear-gradient(top,  #4da54d 0%, #419741 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4da54d), color-stop(100%,#419741)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4da54d 0%,#419741 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4da54d 0%,#419741 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4da54d 0%,#419741 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4da54d 0%,#419741 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da54d', endColorstr='#419741',GradientType=0 ); /* IE6-9 */
}


.btn-danger {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
	border: 1px solid #AC2925;
	background: #d7504c; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7504c 0%, #c12f2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7504c), color-stop(100%,#c12f2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d7504c 0%,#c12f2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7504c', endColorstr='#c12f2b',GradientType=0 ); /* IE6-9 */
}
.btn-danger:hover:not(.btn-disabled) {
	color: #fff;
	background: #cc3f3b; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc3f3b 0%, #c12f2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3f3b), color-stop(100%,#c12f2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc3f3b 0%,#c12f2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3f3b', endColorstr='#c12f2b',GradientType=0 ); /* IE6-9 */
}

.btn-info:hover, .btn-success:hover, .btn-danger:hover {
	color: #fff;
}


.btn-lg {
	font-size: 18px;
	padding: 8px 16px;
}
.btn-sm {
	font-size: 11px;
	padding: 3px 6px;
}
.btn-xs {
	font-size: 11px;
	padding: 0px 4px;
}

.btn-w100 {
	width: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-w150 {
	width: 150px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-w200 {
	width: 200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.btn-block {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.btn-disabled {
	opacity: 0.7;
}


.form-control + .btn {
    margin: -1px 0;
}


/***************************************************
				   Links
***************************************************/

.link-u {
	text-decoration: underline;
}
.link {
    text-decoration: underline;
}
.link:hover {
    text-decoration: underline;
}
.link-info {
	color: #2AABD2;
}
.link-success {
	color: #419741;
}
.link-danger {
	color: #C12F2B;
}

/***************************************************
				   Icons
***************************************************/

[class*="icon-"] {
	display: inline-block;
	vertical-align: middle;
	content:'';
}

.icon-act {
	font-size: 16px;
	cursor: pointer;
	margin: 0 2px;
}
.icon-act:hover {
	color: #f9ac16;
}


.icon-eye {
    color: #00b500;
}
.icon-eye-blocked {
    color: #ff0000;
}


[class*="myIcon-"] {
    background: url("/assets/img/sprites.png?2");
    display: inline-block;
    vertical-align: middle;
}
.myIcon-airplane {
    background-position: 0 0;
    width: 26px;
    height: 26px;
}
.myIcon-ship {
    background-position: -26px 0;
    width: 26px;
    height: 26px;
}
.myIcon-phone {
    background-position: -52px 0;
    width: 26px;
    height: 26px;
}
.myIcon-mail {
    background-position: -78px 0;
    width: 26px;
    height: 26px;
}

.myIcon-tshirt {
    background-position: -0px -26px;
    width: 14px;
    height: 20px;
}
.myIcon-trousers {
    background-position: -18px -26px;
    width: 8px;
    height: 20px;
}
.myIcon-shoes {
    background-position: -28px -26px;
    width: 14px;
    height: 20px;
}
.myIcon-hoodie {
    background-position: -42px -26px;
    width: 14px;
    height: 20px;
}

.myIcon-passport {
    background-position: -110px 0;
    width: 14px;
    height: 17px;
    vertical-align: -3px;
}

.myIcon-working {
    background-position: 6px -53px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f9e9bd;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

/***************************************************
                    Table
***************************************************/
table.table {
	margin: 10px auto;
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #C2C2C2;
}

table.table thead tr {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

table.table th {
	font-weight: bold;
	padding: 8px 10px;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}
table.table thead th[data-sort] {
	cursor: pointer;
	*cursor: hand;
}
table.table thead th span {
	margin: 0 -12px 0 2px;
}


table.table td {
	padding: 6px 10px;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}

table.table tr:nth-child(odd) { background-color: #fff; }
table.table tr:nth-child(even) { background-color: #f6f6f6; }

table.table tr:hover { 
	background-color: #ebebeb;
}

table.table tr td.sub {
    padding-left: 30px;
    background: url(/assets/img/sub.png) no-repeat 13px 8px;
}
table.table tr td.sub2 {
    padding-left: 50px;
    background: url(/assets/img/sub.png) no-repeat 33px 8px;
}

table.table input[type=text], table.table input[type=number] {
	margin: -4px -5px;
    padding: 2px 1px;
    width: calc(100% + 10px);
}
table.table input[type=text].act-order {
	width: 30px;
	text-align: center;
}
table.table hr {
    margin: 10px 0;
}

table.table tr.notPaid { background-color: #f6eae4; }

table.tableColors th {
    padding: 3px 5px;
}
table.tableColors td {
    padding: 3px 6px;
}
table.tableColors td.curr {
    background: #ffda87;
}
table.tableColors .filled {
    background: #d0ffb1;
}
table.tableColors input[type=number] {
    margin: -4px -2px;
    width: calc(100% + 4px);
    text-align: center;
}

table.tableColors input::-webkit-outer-spin-button,
table.tableColors input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

table.tableColors input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


/***************************************************
				   LOGIN
***************************************************/

.p-login .container {
    width: 340px;
    min-width: 340px;
    margin: 30px auto;
}
.p-login .content {
    padding: 20px;
}




.users-table-img {
    width: 70px;
    padding: 0!important;
}
.users-table-img img {
    width: 70px;
    display: block;
}

.usersDocs-files-list  {
    margin-bottom: 10px!important;
}
.usersDocs-files-list li {
    margin-bottom: 5px;
}
.usersDocs-files-list small {
    margin-left: 10px;
}

.usersDocs-files-list span[class*=icon-file], .usersDocs-table span[class*=icon-file] {
    font-size: 16px;
}



.usersList {

}
.usersList-item {
    background: #f6f6f6;
    padding: 5px;
    text-align: center;
    border-radius: 15px;
}
.usersList-item > div:first-child {
    float: left;
    width: 45%;
    position: relative;
}
.usersList-item > div:last-child {
    float: right;
    width: calc(55% - 10px);
}
.usersList-item p {
    margin: 10px 0;
}
.usersList-item .myIcon-working {
    position: absolute;
    top: -15px;
    left: -15px;
}
.usersList-photo {
    width: 100%;
    display: block;
    border-radius: 15px;
}
.usersList-item h3 {
    margin: 0;
}
.usersList-item small {
    color: #ababab;
    text-transform: uppercase;
}

.usersList-daysAtWork span {
    margin: 0 5px;
    display: inline-block;
}

.usersList-sizes {
    margin: 10px 0!important;
}
.usersList-sizes-item {
    display: inline-block;
}
.usersList-sizes-item span {
    margin-right: 2px;
}



.ajaxProducts {
    background: #fff;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}



.orders-table tr td:first-child {
    padding: 0;
    position: relative;
}
.orders-table tr td:first-child input, .orders-table tr th:first-child input {
    position: absolute;
    left: -17px;
    top: 50%;
    margin-top: -6px;
}



/***************************************************
drukowanie
***************************************************/

body#print {
    background: none;
}
body#print .breadcrumb, #print .noPrint {
    display: none;
}
body#print .btn {
    display: none;
}
body#print .form-group {
    padding-bottom: 3px;
    margin-bottom: 3px;
}
