.controller-report .form{background: #fff;border:1px #ccc solid;margin: 0 0 10px 0;padding:10px 10px 0 10px;}
.controller-report .load-map{background: #fff;border:1px #ccc solid;margin-bottom: 10px;}
.controller-report .load-map .load-map-loading{min-height: 100px;line-height: 100px;margin:0 auto;width:70px;}
/*----------------------------------------------------------------------------------- */
/*  media */
/*----------------------------------------------------------------------------------- */
.report-left{float:none;width:100%}
.report-search-right{float:none;width:100%;}


@media (min-width: 992px) {
    .report-left {
        float: left;
        width: 74%
    }
    .report-search-right {
        float: right;
        width: 25%;
    }
}
