.fa, .fas {
    color: #00843f;
    font-size: 20px;
}


.home .fa, .home .fas {
    color: #fff;
    font-size: 30px;
}



.navbar-right .fa, .navbar-right .fas {
    color: #fff;
    font-size: 30px;
}

.btn-primary {
    background-color: #00843f;
    color: #fff;
    border-radius: 0;
}

.btn-full {
    display: block;
    border: 0;
    width: 100%;
}

.mar-top-20 {
    margin-top: 3em;
}

.login-padding {
    padding-top: 7%;
}

.title {
    color: #fff;
    font-size: 3.2em;
}

.title span {
    text-shadow: 0 0 6px #00632b;
    padding: 0px 7px;
    margin: .7em 0;

}

.bg-white {
    background-color: #fff;
}

.bg-green {
    background-color: #00843f;
    color: #fff;
}

/* Navbar */

.navbar-default {
    margin-bottom: 0;
    background-color: #455A64;

}

.navbar-brand {
    padding-left: 5px;
    padding-top: 12px;

}

.navbar-brand .home {
    transition: all .15s ease-in;
    width: 100%;
    color: #fff;

}

.navbar-brand .home:hover {

    transform: translateX(5px);
}

.navbar-brand .fa {
    color: #fff;
}

.navbar-brand span {
    color: #fff;
    padding-left: 10px;
    vertical-align: super;
}

.breadcrumb {
    margin-left: 37px;
    background-color: #fff;
    margin-top: 15px;
    padding: 0;
    padding: 5px 20px;
    border-radius: 0;
}

.breadcrumb a {
    color: #00843f;
}

.navbar-right li .fa {
    color: #fff;
    font-size: 1.8em;
}

.navbar-right li.dropdown {
    margin-top: 5px;
}

.navbar-right li span {
    color: #fff;
    padding-left: 8px;
    vertical-align: super;
}

.navbar-nav>li>.dropdown-menu{
    margin-top: 15px;
    margin-right: 10px;
    border-radius: 0px;
    padding: 0;
    border: 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}

.navbar-right .dropdown-menu li {
    padding-left: 0;
    padding: 0;
    margin: 0;

}

.navbar-right .dropdown-menu li a {
    padding: 5px 10px;
    transition: all .15s ease-in;
}

.navbar-right .dropdown-menu li:first-child {
    padding: 0;
    border-bottom: .5px solid #ddd;
}

.navbar-right .dropdown-menu li:hover a {
    padding-left: 15px;
}

a:hover {
    text-decoration: none;
}

/* Form  */

.wrapp {
    height: 100vh;
    margin: 0;
    padding: 0;
}

.bg-image {
    background-image: url("/img/img.jpeg");
    width: 100%;
    background-position: 50% 90%;
    background-size: cover;
    height: 100%;


}

/* Klasy do img-bg */

/*.bg-image {
    width: 100%;
    height: 100%;
}

.bg-image::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/img-bg2.jpeg");
    background-position: 50% 90%;
    background-size: cover;
    display: block;
    filter: blur(4px);
    -webkit-filter: blur(4px);

}

.bg-green {
    background-color:  rgba(0, 153, 74, .85);
}

.login_form {
    background-color: rgba(255, 255, 255, .85)!important;
}

.login_form .form-control {
    background-color: rgba(255, 255, 255, 0)!important;
}*/


/* Koniec klas do img-bg */

.login-window {
    width: 80%;
    margin: 0 auto;

    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.header-login {
    padding: 45px 25px 25px 25px;
}

.header-login h1 {
    font-weight: 300;
}

.login_form {
    background-color: #fff;
    padding: 45px 25px 25px 25px;
}

.login_form .form-group {
    margin-bottom: 25px;
}

.login_form .form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #00994A;
    padding: 12px;

}

.login-window .login_form button {
    padding: 10px 12px;
    text-transform: uppercase;

}

.login_form .form-control:focus {
    box-shadow: none;
}

form .form-control:focus {
    border-color: #00994A;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 132, 63, 0.6);
}

form .form-control {
    border-radius: 0;
}

/* Panel */

sidebar {
    position: fixed;
    display: block;
    float: left;
    top: 0;
    float: left;
    min-width: 11%;
    margin: 0;
    padding: 0;
    z-index: 10;
    margin-top: 50px;
    list-style: none;
    background-color: #FFF;
}



.sidebar-header {
    border-bottom: 1px solid #eee;
}

.sidebar-header,
.sidebar-menu {
    padding: 0;
}

