/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */


/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

.con {
    display: flex;
}

.con h4:not(:first-child) {
    margin-top: 2rem;
}

.con h4:
.left {
    width: 50%;
}

.left .right {
    flex: 1;
}

.reset-this {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
        
}
html,
body {
    height: 100%;
    
    min-width: 300px;
}
html,
body,
.ico  a > span
{
    font-family: Calibri,"Liberation Sans";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.ico  a > span {
    
}

.ico  a:focus,
.ico  a:active,
.ico  a:hover
{
    text-decoration: none;
}
body{
    padding-top: 40px;
}
body.user-logged{
    padding-top: 70px;
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
}
.accesscard_buttons
.accesscard_container
.container{
    max-width: 970px;
}
#push,
footer{
    height: 200px;
    overflow: hidden;
}
#content{
    padding-bottom: 40px;
}

#a11y {
    position: absolute;
    top: 0;
    left: -10001px;
    margin: 0;
    padding: 0;
}
#a11y li a:hover,
#a11y li a:focus,
#a11y li a:active {
    display: block;
    position: absolute;
    left: 10001px;
    top: 0;
    z-index: 10001;
    width: 200px;
    margin: 15px 0 0 15px;
    padding: 4px 0;
    background: #fff;
    color: #222;
    text-align: center;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Calibri,"Liberation Sans";
}
h2, .h2{
    text-transform: uppercase;
}
h2{
    margin-bottom: 22px;
    padding-bottom: 5px;
    border-bottom: solid 2px #eee;
}
h3{
    border-bottom: solid 1px #eee;
    padding-bottom: 5px;
}
h3.no-border{
    border: none;
}
h3:before,
h3:after {
    display: table;
    content: " ";
}
h3:after {
    clear: both;
}
h3.no-margin-top{
    margin-top: 0;
}
a{
    color: #3777b5;
}
.btn{
    border: none;
}
.btn,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-input {
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
}
.btn-default {
    color: #333;
}
.btn-danger{
    background: #F6483D;
}
.btn-primary{
    background: #3777B5;
}
.btn-primary:hover{
    background: #5a94cc;
}
.btn-warning{
    background: #FBC76D;
}
.btn-warning:hover{
    background: #FCD28A;
}
.btn-input {
    background-color: silver;
    border: 1px solid #b1b1b1;"
}
.btn-input:hover{
    background: #dcdcdc;
}
.btn-disabled {
    color: #fff !important;
    background: grey;
}

