/*
Theme Name: PPUK
Theme URI: #
Author: #
Author URI: #
Description: #
Version: 1.0
License: GNU General Public License v2 or later
License URI: #
Text Domain: ppuk
*/
#example1_filter{
    display:none !important;
}
.login-page #loginform{
    text-align: center;
}
.login-page label{
    display:block;
}
.login-page #wp-submit{
    padding: 10px;
    background: #00b7ff;
    border: 1px solid #00b7ff;
    border-radius: 9px;
    color: white;
    box-shadow: 1px 1px #CCC;
}
.dataTables_info{
    display:none !important;
}
@media screen and (max-width:570px){
    .bs-stepper .line{
        display:none;
    }
    .bs-stepper-header{
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }
    .dstepper-block{
        padding: 10px;
    }
    .bs-stepper .step-trigger{
        padding-left:0px;
        padding-right:0px;
        padding-top:10px;
    }
    .bs-stepper .step-trigger {
        white-space: normal;
    }
}
@media screen and (max-width:1135px){
    .bs-stepper-header{
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }
    .dstepper-block{
        padding: 10px;
    }
    .bs-stepper .step-trigger{
        padding-left:0px;
        padding-right:0px;
        padding-top:10px;
    }
}
@media screen and (max-width:928px){
    .bs-stepper .line{
        display:none;
    }
    .bs-stepper .step-trigger {
        white-space: normal;
    }
}