@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap&subset=latin-ext');

@charset "UTF-8";

.padding15{padding:0 15px}
.fast-anim{
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
}

.rejestracja input[type="button"]{
    margin-top: 25px;
}

.rejestracja .btn-rejestracja {
    margin-top: 25px;
}

.online h1{
    text-transform: uppercase;
    font-size: 22px;
}

.online ol{
    list-style-type:none;
}

.online ol li{
    font-size: 15px;
    padding: 12px 0;
}

.online ol > li > span{
    background-color: #ffcc00;
    padding: 4px 8px 5px 10px;
    margin-left: -25px;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    float:left;
}

.online ol .zasada {
    width:95%; 
    margin:9px 0 0 20px
}

.table-historia{
	font-family:'Open Sans'; 
    font-size: 14px;
}

.table-historia th{
    background-color: #f4f4f4;
    height: 50px;
    text-align: left;

}

.ng-table th.sortable .sort-indicator, span.ng-binding.sort-indicator{
    /*line-height: 50px;*/
    padding-left: 15px;
}
.table{
    border: 2px solid #fff;
}

/* .table, th, td, tr{
    border: 2px solid #fff;
} */

.point-bar{
    font-family: 'Panton-Light';
    font-size: 21px;
    text-transform: uppercase;
    white-space: nowrap;
    
}

.point-bar-points{
	font-family:'Conv_Fontfabric - Panton Bold',Sans-Serif;
    color: #ffcc00;
    padding-left: 10px;
}



/* logowanie */

