/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles. 
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */



.alflex{
    display: flex; /* or inline-flex */
    flex-wrap: wrap;
    text-align:center;
    margin-bottom:40px
}

.alflex .itm{
    width: 33%; /* or inline-flex */
    flex-grow: 1;
    box-sizing: border-box;
    padding:5px;
    text-align:center

}

.ps_back-office #remind-me {
	position: relative;
}

.ps_back-office .show-forgot-password {
	position: relative;
}

.ps_back-office .forgot_password_form .panel-footer > .btn.btn-default.pull-right {
	position: relative;
}


@media only print {

    .adminorders #redsys{
        display:none
    }

    .adminorders #content > div.row > div > div:nth-child(5){
        display:none
    }

    .adminorders #content > div.row > div > div#start_products:nth-child(5){
        display:block !important;
    }


    #start_products{
        /*page-break-before: always;*/
        display:block !important;
    }

    #messages{
        display:none !important;


    }

    .adminorders .row{
        clear:both !important;
        float:none !important
    }

    .adminorders .panel{
        display:block !important;
        clear:both
    }

    .panel-heading{
        /*display:none !important;*/
    }

    div {
        overflow:initial !important
    }

    div.row{
        clear:both !important;
        float:none !important;
    }

    style{
        display:none
    }

    .table-responsive{
        width:480px
    }

    #start_products{
        display:block !important;
        clear:both !important;
    }

}