@import "bootstrap.less"; .premium_badge_large { padding: 20px; width: 180px; height: 150px; text-align: center; color: #000; font-weight: bold; .rounded(10px); background-color: orange; .gradient(yellow,orange); text-shadow: 0 1px 1px rgba(255,255,255,.75); margin: 0 0 20px 0; } .big_stats { width: 180px; padding: 20px; text-align: center; background: #000; .gradient(#222, #333); .rounded(10px); color: #fff; text-shadow: 0 -1px 0px rgba(0,0,0,1); border: 1px solid #111; border-bottom: 1px solid #AAA; margin: 0 0 20px 0; } .big_stats span { font-size: 38px; display: block; line-height: 38px; } .funnel {background-color: blue; .gradient(#18BCFF, #0099CC); .rounded(10px); height: 100px; margin: auto;} .funnel_container { text-align: center; text-align: center;} .pending .sub_content h3 {background: #656565; .rounded(50px); font-family: 'BebasRegular'; margin: 50px 0 10px 0; padding: 10px; font-size: 14px; color: #fff; font-weight: normal; text-shadow: none;} .pending .sub_content h3.today {background: #3C71A3;} .pending table.tasks {width: 100%;} .pending table td {font-size: 13px; color: #666; padding: 2px} .pending table .date {text-align: right; color: #999; width: 60px; padding-right: 10px; white-space: nowrap;} .pending table.upcoming .date {width: 100px;} .pending table .subject {font-weight: bold;} .pending table .meta {font-size: 11px;} .pending table .meta span {background: #BDBDBD; color: #fff; font-weight: bold; font-size: 9px; .rounded(10px); padding: 3px 6px; margin-left: 10px;} .pending table .meta span.first {margin-left: 0;} .pending table .actions {text-align: right; width: 100px;} .pending table .actions div {display: none;} .pending table .actions a {background: #BDBDBD; color: #fff; font-weight: bold; font-size: 9px; .rounded(10px); padding: 3px 6px; text-decoration: none;} .pending table .actions a.edit {background: #59B9DB;} .pending table .actions a.edit:hover {background: #09F;} .pending table .actions a.cancel {background: #BD5959;} .pending table .actions a.cancel:hover {background: #900;} .pending table .betweener {border: none; background: none; border-bottom: 1px dotted #CCC; margin: 10px;} .pending .none {font-weight: bold; text-align: center; color: #999;} /*.pending .side_content h3 {background: #999;}*/ .pending .completed td {border-bottom: 1px dotted #CCC; padding: 4px;} .pending .completed .subject a {color: #666; text-decoration: none; display: block;} .pending .completed .subject a:hover {text-decoration: underline; color: #09F;} .pending #scheduler {margin-bottom: 40px;} .pending .side_content h3 {margin-bottom: 10px;}