@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);@import url(https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css);
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"“" "”" "‘" "’"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px}a{text-decoration:none;color:#09266a;cursor:pointer;transition:all,.15s,linear}a:hover{color:#05153b}a.light{color:#fff;text-decoration:underline}a.danger{color:#ff5722}a.danger:hover{color:#bb2d00}h1,h2,h3,h4{margin:0;padding:0}input[type=email],input[type=password],input[type=text],textarea{padding:5px 6px 6px;box-shadow:none;border:1px solid #ccc;font-size:12px}input[type=email].large,input[type=password].large,input[type=text].large,textarea.large{padding:6px 10px 7px;font-size:13px}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus,textarea:focus{border-color:#09266a}input[type=checkbox]{display:none}input[type=checkbox]+label{cursor:pointer}input[type=checkbox]+label span:first-child{display:inline-block;width:14px;height:14px;margin:-2px 8px 0 0;vertical-align:middle;border:1px solid #999;cursor:pointer}input[type=checkbox]:checked+label span:first-child{border-color:#09266a;background:#09266a url(/images/icons/md_checkmark.png) 50% 50% no-repeat;background-size:10px}fieldset{border:none;padding:0;margin:0}.btn{padding:6px 12px 7px;box-sizing:border-box;border:1px solid #09266a;background-color:transparent;color:#09266a;vertical-align:bottom;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all,.15s,linear}.btn:hover{border-color:#05153b;color:#05153b}.btn.btn-disabled{opacity:.5;cursor:default}.btn.btn-disabled:hover{border-color:#09266a;color:#09266a}.btn.btn-light{border-color:#fff;color:#fff}.btn.btn-light:hover{background-color:#05153b}.btn.btn-light.btn-disabled{border-color:#fff;color:#fff}.btn.btn-light.btn-disabled:hover{border-color:#fff;color:#fff;background-color:transparent}.btn.btn-primary{background-color:#09266a;color:#fff}.btn.btn-primary:hover{background-color:#05153b;border-color:#05153b}.btn.btn-primary.btn-disabled,.btn.btn-primary.btn-disabled:hover{background-color:#999;border-color:#999}.btn.btn-primary.btn-disabled:hover{color:#fff}.btn.btn-large{padding:10px 14px 11px;font-size:16px}html{-webkit-font-smoothing:antialiased}body,html{width:100%}body{position:relative;min-width:1000px;color:#333}*{box-sizing:border-box}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto;cursor:default}.tooltipster-content a{color:#fff!important;text-decoration:underline}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{transform:scale(0);transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{transform:scale(1);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;transform:rotate(4deg);transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;transform:rotate(0deg);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{transition-property:top;transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{transition-property:all;top:0!important;opacity:0}.tooltipster-slide{transition-property:left;transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{transition-property:all;left:0!important;opacity:0}@-webkit-keyframes tooltipster-fading{0%{opacity:0}to{opacity:1}}@keyframes tooltipster-fading{0%{opacity:0}to{opacity:1}}.tooltipster-update-fade{-webkit-animation:tooltipster-fading .4s;animation:tooltipster-fading .4s}@-webkit-keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}to{transform:rotate(0)}}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}to{transform:rotate(0)}}.tooltipster-update-rotate{-webkit-animation:tooltipster-rotating .6s;animation:tooltipster-rotating .6s}@-webkit-keyframes tooltipster-scaling{50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}to{transform:scale(1)}}.tooltipster-update-scale{-webkit-animation:tooltipster-scaling .6s;animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{border:none;background:#1b1b1b;background:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}html[class=module-report]{width:100%;height:100%}html[class=module-report] input:focus{box-shadow:0 1px 5px #004b8d;border-color:#004b8d}html[class=module-report] body{background:#f9f9f9;color:#333;cursor:default;overflow-y:scroll;min-width:320px}@media only screen and (max-width:890px){html[class=module-report] body{background:#fff;overflow-x:hidden}}html[class=module-report] header.main-header{position:fixed;top:0;left:0;display:none;width:100%;z-index:300;background-color:#09266a;-webkit-user-select:none;-moz-user-select:none;user-select:none}html[class=module-report] header.main-header.visible{display:block}html[class=module-report] header.main-header.hide-controls{display:block;padding-bottom:10px}html[class=module-report] header.main-header.hide-controls .page-title{display:inline-block}html[class=module-report] header.main-header.hide-controls .dropdown{display:none}html[class=module-report] header.main-header.hide-controls .controls{margin-top:10px}html[class=module-report] header.main-header .header-container{max-width:1278px;margin:0 auto}html[class=module-report] header.main-header .header-container:after{clear:both;content:"";display:table}html[class=module-report] header.main-header .header-container li:focus{box-shadow:0 1px 5px #004b8d}html[class=module-report] header.main-header .page-title{display:none;float:left;margin-top:10px;margin-left:30px;font-size:16px;color:#fff}html[class=module-report] header.main-header nav>ul{margin:0;padding:0;clear:both}html[class=module-report] header.main-header nav>ul li{list-style:none}html[class=module-report] header.main-header nav>ul .dropdown{position:relative;display:inline-block;height:88px;float:left;padding:15px 20px 13px;border-right:1px solid hsla(0,0%,100%,.2);cursor:pointer;transition:all,.15s,linear}html[class=module-report] header.main-header nav>ul .dropdown:first-child{border-left:1px solid hsla(0,0%,100%,.2);margin-left:29px}html[class=module-report] header.main-header nav>ul .dropdown>span{display:block;color:#fff}html[class=module-report] header.main-header nav>ul .dropdown>span.label{text-transform:uppercase;font-size:12px;color:hsla(0,0%,100%,.7)}html[class=module-report] header.main-header nav>ul .dropdown>span.name{font-size:18px;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}html[class=module-report] header.main-header nav>ul .dropdown>span.zmdi{position:absolute;top:33px;right:16px;font-size:22px}html[class=module-report] header.main-header nav>ul .dropdown:hover{background-color:#4a5d79}html[class=module-report] header.main-header nav>ul .dropdown.active{background-color:#536989}html[class=module-report] header.main-header nav>ul .dropdown.commodity-dropdown{width:30%;min-width:200px}html[class=module-report] header.main-header nav>ul .dropdown.commodity-dropdown .name{width:calc(100% - 20px)}html[class=module-report] header.main-header nav>ul .dropdown.stat-dropdown{width:30%;min-width:200px}html[class=module-report] header.main-header nav>ul .dropdown.stat-dropdown .name{margin-top:3px;width:calc(100% - 20px)}html[class=module-report] header.main-header nav>ul .dropdown.stat-dropdown>.units{display:block;margin-top:-5px;color:#fff;opacity:.7;font-size:12px}html[class=module-report] header.main-header .controls{float:right;margin-top:33px;margin-right:20px}html[class=module-report] header.main-header .controls>a{padding:10px;margin-left:2px;color:#fff}html[class=module-report] header.main-header .controls>a .zmdi{vertical-align:bottom;margin:0 4px 1px 0}html[class=module-report] header.main-header .controls>a .zmdi-local-printshop{font-size:17px;margin-right:5px}html[class=module-report] header.main-header .controls>a .zmdi-download{font-size:16px}html[class=module-report] header.main-header .controls>a .zmdi-link{font-size:17px}html[class=module-report] header.main-header .controls>a:hover{opacity:.7}html[class=module-report] .dropdown-options{position:fixed;top:-1000px;opacity:0;margin-top:-5px;background:#fff;border:1px solid #ddd;z-index:-1;pointer-events:none;overflow-y:auto;transition:opacity .15s linear,margin .15s linear;max-height:400px}html[class=module-report] .dropdown-options.visible{margin-top:0;opacity:1;pointer-events:auto;z-index:200}html[class=module-report] .dropdown-options>ul{padding:0;margin:10px 0}html[class=module-report] .dropdown-options>ul li{list-style:none}html[class=module-report] .dropdown-options>ul>li{padding:8px 20px 8px 18px;border-left:2px solid transparent;cursor:pointer}html[class=module-report] .dropdown-options>ul>li:hover{background-color:#f3f3f3}html[class=module-report] .dropdown-options>ul>li.selected{border-left:2px solid #04a9f4;cursor:default;color:#04a9f4}html[class=module-report] .dropdown-options>ul>li.subcrop{padding-left:30px}html[class=module-report] .dropdown-options>ul>li .label,html[class=module-report] .dropdown-options>ul>li .units{display:block}html[class=module-report] .dropdown-options>ul>li .units{font-size:12px;color:#999}html[class=module-report] .dropdown-options.commodity-dropdown-options{width:30%;min-width:240px;max-width:384px}html[class=module-report] .dropdown-options.stat-dropdown-options{width:calc(30% + 1px);min-width:241px;max-width:385px;margin-left:-1px}html[class=module-report] .dropdown-panel{position:fixed;top:-1000px;opacity:0;margin-top:-5px;background:#fff;border:1px solid #ddd;z-index:-1;pointer-events:none;overflow-y:auto;transition:opacity .15s linear,margin .15s linear;padding:20px 20px 0;width:940px;height:70vh;max-height:750px;cursor:default}html[class=module-report] .dropdown-panel.visible{margin-top:0;opacity:1;pointer-events:auto;z-index:200}html[class=module-report] .dropdown-panel .search-commodities-container{position:relative;border:1px solid #999}html[class=module-report] .dropdown-panel .search-commodities-container .zmdi{position:absolute;top:8px;left:10px;font-size:20px}html[class=module-report] .dropdown-panel .search-commodities{width:100%;border:0;font-size:14px;padding:8px 10px 8px 32px}html[class=module-report] .dropdown-panel ul{margin:0;padding:0;display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;width:100%}html[class=module-report] .dropdown-panel ul li{list-style:none;width:23%;cursor:pointer;transition:all,.15s,linear;padding:5px 8px;margin-right:15px}html[class=module-report] .dropdown-panel ul li:hover{background-color:#f3f3f3}html[class=module-report] .dropdown-panel ul li.subcrop{padding-left:18px}html[class=module-report] .dropdown-panel ul li.selected{cursor:default;color:#04a9f4;pointer-events:none}html[class=module-report] .dropdown-panel .group-container{display:flex;flex-direction:column;margin-top:20px}html[class=module-report] .dropdown-panel .group-container h2{margin:0 0 5px 8px;font-size:16px;font-weight:500}html[class=module-report] .dropdown-panel .group-container .group-crops,html[class=module-report] .dropdown-panel .group-container .group-resources{width:100%}html[class=module-report] .dropdown-panel .group-container .group-crops ul,html[class=module-report] .dropdown-panel .group-container .group-resources ul{height:100%}html[class=module-report] .dropdown-panel .group-container .group-crops{height:340px}html[class=module-report] .dropdown-panel .group-container .group-resources{margin-top:30px;height:220px}html[class=module-report] .share-tooltip{position:fixed;top:-1000px;opacity:0;margin-top:-5px;background:#fff;border:1px solid #ddd;z-index:-1;pointer-events:none;overflow-y:auto;transition:opacity .15s linear,margin .15s linear;padding:9px 12px 12px;margin-left:-170px;width:250px;font-size:12px}html[class=module-report] .share-tooltip.visible{margin-top:0;opacity:1;pointer-events:auto;z-index:200;z-index:310}html[class=module-report] .share-tooltip .container{display:flex;justify-content:space-between;align-items:center}html[class=module-report] .share-tooltip .share-url{width:calc(100% - 50px);margin-top:7px}html[class=module-report] .share-tooltip a,html[class=module-report] .share-tooltip span{display:inline-block;margin-top:5px;text-transform:uppercase;font-weight:500}@media only screen and (max-width:890px){html[class=module-report] header.main-header .controls{display:none}html[class=module-report] header.main-header nav>ul .dropdown{display:block;float:none;height:auto;padding:10px 20px 9px}html[class=module-report] header.main-header nav>ul .dropdown>.label{display:none}html[class=module-report] header.main-header nav>ul .dropdown span.name{font-size:14px;font-weight:600}html[class=module-report] header.main-header nav>ul .dropdown span.zmdi{top:11px;font-size:18px}html[class=module-report] header.main-header nav>ul .dropdown.commodity-dropdown{width:100%;margin:0;border-right:none;border-left:none;border-bottom:1px solid #fff}html[class=module-report] header.main-header nav>ul .dropdown.stat-dropdown{width:100%;margin:0;border-right:none;padding-bottom:12px}html[class=module-report] header.main-header nav>ul .dropdown.stat-dropdown .name{margin:0 0 -4px;width:auto;max-width:calc(100% - 200px)}html[class=module-report] header.main-header nav>ul .dropdown.stat-dropdown>.units{display:inline-block;margin:0 0 0 10px}html[class=module-report] header.main-header .dropdown-panel{width:100%;height:calc(100% - 70px);padding:0 10px;overflow-y:scroll;-webkit-overflow-scrolling:touch}html[class=module-report] header.main-header .dropdown-panel .search-commodities-container{display:none}html[class=module-report] header.main-header .dropdown-panel .group-container{margin-top:15px}html[class=module-report] header.main-header .dropdown-panel .group-resources{margin-top:20px;margin-bottom:15px}html[class=module-report] header.main-header .dropdown-panel ul{flex-direction:column;flex-wrap:nowrap}html[class=module-report] header.main-header .dropdown-panel ul li{width:100%}html[class=module-report] header.main-header .dropdown-panel .group-crops,html[class=module-report] header.main-header .dropdown-panel .group-resources{height:auto}html[class=module-report] header.main-header .dropdown-options{width:100%;max-width:100%}html[class=module-report] body.dropdown-visible{overflow:hidden}}html[class=module-report] .timeline{position:relative;height:170px;margin-bottom:25px}html[class=module-report] .timeline .title{margin-top:5px;font-size:12px;color:#555;text-align:center}html[class=module-report] .timeline>svg{width:100%}html[class=module-report] .timeline>svg .x-axis line,html[class=module-report] .timeline>svg .x-axis path{fill:none;stroke:#ccc;shape-rendering:crispEdges}html[class=module-report] .timeline>svg circle,html[class=module-report] .timeline>svg line,html[class=module-report] .timeline>svg path,html[class=module-report] .timeline>svg text{pointer-events:none}html[class=module-report] .timeline>svg .hotspot{fill:#fff;opacity:0}html[class=module-report] .timeline>svg .hotspot:hover{opacity:1;cursor:pointer}html[class=module-report] .timeline>svg .hotspot.selected{opacity:1;fill:rgba(4,169,244,.08)}html[class=module-report] .timeline>svg .tick>text{font-size:14px;fill:#555;text-anchor:middle}html[class=module-report] .timeline>svg .year-point-label{font-size:12px;text-anchor:middle;fill:#555}html[class=module-report] .timeline>svg .year-point-label.active{fill:#333}html[class=module-report] .timeline>svg .year-point-label.selected{fill:#04a9f4}html[class=module-report] .timeline>svg .year-point{fill:#fff;stroke:#555;stroke-width:1.5px}html[class=module-report] .timeline>svg .year-point.active{fill:#555}html[class=module-report] .timeline>svg .year-point.selected{stroke:#04a9f4;fill:#04a9f4}html[class=module-report] .timeline>svg .trend-line{stroke:#ddd;stroke-width:2px;stroke-dasharray:3,3}@media only screen and (max-width:890px){html[class=module-report] .timeline{height:140px;margin-bottom:5px}}html[class=module-report] .cards-container{max-width:1280px;margin:0 auto;padding:110px 30px 20px;opacity:1;transition:opacity .15s linear}html[class=module-report] .cards-container.working{opacity:.5;pointer-events:none}html[class=module-report] .cards-container.no-controls{padding-top:65px}html[class=module-report] .cards-container.no-timeline{padding-top:120px}html[class=module-report] .cards-container.no-controls.no-timeline{padding-top:75px}html[class=module-report] .cards-container .card{position:relative;margin-bottom:20px;background-color:#fff;border:1px solid #ddd}html[class=module-report] .cards-container .card>header{position:relative;padding:14px 16px;border-bottom:1px solid #ddd;font-weight:500;font-size:16px}html[class=module-report] .cards-container .card>header .sub-heading{color:#555;font-size:12px;display:inline-block;max-width:270px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;display:block}html[class=module-report] .cards-container .card>header .tabs{position:absolute;top:0;left:300px;margin:0;padding:0;font-size:16px;color:#555;text-transform:uppercase;border-left:1px solid #ddd}html[class=module-report] .cards-container .card>header .tabs li{list-style:none}html[class=module-report] .cards-container .card>header .tabs:after{clear:both;content:"";display:table}html[class=module-report] .cards-container .card>header .tabs>li{float:left;display:inline-block;padding:20px 40px 22px;cursor:pointer;border-top:2px solid #fff;border-right:1px solid #ddd;transition:all,.15s,linear}html[class=module-report] .cards-container .card>header .tabs>li:focus,html[class=module-report] .cards-container .card>header .tabs>li:not(.selected):hover{color:#333}html[class=module-report] .cards-container .card>header .tabs>li.selected{padding-top:20px;border-top:2px solid #04a9f4;border-bottom:1px solid #fff;color:#333;cursor:default;pointer-events:none}html[class=module-report] .cards-container .card>header.with-tabs,html[class=module-report] .cards-container .card>header.with-tabs .tabs>li{height:4.125rem}html[class=module-report] .cards-container .card .content{min-height:200px}@media only screen and (max-width:890px){html[class=module-report] .cards-container{padding:90px 10px 30px;background:#fff}html[class=module-report] .cards-container .card>header{padding:10px}html[class=module-report] .cards-container .card>header .title{display:inline-block;padding:10px 0 0 10px}html[class=module-report] .cards-container .card>header .sub-heading{padding:0 0 10px 10px}html[class=module-report] .cards-container .card>header.with-tabs{height:auto;padding:0}html[class=module-report] .cards-container .card>header.with-tabs .tabs{position:static;margin-top:5px;top:unset;left:unset;border-left:none}html[class=module-report] .cards-container .card>header.with-tabs .tabs li{height:auto;width:50%;padding:10px 20px;text-align:center;font-size:14px}html[class=module-report] .cards-container .card>header.with-tabs .tabs li:last-child{border-right:none}html[class=module-report] .cards-container .card>header.with-tabs .tabs li.selected{margin-bottom:-2px}}html[class=module-report] .map-legend{text-align:center;margin-top:20px;height:50px}html[class=module-report] .map-legend .title{display:block;margin-bottom:10px;color:#555}html[class=module-report] .map-legend>svg .legend-label{font-size:12px}html[class=module-report] .map-legend>svg rect{stroke-width:1px;stroke:#ddd}html[class=module-report] .map{width:100%}html[class=module-report] .map>svg{width:100%;height:100%;stroke-width:1px;stroke:#ddd}html[class=module-report] .map>svg path.state-feature{fill:#ccc}html[class=module-report] .map>svg path.state-hover{stroke:#000;fill:transparent;pointer-events:none}html[class=module-report] .tooltip-map{position:absolute;display:none;width:250px;font-size:12px;background:#fff;border:1px solid #ccc;border-radius:3px;z-index:200}html[class=module-report] .tooltip-map:after,html[class=module-report] .tooltip-map:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}html[class=module-report] .tooltip-map:after{border-width:8px;margin-left:-8px;border-color:#fff hsla(0,0%,80%,0) hsla(0,0%,80%,0)}html[class=module-report] .tooltip-map:before{border-width:9px;margin-left:-9px;border-color:#ccc hsla(0,0%,80%,0) hsla(0,0%,80%,0)}html[class=module-report] .tooltip-map .state-label{padding:8px 10px;font-size:14px;font-weight:600;background:#f9f9f9;border-bottom:1px solid #ddd;border-top-left-radius:3px;border-top-right-radius:3px}html[class=module-report] .tooltip-map .content{padding:10px}html[class=module-report] .tooltip-map .content>ul{margin:0;padding:0}html[class=module-report] .tooltip-map .content>ul li{list-style:none}html[class=module-report] .tooltip-map .content>ul>li{list-style-type:none;font-size:12px;line-height:18px}html[class=module-report] .tooltip-map .content>ul>li>span{display:block}html[class=module-report] .tooltip-map .content>ul>li>span.label{color:#999}html[class=module-report] .mobile-stats{display:none;padding:9px 10px 10px;border-top:1px solid #ddd;background:#f3f3f3}html[class=module-report] .mobile-stats .state-name{font-weight:700}html[class=module-report] .mobile-stats .stats-value{margin-top:3px;font-size:18px;font-weight:500}@media only screen and (max-width:890px){html[class=module-report] .mobile-stats.visible{display:block}}html[class=module-report] .card-chart .content{padding:20px 16px 16px}html[class=module-report] .card-chart .content>svg{width:100%}html[class=module-report] .card-chart .content>svg .state-label,html[class=module-report] .card-chart .content>svg .state-value{font-size:12px}html[class=module-report] .card-chart .content>svg .state-value{fill:#333}html[class=module-report] .card-chart .content>svg .state-bar{fill:#bdd4de}html[class=module-report] .tooltip{position:absolute;display:none;font-size:12px;background:#fff;border:1px solid #ccc;z-index:200}html[class=module-report] .tooltip:after,html[class=module-report] .tooltip:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}html[class=module-report] .tooltip:after{border-color:#fff hsla(0,0%,100%,0) hsla(0,0%,100%,0);border-width:8px;margin-left:-8px}html[class=module-report] .tooltip:before{border-color:#ccc hsla(0,0%,80%,0) hsla(0,0%,80%,0);border-width:9px;margin-left:-9px}html[class=module-report] .tooltip>header{padding:8px 10px;font-size:14px;font-weight:500;border-bottom:1px solid #ddd}html[class=module-report] .tooltip.tooltip-map{width:250px}html[class=module-report] .tooltip.tooltip-map .content{padding:10px}html[class=module-report] .tooltip.tooltip-map .content>ul{margin:0;padding:0}html[class=module-report] .tooltip.tooltip-map .content>ul li{list-style:none}html[class=module-report] .tooltip.tooltip-map .content>ul>li{list-style-type:none;font-size:12px;line-height:18px}html[class=module-report] .tooltip.tooltip-map .content>ul>li>span{display:block}html[class=module-report] .tooltip.tooltip-map .content>ul>li>span.label{color:#999}html[class=module-report] footer.app-footer{max-width:1280px;margin:40px auto 20px}html[class=module-report] footer.app-footer:after{clear:both;content:"";display:table}html[class=module-report] footer.app-footer .as-of{margin-top:20px;float:left;color:#333}html[class=module-report] footer.app-footer>img{float:right;width:153px}html[class=module-report] footer.mobile-footer{display:none}@media only screen and (max-width:890px){html[class=module-report] footer.app-footer{display:none}html[class=module-report] footer.mobile-footer{position:fixed;bottom:0;left:0;width:100%;margin:0;padding:10px;display:block;text-align:center;font-weight:600;font-size:12px;border-top:1px solid #ddd;background:#f3f3f3}}html[class=module-report] .loading{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;background:#fff;display:none;justify-content:center;align-items:center
  /*!
  * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
  * Copyright 2015 Daniel Cardoso <@DanielCardoso>
  * Licensed under MIT
  */}html[class=module-report] .loading.visible{display:flex}html[class=module-report] .loading .la-ball-fussion,html[class=module-report] .loading .la-ball-fussion>div{position:relative;box-sizing:border-box}html[class=module-report] .loading .la-ball-fussion{display:block;font-size:0;color:#fff}html[class=module-report] .loading .la-ball-fussion.la-dark{color:#333}html[class=module-report] .loading .la-ball-fussion>div{display:inline-block;float:none;background-color:currentColor;border:0 solid}html[class=module-report] .loading .la-ball-fussion{width:8px;height:8px}html[class=module-report] .loading .la-ball-fussion>div{position:absolute;width:12px;height:12px;border-radius:100%;transform:translate(-50%,-50%);-webkit-animation:ball-fussion-ball1 1s ease 0s infinite;animation:ball-fussion-ball1 1s ease 0s infinite}html[class=module-report] .loading .la-ball-fussion>div:first-child{top:0;left:50%;z-index:1}html[class=module-report] .loading .la-ball-fussion>div:nth-child(2){top:50%;left:100%;z-index:2;-webkit-animation-name:ball-fussion-ball2;animation-name:ball-fussion-ball2}html[class=module-report] .loading .la-ball-fussion>div:nth-child(3){top:100%;left:50%;z-index:1;-webkit-animation-name:ball-fussion-ball3;animation-name:ball-fussion-ball3}html[class=module-report] .loading .la-ball-fussion>div:nth-child(4){top:50%;left:0;z-index:2;-webkit-animation-name:ball-fussion-ball4;animation-name:ball-fussion-ball4}html[class=module-report] .loading .la-ball-fussion.la-sm{width:4px;height:4px}html[class=module-report] .loading .la-ball-fussion.la-sm>div{width:6px;height:6px}html[class=module-report] .loading .la-ball-fussion.la-2x{width:16px;height:16px}html[class=module-report] .loading .la-ball-fussion.la-2x>div,html[class=module-report] .loading .la-ball-fussion.la-3x{width:24px;height:24px}html[class=module-report] .loading .la-ball-fussion.la-3x>div{width:36px;height:36px}@-webkit-keyframes ball-fussion-ball1{0%{opacity:.35}50%{top:-100%;left:200%;opacity:1}to{top:50%;left:100%;z-index:2;opacity:.35}}@keyframes ball-fussion-ball1{0%{opacity:.35}50%{top:-100%;left:200%;opacity:1}to{top:50%;left:100%;z-index:2;opacity:.35}}@-webkit-keyframes ball-fussion-ball2{0%{opacity:.35}50%{top:200%;left:200%;opacity:1}to{top:100%;left:50%;z-index:1;opacity:.35}}@keyframes ball-fussion-ball2{0%{opacity:.35}50%{top:200%;left:200%;opacity:1}to{top:100%;left:50%;z-index:1;opacity:.35}}@-webkit-keyframes ball-fussion-ball3{0%{opacity:.35}50%{top:200%;left:-100%;opacity:1}to{top:50%;left:0;z-index:2;opacity:.35}}@keyframes ball-fussion-ball3{0%{opacity:.35}50%{top:200%;left:-100%;opacity:1}to{top:50%;left:0;z-index:2;opacity:.35}}@-webkit-keyframes ball-fussion-ball4{0%{opacity:.35}50%{top:-100%;left:-100%;opacity:1}to{top:0;left:50%;z-index:1;opacity:.35}}@keyframes ball-fussion-ball4{0%{opacity:.35}50%{top:-100%;left:-100%;opacity:1}to{top:0;left:50%;z-index:1;opacity:.35}}@media screen{html[class=module-report] .print-title{display:none}}@media print{html[class=module-report] body{color:#000;background:#fff}html[class=module-report] .print-title{display:block;margin-bottom:30px;font-size:20px}html[class=module-report] .header-container{display:none}html[class=module-report] .timeline{display:block!important}html[class=module-report] .cards-container{padding-top:20px!important}html[class=module-report] .cards-container .card-chart{page-break-before:always}html[class=module-report] .cards-container .card-chart>header .tabs,html[class=module-report] .tooltip{display:none!important}}html[class=module-report] .preview-bar{display:none}@media only screen and (min-width:891px){html[class=module-report] body.preview-mode .preview-bar{display:block;position:fixed;height:25px;padding:5px 0 4px;top:0;left:0;width:100%;text-align:center;background:#ffc107;font-size:12px;font-weight:500;z-index:300}html[class=module-report] body.preview-mode .main-header{top:25px}html[class=module-report] body.preview-mode .cards-container{padding-top:135px}html[class=module-report] body.preview-mode .dropdown-options.stat-dropdown-options,html[class=module-report] body.preview-mode .dropdown-panel.visible,html[class=module-report] body.preview-mode .share-tooltip.visible{margin-top:25px}}html[class=module-admin],html[class=module-admin] body{width:100%;height:100%}html[class=module-admin] body a{color:#4caf50;font-weight:500;transition:all .15s ease-out}html[class=module-admin] body a:hover{color:#3d8b40}html[class=module-admin] body a.disabled{pointer-events:none;opacity:.5}html[class=module-admin] body label{font-weight:500}html[class=module-admin] body input,html[class=module-admin] body textarea{padding:8px 10px;border-radius:3px;font-size:13px;transition:all .15s ease-out}html[class=module-admin] body input:focus,html[class=module-admin] body textarea:focus{border-color:#4caf50}html[class=module-admin] body .field-error{margin-top:5px;color:#ff5722;font-size:13px}html[class=module-admin] body .btn{border-color:#4caf50;color:#4caf50;padding:8px 25px 9px;border-radius:3px;font-weight:500;transition:all .15s ease-out}html[class=module-admin] body .btn:hover{border-color:#3d8b40;color:#3d8b40}html[class=module-admin] body .btn[disabled]{opacity:.5;pointer-events:none}html[class=module-admin] body .btn.btn-primary{background-color:#4caf50;color:#fff;text-transform:uppercase}html[class=module-admin] body .btn.btn-primary:hover{background-color:#3d8b40;border-color:#3d8b40}html[class=module-admin] body .btn.btn-contrast{color:#fff;border-color:#fff}html[class=module-admin] body .btn.btn-contrast:hover{color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8)}html[class=module-admin] body select{padding:8px 27px 9px 12px;background:#fff url(/assets/images/select-icon.png) no-repeat right 10px top 11px;background-size:6px;color:#333;border:1px solid #ccc;border-radius:3px;font-size:13px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none}html[class=module-admin] body select option{background:#fff}html[class=module-admin] body input[disabled]{background-color:#f3f3f3}html[class=module-admin] .page-login{width:100%;height:100%;background:#f3f3f3;display:flex;align-items:center;justify-content:center;background-attachment:fixed}html[class=module-admin] .page-login.bg-0{background:url(/assets/images/backgrounds/bg-0.jpg) 50% no-repeat}html[class=module-admin] .page-login.bg-1{background:url(/assets/images/backgrounds/bg-1.jpg) 50% no-repeat}html[class=module-admin] .page-login.bg-2{background:url(/assets/images/backgrounds/bg-2.jpg) 50% no-repeat}html[class=module-admin] .page-login.bg-3{background:url(/assets/images/backgrounds/bg-3.jpg) 50% no-repeat}html[class=module-admin] .page-login.bg-4{background:url(/assets/images/backgrounds/bg-4.jpg) 50% no-repeat}html[class=module-admin] .page-login .content{width:500px;background:#fff;border:1px solid #ddd;padding:40px;box-shadow:0 5px 4px rgba(0,0,0,.2)}html[class=module-admin] .page-login .content h1{font-weight:400}html[class=module-admin] .page-login .content p{font-size:16px;line-height:24px}html[class=module-admin] .page-login .form-container{margin:25px 0 20px}html[class=module-admin] .page-login .form-container fieldset{margin-bottom:10px}html[class=module-admin] .page-login .form-container input{margin:8px 0;display:block;width:100%}html[class=module-admin] .page-login .form-container .field-help{margin:5px 0 10px;color:#777}html[class=module-admin] .page-login .form-container .error{margin:10px 0 20px;font-weight:500;color:#ff5722}html[class=module-admin] .page-login .form-container .error .zmdi{margin-right:2px;font-size:18px;vertical-align:bottom}html[class=module-admin] .page-login .link-expired{color:#ff5722}html[class=module-admin] .page-login .sent{margin-top:15px}html[class=module-admin] .page-login .controls{display:flex;justify-content:space-between;align-items:center}html[class=module-admin] .page-login .notice{margin-top:30px;padding-top:15px;border-top:1px solid #ddd}html[class=module-admin] .editor{width:100%;height:100%;cursor:default;padding-top:150px}html[class=module-admin] .editor.with-warning{padding-top:180px}html[class=module-admin] .editor .editor-header{position:fixed;top:0;left:0;width:100%;height:70px;background:#00a273;color:#fff}html[class=module-admin] .editor .editor-header .header-content{width:900px;height:100%;padding:0 25px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}html[class=module-admin] .editor .editor-header .header-content h1{font-weight:400;font-size:24px}html[class=module-admin] .editor .editor-header .header-content .controls{display:flex;justify-content:flex-end;align-items:center}html[class=module-admin] .editor .editor-header .header-content .controls .signed-in-as{text-align:right;margin-right:15px}html[class=module-admin] .editor .editor-header .header-content .controls .signed-in-as label{display:block;text-transform:uppercase;opacity:.7;font-size:13px}html[class=module-admin] .editor .editor-header .header-content .controls .signed-in-as span{font-weight:500}html[class=module-admin] .editor .editor-header .header-content .controls .btn{width:110px}html[class=module-admin] .editor .editor-controls{position:fixed;top:70px;left:0;width:100%;height:80px;background:#fff;box-shadow:0 0 3px rgba(0,0,0,.3)}html[class=module-admin] .editor .editor-controls .controls-content{width:900px;height:100%;padding:0 25px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}html[class=module-admin] .editor .editor-controls .controls-content .left{display:flex;align-items:center}html[class=module-admin] .editor .editor-controls .controls-content .left .btn{margin-right:10px}html[class=module-admin] .editor .editor-controls .controls-content .left span{margin-left:5px;color:#777;font-size:13px}html[class=module-admin] .editor .editor-controls .controls-content .left svg{margin-left:5px;width:16px}html[class=module-admin] .editor .editor-controls .controls-content .right{display:flex;justify-content:flex-end;align-items:center;text-align:right}html[class=module-admin] .editor .editor-controls .controls-content .right .meta{margin-right:15px;font-size:13px;line-height:18px;color:#777}html[class=module-admin] .editor .editor-controls .controls-content .right .btn{width:110px}html[class=module-admin] .editor .save-warning{top:150px;width:100%;padding:10px;background:#ffc107;position:fixed}html[class=module-admin] .editor .save-warning .warning-content{width:900px;margin:0 auto;padding:0 25px;font-size:13px;font-weight:500;position:relative}html[class=module-admin] .editor .save-warning .warning-content:before{width:0;height:0;display:inline-block;position:absolute;border-style:solid;content:"";-webkit-transform:rotate(1turn);top:-8px;left:50%;margin-left:0;border-width:0 8px 8px;border-color:transparent transparent #ffc107;left:58px;top:-18px}html[class=module-admin] .editor app-config-version-picker{display:flex;width:100%;height:100%;justify-content:center;align-items:center;padding-top:70px}html[class=module-admin] .editor app-config-version-picker .content{width:400px;padding:20px 25px 22px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.3);font-size:16px;line-height:22px}html[class=module-admin] .editor app-config-version-picker .content p{margin:0 0 15px}html[class=module-admin] .editor app-config-version-picker .content .btn{width:100%;padding:10px 15px;text-align:left;border-radius:5px;margin-bottom:15px}html[class=module-admin] .editor app-config-version-picker .content .btn:last-of-type{margin-bottom:0}html[class=module-admin] .editor app-config-version-picker .content .btn .meta{margin-top:3px;color:#777;font-size:14px;line-height:20px;font-weight:400}html[class=module-admin] .editor .cards-container{width:900px;margin:30px auto 0;padding:0 25px}html[class=module-admin] .editor .config-card{border:1px solid #ddd;background:#fff;margin-bottom:25px}html[class=module-admin] .editor .config-card header{padding:10px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd}html[class=module-admin] .editor .config-card header .left{display:flex;align-items:center;font-weight:500;font-size:16px}html[class=module-admin] .editor .config-card header .left select{margin:0 15px;width:250px}html[class=module-admin] .editor .config-card header .right{color:#777}html[class=module-admin] .editor .config-card header .right a{font-size:14px;text-transform:uppercase}html[class=module-admin] .editor .config-card header .right a .zmdi{margin-right:3px;font-size:18px;vertical-align:bottom}html[class=module-admin] .editor .config-card header .right a.delete{margin-right:20px;padding-right:16px;color:#777;border-right:1px solid #ddd;opacity:.7}html[class=module-admin] .editor .config-card header .right a.delete:hover{opacity:1}html[class=module-admin] .editor .config-card .content{padding:18px}html[class=module-admin] .editor .config-card .content .field-row{margin-bottom:20px}html[class=module-admin] .editor .config-card .content .field-row:last-of-type{margin-bottom:0}html[class=module-admin] .editor .config-card .content fieldset{display:inline-block;margin-right:15px}html[class=module-admin] .editor .config-card .content label{display:block;margin-bottom:8px}html[class=module-admin] .editor .config-card .content .select-crop{width:250px}html[class=module-admin] .editor .config-card .content .select-year{width:100px}html[class=module-admin] .editor .config-card .content .select-statistic{width:450px}html[class=module-admin] .editor .edit-commodity .field-label{width:250px}html[class=module-admin] .editor .edit-commodity .field-key{width:300px}html[class=module-admin] .editor .edit-commodity .basics-controls{margin-top:32px}html[class=module-admin] .editor .edit-commodity .basics-controls a{text-transform:uppercase;margin-right:10px}html[class=module-admin] .editor .edit-commodity .basics-controls a .zmdi{margin-right:3px;font-size:16px}html[class=module-admin] .editor .edit-commodity .basic-fields{display:flex;align-items:flex-start;margin-bottom:30px}html[class=module-admin] .editor .edit-commodity .statistics-list{margin-bottom:30px}html[class=module-admin] .editor .edit-commodity .statistics-list:last-child{margin-bottom:0}html[class=module-admin] .editor .edit-commodity .zmdi-info-outline{cursor:help;margin-left:2px;vertical-align:middle}html[class=module-admin] .editor .edit-commodity .header{display:flex;align-items:center;font-weight:500;font-size:16px}html[class=module-admin] .editor .edit-commodity .header a{font-size:14px;text-transform:uppercase;margin-left:10px}html[class=module-admin] .editor .edit-commodity .header a .zmdi{margin-right:2px;font-size:18px;vertical-align:bottom}html[class=module-admin] .editor .edit-commodity ul{padding:0;margin:15px 0 0}html[class=module-admin] .editor .edit-commodity ul li{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:10px 15px 10px 12px;border:1px solid transparent}html[class=module-admin] .editor .edit-commodity ul li:hover{background:#f9f9f9;border-color:#ddd}html[class=module-admin] .editor .edit-commodity ul li:hover .row-controls{display:block}html[class=module-admin] .editor .edit-commodity ul li .row-controls{display:none;text-align:right}html[class=module-admin] .editor .edit-commodity ul li .row-controls a{text-transform:uppercase;margin-left:15px}html[class=module-admin] .editor .edit-commodity ul li .row-content{max-width:85%}html[class=module-admin] .editor .edit-commodity ul li .row-content strong{display:block;font-weight:500}html[class=module-admin] .editor .edit-commodity ul li .row-content span{display:inline-block;margin-top:5px;color:#777;font-size:13px}html[class=module-admin] .editor .edit-commodity .empty-message{margin:20px 0 0;padding:20px;text-align:center;background:#f9f9f9}html[class=module-admin] .modal-overlay{position:fixed;display:flex;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.2);z-index:350;justify-content:center;align-items:center;opacity:0;transition:all .3s ease-in}html[class=module-admin] .modal-overlay.modal-visible{opacity:1}html[class=module-admin] .modal-overlay.modal-visible .modal-dialog{margin-top:0}html[class=module-admin] .modal-overlay .modal-dialog{position:relative;width:540px;margin-top:-40px;display:flex;flex-direction:column;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.2);cursor:default;transition:all .3s ease-in}html[class=module-admin] .modal-overlay .modal-dialog header{position:relative;padding:11px 17px 0;border-bottom:1px solid #ddd}html[class=module-admin] .modal-overlay .modal-dialog header h1{font-size:16px;font-weight:500;margin-bottom:12px}html[class=module-admin] .modal-overlay .modal-dialog .content{padding:15px 17px 5px}html[class=module-admin] .modal-overlay .modal-dialog .content .fieldset-row{display:flex;align-items:flex-start}html[class=module-admin] .modal-overlay .modal-dialog .content fieldset{display:inline-block;margin:0 15px 15px 0}html[class=module-admin] .modal-overlay .modal-dialog .content fieldset.fieldset-last{margin-right:0}html[class=module-admin] .modal-overlay .modal-dialog .content fieldset.fieldset-half{width:calc(50% - 8px)}html[class=module-admin] .modal-overlay .modal-dialog .content fieldset.fieldset-full{width:100%;margin-right:0}html[class=module-admin] .modal-overlay .modal-dialog .content label{display:block;margin-bottom:8px}html[class=module-admin] .modal-overlay .modal-dialog .content input,html[class=module-admin] .modal-overlay .modal-dialog .content select{width:100%}html[class=module-admin] .modal-overlay .modal-dialog .content .zmdi-info-outline{cursor:help;margin-left:2px;vertical-align:middle}html[class=module-admin] .modal-overlay .modal-dialog footer{display:flex;justify-content:space-between;align-items:center;padding:13px 17px 14px;border-top:1px solid #ddd;background:#f3f3f3}html[class=module-admin] .modal-overlay .modal-dialog footer .left{color:#777}html[class=module-admin] .modal-overlay .modal-dialog footer .right{text-align:right}html[class=module-admin] .modal-overlay .modal-dialog footer .right .btn{margin-left:8px}html[class=module-admin] .modal-overlay .modal-dialog .separator-heading{padding:10px 17px;background:#f3f3f3;font-weight:500}html[class=module-admin] .modal-overlay .modal-dialog .separator-heading.separator-heading-large{padding:12px 17px;font-size:16px}.module-admin{background:#f3f3f3}