header{
    margin-bottom: 20px;
}
.navbar {
    min-height: 40px;
}
.navbar-left{
    float: left;
}
.navbar-left li{
    display: inline-block;
}
.navbar-inverse{
    background: none repeat scroll 0 0 #1F1F1F;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
    text-decoration: underline;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.navbar .badge{
    background: #fff;
    color: #1F1F1F;
}
.navbar-inverse .navbar-nav .menu-basket a{
    color: #FBC76D;
}
.navbar-inverse .navbar-nav .menu-basket .badge{
    background-color: #FBC76D;
}
.navbar-nav{
    margin: 0 -15px;
    font-size: 17px;
    font-weight: 100;
}
.navbar-toggle{
    margin-top: 3px;
    margin-bottom: 2px;
}

div.logo {
    background-image: url("/img/dit-logo-bb.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 515px; 
    height: 85px;    
}

@media (max-width: 1199px){
    div.logo {
        background-image: url("/img/dit-logo-mb.png");
        width: 390px;
        height: 85px;
    }
}
@media (max-width: 991px){
    div.logo {
        background-image: url("/img/dit-logo-ms.png");
        width: 390px; 
        height: 53px;
        margin-bottom: 17px;
    }   
    .logo-block {
        display: flex;
        justify-content: center;
    }    
}
@media (max-width: 426px){
    div.logo {
        background-image: url("/img/dit-logo-ss.png");
        width: 250px; 
        height: 53px;
        margin-bottom: 17px;
    }    
    .logo-block {
        display: flex;
        justify-content: center;
    }    
}

@media (max-width: 991px){
    nav.main-menu {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .xs-invisible-contenent {
        display: none !important;            
    }
}

.menu-text {
    margin-top: 7px !important;
}
.new-list-main-menu li{
    padding: 5px !important;
}

.new-list-main-menu li a {
    width: 90px !important;
    height: 90px !important;
    font-size: 14px !important;
    line-height: 12px !important;
    border-radius: 8px !important;
}
.list-main-menu{
    margin: -7px;
}
.list-main-menu li{
    padding: 7px;
}
.list-main-menu li a{
    font-family: Calibri,"Liberation Sans";
    width: 85px;
    height: 85px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    color: white;
    overflow: hidden;
}
.list-main-menu li span{
    /* display: table-cell; */
    vertical-align: middle;
    height: 35px;
    width: 85px;
    overflow: hidden;
}
.list-main-menu span.ico-sprite{
    display: block;
    /*height: 46px;*/
    margin: 0 auto;
    /*width: 46px;*/
    height: 85px;
    width: 85px;
    padding-top: 10px;
}
.list-main-menu li .ico-wide {
	width: 128px !important;
}
.list-main-menu li .ico-middle-wide {
	width: 103px !important;
}
#topbar{
    margin-bottom: 15px;
}
.breadcrumbactive {
    color: #5e5555;
}
.breadcrumb{
    padding-left: 0;
    background: none;
}
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: #3e4f4c;
}
header .top-media{
    margin-top: 20px;
}
header .top-media img{
    margin: 0 auto;
}
.bg-blue2_nobutton,
.bg-blue2 {
    background: #008DD2;
    color: #008DD2;
}
.bg-blue2:active,
.bg-blue2:focus,
.bg-blue2:hover {
    background: #4CAEDF;
}
.bg-azure_nobutton,
.bg-azure{
    background: #008DD2;
    color: #008DD2;
}
.bg-azure > i {
    color: #008DD2;
}
.bg-azure:hover > i {
    color: #4CC4FF;
}
.bg-azure:active,
.bg-azure:focus,
.bg-azure:hover {
    background: #4CC4FF;
}

.bg-royalblue_nobutton,
.bg-royalblue {
    background: #56698F;
    color: #56698F;
}
.bg-royalblue > i {
    color: #56698F;
}
.bg-royalblue:hover > i {
    color: #4D88FF;
}
.bg-royalblue:active,
.bg-royalblue:focus,
.bg-royalblue:hover {
    background: #4D88FF;
}
.bg-lblue_nobutton,
.bg-lblue {
    background: #68a0cf;
    color: #68a0cf;
}
.bg-lblue > i {
    color: #68a0cf;
}
.bg-lblue:hover > i {
    color: #86b3d9;
}
.bg-lblue:active,
.bg-lblue:focus,
.bg-lblue:hover {
    background: #86b3d9;
}
.bg-dblue_nobutton,
.bg-dblue {
    background: #0e559a;
    color: #0e559a;
}
.bg-dblue > i {
    color: #0e559a;
}
.bg-dblue:hover > i {
    color: #5f92c4;
}
.bg-dblue:active,
.bg-dblue:focus,
.bg-dblue:hover {
    background: #5f92c4;
}
.bg-purple_nobutton,
.bg-purple {
    background: #998dbe;
    color: #998dbe;
}
.bg-purple > i {
    color: #998dbe;
}
.bg-purple:hover > i {
    color: #ada4cb;
}
.bg-purple:active,
.bg-purple:focus,
.bg-purple:hover {
    background: #ada4cb;
}
.bg-green_nobutton,
.bg-green {
    background: #61A375;
    color: #61A375;
}
.bg-green > i {
    color: #61A375;
}
.bg-green:hover > i {
    color: #98FFB7;
}
.bg-green:active,
.bg-green:focus,
.bg-green:hover {
    background: #98FFB7;
}
.bg-lgreen_nobutton,
.bg-lgreen {
    background: #73c2b5;
    color: #73c2b5;
}
.bg-lgreen > i {
    color: #73c2b5;
}
.bg-lgreen:hover > i {
    color: #8fcec4;
}
.bg-lgreen:active,
.bg-lgreen:focus,
.bg-lgreen:hover {
    background: #8fcec4;
}
.bg-lorange_nobutton,
.bg-lorange {
    background: #fbc76d;
    color: #fbc76d;
}
.bg-lorange > i {
    color: #fbc76d;
}
.bg-lorange:hover > i {
    color: #fcd28a;
}
.bg-lorange:active,
.bg-lorange:focus,
.bg-lorange:hover {
    background: #fcd28a;
}
.bg-orange_nobutton,
.bg-orange {
    background: #F08143;
    color: #F08143;
}
.bg-orange > i {
    color: #F08143;
}
.bg-orange:hover > i {
    color: #FFBA94;
}
.bg-orange:active,
.bg-orange:focus,
.bg-orange:hover {
    background: #FFBA94;
}
.bg-download-gray-button,
.bg-download-gray-container,
.bg-exercise-gray-container
{
    background-color: #EBECEC;
    color: #EBECEC;
}

    



.bg-gray_nobutton,
.bg-gray {
    background: #aaaaaa;
}
.bg-gray:active,
.bg-gray:focus,
.bg-gray:hover {
    background: #bbbbbb;
}
.bg-exercise-gray-box-nobutton,
.bg-exercise-gray-box {
    background: #e6e6e6;
}
.bg-exercise-gray-box:active,
.bg-exercise-gray-box:focus,
.bg-exercise-gray-box:hover {
    background: #d2d2d2;
}
.bg-download-gray-box {
    background: #e6e6e6;
}
.bg-lgray {
    background: #d9dada;
}
.bg-lgray:active,
.bg-lgray:focus,
.bg-lgray:hover {
    background: #CBCCCC;
}
.bg-pink_nobutton,
.bg-pink{
    background: #BF8DBE;
}
.bg-pink > i {
    color: #BF8DBE;
}
.bg-pink:hover > i {
    color: #C9A4CB;
}
.bg-pink:active,
.bg-pink:focus,
.bg-pink:hover {
    background: #C9A4CB;
}
.bg-red_nobutton,
.bg-red{
    background: #F6483D;
}
.bg-red:active,
.bg-red:focus,
.bg-red:hover {
    background: #F7594E;
}

.bg-wheat_nobutton,
.bg-wheat{
    background: #D7B56D;
    color: #D7B56D;
}
.bg-wheat > i {
    color: #D7B56D;
}
.bg-wheat:hover > i {
    color: #FFD781;
}
.bg-wheat:active,
.bg-wheat:focus,
.bg-wheat:hover {
    background: #FFD781;
}
.color-red{
    color: #F6483D;
}

.bg-colorkorp_nobutton,
.bg-colorkorp {
    background: #57a7b3;
}
.bg-colorkorp:active,
.bg-colorkorp:focus,
.bg-colorkorp:hover {
    background: #89C1C9;
}
.bg-colorkoze_nobutton,
.bg-colorkoze {
    background: #56698f;
}
.bg-colorkoze:active,
.bg-colorkoze:focus,
.bg-colorkoze:hover {
    background: #8895B0;
}
.bg-colorkold_nobutton,
.bg-colorkold {
    background: #CD7372;
}
.bg-colorkold:active,
.bg-colorkold:focus,
.bg-colorkold:hover {
    background: #FFB2B2;
}
.bg-colorkocp_nobutton,
.bg-colorkocp {
    background: #393185;
}
.bg-colorkocp:active,
.bg-colorkocp:focus,
.bg-colorkocp:hover {
    background: #6D5EFF;
}

.bg-colorkosf_nobutton,
.bg-colorkosf {
    background: #A76281;
}
.bg-colorkosf:active,
.bg-colorkosf:focus,
.bg-colorkosf:hover {
    background: #C190A6;
}
.bg-colorkogs_nobutton,
.bg-colorkogs {
    background: #4D897C;
}
.bg-colorkogs:active,
.bg-colorkogs:focus,
.bg-colorkogs:hover {
    background: #6cac9e;
}
.bg-default_nobutton,
.bg-default,
.bg-colordj_nobutton,
.bg-colordj {
    background: #9D9E9E;
}

.bg-default:active,
.bg-default:focus,
.bg-default:hover
.bg-colordj:active,
.bg-colordj:focus,
.bg-colordj:hover {
    background: #bfc0c0;
}
.bg-colorkojd_nobutton,
.bg-colorkojd {
    background: #F08143;
}
.bg-colorkojd:active,
.bg-colorkojd:focus,
.bg-colorkojd:hover {
    background: #f5b189;
}
.bg-colorkojr_nobutton,
.bg-colorkojr {
    background: #c73016;
}
.bg-colorkojr:active,
.bg-colorkojr:focus,
.bg-colorkojr:hover {
    background: #d7908d;
}

button .ico-sprite,
a .ico-sprite{
    display: inline-block;
    vertical-align: middle;
    content: "";
}

.navbar-nav a > .ico-sprite,
.btn > .ico-sprite{
    width: 40px;
    height: 32px;
    margin: -12px 0 -8px -5px;
}
.btn > .ico-sprite.ico-big{
    width: 64px;
    height: 64px;
    margin: -14px 0 -14px 0;
}
.btn-lg > .ico-sprite{
    height: 44px;
    margin: -18px 0 -12px -9px;
}
.ico-sprite{
    background-image: url(../img/sprite.png?20210813);
    background-repeat: no-repeat;
}

.ico-related{
    background-position: 0 -84px;
    width: 134px;
}
.ico-admins{
    background-position: -134px -84px;
    width: 134px;
}
.ico-profile-edit{
    background-position: -268px -84px;
    width: 134px;
}
.ico-profile-delete{
    background-position: -402px -84px;
    width: 134px;
}
.ico-pair-delete{
    background-position: -536px -84px;
    width: 134px;
}
.ico-rehabilitation-history {
    background-position: -4023px -84px;
    width: 134px;
}
.ico-patient-calendar {
    background-position: -4294px -84px;
    width: 134px;
}
.ico-pair-create{
    background-position: -536px -84px;
    width: 134px;
}
.ico-org{
    background-position: -670px -84px;
    width: 134px;
}
.ico-org-edit{
    background-position: -804px -84px;
    width: 134px;
}
.ico-scratches{
    background-position: -1206px -84px;
    width: 134px;
}
.ico-use-scratch-134{
    background-position: -1340px -84px;
    width: 134px;
}
.ico-assign-scratch{
    background-position: -1474px -84px;
    width: 134px;
}
.ico-workouts{
    background-position: -4410px -84px;
    width: 134px;
}
.ico-list-workouts{
    background-position: -1608px -84px;
    width: 134px;
}
.ico-create-workout{
    background-position: -1742px -84px;
    width: 134px;
}
.ico-assign-set{
    background-position: -4154px -84px;
    width: 134px;
}
.ico-categories-134{
    background-position: -1876px -84px;
    width: 134px;
}
.ico-licenses-134{
    background-position: -2010px -84px;
    width: 134px;
}
.ico-analysis-134{
    background-position: -2144px -84px;
    width: 134px;
}
.ico-stats-134{
    background-position: -2278px -84px;
    width: 134px;
}
.ico-change-password-134{
    background-position: -2412px -84px;
    width: 134px;
}
.ico-change-email-134{
    background-position: -2546px -84px;
    width: 134px;
}
.ico-msg-new-134{
    background-position: -2680px -84px;
    width: 134px;
}
.ico-msg-outbox{
    background-position: -2814px -84px;
    width: 134px;
}
.ico-msg-inbox{
    background-position: -2948px -84px;
    width: 134px;
}
.ico-related-create{
    background-position: -3082px -84px;
    width: 134px;
}
.ico-admins-create{
    background-position: -3216px -84px;
    width: 134px;
}
.ico-pair-create{
    background-position: -3350px -84px;
    width: 134px;
}
.ico-payment-history{
    background-position: -3484px -84px;
    width: 134px;
}
.ico-buy-licenses{
    background-position: -3618px -84px;
    width: 134px;
}
.ico-admin-dashboard{
    background-position: -3752px -84px;
    width: 134px;
}
.ico-knowledge-base{
    background-position: -3886px -84px;
    width: 134px;
}

.ico-msg-new{
    background-position: 0px -218px;
}
.ico-msg-reply{
    background-position: -40px -218px;
}
.ico-msg-forward{
    background-position: -1000px -218px;
}
.ico-extend{
    background-position: -80px -218px;
}
.ico-buy{
    background-position: -120px -218px;
}
.ico-search{
    background-position: -160px -218px;
}
.ico-user-create{
    background-position: -200px -218px;
}
.ico-assign{
    background-position: -240px -218px;
}
.ico-create{
    background-position: -280px -218px;
}
.ico-edit{
    background-position: -320px -218px;
}
.ico-duplicate{
    background-position: -360px -218px;
}
.ico-delete{
    background-position: -440px -218px;
}
.ico-back-to-set{
    background-position: -1200px -218px;
}
.ico-tick-blue{
    background-position: -570px -218px;
    height: 20px;
    width: 20px;
}
.ico-login-register{
    background-position: -680px -218px;
}
.ico-use-scratch{
    background-position: -720px -218px;
}
.ico-go{
    background-position: -960px -218px;
}
.btn-lg > .ico-sprite.ico-pay{
    margin: -11px 0 -11px -9px;
    background-position: -1040px -214px;
}
.ico-pay{
    background-position: -1040px -218px;
}
.ico-confirm{
    background-position: -1120px -218px;
}
.ico-print{
    background-position: -1160px -218px;
}

.ico-home {
    background-position: -425px -410px;
}
.ico-download {
    background-position: 0 -410px;
}
.ico-videos {
    background-position: -255px -410px;
}
.ico-therapyplans {
    background-position: -850px -410px;
}
.ico-diagnoza {
    background-position: -935px -410px;
}
.ico-videosaudios {
    background-position: -595px -410px;
}
.ico-licznikwypowiedzi {
    background-position: -680px -410px;
}
.ico-szkolenia {
    background-position: -765px -410px;
}
.ico-readmore {
    background-position: -170px -410px;
}
.ico-koze {
    background-position: -128px -500px;
}
.ico-korp {
    background-position: 0px -500px;
}
.ico-dj {
    background-position: -256px -500px;
}
.ico-kosf {
    background-position: -359px -500px;
}
.ico-kold {
    background-position: -487px -500px;
}
.ico-kocp {
    background-position: -615px -500px;
}
.ico-metoda-strukturalna {
    background-position: -741px -500px;
}
.ico-kogs {
    background-position: -869px -500px;
}
.ico-kojd {
    background-position: -997px -500px;
}
.ico-dj {
    background-position: -1125px -500px;
}
.ico-kold-pt {
    background-position: -1253px -500px;
}
.ico-korp-pt {
    background-position: -1381px -500px;
}
.ico-kojr {
    background-position: -1509px -500px;
}
.ico-info {
    background-position: -92px -249px;
}
.ico-contact {
    background-position: -85px -410px;
}
.ico-licenses {
    background-position: -138px -249px;
}
.ico-mobile {
    background-position: -184px -249px;
}
.ico-login {
    background-position: -340px -410px;
}
.ico-logout {
    background-position: -510px -410px;
}
.ico-home-64{
    background-position: -425px -410px;
}
.ico-download-64 {
    background-position: 0 -410px;
}
.ico-videos-64 {
    background-position: -255px -410px;
}
.ico-register-org-64{
    background-position: -128px -296px;
}
.ico-register-user-64{
    background-position: -196px -296px;
}
.ico-register-senior-64 {
    background-position: -253px -290px;
}
.ico-workout-done-64{
    background-position: -324px -296px;
    height: 47px;
    width: 69px;
    display: block;
}
.ico-workout-not-done-64{
    background-position: -388px -296px;
    height: 47px;
    width: 69px;
    display: block;
}
.ico-profile-show-30{
    background-position: 0 -362px;
}
.ico-action-edit{
    background-position: -30px -362px;
}
.ico-action-delete{
    background-position: -60px -362px;
}
.ico-arrow-down{
    background-position: -120px -362px;
    width: 30px;
    height: 30px;
}
.ico-blue-arrow-down{
    background-position: -2px -393px;
    width: 12px;
    height: 12px;
}
.ico-arrow-up{
    background-position: -150px -362px;
    width: 30px;
    height: 30px;
}
.ico-date{
    background-position: -180px -362px;
}
.ico-msg-new-30{
    background-position: -630px -362px;
}

.login-register-block .form-signin {
    margin-bottom: 22px;
}
.login-register-block h2{
    border: none;
    padding-bottom: 0;
}
.login-register-block .register-block h3{
    padding-bottom: 37px;
    border: none;
}
.login-register-block .register-block a{
    width: 100%;
    text-align: left;
    text-transform: none;
    padding: 17px 20px;
    margin-bottom: 15px;
}
.login-register-block .register-block a span{
    margin: 0 15px;
}
@media (min-width: 992px) {
    .login-register-block .login-block{
        padding-left: 115px;
        padding-right: 75px;
        border-right: solid 1px #eee;
    }
    .login-register-block .register-block{
        padding-left: 75px;
        padding-right: 50px;
    }
}
@media (max-width: 400px) {
    .login-register-block .ico-sprite{
        display: none;
    }
}
a.register-senior {
    white-space: normal;
    font-size: 150%;
}
a.register-senior .ico-sprite {
    display: block;
    float: left;
}
a.register-senior .text {
    display: block;
    float: left;
    width: 205px;
}

textarea{
    min-width: 206px !important;
    min-height: 126px !important;
}

div.page-content {
    font-size: 18px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    padding: 7px 9px;
}
.form-group{
    margin-bottom: 10px;
}
.form-actions{
    margin-top: 10px;
}
.form-control{
    border-radius: 0;
    background-color: #F2F5F7;
    border: solid 1px #cbcbcb;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border: solid 1px #cbcbcb;
    -webkit-box-shadow: 0px 0px 0px 1px #cbcbcb;
    box-shadow: 0px 0px 0px 1px #cbcbcb;
}
.form-control[type="file"]{
    padding: 0;
}
.form-help {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}
.has-error .form-control:focus {
    border-color: #953B39;
    -webkit-box-shadow: 0px 0px 0px 1px #953B39;
    box-shadow: 0px 0px 0px 1px #953B39;
}

footer {
    background: none repeat scroll 0 0 #1F1F1F;
    border-top: 1px solid #797979;
    padding: 17px 0;
    font-size: 13px;
}
footer,
footer a:hover,
footer a:focus,
footer a:active,
footer a{
    color: #aaa;
}
footer a:hover,
footer a:focus,
footer a:active{
    text-decoration: underline;
}
footer .ue-info{
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background-color: #1F1F1F;
    padding: 3px;
    left: 0;
    right: 0;
}
footer .ue-info img {
    max-height: 82px;
    display: inline;
}
footer .ue-info p{
    margin-top: 5px;
    text-align: justify;
}
footer .menu{
    border-top: 1px solid #333333;
    margin-top: 24px;
    padding: 7px 0px 0;
}
footer li{
    margin: 0 20px;
}
@media (max-width: 800px) {
    footer li{
        margin: 0 3px;
    }
}

#message-history h3{
    cursor: pointer;
}
#message-history > ul{
    display: none;
}
#message-history > ul.message-history-show{
    display: block;
}

