// Indicator information popup #quick-chart{ width: 700px; } #cboxPin{ transition: inherit; } .quick-chart-top{ .alert-btn{ float: left; background: url("../img/quick-chart-icons.svg") no-repeat 0 0; display: block; width: 35px; height:49px; transition: inherit; &:hover{ background-position: 0 -50px; } &.active{ background-position: 0 -50px; } } .info-btn{ float: left; background: url("../img/quick-chart-icons.svg") no-repeat -36px 0; display: block; width: 35px; height:49px; transition: inherit; &:hover{ background-position: -36px -50px; } &.active{ background-position: -36px -50px; } } .real-gross{ float: left; font-size: 16px; text-transform: uppercase; margin: 0 0 0 10px; line-height: 18px; width:435px; span{ font-size: 12px; } } .add-new-btn{ float: right; background: url("../img/quick-chart-icons.svg") no-repeat right 0; display: block; width: 35px; height:49px; transition: inherit; &:hover{ background-position: right -50px; } } .download-new-btn{ float: right; background: url("../img/quick-chart-icons.svg") no-repeat -112px 0; display: block; width: 35px; height:49px; position: relative; cursor:pointer; &:hover{ background-position: -112px -50px; } .download-new-btn-menu{ position: absolute; z-index: 9999; top: 50px; right: 0; background-color: $menu-drop-gray; width: 180px; font-size: 12px; font-weight: normal; padding: 0 0 10px; display: none; .heading{ font-size: 12px; font-weight: bold; text-transform: uppercase; padding: 10px 0 0 10px; text-align: left; color: $white; } ul{ margin: 5px 0 0 0; line-height: 20px; li{ list-style: none; position: relative; a{ text-decoration: none; text-align: left; padding-left: 14px; border-bottom: none; text-transform: capitalize; height: auto; line-height: inherit; color: $white; display: block; &:hover{ background-color: #1f80c3; } } } } } } .export-btn{ float: right; background: url("../img/quick-chart-icons.svg") no-repeat -77px 0; display: block; width: 35px; height:49px; position: relative; cursor:pointer; &:hover{ background-position: -77px -50px; } .export-btn-menu{ position: absolute; z-index: 9999; top: 50px; right: 0; background-color: $menu-drop-gray; width: 180px; font-size: 12px; font-weight: normal; padding: 0 0 10px; display: none; .heading{ font-size: 12px; font-weight: bold; text-transform: uppercase; padding: 10px 0 0 10px; text-align: left; color: $white; } ul{ margin: 5px 0 0 0; line-height: 20px; li{ list-style: none; position: relative; a{ text-decoration: none; text-align: left; padding-left: 14px; border-bottom: none; text-transform: capitalize; height: auto; line-height: inherit; color: $white; display: block; &:hover{ background-color: #1f80c3; } } } } } } .q-text{ font-size: 12px; color: $black; float: right; margin: 35px 10px 0 0; } } .quick-chart-map{ margin: 30px 0; #top-graph{ #popup-graph{ width:680px; height:268px; background:#efefef; } } img{ width:100%; } .map-show-scroll{ background-color: #666666; font-size: 11px; color: $white; font-style: italic; padding: 3px 15px; input{ margin: 3px 0 0 0; float: left; } .input-text{ float: left; margin: 3px 0 0 5px; } } } .quick-chart-table{ margin: 0; .blue-bg-light{ background-color: #60a7d8; font-size: 12px; text-transform: uppercase; font-weight: bold; color: $white; padding: 5px 0; text-align: center; } .orange-bg-light{ background-color: #dc6633; font-size: 12px; text-transform: uppercase; font-weight: bold; color: $white; padding: 2px 3px; text-align: center; } .blue-bg-dark{ background-color: #328dcc; font-size: 10px; text-transform: uppercase; color: $white; padding: 5px 3px; vertical-align: bottom; text-align: right; } .orange-bg-dark{ background-color: #b34f29; font-size: 10px; text-transform: uppercase; color: $white; padding: 5px 3px; vertical-align: bottom; text-align: right; } tbody{ background-color:rgba(239, 239, 239, 0.9); tr{ &:nth-child(even){ background-color:rgba(221, 221, 221, 0.9); } } td{ padding: 3px 3px; text-align: right; &.no-padding{ padding:0px; table{ tr{ td{ width:12%; } } } } } } .same-year-bg{ background-color: #666666; font-size: 12px; text-transform: uppercase; font-weight: bold; color: $white; padding: 2px 3px; text-align: center; } } @media screen and (max-width:$mobile-landscape){ #quick-chart{ width:450px; .quick-chart-table{ overflow: auto; width: 100%; table{ width:700px; } } } }