﻿
footer.backcolor {
    background: none repeat scroll 0% 0% rgb(237, 237, 237);
}

.gwarantowany, .czerwony {
    color: #a72222;
    text-transform: uppercase;
}


.godzin-dni {
    text-transform: none;
    font-size: 46px !important;
    /*"font-size: 38px;font-family: 'Arial Narrow', 'Tahoma', 'Verdana', sans-serif*/
}

span.netto-brutto {
    font-size: 16px !important;
    font-style: italic !important;
}

.zielony {
    color: green;
}

.czarny {
    color: black !important;
}

test_Class_only {
    visibility: hidden;
}

img.kjbanner {
    height: 240px;
    width: auto;
}

@media (max-width: 768px) {
    .kjbanner {
        display: none;
    }
}

@media (max-width: 979px) {
    .kjbanner {
        margin-left: 150px; /*new*/
    }
}

@media (max-width: 1200px) {
    .kjbanner {
        margin-left: 250px; /*new*/
    }
}

@media (min-width: 1200px) {
    .kjbanner {
        margin-left: 350px; /*new*/
    }
}

.cookie-red {
    background: #a72222;
    color: white;
    padding: 15px;
    position: relative;
    z-index: 999;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a.link-cookie:hover {
    color: white;
    padding: 0px;
    margin-top: 0px;
    line-height: inherit;
}

a.link-cookie {
    margin-top: 0px;
    line-height: inherit;
}

.blank_button {
    background-color: white;
    padding: 0px;
    border: 0px;
    margin: 0px;
}


a.link-szary {
    margin-bottom: 15px;
}

a.link-szary-inline {
    margin: 0px;
}

/*validation errors- nie sprawdzone TODO*/
.input-validation-error {
    border: 1px solid #a72222;
    background-color: #fee;
    color: #a72222;
}

.validation-summary-errors, .field-validation-error {
    color: #a72222;
    font-size: 16px;
}

.ankieta_button {
    /*position: absolute;
    clip: rect(0px, 0px, 0px, 0px);*/
    display:none;

}

label.ankieta {
        /*width:100px;*/
    min-width: 25px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #041e52;
}

/*kopia z DOCS*/


/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
    width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .bs-docs-sidenav > li > a {
        display: block;
        width: 190px \9;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }

    .bs-docs-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bs-docs-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .bs-docs-sidenav .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .bs-docs-sidenav > li > a:hover {
        background-color: #f5f5f5;
    }

    .bs-docs-sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .bs-docs-sidenav .active .icon-chevron-right,
    .bs-docs-sidenav .active a:hover .icon-chevron-right {
        background-image: url(../img/glyphicons-halflings-white.png);
        opacity: 1;
    }

    .bs-docs-sidenav.affix {
        top: 40px;
    }

    .bs-docs-sidenav.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }

.dropdown-menu li a {
    padding-left: 15px;
}

.dropdown-menu ul {
    margin-left: 40px;
}

    .dropdown-menu ul li a {
        padding-left: 5px;
    }


/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
    .bs-docs-container {
        max-width: 970px;
    }

    .bs-docs-sidenav {
        width: 258px;
    }

        .bs-docs-sidenav > li > a {
            width: 230px \9; /* Override the previous IE8-9 hack */
        }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
    /* Unfloat brand */
    body > .navbar-fixed-top .brand {
        float: left;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Inline-block quick links for more spacing */
    .quick-links li {
        display: inline-block;
        margin: 5px;
    }

    /* When affixed, space properly */
    .bs-docs-sidenav {
        top: 0;
        margin-top: 30px;
        margin-right: 0;
    }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }
    /* Widen masthead and social buttons to fill body padding */
    .jumbotron {
        margin-top: -20px; /* Offset bottom margin on .navbar */
    }
    /* Adjust sidenav width */
    .bs-docs-sidenav {
        width: 166px;
        margin-top: 20px;
    }

        .bs-docs-sidenav.affix {
            top: 0;
        }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }

    /* Widen masthead and social buttons to fill body padding */
    .jumbotron {
        padding: 40px 20px;
        margin-top: -20px; /* Offset bottom margin on .navbar */
        margin-right: -20px;
        margin-left: -20px;
    }

    .masthead h1 {
        font-size: 90px;
    }

    .masthead p,
    .masthead .btn {
        font-size: 24px;
    }

    .marketing .span4 {
        margin-bottom: 40px;
    }

    .bs-docs-social {
        margin: 0 -20px;
    }

    /* Space out the show-grid examples */
    .show-grid [class*="span"] {
        margin-bottom: 5px;
    }

    /* Sidenav */
    .bs-docs-sidenav {
        width: auto;
        margin-bottom: 20px;
    }

        .bs-docs-sidenav.affix {
            position: static;
            width: auto;
            top: 0;
        }
}

li.ankieta {
    padding-bottom: 10px;
}

a.klient_menu {
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}

.login_footer {
    padding: 0px;
    margin: 10px 0px 10px 0px;
}

.thumbnail_kj {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail_kj:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail_kj > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail_kj .caption {
  padding: 9px;
  color: #555555;
}

.validation-summary-valid
{
display:none;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}
/* ---- by KJ for calendar section */
.table tbody td.success {
  background-color: #dff0d8;
  vertical-align: middle;
}
.table tbody td.success_online {
    background-color: #f3f9f0;
    vertical-align: middle;
}

a.footer{
    color:#4A4A4A;
}

.h6_text {
    text-transform: none; 
    font-weight: 100; 
    font-size: 16px;
}

.div_szkolenie_akordeon {
    margin: 0px;
    

}
.div_szkolenie_akordeon > table {
    margin-bottom: 5px;
}
.table_szkolenie_akordeon {
    margin: 10px;
}
.link_akordeon {
    font-size: 18px;
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
    text-transform: none;
    /*color: blue;*/
    /*height:30px;*/
}
.link_akordeon:hover {
    text-decoration: underline;
    /*color: none;*/
}

.ankieta_ocena_opis{
    color: #006dcc;
    text-transform: uppercase;
    font-weight: 700; 
}

.input_check_size{
    height:20px;
}

/*menu button for mobile menu*/
.menu_akordeon {
    float:left; 
    background-color:rgb(237,237,237);
    background-image: linear-gradient(rgb(242, 242, 242), rgb(229, 229, 229));
    padding: 10px;
    /*margin-left: 20px;*/
    /*position: absolute; /*fixed, absolute*/
    /*z-index: 10000000000;*/
    top: 0px;
    left: 10px;
    width: 251px;
   
}
.btn_menu_mobile { 
    position: relative;         
    margin-top:2%; 
    border: 2px solid black;
    border-radius: 4px; 
    height: 35px; 
    width:35px;  
}
#lines:before { 
    border-bottom: 13px double black;
    border-top: 5px solid black;    
    content:"";
    height: 4px; 
    position: absolute; 
    right:5px;  
    top: 8px; 
    width:25px; 
}
.btn-navbar-menu {
    display:none;
    float: right;
    color:#111;
    text-align:center;
    /*position: fixed;*/ 
    margin-top: 32px;
    font-size: 12px;
    font-weight:bolder;
}

.statystyka {
    /*text-transform: uppercase;*/
    font-size: 18px;
    line-height: 18px;
    color: #a72222;
}

.thisRedColor {
    color: #a72222;
}

.baner_vbaonline_top {
    background:transparent url('/img/banner_front/slide_base.jpg') no-repeat center;

}
.baner_vbaonline_bottom {
    background: transparent url('/img/banner_front/slide_base.jpg') no-repeat center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.index_numerowane_hx {
    padding: 0px;
    margin: 0px;
    text-transform: none;
    color: black
}
.title1_sz {
    color: rgb(126,126,126);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Open Sans Condensed',sans-serif;
}

.title1_bl {
    color: rgb(26,26,26);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Open Sans Condensed',sans-serif;
}

.three_col_navigation {
    box-sizing: border-box;
    padding: 10px;
}

.vbaonline_front {
    border: 1px solid #ccc;
    box-shadow: 6px 5px 5px 1px rgba(0,0,0,.08);
    margin-bottom: 10px;
    background-color: white;
    padding-right:20px;
}