body {
    background-color: #fcfcfc;
    font-family: 'Play', sans-serif;
}

h1 {
    font-size: 24px;
}

.zielony_gradient {
    background: -webkit-linear-gradient(0deg, #429600, #60C500) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #429600, #60C500) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #429600, #60C500) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #429600, #60C500) !important;
    /* Standard syntax */
    color: #fff;
}

.pomaranczowy_gradient {
    background: -webkit-linear-gradient(0deg, #F15A24, #F7911E) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #F15A24, #F7911E) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #F15A24, #F7911E) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #F15A24, #F7911E) !important;
    /* Standard syntax */
    color: #fff;
}

.szary_gradient {
    background: -webkit-linear-gradient(0deg, #B4B4B4, #F8F8F8) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #B4B4B4, #F8F8F8) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #B4B4B4, #F8F8F8) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #B4B4B4, #F8F8F8) !important;
    /* Standard syntax */
}

.niebieski_gradient {
    background: -webkit-linear-gradient(0deg, #3399CC, #76D0FD) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #3399CC, #76D0FD) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #3399CC, #76D0FD) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #3399CC, #76D0FD) !important;
    /* Standard syntax */
    color: #fff;
}

.czarny_gradient {
    background: -webkit-linear-gradient(0deg, #333333, #616161) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #333333, #616161) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #333333, #616161) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #333333, #616161) !important;
    /* Standard syntax */
    color: #fff;
}

.zolty_gradient {
    background: -webkit-linear-gradient(0deg, #FCEE21, #FFFE3C) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #FCEE21, #FFFE3C) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #FCEE21, #FFFE3C) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #FCEE21, #FFFE3C) !important;
    /* Standard syntax */
    color: #000;
}

.czerwony_gradient {
    background: -webkit-linear-gradient(0deg, #EA0000, #FA3C2D) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #EA0000, #FA3C2D) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #EA0000, #FA3C2D) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #EA0000, #FA3C2D) !important;
    /* Standard syntax */
    color: #fff;
}

.red {
    color: #aa0000;
}

.grey {
    color: #999;
}

.green {
    color: #00aa00;
}

.menu .navbar {
    margin-bottom: 0px;
}

.menu .navbar-default {}

.menu .navbar-nav>li a {}

.menu .navbar-nav>li a:hover {}

.strona {
    padding: 30px;
    background-color: #fff;
    min-height: 70vh;
}

h1 {
    margin-top: 0px;
}

.stopka {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
}

#toolbar {
    min-width: 700px;
}

form label {
    font-weight: normal;
}

.input-group-addon a {
    color: #555;
}

.input-group-addon {
    cursor: pointer;
}

#wydruk {
    margin: 2vw;
    margin-top: 3vw;
}

@media print {
    a[href]:after {
        content: initial;
    }
    .nowa_strona {
        page-break-before: always;
    }
}

.btn-wplaty {
    float: left;
    padding: 3px 5px 3px 5px;
}

#zlecenie_transportowe_warunki {
    font-size: 12.5px;
}

.nazwa_input {
    line-height: 30px;
}

.navbar-brand {
    height: auto !important;
}

.popover-content hr{
    margin-top:5px;
    margin-bottom: 5px;
}