.actions a{
    display: inline-block;
    width: 30px;
    height: 30px;
}
.actions a span.ico-sprite {
    width: 30px;
    height: 30px;
}
.list-categories .download-square-text {
    vertical-align: middle;
    text-align: right;
    align-items: center; 
    display: flex;
}

.list-categories a.not-active,
.list-single-exercise a.not-active,
.list-tiles a.not-active{
    border: solid 2px #F6483D;
}
#download-header-text {
    padding-bottom: 10px;
    
}
#download-header {
    
    
    padding: 15px 10px 20px 40px;    
    margin-top: 0px !important; 
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: flex;
    align-content: flex-end;
}
#download-header  > h4 {
    vertical-align: bottom;
    //padding-left: 35px;
}

#download-header >  div:nth-child(2) {
/*   padding-left: 0px !important;
   padding-right: 0px !important;
   margin-right: 0px;*/
    display: flex;
    align-content: flex-end; 
    justify-content: flex-start;
/*    font-size: 17px;
    min-width: 200px;*/
}
#download-header >  div:nth-child(2) > div:nth-child(1){
    font-size: 19px;
}
/*
#download-header >  div:nth-child(3) {
    padding-left: 0px;
    margin-left: 0px;
}*/
#download-header >  div {
min-height: 120px;
}
#download-footer {
    min-height: 10px;
    text-align: center;
        
}
.download-leftmargin {
    width: 15px;
}
.download-box-first-line,
.download-box-second-line,
.download-box-third-line {
    line-height: 28px;
}
.download-box-first-line {
    font-size: 21px;
}
.download-box-version-line {
    font-size: 15px;
}
.download-box-second-line {
    font-weight: bold;
    font-size: 25px;
}
.download-box-second-line-small {
    font-weight: bold;
    font-size: 19px;
}
.download-box-third-line
{
    font-weight: bold;
    font-size: 21px;
}
@media (max-width: 475px){
    
    .download-box-first-line,
    .download-box-second-line,
    .download-box-third-line {
        line-height: 18px;
    }
    .download-box-first-line {
        font-size: 14px;
    }
    .download-box-second-line {
        font-weight: bold;
        font-size: 14px;
    }
    .download-box-second-line-small {
        font-weight: bold;
        font-size: 14px;
    }
    .download-box-third-line
    {
        font-weight: bold;
        font-size: 14px;
    }
    
    .list-download > li > div > div {
        padding: 0px;
    }
}
/*.bg-download-gray-box {*/
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
/*}*/
.list-download > li:nth-child(odd)
{
   
}
.list-download .ico,
.download-square-text,
.colored-margin,
.list-download > li >  div {
    min-height: 150px;
    border-radius: 10px 0 0 10px;
}
.list-download > li {}
.list-download > li > div {
    margin-left: 5px;
    margin-right: 5px;    
    display: flex;
    flex-flow: row wrap;
/*    flex-direction: row;
    flex-wrap: wrap;*/
    align-items: flex-end;
    justify-content: center;
    border-radius: 10px;
}
.list-download li {
   padding-right: 0px;
   padding-left: 0px;
  
}

