123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- .reporting_page_header {
- padding-bottom: 9px;
- margin: 25px 0 35px;
- border-bottom: 1px solid #eee;
- }
- .range-style {
- padding-bottom: 9px;
- border-bottom: 1px solid #eee;
- }
- .hover:hover{
- cursor: grab;
- cursor: -webkit-grab;
- }
- /*
- =============================================
- FIRST STYLE
- =============================================
- */
- .panel-first-style {
- border: 1px solid #bbdefb !important;
- }
- .panel-header-first-style {
- background: #bbdefb !important;
- text-align: center;
- font-weight: normal;
- }
- /*
- =============================================
- SECOND STYLE
- =============================================
- */
- .panel-second-style {
- border: 1px solid #c8e6c9 !important;
- }
- .panel-header-second-style {
- background-color: #c8e6c9 !important;
- text-align: center;
- font-weight: bold;
- }
- /*
- =============================================
- THIRD STYLE
- =============================================
- */
- .panel-third-style {
- border: 1px solid #ffccbc !important;
- }
- .panel-header-third-style {
- background-color: #ffccbc !important;
- text-align: center;
- font-weight: bold;
- }
- /*
- =============================================
- BUTTON STYLE
- =============================================
- */
- .myButton{
- background: #d9534f !important;
- /* background: #d9534f !important; */
- /* color: #37474f !important; */
- color: #fff !important;
- height: 34px !important;
- /* border: 1px solid #bdbdbd !important; */
- /* border: 1px solid #428bca !important; */
- border: none !important;
- }
- .dropdown-menu > li > a {
- color: #37474f !important;
- }
- .dropdown-menu > .active > a {
- color:#fff !important;
- background-color: #d9534f !important;
- }
- .detail-icon {
- color: #e57373 !important;
- }
- .pagination > .active > a{
- color:#fff !important;
- background-color: #d9534f !important;
- border-color: #d9534f !important;
- }
- .filter-style {
- padding-top: 10px;
- }
- .sale-button {
- color: #fff !important;
- background: #81c784;
- border-color: #81c784;
- }
- .sale-button:hover{
- color: #fff !important;
- background: #81c784;
- border-color: #81c784;
- }
- .purchase-button {
- color: #fff !important;
- background: #ffb74d;
- border-color: #ffb74d;
- }
- .purchase-button:hover{
- color: #fff !important;
- background: #ffb74d;
- border-color: #ffb74d;
- }
- .expense-button {
- color: #fff !important;
- background: #e57373;
- border-color: #e57373;
- }
- .expense-button:hover{
- color: #fff !important;
- background: #e57373;
- border-color: #e57373;
- }
- .balance-button {
- color: #fff !important;
- background: #0288d1;
- border-color: #0288d1;
- }
- .balance-button:hover{
- color: #fff !important;
- background: #0288d1;
- border-color: #0288d1;
- }
- .chart-container{
- width: 100%;
- }
|