Commit 70034fca by fengshuonan

修改登录页面

parent 909894ca
...@@ -16,14 +16,14 @@ spring: ...@@ -16,14 +16,14 @@ spring:
profiles: profiles:
active: @spring.active@ active: @spring.active@
mvc: mvc:
static-path-pattern: /static/** static-path-pattern: /assets/**
view: view:
prefix: /WEB-INF/view prefix: /WEB-INF
devtools: devtools:
restart: restart:
enabled: false enabled: false
additional-paths: src/main/java additional-paths: src/main/java
exclude: static/**,WEB-INF/view/** exclude: assets/**,WEB-INF/**
servlet: servlet:
multipart: multipart:
max-request-size: 100MB max-request-size: 100MB
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="16x16" href="${ctxPath}/assets/images/favicon.ico">
<title>登录 - Guns</title>
<link href="${ctxPath}/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="${ctxPath}/assets/static/css/style.css" rel="stylesheet">
<link href="${ctxPath}/assets/static/css/colors/blue.css" id="theme" rel="stylesheet">
</head>
<body>
<div class="preloader">
<svg class="circular" viewBox="25 25 50 50">
<circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10"/>
</svg>
</div>
<section id="wrapper">
<div class="login-register" style="background-image:url(../assets/images/background/login-register.jpg);">
<div class="login-box card">
<div class="card-block">
<form class="form-horizontal form-material" id="loginform" action="index.html">
<h3 class="box-title m-b-20">欢迎登录Guns管理系统</h3>
<div class="form-group ">
<div class="col-xs-12">
<input class="form-control" type="text" required="" placeholder="账号"></div>
</div>
<div class="form-group">
<div class="col-xs-12">
<input class="form-control" type="password" required="" placeholder="密码"></div>
</div>
<div class="form-group">
<div class="col-md-12 p-l-0">
<div class="checkbox checkbox-primary p-t-0">
<input id="checkbox-signup" type="checkbox">
<label for="checkbox-signup"> 记住我 </label>
</div>
</div>
<div class="form-group text-center m-t-20 m-b-0">
<div class="col-xs-12">
<button class="btn btn-info btn-lg btn-block text-uppercase waves-effect waves-light" type="submit">Log In</button>
</div>
</div>
</div>
<div class="form-group m-b-0">
<div class="col-sm-12 text-center">
<p>没有账号? <a href="register.html" class="text-info m-l-5"><b>点击注册</b></a></p>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<script src="${ctxPath}/assets/plugins/jquery/jquery.min.js"></script>
<script src="${ctxPath}/assets/plugins/bootstrap/js/tether.min.js"></script>
<script src="${ctxPath}/assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="${ctxPath}/assets/static/js/waves.js"></script>
<script src="${ctxPath}/assets/static/js/custom.min.js"></script>
</body>
</html>
\ No newline at end of file
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
figcaption,
figure,
main {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
outline-width: 0;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: inherit;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details,
menu {
display: block;
}
summary {
display: list-item;
}
canvas {
display: inline-block;
}
template {
display: none;
}
[hidden] {
display: none;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
@-ms-viewport {
width: device-width;
}
html {
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #292b2c;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
cursor: help;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
a {
color: #0275d8;
text-decoration: none;
}
a:focus, a:hover {
color: #014c8c;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
}
[role="button"] {
cursor: pointer;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
table {
border-collapse: collapse;
background-color: transparent;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #636c72;
text-align: left;
caption-side: bottom;
}
th {
text-align: left;
}
label {
display: inline-block;
margin-bottom: .5rem;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
textarea {
line-height: inherit;
}
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
cursor: not-allowed;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
}
input[type="search"] {
-webkit-appearance: none;
}
output {
display: inline-block;
}
[hidden] {
display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
\ No newline at end of file
{
"version": 3,
"sources": [
"../../scss/_normalize.scss",
"bootstrap-reboot.css",
"../../scss/_reboot.scss",
"../../scss/_variables.scss",
"../../scss/mixins/_hover.scss"
],
"names": [],
"mappings": "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",
"file": "bootstrap-reboot.css",
"sourcesContent": [
null,
"/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n}\n\nbody {\n margin: 0;\n}\n\narticle,\naside,\nfooter,\nheader,\nnav,\nsection {\n display: block;\n}\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\nfigcaption,\nfigure,\nmain {\n display: block;\n}\n\nfigure {\n margin: 1em 40px;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\npre {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\na {\n background-color: transparent;\n -webkit-text-decoration-skip: objects;\n}\n\na:active,\na:hover {\n outline-width: 0;\n}\n\nabbr[title] {\n border-bottom: none;\n text-decoration: underline;\n text-decoration: underline dotted;\n}\n\nb,\nstrong {\n font-weight: inherit;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\ndfn {\n font-style: italic;\n}\n\nmark {\n background-color: #ff0;\n color: #000;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\naudio,\nvideo {\n display: inline-block;\n}\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\nimg {\n border-style: none;\n}\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: sans-serif;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nbutton,\nhtml [type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\nlegend {\n box-sizing: border-box;\n color: inherit;\n display: table;\n max-width: 100%;\n padding: 0;\n white-space: normal;\n}\n\nprogress {\n display: inline-block;\n vertical-align: baseline;\n}\n\ntextarea {\n overflow: auto;\n}\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\n\ndetails,\nmenu {\n display: block;\n}\n\nsummary {\n display: list-item;\n}\n\ncanvas {\n display: inline-block;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none;\n}\n\nhtml {\n box-sizing: border-box;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\n\n@-ms-viewport {\n width: device-width;\n}\n\nhtml {\n -ms-overflow-style: scrollbar;\n -webkit-tap-highlight-color: transparent;\n}\n\nbody {\n font-family: -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.5;\n color: #292b2c;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: none !important;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: .5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n cursor: help;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: bold;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\na {\n color: #0275d8;\n text-decoration: none;\n}\n\na:focus, a:hover {\n color: #014c8c;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n}\n\n[role=\"button\"] {\n cursor: pointer;\n}\n\na,\narea,\nbutton,\n[role=\"button\"],\ninput,\nlabel,\nselect,\nsummary,\ntextarea {\n touch-action: manipulation;\n}\n\ntable {\n border-collapse: collapse;\n background-color: transparent;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #636c72;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: left;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: .5rem;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\ntextarea {\n line-height: inherit;\n}\n\ninput[type=\"radio\"]:disabled,\ninput[type=\"checkbox\"]:disabled {\n cursor: not-allowed;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n}\n\ninput[type=\"search\"] {\n -webkit-appearance: none;\n}\n\noutput {\n display: inline-block;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */",
null,
null,
null
]
}
\ No newline at end of file
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}/*# sourceMappingURL=bootstrap-reboot.min.css.map */
\ No newline at end of file
{
"version": 3,
"sources": [
"../../scss/_normalize.scss",
"bootstrap-reboot.css",
"../../scss/_reboot.scss",
"../../scss/_variables.scss",
"../../scss/mixins/_hover.scss"
],
"names": [],
"mappings": "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"
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
/*
Sticky-kit v1.1.3 | MIT | Leaf Corcoran 2015 | http://leafo.net
*/
(function(){var c,f;c=window.jQuery;f=c(window);c.fn.stick_in_parent=function(b){var A,w,J,n,B,K,p,q,L,k,E,t;null==b&&(b={});t=b.sticky_class;B=b.inner_scrolling;E=b.recalc_every;k=b.parent;q=b.offset_top;p=b.spacer;w=b.bottoming;null==q&&(q=0);null==k&&(k=void 0);null==B&&(B=!0);null==t&&(t="is_stuck");A=c(document);null==w&&(w=!0);L=function(a){var b;return window.getComputedStyle?(a=window.getComputedStyle(a[0]),b=parseFloat(a.getPropertyValue("width"))+parseFloat(a.getPropertyValue("margin-left"))+
parseFloat(a.getPropertyValue("margin-right")),"border-box"!==a.getPropertyValue("box-sizing")&&(b+=parseFloat(a.getPropertyValue("border-left-width"))+parseFloat(a.getPropertyValue("border-right-width"))+parseFloat(a.getPropertyValue("padding-left"))+parseFloat(a.getPropertyValue("padding-right"))),b):a.outerWidth(!0)};J=function(a,b,n,C,F,u,r,G){var v,H,m,D,I,d,g,x,y,z,h,l;if(!a.data("sticky_kit")){a.data("sticky_kit",!0);I=A.height();g=a.parent();null!=k&&(g=g.closest(k));if(!g.length)throw"failed to find stick parent";
v=m=!1;(h=null!=p?p&&a.closest(p):c("<div />"))&&h.css("position",a.css("position"));x=function(){var d,f,e;if(!G&&(I=A.height(),d=parseInt(g.css("border-top-width"),10),f=parseInt(g.css("padding-top"),10),b=parseInt(g.css("padding-bottom"),10),n=g.offset().top+d+f,C=g.height(),m&&(v=m=!1,null==p&&(a.insertAfter(h),h.detach()),a.css({position:"",top:"",width:"",bottom:""}).removeClass(t),e=!0),F=a.offset().top-(parseInt(a.css("margin-top"),10)||0)-q,u=a.outerHeight(!0),r=a.css("float"),h&&h.css({width:L(a),
height:u,display:a.css("display"),"vertical-align":a.css("vertical-align"),"float":r}),e))return l()};x();if(u!==C)return D=void 0,d=q,z=E,l=function(){var c,l,e,k;if(!G&&(e=!1,null!=z&&(--z,0>=z&&(z=E,x(),e=!0)),e||A.height()===I||x(),e=f.scrollTop(),null!=D&&(l=e-D),D=e,m?(w&&(k=e+u+d>C+n,v&&!k&&(v=!1,a.css({position:"fixed",bottom:"",top:d}).trigger("sticky_kit:unbottom"))),e<F&&(m=!1,d=q,null==p&&("left"!==r&&"right"!==r||a.insertAfter(h),h.detach()),c={position:"",width:"",top:""},a.css(c).removeClass(t).trigger("sticky_kit:unstick")),
B&&(c=f.height(),u+q>c&&!v&&(d-=l,d=Math.max(c-u,d),d=Math.min(q,d),m&&a.css({top:d+"px"})))):e>F&&(m=!0,c={position:"fixed",top:d},c.width="border-box"===a.css("box-sizing")?a.outerWidth()+"px":a.width()+"px",a.css(c).addClass(t),null==p&&(a.after(h),"left"!==r&&"right"!==r||h.append(a)),a.trigger("sticky_kit:stick")),m&&w&&(null==k&&(k=e+u+d>C+n),!v&&k)))return v=!0,"static"===g.css("position")&&g.css({position:"relative"}),a.css({position:"absolute",bottom:b,top:"auto"}).trigger("sticky_kit:bottom")},
y=function(){x();return l()},H=function(){G=!0;f.off("touchmove",l);f.off("scroll",l);f.off("resize",y);c(document.body).off("sticky_kit:recalc",y);a.off("sticky_kit:detach",H);a.removeData("sticky_kit");a.css({position:"",bottom:"",top:"",width:""});g.position("position","");if(m)return null==p&&("left"!==r&&"right"!==r||a.insertAfter(h),h.remove()),a.removeClass(t)},f.on("touchmove",l),f.on("scroll",l),f.on("resize",y),c(document.body).on("sticky_kit:recalc",y),a.on("sticky_kit:detach",H),setTimeout(l,
0)}};n=0;for(K=this.length;n<K;n++)b=this[n],J(c(b));return this}}).call(this);
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
background: #009efb;
/* Old browsers */
background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0178bc 0%, #00bdda 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.topbar .navbar-header {
background: #272c33;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
color: rgba(255, 255, 255, 0.8) !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
color: #ffffff !important;
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a {
color: #009efb;
}
a.link:hover, a.link:focus {
color: #009efb !important;
}
.bg-theme {
background-color: #009efb !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #009efb;
border-color: #009efb;
}
.right-sidebar .rpanel-title {
background: #009efb;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #009efb;
}
.text-themecolor {
color: #009efb !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #009efb;
color: #009efb;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #009efb;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #009efb;
color: #ffffff;
border: 1px solid #009efb;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #009efb;
opacity: 0.7;
border: 1px solid #009efb;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
background: #272c33;
}
.mini-sidebar .sidebar-nav {
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
background: #181c22;
}
}
.sidebar-nav {
background: #272c33;
}
.sidebar-nav ul li a {
color: #798699;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #009efb;
}
.sidebar-nav ul li a.active {
color: #ffffff;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #009efb;
color: #009efb;
}
.sidebar-nav > ul > li.active > a i {
color: #009efb;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #272c33;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #009efb;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #009efb;
}
.sidebar-nav > ul > li > a i {
color: #798699;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #009efb;
}
.user-profile .profile-text a {
color: #798699 !important;
}
.card-no-border .sidebar-footer {
background: #181c22;
}
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
background: #009efb;
/* Old browsers */
background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0178bc 0%, #00bdda 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.topbar .navbar-header {
background: #ffffff;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
color: rgba(255, 255, 255, 0.8) !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
color: #ffffff !important;
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
color: #009efb !important;
}
.bg-theme {
background-color: #009efb !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #009efb;
border-color: #009efb;
}
.right-sidebar .rpanel-title {
background: #009efb;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #009efb;
}
.text-themecolor {
color: #009efb !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #009efb;
color: #009efb;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #009efb;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #009efb;
color: #ffffff;
border: 1px solid #009efb;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #009efb;
opacity: 0.7;
border: 1px solid #009efb;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: #fff;
}
.sidebar-nav ul li a {
color: #54667a;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #009efb;
}
.sidebar-nav ul li a.active {
color: #263238;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #009efb;
color: #009efb;
}
.sidebar-nav > ul > li.active > a i {
color: #009efb;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #fff;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #009efb;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #009efb;
}
.sidebar-nav > ul > li > a i {
color: #a6b7bf;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #009efb;
}
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
background: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.topbar .navbar-header {
background: #272c33;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: inline-block;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: none;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a {
color: #009efb;
}
a.link:hover, a.link:focus {
color: #009efb !important;
}
.bg-theme {
background-color: #009efb !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #009efb;
border-color: #009efb;
}
.right-sidebar .rpanel-title {
background: #009efb;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #009efb;
}
.text-themecolor {
color: #009efb !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #009efb;
color: #009efb;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #009efb;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #009efb;
color: #ffffff;
border: 1px solid #009efb;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #009efb;
opacity: 0.7;
border: 1px solid #009efb;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
background: #272c33;
}
.mini-sidebar .sidebar-nav {
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
background: #181c22;
}
}
.sidebar-nav {
background: #272c33;
}
.sidebar-nav ul li a {
color: #798699;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #009efb;
}
.sidebar-nav ul li a.active {
color: #ffffff;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #009efb;
color: #009efb;
}
.sidebar-nav > ul > li.active > a i {
color: #009efb;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #272c33;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #009efb;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #009efb;
}
.sidebar-nav > ul > li > a i {
color: #798699;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #009efb;
}
.user-profile .profile-text a {
color: #798699 !important;
}
.card-no-border .sidebar-footer {
background: #181c22;
}
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
.topbar {
background: #363d4a;
}
.topbar .navbar-header {
background: #ffffff;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
color: #009efb !important;
}
.bg-theme {
background-color: #009efb !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #009efb;
border-color: #009efb;
}
.right-sidebar .rpanel-title {
background: #009efb;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #009efb;
}
.text-themecolor {
color: #009efb !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #009efb;
color: #009efb;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #009efb;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #009efb;
color: #ffffff;
border: 1px solid #009efb;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #009efb;
opacity: 0.7;
border: 1px solid #009efb;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: #fff;
}
.sidebar-nav ul li a {
color: #54667a;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #009efb;
}
.sidebar-nav ul li a.active {
color: #263238;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #009efb;
color: #009efb;
}
.sidebar-nav > ul > li.active > a i {
color: #009efb;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #fff;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #009efb;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #009efb;
}
.sidebar-nav > ul > li > a i {
color: #a6b7bf;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #009efb;
}
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
background: #0178bc;
/* Old browsers */
background: -moz-linear-gradient(left, #318f94 0%, #5ec58c 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #318f94 0%, #5ec58c 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #318f94 0%, #5ec58c 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.topbar .navbar-header {
background: #272c33;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
color: rgba(255, 255, 255, 0.8) !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
color: #ffffff !important;
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a {
color: #55ce63;
}
a.link:hover, a.link:focus {
color: #55ce63 !important;
}
.bg-theme {
background-color: #55ce63 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #55ce63;
border-color: #55ce63;
}
.right-sidebar .rpanel-title {
background: #55ce63;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #55ce63;
}
.text-themecolor {
color: #55ce63 !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #55ce63;
color: #55ce63;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #55ce63;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #55ce63;
color: #ffffff;
border: 1px solid #55ce63;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #55ce63;
opacity: 0.7;
border: 1px solid #55ce63;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
background: #272c33;
}
.mini-sidebar .sidebar-nav {
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
background: #181c22;
}
}
.sidebar-nav {
background: #272c33;
}
.sidebar-nav ul li a {
color: #798699;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #55ce63;
}
.sidebar-nav ul li a.active {
color: #ffffff;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #55ce63;
color: #55ce63;
}
.sidebar-nav > ul > li.active > a i {
color: #55ce63;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #272c33;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #55ce63;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #55ce63;
}
.sidebar-nav > ul > li > a i {
color: #798699;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #55ce63;
}
.user-profile .profile-text a {
color: #798699 !important;
}
.card-no-border .sidebar-footer {
background: #181c22;
}
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
background: #0178bc;
/* Old browsers */
background: -moz-linear-gradient(left, #318f94 0%, #5ec58c 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #318f94 0%, #5ec58c 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #318f94 0%, #5ec58c 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.topbar .navbar-header {
background: #ffffff;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
color: rgba(255, 255, 255, 0.8) !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
color: #ffffff !important;
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a {
color: #55ce63;
}
a.link:hover, a.link:focus {
color: #55ce63 !important;
}
.bg-theme {
background-color: #55ce63 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #55ce63;
border-color: #55ce63;
}
.right-sidebar .rpanel-title {
background: #55ce63;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #55ce63;
}
.text-themecolor {
color: #55ce63 !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #55ce63;
color: #55ce63;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #55ce63;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #55ce63;
color: #ffffff;
border: 1px solid #55ce63;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #55ce63;
opacity: 0.7;
border: 1px solid #55ce63;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: #fff;
}
.sidebar-nav ul li a {
color: #54667a;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #55ce63;
}
.sidebar-nav ul li a.active {
color: #263238;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #55ce63;
color: #55ce63;
}
.sidebar-nav > ul > li.active > a i {
color: #55ce63;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #fff;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #55ce63;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #55ce63;
}
.sidebar-nav > ul > li > a i {
color: #a6b7bf;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #55ce63;
}
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
background: #01c0c8;
/* Old browsers */
background: -moz-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #01c0c8 0%, #1f72a2 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.topbar .navbar-header {
background: #272c33;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
color: rgba(255, 255, 255, 0.8) !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
color: #ffffff !important;
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a {
color: #01c0c8;
}
a.link:hover, a.link:focus {
color: #01c0c8 !important;
}
.bg-theme {
background-color: #01c0c8 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #01c0c8;
border-color: #01c0c8;
}
.right-sidebar .rpanel-title {
background: #01c0c8;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #01c0c8;
}
.text-themecolor {
color: #01c0c8 !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #01c0c8;
color: #01c0c8;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #01c0c8;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #01c0c8;
color: #ffffff;
border: 1px solid #01c0c8;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #01c0c8;
opacity: 0.7;
border: 1px solid #01c0c8;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
background: #272c33;
}
.mini-sidebar .sidebar-nav {
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
background: #181c22;
}
}
.sidebar-nav {
background: #272c33;
}
.sidebar-nav ul li a {
color: #798699;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #01c0c8;
}
.sidebar-nav ul li a.active {
color: #ffffff;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #01c0c8;
color: #01c0c8;
}
.sidebar-nav > ul > li.active > a i {
color: #01c0c8;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #272c33;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #01c0c8;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #01c0c8;
}
.sidebar-nav > ul > li > a i {
color: #798699;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #01c0c8;
}
.user-profile .profile-text a {
color: #798699 !important;
}
.card-no-border .sidebar-footer {
background: #181c22;
}
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
background: #01c0c8;
/* Old browsers */
background: -moz-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #01c0c8 0%, #1f72a2 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.topbar .navbar-header {
background: #ffffff;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
color: rgba(255, 255, 255, 0.8) !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
color: #ffffff !important;
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a {
color: #01c0c8;
}
a.link:hover, a.link:focus {
color: #01c0c8 !important;
}
.bg-theme {
background-color: #01c0c8 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #01c0c8;
border-color: #01c0c8;
}
.right-sidebar .rpanel-title {
background: #01c0c8;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #01c0c8;
}
.text-themecolor {
color: #01c0c8 !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #01c0c8;
color: #01c0c8;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #01c0c8;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #01c0c8;
color: #ffffff;
border: 1px solid #01c0c8;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #01c0c8;
opacity: 0.7;
border: 1px solid #01c0c8;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: #fff;
}
.sidebar-nav ul li a {
color: #54667a;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #01c0c8;
}
.sidebar-nav ul li a.active {
color: #263238;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #01c0c8;
color: #01c0c8;
}
.sidebar-nav > ul > li.active > a i {
color: #01c0c8;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #fff;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #01c0c8;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #01c0c8;
}
.sidebar-nav > ul > li > a i {
color: #a6b7bf;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #01c0c8;
}
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
background: #7460ee;
/* Old browsers */
background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #533fd0 0%, #840fb5 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.topbar .navbar-header {
background: #272c33;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
color: rgba(255, 255, 255, 0.8) !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
color: #ffffff !important;
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a {
color: #7460ee;
}
a.link:hover, a.link:focus {
color: #7460ee !important;
}
.bg-theme {
background-color: #7460ee !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #7460ee;
border-color: #7460ee;
}
.right-sidebar .rpanel-title {
background: #7460ee;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #7460ee;
}
.text-themecolor {
color: #7460ee !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #7460ee;
color: #7460ee;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #7460ee;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #7460ee;
color: #ffffff;
border: 1px solid #7460ee;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #7460ee;
opacity: 0.7;
border: 1px solid #7460ee;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
background: #272c33;
}
.mini-sidebar .sidebar-nav {
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
background: #181c22;
}
}
.sidebar-nav {
background: #272c33;
}
.sidebar-nav ul li a {
color: #798699;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #7460ee;
}
.sidebar-nav ul li a.active {
color: #ffffff;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #7460ee;
color: #7460ee;
}
.sidebar-nav > ul > li.active > a i {
color: #7460ee;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #272c33;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #7460ee;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #7460ee;
}
.sidebar-nav > ul > li > a i {
color: #798699;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #7460ee;
}
.user-profile .profile-text a {
color: #798699 !important;
}
.card-no-border .sidebar-footer {
background: #181c22;
}
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
background: #7460ee;
/* Old browsers */
background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #533fd0 0%, #840fb5 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.topbar .navbar-header {
background: #ffffff;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
color: rgba(255, 255, 255, 0.8) !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
color: #ffffff !important;
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a {
color: #7460ee;
}
a.link:hover, a.link:focus {
color: #7460ee !important;
}
.bg-theme {
background-color: #7460ee !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #7460ee;
border-color: #7460ee;
}
.right-sidebar .rpanel-title {
background: #7460ee;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #7460ee;
}
.text-themecolor {
color: #7460ee !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #7460ee;
color: #7460ee;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #7460ee;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #7460ee;
color: #ffffff;
border: 1px solid #7460ee;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #7460ee;
opacity: 0.7;
border: 1px solid #7460ee;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: #fff;
}
.sidebar-nav ul li a {
color: #54667a;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #7460ee;
}
.sidebar-nav ul li a.active {
color: #263238;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #7460ee;
color: #7460ee;
}
.sidebar-nav > ul > li.active > a i {
color: #7460ee;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #fff;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #7460ee;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #7460ee;
}
.sidebar-nav > ul > li > a i {
color: #a6b7bf;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #7460ee;
}
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
background: #f62d51;
/* Old browsers */
background: -moz-linear-gradient(left, #f62d51 0%, #660fb5 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #f62d51 0%, #660fb5 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f62d51 0%, #660fb5 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.topbar .navbar-header {
background: #272c33;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
color: rgba(255, 255, 255, 0.8) !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
color: #ffffff !important;
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a {
color: #f62d51;
}
a.link:hover, a.link:focus {
color: #f62d51 !important;
}
.bg-theme {
background-color: #f62d51 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #f62d51;
border-color: #f62d51;
}
.right-sidebar .rpanel-title {
background: #f62d51;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #f62d51;
}
.text-themecolor {
color: #f62d51 !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #f62d51;
color: #f62d51;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #f62d51;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #f62d51;
color: #ffffff;
border: 1px solid #f62d51;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #f62d51;
opacity: 0.7;
border: 1px solid #f62d51;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
background: #272c33;
}
.mini-sidebar .sidebar-nav {
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
background: #181c22;
}
}
.sidebar-nav {
background: #272c33;
}
.sidebar-nav ul li a {
color: #798699;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #f62d51;
}
.sidebar-nav ul li a.active {
color: #ffffff;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #f62d51;
color: #f62d51;
}
.sidebar-nav > ul > li.active > a i {
color: #f62d51;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #272c33;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #f62d51;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #f62d51;
}
.sidebar-nav > ul > li > a i {
color: #798699;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #f62d51;
}
.user-profile .profile-text a {
color: #798699 !important;
}
.card-no-border .sidebar-footer {
background: #181c22;
}
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
background: #f62d51;
/* Old browsers */
background: -moz-linear-gradient(left, #f62d51 0%, #660fb5 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #f62d51 0%, #660fb5 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f62d51 0%, #660fb5 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.topbar .navbar-header {
background: #ffffff;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
color: rgba(255, 255, 255, 0.8) !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
color: #ffffff !important;
}
.logo-center .topbar .navbar-header {
background: transparent;
box-shadow: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
display: none;
}
.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
}
/*******************
/*General Elements
*******************/
a {
color: #f62d51;
}
a.link:hover, a.link:focus {
color: #f62d51 !important;
}
.bg-theme {
background-color: #f62d51 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #f62d51;
border-color: #f62d51;
}
.right-sidebar .rpanel-title {
background: #f62d51;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #f62d51;
}
.text-themecolor {
color: #f62d51 !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #f62d51;
color: #f62d51;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #f62d51;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #f62d51;
color: #ffffff;
border: 1px solid #f62d51;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #f62d51;
opacity: 0.7;
border: 1px solid #f62d51;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: #fff;
}
.sidebar-nav ul li a {
color: #54667a;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #f62d51;
}
.sidebar-nav ul li a.active {
color: #263238;
}
.sidebar-nav ul li.nav-small-cap {
color: #90a4ae;
}
.sidebar-nav > ul > li.active > a {
border-left: 3px solid #f62d51;
color: #f62d51;
}
.sidebar-nav > ul > li.active > a i {
color: #f62d51;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid #fff;
}
.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
border-left: 3px solid #f62d51;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #f62d51;
}
.sidebar-nav > ul > li > a i {
color: #a6b7bf;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #ffffff;
color: #f62d51;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
$(function () {
"use strict";
$(function () {
$(".preloader").fadeOut();
});
jQuery(document).on('click', '.mega-dropdown', function (e) {
e.stopPropagation()
});
// ==============================================================
// This is for the top header part and sidebar part
// ==============================================================
var set = function () {
var width = (window.innerWidth > 0) ? window.innerWidth : this.screen.width;
var topOffset = 70;
if (width < 1170) {
$("body").addClass("mini-sidebar");
$('.navbar-brand span').hide();
$(".scroll-sidebar, .slimScrollDiv").css("overflow-x", "visible").parent().css("overflow", "visible");
$(".sidebartoggler i").addClass("ti-menu");
}
else {
$("body").removeClass("mini-sidebar");
$('.navbar-brand span').show();
$(".sidebartoggler i").removeClass("ti-menu");
}
var height = ((window.innerHeight > 0) ? window.innerHeight : this.screen.height) - 1;
height = height - topOffset;
if (height < 1) height = 1;
if (height > topOffset) {
$(".page-wrapper").css("min-height", (height) + "px");
}
};
$(window).ready(set);
$(window).on("resize", set);
// ==============================================================
// Theme options
// ==============================================================
$(".sidebartoggler").on('click', function () {
if ($("body").hasClass("mini-sidebar")) {
$("body").trigger("resize");
$(".scroll-sidebar, .slimScrollDiv").css("overflow", "hidden").parent().css("overflow", "visible");
$("body").removeClass("mini-sidebar");
$('.navbar-brand span').show();
$(".sidebartoggler i").addClass("ti-menu");
}
else {
$("body").trigger("resize");
$(".scroll-sidebar, .slimScrollDiv").css("overflow-x", "visible").parent().css("overflow", "visible");
$("body").addClass("mini-sidebar");
$('.navbar-brand span').hide();
$(".sidebartoggler i").removeClass("ti-menu");
}
});
// topbar stickey on scroll
$(".fix-header .topbar").stick_in_parent({});
// this is for close icon when navigation open in mobile view
$(".nav-toggler").click(function () {
$("body").toggleClass("show-sidebar");
$(".nav-toggler i").toggleClass("ti-menu");
$(".nav-toggler i").addClass("ti-close");
});
$(".sidebartoggler").on('click', function () {
$(".sidebartoggler i").toggleClass("ti-menu");
});
// ==============================================================
// Right sidebar options
// ==============================================================
$(".right-side-toggle").click(function () {
$(".right-sidebar").slideDown(50);
$(".right-sidebar").toggleClass("shw-rside");
});
// ==============================================================
// Auto select left navbar
// ==============================================================
$(function () {
var url = window.location;
var element = $('ul#sidebarnav a').filter(function () {
return this.href == url;
}).addClass('active').parent().addClass('active');
while (true) {
if (element.is('li')) {
element = element.parent().addClass('in').parent().addClass('active');
}
else {
break;
}
}
});
// ==============================================================
//tooltip
// ==============================================================
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
// ==============================================================
//Popover
// ==============================================================
$(function () {
$('[data-toggle="popover"]').popover()
})
// ==============================================================
// Sidebarmenu
// ==============================================================
$(function () {
$('#sidebarnav').metisMenu();
});
// ==============================================================
// Slimscrollbars
// ==============================================================
$('.scroll-sidebar').slimScroll({
position: 'left'
, size: "5px"
, height: '100%'
, color: '#dcdcdc'
});
$('.message-center').slimScroll({
position: 'right'
, size: "5px"
, color: '#dcdcdc'
});
$('.aboutscroll').slimScroll({
position: 'right'
, size: "5px"
, height: '80'
, color: '#dcdcdc'
});
$('.message-scroll').slimScroll({
position: 'right'
, size: "5px"
, height: '570'
, color: '#dcdcdc'
});
$('.chat-box').slimScroll({
position: 'right'
, size: "5px"
, height: '470'
, color: '#dcdcdc'
});
$('.slimscrollright').slimScroll({
height: '100%'
, position: 'right'
, size: "5px"
, color: '#dcdcdc'
});
// ==============================================================
// Resize all elements
// ==============================================================
$("body").trigger("resize");
// ==============================================================
// To do list
// ==============================================================
$(".list-task li label").click(function () {
$(this).toggleClass("task-done");
});
// ==============================================================
// Login and Recover Password
// ==============================================================
$('#to-recover').on("click", function () {
$("#loginform").slideUp();
$("#recoverform").fadeIn();
});
// ==============================================================
// Collapsable cards
// ==============================================================
$(document).on("click", ".card-actions a", function (e) {
if (e.preventDefault(), $(this).hasClass("btn-close")) $(this).parent().parent().parent().fadeOut();
});
(function ($, window, document) {
var panelSelector = '[data-perform="card-collapse"]';
$(panelSelector).each(function () {
var $this = $(this)
, parent = $this.closest('.card')
, wrapper = parent.find('.card-block')
, collapseOpts = {
toggle: false
};
if (!wrapper.length) {
wrapper = parent.children('.card-heading').nextAll().wrapAll('<div/>').parent().addClass('card-block');
collapseOpts = {};
}
wrapper.collapse(collapseOpts).on('hide.bs.collapse', function () {
$this.children('i').removeClass('ti-minus').addClass('ti-plus');
}).on('show.bs.collapse', function () {
$this.children('i').removeClass('ti-plus').addClass('ti-minus');
});
});
$(document).on('click', panelSelector, function (e) {
e.preventDefault();
var parent = $(this).closest('.card');
var wrapper = parent.find('.card-block');
wrapper.collapse('toggle');
});
}(jQuery, window, document));
});
\ No newline at end of file
$(function(){"use strict";$(function(){$(".preloader").fadeOut()}),jQuery(document).on("click",".mega-dropdown",function(i){i.stopPropagation()});var i=function(){var i=window.innerWidth>0?window.innerWidth:this.screen.width,e=70;1170>i?($("body").addClass("mini-sidebar"),$(".navbar-brand span").hide(),$(".scroll-sidebar, .slimScrollDiv").css("overflow-x","visible").parent().css("overflow","visible"),$(".sidebartoggler i").addClass("ti-menu")):($("body").removeClass("mini-sidebar"),$(".navbar-brand span").show(),$(".sidebartoggler i").removeClass("ti-menu"));var s=(window.innerHeight>0?window.innerHeight:this.screen.height)-1;s-=e,1>s&&(s=1),s>e&&$(".page-wrapper").css("min-height",s+"px")};$(window).ready(i),$(window).on("resize",i),$(".sidebartoggler").on("click",function(){$("body").hasClass("mini-sidebar")?($("body").trigger("resize"),$(".scroll-sidebar, .slimScrollDiv").css("overflow","hidden").parent().css("overflow","visible"),$("body").removeClass("mini-sidebar"),$(".navbar-brand span").show(),$(".sidebartoggler i").addClass("ti-menu")):($("body").trigger("resize"),$(".scroll-sidebar, .slimScrollDiv").css("overflow-x","visible").parent().css("overflow","visible"),$("body").addClass("mini-sidebar"),$(".navbar-brand span").hide(),$(".sidebartoggler i").removeClass("ti-menu"))}),$(".fix-header .topbar").stick_in_parent({}),$(".nav-toggler").click(function(){$("body").toggleClass("show-sidebar"),$(".nav-toggler i").toggleClass("ti-menu"),$(".nav-toggler i").addClass("ti-close")}),$(".sidebartoggler").on("click",function(){$(".sidebartoggler i").toggleClass("ti-menu")}),$(".right-side-toggle").click(function(){$(".right-sidebar").slideDown(50),$(".right-sidebar").toggleClass("shw-rside")}),$(function(){for(var i=window.location,e=$("ul#sidebarnav a").filter(function(){return this.href==i}).addClass("active").parent().addClass("active");;){if(!e.is("li"))break;e=e.parent().addClass("in").parent().addClass("active")}}),$(function(){$('[data-toggle="tooltip"]').tooltip()}),$(function(){$('[data-toggle="popover"]').popover()}),$(function(){$("#sidebarnav").metisMenu()}),$(".scroll-sidebar").slimScroll({position:"left",size:"5px",height:"100%",color:"#dcdcdc"}),$(".message-center").slimScroll({position:"right",size:"5px",color:"#dcdcdc"}),$(".aboutscroll").slimScroll({position:"right",size:"5px",height:"80",color:"#dcdcdc"}),$(".message-scroll").slimScroll({position:"right",size:"5px",height:"570",color:"#dcdcdc"}),$(".chat-box").slimScroll({position:"right",size:"5px",height:"470",color:"#dcdcdc"}),$(".slimscrollright").slimScroll({height:"100%",position:"right",size:"5px",color:"#dcdcdc"}),$("body").trigger("resize"),$(".list-task li label").click(function(){$(this).toggleClass("task-done")}),$("#to-recover").on("click",function(){$("#loginform").slideUp(),$("#recoverform").fadeIn()}),$(document).on("click",".card-actions a",function(i){i.preventDefault(),$(this).hasClass("btn-close")&&$(this).parent().parent().parent().fadeOut()}),function(i,e,s){var o='[data-perform="card-collapse"]';i(o).each(function(){var e=i(this),s=e.closest(".card"),o=s.find(".card-block"),r={toggle:!1};o.length||(o=s.children(".card-heading").nextAll().wrapAll("<div/>").parent().addClass("card-block"),r={}),o.collapse(r).on("hide.bs.collapse",function(){e.children("i").removeClass("ti-minus").addClass("ti-plus")}).on("show.bs.collapse",function(){e.children("i").removeClass("ti-plus").addClass("ti-minus")})}),i(s).on("click",o,function(e){e.preventDefault();var s=i(this).closest(".card"),o=s.find(".card-block");o.collapse("toggle")})}(jQuery,window,document)});
!function(t){"use strict";function e(t){return null!==t&&t===t.window}function n(t){return e(t)?t:9===t.nodeType&&t.defaultView}function a(t){var e,a,i={top:0,left:0},o=t&&t.ownerDocument;return e=o.documentElement,"undefined"!=typeof t.getBoundingClientRect&&(i=t.getBoundingClientRect()),a=n(o),{top:i.top+a.pageYOffset-e.clientTop,left:i.left+a.pageXOffset-e.clientLeft}}function i(t){var e="";for(var n in t)t.hasOwnProperty(n)&&(e+=n+":"+t[n]+";");return e}function o(t){if(d.allowEvent(t)===!1)return null;for(var e=null,n=t.target||t.srcElement;null!==n.parentElement;){if(!(n instanceof SVGElement||-1===n.className.indexOf("waves-effect"))){e=n;break}if(n.classList.contains("waves-effect")){e=n;break}n=n.parentElement}return e}function r(e){var n=o(e);null!==n&&(c.show(e,n),"ontouchstart"in t&&(n.addEventListener("touchend",c.hide,!1),n.addEventListener("touchcancel",c.hide,!1)),n.addEventListener("mouseup",c.hide,!1),n.addEventListener("mouseleave",c.hide,!1))}var s=s||{},u=document.querySelectorAll.bind(document),c={duration:750,show:function(t,e){if(2===t.button)return!1;var n=e||this,o=document.createElement("div");o.className="waves-ripple",n.appendChild(o);var r=a(n),s=t.pageY-r.top,u=t.pageX-r.left,d="scale("+n.clientWidth/100*10+")";"touches"in t&&(s=t.touches[0].pageY-r.top,u=t.touches[0].pageX-r.left),o.setAttribute("data-hold",Date.now()),o.setAttribute("data-scale",d),o.setAttribute("data-x",u),o.setAttribute("data-y",s);var l={top:s+"px",left:u+"px"};o.className=o.className+" waves-notransition",o.setAttribute("style",i(l)),o.className=o.className.replace("waves-notransition",""),l["-webkit-transform"]=d,l["-moz-transform"]=d,l["-ms-transform"]=d,l["-o-transform"]=d,l.transform=d,l.opacity="1",l["-webkit-transition-duration"]=c.duration+"ms",l["-moz-transition-duration"]=c.duration+"ms",l["-o-transition-duration"]=c.duration+"ms",l["transition-duration"]=c.duration+"ms",l["-webkit-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["-moz-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["-o-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",o.setAttribute("style",i(l))},hide:function(t){d.touchup(t);var e=this,n=(1.4*e.clientWidth,null),a=e.getElementsByClassName("waves-ripple");if(!(a.length>0))return!1;n=a[a.length-1];var o=n.getAttribute("data-x"),r=n.getAttribute("data-y"),s=n.getAttribute("data-scale"),u=Date.now()-Number(n.getAttribute("data-hold")),l=350-u;0>l&&(l=0),setTimeout(function(){var t={top:r+"px",left:o+"px",opacity:"0","-webkit-transition-duration":c.duration+"ms","-moz-transition-duration":c.duration+"ms","-o-transition-duration":c.duration+"ms","transition-duration":c.duration+"ms","-webkit-transform":s,"-moz-transform":s,"-ms-transform":s,"-o-transform":s,transform:s};n.setAttribute("style",i(t)),setTimeout(function(){try{e.removeChild(n)}catch(t){return!1}},c.duration)},l)},wrapInput:function(t){for(var e=0;e<t.length;e++){var n=t[e];if("input"===n.tagName.toLowerCase()){var a=n.parentNode;if("i"===a.tagName.toLowerCase()&&-1!==a.className.indexOf("waves-effect"))continue;var i=document.createElement("i");i.className=n.className+" waves-input-wrapper";var o=n.getAttribute("style");o||(o=""),i.setAttribute("style",o),n.className="waves-button-input",n.removeAttribute("style"),a.replaceChild(i,n),i.appendChild(n)}}}},d={touches:0,allowEvent:function(t){var e=!0;return"touchstart"===t.type?d.touches+=1:"touchend"===t.type||"touchcancel"===t.type?setTimeout(function(){d.touches>0&&(d.touches-=1)},500):"mousedown"===t.type&&d.touches>0&&(e=!1),e},touchup:function(t){d.allowEvent(t)}};s.displayEffect=function(e){e=e||{},"duration"in e&&(c.duration=e.duration),c.wrapInput(u(".waves-effect")),"ontouchstart"in t&&document.body.addEventListener("touchstart",r,!1),document.body.addEventListener("mousedown",r,!1)},s.attach=function(e){"input"===e.tagName.toLowerCase()&&(c.wrapInput([e]),e=e.parentElement),"ontouchstart"in t&&e.addEventListener("touchstart",r,!1),e.addEventListener("mousedown",r,!1)},t.Waves=s,document.addEventListener("DOMContentLoaded",function(){s.displayEffect()},!1)}(window);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment