123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683 |
- @charset "UTF-8";
- /* ----------------------------------------------------------------------
- >>> TABLE OF CONTENT
- -------------------------------------------------------------------------
- 1 - PERFECT-SCROLLBAR
- 2 - BOOTSTRAP SLIDERS
- 3 - TREE
- 4 - IMAGE CROP
- 5 - FILE UPLOAD
- 6 - NESTABLE
- 7 - SWEET ALERT
- 8 - CALENDAR
- 9 - CHARTJS
- 10 - SPARKLINE
- /* ---------------------------------------------------------------------- */
- /*
- */
- /* ---------------------------------------------------------------------- */
- /* Bootsrap Slider
- /* ---------------------------------------------------------------------- */
- .slider {
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
- .slider.slider-horizontal {
- margin: 10px 0;
- width: 210px !important;
- }
- .slider.slider-horizontal .slider-track {
- height: 5px !important;
- left: 0;
- margin-top: -5px;
- top: 50%;
- width: 100%;
- }
- .slider.slider-horizontal .slider-handle {
- margin-top: -10px !important;
- }
- .slider.slider-vertical {
- margin: 0 10px;
- }
- .slider.slider-vertical .slider-handle {
- margin-left: -10px !important;
- }
- .slider.slider-vertical .slider-track {
- width: 5px !important;
- }
- .slider.slider-vertical .slider-handle {
- margin-left: -10px !important;
- }
- .slider-handle.round {
- background: linear-gradient(to bottom, #dddddd 13%, #ffffff 97%) repeat scroll 0 0 transparent;
- box-shadow: 0 2px 1px -1px #ffffff inset, 0 1px 3px rgba(0, 0, 0, 0.39);
- height: 26px;
- opacity: 1;
- width: 26px;
- }
- .slider-selection {
- background-image: none !important;
- border-radius: none;
- box-shadow: none;
- }
- .slider.slider-primary .slider-selection {
- background: #007AFF;
- }
- .slider.slider-blue .slider-selection {
- background: #5F8295;
- }
- .slider.slider-green .slider-selection {
- background: #1FBBA6;
- }
- .slider.slider-orange .slider-selection {
- background: #FF6600;
- }
- .slider.slider-red .slider-selection {
- background: #C82E29;
- }
- .slider.slider-yellow .slider-selection {
- background: #FFB848;
- }
- .slider.slider-purple .slider-selection {
- background: #804C75;
- }
- .slider.slider-azure .slider-selection {
- background: #0095C8;
- }
- /* ---------------------------------------------------------------------- */
- /* Tree
- /* ---------------------------------------------------------------------- */
- .box-tree .nav > li > a {
- color: #8e8e93;
- font-size: 14px;
- }
- .box-tree .nav > li > a:hover, .box-tree .nav > li > a:focus {
- color: #5b5b60;
- }
- .box-tree .nav > li > a i {
- color: #007AFF;
- }
- .box-tree .nav > li.active > a, .box-tree .nav > li.active > a:hover, .box-tree .nav > li.active a:focus {
- color: #ffffff;
- }
- .box-tree .nav > li.active > a i, .box-tree .nav > li.active > a:hover i, .box-tree .nav > li.active a:focus i {
- color: #ffffff;
- }
- /* ---------------------------------------------------------------------- */
- /* Crop Image
- /* ---------------------------------------------------------------------- */
- .cropBox {
- background-color: #f5f5f5;
- border-radius: 4px;
- color: #666;
- margin-bottom: 20px;
- padding: 10px;
- }
- .cropArea {
- height: 350px;
- overflow: hidden;
- background-color: #ffffff;
- }
- .croppedBox {
- width: 220px;
- height: 220px;
- }
- .croppedBox > div {
- background: #fff url(../images/picture.svg) center center no-repeat;
- background-size: 50px 50px;
- height: 200px;
- }
- img-crop {
- background: url(../images/picture.svg) center center no-repeat;
- background-size: 100px 100px;
- }
- /* ---------------------------------------------------------------------- */
- /* File Upload
- /* ---------------------------------------------------------------------- */
- .my-drop-zone {
- border: dotted 1px lightgray;
- }
- .nv-file-over {
- border: dotted 1px #C82E29;
- }
- /* Default class applied to drop zones on over */
- .another-file-over-class {
- border: dotted 1px #1FBBA6;
- }
- .file-upload canvas {
- background-color: #f3f3f3;
- -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
- -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
- box-shadow: 3px 3px 3px 0 #e3e3e3;
- border: 1px solid #c3c3c3;
- height: 100px;
- margin: 6px 0 0 6px;
- }
- /* ---------------------------------------------------------------------- */
- /* Nestable
- /* ---------------------------------------------------------------------- */
- .angular-ui-tree-handle {
- background: #f7f7f8;
- border: 1px solid #c8c7cc;
- color: #8e8e93;
- padding: 10px 10px;
- font-size: 14px;
- font-weight: normal !important;
- }
- .angular-ui-tree-handle:hover {
- color: #5b5b60;
- background: #eaeaec;
- border-color: #a6a4ac;
- }
- .angular-ui-tree-placeholder {
- background: #f0f9ff;
- border: 2px dashed #bed2db;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .group-title {
- background-color: #687074 !important;
- color: #FFF !important;
- }
- /**
- * Nestable
- */
- .dd {
- position: relative;
- display: block;
- margin: 0;
- padding: 0;
- max-width: 600px;
- list-style: none;
- font-size: 13px;
- line-height: 20px;
- }
- .dd-list {
- display: block;
- position: relative;
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .dd-list .dd-list {
- padding-left: 30px;
- }
- .dd-collapsed .dd-list {
- display: none;
- }
- .dd-item,
- .dd-empty,
- .dd-placeholder {
- display: block;
- position: relative;
- margin: 0;
- padding: 0;
- min-height: 20px;
- font-size: 13px;
- line-height: 20px;
- }
- .dd-handle {
- display: block;
- margin: 5px 0;
- padding: 10px 10px;
- text-decoration: none;
- border: 1px solid #ebebeb;
- background: #fff;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- .dd-handle:hover {
- background: #fff;
- }
- .dd-item > button {
- display: block;
- position: relative;
- cursor: pointer;
- float: left;
- width: 25px;
- height: 30px;
- margin: 5px 0;
- padding: 0;
- text-indent: 100%;
- white-space: nowrap;
- overflow: hidden;
- border: 0;
- background: transparent;
- font-size: 12px;
- line-height: 1;
- text-align: center;
- font-weight: bold;
- }
- .dd-item > button:before {
- content: '+';
- display: block;
- position: absolute;
- width: 100%;
- text-align: center;
- text-indent: 0;
- }
- .dd-item > button[data-action="collapse"]:before {
- content: '-';
- }
- .dd-placeholder,
- .dd-empty {
- margin: 5px 0;
- padding: 0;
- min-height: 30px;
- background: #f2fbff;
- border: 1px dashed #b6bcbf;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- }
- .dd-empty {
- border: 1px dashed #bbb;
- min-height: 100px;
- background-color: #e5e5e5;
- background-size: 60px 60px;
- background-position: 0 0, 30px 30px;
- }
- .dd-dragel {
- position: absolute;
- pointer-events: none;
- z-index: 9999;
- }
- .dd-dragel > .dd-item .dd-handle {
- margin-top: 0;
- }
- .dd-dragel .dd-handle {
- -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
- box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
- }
- /**
- * Nestable Extras
- */
- .nestable-lists {
- display: block;
- clear: both;
- padding: 30px 0;
- width: 100%;
- border: 0;
- border-top: 2px solid #ddd;
- border-bottom: 2px solid #ddd;
- }
- @media only screen and (min-width: 700px) {
- .dd + .dd {
- margin-left: 2%;
- }
- }
- .dd-hover > .dd-handle {
- background: #2ea8e5 !important;
- }
- /**
- * Nestable Draggable Handles
- */
- .dd3-content {
- display: block;
- margin: 5px 0;
- padding: 10px 10px 10px 50px;
- text-decoration: none;
- border: 1px solid #ebebeb;
- background: #fff;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- .dd-dragel > .dd3-item > .dd3-content {
- margin: 0;
- }
- .dd3-item > button {
- margin-left: 40px;
- }
- .dd3-handle {
- position: absolute;
- margin: 0;
- left: 0;
- top: 0;
- cursor: pointer;
- width: 40px;
- text-indent: 100%;
- white-space: nowrap;
- overflow: hidden;
- border: 1px solid #ebebeb;
- background: #fff;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- .dd3-handle:before {
- content: '≡';
- display: block;
- position: absolute;
- left: 0;
- top: 10px;
- width: 100%;
- text-align: center;
- text-indent: 0;
- color: #ccc;
- font-size: 20px;
- font-weight: normal;
- }
- .dd3-handle:hover {
- background: #f7f7f7;
- }
- .dd {
- max-width: none !important;
- }
- .dd-item > button:before {
- content: "\e649" !important;
- font-family: "themify";
- color: #007AFF;
- }
- .dd-item > button[data-action="collapse"]:before {
- content: "\e64b" !important;
- }
- .dd-handle {
- background: #f7f7f8 !important;
- border: 1px solid #c8c7cc !important;
- color: #8e8e93 !important;
- }
- .dd-handle:hover {
- background: #eaeaec !important;
- border-color: #a6a4ac !important;
- }
- /* ---------------------------------------------------------------------- */
- /* Sweet Alert
- /* ---------------------------------------------------------------------- */
- .sweet-overlay {
- z-index: 99998 !important;
- }
- .sweet-alert {
- z-index: 99999 !important;
- }
- .sweet-alert h2 {
- color: #5b5b60 !important;
- font-family: "Raleway", sans-serif !important;
- font-weight: 300 !important;
- }
- .sweet-alert button {
- padding: 5px 32px !important;
- box-shadow: none !important;
- }
- /* ---------------------------------------------------------------------- */
- /* Calendar
- /* ---------------------------------------------------------------------- */
- .cal-month-box {
- border-right: none !important;
- border-bottom: none !important;
- }
- .event {
- border: none !important;
- box-shadow: none !important;
- height: 25px !important;
- width: 25px !important;
- }
- .event-job {
- background-color: #007AFF !important;
- }
- .event-home {
- background-color: #804C75 !important;
- }
- .event-to-do {
- background-color: #FF6600 !important;
- }
- .event-cancelled {
- background-color: #FFB848 !important;
- }
- .event-generic {
- background-color: #46b8da !important;
- }
- .event-off-site-work {
- background-color: #1FBBA6 !important;
- }
- .day-highlight.dh-event-job {
- border: none !important;
- background-color: rgba(0, 122, 255, 0.3) !important;
- }
- .day-highlight.dh-event-home {
- border: none !important;
- background-color: rgba(128, 76, 117, 0.3) !important;
- }
- .day-highlight.dh-event-to-do {
- border: none !important;
- background-color: rgba(255, 102, 0, 0.3) !important;
- }
- .day-highlight.dh-event-cancelled {
- border: none !important;
- background-color: rgba(255, 184, 72, 0.3) !important;
- }
- .day-highlight.dh-event-generic {
- border: none !important;
- background-color: rgba(70, 184, 218, 0.3) !important;
- }
- .day-highlight.dh-event-off-site-work {
- border: none !important;
- background-color: rgba(70, 184, 218, 0.3) !important;
- }
- .cal-slide-content {
- background-color: #F2F2F2 !important;
- box-shadow: none !important;
- padding: 0 !important;
- }
- .cal-slide-content li {
- padding: 20px;
- border-bottom: 1px dotted #c8c7cc;
- }
- .cal-slide-content li:hover {
- background-color: #DDDDE8 !important;
- }
- .cal-slide-content li a.event-item {
- color: #8e8e93 !important;
- font-weight: 400;
- }
- .cal-day-today {
- background: none !important;
- }
- .cal-month-box .cal-day-today span[data-cal-date] {
- font-size: 1.2em !important;
- color: #fff !important;
- background: #007AFF !important;
- opacity: 1 !important;
- padding: 2px 5px;
- border-radius: 50%;
- min-width: 26px;
- text-align: center;
- }
- .cal-events-num {
- display: none;
- }
- /* ---------------------------------------------------------------------- */
- /* Chartjs
- /* ---------------------------------------------------------------------- */
- .tc-chart-js-legend {
- list-style-type: none;
- padding-left: 0;
- }
- .tc-chart-js-legend li {
- clear: both;
- display: block;
- float: left;
- padding: 10px;
- line-height: 25px;
- font-size: 11px;
- }
- .tc-chart-js-legend li span {
- display: block;
- float: left;
- height: 25px;
- margin-right: 10px;
- width: 25px;
- }
- .legend-xs .tc-chart-js-legend li {
- line-height: 15px;
- }
- .legend-xs .tc-chart-js-legend li span {
- height: 15px;
- width: 15px;
- margin-right: 5px;
- }
- .inline .tc-chart-js-legend li {
- clear: none;
- display: inline-block;
- float: none;
- padding: 10px;
- }
- canvas[tc-chartjs-line], canvas[tc-chartjs-bar], canvas[tc-chartjs-radar] {
- max-width: 100% !important;
- }
- .mini-pie {
- height: 150px;
- position: relative;
- width: 100px;
- display: inline-block;
- }
- .mini-pie canvas {
- height: 150px;
- left: 0;
- position: absolute;
- top: 0;
- width: 100px;
- }
- .mini-pie span {
- line-height: 150px;
- }
- /* ---------------------------------------------------------------------- */
- /* Sparkline
- /* ---------------------------------------------------------------------- */
- .mini-stats {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .mini-stats li {
- text-align: center;
- margin: 0 0 0 25px;
- display: inline-block;
- }
- .mini-stats li:last-child {
- border-right: 0 none;
- }
- .mini-stats .values {
- font-size: 12px;
- padding: 5px 0 0 0;
- }
- .mini-stats .values strong {
- display: block;
- font-size: 18px;
- margin-bottom: 2px;
- line-height: 18px;
- }
- @media (max-width: 767px) {
- .mini-stats {
- width: 100%;
- padding: 20px 0;
- }
- }
- .jqstooltip {
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- }
- .mini-stats .sparkline-bar {
- font-size: 18px;
- font-weight: bold;
- text-align: center;
- line-height: normal !important;
- }
- .sparkline > canvas span {
- box-shadow: none;
- border: none;
- background: red;
- }
|