.list-download img {

}
.list-download h4 {
    margin-left:  auto;
}
.list-download {
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    border-radius: 10px;
}

.list-categories{
    padding-left: 0;
    list-style: none;
    margin: 0 -15px;
    overflow: hidden;
}

.list-categories li {
    margin-bottom: 22px;
}


.list-categories a {
   // text-transform: uppercase;
    height: 134px;
}

.sortable-placeholder,

.list-categories a{
    display: block;
    color: #fff;
    text-decoration: none;
       
}
.list-download li{
    color: #5B5B5B;
    //margin-bottom: 20px;
    //margin-top: 5px;
    margin: 5px 0px 25px 0px;
}

.list-download div > h5 {
    display: inline-block;
}

.list-categories a > *{
    display: inline-block;
}
.list-download h4,
.list-categories h4{
    font-size: 20px;
    line-height: 23px;
    padding: 5px;
}
.list-download h5{
    font-size: 10px;
    line-height: 13px;
    padding: 15px;
}
.ico span {
    height: 100px;
    width: 100px;
   
}
.list-download .ico span {
    /* background-image: url(/img/np_logo_pobierz.png); */
    background-color: gainsboro;
    box-shadow: 0px 0px 10px 0.1px gray;
    justify-content: flex-start;
    line-height: 14px;
    border-radius: 8px;
    padding: 10px 10px;
}
.list-download .ico span:hover {
    background-color: #ECECEC;
}
.ico span,
.list-download .ico {
    
    display: flex; 
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
        
}
.list-download .download-square-text {
    vertical-align: middle;
    text-align: right;
    align-items: center; 
    display: flex;
}


