|
|
|
@ -4,13 +4,11 @@ html { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
min-height: 100%; |
|
|
|
min-height: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
body { |
|
|
|
body { |
|
|
|
/* Margin bottom by footer height */ |
|
|
|
/* Margin bottom by footer height */ |
|
|
|
margin-bottom: 110px; |
|
|
|
margin-bottom: 110px; |
|
|
|
/* background: url('/bg.png'); /* */ |
|
|
|
/* background: url('/bg.png'); /* */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.footer { |
|
|
|
.footer { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
bottom: 0; |
|
|
|
bottom: 0; |
|
|
|
@ -18,7 +16,6 @@ body { |
|
|
|
/* Set the fixed height of the footer here */ |
|
|
|
/* Set the fixed height of the footer here */ |
|
|
|
background-color: #3a3b3c; |
|
|
|
background-color: #3a3b3c; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.center { |
|
|
|
.center { |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
@ -38,14 +35,9 @@ body>.container { |
|
|
|
background-color: #f3f2eb; |
|
|
|
background-color: #f3f2eb; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.navbar { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.page-header { |
|
|
|
.page-header { |
|
|
|
border-bottom-color: #d6d6d6; |
|
|
|
border-bottom-color: #d6d6d6; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.container .text-muted { |
|
|
|
.container .text-muted { |
|
|
|
margin: 20px 0; |
|
|
|
margin: 20px 0; |
|
|
|
color: #9babb3; |
|
|
|
color: #9babb3; |
|
|
|
@ -83,66 +75,46 @@ code { |
|
|
|
border-color: #61BD81; |
|
|
|
border-color: #61BD81; |
|
|
|
border-bottom-width: 2px; |
|
|
|
border-bottom-width: 2px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.navbar-default .navbar-brand { |
|
|
|
.navbar-default .navbar-brand { |
|
|
|
color: #4A4A4A; |
|
|
|
color: #4A4A4A; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { |
|
|
|
.navbar-default .navbar-brand:hover, |
|
|
|
|
|
|
|
.navbar-default .navbar-brand:focus { |
|
|
|
|
|
|
|
color: #4A4A4A; |
|
|
|
color: #4A4A4A; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.navbar-default .navbar-text { |
|
|
|
.navbar-default .navbar-text { |
|
|
|
color: #4A4A4A; |
|
|
|
color: #4A4A4A; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.navbar-default .navbar-nav > li > a { |
|
|
|
.navbar-default .navbar-nav > li > a { |
|
|
|
color: #4A4A4A; |
|
|
|
color: #4A4A4A; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { |
|
|
|
.navbar-default .navbar-nav>li>a:hover, |
|
|
|
|
|
|
|
.navbar-default .navbar-nav>li>a:focus { |
|
|
|
|
|
|
|
color: #61BD81; |
|
|
|
color: #61BD81; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { |
|
|
|
.navbar-default .navbar-nav>.active>a, |
|
|
|
|
|
|
|
.navbar-default .navbar-nav>.active>a:hover, |
|
|
|
|
|
|
|
.navbar-default .navbar-nav>.active>a:focus { |
|
|
|
|
|
|
|
color: #ffffff; |
|
|
|
color: #ffffff; |
|
|
|
background-color: #61BD81; |
|
|
|
background-color: #61BD81; |
|
|
|
text-shadow: 1px 1px 2px #000; |
|
|
|
text-shadow: 1px 1px 2px #000; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { |
|
|
|
.navbar-default .navbar-nav>.open>a, |
|
|
|
|
|
|
|
.navbar-default .navbar-nav>.open>a:hover, |
|
|
|
|
|
|
|
.navbar-default .navbar-nav>.open>a:focus { |
|
|
|
|
|
|
|
color: #ffffff; |
|
|
|
color: #ffffff; |
|
|
|
background-color: #69102b; |
|
|
|
background-color: #69102b; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.navbar-default .navbar-toggle { |
|
|
|
.navbar-default .navbar-toggle { |
|
|
|
border-color: #2885da; |
|
|
|
border-color: #2885da; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { |
|
|
|
.navbar-default .navbar-toggle:hover, |
|
|
|
|
|
|
|
.navbar-default .navbar-toggle:focus { |
|
|
|
|
|
|
|
background-color: #2885da; |
|
|
|
background-color: #2885da; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.navbar-default .navbar-toggle .icon-bar { |
|
|
|
.navbar-default .navbar-toggle .icon-bar { |
|
|
|
background-color: #4A4A4A; |
|
|
|
background-color: #4A4A4A; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.navbar-default .navbar-collapse, |
|
|
|
.navbar-default .navbar-collapse, |
|
|
|
.navbar-default .navbar-form { |
|
|
|
.navbar-default .navbar-form { |
|
|
|
border-color: #4A4A4A; |
|
|
|
border-color: #4A4A4A; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.navbar-default .navbar-link { |
|
|
|
.navbar-default .navbar-link { |
|
|
|
color: #4A4A4A; |
|
|
|
color: #4A4A4A; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.navbar-default .navbar-link:hover { |
|
|
|
.navbar-default .navbar-link:hover { |
|
|
|
color: #ffffff; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -151,15 +123,10 @@ code { |
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a { |
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a { |
|
|
|
color: #4A4A4A; |
|
|
|
color: #4A4A4A; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { |
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, |
|
|
|
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus { |
|
|
|
|
|
|
|
color: #ffffff; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { |
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, |
|
|
|
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, |
|
|
|
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus { |
|
|
|
|
|
|
|
color: #ffffff; |
|
|
|
color: #ffffff; |
|
|
|
background-color: #3f9ff7; |
|
|
|
background-color: #3f9ff7; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -184,17 +151,11 @@ span.logo-3 { |
|
|
|
padding: 0 3px 0 3px; |
|
|
|
padding: 0 3px 0 3px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
h1, |
|
|
|
h1, h2, h3, h4, h4, h6 { |
|
|
|
h2, |
|
|
|
|
|
|
|
h3, |
|
|
|
|
|
|
|
h4, |
|
|
|
|
|
|
|
h4, |
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
|
|
margin-top: 0px; |
|
|
|
margin-top: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.container>h2, |
|
|
|
.container>h2, .container>h3 { |
|
|
|
.container>h3 { |
|
|
|
|
|
|
|
margin-top:2.0rem; |
|
|
|
margin-top:2.0rem; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -282,7 +243,6 @@ h4.note { |
|
|
|
margin-top: 0; |
|
|
|
margin-top: 0; |
|
|
|
font-weight: 300 !important; |
|
|
|
font-weight: 300 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*---------------------------------------------------------------------------------------------------*/ |
|
|
|
/*---------------------------------------------------------------------------------------------------*/ |
|
|
|
/*----------------------------Bootstrap side notes for calling out things----------------------------*/ |
|
|
|
/*----------------------------Bootstrap side notes for calling out things----------------------------*/ |
|
|
|
/*---------------------------------------------------------------------------------------------------*/ |
|
|
|
/*---------------------------------------------------------------------------------------------------*/ |
|
|
|
@ -295,24 +255,19 @@ h4.note { |
|
|
|
border-left-width: 5px; |
|
|
|
border-left-width: 5px; |
|
|
|
border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bs-callout h4 { |
|
|
|
.bs-callout h4 { |
|
|
|
margin-top: 0; |
|
|
|
margin-top: 0; |
|
|
|
margin-bottom: 5px; |
|
|
|
margin-bottom: 5px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bs-callout p:last-child { |
|
|
|
.bs-callout p:last-child { |
|
|
|
margin-bottom: 0; |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bs-callout code { |
|
|
|
.bs-callout code { |
|
|
|
border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bs-callout+.bs-callout { |
|
|
|
.bs-callout+.bs-callout { |
|
|
|
margin-top: -5px; |
|
|
|
margin-top: -5px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Themes for different contexts */ |
|
|
|
/* Themes for different contexts */ |
|
|
|
|
|
|
|
|
|
|
|
/* Default */ |
|
|
|
/* Default */ |
|
|
|
@ -320,7 +275,6 @@ h4.note { |
|
|
|
background-color: #eeeeee; |
|
|
|
background-color: #eeeeee; |
|
|
|
border-left-color: #777; |
|
|
|
border-left-color: #777; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bs-callout-default h4 { |
|
|
|
.bs-callout-default h4 { |
|
|
|
color: #777; |
|
|
|
color: #777; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -330,7 +284,6 @@ h4.note { |
|
|
|
background-color: #e8effc; |
|
|
|
background-color: #e8effc; |
|
|
|
border-left-color: #428bca; |
|
|
|
border-left-color: #428bca; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bs-callout-primary h4 { |
|
|
|
.bs-callout-primary h4 { |
|
|
|
color: #428bca; |
|
|
|
color: #428bca; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -340,7 +293,6 @@ h4.note { |
|
|
|
background-color: #eafce8; |
|
|
|
background-color: #eafce8; |
|
|
|
border-left-color: #5cb85c; |
|
|
|
border-left-color: #5cb85c; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bs-callout-success h4 { |
|
|
|
.bs-callout-success h4 { |
|
|
|
color: #5cb85c; |
|
|
|
color: #5cb85c; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -350,7 +302,6 @@ h4.note { |
|
|
|
background-color: #fce8e8; |
|
|
|
background-color: #fce8e8; |
|
|
|
border-left-color: #d9534f; |
|
|
|
border-left-color: #d9534f; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bs-callout-danger h4 { |
|
|
|
.bs-callout-danger h4 { |
|
|
|
color: #d9534f; |
|
|
|
color: #d9534f; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -360,7 +311,6 @@ h4.note { |
|
|
|
background-color: #fcfbe8; |
|
|
|
background-color: #fcfbe8; |
|
|
|
border-left-color: #f0ad4e; |
|
|
|
border-left-color: #f0ad4e; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bs-callout-warning h4 { |
|
|
|
.bs-callout-warning h4 { |
|
|
|
color: #f0ad4e; |
|
|
|
color: #f0ad4e; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -370,7 +320,6 @@ h4.note { |
|
|
|
background-color: #E8F6FC; |
|
|
|
background-color: #E8F6FC; |
|
|
|
border-left-color: #5bc0de; |
|
|
|
border-left-color: #5bc0de; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bs-callout-info h4 { |
|
|
|
.bs-callout-info h4 { |
|
|
|
color: #5bc0de; |
|
|
|
color: #5bc0de; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -384,37 +333,30 @@ h4.note { |
|
|
|
margin-bottom: 10px; |
|
|
|
margin-bottom: 10px; |
|
|
|
margin-top: 5px; |
|
|
|
margin-top: 5px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.stats:last-child{ |
|
|
|
.stats:last-child{ |
|
|
|
width: auto; |
|
|
|
width: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.stats > h3 > i { |
|
|
|
.stats > h3 > i { |
|
|
|
width: 21px; |
|
|
|
width: 21px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.stats > div{ |
|
|
|
.stats > div{ |
|
|
|
padding: 5px 0; |
|
|
|
padding: 5px 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.stats > div > .fa { |
|
|
|
.stats > div > .fa { |
|
|
|
width: 25px; |
|
|
|
width: 25px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.stats > div > span:first-of-type{ |
|
|
|
.stats > div > span:first-of-type{ |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*--------------------------------------| Bootstrap overrides |--------------------------------------*/ |
|
|
|
/*--------------------------------------| Bootstrap overrides |--------------------------------------*/ |
|
|
|
|
|
|
|
|
|
|
|
.ul, |
|
|
|
.ul, .ul-link { |
|
|
|
.ul-link { |
|
|
|
|
|
|
|
font-weight: 200; |
|
|
|
font-weight: 200; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ul-link:hover, |
|
|
|
.ul-link:hover, .ul-link:focus { |
|
|
|
.ul-link:focus { |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
color: inherit; |
|
|
|
text-decoration: none; |
|
|
|
text-decoration: none; |
|
|
|
opacity: .70; |
|
|
|
opacity: .70; |
|
|
|
@ -455,8 +397,7 @@ h4.note { |
|
|
|
border-bottom: 2px solid #61BD81; |
|
|
|
border-bottom: 2px solid #61BD81; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#alertError, |
|
|
|
#alertError,#alertSuccess{ |
|
|
|
#alertSuccess { |
|
|
|
|
|
|
|
display:none; |
|
|
|
display:none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -496,31 +437,24 @@ h4.note { |
|
|
|
.bg-black { |
|
|
|
.bg-black { |
|
|
|
color: #f9f9f9 !important; |
|
|
|
color: #f9f9f9 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-gray { |
|
|
|
.bg-gray { |
|
|
|
background-color: #eaeaec !important; |
|
|
|
background-color: #eaeaec !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-blackd{ |
|
|
|
.bg-blackd{ |
|
|
|
background-color: #222222 !important; |
|
|
|
background-color: #222222 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-red { |
|
|
|
.bg-red { |
|
|
|
background-color: #f56954 !important; |
|
|
|
background-color: #f56954 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-yellow { |
|
|
|
.bg-yellow { |
|
|
|
background-color: #f39c12 !important; |
|
|
|
background-color: #f39c12 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-cherry{ |
|
|
|
.bg-cherry{ |
|
|
|
background-color: #cd1231 !important; |
|
|
|
background-color: #cd1231 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-aqua { |
|
|
|
.bg-aqua { |
|
|
|
background-color: #00c0ef !important; |
|
|
|
background-color: #00c0ef !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-blue { |
|
|
|
.bg-blue { |
|
|
|
background-color: #0073b7 !important; |
|
|
|
background-color: #0073b7 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -528,47 +462,36 @@ h4.note { |
|
|
|
.bg-light-blue { |
|
|
|
.bg-light-blue { |
|
|
|
background-color: #5fb4ef !important; |
|
|
|
background-color: #5fb4ef !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-wood{ |
|
|
|
.bg-wood{ |
|
|
|
background-color: #ab7d44 !important; |
|
|
|
background-color: #ab7d44 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-green { |
|
|
|
.bg-green { |
|
|
|
background-color: #00a65a !important; |
|
|
|
background-color: #00a65a !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-grass { |
|
|
|
.bg-grass { |
|
|
|
background-color: #a1c436 !important; |
|
|
|
background-color: #a1c436 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-navy { |
|
|
|
.bg-navy { |
|
|
|
background-color: #001f3f !important; |
|
|
|
background-color: #001f3f !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-teal { |
|
|
|
.bg-teal { |
|
|
|
background-color: #39cccc !important; |
|
|
|
background-color: #39cccc !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-olive { |
|
|
|
.bg-olive { |
|
|
|
background-color: #7f8000 !important; |
|
|
|
background-color: #7f8000 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-lime { |
|
|
|
.bg-lime { |
|
|
|
background-color: #00e405 !important; |
|
|
|
background-color: #00e405 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-orange { |
|
|
|
.bg-orange { |
|
|
|
background-color: #ff851b !important; |
|
|
|
background-color: #ff851b !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-fuchsia { |
|
|
|
.bg-fuchsia { |
|
|
|
background-color: #f012be !important; |
|
|
|
background-color: #f012be !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-purple { |
|
|
|
.bg-purple { |
|
|
|
background-color: #932ab6 !important; |
|
|
|
background-color: #932ab6 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bg-maroon { |
|
|
|
.bg-maroon { |
|
|
|
background-color: #85144b !important; |
|
|
|
background-color: #85144b !important; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -576,60 +499,46 @@ h4.note { |
|
|
|
.bg-black { |
|
|
|
.bg-black { |
|
|
|
background-color: #000 !important; |
|
|
|
background-color: #000 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Text colors */ |
|
|
|
/* Text colors */ |
|
|
|
.text-red { |
|
|
|
.text-red { |
|
|
|
color: #f56954 !important; |
|
|
|
color: #f56954 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-yellow { |
|
|
|
.text-yellow { |
|
|
|
color: #f39c12 !important; |
|
|
|
color: #f39c12 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-aqua { |
|
|
|
.text-aqua { |
|
|
|
color: #00c0ef !important; |
|
|
|
color: #00c0ef !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-blue { |
|
|
|
.text-blue { |
|
|
|
color: #0073b7 !important; |
|
|
|
color: #0073b7 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-light-blue { |
|
|
|
.text-light-blue { |
|
|
|
color: #3c8dbc !important; |
|
|
|
color: #3c8dbc !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-green { |
|
|
|
.text-green { |
|
|
|
color: #00a65a !important; |
|
|
|
color: #00a65a !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-navy { |
|
|
|
.text-navy { |
|
|
|
color: #001f3f !important; |
|
|
|
color: #001f3f !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-teal { |
|
|
|
.text-teal { |
|
|
|
color: #39cccc !important; |
|
|
|
color: #39cccc !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-olive { |
|
|
|
.text-olive { |
|
|
|
color: #7f8000 !important; |
|
|
|
color: #7f8000 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-lime { |
|
|
|
.text-lime { |
|
|
|
color: #01ff70 !important; |
|
|
|
color: #01ff70 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-orange { |
|
|
|
.text-orange { |
|
|
|
color: #ff851b !important; |
|
|
|
color: #ff851b !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-fuchsia { |
|
|
|
.text-fuchsia { |
|
|
|
color: #f012be !important; |
|
|
|
color: #f012be !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-purple { |
|
|
|
.text-purple { |
|
|
|
color: #932ab6 !important; |
|
|
|
color: #932ab6 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-maroon { |
|
|
|
.text-maroon { |
|
|
|
color: #85144b !important; |
|
|
|
color: #85144b !important; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -638,7 +547,8 @@ h4.note { |
|
|
|
color: #ffffff !important; |
|
|
|
color: #ffffff !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-light-yellow { |
|
|
|
.text-light-yellow |
|
|
|
|
|
|
|
{ |
|
|
|
color: #fefc2e !important; |
|
|
|
color: #fefc2e !important; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
@ -751,7 +661,6 @@ h4.note { |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
background-color: #5bc0de; |
|
|
|
background-color: #5bc0de; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.panel-footer { |
|
|
|
.panel-footer { |
|
|
|
padding: 10px 15px; |
|
|
|
padding: 10px 15px; |
|
|
|
background-color: #f5f5f5; |
|
|
|
background-color: #f5f5f5; |
|
|
|
@ -781,108 +690,56 @@ h4.note { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes load4 { |
|
|
|
@-webkit-keyframes load4 { |
|
|
|
|
|
|
|
|
|
|
|
0%, |
|
|
|
0%, |
|
|
|
100% { |
|
|
|
100% { |
|
|
|
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; |
|
|
|
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
12.5% { |
|
|
|
12.5% { |
|
|
|
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; |
|
|
|
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
25% { |
|
|
|
25% { |
|
|
|
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; |
|
|
|
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
37.5% { |
|
|
|
37.5% { |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
50% { |
|
|
|
50% { |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
62.5% { |
|
|
|
62.5% { |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
75% { |
|
|
|
75% { |
|
|
|
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; |
|
|
|
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
87.5% { |
|
|
|
87.5% { |
|
|
|
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; |
|
|
|
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@keyframes load4 { |
|
|
|
@keyframes load4 { |
|
|
|
|
|
|
|
|
|
|
|
0%, |
|
|
|
0%, |
|
|
|
100% { |
|
|
|
100% { |
|
|
|
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; |
|
|
|
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
12.5% { |
|
|
|
12.5% { |
|
|
|
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; |
|
|
|
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
25% { |
|
|
|
25% { |
|
|
|
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; |
|
|
|
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
37.5% { |
|
|
|
37.5% { |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
50% { |
|
|
|
50% { |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
62.5% { |
|
|
|
62.5% { |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; |
|
|
|
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
75% { |
|
|
|
75% { |
|
|
|
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; |
|
|
|
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
87.5% { |
|
|
|
87.5% { |
|
|
|
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; |
|
|
|
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.fa-rotate-90 { |
|
|
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; |
|
|
|
|
|
|
|
-webkit-transform: rotate(90deg); |
|
|
|
|
|
|
|
-ms-transform: rotate(90deg); |
|
|
|
|
|
|
|
transform: rotate(90deg) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fa-rotate-180 { |
|
|
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; |
|
|
|
|
|
|
|
-webkit-transform: rotate(180deg); |
|
|
|
|
|
|
|
-ms-transform: rotate(180deg); |
|
|
|
|
|
|
|
transform: rotate(180deg) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fa-rotate-270 { |
|
|
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; |
|
|
|
|
|
|
|
-webkit-transform: rotate(270deg); |
|
|
|
|
|
|
|
-ms-transform: rotate(270deg); |
|
|
|
|
|
|
|
transform: rotate(270deg) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fa-flip-horizontal { |
|
|
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; |
|
|
|
|
|
|
|
-webkit-transform: scale(-1, 1); |
|
|
|
|
|
|
|
-ms-transform: scale(-1, 1); |
|
|
|
|
|
|
|
transform: scale(-1, 1) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fa-flip-vertical { |
|
|
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; |
|
|
|
|
|
|
|
-webkit-transform: scale(1, -1); |
|
|
|
|
|
|
|
-ms-transform: scale(1, -1); |
|
|
|
|
|
|
|
transform: scale(1, -1) |
|
|
|
|
|
|
|
} |
|
|
|
|