Initial commit

This commit is contained in:
Mathieu Lagace
2018-06-27 19:54:27 -04:00
commit 771ed55f53
1263 changed files with 140352 additions and 0 deletions

1579
public/assets/css/animate.css vendored Normal file

File diff suppressed because it is too large Load Diff

245
public/assets/css/bootstrap-select.css vendored Normal file
View File

@@ -0,0 +1,245 @@
.bootstrap-select {
width: 220px \0;
/*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
width: 100%;
padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
border-color: #b94a48;
}
.bootstrap-select.fit-width {
width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
outline: thin dotted #333333 !important;
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -2px;
}
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
float: none;
display: inline-block;
margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
display: inline-block;
overflow: hidden;
width: 100%;
text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
min-width: 100%;
z-index: 1035;
box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
position: relative;
padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
position: absolute;
bottom: 5px;
width: 96%;
margin: 0 2%;
min-height: 26px;
padding: 3px 5px;
background: #f5f5f5;
border: 1px solid #e3e3e3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
pointer-events: none;
opacity: 0.9;
box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px;
white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
position: static;
top: auto;
margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
position: absolute;
display: inline-block;
right: 15px;
margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(204, 204, 204, 0.2);
position: absolute;
bottom: -4px;
left: 9px;
display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
position: absolute;
bottom: -4px;
left: 10px;
display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
bottom: auto;
top: -3px;
border-top: 7px solid rgba(204, 204, 204, 0.2);
border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
bottom: auto;
top: -3px;
border-top: 6px solid white;
border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
right: 12px;
left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
right: 13px;
left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
padding: 4px 8px;
}
.bs-actionsbox {
float: left;
width: 100%;
box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
width: 50%;
}
.bs-donebutton {
float: left;
width: 100%;
box-sizing: border-box;
}
.bs-donebutton .btn-group button {
width: 100%;
}
.bs-searchbox + .bs-actionsbox {
padding: 0 8px 4px;
}
.bs-searchbox .form-control {
margin-bottom: 0;
width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
display: none !important;
}
select.mobile-device {
position: absolute !important;
top: 0;
left: 0;
display: block !important;
width: 100%;
height: 100% !important;
opacity: 0;
}

8899
public/assets/css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

7
public/assets/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

290
public/assets/css/cs-skin-elastic.css vendored Normal file
View File

@@ -0,0 +1,290 @@
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon/icomoon.eot?-rdnm34');
src:url('../fonts/icomoon/icomoon.eot?#iefix-rdnm34') format('embedded-opentype'),
url('../fonts/icomoon/icomoon.woff?-rdnm34') format('woff'),
url('../fonts/icomoon/icomoon.ttf?-rdnm34') format('truetype'),
url('../fonts/icomoon/icomoon.svg?-rdnm34#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
div.cs-skin-elastic {
background: transparent;
font-size: 1.5em;
font-weight: 700;
color: #5b8583;
}
@media screen and (max-width: 30em) {
div.cs-skin-elastic { font-size: 1em; }
}
.cs-skin-elastic > span {
background-color: #fff;
z-index: 100;
}
.cs-skin-elastic > span::after {
font-family: 'icomoon';
content: '\e005';
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cs-skin-elastic .cs-options {
overflow: visible;
background: transparent;
opacity: 1;
visibility: visible;
padding-bottom: 1.25em;
pointer-events: none;
}
.cs-skin-elastic.cs-active .cs-options {
pointer-events: auto;
}
.cs-skin-elastic .cs-options > ul::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-transform: scale3d(1,0,1);
transform: scale3d(1,0,1);
background: #fff;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.cs-skin-elastic.cs-active .cs-options > ul::before {
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: none;
transition: none;
-webkit-animation: expand 0.6s ease-out;
animation: expand 0.6s ease-out;
}
.cs-skin-elastic .cs-options ul li {
opacity: 0;
-webkit-transform: translate3d(0,-25px,0);
transform: translate3d(0,-25px,0);
-webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
transition: opacity 0.15s, transform 0.15s;
}
.cs-skin-elastic.cs-active .cs-options ul li {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
opacity: 1;
-webkit-transition: none;
transition: none;
-webkit-animation: bounce 0.6s ease-out;
animation: bounce 0.6s ease-out;
}
/* Optional delays (problematic in IE 11/Win) */
/*
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s;
}
.cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
/* with more items, more delays declarations are needed */
.cs-skin-elastic .cs-options span {
background-repeat: no-repeat;
background-position: 1.5em 50%;
background-size: 2em auto;
padding: 0.8em 1em 0.8em 4em;
}
.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
color: #1e4c4a;
}
.cs-skin-elastic .cs-options .cs-selected span::after {
content: '';
}
.cs-skin-elastic .cs-options li.flag-france span {
background-image: url(../img/france.svg);
}
.cs-skin-elastic .cs-options li.flag-brazil span {
background-image: url(../img/brazil.svg);
}
.cs-skin-elastic .cs-options li.flag-safrica span {
background-image: url(../img/south-africa.svg);
}
.cs-skin-elastic .cs-options li.flag-argentina span {
background-image: url(../img/argentina.svg);
}
@-webkit-keyframes expand {
0% { -webkit-transform: scale3d(1,0,1); }
25% { -webkit-transform: scale3d(1,1.2,1); }
50% { -webkit-transform: scale3d(1,0.85,1); }
75% { -webkit-transform: scale3d(1,1.05,1) }
100% { -webkit-transform: scale3d(1,1,1); }
}
@keyframes expand {
0% { -webkit-transform: scale3d(1,0,1); transform: scale3d(1,0,1); }
25% { -webkit-transform: scale3d(1,1.2,1); transform: scale3d(1,1.2,1); }
50% { -webkit-transform: scale3d(1,0.85,1); transform: scale3d(1,0.85,1); }
75% { -webkit-transform: scale3d(1,1.05,1); transform: scale3d(1,1.05,1); }
100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}
@-webkit-keyframes bounce {
0% { -webkit-transform: translate3d(0,-25px,0); opacity:0; }
25% { -webkit-transform: translate3d(0,10px,0); }
50% { -webkit-transform: translate3d(0,-6px,0); }
75% { -webkit-transform: translate3d(0,2px,0); }
100% { -webkit-transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes bounce {
0% { -webkit-transform: translate3d(0,-25px,0); transform: translate3d(0,-25px,0); opacity:0; }
25% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
50% { -webkit-transform: translate3d(0,-6px,0); transform: translate3d(0,-6px,0); }
75% { -webkit-transform: translate3d(0,2px,0); transform: translate3d(0,2px,0); }
100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; }
}
/* Default custom select styles */
div.cs-select {
display: inline-block;
vertical-align: middle;
position: relative;
text-align: left;
background: #f1f2f7;
z-index: 100;
width: 100%;
max-width: 80px;
margin-left: 25px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.cs-select:focus {
outline: none; /* For better accessibility add a style for this in your skin */
}
.cs-select select {
display: none;
}
.cs-select span {
display: block;
position: relative;
cursor: pointer;
padding: 9px 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Placeholder and selected option */
.cs-select > span::after,
.cs-select .cs-selected span::after {
speak: none;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cs-select > span::after {
content: "\f107";
font-family: 'Fontawesome';
right: 1em;
}
.cs-select .cs-selected span::after {
content: '\2713';
margin-left: 1em;
}
.cs-select.cs-active > span::after {
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
div.cs-active {
z-index: 200;
}
/* Options */
.cs-select .cs-options {
position: absolute;
overflow: hidden;
width: 100%;
background: #f1f2f7;
visibility: hidden;
}
.cs-select.cs-active .cs-options {
visibility: visible;
}
.cs-select ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.cs-select ul span {
padding: 5px 15px;
}
.cs-select ul li {
display: block;
}
.cs-select ul li.cs-focus span {
background-color: #ddd;
}
/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
padding-left: 1em;
}
.cs-select li.cs-optgroup > span {
cursor: default;
}

1
public/assets/css/flag-icon.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

490
public/assets/css/lib/chosen/chosen.css vendored Normal file
View File

@@ -0,0 +1,490 @@
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com
Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.chosen-container * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
z-index: 1010;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #fff;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
clip: rect(0, 0, 0, 0);
}
.chosen-container.chosen-with-drop .chosen-drop {
clip: auto;
}
.chosen-container a {
cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
margin-right: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: normal;
color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
content: ":";
padding-left: 2px;
vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 8px;
height: 25px;
border: 1px solid #aaa;
border-radius: 5px;
background-color: #fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
background-clip: padding-box;
-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
color: #444;
text-decoration: none;
white-space: nowrap;
line-height: 24px;
}
.chosen-container-single .chosen-default {
color: #999;
}
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url("chosen-sprite.png") -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
background: url("chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 4px;
white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: url("chosen-sprite.png") no-repeat 100% -20px;
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-single .chosen-drop {
margin-top: -1px;
border-radius: 0 0 4px 4px;
background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
clip: rect(0, 0, 0, 0);
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
color: #444;
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
word-wrap: break-word;
-webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.chosen-container .chosen-results li.highlighted {
background-color: #3875d7;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
color: #fff;
}
.chosen-container .chosen-results li.no-results {
color: #777;
display: list-item;
background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.chosen-container .chosen-results li.group-option {
padding-left: 15px;
}
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
position: relative;
overflow: hidden;
margin: 0;
padding: 0 5px;
width: 100%;
height: auto;
border: 1px solid #aaa;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
background-image: linear-gradient(#eee 1%, #fff 15%);
cursor: text;
}
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 0;
height: 25px;
outline: 0;
border: 0 !important;
background: transparent !important;
-webkit-box-shadow: none;
box-shadow: none;
color: #999;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 5px 3px 0;
padding: 3px 20px 3px 5px;
border: 1px solid #aaa;
max-width: 100%;
border-radius: 3px;
background-color: #eeeeee;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-size: 100% 19px;
background-repeat: repeat-x;
background-clip: padding-box;
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url("chosen-sprite.png") -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
}
/* @end */
/* @group Active */
.chosen-container-active .chosen-single {
border: 1px solid #5897fb;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #aaa;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
background-image: linear-gradient(#eee 20%, #fff 80%);
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
border: 1px solid #5897fb;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
opacity: 0.5 !important;
cursor: default;
}
.chosen-disabled .chosen-single {
cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
text-align: right;
}
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px;
}
.chosen-rtl .chosen-single div {
right: auto;
left: 3px;
}
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px;
}
.chosen-rtl .chosen-choices li {
float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: url("chosen-sprite.png") no-repeat -30px -20px;
direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
background-image: url("chosen-sprite@2x.png") !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important;
}
}
/* @end */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View 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
}

178
public/assets/css/normalize.css vendored Normal file
View File

@@ -0,0 +1,178 @@
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}

605
public/assets/css/style.css vendored Normal file
View File

@@ -0,0 +1,605 @@
/* This css file is to over write bootstarp css
--------------------------------------------------------- /
* Theme Name: Sufee-Admin Admin Template
* Theme URI: http://demos.jeweltheme.com/Sufee-Admin/
* Author: jewel_theme
* Author URI: http://themeforest.net/user/jewel_theme/portfolio
* Description:
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: html, themplate, Sufee-Admin
--------------------------------------------------------- */
.bg-flat-color-1 {
background: #20a8d8; }
.bg-flat-color-2 {
background: #63c2de; }
.bg-flat-color-3 {
background: #ffc107; }
.bg-flat-color-4 {
background: #f86c6b; }
.bg-flat-color-5 {
background: #4dbd74; }
.transition {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
body {
background: #f1f2f7;
display: table;
font-family: 'Open Sans' sans-serif;
font-size: 16px;
width: 100%; }
div[class*="col-"] {
float: left; }
p {
font-size: 16px;
font-weight: 400;
line-height: 24px; }
p:focus {
border: none;
outline: 0; }
a, button {
text-decoration: none;
outline: none !important;
color: #878787;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease; }
a:active, a.active, button:active, button.active {
background: none !important;
border: none !important; }
a:hover,
a:focus {
text-decoration: none;
color: #000; }
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0; }
ul,
ol {
padding-left: 0; }
.btn:focus,
button:focus {
box-shadow: none !important;
outline: 0; }
img {
max-width: 100%; }
/* Global Styles */
/* Main Styles */
.basix-container {
display: table;
min-height: 100vh;
position: relative;
width: 100%; }
aside.left-panel {
background: #272c33;
display: table-cell;
height: 100vh;
min-height: 100%;
padding: 0 25px;
vertical-align: top;
width: 280px;
transition: width 0.3s ease; }
.navbar {
background: #272c33;
border-radius: 0;
border: none;
display: block;
margin: 0;
margin-bottom: 100px;
padding: 0; }
.navbar .navbar-header {
float: none;
text-align: center;
width: 100%; }
.navbar .navbar-brand {
border-bottom: 1px solid #4e4e52;
color: #f1f2f7 !important;
font-family: 'Open Sans';
font-size: 22px;
float: none;
line-height: 50px;
margin: 0;
text-align: left;
text-transform: capitalize;
display: block;
min-height: 69px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
position: relative; }
.navbar .navbar-brand span {
font-weight: 600; }
.navbar .navbar-brand img {
max-width: 160px; }
.navbar .navbar-brand.hidden {
display: none; }
.navbar .menu-title {
border-bottom: 1px solid #4e4e52;
color: #9496a1;
clear: both;
display: block;
font-family: 'Open Sans';
font-size: 14px;
font-weight: 700;
line-height: 50px;
padding: 15px 0 0 0;
text-transform: uppercase;
width: 100%; }
.navbar .navbar-nav {
float: none;
position: relative; }
.navbar .navbar-nav li {
width: 100%; }
.navbar .navbar-nav li.active .menu-icon, .navbar .navbar-nav li:hover .toggle_nav_button:before,
.navbar .navbar-nav li .toggle_nav_button.nav-open:before {
color: #fff !important; }
.navbar .navbar-nav li > a {
background: none !important;
color: #c8c9ce !important;
display: inline-block;
font-family: 'Open Sans';
font-size: 14px;
line-height: 30px;
padding: 10px 0;
position: relative;
width: 100%; }
.navbar .navbar-nav li > a:hover, .navbar .navbar-nav li > a:hover .menu-icon {
color: #fff !important; }
.navbar .navbar-nav li > a .menu-icon {
color: #8b939b;
float: left;
margin-top: 8px;
width: 55px;
text-align: left;
z-index: 9; }
.navbar .navbar-nav li > a .menu-title-text {
font-size: 14px; }
.navbar .navbar-nav li > a .badge {
border-radius: 0;
font-family: 'Open Sans';
font-weight: 600;
float: right;
margin: 6px 0 0 0;
padding: 0.4em 0.5em; }
.navbar .navbar-nav li.menu-item-has-children {
position: relative; }
.navbar .navbar-nav li.menu-item-has-children a {
line-height: 30px; }
.navbar .navbar-nav li.menu-item-has-children a:before {
content: "\f105";
color: #c8c9ce;
font-family: 'Fontawesome';
font-size: 16px;
position: absolute;
top: 10px;
right: 0;
text-align: right;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease; }
.navbar .navbar-nav li.menu-item-has-children a:hover:before {
color: #fff; }
.navbar .navbar-nav li.menu-item-has-children .sub-menu {
background: #272c33;
border: none;
box-shadow: none;
overflow-y: hidden;
padding: 0 0 0 35px; }
.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
position: relative; }
.navbar .navbar-nav li.menu-item-has-children .sub-menu i {
color: #c8c9ce;
float: left;
padding: 0;
position: absolute;
left: 0;
font-size: 14px;
top: 9px; }
.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
padding: 2px 0 2px 30px; }
.navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
content: '';
display: none; }
.navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
top: 13px;
text-align: left;
width: 25px; }
.navbar .navbar-nav li.menu-item-has-children.show a:before {
content: "\f107"; }
.navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
max-height: 1000px;
opacity: 1;
position: static !important; }
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
color: #d7d9e3 !important; }
.navbar-nav li span.count {
background: #a9d86e;
border-radius: 50%;
color: #fff;
font-family: 'Open Sans';
font-size: 9px;
font-weight: 700;
float: right;
height: 20px;
width: 20px;
line-height: 20px;
margin-right: 15px;
text-align: center; }
body.open .navbar .navbar-brand.hidden {
display: block; }
.open aside.left-panel {
max-width: 70px;
width: 70px; }
.open aside.left-panel .navbar .navbar-brand {
display: none; }
.open aside.left-panel .navbar .navbar-brand.hidden {
display: flex !important;
justify-content: center;
align-items: center;
padding-left: 0;
padding-right: 0;
text-align: center; }
.open aside.left-panel .navbar .navbar-brand.hidden img {
max-width: 30px;
margin: 0 auto; }
.open aside.left-panel .navbar .navbar-brand.d-md-none {
display: block !important;
margin: 13px 0 0;
min-height: 67px;
padding: 0;
text-align: center; }
.open aside.left-panel .navbar .navbar-nav:before {
display: none !important; }
.open aside.left-panel .navbar .navbar-nav li {
position: relative; }
.open aside.left-panel .navbar .navbar-nav li a {
font-size: 0;
z-index: 0;
transition: none; }
.open aside.left-panel .navbar .navbar-nav li a .menu-icon {
font-size: 20px;
z-index: -1;
width: inherit; }
.open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
font-size: 0; }
.open aside.left-panel .navbar .navbar-nav li a .badge {
display: none; }
.open aside.left-panel .navbar .navbar-nav li > a {
max-width: 60px;
padding-left: 0; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
overflow: hidden; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
content: '';
display: none; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
padding-left: 0; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
display: block;
left: inherit;
right: -180px;
top: 0; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
display: block;
font-size: 14px;
max-width: inherit;
padding: 2px 15px 2px 25px;
width: 100%; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
text-align: center; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
overflow: visible; }
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
position: absolute !important; }
.open aside.left-panel .navbar .navbar-nav li span.count {
display: none;
margin-right: 5px;
z-index: 1; }
.open aside.left-panel .navbar .navbar-nav li.active a:after {
content: '';
display: none; }
.open aside.left-panel .navbar .navbar-nav .menu-title {
font-size: 0;
line-height: 0;
opacity: 0;
padding: 0; }
/* Right panel */
.right-panel {
display: table-cell;
padding-left: 11px !important;
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease; }
.right-panel header.header {
background: #fff;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
clear: both;
display: inline-block;
padding: 15px 20px 13px 20px;
width: 100%; }
.open .right-panel {
margin-left: -210px; }
header.fixed-top {
background: #fff;
padding: 20px; }
.header-menu .col-sm-7 {
position: inherit; }
.menutoggle {
background: #e74c3c;
border-radius: 50%;
color: #fff !important;
cursor: pointer;
font-size: 18px;
height: 43px;
line-height: 44px;
margin: 2px 20px 0 -36px;
text-align: center;
width: 43px;
z-index: 99;
}
.open .menutoggle i:before {
content: "\f0a4"; }
.search-trigger {
background: transparent;
border: none;
color: #272c33;
cursor: pointer;
font-size: 16px;
height: 41px;
width: 43px;
line-height: 38px; }
header .form-inline {
background: #263238;
display: none;
height: 70px;
margin: 0;
width: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 9999; }
header .form-inline .search-form {
height: 100%;
max-width: 1025px;
margin: 0 auto;
position: relative; }
header .form-inline .search-form input[type="text"] {
background: #263238;
border: none;
border-radius: 0;
box-shadow: none;
color: #d3d3d3;
font-size: 16px;
height: inherit;
margin-right: 0 !important;
padding: 10px 36px 10px 15px;
width: 100%; }
header .form-inline .search-form input[type="text"].active,
header .form-inline .search-form input[type="text"]:focus {
border-color: rgba(0, 0, 0, 0.125);
outline: 0; }
header .form-inline .search-form button {
background: transparent;
border: none;
color: #fff;
font-size: 16px;
position: absolute;
right: 15px;
top: 50%;
margin-top: -14px !important; }
header .form-inline .search-form button:active,
header .form-inline .search-form button:focus,
header .form-inline .search-form button:visited,
header .form-inline .search-form .btn-outline-success:hover {
background: transparent;
border: none !important;
box-shadow: none;
outline: 0 !important; }
header .form-inline .search-form.close {
display: none; }
.header-left.open .form-inline {
display: block; }
.header-left .dropdown {
display: inline-block; }
.header-left .dropdown .dropdown-toggle {
background: transparent;
border: none;
color: #272c33;
font-size: 16px; }
.header-left .dropdown .dropdown-toggle:after {
display: none; }
.header-left .dropdown .dropdown-toggle .count {
border-radius: 50%;
color: #fff;
font-size: 11px;
height: 15px;
width: 15px;
line-height: 15px;
right: 0;
top: 0;
position: absolute; }
.header-left .dropdown .dropdown-menu {
background: #fff;
border: none;
border-radius: 0;
box-shadow: none;
top: 49px !important; }
.header-left .dropdown .dropdown-menu p {
font-size: 15px;
margin: 0;
padding: 5px 15px; }
.header-left .dropdown .dropdown-menu .dropdown-item {
color: #272c33;
font-size: 13px;
padding: 10px 15px 3px;
text-overflow: ellipsis; }
.header-left .dropdown .dropdown-menu .dropdown-item .photo {
float: left;
margin-right: 15px;
width: 25px; }
.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
margin-top: -5px; }
.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
font-size: 11px; }
.header-left .dropdown .dropdown-menu .dropdown-item .message p {
clear: both;
font-size: 14px;
margin: 0;
padding: 0;
text-overflow: ellipsis; }
.header-left .dropdown .dropdown-menu .dropdown-item:hover {
background: transparent; }
.dropdown-menu {
border-radius: 0;
transform: none !important; }
.dropdown-toggle::after {
display: none; }
.for-notification .dropdown-menu .dropdown-item {
padding: 5px 15px !important;
text-overflow: ellipsis; }
.for-notification .dropdown-menu .dropdown-item i {
float: left;
font-size: 14px;
margin: 5px 5px 0 0;
text-align: left;
width: 20px; }
.for-notification .dropdown-menu .dropdown-item p {
padding: 0 !important;
text-overflow: ellipsis; }
.user-area {
float: right;
padding-right: 0;
position: relative; }
.user-area .user-menu {
background: #fff;
border: none;
font-family: 'Open Sans';
left: inherit !important;
right: 0;
top: 55px !important;
margin: 0;
max-width: 150px;
padding: 5px 10px;
position: absolute;
width: 100%;
z-index: 999;
min-width: 150px; }
.user-area .user-menu .nav-link {
color: #272c33;
display: block;
font-size: 14px;
line-height: 22px;
padding: 5px 0; }
.user-area .user-avatar {
float: right;
margin-top: 4px;
width: 32px; }
.user-area .user-info .name {
color: #8c8c8c;
font-size: 14px;
position: relative;
text-transform: uppercase; }
.user-area .count {
background: #d9534f;
border-radius: 50%;
color: #fff;
font-family: 'Open Sans';
font-size: 9px;
font-weight: 700;
float: right;
height: 20px;
width: 20px;
line-height: 20px;
text-align: center; }
#menuToggle2 {
padding-left: 25px; }
#language-select {
color: #f1f2f7;
float: right;
margin: 7px 20px 0 0;
max-width: 80px; }
#language-select:focus, #language-select:visited {
border: none;
outline: 0; }
#language-select .dropdown-toggle::after {
display: none; }
#language-select .dropdown-menu {
background: #fff;
border: none;
border-radius: 0;
left: -8px !important;
min-width: inherit;
padding: 0 5px;
top: 46px !important; }
#language-select .dropdown-menu .dropdown-item {
margin-right: 0;
max-width: 25px;
padding: 0; }
#language-select .dropdown-menu .dropdown-item:hover {
background: #fff; }
#language-select .dropdown-menu .dropdown-item .flag-icon {
margin-right: 0;
width: 25px; }
.notification-show + .dropdown-menu,
.message-show + .dropdown-menu,
.language-show + .dropdown-menu {
display: block; }
/*# sourceMappingURL=style.css.map */

File diff suppressed because one or more lines are too long

1081
public/assets/css/themify-icons.css vendored Normal file

File diff suppressed because it is too large Load Diff

0
public/assets/css/variables.css vendored Normal file
View File