|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
-
-
- .report-index {
-
- #wrapper-app-report-index {
- display: none ;
- &.loaded {
- display: block ;
- }
- }
-
- #parameters {
- #nav-sections-report {
- .btn-section {
- margin-right: 5px ;
- }
- }
-
- .section {
- margin-top: 10px ;
- .content-max-height {
- max-height: 400px ;
- overflow-y: scroll ;
-
- ul {
- list-style-type: none ;
- margin-left: 0px ;
- padding-left: 5px ;
-
- li {
- input {
- position: relative ;
- top: 2px ;
- }
- label {
- font-weight: normal;
- margin-bottom: 0px ;
- }
- }
- }
- }
- }
- #section-users {
- #wrapper-search-user {
- margin-bottom: 10px ;
- position: relative ;
- .glyphicon-search {
- position: absolute ;
- top: 10px ;
- right: 16px ;
- color: gray ;
- }
- }
- }
- #section-points-sale {
-
- }
- #section-distributions {
- #wrapper-select-year {
- margin-bottom: 10px ;
- }
-
- .distribution-month {
- margin-bottom: 10px ;
- .link-month-distribution {
- display: block ;
- text-transform: capitalize ;
- text-align: left ;
-
- .glyphicon {
- float: right ;
- }
- }
-
- .the-distributions {
- margin-top: 8px ;
- .btn-select {
-
- }
- }
- }
- }
- }
-
- #report {
-
- .section {
- margin-bottom: 15px ;
-
- h3 {
- margin: 0px ;
- padding: 0px ;
- font-size: 16px ;
- text-transform: uppercase ;
- }
- .comma:last-child {
- display: none ;
- }
- }
-
- }
- }
|