.list-categories .ico{
    width: 100px;
    padding: 0 10px 0 15px;
    height: 134px;
    text-align: center;
}


.list-download h4 {
    //display: table-cell;
    vertical-align: middle;
    //display: flex;
    //flex-flow: row wrap;
    //flex-wrap: wrap;
}
.list-categories .ico,
.list-categories h4{
    display: table-cell;
    vertical-align: middle;
}
.list-download:after,
.list-categories:after,
.list-single-exercise:after,
.list-tiles:after{
    clear: both;
}
.list-download:before,
.list-download:after,
.list-categories:before,
.list-categories:after,
.list-single-exercise:before,
.list-single-exercise:after,
.list-tiles:before,
.list-tiles:after {
    display: table;
    content: " ";
}
.list-single-exercise,
.list-tiles{
    padding-left: 0;
    list-style: none;
    margin: 20px -15px 0 -15px;
    overflow: hidden;
}
.list-single-exercise li {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.list-tiles li{
    margin-bottom: 22px;
}
.list-single-exercise div.row {
    margin-right: 0px;
    margin-left: 0px;
}

.list-single-exercise > li > div,
.list-single-exercise > li > p,
.list-single-exercise > li > a {
    color: #000000;
    padding: 15px;
}
.sortable-placeholder,
.list-tiles a {
    color: #fff;
}
.list-single-exercise > div,
.list-single-exercise > li > p,
.list-single-exercise > li > a
{
    min-height: 134px;
}
.sortable-placeholder,
.list-tiles a {
    height: 134px;
}
.list-single-exercise > div,
.list-single-exercise > li > p,
.list-single-exercise > li > a,
.sortable-placeholder,
.list-tiles a{
    display: block;
    overflow: hidden;
}
.list-single-exercise > li > a:focus,
.list-single-exercise > li > a:active,
.list-single-exercise > li > a:hover,
.list-tiles a:focus,
.list-tiles a:active,
.list-tiles a:hover{
    text-decoration: none;
}
.list-single-exercise h4 {
    padding: 0px;
    font-weight: bold;
}
.list-tiles h4 {
    padding: 10px;
}
.list-single-exercise h4,
.list-tiles h4{
    font-size: 20px;
    line-height: 23px;
    margin-top: 0;
    overflow: hidden;
}
.list-single-exercise .big-img,
.list-tiles .big-img{
    padding: 10px;
}
.list-single-exercise .big-img,
.list-single-exercise > div > .ico-sprite,
.list-single-exercise > li > p > .ico-sprite,
.list-single-exercise > li > a > .ico-sprite,
.list-single-exercise .big-img + .info,
.list-single-exercise .big-img + h4,
.list-single-exercise .ico-sprite + h4,
.list-single-exercise .workout-viewed,
.list-tiles .big-img,
.list-tiles a > .ico-sprite,
.list-tiles .big-img + .info,
.list-tiles .big-img + h4,
.list-tiles .ico-sprite + h4,
.list-tiles .workout-viewed{
    height: 134px;
    position: relative;
    display: table-cell;
    vertical-align: top;
}
.list-single-exercise h4.workout-viewed,
.list-tiles h4.workout-viewed{
    width: 100%;
}
.list-single-exercise span.workout-viewed,
.list-tiles span.workout-viewed{
    vertical-align: middle;
}
.list-single-exercise > div > .ico-sprite + h4,
.list-single-exercise > li > p > .ico-sprite + h4,
.list-single-exercise > li > a > .ico-sprite + h4,
.list-tiles a > .ico-sprite + h4{
    vertical-align: middle;
}
.list-single-exercise .big-img + .info h4,
.list-tiles .big-img + .info h4{
    padding: 10px 10px 2px 1px;
}
.list-single-exercise .big-img + .info-bottom p,
.list-tiles .big-img + .info-bottom p{
    position: absolute;
    bottom: 0;
}
.list-single-exercise .info .nowrap,
.list-tiles .info .nowrap{
    white-space: nowrap;
}
.list-single-exercise .date,
.list-tiles .date{
    position: absolute;
    bottom: 0;
    padding-left: 5px;
}
.list-single-exercise .date .ico-date,
.list-tiles .date .ico-date{
    width: 25px;
    height: 25px;
}
@media (max-width: 800px){
    .list-single-exercise .big-img img,
    .list-tiles .big-img img{
        max-width: 120px;
    }
    .list-single-exercise .big-img,
    .list-single-exercise .big-img + .info,
    .list-single-exercise .big-img + h4,
    .list-single-exercise .ico-sprite + h4,
    .list-single-exercise > div,
    .list-single-exercise > li > p,
    .list-single-exercise > li > a,
    .list-tiles .big-img,
    .list-tiles .big-img + .info,
    .list-tiles .big-img + h4,
    .list-tiles .ico-sprite + h4,
    .list-tiles a{
        height: 87px;
    }
    list-single-exercise > div > .ico-sprite,
    list-single-exercise > li > p > .ico-sprite,
    list-single-exercise > li > a > .ico-sprite,
    .list-tiles a > .ico-sprite{
        float: left;
        height: 112px;
        margin-left: -10px;
        margin-top: -25px;
        width: 112px;
    }
    .list-single-exercise .big-img + .info-bottom p,
    .list-tiles .big-img + .info-bottom p{
        position: relative;
        bottom: 0;
    }
    #selected-videos li{
        border-bottom: solid 1px #fff;
    }
    #selected-videos .row > div{
        margin-bottom: 10px;
    }
    #selected-videos form{
        margin: 0 15px;
    }
}
@media (max-width: 950px){
    .list-single-exercise .info .nowrap,
    .list-tiles .info .nowrap {
        white-space: normal;
    }
}
@media (max-width: 400px){
    .list-single-exercise .big-img + h4,
    .list-tiles .big-img + h4{
        font-size: 13px;
        line-height: 16px;
        padding: 5px 5px;
    }
}
.list-categories .without-image a,
.list-single-exercise .without-image a,
.list-tiles .without-image a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-categories .without-image h4,
.list-single-exercise .without-image h4,
.list-tiles .without-image h4 {
    text-align: center;
}

