/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/out/2018, 17:09:33
    Author     : Carlos Braga
*/

@media screen and (min-width: 600px) and (max-width: 1074px) {

    .container {
        max-width: calc(100vw - 12px);
        margin: 0 auto;
    }
/*    .danke_body_container {
        padding: 53px 0 0;
    }*/
    .breadcrumbs_container {
        padding: 64px 0 12px !important;
    }

    div#toast-container {
        top: 60px;
        z-index: 10000000000;
    }
    .md-select-menu-container {
        z-index: 9999999999999;
    }









}