.login-site-register{
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;
    width: 100%;
    height: 100%;
    margin-bottom: -80px;
    position: relative;
    background-image: url(../../static/img/bg-login2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.login-site-register input[type="text"],.login-site-register input[type="password"]{
    max-width: 300px;
}

.login-site{
    width: 100%;
    min-height: 766px;
    height: 100%;
    margin-bottom: -102px;
    position: relative;
    top: -101px;
    
    background-image: url(../../static/img/bg-login2.jpg);
    /* Christmas background: */
    /* background-image: url(../../static/img/bg-login3.jpg); */
    background-repeat: no-repeat;
    background-position: top center;    
    /*
    width: 100%;
    height: 83%;
    margin-bottom: -102px;
    position: relative;
    top: -101px;
    background-image: url(../../static/img/bg-login.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    */
}



.login-site-panel{
    position: relative;
    top: 80px;
    max-width: 480px;
    margin: 100px auto;
    padding: 10px;
}

.login-site-panel label{
    min-width: 77px;
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;
    color: #20201f;
    padding-left: 16px;
    text-transform: uppercase;
    position: relative;
    right: -16px;
    top: 8px;
    text-align: right;
}

.login-site-panel input[type="text"], .login-site-panel input[type="password"]{
    font-family: 'Panton-Light';
    color: #20201f;
    background-color: #fff;
    font-size: 18px;
    width: 100%;
    max-width: 295px;
    min-width: 150px;
    height: 40px;
    border-radius: 0;
    margin: 0 auto;    
}

.login-site-panel button.btn{
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;
    color: #fff;
    background-color:#ee0133;
    font-size: 15px;
    border-radius: 0;
    border: 0;
    width: 100%;
    max-width: 295px;
    min-width: 150px;
    height: 40px; 
    opacity: 1;
    margin-left: 24px;    
}


.checkboxes{
    margin-top: -15px;
    padding-left: 28px;    
}

.checkboxes, .checkboxes a{
    font-family: 'Open-Sans',Sans-Serif;
    text-align: left;
    color: #20201f;
    font-size: 10px;
    white-space: nowrap;
}

.checkboxes a{
    position: relative;
    top: 5px;
    
}


.checkboxes input[type="checkbox"]{
    position: relative;
    top: 5px;
}

.login-site-panel .ng-binding{
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;   
    color:#ee0133;
    font-size: 15px;
}

.login-tekst{
    position: relative;
    top: 0px;
    left: 0;
    width: 1125px;
}
.login-tekst-content h3{
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;   
    font-size: 32px;   
}
.login-tekst-content{
    width: 425px;
    color:#fff;    
}



/* user panel */
.application-user{
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;  
}

.application-user h1, .news h1{
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    left: -10px;
}




/*  strona główna po zalogowaniu   */

.sg-logout-slide{
    background-image: url(../img/slid3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    /*height: 745px;*/
    position: relative;
    top: -10px;
}

@media only screen and (min-width: 750px) {
    .sg-logout-slide {
        background-image: url(../img/slid3.jpg);
        /* christmas background: */
        /* background-image: url(../img/slid5.jpg); */
        height: 745px;
    }
}
@media only screen and (max-width: 750px) {
    .sg-logout-slide {
        background-image: url(../img/slid3_750x998.jpg);
        /* christmas background: */
        /* background-image: url(../img/slid5_750x998.jpg); */
        height: 1000px;
    }
}

.sg-logout-slide-options{
    position: relative;
    top: 150px;
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;   
}

.sg-logout-slide-tytul h1{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 35px;
}
.sg-logout-slide-tresc{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
.sg-logout-slide-points{
    color:#c5042c;
    font-size:30px;
    font-weight:bolder;
}
.sg-logout-slide-buttons{
    max-width: 895px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.sg-logout-slide-buttons-row{
    width:100%; 
    float:left; 
    text-align:center;
}

.sg-logout-slide-buttons-ankiety{
    width: 220px;
    background-color: #fff;
    height: 220px;
    float: left;
    margin-right: 5px;
    opacity: .80;
}
.sg-logout-slide-buttons-konkursy{
    width: 220px;
    background-color: #fff;
    height: 220px;
    float: left; 
    margin-right: 5px;
    opacity: .80;    
}
.sg-logout-slide-buttons-do-dziela{
    width: 220px;
    background-color: #c5042c;
    height: 220px;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #fff;
    /* line-height: 220px; */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-top: 90px;
}

a.sg-logout-slide-buttons-do-dziela:hover{
    text-decoration:none;
    color:aliceblue;
    background-color: #00bf04;
}

.nazwa-ilosci{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #c5042c;
}

.ilosc{
    font-size: 110px;
    font-family: 'Panton-Light';
    color: #c5042c;
}

.ankietaX{
    font-family: 'Open Sans';
    border: 2px solid #eeeeee;
    padding: 20px;
    margin: 52px 0 25px 0;
}
.ankietaY{
    min-height: 794px;
}

.ankietaX h2{
    font-size: 20px;
    color: #04c524;
    font-weight: 400;
    margin:0px 20px 30px 20px;
}

.ankietaX button, .zmiania-num-bankowego button, .application-user button{
    cursor: pointer;
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif; 
    color: #fff;
    max-width: 280px;
    width: 100%;
    background-color: #e2051a;
    border: 0;
    text-align: center;
    font-size: 20px;
    padding:7px 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}

.ankietaX button:hover, .application-user button:hover{
    background-color: #00bf04;
}


.zgody ol {
    margin: 0;
    padding: 4px 0 0 11px !important;
}
.ankiet-checkbox input[type="radio"]{
    /* display:inline-block; */
    display: none;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
.register-row{
    margin-bottom: 6px !important; 
}
.start-register-p{
    margin-top: -10px;
}
label {
    font-weight: 400 !important;
}
.zgody {
    padding: 0 15px;
    margin-bottom: 7px;
}

.zgody, .right-side-register p{  
    font-size: 10px;
    color: #626262;
    font-weight: 400;
    line-height: 12px;
}

.right-side-register p{
margin: 0;
}

.zgoda-txt{
    width:95%; padding-left:18px; padding-top:3px;
}

.right-side-register h1{
    font-size: 25px;
    padding-left: 0;
    margin-left: 0;
}

.left-side-register{
    background-image: url(../../static/img/bg-login2.jpg);
    background-repeat: no-repeat;
    background-position-x: 41%;
    background-position-y: 39%;
    min-height: 910px;
    height: 100%;
    width: 100%;
    margin-top: -14px;
}

.right-side-register{
    background-color: #fff;
    max-height: 100%;  
}

label.tx{
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif; 
    font-size: 15px;
    padding-top: 8px;
}
.right-side-register input[type="checkbox"]{
    float: left;
}

.right-side-register button.btn:not([class^=ordinary-link]){
    background-color: #00bf04;
    color: #fff;
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;
    opacity: 1;
    margin-right: 15px;
}

.navi2{
    position: relative;
    left: 0;
}

.navigacja2{
    position: absolute;
    top: 55px;
    z-index: 1;

}

.top-navi2, .top-navi2 a{
	font-family:'Panton-Light',Sans-Serif, 'Open Sans';    
    color: #fff;
    font-size: 12px;
    font-weight: bolder;
    text-align: right;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;     
}

.top-navi2 a:hover, a.active{
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    
}
.left-side-register-content a {
    color: #fff;
}
.top-navi2 li{
    display:inline-block;
}

.slider-logo {
    position: absolute;
    top: 50px;
    z-index: 1;
}

.logo-register {
    text-align: left;
    position: relative;
    top:40px;
}

.left-side-register-content{
    position: relative;
    top: 127px;
    color: #fff;
    font-family: 'Open Sans',Sans-Serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    text-align: justify;

    padding: 0px 90px;
}
.left-side-register-content b{
    color: #ffcc00;
    font-family: 'Open Sans',Sans-Serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;  
}


.left-side-register-content  h3{
    margin: 0; padding: 0; font-size: 32px; font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;   
}

.left-side-register-content p{
    padding-top: 10px;
}

ul.ankiety, ul.konkursy{
    padding-left: 0;
    padding-right: 0;
}

ul.ankiety li{
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    max-height: 120px;
    max-width: 265px;
    font-family: 'Panton-Light';
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding: 0px 10px;
    margin: 10px;
    border: 2px solid #e6e6e6;
    background-color: #1cbd22;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;  
}

ul.ankiety h4, ul.konkursy h4, ul.pyt-otwarte h4{
    font-weight: bolder;
    margin-top: -1px;
}

ul.ankiety a, ul.konkursy a, ul.pyt-otwarte a{
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;  
}
ul.ankiety li:hover, ul.konkursy li:hover, ul.pyt-otwarte li:hover{
    border: 2px solid #fff;
   -moz-box-shadow:    inset 0 0 7px silver;
   -webkit-box-shadow: inset 0 0 7px silver;
   box-shadow:         inset 0 0 7px silver;
}
ul.ankiety li:hover, ul.ankiety li:hover > a, ul.konkursy li:hover, ul.konkursy li:hover > a, ul.pyt-otwarte li:hover, ul.pyt-otwarte li:hover > a{
    background-color: #fff;
    color: #282828;

}
ul.konkursy h3{font-size: 18px; font-weight: bolder; }

.polling-div{
    cursor: pointer;
    display: table-cell; 
    vertical-align: middle; 
    text-align: center;
    height: 120px;
    min-height: 200px;
    margin-left: auto;margin-right: auto;
    width: 250px;
}
.polling-div:hover > a{
    color: #000;
}
ul.konkursy li{
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    vertical-align: middle;
    max-height: 120px;
    max-width: 265px;
    font-family: 'Panton-Light';
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px;
    border: 2px solid #e6e6e6;
    background-color: #5719cf;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
}

ul.pyt-otwarte li{
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    vertical-align: middle;
    max-height: 120px;
    max-width: 265px;
    font-family: 'Panton-Light';
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px;
    border: 2px solid #e6e6e6;
    background-color: #5719cf;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

h1{
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;
    font-size: 22px;
    text-transform: uppercase;
}

.ankiety-section{
    background-color: #f3f3f3;
}

.konkursy-section h1, .ankiety-section h1, .pyt-otw-section h1{
    padding-top: 27px;
}

.h2ankieta{
    color: #04c524;
    font-size: 20px;
	font-family:'Open Sans';     
    
}

.h2konkurs{
    color: #5719cf;
    font-size: 20px;
	font-family:'Open Sans';     
    
}

.h2ankieta, .h2konkurs, .ankiety-konkursy p{
    padding-left: 15px;
}

a.reg-file{
    text-decoration: none;
}
a.reg-file:hover{
    color: #000;
}
.reg-file {
    font-family: 'Conv_Fontfabric - Panton Bold';
    background-color: #d21616;
    padding: 6px 13px;
    position: absolute;
    top: 18px;
    right: 9px;
    width: 127px;
    white-space: nowrap;
    float: right;
    z-index: 12;
    color: #fff;
    font-size: 11px;
}
.mobile-b{
    font-size: 12px;
    max-width: 180px;
}

.reg-file:hover{   
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
}

.czerwona-kreska{
    height: 3px;
    margin-left: 10px;
    width: 99%;
    background-color: #c5042c;
    position: relative;
}

.zielona-kreska{
    height: 3px;
    margin-left: 10px;
    width: 99%;
    background-color: #04c524;
    position: relative;
}

.granatowa-kreska{
    height: 3px;
    margin-left: 10px;
    width: 99%;
    background-color: #5719cf;
    position: relative;
}

.dane-dla-usera{
    margin-bottom: 25px !important;
    position: relative;
    top: -10px;
}

.gratulacje{
    font-family: 'Conv_Fontfabric - Panton Bold';
    background-image: url(../../static/img/bg-gratulujemy2.jpg);
    background-repeat: no-repeat;
    max-height: 795px;
    height: 106%;
    text-align: center;
    color: #fff;
}
.gratulacje h2{
    font-size: 35px;
}
.gratulacje p, .gratulacje-informacja b{
    font-size: 35px;
    color: #ffcc00;
}

.gratulacje-content{
    padding-top: 125px;
    margin-bottom: 24px;
}
.gratulacje-informacja{
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    max-width: 750px;
    margin-top: 25px;
    font-size: 26px;  
    border-top: 2px solid #fff;
}

.gratulacje-informacja span{
    /* font-size: 15px;   */
    position: relative;
    padding-right: 8px;
    /* top: -22px; */
}
.gratulacje button{
    margin: 25px 0 0 -11px;
    background-color: #c5042c;
    font-size: 25px;
    padding: 20px 30px;
}

.gratulacje button:hover{
    color:#fff;
    background-color: #00bf04;
}

.contest-result {
    background-image: url(../../static/img/bg-gratulujemy2.jpg);
    background-repeat: no-repeat;
		height: 82%
}

/* nagrody */

.nagrody button{
    font-family: 'Conv_Fontfabric - Panton Bold';
    font-size: 16px;
    margin-top: 15px;
    width: 100%;
    max-width: 260px;
    border-radius: 0;
    background-color: #ffcc00;
    max-height: 43px;
    height: 100%;
}
.nagrody button:hover{
    background-color: #d21616;
    color: #fff;
}

.nagroda-1{  
    border: 2px solid silver; 
    width: 100%;
    height: 100%;
    max-height: 180px;
    max-width: 220px;
    margin-bottom: 100px;
    padding-top: 14px;    
}

.h2nagrody{
    color: #ffcc00;
    font-size: 20px;
    font-family: 'Open Sans';
    margin-top: 16px;   
    
}
.komunikat{
    font-size: 21px;
    font-family: 'Open Sans';
    font-weight:700;
    color: #000;
    text-align: left;
    position: relative;
    top: -10px;       
}
.nazwa-nagrody{
    font-family: 'Conv_Fontfabric - Panton Bold';      
    font-size: 17px;
    font-weight: 900;
}
.wartosc-punkty{
    font-family: 'Panton-Light';
    font-size: 13px;
    font-weight: 900;
}
.nazwa-nagrody b{
    padding: 0px 20px;
}
.nazwa-nagrody img{
    padding: 13px 0;
}
.potwierdzenie-zamownienia{
    padding: 30px 0;
    font-family: 'Panton-Light';
    background-color: #f1f1f1;
}
.potwierdzenie-zamownienia-content{
    background-color: #fff;
    padding: 38px 30px;
    margin: 15px auto;
    min-height: 150px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.25);
}

.potwierdzenie-zamownienia-content-numer {
    font-family: 'Conv_Fontfabric - Panton Bold';
    background-color: #ffcc00;
    color: #000;
    padding: 25px 20px;
    margin: 15px auto;
    min-height: 161px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
}

.potwierdzenie-zamownienia-content-numer-bank{
    border: 2px solid #000;
    padding: 5px;
    /* font-size: 18px; */
    position: relative;
    top: 8px;
    /* letter-spacing: 1.8pt; */
    /* width: 31%; */
    /* white-space: pre-wrap; */
}
span.potwierdzenie-zamownienia-kwota input {
    border: 2px solid silver;
}
.potwierdzenie-zamownienia-kwota{
    position: relative;
    top: 6px;
    font-family: 'Conv_Fontfabric - Panton Bold';
    font-size: 35px;
    color: #ffcc00;

}
.potwierdzenie-zamownienia-content .komunikat{
    top: 1px;
}
.light-font {
    font-family: 'Panton-Light';
    font-weight: 600;
    font-size: 15px;
    color: #8d8d8d;
    position: relative;
    top: -13px;
}

.zmiania-num-bankowego {
    font-family: 'Conv_Fontfabric - Panton Bold';
    padding: 0 0 30px 0;
    margin: 0 auto;
    width: 100%;
}
.zmiania-num-bankowego input[type="text"], .application-user input[type="text"], .application-user input[type="password"] {
    height: 60px;
    line-height: 60px;
    font-family: 'Panton-Light';
    font-weight: 100;
    font-size: 31px;
    border: 2px solid silver;
    letter-spacing: 6.3px;
    margin: 0 0 10px 0;
}
.zmiania-num-bankowego i{
    font-family: 'Panton-Light';
    font-weight: 800;

}
.num-bank-komunikat {
    background-color: #d21616;
    padding: 15px 15px;
    min-height: 84px;
    text-align: center;
    font-family: 'Panton-Light',Sans-Serif, 'Open Sans';
    color: #fff;
    font-size: 28px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.zmiania-num-bankowego .podpowiedz {
    font-family: 'Panton-Light';
    font-weight: 600;
    font-size: 15px;
    position: relative;
    top: -1px;
    text-align: center;
}
.user-points {
    background-color: #ffcc00;
    font-size: 33px;
    height: auto;
    text-align: center;
    padding: 50px 10px;
    margin-top: 15px;
}
.user-points span{
    color: #fff;
    font-size: 40px;
}
.user-points div{
    vertical-align: middle;
}

.dziekujemy-komunikat-mobile{
    color: #fff;
    background-image: url(../../static/img/logout-bg.png);
    background-repeat: repeat;
    padding: 15px;
    /* margin-left: 50px; */
    width: 100%;
    max-width: 295px;
    left: 0px;
    position: relative;
    margin: 107px auto;
}

.dziekujemy-komunikat{
    color: #fff;
    background-image: url(../../static/img/logout-bg.png);
    background-repeat: repeat;
    padding: 15px;
    /* margin-left: 50px; */
    width: 100%;
    max-width: 500px;
    left: 40px;
    position: relative;
    margin: 107px auto;
}


.dziekujemy-komunikat h1,.dziekujemy-komunikat-mobile h1{text-align: center;}
.dziekujemy-komunikat span,.dziekujemy-komunikat-mobile span{color: #ffcc00;}

.news{margin-bottom: 50px;}
.news p{
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 23px;
}
.news-foto{
    width: 100%;
    max-width: 1100px;
}
img.news-foto{
    padding: 0 15px 5px 0;
    float: left;
    width: 100%;
    max-width: 400px;
}



input.radio{
    height: 22px;
}


input.radio:empty {
	margin-left: -999px;
}

input.radio:empty ~ label {
    font-family: 'Panton-Light';
    font-size: 16px;
    position: relative;
    float: left;
    /* line-height: 2.5em; */
    /* text-indent: 3.25em; */
    margin: 10px 0 10px 15px;
    padding-left: 55px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
    height: 22px;
}

label.ng-binding::before{
    height: 22px;
}






/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    height: 22px;
    color: #fff;
}

input.radio:hover:not(:checked) ~ label {
    content: '\2714';

}







/* toggle on */
input.radio:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #fff;
    height: 22px;
    /*background-color: #4DCB6D;*/
    background-color: #5d9f8c;
}

input.radio:checked ~ label {
	color: #04c524;
}

.film{
    background-color: #f1f1f1;
    margin-bottom: 100px;
}

.faq{
    font-family: 'Panton-Light'; 
    font-size: 16px;
}

.faq h1 {
	text-align: left;	
	color: #000;
}
.faq .content {
	width: 100%;
	margin: 0 auto;
}
.faq .content h3 {
    /* background: url(/static/img/rozwin-button.png) no-repeat right center #f4f4f4; */
    background-position-x: 99%;    
    border: 1px solid #EEEEEE;
    color: #58584c;
    display: block;
    margin: 12px 0 0 !important;
    padding: 15px 25px;    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.faq .content h3 > div {
    width: 92%;
}
.faq .content p {
    font-weight: 500;
	font-size: 13px;
	line-height: 1.4em;
	padding: 10px;
}
.faq .content h3.active {
	/* background: url(/static/img/zwin-button.png) no-repeat right center #ffcc00; */
    background-position-x: 99%;       
}
.faq .content h3:hover {
	background-color: #fccb40;
	color: #717150;
	border: 1px solid #EEEEEE;
	cursor: pointer;
}
.faq .content div {
	padding: 15px;
}

.faq .content button.unfold, button.fold {
    border: none;
    font-weight: bolder;
    font-size: 12px;
    bottom: 54px; 
    right: 6px;
    position:relative;
    width: auto;
    padding-right: 23px;
    height: 30px;
}

.faq .content button.unfold {
    background: url(/static/img/rozwin-button.png) no-repeat center right #ffcc00;
}

.faq .content button.fold {
    display: none;
    background: url(/static/img/zwin-button.png) no-repeat center right #ffcc00;
}

/* mobile faq */

.faq .content-mobile {
	width: 100%;
	margin: 0 auto;
}
.faq .content-mobile h3 {
    background: #f4f4f4;
    background-position-x: 99%;    
    border: 1px solid #EEEEEE;
    color: #58584c;
    display: block;
    margin: 12px 0 0 !important;
    padding: 15px 25px;    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.faq .content-mobile p {
    font-weight: 500;
	font-size: 13px;
	line-height: 1.4em;
	padding: 10px;
}
.faq .content-mobile h3.active {
	background: #ffcc00;
    background-position-x: 99%;       
}
.faq .content-mobile h3:hover {
	background-color: #fccb40;
	color: #717150;
	border: 1px solid #EEEEEE;
	cursor: pointer;
}
.faq .content-mobile div {
	padding: 15px;
}

.modal-dialog{
    border-radius: 0;
}

.RWDbutton{
    width:25%; height:150px; white-space: nowrap; font-size:18px; line-height: 150px;
}

.login-mobile-h3{
    font-size: 40px !important;
    text-align:center; 
    font-family: 'Conv_Fontfabric - Panton Bold'; 
}

.komunikat2{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.komunikat-content{
    text-align: center;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    margin: 250px auto;
    padding: 15px 25px 35px 25px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.25); 
}
.komunikat-content h3{
    color: #d21616;
    margin-top: 0;
    font-size: 17px;
    font-weight: bold;
}
.komunikat-content p{
    font-size: 13px;
    padding: 7px 0;
    font-weight: 400;
}

a.button{
    font-family: 'Conv_Fontfabric - Panton Bold';
    font-size: 14px;
    background-color: #d21616;
    padding: 8px 12px;
    position: relative;
    top:10px;
    color: #fff;
    width: 100%;
    max-width: 300px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

a.button:hover{
    background-color: #00bf04;
}

.one{
    animation-name:anim-one;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0s;
}
.two{
    animation-name:anim-two;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 1s;
}
@keyframes anim-one {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes anim-two {
  0%   {opacity: 0; position: relative; top:-100px; }
  100% {opacity: 1; position: relative; top:0; }
}

.dodatkowe-info-scroll {
    position: relative;
    top: -75px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.lineth {
	text-decoration: line-through;
}
.right-side-register a{
    color: #000;
    text-decoration: underline;    
}



   @media screen and (min-width: 1801px) and (max-width: 1924px) {
        .left-side-register-content {

        }

   }
   @media screen and (min-width: 1701px) and (max-width: 1800px) {
    .left-side-register-content {

       }

   }
   @media screen and (min-width: 1601px) and (max-width: 1700px) {
    .left-side-register-content {

       }
   }
   @media screen and (min-width: 1501px) and (max-width: 1600px) {
    .left-side-register-content {

       }
   }
   @media screen and (min-width: 1400px) and (max-width: 1500px) {
    .left-side-register-content {

       }
   }
   @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .left-side-register-content {

       }
   }
   @media screen and (min-width: 1301px) and (max-width: 1399px) {
    .left-side-register-content {

       }
   }

form {
    z-index: 123 !important;
    position: relative;
}
.logo {
    z-index: 1 !important;
}


.koszyk-header {
    padding: 10px 15px 1px 15px;
    background-color: #323232;
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;
}
.koszyk h2 {
    padding: 0;
    margin: 5px 0 10px 0;
    font-size: 18px;
    color: #fff;
}
.koszyk {
    position: fixed;
    right: 0;
    background: #ffcc00;
    margin-top: 80px;
    border-radius: 3px;
    width: 250px;
}
.koszyk img {
    width: 30px;
    float: left;
    margin-left: -5px;
    margin-right: 8px;
    margin-top: 0px;
}
.koszyk-list {
    padding: 0 0 0 11px;
    font-size: 13px;
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;
    min-height: 30px;
    line-height: 29px;
    border-bottom: 1px solid #e6b803;
}
.btn-danger {
    border-radius: 20px;
    padding: 0px 5px;
    margin: 3px;
}
.koszyk-nagroda {
    width: 120px;
    float: left;
    font-size: 12px;
    font-family: 'Open Sans';
}
.koszyk-punkty{
    width:100px;
    float:right;
}
.koszyk .btn-danger {
    padding: 0;
    margin: 10px 0 0 11px;
    background: transparent;
    border: 0;
    width: 15px;
}
.koszyk .btn-danger:hover {
    opacity: .5;
}
.koszyk .btn-danger img {
    width: 10px;
}
.koszyk-ilosc{
    float: left;
    width: 74px;
    text-align: right;
    font-family: 'Open Sans';
    font-weight: 700;   
}
.komunikat-platnosci {
    width: 100%;
    height: 68px;
    background: #d21616;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.komunikat-platnosci h2 {
    text-align: center;
    font-family: 'Panton-Light',Sans-Serif, 'Open Sans';
    color: #fff;
    margin: 0;
    padding: 0;
}
.komunikat-platnosci h2 span{
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;
}
.potw-icon {
    width: 100px;
    float: left;
    /* margin-right: 20px; */
}
.potw-icon img {
    margin-top: 8px;
    width: 73px;
}
.potwierdzenie-zamownienia .potw-val {
    width: 600px;
    float: left;
}
.karta-prepaid .potw-val {
    width: 975px;
    float: left;
}
span.komunikat {
    width: 100%;
    float: left;
}
.karta-prepaid .potwierdzenie-zamownienia-kwota input {
    height: 60px;
    line-height: 60px;
    font-family: 'Panton-Light';
    font-weight: 100;
    font-size: 31px;
    border: 2px solid silver;
    letter-spacing: 6.3px;
    border-radius: 4px;
    padding: 0 0 0 16px;
    width: 800px;
}
.karta-prepaid button.mam-niemam-karte {
    background-color: #00bf04;
    margin: 20px 33px;
}
.karta-prepaid .platnosci-btns {
    width: 700px;
    margin: 0 auto;
}
button[disabled="disabled"] {
    opacity: .5;
}
.karta-prepaid .zmiania-num-bankowego input {
    height: 60px;
    line-height: 60px;
    font-family: 'Panton-Light';
    font-weight: 100;
    font-size: 31px;
    border: 2px solid silver;
    letter-spacing: 6.3px;
    border-radius: 4px;
    padding: 0 0 0 16px;
}

.karta-prepaid .zmiania-num-bankowego h3 {
    margin: 69px 0 26px 0;
    text-align: center;
}

.karta-prepaid .potwierdzenie-zamowienia {
    text-align: center;
}
button.zatwierdz-btn {
    cursor: pointer;
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;
    color: #fff;
    max-width: 280px;
    width: 100%;
    background-color: #e2051a;
    border: 0;
    text-align: center;
    font-size: 22px;
    padding: 15px 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.zmiana-num-content input.form-control {
    border: 2px solid silver !important;
    height: 60px;
    line-height: 60px;
    font-family: 'Panton-Light';
    font-weight: 100;
    font-size: 31px;
    border: 2px solid silver;
    letter-spacing: 6.3px;
    border-radius: 4px;
    padding: 0 0 0 16px;
}




   @media screen and (max-width: 1470px) {
        .reg-file {
            top: 68px;
        }
   }
.register-row .col-sm-1,
.register-row .col-sm-2,
.register-row .col-sm-3,
.register-row .col-sm-4,
.register-row .col-sm-5,
.register-row .col-sm-6, 
.register-row .col-sm-12{
       padding: 0 0 0 5px;
}
.register-row .form-control {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .02em;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 9px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.register-row input::-webkit-input-placeholder {
  color: #000000;
}
.register-row input::-moz-placeholder {
  color: #000000;
}
.register-row input:-ms-input-placeholder {
  color: #000000;
}
.register-row input:-moz-placeholder {
  color: #000000;
}
.has-error .form-control {
    border-color: #ccc;
    border-bottom: 1px solid rgba(169, 68, 66, 0.45);
    background-color: rgba(169, 68, 66, 0.11) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.right-side-register .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -5px;
}








.newDIV {
    width: 446px;
    right: 0;
    position: absolute;
    margin-right: 62px;
    top: 116px;
    color:#fff;
}
.newDIV h3{
    font-size: 32px; 
    font-family: 'Conv_Fontfabric - Panton Bold',Sans-Serif;   
}
.newDIV  b{
    color: #ffcc00;
    font-family: 'Open Sans',Sans-Serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;  
}

   @media screen and (max-width: 1366px) {
        .newDIV {
            width: 460px;
        }
   }
   
   
    @media screen and (min-width: 1366px) {
        .mob-reg .col-lg-11{
            width: 66.666667%;
        }
    }
    @media screen and (max-width: 1366px) {
        .mob-reg .col-lg-11{
            width: 91.66666667% !important;
        }
    }   
.register-opt,
.col-lg-8.col-md-7.col-sm-12.col-xs-12 {
    min-height:auto !important;
}
.register-opt .col-sm-8 {
    padding: 0;
}
.register-opt .right-side-register .form-horizontal .form-group {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
} 
.register-opt  p {
    margin: 0;
    text-align: justify;
}
.register-opt label.col-sm-4.tx {
    padding-left: 0;
}
.register-opt label {
    text-align: justify;
}
.register-opt .zgody {
    margin: 10px 0 13px 0 !important;
}
.register-opt .zgoda-txt {
    width: 100%;
    padding-left: 18px;
    padding-top: 3px;
}
.register-opt button.btn {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 0;
    border-radius: 0;
}
.user-menu {
    right: 0;
}


    @media screen and (max-width: 700px) {
        ::-webkit-scrollbar {
            width: 4px;
            height: 7px;
        }
        ::-webkit-scrollbar-thumb {
            background: #ababab;
            -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,1);
        }
        ::-webkit-scrollbar-track {
            background: #eee;
            margin:0;
            position: relative;
            right: 5px;
        }
        html{
            overflow: hidden;
        }
        .user-menu {
            width: 100%;
        }
    }

/* reports */
.reports.chapter-last-section {
    border-bottom: #eeeeee solid 1px;
    padding-bottom: 20px;
}
.reports.chapter-separator {
    border-top: #eeeeee solid 1px;
    margin-top: 20px;
}
.reports.chapter-header {
    height: 37px !important;
    /*font-size: 24px;*/
    /*color: #8b8b8b;*/
    margin-bottom: 50px;
    padding-top: 20px;
}

.row.reports.chart-row {
	min-height: 340px;
}

#chart-arrow-right, #chart-arrow-left {
	display:flex;
	align-items: center;
	justify-content: center;
	min-height: 340px;
}

.vertical-center {
	display:flex;
	align-items: center;
}

.reports .vertical-center {
	min-width: 500px;
}

.reports.slide-up{
  height: 37px !important;
  /*font-size: 24px;*/
  /*color: #8b8b8b;*/
  margin-bottom: 30px;
  padding-top: 20px;
}

.reports.chapter-header .chapter-title{
    font-size: 20px;
    color: #8b8b8b;
    line-height: 37px;
}
.reports.show-dim-areas-btn {
    background-color: #ffffff;
    height: 56px;
    width: 124px;
    font-size: 14px;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
    color: #8b8b8b;
}
.reports.show-dim-areas-btn:hover {
    background-color: #6b86d3;
    height: 56px;
    width: 124px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    color: white;
}
/* .reports.show-dim-avgs-label {
    width: 204px;
    font-size: 20px;
    border: none;
    border-radius: 40px;
    color: white;
    height: 78px;
} */

.reports.show-dim-avgs-label {
    width: 140px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    color: white;
    height: 60px;
}

.reports.area-name {
    color: #000000;
    font-size: 12px;
}
.reports.area-avg {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    padding-top: 0;
}
.reports.table-factor-name {
    font-size: 10px;
    text-align: right;
}
.reports.users-scores {
    border: 0 none white;
    width: 100%;
    margin-bottom: 30px;
}
.reports.users-scores th {
    background-color: #f4f4f4;
    font-size: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0 none #f4f4f4;
}
table.reports.users-scores th:first-child {
    border-top-left-radius: 40%;
    border-bottom-left-radius: 40%;
}
table.reports.users-scores th:last-child {
    border-top-right-radius: 40%;
    border-bottom-right-radius: 40%;
    padding-right: 20px;
}
table.reports.users-scores tbody td {
    padding: 3px;
    text-align: center;
    font-size: 12px;
}
.reports.users-scores .ng-table th.sortable .sort-indicator, span.ng-binding.sort-indicator{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.reports.users-scores .score-value {
    height: 42px;
    width: 42px;
    color: white;
    font-weight: bold;
    background-color: #6b86d3;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-width: 1px;
    border-style: solid;
    border-color: #6b86d3;
    padding-top:11px;
    vertical-align: middle;
    margin: auto;
}


OL.nested-arabic, OL.nested-arabic OL {
    counter-reset: item;
}
OL.nested-arabic LI {
    display: block;
    text-align: justify;
    width: 97%; }
OL.nested-arabic LI:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    font-weight: bold
}

#policyModal li{
    width: 97%;
    text-align: justify;
}

.modal-video {
    width: 70%;
    margin-left: 15%;
}
.blink_me {
    animation: blinker 1s linear infinite;
    color: red !important;
    border-color: #fc0 !important;
    font-weight: bold !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.btn-arrow {
    -webkit-transition:transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
}
.btn-arrow:hover {
    transform: scale(1.2);
}
.reports.single-area-box {
    background-image: url(/static/img/reports/puzzle_vertical.png);
    background-attachment: unset;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 225px;
    padding-left: 25px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    cursor: pointer;
}
.reports.single-area-box:nth-child(-n+3) {
  padding-top: 25px;
}

.single-area-box.ng-scope:hover {
  background-color: #eaeaea;
  box-shadow: inset -15px -15px 25px 25px #fff;
}


.benchmark .btn-benchmark-colorpicker {
    background-color: #aaaaaa;
    color: #ffffff;
}


/* .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    background-image: url(/static/img/benchmark/switch_horiz.jpg);
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}  
input:checked + .slider {
    background-color: #2196F3;
    background-image: url(/static/img/benchmark/switch_horiz.jpg);
}  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}  
.slider.round:before {
    border-radius: 50%;
} */

.benchmark .switch {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 
.benchmark .switch input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.benchmark .switch > .slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 60px;
    background-image: url('/static/img/benchmark/switch_vertic.jpg');    
    
}
.benchmark .switch input:checked ~ .slider {    
    background-image: url('/static/img/benchmark/switch_horiz.jpg');
    left: 3px;
}

.benchmark .progress.horizontal-comparison {
    background-color: #e9e9e9;
    border-radius: 13px;
    height: 26px;
    margin-bottom: 3px;
}
.benchmark .progress-bar.horizontal-comparison {
    background-image: none;
    background-color: none;
    border-radius: 13px;
    height: 26px;
    color: #ffffff;
    text-align: left;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 10px;
    background-color: #aaaaaa;
}
.benchmark .horizontal-comparison.label {
    background-color: #6b86d3;
    border-radius: 26px;
    height: 52px;
}

.benchmark .chapter-last-row {
    margin-bottom: 30px;
}

.benchmark .row.dims-orgs-scores {
    margin-bottom: 30px;
}

.benchmark .charts-type-slider {
    position: relative;
    display: block;    
    width: 60px;
    height: 30px;
    margin-bottom: 15px;
}
.benchmark .charts-type-label {
    position: absolute;
    left: -80px;
    top: 5px;
}
.benchmark .charts-type-slider-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/static/img/benchmark/charts_type_switcher_bg.jpg');
    background-position:  12 0;
    background-repeat: no-repeat;
}
.benchmark .charts-type-slider-bg:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    top: 0px;
    left: 12px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    
}
.benchmark #charts-type {
    display: none;
}
.benchmark input#charts-type:checked + .charts-type-slider-bg:after {
    transform: translateX(30px);
}
.benchmark .charts-type-txt {
    position: relative;
    top: 7px;
}
.benchmark #benchmark-piramide-legend {
    position: absolute;
    left: 350px;
    top: 10px;
    border: solid 2px #eaeaea;
    box-shadow: 1px 1px #b2b2b2;
    border-radius: 10px;
    padding: 5px;
    font-size: 10px;
    width: 190px;
    background-color: rgba(255, 255, 255, 0.7);
}
.benchmark #benchmark-piramide-legend .legend-row {
    float: left;
    padding: 6px;
    margin: 2px; 
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;    
    font-weight: bold;
    height: 28px;
    width: 28px;
    text-align: center;
    background-repeat: no-repeat;
}
.benchmark-piramide-tooltip {
    border: solid 1px #eaeaea;
    box-shadow: 1px 1px #b2b2b2;
    border-radius: 6px;
    padding: 5px;
    font-size: 10px;
    background-color: #ffffff;
    height: 100px;
}
.benchmark .chapter-title {
    line-height: 37px;
}

.polls-answers-table {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.polls-answers-table .org1col, .org2col {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cc-btn {
    white-space: normal !important;
}

.lang-selector {
    background-color: #323232;
    color: white;
}

.user-menu .popover.bottom > .arrow::after {
    border-bottom-color: #323232;
}

.polls-answers-table .org1col, .org2col {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dim-name {
  opacity: 0.3;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.dim-name:hover {
  opacity: 1;
}

.dim-name.active{
  opacity: 1;
}

#history_chart {
  transition: all 300ms ease-in-out;
}

.center-children {
	display: flex;
	justify-content: center;
}

.btn-plain-danger {
	background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
	background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
	background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
    border-color: #b92c28;
    color: #dddddd;
}
.btn-plain-danger:hover {
    color: white;
}

.metrics .charts-type-slider {
    position: relative;
    display: block;
    width: 60px;
    height: 30px;
    margin-bottom: 15px;
}
.metrics .charts-type-label {
    position: absolute;
    left: -80px;
    top: 5px;
}
.metrics .charts-type-slider-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/static/img/benchmark/charts_type_switcher_bg.jpg');
    background-position:  12 0;
    background-repeat: no-repeat;
}
.metrics .charts-type-slider-bg:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    top: 0px;
    left: 12px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}
.metrics #charts-type {
    display: none;
}
.metrics input#charts-type:checked + .charts-type-slider-bg:after {
    transform: translateX(30px);
}

.metrics .popover-content {
	width: 300px;
}
.percents-sum{
    padding-top: 20px;
    font-size: 10px;
    color: #8b8b8b;
}

.anim-placeholder {
  position: absolute;
  right: 10px;
  text-align: right;
  font-size: 9px;
  line-height: 1.42857143;
  color: #7a7a7a;
  pointer-events: none;
  top: 11px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .02em;
}

.mark-required {
  position: absolute;
  left: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 1.42857143;
  color: red;
  pointer-events: none;
  top: 1px;
  font-family: 'Open Sans', sans-serif;
}

.mark-required-horiz {
    font-size: 12px;
    line-height: 1.42857143;
    color: red;
    pointer-events: none;
    font-family: 'Open Sans', sans-serif;
    padding-left: 3px;
}

.need2fill {
    border-color: #ccc;
    border-bottom: 1px solid rgba(169, 68, 66, 0.45);
    background-color: rgba(169, 68, 66, 0.11) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.mob-reg label.tx {
    text-transform: uppercase;
}
.anon-polls-agreement .show-more {
    -webkit-transition: all linear 500ms;
    -moz-transition: all linear 500ms;
    -ms-transition: all linear 500ms;
    -o-transition: all linear 500ms;
    transition: all linear 500ms;
    opacity: 1;
}

.anon-polls-agreement .show-more.ng-hide {
    -webkit-transition: none 0;
    -moz-transition: none 0;
    -ms-transition: none 0;
    -o-transition: none 0;
    transition: none 0;
    opacity: 0;
}
.anon-polls-agreement .ng-hide {
    opacity: 0;
    -webkit-transition: none 0;
    -moz-transition: none 0;
    -ms-transition: none 0;
    -o-transition: none 0;
    transition: none 0;
}

.anon-poll .mobile-slider img {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}


.anon-poll input.check-agree{
    height: 22px;
    display: none;
}
.anon-poll input.check-agree:empty {
	margin-left: -999px;
}
.anon-poll input.check-agree:empty ~ label {
    /* font-size: 16px; */
    position: relative;
    float: left;
    margin: 10px 0 10px 15px;
    padding-left: 55px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    content: '';
}
.anon-poll input.check-agree:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
    height: 22px;
}
.anon-poll label.ng-binding::before{
    height: 22px;
}
/* toggle hover */
.anon-poll input.check-agree:not(:checked) ~ label {
    content: '';
}
.anon-poll input.check-agree:hover:not(:checked) ~ label:before {
    content: '';
    text-indent: .9em;
    height: 22px;
    color: #fff;
}
.anon-poll input.check-agree:hover:not(:checked) ~ label {
    content: '';
}
/* toggle on */
.anon-poll input.check-agree:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #fff;
    height: 22px;
    /*background-color: #4DCB6D;*/
    background-color: #006837;
}
.anon-poll input.check-agree:checked ~ label {
	/*color: #04c524;*/
	color: #006837;
}
.anon-poll-validity{
    visibility: hidden;
}
.anon-poll-validity::invalid{
    visibility: visible;
    color: red;
}

.anon-poll .show-more {
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    opacity: 1;
}

.anon-poll .show-more.ng-hide {
    -webkit-transition: none 0;
    -moz-transition: none 0;
    -ms-transition: none 0;
    -o-transition: none 0;
    transition: none 0;
    opacity: 0;
}
.anon-poll .ng-hide {
    opacity: 0;
    -webkit-transition: none 0;
    -moz-transition: none 0;
    -ms-transition: none 0;
    -o-transition: none 0;
    transition: none 0;
}


.nested-111-list ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.nested-111-list li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.nested-111-list li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.nested-111-list li li {
    margin: 0;
}

.nested-111-list li li:before {
    content: counters(item, ".") " ";
}

.checkbox-has-error {
    background: rgba(169, 68, 66, 0.11);
}

.anon-poll ol[dnd-list] .dndDraggingSource {
    display: none;
}
.anon-poll ol[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
    max-width: 90%;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 2px;
    margin-right: 10px;
}
.anon-poll button {
    /*background: #2a1a00;*/
    background: #47c57c;
    /*border: 2px solid #f8b323;*/
    border: 2px solid #47c57c;
    border-radius: 7px;
    color: white;
}
.anon-poll button[disabled]:hover {
    border: 2px solid #77c59c;
    cursor: not-allowed;
}
.anon-poll button:hover {
    /*background: #f8b323;*/
    background: #47c57c;
    /*background-image: linear-gradient(to bottom right, #77c59c, yellow);*/
    border: 2px solid white;
    border-radius: 7px;
    color: white;
}
.anon-poll h2 {
    color: #019246;
}
.anon-poll label {
    color: #2a1a00;
}
.anon-poll .ankietaX{
    /*border: 1px solid #f8b323;*/
    border: 1px solid #77c59c;
    margin-bottom: 150px;
    border-radius: 10px;
}
.anon-poll .ankietaY{
    min-height: 400px;
}

.anon-polls-intro p, .anon-polls-intro ol{
    font-size: large;
}
.anon-poll .rank-tile.source{
    /*background: #f8b323;*/
    background: #77c59c;
    box-shadow: 2px 2px 4px #2a1a00;
}
.anon-poll .rank-tile:hover{
    /*background: #f8c343;*/
    /*background: #a8ff43;*/
    background-image: linear-gradient(to bottom right, #77c59c, yellow);
}
.anon-poll * {
    font-family: 'Rubik', sans-serif !important;
}
.anon-poll .ankiet-checkbox label {
    font-size: 16px;
}


.anon-poll h2 small {
    color: #019246;
}

@media only screen and (min-width: 500px) {
    .anon-poll .ankietaX{
        margin: 20px 0 110px 0;
    }
    .anon-polls-intro button{
        margin-bottom: 90px;
        text-align: center;
        font-size: 20px;
        padding: 7px 30px;
        background: #23a825;
        margin-top: 12px;
    }
    .anon-poll-footer, .anon-poll-header {
        position: fixed;
    }
}

@media only screen and (max-width: 500px) {
    .anon-poll .ankietaX{
        margin: 20px 0 10px 0;
    }
    .anon-polls-intro button{
        /*margin-bottom: 250px;*/
        text-align: center;
        font-size: 20px;
        padding: 7px 30px;
        background: #23a825;
        margin-top: 12px;
    }
}

@media only screen and (min-width: 600px) {
    .anon-poll-footer, .anon-poll-header {
        position: fixed;
    }
}

@media only screen and (max-width: 600px) {
    .anon-poll-footer, .anon-poll-header {
        position: relative;
    }
}

.anon-poll-footer{
    min-height: 45px;
    transition: bottom 0.5s;
    bottom: 0px;
    padding: 0;
    padding-top: 3px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 1);
    z-index: 1000;
    border-top: 1px solid #008000;
    -webkit-box-shadow: 0px 2px 4px 4px rgba(0, 128, 0, 0.3);
    -moz-box-shadow:    0px 2px 4px 4px rgba(0, 128, 0, 0.3);
    box-shadow:         0px 2px 4px 4px rgba(0, 128, 0, 0.3);
}

.anon-poll-header{
    min-height: 45px;
    transition: bottom 0.5s;
    top: 0px;
    padding: 0;
    padding-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(220, 220, 220, 0.5);
    z-index: 1000;
    border-bottom: 1px solid #008000;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 128, 0, 0.3);
    -moz-box-shadow:    0px 1px 1px 1px rgba(0, 128, 0, 0.3);
    box-shadow:         0px 1px 1px 1px rgba(0, 128, 0, 0.3);
}

.anon-poll-footer img {
    height: 41px;
    /* height: 55px; */
    /*height: 49px;*/
    padding: 0px;
    margin: 10px;
    /* margin: 3px; */
    /*margin: 7px;*/
}

.anon-poll div.ambasador > div {
    margin-top: 10px;
}

.anon-poll div.ambasador > div > a {
    color: green;
    text-shadow: 2px 2px 2px rgba(0,128,0,0.1);

}
.anon-poll div.ambasador > div > a:hover {
    color: #005000;
    text-shadow: 2px 0px 0px rgba(0,0,0,0.1);
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.1);*/
    text-decoration: none;

}

.kbase .folders b.active{
    background: #282828;
    padding: 2px;
    font-weight: 900;
    color: white;
    padding: 5px;
}

.kbase .folders a.active{
    background: #282828;
    padding: 2px;
    font-weight: 900;
    color: white;
}

.kbase .folders a,button {
    cursor: pointer;
}

.kbase.gallery .active{
    background: #282828;
    color: white;
}

.anon-poll .rz-tick-value{
    font-size: 11px;
    rotate: 0deg;
    margin: 0px;
    text-align: center;
    width: 50px;
    word-wrap: break-word;
    white-space: break-spaces !important
}
@media only screen and (max-width: 550px) {
    .anon-poll h4 table {
        font-size: smaller;
        /* border: 1px solid #019246; */
        border: 1px solid black;
        margin-top: 14px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
    }
    .anon-poll h4 table td {
        vertical-align: top;
        font-size: smaller;
        color: #019246;
        font-weight: normal;
        /* border: 1px solid #019246; */
        border: 1px solid black;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        
    }
}

@media only screen and (min-width: 551px) {
    .anon-poll h4 table {
        font-size: large;
        /* border: 1px solid #019246; */
        border: 1px solid black;
        margin-top: 14px;
        
        text-align: center;
        width: 100%;
    }
    .anon-poll h4 table td {
        font-size: large;
        color: #019246;
        font-weight: normal;
        /* border: 1px solid #019246; */
        border: 1px solid black;
        padding-left: 1px;
        padding-right: 1px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 19%
    }
}

.anon-polls-lang-selector{
    background-color: white;
    
}

.contest-timer{
    position: relative;
    top: -20px;
    left: 10px;
    color: #005000;
}

.rz-tick:first-of-type > .rz-tick-legend{
    left: 0;
}

.rz-tick:last-of-type > .rz-tick-legend{
    right: 0;
}