.list-exercises {
    
}
.list-exercises a {
    display: block;
    width: 100%;
    position: relative;    
}

.list-messages{
    margin: 30px 0 15px 0;
}
.list-messages .message-unread h4{
    font-weight: bold;
}
.list-exercises .media,
.list-messages .media{
    padding: 5px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 0;
}
.list-messages .media-body{
    height: 90px;
    position: relative;
}
.list-exercises .media:hover,
.list-messages .media:hover{
    background: #efefef;
}
.list-messages a{
    display: block;
    height: 90px;
    width: 100%;
    position: relative;
}
.list-exercises a:hover,
.list-messages a:hover{
    text-decoration: none;
}
.list-messages h4{
    margin: 0;
    margin-bottom: 2px;
}
.list-messages time{
    color: #999;
}
.list-messages p.info{
    font-size: 0.9em;
    margin-bottom: 6px;
}
.list-messages .message-body{
    color: #333;
    max-height: 60px;
    overflow: hidden;
}

.list-data dt{
    font-style: italic;
    font-weight: normal;
    text-align: left;
    width: auto;
    margin-right: 5px;
}
.list-data dt:after{
    content: ": ";
}
.list-data dd{
    margin-left: auto;
}

.list-workouts-manage{
    padding-left: 0;
    list-style: none;
}

#selected-videos li{
    background: #FBFCFD;
    padding: 10px;
}
#selected-videos li:nth-child(odd){
    background-color: #F2F5F7;
}
#selected-videos li > h4{
    margin-top: 0;
}


.alert{
    border-radius: 0;
}

.admin-block{
    position: relative;
}
.admin-link{
    position: absolute;
    right: 0px;
    top: -30px;
}

.pagination{
    margin-top: 0;
}
.pagination > li > a,
.pagination > li > span {
    border: none;
    background: #F2F5F7;
    margin: 2px;
    color: #7C7C7C;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #3777b5;
    border: none;
}

.img-profile{
    background: #eee;
}

.dropdown-menu{
    border-radius: 0;
}

.table thead > tr > th{
    background: #649CC8;
    color: #fff;
    text-align: center;
}
.table thead > tr > th,
.table tbody > tr > td{
    padding: 3px;
    vertical-align: middle;
}

.table-related .email{
    width: 255px;
}
.table-related .enabled{
    width: 140px;
    text-align: center;
}
.table-related .date{
    width: 140px;
    text-align: center;
}
.table-related .actions{
    width: 140px;
    text-align: center;
}

.table-basket .category{

}
.table-basket .period{
    text-align: center;
    width: 235px;
}
.table-basket .price{
    text-align: center;
    width: 140px;
    text-wrap: none;
}
.table-basket .actions{
    width: 80px;
    text-align: center;
}

.form-choose-months{
    text-align: center;
}
.form-choose-months label > input{
    display: none;
}
.form-choose-months label > input:checked + .info{
    background: #73C2B5;
    color: #fff;
}
.form-choose-months label > .info{
    background: #F2F5F7;
    display: block;
    cursor: pointer;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
}
.form-choose-months label > .info:hover{
    background: #e6ecf0;
}
.form-choose-months label > .info .h4{
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
}
.form-choose-months .row{
    margin-bottom: 20px;
}
.form-choose-months .button{
    display: inline-block;
    margin: 5px;
}

.div-price-list
{
    width: 80%;
    margin: auto;
}

.div-price-list > .row
{
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    //background: #aaaaaa;
    //display: block;    
    display: table;
    
    border-collapse:separate;
    border-spacing: 10px;
}

.div-price-list > .row > .cellFirst
{
    width: 280px!important;
}

.div-price-list > .row > .cell
{
    background: #F2F5F7;
    width: 140px;
    //display: inline-block;
    display: table-cell;
    vertical-align: middle;
    //margin: 5px;
    //padding: 10px;
    height: 80px;
    text-align:center;
    font-size: 15px;
    //top: 50%;
}