.sidebar-nav {
    padding: 0;
    margin-left: 0;
    margin-top: 30px;
    min-height: 100vh;
}

.sidebar-nav li {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    padding: 10px 7px;
    transition: all .15s ease-in;
}

.sidebar-nav li:hover {
    background-color: #f5f5f5;
    padding-left: 13px;
    padding-right: 1px;
}

.sidebar-nav li:hover a {
    text-decoration: none;

}

.sidebar-nav li .fa {
    font-size: 2em;
    color: #00843f;
    margin-top: 10px;
}

.sidebar-nav li span {
    color: #4b4b4c;
    padding-left: 10px;
    vertical-align: super;
}


/* App container */

.app-container {
    padding: 3.5em 4em 2em 4em;
    width: 90%;
    float: right;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background-color: #f9f9f9;
    margin-top: 50px;


}


.cart {
    background-color: #fff;

    margin: 20px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    transition: all .15s ease-in;
}

.cart:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.cart .cart-icon {
    font-size: 3em;
    color: #00843f;
    padding: 30px 10px;
    transition: all .15s ease-in;
}

.cart .cart-icon .fas {
    font-size: 30px;
}


.cart:hover .cart-icon {
    color: rgba(75, 75, 76, .6);
}

.cart .cart-title {

    background-color: #f5f5f5;
    color: #4b4b4c;
    padding: 5px 10px;
    transition: all .15s ease-in;

}

.cart:hover .cart-title {
    background-color: #00843f;
    color: #fff;

}

.cart .cart-title h4 {
    font-weight: 200;
    min-height: 40px;

}

.table{
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    font-size: 14px;
}

.green-ico{
    padding-top: 5px;
    color: #4b4b4c;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    border-bottom: 0;
    background-color: #008437;
    color: #fff;
}

.modal-header .close{
    margin-top: -5px;
    font-size: 28px;
    font-weight: 200;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.modal-body{
}

.modal-body .table{
    box-shadow: none;
}

.btn-close{
    background-color: #fff;
    border-radius: 0;
    color: #008437;
    border: 1px solid #008437;
}

.search-container{
    background-color: #fff;
    padding: 15px 0px;
    margin: 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.search-container .form-group{
    margin-bottom: 0px;
}

.pagination{
    margin: 30px 0;
    width: 100%;
}

.pagination > .active > a{
    background-color: #008437;
    border: 0;
}

.pagination > li > a{
    background-color: #f9f9f9;
    border: 0;
    color: #008437;
}

.pagination > .active:hover > a{
    background-color: #007539;
    border: 0;
}

.title-container {
    color: #4b4b4c;
    font-size: 18;
}
.title-container p{
    margin-top: 5px;
}

.slide{
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
    background-color: rgba(0,132,55,0.25);
    padding: 10px;
}

.slide_b{
    display: none;
    margin-left: 10px;
}

.slide .fa{
    margin-top: -4px;
}

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


/* Ulubione */

.bg-ulubione {
    background-color: #f9f9f9;
    padding: 20px;
    margin-top: 20px;
}

.box {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.mar-box {
    margin-bottom: 4em;
}

.pad-box {
    padding: 15px;
}

.box-header {
    background-color: #00843f;
    color: #fff;
    padding: 5px 15px;
}



.box-container {
    padding: 15px ;
}

.box-container p {
    font-size: 16px;
}


.editUser {
    width: 50%;
    margin: 0 auto;
}

.editUser .form-control {
    margin: 10px 0;
}

.text-thin {
    font-weight: 200;
}

.text-normal {
    font-weight: 400;
}


.fvat_heding_title{
    font-weight: bold;
    padding-bottom: 10px;
}

#fvat_content .search-container{
    padding-left: 10px;
}
#fvat_content{
    min-height: 250px;
}
.search-container.fvat_box{
    min-height: 190px;
    margin-bottom: 25px;
}

.fvat_search_el_continer{
    font-size: 12px;
    background-color: #fff;
    padding: 15px 0px 30px;
    margin: 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.fvat_search_el_table{
    height: 50px;
}

.fvat_search_el_table td {
    font-size: 12px;
    padding: 15px 35px 0px 35px;
}

#fvat_elements_contents{


}

.fvat_el_con_s{
    padding-top: 5px;
}

table.invoice-table {
    margin-top: 30px;
    font-size: 12px;
    border: 1px #ccc solid;
    border-collapse: collapse;
}

table.invoice-table th, table.invoice-table td {
    border: 1px #ddd solid;
    padding-left: 2px;
    padding-right: 2px;
}

table.invoice-table label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: normal;
}

