/* MOBILE */
@media (max-width: 767px){
    .delete-buttons{
        float: none;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #796A6A;
        color: white;
        border-bottom: 3px solid #d9534f;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #796A6A;
        color: white;
    }
}
/* END MOBILE */
@media print{

    .print-footer{
        page-break-after: always;
        max-height: 1px;
    }
}
body{
    margin: 0;
    padding: 0;
}
.main-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.no-padding{
    padding: 0;
}
.no-padding-right{
    padding-right: 0;
}
.no-padding-left{
    padding-left: 0;
}
.no-margin{
    margin: 0;
}
.mt-10{
 margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.centered{
    margin: 0 auto;
}
.center-aligned{
    text-align: center;
}
.left-aligned{
    text-align: left;
}
.right-aligned{
    text-align: right;
}
.f-right{
    float: right;
}
.f-left{
    float: left;
}
.message{
    margin: 20px auto;
    max-width: 600px;
}
.message-error{
    color: red;
    padding: 10px 40px;
    font-size: 18px;
    border: 1px solid red;
    border-radius: 5px;
    background: url('../images/css/no.png') no-repeat center right 30px;
    text-transform: uppercase;
}
.message-warning{
    color: #FC8814;
    padding: 10px 40px;
    font-size: 18px;
    border: 1px solid #FC8814;
    border-radius: 5px;
    background: url('../images/css/achtung.png') no-repeat center right 30px;
    text-transform: uppercase;
}
.message-advice{
    color: black;
    padding: 10px 40px;
    font-size: 18px;
    border: 1px solid black;
    border-radius: 5px;
    background: url('../images/css/maybe.png') no-repeat center right 30px;
    text-transform: uppercase;
}
.message-ok{
    color: green;
    padding: 10px 40px;
    font-size: 18px;
    border: 1px solid green;
    border-radius: 5px;
    background: url('../images/css/yes.png') no-repeat center right 30px;
    text-transform: uppercase;
}
.footer-fake{
    min-height: 50px;
    margin-top: 30px;
}
.tooltip-labels{
    cursor: help;
}
.delete-buttons{
    float: right;
}
.active{
    background-color: #796A6A !important;
    border-bottom: 3px solid #d9534f !important;
    color: white;
    margin-bottom: 20px !important;
}

.badge{

}
.badge{
    background-color: transparent;
    border: 1px solid silver;
    font-size: inherit;
    color: inherit;
}
.pill{
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #F0F0F0;
    border-bottom: 3px solid black;
}
.pill-tab{
    display: none;
}
.pill-active{
    display: block
}
.second-form-group-header {
    background-color: #796A6A;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    font-size: 18px;
    margin: 0 -20px 20px;
    padding: 10px 20px;
}
.customer-form-group-second {
    border: 2px solid #796A6A;
    border-radius: 25px;
    margin-bottom: 20px;
    padding: 0 20px 20px;
}
/*============================================ LOGIN ======================================*/
.fe-form-holder{
    max-width: 320px;
    padding: 20px;
    border: 1px solid black;
    border-radius: 15px;
    margin: 2% auto;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.81);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.81);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.81);
}
.fe-form-header{
    font-size: 18px;
}
#fe_login_send{
    border: none;
    width: 100%;
    margin-top: 10px;
    background-color: black;
    color: white;
    padding: 10px 0;
}
/*======================================= MAIN =========================================*/
#header{
    margin: 0;
    min-height: 70px;
    padding: 10px;
}
.page-header{
    margin: 10px 0 20px 0;
    font-size: 22px;
    font-weight: 500;
    border: none;
}
.form-group-header-bigger{
    height: 50px;
}
.navbar-nav{

}
.dropdown{

}
.dropdown-toggle{

}
/*customer*/
.customer-form-group{
    padding: 0 20px 20px 20px;
    border: 2px solid black;
    border-radius: 25px;
    margin-bottom: 20px;
}
.customer-form-group-grey{
    padding: 0 20px 20px 20px;
    border: 2px solid #777777;
    border-radius: 25px;
    margin-bottom: 20px;
}
.form-group-header-grey{
    color: white;
    padding: 10px 20px;
    margin: 0 -20px 20px -20px;
    background-color: #777777;
    font-size: 18px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.form-group-header{
    color: white;
    padding: 10px 20px;
    margin: 0 -20px 20px -20px;
    background-color: black;
    font-size: 18px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.form-control{
    border-radius: 0;
}
label{
    font-weight: normal
}
.btn-send{
    color: white;
    font-size: 18px;
    background-color: black;
    width: 100%;
    border-radius: 15px;
}
.input-error{

}
.second-row {
    background-color: #f6f6f6;
}
.header-row{
    font-size: 18px;
}
.table-row{
    padding: 10px 5px;
}
.table-header-bordered-right{
    border-right: 1px solid white;
}
.table-cell-bordered-right{
    border-right: 1px solid silver;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    height: 30px;
}
.input-error{
    color: red;
}
.badge-header {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid silver;
    color: inherit;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    min-width: 10px;
    padding: 3px 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 10px;
    margin-bottom: 5px;
}
.badge-nav {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid silver;
    color: inherit;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    min-width: 10px;
    padding: 1px 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 10px;
    margin-bottom: 5px;
}
.span-edit-link-ok > a{
    color: #009900;
}
.span-edit-link-ok > a:hover, .span-edit-link-ok > a:focus{
    color: #1dc116;
    text-decoration: none;
}
.span-edit-link-danger > a{
 color: orangered;
}
.span-edit-link-danger > a:hover, .span-edit-link-danger > a:focus{
    color: #DA7100;
    text-decoration: none;
}
.cust-address{
    margin-bottom: 2px;
}
.badge-alert {
    background-color: orange;
    border-radius: 5px;
    border: 1px solid red;
    color: white;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    min-width: 10px;
    padding: 1px 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 10px;
    margin-bottom: 5px;
}
.badge-old{
    background-color: red;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    min-width: 10px;
    padding: 1px 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 10px;
    margin-bottom: 5px;
}
.boxsizingBorder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*=================================================================== DOCUMENTS - print ===================================================*/
@page {
    size: A4;
    margin: 0;
}

.a-preview{
    cursor: pointer;
}
.print_page{
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 5%;
    left: 31%;
    z-index: 999;
    display: none;
    border: 3px solid black;
    background-color: white;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.81);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.81);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.81);
}
.przescieradlo{
    position: absolute;
    width: 200%;
    height: 200%;
    top: -30%;
    left: -30%;
    z-index: 99;
    background-color: rgba(255,255,255,0.9);
    display: none;
}
/*=================================================================== SEARCH =================================*/
.search-client-holder{
    border: 1px solid silver;
    padding: 5px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.search-header{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
.search-labels{
  line-height: 14px;
}
.search-radio{
    vertical-align: middle;
    margin-top: 8px;
}
.btn-search{
    width: 100% !important;
}

/*===================================== NEW */
.php_call{
    color: #E1ED56;
    font-size: medium;
}