.div-price-list > .row > .cell > .value
{
    margin: 5px;
    font-size: 18px;
    //display: table-cell;
    //width: 300px;
    //height: 80px;
    
    //display: inline-block;
   // padding: 10px;
   // margin: 20px;
   // vertical-align: middle;
    
   // top: -50%;
}

.div-price-list > .main > .cell > .elem
{
    width: 120px;
    height: 80px;
    display: inline-block;
  //  padding: 10px;
  //  margin: auto;
  //  margin-top:10px;
    vertical-align: middle;
    top: -50%;
    
    background: #F2F5F7;
}

.nyroModalCont{
    border: 0;
    z-index: 100;
}
.nyroModalBg{
    z-index: 99;
}

#spot_messagebundle_messageadmintype_group,
#spot_messagebundle_messagenewtype_rcpts_users{
    max-height: 125px;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px #cbcbcb;
    padding: 5px 10px 10px 10px;
    width: 100%;
    background: #F2F5F7;
}

.nav-message > li > a{
    text-transform: uppercase;
    font-size: 18px;
}
.nav-message > li.active > a:hover,
.nav-message > li.active > a:focus,
.nav-message > li.active > a,
.nav-message > li > a:focus,
.nav-message > li > a:hover{
    background: none;
    text-decoration: underline;
    color: #3777B5;
}
@media (max-width: 768px) {
    .btn-new-message{
        margin: 0 auto;
        clear: both;
        float: none !important;
        text-align: center;
    }
    .nav-message{
        display: block;
        text-align: center;
        margin-top: 12px;
    }
}

.select2-container.select2-container-multi.form-control{
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    height: auto;
}
.select2-container.select2-container-multi.form-control .select2-choices{
    background-color: #F2F5F7;
    border: 1px solid #CBCBCB;
    background-image: none;
    padding: 2px;
}
.select2-container.select2-container-multi.form-control.select2-container-active .select2-choices{
    border: solid 1px #cbcbcb;
    -webkit-box-shadow: 0px 0px 0px 1px #cbcbcb;
    box-shadow: 0px 0px 0px 1px #cbcbcb;
}
.select2-drop.select2-drop-above.select2-drop-active{
    border-top: solid 1px #cbcbcb;
}
.select2-drop.select2-drop-multi.select2-display-none.select2-drop-active,
.select2-drop-active{
    border: solid 1px #cbcbcb;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

#carousel-main{
    border-bottom: 3px solid #3777B5;
    border-top: 3px solid #3777B5;
}
#carousel-main .carousel-inner{
    min-height: 340px;
}
#carousel-main .carousel-inner p.button{
    position: absolute;
    right: 0;
    top: 90px;
}
#carousel-main .item{
    /*padding-top: 70px;*/
}
#carousel-main .carousel-caption{
    padding: 0;
    padding-top: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 60%;
    text-align: right;
    text-shadow: none;
    font-family: Calibri,"Liberation Sans";
    font-size: 15px;
    line-height: 18px;
    color: #333;
}
#carousel-main .carousel-indicators{
    background: #1F1F1F;
    width: 33.3333%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    margin: 0;
    left: auto;
}
#carousel-main .carousel-indicators li{
    font-family: Calibri,"Liberation Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    display: block;
    height: 25%;
    min-height: 85px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #424141;
    border-radius: 0;
    margin: 0;
    text-indent: 0;
    color: #fff;
    padding: 10px;
    position: relative;
    padding-right: 130px;
}
#carousel-main .carousel-indicators li > img{
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
}
#carousel-main .carousel-indicators .active .triangle{
    content: "";
    border: none;
    border-bottom: 42px solid rgba(0, 0, 0, 0);
    border-right: 15px solid #3777B5;
    border-top: 42px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    position: absolute;
    left: -15px;
    top: 0;
}
#carousel-main .carousel-indicators .active:hover,
#carousel-main .carousel-indicators .active:focus,
#carousel-main .carousel-indicators .active{
    height: 25%;
    width: 100%;
    margin: 0;
    background: #3777B5;
}
#carousel-main .carousel-indicators li:hover,
#carousel-main .carousel-indicators li:focus{
    background: #2B4B6A;
}
@media (max-width: 768px) {
    #carousel-main .carousel-indicators{
        width: 100%;
        height: auto;
        position: relative;
        margin: 0;
        top: auto;
        bottom: auto;
    }
    #carousel-main .carousel-indicators li{
        width: 50%;
        display: inline-block;
        border: 0;
        margin: 0;
        min-height: 55px;
        overflow: hidden;
        height: auto;
        padding: 10px;
    }
    #carousel-main .carousel-indicators li img{
        display: none;
    }
    #carousel-main .carousel-caption{
        padding: 10px;
        width: auto;
    }
    #carousel-main .carousel-inner{
        min-height: 0;
    }
    #carousel-main .item{
        padding: 0;
    }
    #carousel-main .triangle{
        display: none;
    }
    #carousel-main .carousel-indicators .active:hover,
    #carousel-main .carousel-indicators .active:focus,
    #carousel-main .carousel-indicators .active{
        width: 50%;
    }
}

.error404{
    margin-top: 30px;
}
.error404 .col-img{
    padding-right: 20px;
    border-right: solid 1px #eee;
}
.error404 .col-content{
    padding-left: 80px;
}

.error404 a.btn{
    padding: 30px 20px;
    display: block;
    margin-bottom: 22px;
    text-align: center;
}
.error404 a.btn .ico-sprite{
    width: 85px;
    height: 85px;
    margin-left: 10px;
    margin-right: 10px;
}

#alert-fixed-top{
    position: fixed;
    top: 41px;
    z-index: 50;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
#alert-fixed-top > .alert{
    padding: 5px;
}
.alert-spinner{
    background: #fff;
    padding: 3px 0;
}


.licenses-count{
    background: #F9F9F9;
    padding: 5px;
}
div.payment-method  {
     width: 60%;
    margin: auto;
}
.payment-method h3{
    border-bottom: none;
   
}
@media (min-width: 992px) {
    .pay-online{
        border-right: solid 1px #eee;
        padding-right: 90px;
    }
    .traditional-transfer{
        padding-left: 90px;
    }
}