table.invoice-table .table-short-input input{
    width:50px;
}

table.invoice-table input{
    border-style: none;
    text-align: right;
}

.right{
    text-align: right;
}

.fvat_sel_atr{
    cursor: pointer;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.invoice-table th.items_0{
    max-width: 35px;
    min-width: 35px;
}

.invoice-table th.items_1{
    max-width: 170px;
    min-width: 170px;
}

.invoice-table th.items_2{
    max-width: 45px;
    min-width: 45px;
}

.invoice-table th.items_3{
    max-width: 55px;
    min-width: 55px;

}

.invoice-table th.items_4{
    max-width: 55px;
    min-width: 55px;
}

.invoice-table th.items_5{
    max-width: 70px;
    min-width: 70px;
}

.invoice-table th.items_6{
    max-width: 60px;
    min-width: 60px;
}

.invoice-table th.items_7{
    max-width: 90px;
    min-width: 90px;
}

.invoice-table th.items_8{
    max-width: 60px;
    min-width: 60px;
}

.invoice-table th.items_9{
    max-width: 90px;
    min-width: 90px;
}

.invoice-table th.items_10{
    max-width: 120px;
    min-width: 120px;
}

.invoice-table th.items_11{
    border-style: none;
}

.invoice-table th.items_0{
    max-width: 35px;
    min-width: 35px;
}

.invoice-table td.items_1{
    max-width: 170px;
    min-width: 170px;
}

.invoice-table td.items_2{
    max-width: 45px;
    min-width: 45px;
}

.invoice-table td.items_3{
    max-width: 55px;
    min-width: 55px;

}

.invoice-table td.items_4{
    max-width: 55px;
    min-width: 55px;
}

.invoice-table td.items_5{
    max-width: 70px;
    min-width: 70px;
}

.invoice-table td.items_6{
    max-width: 60px;
    min-width: 60px;
}

.invoice-table td.items_7{
    max-width: 90px;
    min-width: 90px;
}

.invoice-table td.items_8{
    max-width: 60px;
    min-width: 60px;
}

.invoice-table td.items_9{
    max-width: 90px;
    min-width: 90px;
}

.invoice-table td.items_10{
    max-width: 120px;
    min-width: 120px;
}

.invoice-table td.items_11{
    border-style: none;
}
.invoice-table td.items_11 i{
    cursor: pointer;

}



.invoice-table input {
    max-width: 100%;
}

.FV_comment{
    padding-top: 180px;
}

.triangle-obtuse {
    position: absolute;
    bottom: 5px;
    padding: 15px;
    margin: 1em 0 3em;
    color: #fff;
    background: #c81e2b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

user agent stylesheet
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.triangle-obtuse:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 80px;
    border: 0;
    border-right-width: 10px;
    border-bottom-width: 20px;
    border-style: solid;
    border-color: transparent #c81e2b;
    display: block;
    width: 0;
}

table .table_error{
    background-color: #f2dede;
}

.table_error p {
    margin: 0;
}

.table_error p:hovrt {
    cursor: pointer;
}

.table_error .tooltip .tooltip-inner {
    background-color: #c9302c;
    color: #fff;
    padding: 7px;
}

.table_error .tooltip .tooltip-arrow {
    border-top-color: #c9302c;
}

.table_error p input {
    background-color: #f2dede;
}

.table_error p input {
    border-top-color: #f2dede;
}

.table_error p select {
    background-color: #f2dede;
}

.table_error p select {
    border-top-color: #f2dede;
}

.calc-offer, th{
    font-size: 10px;
    padding-left: 10px;
}

.calc-offer .kod, .development-cost, .distance_cent, .transp-cost-cent, .transp-quantity-cent, .distance-inst, .transp-cost-inst, .transp-quantity-inst, .basic-quantity, .continer-cost, .mass, .sum-cost-continer, .customer-price{
    font-size: 12px;
    width: 60px;

}

.development-cost_t, .transp-cost-inst_t{
    font-size: 10px;
    width: 80px;
}

.calc-offer .description, .package{
    font-size: 12px;
    width: 160px;

}



.calc-offer th,td{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.calc-offer input {
    height: 23px;
}
.calc-offer select {
    height: 23px;
}

.calc-table-title{
    text-align: center;
    font-size: 14px;
}

table #basic, table #centrala, table #instalacja, table #other, table #sumary {
    font-size: 13px;
}


