.disable-menu-button {
    pointer-events: none;
}

.document {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*body {
    background: rgba(255, 255, 255, 0.5) url("/images/background/bg-92.jpg") no-repeat fixed 0px 0px;
    background-size: auto 100%;
    font-weight: 300;
    color: #000000;
    font-family: "Roboto Condensed" !important;
    font-size: 14px;
}*/

@media (max-width: 768px){
    body {
        background: white no-repeat fixed 0px 0px !important;
    }

    .tab-noloader.tab-pane.active > .panel-group
    {
        padding-top: 0px;
    }

    .ibis-panel-heading
    {
        margin-top: 0px;
    }

    #accordion {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}

@media (min-width: 768px)
{
    #accordion {
        margin-top: 20px !important;
        padding-top: 20px !important;
    }
}

@media (max-width: 768px){

}

/*@media (min-width: 768px){
    body {
        background: rgba(255, 255, 255, 0.5) url("/images/background/bg-92.jpg") no-repeat fixed 0px 0px;
        background-size: auto 100%;
    }
}*/

@media(max-width: 767px)
{
    .nav-wizard > li.active a,
    .nav-wizard > li.active a:hover,
    .nav-wizard > li.active a:focus,
    .nav-wizard > li.active a:active {
        background-color: #01B6ED;
        color: #fff;
        height: 62px !important;
        line-height: 50px;
        font-family: "KantarBrown-Bold" !important;
        font-size: 12pt !important;
    }

    .panel-group {
        margin: 0px 0px 20px 0px !important;
    }



    .klub-content.next > div > div
    {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (min-width: 768px) {
    .klub-content.next > div > div
    {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .panel-group {
        margin: 20px;
    }

    .nav-disabled-click > li > a:hover,
    .nav-disabled-click > li > a:active,
    .nav-disabled-click > li > a:focus {
        background-color: #ddd;
        height: 62px !important;
        line-height: 50px;
        cursor: default;
    }

    .nav-wizard > li.active a,
    .nav-wizard > li.active a:hover,
    .nav-wizard > li.active a:focus,
    .nav-wizard > li.active a:active {
        background-color: #01B6ED;
        color: #fff;
        height: 62px !important;
        line-height: 50px;
        font-family: "KantarBrown-Bold" !important;
        font-size: 12pt !important;
    }

    .nav-wizard {
        height: 62px !important;
        background-color: #ddd;
        margin-bottom: 15px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 5px;
    }

    .nav-wizard > li > a:after {
        border-left: 19px solid #ddd;
        border-top: 31px solid rgba(0,0,0,0);
        border-bottom: 31px solid rgba(0,0,0,0);
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        right: -18px !important;
        z-index: 10;
    }

    .nav-wizard > li.done a {
        background-color: #B09B08;
        color: #fff;
        height: 62px;
        line-height: 50px !important;
    }
}

@media (max-width: 767px) {
    .nav-disabled-click > li > a:hover,
    .nav-disabled-click > li > a:active,
    .nav-disabled-click > li > a:focus {
        background-color: #ddd;
        cursor: default;
    }

    .response-panel {
        margin: 0px !important;
    }

    .nav-wizard > li.active a,
    .nav-wizard > li.active a:hover,
    .nav-wizard > li.active a:focus,
    .nav-wizard > li.active a:active {
        /*background-color: #0FB6C5;*/
        color: #fff;
    }

    .nav-wizard > li.done a {
        background-color: #B09B08;
        color: #fff;
    }

    .nav-wizard {
        background-color: #ddd;
        margin-bottom: 15px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 5px;
    }

    .nav-wizard > li > a:after {
        /*border-left: 19px solid #ddd;
        border-top: 19px solid rgba(0,0,0,0);
        border-bottom: 19px solid rgba(0,0,0,0);
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        right: -19px !important;
        z-index: 10;*/
        display: none;
    }

    .nav-wizard > li > a::before {
        display: none;
    }

    .nav-wizard > li > a {
        padding: 10px 10px 10px 10px;
    }

    .nav-wizard > li {
        margin-right: 0px;
    }
}

body {
    color: #363636 !important;
    font-family: "KantarBrown-Regular" !important;
    font-size: 12pt;
}

@media (min-aspect-ratio: 16/9)
{
    body {
        background: #EBEBEB no-repeat fixed 0px 0px;
        background-size: 100% auto;
    }
}

@media (max-aspect-ratio: 16/9)
{
    body {
        background: #EBEBEB no-repeat fixed 0px 0px;
        background-size: auto 100%;
    }
}

/*.ibis-heading {
    padding-top: 15px !important;
}*/

ul.dropdown-menu.pull-right > li.hidden-lg.hidden-md.hidden-sm > a {
    background-color: transparent;
    /*border-radius: 5px 5px 5px 5px !important;*/
    /*font-size: 16px !important;*/
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

div.panel-heading.ibis-heading-2 {
    text-align: center;
    vertical-align: middle;
    color: #fff !important;
    background-color: #EBEBEB !important;
    height: 48px;
    border-radius: 0;
}

div.panel-heading.ibis-heading {
    text-align: center;
    vertical-align: middle;
    color: #fff !important;
    background-color: #B09B08 !important;
    height: 48px;
    border-radius: 0;
}

div.panel > div.panel-heading {
    background-color: #EBEBEB;
    color: #ffffff;
}

ul.nav.nav-wizard > li > a {
    border-radius: 0;
}

ul.nav.nav-wizard > li {
    border-radius: 0;
}

ul.nav.nav-wizard {
    border-radius: 0;
}

ul.nav.nav-tabs.nav-line {
    margin-bottom: 0px;
}

div.tab-content {
    /*padding-top:20px;*/
    /*margin-top: 20px;*/
    background: white;
    /*box-shadow: 1px 3px 5px #dee2ec;*/
    margin-bottom: 50px;
    min-height: 355px;
}

.headerwrapper {
    box-shadow: 0px 3px 5px #dee2ec;
}

span.badge {
    border: solid 1px black;
    border-color: rgba(0, 0, 0, 0.4);
}

tr > th {
    height: 48px;
    font-size: 16px;
}

/*tr:nth-last-child(1) td:nth-child(1) {
    border-radius: 0px 0px 0px 5px;
}

tr:nth-last-child(1) td:nth-last-child(1) {
    border-radius: 0px 0px 5px 0px;
}*/


.row.media-manager > .document {
    margin-top: 10px;
}

.ibis-inprogress {
    background-color: rgb(200,188,207);
}

.ibis-completed {
    background-color: rgb(227,222,231);
}

.ibis-realized {
    background-color: #fff;
}

.panel {
    border: none;

}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 20px;
    z-index: 1000;
    /*background-color: #0FB6C5;*/
    background-color: #31383C;
    color: #fff;
    box-shadow: 0px -3px 5px #dee2ec;
}

footer div.page-footer{
    height: 20px;
    margin-top:5px;
    margin-bottom:5px;
}

/*panel użytkownika*/
section > div.mainwrapper > div.mainpanel > div.contentpanel > div > div.col-sm-4.col-md-3 > div.text-center {
    /*border: solid 1px #018491;*/
    border-radius: 0px;
    padding: 5px;
    background-color: transparent;
    border: none;
    /*box-shadow: 1px 3px 5px #DEE2EC;*/
}

/*dane uzytkownika*/
/*section > div.mainwrapper > div.mainpanel > div.contentpanel > div > div.col-sm-8.col-md-9 {
    border: 2px solid #018491;
    border-radius: 10px;
    padding: 5px;
    min-height: 477px;
}*/

hr.ibis-hr {
    border-color: #018491;
    box-shadow: 2px 2px 2px;
    width: 80%;
}



thead tr th {
    font-size: 14px;
    font-weight: 500;
}


ul.nav.nav-tabs.nav-line {
    margin-top: 0px;
}

button.btn.btn-default-menu.dropdown-toggle {
    background-color: #252525 !important;
    /*color: #fff !important;*/
    /*border: 1px solid !important;*/
    /*border-color: rgba(0, 0, 0, 0.4) !important;*/
    /*border-radius: 30px 30px 30px 30px;*/
    font-weight: bold;
}

button.btn.btn-default-menu.dropdown-toggle:hover {
    background: #252525 none repeat scroll 0 0 !important;
    color: #fff !important;
    /*border-color: #000000;*/
    /*border-radius: 30px 30px 30px 30px;*/
}


.ibis-nav-event {
  color: #363636 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 0px !important;
    background-color: transparent;
}

.ibis-nav-tabs.last {
    border-radius: 0px !important;
    border-width: 1px 1px 1px 1px !important;
    border-style: solid;
    border-color: grey;
}

.ibis-nav-tabs {
    border-radius: 0px !important;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: grey;
}

.ibis-nav-tabs.active > .ibis-nav-event
{
  color: #fff !important;
}

.ibis-nav-tabs:not(.active):hover {
    /*background-color: #B8EFF4 !important;*/
    border-radius: 0px !important;
}
.ibis-nav-tabs:not(.active):hover .ibis-nav-event:hover {
    /*background-color: #B8EFF4 !important;*/
    border-radius: 0px !important;
    color: #01B6ED !important;
}

.ibis-mobile-menu {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 5px 5px 1px 1px !important;
    font-size: 16px !important;
}

.ibis-panel-heading {
    background-color: #B09B08 !important;
    color: #FFFFFF !important;
    padding: 20px !important;
    border-radius: 0;
    /*margin-top: -20px;*/
}

.table-primary thead tr th {
    text-align: center;
    vertical-align: middle;
    color: #fff !important;
    background-color: #B09B08 !important;
}

div.panel.panel-default > div.panel-heading {
    padding: 5px !important;
}

div.panel.panel-default > div.panel-heading > h4.panel-title
> a > div > div > h3 {
    margin: 0px 5px 0px 0px !important;
}

.fm-preloader {
    margin-left: auto;
    margin-right:auto;
    width: 100%;
    height: 200px;
    background:url("../images/loaders/gears2.gif") no-repeat center center;
    /*background-color: #000000;*/
    z-index: 1000;
}

div.panel.panel-history-grats {
    background-color: rgba(0,0,0,0);
}

.color-ibis-0 { color: #0FB6C5 !important;}	/* Main Primary color */
.color-ibis-1 { color: #83DEE6 !important;}
.color-ibis-2 { color: #40C6D2 !important;}
.color-ibis-3 { color: #018491 !important;}
.color-ibis-4 { color: #01575F !important;}

.color-ibis-blue-0 { color: #1E67CC !important;}	/* Main Secondary color (1) */
.color-ibis-blue-1 { color: #8CB4E9 !important;}
.color-ibis-blue-2 { color: #4D88D8 !important;}
.color-ibis-blue-3 { color: #09479C !important;}
.color-ibis-blue-4 { color: #B09B08 !important;}

.color-ibis-green-0 { color: #0ED469 !important;}	/* Main Secondary color (2) */
.color-ibis-green-1 { color: #85ECB5 !important;}
.color-ibis-green-2 { color: #42DE8A !important;}
.color-ibis-green-3 { color: #00A84E !important;}
.color-ibis-green-4 { color: #006E33 !important;}

.bcolor-ibis-0 { background-color: #0FB6C5 !important;}	/* Main Primary color */
.bcolor-ibis-1 { background-color: #83DEE6 !important;}
.bcolor-ibis-2 { background-color: #40C6D2 !important;}
.bcolor-ibis-3 { background-color: #018491 !important;}
.bcolor-ibis-4 { background-color: #01575F !important;}

.bcolor-ibis-blue-0 { background-color: #1E67CC !important;}	/* Main Secondary color (1) */
.bcolor-ibis-blue-1 { background-color: #8CB4E9 !important;}
.bcolor-ibis-blue-2 { background-color: #4D88D8 !important;}
.bcolor-ibis-blue-3 { background-color: #09479C !important;}
.bcolor-ibis-blue-4 { background-color: #B09B08 !important;}

.bcolor-ibis-green-0 { background-color: #0ED469 !important;}	/* Main Secondary color (2) */
.bcolor-ibis-green-1 { background-color: #85ECB5 !important;}
.bcolor-ibis-green-2 { background-color: #42DE8A !important;}
.bcolor-ibis-green-3 { background-color: #00A84E !important;}
.bcolor-ibis-green-4 { background-color: #006E33 !important;}

/* As RGBa codes */

.rgba-ibis-0 { color: rgba( 15,182,197,1) }	/* Main Primary color */
.rgba-ibis-1 { color: rgba(131,222,230,1) }
.rgba-ibis-2 { color: rgba( 64,198,210,1) }
.rgba-ibis-3 { color: rgba(  1,132,145,1) }
.rgba-ibis-4 { color: rgba(  1, 87, 95,1) }

.rgba-ibis-blue-0 { color: rgba( 30,103,204,1) }	/* Main Secondary color (1) */
.rgba-ibis-blue-1 { color: rgba(140,180,233,1) }
.rgba-ibis-blue-2 { color: rgba( 77,136,216,1) }
.rgba-ibis-blue-3 { color: rgba(  9, 71,156,1) }
.rgba-ibis-blue-4 { color: rgba(  6, 47,103,1) }

.rgba-ibis-green-0 { color: rgba( 14,212,105,1) }	/* Main Secondary color (2) */
.rgba-ibis-green-1 { color: rgba(133,236,181,1) }
.rgba-ibis-green-2 { color: rgba( 66,222,138,1) }
.rgba-ibis-green-3 { color: rgba(  0,168, 78,1) }
.rgba-ibis-green-4 { color: rgba(  0,110, 51,1) }


.vertical-align-cf5 {
    height: 100%;
    display: table;
    table-layout: fixed;
}

div.vertical-align-cf5 > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.theme-panel-font-size {
    font-size: 16px;
}

div.panel > div.panel-heading {
    min-height: 48px;
    padding: 0px;
}



.form-control-static {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    margin-bottom: 0 !important;
    min-height: 34px !important;
}
.form-group {
    margin-bottom: 15px !important;
}
.control-label-icon {
    text-align: right !important;
    margin-bottom: 0 !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.dashboard-stat {
    display: block !important;
    margin-bottom: 25px !important;
    overflow: hidden !important;
    padding: 15px 15px 10px 15px !important;
    height: 120px;
}
.dashboard-stat .visual {
    color: #fff;
    width: 80px !important;
    height: 80px !important;
    display: block !important;
    float: left !important;
    padding-top: 32px !important;
    padding-left: 10px !important;
    margin-bottom: 0px !important;
    font-size: 35px !important;
    line-height: 35px !important;
}
.dashboard-stat .details {
    position: absolute !important;
    right: 15px !important;
    padding-right: 15px !important;
}
.dashboard-stat.kmb-green .details .desc
{
    color: #fff;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.dashboard-stat .details .desc {
    text-align: right !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
}

.dashboard-stat .details .number {
    color: #fff;
    padding-top: 15px !important;
    padding:bottom: 10px !important;
    text-align: right !important;
    font-size: 34px !important;
    line-height: 36px !important;
    letter-spacing: -1px !important;
    margin-bottom: 0 !important;
}
.form-group.klub-profil
{
    margin-left:0px;
    margin-bottom:0px !important;
    height: 26px !important;
}
.form-group.klub-profil div
{
    /*height: 26px;*/
}
.klub-th
{
    border: none ;
    padding-top: 20px !important;
    text-align: center ;
    vertical-align: top !important ;
    text-transform: uppercase ;
    background-color: white !important;
    height: 80px;
}
.table>tbody>tr>th,
.table>tfoot>tr>td, .table>tfoot>tr>th,
.table>thead>tr>td, .table>thead>tr>th
{
    border-left: solid thin white;
    border-right: solid thin white;
    border-top: 0;
    border-bottom: 0;
}
.td-success
{
    border-top: #DDD solid thin !important;
    border-bottom: #B09B08 solid 3px !important;
    border-left: #DDD solid thin !important;
    border-right: #DDD solid thin !important;
    text-align:center !important;
    vertical-align:middle !important;
    margin-bottom: 10px !important;
}
.td-scrout
{
    border-top: #DDD solid thin !important;
    border-bottom: #01B6ED solid 3px !important;
    border-left: #DDD solid thin !important;
    border-right: #DDD solid thin !important;
    text-align:center !important;
    vertical-align:middle !important;
    margin-bottom: 10px !important;
}
.td-empty
{
    border-top: #DDD solid thin !important;
    border-bottom: #DDD solid 3px !important;
    border-left: #DDD solid thin !important;
    border-right: #DDD solid thin !important;
    text-align:center !important;
    vertical-align:middle !important;
    margin-bottom: 10px !important;
}
tr.separator {
    height: 15px;
}

a.klub-btn
{
    padding: 0px !important;
    line-height:52px !important;
    display:inline-block !important;
    color: white !important;
}
td.klub-btn
{
    transition: all 0.2s ease-out 0s !important;
    background-color: #B09B08 !important;
}

td.klub-btn:hover
{
    transition: all 0.2s ease-out 0s !important;
    background-color: #01B6ED !important;
}
.uppercase
{
    text-transform: uppercase !important;
}

.btn-klub-thmb
{
    background-color: #01B6ED;
    color: white;
}

.klub-btn-navigate {
    background-color: #01B6ED;
    border-radius: 30px;
    /*width: 200px;*/
    color: white !important;
    transition: all 0.2s ease-out 0s !important;
    letter-spacing: 2px;
    margin-top: 5px;
}
.klub-noradius {
    border-radius: 0px !important;
}
.klub-nopadding: {
    padding: 0px;
}
.klub-btn-navigate:focus{
    border:none !important;
}
.klub-btn-grat.first
{
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    background-color: white;
    transition: all 0.2s ease-out 0s !important;
}

.klub-btn-grat
{
    border-left: none;
    border-right: 1px solid grey;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    background-color: white;
    transition: all 0.2s ease-out 0s !important;
    color: #363636 ;
}
.klub-btn-grat-nonactive-start
{
    /*border-right: none !important;*/
}
.klub-btn-grat-nonactive-end
{
    border-left: 1px solid grey !important;
}
.klub-btn-grat-active
{
    border-top: 1px solid #01B6ED !important;
    border-bottom: 1px solid #01B6ED !important;
    border-right: 0px !important;
    border-left: 0px !important;
    background-color: #01B6ED !important;
    color: white !important;
    transition: all 0.2s ease-out 0s !important;
}
.klub-btn-navigate:hover
{
    transition: all 0.2s ease-out 0s !important;
    background-color: #B09B08 !important;
}
.kmb-black {
    background-color: #252525 !important;
}
.kmb-black-font {
    color: #363636 !important;
}
.kmb-grey {
    background-color: #EBEBEB !important;
}
.kmb-grey-dropdown:hover {
    background-color: #EBEBEB !important;
    color: #01B6ED !important;
}
.kmb-blue {
    background-color: #01B6ED !important;
}
.klub-font-blue {
    color: #01B6ED !important;
}
.kmb-green {
    background-color: #B09B08 !important;
}
.background-white
{
    background-color: white !important;
}
.font-white
{
    color: white;
}
.font-klub-regular-10
{
  font-family: "KantarBrown-Regular" !important;
  font-size: 10pt !important;
}
.font-klub-regular-12
{
  font-family: "KantarBrown-Regular" !important;
  font-size: 12pt !important;
}
.font-klub-regular-13
{
  font-family: "KantarBrown-Regular" !important;
  font-size: 13pt !important;
}
.font-klub-bold-12
{
  font-family: "KantarBrown-Bold" !important;
  font-size: 12pt !important;
}
.font-klub-bold-18
{
  font-family: "KantarBrown-Bold" !important;
  font-size: 18pt !important;
}
.font-klub-bold-20
{
  font-family: "KantarBrown-Bold" !important;
  font-size: 20pt !important;
}
.font-klub-bold-25
{
  font-family: "KantarBrown-Bold" !important;
  font-size: 25pt !important;
}
.font-klub-bold-45
{
  font-family: "KantarBrown-Bold" !important;
  font-size: 45pt;
}
.font-fa-12
{
  font-size: 12pt !important;
}
.font-fa-14
{
  font-size: 14pt !important;
}
.font-fa-18
{
  font-size: 18pt !important;
}
.font-fa-25
{
  font-size: 25pt !important;
}
.font-fa-35
{
  font-size: 35pt !important;
}
.klub-login-panel
{
    border-radius: none !important;
    background-color: white !important;
    max-width: 800px !important;
    min-width: 360px !important;
    width: 100%;
    min-height: 600px;
    padding-left: 40px;
    padding-right: 40px;
}
.social-icon
{
    color: #555555 !important;
}
.social-icon:hover
{
    color: #01B6ED !important;
}
.klub-link
{
    color: #363636;
}
.klub-link:hover
{
    color: #01B6ED;
}
.row.vertical-middle
{
    display:flex;
    items-align: center;
}