.well {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .profile .photo{
        float: left;
        z-index: 90;
    }
    .profile .photo img{
        width: 50px;
    }
}
@media print {
    body{
        padding-top: 0;
    }
    a[href]:after {
        content: "";
    }
    .list-single-exercise > li > a,
    .list-tiles > li > a{
        height: auto;
    }
}
div.calendar-modal {
    max-height: 600px;
}
div.calendar-modal div.calendar-content {
    min-height: 180px;
}
/* **** OTHER **** */
.fright {
    float: right;
}

.clear-left-padding {
    padding-left: 0px;
}

.text-uppercase {
    text-transform: uppercase;
}

#workout-container.workout-container{
    border: 1px solid #3b3b3b;
    outline: none;
}
.only-org-info {
    font-size: 14px;
    color: red;
}


.hiddenDiv {
    visibility: hidden!important;
    height: 0px!important; 
    overflow: hidden!important;
    line-height:  0!important;
    zoom: 1!important;
    width: 0px!important;
    padding: 0px!important;
    margin: 0px!important;
    width: 0px!important;
}
@media not print {
.hidden-not-for-print {
    
    visibility: hidden!important;
    height: 0px!important; 
    width: 0px!important;
    overflow: hidden!important;
    line-height:  0!important;
    zoom: 1!important;
    width: 0px!important;
    padding: 0px!important;
    margin: 0px!important;
          
}
}
/* .cookieInfo {
    text-align: center;
    margin: 10px;
} */
.cookieInfo {
    position: fixed;
    bottom: 88px;
    width: 430px;
    right: 215px;
    transform: translate(50%);
    background: hsla(0,0%,94.9%,.8980392156862745);
    z-index: 5;
    padding: 10px;
    border-radius: 25px 0 0 0;
}

.control-readonly-label {
    
}
.control-readonly-text {
    padding-top: 7px;
}

/* HomePage video */
.image-dj {
    background-image: url(../img/image_dj.png?20160422);    
}
.image-kosf {
    background-image: url(../img/image_kosf.png);    
}
.cell-home-video, 
.cell-home-video-logo-left
{
    text-align: center;    
}
.cell-home-video iframe, 
.cell-home-video .home-image,
.cell-home-video-logo-left iframe, 
.cell-home-video-logo-left .home-image
{
    height: 143px;
    width: 255px;
    border: 0;    
}
.cell-home-video,
.cell-home-video-logo-left{
    width: 100%;        
}    

.cell-home-video .home-image,
.cell-home-video-logo-left .home-image
{
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    margin: auto;
    margin-bottom: 7px;
    background-size: 255px 143px;
}
.cell-home-video-logo-left-div-horizontal {
        display: -webkit-flex; /* Safari */
        -webkit-align-items: center; /* Safari 7.0+ */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;        
        
    }
.cell-home-video-logo-left-div-horizontal ul {
    margin-right: 15px;
}
@media (min-width: 330px){
    .cell-home-video iframe, 
    .cell-home-video .home-image,
    .cell-home-video-logo-left iframe, 
    .cell-home-video-logo-left .home-image
    {
        height: 163px; 
        width: 290px;         
    }
    .cell-home-video .home-image,
    .cell-home-video-logo-left .home-image
    {
        background-size: 290px 163px;
    }    
}
@media (min-width: 440px){
    .cell-home-video iframe, 
    .cell-home-video .home-image,
    .cell-home-video-logo-left iframe, 
    .cell-home-video-logo-left .home-image
    {
        height: 225px; 
        width: 400px;         
    }
    .cell-home-video .home-image,
    .cell-home-video-logo-left .home-image
    {
        background-size: 400px 225px;
    }    
}


@media (min-width: 520px){
    .cell-home-video iframe, 
    .cell-home-video .home-image
    {
        height: 270px; 
        width: 480px; 
    }
    .cell-home-video .home-image
    {
        background-size: 480px 270px;
    }
    
    .cell-home-video-logo-left iframe, 
    .cell-home-video-logo-left .home-image{
        height: 180px; 
        width: 320px; 
    }   
    .cell-home-video-logo-left .home-image {
        background-size: 360px 202px;
    }
    
    
    
}
@media (min-width: 1200px){       
    .cell-home-video,
    .cell-home-video-logo-left {
        float: left;
/*        width: 50%;*/
        /*padding-top: 0px;*/
        
        width: 530px;
        height: 402px;
        margin: 20px;
        padding: 20px;
        
        -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:   0px 0px 15px 0px rgba(50, 50, 50, 0.5);
        box-shadow:        0px 0px 15px 0px rgba(50, 50, 50, 0.5);  

    }
    .cell-home-video-logo-left-div-horizontal {
        height: 278px;
    }
}
@media (max-width: 1199px){       
    .cell-home-video:not(:first-child),
    .cell-home-video-logo-left:not(:first-child)
    {
        padding-top: 20px;
    }
}

.idlicgen {
    font-size: 20px;
}
.idlicgen .ilg_group {
    padding: 5px;
    border: solid 1px #9d9d9d;    
    background-color: #f9f9f9;    
    font-size: 16px;    
}

.idlicgen .ilg_group div {
    display: table-row;
}

.idlicgen .ilg_group label {
    display: table-cell;
    font-weight: normal ;
}

.idlicgen .ilg_group input {
    width: 75px;
    margin: 10px 5px;
    display: table-cell;
}

.licz-wyp {
	line-height: 28px; font-size: 18px;
}

.licz-wyp h5 {
	font-weight: bold;
	text-decoration: underline;
        font-size: 18px;
        font-family: "myriad pro", tahoma, verdana, arial, sans-serif;
}

.licz-wyp-cc, .licz-wyp-cs, .licz-wyp-cp, .licz-wyp-cr {
	margin-bottom: 25px;
}

.licz-wyp ol {
    counter-reset: list;
}

.licz-wyp ol > li {
    list-style: none;
}

.licz-wyp ol > li:before {
    content: counter(list) ") ";
    counter-increment: list;
}

.licz-wyp-list-empty ol {
    list-style-type: none;
    
}

.licz-wyp-list-empty ol > li:before {
    content: "";    
}

.margin-g-recaptcha-auto > div.g-recaptcha > div {
    margin: auto;
}
.margin-g-recaptcha-unset  > div.g-recaptcha > div {
    margin: unset;
}

#paginationPages ul.pagination {
    display: none;
}

.offscreen {
    position: absolute;
    left: -999em;
}

.input-daystart {
    width: 25px;
    text-align: center;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.list-download-row {
    width: 100%;
    margin: 5px 0;
}