2024-10-10
This commit is contained in:
613
web/bsadmin/assets/css/lib/barRating/barRating.css
Normal file
613
web/bsadmin/assets/css/lib/barRating/barRating.css
Normal file
@@ -0,0 +1,613 @@
|
||||
/*
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*1.bars-1to10.css*/
|
||||
|
||||
.br-theme-bars-1to10 .br-widget {
|
||||
height: 50px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-widget a {
|
||||
display: block;
|
||||
width: 12px;
|
||||
padding: 5px 0;
|
||||
height: 28px;
|
||||
float: left;
|
||||
background-color: #fbedd9;
|
||||
margin: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-widget a.br-active,
|
||||
.br-theme-bars-1to10 .br-widget a.br-selected {
|
||||
background-color: #EDB867;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-widget .br-current-rating {
|
||||
font-size: 20px;
|
||||
line-height: 2;
|
||||
float: left;
|
||||
padding: 0 20px 0 20px;
|
||||
color: #EDB867;
|
||||
font-weight: 400;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-readonly a.br-active,
|
||||
.br-theme-bars-1to10 .br-readonly a.br-selected {
|
||||
background-color: #f2cd95;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-readonly .br-current-rating {
|
||||
color: #f2cd95;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-1to10 .br-widget a {
|
||||
border: 1px solid #b3b3b3;
|
||||
background: white;
|
||||
height: 38px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-widget a.br-active,
|
||||
.br-theme-bars-1to10 .br-widget a.br-selected {
|
||||
border: 1px solid black;
|
||||
background: white;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-widget .br-current-rating {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*2.bars-horizontal.css*/
|
||||
|
||||
.br-theme-bars-horizontal .br-widget {
|
||||
width: 120px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-widget a {
|
||||
display: block;
|
||||
width: 120px;
|
||||
height: 5px;
|
||||
background-color: #fbedd9;
|
||||
margin: 1px;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-widget a.br-active,
|
||||
.br-theme-bars-horizontal .br-widget a.br-selected {
|
||||
background-color: #EDB867;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-widget .br-current-rating {
|
||||
width: 120px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 2;
|
||||
text-align: center;
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-readonly a.br-active,
|
||||
.br-theme-bars-horizontal .br-readonly a.br-selected {
|
||||
background-color: #f2cd95;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-readonly .br-current-rating {
|
||||
color: #f2cd95;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-horizontal .br-widget a {
|
||||
border: 1px solid #b3b3b3;
|
||||
background: white;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-widget a.br-active,
|
||||
.br-theme-bars-horizontal .br-widget a.br-selected {
|
||||
border: 1px solid black;
|
||||
background: white;
|
||||
}
|
||||
.br-theme-bars-horizontal .br-widget .br-current-rating {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*3.bars-movie.css*/
|
||||
|
||||
.br-theme-bars-movie .br-widget {
|
||||
height: 10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-movie .br-widget a {
|
||||
display: block;
|
||||
width: 60px;
|
||||
height: 8px;
|
||||
float: left;
|
||||
background-color: #bbcefb;
|
||||
margin: 1px;
|
||||
}
|
||||
.br-theme-bars-movie .br-widget a.br-active,
|
||||
.br-theme-bars-movie .br-widget a.br-selected {
|
||||
background-color: #4278F5;
|
||||
}
|
||||
.br-theme-bars-movie .br-widget .br-current-rating {
|
||||
clear: both;
|
||||
width: 240px;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
display: block;
|
||||
padding: .5em 0;
|
||||
color: #4278F5;
|
||||
font-weight: 400;
|
||||
}
|
||||
.br-theme-bars-movie .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-movie .br-readonly a.br-active,
|
||||
.br-theme-bars-movie .br-readonly a.br-selected {
|
||||
background-color: #729bf8;
|
||||
}
|
||||
.br-theme-bars-movie .br-readonly .br-current-rating {
|
||||
color: #729bf8;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-movie .br-widget a {
|
||||
border: 1px solid #b3b3b3;
|
||||
background: white;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.br-theme-bars-movie .br-widget a.br-active,
|
||||
.br-theme-bars-movie .br-widget a.br-selected {
|
||||
border: 1px solid black;
|
||||
background: white;
|
||||
}
|
||||
.br-theme-bars-movie .br-widget .br-current-rating {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*4.bars-pill.css*/
|
||||
|
||||
.br-theme-bars-pill .br-widget {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a {
|
||||
padding: 7px 15px;
|
||||
background-color: #bef5e8;
|
||||
color: #50E3C2;
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
line-height: 3;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a:first-child {
|
||||
-webkit-border-top-left-radius: 999px;
|
||||
-webkit-border-bottom-left-radius: 999px;
|
||||
-moz-border-radius-topleft: 999px;
|
||||
-moz-border-radius-bottomleft: 999px;
|
||||
border-top-left-radius: 999px;
|
||||
border-bottom-left-radius: 999px;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a:last-child {
|
||||
-webkit-border-top-right-radius: 999px;
|
||||
-webkit-border-bottom-right-radius: 999px;
|
||||
-moz-border-radius-topright: 999px;
|
||||
-moz-border-radius-bottomright: 999px;
|
||||
border-top-right-radius: 999px;
|
||||
border-bottom-right-radius: 999px;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a.br-active,
|
||||
.br-theme-bars-pill .br-widget a.br-selected {
|
||||
background-color: #50E3C2;
|
||||
color: white;
|
||||
}
|
||||
.br-theme-bars-pill .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-pill .br-readonly a.br-active,
|
||||
.br-theme-bars-pill .br-readonly a.br-selected {
|
||||
background-color: #7cead1;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-pill .br-widget a {
|
||||
border: 1px solid #b3b3b3;
|
||||
border-left: none;
|
||||
background: white;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a.br-active,
|
||||
.br-theme-bars-pill .br-widget a.br-selected {
|
||||
border: 1px solid black;
|
||||
border-left: none;
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
.br-theme-bars-pill .br-widget a:first-child {
|
||||
border-left: 1px solid black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*5.bars-reversed.css*/
|
||||
|
||||
.br-theme-bars-reversed .br-widget {
|
||||
height: 25px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-reversed .br-widget a {
|
||||
display: block;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
float: left;
|
||||
background-color: #bef5e8;
|
||||
margin: 1px;
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
line-height: 1.4;
|
||||
color: #50E3C2;
|
||||
text-align: center;
|
||||
}
|
||||
.br-theme-bars-reversed .br-widget a.br-active,
|
||||
.br-theme-bars-reversed .br-widget a.br-selected {
|
||||
background-color: #50E3C2;
|
||||
color: white;
|
||||
}
|
||||
.br-theme-bars-reversed .br-widget .br-current-rating {
|
||||
line-height: 1.3;
|
||||
float: left;
|
||||
padding: 0 20px 0 20px;
|
||||
color: #50E3C2;
|
||||
font-size: 17px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.br-theme-bars-reversed .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-reversed .br-readonly a.br-active,
|
||||
.br-theme-bars-reversed .br-readonly a.br-selected {
|
||||
background-color: #7cead1;
|
||||
}
|
||||
.br-theme-bars-reversed .br-readonly .br-current-rating {
|
||||
color: #7cead1;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-reversed .br-widget a {
|
||||
border: 1px solid #b3b3b3;
|
||||
background: white;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.br-theme-bars-reversed .br-widget a.br-active,
|
||||
.br-theme-bars-reversed .br-widget a.br-selected {
|
||||
border: 1px solid black;
|
||||
background: white;
|
||||
}
|
||||
.br-theme-bars-reversed .br-widget .br-current-rating {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*6.bars-square.css*/
|
||||
|
||||
.br-theme-bars-square .br-widget {
|
||||
height: 15px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bars-square .br-widget a {
|
||||
display: block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
float: left;
|
||||
border: 2px solid #bbcefb;
|
||||
background-color: white;
|
||||
margin: 2px;
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 2;
|
||||
text-align: center;
|
||||
color: #bbcefb;
|
||||
font-weight: 600;
|
||||
}
|
||||
.br-theme-bars-square .br-widget a.br-active,
|
||||
.br-theme-bars-square .br-widget a.br-selected {
|
||||
border: 2px solid #4278F5;
|
||||
color: #4278F5;
|
||||
}
|
||||
.br-theme-bars-square .br-widget .br-current-rating {
|
||||
clear: both;
|
||||
width: 330px;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
display: block;
|
||||
padding: .5em 0;
|
||||
color: #646464;
|
||||
}
|
||||
.br-theme-bars-square .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-bars-square .br-readonly a.br-active,
|
||||
.br-theme-bars-square .br-readonly a.br-selected {
|
||||
border: 2px solid #729bf8;
|
||||
color: #729bf8;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bars-square .br-widget a {
|
||||
border: 2px solid #b3b3b3;
|
||||
color: #b3b3b3;
|
||||
}
|
||||
.br-theme-bars-square .br-widget a.br-active,
|
||||
.br-theme-bars-square .br-widget a.br-selected {
|
||||
border: 2px solid black;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*7.bootstrap-stars.css*/
|
||||
|
||||
.br-theme-bootstrap-stars .br-widget {
|
||||
height: 28px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget a {
|
||||
font: normal normal normal 18px/1 'Glyphicons Halflings';
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-decoration: none;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget a:after {
|
||||
content: '\e006';
|
||||
color: #d2d2d2;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget a.br-active:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget .br-current-rating {
|
||||
display: none;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-bootstrap-stars .br-widget a:after {
|
||||
content: '\e007';
|
||||
color: black;
|
||||
}
|
||||
.br-theme-bootstrap-stars .br-widget a.br-active:after,
|
||||
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
|
||||
content: '\e006';
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*8.css-stars.css*/
|
||||
|
||||
.br-theme-css-stars .br-widget {
|
||||
height: 28px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-css-stars .br-widget a {
|
||||
text-decoration: none;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
float: left;
|
||||
font-size: 23px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.br-theme-css-stars .br-widget a:after {
|
||||
content: "\2605";
|
||||
color: #d2d2d2;
|
||||
}
|
||||
.br-theme-css-stars .br-widget a.br-active:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-css-stars .br-widget a.br-selected:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-css-stars .br-widget .br-current-rating {
|
||||
display: none;
|
||||
}
|
||||
.br-theme-css-stars .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-css-stars .br-widget a:after {
|
||||
content: "\2606";
|
||||
color: black;
|
||||
}
|
||||
.br-theme-css-stars .br-widget a.br-active:after,
|
||||
.br-theme-css-stars .br-widget a.br-selected:after {
|
||||
content: "\2605";
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*9.fontawesome-stars.css*/
|
||||
|
||||
.br-theme-fontawesome-stars .br-widget {
|
||||
height: 28px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget a {
|
||||
font: normal normal normal 20px/1 FontAwesome;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-decoration: none;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget a:after {
|
||||
content: '\f005';
|
||||
color: #d2d2d2;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget a.br-active:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
|
||||
color: #EDB867;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget .br-current-rating {
|
||||
display: none;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
@media print {
|
||||
.br-theme-fontawesome-stars .br-widget a:after {
|
||||
content: '\f006';
|
||||
color: black;
|
||||
}
|
||||
.br-theme-fontawesome-stars .br-widget a.br-active:after,
|
||||
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
|
||||
content: '\f005';
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*10.fontawesome-stars-o.css*/
|
||||
|
||||
|
||||
.br-theme-fontawesome-stars-o .br-widget {
|
||||
height: 28px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a {
|
||||
font: normal normal normal 20px/1 FontAwesome;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-decoration: none;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a:after {
|
||||
content: '\f006';
|
||||
color: #d2d2d2;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
|
||||
content: '\f005';
|
||||
color: #50E3C2;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
|
||||
content: '\f005';
|
||||
color: #50E3C2;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
|
||||
content: '\f123';
|
||||
color: #50E3C2;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
|
||||
display: none;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-readonly a {
|
||||
cursor: default;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
|
||||
display: inline-block;
|
||||
transform: scaleX(-1);
|
||||
-moz-transform: scaleX(-1);
|
||||
-webkit-transform: scaleX(-1);
|
||||
filter: FlipH;
|
||||
-ms-filter: "FlipH";
|
||||
}
|
||||
@media print {
|
||||
.br-theme-fontawesome-stars-o .br-widget a:after {
|
||||
content: '\f006';
|
||||
color: black;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
|
||||
content: '\f005';
|
||||
color: black;
|
||||
}
|
||||
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
|
||||
content: '\f123';
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
6
web/bsadmin/assets/css/lib/bootstrap.min.css
vendored
Normal file
6
web/bsadmin/assets/css/lib/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1404
web/bsadmin/assets/css/lib/calendar/fullcalendar.css
Normal file
1404
web/bsadmin/assets/css/lib/calendar/fullcalendar.css
Normal file
File diff suppressed because it is too large
Load Diff
403
web/bsadmin/assets/css/lib/calendar2/pignose.calendar.min.css
vendored
Normal file
403
web/bsadmin/assets/css/lib/calendar2/pignose.calendar.min.css
vendored
Normal file
@@ -0,0 +1,403 @@
|
||||
|
||||
[class*=" icon-"],
|
||||
[class^=icon-] {
|
||||
font-family: fontawesome;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
}
|
||||
.calendar{
|
||||
float: none; !important
|
||||
}
|
||||
.icon-arrow-left:before {
|
||||
content: '\f104';
|
||||
}
|
||||
.icon-arrow-right:before {
|
||||
content: '\f105'
|
||||
}
|
||||
.pignose-calendar {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d8d8d8;
|
||||
font-size: 100%;
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top {
|
||||
padding: 2.6em 0;
|
||||
background-color: #fafafa;
|
||||
border-bottom: 1px solid #e2e2e2;
|
||||
position: relative;
|
||||
overflow: hidden
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 1.8em 0;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month,
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
|
||||
display: block;
|
||||
text-align: center
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
|
||||
font-size: 115%;
|
||||
color: rgba(0, 0, 0, .5);
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
|
||||
margin-bottom: .4em;
|
||||
font-size: 130%;
|
||||
font-weight: 600;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
|
||||
display: inline-block;
|
||||
width: 1.6em;
|
||||
height: 1.6em;
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
text-decoration: none
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
|
||||
display: inline-block;
|
||||
color: #777;
|
||||
font-size: 115%;
|
||||
font-weight: 600;
|
||||
vertical-align: middle;
|
||||
margin-top: -10px
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
|
||||
color: #555;
|
||||
font-size: 160%;
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
|
||||
float: left;
|
||||
margin-left: 1.6em
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
|
||||
float: right;
|
||||
margin-right: 1.6em
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev .pignose-calendar-top-value {
|
||||
margin-left: .2em
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next .pignose-calendar-top-value {
|
||||
margin-right: .2em
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-header {
|
||||
padding: 0;
|
||||
margin-top: 0;
|
||||
font-weight: 600;
|
||||
overflow: hidden
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-body {
|
||||
padding: 1.2em
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
|
||||
float: left;
|
||||
width: 14%;
|
||||
height: 1.8em;
|
||||
text-align: center;
|
||||
line-height: 2.8em;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
text-transform: capitalize;
|
||||
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
|
||||
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
|
||||
color: #fa4832
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-header .pignose-calendar-week:last-child {
|
||||
width: 14.32%
|
||||
}
|
||||
.pignose-calendar .pignose-calendar-body .pignose-calendar-row {
|
||||
overflow: hidden
|
||||
}
|
||||
.pignose-calendar-unit {
|
||||
float: left;
|
||||
display: block;
|
||||
height: 3.8em;
|
||||
width: 14.28%;
|
||||
text-align: center;
|
||||
line-height: 2.8em;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box
|
||||
}
|
||||
.pignose-calendar-unit .pignose-calendar-button-schedule-container {
|
||||
line-height: .5em
|
||||
}
|
||||
.pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
|
||||
display: inline-block;
|
||||
background-color: #777;
|
||||
width: .5em;
|
||||
height: .5em;
|
||||
border-radius: 50%;
|
||||
margin-right: .2em
|
||||
}
|
||||
.pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin:last-child {
|
||||
margin-right: 0
|
||||
}
|
||||
.pignose-calendar-unit a {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 2.4em;
|
||||
border-radius: 0;
|
||||
color: #3abbb9;
|
||||
line-height: 2.4em;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
-webkit-transition: background-color .3s ease, color .3s ease;
|
||||
-moz-transition: background-color .3s ease, color .3s ease;
|
||||
transition: background-color .3s ease, color .3s ease
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-disabled a {
|
||||
opacity: .5;
|
||||
background-color: #efefef
|
||||
}
|
||||
.pignose-calendar-unit a:active {
|
||||
background-color: #d8d8d8
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-range a {
|
||||
background-color: #f1f1f1;
|
||||
border-radius: 0;
|
||||
width: 100%
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
|
||||
color: #b2b9bb;
|
||||
background-color: #e1e1e1
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first a {
|
||||
border-top-left-radius: 1.2em;
|
||||
border-bottom-left-radius: 1.2em
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-last a {
|
||||
border-top-right-radius: 1.2em;
|
||||
border-bottom-right-radius: 1.2em
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-default .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-active a,
|
||||
.pignose-calendar.pignose-calendar-reverse .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-inactive a {
|
||||
color: #ccc!important
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-active a {
|
||||
background-color: #2fabb7;
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-sat a,
|
||||
.pignose-calendar-unit.pignose-calendar-unit-sun a {
|
||||
color: #fa4832
|
||||
}
|
||||
.pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sat a,
|
||||
.pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sun a {
|
||||
color: #fff
|
||||
}
|
||||
.pignose-calendar-unit:last-child {
|
||||
width: 14.32%
|
||||
}
|
||||
.pignose-calendar-wrapper {
|
||||
display: none;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
max-width: 360px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
border-radius: 2px;
|
||||
z-index: 50001;
|
||||
overflow: hidden;
|
||||
-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 1);
|
||||
-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 1);
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 1);
|
||||
transform: translate3d(0, 160px, 0);
|
||||
-o-transform: translate3d(0, 160px, 0);
|
||||
-moz-transform: translate3d(0, 160px, 0);
|
||||
-webkit-transform: translate3d(0, 160px, 0);
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity .3s ease, transform .5s ease-out, -webkit-transform .5s ease-out;
|
||||
-moz-transition: opacity .3s ease, transform .5s ease-out, -webkit-transform .5s ease-out;
|
||||
transition: opacity .3s ease, transform .5s ease-out, -webkit-transform .5s ease-out
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar {
|
||||
border: none
|
||||
}
|
||||
.pignose-calendar-wrapper.pignose-calendar-wrapper-active {
|
||||
opacity: 1;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0)
|
||||
}
|
||||
.pignose-calendar-wrapper-overlay {
|
||||
background-color: #000;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity .3s ease;
|
||||
-moz-transition: opacity .3s ease;
|
||||
transition: opacity .3s ease;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 50000
|
||||
}
|
||||
.pignose-calendar-wrapper-overlay.pignose-calendar-wrapper-overlay-active {
|
||||
opacity: .7
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group {
|
||||
border-top: 1px solid #e2e2e2;
|
||||
overflow: hidden
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button {
|
||||
width: 50%;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 3.2em;
|
||||
text-align: center;
|
||||
line-height: 3.2em;
|
||||
color: #333;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
-webkit-transition: background-color .3s ease;
|
||||
-moz-transition: background-color .3s ease;
|
||||
transition: background-color .3s ease;
|
||||
box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button:hover {
|
||||
background-color: #f1f1f1
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply {
|
||||
color: #fff;
|
||||
background-color: #2fabb7
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply:hover {
|
||||
background-color: #31b2c9
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark {
|
||||
border-color: #373a3c;
|
||||
background-color: #4b4f51;
|
||||
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
|
||||
-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
|
||||
box-shadow: 0 3px 8px rgba(0, 0, 0, .5)
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top {
|
||||
background-color: #3d4345;
|
||||
border-bottom-color: #3a3d3f;
|
||||
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .175);
|
||||
-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .175);
|
||||
box-shadow: 0 3px 8px rgba(0, 0, 0, .175)
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-month {
|
||||
color: #fff
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-year {
|
||||
color: #bdc2c5
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon,
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
|
||||
color: #a2a9ab
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week {
|
||||
color: #bdc2c5
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a,
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a,
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
|
||||
color: #ff6060
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
|
||||
color: #51cfd2
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
|
||||
color: #868e8f;
|
||||
background-color: #5d6365
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
|
||||
color: #fff;
|
||||
background-color: #36bec2;
|
||||
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
|
||||
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, .75)
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
|
||||
background-color: #5a5d62
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
|
||||
color: #727a7c;
|
||||
background-color: #4f5558
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
|
||||
color: #8b8f94
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-month,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-year {
|
||||
color: #000;
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group {
|
||||
border-top: 1px solid #373a3c;
|
||||
overflow: hidden
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button-apply {
|
||||
color: #fff;
|
||||
background-color: #36bec2
|
||||
}
|
||||
.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button:hover {
|
||||
background-color: #5a5d62
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue {
|
||||
border: none;
|
||||
background-color: #fff;
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week {
|
||||
color: #5c6270
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
|
||||
color: #5E5E5E
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
|
||||
color: #5c6270
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
|
||||
background-color: #efefef
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
|
||||
color: #fff;
|
||||
background-color: #FF2E44;
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
|
||||
background-color: #f1f1f1
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
|
||||
background-color: #efefef
|
||||
}
|
||||
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
|
||||
color: #ccc
|
||||
}
|
||||
3945
web/bsadmin/assets/css/lib/calendar2/semantic.ui.min.css
vendored
Normal file
3945
web/bsadmin/assets/css/lib/calendar2/semantic.ui.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
web/bsadmin/assets/css/lib/data-table/buttons.bootstrap.min.css
vendored
Normal file
1
web/bsadmin/assets/css/lib/data-table/buttons.bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
web/bsadmin/assets/css/lib/data-table/buttons.dataTables.min.css
vendored
Normal file
1
web/bsadmin/assets/css/lib/data-table/buttons.dataTables.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
web/bsadmin/assets/css/lib/data-table/dataTables.bootstrap.min.css
vendored
Normal file
1
web/bsadmin/assets/css/lib/data-table/dataTables.bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
3044
web/bsadmin/assets/css/lib/font-awesome.min.css
vendored
Normal file
3044
web/bsadmin/assets/css/lib/font-awesome.min.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
web/bsadmin/assets/css/lib/jquery-ui.min.css
vendored
Normal file
7
web/bsadmin/assets/css/lib/jquery-ui.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
304
web/bsadmin/assets/css/lib/jsgrid/jsgrid-theme.min.css
vendored
Normal file
304
web/bsadmin/assets/css/lib/jsgrid/jsgrid-theme.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
9
web/bsadmin/assets/css/lib/jsgrid/jsgrid.min.css
vendored
Normal file
9
web/bsadmin/assets/css/lib/jsgrid/jsgrid.min.css
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* jsGrid v1.5.3 (http://js-grid.com)
|
||||
* (c) 2016 Artem Tabalin
|
||||
* Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
.jsgrid{position:relative;overflow:hidden;font-size:1em}.jsgrid,.jsgrid *,.jsgrid :after,.jsgrid :before{box-sizing:border-box}.jsgrid input,.jsgrid select,.jsgrid textarea{font-size:1em}.jsgrid-grid-header{overflow-x:hidden;overflow-y:scroll;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.jsgrid-grid-body{height: 100%!important;overflow-x:auto;overflow-y:scroll;-webkit-overflow-scrolling:touch}.jsgrid-table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0}.jsgrid-cell{padding:.5em}.jsgrid-header-cell,.jsgrid-сell{box-sizing:border-box}.jsgrid-align-left{text-align:left}.jsgrid-align-center,.jsgrid-align-center input,.jsgrid-align-center select,.jsgrid-align-center textarea{text-align:center}.jsgrid-align-right,.jsgrid-align-right input,.jsgrid-align-right select,.jsgrid-align-right textarea{text-align:right}.jsgrid-header-cell{padding:.5em}.jsgrid-edit-row input,.jsgrid-edit-row select,.jsgrid-edit-row textarea,.jsgrid-filter-row input,.jsgrid-filter-row select,.jsgrid-filter-row textarea,.jsgrid-insert-row input,.jsgrid-insert-row select,.jsgrid-insert-row textarea{width:100%;padding:.3em .5em}.jsgrid-edit-row input[type=checkbox],.jsgrid-filter-row input[type=checkbox],.jsgrid-insert-row input[type=checkbox]{width:auto}.jsgrid-selected-row .jsgrid-cell{cursor:pointer}.jsgrid-nodata-row .jsgrid-cell{padding:.5em 0;text-align:center}.jsgrid-header-sort{cursor:pointer}.jsgrid-pager{padding:.5em 0}.jsgrid-pager-nav-button{padding:.2em .6em}.jsgrid-pager-nav-inactive-button{display:none;pointer-events:none}.jsgrid-pager-page{padding:.2em .6em}
|
||||
|
||||
|
||||
1
web/bsadmin/assets/css/lib/lobi-panel/lobipanel.min.css
vendored
Normal file
1
web/bsadmin/assets/css/lib/lobi-panel/lobipanel.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1189
web/bsadmin/assets/css/lib/mmc-chat.css
Normal file
1189
web/bsadmin/assets/css/lib/mmc-chat.css
Normal file
File diff suppressed because it is too large
Load Diff
213
web/bsadmin/assets/css/lib/nestable/nestable.css
Normal file
213
web/bsadmin/assets/css/lib/nestable/nestable.css
Normal file
@@ -0,0 +1,213 @@
|
||||
/**
|
||||
* Nestable
|
||||
*/
|
||||
|
||||
.dd {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100% !important;
|
||||
max-width: 100%;
|
||||
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;
|
||||
height: 40px;
|
||||
margin: 5px 0;
|
||||
padding: 8px 10px;
|
||||
color: #979898;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
border: 1px solid #e5e5e5;
|
||||
background: #ffffff;
|
||||
box-sizing: border-box; -moz-box-sizing: border-box;
|
||||
}
|
||||
.dd-handle:hover {
|
||||
color: #2ea8e5;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.dd-item > button {
|
||||
display: block;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
width: 25px;
|
||||
height: 17px;
|
||||
margin: 5px 0;
|
||||
padding: 0;
|
||||
text-indent: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
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: 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,.1);
|
||||
box-shadow: 2px 4px 6px 0 rgba(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;
|
||||
}
|
||||
|
||||
#nestable-menu { padding: 0; margin: 20px 0; }
|
||||
|
||||
#nestable-output,
|
||||
#nestable2-output {
|
||||
width: 100%;
|
||||
height: 7em;
|
||||
font-size: 0.75em;
|
||||
line-height: 1.333333em;
|
||||
font-family: Consolas, monospace;
|
||||
padding: 5px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
}
|
||||
|
||||
#nestable2 .dd-handle {
|
||||
color: #979898;
|
||||
border: 1px solid #e5e5e5;
|
||||
background: #ffffff;
|
||||
}
|
||||
#nestable2 .dd-handle:hover { background: #ffffff; }
|
||||
#nestable2 .dd-item > button:before { color: #979898; }
|
||||
|
||||
@media only screen and (min-width: 700px) {
|
||||
|
||||
.dd { float: left; width: 48%; }
|
||||
.dd + .dd { margin-left: 2%; }
|
||||
|
||||
}
|
||||
|
||||
.dd-hover > .dd-handle {
|
||||
background: #2ea8e5 !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Nestable Draggable Handles
|
||||
*/
|
||||
|
||||
.dd3-content {
|
||||
display: block;
|
||||
height: 40px;
|
||||
margin: 5px 0;
|
||||
padding: 8px 15px 9px 52px;
|
||||
color: #979898;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
border: 1px solid #e5e5e5;
|
||||
background: #ffffff;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
box-sizing: border-box; -moz-box-sizing: border-box;
|
||||
}
|
||||
.dd3-content:hover {
|
||||
color: #2ea8e5;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.dd-dragel > .dd3-item > .dd3-content {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.dd3-item > button {
|
||||
margin-left: 40px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.dd3-handle {
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
left: 0;
|
||||
top: 0;
|
||||
cursor: pointer;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
text-indent: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
border: 1px solid #e5e5e5;
|
||||
background: #ffffff;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.dd3-handle:before {
|
||||
content: '≡';
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 7px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #979898;
|
||||
}
|
||||
.dd3-handle:hover {
|
||||
background: #ffffff;
|
||||
}
|
||||
6
web/bsadmin/assets/css/lib/owl.carousel.min.css
vendored
Normal file
6
web/bsadmin/assets/css/lib/owl.carousel.min.css
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Owl Carousel v2.2.0
|
||||
* Copyright 2013-2016 David Deutsch
|
||||
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
|
||||
*/
|
||||
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
|
||||
6
web/bsadmin/assets/css/lib/owl.theme.default.min.css
vendored
Normal file
6
web/bsadmin/assets/css/lib/owl.theme.default.min.css
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Owl Carousel v2.2.0
|
||||
* Copyright 2013-2016 David Deutsch
|
||||
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
|
||||
*/
|
||||
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
|
||||
146
web/bsadmin/assets/css/lib/rangSlider/ion.rangeSlider.css
Normal file
146
web/bsadmin/assets/css/lib/rangSlider/ion.rangeSlider.css
Normal file
@@ -0,0 +1,146 @@
|
||||
/* Ion.RangeSlider
|
||||
// css version 2.0.3
|
||||
// © 2013-2014 Denis Ineshin | IonDen.com
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// RangeSlider */
|
||||
|
||||
.irs {
|
||||
position: relative; display: block;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.irs-line {
|
||||
position: relative; display: block;
|
||||
overflow: hidden;
|
||||
outline: none !important;
|
||||
}
|
||||
.irs-line-left, .irs-line-mid, .irs-line-right {
|
||||
position: absolute; display: block;
|
||||
top: 0;
|
||||
}
|
||||
.irs-line-left {
|
||||
left: 0; width: 11%;
|
||||
}
|
||||
.irs-line-mid {
|
||||
left: 9%; width: 82%;
|
||||
}
|
||||
.irs-line-right {
|
||||
right: 0; width: 11%;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
position: absolute; display: block;
|
||||
left: 0; width: 0;
|
||||
}
|
||||
.irs-bar-edge {
|
||||
position: absolute; display: block;
|
||||
top: 0; left: 0;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
position: absolute; display: none;
|
||||
left: 0; width: 0;
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
position: absolute; display: block;
|
||||
cursor: default;
|
||||
z-index: 1;
|
||||
}
|
||||
.irs-slider.single {
|
||||
|
||||
}
|
||||
.irs-slider.from {
|
||||
|
||||
}
|
||||
.irs-slider.to {
|
||||
|
||||
}
|
||||
.irs-slider.type_last {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.irs-min {
|
||||
position: absolute; display: block;
|
||||
left: 0;
|
||||
cursor: default;
|
||||
}
|
||||
.irs-max {
|
||||
position: absolute; display: block;
|
||||
right: 0;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
position: absolute; display: block;
|
||||
top: 0; left: 0;
|
||||
cursor: default;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.irs-grid {
|
||||
position: absolute; display: none;
|
||||
bottom: 0; left: 0;
|
||||
width: 100%; height: 20px;
|
||||
}
|
||||
.irs-with-grid .irs-grid {
|
||||
display: block;
|
||||
}
|
||||
.irs-grid-pol {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
width: 1px; height: 8px;
|
||||
background: #000;
|
||||
}
|
||||
.irs-grid-pol.small {
|
||||
height: 4px;
|
||||
}
|
||||
.irs-grid-text {
|
||||
position: absolute;
|
||||
bottom: 0; left: 0;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
font-size: 9px; line-height: 9px;
|
||||
padding: 0 3px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.irs-disable-mask {
|
||||
position: absolute; display: block;
|
||||
top: 0; left: -1%;
|
||||
width: 102%; height: 100%;
|
||||
cursor: default;
|
||||
background: rgba(0,0,0,0.0);
|
||||
z-index: 2;
|
||||
}
|
||||
.irs-disabled {
|
||||
opacity: 0.4;
|
||||
}
|
||||
.lt-ie9 .irs-disabled {
|
||||
filter: alpha(opacity=40);
|
||||
}
|
||||
|
||||
|
||||
.irs-hidden-input {
|
||||
position: absolute !important;
|
||||
display: block !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
font-size: 0 !important;
|
||||
line-height: 0 !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
outline: none !important;
|
||||
z-index: -9999 !important;
|
||||
background: none !important;
|
||||
border-style: solid !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
@@ -0,0 +1,106 @@
|
||||
/* Ion.RangeSlider, Flat UI Skin
|
||||
// css version 2.0.3
|
||||
// © Denis Ineshin, 2014 https://github.com/IonDen
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// Skin details */
|
||||
|
||||
.irs-line-mid,
|
||||
.irs-line-left,
|
||||
.irs-line-right,
|
||||
.irs-bar,
|
||||
.irs-bar-edge,
|
||||
.irs-slider {
|
||||
background: url(../../../images/rangeSliderimg/sprite-skin-flat.png) repeat-x;
|
||||
}
|
||||
|
||||
.irs {
|
||||
height: 40px;
|
||||
}
|
||||
.irs-with-grid {
|
||||
height: 60px;
|
||||
}
|
||||
.irs-line {
|
||||
height: 12px; top: 25px;
|
||||
}
|
||||
.irs-line-left {
|
||||
height: 12px;
|
||||
background-position: 0 -30px;
|
||||
}
|
||||
.irs-line-mid {
|
||||
height: 12px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.irs-line-right {
|
||||
height: 12px;
|
||||
background-position: 100% -30px;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
height: 12px; top: 25px;
|
||||
background-position: 0 -60px;
|
||||
}
|
||||
.irs-bar-edge {
|
||||
top: 25px;
|
||||
height: 12px; width: 9px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
height: 3px; top: 34px;
|
||||
background: #000;
|
||||
opacity: 0.25;
|
||||
}
|
||||
.lt-ie9 .irs-shadow {
|
||||
filter: alpha(opacity=25);
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
width: 16px; height: 18px;
|
||||
top: 22px;
|
||||
background-position: 0 -120px;
|
||||
}
|
||||
.irs-slider.state_hover, .irs-slider:hover {
|
||||
background-position: 0 -150px;
|
||||
}
|
||||
|
||||
.irs-min, .irs-max {
|
||||
color: #999;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
top: 0; padding: 1px 3px;
|
||||
background: #e1e4e9;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
color: #fff;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background: #ed5565;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.irs-from:after, .irs-to:after, .irs-single:after {
|
||||
position: absolute; display: block; content: "";
|
||||
bottom: -6px; left: 50%;
|
||||
width: 0; height: 0;
|
||||
margin-left: -3px;
|
||||
overflow: hidden;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #ed5565;
|
||||
}
|
||||
|
||||
|
||||
.irs-grid-pol {
|
||||
background: #e1e4e9;
|
||||
}
|
||||
.irs-grid-text {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.irs-disabled {
|
||||
}
|
||||
@@ -0,0 +1,124 @@
|
||||
/* Ion.RangeSlider, Simple Skin
|
||||
// css version 2.0.3
|
||||
// © Denis Ineshin, 2014 https://github.com/IonDen
|
||||
// © guybowden, 2014 https://github.com/guybowden
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// Skin details */
|
||||
|
||||
.irs {
|
||||
height: 55px;
|
||||
}
|
||||
.irs-with-grid {
|
||||
height: 75px;
|
||||
}
|
||||
.irs-line {
|
||||
height: 10px; top: 33px;
|
||||
background: #EEE;
|
||||
background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
|
||||
border: 1px solid #CCC;
|
||||
border-radius: 16px;
|
||||
-moz-border-radius: 16px;
|
||||
}
|
||||
.irs-line-left {
|
||||
height: 8px;
|
||||
}
|
||||
.irs-line-mid {
|
||||
height: 8px;
|
||||
}
|
||||
.irs-line-right {
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
height: 10px; top: 33px;
|
||||
border-top: 1px solid #428bca;
|
||||
border-bottom: 1px solid #428bca;
|
||||
background: #428bca;
|
||||
background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
|
||||
}
|
||||
.irs-bar-edge {
|
||||
height: 10px; top: 33px;
|
||||
width: 14px;
|
||||
border: 1px solid #428bca;
|
||||
border-right: 0;
|
||||
background: #428bca;
|
||||
background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
|
||||
border-radius: 16px 0 0 16px;
|
||||
-moz-border-radius: 16px 0 0 16px;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
height: 2px; top: 38px;
|
||||
background: #000;
|
||||
opacity: 0.3;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
.lt-ie9 .irs-shadow {
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
top: 25px;
|
||||
width: 27px; height: 27px;
|
||||
border: 1px solid #AAA;
|
||||
background: #DDD;
|
||||
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); /* W3C */
|
||||
border-radius: 27px;
|
||||
-moz-border-radius: 27px;
|
||||
box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.irs-slider.state_hover, .irs-slider:hover {
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
.irs-min, .irs-max {
|
||||
color: #333;
|
||||
font-size: 12px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
top: 0;
|
||||
padding: 1px 5px;
|
||||
background: rgba(0,0,0,0.1);
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
}
|
||||
|
||||
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
color: #fff;
|
||||
font-size: 14px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background: #428bca;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
}
|
||||
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
|
||||
background: #999;
|
||||
}
|
||||
|
||||
.irs-grid {
|
||||
height: 27px;
|
||||
}
|
||||
.irs-grid-pol {
|
||||
opacity: 0.5;
|
||||
background: #428bca;
|
||||
}
|
||||
.irs-grid-pol.small {
|
||||
background: #999;
|
||||
}
|
||||
|
||||
.irs-grid-text {
|
||||
bottom: 5px;
|
||||
color: #99a4ac;
|
||||
}
|
||||
|
||||
.irs-disabled {
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
/* Ion.RangeSlider, Modern Skin
|
||||
// css version 2.0.3
|
||||
// © Denis Ineshin, 2014 https://github.com/IonDen
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// Skin details */
|
||||
|
||||
.irs-line-mid,
|
||||
.irs-line-left,
|
||||
.irs-line-right,
|
||||
.irs-bar,
|
||||
.irs-bar-edge,
|
||||
.irs-slider {
|
||||
background: url(../rangSlider/sprite-skin-modern.png) repeat-x;
|
||||
}
|
||||
|
||||
.irs {
|
||||
height: 50px;
|
||||
}
|
||||
.irs-with-grid {
|
||||
height: 70px;
|
||||
}
|
||||
.irs-line {
|
||||
height: 6px; top: 25px;
|
||||
}
|
||||
.irs-line-left {
|
||||
height: 6px;
|
||||
background-position: 0 -30px;
|
||||
}
|
||||
.irs-line-mid {
|
||||
height: 6px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.irs-line-right {
|
||||
height: 6px;
|
||||
background-position: 100% -30px;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
height: 6px; top: 25px;
|
||||
background-position: 0 -60px;
|
||||
}
|
||||
.irs-bar-edge {
|
||||
top: 25px;
|
||||
height: 6px; width: 6px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
height: 5px; top: 25px;
|
||||
background: #000;
|
||||
opacity: 0.25;
|
||||
}
|
||||
.lt-ie9 .irs-shadow {
|
||||
filter: alpha(opacity=25);
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
width: 11px; height: 18px;
|
||||
top: 31px;
|
||||
background-position: 0 -120px;
|
||||
}
|
||||
.irs-slider.state_hover, .irs-slider:hover {
|
||||
background-position: 0 -150px;
|
||||
}
|
||||
|
||||
.irs-min, .irs-max {
|
||||
color: #999;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
top: 0; padding: 1px 3px;
|
||||
background: #e1e4e9;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
color: #fff;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background: #20b426;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.irs-from:after, .irs-to:after, .irs-single:after {
|
||||
position: absolute; display: block; content: "";
|
||||
bottom: -6px; left: 50%;
|
||||
width: 0; height: 0;
|
||||
margin-left: -3px;
|
||||
overflow: hidden;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #20b426;
|
||||
}
|
||||
|
||||
.irs-grid {
|
||||
height: 34px;
|
||||
}
|
||||
.irs-grid-pol {
|
||||
background: #c0c0c0;
|
||||
}
|
||||
.irs-grid-text {
|
||||
bottom: 12px;
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
.irs-disable-mask {
|
||||
|
||||
}
|
||||
.irs-disabled {
|
||||
|
||||
}
|
||||
.lt-ie9 .irs-disabled {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,102 @@
|
||||
/* Ion.RangeSlider, Nice Skin
|
||||
// css version 2.0.3
|
||||
// © Denis Ineshin, 2014 https://github.com/IonDen
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// Skin details */
|
||||
|
||||
.irs-line-mid,
|
||||
.irs-line-left,
|
||||
.irs-line-right,
|
||||
.irs-bar,
|
||||
.irs-bar-edge,
|
||||
.irs-slider {
|
||||
background: url(../img/sprite-skin-nice.png) repeat-x;
|
||||
}
|
||||
|
||||
.irs {
|
||||
height: 40px;
|
||||
}
|
||||
.irs-with-grid {
|
||||
height: 60px;
|
||||
}
|
||||
.irs-line {
|
||||
height: 8px; top: 25px;
|
||||
}
|
||||
.irs-line-left {
|
||||
height: 8px;
|
||||
background-position: 0 -30px;
|
||||
}
|
||||
.irs-line-mid {
|
||||
height: 8px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.irs-line-right {
|
||||
height: 8px;
|
||||
background-position: 100% -30px;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
height: 8px; top: 25px;
|
||||
background-position: 0 -60px;
|
||||
}
|
||||
.irs-bar-edge {
|
||||
top: 25px;
|
||||
height: 8px; width: 11px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
height: 1px; top: 34px;
|
||||
background: #000;
|
||||
opacity: 0.15;
|
||||
}
|
||||
.lt-ie9 .irs-shadow {
|
||||
filter: alpha(opacity=15);
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
width: 22px; height: 22px;
|
||||
top: 17px;
|
||||
background-position: 0 -120px;
|
||||
}
|
||||
.irs-slider.state_hover, .irs-slider:hover {
|
||||
background-position: 0 -150px;
|
||||
}
|
||||
|
||||
.irs-min, .irs-max {
|
||||
color: #999;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
top: 0; padding: 1px 3px;
|
||||
background: rgba(0,0,0,0.1);
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
color: #fff;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background: rgba(0,0,0,0.3);
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
|
||||
background: #999;
|
||||
}
|
||||
|
||||
.irs-grid-pol {
|
||||
background: #99a4ac;
|
||||
}
|
||||
.irs-grid-text {
|
||||
color: #99a4ac;
|
||||
}
|
||||
|
||||
.irs-disabled {
|
||||
}
|
||||
@@ -0,0 +1,102 @@
|
||||
/* Ion.RangeSlider, Simple Skin
|
||||
// css version 2.0.3
|
||||
// © Denis Ineshin, 2014 https://github.com/IonDen
|
||||
// ===================================================================================================================*/
|
||||
|
||||
/* =====================================================================================================================
|
||||
// Skin details */
|
||||
|
||||
.irs-line-mid,
|
||||
.irs-line-left,
|
||||
.irs-line-right,
|
||||
.irs-bar,
|
||||
.irs-bar-edge,
|
||||
.irs-slider {
|
||||
background: url(../img/sprite-skin-simple.png) repeat-x;
|
||||
}
|
||||
|
||||
.irs {
|
||||
height: 40px;
|
||||
}
|
||||
.irs-with-grid {
|
||||
height: 60px;
|
||||
}
|
||||
.irs-line {
|
||||
height: 6px; top: 25px;
|
||||
}
|
||||
.irs-line-left {
|
||||
height: 6px;
|
||||
background-position: 0 -30px;
|
||||
}
|
||||
.irs-line-mid {
|
||||
height: 6px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.irs-line-right {
|
||||
height: 6px;
|
||||
background-position: 100% -30px;
|
||||
}
|
||||
|
||||
.irs-bar {
|
||||
height: 6px; top: 25px;
|
||||
background-position: 0 -60px;
|
||||
}
|
||||
.irs-bar-edge {
|
||||
top: 25px;
|
||||
height: 6px; width: 7px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.irs-shadow {
|
||||
height: 1px; top: 34px;
|
||||
background: #000;
|
||||
opacity: 0.75;
|
||||
}
|
||||
.lt-ie9 .irs-shadow {
|
||||
filter: alpha(opacity=75);
|
||||
}
|
||||
|
||||
.irs-slider {
|
||||
width: 8px; height: 15px;
|
||||
top: 21px;
|
||||
background-position: 0 -120px;
|
||||
}
|
||||
.irs-slider.state_hover, .irs-slider:hover {
|
||||
background-position: 0 -150px;
|
||||
}
|
||||
|
||||
.irs-min, .irs-max {
|
||||
color: #c0c0c0;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
top: 0; padding: 1px 3px;
|
||||
background: rgba(0,0,0,0.1);
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
|
||||
background: #3654b0;
|
||||
}
|
||||
|
||||
.irs-from, .irs-to, .irs-single {
|
||||
color: #000;
|
||||
font-size: 10px; line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background: rgba(255,255,255,0.8);
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
|
||||
background: #d8dff3;
|
||||
}
|
||||
|
||||
.irs-grid-pol {
|
||||
background: #777;
|
||||
}
|
||||
.irs-grid-text {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
.irs-disabled {
|
||||
}
|
||||
427
web/bsadmin/assets/css/lib/rangSlider/normalize.css
vendored
Normal file
427
web/bsadmin/assets/css/lib/rangSlider/normalize.css
vendored
Normal file
@@ -0,0 +1,427 @@
|
||||
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||
|
||||
/**
|
||||
* 1. Set default font family to sans-serif.
|
||||
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
||||
* user zoom.
|
||||
*/
|
||||
|
||||
html {
|
||||
font-family: sans-serif; /* 1 */
|
||||
-ms-text-size-adjust: 100%; /* 2 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove default margin.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* HTML5 display definitions
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
||||
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
||||
* and Firefox.
|
||||
* Correct `block` display not defined for `main` in IE 11.
|
||||
*/
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
menu,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct `inline-block` display not defined in IE 8/9.
|
||||
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
||||
*/
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
progress,
|
||||
video {
|
||||
display: inline-block; /* 1 */
|
||||
vertical-align: baseline; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent modern browsers from displaying `audio` without controls.
|
||||
* Remove excess height in iOS 5 devices.
|
||||
*/
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `[hidden]` styling not present in IE 8/9/10.
|
||||
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
|
||||
*/
|
||||
|
||||
[hidden],
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Links
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the gray background color from active links in IE 10.
|
||||
*/
|
||||
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability when focused and also mouse hovered in all browsers.
|
||||
*/
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in Safari and Chrome.
|
||||
*/
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address variable `h1` font-size and margin within `section` and `article`
|
||||
* contexts in Firefox 4+, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9.
|
||||
*/
|
||||
|
||||
mark {
|
||||
background: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent and variable font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove border when inside `a` element in IE 8/9/10.
|
||||
*/
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct overflow not hidden in IE 9/10/11.
|
||||
*/
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address margin not present in IE 8/9 and Safari.
|
||||
*/
|
||||
|
||||
figure {
|
||||
margin: 1em 40px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address differences between Firefox and other browsers.
|
||||
*/
|
||||
|
||||
hr {
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Contain overflow in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address odd `em`-unit font size rendering in all browsers.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
||||
* styling of `select`, unless a `border` property is set.
|
||||
*/
|
||||
|
||||
/**
|
||||
* 1. Correct color not being inherited.
|
||||
* Known issue: affects color of disabled elements.
|
||||
* 2. Correct font properties not being inherited.
|
||||
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
color: inherit; /* 1 */
|
||||
font: inherit; /* 2 */
|
||||
margin: 0; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
||||
*/
|
||||
|
||||
button {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||
* All other form control elements do not inherit `text-transform` values.
|
||||
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
||||
* Correct `select` style inheritance in Firefox.
|
||||
*/
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||
* and `video` controls.
|
||||
* 2. Correct inability to style clickable `input` types in iOS.
|
||||
* 3. Improve usability and consistency of cursor style between image-type
|
||||
* `input` and others.
|
||||
*/
|
||||
|
||||
button,
|
||||
html input[type="button"], /* 1 */
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button; /* 2 */
|
||||
cursor: pointer; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Re-set default cursor for disabled elements.
|
||||
*/
|
||||
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and border in Firefox 4+.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||
* the UA stylesheet.
|
||||
*/
|
||||
|
||||
input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* It's recommended that you don't attempt to style these elements.
|
||||
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
||||
*
|
||||
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
||||
* 2. Remove excess padding in IE 8/9/10.
|
||||
*/
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
||||
* `font-size` values of the `input`, it causes the cursor style of the
|
||||
* decrement button to change from `default` to `text`.
|
||||
*/
|
||||
|
||||
input[type="number"]::-webkit-inner-spin-button,
|
||||
input[type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
||||
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
|
||||
* (include `-moz` to future-proof).
|
||||
*/
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box; /* 2 */
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
||||
* Safari (but not Chrome) clips the cancel button when the search input has
|
||||
* padding (and `textfield` appearance).
|
||||
*/
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define consistent border, margin, and padding.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #c0c0c0;
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
||||
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||
*/
|
||||
|
||||
legend {
|
||||
border: 0; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove default vertical scrollbar in IE 8/9/10/11.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Don't inherit the `font-weight` (applied by a rule above).
|
||||
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
||||
*/
|
||||
|
||||
optgroup {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Tables
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove most spacing between table cells.
|
||||
*/
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
padding: 0;
|
||||
}
|
||||
1
web/bsadmin/assets/css/lib/readme.md
Normal file
1
web/bsadmin/assets/css/lib/readme.md
Normal file
@@ -0,0 +1 @@
|
||||
23333
|
||||
143
web/bsadmin/assets/css/lib/scrollable/scrollable.min.css
vendored
Normal file
143
web/bsadmin/assets/css/lib/scrollable/scrollable.min.css
vendored
Normal file
@@ -0,0 +1,143 @@
|
||||
/**
|
||||
* jQuery asScrollable v0.4.7
|
||||
* https://github.com/amazingSurge/jquery-asScrollable
|
||||
*
|
||||
* Copyright (c) amazingSurge
|
||||
* Released under the LGPL-3.0 license
|
||||
*/
|
||||
|
||||
.asScrollable.is-enabled {
|
||||
overflow: hidden!important
|
||||
}
|
||||
.is-enabled .asScrollable-container {
|
||||
-webkit-box-sizing: content-box!important;
|
||||
box-sizing: content-box!important;
|
||||
overflow: hidden!important
|
||||
}
|
||||
.is-enabled .asScrollable-container::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
-webkit-appearance: none
|
||||
}
|
||||
.asScrollable-vertical.is-enabled .asScrollable-container {
|
||||
overflow-y: scroll!important
|
||||
}
|
||||
.asScrollable-horizontal.is-enabled .asScrollable-container {
|
||||
overflow-x: scroll!important
|
||||
}
|
||||
.is-enabled .asScrollable-content {
|
||||
position: relative!important;
|
||||
overflow: visible!important
|
||||
}
|
||||
.is-enabled .asScrollable-content:after,
|
||||
.is-enabled .asScrollable-content:before {
|
||||
display: table;
|
||||
content: "\20"
|
||||
}
|
||||
.is-enabled .asScrollable-content:after {
|
||||
clear: both
|
||||
}
|
||||
.asScrollable-bar {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
line-height: 0;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
border-radius: 2px;
|
||||
-webkit-transition: opacity .5s;
|
||||
transition: opacity .5s;
|
||||
-webkit-touch-callout: none;
|
||||
user-input: disabled;
|
||||
user-focus: ignore
|
||||
}
|
||||
.is-disabled .asScrollable-bar {
|
||||
display: none
|
||||
}
|
||||
.asScrollable-bar-hide {
|
||||
opacity: 0;
|
||||
-webkit-transition-delay: .4s;
|
||||
transition-delay: .4s
|
||||
}
|
||||
.asScrollable-bar.is-hovering {
|
||||
background: hsla(0, 0%, 93%, .4)
|
||||
}
|
||||
.asScrollable-bar.is-dragging {
|
||||
background: hsla(0, 0%, 93%, .6)!important;
|
||||
opacity: 1
|
||||
}
|
||||
.asScrollable-bar.is-disabled {
|
||||
display: none
|
||||
}
|
||||
.asScrollable-bar-handle {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
line-height: 0;
|
||||
cursor: pointer;
|
||||
background: hsla(0, 0%, 88%, .6);
|
||||
border-radius: 2;
|
||||
-webkit-transition: width, height .5s;
|
||||
transition: width, height .5s
|
||||
}
|
||||
.asScrollable-bar.is-dragging .asScrollable-bar-handle {
|
||||
background: hsla(0, 0%, 59%, .8)!important
|
||||
}
|
||||
.asScrollable-bar.is-dragging,
|
||||
.asScrollable-bar.is-hovering {
|
||||
border-radius: 5px
|
||||
}
|
||||
.asScrollable-bar.is-dragging .asScrollable-bar-handle,
|
||||
.asScrollable-bar.is-hovering .asScrollable-bar-handle {
|
||||
border-radius: 5
|
||||
}
|
||||
.asScrollable-bar-vertical {
|
||||
width: 4px;
|
||||
height: 100%;
|
||||
height: calc(100% - 10px);
|
||||
margin: 5px 3px
|
||||
}
|
||||
.asScrollable-bar-vertical.is-dragging,
|
||||
.asScrollable-bar-vertical.is-hovering {
|
||||
width: 10px;
|
||||
margin: 5px 1px
|
||||
}
|
||||
.asScrollable-bar-vertical .asScrollable-bar-handle {
|
||||
width: 100%
|
||||
}
|
||||
.asScrollable-bar-horizontal {
|
||||
width: 100%;
|
||||
width: calc(100% - 10px);
|
||||
height: 4px;
|
||||
margin: 3px 5px
|
||||
}
|
||||
.asScrollable-bar-horizontal.is-dragging,
|
||||
.asScrollable-bar-horizontal.is-hovering {
|
||||
height: 10px;
|
||||
margin: 1px 5px
|
||||
}
|
||||
.asScrollable-bar-horizontal .asScrollable-bar-handle {
|
||||
height: 100%
|
||||
}
|
||||
.asScrollable.is-scrolling .asScrollable-bar {
|
||||
opacity: 1;
|
||||
-webkit-transition: opacity 0;
|
||||
transition: opacity 0
|
||||
}
|
||||
.asScrollable.is-hovering .asScrollable-bar-handle {
|
||||
background: hsla(0, 0%, 59%, .6)
|
||||
}
|
||||
.asScrollable.is-dragging {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
user-input: disabled;
|
||||
user-focus: ignore
|
||||
}
|
||||
660
web/bsadmin/assets/css/lib/sidebar.css
Normal file
660
web/bsadmin/assets/css/lib/sidebar.css
Normal file
@@ -0,0 +1,660 @@
|
||||
/*!
|
||||
* sidebar
|
||||
* Advanced Sidebar for Bootstrap
|
||||
* http://nkdev.info
|
||||
* @author nK
|
||||
* @version 1.1.0
|
||||
* Copyright 2015.
|
||||
*/
|
||||
|
||||
.navbar .sidebar-toggle {
|
||||
float: left;
|
||||
margin-left: -4px;
|
||||
}
|
||||
|
||||
.navbar .sidebar-toggle + .navbar-brand {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
position: fixed;
|
||||
top: 55px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 250px;
|
||||
background: #fff;
|
||||
font-size: 14px;
|
||||
z-index: 100;
|
||||
overflow: auto;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
transition: width 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-static {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.sidebar i {
|
||||
font-size: 1.12em;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
width: 1.4em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sidebar i.fa {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.sidebar ul {
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul {
|
||||
width: 250px;
|
||||
transition: width 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.label {
|
||||
font-size: 0.9em;
|
||||
height: 30px;
|
||||
line-height: 40px;
|
||||
color: #f96332 ;
|
||||
text-transform: uppercase;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.content {
|
||||
padding: 10px;
|
||||
color: #D8D8D8;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.content .progress {
|
||||
margin-top: 0.7em;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li > ul {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.open > ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li > a {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
color: #878787;
|
||||
padding: 10px;
|
||||
line-height: 20px;
|
||||
border-bottom: none;
|
||||
background: none;
|
||||
text-decoration: none;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li > a > .sidebar-collapse-icon {
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
font-size: 10px;
|
||||
margin-top: 5px;
|
||||
transition: -webkit-transform 0.3s ease;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li > a > .badge {
|
||||
float: right;
|
||||
font-weight: normal;
|
||||
font-size: 1rem;
|
||||
background-color: #2377BA;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li:hover > a,
|
||||
.sidebar .nano-content > ul li.active > a,
|
||||
.sidebar .nano-content > ul li.open > a {
|
||||
color: #f96332 ;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.active > a::before {
|
||||
background: #f96332 ;
|
||||
content: "";
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul li.open > a > .sidebar-collapse-icon {
|
||||
-webkit-transform: rotate(-180deg);
|
||||
-ms-transform: rotate(-180deg);
|
||||
transform: rotate(-180deg);
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li.label,
|
||||
.sidebar .nano-content > ul > li.content,
|
||||
.sidebar .nano-content > ul > li > a {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar .nano-content > ul > li.label,
|
||||
html.rtl .sidebar .nano-content > ul > li.content,
|
||||
html.rtl .sidebar .nano-content > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li.active > a,
|
||||
.sidebar .nano-content > ul > li.open > a,
|
||||
.sidebar .nano-content > ul > li > ul {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li > ul > li.label,
|
||||
.sidebar .nano-content > ul > li > ul > li.content,
|
||||
.sidebar .nano-content > ul > li > ul > li > a {
|
||||
padding-left: 30px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li.label,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li.content,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 45px;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li > ul > li.active > a,
|
||||
.sidebar .nano-content > ul > li > ul > li.open > a,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul {
|
||||
background: #242634;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li.label,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li.content,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 67.5px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li.label,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li.content,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 67.5px;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li.active > a,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li.open > a,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li > ul {
|
||||
background: #1c1d28;
|
||||
}
|
||||
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.label,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.content,
|
||||
.sidebar .nano-content > ul > li > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 90px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.label,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.content,
|
||||
html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 90px;
|
||||
}
|
||||
|
||||
|
||||
/* Small Sidebar styles */
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar {
|
||||
left: -250px;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
transition: left 300ms ease-in-out, width 300ms ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
/* Hide to Small bar */
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small {
|
||||
position: absolute;
|
||||
width: 60px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small,
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano,
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content {
|
||||
overflow: visible;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul .label,
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul .content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a {
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding: 12px 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a > i {
|
||||
width: auto;
|
||||
font-size: 1.7rem;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a,
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a > .sidebar-collapse-icon {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a > .badge {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > ul {
|
||||
visibility: hidden;
|
||||
width: 200px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul li:hover > ul {
|
||||
border-bottom: 1px solid #eee;
|
||||
border-right: 1px solid #eee;
|
||||
border-top: 1px solid #eee;
|
||||
box-shadow: 0 2px 2px 0 #e7e7e7;
|
||||
display: block !important;
|
||||
visibility: visible;
|
||||
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-hide-to-small ~ .content-wrap {
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-overlay.sidebar-hide-to-small ~ .content-wrap {
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
|
||||
/* Show with Push content */
|
||||
|
||||
.sidebar.sidebar-push ~ .content-wrap {
|
||||
-webkit-transform: translateX(250px) translateZ(0);
|
||||
transform: translateX(250px) translateZ(0);
|
||||
transition: -webkit-transform 300ms ease-in-out, margin-left 300ms ease-in-out;
|
||||
transition: transform 300ms ease-in-out, margin-left 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-push ~ .content-wrap {
|
||||
-webkit-transform: translateX(0) translateZ(0);
|
||||
transform: translateX(0) translateZ(0);
|
||||
}
|
||||
|
||||
|
||||
/* Show with Shrink content */
|
||||
|
||||
.sidebar.sidebar-shrink ~ .content-wrap {
|
||||
margin-left: 250px;
|
||||
padding-top: 55px;
|
||||
transition: margin-left 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-shrink ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small ~ .content-wrap {
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
|
||||
/* Hide on Content Click */
|
||||
|
||||
.sidebar.sidebar-overlap-content ~ .content-wrap:after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
z-index: 10;
|
||||
transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar-hide .sidebar.sidebar-overlap-content ~ .content-wrap:after {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Nano Scroller */
|
||||
|
||||
.sidebar .nano {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.sidebar .nano > .nano-content {
|
||||
position: absolute;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.sidebar .nano > .nano-content:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
.sidebar .nano > .nano-content::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar .nano.has-scrollbar > .nano-content::-webkit-scrollbar {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sidebar .nano > .nano-pane {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
visibility: hidden\9;
|
||||
/* Target only IE7 and IE8 with this hack */
|
||||
opacity: 0.01;
|
||||
transition: 0.2s;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.sidebar .nano > .nano-pane > .nano-slider {
|
||||
/* background: #ff5a5e;*/
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sidebar .nano:hover > .nano-pane,
|
||||
.sidebar .nano > .nano-pane.active,
|
||||
.sidebar .nano > .nano-pane.flashed {
|
||||
visibility: visible\9;
|
||||
/* Target only IE7 and IE8 with this hack */
|
||||
opacity: 0.99;
|
||||
}
|
||||
|
||||
|
||||
/* Light Scheme */
|
||||
|
||||
.sidebar.sidebar-light {
|
||||
background: #F8F8F8;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano > .nano-pane {
|
||||
background: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li.content,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > a {
|
||||
color: #919191;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li:hover > a {
|
||||
color: #474747;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li.active > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li.open > a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li.label,
|
||||
.sidebar.sidebar-light .nano-content > ul > li.content,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li.label,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li.content,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li.active > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li.open > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul {
|
||||
background: #206da9;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li.label,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li.content,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > a {
|
||||
padding-left: 45px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li.label,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li.content,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 45px;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li.active > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li.open > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul {
|
||||
background: #1d6298;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.label,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.content,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 67.5px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.label,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.content,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 67.5px;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.active > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.open > a,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul {
|
||||
background: #195786;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.label,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.content,
|
||||
.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 90px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.label,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.content,
|
||||
html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li > a {
|
||||
padding-left: 15px;
|
||||
padding-right: 90px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* RTL sidebar bar
|
||||
*/
|
||||
|
||||
html.rtl {
|
||||
direction: rtl;
|
||||
/* Show with Push content */
|
||||
/* Show with Shrink content */
|
||||
}
|
||||
|
||||
html.rtl .sidebar {
|
||||
left: auto;
|
||||
right: 0;
|
||||
transition: right 300ms ease, width 300ms ease;
|
||||
}
|
||||
|
||||
html.rtl .sidebar i {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar .nano-content > ul li > a > .sidebar-collapse-icon,
|
||||
html.rtl .sidebar .nano-content > ul li > a > .badge {
|
||||
float: left;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar {
|
||||
right: -250px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > ul {
|
||||
left: auto;
|
||||
right: 100%;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-overlay ~ .content-wrap {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small ~ .content-wrap,
|
||||
html.rtl .sidebar.sidebar-overlay.sidebar-hide-to-small ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
margin-right: 60px;
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-push ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
-webkit-transform: translate3d(-250px, 0, 0);
|
||||
transform: translate3d(-250px, 0, 0);
|
||||
transition: -webkit-transform 300ms ease-in-out, margin-right 300ms ease-in-out;
|
||||
transition: transform 300ms ease-in-out, margin-right 300ms ease-in-out;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-push ~ .content-wrap {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
html.rtl .sidebar.sidebar-shrink ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
margin-right: 250px;
|
||||
transition: margin-right 300ms ease-in-out;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-shrink ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
html.rtl .sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small ~ .content-wrap {
|
||||
margin-left: 0;
|
||||
margin-right: 60px;
|
||||
}
|
||||
|
||||
|
||||
/* Humberger icon
|
||||
--------------------------*/
|
||||
|
||||
.hamburger {
|
||||
display: inline-block;
|
||||
left: 10px;
|
||||
position: relative;
|
||||
top: 7px;
|
||||
transition: all 0.3s ease-in-out 0s;
|
||||
width: 37px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.hamburger .line {
|
||||
background-color: #f3f3f3;
|
||||
display: block;
|
||||
height: 3px;
|
||||
margin: 4px auto;
|
||||
width: 22px;
|
||||
-webkit-transition: all 0.3s ease-in-out;
|
||||
-o-transition: all 0.3s ease-in-out;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.hamburger:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
.hamburger.is-active {
|
||||
left: 65px;
|
||||
}
|
||||
*/
|
||||
|
||||
.hamburger.is-active .line:nth-child(1),
|
||||
.hamburger.is-active .line:nth-child(3) {
|
||||
width: 10px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
.hamburger.is-active .line:nth-child(2) {
|
||||
transform: translateX(-5px);
|
||||
width: 20px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
.hamburger.is-active .line:nth-child(1) {
|
||||
-webkit-transform: translateY(3px) rotate(45deg);
|
||||
-ms-transform: translateY(3px) rotate(45deg);
|
||||
-o-transform: translateY(3px) rotate(45deg);
|
||||
transform: translateY(3px) rotate(45deg);
|
||||
}
|
||||
|
||||
.hamburger.is-active .line:nth-child(3) {
|
||||
-webkit-transform: translateY(-3px) rotate(-45deg);
|
||||
-ms-transform: translateY(-3px) rotate(-45deg);
|
||||
-o-transform: translateY(-3px) rotate(-45deg);
|
||||
transform: translateY(-3px) rotate(-45deg);
|
||||
}
|
||||
1371
web/bsadmin/assets/css/lib/simdahs.css
Normal file
1371
web/bsadmin/assets/css/lib/simdahs.css
Normal file
File diff suppressed because it is too large
Load Diff
932
web/bsadmin/assets/css/lib/sweetalert/sweetalert.css
Normal file
932
web/bsadmin/assets/css/lib/sweetalert/sweetalert.css
Normal file
@@ -0,0 +1,932 @@
|
||||
body.stop-scrolling {
|
||||
height: 100%;
|
||||
overflow: hidden; }
|
||||
|
||||
.sweet-overlay {
|
||||
background-color: black;
|
||||
/* IE8 */
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
|
||||
/* IE8 */
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
display: none;
|
||||
z-index: 10000; }
|
||||
|
||||
.sweet-alert {
|
||||
background-color: white;
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
width: 478px;
|
||||
padding: 17px;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -256px;
|
||||
margin-top: -200px;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
z-index: 99999; }
|
||||
@media all and (max-width: 540px) {
|
||||
.sweet-alert {
|
||||
width: auto;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
left: 15px;
|
||||
right: 15px; } }
|
||||
.sweet-alert h2 {
|
||||
color: #575757;
|
||||
font-size: 30px;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
text-transform: none;
|
||||
position: relative;
|
||||
margin: 25px 0;
|
||||
padding: 0;
|
||||
line-height: 40px;
|
||||
display: block; }
|
||||
.sweet-alert p {
|
||||
color: #797979;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
font-weight: 300;
|
||||
position: relative;
|
||||
text-align: inherit;
|
||||
float: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: normal; }
|
||||
.sweet-alert fieldset {
|
||||
border: none;
|
||||
position: relative; }
|
||||
.sweet-alert .sa-error-container {
|
||||
background-color: #f1f1f1;
|
||||
margin-left: -17px;
|
||||
margin-right: -17px;
|
||||
overflow: hidden;
|
||||
padding: 0 10px;
|
||||
max-height: 0;
|
||||
webkit-transition: padding 0.15s, max-height 0.15s;
|
||||
transition: padding 0.15s, max-height 0.15s; }
|
||||
.sweet-alert .sa-error-container.show {
|
||||
padding: 10px 0;
|
||||
max-height: 100px;
|
||||
webkit-transition: padding 0.2s, max-height 0.2s;
|
||||
transition: padding 0.25s, max-height 0.25s; }
|
||||
.sweet-alert .sa-error-container .icon {
|
||||
display: inline-block;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 50%;
|
||||
background-color: #ea7d7d;
|
||||
color: white;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
margin-right: 3px; }
|
||||
.sweet-alert .sa-error-container p {
|
||||
display: inline-block; }
|
||||
.sweet-alert .sa-input-error {
|
||||
position: absolute;
|
||||
top: 29px;
|
||||
right: 26px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
opacity: 0;
|
||||
-webkit-transform: scale(0.5);
|
||||
transform: scale(0.5);
|
||||
-webkit-transform-origin: 50% 50%;
|
||||
transform-origin: 50% 50%;
|
||||
-webkit-transition: all 0.1s;
|
||||
transition: all 0.1s; }
|
||||
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
|
||||
content: "";
|
||||
width: 20px;
|
||||
height: 6px;
|
||||
background-color: #f06e57;
|
||||
border-radius: 3px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -4px;
|
||||
left: 50%;
|
||||
margin-left: -9px; }
|
||||
.sweet-alert .sa-input-error::before {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
.sweet-alert .sa-input-error::after {
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg); }
|
||||
.sweet-alert .sa-input-error.show {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
.sweet-alert input {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #d7d7d7;
|
||||
height: 43px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 17px;
|
||||
font-size: 18px;
|
||||
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
|
||||
padding: 0 12px;
|
||||
display: none;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s; }
|
||||
.sweet-alert input:focus {
|
||||
outline: none;
|
||||
box-shadow: 0px 0px 3px #c4e6f5;
|
||||
border: 1px solid #b4dbed; }
|
||||
.sweet-alert input:focus::-moz-placeholder {
|
||||
transition: opacity 0.3s 0.03s ease;
|
||||
opacity: 0.5; }
|
||||
.sweet-alert input:focus:-ms-input-placeholder {
|
||||
transition: opacity 0.3s 0.03s ease;
|
||||
opacity: 0.5; }
|
||||
.sweet-alert input:focus::-webkit-input-placeholder {
|
||||
transition: opacity 0.3s 0.03s ease;
|
||||
opacity: 0.5; }
|
||||
.sweet-alert input::-moz-placeholder {
|
||||
color: #bdbdbd; }
|
||||
.sweet-alert input:-ms-input-placeholder {
|
||||
color: #bdbdbd; }
|
||||
.sweet-alert input::-webkit-input-placeholder {
|
||||
color: #bdbdbd; }
|
||||
.sweet-alert.show-input input {
|
||||
display: block; }
|
||||
.sweet-alert .sa-confirm-button-container {
|
||||
display: inline-block;
|
||||
position: relative; }
|
||||
.sweet-alert .la-ball-fall {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -27px;
|
||||
margin-top: 4px;
|
||||
opacity: 0;
|
||||
visibility: hidden; }
|
||||
.sweet-alert button {
|
||||
background-color: #8CD4F5;
|
||||
color: white;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
font-size: 17px;
|
||||
font-weight: 500;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 5px;
|
||||
padding: 10px 32px;
|
||||
margin: 26px 5px 0 5px;
|
||||
cursor: pointer; }
|
||||
.sweet-alert button:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
|
||||
.sweet-alert button:hover {
|
||||
background-color: #7ecff4; }
|
||||
.sweet-alert button:active {
|
||||
background-color: #5dc2f1; }
|
||||
.sweet-alert button.cancel {
|
||||
background-color: #C1C1C1; }
|
||||
.sweet-alert button.cancel:hover {
|
||||
background-color: #b9b9b9; }
|
||||
.sweet-alert button.cancel:active {
|
||||
background-color: #a8a8a8; }
|
||||
.sweet-alert button.cancel:focus {
|
||||
box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
|
||||
.sweet-alert button[disabled] {
|
||||
opacity: .6;
|
||||
cursor: default; }
|
||||
.sweet-alert button.confirm[disabled] {
|
||||
color: transparent; }
|
||||
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
transition-delay: 0s; }
|
||||
.sweet-alert button::-moz-focus-inner {
|
||||
border: 0; }
|
||||
.sweet-alert[data-has-cancel-button=false] button {
|
||||
box-shadow: none !important; }
|
||||
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
|
||||
padding-bottom: 40px; }
|
||||
.sweet-alert .sa-icon {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border: 4px solid gray;
|
||||
-webkit-border-radius: 40px;
|
||||
border-radius: 40px;
|
||||
border-radius: 50%;
|
||||
margin: 20px auto;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
box-sizing: content-box; }
|
||||
.sweet-alert .sa-icon.sa-error {
|
||||
border-color: #F27474; }
|
||||
.sweet-alert .sa-icon.sa-error .sa-x-mark {
|
||||
position: relative;
|
||||
display: block; }
|
||||
.sweet-alert .sa-icon.sa-error .sa-line {
|
||||
position: absolute;
|
||||
height: 5px;
|
||||
width: 47px;
|
||||
background-color: #F27474;
|
||||
display: block;
|
||||
top: 37px;
|
||||
border-radius: 2px; }
|
||||
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
left: 17px; }
|
||||
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
right: 16px; }
|
||||
.sweet-alert .sa-icon.sa-warning {
|
||||
border-color: #F8BB86; }
|
||||
.sweet-alert .sa-icon.sa-warning .sa-body {
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
height: 47px;
|
||||
left: 50%;
|
||||
top: 10px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
margin-left: -2px;
|
||||
background-color: #F8BB86; }
|
||||
.sweet-alert .sa-icon.sa-warning .sa-dot {
|
||||
position: absolute;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
-webkit-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
margin-left: -3px;
|
||||
left: 50%;
|
||||
bottom: 10px;
|
||||
background-color: #F8BB86; }
|
||||
.sweet-alert .sa-icon.sa-info {
|
||||
border-color: #C9DAE1; }
|
||||
.sweet-alert .sa-icon.sa-info::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
height: 29px;
|
||||
left: 50%;
|
||||
bottom: 17px;
|
||||
border-radius: 2px;
|
||||
margin-left: -2px;
|
||||
background-color: #C9DAE1; }
|
||||
.sweet-alert .sa-icon.sa-info::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border-radius: 50%;
|
||||
margin-left: -3px;
|
||||
top: 19px;
|
||||
background-color: #C9DAE1; }
|
||||
.sweet-alert .sa-icon.sa-success {
|
||||
border-color: #A5DC86; }
|
||||
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
|
||||
content: '';
|
||||
-webkit-border-radius: 40px;
|
||||
border-radius: 40px;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
width: 60px;
|
||||
height: 120px;
|
||||
background: white;
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg); }
|
||||
.sweet-alert .sa-icon.sa-success::before {
|
||||
-webkit-border-radius: 120px 0 0 120px;
|
||||
border-radius: 120px 0 0 120px;
|
||||
top: -7px;
|
||||
left: -33px;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform-origin: 60px 60px;
|
||||
transform-origin: 60px 60px; }
|
||||
.sweet-alert .sa-icon.sa-success::after {
|
||||
-webkit-border-radius: 0 120px 120px 0;
|
||||
border-radius: 0 120px 120px 0;
|
||||
top: -11px;
|
||||
left: 30px;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform-origin: 0px 60px;
|
||||
transform-origin: 0px 60px; }
|
||||
.sweet-alert .sa-icon.sa-success .sa-placeholder {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border: 4px solid rgba(165, 220, 134, 0.2);
|
||||
-webkit-border-radius: 40px;
|
||||
border-radius: 40px;
|
||||
border-radius: 50%;
|
||||
box-sizing: content-box;
|
||||
position: absolute;
|
||||
left: -4px;
|
||||
top: -4px;
|
||||
z-index: 2; }
|
||||
.sweet-alert .sa-icon.sa-success .sa-fix {
|
||||
width: 5px;
|
||||
height: 90px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
left: 28px;
|
||||
top: 8px;
|
||||
z-index: 1;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
.sweet-alert .sa-icon.sa-success .sa-line {
|
||||
height: 5px;
|
||||
background-color: #A5DC86;
|
||||
display: block;
|
||||
border-radius: 2px;
|
||||
position: absolute;
|
||||
z-index: 2; }
|
||||
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
|
||||
width: 25px;
|
||||
left: 14px;
|
||||
top: 46px;
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg); }
|
||||
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
|
||||
width: 47px;
|
||||
right: 8px;
|
||||
top: 38px;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
.sweet-alert .sa-icon.sa-custom {
|
||||
background-size: contain;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat; }
|
||||
|
||||
/*
|
||||
* Animations
|
||||
*/
|
||||
@-webkit-keyframes showSweetAlert {
|
||||
0% {
|
||||
transform: scale(0.7);
|
||||
-webkit-transform: scale(0.7); }
|
||||
45% {
|
||||
transform: scale(1.05);
|
||||
-webkit-transform: scale(1.05); }
|
||||
80% {
|
||||
transform: scale(0.95);
|
||||
-webkit-transform: scale(0.95); }
|
||||
100% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1); } }
|
||||
|
||||
@keyframes showSweetAlert {
|
||||
0% {
|
||||
transform: scale(0.7);
|
||||
-webkit-transform: scale(0.7); }
|
||||
45% {
|
||||
transform: scale(1.05);
|
||||
-webkit-transform: scale(1.05); }
|
||||
80% {
|
||||
transform: scale(0.95);
|
||||
-webkit-transform: scale(0.95); }
|
||||
100% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1); } }
|
||||
|
||||
@-webkit-keyframes hideSweetAlert {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1); }
|
||||
100% {
|
||||
transform: scale(0.5);
|
||||
-webkit-transform: scale(0.5); } }
|
||||
|
||||
@keyframes hideSweetAlert {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1); }
|
||||
100% {
|
||||
transform: scale(0.5);
|
||||
-webkit-transform: scale(0.5); } }
|
||||
|
||||
@-webkit-keyframes slideFromTop {
|
||||
0% {
|
||||
top: 0%; }
|
||||
100% {
|
||||
top: 50%; } }
|
||||
|
||||
@keyframes slideFromTop {
|
||||
0% {
|
||||
top: 0%; }
|
||||
100% {
|
||||
top: 50%; } }
|
||||
|
||||
@-webkit-keyframes slideToTop {
|
||||
0% {
|
||||
top: 50%; }
|
||||
100% {
|
||||
top: 0%; } }
|
||||
|
||||
@keyframes slideToTop {
|
||||
0% {
|
||||
top: 50%; }
|
||||
100% {
|
||||
top: 0%; } }
|
||||
|
||||
@-webkit-keyframes slideFromBottom {
|
||||
0% {
|
||||
top: 70%; }
|
||||
100% {
|
||||
top: 50%; } }
|
||||
|
||||
@keyframes slideFromBottom {
|
||||
0% {
|
||||
top: 70%; }
|
||||
100% {
|
||||
top: 50%; } }
|
||||
|
||||
@-webkit-keyframes slideToBottom {
|
||||
0% {
|
||||
top: 50%; }
|
||||
100% {
|
||||
top: 70%; } }
|
||||
|
||||
@keyframes slideToBottom {
|
||||
0% {
|
||||
top: 50%; }
|
||||
100% {
|
||||
top: 70%; } }
|
||||
|
||||
.showSweetAlert[data-animation=pop] {
|
||||
-webkit-animation: showSweetAlert 0.3s;
|
||||
animation: showSweetAlert 0.3s; }
|
||||
|
||||
.showSweetAlert[data-animation=none] {
|
||||
-webkit-animation: none;
|
||||
animation: none; }
|
||||
|
||||
.showSweetAlert[data-animation=slide-from-top] {
|
||||
-webkit-animation: slideFromTop 0.3s;
|
||||
animation: slideFromTop 0.3s; }
|
||||
|
||||
.showSweetAlert[data-animation=slide-from-bottom] {
|
||||
-webkit-animation: slideFromBottom 0.3s;
|
||||
animation: slideFromBottom 0.3s; }
|
||||
|
||||
.hideSweetAlert[data-animation=pop] {
|
||||
-webkit-animation: hideSweetAlert 0.2s;
|
||||
animation: hideSweetAlert 0.2s; }
|
||||
|
||||
.hideSweetAlert[data-animation=none] {
|
||||
-webkit-animation: none;
|
||||
animation: none; }
|
||||
|
||||
.hideSweetAlert[data-animation=slide-from-top] {
|
||||
-webkit-animation: slideToTop 0.4s;
|
||||
animation: slideToTop 0.4s; }
|
||||
|
||||
.hideSweetAlert[data-animation=slide-from-bottom] {
|
||||
-webkit-animation: slideToBottom 0.3s;
|
||||
animation: slideToBottom 0.3s; }
|
||||
|
||||
@-webkit-keyframes animateSuccessTip {
|
||||
0% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
54% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
70% {
|
||||
width: 50px;
|
||||
left: -8px;
|
||||
top: 37px; }
|
||||
84% {
|
||||
width: 17px;
|
||||
left: 21px;
|
||||
top: 48px; }
|
||||
100% {
|
||||
width: 25px;
|
||||
left: 14px;
|
||||
top: 45px; } }
|
||||
|
||||
@keyframes animateSuccessTip {
|
||||
0% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
54% {
|
||||
width: 0;
|
||||
left: 1px;
|
||||
top: 19px; }
|
||||
70% {
|
||||
width: 50px;
|
||||
left: -8px;
|
||||
top: 37px; }
|
||||
84% {
|
||||
width: 17px;
|
||||
left: 21px;
|
||||
top: 48px; }
|
||||
100% {
|
||||
width: 25px;
|
||||
left: 14px;
|
||||
top: 45px; } }
|
||||
|
||||
@-webkit-keyframes animateSuccessLong {
|
||||
0% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
65% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
84% {
|
||||
width: 55px;
|
||||
right: 0px;
|
||||
top: 35px; }
|
||||
100% {
|
||||
width: 47px;
|
||||
right: 8px;
|
||||
top: 38px; } }
|
||||
|
||||
@keyframes animateSuccessLong {
|
||||
0% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
65% {
|
||||
width: 0;
|
||||
right: 46px;
|
||||
top: 54px; }
|
||||
84% {
|
||||
width: 55px;
|
||||
right: 0px;
|
||||
top: 35px; }
|
||||
100% {
|
||||
width: 47px;
|
||||
right: 8px;
|
||||
top: 38px; } }
|
||||
|
||||
@-webkit-keyframes rotatePlaceholder {
|
||||
0% {
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform: rotate(-45deg); }
|
||||
5% {
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform: rotate(-45deg); }
|
||||
12% {
|
||||
transform: rotate(-405deg);
|
||||
-webkit-transform: rotate(-405deg); }
|
||||
100% {
|
||||
transform: rotate(-405deg);
|
||||
-webkit-transform: rotate(-405deg); } }
|
||||
|
||||
@keyframes rotatePlaceholder {
|
||||
0% {
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform: rotate(-45deg); }
|
||||
5% {
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform: rotate(-45deg); }
|
||||
12% {
|
||||
transform: rotate(-405deg);
|
||||
-webkit-transform: rotate(-405deg); }
|
||||
100% {
|
||||
transform: rotate(-405deg);
|
||||
-webkit-transform: rotate(-405deg); } }
|
||||
|
||||
.animateSuccessTip {
|
||||
-webkit-animation: animateSuccessTip 0.75s;
|
||||
animation: animateSuccessTip 0.75s; }
|
||||
|
||||
.animateSuccessLong {
|
||||
-webkit-animation: animateSuccessLong 0.75s;
|
||||
animation: animateSuccessLong 0.75s; }
|
||||
|
||||
.sa-icon.sa-success.animate::after {
|
||||
-webkit-animation: rotatePlaceholder 4.25s ease-in;
|
||||
animation: rotatePlaceholder 4.25s ease-in; }
|
||||
|
||||
@-webkit-keyframes animateErrorIcon {
|
||||
0% {
|
||||
transform: rotateX(100deg);
|
||||
-webkit-transform: rotateX(100deg);
|
||||
opacity: 0; }
|
||||
100% {
|
||||
transform: rotateX(0deg);
|
||||
-webkit-transform: rotateX(0deg);
|
||||
opacity: 1; } }
|
||||
|
||||
@keyframes animateErrorIcon {
|
||||
0% {
|
||||
transform: rotateX(100deg);
|
||||
-webkit-transform: rotateX(100deg);
|
||||
opacity: 0; }
|
||||
100% {
|
||||
transform: rotateX(0deg);
|
||||
-webkit-transform: rotateX(0deg);
|
||||
opacity: 1; } }
|
||||
|
||||
.animateErrorIcon {
|
||||
-webkit-animation: animateErrorIcon 0.5s;
|
||||
animation: animateErrorIcon 0.5s; }
|
||||
|
||||
@-webkit-keyframes animateXMark {
|
||||
0% {
|
||||
transform: scale(0.4);
|
||||
-webkit-transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
50% {
|
||||
transform: scale(0.4);
|
||||
-webkit-transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
80% {
|
||||
transform: scale(1.15);
|
||||
-webkit-transform: scale(1.15);
|
||||
margin-top: -6px; }
|
||||
100% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1);
|
||||
margin-top: 0;
|
||||
opacity: 1; } }
|
||||
|
||||
@keyframes animateXMark {
|
||||
0% {
|
||||
transform: scale(0.4);
|
||||
-webkit-transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
50% {
|
||||
transform: scale(0.4);
|
||||
-webkit-transform: scale(0.4);
|
||||
margin-top: 26px;
|
||||
opacity: 0; }
|
||||
80% {
|
||||
transform: scale(1.15);
|
||||
-webkit-transform: scale(1.15);
|
||||
margin-top: -6px; }
|
||||
100% {
|
||||
transform: scale(1);
|
||||
-webkit-transform: scale(1);
|
||||
margin-top: 0;
|
||||
opacity: 1; } }
|
||||
|
||||
.animateXMark {
|
||||
-webkit-animation: animateXMark 0.5s;
|
||||
animation: animateXMark 0.5s; }
|
||||
|
||||
@-webkit-keyframes pulseWarning {
|
||||
0% {
|
||||
border-color: #F8D486; }
|
||||
100% {
|
||||
border-color: #F8BB86; } }
|
||||
|
||||
@keyframes pulseWarning {
|
||||
0% {
|
||||
border-color: #F8D486; }
|
||||
100% {
|
||||
border-color: #F8BB86; } }
|
||||
|
||||
.pulseWarning {
|
||||
-webkit-animation: pulseWarning 0.75s infinite alternate;
|
||||
animation: pulseWarning 0.75s infinite alternate; }
|
||||
|
||||
@-webkit-keyframes pulseWarningIns {
|
||||
0% {
|
||||
background-color: #F8D486; }
|
||||
100% {
|
||||
background-color: #F8BB86; } }
|
||||
|
||||
@keyframes pulseWarningIns {
|
||||
0% {
|
||||
background-color: #F8D486; }
|
||||
100% {
|
||||
background-color: #F8BB86; } }
|
||||
|
||||
.pulseWarningIns {
|
||||
-webkit-animation: pulseWarningIns 0.75s infinite alternate;
|
||||
animation: pulseWarningIns 0.75s infinite alternate; }
|
||||
|
||||
@-webkit-keyframes rotate-loading {
|
||||
0% {
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
@keyframes rotate-loading {
|
||||
0% {
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
/* Internet Explorer 9 has some special quirks that are fixed here */
|
||||
/* The icons are not animated. */
|
||||
/* This file is automatically merged into sweet-alert.min.js through Gulp */
|
||||
/* Error icon */
|
||||
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
|
||||
-ms-transform: rotate(45deg) \9; }
|
||||
|
||||
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
|
||||
-ms-transform: rotate(-45deg) \9; }
|
||||
|
||||
/* Success icon */
|
||||
.sweet-alert .sa-icon.sa-success {
|
||||
border-color: transparent\9; }
|
||||
|
||||
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
|
||||
-ms-transform: rotate(45deg) \9; }
|
||||
|
||||
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
|
||||
-ms-transform: rotate(-45deg) \9; }
|
||||
|
||||
/*!
|
||||
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
|
||||
* Copyright 2015 Daniel Cardoso <@DanielCardoso>
|
||||
* Licensed under MIT
|
||||
*/
|
||||
.la-ball-fall,
|
||||
.la-ball-fall > div {
|
||||
position: relative;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
|
||||
.la-ball-fall {
|
||||
display: block;
|
||||
font-size: 0;
|
||||
color: #fff; }
|
||||
|
||||
.la-ball-fall.la-dark {
|
||||
color: #333; }
|
||||
|
||||
.la-ball-fall > div {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
background-color: currentColor;
|
||||
border: 0 solid currentColor; }
|
||||
|
||||
.la-ball-fall {
|
||||
width: 54px;
|
||||
height: 18px; }
|
||||
|
||||
.la-ball-fall > div {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 4px;
|
||||
border-radius: 100%;
|
||||
opacity: 0;
|
||||
-webkit-animation: ball-fall 1s ease-in-out infinite;
|
||||
-moz-animation: ball-fall 1s ease-in-out infinite;
|
||||
-o-animation: ball-fall 1s ease-in-out infinite;
|
||||
animation: ball-fall 1s ease-in-out infinite; }
|
||||
|
||||
.la-ball-fall > div:nth-child(1) {
|
||||
-webkit-animation-delay: -200ms;
|
||||
-moz-animation-delay: -200ms;
|
||||
-o-animation-delay: -200ms;
|
||||
animation-delay: -200ms; }
|
||||
|
||||
.la-ball-fall > div:nth-child(2) {
|
||||
-webkit-animation-delay: -100ms;
|
||||
-moz-animation-delay: -100ms;
|
||||
-o-animation-delay: -100ms;
|
||||
animation-delay: -100ms; }
|
||||
|
||||
.la-ball-fall > div:nth-child(3) {
|
||||
-webkit-animation-delay: 0ms;
|
||||
-moz-animation-delay: 0ms;
|
||||
-o-animation-delay: 0ms;
|
||||
animation-delay: 0ms; }
|
||||
|
||||
.la-ball-fall.la-sm {
|
||||
width: 26px;
|
||||
height: 8px; }
|
||||
|
||||
.la-ball-fall.la-sm > div {
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
margin: 2px; }
|
||||
|
||||
.la-ball-fall.la-2x {
|
||||
width: 108px;
|
||||
height: 36px; }
|
||||
|
||||
.la-ball-fall.la-2x > div {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 8px; }
|
||||
|
||||
.la-ball-fall.la-3x {
|
||||
width: 162px;
|
||||
height: 54px; }
|
||||
|
||||
.la-ball-fall.la-3x > div {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin: 12px; }
|
||||
|
||||
/*
|
||||
* Animation
|
||||
*/
|
||||
@-webkit-keyframes ball-fall {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(-145%);
|
||||
transform: translateY(-145%); }
|
||||
10% {
|
||||
opacity: .5; }
|
||||
20% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
80% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
90% {
|
||||
opacity: .5; }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(145%);
|
||||
transform: translateY(145%); } }
|
||||
|
||||
@-moz-keyframes ball-fall {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-moz-transform: translateY(-145%);
|
||||
transform: translateY(-145%); }
|
||||
10% {
|
||||
opacity: .5; }
|
||||
20% {
|
||||
opacity: 1;
|
||||
-moz-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
80% {
|
||||
opacity: 1;
|
||||
-moz-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
90% {
|
||||
opacity: .5; }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-moz-transform: translateY(145%);
|
||||
transform: translateY(145%); } }
|
||||
|
||||
@-o-keyframes ball-fall {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-o-transform: translateY(-145%);
|
||||
transform: translateY(-145%); }
|
||||
10% {
|
||||
opacity: .5; }
|
||||
20% {
|
||||
opacity: 1;
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
80% {
|
||||
opacity: 1;
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
90% {
|
||||
opacity: .5; }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-o-transform: translateY(145%);
|
||||
transform: translateY(145%); } }
|
||||
|
||||
@keyframes ball-fall {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(-145%);
|
||||
-moz-transform: translateY(-145%);
|
||||
-o-transform: translateY(-145%);
|
||||
transform: translateY(-145%); }
|
||||
10% {
|
||||
opacity: .5; }
|
||||
20% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0);
|
||||
-moz-transform: translateY(0);
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
80% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0);
|
||||
-moz-transform: translateY(0);
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
90% {
|
||||
opacity: .5; }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(145%);
|
||||
-moz-transform: translateY(145%);
|
||||
-o-transform: translateY(145%);
|
||||
transform: translateY(145%); } }
|
||||
1144
web/bsadmin/assets/css/lib/themify-icons.css
Normal file
1144
web/bsadmin/assets/css/lib/themify-icons.css
Normal file
File diff suppressed because it is too large
Load Diff
1
web/bsadmin/assets/css/lib/toastr/toastr.min.css
vendored
Normal file
1
web/bsadmin/assets/css/lib/toastr/toastr.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
45
web/bsadmin/assets/css/lib/vector-map/jqvmap.min.css
vendored
Normal file
45
web/bsadmin/assets/css/lib/vector-map/jqvmap.min.css
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
.jqvmap-label,
|
||||
.jqvmap-pin {
|
||||
pointer-events: none
|
||||
}
|
||||
.jqvmap-label {
|
||||
position: absolute;
|
||||
display: none;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background: #292929;
|
||||
color: #fff;
|
||||
font-family: sans-serif, Verdana;
|
||||
font-size: smaller;
|
||||
padding: 3px
|
||||
}
|
||||
.jqvmap-zoomin,
|
||||
.jqvmap-zoomout {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background: #000;
|
||||
padding: 3px;
|
||||
color: #fff;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
cursor: pointer;
|
||||
line-height: 10px;
|
||||
text-align: center
|
||||
}
|
||||
.jqvmap-zoomin {
|
||||
top: 10px
|
||||
}
|
||||
.jqvmap-zoomout {
|
||||
top: 30px
|
||||
}
|
||||
.jqvmap-region {
|
||||
cursor: pointer
|
||||
}
|
||||
.jqvmap-ajax_response {
|
||||
width: 100%;
|
||||
height: 500px
|
||||
}
|
||||
1838
web/bsadmin/assets/css/lib/weather-icons.css
Normal file
1838
web/bsadmin/assets/css/lib/weather-icons.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user