@charset "utf-8";
/* CSS Document — Cometa responsive theme */

@media (max-width: 1199.99px) {
	
.app-form {
	flex: 0 0 40%;
	max-width: 304px;
}
.app-output {
	flex-direction: column;
}
.app-table {
	padding-right: 0;
}
.app-chart {
	flex: 1 1 auto;
	min-width: 350px;
	padding-left: 0;
	border-left: none;
}
.app-info {
	margin-bottom: 0;
}
.chart-container {
	margin-top: 0;
}
}

@media (max-width: 767.99px) {
	
.app-header {
	padding: 10px 15px;
}
.app-header img {
	height: 52px;
}
.app-header h1 {
	font-size: 20px;
}
.app-print-button {
	padding: 8px 16px;
}
.app-main-container {
	min-height: calc(100vh - 72px);
	padding: 20px 15px 40px 15px;
}
.app-tab-nav button {
	padding: 14px 7px;
	font-size: 19px;
}
.app-tab-content {
	padding: 15px 15px 30px 15px;
}
.app-pane.active {
	flex-direction: column;
}
.app-form {
    flex: 1 1 100%;
    max-width: none;
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px dashed #707070;
}
.app-data {
    padding-left: 0;
    padding-top: 20px;
}
.app-info h2 {
    font-size: 22px;
}
.app-reset {
	padding: 0 15px;
}
}

@media (max-width: 575.99px) {
	
.app-header {
    position: fixed;
    width: 100%;
    height: 65px;
    padding: 0 15px;
    z-index: 100;
    border-bottom: 3px solid #040C6B;
}
.app-header img {
	height: 42px;
	margin-right: 15px;
}
.app-header h1 {
    font-size: 16px;
    line-height: 0.9;
}
.app-print-button {
    padding: 6px 12px;
}
.app-print-button span {
	display: none;
}
.app-main-container {
    min-height: auto;
    padding: 0 0 40px 0;
}
.app-main {
    border: none;
    border-radius: 0;
}
.app-main nav {
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 100;
	background: #fff;
}
.app-tab-nav button {
    padding: 12px 7px;
    font-size: 16px;
	font-weight: 500;
}
.app-tab-content {
    padding-top: 138px;
}
.app-card-header {
    font-weight: 500;
}
.app-info h2 {
    font-size: 20px;
    font-weight: 500;
}
.read-more-btn {
    margin-top: -32px;
    padding: 3px 12px;
    font-size: 16px;
}
}

@media (max-width: 419.99px) {

.app-header h1 {
    font-size: 14px;
}
.app-print-button span {
	display: none;
}
.read-more-btn {
    margin-top: -28px;
    font-size: 14px;
}
.app-chart {
    min-width: 280px;
}
.app-poweredby {
	text-align: center;
    margin-top: 12px;
    justify-content: center;
}
}

@media (max-width: 359.99px) {

.app-header h1 {
	display: none;
}
}