12 changed files with 1313 additions and 1 deletions
-
1public/assets/css/.gitignore
-
233public/assets/css/plugins/dataTables.bootstrap.css
-
5public/assets/css/plugins/fullcalendar.min.css
-
208public/assets/css/plugins/fullcalendar.print.css
-
7public/assets/css/plugins/jquery-ui.min.css
-
545public/assets/css/plugins/jquery.datetimepicker.css
-
63public/assets/css/plugins/metisMenu/metisMenu.css
-
1public/assets/css/plugins/metisMenu/metisMenu.min.css
-
2public/assets/css/plugins/morris.css
-
1public/assets/css/plugins/select2.min.css
-
68public/assets/css/plugins/social-buttons.css
-
180public/assets/css/plugins/timeline.css
@ -1 +0,0 @@ |
|||
/plugins |
|||
@ -0,0 +1,233 @@ |
|||
div.dataTables_length label { |
|||
float: left; |
|||
text-align: left; |
|||
font-weight: normal; |
|||
} |
|||
|
|||
div.dataTables_length select { |
|||
width: 75px; |
|||
} |
|||
|
|||
div.dataTables_filter label { |
|||
float: right; |
|||
font-weight: normal; |
|||
} |
|||
|
|||
div.dataTables_filter input { |
|||
width: 16em; |
|||
} |
|||
|
|||
div.dataTables_info { |
|||
padding-top: 8px; |
|||
} |
|||
|
|||
div.dataTables_paginate { |
|||
float: right; |
|||
margin: 0; |
|||
} |
|||
|
|||
div.dataTables_paginate ul.pagination { |
|||
margin: 2px 0; |
|||
white-space: nowrap; |
|||
} |
|||
|
|||
table.dataTable, |
|||
table.dataTable td, |
|||
table.dataTable th { |
|||
-webkit-box-sizing: content-box; |
|||
-moz-box-sizing: content-box; |
|||
box-sizing: content-box; |
|||
} |
|||
|
|||
table.dataTable { |
|||
clear: both; |
|||
margin-top: 6px !important; |
|||
margin-bottom: 6px !important; |
|||
max-width: none !important; |
|||
} |
|||
|
|||
table.dataTable thead .sorting, |
|||
table.dataTable thead .sorting_asc, |
|||
table.dataTable thead .sorting_desc, |
|||
table.dataTable thead .sorting_asc_disabled, |
|||
table.dataTable thead .sorting_desc_disabled { |
|||
cursor: pointer; |
|||
} |
|||
|
|||
table.dataTable thead .sorting { |
|||
background: url('../images/sort_both.png') no-repeat center right; |
|||
} |
|||
|
|||
table.dataTable thead .sorting_asc { |
|||
background: url('../images/sort_asc.png') no-repeat center right; |
|||
} |
|||
|
|||
table.dataTable thead .sorting_desc { |
|||
background: url('../images/sort_desc.png') no-repeat center right; |
|||
} |
|||
|
|||
table.dataTable thead .sorting_asc_disabled { |
|||
background: url('../images/sort_asc_disabled.png') no-repeat center right; |
|||
} |
|||
|
|||
table.dataTable thead .sorting_desc_disabled { |
|||
background: url('../images/sort_desc_disabled.png') no-repeat center right; |
|||
} |
|||
|
|||
table.dataTable th:active { |
|||
outline: none; |
|||
} |
|||
|
|||
/* Scrolling */ |
|||
|
|||
div.dataTables_scrollHead table { |
|||
margin-bottom: 0 !important; |
|||
border-bottom-left-radius: 0; |
|||
border-bottom-right-radius: 0; |
|||
} |
|||
|
|||
div.dataTables_scrollHead table thead tr:last-child th:first-child, |
|||
div.dataTables_scrollHead table thead tr:last-child td:first-child { |
|||
border-bottom-left-radius: 0 !important; |
|||
border-bottom-right-radius: 0 !important; |
|||
} |
|||
|
|||
div.dataTables_scrollBody table { |
|||
margin-top: 0 !important; |
|||
margin-bottom: 0 !important; |
|||
border-top: none; |
|||
} |
|||
|
|||
div.dataTables_scrollBody tbody tr:first-child th, |
|||
div.dataTables_scrollBody tbody tr:first-child td { |
|||
border-top: none; |
|||
} |
|||
|
|||
div.dataTables_scrollFoot table { |
|||
margin-top: 0 !important; |
|||
border-top: none; |
|||
} |
|||
|
|||
/* |
|||
* TableTools styles |
|||
*/ |
|||
|
|||
.table tbody tr.active td, |
|||
.table tbody tr.active th { |
|||
color: white; |
|||
background-color: #08C; |
|||
} |
|||
|
|||
.table tbody tr.active:hover td, |
|||
.table tbody tr.active:hover th { |
|||
background-color: #0075b0 !important; |
|||
} |
|||
|
|||
.table tbody tr.active a { |
|||
color: white; |
|||
} |
|||
|
|||
.table-striped tbody tr.active:nth-child(odd) td, |
|||
.table-striped tbody tr.active:nth-child(odd) th { |
|||
background-color: #017ebc; |
|||
} |
|||
|
|||
table.DTTT_selectable tbody tr { |
|||
cursor: pointer; |
|||
} |
|||
|
|||
div.DTTT .btn { |
|||
font-size: 12px; |
|||
color: #333 !important; |
|||
} |
|||
|
|||
div.DTTT .btn:hover { |
|||
text-decoration: none !important; |
|||
} |
|||
|
|||
ul.DTTT_dropdown.dropdown-menu { |
|||
z-index: 2003; |
|||
} |
|||
|
|||
ul.DTTT_dropdown.dropdown-menu a { |
|||
color: #333 !important; /* needed only when demo_page.css is included */ |
|||
} |
|||
|
|||
ul.DTTT_dropdown.dropdown-menu li { |
|||
position: relative; |
|||
} |
|||
|
|||
ul.DTTT_dropdown.dropdown-menu li:hover a { |
|||
color: white !important; |
|||
background-color: #0088cc; |
|||
} |
|||
|
|||
div.DTTT_collection_background { |
|||
z-index: 2002; |
|||
} |
|||
|
|||
/* TableTools information display */ |
|||
|
|||
div.DTTT_print_info.modal { |
|||
height: 150px; |
|||
margin-top: -75px; |
|||
text-align: center; |
|||
} |
|||
|
|||
div.DTTT_print_info h6 { |
|||
margin: 1em; |
|||
font-size: 28px; |
|||
font-weight: normal; |
|||
line-height: 28px; |
|||
} |
|||
|
|||
div.DTTT_print_info p { |
|||
font-size: 14px; |
|||
line-height: 20px; |
|||
} |
|||
|
|||
/* |
|||
* FixedColumns styles |
|||
*/ |
|||
|
|||
div.DTFC_LeftHeadWrapper table, |
|||
div.DTFC_LeftFootWrapper table, |
|||
div.DTFC_RightHeadWrapper table, |
|||
div.DTFC_RightFootWrapper table, |
|||
table.DTFC_Cloned tr.even { |
|||
background-color: white; |
|||
} |
|||
|
|||
div.DTFC_RightHeadWrapper table, |
|||
div.DTFC_LeftHeadWrapper table { |
|||
margin-bottom: 0 !important; |
|||
border-top-right-radius: 0 !important; |
|||
border-bottom-left-radius: 0 !important; |
|||
border-bottom-right-radius: 0 !important; |
|||
} |
|||
|
|||
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, |
|||
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, |
|||
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, |
|||
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child { |
|||
border-bottom-left-radius: 0 !important; |
|||
border-bottom-right-radius: 0 !important; |
|||
} |
|||
|
|||
div.DTFC_RightBodyWrapper table, |
|||
div.DTFC_LeftBodyWrapper table { |
|||
margin-bottom: 0 !important; |
|||
border-top: none; |
|||
} |
|||
|
|||
div.DTFC_RightBodyWrapper tbody tr:first-child th, |
|||
div.DTFC_RightBodyWrapper tbody tr:first-child td, |
|||
div.DTFC_LeftBodyWrapper tbody tr:first-child th, |
|||
div.DTFC_LeftBodyWrapper tbody tr:first-child td { |
|||
border-top: none; |
|||
} |
|||
|
|||
div.DTFC_RightFootWrapper table, |
|||
div.DTFC_LeftFootWrapper table { |
|||
border-top: none; |
|||
} |
|||
5
public/assets/css/plugins/fullcalendar.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,208 @@ |
|||
/*! |
|||
* FullCalendar v3.0.1 Print Stylesheet |
|||
* Docs & License: http://fullcalendar.io/ |
|||
* (c) 2016 Adam Shaw |
|||
*/ |
|||
|
|||
/* |
|||
* Include this stylesheet on your page to get a more printer-friendly calendar. |
|||
* When including this stylesheet, use the media='print' attribute of the <link> tag. |
|||
* Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. |
|||
*/ |
|||
|
|||
.fc { |
|||
max-width: 100% !important; |
|||
} |
|||
|
|||
|
|||
/* Global Event Restyling |
|||
--------------------------------------------------------------------------------------------------*/ |
|||
|
|||
.fc-event { |
|||
background: #fff !important; |
|||
color: #000 !important; |
|||
page-break-inside: avoid; |
|||
} |
|||
|
|||
.fc-event .fc-resizer { |
|||
display: none; |
|||
} |
|||
|
|||
|
|||
/* Table & Day-Row Restyling |
|||
--------------------------------------------------------------------------------------------------*/ |
|||
|
|||
.fc th, |
|||
.fc td, |
|||
.fc hr, |
|||
.fc thead, |
|||
.fc tbody, |
|||
.fc-row { |
|||
border-color: #ccc !important; |
|||
background: #fff !important; |
|||
} |
|||
|
|||
/* kill the overlaid, absolutely-positioned components */ |
|||
/* common... */ |
|||
.fc-bg, |
|||
.fc-bgevent-skeleton, |
|||
.fc-highlight-skeleton, |
|||
.fc-helper-skeleton, |
|||
/* for timegrid. within cells within table skeletons... */ |
|||
.fc-bgevent-container, |
|||
.fc-business-container, |
|||
.fc-highlight-container, |
|||
.fc-helper-container { |
|||
display: none; |
|||
} |
|||
|
|||
/* don't force a min-height on rows (for DayGrid) */ |
|||
.fc tbody .fc-row { |
|||
height: auto !important; /* undo height that JS set in distributeHeight */ |
|||
min-height: 0 !important; /* undo the min-height from each view's specific stylesheet */ |
|||
} |
|||
|
|||
.fc tbody .fc-row .fc-content-skeleton { |
|||
position: static; /* undo .fc-rigid */ |
|||
padding-bottom: 0 !important; /* use a more border-friendly method for this... */ |
|||
} |
|||
|
|||
.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td { /* only works in newer browsers */ |
|||
padding-bottom: 1em; /* ...gives space within the skeleton. also ensures min height in a way */ |
|||
} |
|||
|
|||
.fc tbody .fc-row .fc-content-skeleton table { |
|||
/* provides a min-height for the row, but only effective for IE, which exaggerates this value, |
|||
making it look more like 3em. for other browers, it will already be this tall */ |
|||
height: 1em; |
|||
} |
|||
|
|||
|
|||
/* Undo month-view event limiting. Display all events and hide the "more" links |
|||
--------------------------------------------------------------------------------------------------*/ |
|||
|
|||
.fc-more-cell, |
|||
.fc-more { |
|||
display: none !important; |
|||
} |
|||
|
|||
.fc tr.fc-limited { |
|||
display: table-row !important; |
|||
} |
|||
|
|||
.fc td.fc-limited { |
|||
display: table-cell !important; |
|||
} |
|||
|
|||
.fc-popover { |
|||
display: none; /* never display the "more.." popover in print mode */ |
|||
} |
|||
|
|||
|
|||
/* TimeGrid Restyling |
|||
--------------------------------------------------------------------------------------------------*/ |
|||
|
|||
/* undo the min-height 100% trick used to fill the container's height */ |
|||
.fc-time-grid { |
|||
min-height: 0 !important; |
|||
} |
|||
|
|||
/* don't display the side axis at all ("all-day" and time cells) */ |
|||
.fc-agenda-view .fc-axis { |
|||
display: none; |
|||
} |
|||
|
|||
/* don't display the horizontal lines */ |
|||
.fc-slats, |
|||
.fc-time-grid hr { /* this hr is used when height is underused and needs to be filled */ |
|||
display: none !important; /* important overrides inline declaration */ |
|||
} |
|||
|
|||
/* let the container that holds the events be naturally positioned and create real height */ |
|||
.fc-time-grid .fc-content-skeleton { |
|||
position: static; |
|||
} |
|||
|
|||
/* in case there are no events, we still want some height */ |
|||
.fc-time-grid .fc-content-skeleton table { |
|||
height: 4em; |
|||
} |
|||
|
|||
/* kill the horizontal spacing made by the event container. event margins will be done below */ |
|||
.fc-time-grid .fc-event-container { |
|||
margin: 0 !important; |
|||
} |
|||
|
|||
|
|||
/* TimeGrid *Event* Restyling |
|||
--------------------------------------------------------------------------------------------------*/ |
|||
|
|||
/* naturally position events, vertically stacking them */ |
|||
.fc-time-grid .fc-event { |
|||
position: static !important; |
|||
margin: 3px 2px !important; |
|||
} |
|||
|
|||
/* for events that continue to a future day, give the bottom border back */ |
|||
.fc-time-grid .fc-event.fc-not-end { |
|||
border-bottom-width: 1px !important; |
|||
} |
|||
|
|||
/* indicate the event continues via "..." text */ |
|||
.fc-time-grid .fc-event.fc-not-end:after { |
|||
content: "..."; |
|||
} |
|||
|
|||
/* for events that are continuations from previous days, give the top border back */ |
|||
.fc-time-grid .fc-event.fc-not-start { |
|||
border-top-width: 1px !important; |
|||
} |
|||
|
|||
/* indicate the event is a continuation via "..." text */ |
|||
.fc-time-grid .fc-event.fc-not-start:before { |
|||
content: "..."; |
|||
} |
|||
|
|||
/* time */ |
|||
|
|||
/* undo a previous declaration and let the time text span to a second line */ |
|||
.fc-time-grid .fc-event .fc-time { |
|||
white-space: normal !important; |
|||
} |
|||
|
|||
/* hide the the time that is normally displayed... */ |
|||
.fc-time-grid .fc-event .fc-time span { |
|||
display: none; |
|||
} |
|||
|
|||
/* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */ |
|||
.fc-time-grid .fc-event .fc-time:after { |
|||
content: attr(data-full); |
|||
} |
|||
|
|||
|
|||
/* Vertical Scroller & Containers |
|||
--------------------------------------------------------------------------------------------------*/ |
|||
|
|||
/* kill the scrollbars and allow natural height */ |
|||
.fc-scroller, |
|||
.fc-day-grid-container, /* these divs might be assigned height, which we need to cleared */ |
|||
.fc-time-grid-container { /* */ |
|||
overflow: visible !important; |
|||
height: auto !important; |
|||
} |
|||
|
|||
/* kill the horizontal border/padding used to compensate for scrollbars */ |
|||
.fc-row { |
|||
border: 0 !important; |
|||
margin: 0 !important; |
|||
} |
|||
|
|||
|
|||
/* Button Controls |
|||
--------------------------------------------------------------------------------------------------*/ |
|||
|
|||
.fc-button-group, |
|||
.fc button { |
|||
display: none; /* don't display any button-related controls */ |
|||
} |
|||
7
public/assets/css/plugins/jquery-ui.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,545 @@ |
|||
.xdsoft_datetimepicker { |
|||
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506); |
|||
background: #fff; |
|||
border-bottom: 1px solid #bbb; |
|||
border-left: 1px solid #ccc; |
|||
border-right: 1px solid #ccc; |
|||
border-top: 1px solid #ccc; |
|||
color: #333; |
|||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
|||
padding: 8px; |
|||
padding-left: 0; |
|||
padding-top: 2px; |
|||
position: absolute; |
|||
z-index: 9999; |
|||
-moz-box-sizing: border-box; |
|||
box-sizing: border-box; |
|||
display: none; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker iframe { |
|||
position: absolute; |
|||
left: 0; |
|||
top: 0; |
|||
width: 75px; |
|||
height: 210px; |
|||
background: transparent; |
|||
border: none; |
|||
} |
|||
|
|||
/*For IE8 or lower*/ |
|||
.xdsoft_datetimepicker button { |
|||
border: none !important; |
|||
} |
|||
|
|||
.xdsoft_noselect { |
|||
-webkit-touch-callout: none; |
|||
-webkit-user-select: none; |
|||
-khtml-user-select: none; |
|||
-moz-user-select: none; |
|||
-ms-user-select: none; |
|||
-o-user-select: none; |
|||
user-select: none; |
|||
} |
|||
|
|||
.xdsoft_noselect::selection { background: transparent } |
|||
.xdsoft_noselect::-moz-selection { background: transparent } |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_inline { |
|||
display: inline-block; |
|||
position: static; |
|||
box-shadow: none; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker * { |
|||
-moz-box-sizing: border-box; |
|||
box-sizing: border-box; |
|||
padding: 0; |
|||
margin: 0; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker { |
|||
display: none; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active { |
|||
display: block; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_datepicker { |
|||
width: 224px; |
|||
float: left; |
|||
margin-left: 8px; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker { |
|||
width: 256px; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_timepicker { |
|||
width: 58px; |
|||
float: left; |
|||
text-align: center; |
|||
margin-left: 8px; |
|||
margin-top: 0; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker { |
|||
margin-top: 8px; |
|||
margin-bottom: 3px |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_mounthpicker { |
|||
position: relative; |
|||
text-align: center; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_label i, |
|||
.xdsoft_datetimepicker .xdsoft_prev, |
|||
.xdsoft_datetimepicker .xdsoft_next, |
|||
.xdsoft_datetimepicker .xdsoft_today_button { |
|||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_label i { |
|||
opacity: 0.5; |
|||
background-position: -92px -19px; |
|||
display: inline-block; |
|||
width: 9px; |
|||
height: 20px; |
|||
vertical-align: middle; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_prev { |
|||
float: left; |
|||
background-position: -20px 0; |
|||
} |
|||
.xdsoft_datetimepicker .xdsoft_today_button { |
|||
float: left; |
|||
background-position: -70px 0; |
|||
margin-left: 5px; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_next { |
|||
float: right; |
|||
background-position: 0 0; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_next, |
|||
.xdsoft_datetimepicker .xdsoft_prev , |
|||
.xdsoft_datetimepicker .xdsoft_today_button { |
|||
background-color: transparent; |
|||
background-repeat: no-repeat; |
|||
border: 0 none; |
|||
cursor: pointer; |
|||
display: block; |
|||
height: 30px; |
|||
opacity: 0.5; |
|||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; |
|||
outline: medium none; |
|||
overflow: hidden; |
|||
padding: 0; |
|||
position: relative; |
|||
text-indent: 100%; |
|||
white-space: nowrap; |
|||
width: 20px; |
|||
min-width: 0; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, |
|||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next { |
|||
float: none; |
|||
background-position: -40px -15px; |
|||
height: 15px; |
|||
width: 30px; |
|||
display: block; |
|||
margin-left: 14px; |
|||
margin-top: 7px; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev { |
|||
background-position: -40px 0; |
|||
margin-bottom: 7px; |
|||
margin-top: 0; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box { |
|||
height: 151px; |
|||
overflow: hidden; |
|||
border-bottom: 1px solid #ddd; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div { |
|||
background: #f5f5f5; |
|||
border-top: 1px solid #ddd; |
|||
color: #666; |
|||
font-size: 12px; |
|||
text-align: center; |
|||
border-collapse: collapse; |
|||
cursor: pointer; |
|||
border-bottom-width: 0; |
|||
height: 25px; |
|||
line-height: 25px; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child { |
|||
border-top-width: 0; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_today_button:hover, |
|||
.xdsoft_datetimepicker .xdsoft_next:hover, |
|||
.xdsoft_datetimepicker .xdsoft_prev:hover { |
|||
opacity: 1; |
|||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_label { |
|||
display: inline; |
|||
position: relative; |
|||
z-index: 9999; |
|||
margin: 0; |
|||
padding: 5px 3px; |
|||
font-size: 14px; |
|||
line-height: 20px; |
|||
font-weight: bold; |
|||
background-color: #fff; |
|||
float: left; |
|||
width: 182px; |
|||
text-align: center; |
|||
cursor: pointer; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_label:hover>span { |
|||
text-decoration: underline; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_label:hover i { |
|||
opacity: 1.0; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select { |
|||
border: 1px solid #ccc; |
|||
position: absolute; |
|||
right: 0; |
|||
top: 30px; |
|||
z-index: 101; |
|||
display: none; |
|||
background: #fff; |
|||
max-height: 160px; |
|||
overflow-y: hidden; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px } |
|||
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px } |
|||
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover { |
|||
color: #fff; |
|||
background: #ff8000; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option { |
|||
padding: 2px 10px 2px 5px; |
|||
text-decoration: none !important; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current { |
|||
background: #33aaff; |
|||
box-shadow: #178fe5 0 1px 3px 0 inset; |
|||
color: #fff; |
|||
font-weight: 700; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_month { |
|||
width: 100px; |
|||
text-align: right; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar { |
|||
clear: both; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_year{ |
|||
width: 48px; |
|||
margin-left: 5px; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar table { |
|||
border-collapse: collapse; |
|||
width: 100%; |
|||
|
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar td > div { |
|||
padding-right: 5px; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar th { |
|||
height: 25px; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th { |
|||
width: 14.2857142%; |
|||
background: #f5f5f5; |
|||
border: 1px solid #ddd; |
|||
color: #666; |
|||
font-size: 12px; |
|||
text-align: right; |
|||
vertical-align: middle; |
|||
padding: 0; |
|||
border-collapse: collapse; |
|||
cursor: pointer; |
|||
height: 25px; |
|||
} |
|||
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th { |
|||
width: 12.5%; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar th { |
|||
background: #f1f1f1; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today { |
|||
color: #33aaff; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default { |
|||
background: #ffe9d2; |
|||
box-shadow: #ffb871 0 1px 4px 0 inset; |
|||
color: #000; |
|||
} |
|||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint { |
|||
background: #c1ffc9; |
|||
box-shadow: #00dd1c 0 1px 4px 0 inset; |
|||
color: #000; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, |
|||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, |
|||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current { |
|||
background: #33aaff; |
|||
box-shadow: #178fe5 0 1px 3px 0 inset; |
|||
color: #fff; |
|||
font-weight: 700; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, |
|||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, |
|||
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled { |
|||
opacity: 0.5; |
|||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; |
|||
cursor: default; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled { |
|||
opacity: 0.2; |
|||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar td:hover, |
|||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover { |
|||
color: #fff !important; |
|||
background: #ff8000 !important; |
|||
box-shadow: none !important; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, |
|||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover { |
|||
background: #33aaff !important; |
|||
box-shadow: #178fe5 0 1px 3px 0 inset !important; |
|||
color: #fff !important; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, |
|||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover { |
|||
color: inherit !important; |
|||
background: inherit !important; |
|||
box-shadow: inherit !important; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_calendar th { |
|||
font-weight: 700; |
|||
text-align: center; |
|||
color: #999; |
|||
cursor: default; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_copyright { |
|||
color: #ccc !important; |
|||
font-size: 10px; |
|||
clear: both; |
|||
float: none; |
|||
margin-left: 8px; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important } |
|||
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important } |
|||
|
|||
.xdsoft_time_box { |
|||
position: relative; |
|||
border: 1px solid #ccc; |
|||
} |
|||
.xdsoft_scrollbar >.xdsoft_scroller { |
|||
background: #ccc !important; |
|||
height: 20px; |
|||
border-radius: 3px; |
|||
} |
|||
.xdsoft_scrollbar { |
|||
position: absolute; |
|||
width: 7px; |
|||
right: 0; |
|||
top: 0; |
|||
bottom: 0; |
|||
cursor: pointer; |
|||
} |
|||
.xdsoft_scroller_box { |
|||
position: relative; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark { |
|||
box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506); |
|||
background: #000; |
|||
border-bottom: 1px solid #444; |
|||
border-left: 1px solid #333; |
|||
border-right: 1px solid #333; |
|||
border-top: 1px solid #333; |
|||
color: #ccc; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box { |
|||
border-bottom: 1px solid #222; |
|||
} |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div { |
|||
background: #0a0a0a; |
|||
border-top: 1px solid #222; |
|||
color: #999; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label { |
|||
background-color: #000; |
|||
} |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select { |
|||
border: 1px solid #333; |
|||
background: #000; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover { |
|||
color: #000; |
|||
background: #007fff; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current { |
|||
background: #cc5500; |
|||
box-shadow: #b03e00 0 1px 3px 0 inset; |
|||
color: #000; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button { |
|||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { |
|||
background: #0a0a0a; |
|||
border: 1px solid #222; |
|||
color: #999; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { |
|||
background: #0e0e0e; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today { |
|||
color: #cc5500; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default { |
|||
background: #ffe9d2; |
|||
box-shadow: #ffb871 0 1px 4px 0 inset; |
|||
color:#000; |
|||
} |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint { |
|||
background: #c1ffc9; |
|||
box-shadow: #00dd1c 0 1px 4px 0 inset; |
|||
color:#000; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current { |
|||
background: #cc5500; |
|||
box-shadow: #b03e00 0 1px 3px 0 inset; |
|||
color: #000; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover { |
|||
color: #000 !important; |
|||
background: #007fff !important; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { |
|||
color: #666; |
|||
} |
|||
|
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important } |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important } |
|||
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important } |
|||
|
|||
.xdsoft_dark .xdsoft_time_box { |
|||
border: 1px solid #333; |
|||
} |
|||
|
|||
.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller { |
|||
background: #333 !important; |
|||
} |
|||
.xdsoft_datetimepicker .xdsoft_save_selected { |
|||
display: block; |
|||
border: 1px solid #dddddd !important; |
|||
margin-top: 5px; |
|||
width: 100%; |
|||
color: #454551; |
|||
font-size: 13px; |
|||
} |
|||
.xdsoft_datetimepicker .blue-gradient-button { |
|||
font-family: "museo-sans", "Book Antiqua", sans-serif; |
|||
font-size: 12px; |
|||
font-weight: 300; |
|||
color: #82878c; |
|||
height: 28px; |
|||
position: relative; |
|||
padding: 4px 17px 4px 33px; |
|||
border: 1px solid #d7d8da; |
|||
background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%); |
|||
/* FF3.6+ */ |
|||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa)); |
|||
/* Chrome,Safari4+ */ |
|||
background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%); |
|||
/* Chrome10+,Safari5.1+ */ |
|||
background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%); |
|||
/* Opera 11.10+ */ |
|||
background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%); |
|||
/* IE10+ */ |
|||
background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%); |
|||
/* W3C */ |
|||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 ); |
|||
/* IE6-9 */ |
|||
} |
|||
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span { |
|||
color: #454551; |
|||
background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%); |
|||
/* FF3.6+ */ |
|||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF)); |
|||
/* Chrome,Safari4+ */ |
|||
background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%); |
|||
/* Chrome10+,Safari5.1+ */ |
|||
background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%); |
|||
/* Opera 11.10+ */ |
|||
background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%); |
|||
/* IE10+ */ |
|||
background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%); |
|||
/* W3C */ |
|||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 ); |
|||
/* IE6-9 */ |
|||
} |
|||
@ -0,0 +1,63 @@ |
|||
/* |
|||
* metismenu - v1.0.3 |
|||
* Easy menu jQuery plugin for Twitter Bootstrap 3 |
|||
* https://github.com/onokumus/metisMenu |
|||
* |
|||
* Made by Osman Nuri Okumuş |
|||
* Under MIT License |
|||
*/ |
|||
.arrow { |
|||
float: right; |
|||
} |
|||
|
|||
.glyphicon.arrow:before { |
|||
content: "\e079"; |
|||
} |
|||
|
|||
.active > a > .glyphicon.arrow:before { |
|||
content: "\e114"; |
|||
} |
|||
|
|||
|
|||
/* |
|||
* Require Font-Awesome |
|||
* http://fortawesome.github.io/Font-Awesome/ |
|||
*/ |
|||
|
|||
|
|||
.fa.arrow:before { |
|||
content: "\f104"; |
|||
} |
|||
|
|||
.active > a > .fa.arrow:before { |
|||
content: "\f107"; |
|||
} |
|||
|
|||
.plus-times { |
|||
float: right; |
|||
} |
|||
|
|||
.fa.plus-times:before { |
|||
content: "\f067"; |
|||
} |
|||
|
|||
.active > a > .fa.plus-times { |
|||
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); |
|||
-webkit-transform: rotate(45deg); |
|||
-moz-transform: rotate(45deg); |
|||
-ms-transform: rotate(45deg); |
|||
-o-transform: rotate(45deg); |
|||
transform: rotate(45deg); |
|||
} |
|||
|
|||
.plus-minus { |
|||
float: right; |
|||
} |
|||
|
|||
.fa.plus-minus:before { |
|||
content: "\f067"; |
|||
} |
|||
|
|||
.active > a > .fa.plus-minus:before { |
|||
content: "\f068"; |
|||
} |
|||
@ -0,0 +1 @@ |
|||
.arrow{float:right}.glyphicon.arrow:before{content:"\e079"}.active>a>.glyphicon.arrow:before{content:"\e114"}.fa.arrow:before{content:"\f104"}.active>a>.fa.arrow:before{content:"\f107"}.plus-times{float:right}.fa.plus-times:before{content:"\f067"}.active>a>.fa.plus-times{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.plus-minus{float:right}.fa.plus-minus:before{content:"\f067"}.active>a>.fa.plus-minus:before{content:"\f068"} |
|||
@ -0,0 +1,2 @@ |
|||
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0} |
|||
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0} |
|||
1
public/assets/css/plugins/select2.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,68 @@ |
|||
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css); |
|||
/* |
|||
* Social Buttons for Bootstrap |
|||
* |
|||
* Copyright 2013 Panayiotis Lipiridis |
|||
* Licensed under the MIT License |
|||
* |
|||
* https://github.com/lipis/bootstrap-social |
|||
*/ |
|||
|
|||
.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)} |
|||
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em} |
|||
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em} |
|||
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em} |
|||
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding-left:0;padding-right:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)} |
|||
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em} |
|||
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em} |
|||
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em} |
|||
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important} |
|||
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0} |
|||
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0} |
|||
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0} |
|||
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)} |
|||
.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none} |
|||
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)} |
|||
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d70b7;border-color:rgba(0,0,0,0.2)} |
|||
.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{background-image:none} |
|||
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)} |
|||
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)} |
|||
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none} |
|||
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)} |
|||
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{color:#fff;background-color:#d6006f;border-color:rgba(0,0,0,0.2)} |
|||
.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{background-image:none} |
|||
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)} |
|||
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{color:#fff;background-color:#303030;border-color:rgba(0,0,0,0.2)} |
|||
.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{background-image:none} |
|||
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)} |
|||
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)} |
|||
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none} |
|||
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)} |
|||
.btn-instagram{color:#fff;background-color:#517fa4;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#446a89;border-color:rgba(0,0,0,0.2)} |
|||
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none} |
|||
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#517fa4;border-color:rgba(0,0,0,0.2)} |
|||
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)} |
|||
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none} |
|||
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)} |
|||
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest{color:#fff;background-color:#a81a20;border-color:rgba(0,0,0,0.2)} |
|||
.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest{background-image:none} |
|||
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)} |
|||
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{color:#fff;background-color:#1f3346;border-color:rgba(0,0,0,0.2)} |
|||
.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{background-image:none} |
|||
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)} |
|||
.btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,0.2)} |
|||
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none} |
|||
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)} |
|||
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{color:#fff;background-color:#4a6a89;border-color:rgba(0,0,0,0.2)} |
|||
.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{background-image:none} |
|||
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)} |
|||
|
|||
|
|||
/* |
|||
* Only for this example - not needed for the buttons |
|||
* ----------------------------------------------------- */ |
|||
.btn-social-icon {margin-bottom: 4px;} |
|||
.social-class .social-hex{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:10px;opacity:.3;float:right} |
|||
.social-class li{margin-bottom:4px}.social-class li:hover .social-hex{opacity:1} |
|||
.social-class li:hover code{background-color:#e8e8ee} |
|||
.social-class code{cursor:default} |
|||
@ -0,0 +1,180 @@ |
|||
.timeline { |
|||
position: relative; |
|||
padding: 20px 0 20px; |
|||
list-style: none; |
|||
} |
|||
|
|||
.timeline:before { |
|||
content: " "; |
|||
position: absolute; |
|||
top: 0; |
|||
bottom: 0; |
|||
left: 50%; |
|||
width: 3px; |
|||
margin-left: -1.5px; |
|||
background-color: #eeeeee; |
|||
} |
|||
|
|||
.timeline > li { |
|||
position: relative; |
|||
margin-bottom: 20px; |
|||
} |
|||
|
|||
.timeline > li:before, |
|||
.timeline > li:after { |
|||
content: " "; |
|||
display: table; |
|||
} |
|||
|
|||
.timeline > li:after { |
|||
clear: both; |
|||
} |
|||
|
|||
.timeline > li:before, |
|||
.timeline > li:after { |
|||
content: " "; |
|||
display: table; |
|||
} |
|||
|
|||
.timeline > li:after { |
|||
clear: both; |
|||
} |
|||
|
|||
.timeline > li > .timeline-panel { |
|||
float: left; |
|||
position: relative; |
|||
width: 46%; |
|||
padding: 20px; |
|||
border: 1px solid #d4d4d4; |
|||
border-radius: 2px; |
|||
-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175); |
|||
box-shadow: 0 1px 6px rgba(0,0,0,0.175); |
|||
} |
|||
|
|||
.timeline > li > .timeline-panel:before { |
|||
content: " "; |
|||
display: inline-block; |
|||
position: absolute; |
|||
top: 26px; |
|||
right: -15px; |
|||
border-top: 15px solid transparent; |
|||
border-right: 0 solid #ccc; |
|||
border-bottom: 15px solid transparent; |
|||
border-left: 15px solid #ccc; |
|||
} |
|||
|
|||
.timeline > li > .timeline-panel:after { |
|||
content: " "; |
|||
display: inline-block; |
|||
position: absolute; |
|||
top: 27px; |
|||
right: -14px; |
|||
border-top: 14px solid transparent; |
|||
border-right: 0 solid #fff; |
|||
border-bottom: 14px solid transparent; |
|||
border-left: 14px solid #fff; |
|||
} |
|||
|
|||
.timeline > li > .timeline-badge { |
|||
z-index: 100; |
|||
position: absolute; |
|||
top: 16px; |
|||
left: 50%; |
|||
width: 50px; |
|||
height: 50px; |
|||
margin-left: -25px; |
|||
border-radius: 50% 50% 50% 50%; |
|||
text-align: center; |
|||
font-size: 1.4em; |
|||
line-height: 50px; |
|||
color: #fff; |
|||
background-color: #999999; |
|||
} |
|||
|
|||
.timeline > li.timeline-inverted > .timeline-panel { |
|||
float: right; |
|||
} |
|||
|
|||
.timeline > li.timeline-inverted > .timeline-panel:before { |
|||
right: auto; |
|||
left: -15px; |
|||
border-right-width: 15px; |
|||
border-left-width: 0; |
|||
} |
|||
|
|||
.timeline > li.timeline-inverted > .timeline-panel:after { |
|||
right: auto; |
|||
left: -14px; |
|||
border-right-width: 14px; |
|||
border-left-width: 0; |
|||
} |
|||
|
|||
.timeline-badge.primary { |
|||
background-color: #2e6da4 !important; |
|||
} |
|||
|
|||
.timeline-badge.success { |
|||
background-color: #3f903f !important; |
|||
} |
|||
|
|||
.timeline-badge.warning { |
|||
background-color: #f0ad4e !important; |
|||
} |
|||
|
|||
.timeline-badge.danger { |
|||
background-color: #d9534f !important; |
|||
} |
|||
|
|||
.timeline-badge.info { |
|||
background-color: #5bc0de !important; |
|||
} |
|||
|
|||
.timeline-title { |
|||
margin-top: 0; |
|||
color: inherit; |
|||
} |
|||
|
|||
.timeline-body > p, |
|||
.timeline-body > ul { |
|||
margin-bottom: 0; |
|||
} |
|||
|
|||
.timeline-body > p + p { |
|||
margin-top: 5px; |
|||
} |
|||
|
|||
@media(max-width:767px) { |
|||
ul.timeline:before { |
|||
left: 40px; |
|||
} |
|||
|
|||
ul.timeline > li > .timeline-panel { |
|||
width: calc(100% - 90px); |
|||
width: -moz-calc(100% - 90px); |
|||
width: -webkit-calc(100% - 90px); |
|||
} |
|||
|
|||
ul.timeline > li > .timeline-badge { |
|||
top: 16px; |
|||
left: 15px; |
|||
margin-left: 0; |
|||
} |
|||
|
|||
ul.timeline > li > .timeline-panel { |
|||
float: right; |
|||
} |
|||
|
|||
ul.timeline > li > .timeline-panel:before { |
|||
right: auto; |
|||
left: -15px; |
|||
border-right-width: 15px; |
|||
border-left-width: 0; |
|||
} |
|||
|
|||
ul.timeline > li > .timeline-panel:after { |
|||
right: auto; |
|||
left: -14px; |
|||
border-right-width: 14px; |
|||
border-left-width: 0; |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue