|
@@ -347,208 +347,6 @@
|
|
|
background: url("../../public/img/icons/22/arrow-down-collapse.png") no-repeat left center;
|
|
|
}
|
|
|
|
|
|
-/* REPORTS */
|
|
|
-.panel-default.panel-view {
|
|
|
- border: 1px solid #e4e4e4;
|
|
|
- box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
|
|
|
-}
|
|
|
-
|
|
|
-.panel-view {
|
|
|
- padding: 20px;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-.item-report .panel-default {
|
|
|
- background-color: #ededed;
|
|
|
- border: 1px solid #e4e4e4;
|
|
|
- box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
|
|
|
-}
|
|
|
-
|
|
|
-.item-report .item-report-number {
|
|
|
- font-size: 35px;
|
|
|
- font-weight: bold;
|
|
|
- color: #666666;
|
|
|
-}
|
|
|
-
|
|
|
-/*****************************************************
|
|
|
- * AGENDA *
|
|
|
- *****************************************************/
|
|
|
-#agenda {
|
|
|
- width: 100%;
|
|
|
- margin: 0 auto;
|
|
|
- border: 1px solid #bbb;
|
|
|
- border-collapse: collapse;
|
|
|
-}
|
|
|
-
|
|
|
-.agenda_month_divider {
|
|
|
- background-color: #dcdcdc;
|
|
|
- font-weight: bold;
|
|
|
- font-size: 12px;
|
|
|
- color: #666;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-#agenda .title a {
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-#agenda .agendaitem {
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-
|
|
|
-#smallcalendar .title {
|
|
|
- background-color: #dcdcdc;
|
|
|
- font-weight: bold;
|
|
|
- padding: 5px;
|
|
|
- color: #666;
|
|
|
- text-align: center;
|
|
|
- font-size: 11px;
|
|
|
-}
|
|
|
-
|
|
|
-#smallcalendar .title a {
|
|
|
- color: #666;
|
|
|
-}
|
|
|
-
|
|
|
-#agenda_select {
|
|
|
- list-style: none;
|
|
|
- border: 0 solid green;
|
|
|
- margin: 30px 0 0 0;
|
|
|
- padding: 0 0 0 10px;
|
|
|
-}
|
|
|
-
|
|
|
-#simple-dialog-form {
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-
|
|
|
-#simple-dialog-form .control-label {
|
|
|
- padding-top: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.agenda_day {
|
|
|
- float: left;
|
|
|
- color: #666666;
|
|
|
- line-height: 16px;
|
|
|
- overflow: hidden;
|
|
|
- margin-bottom: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.agenda-title {
|
|
|
- font-size: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.days_today {
|
|
|
- background-color: #E8E8E8;
|
|
|
-}
|
|
|
-
|
|
|
-.days_today .agenda_day {
|
|
|
- float: left;
|
|
|
- width: 100%;
|
|
|
- color: #000;
|
|
|
- line-height: 16px;
|
|
|
- overflow: hidden;
|
|
|
- margin-bottom: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-#agenda_list th {
|
|
|
- background-color: #F2F2F2;
|
|
|
-}
|
|
|
-
|
|
|
-#agenda_list .days_week {
|
|
|
- height: 100px;
|
|
|
-}
|
|
|
-
|
|
|
-/* ---------------------------------------------------
|
|
|
- styles for the mini agenda
|
|
|
------------------------------------------------------*/
|
|
|
-#smallcalendar {
|
|
|
- width: 100%;
|
|
|
- margin: 0 auto;
|
|
|
- border: 1px solid #fff;
|
|
|
- border-collapse: collapse;
|
|
|
-}
|
|
|
-
|
|
|
-#smallcalendar .weekdays {
|
|
|
- background-color: #dcdcdc;
|
|
|
- text-align: center;
|
|
|
- font-size: 9px;
|
|
|
- font-weight: bold;
|
|
|
- border: 1px solid #fff;
|
|
|
- border-collapse: collapse;
|
|
|
-}
|
|
|
-
|
|
|
-#smallcalendar .days_week {
|
|
|
- background-color: #f5f5f5;
|
|
|
- text-align: center;
|
|
|
- font-size: 9px;
|
|
|
- border-collapse: collapse;
|
|
|
-}
|
|
|
-
|
|
|
-#smallcalendar .days_weekend {
|
|
|
- background-color: #e6e6e6;
|
|
|
- text-align: center;
|
|
|
- font-size: 9px;
|
|
|
- border: 1px solid #fff;
|
|
|
- border-collapse: collapse;
|
|
|
-}
|
|
|
-
|
|
|
-#smallcalendar .days_today {
|
|
|
- width: 12%;
|
|
|
- text-align: center;
|
|
|
- font-size: 9px;
|
|
|
- border: 1px solid #FA8500;
|
|
|
- border-collapse: collapse;
|
|
|
- background-color: #FFCA8D;
|
|
|
-}
|
|
|
-
|
|
|
-#smallcalendar tbody tr td {
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-/* ---------------------------------------------------
|
|
|
- styles for the personal agenda
|
|
|
------------------------------------------------------*/
|
|
|
-.personal_agenda {
|
|
|
- color: #008000;
|
|
|
-}
|
|
|
-
|
|
|
-.personal_agenda a:link, .personal_agenda a:visited {
|
|
|
- color: #008000;
|
|
|
-}
|
|
|
-
|
|
|
-a.personal_agenda:link, a.personal_agenda:visited {
|
|
|
- color: #008000;
|
|
|
-}
|
|
|
-
|
|
|
-.personal_agenda a:hover, .personal_agenda a:hover {
|
|
|
- color: #666666;
|
|
|
-}
|
|
|
-
|
|
|
-a.personal_agenda:hover, a.personal_agenda:hover {
|
|
|
- color: #666666;
|
|
|
-}
|
|
|
-
|
|
|
-.myagendatoday {
|
|
|
- background-color: #FFCA8D;
|
|
|
- border-collapse: collapse;
|
|
|
- font-family: verdana, arial, helvetica, sans-serif;
|
|
|
- color: #CC3300;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-.rounded_div_agenda {
|
|
|
- background: none repeat scroll 0 0 #FFFFFF;
|
|
|
- float: left;
|
|
|
- height: auto;
|
|
|
- margin: 2px 4px 5px;
|
|
|
- padding: 8px;
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
/* -------------- DOCUMENT --------------*/
|
|
|
#document_quota {
|
|
|
margin: 15px;
|