code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
/* colors:
Forest #1E434C
Rust #9B4F0F
Gold #C99E10 */
/*-------------------- Body --------------------*/
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
#page-container {
position: relative;
min-height: 100vh;
overflow-x: hidden;
}
/*-------------------- Header --------------------*/
/* #header-container{
height: 15vh;
} */
#header {
text-align: center;
font-family: "Fredoka One", cursive;
background-color: #8d230f;
color: white;
padding: 20px;
height: 12vh;
}
#header-logo {
height: 4vh;
}
#header a:link {
text-decoration: none;
color: white;
}
#header a:visited {
text-decoration: none;
color: white;
}
#header a:link {
text-decoration: none;
color: white;
}
header h1 {
margin-bottom: 0;
}
header p {
margin-top: 0;
font-size: 0.75rem;
}
/*-------------------- Home Page --------------------*/
#home-page-container {
position: relative;
display: flex;
justify-content: space-around;
height: 80vh;
}
#homepage-map-container {
display: flex;
align-items: center;
justify-content: center;
align-self: center;
border: 5px solid #c99e10;
}
#pop-up-address{
font-size: .75rem;
margin: 0;
}
/* Nav Bar */
#nav-bar {
background-color: #1e434c;
position: absolute;
left: 0;
align-self: flex-start;
padding: 10px;
height: 80vh;
}
#nav-bar ul {
margin: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
height: calc(80vh - 42px);
}
#nav-bar ul h4 {
margin: 0;
font-size: 1.25rem;
}
#nav-bar a:link {
text-decoration: none;
color: white;
}
#nav-bar a:visited {
color: white;
}
#nav-bar a:hover {
color: #c99e10;
}
/*-------------------- Brewery Page --------------------*/
#brewery-container {
width: 40vw;
margin: 0 30vw;
display: flex;
flex-direction: column;
padding-bottom: 10vh;
}
#brewery-container a:link {
text-decoration: none;
color: #1e434c;
}
#brewery-container a:visited {
color: #1e434c;
}
#brewery-container a:hover {
color: #c99e10;
}
#brewery-container h3 {
color: #1e434c;
margin: 5px 0;
}
#brewery-map-container {
display: flex;
align-items: center;
justify-content: center;
align-self: center;
border: 5px solid #c99e10;
}
#information-container {
display: flex;
flex-direction: row;
justify-content: space-between;
}
#location-and-hours-container {
padding: 0 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#hours {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 20vh;
}
#additional-information {
margin: 10px 0;
}
#additional-information p {
padding: 0;
margin: 0;
}
/* Comments */
textarea{
width: 35vw;
}
/*-------------------- 404 Page --------------------*/
#not-found-container{
text-align:center;
margin: 10vh;
}
#submit-button{
background-color:#1e434c;
color: white;
border-radius: 10%;
}
#submit-button:hover{
background-color: #c99e10;
color: black;
cursor: pointer;
}
/*-------------------- Footer --------------------*/
#footer {
position: absolute;
bottom: 0;
width: 100vw;
height: 5vh;
text-align: right;
background-color: #8d230f;
color: white;
}
#footer a:link {
color: white;
}
#footer a:visited {
color: white;
}
#footer p {
padding: 10px 25px;
margin: 0;
} | client/src/App.css | @import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
/* colors:
Forest #1E434C
Rust #9B4F0F
Gold #C99E10 */
/*-------------------- Body --------------------*/
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
#page-container {
position: relative;
min-height: 100vh;
overflow-x: hidden;
}
/*-------------------- Header --------------------*/
/* #header-container{
height: 15vh;
} */
#header {
text-align: center;
font-family: "Fredoka One", cursive;
background-color: #8d230f;
color: white;
padding: 20px;
height: 12vh;
}
#header-logo {
height: 4vh;
}
#header a:link {
text-decoration: none;
color: white;
}
#header a:visited {
text-decoration: none;
color: white;
}
#header a:link {
text-decoration: none;
color: white;
}
header h1 {
margin-bottom: 0;
}
header p {
margin-top: 0;
font-size: 0.75rem;
}
/*-------------------- Home Page --------------------*/
#home-page-container {
position: relative;
display: flex;
justify-content: space-around;
height: 80vh;
}
#homepage-map-container {
display: flex;
align-items: center;
justify-content: center;
align-self: center;
border: 5px solid #c99e10;
}
#pop-up-address{
font-size: .75rem;
margin: 0;
}
/* Nav Bar */
#nav-bar {
background-color: #1e434c;
position: absolute;
left: 0;
align-self: flex-start;
padding: 10px;
height: 80vh;
}
#nav-bar ul {
margin: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
height: calc(80vh - 42px);
}
#nav-bar ul h4 {
margin: 0;
font-size: 1.25rem;
}
#nav-bar a:link {
text-decoration: none;
color: white;
}
#nav-bar a:visited {
color: white;
}
#nav-bar a:hover {
color: #c99e10;
}
/*-------------------- Brewery Page --------------------*/
#brewery-container {
width: 40vw;
margin: 0 30vw;
display: flex;
flex-direction: column;
padding-bottom: 10vh;
}
#brewery-container a:link {
text-decoration: none;
color: #1e434c;
}
#brewery-container a:visited {
color: #1e434c;
}
#brewery-container a:hover {
color: #c99e10;
}
#brewery-container h3 {
color: #1e434c;
margin: 5px 0;
}
#brewery-map-container {
display: flex;
align-items: center;
justify-content: center;
align-self: center;
border: 5px solid #c99e10;
}
#information-container {
display: flex;
flex-direction: row;
justify-content: space-between;
}
#location-and-hours-container {
padding: 0 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#hours {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 20vh;
}
#additional-information {
margin: 10px 0;
}
#additional-information p {
padding: 0;
margin: 0;
}
/* Comments */
textarea{
width: 35vw;
}
/*-------------------- 404 Page --------------------*/
#not-found-container{
text-align:center;
margin: 10vh;
}
#submit-button{
background-color:#1e434c;
color: white;
border-radius: 10%;
}
#submit-button:hover{
background-color: #c99e10;
color: black;
cursor: pointer;
}
/*-------------------- Footer --------------------*/
#footer {
position: absolute;
bottom: 0;
width: 100vw;
height: 5vh;
text-align: right;
background-color: #8d230f;
color: white;
}
#footer a:link {
color: white;
}
#footer a:visited {
color: white;
}
#footer p {
padding: 10px 25px;
margin: 0;
} | 0.338296 | 0.065247 |
.container {
position: relative;
min-height: 152px;
flex: 1 1 352px;
border: 1px solid var(--neutral-light-8);
background-color: var(--white);
box-shadow: 0 0 1px 0 var(--tile-shadow-1), 0 1px 0 0 var(--tile-shadow-2), 0 2px 5px -2px var(--tile-shadow-3);
display: flex;
overflow: hidden;
border-radius: 8px;
max-width: 400px;
cursor: pointer;
transition: all 0.2 ease-in-out;
user-select: none;
margin: 0px auto 12px;
}
.container:active {
box-shadow: 0 0 1px 0 var(--tile-shadow-1), 0 2px 3px -2px var(--tile-shadow-3);
}
.mainContent {
display: flex;
flex-direction: column;
flex: 1;
min-width: 0;
position: relative;
}
.rightContent {
display: flex;
flex-direction: column;
flex: 0 0 53px;
}
.rightContent > *:last-child {
border-bottom: 0px;
}
.metadata {
position: relative;
display: flex;
flex: 1 1;
}
.topRight {
position: absolute;
right: 10px;
left: 0;
top: 10px;
text-align: right;
display: inline-flex;
justify-content: flex-end;
align-items: center;
}
.statItem {
display: flex;
align-items: center;
padding: 0px 10px;
transform: scale(1);
transition: transform 0.07s ease-in-out;
}
.statItem:active {
transform: scale(0.93);
color: var(--primary);
}
.statItem:active svg path {
fill: var(--primary);
}
.disabledStatItem {
opacity: 0.5;
}
.listenCount {
margin-left: auto;
display: flex;
justify-content: center;
align-items: center;
}
.bottomButtons {
margin: 0px 10px;
border-top: 1px solid var(--neutral-light-8);
height: 38px;
display: flex;
align-items: center;
}
.bottomButtons div {
margin-right: 36px;
}
.bottomButtons div:last-child {
margin-left: auto;
margin-right: 0px;
}
.bottomButton svg {
height: 24px !important;
width: 24px !important;
}
.overflowButton {
position: relative;
top: -2px;
}
.titles {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
color: var(--neutral);
font-size: 16px;
text-align: left;
/* Text truncation*/
flex: 0 1 65%;
overflow:hidden;
margin-right: 12px;
margin-top: 10px;
}
.titles.titleFeatured {
padding-top: 4px;
}
.title path {
fill: var(--primary);
}
.title svg {
flex: 0 0 auto;
}
.titlesActive {
color: var(--primary);
}
.titles div {
overflow:hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.title {
margin-top: auto;
font-weight: var(--font-bold);
line-height: normal;
padding-right: 5px;
margin-bottom: 2px;
display: flex;
min-height: 20px;
align-items: center;
position: relative;
}
.title:active {
text-decoration: underline;
}
.title svg {
margin-left: 8px;
}
.artist {
margin-bottom: auto;
font-weight: 500;
line-height: normal;
padding-right: 5px;
max-width: 100%;
min-height: 20px;
flex-wrap: nowrap;
align-items: center;
position: relative;
}
.artist:active {
text-decoration: underline;
}
.userName {
overflow: hidden;
text-overflow: ellipsis;
}
.skeleton {
position: absolute;
top: 0;
}
.coSignLabel {
position: absolute;
bottom: -3px;
left: 96px;
color: var(--primary);
font-size: var(--font-xs);
font-weight: var(--font-heavy);
letter-spacing: 1px;
line-height: 15px;
text-transform: uppercase;
}
.coSignText {
color: var(--neutral-light-4);
font-size: var(--font-xs);
font-weight: var(--font-medium);
letter-spacing: 0.2px;
line-height: 14px;
display: inline-flex;
align-items: center;
justify-content: flex-start;
margin-left: 10px;
margin-top: 8px;
}
.coSignText .name {
margin-right: 4px;
}
.coSignText .iconVerified {
height: 8px;
width: 8px;
}
.stats {
display: flex;
flex: 0 0 26px;
align-items: stretch;
padding: 2px 0px;
margin: 0px 10px 0px 0px;
height: 30px;
}
.statText {
font-weight: 500;
font-size: 12px;
letter-spacing: 0.2px;
line-height: 11px;
color: var(--neutral-light-4);
}
.stats svg {
width: 14px;
height: 14px;
position: relative;
bottom: 1px;
margin-left: 3px;
}
.stats path {
fill: var(--neutral-light-4);
}
.albumArt {
border-radius: 4px;
flex: 0 0 74px;
background-size: 100%;
}
.albumArtContainer {
margin: 10px 12px 0px 10px;
}
.activeButton path {
fill: var(--primary)
}
.heartIcon {
height: 22px;
width: 22px;
}
.iconVerified {
flex: 0 0 14px;
margin-left: 4px;
height: 10px;
width: 10px;
}
.iconVerified path {
fill: var(--primary);
}
.artistPick {
margin-right: 8px;
display: inline-flex;
align-items: center;
justify-content: flex-end;
color: var(--neutral-light-4);
font-size: var(--font-xs);
font-weight: var(--font-medium);
letter-spacing: 0.2px;
}
.artistPick svg {
height: 16px;
width: 16px;
margin-right: 4px;
}
.artistPick svg path {
fill: var(--neutral-light-4);
}
.favoriteButton {
height: 14px;
width: 14px;
margin-left: 4px;
}
.repostButton {
height: 16px;
width: 16px;
margin-left: 4px;
}
.hide {
opacity: 0;
}
.show {
opacity: 1;
transition: opacity ease-in-out 0.5s;
} | src/components/track/mobile/TrackTile.module.css | .container {
position: relative;
min-height: 152px;
flex: 1 1 352px;
border: 1px solid var(--neutral-light-8);
background-color: var(--white);
box-shadow: 0 0 1px 0 var(--tile-shadow-1), 0 1px 0 0 var(--tile-shadow-2), 0 2px 5px -2px var(--tile-shadow-3);
display: flex;
overflow: hidden;
border-radius: 8px;
max-width: 400px;
cursor: pointer;
transition: all 0.2 ease-in-out;
user-select: none;
margin: 0px auto 12px;
}
.container:active {
box-shadow: 0 0 1px 0 var(--tile-shadow-1), 0 2px 3px -2px var(--tile-shadow-3);
}
.mainContent {
display: flex;
flex-direction: column;
flex: 1;
min-width: 0;
position: relative;
}
.rightContent {
display: flex;
flex-direction: column;
flex: 0 0 53px;
}
.rightContent > *:last-child {
border-bottom: 0px;
}
.metadata {
position: relative;
display: flex;
flex: 1 1;
}
.topRight {
position: absolute;
right: 10px;
left: 0;
top: 10px;
text-align: right;
display: inline-flex;
justify-content: flex-end;
align-items: center;
}
.statItem {
display: flex;
align-items: center;
padding: 0px 10px;
transform: scale(1);
transition: transform 0.07s ease-in-out;
}
.statItem:active {
transform: scale(0.93);
color: var(--primary);
}
.statItem:active svg path {
fill: var(--primary);
}
.disabledStatItem {
opacity: 0.5;
}
.listenCount {
margin-left: auto;
display: flex;
justify-content: center;
align-items: center;
}
.bottomButtons {
margin: 0px 10px;
border-top: 1px solid var(--neutral-light-8);
height: 38px;
display: flex;
align-items: center;
}
.bottomButtons div {
margin-right: 36px;
}
.bottomButtons div:last-child {
margin-left: auto;
margin-right: 0px;
}
.bottomButton svg {
height: 24px !important;
width: 24px !important;
}
.overflowButton {
position: relative;
top: -2px;
}
.titles {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
color: var(--neutral);
font-size: 16px;
text-align: left;
/* Text truncation*/
flex: 0 1 65%;
overflow:hidden;
margin-right: 12px;
margin-top: 10px;
}
.titles.titleFeatured {
padding-top: 4px;
}
.title path {
fill: var(--primary);
}
.title svg {
flex: 0 0 auto;
}
.titlesActive {
color: var(--primary);
}
.titles div {
overflow:hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.title {
margin-top: auto;
font-weight: var(--font-bold);
line-height: normal;
padding-right: 5px;
margin-bottom: 2px;
display: flex;
min-height: 20px;
align-items: center;
position: relative;
}
.title:active {
text-decoration: underline;
}
.title svg {
margin-left: 8px;
}
.artist {
margin-bottom: auto;
font-weight: 500;
line-height: normal;
padding-right: 5px;
max-width: 100%;
min-height: 20px;
flex-wrap: nowrap;
align-items: center;
position: relative;
}
.artist:active {
text-decoration: underline;
}
.userName {
overflow: hidden;
text-overflow: ellipsis;
}
.skeleton {
position: absolute;
top: 0;
}
.coSignLabel {
position: absolute;
bottom: -3px;
left: 96px;
color: var(--primary);
font-size: var(--font-xs);
font-weight: var(--font-heavy);
letter-spacing: 1px;
line-height: 15px;
text-transform: uppercase;
}
.coSignText {
color: var(--neutral-light-4);
font-size: var(--font-xs);
font-weight: var(--font-medium);
letter-spacing: 0.2px;
line-height: 14px;
display: inline-flex;
align-items: center;
justify-content: flex-start;
margin-left: 10px;
margin-top: 8px;
}
.coSignText .name {
margin-right: 4px;
}
.coSignText .iconVerified {
height: 8px;
width: 8px;
}
.stats {
display: flex;
flex: 0 0 26px;
align-items: stretch;
padding: 2px 0px;
margin: 0px 10px 0px 0px;
height: 30px;
}
.statText {
font-weight: 500;
font-size: 12px;
letter-spacing: 0.2px;
line-height: 11px;
color: var(--neutral-light-4);
}
.stats svg {
width: 14px;
height: 14px;
position: relative;
bottom: 1px;
margin-left: 3px;
}
.stats path {
fill: var(--neutral-light-4);
}
.albumArt {
border-radius: 4px;
flex: 0 0 74px;
background-size: 100%;
}
.albumArtContainer {
margin: 10px 12px 0px 10px;
}
.activeButton path {
fill: var(--primary)
}
.heartIcon {
height: 22px;
width: 22px;
}
.iconVerified {
flex: 0 0 14px;
margin-left: 4px;
height: 10px;
width: 10px;
}
.iconVerified path {
fill: var(--primary);
}
.artistPick {
margin-right: 8px;
display: inline-flex;
align-items: center;
justify-content: flex-end;
color: var(--neutral-light-4);
font-size: var(--font-xs);
font-weight: var(--font-medium);
letter-spacing: 0.2px;
}
.artistPick svg {
height: 16px;
width: 16px;
margin-right: 4px;
}
.artistPick svg path {
fill: var(--neutral-light-4);
}
.favoriteButton {
height: 14px;
width: 14px;
margin-left: 4px;
}
.repostButton {
height: 16px;
width: 16px;
margin-left: 4px;
}
.hide {
opacity: 0;
}
.show {
opacity: 1;
transition: opacity ease-in-out 0.5s;
} | 0.464416 | 0.080141 |
.svg-ic_adb_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 0 no-repeat;
}
.svg-ic_adb_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_flat_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 33.333333333333336% no-repeat;
}
.svg-ic_airline_seat_flat_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_flat_angled_24px {
background: url(svg-sprite-notification.svg) 0 16.666666666666668% no-repeat;
}
.svg-ic_airline_seat_flat_angled_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_individual_suite_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 16.666666666666668% no-repeat;
}
.svg-ic_airline_seat_individual_suite_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_legroom_extra_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 0 no-repeat;
}
.svg-ic_airline_seat_legroom_extra_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_legroom_normal_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 16.666666666666668% no-repeat;
}
.svg-ic_airline_seat_legroom_normal_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_legroom_reduced_24px {
background: url(svg-sprite-notification.svg) 0 33.333333333333336% no-repeat;
}
.svg-ic_airline_seat_legroom_reduced_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_recline_extra_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 33.333333333333336% no-repeat;
}
.svg-ic_airline_seat_recline_extra_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_recline_normal_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 33.333333333333336% no-repeat;
}
.svg-ic_airline_seat_recline_normal_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_bluetooth_audio_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 0 no-repeat;
}
.svg-ic_bluetooth_audio_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_confirmation_number_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 16.666666666666668% no-repeat;
}
.svg-ic_confirmation_number_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_disc_full_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 33.333333333333336% no-repeat;
}
.svg-ic_disc_full_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_do_not_disturb_24px {
background: url(svg-sprite-notification.svg) 0 50% no-repeat;
}
.svg-ic_do_not_disturb_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_do_not_disturb_alt_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 50% no-repeat;
}
.svg-ic_do_not_disturb_alt_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_do_not_disturb_off_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 50% no-repeat;
}
.svg-ic_do_not_disturb_off_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_do_not_disturb_on_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 50% no-repeat;
}
.svg-ic_do_not_disturb_on_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_drive_eta_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 0 no-repeat;
}
.svg-ic_drive_eta_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_enhanced_encryption_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 16.666666666666668% no-repeat;
}
.svg-ic_enhanced_encryption_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_event_available_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 33.333333333333336% no-repeat;
}
.svg-ic_event_available_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_event_busy_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 50% no-repeat;
}
.svg-ic_event_busy_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_event_note_24px {
background: url(svg-sprite-notification.svg) 0 66.66666666666667% no-repeat;
}
.svg-ic_event_note_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_folder_special_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 66.66666666666667% no-repeat;
}
.svg-ic_folder_special_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_live_tv_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 66.66666666666667% no-repeat;
}
.svg-ic_live_tv_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_mms_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 66.66666666666667% no-repeat;
}
.svg-ic_mms_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_more_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 66.66666666666667% no-repeat;
}
.svg-ic_more_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_network_check_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 0 no-repeat;
}
.svg-ic_network_check_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_network_locked_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 16.666666666666668% no-repeat;
}
.svg-ic_network_locked_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_no_encryption_24px {
background: url(svg-sprite-notification.svg) 0 0 no-repeat;
}
.svg-ic_no_encryption_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_ondemand_video_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 50% no-repeat;
}
.svg-ic_ondemand_video_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_personal_video_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 66.66666666666667% no-repeat;
}
.svg-ic_personal_video_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_bluetooth_speaker_24px {
background: url(svg-sprite-notification.svg) 0 83.33333333333333% no-repeat;
}
.svg-ic_phone_bluetooth_speaker_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_forwarded_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 83.33333333333333% no-repeat;
}
.svg-ic_phone_forwarded_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_in_talk_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 83.33333333333333% no-repeat;
}
.svg-ic_phone_in_talk_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_locked_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 83.33333333333333% no-repeat;
}
.svg-ic_phone_locked_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_missed_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 83.33333333333333% no-repeat;
}
.svg-ic_phone_missed_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_paused_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 83.33333333333333% no-repeat;
}
.svg-ic_phone_paused_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_power_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 0 no-repeat;
}
.svg-ic_power_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_priority_high_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 16.666666666666668% no-repeat;
}
.svg-ic_priority_high_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_rv_hookup_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 33.333333333333336% no-repeat;
}
.svg-ic_rv_hookup_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sd_card_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 50% no-repeat;
}
.svg-ic_sd_card_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sim_card_alert_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 66.66666666666667% no-repeat;
}
.svg-ic_sim_card_alert_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sms_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 83.33333333333333% no-repeat;
}
.svg-ic_sms_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sms_failed_24px {
background: url(svg-sprite-notification.svg) 0 100% no-repeat;
}
.svg-ic_sms_failed_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sync_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 100% no-repeat;
}
.svg-ic_sync_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sync_disabled_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 100% no-repeat;
}
.svg-ic_sync_disabled_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sync_problem_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 100% no-repeat;
}
.svg-ic_sync_problem_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_system_update_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 100% no-repeat;
}
.svg-ic_system_update_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_tap_and_play_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 100% no-repeat;
}
.svg-ic_tap_and_play_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_time_to_leave_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 100% no-repeat;
}
.svg-ic_time_to_leave_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_vibration_24px {
background: url(svg-sprite-notification.svg) 100% 0 no-repeat;
}
.svg-ic_vibration_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_voice_chat_24px {
background: url(svg-sprite-notification.svg) 100% 16.666666666666668% no-repeat;
}
.svg-ic_voice_chat_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_vpn_lock_24px {
background: url(svg-sprite-notification.svg) 100% 33.333333333333336% no-repeat;
}
.svg-ic_vpn_lock_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_wc_24px {
background: url(svg-sprite-notification.svg) 100% 50% no-repeat;
}
.svg-ic_wc_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_wifi_24px {
background: url(svg-sprite-notification.svg) 100% 66.66666666666667% no-repeat;
}
.svg-ic_wifi_24px-dims {
width: 24px;
height: 24px;
} | cedar/static/lib/material-design-icons/sprites/svg-sprite/svg-sprite-notification.css | .svg-ic_adb_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 0 no-repeat;
}
.svg-ic_adb_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_flat_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 33.333333333333336% no-repeat;
}
.svg-ic_airline_seat_flat_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_flat_angled_24px {
background: url(svg-sprite-notification.svg) 0 16.666666666666668% no-repeat;
}
.svg-ic_airline_seat_flat_angled_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_individual_suite_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 16.666666666666668% no-repeat;
}
.svg-ic_airline_seat_individual_suite_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_legroom_extra_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 0 no-repeat;
}
.svg-ic_airline_seat_legroom_extra_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_legroom_normal_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 16.666666666666668% no-repeat;
}
.svg-ic_airline_seat_legroom_normal_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_legroom_reduced_24px {
background: url(svg-sprite-notification.svg) 0 33.333333333333336% no-repeat;
}
.svg-ic_airline_seat_legroom_reduced_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_recline_extra_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 33.333333333333336% no-repeat;
}
.svg-ic_airline_seat_recline_extra_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_recline_normal_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 33.333333333333336% no-repeat;
}
.svg-ic_airline_seat_recline_normal_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_bluetooth_audio_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 0 no-repeat;
}
.svg-ic_bluetooth_audio_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_confirmation_number_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 16.666666666666668% no-repeat;
}
.svg-ic_confirmation_number_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_disc_full_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 33.333333333333336% no-repeat;
}
.svg-ic_disc_full_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_do_not_disturb_24px {
background: url(svg-sprite-notification.svg) 0 50% no-repeat;
}
.svg-ic_do_not_disturb_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_do_not_disturb_alt_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 50% no-repeat;
}
.svg-ic_do_not_disturb_alt_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_do_not_disturb_off_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 50% no-repeat;
}
.svg-ic_do_not_disturb_off_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_do_not_disturb_on_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 50% no-repeat;
}
.svg-ic_do_not_disturb_on_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_drive_eta_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 0 no-repeat;
}
.svg-ic_drive_eta_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_enhanced_encryption_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 16.666666666666668% no-repeat;
}
.svg-ic_enhanced_encryption_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_event_available_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 33.333333333333336% no-repeat;
}
.svg-ic_event_available_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_event_busy_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 50% no-repeat;
}
.svg-ic_event_busy_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_event_note_24px {
background: url(svg-sprite-notification.svg) 0 66.66666666666667% no-repeat;
}
.svg-ic_event_note_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_folder_special_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 66.66666666666667% no-repeat;
}
.svg-ic_folder_special_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_live_tv_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 66.66666666666667% no-repeat;
}
.svg-ic_live_tv_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_mms_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 66.66666666666667% no-repeat;
}
.svg-ic_mms_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_more_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 66.66666666666667% no-repeat;
}
.svg-ic_more_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_network_check_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 0 no-repeat;
}
.svg-ic_network_check_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_network_locked_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 16.666666666666668% no-repeat;
}
.svg-ic_network_locked_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_no_encryption_24px {
background: url(svg-sprite-notification.svg) 0 0 no-repeat;
}
.svg-ic_no_encryption_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_ondemand_video_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 50% no-repeat;
}
.svg-ic_ondemand_video_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_personal_video_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 66.66666666666667% no-repeat;
}
.svg-ic_personal_video_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_bluetooth_speaker_24px {
background: url(svg-sprite-notification.svg) 0 83.33333333333333% no-repeat;
}
.svg-ic_phone_bluetooth_speaker_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_forwarded_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 83.33333333333333% no-repeat;
}
.svg-ic_phone_forwarded_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_in_talk_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 83.33333333333333% no-repeat;
}
.svg-ic_phone_in_talk_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_locked_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 83.33333333333333% no-repeat;
}
.svg-ic_phone_locked_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_missed_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 83.33333333333333% no-repeat;
}
.svg-ic_phone_missed_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_phone_paused_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 83.33333333333333% no-repeat;
}
.svg-ic_phone_paused_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_power_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 0 no-repeat;
}
.svg-ic_power_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_priority_high_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 16.666666666666668% no-repeat;
}
.svg-ic_priority_high_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_rv_hookup_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 33.333333333333336% no-repeat;
}
.svg-ic_rv_hookup_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sd_card_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 50% no-repeat;
}
.svg-ic_sd_card_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sim_card_alert_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 66.66666666666667% no-repeat;
}
.svg-ic_sim_card_alert_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sms_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 83.33333333333333% no-repeat;
}
.svg-ic_sms_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sms_failed_24px {
background: url(svg-sprite-notification.svg) 0 100% no-repeat;
}
.svg-ic_sms_failed_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sync_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 100% no-repeat;
}
.svg-ic_sync_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sync_disabled_24px {
background: url(svg-sprite-notification.svg) 28.571428571428573% 100% no-repeat;
}
.svg-ic_sync_disabled_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_sync_problem_24px {
background: url(svg-sprite-notification.svg) 42.857142857142854% 100% no-repeat;
}
.svg-ic_sync_problem_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_system_update_24px {
background: url(svg-sprite-notification.svg) 57.142857142857146% 100% no-repeat;
}
.svg-ic_system_update_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_tap_and_play_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 100% no-repeat;
}
.svg-ic_tap_and_play_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_time_to_leave_24px {
background: url(svg-sprite-notification.svg) 85.71428571428571% 100% no-repeat;
}
.svg-ic_time_to_leave_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_vibration_24px {
background: url(svg-sprite-notification.svg) 100% 0 no-repeat;
}
.svg-ic_vibration_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_voice_chat_24px {
background: url(svg-sprite-notification.svg) 100% 16.666666666666668% no-repeat;
}
.svg-ic_voice_chat_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_vpn_lock_24px {
background: url(svg-sprite-notification.svg) 100% 33.333333333333336% no-repeat;
}
.svg-ic_vpn_lock_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_wc_24px {
background: url(svg-sprite-notification.svg) 100% 50% no-repeat;
}
.svg-ic_wc_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_wifi_24px {
background: url(svg-sprite-notification.svg) 100% 66.66666666666667% no-repeat;
}
.svg-ic_wifi_24px-dims {
width: 24px;
height: 24px;
} | 0.350199 | 0.137475 |
padding: 32px 20px 32px 20px !important;
}
#header {
height: 42vh !important;
min-height: 420px;
padding-top: 120px !important;
}
/* index page*/
.header-one {
background: url('../images/header-firstpage.jpg') no-repeat;
height: 60vh !important;
min-height: 520px;
padding-top: 150px !important;
}
/*about page */
.header-two {
background: url('../images/header-about.jpg') no-repeat;
}
/*blog page*/
.header-three {
background: url('../images/header-blog.jpg') no-repeat;
}
/* contact page */
.header-four {
background: url('../images/header-contact.jpg') no-repeat;
}
/*malvagard project page */
.header-five {
background: url('../images/header-malvagard.jpg') no-repeat;
}
/*volvo page */
.header-six {
background: url('../images/header-volvo.jpg') no-repeat;
}
/*ericsson page*/
.header-seven {
background: url('../images/header-ericsson.jpg') no-repeat;
}
/*eumundi page*/
.header-eight {
background: url('../images/header-eumundi.jpg') no-repeat;
}
/*ombla design page*/
.header-nine {
background: url('../images/header-ombladesign.jpg') no-repeat;
}
/*methods and tools page*/
.header-ten {
background: url('../images/header-method.jpg') no-repeat;
}
/* Portfolio section styles
/* ========================================== */
#portfolio {
text-align: center;
padding-top: 3rem;
padding-bottom: 6rem;
}
#portfolio img {
width: 100%;
}
#portfolio .portfolio-thumb {
position: relative;
overflow: hidden;
margin: 0;
}
#portfolio .portfolio-thumb .portfolio-overlay {
background: #141414;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#portfolio .portfolio-thumb:hover .portfolio-overlay {
opacity: 0.9;
}
#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
text-align: center;
padding: 30% 20px 20px;
}
#portfolio .portfolio-thumb .portfolio-overlay .fa {
background: #f9f9f9;
border-radius: 100px;
color: #141414;
font-size: 1.3rem;
display: inline-block;
width: 3.5rem;
height: 3.5rem;
line-height: 3.5rem;
text-align: center;
text-decoration: none;
margin-bottom: 4px;
}
/*filter css*/
.filter-wrapper {
width: 100%;
margin-bottom: 32px;
overflow: hidden;
}
.filter-wrapper li {
display: inline-block;
margin: 4px;
}
.filter-wrapper li a {
color: #666;
font-size: 13px;
font-weight: 400;
letter-spacing: 2px;
padding: 8px 17px;
margin-right: 2px;
margin-left: 2px;
text-transform: uppercase;
display: block;
text-decoration: none;
transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:active {
background: #111112 !important;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
background: #111112;
color: #ffffff;
}
/*isotope box css*/
.iso-box-section {
width: 100%;
}
.iso-box-wrapper {
width: 100%;
padding: 0;
clear: both;
position: relative;
}
.iso-box {
position: relative;
min-height: 50px;
float: left;
overflow: hidden;
margin-bottom: 25px;
}
.iso-box > a {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.fluid-img {
width: 100%;
display: block;
}
/* single project section styles
/* ========================================== */
#single-project {
padding-top: 4rem;
padding-bottom: 6rem;
}
#single-project .project-info {
padding-bottom: 10px;
}
#single-project img {
padding-top: 14px;
}
#single-project iframe {
display: block;
width: 100%;
height: 300px;
overflow: hidden;
border: none;
}
.animated_gallery
{
display:inline-block;
border:0;
width:33%;
height:auto;
position: relative;
margin-top: 40px;
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1);
transition: all 200ms ease-in;
transform: scale(1);
}
.animated_gallery:hover
{
box-shadow: 0px 0px 150px #000000;
z-index: 2;
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.5);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.5);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.5);
transition: all 200ms ease-in;
transform: scale(1.5);
}
.block {
display: block;
}
/* about section styles
/* ========================================== */
#about {
padding-top: 5rem;
padding-bottom: 8rem;
}
#about .col-md-4 {
padding-top: 16px;
padding-bottom: 32px;
}
#about img {
padding-bottom: 20px;
}
#about blockquote {
letter-spacing: 2px;
margin-top: 20px;
}
.centre {
text-align: center;
}
/* Responsive Mobile styles
/* ========================================== */
@media (max-width: 980px) {
.intro-inner {top: 30%;}
#contact .col-md-4 {
padding: 62px 20px 42px 32px;
}
#contact .col-md-4 p {
font-size: 12px;
}
#contact #map-canvas {
margin-bottom: 60px;
}
}
@media (max-width: 768px) {
.brand {
padding-left: 24px;
}
.header-one, .header-two,
.header-three, .header-four,
.header-five {
min-height: 380px;
padding-top: 80px !important;
}
#about .col-md-4,
#single-project .col-md-3 {
padding-bottom: 32px;
}
}
@media (max-width: 700px) {
h1 {
font-size: 1.3rem;
}
h3 {
font-size: 13px;
letter-spacing: 3px;
}
.filter-wrapper {
padding: 0px;
}
#contact {
padding-bottom: 4rem;
}
#contact .col-md-4 {
padding: 32px 20px 22px 62px;
}
.contact-submit {
width: 70%;
}
}
@media (max-width: 450px) {
.intro-inner {top: 50%;}
} | css/style-filter.css | padding: 32px 20px 32px 20px !important;
}
#header {
height: 42vh !important;
min-height: 420px;
padding-top: 120px !important;
}
/* index page*/
.header-one {
background: url('../images/header-firstpage.jpg') no-repeat;
height: 60vh !important;
min-height: 520px;
padding-top: 150px !important;
}
/*about page */
.header-two {
background: url('../images/header-about.jpg') no-repeat;
}
/*blog page*/
.header-three {
background: url('../images/header-blog.jpg') no-repeat;
}
/* contact page */
.header-four {
background: url('../images/header-contact.jpg') no-repeat;
}
/*malvagard project page */
.header-five {
background: url('../images/header-malvagard.jpg') no-repeat;
}
/*volvo page */
.header-six {
background: url('../images/header-volvo.jpg') no-repeat;
}
/*ericsson page*/
.header-seven {
background: url('../images/header-ericsson.jpg') no-repeat;
}
/*eumundi page*/
.header-eight {
background: url('../images/header-eumundi.jpg') no-repeat;
}
/*ombla design page*/
.header-nine {
background: url('../images/header-ombladesign.jpg') no-repeat;
}
/*methods and tools page*/
.header-ten {
background: url('../images/header-method.jpg') no-repeat;
}
/* Portfolio section styles
/* ========================================== */
#portfolio {
text-align: center;
padding-top: 3rem;
padding-bottom: 6rem;
}
#portfolio img {
width: 100%;
}
#portfolio .portfolio-thumb {
position: relative;
overflow: hidden;
margin: 0;
}
#portfolio .portfolio-thumb .portfolio-overlay {
background: #141414;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#portfolio .portfolio-thumb:hover .portfolio-overlay {
opacity: 0.9;
}
#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
text-align: center;
padding: 30% 20px 20px;
}
#portfolio .portfolio-thumb .portfolio-overlay .fa {
background: #f9f9f9;
border-radius: 100px;
color: #141414;
font-size: 1.3rem;
display: inline-block;
width: 3.5rem;
height: 3.5rem;
line-height: 3.5rem;
text-align: center;
text-decoration: none;
margin-bottom: 4px;
}
/*filter css*/
.filter-wrapper {
width: 100%;
margin-bottom: 32px;
overflow: hidden;
}
.filter-wrapper li {
display: inline-block;
margin: 4px;
}
.filter-wrapper li a {
color: #666;
font-size: 13px;
font-weight: 400;
letter-spacing: 2px;
padding: 8px 17px;
margin-right: 2px;
margin-left: 2px;
text-transform: uppercase;
display: block;
text-decoration: none;
transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:active {
background: #111112 !important;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
background: #111112;
color: #ffffff;
}
/*isotope box css*/
.iso-box-section {
width: 100%;
}
.iso-box-wrapper {
width: 100%;
padding: 0;
clear: both;
position: relative;
}
.iso-box {
position: relative;
min-height: 50px;
float: left;
overflow: hidden;
margin-bottom: 25px;
}
.iso-box > a {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.fluid-img {
width: 100%;
display: block;
}
/* single project section styles
/* ========================================== */
#single-project {
padding-top: 4rem;
padding-bottom: 6rem;
}
#single-project .project-info {
padding-bottom: 10px;
}
#single-project img {
padding-top: 14px;
}
#single-project iframe {
display: block;
width: 100%;
height: 300px;
overflow: hidden;
border: none;
}
.animated_gallery
{
display:inline-block;
border:0;
width:33%;
height:auto;
position: relative;
margin-top: 40px;
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1);
transition: all 200ms ease-in;
transform: scale(1);
}
.animated_gallery:hover
{
box-shadow: 0px 0px 150px #000000;
z-index: 2;
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.5);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.5);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.5);
transition: all 200ms ease-in;
transform: scale(1.5);
}
.block {
display: block;
}
/* about section styles
/* ========================================== */
#about {
padding-top: 5rem;
padding-bottom: 8rem;
}
#about .col-md-4 {
padding-top: 16px;
padding-bottom: 32px;
}
#about img {
padding-bottom: 20px;
}
#about blockquote {
letter-spacing: 2px;
margin-top: 20px;
}
.centre {
text-align: center;
}
/* Responsive Mobile styles
/* ========================================== */
@media (max-width: 980px) {
.intro-inner {top: 30%;}
#contact .col-md-4 {
padding: 62px 20px 42px 32px;
}
#contact .col-md-4 p {
font-size: 12px;
}
#contact #map-canvas {
margin-bottom: 60px;
}
}
@media (max-width: 768px) {
.brand {
padding-left: 24px;
}
.header-one, .header-two,
.header-three, .header-four,
.header-five {
min-height: 380px;
padding-top: 80px !important;
}
#about .col-md-4,
#single-project .col-md-3 {
padding-bottom: 32px;
}
}
@media (max-width: 700px) {
h1 {
font-size: 1.3rem;
}
h3 {
font-size: 13px;
letter-spacing: 3px;
}
.filter-wrapper {
padding: 0px;
}
#contact {
padding-bottom: 4rem;
}
#contact .col-md-4 {
padding: 32px 20px 22px 62px;
}
.contact-submit {
width: 70%;
}
}
@media (max-width: 450px) {
.intro-inner {top: 50%;}
} | 0.308815 | 0.053527 |
@import url(https://fonts.googleapis.com/css?family=Nunito);
body{
overflow: hidden !important;
}
.window-top{
-webkit-user-select: none;
-webkit-app-region: drag;
background-color: #333333;
color: #1A8066;
width: 100%;
padding: 10px 20px 5px 10px;
height: 35px;
}
.window-top-btns{
-webkit-user-select: none;
-webkit-app-region: none;
-webkit-app-region: no-drag;
}
#content{
overflow-y: scroll;
border-color: 1px solid red !important;
}
.window-top span{
padding: 0px 10px;
-webkit-app-region: no-drag;
}
.form-signin {
max-width: 330px;
padding: 15px;
margin: 20px auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input{
margin-bottom: 10px;
}
.form-signin input[type="email"] {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
body {
background-color: #090d16;
font-family: Nunito;
margin-bottom: 40px;
}
h3 {
margin-top: 5px;
}
.container-main {
background-color: #090d16;
color: white;
}
.container-main a {
color: white;
}
.text-success {
color: #21ce99;
}
.text-danger {
color: #fc4d2d;
}
.form-signin-heading{
color: white;
}
.alert-green{
background-color: #21ce99;
border: none;
color: #000000;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
background-color: #222428;
height: 40px;
color: #9d9d9d;
padding-top: 10px;
}
#navbar {
background-color: #222428;
}
.navbar-brand{
color: #21ce99 !important;
}
.table-responsive {
border: 0px !important;
}
.table td {
padding: 20px 0px !important;
border-top: 1px solid #222428 !important;
border-bottom: 1px solid #222428 !important;
}
.positions td{
text-align: center;
}
.table th {
text-align: center;
padding: 10px 0px !important;
}
.table tr:hover{
background-color: #222428;
}
.nav-tabs li.active a{
color: white;
border: 1px solid #222428 !important;
background-color: #333333;
border-bottom: none;
border-color: #fff !important;
border-bottom-color: transparent !important;
}
.nav-tabs li a{
border: 1px solid #222428;
border-bottom: none !important;
border-color: #fff;
}
.nav-tabs li a:hover{
border: 1px solid #fff;
background-color: #333333;
color: white;
border-bottom: none;
border-bottom-color: transparent !important;
}
.nav-tabs li.active a:hover{
border: 1px solid #222428;
background-color: #333333;
color: white;
}
.small {
margin: 0px auto;
background-color: #333333;
}
.panel-default {
background-color: #222428;
border-color: #fff;
}
.panel-default > .panel-heading {
color: #fff;
background-color: #333;
border-color: #fff;
font-weight: bold;
}
.transfers td{
text-align: center;
}
.recent-orders td{
text-align: center;
}
.close{
opacity: none;
color: white;
}
.list-group-item{
background-color: #222428;
}
.search-results{
position: absolute;
z-index: 1;
margin-top: 5px;
}
.search-results div.list-group a.list-group-item{
background-color: white !important;
min-width: 220px;
}
.search-results div.list-group a.list-group-item:hover{
background-color: #faebd7 !important;
}
.btn-green {
background-color: #222428;
color: #fff;
/*text-shadow: #000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px;*/
border: 1px solid #21ce99;
/*box-shadow: 0 8px 16px 0 rgba(255,255,255,0.1), 0 6px 20px 0 rgba(255,255,255,0.1);*/
}
.btn-green:hover {
background-color: #121418;
color: #fff;
}
.btn-warning {
background-color: #222428 !important;
color: #fff;
/*text-shadow: #000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px;*/
border: 1px solid #f0ad4e;
/*box-shadow: 0 8px 16px 0 rgba(255,255,255,0.1), 0 6px 20px 0 rgba(255,255,255,0.1);*/
}
.btn-warning:hover {
background-color: #121418;
color: #fff;
}
.form-control {
background-color: #222;
color: #fff;
}
.alert-green {
background-color: #222428;
color: #fff;
border: 1px solid #21ce99;
}
.btn-primary, .btn-primary:active, .btn-primary:active:focus, .btn-primary:hover {
background-color: #222428;
color: #fff;
border: 1px solid #21ce99;
}
.btn-primary:hover {
background-color: #121418;
}
.btn-default {
background-color: #222428;
color: #fff;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #222428;
}
.stock-info-buttons {
margin-bottom: 15px !important;
/*margin-left: 15px;*/
/*margin-right: 20px;*/
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
background-color: #222428;
color: #fff;
border: 1px solid transparent;
}
.nav-pills > li > a:hover {
background-color: #121418;
border: 1px solid #fff;
}
.line-graph{
position: relative;
}
.line-graph-title{
position: absolute;
width: 100%;
text-align: center;
margin-top: 20px;
font-size: 24px;
}
.line-graph-title span{
padding: 0px;
margin: 0px;
} | src/renderer/assets/styles/main.css | @import url(https://fonts.googleapis.com/css?family=Nunito);
body{
overflow: hidden !important;
}
.window-top{
-webkit-user-select: none;
-webkit-app-region: drag;
background-color: #333333;
color: #1A8066;
width: 100%;
padding: 10px 20px 5px 10px;
height: 35px;
}
.window-top-btns{
-webkit-user-select: none;
-webkit-app-region: none;
-webkit-app-region: no-drag;
}
#content{
overflow-y: scroll;
border-color: 1px solid red !important;
}
.window-top span{
padding: 0px 10px;
-webkit-app-region: no-drag;
}
.form-signin {
max-width: 330px;
padding: 15px;
margin: 20px auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input{
margin-bottom: 10px;
}
.form-signin input[type="email"] {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
body {
background-color: #090d16;
font-family: Nunito;
margin-bottom: 40px;
}
h3 {
margin-top: 5px;
}
.container-main {
background-color: #090d16;
color: white;
}
.container-main a {
color: white;
}
.text-success {
color: #21ce99;
}
.text-danger {
color: #fc4d2d;
}
.form-signin-heading{
color: white;
}
.alert-green{
background-color: #21ce99;
border: none;
color: #000000;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
background-color: #222428;
height: 40px;
color: #9d9d9d;
padding-top: 10px;
}
#navbar {
background-color: #222428;
}
.navbar-brand{
color: #21ce99 !important;
}
.table-responsive {
border: 0px !important;
}
.table td {
padding: 20px 0px !important;
border-top: 1px solid #222428 !important;
border-bottom: 1px solid #222428 !important;
}
.positions td{
text-align: center;
}
.table th {
text-align: center;
padding: 10px 0px !important;
}
.table tr:hover{
background-color: #222428;
}
.nav-tabs li.active a{
color: white;
border: 1px solid #222428 !important;
background-color: #333333;
border-bottom: none;
border-color: #fff !important;
border-bottom-color: transparent !important;
}
.nav-tabs li a{
border: 1px solid #222428;
border-bottom: none !important;
border-color: #fff;
}
.nav-tabs li a:hover{
border: 1px solid #fff;
background-color: #333333;
color: white;
border-bottom: none;
border-bottom-color: transparent !important;
}
.nav-tabs li.active a:hover{
border: 1px solid #222428;
background-color: #333333;
color: white;
}
.small {
margin: 0px auto;
background-color: #333333;
}
.panel-default {
background-color: #222428;
border-color: #fff;
}
.panel-default > .panel-heading {
color: #fff;
background-color: #333;
border-color: #fff;
font-weight: bold;
}
.transfers td{
text-align: center;
}
.recent-orders td{
text-align: center;
}
.close{
opacity: none;
color: white;
}
.list-group-item{
background-color: #222428;
}
.search-results{
position: absolute;
z-index: 1;
margin-top: 5px;
}
.search-results div.list-group a.list-group-item{
background-color: white !important;
min-width: 220px;
}
.search-results div.list-group a.list-group-item:hover{
background-color: #faebd7 !important;
}
.btn-green {
background-color: #222428;
color: #fff;
/*text-shadow: #000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px;*/
border: 1px solid #21ce99;
/*box-shadow: 0 8px 16px 0 rgba(255,255,255,0.1), 0 6px 20px 0 rgba(255,255,255,0.1);*/
}
.btn-green:hover {
background-color: #121418;
color: #fff;
}
.btn-warning {
background-color: #222428 !important;
color: #fff;
/*text-shadow: #000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px,
#000 0px 0px 1px;*/
border: 1px solid #f0ad4e;
/*box-shadow: 0 8px 16px 0 rgba(255,255,255,0.1), 0 6px 20px 0 rgba(255,255,255,0.1);*/
}
.btn-warning:hover {
background-color: #121418;
color: #fff;
}
.form-control {
background-color: #222;
color: #fff;
}
.alert-green {
background-color: #222428;
color: #fff;
border: 1px solid #21ce99;
}
.btn-primary, .btn-primary:active, .btn-primary:active:focus, .btn-primary:hover {
background-color: #222428;
color: #fff;
border: 1px solid #21ce99;
}
.btn-primary:hover {
background-color: #121418;
}
.btn-default {
background-color: #222428;
color: #fff;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #222428;
}
.stock-info-buttons {
margin-bottom: 15px !important;
/*margin-left: 15px;*/
/*margin-right: 20px;*/
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
background-color: #222428;
color: #fff;
border: 1px solid transparent;
}
.nav-pills > li > a:hover {
background-color: #121418;
border: 1px solid #fff;
}
.line-graph{
position: relative;
}
.line-graph-title{
position: absolute;
width: 100%;
text-align: center;
margin-top: 20px;
font-size: 24px;
}
.line-graph-title span{
padding: 0px;
margin: 0px;
} | 0.183265 | 0.070848 |
ul.main-menu
{
list-style-type: none;
margin: 0px 0px 10px 0px;
padding: 0px;
}
ul.main-menu > li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 6px 4px 6px 6px;
line-height: 28px;
vertical-align: middle;
cursor: default;
outline: none;
}
ul.main-menu > li.active-menu
{
background-color: #121213;
}
ul.main-menu ul li a
{
color: #fff;
text-decoration: none;
display: block;
white-space: nowrap;
}
ul.main-menu li ul li a span
{
font-size: 11px;
color: #999;
float:right;
right: 10px;
left: auto;
position: absolute;
}
/* SUBMENU */
ul.main-menu > li ul
{
list-style-type: none;
padding: 0;
margin: 0;
display: none;
border-width:1px;
border-style: solid;
border-color: #59606b;
background-color: #121213;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
ul.main-menu li ul li
{
display:list-item;
margin: 0;
line-height: 26px;
padding-right: 40px;
min-width: 100px;
cursor: pointer;
text-indent: 30px;
white-space:nowrap;
}
ul.main-menu li:hover
{
background-color: #2d3239; /*#fef7cb;*/
}
ul.main-menu li.active-menu:hover
{
background-color: #121213;
}
ul.main-menu li ul li.disabled, ul.main-menu li ul li.disabled:hover, ul.main-menu li ul li.disabled a
{
color: #ddd;
cursor:default;
background-color: #080809;
}
ul.main-menu li.separator
{
border-top: 1px solid #2d3239;
margin-top: 5px;
margin-bottom: 5px;
}
.submenu
{
background-image: url(../img/menu-right-arrow.png);
background-repeat: no-repeat;
background-position: right center;
} | css/menu.css | ul.main-menu
{
list-style-type: none;
margin: 0px 0px 10px 0px;
padding: 0px;
}
ul.main-menu > li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 6px 4px 6px 6px;
line-height: 28px;
vertical-align: middle;
cursor: default;
outline: none;
}
ul.main-menu > li.active-menu
{
background-color: #121213;
}
ul.main-menu ul li a
{
color: #fff;
text-decoration: none;
display: block;
white-space: nowrap;
}
ul.main-menu li ul li a span
{
font-size: 11px;
color: #999;
float:right;
right: 10px;
left: auto;
position: absolute;
}
/* SUBMENU */
ul.main-menu > li ul
{
list-style-type: none;
padding: 0;
margin: 0;
display: none;
border-width:1px;
border-style: solid;
border-color: #59606b;
background-color: #121213;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
ul.main-menu li ul li
{
display:list-item;
margin: 0;
line-height: 26px;
padding-right: 40px;
min-width: 100px;
cursor: pointer;
text-indent: 30px;
white-space:nowrap;
}
ul.main-menu li:hover
{
background-color: #2d3239; /*#fef7cb;*/
}
ul.main-menu li.active-menu:hover
{
background-color: #121213;
}
ul.main-menu li ul li.disabled, ul.main-menu li ul li.disabled:hover, ul.main-menu li ul li.disabled a
{
color: #ddd;
cursor:default;
background-color: #080809;
}
ul.main-menu li.separator
{
border-top: 1px solid #2d3239;
margin-top: 5px;
margin-bottom: 5px;
}
.submenu
{
background-image: url(../img/menu-right-arrow.png);
background-repeat: no-repeat;
background-position: right center;
} | 0.229276 | 0.043103 |
a {
color: #F90;
text-decoration:underline;
font-weight:normal;
}
.basic {
color: #FFF;
text-align: center;
}
.body_main {
background: #333333;
color: #FFF;
font-family: "Tahoma";
font-style: normal;
font-size: 1vw;
font-weight: normal;
}
.close {
background: #606061;
color: #FFFFFF;
line-height: 25px;
position: absolute;
right: -12px;
text-align: center;
top: -10px;
width: 24px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.close:hover {
background: #00d9ff;
}
.footer {
color: #999;
font-size: 1 em;
text-align: center;
}
.header {
color: #FFF;
font-size: 2em;
}
.header_yel {
color: #FF0;
font-size: 1.5em;
}
.metarDialog {
position: fixed;
color: #FF0;
font-family: "Tahoma";
font-size: 0.625em;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 99999;
opacity:0;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
pointer-events: none;
}
.metarDialog:target {
opacity:1;
pointer-events: auto;
}
.metarDialog > div {
width: 400px;
position: relative;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: #666;
background: -moz-linear-gradient(#ccc, #666);
background: -webkit-linear-gradient(#ccc, #666);
background: -o-linear-gradient(#ccc, #666);
}
.paragraph {
color: #06F;
font-family: Georgia;
font-style: normal;
font-size: 1em;
}
.paragraph_metar {
color: #FFF;
font-family: Georgia;
font-style: normal;
font-size: 1em;
}
.paragraph_cfb {
color: #6495ED;
font-family: Courier;
font-style: normal;
font-size: 24px;
line-height: 28.8px;
}
.paragraph_lg {
color: #90EE90;
font-family: Courier;
font-style: normal;
font-size: 1.5em
}
.table_top {
color: #FF0;
font-size: 2.5em;
text-align: left;
}
.table_main {
border: 1;
border-spacing: 5px;
border-color: black;
color: #FF0;
font-size: 24px;
text-align: left;
}
.td {
color: #FFF;
border: 1;
text-align: center;
}
.td_cfb {
color: #6495ED;
font-family: Courier;
font-style: normal;
font-size: 0.75em;
text-align: left;
}
.td_lg {
color: #90EE90;
font-family: Courier;
font-style: normal;
font-size: 0.75em;
text-align: left;
}
.td_list {
color: #FFF;
border: 1;
font-size: 0.65em;
text-align: left;
}
.td_list_lg {
color: #FFF;
border: 1;
font-size: 1 em;
text-align: left;
}
.td_pink {
color: #F66;
font-family: Courier;
font-style: normal;
font-variant: small-caps;
font-size: 0.75em;
text-align: left;
}
.td_titles {
color: #FF0;
font-family: Tahoma;
text-align: left;
}
.th_titles {
color: #FF0;
text-align: left;
}
.th {
color: #FF0;
text-align: center;
}
.tr {
border: 1;
color: #FFF;
text-align: center;
}
.tr_headers {
border: 1;
color: #FF0;
text-align: center;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.ifr_std {
color: #F55;
text-decoration: none;
text-align: left;
font-weight:normal;
}
.lifr_std {
color: #F0F;
text-decoration: none;
text-align: left;
font-weight: normal;
}
.missing_std {
color: #999;
text-decoration: none;
text-align: left;
font-weight: normal;
}
.mvfr_std {
color: #55F;
text-decoration: none;
text-align: left;
font-weight:normal;
}
.vfr_std {
color: #0F0;
text-decoration: none;
text-align: left;
font-weight:normal;
}
a.def:link, a.def:visited, a.def:hover, a.def:active {
color:#F90;
text-decoration:underline;
font-weight:normal;
}
a.ifr:link, a.ifr:visited, a.ifr:hover, a.ifr:active {
color:#F55;
text-decoration:underline;
font-weight:normal;
}
a.lifr:link, a.lifr:visited, a.lifr:hover, a.lifr:active {
color:#F0F;
text-decoration:underline;
font-weight:normal;
}
a.missing:link, a.missing:visited, a.missing:hover, a.missing:active {
color:#999;
text-decoration:underline;
font-weight:normal;
}
a.mvfr:link, a.mvfr:visited, a.mvfr:hover, a.mvfr:active {
color:#55F;
text-decoration:underline;
font-weight:normal;
}
a.vfr:link, a.vfr:visited, a.vfr:hover, a.vfr:active {
color:#0F0;
text-decoration:underline;
font-weight:normal;
} | src/var/www/html/htdocs/airpuff.info/html/web/css/airpuff.css | a {
color: #F90;
text-decoration:underline;
font-weight:normal;
}
.basic {
color: #FFF;
text-align: center;
}
.body_main {
background: #333333;
color: #FFF;
font-family: "Tahoma";
font-style: normal;
font-size: 1vw;
font-weight: normal;
}
.close {
background: #606061;
color: #FFFFFF;
line-height: 25px;
position: absolute;
right: -12px;
text-align: center;
top: -10px;
width: 24px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.close:hover {
background: #00d9ff;
}
.footer {
color: #999;
font-size: 1 em;
text-align: center;
}
.header {
color: #FFF;
font-size: 2em;
}
.header_yel {
color: #FF0;
font-size: 1.5em;
}
.metarDialog {
position: fixed;
color: #FF0;
font-family: "Tahoma";
font-size: 0.625em;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 99999;
opacity:0;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
pointer-events: none;
}
.metarDialog:target {
opacity:1;
pointer-events: auto;
}
.metarDialog > div {
width: 400px;
position: relative;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: #666;
background: -moz-linear-gradient(#ccc, #666);
background: -webkit-linear-gradient(#ccc, #666);
background: -o-linear-gradient(#ccc, #666);
}
.paragraph {
color: #06F;
font-family: Georgia;
font-style: normal;
font-size: 1em;
}
.paragraph_metar {
color: #FFF;
font-family: Georgia;
font-style: normal;
font-size: 1em;
}
.paragraph_cfb {
color: #6495ED;
font-family: Courier;
font-style: normal;
font-size: 24px;
line-height: 28.8px;
}
.paragraph_lg {
color: #90EE90;
font-family: Courier;
font-style: normal;
font-size: 1.5em
}
.table_top {
color: #FF0;
font-size: 2.5em;
text-align: left;
}
.table_main {
border: 1;
border-spacing: 5px;
border-color: black;
color: #FF0;
font-size: 24px;
text-align: left;
}
.td {
color: #FFF;
border: 1;
text-align: center;
}
.td_cfb {
color: #6495ED;
font-family: Courier;
font-style: normal;
font-size: 0.75em;
text-align: left;
}
.td_lg {
color: #90EE90;
font-family: Courier;
font-style: normal;
font-size: 0.75em;
text-align: left;
}
.td_list {
color: #FFF;
border: 1;
font-size: 0.65em;
text-align: left;
}
.td_list_lg {
color: #FFF;
border: 1;
font-size: 1 em;
text-align: left;
}
.td_pink {
color: #F66;
font-family: Courier;
font-style: normal;
font-variant: small-caps;
font-size: 0.75em;
text-align: left;
}
.td_titles {
color: #FF0;
font-family: Tahoma;
text-align: left;
}
.th_titles {
color: #FF0;
text-align: left;
}
.th {
color: #FF0;
text-align: center;
}
.tr {
border: 1;
color: #FFF;
text-align: center;
}
.tr_headers {
border: 1;
color: #FF0;
text-align: center;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.ifr_std {
color: #F55;
text-decoration: none;
text-align: left;
font-weight:normal;
}
.lifr_std {
color: #F0F;
text-decoration: none;
text-align: left;
font-weight: normal;
}
.missing_std {
color: #999;
text-decoration: none;
text-align: left;
font-weight: normal;
}
.mvfr_std {
color: #55F;
text-decoration: none;
text-align: left;
font-weight:normal;
}
.vfr_std {
color: #0F0;
text-decoration: none;
text-align: left;
font-weight:normal;
}
a.def:link, a.def:visited, a.def:hover, a.def:active {
color:#F90;
text-decoration:underline;
font-weight:normal;
}
a.ifr:link, a.ifr:visited, a.ifr:hover, a.ifr:active {
color:#F55;
text-decoration:underline;
font-weight:normal;
}
a.lifr:link, a.lifr:visited, a.lifr:hover, a.lifr:active {
color:#F0F;
text-decoration:underline;
font-weight:normal;
}
a.missing:link, a.missing:visited, a.missing:hover, a.missing:active {
color:#999;
text-decoration:underline;
font-weight:normal;
}
a.mvfr:link, a.mvfr:visited, a.mvfr:hover, a.mvfr:active {
color:#55F;
text-decoration:underline;
font-weight:normal;
}
a.vfr:link, a.vfr:visited, a.vfr:hover, a.vfr:active {
color:#0F0;
text-decoration:underline;
font-weight:normal;
} | 0.453988 | 0.143158 |
:root {
--primary: #e3de34;
--secondary: #e3de34;
--tertiary: #e3de34;
--text-color:#515151;
--black:#232323;
--white:#fff;
--gray:#8a8a8a;
--error:#db0404;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.map-container {
height: 80vh;
background-color: var(--white);
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
/* padding: 2em 2em !important; */
display: flex;
align-items: center;
justify-content: center;
}
.map-section {
padding:0.6em;
border: 0.6em solid;
border-color: var(--primary);
position: relative;
width: 80%;
height:60vh;
}
#map {
padding: 5px;
/* box-shadow: 2em 2em 0.1em#fff inset; */
height:100%;
width: 100%;
background-color: #ddd;
}
.map-info {
position: absolute;
left:0%;
bottom: 0%;
width: 100%;
text-align: center;
z-index: 1;
font-size: 0.9rem;
background-color: var(--white)
}
.map-info h4 {
font-size: 1em;
margin:0em;
}
.map-info p {
font-size: 1em;
margin:0em;
}
.map-info .line {
width: 20px;
height: 1px;
background-color: var(--black);
margin:0 1em;
}
.mapboxgl-ctrl-logo {
display: none !important
}
.container-fluid {
padding: 0 !important;
}
.row {
overflow-x: hidden;
}
/* Navigation bar */
.navbar-nav {
flex-direction: unset !important;
justify-content: space-between;
align-items: center;
}
.navbar-nav .nav-item .nav-link {
display: inline-flex;
}
.navbar-brand {
margin:0 !important;
}
/* location */
.mapboxgl-ctrl-geocoder {
border-radius: 10px !important;
display: flex;
align-items: center;
height: 25px;
display: flex;
align-items: center;
width:80%;
}
.mapboxgl-ctrl-geocoder--icon {
top: 4px !important;
}
/* Arccodion */
.card .card-header {
padding:0;
}
.btn {
width: 100%;
background-color: var(--secondary);
padding: 0.5em 1em;
color:var(--text-color);
}
.sizes .card-body .btn {
padding:0;
}
.size + .size {
margin-top:1em;
}
.btn-active {
background-color: var(--tertiary) !important;
}
/* Styles section */
.accordion {
margin-bottom:3em;
}
.styles {
max-width: 30%;
text-align: center;
font-size: 0.8em;
display: inline-block;
}
.img {
height: 50px;
width: 50px;
border-radius: 50%;
margin:4px;
border: 2px solid var(--gray);
}
.img.active {
border-color: var(--tertiary);
}
.styles > figcaption {
font-size: 0.9em;
}
/* Card styles */
.card-style {
display: inline-block;
margin: 0.3em 0.5em;
}
.img-card {
height: 60px;
width:40px;
border:2px solid var(--gray);
}
.card-oval {
border-radius: 30%;
}
.card-square {
border-radius: none;
}
.card-circle {
border-radius:50%
}
.card-custom {
border-radius: 10% 20% 10% 0%;
}
.card-deform {
border-radius: 30px 20px;
}
.orientation {
display: inline-block;
max-width:30%;
}
/* Map card Styles */
.map-oval {
border-radius: 40%;
}
.map-circle {
border-radius: 70%;
}
.map-square {
border-radius: none;
}
.map-custom {
border-radius: 10% 20% 10% 0%;
}
.map-deform {
border-radius: 30% 10%;
}
/* Emojis section */
.emoji {
cursor: pointer;
}
.emoji-active {
background-color: var(--error);
border-radius: 20%;
padding: 0.2em;
}
.mapboxgl-marker {
cursor: pointer;
font-size: 2em;
}
/* checkout-section */
.cart-item{
display: flex;
justify-content: space-between;
}
#cart-btn {
position: fixed;
bottom: 0%;
text-align: inherit;
color: white;
padding-left: 10em;
}
/* Snackbar */
/* snackbar */
.snackbar{
position: fixed;
bottom: 0%;
left: 35vw;
background-color: var(--error);
color:var(--white);
transition: all 0.3s linear;
border-radius: 5px;
z-index: 1000;
opacity: 0;
padding:0.2rem 1rem;
}
.snackbar.open {
bottom: 10%;
opacity: 0.9;
}
/* Media query */
@media (min-width:50em) {
.container-fluid {
overflow-x: hidden;
}
.col-md-5 {
padding: 0 !important;
}
.map-container {
height: 91.5vh;
position: relative;
overflow: hidden;
}
.map-section {
height: 60vh;
width: 60%;
}
#map {
height: 100%;
}
.map-info {
left:0%;
bottom: 0%;
background-image: linear-gradient(0deg,#fff, #ffffff8a);
}
.sizes .card-body .btn{
width: 30%;
margin:0.5em;
}
.snackbar {
left: 45vw;
}
} | style.css | :root {
--primary: #e3de34;
--secondary: #e3de34;
--tertiary: #e3de34;
--text-color:#515151;
--black:#232323;
--white:#fff;
--gray:#8a8a8a;
--error:#db0404;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.map-container {
height: 80vh;
background-color: var(--white);
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
/* padding: 2em 2em !important; */
display: flex;
align-items: center;
justify-content: center;
}
.map-section {
padding:0.6em;
border: 0.6em solid;
border-color: var(--primary);
position: relative;
width: 80%;
height:60vh;
}
#map {
padding: 5px;
/* box-shadow: 2em 2em 0.1em#fff inset; */
height:100%;
width: 100%;
background-color: #ddd;
}
.map-info {
position: absolute;
left:0%;
bottom: 0%;
width: 100%;
text-align: center;
z-index: 1;
font-size: 0.9rem;
background-color: var(--white)
}
.map-info h4 {
font-size: 1em;
margin:0em;
}
.map-info p {
font-size: 1em;
margin:0em;
}
.map-info .line {
width: 20px;
height: 1px;
background-color: var(--black);
margin:0 1em;
}
.mapboxgl-ctrl-logo {
display: none !important
}
.container-fluid {
padding: 0 !important;
}
.row {
overflow-x: hidden;
}
/* Navigation bar */
.navbar-nav {
flex-direction: unset !important;
justify-content: space-between;
align-items: center;
}
.navbar-nav .nav-item .nav-link {
display: inline-flex;
}
.navbar-brand {
margin:0 !important;
}
/* location */
.mapboxgl-ctrl-geocoder {
border-radius: 10px !important;
display: flex;
align-items: center;
height: 25px;
display: flex;
align-items: center;
width:80%;
}
.mapboxgl-ctrl-geocoder--icon {
top: 4px !important;
}
/* Arccodion */
.card .card-header {
padding:0;
}
.btn {
width: 100%;
background-color: var(--secondary);
padding: 0.5em 1em;
color:var(--text-color);
}
.sizes .card-body .btn {
padding:0;
}
.size + .size {
margin-top:1em;
}
.btn-active {
background-color: var(--tertiary) !important;
}
/* Styles section */
.accordion {
margin-bottom:3em;
}
.styles {
max-width: 30%;
text-align: center;
font-size: 0.8em;
display: inline-block;
}
.img {
height: 50px;
width: 50px;
border-radius: 50%;
margin:4px;
border: 2px solid var(--gray);
}
.img.active {
border-color: var(--tertiary);
}
.styles > figcaption {
font-size: 0.9em;
}
/* Card styles */
.card-style {
display: inline-block;
margin: 0.3em 0.5em;
}
.img-card {
height: 60px;
width:40px;
border:2px solid var(--gray);
}
.card-oval {
border-radius: 30%;
}
.card-square {
border-radius: none;
}
.card-circle {
border-radius:50%
}
.card-custom {
border-radius: 10% 20% 10% 0%;
}
.card-deform {
border-radius: 30px 20px;
}
.orientation {
display: inline-block;
max-width:30%;
}
/* Map card Styles */
.map-oval {
border-radius: 40%;
}
.map-circle {
border-radius: 70%;
}
.map-square {
border-radius: none;
}
.map-custom {
border-radius: 10% 20% 10% 0%;
}
.map-deform {
border-radius: 30% 10%;
}
/* Emojis section */
.emoji {
cursor: pointer;
}
.emoji-active {
background-color: var(--error);
border-radius: 20%;
padding: 0.2em;
}
.mapboxgl-marker {
cursor: pointer;
font-size: 2em;
}
/* checkout-section */
.cart-item{
display: flex;
justify-content: space-between;
}
#cart-btn {
position: fixed;
bottom: 0%;
text-align: inherit;
color: white;
padding-left: 10em;
}
/* Snackbar */
/* snackbar */
.snackbar{
position: fixed;
bottom: 0%;
left: 35vw;
background-color: var(--error);
color:var(--white);
transition: all 0.3s linear;
border-radius: 5px;
z-index: 1000;
opacity: 0;
padding:0.2rem 1rem;
}
.snackbar.open {
bottom: 10%;
opacity: 0.9;
}
/* Media query */
@media (min-width:50em) {
.container-fluid {
overflow-x: hidden;
}
.col-md-5 {
padding: 0 !important;
}
.map-container {
height: 91.5vh;
position: relative;
overflow: hidden;
}
.map-section {
height: 60vh;
width: 60%;
}
#map {
height: 100%;
}
.map-info {
left:0%;
bottom: 0%;
background-image: linear-gradient(0deg,#fff, #ffffff8a);
}
.sizes .card-body .btn{
width: 30%;
margin:0.5em;
}
.snackbar {
left: 45vw;
}
} | 0.458106 | 0.15876 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.jeuxvideo.com") {
/* Profils */
.content-img-avatar {
border-radius: 75px 75px 75px 75px;
}
.content-img-avatar img {
border-radius: 75px 75px 75px 75px;
}
/* Publicités */
.bonus-track {
display: none;
}
#forum-right-col .show-pub {
display: none;
}
.show-pub {
display: none;
}
#prospect-interstice {
display: none;
}
/* Corps du site */
.container {
width: 85%;
}
body {
font-family:'Arial';
background: url('http://image.jeuxvideo.com/css_img/defaut/body_bg2.png') repeat-x scroll 0px 0px #D7D7D7;
}
#header-top {
background: #333 ;
/* border-bottom: 1px solid #46444b; J'ai retiré psk c'est moche sans le menu */
}
#header-bottom {
background: #333 ;
border-bottom: 1px solid #46444b;
}
#header-logo:after {
display: none;
}
/* Icones header */
#header-user .picto-nb-notif {
background: url("http://image.noelshack.com/fichiers/2014/52/1419464786-jujublanc.png") no-repeat scroll 0px -30px transparent;
}
#header-user .picto-ma-page {
background: url("http://image.noelshack.com/fichiers/2014/52/1419464786-jujublanc.png") no-repeat scroll 0px -150px transparent;
}
#header-user .picto-nb-mp {
background: url("http://image.noelshack.com/fichiers/2014/52/1419464786-jujublanc.png") no-repeat scroll 0px 0px transparent;
}
#header-links .header-twitter {
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -5px 0px transparent;
width: 32px;
}
#header-links .header-googleplus {
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -5px 0px transparent;
width: 32px;
}
#header-links .header-facebook {
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -30px 0px transparent;
width: 32px;
}
#header-links .header-googleplus {
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -60px 0px transparent;
width: 32px;
}
#header-links .header-youtube {
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -90px 0px transparent;
width: 52px;
}
#header-links .header-rss{
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -140px 0px transparent;
width: 32px;
}
/* Blocs à droite */
.panel-jv-forum > .panel-heading {
background-color: #325361;
border: 0px solid #2a4855;
}
.panel-jv-forum > .panel-heading + .panel-body {
border-top: 0px none;
background: none repeat scroll 0% 0% #EDEDED;
color: black;
}
.panel-jv-forum > .panel-heading + .panel-body a {
color: black;
}
.panel-jv-forum > .panel-heading + .panel-body a:hover {
color: #F50 !important;
}
.panel-jv-forum .liste-modo-fofo {
color: black;
font-weight: 700;
}
.panel-jv-forum .bloc-sous-forums a {
}
.panel-jv-forum .titre-info-fofo {
color: #F50;
}
/* ça j'en sais rien j'ai oublié */
.bloc-pagi-default a:visited
{
color: grey;
}
.bloc-sous-forum-header {
background: none repeat scroll 0% 0% #99cc00;
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
}
.bloc-sous-forum-header .liste-sous-forum {
background: #99cc00;
}
.bloc-sous-forum-header .liste-sous-forum a {
color: white;
}
.btn-creer-sujet {
background: none repeat scroll 0% 0% #4b7c92;
position: left;
}
.btn-creer-sujet:hover {
background: none repeat scroll 0% 0% #477387;
}
.btn-col-right-light {
background: #99cc00;
}
.btn-col-right-light:hover {
background: #6A6;
}
.btn-ajouter-sondage {
background: none repeat scroll 0% 0% #99cc00;
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
border: 0px;
}
.btn-ajouter-sondage:hover {
background: none repeat scroll 0% 0% #6A6;
}
.bloc-header-form {
font-family: "Helvetica";
}
.bloc-message-forum-large .bloc-date-msg {
float: right;
}
/* Commentaires */
/* /* Couleurs des + et des - */
.moins-commentaire {
color: #FF6600;
}
.plus-commentaire {
color: #0066CC;
}
/* Liste des topics */
/* Icones */
/* <20 */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-dossier1.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/16/1397745621-t-jaune.png") no-repeat 0px 0px !important;
}
/* >20 */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-dossier2.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/16/1397745692-t-rouge.png") no-repeat 0px 0px !important;
}
/* Epingle */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-marque-on.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/16/1397745778-t-v-lock.png") no-repeat 0px 0px !important;
}
/* Topic résolu */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-resolu.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/50/1418251043-t-vvert.png") no-repeat 0px 0px !important;
}
/* Epingle Lock */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-marque-off.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/16/1397745778-t-r-lock.png") no-repeat 0px 0px !important;
}
/* Lock */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-lock.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/16/1397745952-lock.png") no-repeat 0px 0px !important;
}
/* Colones et lignes */
#table-liste-topic-forum td {
padding: 4px;
}
#table-liste-topic-forum {
font-family:'Tahoma';
font-size: 85%;
border-left: 0px;
border-right: 0px;
border: 0px;
background: white;
}
#table-liste-topic-forum .sujet-topic {
border-left: 0px;
border-right: 0px;
}
#table-liste-topic-forum .type-topic {
border-left: 0px;
border-right: 0px;
}
#table-liste-topic-forum .loca-topic {
border-left: 0px;
border-right: 0px;
}
#table-liste-topic-forum .nb-reponse-topic {
border-left: 0px;
border-right: 0px;
}
#table-liste-topic-forum .dernier-msg-topic {
border-left: 1px;
border-right: 1px;
}
#table-liste-topic-forum .admin-topic {
border-left: 1x;
border-right: 1px;
}
#table-liste-topic-forum.topic-large ui-sortable {
border-left: 0px;
border-right: 0px;
border: 0px;
}
.fil-ariane-forum .text-fil-ariane {
font-family: "Tahoma";
font-size: 14px;
font-weight: bold;
}
h1.titre-forum-topic {
margin: 0px;
font-family: "Helvetica";
font-size: 18px;
line-height: 22px;
text-transform : uppercase;
}
table {
border-collapse: initial;
}
#table-liste-topic-forum #head-sujet {
text-align: center;
color: white;
background: #999;
}
#table-liste-topic-forum #head-reponse {
background: #999;
text-align: center;
color: white;
}
#table-liste-topic-forum #head-loca {
background: #999;
text-align: center;
color: white;
}
#table-liste-topic-forum #head-auteur {
background: #999;
text-align: center;
color: white;
}
#table-liste-topic-forum #head-type {
background: #999;
}
#table-liste-topic-forum #head-dernier-msg {
background: #999;
text-align: center;
color: white;
}
#table-liste-topic-forum #head-admin {
background: #999;
}
#table-liste-topic-forum .auteur-topic {
text-align: center;
}
#table-liste-topic-forum .dernier-msg-topic {
text-align: center;
padding-left: 2px;
padding-right: 2px;
}
/* Bg bloc thead owned fdp de merde fils de pute de bg tu m'a bien fait chier mais je t'ai eu hein hein connard <NAME> */
#table-liste-topic-forum thead {
background: #f4f4f4 ;
}
/* Forums */
img {
vertical-align: 0;
}
.bloc-message-forum .bloc-header, .bloc-message-forum-large .bloc-header {
;
}
#bloc-txt-sujet-topic {
padding: 5px 10px;
background: #99cc00;
}
/* Grenn color background: #99cc00; */
#bloc-txt-sujet-topic:hover {
padding: 5px 10px;
}
.txt-sujet-topic {
color: white;
line-height: 35px;
font-family: "Arial";
text-align: center;
}
} | data/usercss/108055.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.jeuxvideo.com") {
/* Profils */
.content-img-avatar {
border-radius: 75px 75px 75px 75px;
}
.content-img-avatar img {
border-radius: 75px 75px 75px 75px;
}
/* Publicités */
.bonus-track {
display: none;
}
#forum-right-col .show-pub {
display: none;
}
.show-pub {
display: none;
}
#prospect-interstice {
display: none;
}
/* Corps du site */
.container {
width: 85%;
}
body {
font-family:'Arial';
background: url('http://image.jeuxvideo.com/css_img/defaut/body_bg2.png') repeat-x scroll 0px 0px #D7D7D7;
}
#header-top {
background: #333 ;
/* border-bottom: 1px solid #46444b; J'ai retiré psk c'est moche sans le menu */
}
#header-bottom {
background: #333 ;
border-bottom: 1px solid #46444b;
}
#header-logo:after {
display: none;
}
/* Icones header */
#header-user .picto-nb-notif {
background: url("http://image.noelshack.com/fichiers/2014/52/1419464786-jujublanc.png") no-repeat scroll 0px -30px transparent;
}
#header-user .picto-ma-page {
background: url("http://image.noelshack.com/fichiers/2014/52/1419464786-jujublanc.png") no-repeat scroll 0px -150px transparent;
}
#header-user .picto-nb-mp {
background: url("http://image.noelshack.com/fichiers/2014/52/1419464786-jujublanc.png") no-repeat scroll 0px 0px transparent;
}
#header-links .header-twitter {
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -5px 0px transparent;
width: 32px;
}
#header-links .header-googleplus {
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -5px 0px transparent;
width: 32px;
}
#header-links .header-facebook {
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -30px 0px transparent;
width: 32px;
}
#header-links .header-googleplus {
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -60px 0px transparent;
width: 32px;
}
#header-links .header-youtube {
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -90px 0px transparent;
width: 52px;
}
#header-links .header-rss{
background: url("http://image.noelshack.com/fichiers/2014/52/1419454762-header-linksblanc.png") no-repeat scroll -140px 0px transparent;
width: 32px;
}
/* Blocs à droite */
.panel-jv-forum > .panel-heading {
background-color: #325361;
border: 0px solid #2a4855;
}
.panel-jv-forum > .panel-heading + .panel-body {
border-top: 0px none;
background: none repeat scroll 0% 0% #EDEDED;
color: black;
}
.panel-jv-forum > .panel-heading + .panel-body a {
color: black;
}
.panel-jv-forum > .panel-heading + .panel-body a:hover {
color: #F50 !important;
}
.panel-jv-forum .liste-modo-fofo {
color: black;
font-weight: 700;
}
.panel-jv-forum .bloc-sous-forums a {
}
.panel-jv-forum .titre-info-fofo {
color: #F50;
}
/* ça j'en sais rien j'ai oublié */
.bloc-pagi-default a:visited
{
color: grey;
}
.bloc-sous-forum-header {
background: none repeat scroll 0% 0% #99cc00;
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
}
.bloc-sous-forum-header .liste-sous-forum {
background: #99cc00;
}
.bloc-sous-forum-header .liste-sous-forum a {
color: white;
}
.btn-creer-sujet {
background: none repeat scroll 0% 0% #4b7c92;
position: left;
}
.btn-creer-sujet:hover {
background: none repeat scroll 0% 0% #477387;
}
.btn-col-right-light {
background: #99cc00;
}
.btn-col-right-light:hover {
background: #6A6;
}
.btn-ajouter-sondage {
background: none repeat scroll 0% 0% #99cc00;
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
border: 0px;
}
.btn-ajouter-sondage:hover {
background: none repeat scroll 0% 0% #6A6;
}
.bloc-header-form {
font-family: "Helvetica";
}
.bloc-message-forum-large .bloc-date-msg {
float: right;
}
/* Commentaires */
/* /* Couleurs des + et des - */
.moins-commentaire {
color: #FF6600;
}
.plus-commentaire {
color: #0066CC;
}
/* Liste des topics */
/* Icones */
/* <20 */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-dossier1.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/16/1397745621-t-jaune.png") no-repeat 0px 0px !important;
}
/* >20 */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-dossier2.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/16/1397745692-t-rouge.png") no-repeat 0px 0px !important;
}
/* Epingle */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-marque-on.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/16/1397745778-t-v-lock.png") no-repeat 0px 0px !important;
}
/* Topic résolu */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-resolu.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/50/1418251043-t-vvert.png") no-repeat 0px 0px !important;
}
/* Epingle Lock */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-marque-off.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/16/1397745778-t-r-lock.png") no-repeat 0px 0px !important;
}
/* Lock */
#table-liste-topic-forum .sujet-topic .info-img img[src="/img/forums/topic-lock.png"] {
height: 22px !important;
width: 22px !important;
padding-left: 22px !important;
padding-top: 22px !important;
background: url("http://image.noelshack.com/fichiers/2014/16/1397745952-lock.png") no-repeat 0px 0px !important;
}
/* Colones et lignes */
#table-liste-topic-forum td {
padding: 4px;
}
#table-liste-topic-forum {
font-family:'Tahoma';
font-size: 85%;
border-left: 0px;
border-right: 0px;
border: 0px;
background: white;
}
#table-liste-topic-forum .sujet-topic {
border-left: 0px;
border-right: 0px;
}
#table-liste-topic-forum .type-topic {
border-left: 0px;
border-right: 0px;
}
#table-liste-topic-forum .loca-topic {
border-left: 0px;
border-right: 0px;
}
#table-liste-topic-forum .nb-reponse-topic {
border-left: 0px;
border-right: 0px;
}
#table-liste-topic-forum .dernier-msg-topic {
border-left: 1px;
border-right: 1px;
}
#table-liste-topic-forum .admin-topic {
border-left: 1x;
border-right: 1px;
}
#table-liste-topic-forum.topic-large ui-sortable {
border-left: 0px;
border-right: 0px;
border: 0px;
}
.fil-ariane-forum .text-fil-ariane {
font-family: "Tahoma";
font-size: 14px;
font-weight: bold;
}
h1.titre-forum-topic {
margin: 0px;
font-family: "Helvetica";
font-size: 18px;
line-height: 22px;
text-transform : uppercase;
}
table {
border-collapse: initial;
}
#table-liste-topic-forum #head-sujet {
text-align: center;
color: white;
background: #999;
}
#table-liste-topic-forum #head-reponse {
background: #999;
text-align: center;
color: white;
}
#table-liste-topic-forum #head-loca {
background: #999;
text-align: center;
color: white;
}
#table-liste-topic-forum #head-auteur {
background: #999;
text-align: center;
color: white;
}
#table-liste-topic-forum #head-type {
background: #999;
}
#table-liste-topic-forum #head-dernier-msg {
background: #999;
text-align: center;
color: white;
}
#table-liste-topic-forum #head-admin {
background: #999;
}
#table-liste-topic-forum .auteur-topic {
text-align: center;
}
#table-liste-topic-forum .dernier-msg-topic {
text-align: center;
padding-left: 2px;
padding-right: 2px;
}
/* Bg bloc thead owned fdp de merde fils de pute de bg tu m'a bien fait chier mais je t'ai eu hein hein connard <NAME> */
#table-liste-topic-forum thead {
background: #f4f4f4 ;
}
/* Forums */
img {
vertical-align: 0;
}
.bloc-message-forum .bloc-header, .bloc-message-forum-large .bloc-header {
;
}
#bloc-txt-sujet-topic {
padding: 5px 10px;
background: #99cc00;
}
/* Grenn color background: #99cc00; */
#bloc-txt-sujet-topic:hover {
padding: 5px 10px;
}
.txt-sujet-topic {
color: white;
line-height: 35px;
font-family: "Arial";
text-align: center;
}
} | 0.173148 | 0.111434 |
:root {
--color-primary: #7c74f2;
--color-secondary: #656565;
--color-darkGray: #323232;
--color-lightGrey: #ededed;
--color-grey: #7f858e;
--color-darkGrey: #4a4d50;
--color-red: #d5716b;
--color-green: #6bd582;
--color-yellow: #f6d798;
--color-blue: #beeaf2;
--color-black: #000509;
--color-error: #d5716b;
--color-success: #6bd582;
--color-warning: #f6d798;
--color-info: #beeaf2;
--grid-maxWidth: 120rem;
--grid-gutter: 2rem;
--font-size: 1.6rem;
--font-family-sans: -apple-system, 'Segoe UI', 'Roboto', 'Ubuntu', 'Cantarell', 'Fira Sans',
'Droid Sans', 'Lucida Console', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
html {
box-sizing: border-box;
font-size: 62.5%;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
*,
*:after,
*:before {
box-sizing: inherit;
}
body {
color: var(--color-secondary);
font-family: var(--font-family-sans);
font-size: 1.6em;
font-weight: 300;
letter-spacing: 0.01em;
line-height: 1.6;
margin: 0;
padding: 0;
}
button {
font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 350;
letter-spacing: 0.1em;
margin: 0.35em 0 0.7em 0;
}
h1 {
font-size: 1.9em;
}
h2 {
font-size: 1.65em;
}
h3 {
font-size: 1.45em;
}
h4 {
font-size: 1.15em;
}
h5 {
font-size: 0.95em;
}
h6 {
font-size: 0.75em;
}
a {
color: var(--color-primary);
text-decoration: none;
}
a:hover:not(.button) {
opacity: 0.65;
}
b,
strong {
font-weight: bold;
}
p {
margin-top: 0;
}
blockquote {
background-color: #ededed;
padding: 1.5rem 2rem;
border-left: 3px solid var(--color-secondary);
}
hr {
border: none;
background-color: var(--color-lightGrey);
height: 1.5px;
margin: 0.9rem 0;
}
.txt-center {
text-align: center;
}
fieldset {
border-radius: 0.2em;
padding: 0.5rem 2rem;
border: #9a9a9a solid 1px;
}
legend {
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 0.1rem;
}
input,
select,
textarea {
color: var(--color-darkGray);
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='color']):not([type='button']):not([type='reset']),
select,
textarea,
textarea[type='text'] {
font-family: inherit;
padding: 0.8rem 1rem;
border-radius: 4px;
border: 1px solid var(--color-lightGrey);
font-size: 1em;
transition: all 0.2s ease;
display: block;
width: 100%;
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='color']):not([type='button']):not([type='reset']):not(:disabled):hover,
select:hover,
textarea:hover,
textarea[type='text']:hover {
border-color: var(--color-grey);
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='color']):not([type='button']):not([type='reset']):focus,
select:focus,
textarea:focus,
textarea[type='text']:focus {
outline: none;
border-color: var(--color-primary);
box-shadow: 0 0 1px var(--color-primary);
}
input.error:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='color']):not([type='button']):not([type='reset']),
textarea.error {
border-color: var(--color-error);
}
input.success:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='color']):not([type='button']):not([type='reset']),
textarea.success {
border-color: var(--color-success);
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #f3f3f6 no-repeat 100%;
background-size: 1ex;
background-origin: content-box;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
}
[type='checkbox'],
[type='radio'] {
width: 1.6rem;
height: 1.6rem;
}
.button,
[type='button'],
[type='reset'],
[type='submit'],
button {
padding: 1rem 2.5rem;
color: var(--color-darkGrey);
background: var(--color-lightGrey);
border-radius: 4px;
border: 1px solid transparent;
font-size: var(--font-size);
line-height: 1;
text-align: center;
transition: opacity 0.2s ease;
text-decoration: none;
transform: scale(1);
display: inline-block;
cursor: pointer;
}
.grouped {
display: flex;
}
.grouped > *:not(:last-child) {
margin-right: 16px;
}
.grouped.gapless > * {
margin: 0 0 0 -1px !important;
border-radius: 0 !important;
}
.grouped.gapless > *:first-child {
margin: 0 !important;
border-radius: 4px 0 0 4px !important;
}
.grouped.gapless > *:last-child {
border-radius: 0 4px 4px 0 !important;
}
.button + .button {
margin-left: 1rem;
}
.button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
button:hover {
opacity: 0.8;
}
.button:active,
[type='button']:active,
[type='reset']:active,
[type='submit']:active,
button:active {
transform: scale(0.98);
}
input:disabled,
button:disabled,
input:disabled:hover,
button:disabled:hover {
opacity: 0.4;
cursor: not-allowed;
}
.button.primary,
.button.secondary,
.button.dark,
.button.error,
.button.success,
[type='submit'] {
color: #fff;
z-index: 1; /* hightlight from other button's border when grouped */
background-color: #000;
background-color: var(--color-primary);
}
.button.secondary {
background-color: var(--color-grey);
}
.button.dark {
background-color: var(--color-darkGrey);
}
.button.error {
background-color: var(--color-error);
}
.button.success {
background-color: var(--color-success);
}
.button.warning {
background-color: var(--color-warning);
}
.button.info {
background-color: var(--color-info);
}
.button.outline {
background-color: transparent;
border-color: var(--color-lightGrey);
}
.button.outline.primary {
border-color: var(--color-primary);
color: var(--color-primary);
}
.button.outline.secondary {
border-color: var(--color-grey);
color: var(--color-grey);
}
.button.outline.dark {
border-color: var(--color-darkGrey);
color: var(--color-darkGrey);
}
.button.clear {
background-color: transparent;
border-color: transparent;
color: var(--color-primary);
}
.button.icon {
display: inline-flex;
align-items: center;
}
.button.icon > img {
margin-left: 2px;
}
.button.icon-only {
padding: 1rem;
}
::-webkit-input-placeholder {
color: #bdbfc4;
}
::-moz-placeholder {
color: #bdbfc4;
}
:-ms-input-placeholder {
color: #bdbfc4;
}
::-ms-input-placeholder {
color: #bdbfc4;
}
::placeholder {
color: #bdbfc4;
}
.container:after,
.row:after,
.u-cf {
content: '';
display: table;
clear: both;
}
.container {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box;
}
.col,
.col-sm,
.col-lg {
background-clip: content-box;
box-sizing: border-box;
display: inline-block;
margin-right: -0.25rem;
min-height: 1px;
padding-left: 1.25rem;
position: relative;
vertical-align: top;
}
.no-gutter {
padding-left: 0.25rem;
}
.c1 {
width: 8.35%;
}
.c2 {
width: 16.65%;
}
.c3 {
width: 25%;
}
.c4 {
width: 33.35%;
}
.c5 {
width: 41.65%;
}
.c6 {
width: 50%;
}
.c7 {
width: 58.35%;
}
.c8 {
width: 66.65%;
}
.c9 {
width: 75%;
}
.c10 {
width: 83.35%;
}
.c11 {
width: 91.65%;
}
.c12 {
width: 100%;
}
@media (max-width: 55rem) {
.col-lg {
width: 100%;
margin-bottom: 1.25rem;
}
}
@media (max-width: 30rem) {
.col {
width: 100%;
margin-bottom: 1.2rem;
}
}
.nav {
display: flex;
min-height: 5rem;
align-items: stretch;
}
.nav img {
max-height: 3rem;
}
.nav > .container {
display: flex;
}
.nav-center,
.nav-left,
.nav-right {
display: flex;
flex: 1;
}
.nav-left {
justify-content: flex-start;
}
.nav-right {
justify-content: flex-end;
}
.nav-center {
justify-content: center;
}
.nav .nav-left,
.nav .nav-center,
.nav .nav-right {
list-style: none;
background-color: var(--color-lightGray);
text-align: center;
padding: 0;
margin: 0;
}
@media screen and (max-width: 480px) {
.nav,
.nav > .container {
flex-direction: column;
}
.nav-center,
.nav-left,
.nav-right {
flex-wrap: wrap;
justify-content: center;
}
}
.nav a,
.nav .brand {
text-decoration: none;
display: flex;
align-items: center;
padding: 1rem 2rem;
color: var(--color-darkGrey);
}
.nav .active:not(.button) {
color: #000; /* fallback */
color: var(--color-primary);
}
.nav .brand {
font-size: 1.75rem;
padding-top: 0;
padding-bottom: 0;
}
.nav .brand img {
padding-right: 1rem;
}
.nav .button {
margin: auto 1rem;
}
.li-unstyled {
padding-left: 0;
list-style: none;
}
.li-inline {
padding-left: 0;
list-style: none;
}
.li-inline-item {
display: inline-block;
}
.li-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.bg-primary {
background-color: var(--color-primary);
}
.bg-secondary {
background-color: var(--color-secondary);
}
.bg-dark-gray {
background-color: var(--color-darkGray);
}
.bg-light-gray {
background-color: var(--color-lightGrey);
}
.bg-red {
background-color: var(--color-red);
}
.bg-green {
background-color: var(--color-green);
}
.bg-blue {
background-color: var(--color-blue);
}
.bg-yellow {
background-color: var(--color-yellow);
}
.bg-black {
background-color: var(--color-black);
}
.txt-primary {
color: var(--color-primary);
}
.txt-secondary {
color: var(--color-secondary);
}
.txt-dark-gray {
color: var(--color-darkGray);
}
.txt-light-gray {
color: var(--color-lightGray);
}
.txt-red {
color: var(--color-red);
}
.txt-green {
color: var(--color-green);
}
.txt-blue {
color: var(--color-blue);
}
.txt-yellow {
color: var(--color-yellow);
}
.txt-black {
color: var(--color-black);
}
.spacing-xl {
padding: 0.5rem;
}
.spacing-vert-xl {
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.spacing-horiz-xl {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.spacing-sm {
padding: 1rem;
}
.spacing-vert-sm {
padding-bottom: 1rem;
padding-top: 1rem;
}
.spacing-horiz-sm {
padding-left: 1rem;
padding-right: 1rem;
}
.spacing-md {
padding: 2rem;
}
.spacing-vert-md {
padding-bottom: 2rem;
padding-top: 2rem;
}
.spacing-horiz-md {
padding-left: 2rem;
padding-right: 2rem;
}
.spacing-lg {
padding: 3rem;
}
.spacing-vert-lg {
padding-bottom: 3rem;
padding-top: 3rem;
}
.spacing-horiz-lg {
padding-left: 3rem;
padding-right: 3rem;
}
.spacing-xl {
padding: 4rem;
}
.spacing-vert-xl {
padding-bottom: 4rem;
padding-top: 4rem;
}
.spacing-horiz-xl {
padding-left: 4rem;
padding-right: 4rem;
}
.alert
{
display :inline-block;
width:80rem;
color:var(--color-lightGrey);
}
.alert-message
{
padding-bottom: 2rem;
padding-top: 2rem;
padding-left: 2rem;
padding-right: 2rem;
font-size: 2rem;
text-align: left;
}
.alert-button
{
padding-bottom: 1rem;
text-align: center;
}
.OK:active;
{
color:var(--color-black);
width:10rem;
height:10rem;
background-color: var(--color-lightGrey);
}
.OK:hover{
transform:scale(1.03);
opacity:3;
}
.alert-danger
{
background-color: var(--color-red);
}
.alert-success
{
background-color: var(--color-success);
}
.alert-neutral
{
background-color:var(--color-yellow);
}
.alert-warning
{
background-color: var(--color-black);
}
.alert-error
{
background-color: var(--color-primary);
} | dist/minus.css | :root {
--color-primary: #7c74f2;
--color-secondary: #656565;
--color-darkGray: #323232;
--color-lightGrey: #ededed;
--color-grey: #7f858e;
--color-darkGrey: #4a4d50;
--color-red: #d5716b;
--color-green: #6bd582;
--color-yellow: #f6d798;
--color-blue: #beeaf2;
--color-black: #000509;
--color-error: #d5716b;
--color-success: #6bd582;
--color-warning: #f6d798;
--color-info: #beeaf2;
--grid-maxWidth: 120rem;
--grid-gutter: 2rem;
--font-size: 1.6rem;
--font-family-sans: -apple-system, 'Segoe UI', 'Roboto', 'Ubuntu', 'Cantarell', 'Fira Sans',
'Droid Sans', 'Lucida Console', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
html {
box-sizing: border-box;
font-size: 62.5%;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
*,
*:after,
*:before {
box-sizing: inherit;
}
body {
color: var(--color-secondary);
font-family: var(--font-family-sans);
font-size: 1.6em;
font-weight: 300;
letter-spacing: 0.01em;
line-height: 1.6;
margin: 0;
padding: 0;
}
button {
font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 350;
letter-spacing: 0.1em;
margin: 0.35em 0 0.7em 0;
}
h1 {
font-size: 1.9em;
}
h2 {
font-size: 1.65em;
}
h3 {
font-size: 1.45em;
}
h4 {
font-size: 1.15em;
}
h5 {
font-size: 0.95em;
}
h6 {
font-size: 0.75em;
}
a {
color: var(--color-primary);
text-decoration: none;
}
a:hover:not(.button) {
opacity: 0.65;
}
b,
strong {
font-weight: bold;
}
p {
margin-top: 0;
}
blockquote {
background-color: #ededed;
padding: 1.5rem 2rem;
border-left: 3px solid var(--color-secondary);
}
hr {
border: none;
background-color: var(--color-lightGrey);
height: 1.5px;
margin: 0.9rem 0;
}
.txt-center {
text-align: center;
}
fieldset {
border-radius: 0.2em;
padding: 0.5rem 2rem;
border: #9a9a9a solid 1px;
}
legend {
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 0.1rem;
}
input,
select,
textarea {
color: var(--color-darkGray);
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='color']):not([type='button']):not([type='reset']),
select,
textarea,
textarea[type='text'] {
font-family: inherit;
padding: 0.8rem 1rem;
border-radius: 4px;
border: 1px solid var(--color-lightGrey);
font-size: 1em;
transition: all 0.2s ease;
display: block;
width: 100%;
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='color']):not([type='button']):not([type='reset']):not(:disabled):hover,
select:hover,
textarea:hover,
textarea[type='text']:hover {
border-color: var(--color-grey);
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='color']):not([type='button']):not([type='reset']):focus,
select:focus,
textarea:focus,
textarea[type='text']:focus {
outline: none;
border-color: var(--color-primary);
box-shadow: 0 0 1px var(--color-primary);
}
input.error:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='color']):not([type='button']):not([type='reset']),
textarea.error {
border-color: var(--color-error);
}
input.success:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='color']):not([type='button']):not([type='reset']),
textarea.success {
border-color: var(--color-success);
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #f3f3f6 no-repeat 100%;
background-size: 1ex;
background-origin: content-box;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
}
[type='checkbox'],
[type='radio'] {
width: 1.6rem;
height: 1.6rem;
}
.button,
[type='button'],
[type='reset'],
[type='submit'],
button {
padding: 1rem 2.5rem;
color: var(--color-darkGrey);
background: var(--color-lightGrey);
border-radius: 4px;
border: 1px solid transparent;
font-size: var(--font-size);
line-height: 1;
text-align: center;
transition: opacity 0.2s ease;
text-decoration: none;
transform: scale(1);
display: inline-block;
cursor: pointer;
}
.grouped {
display: flex;
}
.grouped > *:not(:last-child) {
margin-right: 16px;
}
.grouped.gapless > * {
margin: 0 0 0 -1px !important;
border-radius: 0 !important;
}
.grouped.gapless > *:first-child {
margin: 0 !important;
border-radius: 4px 0 0 4px !important;
}
.grouped.gapless > *:last-child {
border-radius: 0 4px 4px 0 !important;
}
.button + .button {
margin-left: 1rem;
}
.button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
button:hover {
opacity: 0.8;
}
.button:active,
[type='button']:active,
[type='reset']:active,
[type='submit']:active,
button:active {
transform: scale(0.98);
}
input:disabled,
button:disabled,
input:disabled:hover,
button:disabled:hover {
opacity: 0.4;
cursor: not-allowed;
}
.button.primary,
.button.secondary,
.button.dark,
.button.error,
.button.success,
[type='submit'] {
color: #fff;
z-index: 1; /* hightlight from other button's border when grouped */
background-color: #000;
background-color: var(--color-primary);
}
.button.secondary {
background-color: var(--color-grey);
}
.button.dark {
background-color: var(--color-darkGrey);
}
.button.error {
background-color: var(--color-error);
}
.button.success {
background-color: var(--color-success);
}
.button.warning {
background-color: var(--color-warning);
}
.button.info {
background-color: var(--color-info);
}
.button.outline {
background-color: transparent;
border-color: var(--color-lightGrey);
}
.button.outline.primary {
border-color: var(--color-primary);
color: var(--color-primary);
}
.button.outline.secondary {
border-color: var(--color-grey);
color: var(--color-grey);
}
.button.outline.dark {
border-color: var(--color-darkGrey);
color: var(--color-darkGrey);
}
.button.clear {
background-color: transparent;
border-color: transparent;
color: var(--color-primary);
}
.button.icon {
display: inline-flex;
align-items: center;
}
.button.icon > img {
margin-left: 2px;
}
.button.icon-only {
padding: 1rem;
}
::-webkit-input-placeholder {
color: #bdbfc4;
}
::-moz-placeholder {
color: #bdbfc4;
}
:-ms-input-placeholder {
color: #bdbfc4;
}
::-ms-input-placeholder {
color: #bdbfc4;
}
::placeholder {
color: #bdbfc4;
}
.container:after,
.row:after,
.u-cf {
content: '';
display: table;
clear: both;
}
.container {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box;
}
.col,
.col-sm,
.col-lg {
background-clip: content-box;
box-sizing: border-box;
display: inline-block;
margin-right: -0.25rem;
min-height: 1px;
padding-left: 1.25rem;
position: relative;
vertical-align: top;
}
.no-gutter {
padding-left: 0.25rem;
}
.c1 {
width: 8.35%;
}
.c2 {
width: 16.65%;
}
.c3 {
width: 25%;
}
.c4 {
width: 33.35%;
}
.c5 {
width: 41.65%;
}
.c6 {
width: 50%;
}
.c7 {
width: 58.35%;
}
.c8 {
width: 66.65%;
}
.c9 {
width: 75%;
}
.c10 {
width: 83.35%;
}
.c11 {
width: 91.65%;
}
.c12 {
width: 100%;
}
@media (max-width: 55rem) {
.col-lg {
width: 100%;
margin-bottom: 1.25rem;
}
}
@media (max-width: 30rem) {
.col {
width: 100%;
margin-bottom: 1.2rem;
}
}
.nav {
display: flex;
min-height: 5rem;
align-items: stretch;
}
.nav img {
max-height: 3rem;
}
.nav > .container {
display: flex;
}
.nav-center,
.nav-left,
.nav-right {
display: flex;
flex: 1;
}
.nav-left {
justify-content: flex-start;
}
.nav-right {
justify-content: flex-end;
}
.nav-center {
justify-content: center;
}
.nav .nav-left,
.nav .nav-center,
.nav .nav-right {
list-style: none;
background-color: var(--color-lightGray);
text-align: center;
padding: 0;
margin: 0;
}
@media screen and (max-width: 480px) {
.nav,
.nav > .container {
flex-direction: column;
}
.nav-center,
.nav-left,
.nav-right {
flex-wrap: wrap;
justify-content: center;
}
}
.nav a,
.nav .brand {
text-decoration: none;
display: flex;
align-items: center;
padding: 1rem 2rem;
color: var(--color-darkGrey);
}
.nav .active:not(.button) {
color: #000; /* fallback */
color: var(--color-primary);
}
.nav .brand {
font-size: 1.75rem;
padding-top: 0;
padding-bottom: 0;
}
.nav .brand img {
padding-right: 1rem;
}
.nav .button {
margin: auto 1rem;
}
.li-unstyled {
padding-left: 0;
list-style: none;
}
.li-inline {
padding-left: 0;
list-style: none;
}
.li-inline-item {
display: inline-block;
}
.li-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.bg-primary {
background-color: var(--color-primary);
}
.bg-secondary {
background-color: var(--color-secondary);
}
.bg-dark-gray {
background-color: var(--color-darkGray);
}
.bg-light-gray {
background-color: var(--color-lightGrey);
}
.bg-red {
background-color: var(--color-red);
}
.bg-green {
background-color: var(--color-green);
}
.bg-blue {
background-color: var(--color-blue);
}
.bg-yellow {
background-color: var(--color-yellow);
}
.bg-black {
background-color: var(--color-black);
}
.txt-primary {
color: var(--color-primary);
}
.txt-secondary {
color: var(--color-secondary);
}
.txt-dark-gray {
color: var(--color-darkGray);
}
.txt-light-gray {
color: var(--color-lightGray);
}
.txt-red {
color: var(--color-red);
}
.txt-green {
color: var(--color-green);
}
.txt-blue {
color: var(--color-blue);
}
.txt-yellow {
color: var(--color-yellow);
}
.txt-black {
color: var(--color-black);
}
.spacing-xl {
padding: 0.5rem;
}
.spacing-vert-xl {
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.spacing-horiz-xl {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.spacing-sm {
padding: 1rem;
}
.spacing-vert-sm {
padding-bottom: 1rem;
padding-top: 1rem;
}
.spacing-horiz-sm {
padding-left: 1rem;
padding-right: 1rem;
}
.spacing-md {
padding: 2rem;
}
.spacing-vert-md {
padding-bottom: 2rem;
padding-top: 2rem;
}
.spacing-horiz-md {
padding-left: 2rem;
padding-right: 2rem;
}
.spacing-lg {
padding: 3rem;
}
.spacing-vert-lg {
padding-bottom: 3rem;
padding-top: 3rem;
}
.spacing-horiz-lg {
padding-left: 3rem;
padding-right: 3rem;
}
.spacing-xl {
padding: 4rem;
}
.spacing-vert-xl {
padding-bottom: 4rem;
padding-top: 4rem;
}
.spacing-horiz-xl {
padding-left: 4rem;
padding-right: 4rem;
}
.alert
{
display :inline-block;
width:80rem;
color:var(--color-lightGrey);
}
.alert-message
{
padding-bottom: 2rem;
padding-top: 2rem;
padding-left: 2rem;
padding-right: 2rem;
font-size: 2rem;
text-align: left;
}
.alert-button
{
padding-bottom: 1rem;
text-align: center;
}
.OK:active;
{
color:var(--color-black);
width:10rem;
height:10rem;
background-color: var(--color-lightGrey);
}
.OK:hover{
transform:scale(1.03);
opacity:3;
}
.alert-danger
{
background-color: var(--color-red);
}
.alert-success
{
background-color: var(--color-success);
}
.alert-neutral
{
background-color:var(--color-yellow);
}
.alert-warning
{
background-color: var(--color-black);
}
.alert-error
{
background-color: var(--color-primary);
} | 0.431824 | 0.155399 |
:root {
--dark-cyan: hsl(185, 75%, 39%);
--very-dark: hsl(229, 23%, 23%);
--dark-gray: hsl(227, 10%, 46%);
--light-gray: hsl(227, 10%, 90%);
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
font-family: 'Kumbh Sans', sans-serif;
background-color: var(--dark-cyan);
background-image: url("../images/bg-pattern-top.svg"), url("../images/bg-pattern-bottom.svg");
background-repeat: no-repeat, no-repeat;
background-position: right 50vw bottom 50vh, left 50vw top 50vh;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
}
.card {
background-color: white;
border-radius: 20px;
overflow: hidden;
max-width: 320px;
-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.315);
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.315);
}
.card-header {
width: 100%;
display: block;
}
.card-body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid var(--light-gray);
}
.card-body-img {
border: 5px solid white;
background-color: white;
border-radius: 50%;
margin-top: calc(-48px - 5px);
}
.card-body-title {
margin: 0;
margin-top: 2rem;
color: var(--very-dark);
font-size: 1.8rem;
}
.card-body-title span {
color: var(--dark-gray);
font-weight: 400;
}
.card-body-text {
font-size: 1.7rem;
color: var(--dark-gray);
margin-bottom: 2rem;
}
.card-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.card-footer-social {
text-align: center;
}
.card-footer-social h3 {
margin-top: 2rem;
margin-bottom: 0.5rem;
font-size: 2rem;
color: var(--very-dark);
}
.card-footer-social p {
margin-top: 0;
margin-bottom: 2rem;
letter-spacing: 1px;
color: var(--dark-gray);
font-weight: 700;
font-size: 1.2rem;
}
/*# sourceMappingURL=estilos.css.map */ | src/components/css/estilos.css | :root {
--dark-cyan: hsl(185, 75%, 39%);
--very-dark: hsl(229, 23%, 23%);
--dark-gray: hsl(227, 10%, 46%);
--light-gray: hsl(227, 10%, 90%);
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
font-family: 'Kumbh Sans', sans-serif;
background-color: var(--dark-cyan);
background-image: url("../images/bg-pattern-top.svg"), url("../images/bg-pattern-bottom.svg");
background-repeat: no-repeat, no-repeat;
background-position: right 50vw bottom 50vh, left 50vw top 50vh;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
}
.card {
background-color: white;
border-radius: 20px;
overflow: hidden;
max-width: 320px;
-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.315);
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.315);
}
.card-header {
width: 100%;
display: block;
}
.card-body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid var(--light-gray);
}
.card-body-img {
border: 5px solid white;
background-color: white;
border-radius: 50%;
margin-top: calc(-48px - 5px);
}
.card-body-title {
margin: 0;
margin-top: 2rem;
color: var(--very-dark);
font-size: 1.8rem;
}
.card-body-title span {
color: var(--dark-gray);
font-weight: 400;
}
.card-body-text {
font-size: 1.7rem;
color: var(--dark-gray);
margin-bottom: 2rem;
}
.card-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.card-footer-social {
text-align: center;
}
.card-footer-social h3 {
margin-top: 2rem;
margin-bottom: 0.5rem;
font-size: 2rem;
color: var(--very-dark);
}
.card-footer-social p {
margin-top: 0;
margin-bottom: 2rem;
letter-spacing: 1px;
color: var(--dark-gray);
font-weight: 700;
font-size: 1.2rem;
}
/*# sourceMappingURL=estilos.css.map */ | 0.410993 | 0.109587 |
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:200,200i,400,400i");
/*
Hyperbolic by Pixelarity
pixel<EMAIL> | <EMAIL>
License: pixelarity.com/license
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
-webkit-text-size-adjust: none;
}
mark {
background-color: transparent;
color: inherit;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
}
/* Basic */
@-ms-viewport {
width: device-width;
}
body {
-ms-overflow-style: scrollbar;
}
@media screen and (max-width: 480px) {
html, body {
min-width: 320px;
}
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
-moz-animation: none !important;
-webkit-animation: none !important;
-ms-animation: none !important;
animation: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
/* Typography */
html {
font-size: 14pt;
}
@media screen and (max-width: 1680px) {
html {
font-size: 12pt;
}
}
@media screen and (max-width: 736px) {
html {
font-size: 11pt;
}
}
@media screen and (max-width: 360px) {
html {
font-size: 10pt;
}
}
body {
background-color: #333333;
color: #000000;
}
body, input, select, textarea {
font-family: "IBM Plex Sans", Helvetica, sans-serif;
font-weight: 200;
font-size: 1rem;
line-height: 2;
}
a {
-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
border-bottom: dotted 1px;
text-decoration: none;
}
a:hover {
border-bottom-color: transparent;
}
strong, b {
font-weight: 400;
}
em, i {
font-style: italic;
}
p {
margin: 0 0 2rem 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 200;
line-height: 1.5;
margin: 0 0 1.5rem 0;
text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
text-decoration: none;
}
h1 {
font-size: 3.25rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.25rem;
}
h5 {
font-size: 0.9rem;
}
h6 {
font-size: 0.7rem;
}
@media screen and (max-width: 1280px) {
h1 {
font-size: 2.75rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.5rem;
}
}
@media screen and (max-width: 736px) {
h1 {
font-size: 2.25rem;
}
h2 {
font-size: 1.5rem;
}
h3 {
font-size: 1.25rem;
}
}
sub {
font-size: 0.8rem;
position: relative;
top: 0.5rem;
}
sup {
font-size: 0.8rem;
position: relative;
top: -0.5rem;
}
blockquote {
border-left: solid 0.5rem;
font-style: italic;
margin: 0 0 2rem 0;
padding: 1rem 0 1rem 2rem;
}
code {
border-radius: 6px;
border: solid 1px;
font-family: "Courier New", monospace;
font-size: 0.9rem;
margin: 0 0.25rem;
padding: 0.25rem 0.65rem;
}
pre {
-webkit-overflow-scrolling: touch;
font-family: "Courier New", monospace;
font-size: 0.9rem;
margin: 0 0 2rem 0;
}
pre code {
display: block;
line-height: 1.75;
padding: 1rem 1.5rem;
overflow-x: auto;
}
hr {
border: 0;
border-bottom: solid 1px;
margin: 2rem 0;
}
hr.major {
margin: 4rem 0;
}
@media screen and (max-width: 736px) {
hr.major {
margin: 3rem 0;
}
}
header.major h1, header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
margin: 0 0 0.875em 0;
padding-bottom: 0.875em;
}
header.major h1:after, header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
position: relative;
top: 0.75em;
content: '';
height: 2px;
display: block;
width: 5rem;
}
header.major p {
font-size: 1.25rem;
margin: 0 0 6rem 0;
}
header.major.alt {
margin-bottom: -3rem;
}
header.special {
text-align: center;
}
header.special.major h1:after, header.special.major h2:after, header.special.major h3:after, header.special.major h4:after, header.special.major h5:after, header.special.major h6:after {
margin: 0 auto;
}
@media screen and (max-width: 1280px) {
header.major p {
margin: 0 0 4rem 0;
}
header.major.alt {
margin-bottom: -1rem;
}
}
@media screen and (max-width: 736px) {
header.major p {
font-size: 1rem;
margin: 0 0 3rem 0;
}
header.major.alt {
margin-bottom: -1rem;
}
}
@media screen and (max-width: 480px) {
header.major p br {
display: none;
}
}
input, select, textarea {
color: #000000;
}
a {
color: #f54a6f;
}
strong, b {
color: #000000;
}
h1, h2, h3, h4, h5, h6 {
color: #000000;
}
blockquote {
border-left-color: rgba(0, 0, 0, 0.125);
}
code {
background: rgba(0, 0, 0, 0.05);
border-color: rgba(0, 0, 0, 0.125);
}
hr {
border-bottom-color: rgba(0, 0, 0, 0.125);
}
header.major h1:after, header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(90deg, rgba(245, 74, 111, 0), #debf55 90%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
}
/* Row */
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp {
order: -1;
}
.row > .col-1 {
width: 8.33333%;
}
.row > .off-1 {
margin-left: 8.33333%;
}
.row > .col-2 {
width: 16.66667%;
}
.row > .off-2 {
margin-left: 16.66667%;
}
.row > .col-3 {
width: 25%;
}
.row > .off-3 {
margin-left: 25%;
}
.row > .col-4 {
width: 33.33333%;
}
.row > .off-4 {
margin-left: 33.33333%;
}
.row > .col-5 {
width: 41.66667%;
}
.row > .off-5 {
margin-left: 41.66667%;
}
.row > .col-6 {
width: 50%;
}
.row > .off-6 {
margin-left: 50%;
}
.row > .col-7 {
width: 58.33333%;
}
.row > .off-7 {
margin-left: 58.33333%;
}
.row > .col-8 {
width: 66.66667%;
}
.row > .off-8 {
margin-left: 66.66667%;
}
.row > .col-9 {
width: 75%;
}
.row > .off-9 {
margin-left: 75%;
}
.row > .col-10 {
width: 83.33333%;
}
.row > .off-10 {
margin-left: 83.33333%;
}
.row > .col-11 {
width: 91.66667%;
}
.row > .off-11 {
margin-left: 91.66667%;
}
.row > .col-12 {
width: 100%;
}
.row > .off-12 {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.5rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.5rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.5rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.5rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -1rem;
}
.row.gtr-50 > * {
padding: 0 0 0 1rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -1rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 1rem;
}
.row {
margin-top: 0;
margin-left: -2rem;
}
.row > * {
padding: 0 0 0 2rem;
}
.row.gtr-uniform {
margin-top: -2rem;
}
.row.gtr-uniform > * {
padding-top: 2rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -3rem;
}
.row.gtr-150 > * {
padding: 0 0 0 3rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -3rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 3rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -4rem;
}
.row.gtr-200 > * {
padding: 0 0 0 4rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -4rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 4rem;
}
@media screen and (max-width: 1680px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-xlarge {
order: -1;
}
.row > .col-1-xlarge {
width: 8.33333%;
}
.row > .off-1-xlarge {
margin-left: 8.33333%;
}
.row > .col-2-xlarge {
width: 16.66667%;
}
.row > .off-2-xlarge {
margin-left: 16.66667%;
}
.row > .col-3-xlarge {
width: 25%;
}
.row > .off-3-xlarge {
margin-left: 25%;
}
.row > .col-4-xlarge {
width: 33.33333%;
}
.row > .off-4-xlarge {
margin-left: 33.33333%;
}
.row > .col-5-xlarge {
width: 41.66667%;
}
.row > .off-5-xlarge {
margin-left: 41.66667%;
}
.row > .col-6-xlarge {
width: 50%;
}
.row > .off-6-xlarge {
margin-left: 50%;
}
.row > .col-7-xlarge {
width: 58.33333%;
}
.row > .off-7-xlarge {
margin-left: 58.33333%;
}
.row > .col-8-xlarge {
width: 66.66667%;
}
.row > .off-8-xlarge {
margin-left: 66.66667%;
}
.row > .col-9-xlarge {
width: 75%;
}
.row > .off-9-xlarge {
margin-left: 75%;
}
.row > .col-10-xlarge {
width: 83.33333%;
}
.row > .off-10-xlarge {
margin-left: 83.33333%;
}
.row > .col-11-xlarge {
width: 91.66667%;
}
.row > .off-11-xlarge {
margin-left: 91.66667%;
}
.row > .col-12-xlarge {
width: 100%;
}
.row > .off-12-xlarge {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.5rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.5rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.5rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.5rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -1rem;
}
.row.gtr-50 > * {
padding: 0 0 0 1rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -1rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 1rem;
}
.row {
margin-top: 0;
margin-left: -2rem;
}
.row > * {
padding: 0 0 0 2rem;
}
.row.gtr-uniform {
margin-top: -2rem;
}
.row.gtr-uniform > * {
padding-top: 2rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -3rem;
}
.row.gtr-150 > * {
padding: 0 0 0 3rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -3rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 3rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -4rem;
}
.row.gtr-200 > * {
padding: 0 0 0 4rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -4rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 4rem;
}
}
@media screen and (max-width: 1280px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-large {
order: -1;
}
.row > .col-1-large {
width: 8.33333%;
}
.row > .off-1-large {
margin-left: 8.33333%;
}
.row > .col-2-large {
width: 16.66667%;
}
.row > .off-2-large {
margin-left: 16.66667%;
}
.row > .col-3-large {
width: 25%;
}
.row > .off-3-large {
margin-left: 25%;
}
.row > .col-4-large {
width: 33.33333%;
}
.row > .off-4-large {
margin-left: 33.33333%;
}
.row > .col-5-large {
width: 41.66667%;
}
.row > .off-5-large {
margin-left: 41.66667%;
}
.row > .col-6-large {
width: 50%;
}
.row > .off-6-large {
margin-left: 50%;
}
.row > .col-7-large {
width: 58.33333%;
}
.row > .off-7-large {
margin-left: 58.33333%;
}
.row > .col-8-large {
width: 66.66667%;
}
.row > .off-8-large {
margin-left: 66.66667%;
}
.row > .col-9-large {
width: 75%;
}
.row > .off-9-large {
margin-left: 75%;
}
.row > .col-10-large {
width: 83.33333%;
}
.row > .off-10-large {
margin-left: 83.33333%;
}
.row > .col-11-large {
width: 91.66667%;
}
.row > .off-11-large {
margin-left: 91.66667%;
}
.row > .col-12-large {
width: 100%;
}
.row > .off-12-large {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.375rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.375rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.375rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.375rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.75rem;
}
.row.gtr-50 > * {
padding: 0 0 0 0.75rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.75rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.75rem;
}
.row {
margin-top: 0;
margin-left: -1.5rem;
}
.row > * {
padding: 0 0 0 1.5rem;
}
.row.gtr-uniform {
margin-top: -1.5rem;
}
.row.gtr-uniform > * {
padding-top: 1.5rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -2.25rem;
}
.row.gtr-150 > * {
padding: 0 0 0 2.25rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -2.25rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 2.25rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -3rem;
}
.row.gtr-200 > * {
padding: 0 0 0 3rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -3rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 3rem;
}
}
@media screen and (max-width: 980px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-medium {
order: -1;
}
.row > .col-1-medium {
width: 8.33333%;
}
.row > .off-1-medium {
margin-left: 8.33333%;
}
.row > .col-2-medium {
width: 16.66667%;
}
.row > .off-2-medium {
margin-left: 16.66667%;
}
.row > .col-3-medium {
width: 25%;
}
.row > .off-3-medium {
margin-left: 25%;
}
.row > .col-4-medium {
width: 33.33333%;
}
.row > .off-4-medium {
margin-left: 33.33333%;
}
.row > .col-5-medium {
width: 41.66667%;
}
.row > .off-5-medium {
margin-left: 41.66667%;
}
.row > .col-6-medium {
width: 50%;
}
.row > .off-6-medium {
margin-left: 50%;
}
.row > .col-7-medium {
width: 58.33333%;
}
.row > .off-7-medium {
margin-left: 58.33333%;
}
.row > .col-8-medium {
width: 66.66667%;
}
.row > .off-8-medium {
margin-left: 66.66667%;
}
.row > .col-9-medium {
width: 75%;
}
.row > .off-9-medium {
margin-left: 75%;
}
.row > .col-10-medium {
width: 83.33333%;
}
.row > .off-10-medium {
margin-left: 83.33333%;
}
.row > .col-11-medium {
width: 91.66667%;
}
.row > .off-11-medium {
margin-left: 91.66667%;
}
.row > .col-12-medium {
width: 100%;
}
.row > .off-12-medium {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.375rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.375rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.375rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.375rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.75rem;
}
.row.gtr-50 > * {
padding: 0 0 0 0.75rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.75rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.75rem;
}
.row {
margin-top: 0;
margin-left: -1.5rem;
}
.row > * {
padding: 0 0 0 1.5rem;
}
.row.gtr-uniform {
margin-top: -1.5rem;
}
.row.gtr-uniform > * {
padding-top: 1.5rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -2.25rem;
}
.row.gtr-150 > * {
padding: 0 0 0 2.25rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -2.25rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 2.25rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -3rem;
}
.row.gtr-200 > * {
padding: 0 0 0 3rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -3rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 3rem;
}
}
@media screen and (max-width: 736px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-small {
order: -1;
}
.row > .col-1-small {
width: 8.33333%;
}
.row > .off-1-small {
margin-left: 8.33333%;
}
.row > .col-2-small {
width: 16.66667%;
}
.row > .off-2-small {
margin-left: 16.66667%;
}
.row > .col-3-small {
width: 25%;
}
.row > .off-3-small {
margin-left: 25%;
}
.row > .col-4-small {
width: 33.33333%;
}
.row > .off-4-small {
margin-left: 33.33333%;
}
.row > .col-5-small {
width: 41.66667%;
}
.row > .off-5-small {
margin-left: 41.66667%;
}
.row > .col-6-small {
width: 50%;
}
.row > .off-6-small {
margin-left: 50%;
}
.row > .col-7-small {
width: 58.33333%;
}
.row > .off-7-small {
margin-left: 58.33333%;
}
.row > .col-8-small {
width: 66.66667%;
}
.row > .off-8-small {
margin-left: 66.66667%;
}
.row > .col-9-small {
width: 75%;
}
.row > .off-9-small {
margin-left: 75%;
}
.row > .col-10-small {
width: 83.33333%;
}
.row > .off-10-small {
margin-left: 83.33333%;
}
.row > .col-11-small {
width: 91.66667%;
}
.row > .off-11-small {
margin-left: 91.66667%;
}
.row > .col-12-small {
width: 100%;
}
.row > .off-12-small {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.3125rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.3125rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.3125rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.3125rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.625rem;
}
.row.gtr-50 > * {
padding: 0 0 0 0.625rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.625rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.625rem;
}
.row {
margin-top: 0;
margin-left: -1.25rem;
}
.row > * {
padding: 0 0 0 1.25rem;
}
.row.gtr-uniform {
margin-top: -1.25rem;
}
.row.gtr-uniform > * {
padding-top: 1.25rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -1.875rem;
}
.row.gtr-150 > * {
padding: 0 0 0 1.875rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -1.875rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 1.875rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -2.5rem;
}
.row.gtr-200 > * {
padding: 0 0 0 2.5rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -2.5rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 2.5rem;
}
}
@media screen and (max-width: 480px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-xsmall {
order: -1;
}
.row > .col-1-xsmall {
width: 8.33333%;
}
.row > .off-1-xsmall {
margin-left: 8.33333%;
}
.row > .col-2-xsmall {
width: 16.66667%;
}
.row > .off-2-xsmall {
margin-left: 16.66667%;
}
.row > .col-3-xsmall {
width: 25%;
}
.row > .off-3-xsmall {
margin-left: 25%;
}
.row > .col-4-xsmall {
width: 33.33333%;
}
.row > .off-4-xsmall {
margin-left: 33.33333%;
}
.row > .col-5-xsmall {
width: 41.66667%;
}
.row > .off-5-xsmall {
margin-left: 41.66667%;
}
.row > .col-6-xsmall {
width: 50%;
}
.row > .off-6-xsmall {
margin-left: 50%;
}
.row > .col-7-xsmall {
width: 58.33333%;
}
.row > .off-7-xsmall {
margin-left: 58.33333%;
}
.row > .col-8-xsmall {
width: 66.66667%;
}
.row > .off-8-xsmall {
margin-left: 66.66667%;
}
.row > .col-9-xsmall {
width: 75%;
}
.row > .off-9-xsmall {
margin-left: 75%;
}
.row > .col-10-xsmall {
width: 83.33333%;
}
.row > .off-10-xsmall {
margin-left: 83.33333%;
}
.row > .col-11-xsmall {
width: 91.66667%;
}
.row > .off-11-xsmall {
margin-left: 91.66667%;
}
.row > .col-12-xsmall {
width: 100%;
}
.row > .off-12-xsmall {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.3125rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.3125rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.3125rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.3125rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.625rem;
}
.row.gtr-50 > * {
padding: 0 0 0 0.625rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.625rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.625rem;
}
.row {
margin-top: 0;
margin-left: -1.25rem;
}
.row > * {
padding: 0 0 0 1.25rem;
}
.row.gtr-uniform {
margin-top: -1.25rem;
}
.row.gtr-uniform > * {
padding-top: 1.25rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -1.875rem;
}
.row.gtr-150 > * {
padding: 0 0 0 1.875rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -1.875rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 1.875rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -2.5rem;
}
.row.gtr-200 > * {
padding: 0 0 0 2.5rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -2.5rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 2.5rem;
}
}
/* Box */
.box {
border: solid 1px;
border-radius: 6px;
margin-bottom: 2rem;
padding: 1.5rem;
}
.box > :last-child {
margin-bottom: 0;
}
.box.alt {
border: 0;
border-radius: 0;
padding: 0;
}
.box {
border-color: rgba(0, 0, 0, 0.125);
}
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, -moz-transform 0.1s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.1s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, -ms-transform 0.1s ease-in-out;
transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.1s ease-in-out;
border: 0;
border-radius: 6px;
cursor: pointer;
display: inline-block;
font-weight: 400;
height: 3.5rem;
line-height: 3.5rem;
padding: 0 2rem;
text-align: center;
text-decoration: none;
white-space: nowrap;
text-transform: uppercase;
font-size: 0.9rem;
border-radius: 3.5rem;
}
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
font-size: 0.8rem;
height: 2.625rem;
line-height: 2.625rem;
padding: 0 1.75rem;
}
input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
font-size: 1.25rem;
height: 4.375rem;
line-height: 4.375rem;
padding: 0 3rem;
}
input[type="submit"].wide,
input[type="reset"].wide,
input[type="button"].wide,
button.wide,
.button.wide {
min-width: 13rem;
}
input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
margin-right: 0.5rem;
}
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
width: 100%;
}
input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
pointer-events: none;
opacity: 0.25;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
background-color: transparent;
box-shadow: inset 0 0 0 1px #000000;
color: #000000 !important;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
box-shadow: inset 0 0 0 1px #f54a6f;
color: #f54a6f !important;
}
input[type="submit"]:hover:active,
input[type="reset"]:hover:active,
input[type="button"]:hover:active,
button:hover:active,
.button:hover:active {
background-color: rgba(245, 74, 111, 0.25);
}
input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
box-shadow: 0 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.25);
color: #ffffff !important;
}
input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
background-color: #f7718e;
}
input[type="submit"].primary:hover:active,
input[type="reset"].primary:hover:active,
input[type="button"].primary:hover:active,
button.primary:hover:active,
.button.primary:hover:active {
background-color: #ed2954;
}
/* Form */
form {
margin: 0 0 2rem 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
background-color: transparent;
border-radius: 6px;
border: none;
border: solid 1px;
color: inherit;
display: block;
outline: 0;
padding: 0 1.25rem;
text-decoration: none;
width: 100%;
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
input[type="search"]:invalid,
input[type="url"]:invalid,
select:invalid,
textarea:invalid {
box-shadow: none;
}
label {
display: block;
font-size: 1rem;
font-weight: 400;
margin: 0 0 1rem 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
height: 3.5rem;
}
select {
background-size: 1.25rem;
background-repeat: no-repeat;
background-position: calc(100% - 1rem) center;
height: 3.5rem;
padding-right: 3.5rem;
text-overflow: ellipsis;
}
select:focus::-ms-value {
background-color: transparent;
}
select::-ms-expand {
display: none;
}
textarea {
padding: 0.75rem 1rem;
}
input[type="checkbox"],
input[type="radio"] {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
float: left;
margin-right: -2rem;
opacity: 0;
width: 1rem;
z-index: -1;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
text-decoration: none;
cursor: pointer;
display: inline-block;
font-size: 1rem;
font-weight: 200;
padding-left: 2.975rem;
padding-right: 0.875rem;
position: relative;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
border-radius: 6px;
border: solid 1px;
content: '';
display: inline-block;
font-size: 0.85rem;
height: 2.1rem;
left: 0;
line-height: 2.0125rem;
position: absolute;
text-align: center;
top: -0.175rem;
width: 2.1rem;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
content: '\f00c';
}
input[type="checkbox"] + label:before {
border-radius: 6px;
}
input[type="radio"] + label:before {
border-radius: 100%;
}
::-webkit-input-placeholder {
opacity: 1.0;
}
:-moz-placeholder {
opacity: 1.0;
}
::-moz-placeholder {
opacity: 1.0;
}
:-ms-input-placeholder {
opacity: 1.0;
}
label {
color: #000000;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
border-color: rgba(0, 0, 0, 0.125);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
border-color: #f54a6f;
box-shadow: 0 0 0 1px #f54a6f;
}
select {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}
select option {
color: #000000;
background-color: #ffffff;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
color: #000000;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
border-color: rgba(0, 0, 0, 0.125);
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
border-color: #f54a6f;
color: #ffffff;
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
border-color: #f54a6f;
box-shadow: 0 0 0 1px #f54a6f;
}
::-webkit-input-placeholder {
color: #000000 !important;
}
:-moz-placeholder {
color: #000000 !important;
}
::-moz-placeholder {
color: #000000 !important;
}
:-ms-input-placeholder {
color: #000000 !important;
}
/* Icon */
.icon {
text-decoration: none;
border-bottom: none;
outline: 0;
position: relative;
}
.icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 400;
}
.icon > .label {
display: none;
}
.icon.alt {
font-size: 1.5rem;
}
.icon.alt:before {
border-radius: 100%;
border: solid 2px;
display: inline-block;
text-align: center;
width: 4.5rem;
height: 4.5rem;
line-height: 4.5rem;
}
.icon.solid:before {
font-weight: 900;
}
.icon.brands:before {
font-family: 'Font Awesome 5 Brands';
}
.icon.major {
display: block;
margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 1280px) {
.icon.alt {
font-size: 1.25rem;
}
.icon.alt:before {
width: 4rem;
height: 4rem;
line-height: 4rem;
}
}
@media screen and (max-width: 736px) {
.icon.alt {
font-size: 1rem;
}
.icon.alt:before {
width: 3rem;
height: 3rem;
line-height: 2.75rem;
}
}
a.icon.alt:before {
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
a.icon.alt:hover:before {
background-color: rgba(0, 0, 0, 0.05);
}
a.icon.alt:active:before {
background-color: rgba(0, 0, 0, 0.175);
}
/* Image */
.image {
border-radius: 6px;
border: 0;
display: inline-block;
position: relative;
}
.image img {
border-radius: 6px;
display: block;
}
.image.left, .image.right {
max-width: 40%;
}
.image.left img, .image.right img {
width: 100%;
}
.image.left {
float: left;
margin: 0 2rem 2rem 0;
top: 0.25rem;
}
.image.right {
float: right;
margin: 0 0 2rem 2rem;
top: 0.25rem;
}
.image.fit {
display: block;
margin: 0 0 2rem 0;
width: 100%;
}
.image.fit img {
width: 100%;
}
.image.main {
display: block;
margin: 0 0 5rem 0;
width: 100%;
}
.image.main img {
width: 100%;
}
@media screen and (max-width: 736px) {
.image.main {
margin: 0 0 2rem 0;
}
}
/* List */
ol {
list-style: decimal;
margin: 0 0 2rem 0;
padding-left: 1.25rem;
}
ol li {
padding-left: 0.25rem;
}
ul {
list-style: disc;
margin: 0 0 2rem 0;
padding-left: 1rem;
}
ul li {
padding-left: 0.325rem;
}
ul.alt {
list-style: none;
padding-left: 0;
}
ul.alt li {
border-top: solid 1px;
padding: 0.75rem 0;
}
ul.alt li:first-child {
border-top: 0;
padding-top: 0;
}
ul.alt li:last-child {
padding-bottom: 0;
}
dl {
margin: 0 0 2rem 0;
}
dl dt {
display: block;
font-weight: 400;
margin: 0 0 1rem 0;
}
dl dd {
margin-left: 1.5rem;
}
ul.alt li {
border-top-color: rgba(0, 0, 0, 0.125);
}
/* Actions */
ul.actions {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
cursor: default;
list-style: none;
margin-left: -1rem;
padding-left: 0;
}
ul.actions li {
padding: 0 0 0 1rem;
vertical-align: middle;
}
ul.actions.special {
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
width: 100%;
margin-left: 0;
}
ul.actions.special li:first-child {
padding-left: 0;
}
ul.actions.stacked {
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 0;
}
ul.actions.stacked li {
padding: 1.3rem 0 0 0;
}
ul.actions.stacked li:first-child {
padding-top: 0;
}
ul.actions.fit {
width: calc(100% + 1rem);
}
ul.actions.fit li {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
width: 100%;
}
ul.actions.fit li > * {
width: 100%;
}
ul.actions.fit.stacked {
width: 100%;
}
@media screen and (max-width: 480px) {
ul.actions:not(.fixed) {
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 0;
width: 100% !important;
}
ul.actions:not(.fixed) li {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
padding: 1rem 0 0 0;
text-align: center;
width: 100%;
}
ul.actions:not(.fixed) li > * {
width: 100%;
}
ul.actions:not(.fixed) li:first-child {
padding-top: 0;
}
ul.actions:not(.fixed) li input[type="submit"],
ul.actions:not(.fixed) li input[type="reset"],
ul.actions:not(.fixed) li input[type="button"],
ul.actions:not(.fixed) li button,
ul.actions:not(.fixed) li .button {
width: 100%;
}
ul.actions:not(.fixed) li input[type="submit"].icon:before,
ul.actions:not(.fixed) li input[type="reset"].icon:before,
ul.actions:not(.fixed) li input[type="button"].icon:before,
ul.actions:not(.fixed) li button.icon:before,
ul.actions:not(.fixed) li .button.icon:before {
margin-left: -0.5rem;
}
}
/* Icons */
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
}
ul.icons li {
display: inline-block;
padding: 0 0.75rem 0 0;
}
ul.icons li:last-child {
padding-right: 0;
}
ul.icons li .icon.alt {
margin: 0 0.375rem;
}
@media screen and (max-width: 1280px) {
ul.icons li .icon.alt {
margin: 0 0.25rem;
}
}
@media screen and (max-width: 736px) {
ul.icons li .icon.alt {
margin: 0;
}
}
/* Table */
.table-wrapper {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
}
table {
margin: 0 0 2rem 0;
width: 100%;
}
table tbody tr {
border: solid 1px;
border-left: 0;
border-right: 0;
}
table td {
padding: 0.75rem 0.75rem;
}
table th {
font-size: 0.9rem;
font-weight: 400;
padding: 0 0.75rem 0.75rem 0.75rem;
text-align: left;
}
table thead {
border-bottom: solid 2px;
}
table tfoot {
border-top: solid 2px;
}
table.alt {
border-collapse: separate;
}
table.alt tbody tr td {
border: solid 1px;
border-left-width: 0;
border-top-width: 0;
}
table.alt tbody tr td:first-child {
border-left-width: 1px;
}
table.alt tbody tr:first-child td {
border-top-width: 1px;
}
table.alt thead {
border-bottom: 0;
}
table.alt tfoot {
border-top: 0;
}
table tbody tr {
border-color: rgba(0, 0, 0, 0.125);
}
table tbody tr:nth-child(2n + 1) {
background-color: rgba(0, 0, 0, 0.05);
}
table th {
color: #000000;
}
table thead {
border-bottom-color: rgba(0, 0, 0, 0.125);
}
table tfoot {
border-top-color: rgba(0, 0, 0, 0.125);
}
table.alt tbody tr td {
border-color: rgba(0, 0, 0, 0.125);
}
/* Wrapper */
.wrapper {
padding: 8rem 0 6rem 0 ;
position: relative;
}
.wrapper > .inner {
margin: 0 auto;
width: 75rem;
max-width: calc(100% - 8rem);
}
.wrapper.style1 {
background-color: #ffffff;
}
.wrapper.style2 {
background-color: #3a3a3a;
color: #ffffff;
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
}
.wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
color: #ffffff;
}
.wrapper.style2 a {
color: #ffffff;
}
.wrapper.style2 strong, .wrapper.style2 b {
color: #ffffff;
}
.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
color: #ffffff;
}
.wrapper.style2 blockquote {
border-left-color: #ffffff;
}
.wrapper.style2 code {
background: rgba(255, 255, 255, 0.05);
border-color: #ffffff;
}
.wrapper.style2 hr {
border-bottom-color: #ffffff;
}
.wrapper.style2 header.major h1:after, .wrapper.style2 header.major h2:after, .wrapper.style2 header.major h3:after, .wrapper.style2 header.major h4:after, .wrapper.style2 header.major h5:after, .wrapper.style2 header.major h6:after {
background: #ffffff;
}
.wrapper.style2 .box {
border-color: #ffffff;
}
.wrapper.style2 input[type="submit"],
.wrapper.style2 input[type="reset"],
.wrapper.style2 input[type="button"],
.wrapper.style2 button,
.wrapper.style2 .button {
background-color: transparent;
box-shadow: inset 0 0 0 1px #ffffff;
color: #ffffff !important;
}
.wrapper.style2 input[type="submit"]:hover,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 button:hover,
.wrapper.style2 .button:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.wrapper.style2 input[type="submit"]:hover:active,
.wrapper.style2 input[type="reset"]:hover:active,
.wrapper.style2 input[type="button"]:hover:active,
.wrapper.style2 button:hover:active,
.wrapper.style2 .button:hover:active {
background-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 input[type="submit"].primary,
.wrapper.style2 input[type="reset"].primary,
.wrapper.style2 input[type="button"].primary,
.wrapper.style2 button.primary,
.wrapper.style2 .button.primary {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
box-shadow: 0 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.25);
color: #ffffff !important;
}
.wrapper.style2 input[type="submit"].primary:hover,
.wrapper.style2 input[type="reset"].primary:hover,
.wrapper.style2 input[type="button"].primary:hover,
.wrapper.style2 button.primary:hover,
.wrapper.style2 .button.primary:hover {
background-color: #f7718e;
}
.wrapper.style2 input[type="submit"].primary:hover:active,
.wrapper.style2 input[type="reset"].primary:hover:active,
.wrapper.style2 input[type="button"].primary:hover:active,
.wrapper.style2 button.primary:hover:active,
.wrapper.style2 .button.primary:hover:active {
background-color: #ed2954;
}
.wrapper.style2 label {
color: #ffffff;
}
.wrapper.style2 input[type="text"],
.wrapper.style2 input[type="password"],
.wrapper.style2 input[type="email"],
.wrapper.style2 input[type="tel"],
.wrapper.style2 input[type="search"],
.wrapper.style2 input[type="url"],
.wrapper.style2 select,
.wrapper.style2 textarea {
border-color: #ffffff;
}
.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 input[type="tel"]:focus,
.wrapper.style2 input[type="search"]:focus,
.wrapper.style2 input[type="url"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
border-color: #ffffff;
box-shadow: 0 0 0 1px #ffffff;
}
.wrapper.style2 select {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23ffffff' /%3E%3C/svg%3E");
}
.wrapper.style2 select option {
color: #ffffff;
background-color: #3a3a3a;
}
.wrapper.style2 input[type="checkbox"] + label,
.wrapper.style2 input[type="radio"] + label {
color: #ffffff;
}
.wrapper.style2 input[type="checkbox"] + label:before,
.wrapper.style2 input[type="radio"] + label:before {
border-color: #ffffff;
}
.wrapper.style2 input[type="checkbox"]:checked + label:before,
.wrapper.style2 input[type="radio"]:checked + label:before {
background-color: #ffffff;
border-color: #ffffff;
color: #f54a6f;
}
.wrapper.style2 input[type="checkbox"]:focus + label:before,
.wrapper.style2 input[type="radio"]:focus + label:before {
border-color: #ffffff;
box-shadow: 0 0 0 1px #ffffff;
}
.wrapper.style2 ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.wrapper.style2 :-moz-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.wrapper.style2 ::-moz-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.wrapper.style2 :-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.wrapper.style2 ul.alt li {
border-top-color: #ffffff;
}
.wrapper.style2 table tbody tr {
border-color: #ffffff;
}
.wrapper.style2 table tbody tr:nth-child(2n + 1) {
background-color: rgba(255, 255, 255, 0.05);
}
.wrapper.style2 table th {
color: #ffffff;
}
.wrapper.style2 table thead {
border-bottom-color: #ffffff;
}
.wrapper.style2 table tfoot {
border-top-color: #ffffff;
}
.wrapper.style2 table.alt tbody tr td {
border-color: #ffffff;
}
.wrapper.style2 a.icon.alt:before {
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
.wrapper.style2 a.icon.alt:hover:before {
background-color: rgba(255, 255, 255, 0.05);
}
.wrapper.style2 a.icon.alt:active:before {
background-color: rgba(255, 255, 255, 0.175);
}
.wrapper.style2.alt {
padding-bottom: 7.25rem;
margin-top: -4.75rem;
padding-top: 14.75rem;
}
.wrapper.style2.alt:after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1900' height='150' viewBox='0 0 1900 150' preserveAspectRatio='none'%3E%3Cpath d='M0,25.7C243.4,84,596.7,150,950,150c353.3,0,706.6-66,950-124.3V150H0V25.7z' fill='%23ffffff'/%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: center;
bottom: -1px;
content: '';
height: 8rem;
left: 0;
position: absolute;
width: 100%;
box-shadow: inset 0 -1px 0 0 #ffffff;
}
@media screen and (max-width: 1280px) {
.wrapper.style2.alt {
padding-bottom: 5.25rem;
}
.wrapper.style2.alt:after {
background-size: 125% 100%;
height: 6rem;
}
}
@media screen and (max-width: 736px) {
.wrapper.style2.alt {
padding-bottom: 3.25rem;
}
.wrapper.style2.alt:after {
background-size: 125% 100%;
height: 4rem;
}
}
.wrapper.style2.alt:before {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1900' height='150' viewBox='0 0 1900 150' preserveAspectRatio='none'%3E%3Cpath d='M0,0h1900c-243.3,58.2-596.3,123.9-949.4,124h-1.2C596.3,123.9,243.3,58.2,0,0z' fill='%23ffffff'/%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: center;
content: '';
height: 8rem;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
@media screen and (max-width: 1280px) {
.wrapper.style2.alt {
margin-top: -2.75rem;
padding-top: 10.75rem;
}
.wrapper.style2.alt:before {
background-size: 125% 100%;
height: 6rem;
}
}
@media screen and (max-width: 736px) {
.wrapper.style2.alt {
margin-top: -0.75rem;
padding-top: 6.75rem;
}
.wrapper.style2.alt:before {
background-size: 125% 100%;
height: 4rem;
}
}
@media screen and (max-width: 1280px) {
.wrapper {
padding: 6rem 0 4rem 0 ;
}
.wrapper > .inner {
max-width: calc(100% - 6rem);
}
}
@media screen and (max-width: 736px) {
.wrapper {
padding: 4rem 0 2rem 0 ;
}
.wrapper > .inner {
max-width: calc(100% - 4rem);
}
}
/* Spotlights */
.spotlights {
margin: 0 0 2rem 0;
}
.spotlights section {
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
margin-top: -3rem;
}
.spotlights section .image {
-moz-flex-grow: 0;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
-moz-flex-shrink: 0;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
border-radius: 100%;
box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.25);
margin: 0 6rem 0 0;
width: 30rem;
}
.spotlights section .image img {
border-radius: 100%;
display: block;
width: 100%;
}
.spotlights section .content {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
}
.spotlights section .content header.major h3:after {
margin-right: auto;
}
.spotlights section:first-child {
margin-top: 0;
}
.spotlights section:nth-child(2n) {
-moz-flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.spotlights section:nth-child(2n) .image {
margin: 0 0 0 6rem;
}
.spotlights section:nth-child(2n) .content header.major h3:after {
margin-left: auto;
margin-right: 0;
}
@media screen and (max-width: 1280px) {
.spotlights section {
margin-top: 3rem;
}
.spotlights section .image {
margin: 0 4rem 0 0;
width: 20rem;
}
.spotlights section:nth-child(2n) .image {
margin: 0 0 0 4rem;
}
}
@media screen and (max-width: 980px) {
.spotlights section {
display: block;
text-align: center;
}
.spotlights section .image {
margin: 0 0 3rem 0;
max-width: 100%;
}
.spotlights section .content header.major h3:after {
margin-left: auto;
margin-right: auto;
}
.spotlights section:nth-child(2n) {
text-align: center;
}
.spotlights section:nth-child(2n) .image {
margin: 0 0 3rem 0;
}
.spotlights section:nth-child(2n) .content header.major h3:after {
margin-left: auto;
margin-right: auto;
}
}
@media screen and (max-width: 736px) {
.spotlights section .image {
width: 15rem;
margin: 0 0 2rem 0;
}
.spotlights section:nth-child(2n) .image {
margin: 0 0 2rem 0;
}
}
/* Features */
.features {
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
margin: 0 0 2rem 0;
}
.features > ul {
margin-bottom: 0;
padding-left: 0;
}
.features > ul > li {
list-style: none;
margin-top: 3rem;
}
.features > ul > li > :last-child {
margin-bottom: 0;
}
.features > ul > li:first-child {
margin-top: 0;
}
.features > ul:first-child {
margin-right: 4rem;
text-align: right;
}
.features > ul:last-child {
margin-left: 4rem;
text-align: left;
}
.features > ul h3 {
font-size: 1.25rem;
margin: 0 0 0.75rem 0;
}
.features > .image {
-moz-flex-grow: 0;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
-moz-flex-shrink: 0;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
}
.features > .image img {
border-radius: 100%;
box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.25);
display: block;
width: 30rem;
}
@media screen and (max-width: 1280px) {
.features {
-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.features > .image {
-moz-order: -1;
-webkit-order: -1;
-ms-order: -1;
order: -1;
margin: 0 0 3rem 0;
width: 100%;
}
.features > .image > img {
margin: 0 auto;
width: 20rem;
}
.features > ul {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
padding: 0 3rem;
width: 50%;
}
.features > ul:first-child {
margin-right: 0;
text-align: center;
}
.features > ul:last-child {
margin-left: 0;
text-align: center;
}
}
@media screen and (max-width: 980px) {
.features > .image img {
max-width: 100%;
}
.features > ul {
padding: 0 1.5rem;
}
}
@media screen and (max-width: 736px) {
.features > .image img {
width: 15rem;
}
}
@media screen and (max-width: 480px) {
.features > ul {
padding: 0;
width: 100%;
}
.features > ul > li {
margin-top: 2rem;
}
.features > ul > li:first-child {
margin-top: 2rem;
}
.features > ul:first-child > li:first-child {
margin-top: 0;
}
}
/* Banner */
#banner {
background-color: #3a3a3a;
color: #ffffff;
padding-bottom: 7.25rem;
padding: 10rem 0 8rem 0 ;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
background-attachment: fixed, fixed;
background-image: linear-gradient(90deg, rgba(58, 58, 58, 0.6), rgba(58, 58, 58, 0.6)), url("../../images/deadlift.jpg");
background-position: center, center;
background-repeat: repeat, no-repeat;
background-size: auto, cover;
min-height: calc(75vh + 7rem);
position: relative;
text-align: center;
}
#banner input[type="submit"],
#banner input[type="reset"],
#banner input[type="button"],
#banner button,
#banner .button {
background-color: transparent;
box-shadow: inset 0 0 0 1px #ffffff;
color: #ffffff !important;
}
#banner input[type="submit"]:hover,
#banner input[type="reset"]:hover,
#banner input[type="button"]:hover,
#banner button:hover,
#banner .button:hover {
background-color: rgba(255, 255, 255, 0.1);
}
#banner input[type="submit"]:hover:active,
#banner input[type="reset"]:hover:active,
#banner input[type="button"]:hover:active,
#banner button:hover:active,
#banner .button:hover:active {
background-color: rgba(255, 255, 255, 0.25);
}
#banner input[type="submit"].primary,
#banner input[type="reset"].primary,
#banner input[type="button"].primary,
#banner button.primary,
#banner .button.primary {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
box-shadow: 0 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.25);
color: #ffffff !important;
}
#banner input[type="submit"].primary:hover,
#banner input[type="reset"].primary:hover,
#banner input[type="button"].primary:hover,
#banner button.primary:hover,
#banner .button.primary:hover {
background-color: #f7718e;
}
#banner input[type="submit"].primary:hover:active,
#banner input[type="reset"].primary:hover:active,
#banner input[type="button"].primary:hover:active,
#banner button.primary:hover:active,
#banner .button.primary:hover:active {
background-color: #ed2954;
}
#banner input, #banner select, #banner textarea {
color: #ffffff;
}
#banner a {
color: #ffffff;
}
#banner strong, #banner b {
color: #ffffff;
}
#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
color: #ffffff;
}
#banner blockquote {
border-left-color: #ffffff;
}
#banner code {
background: rgba(255, 255, 255, 0.05);
border-color: #ffffff;
}
#banner hr {
border-bottom-color: #ffffff;
}
#banner header.major h1:after, #banner header.major h2:after, #banner header.major h3:after, #banner header.major h4:after, #banner header.major h5:after, #banner header.major h6:after {
background: #ffffff;
}
#banner:after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1900' height='150' viewBox='0 0 1900 150' preserveAspectRatio='none'%3E%3Cpath d='M0,25.7C243.4,84,596.7,150,950,150c353.3,0,706.6-66,950-124.3V150H0V25.7z' fill='%23ffffff'/%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: center;
bottom: -1px;
content: '';
height: 8rem;
left: 0;
position: absolute;
width: 100%;
box-shadow: inset 0 -1px 0 0 #ffffff;
}
@media screen and (max-width: 1280px) {
#banner {
padding-bottom: 5.25rem;
}
#banner:after {
background-size: 125% 100%;
height: 6rem;
}
}
@media screen and (max-width: 736px) {
#banner {
padding-bottom: 3.25rem;
}
#banner:after {
background-size: 125% 100%;
height: 4rem;
}
}
#banner:before {
pointer-events: none;
-moz-transition: opacity 2s ease-in-out 0.75s;
-webkit-transition: opacity 2s ease-in-out 0.75s;
-ms-transition: opacity 2s ease-in-out 0.75s;
transition: opacity 2s ease-in-out 0.75s;
background: #333333;
content: '';
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
}
#banner > .content {
-moz-transition: -moz-transform 1s ease-in-out, opacity 1.25s ease-in-out;
-webkit-transition: -webkit-transform 1s ease-in-out, opacity 1.25s ease-in-out;
-ms-transition: -ms-transform 1s ease-in-out, opacity 1.25s ease-in-out;
transition: transform 1s ease-in-out, opacity 1.25s ease-in-out;
position: relative;
z-index: 1;
}
#banner > .content > :last-child {
margin-bottom: 0;
}
body.is-preload #banner:before {
opacity: 1;
}
body.is-preload #banner > .content {
-moz-transform: translateY(0.75rem);
-webkit-transform: translateY(0.75rem);
-ms-transform: translateY(0.75rem);
transform: translateY(0.75rem);
opacity: 0;
}
@media screen and (max-width: 1280px) {
#banner {
padding: 7.5rem 0 5.5rem 0 ;
background-attachment: scroll, scroll;
}
}
@media screen and (max-width: 980px) {
#banner {
padding: 7.5rem 6rem 5.5rem 6rem ;
}
}
@media screen and (max-width: 736px) {
#banner {
padding: 8rem 2rem 6rem 2rem ;
min-height: 0;
}
}
@media screen and (max-width: 480px) {
#banner {
padding: 10rem 2rem 8rem 2rem ;
}
}
@media screen and (max-width: 480px) {
#banner br {
display: none;
}
}
/* Header */
@-moz-keyframes reveal-header {
0% {
top: -4em;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@-webkit-keyframes reveal-header {
0% {
top: -4em;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@-ms-keyframes reveal-header {
0% {
top: -4em;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@keyframes reveal-header {
0% {
top: -4em;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
body {
padding-top: 3.5rem;
}
@media screen and (max-width: 736px) {
body {
padding-top: 3rem;
}
}
#header {
background-color: #3a3a3a;
color: #ffffff;
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(90deg, rgba(245, 74, 111, 0), #debf55 90%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
box-shadow: 0 0.075rem 1rem 0 rgba(0, 0, 0, 0.125);
height: 3.5rem;
left: 0;
line-height: 3.5rem;
padding: 0 1.5rem;
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
#header input, #header select, #header textarea {
color: #ffffff;
}
#header a {
color: #ffffff;
}
#header strong, #header b {
color: #ffffff;
}
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
color: #ffffff;
}
#header blockquote {
border-left-color: #ffffff;
}
#header code {
background: rgba(255, 255, 255, 0.05);
border-color: #ffffff;
}
#header hr {
border-bottom-color: #ffffff;
}
#header header.major h1:after, #header header.major h2:after, #header header.major h3:after, #header header.major h4:after, #header header.major h5:after, #header header.major h6:after {
background: #ffffff;
}
#header .logo {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
border: 0;
font-size: 0.9rem;
text-transform: uppercase;
white-space: nowrap;
}
#header.reveal {
-moz-animation: reveal-header 0.5s ease;
-webkit-animation: reveal-header 0.5s ease;
-ms-animation: reveal-header 0.5s ease;
animation: reveal-header 0.5s ease;
}
#header.alt {
-moz-animation: none;
-webkit-animation: none;
-ms-animation: none;
animation: none;
background: none;
box-shadow: none;
height: 7rem;
line-height: 7rem;
padding: 0 3rem;
position: absolute;
}
#header.alt:before {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(90deg, rgba(245, 74, 111, 0), #debf55 90%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
content: '';
display: block;
height: 0.75rem;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#header + #banner {
margin-top: -3.5rem;
}
#header > .navPanelToggle {
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
text-decoration: none;
border: 0;
display: none;
font-size: 0.9rem;
height: inherit;
line-height: inherit;
outline: 0;
padding: 0 1.5rem;
position: absolute;
right: 0;
text-transform: uppercase;
top: 0;
}
#header > .navPanelToggle:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
#header > .navPanelToggle:before {
content: '\f0c9';
float: right;
height: inherit;
line-height: inherit;
margin: 0 0 0 0.625rem;
}
@media screen and (max-width: 1280px) {
#header.alt {
height: 5.25rem;
line-height: 5.25rem;
padding: 0 1.5rem;
}
}
@media screen and (max-width: 980px) {
#header > .navPanelToggle {
display: block;
}
#header.alt > .navPanelToggle {
padding: 0 1.75rem;
}
}
@media screen and (max-width: 736px) {
#header {
height: 3rem;
line-height: 3rem;
}
#header + #banner {
margin-top: -3rem;
}
}
@media screen and (max-width: 480px) {
#header > .navPanelToggle {
overflow: hidden;
text-indent: 4rem;
white-space: nowrap;
width: 4rem;
}
}
#nav {
-moz-flex-grow: 0;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
-moz-flex-shrink: 0;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
}
#nav > ul {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
list-style: none;
margin: 0;
padding-left: 0;
}
#nav > ul > li {
margin-left: 0.75rem;
padding-left: 0;
}
#nav > ul > li:first-child {
margin-left: 0;
}
#nav > ul > li > ul {
display: none;
}
#nav > ul > li a, #nav > ul > li span {
-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
border-radius: 2rem;
border: 0;
box-shadow: 0;
font-size: 0.9rem;
padding: 0.625rem 1.5rem;
text-transform: uppercase;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}
#nav > ul > li a.icon, #nav > ul > li span.icon {
padding-left: 1.25rem;
}
#nav > ul > li a.icon:before, #nav > ul > li span.icon:before {
margin-right: 0.5rem;
}
#nav > ul > li.current a, #nav > ul > li.current span {
background-color: rgba(255, 255, 255, 0.05);
}
#nav > ul > li.active a, #nav > ul > li.active span {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.dropotron {
background-color: #ffffff;
border-radius: 6px;
box-shadow: 0 0.075rem 0.75rem 0 rgba(0, 0, 0, 0.125);
list-style-type: none;
margin: 0 0 0 1px;
min-width: 10rem;
padding: 0.5rem 0;
}
.dropotron.level-0 {
margin-left: 1.5rem;
margin-top: 1rem;
}
.dropotron.level-0:before {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #ffffff;
box-shadow: -2px -2px 3px -1px rgba(0, 0, 0, 0.1);
content: '';
position: absolute;
top: -0.375rem;
left: 1rem;
width: 0.75rem;
height: 0.75rem;
}
.dropotron li {
border-top: solid 1px rgba(0, 0, 0, 0.125);
padding: 0;
position: relative;
}
.dropotron li:first-child {
border-top: none;
}
.dropotron li.active > a {
color: #f54a6f;
}
.dropotron a {
color: #000000;
padding: 0.325rem 0.875rem;
text-decoration: none !important;
border: 0;
font-size: 0.9rem;
}
.dropotron a:active, .dropotron a:hover, .dropotron a:focus {
color: #f54a6f;
}
body.header-alt .dropotron.level-0 {
margin-top: -1rem;
}
@media screen and (max-width: 1280px) {
#nav > ul > li a, #nav > ul > li span {
padding: 0.5rem 1rem;
}
}
@media screen and (max-width: 980px) {
#nav {
display: none;
}
}
/* Footer */
#footer {
background-color: #3a3a3a;
color: #ffffff;
padding-top: 14.75rem;
padding: 8rem 0 6rem 0 ;
background-attachment: fixed, fixed;
background-image: linear-gradient(90deg, rgba(58, 58, 58, 0.6), rgba(58, 58, 58, 0.6)), url("../../images/banner.jpg");
background-position: center, center;
background-repeat: repeat, no-repeat;
background-size: auto, cover;
position: relative;
text-align: center;
}
#footer input, #footer select, #footer textarea {
color: #ffffff;
}
#footer a {
color: #ffffff;
}
#footer strong, #footer b {
color: #ffffff;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
color: #ffffff;
}
#footer blockquote {
border-left-color: #ffffff;
}
#footer code {
background: rgba(255, 255, 255, 0.05);
border-color: #ffffff;
}
#footer hr {
border-bottom-color: #ffffff;
}
#footer header.major h1:after, #footer header.major h2:after, #footer header.major h3:after, #footer header.major h4:after, #footer header.major h5:after, #footer header.major h6:after {
background: #ffffff;
}
#footer a.icon.alt:before {
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
#footer a.icon.alt:hover:before {
background-color: rgba(255, 255, 255, 0.05);
}
#footer a.icon.alt:active:before {
background-color: rgba(255, 255, 255, 0.175);
}
#footer:before {
-moz-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
-ms-transform: scaleY(-1);
transform: scaleY(-1);
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1900' height='150' viewBox='0 0 1900 150' preserveAspectRatio='none'%3E%3Cpath d='M0,25.7C243.4,84,596.7,150,950,150c353.3,0,706.6-66,950-124.3V150H0V25.7z' fill='%23ffffff'/%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: center;
content: '';
height: 8rem;
left: 0;
position: absolute;
top: -1px;
width: 100%;
box-shadow: inset 0 -1px 0 0 #ffffff;
}
@media screen and (max-width: 1280px) {
#footer {
padding-top: 10.75rem;
}
#footer:before {
background-size: 125% 100%;
height: 6rem;
}
}
@media screen and (max-width: 736px) {
#footer {
padding-top: 6.75rem;
}
#footer:before {
background-size: 125% 100%;
height: 4rem;
}
}
@media screen and (max-width: 1280px) {
#footer {
padding: 6rem 0 4rem 0 ;
background-attachment: scroll, scroll;
}
}
@media screen and (max-width: 736px) {
#footer {
padding: 4rem 0 2rem 0 ;
}
}
/* Nav Panel */
#wrapper {
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#navPanel {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
-moz-transform: translateX(20rem);
-webkit-transform: translateX(20rem);
-ms-transform: translateX(20rem);
transform: translateX(20rem);
-moz-transition: -moz-transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
-webkit-transition: -webkit-transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
-ms-transition: -ms-transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
transition: transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
-webkit-overflow-scrolling: touch;
box-shadow: none;
color: #ffffff;
height: 100%;
max-width: 80%;
overflow-y: auto;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
width: 20rem;
z-index: 10002;
}
#navPanel nav {
padding: 3rem 2rem;
}
#navPanel .link {
-moz-transition: color 0.2s;
-webkit-transition: color 0.2s;
-ms-transition: color 0.2s;
transition: color 0.2s;
border-top: solid 1px rgba(255, 255, 255, 0.05);
border-bottom: 0;
color: inherit !important;
display: block;
padding: 0.75rem 0;
text-decoration: none;
}
#navPanel .link:first-child {
border-top: 0;
}
#navPanel .link.depth-0 {
color: #ffffff !important;
font-weight: 400;
}
#navPanel .link:active, #navPanel .link:focus, #navPanel .link:hover {
color: #ffffff !important;
}
#navPanel .link .indent-1 {
display: inline-block;
width: 1.25rem;
}
#navPanel .link .indent-2 {
display: inline-block;
width: 2.5rem;
}
#navPanel .close {
text-decoration: none;
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border: 0;
color: rgba(255, 255, 255, 0.5);
cursor: pointer;
display: block;
height: 3.25rem;
line-height: 3.25rem;
padding-right: 1.25rem;
position: absolute;
right: 0;
text-align: right;
top: 0;
vertical-align: middle;
width: 7rem;
}
#navPanel .close:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
#navPanel .close:before {
content: '\f00d';
font-size: 1.25rem;
}
#navPanel .close:hover {
color: #ffffff !important;
}
@media screen and (max-width: 736px) {
#navPanel .close {
height: 4rem;
line-height: 4rem;
}
}
@media screen and (max-width: 736px) {
#navPanel nav {
padding: 2.5rem 1.75rem;
}
}
body.is-navPanel-visible #wrapper {
pointer-events: none;
cursor: default;
opacity: 0.5;
-moz-filter: blur(2px);
-webkit-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
body.is-navPanel-visible #navPanel {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
box-shadow: 0 0 6rem 0 rgba(0, 0, 0, 0.125);
visibility: visible;
} | assets/css/main.css | @import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:200,200i,400,400i");
/*
Hyperbolic by Pixelarity
pixel<EMAIL> | <EMAIL>
License: pixelarity.com/license
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
-webkit-text-size-adjust: none;
}
mark {
background-color: transparent;
color: inherit;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
}
/* Basic */
@-ms-viewport {
width: device-width;
}
body {
-ms-overflow-style: scrollbar;
}
@media screen and (max-width: 480px) {
html, body {
min-width: 320px;
}
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
-moz-animation: none !important;
-webkit-animation: none !important;
-ms-animation: none !important;
animation: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
/* Typography */
html {
font-size: 14pt;
}
@media screen and (max-width: 1680px) {
html {
font-size: 12pt;
}
}
@media screen and (max-width: 736px) {
html {
font-size: 11pt;
}
}
@media screen and (max-width: 360px) {
html {
font-size: 10pt;
}
}
body {
background-color: #333333;
color: #000000;
}
body, input, select, textarea {
font-family: "IBM Plex Sans", Helvetica, sans-serif;
font-weight: 200;
font-size: 1rem;
line-height: 2;
}
a {
-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
border-bottom: dotted 1px;
text-decoration: none;
}
a:hover {
border-bottom-color: transparent;
}
strong, b {
font-weight: 400;
}
em, i {
font-style: italic;
}
p {
margin: 0 0 2rem 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 200;
line-height: 1.5;
margin: 0 0 1.5rem 0;
text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
text-decoration: none;
}
h1 {
font-size: 3.25rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.25rem;
}
h5 {
font-size: 0.9rem;
}
h6 {
font-size: 0.7rem;
}
@media screen and (max-width: 1280px) {
h1 {
font-size: 2.75rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.5rem;
}
}
@media screen and (max-width: 736px) {
h1 {
font-size: 2.25rem;
}
h2 {
font-size: 1.5rem;
}
h3 {
font-size: 1.25rem;
}
}
sub {
font-size: 0.8rem;
position: relative;
top: 0.5rem;
}
sup {
font-size: 0.8rem;
position: relative;
top: -0.5rem;
}
blockquote {
border-left: solid 0.5rem;
font-style: italic;
margin: 0 0 2rem 0;
padding: 1rem 0 1rem 2rem;
}
code {
border-radius: 6px;
border: solid 1px;
font-family: "Courier New", monospace;
font-size: 0.9rem;
margin: 0 0.25rem;
padding: 0.25rem 0.65rem;
}
pre {
-webkit-overflow-scrolling: touch;
font-family: "Courier New", monospace;
font-size: 0.9rem;
margin: 0 0 2rem 0;
}
pre code {
display: block;
line-height: 1.75;
padding: 1rem 1.5rem;
overflow-x: auto;
}
hr {
border: 0;
border-bottom: solid 1px;
margin: 2rem 0;
}
hr.major {
margin: 4rem 0;
}
@media screen and (max-width: 736px) {
hr.major {
margin: 3rem 0;
}
}
header.major h1, header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
margin: 0 0 0.875em 0;
padding-bottom: 0.875em;
}
header.major h1:after, header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
position: relative;
top: 0.75em;
content: '';
height: 2px;
display: block;
width: 5rem;
}
header.major p {
font-size: 1.25rem;
margin: 0 0 6rem 0;
}
header.major.alt {
margin-bottom: -3rem;
}
header.special {
text-align: center;
}
header.special.major h1:after, header.special.major h2:after, header.special.major h3:after, header.special.major h4:after, header.special.major h5:after, header.special.major h6:after {
margin: 0 auto;
}
@media screen and (max-width: 1280px) {
header.major p {
margin: 0 0 4rem 0;
}
header.major.alt {
margin-bottom: -1rem;
}
}
@media screen and (max-width: 736px) {
header.major p {
font-size: 1rem;
margin: 0 0 3rem 0;
}
header.major.alt {
margin-bottom: -1rem;
}
}
@media screen and (max-width: 480px) {
header.major p br {
display: none;
}
}
input, select, textarea {
color: #000000;
}
a {
color: #f54a6f;
}
strong, b {
color: #000000;
}
h1, h2, h3, h4, h5, h6 {
color: #000000;
}
blockquote {
border-left-color: rgba(0, 0, 0, 0.125);
}
code {
background: rgba(0, 0, 0, 0.05);
border-color: rgba(0, 0, 0, 0.125);
}
hr {
border-bottom-color: rgba(0, 0, 0, 0.125);
}
header.major h1:after, header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(90deg, rgba(245, 74, 111, 0), #debf55 90%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
}
/* Row */
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp {
order: -1;
}
.row > .col-1 {
width: 8.33333%;
}
.row > .off-1 {
margin-left: 8.33333%;
}
.row > .col-2 {
width: 16.66667%;
}
.row > .off-2 {
margin-left: 16.66667%;
}
.row > .col-3 {
width: 25%;
}
.row > .off-3 {
margin-left: 25%;
}
.row > .col-4 {
width: 33.33333%;
}
.row > .off-4 {
margin-left: 33.33333%;
}
.row > .col-5 {
width: 41.66667%;
}
.row > .off-5 {
margin-left: 41.66667%;
}
.row > .col-6 {
width: 50%;
}
.row > .off-6 {
margin-left: 50%;
}
.row > .col-7 {
width: 58.33333%;
}
.row > .off-7 {
margin-left: 58.33333%;
}
.row > .col-8 {
width: 66.66667%;
}
.row > .off-8 {
margin-left: 66.66667%;
}
.row > .col-9 {
width: 75%;
}
.row > .off-9 {
margin-left: 75%;
}
.row > .col-10 {
width: 83.33333%;
}
.row > .off-10 {
margin-left: 83.33333%;
}
.row > .col-11 {
width: 91.66667%;
}
.row > .off-11 {
margin-left: 91.66667%;
}
.row > .col-12 {
width: 100%;
}
.row > .off-12 {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.5rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.5rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.5rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.5rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -1rem;
}
.row.gtr-50 > * {
padding: 0 0 0 1rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -1rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 1rem;
}
.row {
margin-top: 0;
margin-left: -2rem;
}
.row > * {
padding: 0 0 0 2rem;
}
.row.gtr-uniform {
margin-top: -2rem;
}
.row.gtr-uniform > * {
padding-top: 2rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -3rem;
}
.row.gtr-150 > * {
padding: 0 0 0 3rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -3rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 3rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -4rem;
}
.row.gtr-200 > * {
padding: 0 0 0 4rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -4rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 4rem;
}
@media screen and (max-width: 1680px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-xlarge {
order: -1;
}
.row > .col-1-xlarge {
width: 8.33333%;
}
.row > .off-1-xlarge {
margin-left: 8.33333%;
}
.row > .col-2-xlarge {
width: 16.66667%;
}
.row > .off-2-xlarge {
margin-left: 16.66667%;
}
.row > .col-3-xlarge {
width: 25%;
}
.row > .off-3-xlarge {
margin-left: 25%;
}
.row > .col-4-xlarge {
width: 33.33333%;
}
.row > .off-4-xlarge {
margin-left: 33.33333%;
}
.row > .col-5-xlarge {
width: 41.66667%;
}
.row > .off-5-xlarge {
margin-left: 41.66667%;
}
.row > .col-6-xlarge {
width: 50%;
}
.row > .off-6-xlarge {
margin-left: 50%;
}
.row > .col-7-xlarge {
width: 58.33333%;
}
.row > .off-7-xlarge {
margin-left: 58.33333%;
}
.row > .col-8-xlarge {
width: 66.66667%;
}
.row > .off-8-xlarge {
margin-left: 66.66667%;
}
.row > .col-9-xlarge {
width: 75%;
}
.row > .off-9-xlarge {
margin-left: 75%;
}
.row > .col-10-xlarge {
width: 83.33333%;
}
.row > .off-10-xlarge {
margin-left: 83.33333%;
}
.row > .col-11-xlarge {
width: 91.66667%;
}
.row > .off-11-xlarge {
margin-left: 91.66667%;
}
.row > .col-12-xlarge {
width: 100%;
}
.row > .off-12-xlarge {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.5rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.5rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.5rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.5rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -1rem;
}
.row.gtr-50 > * {
padding: 0 0 0 1rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -1rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 1rem;
}
.row {
margin-top: 0;
margin-left: -2rem;
}
.row > * {
padding: 0 0 0 2rem;
}
.row.gtr-uniform {
margin-top: -2rem;
}
.row.gtr-uniform > * {
padding-top: 2rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -3rem;
}
.row.gtr-150 > * {
padding: 0 0 0 3rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -3rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 3rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -4rem;
}
.row.gtr-200 > * {
padding: 0 0 0 4rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -4rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 4rem;
}
}
@media screen and (max-width: 1280px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-large {
order: -1;
}
.row > .col-1-large {
width: 8.33333%;
}
.row > .off-1-large {
margin-left: 8.33333%;
}
.row > .col-2-large {
width: 16.66667%;
}
.row > .off-2-large {
margin-left: 16.66667%;
}
.row > .col-3-large {
width: 25%;
}
.row > .off-3-large {
margin-left: 25%;
}
.row > .col-4-large {
width: 33.33333%;
}
.row > .off-4-large {
margin-left: 33.33333%;
}
.row > .col-5-large {
width: 41.66667%;
}
.row > .off-5-large {
margin-left: 41.66667%;
}
.row > .col-6-large {
width: 50%;
}
.row > .off-6-large {
margin-left: 50%;
}
.row > .col-7-large {
width: 58.33333%;
}
.row > .off-7-large {
margin-left: 58.33333%;
}
.row > .col-8-large {
width: 66.66667%;
}
.row > .off-8-large {
margin-left: 66.66667%;
}
.row > .col-9-large {
width: 75%;
}
.row > .off-9-large {
margin-left: 75%;
}
.row > .col-10-large {
width: 83.33333%;
}
.row > .off-10-large {
margin-left: 83.33333%;
}
.row > .col-11-large {
width: 91.66667%;
}
.row > .off-11-large {
margin-left: 91.66667%;
}
.row > .col-12-large {
width: 100%;
}
.row > .off-12-large {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.375rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.375rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.375rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.375rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.75rem;
}
.row.gtr-50 > * {
padding: 0 0 0 0.75rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.75rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.75rem;
}
.row {
margin-top: 0;
margin-left: -1.5rem;
}
.row > * {
padding: 0 0 0 1.5rem;
}
.row.gtr-uniform {
margin-top: -1.5rem;
}
.row.gtr-uniform > * {
padding-top: 1.5rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -2.25rem;
}
.row.gtr-150 > * {
padding: 0 0 0 2.25rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -2.25rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 2.25rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -3rem;
}
.row.gtr-200 > * {
padding: 0 0 0 3rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -3rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 3rem;
}
}
@media screen and (max-width: 980px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-medium {
order: -1;
}
.row > .col-1-medium {
width: 8.33333%;
}
.row > .off-1-medium {
margin-left: 8.33333%;
}
.row > .col-2-medium {
width: 16.66667%;
}
.row > .off-2-medium {
margin-left: 16.66667%;
}
.row > .col-3-medium {
width: 25%;
}
.row > .off-3-medium {
margin-left: 25%;
}
.row > .col-4-medium {
width: 33.33333%;
}
.row > .off-4-medium {
margin-left: 33.33333%;
}
.row > .col-5-medium {
width: 41.66667%;
}
.row > .off-5-medium {
margin-left: 41.66667%;
}
.row > .col-6-medium {
width: 50%;
}
.row > .off-6-medium {
margin-left: 50%;
}
.row > .col-7-medium {
width: 58.33333%;
}
.row > .off-7-medium {
margin-left: 58.33333%;
}
.row > .col-8-medium {
width: 66.66667%;
}
.row > .off-8-medium {
margin-left: 66.66667%;
}
.row > .col-9-medium {
width: 75%;
}
.row > .off-9-medium {
margin-left: 75%;
}
.row > .col-10-medium {
width: 83.33333%;
}
.row > .off-10-medium {
margin-left: 83.33333%;
}
.row > .col-11-medium {
width: 91.66667%;
}
.row > .off-11-medium {
margin-left: 91.66667%;
}
.row > .col-12-medium {
width: 100%;
}
.row > .off-12-medium {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.375rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.375rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.375rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.375rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.75rem;
}
.row.gtr-50 > * {
padding: 0 0 0 0.75rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.75rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.75rem;
}
.row {
margin-top: 0;
margin-left: -1.5rem;
}
.row > * {
padding: 0 0 0 1.5rem;
}
.row.gtr-uniform {
margin-top: -1.5rem;
}
.row.gtr-uniform > * {
padding-top: 1.5rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -2.25rem;
}
.row.gtr-150 > * {
padding: 0 0 0 2.25rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -2.25rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 2.25rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -3rem;
}
.row.gtr-200 > * {
padding: 0 0 0 3rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -3rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 3rem;
}
}
@media screen and (max-width: 736px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-small {
order: -1;
}
.row > .col-1-small {
width: 8.33333%;
}
.row > .off-1-small {
margin-left: 8.33333%;
}
.row > .col-2-small {
width: 16.66667%;
}
.row > .off-2-small {
margin-left: 16.66667%;
}
.row > .col-3-small {
width: 25%;
}
.row > .off-3-small {
margin-left: 25%;
}
.row > .col-4-small {
width: 33.33333%;
}
.row > .off-4-small {
margin-left: 33.33333%;
}
.row > .col-5-small {
width: 41.66667%;
}
.row > .off-5-small {
margin-left: 41.66667%;
}
.row > .col-6-small {
width: 50%;
}
.row > .off-6-small {
margin-left: 50%;
}
.row > .col-7-small {
width: 58.33333%;
}
.row > .off-7-small {
margin-left: 58.33333%;
}
.row > .col-8-small {
width: 66.66667%;
}
.row > .off-8-small {
margin-left: 66.66667%;
}
.row > .col-9-small {
width: 75%;
}
.row > .off-9-small {
margin-left: 75%;
}
.row > .col-10-small {
width: 83.33333%;
}
.row > .off-10-small {
margin-left: 83.33333%;
}
.row > .col-11-small {
width: 91.66667%;
}
.row > .off-11-small {
margin-left: 91.66667%;
}
.row > .col-12-small {
width: 100%;
}
.row > .off-12-small {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.3125rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.3125rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.3125rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.3125rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.625rem;
}
.row.gtr-50 > * {
padding: 0 0 0 0.625rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.625rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.625rem;
}
.row {
margin-top: 0;
margin-left: -1.25rem;
}
.row > * {
padding: 0 0 0 1.25rem;
}
.row.gtr-uniform {
margin-top: -1.25rem;
}
.row.gtr-uniform > * {
padding-top: 1.25rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -1.875rem;
}
.row.gtr-150 > * {
padding: 0 0 0 1.875rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -1.875rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 1.875rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -2.5rem;
}
.row.gtr-200 > * {
padding: 0 0 0 2.5rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -2.5rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 2.5rem;
}
}
@media screen and (max-width: 480px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-xsmall {
order: -1;
}
.row > .col-1-xsmall {
width: 8.33333%;
}
.row > .off-1-xsmall {
margin-left: 8.33333%;
}
.row > .col-2-xsmall {
width: 16.66667%;
}
.row > .off-2-xsmall {
margin-left: 16.66667%;
}
.row > .col-3-xsmall {
width: 25%;
}
.row > .off-3-xsmall {
margin-left: 25%;
}
.row > .col-4-xsmall {
width: 33.33333%;
}
.row > .off-4-xsmall {
margin-left: 33.33333%;
}
.row > .col-5-xsmall {
width: 41.66667%;
}
.row > .off-5-xsmall {
margin-left: 41.66667%;
}
.row > .col-6-xsmall {
width: 50%;
}
.row > .off-6-xsmall {
margin-left: 50%;
}
.row > .col-7-xsmall {
width: 58.33333%;
}
.row > .off-7-xsmall {
margin-left: 58.33333%;
}
.row > .col-8-xsmall {
width: 66.66667%;
}
.row > .off-8-xsmall {
margin-left: 66.66667%;
}
.row > .col-9-xsmall {
width: 75%;
}
.row > .off-9-xsmall {
margin-left: 75%;
}
.row > .col-10-xsmall {
width: 83.33333%;
}
.row > .off-10-xsmall {
margin-left: 83.33333%;
}
.row > .col-11-xsmall {
width: 91.66667%;
}
.row > .off-11-xsmall {
margin-left: 91.66667%;
}
.row > .col-12-xsmall {
width: 100%;
}
.row > .off-12-xsmall {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0rem;
}
.row.gtr-0 > * {
padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0rem;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.3125rem;
}
.row.gtr-25 > * {
padding: 0 0 0 0.3125rem;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.3125rem;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.3125rem;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.625rem;
}
.row.gtr-50 > * {
padding: 0 0 0 0.625rem;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.625rem;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.625rem;
}
.row {
margin-top: 0;
margin-left: -1.25rem;
}
.row > * {
padding: 0 0 0 1.25rem;
}
.row.gtr-uniform {
margin-top: -1.25rem;
}
.row.gtr-uniform > * {
padding-top: 1.25rem;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -1.875rem;
}
.row.gtr-150 > * {
padding: 0 0 0 1.875rem;
}
.row.gtr-150.gtr-uniform {
margin-top: -1.875rem;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 1.875rem;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -2.5rem;
}
.row.gtr-200 > * {
padding: 0 0 0 2.5rem;
}
.row.gtr-200.gtr-uniform {
margin-top: -2.5rem;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 2.5rem;
}
}
/* Box */
.box {
border: solid 1px;
border-radius: 6px;
margin-bottom: 2rem;
padding: 1.5rem;
}
.box > :last-child {
margin-bottom: 0;
}
.box.alt {
border: 0;
border-radius: 0;
padding: 0;
}
.box {
border-color: rgba(0, 0, 0, 0.125);
}
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, -moz-transform 0.1s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.1s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, -ms-transform 0.1s ease-in-out;
transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.1s ease-in-out;
border: 0;
border-radius: 6px;
cursor: pointer;
display: inline-block;
font-weight: 400;
height: 3.5rem;
line-height: 3.5rem;
padding: 0 2rem;
text-align: center;
text-decoration: none;
white-space: nowrap;
text-transform: uppercase;
font-size: 0.9rem;
border-radius: 3.5rem;
}
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
font-size: 0.8rem;
height: 2.625rem;
line-height: 2.625rem;
padding: 0 1.75rem;
}
input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
font-size: 1.25rem;
height: 4.375rem;
line-height: 4.375rem;
padding: 0 3rem;
}
input[type="submit"].wide,
input[type="reset"].wide,
input[type="button"].wide,
button.wide,
.button.wide {
min-width: 13rem;
}
input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
margin-right: 0.5rem;
}
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
width: 100%;
}
input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
pointer-events: none;
opacity: 0.25;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
background-color: transparent;
box-shadow: inset 0 0 0 1px #000000;
color: #000000 !important;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
box-shadow: inset 0 0 0 1px #f54a6f;
color: #f54a6f !important;
}
input[type="submit"]:hover:active,
input[type="reset"]:hover:active,
input[type="button"]:hover:active,
button:hover:active,
.button:hover:active {
background-color: rgba(245, 74, 111, 0.25);
}
input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
box-shadow: 0 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.25);
color: #ffffff !important;
}
input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
background-color: #f7718e;
}
input[type="submit"].primary:hover:active,
input[type="reset"].primary:hover:active,
input[type="button"].primary:hover:active,
button.primary:hover:active,
.button.primary:hover:active {
background-color: #ed2954;
}
/* Form */
form {
margin: 0 0 2rem 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
background-color: transparent;
border-radius: 6px;
border: none;
border: solid 1px;
color: inherit;
display: block;
outline: 0;
padding: 0 1.25rem;
text-decoration: none;
width: 100%;
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
input[type="search"]:invalid,
input[type="url"]:invalid,
select:invalid,
textarea:invalid {
box-shadow: none;
}
label {
display: block;
font-size: 1rem;
font-weight: 400;
margin: 0 0 1rem 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
height: 3.5rem;
}
select {
background-size: 1.25rem;
background-repeat: no-repeat;
background-position: calc(100% - 1rem) center;
height: 3.5rem;
padding-right: 3.5rem;
text-overflow: ellipsis;
}
select:focus::-ms-value {
background-color: transparent;
}
select::-ms-expand {
display: none;
}
textarea {
padding: 0.75rem 1rem;
}
input[type="checkbox"],
input[type="radio"] {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
float: left;
margin-right: -2rem;
opacity: 0;
width: 1rem;
z-index: -1;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
text-decoration: none;
cursor: pointer;
display: inline-block;
font-size: 1rem;
font-weight: 200;
padding-left: 2.975rem;
padding-right: 0.875rem;
position: relative;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
border-radius: 6px;
border: solid 1px;
content: '';
display: inline-block;
font-size: 0.85rem;
height: 2.1rem;
left: 0;
line-height: 2.0125rem;
position: absolute;
text-align: center;
top: -0.175rem;
width: 2.1rem;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
content: '\f00c';
}
input[type="checkbox"] + label:before {
border-radius: 6px;
}
input[type="radio"] + label:before {
border-radius: 100%;
}
::-webkit-input-placeholder {
opacity: 1.0;
}
:-moz-placeholder {
opacity: 1.0;
}
::-moz-placeholder {
opacity: 1.0;
}
:-ms-input-placeholder {
opacity: 1.0;
}
label {
color: #000000;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
border-color: rgba(0, 0, 0, 0.125);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
border-color: #f54a6f;
box-shadow: 0 0 0 1px #f54a6f;
}
select {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}
select option {
color: #000000;
background-color: #ffffff;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
color: #000000;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
border-color: rgba(0, 0, 0, 0.125);
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
border-color: #f54a6f;
color: #ffffff;
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
border-color: #f54a6f;
box-shadow: 0 0 0 1px #f54a6f;
}
::-webkit-input-placeholder {
color: #000000 !important;
}
:-moz-placeholder {
color: #000000 !important;
}
::-moz-placeholder {
color: #000000 !important;
}
:-ms-input-placeholder {
color: #000000 !important;
}
/* Icon */
.icon {
text-decoration: none;
border-bottom: none;
outline: 0;
position: relative;
}
.icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 400;
}
.icon > .label {
display: none;
}
.icon.alt {
font-size: 1.5rem;
}
.icon.alt:before {
border-radius: 100%;
border: solid 2px;
display: inline-block;
text-align: center;
width: 4.5rem;
height: 4.5rem;
line-height: 4.5rem;
}
.icon.solid:before {
font-weight: 900;
}
.icon.brands:before {
font-family: 'Font Awesome 5 Brands';
}
.icon.major {
display: block;
margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 1280px) {
.icon.alt {
font-size: 1.25rem;
}
.icon.alt:before {
width: 4rem;
height: 4rem;
line-height: 4rem;
}
}
@media screen and (max-width: 736px) {
.icon.alt {
font-size: 1rem;
}
.icon.alt:before {
width: 3rem;
height: 3rem;
line-height: 2.75rem;
}
}
a.icon.alt:before {
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
a.icon.alt:hover:before {
background-color: rgba(0, 0, 0, 0.05);
}
a.icon.alt:active:before {
background-color: rgba(0, 0, 0, 0.175);
}
/* Image */
.image {
border-radius: 6px;
border: 0;
display: inline-block;
position: relative;
}
.image img {
border-radius: 6px;
display: block;
}
.image.left, .image.right {
max-width: 40%;
}
.image.left img, .image.right img {
width: 100%;
}
.image.left {
float: left;
margin: 0 2rem 2rem 0;
top: 0.25rem;
}
.image.right {
float: right;
margin: 0 0 2rem 2rem;
top: 0.25rem;
}
.image.fit {
display: block;
margin: 0 0 2rem 0;
width: 100%;
}
.image.fit img {
width: 100%;
}
.image.main {
display: block;
margin: 0 0 5rem 0;
width: 100%;
}
.image.main img {
width: 100%;
}
@media screen and (max-width: 736px) {
.image.main {
margin: 0 0 2rem 0;
}
}
/* List */
ol {
list-style: decimal;
margin: 0 0 2rem 0;
padding-left: 1.25rem;
}
ol li {
padding-left: 0.25rem;
}
ul {
list-style: disc;
margin: 0 0 2rem 0;
padding-left: 1rem;
}
ul li {
padding-left: 0.325rem;
}
ul.alt {
list-style: none;
padding-left: 0;
}
ul.alt li {
border-top: solid 1px;
padding: 0.75rem 0;
}
ul.alt li:first-child {
border-top: 0;
padding-top: 0;
}
ul.alt li:last-child {
padding-bottom: 0;
}
dl {
margin: 0 0 2rem 0;
}
dl dt {
display: block;
font-weight: 400;
margin: 0 0 1rem 0;
}
dl dd {
margin-left: 1.5rem;
}
ul.alt li {
border-top-color: rgba(0, 0, 0, 0.125);
}
/* Actions */
ul.actions {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
cursor: default;
list-style: none;
margin-left: -1rem;
padding-left: 0;
}
ul.actions li {
padding: 0 0 0 1rem;
vertical-align: middle;
}
ul.actions.special {
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
width: 100%;
margin-left: 0;
}
ul.actions.special li:first-child {
padding-left: 0;
}
ul.actions.stacked {
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 0;
}
ul.actions.stacked li {
padding: 1.3rem 0 0 0;
}
ul.actions.stacked li:first-child {
padding-top: 0;
}
ul.actions.fit {
width: calc(100% + 1rem);
}
ul.actions.fit li {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
width: 100%;
}
ul.actions.fit li > * {
width: 100%;
}
ul.actions.fit.stacked {
width: 100%;
}
@media screen and (max-width: 480px) {
ul.actions:not(.fixed) {
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 0;
width: 100% !important;
}
ul.actions:not(.fixed) li {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
padding: 1rem 0 0 0;
text-align: center;
width: 100%;
}
ul.actions:not(.fixed) li > * {
width: 100%;
}
ul.actions:not(.fixed) li:first-child {
padding-top: 0;
}
ul.actions:not(.fixed) li input[type="submit"],
ul.actions:not(.fixed) li input[type="reset"],
ul.actions:not(.fixed) li input[type="button"],
ul.actions:not(.fixed) li button,
ul.actions:not(.fixed) li .button {
width: 100%;
}
ul.actions:not(.fixed) li input[type="submit"].icon:before,
ul.actions:not(.fixed) li input[type="reset"].icon:before,
ul.actions:not(.fixed) li input[type="button"].icon:before,
ul.actions:not(.fixed) li button.icon:before,
ul.actions:not(.fixed) li .button.icon:before {
margin-left: -0.5rem;
}
}
/* Icons */
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
}
ul.icons li {
display: inline-block;
padding: 0 0.75rem 0 0;
}
ul.icons li:last-child {
padding-right: 0;
}
ul.icons li .icon.alt {
margin: 0 0.375rem;
}
@media screen and (max-width: 1280px) {
ul.icons li .icon.alt {
margin: 0 0.25rem;
}
}
@media screen and (max-width: 736px) {
ul.icons li .icon.alt {
margin: 0;
}
}
/* Table */
.table-wrapper {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
}
table {
margin: 0 0 2rem 0;
width: 100%;
}
table tbody tr {
border: solid 1px;
border-left: 0;
border-right: 0;
}
table td {
padding: 0.75rem 0.75rem;
}
table th {
font-size: 0.9rem;
font-weight: 400;
padding: 0 0.75rem 0.75rem 0.75rem;
text-align: left;
}
table thead {
border-bottom: solid 2px;
}
table tfoot {
border-top: solid 2px;
}
table.alt {
border-collapse: separate;
}
table.alt tbody tr td {
border: solid 1px;
border-left-width: 0;
border-top-width: 0;
}
table.alt tbody tr td:first-child {
border-left-width: 1px;
}
table.alt tbody tr:first-child td {
border-top-width: 1px;
}
table.alt thead {
border-bottom: 0;
}
table.alt tfoot {
border-top: 0;
}
table tbody tr {
border-color: rgba(0, 0, 0, 0.125);
}
table tbody tr:nth-child(2n + 1) {
background-color: rgba(0, 0, 0, 0.05);
}
table th {
color: #000000;
}
table thead {
border-bottom-color: rgba(0, 0, 0, 0.125);
}
table tfoot {
border-top-color: rgba(0, 0, 0, 0.125);
}
table.alt tbody tr td {
border-color: rgba(0, 0, 0, 0.125);
}
/* Wrapper */
.wrapper {
padding: 8rem 0 6rem 0 ;
position: relative;
}
.wrapper > .inner {
margin: 0 auto;
width: 75rem;
max-width: calc(100% - 8rem);
}
.wrapper.style1 {
background-color: #ffffff;
}
.wrapper.style2 {
background-color: #3a3a3a;
color: #ffffff;
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
}
.wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
color: #ffffff;
}
.wrapper.style2 a {
color: #ffffff;
}
.wrapper.style2 strong, .wrapper.style2 b {
color: #ffffff;
}
.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
color: #ffffff;
}
.wrapper.style2 blockquote {
border-left-color: #ffffff;
}
.wrapper.style2 code {
background: rgba(255, 255, 255, 0.05);
border-color: #ffffff;
}
.wrapper.style2 hr {
border-bottom-color: #ffffff;
}
.wrapper.style2 header.major h1:after, .wrapper.style2 header.major h2:after, .wrapper.style2 header.major h3:after, .wrapper.style2 header.major h4:after, .wrapper.style2 header.major h5:after, .wrapper.style2 header.major h6:after {
background: #ffffff;
}
.wrapper.style2 .box {
border-color: #ffffff;
}
.wrapper.style2 input[type="submit"],
.wrapper.style2 input[type="reset"],
.wrapper.style2 input[type="button"],
.wrapper.style2 button,
.wrapper.style2 .button {
background-color: transparent;
box-shadow: inset 0 0 0 1px #ffffff;
color: #ffffff !important;
}
.wrapper.style2 input[type="submit"]:hover,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 button:hover,
.wrapper.style2 .button:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.wrapper.style2 input[type="submit"]:hover:active,
.wrapper.style2 input[type="reset"]:hover:active,
.wrapper.style2 input[type="button"]:hover:active,
.wrapper.style2 button:hover:active,
.wrapper.style2 .button:hover:active {
background-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 input[type="submit"].primary,
.wrapper.style2 input[type="reset"].primary,
.wrapper.style2 input[type="button"].primary,
.wrapper.style2 button.primary,
.wrapper.style2 .button.primary {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
box-shadow: 0 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.25);
color: #ffffff !important;
}
.wrapper.style2 input[type="submit"].primary:hover,
.wrapper.style2 input[type="reset"].primary:hover,
.wrapper.style2 input[type="button"].primary:hover,
.wrapper.style2 button.primary:hover,
.wrapper.style2 .button.primary:hover {
background-color: #f7718e;
}
.wrapper.style2 input[type="submit"].primary:hover:active,
.wrapper.style2 input[type="reset"].primary:hover:active,
.wrapper.style2 input[type="button"].primary:hover:active,
.wrapper.style2 button.primary:hover:active,
.wrapper.style2 .button.primary:hover:active {
background-color: #ed2954;
}
.wrapper.style2 label {
color: #ffffff;
}
.wrapper.style2 input[type="text"],
.wrapper.style2 input[type="password"],
.wrapper.style2 input[type="email"],
.wrapper.style2 input[type="tel"],
.wrapper.style2 input[type="search"],
.wrapper.style2 input[type="url"],
.wrapper.style2 select,
.wrapper.style2 textarea {
border-color: #ffffff;
}
.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 input[type="tel"]:focus,
.wrapper.style2 input[type="search"]:focus,
.wrapper.style2 input[type="url"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
border-color: #ffffff;
box-shadow: 0 0 0 1px #ffffff;
}
.wrapper.style2 select {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23ffffff' /%3E%3C/svg%3E");
}
.wrapper.style2 select option {
color: #ffffff;
background-color: #3a3a3a;
}
.wrapper.style2 input[type="checkbox"] + label,
.wrapper.style2 input[type="radio"] + label {
color: #ffffff;
}
.wrapper.style2 input[type="checkbox"] + label:before,
.wrapper.style2 input[type="radio"] + label:before {
border-color: #ffffff;
}
.wrapper.style2 input[type="checkbox"]:checked + label:before,
.wrapper.style2 input[type="radio"]:checked + label:before {
background-color: #ffffff;
border-color: #ffffff;
color: #f54a6f;
}
.wrapper.style2 input[type="checkbox"]:focus + label:before,
.wrapper.style2 input[type="radio"]:focus + label:before {
border-color: #ffffff;
box-shadow: 0 0 0 1px #ffffff;
}
.wrapper.style2 ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.wrapper.style2 :-moz-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.wrapper.style2 ::-moz-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.wrapper.style2 :-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.wrapper.style2 ul.alt li {
border-top-color: #ffffff;
}
.wrapper.style2 table tbody tr {
border-color: #ffffff;
}
.wrapper.style2 table tbody tr:nth-child(2n + 1) {
background-color: rgba(255, 255, 255, 0.05);
}
.wrapper.style2 table th {
color: #ffffff;
}
.wrapper.style2 table thead {
border-bottom-color: #ffffff;
}
.wrapper.style2 table tfoot {
border-top-color: #ffffff;
}
.wrapper.style2 table.alt tbody tr td {
border-color: #ffffff;
}
.wrapper.style2 a.icon.alt:before {
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
.wrapper.style2 a.icon.alt:hover:before {
background-color: rgba(255, 255, 255, 0.05);
}
.wrapper.style2 a.icon.alt:active:before {
background-color: rgba(255, 255, 255, 0.175);
}
.wrapper.style2.alt {
padding-bottom: 7.25rem;
margin-top: -4.75rem;
padding-top: 14.75rem;
}
.wrapper.style2.alt:after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1900' height='150' viewBox='0 0 1900 150' preserveAspectRatio='none'%3E%3Cpath d='M0,25.7C243.4,84,596.7,150,950,150c353.3,0,706.6-66,950-124.3V150H0V25.7z' fill='%23ffffff'/%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: center;
bottom: -1px;
content: '';
height: 8rem;
left: 0;
position: absolute;
width: 100%;
box-shadow: inset 0 -1px 0 0 #ffffff;
}
@media screen and (max-width: 1280px) {
.wrapper.style2.alt {
padding-bottom: 5.25rem;
}
.wrapper.style2.alt:after {
background-size: 125% 100%;
height: 6rem;
}
}
@media screen and (max-width: 736px) {
.wrapper.style2.alt {
padding-bottom: 3.25rem;
}
.wrapper.style2.alt:after {
background-size: 125% 100%;
height: 4rem;
}
}
.wrapper.style2.alt:before {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1900' height='150' viewBox='0 0 1900 150' preserveAspectRatio='none'%3E%3Cpath d='M0,0h1900c-243.3,58.2-596.3,123.9-949.4,124h-1.2C596.3,123.9,243.3,58.2,0,0z' fill='%23ffffff'/%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: center;
content: '';
height: 8rem;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
@media screen and (max-width: 1280px) {
.wrapper.style2.alt {
margin-top: -2.75rem;
padding-top: 10.75rem;
}
.wrapper.style2.alt:before {
background-size: 125% 100%;
height: 6rem;
}
}
@media screen and (max-width: 736px) {
.wrapper.style2.alt {
margin-top: -0.75rem;
padding-top: 6.75rem;
}
.wrapper.style2.alt:before {
background-size: 125% 100%;
height: 4rem;
}
}
@media screen and (max-width: 1280px) {
.wrapper {
padding: 6rem 0 4rem 0 ;
}
.wrapper > .inner {
max-width: calc(100% - 6rem);
}
}
@media screen and (max-width: 736px) {
.wrapper {
padding: 4rem 0 2rem 0 ;
}
.wrapper > .inner {
max-width: calc(100% - 4rem);
}
}
/* Spotlights */
.spotlights {
margin: 0 0 2rem 0;
}
.spotlights section {
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
margin-top: -3rem;
}
.spotlights section .image {
-moz-flex-grow: 0;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
-moz-flex-shrink: 0;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
border-radius: 100%;
box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.25);
margin: 0 6rem 0 0;
width: 30rem;
}
.spotlights section .image img {
border-radius: 100%;
display: block;
width: 100%;
}
.spotlights section .content {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
}
.spotlights section .content header.major h3:after {
margin-right: auto;
}
.spotlights section:first-child {
margin-top: 0;
}
.spotlights section:nth-child(2n) {
-moz-flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.spotlights section:nth-child(2n) .image {
margin: 0 0 0 6rem;
}
.spotlights section:nth-child(2n) .content header.major h3:after {
margin-left: auto;
margin-right: 0;
}
@media screen and (max-width: 1280px) {
.spotlights section {
margin-top: 3rem;
}
.spotlights section .image {
margin: 0 4rem 0 0;
width: 20rem;
}
.spotlights section:nth-child(2n) .image {
margin: 0 0 0 4rem;
}
}
@media screen and (max-width: 980px) {
.spotlights section {
display: block;
text-align: center;
}
.spotlights section .image {
margin: 0 0 3rem 0;
max-width: 100%;
}
.spotlights section .content header.major h3:after {
margin-left: auto;
margin-right: auto;
}
.spotlights section:nth-child(2n) {
text-align: center;
}
.spotlights section:nth-child(2n) .image {
margin: 0 0 3rem 0;
}
.spotlights section:nth-child(2n) .content header.major h3:after {
margin-left: auto;
margin-right: auto;
}
}
@media screen and (max-width: 736px) {
.spotlights section .image {
width: 15rem;
margin: 0 0 2rem 0;
}
.spotlights section:nth-child(2n) .image {
margin: 0 0 2rem 0;
}
}
/* Features */
.features {
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
margin: 0 0 2rem 0;
}
.features > ul {
margin-bottom: 0;
padding-left: 0;
}
.features > ul > li {
list-style: none;
margin-top: 3rem;
}
.features > ul > li > :last-child {
margin-bottom: 0;
}
.features > ul > li:first-child {
margin-top: 0;
}
.features > ul:first-child {
margin-right: 4rem;
text-align: right;
}
.features > ul:last-child {
margin-left: 4rem;
text-align: left;
}
.features > ul h3 {
font-size: 1.25rem;
margin: 0 0 0.75rem 0;
}
.features > .image {
-moz-flex-grow: 0;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
-moz-flex-shrink: 0;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
}
.features > .image img {
border-radius: 100%;
box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.25);
display: block;
width: 30rem;
}
@media screen and (max-width: 1280px) {
.features {
-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.features > .image {
-moz-order: -1;
-webkit-order: -1;
-ms-order: -1;
order: -1;
margin: 0 0 3rem 0;
width: 100%;
}
.features > .image > img {
margin: 0 auto;
width: 20rem;
}
.features > ul {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
padding: 0 3rem;
width: 50%;
}
.features > ul:first-child {
margin-right: 0;
text-align: center;
}
.features > ul:last-child {
margin-left: 0;
text-align: center;
}
}
@media screen and (max-width: 980px) {
.features > .image img {
max-width: 100%;
}
.features > ul {
padding: 0 1.5rem;
}
}
@media screen and (max-width: 736px) {
.features > .image img {
width: 15rem;
}
}
@media screen and (max-width: 480px) {
.features > ul {
padding: 0;
width: 100%;
}
.features > ul > li {
margin-top: 2rem;
}
.features > ul > li:first-child {
margin-top: 2rem;
}
.features > ul:first-child > li:first-child {
margin-top: 0;
}
}
/* Banner */
#banner {
background-color: #3a3a3a;
color: #ffffff;
padding-bottom: 7.25rem;
padding: 10rem 0 8rem 0 ;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
background-attachment: fixed, fixed;
background-image: linear-gradient(90deg, rgba(58, 58, 58, 0.6), rgba(58, 58, 58, 0.6)), url("../../images/deadlift.jpg");
background-position: center, center;
background-repeat: repeat, no-repeat;
background-size: auto, cover;
min-height: calc(75vh + 7rem);
position: relative;
text-align: center;
}
#banner input[type="submit"],
#banner input[type="reset"],
#banner input[type="button"],
#banner button,
#banner .button {
background-color: transparent;
box-shadow: inset 0 0 0 1px #ffffff;
color: #ffffff !important;
}
#banner input[type="submit"]:hover,
#banner input[type="reset"]:hover,
#banner input[type="button"]:hover,
#banner button:hover,
#banner .button:hover {
background-color: rgba(255, 255, 255, 0.1);
}
#banner input[type="submit"]:hover:active,
#banner input[type="reset"]:hover:active,
#banner input[type="button"]:hover:active,
#banner button:hover:active,
#banner .button:hover:active {
background-color: rgba(255, 255, 255, 0.25);
}
#banner input[type="submit"].primary,
#banner input[type="reset"].primary,
#banner input[type="button"].primary,
#banner button.primary,
#banner .button.primary {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
box-shadow: 0 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.25);
color: #ffffff !important;
}
#banner input[type="submit"].primary:hover,
#banner input[type="reset"].primary:hover,
#banner input[type="button"].primary:hover,
#banner button.primary:hover,
#banner .button.primary:hover {
background-color: #f7718e;
}
#banner input[type="submit"].primary:hover:active,
#banner input[type="reset"].primary:hover:active,
#banner input[type="button"].primary:hover:active,
#banner button.primary:hover:active,
#banner .button.primary:hover:active {
background-color: #ed2954;
}
#banner input, #banner select, #banner textarea {
color: #ffffff;
}
#banner a {
color: #ffffff;
}
#banner strong, #banner b {
color: #ffffff;
}
#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
color: #ffffff;
}
#banner blockquote {
border-left-color: #ffffff;
}
#banner code {
background: rgba(255, 255, 255, 0.05);
border-color: #ffffff;
}
#banner hr {
border-bottom-color: #ffffff;
}
#banner header.major h1:after, #banner header.major h2:after, #banner header.major h3:after, #banner header.major h4:after, #banner header.major h5:after, #banner header.major h6:after {
background: #ffffff;
}
#banner:after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1900' height='150' viewBox='0 0 1900 150' preserveAspectRatio='none'%3E%3Cpath d='M0,25.7C243.4,84,596.7,150,950,150c353.3,0,706.6-66,950-124.3V150H0V25.7z' fill='%23ffffff'/%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: center;
bottom: -1px;
content: '';
height: 8rem;
left: 0;
position: absolute;
width: 100%;
box-shadow: inset 0 -1px 0 0 #ffffff;
}
@media screen and (max-width: 1280px) {
#banner {
padding-bottom: 5.25rem;
}
#banner:after {
background-size: 125% 100%;
height: 6rem;
}
}
@media screen and (max-width: 736px) {
#banner {
padding-bottom: 3.25rem;
}
#banner:after {
background-size: 125% 100%;
height: 4rem;
}
}
#banner:before {
pointer-events: none;
-moz-transition: opacity 2s ease-in-out 0.75s;
-webkit-transition: opacity 2s ease-in-out 0.75s;
-ms-transition: opacity 2s ease-in-out 0.75s;
transition: opacity 2s ease-in-out 0.75s;
background: #333333;
content: '';
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
}
#banner > .content {
-moz-transition: -moz-transform 1s ease-in-out, opacity 1.25s ease-in-out;
-webkit-transition: -webkit-transform 1s ease-in-out, opacity 1.25s ease-in-out;
-ms-transition: -ms-transform 1s ease-in-out, opacity 1.25s ease-in-out;
transition: transform 1s ease-in-out, opacity 1.25s ease-in-out;
position: relative;
z-index: 1;
}
#banner > .content > :last-child {
margin-bottom: 0;
}
body.is-preload #banner:before {
opacity: 1;
}
body.is-preload #banner > .content {
-moz-transform: translateY(0.75rem);
-webkit-transform: translateY(0.75rem);
-ms-transform: translateY(0.75rem);
transform: translateY(0.75rem);
opacity: 0;
}
@media screen and (max-width: 1280px) {
#banner {
padding: 7.5rem 0 5.5rem 0 ;
background-attachment: scroll, scroll;
}
}
@media screen and (max-width: 980px) {
#banner {
padding: 7.5rem 6rem 5.5rem 6rem ;
}
}
@media screen and (max-width: 736px) {
#banner {
padding: 8rem 2rem 6rem 2rem ;
min-height: 0;
}
}
@media screen and (max-width: 480px) {
#banner {
padding: 10rem 2rem 8rem 2rem ;
}
}
@media screen and (max-width: 480px) {
#banner br {
display: none;
}
}
/* Header */
@-moz-keyframes reveal-header {
0% {
top: -4em;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@-webkit-keyframes reveal-header {
0% {
top: -4em;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@-ms-keyframes reveal-header {
0% {
top: -4em;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@keyframes reveal-header {
0% {
top: -4em;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
body {
padding-top: 3.5rem;
}
@media screen and (max-width: 736px) {
body {
padding-top: 3rem;
}
}
#header {
background-color: #3a3a3a;
color: #ffffff;
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(90deg, rgba(245, 74, 111, 0), #debf55 90%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
box-shadow: 0 0.075rem 1rem 0 rgba(0, 0, 0, 0.125);
height: 3.5rem;
left: 0;
line-height: 3.5rem;
padding: 0 1.5rem;
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
#header input, #header select, #header textarea {
color: #ffffff;
}
#header a {
color: #ffffff;
}
#header strong, #header b {
color: #ffffff;
}
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
color: #ffffff;
}
#header blockquote {
border-left-color: #ffffff;
}
#header code {
background: rgba(255, 255, 255, 0.05);
border-color: #ffffff;
}
#header hr {
border-bottom-color: #ffffff;
}
#header header.major h1:after, #header header.major h2:after, #header header.major h3:after, #header header.major h4:after, #header header.major h5:after, #header header.major h6:after {
background: #ffffff;
}
#header .logo {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
border: 0;
font-size: 0.9rem;
text-transform: uppercase;
white-space: nowrap;
}
#header.reveal {
-moz-animation: reveal-header 0.5s ease;
-webkit-animation: reveal-header 0.5s ease;
-ms-animation: reveal-header 0.5s ease;
animation: reveal-header 0.5s ease;
}
#header.alt {
-moz-animation: none;
-webkit-animation: none;
-ms-animation: none;
animation: none;
background: none;
box-shadow: none;
height: 7rem;
line-height: 7rem;
padding: 0 3rem;
position: absolute;
}
#header.alt:before {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(90deg, rgba(245, 74, 111, 0), #debf55 90%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
content: '';
display: block;
height: 0.75rem;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#header + #banner {
margin-top: -3.5rem;
}
#header > .navPanelToggle {
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
text-decoration: none;
border: 0;
display: none;
font-size: 0.9rem;
height: inherit;
line-height: inherit;
outline: 0;
padding: 0 1.5rem;
position: absolute;
right: 0;
text-transform: uppercase;
top: 0;
}
#header > .navPanelToggle:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
#header > .navPanelToggle:before {
content: '\f0c9';
float: right;
height: inherit;
line-height: inherit;
margin: 0 0 0 0.625rem;
}
@media screen and (max-width: 1280px) {
#header.alt {
height: 5.25rem;
line-height: 5.25rem;
padding: 0 1.5rem;
}
}
@media screen and (max-width: 980px) {
#header > .navPanelToggle {
display: block;
}
#header.alt > .navPanelToggle {
padding: 0 1.75rem;
}
}
@media screen and (max-width: 736px) {
#header {
height: 3rem;
line-height: 3rem;
}
#header + #banner {
margin-top: -3rem;
}
}
@media screen and (max-width: 480px) {
#header > .navPanelToggle {
overflow: hidden;
text-indent: 4rem;
white-space: nowrap;
width: 4rem;
}
}
#nav {
-moz-flex-grow: 0;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
-moz-flex-shrink: 0;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
}
#nav > ul {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
list-style: none;
margin: 0;
padding-left: 0;
}
#nav > ul > li {
margin-left: 0.75rem;
padding-left: 0;
}
#nav > ul > li:first-child {
margin-left: 0;
}
#nav > ul > li > ul {
display: none;
}
#nav > ul > li a, #nav > ul > li span {
-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
border-radius: 2rem;
border: 0;
box-shadow: 0;
font-size: 0.9rem;
padding: 0.625rem 1.5rem;
text-transform: uppercase;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}
#nav > ul > li a.icon, #nav > ul > li span.icon {
padding-left: 1.25rem;
}
#nav > ul > li a.icon:before, #nav > ul > li span.icon:before {
margin-right: 0.5rem;
}
#nav > ul > li.current a, #nav > ul > li.current span {
background-color: rgba(255, 255, 255, 0.05);
}
#nav > ul > li.active a, #nav > ul > li.active span {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.dropotron {
background-color: #ffffff;
border-radius: 6px;
box-shadow: 0 0.075rem 0.75rem 0 rgba(0, 0, 0, 0.125);
list-style-type: none;
margin: 0 0 0 1px;
min-width: 10rem;
padding: 0.5rem 0;
}
.dropotron.level-0 {
margin-left: 1.5rem;
margin-top: 1rem;
}
.dropotron.level-0:before {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #ffffff;
box-shadow: -2px -2px 3px -1px rgba(0, 0, 0, 0.1);
content: '';
position: absolute;
top: -0.375rem;
left: 1rem;
width: 0.75rem;
height: 0.75rem;
}
.dropotron li {
border-top: solid 1px rgba(0, 0, 0, 0.125);
padding: 0;
position: relative;
}
.dropotron li:first-child {
border-top: none;
}
.dropotron li.active > a {
color: #f54a6f;
}
.dropotron a {
color: #000000;
padding: 0.325rem 0.875rem;
text-decoration: none !important;
border: 0;
font-size: 0.9rem;
}
.dropotron a:active, .dropotron a:hover, .dropotron a:focus {
color: #f54a6f;
}
body.header-alt .dropotron.level-0 {
margin-top: -1rem;
}
@media screen and (max-width: 1280px) {
#nav > ul > li a, #nav > ul > li span {
padding: 0.5rem 1rem;
}
}
@media screen and (max-width: 980px) {
#nav {
display: none;
}
}
/* Footer */
#footer {
background-color: #3a3a3a;
color: #ffffff;
padding-top: 14.75rem;
padding: 8rem 0 6rem 0 ;
background-attachment: fixed, fixed;
background-image: linear-gradient(90deg, rgba(58, 58, 58, 0.6), rgba(58, 58, 58, 0.6)), url("../../images/banner.jpg");
background-position: center, center;
background-repeat: repeat, no-repeat;
background-size: auto, cover;
position: relative;
text-align: center;
}
#footer input, #footer select, #footer textarea {
color: #ffffff;
}
#footer a {
color: #ffffff;
}
#footer strong, #footer b {
color: #ffffff;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
color: #ffffff;
}
#footer blockquote {
border-left-color: #ffffff;
}
#footer code {
background: rgba(255, 255, 255, 0.05);
border-color: #ffffff;
}
#footer hr {
border-bottom-color: #ffffff;
}
#footer header.major h1:after, #footer header.major h2:after, #footer header.major h3:after, #footer header.major h4:after, #footer header.major h5:after, #footer header.major h6:after {
background: #ffffff;
}
#footer a.icon.alt:before {
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
#footer a.icon.alt:hover:before {
background-color: rgba(255, 255, 255, 0.05);
}
#footer a.icon.alt:active:before {
background-color: rgba(255, 255, 255, 0.175);
}
#footer:before {
-moz-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
-ms-transform: scaleY(-1);
transform: scaleY(-1);
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1900' height='150' viewBox='0 0 1900 150' preserveAspectRatio='none'%3E%3Cpath d='M0,25.7C243.4,84,596.7,150,950,150c353.3,0,706.6-66,950-124.3V150H0V25.7z' fill='%23ffffff'/%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: center;
content: '';
height: 8rem;
left: 0;
position: absolute;
top: -1px;
width: 100%;
box-shadow: inset 0 -1px 0 0 #ffffff;
}
@media screen and (max-width: 1280px) {
#footer {
padding-top: 10.75rem;
}
#footer:before {
background-size: 125% 100%;
height: 6rem;
}
}
@media screen and (max-width: 736px) {
#footer {
padding-top: 6.75rem;
}
#footer:before {
background-size: 125% 100%;
height: 4rem;
}
}
@media screen and (max-width: 1280px) {
#footer {
padding: 6rem 0 4rem 0 ;
background-attachment: scroll, scroll;
}
}
@media screen and (max-width: 736px) {
#footer {
padding: 4rem 0 2rem 0 ;
}
}
/* Nav Panel */
#wrapper {
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#navPanel {
background-color: #f54a6f;
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(245, 74, 111, 0), #debf55 80%);
background-size: auto, auto;
background-repeat: repeat, no-repeat;
-moz-transform: translateX(20rem);
-webkit-transform: translateX(20rem);
-ms-transform: translateX(20rem);
transform: translateX(20rem);
-moz-transition: -moz-transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
-webkit-transition: -webkit-transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
-ms-transition: -ms-transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
transition: transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
-webkit-overflow-scrolling: touch;
box-shadow: none;
color: #ffffff;
height: 100%;
max-width: 80%;
overflow-y: auto;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
width: 20rem;
z-index: 10002;
}
#navPanel nav {
padding: 3rem 2rem;
}
#navPanel .link {
-moz-transition: color 0.2s;
-webkit-transition: color 0.2s;
-ms-transition: color 0.2s;
transition: color 0.2s;
border-top: solid 1px rgba(255, 255, 255, 0.05);
border-bottom: 0;
color: inherit !important;
display: block;
padding: 0.75rem 0;
text-decoration: none;
}
#navPanel .link:first-child {
border-top: 0;
}
#navPanel .link.depth-0 {
color: #ffffff !important;
font-weight: 400;
}
#navPanel .link:active, #navPanel .link:focus, #navPanel .link:hover {
color: #ffffff !important;
}
#navPanel .link .indent-1 {
display: inline-block;
width: 1.25rem;
}
#navPanel .link .indent-2 {
display: inline-block;
width: 2.5rem;
}
#navPanel .close {
text-decoration: none;
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border: 0;
color: rgba(255, 255, 255, 0.5);
cursor: pointer;
display: block;
height: 3.25rem;
line-height: 3.25rem;
padding-right: 1.25rem;
position: absolute;
right: 0;
text-align: right;
top: 0;
vertical-align: middle;
width: 7rem;
}
#navPanel .close:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
#navPanel .close:before {
content: '\f00d';
font-size: 1.25rem;
}
#navPanel .close:hover {
color: #ffffff !important;
}
@media screen and (max-width: 736px) {
#navPanel .close {
height: 4rem;
line-height: 4rem;
}
}
@media screen and (max-width: 736px) {
#navPanel nav {
padding: 2.5rem 1.75rem;
}
}
body.is-navPanel-visible #wrapper {
pointer-events: none;
cursor: default;
opacity: 0.5;
-moz-filter: blur(2px);
-webkit-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
body.is-navPanel-visible #navPanel {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
box-shadow: 0 0 6rem 0 rgba(0, 0, 0, 0.125);
visibility: visible;
} | 0.338077 | 0.098079 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
.background{
background-size: 100% 100%;
margin: 0 !important;
background-position: center;
text-align: center;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
height: auto;
position: absolute;
}
.page-title, .game-title, .instructions-text, .sound-btn, .submit-btn{
font-family: 'Poppins',sans-serif;
}
.page-title{
padding-top: 1%;
margin-top: 5%;
font-weight: bold;
color: rgb(58, 58, 58);
}
.game-title{
position: relative;
margin-left: auto;
color: rgb(58, 58, 58);
}
.title-icon{
width: 50px;
margin-top: -10px;
margin-right: auto;
}
.instructions-container{
padding-top: 1%;
background-color: #1b5c7541;
width: 300px;
height: 200px;
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 2%;
box-shadow: 0 1px 8px 0px rgba(180, 101, 101, 0.05), 0 2px 12px 0px rgba(0,0,0,.1);
transition: 900px ease-out;
}
.instructions-text{
font-size: 20px;
text-align: center;
display: block;
text-align: left;
color: rgb(53, 38, 22);
white-space: pre-line;
}
.sound-btn{
display: flex;
height: 48px;
width: 250px;
padding-right: 16px;
padding-left: 16px;
justify-content: center;
align-items: center;
flex: 0 0 auto;
border-radius: 4px;
background-color: #2fcaaa;
background-color: #5876db;
box-shadow: 0 1px 3px 0px rgba(180, 101, 101, 0.05), 0 2px 12px 0px rgba(0,0,0,.1);
transition: 900px ease-out;
color: rgb(5, 0, 0);
font-weight: 500;
text-align: center;
cursor: pointer;
margin-left: 10px;
margin-right: 10px;
}
.submit-btn{
display: flex;
height: 48px;
width: 250px;
padding-right: 16px;
padding-left: 16px;
flex-direction: row;
justify-content: center;
align-items: center;
flex: 0 0 auto;
border-radius: 4px;
background-color: #37a8e9;
background-color: #0898eb;
box-shadow: 0 1px 8px 0px rgba(180, 101, 101, 0.05), 0 2px 12px 0px rgba(0,0,0,.1);
transition: 900px ease-out;
color: rgb(5, 0, 0);
font-weight: 500;
text-align: center;
cursor: pointer;
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
}
.entry-field{
align-items: center;
justify-content: center;
}
.input-field{
width: 200px;
height: 50px;
box-shadow: 0 1px 8px 0px rgba(180, 101, 101, 0.05), 0 2px 12px 0px rgba(0,0,0,.1);
transition: 900px ease-out;
}
.row-field{
padding-top: 5%;
align-items: center;
justify-content: center;
position: relative;
}
.msg {
margin-top: 2vh;
font-size: 3vw;
color: black;
} | src/pages/games/ABCGame1/ABCGame1.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
.background{
background-size: 100% 100%;
margin: 0 !important;
background-position: center;
text-align: center;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
height: auto;
position: absolute;
}
.page-title, .game-title, .instructions-text, .sound-btn, .submit-btn{
font-family: 'Poppins',sans-serif;
}
.page-title{
padding-top: 1%;
margin-top: 5%;
font-weight: bold;
color: rgb(58, 58, 58);
}
.game-title{
position: relative;
margin-left: auto;
color: rgb(58, 58, 58);
}
.title-icon{
width: 50px;
margin-top: -10px;
margin-right: auto;
}
.instructions-container{
padding-top: 1%;
background-color: #1b5c7541;
width: 300px;
height: 200px;
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 2%;
box-shadow: 0 1px 8px 0px rgba(180, 101, 101, 0.05), 0 2px 12px 0px rgba(0,0,0,.1);
transition: 900px ease-out;
}
.instructions-text{
font-size: 20px;
text-align: center;
display: block;
text-align: left;
color: rgb(53, 38, 22);
white-space: pre-line;
}
.sound-btn{
display: flex;
height: 48px;
width: 250px;
padding-right: 16px;
padding-left: 16px;
justify-content: center;
align-items: center;
flex: 0 0 auto;
border-radius: 4px;
background-color: #2fcaaa;
background-color: #5876db;
box-shadow: 0 1px 3px 0px rgba(180, 101, 101, 0.05), 0 2px 12px 0px rgba(0,0,0,.1);
transition: 900px ease-out;
color: rgb(5, 0, 0);
font-weight: 500;
text-align: center;
cursor: pointer;
margin-left: 10px;
margin-right: 10px;
}
.submit-btn{
display: flex;
height: 48px;
width: 250px;
padding-right: 16px;
padding-left: 16px;
flex-direction: row;
justify-content: center;
align-items: center;
flex: 0 0 auto;
border-radius: 4px;
background-color: #37a8e9;
background-color: #0898eb;
box-shadow: 0 1px 8px 0px rgba(180, 101, 101, 0.05), 0 2px 12px 0px rgba(0,0,0,.1);
transition: 900px ease-out;
color: rgb(5, 0, 0);
font-weight: 500;
text-align: center;
cursor: pointer;
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
}
.entry-field{
align-items: center;
justify-content: center;
}
.input-field{
width: 200px;
height: 50px;
box-shadow: 0 1px 8px 0px rgba(180, 101, 101, 0.05), 0 2px 12px 0px rgba(0,0,0,.1);
transition: 900px ease-out;
}
.row-field{
padding-top: 5%;
align-items: center;
justify-content: center;
position: relative;
}
.msg {
margin-top: 2vh;
font-size: 3vw;
color: black;
} | 0.50708 | 0.08196 |
/* OK */
html, body {
height: 100%;
}
/* OK */
body {
margin:0;
padding:0;
font: 12px Tahoma, Helvetica, sans-serif;
line-height: 1.8em;
color: #585858;
background: #fff;
}
/* Top Navbar */
/* OK */
#topnav {
height: 36px;
margin: 0;
background: transparent url("../images/admin/bgoff.png") repeat-x top left;
font: 12px Tahoma, Helvetica, sans-serif;
}
/* OK */
#topnav ul {
margin: 0;
padding: 0;
list-style-type: none;
width: auto;
}
/* OK */
#topnav ul li {
display: block;
float: left;
margin: 0;
}
/* OK */
#topnav ul li a {
display: block;
float: left;
padding: 11px 20px 0 20px;
height: 25px;
text-decoration: none;
color: #333;
text-transform: capitalize;
background: transparent url("../images/admin/bgdivider.png") no-repeat top right;
}
/* OK */
#topnav ul li a:hover {
color: #fff;
background: #fff url("../images/admin/bgover.png") repeat-x top left;
}
/* OK */
#topnav ul li a.current {
color: #fff;
background: #fff url("../images/admin/bgselected.png") repeat-x top left;
}
/* OK */
#topnav ul li img {
border: none;
float: left;
padding-right: 3px;
margin-top: -4px;
}
/* End of Top navigation */
/* OK */
#container {
text-align: left;
margin: 0 auto;
}
/* OK */
#overall {
background: #fff;
margin: 0 20px;
}
/* OK */
#footer {
float: left;
width: 100%;
margin-top: 30px;
padding-top: 10px;
padding-bottom: 0;
text-align: center;
color: #000;
border-top: #ccc 1px solid;
}
/* @group Utility */
/* OK */
form {
margin: 0;
padding: 0;
}
/* OK */
img {
border: none;
}
a:link, a:visited {
color:#224272;
text-decoration:none;
}
a:hover {
text-decoration: underline;
color: #aaa;
}
/* @end */
/* @group Tasks Links */
/* OK */
.tasks {
background: #525251;
border-bottom: #000 1px solid;
padding: 5px 20px;
margin-bottom: 15px;
}
/* OK */
.tasks ul {
list-style: none;
margin: 0;
padding: 0;
}
/* OK */
.tasks ul li {
float: left;
padding: 2px 20px 2px 0;
line-height: normal;
}
/* OK */
.tasks li a {
text-decoration: none;
color: #fff;
}
/* OK */
.tasks li a:hover {
color: #fff;
text-decoration: underline;
}
/* OK */
.tasks li a.current {
color: #fff;
text-decoration: underline;
font-weight: bold;
}
/* @end */
/* @group Headings */
h2 {
font: normal 1.7em Tahoma, Helvetica, sans-serif;
letter-spacing: 3px;
color: #224272;
margin: 20px 0;
margin-left: 3px;
}
h2 a:visited {
color: #666;
}
h2 a:hover {
text-decoration: none;
color: #993333;
}
h3 {
font-size: 130%;
padding: 5px;
margin-bottom: 0;
}
.form h3, h3 {
background: #637987;
color: #fff;
font-weight: normal;
}
.form h4 {
padding: 2px;
margin: 0;
font-size: 120%;
}
.tasks h3 {
font: normal 120%/normal "Trebuchet MS", Arial, Verdana;
background: transparent;
margin: 0 0 5px 0;
padding: 0;
color: #4A611C;
}
.set h3 {
background: none;
margin: 0 0 5px 0;
color: #1F273F;
}
/* @end */
/* @group Table Listings */
td.operation {
width: 25px;
text-align: center;
}
th.operation {
text-align: center;
}
.list {
clear: left;
}
.list table {
width: 100%;
border-spacing: 0;
border-bottom: #ddd 1px solid;
}
.list table th {
background: url("../images/admin/table-header.png") #324e79 repeat-x;
text-align: left;
font-weight: bold;
padding: 2px 5px;
/* border-bottom: 4px solid #ccc; */
color: #fff;
height: 24px;
}
.list table th.first {
background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat;
}
.list table th.last {
background: url("../images/admin/table-header-last.png") #324e79 top right no-repeat;
}
.list table th a {
color: #fff;
text-decoration: underline;
}
.list table tr td {
padding: 3px;
}
.list table tr td.first {
border-left: #ddd 1px solid;
}
.list table tr td.last {
border-right: #ddd 1px solid;
}
.list table tr td a {
color: #224272;
}
tr.shade {
background: #f7f7f7;
}
li.shade {
background: #f7f7f7;
}
.paginate {
background: url("../images/admin/bc-bg.gif") #e7e7e7 repeat-x top left;
padding: 5px 20px;
margin-bottom: 15px;
border-left: #ddd 1px solid;
border-right: #ddd 1px solid;
border-right: #ddd 1px solid;
text-align: center;
}
td.paginate {
text-align: center;
}
/* @end */
/* @group Form Elements */
.form {
border: 1px solid #637987;
background: #fff;
margin-bottom: 10px;
padding: 0 0 0 10px;
}
.form div {
padding: 5px;
}
/*
input {
font-size: 1em;
letter-spacing: 0.02em;
border:1px solid #999;
color: #666;
}
*/
/*
.form textarea {
width: 350px;
line-height: 1.1em;
font-size: 1em;
letter-spacing: 0.02em;
word-spacing: 0.05em;
border:1px solid #999;
}
*/
#blog_name {
font-size: 130%;
}
/* @end */
/* @group Popups/Tooltips */
.tip-catlist {
width: 200px;
background: #EEF1FE;
border: 2px solid #C2D2E7;
padding: 5px;
}
/* @end */
/* Article forms */
/* OK */
#article_form input,
#article_form textarea,
#article_form select,
#page_form input,
#page_form textarea,
#page_form select,
#edit_gallery input,
#edit_gallery textarea,
#edit_gallery select,
.admin input,
.admin select,
.admin textarea {
font: 12px "Trebuchet MS", Helvetica, sans-serif;
border: 1px solid #224272;
color: #000;
padding: 3px;
}
#article_form input.large,
#article_form textarea.large ,
#article_form select.large,
#page_form input.large,
#page_form textarea.large ,
#page_form select.large {
width: 100%;
}
#article_form input#article_title,
#page_form input#article_title {
font: 14px "Trebuchet MS", Helvetica, sans-serif;
}
#article_form label,
#page_form label {
color: #224272;
}
#article_form select.large option {
padding: 3px;
}
/* OK */
#preview {
background: #fff;
border-left: 1px dashed #ccc;
border-right: none;
border-top: none;
border-bottom: none;
padding: 0 0 0 5px;
width: 50%;
height: 430px;
float: right;
margin-top: 10px;
margin-bottom: 10px;
}
/* @end */
/* @group General Settings Screen */
.set {
padding: 0 10px 5px 10px;
margin-bottom: 10px;
position: relative;
}
legend {
font: 16px "Trebuchet MS", Helvetica, sans-serif;
color: #224272;
}
.admin ul {
margin: 0;
padding: 0;
}
.admin li {
list-style: none;
padding: 5px;
margin: 0;
clear: both;
}
.admin li p {
line-height: 1.6em;
}
.admin li.checkbox {
line-height: 1.4em;
}
.admin label.float {
display: block;
float: left;
width: 200px;
margin-left: 0;
margin-right: 12px;
padding: 0;
text-align: right;
color: #224272;
}
.admin label.block {
display: block;
}
.admin input.float {
width: auto;
border:1px solid #999;
}
.admin span.float {
margin-left: 212px;
padding: 0;
display: block;
clear: both;
}
.mandatory {
color: #f00;
}
/* @end */
/* @group Sidebar */
/* OK */
#sidebar-config p {
margin: 0;
padding-left: 5px;
}
/* OK */
#active, #cnt-active {
width: 325px;
min-height: 200px;
padding-bottom: 10px;
}
/* OK */
#cnt-active {
margin-left: 360px;
border: #ccc 1px solid;
}
/* OK */
#available {
padding-bottom: 10px;
border: #ccc 1px solid;
float: left;
width: 325px;
}
/* OK */
#available h3, #active h3, #cnt-active h3 {
background: url("../images/admin/bc-bg.gif") #b5b5b5 top left repeat-x;
color: #000;
margin: 0 0 10px 0;
padding: 2px 5px;
}
/* OK */
.dropbox {
width: 300px;
}
/* OK */
.handle {
background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat;
color: #fff;
cursor: move;
font-size: 13px;
font-weight: normal;
margin: 0;
}
/* OK */
.dragitem, .dropitem {
margin: 0 0 5px 12px;
}
/* OK */
.dragitem {
background: url("../images/admin/loginformbg.png") #fff bottom left no-repeat;
width: 300px;
}
/* OK */
.target {
background: #F8F7EF;
margin: 5px;
padding: 5px;
}
/* @end */
/* @group Miscellaneous */
.form p {
margin: 0;
padding: 0 0 5px;
}
#info {
color: #4A4902;
}
#info a {
color: #4A4902;
}
#info a:hover {
border-bottom: 1px dotted #222;
}
.form p>small {
color: gray;
}
.form .note {
font-style: italic;
font-size: 90%;
}
/* OK */
.l {
text-align: left;
}
/* OK */
.r {
text-align: right;
}
/* OK */
.c {
text-align: center;
}
.space {
margin: 10px;
}
.errorExplanation {
background: #FFE6E6;
color: #000;
border: 1px solid #FF8080;
margin: 0 30px 10px 30px;
}
.errorExplanation h2 {
padding: 2px 5px;
border: none;
background: none;
font-size: 120%;
}
.errorExplanation p {
padding: 5px;
}
.errorExplanation ul {
margin: 0;
padding: 0 0 0 15px;
list-style: none;
}
.preview {
border: 4px solid #656D79;
width: 320px;
height: 232px;
overflow: hidden;
margin: 5px;
float: right;
}
.theme h3 {
margin: 0;
}
/* @end */
/* @group Users */
div#users {
background: #F8F7EF;
margin-top: 10px;
}
div.user {
border: 1px solid #9cabba;
border-top: 1px solid #bacddf;
border-left: 1px solid #bacddf;
background: #fff;
width: 30%;
float: left;
margin: 10px;
}
.user h4 {
margin: 0 0 2px 0;
padding: 0;
}
.user h4 a {
color: #333;
background: #f7f7f7;
padding-left: 5px;
display: block;
}
.user h4 a:hover {
background: #D7DFE4;
}
.user p {
margin: 0;
padding: 5px;
}
/* @end */
#quick-navigate {
background: #F8F7EF;
padding: 2px 5px 0px 5px;
border: 1px dotted #9cabba;
margin-left: 10px;
border-top: none;
}
#quick-post {
background: #ffffff;
border-top: #333 1px solid;
border-left: #333 1px solid;
border-right: #333 3px solid;
border-bottom: #333 3px solid;
padding: 5px;
}
#advanced {
line-height: 1.3em;
}
#advanced label {
clear: left;
float: left;
width: 15em;
}
/* Login */
#loginform {
width: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
/* OK */
#loginform label {
color: #224272;
display: block;
}
/* OK */
#loginform input {
margin-bottom: 10px;
border:1px solid #224272;
color: #000;
padding: 3px 3px;
}
/* OK */
#loginform input,
#article_form input.submit,
#page_form input.submit,
#edit_gallery input.submit,
.submit {
width: 260px;
background: url("../images/admin/bc-bg.gif") #b5b5b5 top left repeat-x;
font: 14px "Trebuchet MS", Helvetica, sans-serif;
}
/* OK */
#loginform input#submit,
#article_form input.submit,
#page_form input.submit,
#edit_gallery input.submit,
input.submit {
margin-right: 3px;
border-color: #ccc rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
border-style: double;
border-width: 3px;
padding: 4px;
font: 12px Tahoma, Helvetica, sans-serif;
width: auto;
}
/* OK */
#loginform div.form {
border: none;
background: url("../images/admin/loginformbg.png") #fff bottom left no-repeat;
margin-bottom: 10px;
padding: 30px 10px 10px;
}
/* OK */
#loginform h3 {
text-align: left;
background: url("../images/admin/bgoff.png") #f00 repeat-x top left;
}
/* OK */
#loginform h4 {
font-weight: normal;
font: 14px Tahoma Helvetica sans-serif;
color: #f00;
border: #f00 1px solid;
padding: 4px;
text-align: center;
margin-bottom: 20px;
}
/* OK */
#loginform .errorExplanation {
border: 1px solid #f00;
color: #000;
margin: 0;
background: #fff;
}
/* OK */
#loginform .errorExplanation h2 {
font-weight: normal;
font: 14px Tahoma Helvetica sans-serif;
color: #f00;
padding: 4px;
margin: 0;
}
/* OK */
#loginform .errorExplanation ul {
margin-left: 5px;
}
/* OK */
#loginform .errorExplanation ul li {
list-style: square;
line-height: 1.6em;
}
/* OK */
#loginform img {
float: left;
margin-right: 5px;
}
/* End of login form */
/* Notices, infos and errors */
#flash span {
padding: 5px;
margin-top: 10px;
color: #0C2504;
display: block;
}
#flash .notice {
background: url("../images/admin/bc-bg.gif") #ccc repeat-x;
border: 1px solid #336699;
}
#flash .error {
background: #e99;
border-top: 1px solid #822;
border-bottom: 1px solid #822;
}
#category_list {
list-style: none;
margin: 0;
padding: 0;
margin-top: 10px;
width: 300px;
}
#category_list li {
cursor: move;
border-bottom: 1px dotted #ccc;
}
/* @end */
/* @group Feedback */
.feedbackbody td {
border-bottom: 1px dotted #ccc;
}
.presumed_ham td {
border-bottom: 1px dotted #ccc;
}
.presumed_spam td {
border-bottom: 1px dotted #ccc;
}
.ham td {
border-bottom: 1px dotted #ccc;
}
.spam td {
border-bottom: 1px dotted #ccc;
}
.spam .state {
font-weight: bold
}
/* Dashboard */
/* OK */
.dashboard {
width: 48%;
margin-right: 1%;
float: left;
margin-bottom: 10px;
}
/* OK */
.dashboard h3 {
padding: 0;
margin: 0;
background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat;
font-size: 14px;
font-weight: normal;
}
/* OK */
.dashboard h3 span {
background: url("../images/admin/table-header-last.png") top right no-repeat;
display: block;
padding: 0 3px;
}
/* OK */
.dashboard ul {
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
border: #ddd 1px solid;
}
/* @end */
/* Theme editor */
#theme_list {
width: 300px;
float: right;
}
#theme_editor {
margin-right: 320px;
min-height: 500px;
}
#theme_editor textarea {
width: 100%;
height: 500px;
}
.theme-filer {
width: 300px;
background: url('../images/admin/loginformbg.png') no-repeat scroll left bottom;
padding: 5px 0;
margin-bottom: 15px;
}
.theme-filer ul {
margin: 0;
padding: 0;
}
.theme-filer ul li {
list-style: none;
margin-left: 10px;
}
#theme_list h3 {
background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat;
color: #fff;
cursor: move;
font-size: 13px;
font-weight: normal;
margin: 0;
padding-top: 2px;
padding-bottom: 0;
}
li.paginate {
margin-bottom: 15px;
border-left: #ddd 5px solid;
}
#gallery_list, #picture_list {
margin-left: auto;
margin-right: auto;
}
#gallery_list td, #picture_list td {
padding-right: 50px;
padding-left: 25px;
padding-bottom: 25px;
padding-top: 25px;
}
.no_display {
z-index : 200;
position : relative;
top : -70%;
left : 40%;
}
.thumbnail {
display: block;
text-align: center;
}
/** Form of pagination **/
.pagination {
clear : both;
text-align : center;
}
.pagination a {
text-decoration : underline;
}
table.progress {
width: 40em;
border: 1px solid #D7D7D7;
border-collapse: collapse;
border-spacing: 0pt;
empty-cells: show;
text-align: center;
margin: 1px 6px 10px 10px;
}
table.progress td {
height: 0.9em;
}
td.made {
background : #BAE0BA none repeat scroll 0% 50%;
}
#imports {
clear: both;
background-color: #5A9ECF;
}
#imports p {
margin-left : 10px;
} | public/stylesheets/administration.css |
/* OK */
html, body {
height: 100%;
}
/* OK */
body {
margin:0;
padding:0;
font: 12px Tahoma, Helvetica, sans-serif;
line-height: 1.8em;
color: #585858;
background: #fff;
}
/* Top Navbar */
/* OK */
#topnav {
height: 36px;
margin: 0;
background: transparent url("../images/admin/bgoff.png") repeat-x top left;
font: 12px Tahoma, Helvetica, sans-serif;
}
/* OK */
#topnav ul {
margin: 0;
padding: 0;
list-style-type: none;
width: auto;
}
/* OK */
#topnav ul li {
display: block;
float: left;
margin: 0;
}
/* OK */
#topnav ul li a {
display: block;
float: left;
padding: 11px 20px 0 20px;
height: 25px;
text-decoration: none;
color: #333;
text-transform: capitalize;
background: transparent url("../images/admin/bgdivider.png") no-repeat top right;
}
/* OK */
#topnav ul li a:hover {
color: #fff;
background: #fff url("../images/admin/bgover.png") repeat-x top left;
}
/* OK */
#topnav ul li a.current {
color: #fff;
background: #fff url("../images/admin/bgselected.png") repeat-x top left;
}
/* OK */
#topnav ul li img {
border: none;
float: left;
padding-right: 3px;
margin-top: -4px;
}
/* End of Top navigation */
/* OK */
#container {
text-align: left;
margin: 0 auto;
}
/* OK */
#overall {
background: #fff;
margin: 0 20px;
}
/* OK */
#footer {
float: left;
width: 100%;
margin-top: 30px;
padding-top: 10px;
padding-bottom: 0;
text-align: center;
color: #000;
border-top: #ccc 1px solid;
}
/* @group Utility */
/* OK */
form {
margin: 0;
padding: 0;
}
/* OK */
img {
border: none;
}
a:link, a:visited {
color:#224272;
text-decoration:none;
}
a:hover {
text-decoration: underline;
color: #aaa;
}
/* @end */
/* @group Tasks Links */
/* OK */
.tasks {
background: #525251;
border-bottom: #000 1px solid;
padding: 5px 20px;
margin-bottom: 15px;
}
/* OK */
.tasks ul {
list-style: none;
margin: 0;
padding: 0;
}
/* OK */
.tasks ul li {
float: left;
padding: 2px 20px 2px 0;
line-height: normal;
}
/* OK */
.tasks li a {
text-decoration: none;
color: #fff;
}
/* OK */
.tasks li a:hover {
color: #fff;
text-decoration: underline;
}
/* OK */
.tasks li a.current {
color: #fff;
text-decoration: underline;
font-weight: bold;
}
/* @end */
/* @group Headings */
h2 {
font: normal 1.7em Tahoma, Helvetica, sans-serif;
letter-spacing: 3px;
color: #224272;
margin: 20px 0;
margin-left: 3px;
}
h2 a:visited {
color: #666;
}
h2 a:hover {
text-decoration: none;
color: #993333;
}
h3 {
font-size: 130%;
padding: 5px;
margin-bottom: 0;
}
.form h3, h3 {
background: #637987;
color: #fff;
font-weight: normal;
}
.form h4 {
padding: 2px;
margin: 0;
font-size: 120%;
}
.tasks h3 {
font: normal 120%/normal "Trebuchet MS", Arial, Verdana;
background: transparent;
margin: 0 0 5px 0;
padding: 0;
color: #4A611C;
}
.set h3 {
background: none;
margin: 0 0 5px 0;
color: #1F273F;
}
/* @end */
/* @group Table Listings */
td.operation {
width: 25px;
text-align: center;
}
th.operation {
text-align: center;
}
.list {
clear: left;
}
.list table {
width: 100%;
border-spacing: 0;
border-bottom: #ddd 1px solid;
}
.list table th {
background: url("../images/admin/table-header.png") #324e79 repeat-x;
text-align: left;
font-weight: bold;
padding: 2px 5px;
/* border-bottom: 4px solid #ccc; */
color: #fff;
height: 24px;
}
.list table th.first {
background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat;
}
.list table th.last {
background: url("../images/admin/table-header-last.png") #324e79 top right no-repeat;
}
.list table th a {
color: #fff;
text-decoration: underline;
}
.list table tr td {
padding: 3px;
}
.list table tr td.first {
border-left: #ddd 1px solid;
}
.list table tr td.last {
border-right: #ddd 1px solid;
}
.list table tr td a {
color: #224272;
}
tr.shade {
background: #f7f7f7;
}
li.shade {
background: #f7f7f7;
}
.paginate {
background: url("../images/admin/bc-bg.gif") #e7e7e7 repeat-x top left;
padding: 5px 20px;
margin-bottom: 15px;
border-left: #ddd 1px solid;
border-right: #ddd 1px solid;
border-right: #ddd 1px solid;
text-align: center;
}
td.paginate {
text-align: center;
}
/* @end */
/* @group Form Elements */
.form {
border: 1px solid #637987;
background: #fff;
margin-bottom: 10px;
padding: 0 0 0 10px;
}
.form div {
padding: 5px;
}
/*
input {
font-size: 1em;
letter-spacing: 0.02em;
border:1px solid #999;
color: #666;
}
*/
/*
.form textarea {
width: 350px;
line-height: 1.1em;
font-size: 1em;
letter-spacing: 0.02em;
word-spacing: 0.05em;
border:1px solid #999;
}
*/
#blog_name {
font-size: 130%;
}
/* @end */
/* @group Popups/Tooltips */
.tip-catlist {
width: 200px;
background: #EEF1FE;
border: 2px solid #C2D2E7;
padding: 5px;
}
/* @end */
/* Article forms */
/* OK */
#article_form input,
#article_form textarea,
#article_form select,
#page_form input,
#page_form textarea,
#page_form select,
#edit_gallery input,
#edit_gallery textarea,
#edit_gallery select,
.admin input,
.admin select,
.admin textarea {
font: 12px "Trebuchet MS", Helvetica, sans-serif;
border: 1px solid #224272;
color: #000;
padding: 3px;
}
#article_form input.large,
#article_form textarea.large ,
#article_form select.large,
#page_form input.large,
#page_form textarea.large ,
#page_form select.large {
width: 100%;
}
#article_form input#article_title,
#page_form input#article_title {
font: 14px "Trebuchet MS", Helvetica, sans-serif;
}
#article_form label,
#page_form label {
color: #224272;
}
#article_form select.large option {
padding: 3px;
}
/* OK */
#preview {
background: #fff;
border-left: 1px dashed #ccc;
border-right: none;
border-top: none;
border-bottom: none;
padding: 0 0 0 5px;
width: 50%;
height: 430px;
float: right;
margin-top: 10px;
margin-bottom: 10px;
}
/* @end */
/* @group General Settings Screen */
.set {
padding: 0 10px 5px 10px;
margin-bottom: 10px;
position: relative;
}
legend {
font: 16px "Trebuchet MS", Helvetica, sans-serif;
color: #224272;
}
.admin ul {
margin: 0;
padding: 0;
}
.admin li {
list-style: none;
padding: 5px;
margin: 0;
clear: both;
}
.admin li p {
line-height: 1.6em;
}
.admin li.checkbox {
line-height: 1.4em;
}
.admin label.float {
display: block;
float: left;
width: 200px;
margin-left: 0;
margin-right: 12px;
padding: 0;
text-align: right;
color: #224272;
}
.admin label.block {
display: block;
}
.admin input.float {
width: auto;
border:1px solid #999;
}
.admin span.float {
margin-left: 212px;
padding: 0;
display: block;
clear: both;
}
.mandatory {
color: #f00;
}
/* @end */
/* @group Sidebar */
/* OK */
#sidebar-config p {
margin: 0;
padding-left: 5px;
}
/* OK */
#active, #cnt-active {
width: 325px;
min-height: 200px;
padding-bottom: 10px;
}
/* OK */
#cnt-active {
margin-left: 360px;
border: #ccc 1px solid;
}
/* OK */
#available {
padding-bottom: 10px;
border: #ccc 1px solid;
float: left;
width: 325px;
}
/* OK */
#available h3, #active h3, #cnt-active h3 {
background: url("../images/admin/bc-bg.gif") #b5b5b5 top left repeat-x;
color: #000;
margin: 0 0 10px 0;
padding: 2px 5px;
}
/* OK */
.dropbox {
width: 300px;
}
/* OK */
.handle {
background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat;
color: #fff;
cursor: move;
font-size: 13px;
font-weight: normal;
margin: 0;
}
/* OK */
.dragitem, .dropitem {
margin: 0 0 5px 12px;
}
/* OK */
.dragitem {
background: url("../images/admin/loginformbg.png") #fff bottom left no-repeat;
width: 300px;
}
/* OK */
.target {
background: #F8F7EF;
margin: 5px;
padding: 5px;
}
/* @end */
/* @group Miscellaneous */
.form p {
margin: 0;
padding: 0 0 5px;
}
#info {
color: #4A4902;
}
#info a {
color: #4A4902;
}
#info a:hover {
border-bottom: 1px dotted #222;
}
.form p>small {
color: gray;
}
.form .note {
font-style: italic;
font-size: 90%;
}
/* OK */
.l {
text-align: left;
}
/* OK */
.r {
text-align: right;
}
/* OK */
.c {
text-align: center;
}
.space {
margin: 10px;
}
.errorExplanation {
background: #FFE6E6;
color: #000;
border: 1px solid #FF8080;
margin: 0 30px 10px 30px;
}
.errorExplanation h2 {
padding: 2px 5px;
border: none;
background: none;
font-size: 120%;
}
.errorExplanation p {
padding: 5px;
}
.errorExplanation ul {
margin: 0;
padding: 0 0 0 15px;
list-style: none;
}
.preview {
border: 4px solid #656D79;
width: 320px;
height: 232px;
overflow: hidden;
margin: 5px;
float: right;
}
.theme h3 {
margin: 0;
}
/* @end */
/* @group Users */
div#users {
background: #F8F7EF;
margin-top: 10px;
}
div.user {
border: 1px solid #9cabba;
border-top: 1px solid #bacddf;
border-left: 1px solid #bacddf;
background: #fff;
width: 30%;
float: left;
margin: 10px;
}
.user h4 {
margin: 0 0 2px 0;
padding: 0;
}
.user h4 a {
color: #333;
background: #f7f7f7;
padding-left: 5px;
display: block;
}
.user h4 a:hover {
background: #D7DFE4;
}
.user p {
margin: 0;
padding: 5px;
}
/* @end */
#quick-navigate {
background: #F8F7EF;
padding: 2px 5px 0px 5px;
border: 1px dotted #9cabba;
margin-left: 10px;
border-top: none;
}
#quick-post {
background: #ffffff;
border-top: #333 1px solid;
border-left: #333 1px solid;
border-right: #333 3px solid;
border-bottom: #333 3px solid;
padding: 5px;
}
#advanced {
line-height: 1.3em;
}
#advanced label {
clear: left;
float: left;
width: 15em;
}
/* Login */
#loginform {
width: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
/* OK */
#loginform label {
color: #224272;
display: block;
}
/* OK */
#loginform input {
margin-bottom: 10px;
border:1px solid #224272;
color: #000;
padding: 3px 3px;
}
/* OK */
#loginform input,
#article_form input.submit,
#page_form input.submit,
#edit_gallery input.submit,
.submit {
width: 260px;
background: url("../images/admin/bc-bg.gif") #b5b5b5 top left repeat-x;
font: 14px "Trebuchet MS", Helvetica, sans-serif;
}
/* OK */
#loginform input#submit,
#article_form input.submit,
#page_form input.submit,
#edit_gallery input.submit,
input.submit {
margin-right: 3px;
border-color: #ccc rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
border-style: double;
border-width: 3px;
padding: 4px;
font: 12px Tahoma, Helvetica, sans-serif;
width: auto;
}
/* OK */
#loginform div.form {
border: none;
background: url("../images/admin/loginformbg.png") #fff bottom left no-repeat;
margin-bottom: 10px;
padding: 30px 10px 10px;
}
/* OK */
#loginform h3 {
text-align: left;
background: url("../images/admin/bgoff.png") #f00 repeat-x top left;
}
/* OK */
#loginform h4 {
font-weight: normal;
font: 14px Tahoma Helvetica sans-serif;
color: #f00;
border: #f00 1px solid;
padding: 4px;
text-align: center;
margin-bottom: 20px;
}
/* OK */
#loginform .errorExplanation {
border: 1px solid #f00;
color: #000;
margin: 0;
background: #fff;
}
/* OK */
#loginform .errorExplanation h2 {
font-weight: normal;
font: 14px Tahoma Helvetica sans-serif;
color: #f00;
padding: 4px;
margin: 0;
}
/* OK */
#loginform .errorExplanation ul {
margin-left: 5px;
}
/* OK */
#loginform .errorExplanation ul li {
list-style: square;
line-height: 1.6em;
}
/* OK */
#loginform img {
float: left;
margin-right: 5px;
}
/* End of login form */
/* Notices, infos and errors */
#flash span {
padding: 5px;
margin-top: 10px;
color: #0C2504;
display: block;
}
#flash .notice {
background: url("../images/admin/bc-bg.gif") #ccc repeat-x;
border: 1px solid #336699;
}
#flash .error {
background: #e99;
border-top: 1px solid #822;
border-bottom: 1px solid #822;
}
#category_list {
list-style: none;
margin: 0;
padding: 0;
margin-top: 10px;
width: 300px;
}
#category_list li {
cursor: move;
border-bottom: 1px dotted #ccc;
}
/* @end */
/* @group Feedback */
.feedbackbody td {
border-bottom: 1px dotted #ccc;
}
.presumed_ham td {
border-bottom: 1px dotted #ccc;
}
.presumed_spam td {
border-bottom: 1px dotted #ccc;
}
.ham td {
border-bottom: 1px dotted #ccc;
}
.spam td {
border-bottom: 1px dotted #ccc;
}
.spam .state {
font-weight: bold
}
/* Dashboard */
/* OK */
.dashboard {
width: 48%;
margin-right: 1%;
float: left;
margin-bottom: 10px;
}
/* OK */
.dashboard h3 {
padding: 0;
margin: 0;
background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat;
font-size: 14px;
font-weight: normal;
}
/* OK */
.dashboard h3 span {
background: url("../images/admin/table-header-last.png") top right no-repeat;
display: block;
padding: 0 3px;
}
/* OK */
.dashboard ul {
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
border: #ddd 1px solid;
}
/* @end */
/* Theme editor */
#theme_list {
width: 300px;
float: right;
}
#theme_editor {
margin-right: 320px;
min-height: 500px;
}
#theme_editor textarea {
width: 100%;
height: 500px;
}
.theme-filer {
width: 300px;
background: url('../images/admin/loginformbg.png') no-repeat scroll left bottom;
padding: 5px 0;
margin-bottom: 15px;
}
.theme-filer ul {
margin: 0;
padding: 0;
}
.theme-filer ul li {
list-style: none;
margin-left: 10px;
}
#theme_list h3 {
background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat;
color: #fff;
cursor: move;
font-size: 13px;
font-weight: normal;
margin: 0;
padding-top: 2px;
padding-bottom: 0;
}
li.paginate {
margin-bottom: 15px;
border-left: #ddd 5px solid;
}
#gallery_list, #picture_list {
margin-left: auto;
margin-right: auto;
}
#gallery_list td, #picture_list td {
padding-right: 50px;
padding-left: 25px;
padding-bottom: 25px;
padding-top: 25px;
}
.no_display {
z-index : 200;
position : relative;
top : -70%;
left : 40%;
}
.thumbnail {
display: block;
text-align: center;
}
/** Form of pagination **/
.pagination {
clear : both;
text-align : center;
}
.pagination a {
text-decoration : underline;
}
table.progress {
width: 40em;
border: 1px solid #D7D7D7;
border-collapse: collapse;
border-spacing: 0pt;
empty-cells: show;
text-align: center;
margin: 1px 6px 10px 10px;
}
table.progress td {
height: 0.9em;
}
td.made {
background : #BAE0BA none repeat scroll 0% 50%;
}
#imports {
clear: both;
background-color: #5A9ECF;
}
#imports p {
margin-left : 10px;
} | 0.227899 | 0.054224 |
.section-borders::before,
.section-borders::after,
.section-borders span,
a.boxed-btn,
.about-slider .owl-dot.active,
.project-hover::after,
#testimonial-slider.owl-carousel .owl-dot.active span,
.flat .plan li.plan-name,
.btn,
.post-date,
.subscribe-area,ul.portfolio li.active,ul.portfolio li:hover,.portfolio-caption{
background-color: #3065B5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
border-bottom: 2px solid #3065B5;
color: #3065B5;
}
a,
.slider-title h1 span,
.owl-nav div.owl-prev:hover,
.owl-nav div.owl-next:hover,
.section-title h2 span,
a:hover,
.single-service-box:hover h2,
.portfolio-counter-box h4,
.testimonial::before,
.testimonial::after,
.info-bar ul li i,
.footer-copyright a, .social-link ul li a:hover,.protfolio-link-bt:hover,.blog-col h4 a:hover,.coundown-title span{
color: #3065B5;
}
a.btn.btn-normal,
a.btn.btn-color:hover,
a.btn.btn-normal-border:hover,
.portfolio-counter-box:hover i,
a.read-btn:hover {
background-color: #3065B5;
color: #fff;
}
.about-text a.boxed-btn:hover,
.btn:hover,
a.read-btn,
button.btn:hover {
background-color: #fff;
border: 1px solid #3065B5;
color: #3065B5;
}
.single-service-box:hover i,
#scrollup {
background-color: #3065B5;
border: 1px solid #3065B5;
color: #fff;
}
.percent {
border: 3px solid #3065B5;
color: #3065B5;
}
.our-team .team-img,
.flat .plan li.plan-price {
border-bottom: 3px solid #3065B5;
}
.our-team:hover .team-content,
.btn-primary,ul.portfolio li.active,ul.portfolio li:hover,a.boxed-btn {
border: 1px solid #3065B5;
}
.blog-img:before, .our-team .link {
background: rgba(48, 101, 181, 0.48);
}
.flat .plan li:hover .fa{color:#fff;}
.portfolio-counter-box:hover i{border: 2px solid #3065B5;}
.flat .plan li:hover {
background: #3065B5;
}
.flat .plan li:hover {
background: #3065B5;
}
.portfolio .item::before{
border-top: 3px solid #3065B5;
}
.portfolio .item::after{
border-bottom: 3px solid #3065B5;
} | public/front-end/assets/switcher/style7.css | .section-borders::before,
.section-borders::after,
.section-borders span,
a.boxed-btn,
.about-slider .owl-dot.active,
.project-hover::after,
#testimonial-slider.owl-carousel .owl-dot.active span,
.flat .plan li.plan-name,
.btn,
.post-date,
.subscribe-area,ul.portfolio li.active,ul.portfolio li:hover,.portfolio-caption{
background-color: #3065B5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
border-bottom: 2px solid #3065B5;
color: #3065B5;
}
a,
.slider-title h1 span,
.owl-nav div.owl-prev:hover,
.owl-nav div.owl-next:hover,
.section-title h2 span,
a:hover,
.single-service-box:hover h2,
.portfolio-counter-box h4,
.testimonial::before,
.testimonial::after,
.info-bar ul li i,
.footer-copyright a, .social-link ul li a:hover,.protfolio-link-bt:hover,.blog-col h4 a:hover,.coundown-title span{
color: #3065B5;
}
a.btn.btn-normal,
a.btn.btn-color:hover,
a.btn.btn-normal-border:hover,
.portfolio-counter-box:hover i,
a.read-btn:hover {
background-color: #3065B5;
color: #fff;
}
.about-text a.boxed-btn:hover,
.btn:hover,
a.read-btn,
button.btn:hover {
background-color: #fff;
border: 1px solid #3065B5;
color: #3065B5;
}
.single-service-box:hover i,
#scrollup {
background-color: #3065B5;
border: 1px solid #3065B5;
color: #fff;
}
.percent {
border: 3px solid #3065B5;
color: #3065B5;
}
.our-team .team-img,
.flat .plan li.plan-price {
border-bottom: 3px solid #3065B5;
}
.our-team:hover .team-content,
.btn-primary,ul.portfolio li.active,ul.portfolio li:hover,a.boxed-btn {
border: 1px solid #3065B5;
}
.blog-img:before, .our-team .link {
background: rgba(48, 101, 181, 0.48);
}
.flat .plan li:hover .fa{color:#fff;}
.portfolio-counter-box:hover i{border: 2px solid #3065B5;}
.flat .plan li:hover {
background: #3065B5;
}
.flat .plan li:hover {
background: #3065B5;
}
.portfolio .item::before{
border-top: 3px solid #3065B5;
}
.portfolio .item::after{
border-bottom: 3px solid #3065B5;
} | 0.355999 | 0.084985 |
.layui-icon-reply-fill:before {
content: "\e611";
}
.layui-icon-set-fill:before {
content: "\e614";
}
.layui-icon-menu-fill:before {
content: "\e60f";
}
.layui-icon-search:before {
content: "\e615";
}
.layui-icon-share:before {
content: "\e641";
}
.layui-icon-set-sm:before {
content: "\e620";
}
.layui-icon-engine:before {
content: "\e628";
}
.layui-icon-close:before {
content: "\1006";
}
.layui-icon-close-fill:before {
content: "\1007";
}
.layui-icon-chart-screen:before {
content: "\e629";
}
.layui-icon-star:before {
content: "\e600";
}
.layui-icon-circle-dot:before {
content: "\e617";
}
.layui-icon-chat:before {
content: "\e606";
}
.layui-icon-release:before {
content: "\e609";
}
.layui-icon-list:before {
content: "\e60a";
}
.layui-icon-chart:before {
content: "\e62c";
}
.layui-icon-ok-circle:before {
content: "\1005";
}
.layui-icon-layim-theme:before {
content: "\e61b";
}
.layui-icon-table:before {
content: "\e62d";
}
.layui-icon-right:before {
content: "\e602";
}
.layui-icon-left:before {
content: "\e603";
}
.layui-icon-cart-simple:before {
content: "\e698";
}
.layui-icon-face-cry:before {
content: "\e69c";
}
.layui-icon-face-smile:before {
content: "\e6af";
}
.layui-icon-survey:before {
content: "\e6b2";
}
.layui-icon-tree:before {
content: "\e62e";
}
.layui-icon-ie:before {
content: "\e7bb";
}
.layui-icon-upload-circle:before {
content: "\e62f";
}
.layui-icon-add-circle:before {
content: "\e61f";
}
.layui-icon-download-circle:before {
content: "\e601";
}
.layui-icon-templeate-1:before {
content: "\e630";
}
.layui-icon-util:before {
content: "\e631";
}
.layui-icon-face-surprised:before {
content: "\e664";
}
.layui-icon-edit:before {
content: "\e642";
}
.layui-icon-speaker:before {
content: "\e645";
}
.layui-icon-down:before {
content: "\e61a";
}
.layui-icon-file:before {
content: "\e621";
}
.layui-icon-layouts:before {
content: "\e632";
}
.layui-icon-rate-half:before {
content: "\e6c9";
}
.layui-icon-add-circle-fine:before {
content: "\e608";
}
.layui-icon-prev-circle:before {
content: "\e633";
}
.layui-icon-read:before {
content: "\e705";
}
.layui-icon-404:before {
content: "\e61c";
}
.layui-icon-carousel:before {
content: "\e634";
}
.layui-icon-help:before {
content: "\e607";
}
.layui-icon-code-circle:before {
content: "\e635";
}
.layui-icon-windows:before {
content: "\e67f";
}
.layui-icon-water:before {
content: "\e636";
}
.layui-icon-username:before {
content: "\e66f";
}
.layui-icon-find-fill:before {
content: "\e670";
}
.layui-icon-about:before {
content: "\e60b";
}
.layui-icon-location:before {
content: "\e715";
}
.layui-icon-up:before {
content: "\e619";
}
.layui-icon-pause:before {
content: "\e651";
}
.layui-icon-date:before {
content: "\e637";
}
.layui-icon-layim-uploadfile:before {
content: "\e61d";
}
.layui-icon-delete:before {
content: "\e640";
}
.layui-icon-play:before {
content: "\e652";
}
.layui-icon-top:before {
content: "\e604";
}
.layui-icon-firefox:before {
content: "\e686";
}
.layui-icon-friends:before {
content: "\e612";
}
.layui-icon-refresh-3:before {
content: "\e9aa";
}
.layui-icon-ok:before {
content: "\e605";
}
.layui-icon-layer:before {
content: "\e638";
}
.layui-icon-face-smile-fine:before {
content: "\e60c";
}
.layui-icon-dollar:before {
content: "\e659";
}
.layui-icon-group:before {
content: "\e613";
}
.layui-icon-layim-download:before {
content: "\e61e";
}
.layui-icon-picture-fine:before {
content: "\e60d";
}
.layui-icon-link:before {
content: "\e64c";
}
.layui-icon-diamond:before {
content: "\e735";
}
.layui-icon-log:before {
content: "\e60e";
}
.layui-icon-key:before {
content: "\e683";
}
.layui-icon-rate-solid:before {
content: "\e67a";
}
.layui-icon-fonts-del:before {
content: "\e64f";
}
.layui-icon-unlink:before {
content: "\e64d";
}
.layui-icon-fonts-clear:before {
content: "\e639";
}
.layui-icon-triangle-r:before {
content: "\e623";
}
.layui-icon-circle:before {
content: "\e63f";
}
.layui-icon-radio:before {
content: "\e643";
}
.layui-icon-align-center:before {
content: "\e647";
}
.layui-icon-align-right:before {
content: "\e648";
}
.layui-icon-align-left:before {
content: "\e649";
}
.layui-icon-loading-1:before {
content: "\e63e";
}
.layui-icon-return:before {
content: "\e65c";
}
.layui-icon-fonts-strong:before {
content: "\e62b";
}
.layui-icon-upload:before {
content: "\e67c";
}
.layui-icon-dialogue:before {
content: "\e63a";
}
.layui-icon-video:before {
content: "\e6ed";
}
.layui-icon-headset:before {
content: "\e6fc";
}
.layui-icon-cellphone-fine:before {
content: "\e63b";
}
.layui-icon-add-1:before {
content: "\e654";
}
.layui-icon-face-smile-b:before {
content: "\e650";
}
.layui-icon-fonts-html:before {
content: "\e64b";
}
.layui-icon-screen-full:before {
content: "\e622";
}
.layui-icon-form:before {
content: "\e63c";
}
.layui-icon-cart:before {
content: "\e657";
}
.layui-icon-camera-fill:before {
content: "\e65d";
}
.layui-icon-tabs:before {
content: "\e62a";
}
.layui-icon-heart-fill:before {
content: "\e68f";
}
.layui-icon-fonts-code:before {
content: "\e64e";
}
.layui-icon-ios:before {
content: "\e680";
}
.layui-icon-at:before {
content: "\e687";
}
.layui-icon-fire:before {
content: "\e756";
}
.layui-icon-set:before {
content: "\e716";
}
.layui-icon-fonts-u:before {
content: "\e646";
}
.layui-icon-triangle-d:before {
content: "\e625";
}
.layui-icon-tips:before {
content: "\e702";
}
.layui-icon-picture:before {
content: "\e64a";
}
.layui-icon-more-vertical:before {
content: "\e671";
}
.layui-icon-bluetooth:before {
content: "\e689";
}
.layui-icon-flag:before {
content: "\e66c";
}
.layui-icon-loading:before {
content: "\e63d";
}
.layui-icon-fonts-i:before {
content: "\e644";
}
.layui-icon-refresh-1:before {
content: "\e666";
}
.layui-icon-rmb:before {
content: "\e65e";
}
.layui-icon-addition:before {
content: "\e624";
}
.layui-icon-home:before {
content: "\e68e";
}
.layui-icon-time:before {
content: "\e68d";
}
.layui-icon-user:before {
content: "\e770";
}
.layui-icon-notice:before {
content: "\e667";
}
.layui-icon-chrome:before {
content: "\e68a";
}
.layui-icon-edge:before {
content: "\e68b";
}
.layui-icon-login-weibo:before {
content: "\e675";
}
.layui-icon-voice:before {
content: "\e688";
}
.layui-icon-upload-drag:before {
content: "\e681";
}
.layui-icon-login-qq:before {
content: "\e676";
}
.layui-icon-snowflake:before {
content: "\e6b1";
}
.layui-icon-heart:before {
content: "\e68c";
}
.layui-icon-logout:before {
content: "\e682";
}
.layui-icon-file-b:before {
content: "\e655";
}
.layui-icon-template:before {
content: "\e663";
}
.layui-icon-transfer:before {
content: "\e691";
}
.layui-icon-auz:before {
content: "\e672";
}
.layui-icon-console:before {
content: "\e665";
}
.layui-icon-app:before {
content: "\e653";
}
.layui-icon-prev:before {
content: "\e65a";
}
.layui-icon-website:before {
content: "\e7ae";
}
.layui-icon-next:before {
content: "\e65b";
}
.layui-icon-component:before {
content: "\e857";
}
.layui-icon-android:before {
content: "\e684";
}
.layui-icon-more:before {
content: "\e65f";
}
.layui-icon-login-wechat:before {
content: "\e677";
}
.layui-icon-shrink-right:before {
content: "\e668";
}
.layui-icon-spread-left:before {
content: "\e66b";
}
.layui-icon-camera:before {
content: "\e660";
}
.layui-icon-note:before {
content: "\e66e";
}
.layui-icon-refresh:before {
content: "\e669";
}
.layui-icon-female:before {
content: "\e661";
}
.layui-icon-male:before {
content: "\e662";
}
.layui-icon-screen-restore:before {
content: "\e758";
}
.layui-icon-password:before {
content: <PASSWORD>";
}
.layui-icon-senior:before {
content: "\e674";
}
.layui-icon-theme:before {
content: "\e66a";
}
.layui-icon-tread:before {
content: "\e6c5";
}
.layui-icon-praise:before {
content: "\e6c6";
}
.layui-icon-star-fill:before {
content: "\e658";
}
.layui-icon-rate:before {
content: "\e67b";
}
.layui-icon-template-1:before {
content: "\e656";
}
.layui-icon-vercode:before {
content: "\e679";
}
.layui-icon-service:before {
content: "\e626";
}
.layui-icon-cellphone:before {
content: "\e678";
}
.layui-icon-print:before {
content: "\e66d";
}
.layui-icon-cols:before {
content: "\e610";
}
.layui-icon-wifi:before {
content: "\e7e0";
}
.layui-icon-export:before {
content: "\e67d";
}
.layui-icon-rss:before {
content: "\e808";
}
.layui-icon-slider:before {
content: "\e714";
}
.layui-icon-email:before {
content: "\e618";
}
.layui-icon-subtraction:before {
content: "\e67e";
}
.layui-icon-mike:before {
content: "\e6dc";
}
.layui-icon-light:before {
content: "\e748";
}
.layui-icon-gift:before {
content: "\e627";
}
.layui-icon-mute:before {
content: "\e685";
}
.layui-icon-reduce-circle:before {
content: "\e616";
}
.layui-icon-music:before {
content: "\e690";
} | lib/icon/style/index.css | .layui-icon-reply-fill:before {
content: "\e611";
}
.layui-icon-set-fill:before {
content: "\e614";
}
.layui-icon-menu-fill:before {
content: "\e60f";
}
.layui-icon-search:before {
content: "\e615";
}
.layui-icon-share:before {
content: "\e641";
}
.layui-icon-set-sm:before {
content: "\e620";
}
.layui-icon-engine:before {
content: "\e628";
}
.layui-icon-close:before {
content: "\1006";
}
.layui-icon-close-fill:before {
content: "\1007";
}
.layui-icon-chart-screen:before {
content: "\e629";
}
.layui-icon-star:before {
content: "\e600";
}
.layui-icon-circle-dot:before {
content: "\e617";
}
.layui-icon-chat:before {
content: "\e606";
}
.layui-icon-release:before {
content: "\e609";
}
.layui-icon-list:before {
content: "\e60a";
}
.layui-icon-chart:before {
content: "\e62c";
}
.layui-icon-ok-circle:before {
content: "\1005";
}
.layui-icon-layim-theme:before {
content: "\e61b";
}
.layui-icon-table:before {
content: "\e62d";
}
.layui-icon-right:before {
content: "\e602";
}
.layui-icon-left:before {
content: "\e603";
}
.layui-icon-cart-simple:before {
content: "\e698";
}
.layui-icon-face-cry:before {
content: "\e69c";
}
.layui-icon-face-smile:before {
content: "\e6af";
}
.layui-icon-survey:before {
content: "\e6b2";
}
.layui-icon-tree:before {
content: "\e62e";
}
.layui-icon-ie:before {
content: "\e7bb";
}
.layui-icon-upload-circle:before {
content: "\e62f";
}
.layui-icon-add-circle:before {
content: "\e61f";
}
.layui-icon-download-circle:before {
content: "\e601";
}
.layui-icon-templeate-1:before {
content: "\e630";
}
.layui-icon-util:before {
content: "\e631";
}
.layui-icon-face-surprised:before {
content: "\e664";
}
.layui-icon-edit:before {
content: "\e642";
}
.layui-icon-speaker:before {
content: "\e645";
}
.layui-icon-down:before {
content: "\e61a";
}
.layui-icon-file:before {
content: "\e621";
}
.layui-icon-layouts:before {
content: "\e632";
}
.layui-icon-rate-half:before {
content: "\e6c9";
}
.layui-icon-add-circle-fine:before {
content: "\e608";
}
.layui-icon-prev-circle:before {
content: "\e633";
}
.layui-icon-read:before {
content: "\e705";
}
.layui-icon-404:before {
content: "\e61c";
}
.layui-icon-carousel:before {
content: "\e634";
}
.layui-icon-help:before {
content: "\e607";
}
.layui-icon-code-circle:before {
content: "\e635";
}
.layui-icon-windows:before {
content: "\e67f";
}
.layui-icon-water:before {
content: "\e636";
}
.layui-icon-username:before {
content: "\e66f";
}
.layui-icon-find-fill:before {
content: "\e670";
}
.layui-icon-about:before {
content: "\e60b";
}
.layui-icon-location:before {
content: "\e715";
}
.layui-icon-up:before {
content: "\e619";
}
.layui-icon-pause:before {
content: "\e651";
}
.layui-icon-date:before {
content: "\e637";
}
.layui-icon-layim-uploadfile:before {
content: "\e61d";
}
.layui-icon-delete:before {
content: "\e640";
}
.layui-icon-play:before {
content: "\e652";
}
.layui-icon-top:before {
content: "\e604";
}
.layui-icon-firefox:before {
content: "\e686";
}
.layui-icon-friends:before {
content: "\e612";
}
.layui-icon-refresh-3:before {
content: "\e9aa";
}
.layui-icon-ok:before {
content: "\e605";
}
.layui-icon-layer:before {
content: "\e638";
}
.layui-icon-face-smile-fine:before {
content: "\e60c";
}
.layui-icon-dollar:before {
content: "\e659";
}
.layui-icon-group:before {
content: "\e613";
}
.layui-icon-layim-download:before {
content: "\e61e";
}
.layui-icon-picture-fine:before {
content: "\e60d";
}
.layui-icon-link:before {
content: "\e64c";
}
.layui-icon-diamond:before {
content: "\e735";
}
.layui-icon-log:before {
content: "\e60e";
}
.layui-icon-key:before {
content: "\e683";
}
.layui-icon-rate-solid:before {
content: "\e67a";
}
.layui-icon-fonts-del:before {
content: "\e64f";
}
.layui-icon-unlink:before {
content: "\e64d";
}
.layui-icon-fonts-clear:before {
content: "\e639";
}
.layui-icon-triangle-r:before {
content: "\e623";
}
.layui-icon-circle:before {
content: "\e63f";
}
.layui-icon-radio:before {
content: "\e643";
}
.layui-icon-align-center:before {
content: "\e647";
}
.layui-icon-align-right:before {
content: "\e648";
}
.layui-icon-align-left:before {
content: "\e649";
}
.layui-icon-loading-1:before {
content: "\e63e";
}
.layui-icon-return:before {
content: "\e65c";
}
.layui-icon-fonts-strong:before {
content: "\e62b";
}
.layui-icon-upload:before {
content: "\e67c";
}
.layui-icon-dialogue:before {
content: "\e63a";
}
.layui-icon-video:before {
content: "\e6ed";
}
.layui-icon-headset:before {
content: "\e6fc";
}
.layui-icon-cellphone-fine:before {
content: "\e63b";
}
.layui-icon-add-1:before {
content: "\e654";
}
.layui-icon-face-smile-b:before {
content: "\e650";
}
.layui-icon-fonts-html:before {
content: "\e64b";
}
.layui-icon-screen-full:before {
content: "\e622";
}
.layui-icon-form:before {
content: "\e63c";
}
.layui-icon-cart:before {
content: "\e657";
}
.layui-icon-camera-fill:before {
content: "\e65d";
}
.layui-icon-tabs:before {
content: "\e62a";
}
.layui-icon-heart-fill:before {
content: "\e68f";
}
.layui-icon-fonts-code:before {
content: "\e64e";
}
.layui-icon-ios:before {
content: "\e680";
}
.layui-icon-at:before {
content: "\e687";
}
.layui-icon-fire:before {
content: "\e756";
}
.layui-icon-set:before {
content: "\e716";
}
.layui-icon-fonts-u:before {
content: "\e646";
}
.layui-icon-triangle-d:before {
content: "\e625";
}
.layui-icon-tips:before {
content: "\e702";
}
.layui-icon-picture:before {
content: "\e64a";
}
.layui-icon-more-vertical:before {
content: "\e671";
}
.layui-icon-bluetooth:before {
content: "\e689";
}
.layui-icon-flag:before {
content: "\e66c";
}
.layui-icon-loading:before {
content: "\e63d";
}
.layui-icon-fonts-i:before {
content: "\e644";
}
.layui-icon-refresh-1:before {
content: "\e666";
}
.layui-icon-rmb:before {
content: "\e65e";
}
.layui-icon-addition:before {
content: "\e624";
}
.layui-icon-home:before {
content: "\e68e";
}
.layui-icon-time:before {
content: "\e68d";
}
.layui-icon-user:before {
content: "\e770";
}
.layui-icon-notice:before {
content: "\e667";
}
.layui-icon-chrome:before {
content: "\e68a";
}
.layui-icon-edge:before {
content: "\e68b";
}
.layui-icon-login-weibo:before {
content: "\e675";
}
.layui-icon-voice:before {
content: "\e688";
}
.layui-icon-upload-drag:before {
content: "\e681";
}
.layui-icon-login-qq:before {
content: "\e676";
}
.layui-icon-snowflake:before {
content: "\e6b1";
}
.layui-icon-heart:before {
content: "\e68c";
}
.layui-icon-logout:before {
content: "\e682";
}
.layui-icon-file-b:before {
content: "\e655";
}
.layui-icon-template:before {
content: "\e663";
}
.layui-icon-transfer:before {
content: "\e691";
}
.layui-icon-auz:before {
content: "\e672";
}
.layui-icon-console:before {
content: "\e665";
}
.layui-icon-app:before {
content: "\e653";
}
.layui-icon-prev:before {
content: "\e65a";
}
.layui-icon-website:before {
content: "\e7ae";
}
.layui-icon-next:before {
content: "\e65b";
}
.layui-icon-component:before {
content: "\e857";
}
.layui-icon-android:before {
content: "\e684";
}
.layui-icon-more:before {
content: "\e65f";
}
.layui-icon-login-wechat:before {
content: "\e677";
}
.layui-icon-shrink-right:before {
content: "\e668";
}
.layui-icon-spread-left:before {
content: "\e66b";
}
.layui-icon-camera:before {
content: "\e660";
}
.layui-icon-note:before {
content: "\e66e";
}
.layui-icon-refresh:before {
content: "\e669";
}
.layui-icon-female:before {
content: "\e661";
}
.layui-icon-male:before {
content: "\e662";
}
.layui-icon-screen-restore:before {
content: "\e758";
}
.layui-icon-password:before {
content: <PASSWORD>";
}
.layui-icon-senior:before {
content: "\e674";
}
.layui-icon-theme:before {
content: "\e66a";
}
.layui-icon-tread:before {
content: "\e6c5";
}
.layui-icon-praise:before {
content: "\e6c6";
}
.layui-icon-star-fill:before {
content: "\e658";
}
.layui-icon-rate:before {
content: "\e67b";
}
.layui-icon-template-1:before {
content: "\e656";
}
.layui-icon-vercode:before {
content: "\e679";
}
.layui-icon-service:before {
content: "\e626";
}
.layui-icon-cellphone:before {
content: "\e678";
}
.layui-icon-print:before {
content: "\e66d";
}
.layui-icon-cols:before {
content: "\e610";
}
.layui-icon-wifi:before {
content: "\e7e0";
}
.layui-icon-export:before {
content: "\e67d";
}
.layui-icon-rss:before {
content: "\e808";
}
.layui-icon-slider:before {
content: "\e714";
}
.layui-icon-email:before {
content: "\e618";
}
.layui-icon-subtraction:before {
content: "\e67e";
}
.layui-icon-mike:before {
content: "\e6dc";
}
.layui-icon-light:before {
content: "\e748";
}
.layui-icon-gift:before {
content: "\e627";
}
.layui-icon-mute:before {
content: "\e685";
}
.layui-icon-reduce-circle:before {
content: "\e616";
}
.layui-icon-music:before {
content: "\e690";
} | 0.427516 | 0.086516 |
body{
padding-right: 0!important;
}
/* brandSelector */
#selector {
overflow: hidden;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-radius: 8px;
padding: 20px 20px 20px 20px;
margin: 15px 2% 15px 0px;
font-family: "Microsoft YaHei";
width: 98%;
background: #ffffff;
}
#selector .selectorLine {
float: left;
width: 100%;
margin: 0 0 10px 0;
}
#selector .selectorLine .sl-parentkey {
color: #444444;
font-size: 14px;
float: left;
width: 12%;
}
#selector .selectorLine .sl-subkey {
color: #000;
font-size: 14px;
float: left;
}
#selector .selectorLine .sl-subkey ul li {
margin: 0 0 0 40px;
float: left;
}
.sl-subkey ul .selected {
background-color: #46a7ba;
border-radius: 2px;
color: #fff;
}
.sl-subkey ul li {
text-align: center;
width: 68px;
margin: 0 0 0 18px;
float: left;
padding: 4px 6px;
cursor: pointer;
}
.sl-subkey ul li:hover{
background-color: #46a7ba;
border-radius: 2px;
color: #fff;
}
/* itemPanel */
.container {
width: 100%;
}
.echartBox{
width:98%;
height: auto;
display: none;
}
.echartBox.showEchart{
display: block;
}
.echartBox .echarts{
margin-top:15px;
width:100%;
margin-bottom: 20px;
line-height: 20px;
background: #ffffff;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-radius: 8px;
position: relative;
height:500px;
}
#brandSelation{
/*position:relative;
top:-150px;*/
}
.item {
width: 100%;
height: 640px;
background: #ffffff;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-radius: 8px;
margin: 15px 0 18px 0;
padding: 20px 20px 20px 20px;
overflow: hidden;
}
/* logo */
.mainLogo {
-webkit-transition: width .3s ease-in-out;
-o-transition: width .3s ease-in-out;
transition: width .3s ease-in-out;
display: block;
float: left;
height: 50px;
font-size: 20px;
line-height: 50px;
text-align: center;
width: 230px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
padding: 0 15px;
font-weight: 300;
overflow: hidden;
background: url(../../img/lg.png) no-repeat center top;
}
.user-menu a:focus {
color: #72afd2;
}
/* 登录框 */
body{
margin:0;
color:#6a6f8c;
background:#c8c8c8;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}
._login-wrap{
width:100%;
width:525px;
height:670px;
position:absolute;
background:url(../img/bg.jpg) no-repeat center;
box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
._login-html{
width:100%;
height:100%;
position:absolute;
padding:30px 70px 50px 70px;
background:rgba(40,57,101,.9);
}
._login-bg {
position: relative;
margin-bottom: 0px;
height: 60px;
width: 249px;
background: url(../img/loginbg.png) ;
margin: auto;
}
._login-html ._sign-in-htm,
._login-html ._sign-up-htm{
top:0;
left:0;
right:0;
bottom:0;
position:absolute;
-webkit-transform:rotateY(180deg);
transform:rotateY(180deg);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
._login-html ._sign-in,
._login-html ._sign-up,
._login-form ._group ._check{
display:none;
}
._login-html ._tab,
._login-form ._group ._label,
._login-form ._group ._button{
text-transform:uppercase;
}
._login-html ._tab{
font-size:18px;
margin-right:15px;
padding-bottom:5px;
margin:0 15px 10px 0;
display:inline-block;
border-bottom:2px solid transparent;
}
._login-html ._sign-in:checked + ._tab,
._login-html ._sign-up:checked + ._tab{
color:#fff;
border-color:#1161ee;
}
._login-form{
height:460px;
position:relative;
-webkit-perspective:1000px;
perspective:1000px;
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;
}
._login-form ._group{
margin-bottom:15px;
}
._login-form ._group ._label,
._login-form ._group ._input,
._login-form ._group ._button{
width:100%;
color:#fff;
display:block;
}
._login-form ._group ._input,
._login-form ._group ._button{
border:none;
padding:15px 20px;
border-radius:25px;
background:rgba(255,255,255,.1);
}
._login-form ._group input[data-type="password"]{
text-security:circle;
-webkit-text-security:circle;
}
._login-form ._group ._label{
color:#aaa;
font-size:12px;
}
._login-form ._group ._button{
background:#1161ee;
}
._login-form ._group label ._icon{
width:15px;
height:15px;
border-radius:2px;
position:relative;
display:inline-block;
background:rgba(255,255,255,.1);
}
._login-form ._group label ._icon:before,
._login-form ._group label ._icon:after{
content:'';
width:10px;
height:2px;
background:#fff;
position:absolute;
-webkit-transition:all ._2s ease-in-out 0s;
transition:all ._2s ease-in-out 0s;
}
._login-form ._group label ._icon:before{
left:3px;
width:5px;
bottom:6px;
-webkit-transform:scale(0) rotate(0);
transform:scale(0) rotate(0);
}
._login-form ._group label ._icon:after{
top:6px;
right:0;
-webkit-transform:scale(0) rotate(0);
transform:scale(0) rotate(0);
}
._login-form ._group ._check:checked + label{
color:#fff;
}
._login-form ._group ._check:checked + label ._icon{
background:#1161ee;
}
._login-form ._group ._check:checked + label ._icon:before{
-webkit-transform:scale(1) rotate(45deg);
transform:scale(1) rotate(45deg);
}
._login-form ._group ._check:checked + label ._icon:after{
-webkit-transform:scale(1) rotate(-45deg);
transform:scale(1) rotate(-45deg);
}
._login-html ._sign-in:checked + ._tab + ._sign-up + ._tab + ._login-form ._sign-in-htm{
-webkit-transform:rotate(0);
transform:rotate(0);
}
._login-html ._sign-up:checked + ._tab + ._login-form ._sign-up-htm{
-webkit-transform:rotate(0);
transform:rotate(0);
}
._hr{
height:2px;
margin:60px 0 50px 0;
background:rgba(255,255,255,.2);
}
._foot-lnk{
text-align:center;
}
/* 模态框(Modal)*/
.modal-dialog {
margin-top: 50px;
width: 525px;
}
.selectedBrand{
margin-top:10px;
width: 100%;
height:50px;
position: relative;
line-height: 50px;
}
.selectedBrand .leftbBrand{
left: 15%;
}
.selectedBrand .rightBrand{
left:30%
}
.selectedBrand button{
width: 100px;
height: 50px;
font-size: 16px!important;
}
.dropdownMenuItem{
margin-top: 20px;
width: 400px;
}
.selectedItem button{
background-color: #fff;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
background-color: #fff;
}
.open>.dropdown-toggle.btn-default:hover{
background-color: #fff;
}
.selectedBrand .selectedItem{
top:20px;
width:20%;
line-height: 30px;
position: absolute;
height:30px;
z-index: 2;
/*background-color: #46a7ba;*/
}
.selectedLi{
text-align: center;
cursor: pointer;
width: 25%;
float: left;
}
.selectedLi:hover{
color: #b6b6b6;
}
/*.selectedBrand .selectedItem li{
background-color: #ecf0f5;
text-align: center;
border:1px solid #b6b6b6;
cursor: pointer;
height:30px;
box-sizing: border-box;
}
.selectedBrand .selectedItem li+li{
border-top:none
}
.selectedBrand .selectedItem:hover{
overflow:initial;
}
.selectedBrand .selectedItem li:hover{
color: #46a7ba;
}
.selectedBrand .selectedItem img{
transition: .5s;
position: absolute;
top: 1px;
right: 3px;
width:30px;
height:30px;
}
.selectedBrand .selectedItem:hover img{
transform: rotate(180deg);
}*/
.info-box-number{
font-size: 40px;
line-height: 60px;
font-weight: 400;
}
.seoSelectedBrand{
width:10% !important;
position: absolute;
top: 20px;
left:42%;
line-height: 38px;
width:50px;
height: 48px;
text-align: center;
cursor: pointer;
border: 1px solid #b6b6b6;
background-color: #1d9fef;
color: #444;
font-size: 16px;
z-index: 22;
}
.seoSelectedBrand:hover{
color: #fff;
}
.seoSelectedBrand img{
width:20px;
height: 20px;
}
.btandSelationLegend{
font-size: 12px;
color: #b6b6b6;
line-height: 16px;
position: absolute;
bottom: 20px;
right:60px;
z-index: 99;
}
.btandSelationLegend span{
display: inline-block;
width:10px;
height:10px;
border-radius: 50%;
margin-right: 10px;
}
.slidebarItem{
cursor: pointer;
}
.selectedTitle{
line-height: 18px;
font-size: 18px;
color: #444;
font-weight: bold;
}
.nav .successLogin{
display: none;
cursor: pointer;
position: relative;
width:70px;
line-height: 50px;
text-align: center;
}
.navbar-custom-menu{
}
#userName{
display: block;
width:40px;
white-space: normal;
text-overflow: ellipsis;
overflow: hidden;
height: 20px;
}
.nav .successLogin .userCenter{
display: none;
position: absolute;
top:50px;
width:70px;
line-height: 26px;
}
.nav .successLogin .userCenter span{
text-align: center;
display: block;
background-color: #367FA9;
color: #fff;
cursor: pointer;
border-top:1px solid #fff;
}
.nav .successLogin .userCenter span:hover{
background-color: #317398;
}
.nav .successLogin:hover .userCenter{
display: block;
}
.scaleLegend{
width:50%;
position: absolute;
bottom: 30px;
left: 10px;
line-height: 25px;
font-size: 20px;
}
.scaleLegend .progress{
margin-bottom: 5px;
}
.scaleLegend .scale-title{
float: left;
margin-right: 20px;
}
.scaleLegend .iconfont{
font-size: 20px;
}
.skin-blue .main-header .navbar{
background-color: #367FA9;
}
.slidebarItem{
font-size: 16px;
}
.subslidebarItem li{
padding-left: 50px;
line-height: 22px;
font-size: 12px;
color: #fff;
}
.slidebarItem .subslidebarItem li a{
color: #b6b6b6;
}
.slidebarItem .subslidebarItem li:hover{
background-color: #1E282C;
}
.slidebarItem .subslidebarItem li:hover a{
color: #fff;
}
@madia min-width:770px {
.main-sidebar{
width:180px;
}
.content-wrapper{
margin-left: 180px;
}
.main-footer{
margin-left: -180px;
}
}
@madia (max-width: 767px){
.skin-blue .main-header .navbar {
display: none!important;
}
} | dist/css/style.css | body{
padding-right: 0!important;
}
/* brandSelector */
#selector {
overflow: hidden;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-radius: 8px;
padding: 20px 20px 20px 20px;
margin: 15px 2% 15px 0px;
font-family: "Microsoft YaHei";
width: 98%;
background: #ffffff;
}
#selector .selectorLine {
float: left;
width: 100%;
margin: 0 0 10px 0;
}
#selector .selectorLine .sl-parentkey {
color: #444444;
font-size: 14px;
float: left;
width: 12%;
}
#selector .selectorLine .sl-subkey {
color: #000;
font-size: 14px;
float: left;
}
#selector .selectorLine .sl-subkey ul li {
margin: 0 0 0 40px;
float: left;
}
.sl-subkey ul .selected {
background-color: #46a7ba;
border-radius: 2px;
color: #fff;
}
.sl-subkey ul li {
text-align: center;
width: 68px;
margin: 0 0 0 18px;
float: left;
padding: 4px 6px;
cursor: pointer;
}
.sl-subkey ul li:hover{
background-color: #46a7ba;
border-radius: 2px;
color: #fff;
}
/* itemPanel */
.container {
width: 100%;
}
.echartBox{
width:98%;
height: auto;
display: none;
}
.echartBox.showEchart{
display: block;
}
.echartBox .echarts{
margin-top:15px;
width:100%;
margin-bottom: 20px;
line-height: 20px;
background: #ffffff;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-radius: 8px;
position: relative;
height:500px;
}
#brandSelation{
/*position:relative;
top:-150px;*/
}
.item {
width: 100%;
height: 640px;
background: #ffffff;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-radius: 8px;
margin: 15px 0 18px 0;
padding: 20px 20px 20px 20px;
overflow: hidden;
}
/* logo */
.mainLogo {
-webkit-transition: width .3s ease-in-out;
-o-transition: width .3s ease-in-out;
transition: width .3s ease-in-out;
display: block;
float: left;
height: 50px;
font-size: 20px;
line-height: 50px;
text-align: center;
width: 230px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
padding: 0 15px;
font-weight: 300;
overflow: hidden;
background: url(../../img/lg.png) no-repeat center top;
}
.user-menu a:focus {
color: #72afd2;
}
/* 登录框 */
body{
margin:0;
color:#6a6f8c;
background:#c8c8c8;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}
._login-wrap{
width:100%;
width:525px;
height:670px;
position:absolute;
background:url(../img/bg.jpg) no-repeat center;
box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
._login-html{
width:100%;
height:100%;
position:absolute;
padding:30px 70px 50px 70px;
background:rgba(40,57,101,.9);
}
._login-bg {
position: relative;
margin-bottom: 0px;
height: 60px;
width: 249px;
background: url(../img/loginbg.png) ;
margin: auto;
}
._login-html ._sign-in-htm,
._login-html ._sign-up-htm{
top:0;
left:0;
right:0;
bottom:0;
position:absolute;
-webkit-transform:rotateY(180deg);
transform:rotateY(180deg);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
._login-html ._sign-in,
._login-html ._sign-up,
._login-form ._group ._check{
display:none;
}
._login-html ._tab,
._login-form ._group ._label,
._login-form ._group ._button{
text-transform:uppercase;
}
._login-html ._tab{
font-size:18px;
margin-right:15px;
padding-bottom:5px;
margin:0 15px 10px 0;
display:inline-block;
border-bottom:2px solid transparent;
}
._login-html ._sign-in:checked + ._tab,
._login-html ._sign-up:checked + ._tab{
color:#fff;
border-color:#1161ee;
}
._login-form{
height:460px;
position:relative;
-webkit-perspective:1000px;
perspective:1000px;
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;
}
._login-form ._group{
margin-bottom:15px;
}
._login-form ._group ._label,
._login-form ._group ._input,
._login-form ._group ._button{
width:100%;
color:#fff;
display:block;
}
._login-form ._group ._input,
._login-form ._group ._button{
border:none;
padding:15px 20px;
border-radius:25px;
background:rgba(255,255,255,.1);
}
._login-form ._group input[data-type="password"]{
text-security:circle;
-webkit-text-security:circle;
}
._login-form ._group ._label{
color:#aaa;
font-size:12px;
}
._login-form ._group ._button{
background:#1161ee;
}
._login-form ._group label ._icon{
width:15px;
height:15px;
border-radius:2px;
position:relative;
display:inline-block;
background:rgba(255,255,255,.1);
}
._login-form ._group label ._icon:before,
._login-form ._group label ._icon:after{
content:'';
width:10px;
height:2px;
background:#fff;
position:absolute;
-webkit-transition:all ._2s ease-in-out 0s;
transition:all ._2s ease-in-out 0s;
}
._login-form ._group label ._icon:before{
left:3px;
width:5px;
bottom:6px;
-webkit-transform:scale(0) rotate(0);
transform:scale(0) rotate(0);
}
._login-form ._group label ._icon:after{
top:6px;
right:0;
-webkit-transform:scale(0) rotate(0);
transform:scale(0) rotate(0);
}
._login-form ._group ._check:checked + label{
color:#fff;
}
._login-form ._group ._check:checked + label ._icon{
background:#1161ee;
}
._login-form ._group ._check:checked + label ._icon:before{
-webkit-transform:scale(1) rotate(45deg);
transform:scale(1) rotate(45deg);
}
._login-form ._group ._check:checked + label ._icon:after{
-webkit-transform:scale(1) rotate(-45deg);
transform:scale(1) rotate(-45deg);
}
._login-html ._sign-in:checked + ._tab + ._sign-up + ._tab + ._login-form ._sign-in-htm{
-webkit-transform:rotate(0);
transform:rotate(0);
}
._login-html ._sign-up:checked + ._tab + ._login-form ._sign-up-htm{
-webkit-transform:rotate(0);
transform:rotate(0);
}
._hr{
height:2px;
margin:60px 0 50px 0;
background:rgba(255,255,255,.2);
}
._foot-lnk{
text-align:center;
}
/* 模态框(Modal)*/
.modal-dialog {
margin-top: 50px;
width: 525px;
}
.selectedBrand{
margin-top:10px;
width: 100%;
height:50px;
position: relative;
line-height: 50px;
}
.selectedBrand .leftbBrand{
left: 15%;
}
.selectedBrand .rightBrand{
left:30%
}
.selectedBrand button{
width: 100px;
height: 50px;
font-size: 16px!important;
}
.dropdownMenuItem{
margin-top: 20px;
width: 400px;
}
.selectedItem button{
background-color: #fff;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
background-color: #fff;
}
.open>.dropdown-toggle.btn-default:hover{
background-color: #fff;
}
.selectedBrand .selectedItem{
top:20px;
width:20%;
line-height: 30px;
position: absolute;
height:30px;
z-index: 2;
/*background-color: #46a7ba;*/
}
.selectedLi{
text-align: center;
cursor: pointer;
width: 25%;
float: left;
}
.selectedLi:hover{
color: #b6b6b6;
}
/*.selectedBrand .selectedItem li{
background-color: #ecf0f5;
text-align: center;
border:1px solid #b6b6b6;
cursor: pointer;
height:30px;
box-sizing: border-box;
}
.selectedBrand .selectedItem li+li{
border-top:none
}
.selectedBrand .selectedItem:hover{
overflow:initial;
}
.selectedBrand .selectedItem li:hover{
color: #46a7ba;
}
.selectedBrand .selectedItem img{
transition: .5s;
position: absolute;
top: 1px;
right: 3px;
width:30px;
height:30px;
}
.selectedBrand .selectedItem:hover img{
transform: rotate(180deg);
}*/
.info-box-number{
font-size: 40px;
line-height: 60px;
font-weight: 400;
}
.seoSelectedBrand{
width:10% !important;
position: absolute;
top: 20px;
left:42%;
line-height: 38px;
width:50px;
height: 48px;
text-align: center;
cursor: pointer;
border: 1px solid #b6b6b6;
background-color: #1d9fef;
color: #444;
font-size: 16px;
z-index: 22;
}
.seoSelectedBrand:hover{
color: #fff;
}
.seoSelectedBrand img{
width:20px;
height: 20px;
}
.btandSelationLegend{
font-size: 12px;
color: #b6b6b6;
line-height: 16px;
position: absolute;
bottom: 20px;
right:60px;
z-index: 99;
}
.btandSelationLegend span{
display: inline-block;
width:10px;
height:10px;
border-radius: 50%;
margin-right: 10px;
}
.slidebarItem{
cursor: pointer;
}
.selectedTitle{
line-height: 18px;
font-size: 18px;
color: #444;
font-weight: bold;
}
.nav .successLogin{
display: none;
cursor: pointer;
position: relative;
width:70px;
line-height: 50px;
text-align: center;
}
.navbar-custom-menu{
}
#userName{
display: block;
width:40px;
white-space: normal;
text-overflow: ellipsis;
overflow: hidden;
height: 20px;
}
.nav .successLogin .userCenter{
display: none;
position: absolute;
top:50px;
width:70px;
line-height: 26px;
}
.nav .successLogin .userCenter span{
text-align: center;
display: block;
background-color: #367FA9;
color: #fff;
cursor: pointer;
border-top:1px solid #fff;
}
.nav .successLogin .userCenter span:hover{
background-color: #317398;
}
.nav .successLogin:hover .userCenter{
display: block;
}
.scaleLegend{
width:50%;
position: absolute;
bottom: 30px;
left: 10px;
line-height: 25px;
font-size: 20px;
}
.scaleLegend .progress{
margin-bottom: 5px;
}
.scaleLegend .scale-title{
float: left;
margin-right: 20px;
}
.scaleLegend .iconfont{
font-size: 20px;
}
.skin-blue .main-header .navbar{
background-color: #367FA9;
}
.slidebarItem{
font-size: 16px;
}
.subslidebarItem li{
padding-left: 50px;
line-height: 22px;
font-size: 12px;
color: #fff;
}
.slidebarItem .subslidebarItem li a{
color: #b6b6b6;
}
.slidebarItem .subslidebarItem li:hover{
background-color: #1E282C;
}
.slidebarItem .subslidebarItem li:hover a{
color: #fff;
}
@madia min-width:770px {
.main-sidebar{
width:180px;
}
.content-wrapper{
margin-left: 180px;
}
.main-footer{
margin-left: -180px;
}
}
@madia (max-width: 767px){
.skin-blue .main-header .navbar {
display: none!important;
}
} | 0.196209 | 0.039416 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.limpiarEstilos::after {
content: "";
display: table;
clear: both;
}
body {
color: #555;
font-family: Open Sans;
font-size: 16px;
position: relative;
height: 100vh;
font-weight: 400;
}
.derecha { float: right; }
.rojo { color: #FF5049 !important; }
.rojofocus:focus { border: 1px solid #FF5049 !important; }
.cabecero {
height: 40vh;
background-size: cover;
background-position: center;
position: relative;
width: 100%;
padding-top: 150px;
padding-bottom: 100px;
color: #fff;
/* background: #7b4397; */
background-blend-mode: saturation;
background-size: cover;
background-position: center;
background-image: linear-gradient(to bottom, #93f8f8, #b3f8ff, #d7f8ff, #f2f9ff, #ffffff);}
.presupuesto {
position: absolute;
width: 350px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
}
.presupuesto_titulo{
font-size: 20px;
text-align: center;
margin-bottom: 10px;
font-weight: 300;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.presupuesto_valor {
font-weight: 300;
font-size: 46px;
text-align: center;
margin-bottom: 25px;
letter-spacing: 2px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.presupuesto_ingreso,
.presupuesto_egreso {
padding: 12px;
text-transform: uppercase;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 500;
}
.formulario {
font-size: 16px;
font-weight: 300;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
width: 100vw;
max-width: 700px;
margin: 0 auto;
border-radius: 50px;
background: linear-gradient(225deg, #ffffff, #e6e6e6);
box-shadow: -20px 20px 60px #d9d9d9,
20px -20px 60px #ffffff;
background: linear-gradient(225deg, #2bc6c2, #0d706d);
box-shadow: 10px -10px 30px #a2f5f3,
-10px 10px 30px #abeeec;
}
select {
width: 100%;
padding: 10px;
border: none;
border-radius: 10px;
background: linear-gradient(45deg, #e6e6e6, #ffffff);
box-shadow: 20px -20px 60px #d9d9d9,
-20px 20px 60px #ffffff;
}
div .agregar {
width: 100%;
max-width: 700px;
padding: 10px;
border-radius: 50px;
}
.menu_contenedor {
width: 100vw;
height: 80%;
border-top: #28b9b43f solid 4px;
border-bottom: #28b9b43f solid 4px;
position: relative;
/* display: grid;
grid-template-columns: repeat(2, 1fr); */
}
.ingreso_contenedor {
/* display: grid;
grid-template-columns: 1 / 2; */
left: 0;
top: 50%;
transform: translate(0, -50%);
}
.egreso_contenedor {
/* display: grid;
grid-template-columns: 2 / 2; */
left: 100%;
top: 50%;
transform: translate(-0%, -50%);
}
@media (max-width: 600px) {
/* .cabecero {
height: 50vh;
}
.presupuesto {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
}
.presupuesto_titulo{
font-size: 20px;
text-align: center;
margin-bottom: 10px;
font-weight: 300;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.presupuesto_valor {
font-weight: 300;
font-size: 46px;
text-align: center;
margin-bottom: 25px;
letter-spacing: 2px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.presupuesto_ingreso,
.presupuesto_egreso {
padding: 12px;
margin-top: 15px;
text-transform: uppercase;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 500;
}
.formulario {
font-size: 16px;
font-weight: 300;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
width: 100vw;
max-width: 700px;
margin: 0 auto;
border-radius: 50px;
background: linear-gradient(225deg, #ffffff, #e6e6e6);
box-shadow: -20px 20px 60px #d9d9d9,
20px -20px 60px #ffffff;
background: linear-gradient(225deg, #2bc6c2, #0d706d);
box-shadow: 10px -10px 30px #a2f5f3,
-10px 10px 30px #abeeec;
} */
.menu_contenedor {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.ingreso_contenedor {
/* display: grid;
grid-template-columns: 1 / 2; */
display: flex;
justify-content: center;
align-items: center;
}
.egreso_contenedor {
/* display: grid;
grid-template-columns: 2 / 2; */
display: flex;
justify-content: center;
align-items: center;
}
}
.presupuesto_ingreso {
margin-bottom: 10px;
background-color: #07fd9770;
/* border-bottom: #28B9B5 solid 8px; */
/* border-radius: 12px; */
border-top-left-radius: 12px;
border-top-right-radius: 12px;
background: linear-gradient(45deg, #2bc6c2, #0d706d);
box-shadow: 10px -10px 30px #a2f5f3,
-10px 10px 30px #abeeec;
}
.presupuesto_egreso {
background-color: #fa5b5bea;
/* border-top: #FF5049 solid 1px; */
/* border-radius: 12px; */
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
/* border-radius: 50px; */
background: linear-gradient(145deg, #ff564e, #bd3e3a);
box-shadow: 10px 10px 30px #f6c1bf,
-10px -10px 30px #fdcdcb;
}
.presupuesto_ingreso--texto,
.presupuesto_egreso--texto {
float: left;
font-size: 13px;
color: #fff;
margin-top: 2px;
}
.presupuesto_ingreso--valor,
.presupuesto_egreso--valor {
letter-spacing: 1px;
float: left;
}
.presupuesto_ingreso--porcentaje,
.presupuesto_egreso--porcentaje {
float: left;
width: 34px;
font-size: 11px;
padding: 3px 0;
margin-left: 10px;
}
.presupuesto_egreso--porcentaje {
background-color: rgba(255, 255, 255, 0.2);
text-align: center;
border-radius: 3px;
}
.agregar {
padding: 14px;
border-bottom: 1px solid #e7e7e7;
background-color: #f7f7f7;
}
.agregar_contenedor {
margin: 0 auto;
text-align: center;
}
.agregar_tipo {
width: 55px;
border: 1px solid #e7e7e7;
height: 44px;
font-size: 18px;
color: inherit;
background-color: #fff;
margin-right: 10px;
font-weight: 300;
transition: border 0.3s;
}
.agregar_descripcion,
.agregar_valor {
border: 1px solid #e7e7e7;
background-color: #fff;
color: inherit;
font-family: inherit;
font-size: 14px;
padding: 12px 15px;
margin-right: 10px;
border-radius: 5px;
transition: border 0.3s;
}
.agregar_descripcion { width: 400px;}
.agregar_valor { width: 100px;}
.agregar_btn {
font-size: 35px;
background: none;
border: none;
color: #28B9B5;
cursor: pointer;
display: inline-block;
vertical-align: middle;
line-height: 1.1;
margin-left: 10px;
}
.agregar_btn:active { transform: translateY(2px); }
.agregar_tipo:focus,
.agregar_descripcion:focus,
.agregar_valor:focus {
outline: none;
border: 1px solid #28B9B5;
}
.agregar_btn:focus { outline: none; }
.contenedor {
width: 860px;
margin: 60px auto;
}
.ingreso {
float: left;
width: 370px;
margin-right: 70px;
}
.egreso {
float: left;
width: 370px;
}
h2 {
text-transform: uppercase;
font-size: 18px;
font-weight: 400;
margin-bottom: 15px;
}
.ingreso_titulo { color: #28B9B5; margin-top: 16px;; }
.egreso_titulo { color: #FF5049; margin-top: 16px;}
.elemento {
padding: 13px;
border-bottom: 1px solid #e7e7e7;
}
.elemento:first-child { border-top: 1px solid #e7e7e7; }
.elemento:nth-child(even) { background-color: #f7f7f7; }
.elemento_descripcion {
float: left;
}
.elemento_valor {
float: left;
transition: transform 0.3s;
}
.elemento_porcentaje {
float: left;
margin-left: 20px;
transition: transform 0.3s;
font-size: 11px;
background-color: #FFDAD9;
padding: 3px;
border-radius: 3px;
width: 45px;
text-align: center;
}
.ingreso .elemento_valor,
.ingreso .elemento_eliminar--btn {
color: #28B9B5;
}
.egreso .elemento_valor,
.egreso .elemento_porcentaje,
.egreso .elemento_eliminar--btn {
color: #FF5049;
}
.elemento_eliminar {
float: left;
}
.elemento_eliminar--btn {
font-size: 22px;
background: none;
border: none;
cursor: pointer;
display: inline-block;
vertical-align: middle;
line-height: 1;
display: none;
}
.elemento_eliminar--btn:focus { outline: none; }
.elemento_eliminar--btn:active { transform: translateY(2px); }
.elemento:hover .elemento_eliminar--btn { display: block; }
.elemento:hover .elemento_valor { transform: translateX(-20px); }
.elemento:hover .elemento_porcentaje { transform: translateX(-20px); } | css/estilos.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.limpiarEstilos::after {
content: "";
display: table;
clear: both;
}
body {
color: #555;
font-family: Open Sans;
font-size: 16px;
position: relative;
height: 100vh;
font-weight: 400;
}
.derecha { float: right; }
.rojo { color: #FF5049 !important; }
.rojofocus:focus { border: 1px solid #FF5049 !important; }
.cabecero {
height: 40vh;
background-size: cover;
background-position: center;
position: relative;
width: 100%;
padding-top: 150px;
padding-bottom: 100px;
color: #fff;
/* background: #7b4397; */
background-blend-mode: saturation;
background-size: cover;
background-position: center;
background-image: linear-gradient(to bottom, #93f8f8, #b3f8ff, #d7f8ff, #f2f9ff, #ffffff);}
.presupuesto {
position: absolute;
width: 350px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
}
.presupuesto_titulo{
font-size: 20px;
text-align: center;
margin-bottom: 10px;
font-weight: 300;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.presupuesto_valor {
font-weight: 300;
font-size: 46px;
text-align: center;
margin-bottom: 25px;
letter-spacing: 2px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.presupuesto_ingreso,
.presupuesto_egreso {
padding: 12px;
text-transform: uppercase;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 500;
}
.formulario {
font-size: 16px;
font-weight: 300;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
width: 100vw;
max-width: 700px;
margin: 0 auto;
border-radius: 50px;
background: linear-gradient(225deg, #ffffff, #e6e6e6);
box-shadow: -20px 20px 60px #d9d9d9,
20px -20px 60px #ffffff;
background: linear-gradient(225deg, #2bc6c2, #0d706d);
box-shadow: 10px -10px 30px #a2f5f3,
-10px 10px 30px #abeeec;
}
select {
width: 100%;
padding: 10px;
border: none;
border-radius: 10px;
background: linear-gradient(45deg, #e6e6e6, #ffffff);
box-shadow: 20px -20px 60px #d9d9d9,
-20px 20px 60px #ffffff;
}
div .agregar {
width: 100%;
max-width: 700px;
padding: 10px;
border-radius: 50px;
}
.menu_contenedor {
width: 100vw;
height: 80%;
border-top: #28b9b43f solid 4px;
border-bottom: #28b9b43f solid 4px;
position: relative;
/* display: grid;
grid-template-columns: repeat(2, 1fr); */
}
.ingreso_contenedor {
/* display: grid;
grid-template-columns: 1 / 2; */
left: 0;
top: 50%;
transform: translate(0, -50%);
}
.egreso_contenedor {
/* display: grid;
grid-template-columns: 2 / 2; */
left: 100%;
top: 50%;
transform: translate(-0%, -50%);
}
@media (max-width: 600px) {
/* .cabecero {
height: 50vh;
}
.presupuesto {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
}
.presupuesto_titulo{
font-size: 20px;
text-align: center;
margin-bottom: 10px;
font-weight: 300;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.presupuesto_valor {
font-weight: 300;
font-size: 46px;
text-align: center;
margin-bottom: 25px;
letter-spacing: 2px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.presupuesto_ingreso,
.presupuesto_egreso {
padding: 12px;
margin-top: 15px;
text-transform: uppercase;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 500;
}
.formulario {
font-size: 16px;
font-weight: 300;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
width: 100vw;
max-width: 700px;
margin: 0 auto;
border-radius: 50px;
background: linear-gradient(225deg, #ffffff, #e6e6e6);
box-shadow: -20px 20px 60px #d9d9d9,
20px -20px 60px #ffffff;
background: linear-gradient(225deg, #2bc6c2, #0d706d);
box-shadow: 10px -10px 30px #a2f5f3,
-10px 10px 30px #abeeec;
} */
.menu_contenedor {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.ingreso_contenedor {
/* display: grid;
grid-template-columns: 1 / 2; */
display: flex;
justify-content: center;
align-items: center;
}
.egreso_contenedor {
/* display: grid;
grid-template-columns: 2 / 2; */
display: flex;
justify-content: center;
align-items: center;
}
}
.presupuesto_ingreso {
margin-bottom: 10px;
background-color: #07fd9770;
/* border-bottom: #28B9B5 solid 8px; */
/* border-radius: 12px; */
border-top-left-radius: 12px;
border-top-right-radius: 12px;
background: linear-gradient(45deg, #2bc6c2, #0d706d);
box-shadow: 10px -10px 30px #a2f5f3,
-10px 10px 30px #abeeec;
}
.presupuesto_egreso {
background-color: #fa5b5bea;
/* border-top: #FF5049 solid 1px; */
/* border-radius: 12px; */
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
/* border-radius: 50px; */
background: linear-gradient(145deg, #ff564e, #bd3e3a);
box-shadow: 10px 10px 30px #f6c1bf,
-10px -10px 30px #fdcdcb;
}
.presupuesto_ingreso--texto,
.presupuesto_egreso--texto {
float: left;
font-size: 13px;
color: #fff;
margin-top: 2px;
}
.presupuesto_ingreso--valor,
.presupuesto_egreso--valor {
letter-spacing: 1px;
float: left;
}
.presupuesto_ingreso--porcentaje,
.presupuesto_egreso--porcentaje {
float: left;
width: 34px;
font-size: 11px;
padding: 3px 0;
margin-left: 10px;
}
.presupuesto_egreso--porcentaje {
background-color: rgba(255, 255, 255, 0.2);
text-align: center;
border-radius: 3px;
}
.agregar {
padding: 14px;
border-bottom: 1px solid #e7e7e7;
background-color: #f7f7f7;
}
.agregar_contenedor {
margin: 0 auto;
text-align: center;
}
.agregar_tipo {
width: 55px;
border: 1px solid #e7e7e7;
height: 44px;
font-size: 18px;
color: inherit;
background-color: #fff;
margin-right: 10px;
font-weight: 300;
transition: border 0.3s;
}
.agregar_descripcion,
.agregar_valor {
border: 1px solid #e7e7e7;
background-color: #fff;
color: inherit;
font-family: inherit;
font-size: 14px;
padding: 12px 15px;
margin-right: 10px;
border-radius: 5px;
transition: border 0.3s;
}
.agregar_descripcion { width: 400px;}
.agregar_valor { width: 100px;}
.agregar_btn {
font-size: 35px;
background: none;
border: none;
color: #28B9B5;
cursor: pointer;
display: inline-block;
vertical-align: middle;
line-height: 1.1;
margin-left: 10px;
}
.agregar_btn:active { transform: translateY(2px); }
.agregar_tipo:focus,
.agregar_descripcion:focus,
.agregar_valor:focus {
outline: none;
border: 1px solid #28B9B5;
}
.agregar_btn:focus { outline: none; }
.contenedor {
width: 860px;
margin: 60px auto;
}
.ingreso {
float: left;
width: 370px;
margin-right: 70px;
}
.egreso {
float: left;
width: 370px;
}
h2 {
text-transform: uppercase;
font-size: 18px;
font-weight: 400;
margin-bottom: 15px;
}
.ingreso_titulo { color: #28B9B5; margin-top: 16px;; }
.egreso_titulo { color: #FF5049; margin-top: 16px;}
.elemento {
padding: 13px;
border-bottom: 1px solid #e7e7e7;
}
.elemento:first-child { border-top: 1px solid #e7e7e7; }
.elemento:nth-child(even) { background-color: #f7f7f7; }
.elemento_descripcion {
float: left;
}
.elemento_valor {
float: left;
transition: transform 0.3s;
}
.elemento_porcentaje {
float: left;
margin-left: 20px;
transition: transform 0.3s;
font-size: 11px;
background-color: #FFDAD9;
padding: 3px;
border-radius: 3px;
width: 45px;
text-align: center;
}
.ingreso .elemento_valor,
.ingreso .elemento_eliminar--btn {
color: #28B9B5;
}
.egreso .elemento_valor,
.egreso .elemento_porcentaje,
.egreso .elemento_eliminar--btn {
color: #FF5049;
}
.elemento_eliminar {
float: left;
}
.elemento_eliminar--btn {
font-size: 22px;
background: none;
border: none;
cursor: pointer;
display: inline-block;
vertical-align: middle;
line-height: 1;
display: none;
}
.elemento_eliminar--btn:focus { outline: none; }
.elemento_eliminar--btn:active { transform: translateY(2px); }
.elemento:hover .elemento_eliminar--btn { display: block; }
.elemento:hover .elemento_valor { transform: translateX(-20px); }
.elemento:hover .elemento_porcentaje { transform: translateX(-20px); } | 0.382372 | 0.116337 |
body {
margin: 0;
padding: 0;
line-height: 1.5em;
font-family: Verdana, Arial, san-serif;
font-size: 11px;
color: #ffffff;
background: #4b4743;
}
a:link, a:visited { color: #e6e154; text-decoration: none; font-weight: bold;}
a:active, a:hover { color: #e6e154; text-decoration: underline;}
p {
margin: 0;
padding: 0;
}
img {
margin: 0;
padding: 0;
border: none;
}
.cleaner {
clear: both;
width: 100%;
height: 1px;
font-size: 1px;
}
.cleaner_with_height {
clear: both;
width: 100%;
height: 30px;
font-size: 1px;
}
.cleaner_with_width {
float: left;
width: 20px;
height: 30px;
font-size: 1px;
}
.buy_now_button a {
clear: both;
text-align: center;
display: block;
width: 100px;
padding: 4px 0 5px 0;
margin-bottom: 10px;
background: url(/assets/images/buy_button.jpg) no-repeat;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
.detail_button a {
clear: both;
text-align: center;
display: block;
width: 100px;
padding: 4px 0 5px 0;
margin-bottom: 10px;
background: url(/assets/images/buy_button.jpg) no-repeat;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
#container {
width: 960px;
margin: 0 auto;
padding: 0 10px;
background: #1c1c1b url(/templates/images/templatemo_bg.jpg) repeat-y;
}
/* menu */
#menu {
clear: both;
width: 960px;
height: 45px;
background: url(../../templates/images/templatemo_menu_bg.jpg) no-repeat;
}
#menu ul {
padding: 13px 0 0 0;
margin: 0;
list-style: none;
}
#menu ul li {
display: inline;
}
#menu ul li a {
float: left;
padding: 0 20px;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #969547;
}
#menu li a:hover, #menu li .current {
color: #fcf88e;
}
/* end of menu*/
/* header */
#header {
clear: both;
width: 960px;
height: 285px;
padding: 0;
margin: 0;
background: url(../../templates/images/templatemo_header_bg.jpg) no-repeat;
}
#header a,a:hover {
color: #ffffff;
}
#header #special_offers {
float: left;
font-size: 14px;
margin-top: 95px;
margin-left: 490px;
width: 180px;
}
#special_offers a {
font-size: 12px;
}
#special_offers p {
margin: 0 0 20px 0;
}
#special_offers p span {
font-size: 18px;
}
#header #new_books {
float: left;
margin-top: 90px;
margin-left: 55px;
width: 180px;
}
#new_books ul {
margin: 0 0 10px 0;
padding: 0 0 0 20px;
}
#new_books li {
margin: 0;
padding: 0;
}
/* end of header */
/* content */
#content {
clear: both;
width: 920px;
padding: 0 20px;
}
#content #content_left {
float: left;
width: 188px;
padding: 10px;
background-color: #171716;
border: 1px solid #212120;
}
#content #content_right {
float: right;
width: 670px;
}
#content_left .content_left_section{
clear: both;
padding-bottom: 10px;
border-bottom: 1px solid #2b2b2a;
margin-bottom: 20px;
}
.content_left_section h1 {
font-size: 14px;
color: #cbc750;
padding: 0 0 5px 0;
margin: 0 0 10px 0;
border-bottom: 1px dotted #cbc750;
}
.content_left_section ul {
padding: 0;
margin: 0;
}
.content_left_section ul li{
padding: 0 0 3px 10px;
list-style: none;
}
.content_left_section ul li a{
font-weight: normal;
text-decoration: none;
color: #969547;
}
.content_left_section li a:hover, .content_left_section li .current{
color: #fcf88e;
}
#content_right .product_box {
float: left;
width: 303px;
height: 210px;
padding: 10px;
border: 1px solid #333;
}
#content_right h1 {
padding: 10px;
margin: 0 0 20px 0;
font-size: 15px;
color: #cbc750;
background: url(../../templates/images/templatemo_h1_bg.jpg);
}
#content_right h2 {
padding: 0 0 0 0;
margin: 0 0 20px 0;
font-size: 12px;
color: #e6e154;
}
#content_right h3 {
padding: 0;
margin: 0 0 20px 0;
font-size: 18px;
color: #85391f;
}
#content_right ul {
margin: 0 0 20px 0;
padding: 0 0 0 20px;
list-style: none;
}
#content_right li {
padding: 0 0 3px 0;
}
#content_right .image_panel {
float: left;
width: 100px;
margin-right: 20px;
}
#content_right p {
text-align: justify;
padding: 0 0 8px 0;
}
.product_box h1 span {
font-weight: normal;
}
.product_box img {
float: left;
margin-right: 20px;
}
.product_box .product_info {
float: left;
width: 180px;
}
.product_info p {
margin-bottom: 15px;
}
/* end of content */
/* footer */
#footer {
clear: both;
width: 960px;
padding: 20px 0px 20px 0;
text-align: center;
border-top: 1px solid #25211e;
color: #999;
background-color: #111110;
}
#footer a{
color: #fff;
font-weight: normal;
}
/* end of footer */
#content_right .loginbox{
width: 350px;
height: 500px;
background:white;
color: azure;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50% , -50% );
box-sizing: border-box;
padding: 70px 30px;
}
.loginbox h1{
margin: auto;
padding: 0 0 30px;
font-family: serif;
font-size: 45px;
text-align: center;
}
.loginbox p{
font-family: Verdana;
font-size: 20px;
font-weight: bold;
}
.loginbox input{
font-family: 'Times New Roman', Times, serif;
font-size: 15px;
font-weight: bold;
}
.loginbox input[type="password"]{
border: none;
border-bottom: 1px solid #fff;
outline: none;
background: transparent;
height: 50px;
color: #fff;
font-size: 17px;
}
.loginbox input[type="text"]{
border: none;
border-bottom: 1px solid #fff;
outline: none;
background: transparent;
height: 50px;
color: #fff;
font-size: 17px;
}
.loginbox input[type="submit"]{
border: none;
background-color: green;
color: #fff;
width: 150px;
outline: none;
font-size: 20px;
font-family: cursive;
font-style: italic;
}
.loginbox input[type="submit"]:hover{
background-color: chocolate;
}
.loginbox a{
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
color: darkgray;
padding:1px;
border: none;
outline: none;
margin: unset;
}
.loginbox a:hover{
color:chocolate;
}
.loginbox a:visited{
color:yellow;
}
.searchbox{
border-radius:40px;
background: #1c1c1b;
position: absolute;
padding: 10px;
height: 50px;
}
.searchbox input[type=text]{
border: none;
border-radius: 20px solid #fff;
outline: none;
background: transparent;
color: #fff;
font-size: 20px;
}
.searchbox a{
font-size: 20px;
}
.searchbox a:hover{
color: green;
} | assets/css/common_style.css | body {
margin: 0;
padding: 0;
line-height: 1.5em;
font-family: Verdana, Arial, san-serif;
font-size: 11px;
color: #ffffff;
background: #4b4743;
}
a:link, a:visited { color: #e6e154; text-decoration: none; font-weight: bold;}
a:active, a:hover { color: #e6e154; text-decoration: underline;}
p {
margin: 0;
padding: 0;
}
img {
margin: 0;
padding: 0;
border: none;
}
.cleaner {
clear: both;
width: 100%;
height: 1px;
font-size: 1px;
}
.cleaner_with_height {
clear: both;
width: 100%;
height: 30px;
font-size: 1px;
}
.cleaner_with_width {
float: left;
width: 20px;
height: 30px;
font-size: 1px;
}
.buy_now_button a {
clear: both;
text-align: center;
display: block;
width: 100px;
padding: 4px 0 5px 0;
margin-bottom: 10px;
background: url(/assets/images/buy_button.jpg) no-repeat;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
.detail_button a {
clear: both;
text-align: center;
display: block;
width: 100px;
padding: 4px 0 5px 0;
margin-bottom: 10px;
background: url(/assets/images/buy_button.jpg) no-repeat;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
#container {
width: 960px;
margin: 0 auto;
padding: 0 10px;
background: #1c1c1b url(/templates/images/templatemo_bg.jpg) repeat-y;
}
/* menu */
#menu {
clear: both;
width: 960px;
height: 45px;
background: url(../../templates/images/templatemo_menu_bg.jpg) no-repeat;
}
#menu ul {
padding: 13px 0 0 0;
margin: 0;
list-style: none;
}
#menu ul li {
display: inline;
}
#menu ul li a {
float: left;
padding: 0 20px;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #969547;
}
#menu li a:hover, #menu li .current {
color: #fcf88e;
}
/* end of menu*/
/* header */
#header {
clear: both;
width: 960px;
height: 285px;
padding: 0;
margin: 0;
background: url(../../templates/images/templatemo_header_bg.jpg) no-repeat;
}
#header a,a:hover {
color: #ffffff;
}
#header #special_offers {
float: left;
font-size: 14px;
margin-top: 95px;
margin-left: 490px;
width: 180px;
}
#special_offers a {
font-size: 12px;
}
#special_offers p {
margin: 0 0 20px 0;
}
#special_offers p span {
font-size: 18px;
}
#header #new_books {
float: left;
margin-top: 90px;
margin-left: 55px;
width: 180px;
}
#new_books ul {
margin: 0 0 10px 0;
padding: 0 0 0 20px;
}
#new_books li {
margin: 0;
padding: 0;
}
/* end of header */
/* content */
#content {
clear: both;
width: 920px;
padding: 0 20px;
}
#content #content_left {
float: left;
width: 188px;
padding: 10px;
background-color: #171716;
border: 1px solid #212120;
}
#content #content_right {
float: right;
width: 670px;
}
#content_left .content_left_section{
clear: both;
padding-bottom: 10px;
border-bottom: 1px solid #2b2b2a;
margin-bottom: 20px;
}
.content_left_section h1 {
font-size: 14px;
color: #cbc750;
padding: 0 0 5px 0;
margin: 0 0 10px 0;
border-bottom: 1px dotted #cbc750;
}
.content_left_section ul {
padding: 0;
margin: 0;
}
.content_left_section ul li{
padding: 0 0 3px 10px;
list-style: none;
}
.content_left_section ul li a{
font-weight: normal;
text-decoration: none;
color: #969547;
}
.content_left_section li a:hover, .content_left_section li .current{
color: #fcf88e;
}
#content_right .product_box {
float: left;
width: 303px;
height: 210px;
padding: 10px;
border: 1px solid #333;
}
#content_right h1 {
padding: 10px;
margin: 0 0 20px 0;
font-size: 15px;
color: #cbc750;
background: url(../../templates/images/templatemo_h1_bg.jpg);
}
#content_right h2 {
padding: 0 0 0 0;
margin: 0 0 20px 0;
font-size: 12px;
color: #e6e154;
}
#content_right h3 {
padding: 0;
margin: 0 0 20px 0;
font-size: 18px;
color: #85391f;
}
#content_right ul {
margin: 0 0 20px 0;
padding: 0 0 0 20px;
list-style: none;
}
#content_right li {
padding: 0 0 3px 0;
}
#content_right .image_panel {
float: left;
width: 100px;
margin-right: 20px;
}
#content_right p {
text-align: justify;
padding: 0 0 8px 0;
}
.product_box h1 span {
font-weight: normal;
}
.product_box img {
float: left;
margin-right: 20px;
}
.product_box .product_info {
float: left;
width: 180px;
}
.product_info p {
margin-bottom: 15px;
}
/* end of content */
/* footer */
#footer {
clear: both;
width: 960px;
padding: 20px 0px 20px 0;
text-align: center;
border-top: 1px solid #25211e;
color: #999;
background-color: #111110;
}
#footer a{
color: #fff;
font-weight: normal;
}
/* end of footer */
#content_right .loginbox{
width: 350px;
height: 500px;
background:white;
color: azure;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50% , -50% );
box-sizing: border-box;
padding: 70px 30px;
}
.loginbox h1{
margin: auto;
padding: 0 0 30px;
font-family: serif;
font-size: 45px;
text-align: center;
}
.loginbox p{
font-family: Verdana;
font-size: 20px;
font-weight: bold;
}
.loginbox input{
font-family: 'Times New Roman', Times, serif;
font-size: 15px;
font-weight: bold;
}
.loginbox input[type="password"]{
border: none;
border-bottom: 1px solid #fff;
outline: none;
background: transparent;
height: 50px;
color: #fff;
font-size: 17px;
}
.loginbox input[type="text"]{
border: none;
border-bottom: 1px solid #fff;
outline: none;
background: transparent;
height: 50px;
color: #fff;
font-size: 17px;
}
.loginbox input[type="submit"]{
border: none;
background-color: green;
color: #fff;
width: 150px;
outline: none;
font-size: 20px;
font-family: cursive;
font-style: italic;
}
.loginbox input[type="submit"]:hover{
background-color: chocolate;
}
.loginbox a{
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
color: darkgray;
padding:1px;
border: none;
outline: none;
margin: unset;
}
.loginbox a:hover{
color:chocolate;
}
.loginbox a:visited{
color:yellow;
}
.searchbox{
border-radius:40px;
background: #1c1c1b;
position: absolute;
padding: 10px;
height: 50px;
}
.searchbox input[type=text]{
border: none;
border-radius: 20px solid #fff;
outline: none;
background: transparent;
color: #fff;
font-size: 20px;
}
.searchbox a{
font-size: 20px;
}
.searchbox a:hover{
color: green;
} | 0.207255 | 0.078325 |
html, body {
height: 100%;
width: 100%;
background: #181926;
color: #bec6d7;
overflow: hidden;
}
input[type="text"],
select.form-control {
height: 30px;
margin:auto;
margin-left: 200px;
float: left;
width: calc(100% - 360px);
color: #86899e;
border: none;
background: #32354d;
}
.header {
height: 50px;
width: 100%;
padding: 8px;
border-bottom: 4px solid #428bca;
border-top-width: 0;
border-left-width: 0;
border-right-width: 0;
border-image: linear-gradient(to right, #e600ff, #00c8ff) 1 stretch;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bolder;
margin-bottom: 0px;
}
h1 {
font-weight: 200;
}
hr {
margin:0;
background: none !important;
border-top: 1px solid #d9d5d5;
}
.label-white {
color: #2c3344;
background: #bec6d7;
}
::-webkit-scrollbar {
display: none;
}
#map {
position: absolute;
top: 50px;
left: 0px;
height: calc(100% - 50px);
width: 100%;
}
#stream_data {
position: absolute;
padding:10px;
top: 80px;
height: auto;
right: 30px;
width: 280px;
border: 1px solid #8c8c8c;
border-radius: 5px;
background: #fcfcfc;
color: #191f2d;
}
#stream_data_control {
position: relative;
width: 100%;
margin-top: 40px;
margin-bottom: 20px;
text-align: center;
}
#stream_feed {
position: absolute;
z-index: 10;
left: 30px;
top: 50px;
width: 170px;
height: calc(100% - 50px);
overflow: auto;
overflow-x: hidden;
}
.stream_label {
position: relative;
height: 40px;
max-width: 130px;
padding: 3px;
margin-bottom: 7px;
text-align: center;
border: 1px solid #2c2f47;
border-radius: 5px;
color: #e3e3e3;
background: #35374f;
}
.stream_label:hover {
color: #fff;
background: #2e3041;
}
.stream_label.active {
color: #fff;
background: #428bca;
}
.highlight {
background: #00c8ff;
} | src/includes/style/main.css | html, body {
height: 100%;
width: 100%;
background: #181926;
color: #bec6d7;
overflow: hidden;
}
input[type="text"],
select.form-control {
height: 30px;
margin:auto;
margin-left: 200px;
float: left;
width: calc(100% - 360px);
color: #86899e;
border: none;
background: #32354d;
}
.header {
height: 50px;
width: 100%;
padding: 8px;
border-bottom: 4px solid #428bca;
border-top-width: 0;
border-left-width: 0;
border-right-width: 0;
border-image: linear-gradient(to right, #e600ff, #00c8ff) 1 stretch;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bolder;
margin-bottom: 0px;
}
h1 {
font-weight: 200;
}
hr {
margin:0;
background: none !important;
border-top: 1px solid #d9d5d5;
}
.label-white {
color: #2c3344;
background: #bec6d7;
}
::-webkit-scrollbar {
display: none;
}
#map {
position: absolute;
top: 50px;
left: 0px;
height: calc(100% - 50px);
width: 100%;
}
#stream_data {
position: absolute;
padding:10px;
top: 80px;
height: auto;
right: 30px;
width: 280px;
border: 1px solid #8c8c8c;
border-radius: 5px;
background: #fcfcfc;
color: #191f2d;
}
#stream_data_control {
position: relative;
width: 100%;
margin-top: 40px;
margin-bottom: 20px;
text-align: center;
}
#stream_feed {
position: absolute;
z-index: 10;
left: 30px;
top: 50px;
width: 170px;
height: calc(100% - 50px);
overflow: auto;
overflow-x: hidden;
}
.stream_label {
position: relative;
height: 40px;
max-width: 130px;
padding: 3px;
margin-bottom: 7px;
text-align: center;
border: 1px solid #2c2f47;
border-radius: 5px;
color: #e3e3e3;
background: #35374f;
}
.stream_label:hover {
color: #fff;
background: #2e3041;
}
.stream_label.active {
color: #fff;
background: #428bca;
}
.highlight {
background: #00c8ff;
} | 0.617974 | 0.123445 |
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0ms !important;
transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
will-change: transform;
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
-moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
-o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
will-change: transform;
-webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
will-change: opacity, transform;
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
-moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
-o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-icon.lg-zoom-in:after {
content: '\e311';
}
.lg-icon.lg-actual-size {
font-size: 20px;
}
.lg-icon.lg-actual-size:after {
content: '\e033';
}
.lg-icon.lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
content: '\e312';
}
.lg-zoomed .lg-icon.lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
opacity: 0.75;
pointer-events: none;
} | vendors/lightgallery/css/lg-zoom.css | .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0ms !important;
transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
will-change: transform;
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
-moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
-o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
will-change: transform;
-webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
will-change: opacity, transform;
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
-moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
-o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-icon.lg-zoom-in:after {
content: '\e311';
}
.lg-icon.lg-actual-size {
font-size: 20px;
}
.lg-icon.lg-actual-size:after {
content: '\e033';
}
.lg-icon.lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
content: '\e312';
}
.lg-zoomed .lg-icon.lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
opacity: 0.75;
pointer-events: none;
} | 0.322313 | 0.04489 |
.s3bubble-swal2-modal {
background: rgb(7, 6, 5) !important;
}
.s3bubble-swal2-modal .s3bubble-swal2-title {
color: #fff !important;
}
.modal-section {
padding: 2em 5%;
text-align: center;
background-color: #03bb91;
z-index: 999999
}
.modal-section p {
margin: 2em 0;
line-height: 1.6;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
.modal-section {
padding: 4em 10%;
}
.modal-section p {
font-size: 1.8rem;
line-height: 2;
}
}
@media only screen and (min-width: 1170px) {
.modal-section {
padding: 4em 20%;
}
}
.modal-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
-moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
.modal-modal::after {
/* gradient overlay at bottom of modal window */
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 60px;
pointer-events: none;
background: transparent;
background: -webkit-linear-gradient( bottom , #34383c, rgba(52, 56, 60, 0));
background: linear-gradient(to top, #34383c, rgba(52, 56, 60, 0));
}
.modal-modal .modal-modal-content {
height: 100%;
width: 100%;
padding: 3em 5%;
text-align: left;
overflow-y: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.modal-modal p {
color: #ffffff;
line-height: 1.6;
margin: 2em 0;
}
.modal-is-visible .modal-modal {
z-index: 1;
visibility: visible;
opacity: 1;
pointer-events: auto;
-webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
-moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.modal-is-visible .modal-modal .modal-modal-content {
-webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
.modal-modal .modal-modal-content {
padding: 4em 10%;
}
}
@media only screen and (min-width: 1170px) {
.modal-modal .modal-modal-content {
padding: 6em 20%;
}
.modal-modal p {
font-size: 2rem;
line-height: 2;
}
}
.modal-modal-action {
position: relative;
}
.modal-modal-action .btn, .modal-modal-action .modal-modal-bg {
display: inline-block;
height: 4em;
background-color: #34383c;
}
.modal-modal-action .btn {
width: 12.5em;
border-radius: 5em;
color: #ffffff;
line-height: 4em;
white-space: nowrap;
font-weight: 700;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
-moz-transition: color 0.2s 0.3s, width 0.3s 0s;
transition: color 0.2s 0.3s, width 0.3s 0s;
}
.modal-modal-action .btn.to-circle {
width: 4em;
color: transparent;
-webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
-moz-transition: color 0.2s 0s, width 0.3s 0.2s;
transition: color 0.2s 0s, width 0.3s 0.2s;
}
.modal-modal-action .modal-modal-bg {
position: absolute;
z-index: 1;
left: 50%;
top: 0;
width: 4em;
border-radius: 50%;
opacity: 0;
visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: translateX(-2em);
-moz-transform: translateX(-2em);
-ms-transform: translateX(-2em);
-o-transform: translateX(-2em);
transform: translateX(-2em);
-webkit-transition: visibility 0s 0.5s;
-moz-transition: visibility 0s 0.5s;
transition: visibility 0s 0.5s;
}
.modal-modal-action .modal-modal-bg.is-visible {
opacity: 1;
visibility: visible;
}
.modal-modal-close {
position: fixed;
z-index: 1;
top: 20px;
right: 5%;
height: 50px;
width: 50px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.3) url(../img/modal-icon-close.svg) no-repeat center center;
/* image replacement */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
visibility: hidden;
opacity: 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .modal-modal-close:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.modal-is-visible .modal-modal-close {
visibility: visible;
opacity: 1;
-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
@media only screen and (min-width: 768px) {
.modal-modal-close {
top: 70px;
}
} | dist/css/modal.css | .s3bubble-swal2-modal {
background: rgb(7, 6, 5) !important;
}
.s3bubble-swal2-modal .s3bubble-swal2-title {
color: #fff !important;
}
.modal-section {
padding: 2em 5%;
text-align: center;
background-color: #03bb91;
z-index: 999999
}
.modal-section p {
margin: 2em 0;
line-height: 1.6;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
.modal-section {
padding: 4em 10%;
}
.modal-section p {
font-size: 1.8rem;
line-height: 2;
}
}
@media only screen and (min-width: 1170px) {
.modal-section {
padding: 4em 20%;
}
}
.modal-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
-moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
.modal-modal::after {
/* gradient overlay at bottom of modal window */
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 60px;
pointer-events: none;
background: transparent;
background: -webkit-linear-gradient( bottom , #34383c, rgba(52, 56, 60, 0));
background: linear-gradient(to top, #34383c, rgba(52, 56, 60, 0));
}
.modal-modal .modal-modal-content {
height: 100%;
width: 100%;
padding: 3em 5%;
text-align: left;
overflow-y: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.modal-modal p {
color: #ffffff;
line-height: 1.6;
margin: 2em 0;
}
.modal-is-visible .modal-modal {
z-index: 1;
visibility: visible;
opacity: 1;
pointer-events: auto;
-webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
-moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.modal-is-visible .modal-modal .modal-modal-content {
-webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
.modal-modal .modal-modal-content {
padding: 4em 10%;
}
}
@media only screen and (min-width: 1170px) {
.modal-modal .modal-modal-content {
padding: 6em 20%;
}
.modal-modal p {
font-size: 2rem;
line-height: 2;
}
}
.modal-modal-action {
position: relative;
}
.modal-modal-action .btn, .modal-modal-action .modal-modal-bg {
display: inline-block;
height: 4em;
background-color: #34383c;
}
.modal-modal-action .btn {
width: 12.5em;
border-radius: 5em;
color: #ffffff;
line-height: 4em;
white-space: nowrap;
font-weight: 700;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
-moz-transition: color 0.2s 0.3s, width 0.3s 0s;
transition: color 0.2s 0.3s, width 0.3s 0s;
}
.modal-modal-action .btn.to-circle {
width: 4em;
color: transparent;
-webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
-moz-transition: color 0.2s 0s, width 0.3s 0.2s;
transition: color 0.2s 0s, width 0.3s 0.2s;
}
.modal-modal-action .modal-modal-bg {
position: absolute;
z-index: 1;
left: 50%;
top: 0;
width: 4em;
border-radius: 50%;
opacity: 0;
visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: translateX(-2em);
-moz-transform: translateX(-2em);
-ms-transform: translateX(-2em);
-o-transform: translateX(-2em);
transform: translateX(-2em);
-webkit-transition: visibility 0s 0.5s;
-moz-transition: visibility 0s 0.5s;
transition: visibility 0s 0.5s;
}
.modal-modal-action .modal-modal-bg.is-visible {
opacity: 1;
visibility: visible;
}
.modal-modal-close {
position: fixed;
z-index: 1;
top: 20px;
right: 5%;
height: 50px;
width: 50px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.3) url(../img/modal-icon-close.svg) no-repeat center center;
/* image replacement */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
visibility: hidden;
opacity: 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .modal-modal-close:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.modal-is-visible .modal-modal-close {
visibility: visible;
opacity: 1;
-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
@media only screen and (min-width: 768px) {
.modal-modal-close {
top: 70px;
}
} | 0.380874 | 0.109658 |
body {
font-family: 'PT Sans', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 23px;
background-color: #ffffff;
color: #000000; }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0; }
/**
* Render the `main` element consistently in IE.
*/
main {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */ }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none; }
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none; }
.link {
text-decoration: none; }
.link--nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 21px;
font-weight: 700;
padding: 15px 25px;
color: #989898; }
.link--regular {
font-size: 16px;
color: #4c5cf0; }
.link--regular:hover {
color: #23242c; }
.link--small {
color: #777777;
text-decoration: underline; }
.link--small:hover {
text-decoration: none; }
.link--block {
font-size: 16px;
font-weight: 700;
color: #4c5cf0; }
.link--block:hover {
text-decoration: underline; }
.link--page {
font-size: 24px;
font-weight: 700;
color: #23242c;
display: block;
padding: 12px 18px; }
.button {
display: inline-block;
padding: 27px 25px;
margin-bottom: 20px;
border-radius: 8px;
text-decoration: none;
font-size: 22px;
font-weight: bold;
color: #ffffff;
cursor: pointer; }
.button--blue {
background-color: #4d38f5; }
.button--blue:hover {
background-color: #4130cc; }
.button--orange {
background-color: #fa6400; }
.button--orange:hover {
background-color: #f46200; }
.button--black {
background-color: #05060f;
border-radius: 15px;
padding: 20px 40px;
margin: 0;
margin-left: auto;
margin-right: -46px; }
.button--black:hover {
background-color: #4d38f5; }
.button--small {
border-top-right-radius: 5px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding: 13px 35px;
font-size: 19px;
margin-bottom: 10px; }
.container {
margin: 0 auto;
width: 1220px;
padding: 20px 30px; }
.container--registration {
width: 684px; }
.main-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.main-content--left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.main-content--center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.head-main {
font-size: 30px;
margin-bottom: 27px; }
.head-regular {
font-size: 24px;
margin-top: 23px; }
.head-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.price {
color: #fa6400;
font-weight: 700; }
.price--small {
font-size: 32px;
margin-bottom: 6px; }
.price--task {
color: #05060f;
font-size: 22px;
margin-top: 0;
margin-bottom: 0; }
.side-menu-list {
list-style: none;
margin: 0;
padding: 0;
margin-left: -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.side-menu-item {
width: 132px;
-ms-flex-item-align: start;
align-self: flex-start; }
.side-menu-item a {
padding: 10px 15px; }
.side-menu-item--active .link--nav {
color: #4c5cf0; }
.side-menu-item:hover:not(.side-menu-item--active) {
background-color: #d8d8d8; }
.side-menu-item:hover:not(.side-menu-item--active) a {
color: #05060f; }
.left-column {
width: 725px; }
.left-column--task {
margin-right: 47px; }
.left-column--task .head-regular {
margin-top: 34px; }
.center-block {
margin: 0 auto; }
.left-menu--edit .side-menu-item {
width: 157px; }
@font-face {
font-family: PT Sans;
src: url(../fonts/ptsans.woff);
font-weight: 400; }
@font-face {
font-family: PT Sans;
src: url(../fonts/PTSans-Italic.ttf);
font-style: italic; }
@font-face {
font-family: PT Sans;
src: url(../fonts/ptsansbold.woff);
font-weight: 700; }
.page-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 59px;
border-bottom: 1px solid #d6d6d6;
padding: 15px 12px; }
.main-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.nav-list {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.nav-wrapper {
min-width: 688px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 60px;
margin-right: 60px; }
.list-item {
text-decoration: none;
margin-right: 15px;
border-radius: 25px; }
.list-item:hover:not(.list-item--active) {
background-color: #d6d6d6; }
.list-item:hover:not(.list-item--active) .link--nav {
color: #05060f; }
.list-item:active:not(.list-item--active) {
background-color: #ffffff; }
.list-item:active:not(.list-item--active) .link--nav {
color: #4c5cf0; }
.list-item--active {
background-color: #05060f; }
.list-item--active .link {
color: #ffffff; }
.user-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.popup-head {
display: none;
min-width: 216px;
border: 1px solid #05060f;
border-radius: 12px;
background-color: #ffffff;
padding: 17px 12px; }
.popup-menu {
list-style: none;
margin: 0;
padding: 0; }
.menu-item {
padding: 15px; }
.menu-item:hover {
background-color: #f5f5f6;
border-radius: 5px; }
.menu-item a {
color: #05060f; }
.user-photo {
border-radius: 4px; }
.user-name {
position: relative;
font-weight: 700;
padding-right: 45px;
padding-left: 12px;
padding-bottom: 10px; }
.user-name::after {
content: "";
height: 10px;
width: 18px;
position: absolute;
top: 8px;
right: 6px;
background-image: url("/img/arrow-hover.svg");
background-repeat: no-repeat;
background-position: center; }
.user-name:hover::after {
content: "";
height: 30px;
width: 30px;
top: -3px;
right: 0;
background-image: url("/img/arrow.svg"); }
.user-name:hover ~ .popup-head,
.popup-head:hover {
display: block;
position: absolute;
top: 60px;
right: 10px; }
.user-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 5px; }
.card-photo {
margin-right: 8px;
margin-bottom: 8px;
border-radius: 4px; }
.card-rate {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: 22px;
font-weight: 700;
font-size: 16px; }
.current-rate {
padding-top: 3px; }
.user-description {
margin: 0;
margin-left: 15px;
padding: 26px 30px;
background-color: #f5f5f6;
border-radius: 4px;
-ms-flex-item-align: start;
align-self: flex-start;
position: relative; }
.user-description::before {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 15px solid transparent;
border-right: 20px solid #f5f5f6;
border-bottom: 15px solid transparent;
top: 80px;
left: -15px; }
.specialization-bio {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.head-info {
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
margin-bottom: 10px; }
.special-list {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 35px; }
.special-item {
padding-right: 25px;
position: relative; }
.special-item::after {
position: absolute;
content: "";
width: 7px;
height: 7px;
top: 10px;
right: 8px;
background: #05060f;
border-radius: 50%; }
.special-item:last-child::after {
width: 0;
height: 0; }
.bio-info {
margin-top: 10px; }
.stars-rating span {
position: relative; }
.stars-rating span::before {
position: absolute;
content: "";
background-image: url("/img/star-empty.svg");
background-size: 25px;
background-position: center;
background-repeat: no-repeat;
top: 0;
left: 0; }
.big {
margin-right: 5px; }
.big span {
padding-left: 11px;
padding-right: 11px; }
.big span::before {
width: 25px;
height: 25px; }
.small span {
margin-top: 5px;
padding-left: 7px;
padding-right: 7px; }
.small span::before {
background-size: 18px;
width: 18px;
height: 28px; }
.stars-rating .fill-star::before {
background-image: url("/img/star-fill.svg"); }
.response-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: #f5f5f6;
border-radius: 15px;
margin-bottom: 20px;
position: relative; }
.customer-photo {
border-bottom-left-radius: 15px;
border-top-left-radius: 15px; }
.feedback-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 12px 15px; }
.feedback {
margin-top: 0;
font-style: italic;
font-size: 16px; }
.link--big {
font-size: 22px;
margin-bottom: 3px; }
.task {
margin: 0;
color: #777777; }
.info-text {
font-size: 14px;
color: #777777;
margin: 0;
-ms-flex-item-align: end;
align-self: flex-end; }
.response-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.reviews {
font-size: 14px;
padding-left: 50px;
margin: 0;
margin-top: 3px;
position: relative; }
.reviews::after {
position: absolute;
content: "";
width: 16px;
height: 16px;
background-image: url("/img/like.svg");
top: 0;
left: 25px; }
.response-message {
width: 416px;
font-size: 16px;
margin-top: 5px;
margin-bottom: auto; }
.button-popup {
display: none; }
.response-card:hover .button-popup,
.button-popup:hover {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
content: "";
top: 22px;
right: -145px; }
.right-card {
width: 240px;
padding: 25px 30px;
padding-top: 20px;
border-radius: 15px;
margin-top: 40px; }
.right-card:first-child {
margin-top: 80px; }
.right-column .info-card {
margin-top: 90px; }
.black {
background-color: #23242c;
color: #ffffff;
font-size: 16px; }
.white {
color: #23242c;
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border: 1px solid #989898;
position: relative; }
.white::before {
position: absolute;
content: "";
width: 268px;
height: 1px;
background-color: #f5f5f6;
top: 53px; }
.file-card {
margin-top: 77px;
padding-bottom: 45px; }
.file-card .head-card {
padding-left: 70px;
position: relative;
margin-top: -10px;
margin-bottom: 35px; }
.file-card .head-card::after {
position: absolute;
content: "";
width: 46px;
height: 58px;
top: -35px;
left: 0;
background-image: url("/img/file-icon.svg"); }
.file-card::before {
width: 0;
height: 0; }
.head-card {
letter-spacing: 1.5px;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 25px; }
.black-list {
margin: 0;
margin-top: 15px;
padding: 0; }
.black-list dt {
font-weight: 700;
margin-top: 13px; }
.black-list dd {
margin: 0;
font-size: 14px;
line-height: 20px; }
.enumeration-list {
list-style: none;
margin: 0;
padding: 0; }
.enumeration-item {
margin-top: 31px;
margin-bottom: 25px; }
.enumeration-item a {
padding-left: 50px;
position: relative; }
.enumeration-item a::after {
position: absolute;
content: "";
width: 35px;
height: 35px;
top: -5px;
left: 0; }
.enumeration-item:last-child {
margin-bottom: 7px; }
.enumeration-item:first-child {
margin-top: 7px; }
.link--phone::after {
background-image: url("/img/phone-icon.svg"); }
.link--email::after {
background-image: url("/img/email-icon.svg"); }
.link--tg::after {
background-image: url("/img/tg-icon.svg"); }
.file-card .link--clip::after {
background-image: url("/img/clip-icon.svg");
background-position: center;
background-repeat: no-repeat;
top: 3px;
left: -8px; }
.file-card .link--clip::before {
position: absolute;
content: "";
width: 268px;
height: 1px;
background-color: #f5f5f6;
top: 53px;
left: 1px; }
.enumeration-item .link--clip {
padding-left: 25px; }
.file-card .enumeration-item {
margin-top: -5px; }
.file-size {
color: #989898;
font-size: 12px;
margin: 0;
padding-left: 25px;
line-height: 18px; }
.price--big {
font-size: 48px;
margin-top: 35px;
margin-bottom: 32px; }
.task-description {
padding: 30px 26px;
margin-top: 0;
margin-bottom: 20px;
background-color: #f5f5f6;
border-radius: 15px; }
.task-map {
margin-top: 20px;
border-radius: 15px;
background-color: #f5f5f6;
padding-bottom: 15px;
position: relative;
margin-bottom: 48px; }
.task-map::after {
position: absolute;
content: "";
width: 76px;
height: 82px;
background-image: url("/img/grey-location.svg");
bottom: 0;
left: 27px; }
.map {
border-top-right-radius: 15px;
border-top-left-radius: 15px;
margin-bottom: 25px; }
.map-address {
margin-left: 128px;
margin-top: 5px;
margin-bottom: 5px;
color: #4d38f5;
font-size: 16px; }
.town {
font-size: 20px;
font-weight: 700; }
.task-card {
padding-bottom: 28px;
padding-top: 20px;
position: relative; }
.task-card::before {
position: absolute;
content: "";
width: 100%;
height: 1px;
bottom: 0;
background-color: #f5f5f6; }
.head-task {
margin-bottom: 30px; }
.header-task {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 9px; }
.task-text {
font-size: 16px;
color: #989898;
margin-bottom: 14px; }
.footer-task {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.footer-task .info-text {
-ms-flex-item-align: center;
align-self: center;
justify-self: flex-start;
padding-left: 27px;
position: relative;
margin-right: 60px; }
.footer-task .info-text::after {
position: absolute;
content: "";
top: 3px;
left: 0;
background-repeat: no-repeat;
background-position: center; }
.town-text::after {
width: 18px;
height: 14px;
background-image: url("/img/home-icon.svg"); }
.category-text::after {
width: 18px;
height: 18px;
background-image: url("/img/category-icon.svg"); }
.pagination-list {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.pagination-item {
max-width: 50px;
border: 1px solid #f5f5f6;
text-align: center;
margin-top: 33px; }
.pagination-item:hover:not(.mark) {
background-color: #333232; }
.pagination-item:hover:not(.mark) .link--page {
color: #ffffff; }
.pagination-item--active {
background-color: #333232; }
.pagination-item--active .link--page {
color: #ffffff; }
.mark {
position: relative;
border: none;
width: 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.mark::after {
position: absolute;
content: "";
width: 30px;
height: 30px;
top: 10px;
left: 10px;
background-image: url("/img/arrow-hover.svg");
background-repeat: no-repeat;
background-position: center;
z-index: -2; }
.mark .link--page {
padding-top: 38px; }
.mark:hover::after {
background-image: url("/img/arrow.svg"); }
.pagination-item:first-child::after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.pagination-item:last-child::after {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg); }
.search-form .head-card:not(.head-card:first-child) {
margin-top: 33px;
margin-bottom: 0; }
.search-form .head-card:first-child {
margin-bottom: 0; }
.search-form select {
margin-top: 20px;
width: 100%;
padding: 13px 16px;
margin-bottom: 50px;
font-size: 15px;
color: #8f9bb3; }
.search-form .button {
padding: 14px 57px;
font-size: 19px;
margin-left: 70px;
margin-bottom: 0;
border: none; }
input[type=checkbox] {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden; }
input[type=checkbox] ~ label {
position: relative;
display: inline-block;
line-height: 25px;
padding-left: 40px;
margin-top: 20px;
cursor: pointer; }
input[type=checkbox] ~ label::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: 0 0;
border-radius: 3px; }
input[type=checkbox]:checked ~ label::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
background-image: url("/img/checkmark.svg");
background-repeat: no-repeat;
background-position: center; }
input[type=checkbox]:hover ~ label::before {
background-color: #e5e5e5; }
.regular-form {
margin-top: 55px;
padding: 30px 40px;
background-color: #d7d7d7;
border-radius: 24px;
width: 664px;
font-size: 16px; }
.regular-form .head-main {
margin-top: 5px;
margin-bottom: 7px; }
.regular-form .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.regular-form .control-label {
font-weight: 700;
margin-bottom: 10px;
margin-top: 27px;
color: #989898; }
.regular-form input,
.regular-form select,
.regular-form textarea {
padding: 9px;
border-radius: 7px;
border: solid 2px #989898; }
.half-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.form-label {
margin-bottom: 12px;
font-size: 16px;
font-weight: 700;
color: #989898; }
input[type=date] {
height: 20px; }
.registration-form {
padding-bottom: 122px; }
.registration-form input,
.registration-form select {
width: 295px; }
.registration-form select {
padding-top: 7px;
padding-bottom: 7px; }
.registration-form .form-group input[type=text] {
width: 642px; }
.registration-form input[type=checkbox] ~ label {
font-size: 18px;
font-weight: 400;
line-height: 18px;
padding-left: 32px;
margin-bottom: 0;
color: #05060f; }
.registration-form input[type=checkbox] ~ label::before {
width: 18px;
height: 18px;
background-color: #3366ff; }
.registration-form input[type=checkbox]:checked ~ label::after {
width: 18px;
height: 18px;
background-image: url("/img/checkmark-white.svg"); }
.photo-editing {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.photo-editing .button {
font-size: 19px;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 50px;
margin-left: 23px; }
.my-profile-form {
width: 512px;
margin-left: 180px; }
.my-profile-form h3 {
margin-top: 30px; }
.my-profile-form .control-label {
font-weight: 700;
margin-bottom: 10px;
margin-top: 27px;
color: #989898;
font-size: 16px; }
.my-profile-form .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.my-profile-form input,
.my-profile-form textarea {
padding: 9px;
border-radius: 7px;
border: solid 2px #989898; }
.my-profile-form textarea {
min-height: 130px; }
.my-profile-form input[type=email],
.my-profile-form input[type=tel] {
width: 277px; }
.my-profile-form input[type=date],
.my-profile-form .half-wrapper input[type=text] {
width: 170px; }
.my-profile-form input[type=checkbox] ~ label {
font-weight: 400;
width: 174px;
margin-top: 5px; }
.my-profile-form input[type=checkbox] ~ label::before {
background-color: #3366ff; }
.my-profile-form input[type=checkbox]:checked ~ label::after {
background-image: url("/img/checkmark-white-big.svg"); }
.add-task-form select {
padding-top: 7px;
padding-bottom: 7px;
width: 344px; }
.add-task-form textarea {
min-height: 108px; }
.add-task-form .half-wrapper {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.add-task-form .half-wrapper input {
width: 177px;
margin-right: 50px; }
.new-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
width: 661px;
height: 128px;
border: 1px dashed #989898;
border-radius: 7px;
background-color: #ffffff; }
.add-file {
font-size: 16px;
color: #989898;
position: relative; }
.add-file::before {
position: absolute;
content: "";
width: 48px;
height: 53px;
background-image: url("/img/upload-icon.svg");
background-position: center;
background-repeat: no-repeat;
top: -59px;
left: 57px; }
input[type=button] {
border: none;
padding: 15px 43px;
margin-top: 24px;
font-size: 19px;
width: 221px;
display: block;
float: right; }
.add-task-form input[type=button] {
width: 171px;
padding: 15px 26px;
margin-top: 29px; }
.my-profile-form input[type=button] {
width: 193px;
margin-top: 56px; }
/*# sourceMappingURL=style.css.map */ | web/css/style.css | body {
font-family: 'PT Sans', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 23px;
background-color: #ffffff;
color: #000000; }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0; }
/**
* Render the `main` element consistently in IE.
*/
main {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */ }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none; }
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none; }
.link {
text-decoration: none; }
.link--nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 21px;
font-weight: 700;
padding: 15px 25px;
color: #989898; }
.link--regular {
font-size: 16px;
color: #4c5cf0; }
.link--regular:hover {
color: #23242c; }
.link--small {
color: #777777;
text-decoration: underline; }
.link--small:hover {
text-decoration: none; }
.link--block {
font-size: 16px;
font-weight: 700;
color: #4c5cf0; }
.link--block:hover {
text-decoration: underline; }
.link--page {
font-size: 24px;
font-weight: 700;
color: #23242c;
display: block;
padding: 12px 18px; }
.button {
display: inline-block;
padding: 27px 25px;
margin-bottom: 20px;
border-radius: 8px;
text-decoration: none;
font-size: 22px;
font-weight: bold;
color: #ffffff;
cursor: pointer; }
.button--blue {
background-color: #4d38f5; }
.button--blue:hover {
background-color: #4130cc; }
.button--orange {
background-color: #fa6400; }
.button--orange:hover {
background-color: #f46200; }
.button--black {
background-color: #05060f;
border-radius: 15px;
padding: 20px 40px;
margin: 0;
margin-left: auto;
margin-right: -46px; }
.button--black:hover {
background-color: #4d38f5; }
.button--small {
border-top-right-radius: 5px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding: 13px 35px;
font-size: 19px;
margin-bottom: 10px; }
.container {
margin: 0 auto;
width: 1220px;
padding: 20px 30px; }
.container--registration {
width: 684px; }
.main-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.main-content--left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.main-content--center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.head-main {
font-size: 30px;
margin-bottom: 27px; }
.head-regular {
font-size: 24px;
margin-top: 23px; }
.head-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.price {
color: #fa6400;
font-weight: 700; }
.price--small {
font-size: 32px;
margin-bottom: 6px; }
.price--task {
color: #05060f;
font-size: 22px;
margin-top: 0;
margin-bottom: 0; }
.side-menu-list {
list-style: none;
margin: 0;
padding: 0;
margin-left: -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.side-menu-item {
width: 132px;
-ms-flex-item-align: start;
align-self: flex-start; }
.side-menu-item a {
padding: 10px 15px; }
.side-menu-item--active .link--nav {
color: #4c5cf0; }
.side-menu-item:hover:not(.side-menu-item--active) {
background-color: #d8d8d8; }
.side-menu-item:hover:not(.side-menu-item--active) a {
color: #05060f; }
.left-column {
width: 725px; }
.left-column--task {
margin-right: 47px; }
.left-column--task .head-regular {
margin-top: 34px; }
.center-block {
margin: 0 auto; }
.left-menu--edit .side-menu-item {
width: 157px; }
@font-face {
font-family: PT Sans;
src: url(../fonts/ptsans.woff);
font-weight: 400; }
@font-face {
font-family: PT Sans;
src: url(../fonts/PTSans-Italic.ttf);
font-style: italic; }
@font-face {
font-family: PT Sans;
src: url(../fonts/ptsansbold.woff);
font-weight: 700; }
.page-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 59px;
border-bottom: 1px solid #d6d6d6;
padding: 15px 12px; }
.main-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.nav-list {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.nav-wrapper {
min-width: 688px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 60px;
margin-right: 60px; }
.list-item {
text-decoration: none;
margin-right: 15px;
border-radius: 25px; }
.list-item:hover:not(.list-item--active) {
background-color: #d6d6d6; }
.list-item:hover:not(.list-item--active) .link--nav {
color: #05060f; }
.list-item:active:not(.list-item--active) {
background-color: #ffffff; }
.list-item:active:not(.list-item--active) .link--nav {
color: #4c5cf0; }
.list-item--active {
background-color: #05060f; }
.list-item--active .link {
color: #ffffff; }
.user-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.popup-head {
display: none;
min-width: 216px;
border: 1px solid #05060f;
border-radius: 12px;
background-color: #ffffff;
padding: 17px 12px; }
.popup-menu {
list-style: none;
margin: 0;
padding: 0; }
.menu-item {
padding: 15px; }
.menu-item:hover {
background-color: #f5f5f6;
border-radius: 5px; }
.menu-item a {
color: #05060f; }
.user-photo {
border-radius: 4px; }
.user-name {
position: relative;
font-weight: 700;
padding-right: 45px;
padding-left: 12px;
padding-bottom: 10px; }
.user-name::after {
content: "";
height: 10px;
width: 18px;
position: absolute;
top: 8px;
right: 6px;
background-image: url("/img/arrow-hover.svg");
background-repeat: no-repeat;
background-position: center; }
.user-name:hover::after {
content: "";
height: 30px;
width: 30px;
top: -3px;
right: 0;
background-image: url("/img/arrow.svg"); }
.user-name:hover ~ .popup-head,
.popup-head:hover {
display: block;
position: absolute;
top: 60px;
right: 10px; }
.user-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 5px; }
.card-photo {
margin-right: 8px;
margin-bottom: 8px;
border-radius: 4px; }
.card-rate {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: 22px;
font-weight: 700;
font-size: 16px; }
.current-rate {
padding-top: 3px; }
.user-description {
margin: 0;
margin-left: 15px;
padding: 26px 30px;
background-color: #f5f5f6;
border-radius: 4px;
-ms-flex-item-align: start;
align-self: flex-start;
position: relative; }
.user-description::before {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 15px solid transparent;
border-right: 20px solid #f5f5f6;
border-bottom: 15px solid transparent;
top: 80px;
left: -15px; }
.specialization-bio {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.head-info {
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
margin-bottom: 10px; }
.special-list {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 35px; }
.special-item {
padding-right: 25px;
position: relative; }
.special-item::after {
position: absolute;
content: "";
width: 7px;
height: 7px;
top: 10px;
right: 8px;
background: #05060f;
border-radius: 50%; }
.special-item:last-child::after {
width: 0;
height: 0; }
.bio-info {
margin-top: 10px; }
.stars-rating span {
position: relative; }
.stars-rating span::before {
position: absolute;
content: "";
background-image: url("/img/star-empty.svg");
background-size: 25px;
background-position: center;
background-repeat: no-repeat;
top: 0;
left: 0; }
.big {
margin-right: 5px; }
.big span {
padding-left: 11px;
padding-right: 11px; }
.big span::before {
width: 25px;
height: 25px; }
.small span {
margin-top: 5px;
padding-left: 7px;
padding-right: 7px; }
.small span::before {
background-size: 18px;
width: 18px;
height: 28px; }
.stars-rating .fill-star::before {
background-image: url("/img/star-fill.svg"); }
.response-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: #f5f5f6;
border-radius: 15px;
margin-bottom: 20px;
position: relative; }
.customer-photo {
border-bottom-left-radius: 15px;
border-top-left-radius: 15px; }
.feedback-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 12px 15px; }
.feedback {
margin-top: 0;
font-style: italic;
font-size: 16px; }
.link--big {
font-size: 22px;
margin-bottom: 3px; }
.task {
margin: 0;
color: #777777; }
.info-text {
font-size: 14px;
color: #777777;
margin: 0;
-ms-flex-item-align: end;
align-self: flex-end; }
.response-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.reviews {
font-size: 14px;
padding-left: 50px;
margin: 0;
margin-top: 3px;
position: relative; }
.reviews::after {
position: absolute;
content: "";
width: 16px;
height: 16px;
background-image: url("/img/like.svg");
top: 0;
left: 25px; }
.response-message {
width: 416px;
font-size: 16px;
margin-top: 5px;
margin-bottom: auto; }
.button-popup {
display: none; }
.response-card:hover .button-popup,
.button-popup:hover {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
content: "";
top: 22px;
right: -145px; }
.right-card {
width: 240px;
padding: 25px 30px;
padding-top: 20px;
border-radius: 15px;
margin-top: 40px; }
.right-card:first-child {
margin-top: 80px; }
.right-column .info-card {
margin-top: 90px; }
.black {
background-color: #23242c;
color: #ffffff;
font-size: 16px; }
.white {
color: #23242c;
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border: 1px solid #989898;
position: relative; }
.white::before {
position: absolute;
content: "";
width: 268px;
height: 1px;
background-color: #f5f5f6;
top: 53px; }
.file-card {
margin-top: 77px;
padding-bottom: 45px; }
.file-card .head-card {
padding-left: 70px;
position: relative;
margin-top: -10px;
margin-bottom: 35px; }
.file-card .head-card::after {
position: absolute;
content: "";
width: 46px;
height: 58px;
top: -35px;
left: 0;
background-image: url("/img/file-icon.svg"); }
.file-card::before {
width: 0;
height: 0; }
.head-card {
letter-spacing: 1.5px;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 25px; }
.black-list {
margin: 0;
margin-top: 15px;
padding: 0; }
.black-list dt {
font-weight: 700;
margin-top: 13px; }
.black-list dd {
margin: 0;
font-size: 14px;
line-height: 20px; }
.enumeration-list {
list-style: none;
margin: 0;
padding: 0; }
.enumeration-item {
margin-top: 31px;
margin-bottom: 25px; }
.enumeration-item a {
padding-left: 50px;
position: relative; }
.enumeration-item a::after {
position: absolute;
content: "";
width: 35px;
height: 35px;
top: -5px;
left: 0; }
.enumeration-item:last-child {
margin-bottom: 7px; }
.enumeration-item:first-child {
margin-top: 7px; }
.link--phone::after {
background-image: url("/img/phone-icon.svg"); }
.link--email::after {
background-image: url("/img/email-icon.svg"); }
.link--tg::after {
background-image: url("/img/tg-icon.svg"); }
.file-card .link--clip::after {
background-image: url("/img/clip-icon.svg");
background-position: center;
background-repeat: no-repeat;
top: 3px;
left: -8px; }
.file-card .link--clip::before {
position: absolute;
content: "";
width: 268px;
height: 1px;
background-color: #f5f5f6;
top: 53px;
left: 1px; }
.enumeration-item .link--clip {
padding-left: 25px; }
.file-card .enumeration-item {
margin-top: -5px; }
.file-size {
color: #989898;
font-size: 12px;
margin: 0;
padding-left: 25px;
line-height: 18px; }
.price--big {
font-size: 48px;
margin-top: 35px;
margin-bottom: 32px; }
.task-description {
padding: 30px 26px;
margin-top: 0;
margin-bottom: 20px;
background-color: #f5f5f6;
border-radius: 15px; }
.task-map {
margin-top: 20px;
border-radius: 15px;
background-color: #f5f5f6;
padding-bottom: 15px;
position: relative;
margin-bottom: 48px; }
.task-map::after {
position: absolute;
content: "";
width: 76px;
height: 82px;
background-image: url("/img/grey-location.svg");
bottom: 0;
left: 27px; }
.map {
border-top-right-radius: 15px;
border-top-left-radius: 15px;
margin-bottom: 25px; }
.map-address {
margin-left: 128px;
margin-top: 5px;
margin-bottom: 5px;
color: #4d38f5;
font-size: 16px; }
.town {
font-size: 20px;
font-weight: 700; }
.task-card {
padding-bottom: 28px;
padding-top: 20px;
position: relative; }
.task-card::before {
position: absolute;
content: "";
width: 100%;
height: 1px;
bottom: 0;
background-color: #f5f5f6; }
.head-task {
margin-bottom: 30px; }
.header-task {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 9px; }
.task-text {
font-size: 16px;
color: #989898;
margin-bottom: 14px; }
.footer-task {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.footer-task .info-text {
-ms-flex-item-align: center;
align-self: center;
justify-self: flex-start;
padding-left: 27px;
position: relative;
margin-right: 60px; }
.footer-task .info-text::after {
position: absolute;
content: "";
top: 3px;
left: 0;
background-repeat: no-repeat;
background-position: center; }
.town-text::after {
width: 18px;
height: 14px;
background-image: url("/img/home-icon.svg"); }
.category-text::after {
width: 18px;
height: 18px;
background-image: url("/img/category-icon.svg"); }
.pagination-list {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.pagination-item {
max-width: 50px;
border: 1px solid #f5f5f6;
text-align: center;
margin-top: 33px; }
.pagination-item:hover:not(.mark) {
background-color: #333232; }
.pagination-item:hover:not(.mark) .link--page {
color: #ffffff; }
.pagination-item--active {
background-color: #333232; }
.pagination-item--active .link--page {
color: #ffffff; }
.mark {
position: relative;
border: none;
width: 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.mark::after {
position: absolute;
content: "";
width: 30px;
height: 30px;
top: 10px;
left: 10px;
background-image: url("/img/arrow-hover.svg");
background-repeat: no-repeat;
background-position: center;
z-index: -2; }
.mark .link--page {
padding-top: 38px; }
.mark:hover::after {
background-image: url("/img/arrow.svg"); }
.pagination-item:first-child::after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.pagination-item:last-child::after {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg); }
.search-form .head-card:not(.head-card:first-child) {
margin-top: 33px;
margin-bottom: 0; }
.search-form .head-card:first-child {
margin-bottom: 0; }
.search-form select {
margin-top: 20px;
width: 100%;
padding: 13px 16px;
margin-bottom: 50px;
font-size: 15px;
color: #8f9bb3; }
.search-form .button {
padding: 14px 57px;
font-size: 19px;
margin-left: 70px;
margin-bottom: 0;
border: none; }
input[type=checkbox] {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden; }
input[type=checkbox] ~ label {
position: relative;
display: inline-block;
line-height: 25px;
padding-left: 40px;
margin-top: 20px;
cursor: pointer; }
input[type=checkbox] ~ label::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: 0 0;
border-radius: 3px; }
input[type=checkbox]:checked ~ label::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
background-image: url("/img/checkmark.svg");
background-repeat: no-repeat;
background-position: center; }
input[type=checkbox]:hover ~ label::before {
background-color: #e5e5e5; }
.regular-form {
margin-top: 55px;
padding: 30px 40px;
background-color: #d7d7d7;
border-radius: 24px;
width: 664px;
font-size: 16px; }
.regular-form .head-main {
margin-top: 5px;
margin-bottom: 7px; }
.regular-form .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.regular-form .control-label {
font-weight: 700;
margin-bottom: 10px;
margin-top: 27px;
color: #989898; }
.regular-form input,
.regular-form select,
.regular-form textarea {
padding: 9px;
border-radius: 7px;
border: solid 2px #989898; }
.half-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.form-label {
margin-bottom: 12px;
font-size: 16px;
font-weight: 700;
color: #989898; }
input[type=date] {
height: 20px; }
.registration-form {
padding-bottom: 122px; }
.registration-form input,
.registration-form select {
width: 295px; }
.registration-form select {
padding-top: 7px;
padding-bottom: 7px; }
.registration-form .form-group input[type=text] {
width: 642px; }
.registration-form input[type=checkbox] ~ label {
font-size: 18px;
font-weight: 400;
line-height: 18px;
padding-left: 32px;
margin-bottom: 0;
color: #05060f; }
.registration-form input[type=checkbox] ~ label::before {
width: 18px;
height: 18px;
background-color: #3366ff; }
.registration-form input[type=checkbox]:checked ~ label::after {
width: 18px;
height: 18px;
background-image: url("/img/checkmark-white.svg"); }
.photo-editing {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.photo-editing .button {
font-size: 19px;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 50px;
margin-left: 23px; }
.my-profile-form {
width: 512px;
margin-left: 180px; }
.my-profile-form h3 {
margin-top: 30px; }
.my-profile-form .control-label {
font-weight: 700;
margin-bottom: 10px;
margin-top: 27px;
color: #989898;
font-size: 16px; }
.my-profile-form .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.my-profile-form input,
.my-profile-form textarea {
padding: 9px;
border-radius: 7px;
border: solid 2px #989898; }
.my-profile-form textarea {
min-height: 130px; }
.my-profile-form input[type=email],
.my-profile-form input[type=tel] {
width: 277px; }
.my-profile-form input[type=date],
.my-profile-form .half-wrapper input[type=text] {
width: 170px; }
.my-profile-form input[type=checkbox] ~ label {
font-weight: 400;
width: 174px;
margin-top: 5px; }
.my-profile-form input[type=checkbox] ~ label::before {
background-color: #3366ff; }
.my-profile-form input[type=checkbox]:checked ~ label::after {
background-image: url("/img/checkmark-white-big.svg"); }
.add-task-form select {
padding-top: 7px;
padding-bottom: 7px;
width: 344px; }
.add-task-form textarea {
min-height: 108px; }
.add-task-form .half-wrapper {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.add-task-form .half-wrapper input {
width: 177px;
margin-right: 50px; }
.new-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
width: 661px;
height: 128px;
border: 1px dashed #989898;
border-radius: 7px;
background-color: #ffffff; }
.add-file {
font-size: 16px;
color: #989898;
position: relative; }
.add-file::before {
position: absolute;
content: "";
width: 48px;
height: 53px;
background-image: url("/img/upload-icon.svg");
background-position: center;
background-repeat: no-repeat;
top: -59px;
left: 57px; }
input[type=button] {
border: none;
padding: 15px 43px;
margin-top: 24px;
font-size: 19px;
width: 221px;
display: block;
float: right; }
.add-task-form input[type=button] {
width: 171px;
padding: 15px 26px;
margin-top: 29px; }
.my-profile-form input[type=button] {
width: 193px;
margin-top: 56px; }
/*# sourceMappingURL=style.css.map */ | 0.619241 | 0.084304 |
@font-face {
font-family: varelaRound-regular;
src: url(../../statics/fonts/VarelaRound-Regular.ttf);
}
@font-face {
font-family: roboto-black;
src: url(../../statics/fonts/Roboto-Black.ttf);
}
@font-face {
font-family: roboto-bold;
src: url(../../statics/fonts/Roboto-Bold.ttf);
}
@font-face {
font-family: roboto;
src: url(../../statics/fonts/Roboto-Regular.ttf);
}
@font-face {
font-family: roboto-light;
src: url(../../statics/fonts/Roboto-Light.ttf);
}
@font-face {
font-family: roboto-thin;
src: url(../../statics/fonts/Roboto-Thin.ttf);
}
@font-face {
font-family: roboto-italic;
src: url(../../statics/fonts/Roboto-MediumItalic.ttf);
}
*{
margin: 0%;
padding: 0%;
}
#main{
background-color: #525659;
}
.principal_layout{
background-color: snow;
/*background-color: whitesmoke;*/
/*background-color: ghostwhite;*/
/*background-color: mintcream;*/
}
p {
font-family: 'roboto'
}
p::selection{
background: none; /* #9bbaf1 */
color: #ff5733;
}
hr{
margin-bottom: 10px;
}
a{
text-decoration: none;
}
a:hover > div > P{
background-color: #f7f7f7;
}
.Header{
background-color: #0c343d;
}
.Title{
font-family: 'roboto-bold';
font-size: 1.8rem;
color: white;
letter-spacing: 0.05rem;
margin: 15px 0 0 1em;
padding: 0;
}
.Subtitle{
font-family: 'roboto-bold';
font-size: 1.5em;
color: #171717;
}
.Header .Subtitle{
font-family: 'roboto-thin';
font-size: 1em;
color: white;
padding: 0;
}
.Location{
font-family: 'roboto';
font-size: 0.8rem;
color: white;
text-align: right;
height: max-content;
position: relative;
top: 40%;
padding: 0 15px 0 0;
}
@media only screen and (min-width: 840px){
.Header .Subtitle{
margin: 0 0 20px 2em;
}
.Location{
position: relative;
top: 40%;
padding: 0 15px 0 0;
}
}
@media only screen and (max-width: 839px){
.Header .Subtitle{
margin: 0 0 0 2em;
}
.Location{
position: inherit;
text-align: left;
margin: 0 0 10px 30px;
}
}
.Resume{
padding: 0 15px;
font-size: 1em;
}
.ProfessionalExperience{
padding: 0 15px;
}
.ExperienceItem{
padding: 16px;
margin-bottom: 10px;
}
.SectionDateTitleDescription_Date p{
font-family: 'roboto-bold';
}
.SectionDateTitleDescription_Title p{
font-family: 'roboto-bold';
}
.SectionDateTitleDescription_Entity p{
font-family: 'roboto-italic';
font-size: 0.9em;
}
.SectionUnorderedList{
font-size: 0.9em;
padding: 0 15px;
}
.Education{
padding: 0 15px;
}
.EducationItem{
padding: 16px;
margin-bottom: 10px;
}
.Hobbies{
margin: 0 0 30px 10%;
}
.Hobbies p{
float: left;
}
.Hobbies-title p{
font-family: 'roboto-bold';
}
/* Complementary Column */
.Complementary{
background-color: #efefef;
overflow-wrap: break-word;
position: relative;
top: -24px;
padding: 16px;
margin-bottom: -24px;
}
.Complementary-content > div{
margin-bottom: 20px;
}
.SectionTitleShortDescription{
margin: 0 0 5px 0;
}
.SectionTitleShortDescription p:first-child{
font-size: 1em;
font-family: 'roboto-bold';
color: #444;
}
.SectionTitleShortDescription p:nth-child(2){
font-size: 0.9em;
color: #121212;
}
.ElementAndLevel{
margin-bottom: 10px;
width: 100%;
}
.ElementAndLevel > p{
font-size: 0.95em;
color: #444;
}
.ElementAndLevel > div{
height: 25px;
text-align: right;
}
.ElementAndLevel > div img{
margin-left: 3px;
}
.ElementAndLevel > div p{
font-size: 0.8em;
color: #444;
}
.ElementAndLevel_LevelProgress_Container{
width: 100%;
}
.LevelProgressGenerator{
width: fit-content;
float: right;
}
.Footer{
background-color: #0c343d;
padding: 15px;
text-align: center;
margin-top: -24px;
}
.Footer p{
color: white;
font-family: 'roboto-light';
font-size: 0.8em;
}
.Footer > p > a{
/*text-decoration: none;*/
color: white;
}
.Footer > p > a:hover{
/*text-decoration: none;*/
color: #61dafb;
}
/* */ | src/styles/styles.css | @font-face {
font-family: varelaRound-regular;
src: url(../../statics/fonts/VarelaRound-Regular.ttf);
}
@font-face {
font-family: roboto-black;
src: url(../../statics/fonts/Roboto-Black.ttf);
}
@font-face {
font-family: roboto-bold;
src: url(../../statics/fonts/Roboto-Bold.ttf);
}
@font-face {
font-family: roboto;
src: url(../../statics/fonts/Roboto-Regular.ttf);
}
@font-face {
font-family: roboto-light;
src: url(../../statics/fonts/Roboto-Light.ttf);
}
@font-face {
font-family: roboto-thin;
src: url(../../statics/fonts/Roboto-Thin.ttf);
}
@font-face {
font-family: roboto-italic;
src: url(../../statics/fonts/Roboto-MediumItalic.ttf);
}
*{
margin: 0%;
padding: 0%;
}
#main{
background-color: #525659;
}
.principal_layout{
background-color: snow;
/*background-color: whitesmoke;*/
/*background-color: ghostwhite;*/
/*background-color: mintcream;*/
}
p {
font-family: 'roboto'
}
p::selection{
background: none; /* #9bbaf1 */
color: #ff5733;
}
hr{
margin-bottom: 10px;
}
a{
text-decoration: none;
}
a:hover > div > P{
background-color: #f7f7f7;
}
.Header{
background-color: #0c343d;
}
.Title{
font-family: 'roboto-bold';
font-size: 1.8rem;
color: white;
letter-spacing: 0.05rem;
margin: 15px 0 0 1em;
padding: 0;
}
.Subtitle{
font-family: 'roboto-bold';
font-size: 1.5em;
color: #171717;
}
.Header .Subtitle{
font-family: 'roboto-thin';
font-size: 1em;
color: white;
padding: 0;
}
.Location{
font-family: 'roboto';
font-size: 0.8rem;
color: white;
text-align: right;
height: max-content;
position: relative;
top: 40%;
padding: 0 15px 0 0;
}
@media only screen and (min-width: 840px){
.Header .Subtitle{
margin: 0 0 20px 2em;
}
.Location{
position: relative;
top: 40%;
padding: 0 15px 0 0;
}
}
@media only screen and (max-width: 839px){
.Header .Subtitle{
margin: 0 0 0 2em;
}
.Location{
position: inherit;
text-align: left;
margin: 0 0 10px 30px;
}
}
.Resume{
padding: 0 15px;
font-size: 1em;
}
.ProfessionalExperience{
padding: 0 15px;
}
.ExperienceItem{
padding: 16px;
margin-bottom: 10px;
}
.SectionDateTitleDescription_Date p{
font-family: 'roboto-bold';
}
.SectionDateTitleDescription_Title p{
font-family: 'roboto-bold';
}
.SectionDateTitleDescription_Entity p{
font-family: 'roboto-italic';
font-size: 0.9em;
}
.SectionUnorderedList{
font-size: 0.9em;
padding: 0 15px;
}
.Education{
padding: 0 15px;
}
.EducationItem{
padding: 16px;
margin-bottom: 10px;
}
.Hobbies{
margin: 0 0 30px 10%;
}
.Hobbies p{
float: left;
}
.Hobbies-title p{
font-family: 'roboto-bold';
}
/* Complementary Column */
.Complementary{
background-color: #efefef;
overflow-wrap: break-word;
position: relative;
top: -24px;
padding: 16px;
margin-bottom: -24px;
}
.Complementary-content > div{
margin-bottom: 20px;
}
.SectionTitleShortDescription{
margin: 0 0 5px 0;
}
.SectionTitleShortDescription p:first-child{
font-size: 1em;
font-family: 'roboto-bold';
color: #444;
}
.SectionTitleShortDescription p:nth-child(2){
font-size: 0.9em;
color: #121212;
}
.ElementAndLevel{
margin-bottom: 10px;
width: 100%;
}
.ElementAndLevel > p{
font-size: 0.95em;
color: #444;
}
.ElementAndLevel > div{
height: 25px;
text-align: right;
}
.ElementAndLevel > div img{
margin-left: 3px;
}
.ElementAndLevel > div p{
font-size: 0.8em;
color: #444;
}
.ElementAndLevel_LevelProgress_Container{
width: 100%;
}
.LevelProgressGenerator{
width: fit-content;
float: right;
}
.Footer{
background-color: #0c343d;
padding: 15px;
text-align: center;
margin-top: -24px;
}
.Footer p{
color: white;
font-family: 'roboto-light';
font-size: 0.8em;
}
.Footer > p > a{
/*text-decoration: none;*/
color: white;
}
.Footer > p > a:hover{
/*text-decoration: none;*/
color: #61dafb;
}
/* */ | 0.317109 | 0.092155 |
@import 'https://fonts.googleapis.com/css?family=Roboto';
* {
padding: 0;
margin: 0;
font-family: 'Roboto', sans-serif;
color: #FFFFFF; }
.space {
flex: 1; }
body {
background-image: url("../img/cover-juiz-fora.png");
background-size: cover;
background-position: center; }
.header-navegation {
margin-top: 45px;
height: 101px;
padding: 0 158px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row no-wrap;
align-items: center;
justify-content: flex-end; }
.header-navegation .header-logo #logo {
width: 62px;
height: 71px; }
.header-navegation .header-nav {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center; }
.header-navegation .header-nav ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
list-style: none; }
.header-navegation .header-nav ul li a {
text-decoration: none;
font-size: 14px;
color: #aeaaaa;
padding: 22px;
display: inline-block; }
.header-navegation .header-nav .header-socialMidia ul {
list-style: none; }
.header-navegation .header-nav .header-socialMidia ul li a {
display: inline-block; }
.header-navegation .header-nav .header-socialMidia ul li a i {
color: #00c853;
font-size: 34px; }
.container {
height: calc( 100vh - 146px);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
max-width: 915px;
margin: 0 auto; }
.container .container-conteudo__title {
font-size: 100px;
margin-bottom: 20px; }
.container .container-conteudo__title-subtitle {
font-size: 18px;
color: #aeaaaa;
margin-bottom: 40px; }
.container .container-conteudo__title-subtitle--btnForkMe {
border-radius: 5px;
background-color: #00c853;
padding: 30px;
color: #000;
text-decoration: none;
text-align: center;
font-size: 18px; }
.container .fa-github {
font-size: 60px;
color: #000;
margin-right: 18px;
vertical-align: middle;
display: inline-block; }
/*# sourceMappingURL=main.css.map */ | src/site/css/main.css | @import 'https://fonts.googleapis.com/css?family=Roboto';
* {
padding: 0;
margin: 0;
font-family: 'Roboto', sans-serif;
color: #FFFFFF; }
.space {
flex: 1; }
body {
background-image: url("../img/cover-juiz-fora.png");
background-size: cover;
background-position: center; }
.header-navegation {
margin-top: 45px;
height: 101px;
padding: 0 158px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row no-wrap;
align-items: center;
justify-content: flex-end; }
.header-navegation .header-logo #logo {
width: 62px;
height: 71px; }
.header-navegation .header-nav {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center; }
.header-navegation .header-nav ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
list-style: none; }
.header-navegation .header-nav ul li a {
text-decoration: none;
font-size: 14px;
color: #aeaaaa;
padding: 22px;
display: inline-block; }
.header-navegation .header-nav .header-socialMidia ul {
list-style: none; }
.header-navegation .header-nav .header-socialMidia ul li a {
display: inline-block; }
.header-navegation .header-nav .header-socialMidia ul li a i {
color: #00c853;
font-size: 34px; }
.container {
height: calc( 100vh - 146px);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
max-width: 915px;
margin: 0 auto; }
.container .container-conteudo__title {
font-size: 100px;
margin-bottom: 20px; }
.container .container-conteudo__title-subtitle {
font-size: 18px;
color: #aeaaaa;
margin-bottom: 40px; }
.container .container-conteudo__title-subtitle--btnForkMe {
border-radius: 5px;
background-color: #00c853;
padding: 30px;
color: #000;
text-decoration: none;
text-align: center;
font-size: 18px; }
.container .fa-github {
font-size: 60px;
color: #000;
margin-right: 18px;
vertical-align: middle;
display: inline-block; }
/*# sourceMappingURL=main.css.map */ | 0.268366 | 0.074467 |
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700');
html {
scroll-behavior: smooth;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 500px) {
body .section {
padding: 50px 0;
}
}
@media screen and (max-width: 1288px) {
body .section {
padding: 0;
}
}
* {
text-rendering: optimizeLegibility;
}
*,
::before,
::after {
box-sizing: inherit;
}
:root {
--site-bg: #072540;
--site-card-bg-dark: #173c5d;
--site-card-bg-light: #6d9dc5;
--site-text: #92c2db;
--site-highlight: #ff8ae2;
--site-text-default: #eeeeee;
--site-highlight-dark: #924668;
}
body {
background-color: var(--site-bg);
background-image: linear-gradient(
13deg,
var(--site-bg) 0%,
var(--site-card-bg-dark) 74%
);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Roboto', sans-serif;
margin: 0;
min-height: 100vh;
}
header {
display: flex;
display: block;
}
#navbar {
margin: 64px 0 20px 0;
font-family: 'Roboto', san-serif;
display: flex;
align-items: center;
justify-content: space-between;
background-color: transparent;
}
.navbar {
position: relative;
z-index: 30;
}
#navbar .navbar-wrapper {
display: flex;
align-items: center;
}
body #navbar .nav-logo {
content: url(https://hacktoberfest.digitalocean.com/assets/h-light-833607d3b00215da03d184b4123e92b82478d565ab73161880dfe02f04bbeddc.svg);
}
.navLink {
font-size: 0.875rem;
z-index: 1;
text-transform: uppercase;
text-align: center;
}
.navbar-link {
margin-bottom: 10px;
text-align: center;
}
a .navLink {
text-decoration: none;
}
a .navLink:hover {
text-decoration: underline;
}
#navbar .navLink {
color: var(--site-text);
}
body #navbar .navLink:hover,
body #navbar .active {
color: var(--site-card-bg-light);
}
@media screen and (max-width: 1024px) {
#navbar .navbar-wrapper {
flex-direction: column;
}
}
#navbar .navbar-wrapper .logo {
min-height: 100px;
min-width: 109px;
}
#navbar .navbar-wrapper .nav-logo {
max-width: 109px;
}
#navbar .navbar-wrapper ul.navbar-links {
display: flex;
align-items: center;
}
@media screen and (max-width: 1024px) {
#navbar .navbar-wrapper ul.navbar-links {
margin: 20px 0 0;
flex-direction: column;
align-items: center;
}
}
#navbar .navbar-wrapper ul.navbar-links li {
margin-bottom: 10px;
text-align: center;
}
#navbar .navbar-wrapper ul.navbar-links li .navLink {
margin-left: 1.875rem;
font-size: 0.875rem;
z-index: 1;
text-transform: uppercase;
text-align: center;
}
@media screen and (max-width: 1024px) {
#navbar .navbar-wrapper ul.navbar-links li .navLink {
margin-left: 0;
}
}
nav ul {
color: var(--site-text);
font-size: 1.125rem;
font-weight: 400;
line-height: 1.5;
}
nav ul li {
list-style: none;
}
input {
background-color: var(--site-card-bg-dark);
border-radius: 10px;
border: none;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 15px 40px rgba(0, 0, 0, 0.1);
color: var(--site-text);
font-family: inherit;
font-size: 1rem;
padding: 1rem;
margin-bottom: 2rem;
}
input::placeholder {
color: #bbb;
}
input:focus {
outline: none;
}
.card {
background-image: linear-gradient(
315deg,
var(--site-card-bg-dark) 0%,
var(--site-card-bg-light) 100%
);
border-radius: 20px;
box-shadow: 0px 2px 20px rgba(61, 27, 43, 0.1);
display: flex;
padding: 3rem;
max-width: 800px;
margin-bottom: 10px;
}
.avatar {
border: 10px solid var(--site-card-bg-dark);
border-radius: 50%;
height: 150px;
width: 150px;
}
.user-info {
color: var(--site-text-default);
margin-left: 2rem;
}
.user-info h2 {
margin-top: 0;
}
.user-info ul {
display: block;
justify-content: space-between;
list-style-type: none;
padding: 0;
max-width: 400px;
}
.user-info ul li {
/*display: flex;
align-items: center;*/
display:inline-block;
}
.user-info ul li strong {
font-size: 0.9rem;
margin-left: 0.5rem;
}
.lang {
background-color: var(--site-card-bg-light);
border-radius: 5px;
/*display: inline-block;*/
color: white;
font-size: 0.7rem;
padding: 0.25rem 0.5rem;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
text-decoration: none;
}
.section-contributos {
display: flex;
justify-content: space-between;
} | style.css | @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700');
html {
scroll-behavior: smooth;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 500px) {
body .section {
padding: 50px 0;
}
}
@media screen and (max-width: 1288px) {
body .section {
padding: 0;
}
}
* {
text-rendering: optimizeLegibility;
}
*,
::before,
::after {
box-sizing: inherit;
}
:root {
--site-bg: #072540;
--site-card-bg-dark: #173c5d;
--site-card-bg-light: #6d9dc5;
--site-text: #92c2db;
--site-highlight: #ff8ae2;
--site-text-default: #eeeeee;
--site-highlight-dark: #924668;
}
body {
background-color: var(--site-bg);
background-image: linear-gradient(
13deg,
var(--site-bg) 0%,
var(--site-card-bg-dark) 74%
);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Roboto', sans-serif;
margin: 0;
min-height: 100vh;
}
header {
display: flex;
display: block;
}
#navbar {
margin: 64px 0 20px 0;
font-family: 'Roboto', san-serif;
display: flex;
align-items: center;
justify-content: space-between;
background-color: transparent;
}
.navbar {
position: relative;
z-index: 30;
}
#navbar .navbar-wrapper {
display: flex;
align-items: center;
}
body #navbar .nav-logo {
content: url(https://hacktoberfest.digitalocean.com/assets/h-light-833607d3b00215da03d184b4123e92b82478d565ab73161880dfe02f04bbeddc.svg);
}
.navLink {
font-size: 0.875rem;
z-index: 1;
text-transform: uppercase;
text-align: center;
}
.navbar-link {
margin-bottom: 10px;
text-align: center;
}
a .navLink {
text-decoration: none;
}
a .navLink:hover {
text-decoration: underline;
}
#navbar .navLink {
color: var(--site-text);
}
body #navbar .navLink:hover,
body #navbar .active {
color: var(--site-card-bg-light);
}
@media screen and (max-width: 1024px) {
#navbar .navbar-wrapper {
flex-direction: column;
}
}
#navbar .navbar-wrapper .logo {
min-height: 100px;
min-width: 109px;
}
#navbar .navbar-wrapper .nav-logo {
max-width: 109px;
}
#navbar .navbar-wrapper ul.navbar-links {
display: flex;
align-items: center;
}
@media screen and (max-width: 1024px) {
#navbar .navbar-wrapper ul.navbar-links {
margin: 20px 0 0;
flex-direction: column;
align-items: center;
}
}
#navbar .navbar-wrapper ul.navbar-links li {
margin-bottom: 10px;
text-align: center;
}
#navbar .navbar-wrapper ul.navbar-links li .navLink {
margin-left: 1.875rem;
font-size: 0.875rem;
z-index: 1;
text-transform: uppercase;
text-align: center;
}
@media screen and (max-width: 1024px) {
#navbar .navbar-wrapper ul.navbar-links li .navLink {
margin-left: 0;
}
}
nav ul {
color: var(--site-text);
font-size: 1.125rem;
font-weight: 400;
line-height: 1.5;
}
nav ul li {
list-style: none;
}
input {
background-color: var(--site-card-bg-dark);
border-radius: 10px;
border: none;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 15px 40px rgba(0, 0, 0, 0.1);
color: var(--site-text);
font-family: inherit;
font-size: 1rem;
padding: 1rem;
margin-bottom: 2rem;
}
input::placeholder {
color: #bbb;
}
input:focus {
outline: none;
}
.card {
background-image: linear-gradient(
315deg,
var(--site-card-bg-dark) 0%,
var(--site-card-bg-light) 100%
);
border-radius: 20px;
box-shadow: 0px 2px 20px rgba(61, 27, 43, 0.1);
display: flex;
padding: 3rem;
max-width: 800px;
margin-bottom: 10px;
}
.avatar {
border: 10px solid var(--site-card-bg-dark);
border-radius: 50%;
height: 150px;
width: 150px;
}
.user-info {
color: var(--site-text-default);
margin-left: 2rem;
}
.user-info h2 {
margin-top: 0;
}
.user-info ul {
display: block;
justify-content: space-between;
list-style-type: none;
padding: 0;
max-width: 400px;
}
.user-info ul li {
/*display: flex;
align-items: center;*/
display:inline-block;
}
.user-info ul li strong {
font-size: 0.9rem;
margin-left: 0.5rem;
}
.lang {
background-color: var(--site-card-bg-light);
border-radius: 5px;
/*display: inline-block;*/
color: white;
font-size: 0.7rem;
padding: 0.25rem 0.5rem;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
text-decoration: none;
}
.section-contributos {
display: flex;
justify-content: space-between;
} | 0.350866 | 0.072768 |
html,
body {
margin: 0;
padding: 0;
background-color: white;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
left: 0;
right: 0;
width: auto;
}
a {
outline: none;
cursor: pointer;
}
img {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
video {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
h2 {
font-size: 24px;
margin: 10px 0 0 0;
padding: 0;
font-weight: bold;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
h3 {
font-size: 18px;
margin: 10px 0 0 0;
padding: 0;
font-weight: bold;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
ul,
ol {
margin: 10px 0 10px 0;
}
li ol,
li ul {
margin: 0;
}
hr {
border: 0;
height: 1px;
background: rgb(15, 13, 15);
margin: 0 0 10px 0;
}
.menu-container {
z-index: 2;
position: static;
width: 100%;
background-color: #3dff47;
min-width: 300px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.menu {
position: relative;
margin: 0 auto;
max-width: 900px;
}
.menu-table {
padding: 10px 10px;
width: 100%;
margin: 0;
}
.menu-highlight {
color: rgb(255, 255, 255) !important;
opacity: 1 !important;
font-weight: 700 !important;
}
.logo {
margin-left: 20px;
}
.logo a {
color: rgba(255, 255, 255, 0.8);
font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
font-size: 30px;
text-decoration: none;
font-weight: 700;
flex: 1 auto;
}
.menu-button {
width: 40px;
height: 40px;
display: none;
cursor: pointer;
margin-right: 20px;
}
.menu-button img {
width: 30px;
height: 30px;
}
.menu-items a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
font-weight: 400;
font-size: 18px;
flex: 1 auto;
transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
-webkit-transition: opacity 0.1s ease-in-out;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
white-space: nowrap;
}
.menu-items a:not(:last-child) {
margin-right: 25px;
}
.menu-items a:hover {
color: rgb(8, 122, 4);
opacity: 1;
}
.content-container {
z-index: 1;
position: relative;
width: 100%;
min-width: 300px;
}
.content {
position: relative;
margin: 0 auto;
font-size: 16px;
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.5;
max-width: 900px;
overflow-x: auto;
}
.content p a,
.content ul a,
.content ol a {
text-decoration: none;
color: #005cbf;
}
.content p a:hover,
.content ul a:hover,
.content ol a:hover {
text-decoration: underline;
}
.content-table {
padding: 20px 10px;
width: 100%;
margin: 0;
}
.flex-column {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
box-sizing: border-box;
}
.flex-row-space-between {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
align-content: stretch;
box-sizing: border-box;
}
.flex-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: stretch;
box-sizing: border-box;
}
.flex-row-center {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: stretch;
box-sizing: border-box;
}
.flex-item-stretch {
flex: 1 auto;
}
.flex-item-stretch-2 {
flex: 1 auto;
}
.flex-item-stretch-3 {
flex: 1 auto;
}
.flex-item-stretch-4 {
flex: 1 auto;
}
.flex-item-stretch-5 {
flex: 1 auto;
}
.flex-item {
margin: 0 20px;
}
.left-align {
float: left;
}
.right-align {
float: right;
}
.full-width {
width: 100%;
}
.badge-text {
font-size: 30px;
font-weight: 700;
}
.text {
color: whitesmoke;
margin: 10px 0 10px 0;
padding: 0;
}
.text-large-margin {
margin: 15px 0 15px 0;
padding: 0;
}
.text-small-margin {
margin: 5px 0 5px 0;
padding: 0;
}
.text-no-margin {
margin: 0;
padding: 0;
}
.image {
border-radius: 2px;
height: auto;
width: 100%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: flex;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.image.center {
align-self: center;
}
.image img,
.image video {
width: 100%;
height: 100%;
box-sizing: border-box;
display: table-cell;
overflow: hidden;
border-radius: 2px;
}
.adaptive-image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.image-wrap-text {
float: left;
margin: 5px 40px 25px 0;
}
.image-caption {
width: 100%;
text-align: center;
margin-top: -10px;
margin-bottom: 10px;
}
.max-width-400 {
max-width: 400px;
}
.max-width-140 {
max-width: 140px;
}
ol.publication {
display: flex;
flex-direction: column-reverse;
list-style: none;
margin: 7px 0 7px 0;
padding: 0;
flex-wrap: wrap;
}
ol.publication li {
display: flex;
align-items: baseline;
margin: 0;
padding: 0;
}
ol.publication li p:before {
line-height: 1;
margin-right: 5px;
}
ol.publication.C-list {
counter-reset: C-counter;
}
ol.publication.C-list li p {
counter-increment: C-counter;
}
ol.publication.C-list li p:before {
content: "[C" counter(C-counter) "]";
}
ol.publication.J-list {
counter-reset: J-counter;
}
ol.publication.J-list li p {
counter-increment: J-counter;
}
ol.publication.J-list li p:before {
content: "[J" counter(J-counter) "]";
}
ol.publication.T-list {
counter-reset: T-counter;
}
ol.publication.T-list li p {
counter-increment: T-counter;
}
ol.publication.T-list li p:before {
content: "[T" counter(T-counter) "]";
}
ol.publication.O-list {
counter-reset: O-counter;
}
ol.publication.O-list li p {
counter-increment: O-counter;
}
ol.publication.O-list li p:before {
content: "[O" counter(O-counter) "]";
}
ol.publication.P-list {
counter-reset: P-counter;
}
ol.publication.P-list li p {
counter-increment: P-counter;
}
ol.publication.P-list li p:before {
content: "[P" counter(P-counter) "]";
}
ol.publication.M-list {
counter-reset: M-counter;
}
ol.publication.M-list li p {
counter-increment: M-counter;
}
ol.publication.M-list li p:before {
content: "[M" counter(M-counter) "]";
}
ol.publication.F-list {
counter-reset: F-counter;
}
ol.publication.F-list li p {
counter-increment: F-counter;
}
ol.publication.F-list li p:before {
content: "[F" counter(F-counter) "]";
}
ol.publication.A-list {
counter-reset: A-counter;
}
ol.publication.A-list li p {
counter-increment: A-counter;
}
ol.publication.A-list li p:before {
content: "[A" counter(A-counter) "]";
}
ol.nested {
list-style: none;
counter-reset: item;
}
ol.nested > li:before {
counter-increment: item;
content: counters(item, ".") ". ";
padding-right: 0.6em;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.center-align-content {
display: flex;
justify-content: center;
align-items: center;
}
.left-align-content {
display: flex;
justify-content: flex-start;
align-items: center;
}
.text-large {
font-size: 20px;
}
.text-small {
font-size: 12px;
}
.text-italic {
font-style: italic;
}
.text-justify {
text-align: justify;
}
.text-center {
text-align: center;
}
.iframe-container {
position: absolute;
top: 61px;
bottom: 0;
left: 0;
height: auto;
width: 100%;
min-width: 300px;
}
.iframe {
border: 0;
width: 100%;
height: 100%;
}
.iframe-in-body {
width: 100%;
height: 400px;
border: 1px solid #666666;
margin: 15px 0;
}
.iframe-in-tab {
width: 100%;
height: 400px;
border: 0;
margin: 0;
padding: 0;
}
.force-no-scroll {
overflow-y: hidden;
}
.force-scroll {
overflow-y: scroll;
}
.highlight-text {
font-weight: bold;
}
.custom-text-info,
.custom-text-info p,
.custom-text-info a {
color: #17a2b8;
}
.custom-text-info a:hover {
color: #007082;
}
.custom-text-primary,
.custom-text-primary p,
.custom-text-primary a {
color: #007bff;
}
.custom-text-primary a:hover {
color: #005cbf;
}
.custom-text-danger,
.custom-text-danger p,
.custom-text-danger a {
color: #dc3545;
}
.custom-text-danger a:hover {
color: #a71120;
}
.gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: stretch;
box-sizing: border-box;
width: 100%;
padding: 0 10px;
}
.gallery a {
border: 1px solid rgba(0, 0, 0, 0);
color: black;
text-decoration: none;
padding: 10px;
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.gallery a > img,
.gallery a > video {
border-radius: 2px;
width: 100%;
background-image: url(../img/loading.gif);
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: center;
min-height: 50px;
}
.gallery a > div {
width: 100%;
text-align: center;
}
.custom-table-container {
display: grid;
width: fit-content;
width: -moz-fit-content;
margin: 15px 0;
}
.custom-table-container.center {
margin-left: auto;
margin-right: auto;
}
.custom-table {
display: block;
overflow-x: auto;
border: 1px solid #666666;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
margin: 0;
padding: 0;
}
.custom-table thead {
text-align: left;
border-bottom: 1px solid #666666;
}
.custom-table tfoot {
border-top: 1px solid #666666;
}
.custom-table tr.bg-color-gray {
background-color: #dadada;
}
.custom-table tr.bg-color-light-gray {
background-color: #efefef;
}
.custom-table td,
.custom-table th {
padding: 5px 10px;
}
.no-top-margin {
margin-top: 0;
}
.no-bottom-margin {
margin-bottom: 0;
}
.break-long-url {
/* These are technically the same, but use both */
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
word-break: break-all;
/* Instead use this non-standard one: */
word-break: break-word;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.graph-title {
font-size: 20px;
margin-bottom: 0;
margin-top: 15px;
}
.add-top-margin {
color: rgb(0, 0, 0);
margin-top: 15px;
}
.add-top-margin-small {
margin-top: 5px;
}
.add-top-margin-large {
margin-top: 20px;
}
.add-bottom-margin {
margin-bottom: 15px;
}
.add-bottom-margin-small {
margin-bottom: 5px;
}
.head{
color: #ffffff;
font-size: 80px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
animation-name: example;
animation-duration: 4s;
animation-delay: 2s;
animation-iteration-count: infinite;
}
@keyframes example {
0% {color:rgb(0, 0, 0); left:0px; top:0px;}
25% {color:rgb(255, 255, 255); left:200px; top:0px;}
50% {color:rgb(0, 0, 0); left:200px; top:200px;}
75% {color:rgb(255, 255, 255); left:0px; top:200px;}
100% {color:rgb(0, 0, 0); left:0px; top:0px;}
}
.add-bottom-margin-large {
margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
.flex-item-stretch {
flex: 1;
}
.flex-item-stretch-2 {
flex: 2;
}
.flex-item-stretch-3 {
flex: 3;
}
.flex-item-stretch-4 {
flex: 4;
}
.flex-item-stretch-5 {
flex: 5;
}
}
@media screen and (max-width: 750px) {
.logo {
-webkit-tap-highlight-color: transparent;
}
.menu-items {
display: none;
width: 100%;
}
.menu-items a:first-child {
margin-top: 10px;
}
.menu-items a {
width: 100%;
padding: 10px 0;
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.menu-button {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
align-content: stretch;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
.menu-button:focus {
pointer-events: none;
}
.menu-button:focus + .menu-items {
display: block;
}
.menu-button:focus + .menu-items a {
display: block;
}
.menu-items:hover {
display: block;
}
.menu-items > a {
display: block;
}
.image-wrap-text {
max-width: 100%;
margin-bottom: 20px;
margin-right: 0;
}
}
@media screen and (min-width: 900px) {
.gallery a {
flex: 1 0 25%;
max-width: 25%;
}
}
@media screen and (min-width: 700px) and (max-width: 900px) {
.gallery a {
flex: 1 0 33.3%;
max-width: 33.3%;
}
}
@media screen and (min-width: 500px) and (max-width: 700px) {
.gallery a {
flex: 1 0 50%;
max-width: 50%;
}
}
@media screen and (max-width: 500px) {
.gallery a {
flex: 1 0 100%;
max-width: 100%;
}
} | css/frame.css | html,
body {
margin: 0;
padding: 0;
background-color: white;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
left: 0;
right: 0;
width: auto;
}
a {
outline: none;
cursor: pointer;
}
img {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
video {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
h2 {
font-size: 24px;
margin: 10px 0 0 0;
padding: 0;
font-weight: bold;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
h3 {
font-size: 18px;
margin: 10px 0 0 0;
padding: 0;
font-weight: bold;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
ul,
ol {
margin: 10px 0 10px 0;
}
li ol,
li ul {
margin: 0;
}
hr {
border: 0;
height: 1px;
background: rgb(15, 13, 15);
margin: 0 0 10px 0;
}
.menu-container {
z-index: 2;
position: static;
width: 100%;
background-color: #3dff47;
min-width: 300px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.menu {
position: relative;
margin: 0 auto;
max-width: 900px;
}
.menu-table {
padding: 10px 10px;
width: 100%;
margin: 0;
}
.menu-highlight {
color: rgb(255, 255, 255) !important;
opacity: 1 !important;
font-weight: 700 !important;
}
.logo {
margin-left: 20px;
}
.logo a {
color: rgba(255, 255, 255, 0.8);
font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
font-size: 30px;
text-decoration: none;
font-weight: 700;
flex: 1 auto;
}
.menu-button {
width: 40px;
height: 40px;
display: none;
cursor: pointer;
margin-right: 20px;
}
.menu-button img {
width: 30px;
height: 30px;
}
.menu-items a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
font-weight: 400;
font-size: 18px;
flex: 1 auto;
transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
-webkit-transition: opacity 0.1s ease-in-out;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
white-space: nowrap;
}
.menu-items a:not(:last-child) {
margin-right: 25px;
}
.menu-items a:hover {
color: rgb(8, 122, 4);
opacity: 1;
}
.content-container {
z-index: 1;
position: relative;
width: 100%;
min-width: 300px;
}
.content {
position: relative;
margin: 0 auto;
font-size: 16px;
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.5;
max-width: 900px;
overflow-x: auto;
}
.content p a,
.content ul a,
.content ol a {
text-decoration: none;
color: #005cbf;
}
.content p a:hover,
.content ul a:hover,
.content ol a:hover {
text-decoration: underline;
}
.content-table {
padding: 20px 10px;
width: 100%;
margin: 0;
}
.flex-column {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
box-sizing: border-box;
}
.flex-row-space-between {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
align-content: stretch;
box-sizing: border-box;
}
.flex-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: stretch;
box-sizing: border-box;
}
.flex-row-center {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: stretch;
box-sizing: border-box;
}
.flex-item-stretch {
flex: 1 auto;
}
.flex-item-stretch-2 {
flex: 1 auto;
}
.flex-item-stretch-3 {
flex: 1 auto;
}
.flex-item-stretch-4 {
flex: 1 auto;
}
.flex-item-stretch-5 {
flex: 1 auto;
}
.flex-item {
margin: 0 20px;
}
.left-align {
float: left;
}
.right-align {
float: right;
}
.full-width {
width: 100%;
}
.badge-text {
font-size: 30px;
font-weight: 700;
}
.text {
color: whitesmoke;
margin: 10px 0 10px 0;
padding: 0;
}
.text-large-margin {
margin: 15px 0 15px 0;
padding: 0;
}
.text-small-margin {
margin: 5px 0 5px 0;
padding: 0;
}
.text-no-margin {
margin: 0;
padding: 0;
}
.image {
border-radius: 2px;
height: auto;
width: 100%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: flex;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.image.center {
align-self: center;
}
.image img,
.image video {
width: 100%;
height: 100%;
box-sizing: border-box;
display: table-cell;
overflow: hidden;
border-radius: 2px;
}
.adaptive-image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.image-wrap-text {
float: left;
margin: 5px 40px 25px 0;
}
.image-caption {
width: 100%;
text-align: center;
margin-top: -10px;
margin-bottom: 10px;
}
.max-width-400 {
max-width: 400px;
}
.max-width-140 {
max-width: 140px;
}
ol.publication {
display: flex;
flex-direction: column-reverse;
list-style: none;
margin: 7px 0 7px 0;
padding: 0;
flex-wrap: wrap;
}
ol.publication li {
display: flex;
align-items: baseline;
margin: 0;
padding: 0;
}
ol.publication li p:before {
line-height: 1;
margin-right: 5px;
}
ol.publication.C-list {
counter-reset: C-counter;
}
ol.publication.C-list li p {
counter-increment: C-counter;
}
ol.publication.C-list li p:before {
content: "[C" counter(C-counter) "]";
}
ol.publication.J-list {
counter-reset: J-counter;
}
ol.publication.J-list li p {
counter-increment: J-counter;
}
ol.publication.J-list li p:before {
content: "[J" counter(J-counter) "]";
}
ol.publication.T-list {
counter-reset: T-counter;
}
ol.publication.T-list li p {
counter-increment: T-counter;
}
ol.publication.T-list li p:before {
content: "[T" counter(T-counter) "]";
}
ol.publication.O-list {
counter-reset: O-counter;
}
ol.publication.O-list li p {
counter-increment: O-counter;
}
ol.publication.O-list li p:before {
content: "[O" counter(O-counter) "]";
}
ol.publication.P-list {
counter-reset: P-counter;
}
ol.publication.P-list li p {
counter-increment: P-counter;
}
ol.publication.P-list li p:before {
content: "[P" counter(P-counter) "]";
}
ol.publication.M-list {
counter-reset: M-counter;
}
ol.publication.M-list li p {
counter-increment: M-counter;
}
ol.publication.M-list li p:before {
content: "[M" counter(M-counter) "]";
}
ol.publication.F-list {
counter-reset: F-counter;
}
ol.publication.F-list li p {
counter-increment: F-counter;
}
ol.publication.F-list li p:before {
content: "[F" counter(F-counter) "]";
}
ol.publication.A-list {
counter-reset: A-counter;
}
ol.publication.A-list li p {
counter-increment: A-counter;
}
ol.publication.A-list li p:before {
content: "[A" counter(A-counter) "]";
}
ol.nested {
list-style: none;
counter-reset: item;
}
ol.nested > li:before {
counter-increment: item;
content: counters(item, ".") ". ";
padding-right: 0.6em;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.center-align-content {
display: flex;
justify-content: center;
align-items: center;
}
.left-align-content {
display: flex;
justify-content: flex-start;
align-items: center;
}
.text-large {
font-size: 20px;
}
.text-small {
font-size: 12px;
}
.text-italic {
font-style: italic;
}
.text-justify {
text-align: justify;
}
.text-center {
text-align: center;
}
.iframe-container {
position: absolute;
top: 61px;
bottom: 0;
left: 0;
height: auto;
width: 100%;
min-width: 300px;
}
.iframe {
border: 0;
width: 100%;
height: 100%;
}
.iframe-in-body {
width: 100%;
height: 400px;
border: 1px solid #666666;
margin: 15px 0;
}
.iframe-in-tab {
width: 100%;
height: 400px;
border: 0;
margin: 0;
padding: 0;
}
.force-no-scroll {
overflow-y: hidden;
}
.force-scroll {
overflow-y: scroll;
}
.highlight-text {
font-weight: bold;
}
.custom-text-info,
.custom-text-info p,
.custom-text-info a {
color: #17a2b8;
}
.custom-text-info a:hover {
color: #007082;
}
.custom-text-primary,
.custom-text-primary p,
.custom-text-primary a {
color: #007bff;
}
.custom-text-primary a:hover {
color: #005cbf;
}
.custom-text-danger,
.custom-text-danger p,
.custom-text-danger a {
color: #dc3545;
}
.custom-text-danger a:hover {
color: #a71120;
}
.gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: stretch;
box-sizing: border-box;
width: 100%;
padding: 0 10px;
}
.gallery a {
border: 1px solid rgba(0, 0, 0, 0);
color: black;
text-decoration: none;
padding: 10px;
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.gallery a > img,
.gallery a > video {
border-radius: 2px;
width: 100%;
background-image: url(../img/loading.gif);
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: center;
min-height: 50px;
}
.gallery a > div {
width: 100%;
text-align: center;
}
.custom-table-container {
display: grid;
width: fit-content;
width: -moz-fit-content;
margin: 15px 0;
}
.custom-table-container.center {
margin-left: auto;
margin-right: auto;
}
.custom-table {
display: block;
overflow-x: auto;
border: 1px solid #666666;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
margin: 0;
padding: 0;
}
.custom-table thead {
text-align: left;
border-bottom: 1px solid #666666;
}
.custom-table tfoot {
border-top: 1px solid #666666;
}
.custom-table tr.bg-color-gray {
background-color: #dadada;
}
.custom-table tr.bg-color-light-gray {
background-color: #efefef;
}
.custom-table td,
.custom-table th {
padding: 5px 10px;
}
.no-top-margin {
margin-top: 0;
}
.no-bottom-margin {
margin-bottom: 0;
}
.break-long-url {
/* These are technically the same, but use both */
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
word-break: break-all;
/* Instead use this non-standard one: */
word-break: break-word;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.graph-title {
font-size: 20px;
margin-bottom: 0;
margin-top: 15px;
}
.add-top-margin {
color: rgb(0, 0, 0);
margin-top: 15px;
}
.add-top-margin-small {
margin-top: 5px;
}
.add-top-margin-large {
margin-top: 20px;
}
.add-bottom-margin {
margin-bottom: 15px;
}
.add-bottom-margin-small {
margin-bottom: 5px;
}
.head{
color: #ffffff;
font-size: 80px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
animation-name: example;
animation-duration: 4s;
animation-delay: 2s;
animation-iteration-count: infinite;
}
@keyframes example {
0% {color:rgb(0, 0, 0); left:0px; top:0px;}
25% {color:rgb(255, 255, 255); left:200px; top:0px;}
50% {color:rgb(0, 0, 0); left:200px; top:200px;}
75% {color:rgb(255, 255, 255); left:0px; top:200px;}
100% {color:rgb(0, 0, 0); left:0px; top:0px;}
}
.add-bottom-margin-large {
margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
.flex-item-stretch {
flex: 1;
}
.flex-item-stretch-2 {
flex: 2;
}
.flex-item-stretch-3 {
flex: 3;
}
.flex-item-stretch-4 {
flex: 4;
}
.flex-item-stretch-5 {
flex: 5;
}
}
@media screen and (max-width: 750px) {
.logo {
-webkit-tap-highlight-color: transparent;
}
.menu-items {
display: none;
width: 100%;
}
.menu-items a:first-child {
margin-top: 10px;
}
.menu-items a {
width: 100%;
padding: 10px 0;
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.menu-button {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
align-content: stretch;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
.menu-button:focus {
pointer-events: none;
}
.menu-button:focus + .menu-items {
display: block;
}
.menu-button:focus + .menu-items a {
display: block;
}
.menu-items:hover {
display: block;
}
.menu-items > a {
display: block;
}
.image-wrap-text {
max-width: 100%;
margin-bottom: 20px;
margin-right: 0;
}
}
@media screen and (min-width: 900px) {
.gallery a {
flex: 1 0 25%;
max-width: 25%;
}
}
@media screen and (min-width: 700px) and (max-width: 900px) {
.gallery a {
flex: 1 0 33.3%;
max-width: 33.3%;
}
}
@media screen and (min-width: 500px) and (max-width: 700px) {
.gallery a {
flex: 1 0 50%;
max-width: 50%;
}
}
@media screen and (max-width: 500px) {
.gallery a {
flex: 1 0 100%;
max-width: 100%;
}
} | 0.436142 | 0.054853 |
html {
height:100%;
}
body {
font: 13px helvetica,arial,freesans,clean,sans-serif;
line-height: 1.4em;
background-color: #fff;
color: #393939;
margin: 0px;
padding: 0px;
height: 100%;
}
p {
margin: 1em 0;
}
h1 {
font-size: 20px;
border-bottom: 1px solid #cccccc;
padding: .5em 0;
margin: 2em 0 1em;
}
h1:first-child {
margin: 0 0 1em;
}
h2 {
font-size: 16px;
color: #333;
margin: 2em auto 1em;
}
body.api .content h2 {
background: transparent url(http://github.github.com/github-flavored-markdown/shared/images/crud-sprite.png) left 2px no-repeat;
padding-left: 22px;
}
h2 span.step {
color: #666;
}
h3 {
font-size: 14px;
color: #333;
margin: 1.5em 0 .5em;
}
h5 {
font-size: 13px;
}
h6 {
font-size: 13px;
color: #666;
}
a {
color: #4183C4;
text-decoration: none;
}
a:hover,
a:active {
text-decoration:underline;
}
blockquote {
margin:0 -5px;
padding: 0px 20px;
}
ul,
ol {
margin: 0px;
padding: 0px;
}
dt {
font-weight: bold;
}
dd {
padding-left: 1em;
margin-bottom: 1em;
}
dd + dd {
margin-bottom: 0;
}
span.attention,
p.attention {
color: #e98400;
font-style: italic;
}
a img {
border: 0px;
}
/*------------------------------------------------------------------------------
Header Styles
------------------------------------------------------------------------------*/
#header-wrapper {
margin-bottom: 0;
clear: both;
height: 91px;
background: white url(http://github.github.com/github-flavored-markdown/shared/images/background-v2.png) 0 0 repeat-x;
}
#header {
margin: 0 auto;
width: 920px;
}
#header a.logo {
float: left;
margin-top: 15px;
display: inline-block;
}
#header ul.nav {
float: right;
padding: 8px 3px 8px 2px;
font-weight: bold;
text-shadow: white 1px 1px 0px;
font-size: 12px;
margin-top: 18px;
background: #f5f5f5;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fcfcfc', endColorstr='#ececec');
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcfc), to(#e8e8e8));
background:-moz-linear-gradient(270deg, #fcfcfc, #ececec);
border-color:#eee;
border:1px solid #e9e9e9;
border-bottom-color:#f5f5f5;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.2);
}
#header ul.nav li:first-child {
background: transparent;
}
#header ul.nav li {
float: left;
margin: 0;
padding: 0px 11px 0px 13px;
list-style-type: none;
background: url(http://github.github.com/github-flavored-markdown/shared/images/nav-rule.png) no-repeat 0px 50%;
line-height: 1.4em;
}
#header a {
outline: none;
text-decoration: none;
}
/*------------------------------------------------------------------------------
Sidebar
------------------------------------------------------------------------------*/
div.sidebar-shell {
position: relative;
float: right;
margin: 35px 0 0;
}
div.sidebar-module {
padding: 3px;
background: #EEE;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: block;
width: 332px;
margin-bottom: 20px;
font-size: 12px;
}
div.sidebar-module > ul {
background: #fafafb;
border: solid #CACACA;
border-width: 1px 1px 0px 1px;
margin: 0px;
}
div.sidebar-module > p {
background: #fafafb;
border: solid #CACACA;
border-width: 1px;
padding: 8px 10px;
margin: 0px;
display: block;
line-height: 1.4em;
}
div.sidebar-module li {
list-style-type: none;
}
div.sidebar-module > ul > li {
border-bottom: 1px solid #CACACA;
text-decoration: none;
}
div.sidebar-module > ul > li:hover {
text-decoration: none;
}
div.sidebar-module > ul h3 {
margin: 0px;
color: #666;
text-shadow: 1px 1px 0px #fff;
border-bottom: 1px solid #CACACA;
font-size: 14px;
background-color: #e1e1e1;
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
}
div.sidebar-module > ul li h3:hover,
div.sidebar-module > ul h3.disable {
background-color: #e1e1e1;
background-image: -moz-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -ms-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -o-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#d1d1d1));
background-image: -webkit-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: linear-gradient(top, #e1e1e1, #d1d1d1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1', EndColorStr='#d1d1d1');
}
div.sidebar-module > ul h3 a,
div.sidebar-module > ul h3.disable span {
padding: 8px 0px 8px 10px;
color: #666;
display: block;
text-decoration: none;
}
div.sidebar-module > ul h3.disable span {
padding-left: 20px;
background-image: url(http://github.github.com/github-flavored-markdown/shared/images/active-arrow.png);
background-position: left center;
background-repeat: no-repeat;
cursor: default;
}
div.sidebar-module > ul h3:hover a {
text-decoration: none;
}
div.sidebar-module ul ul,
div.sidebar-module .spacer {
display: block;
padding-bottom: 2px;
background-color: #FAFAFB;
}
div.sidebar-module ul ul li {
border-top: 1px solid #fff;
border-bottom: 1px solid #e9ecee;
font-weight: bold;
color: #666;
}
div.sidebar-module ul ul li:hover,
div.sidebar-module li.disable {
border-top: 1px solid #fafafb;
border-bottom: 1px solid #e5e8ea;
background-color: #f0f0f3;
}
div.sidebar-module li.disable {
background-image: url(http://github.github.com/github-flavored-markdown/shared/images/active-arrow.png);
background-position: left center;
background-repeat: no-repeat;
}
div.sidebar-module ul ul li a,
div.sidebar-module ul ul li span {
padding: 6px 0px 6px 10px;
display: block;
text-decoration: none;
}
div.sidebar-module ul ul li span {
padding-left: 20px;
cursor: default;
}
/* @end */
/*****************************************************************************/
/*
/* Footer
/*
/*****************************************************************************/
#footer {
position: relative;
bottom:0;
font-size:13px;
color: #636363;
margin: 45px 0 0 0;
}
#footer a:hover {
text-decoration: underline;
}
#footer li {
list-style: none;
}
.footer_inner {
width:960px;
position: relative;
margin: 0 auto;
}
#footer .upper_footer {
min-height: 160px;
overflow: hidden;
background: url(http://github.github.com/github-flavored-markdown/shared/images/bg_footer_top.png) #f8f8f8 repeat-x;
}
#footer #blacktocat {
height:130px;
width:164px;
float:left;
background: url(http://github.github.com/github-flavored-markdown/shared/images/blacktocat.png) top left no-repeat;
text-indent: -5000px;
margin: 15px 20px 0 0;
}
#footer #blacktocat_ie {
height:130px;
width:164px;
float:left;
background: url(http://github.github.com/github-flavored-markdown/shared/images/blacktocat.png) no-repeat;
text-indent: -5000px;
margin: 15px 20px 0 0;
}
#footer .upper_footer ul.footer_nav {
position: relative;
float: left;
width: 164px;
margin: 20px 10px;
}
#footer .upper_footer ul.footer_nav h4 {
margin: 0 0 5px 0;
padding-bottom: 5px;
border-bottom: thin solid #e1e1e1;
}
#footer .lower_footer {
position: relative;
background:url(http://github.github.com/github-flavored-markdown/shared/images/bg_footer_bottom.png) #fff repeat-x;
overflow: hidden;
clear:both;
}
#footer .lower_footer .home {
display: block;
position: absolute;
background: url(http://github.github.com/github-flavored-markdown/shared/images/footer-logo.png) top left no-repeat;
width: 100px;
height: 50px;
text-indent: -5000px;
}
#footer .lower_footer .home_ie {
display: block;
position: absolute;
background: url(http://github.github.com/github-flavored-markdown/shared/images/footer-logo.png) top left no-repeat;
width: 100px;
height: 50px;
text-indent: -5000px;
}
#footer .lower_footer #legal {
float: left;
width: 500px;
height: 50px;
line-height: 8px;
margin: 25px 0 0 17px;
}
#footer .lower_footer #legal #legal_links {
margin-left: 177px;
}
#footer .lower_footer div ul {
float: left;
text-indent: none;
display:inline;
margin-top: 15px;
}
#footer .lower_footer div ul li {
display:inline;
float: left;
margin: 0 10px 0 0;
}
#footer .lower_footer div p {
display:inline;
float:left;
clear: both;
margin: 10px 0 0 177px;
}
#footer .lower_footer .sponsor {
width: 295px;
float: right;
margin-top: 35px;
padding-bottom: 25px;
}
#footer .lower_footer .sponsor .logo {
float:left;
margin: 0 10px 0 0;
}
#footer .lower_footer .sponsor a {
color: #000;
}
/* end */
/*------------------------------------------------------------------------------
Not Footer
------------------------------------------------------------------------------*/
#wrapper {
padding: 20px 25px;
overflow:hidden;
height: auto;
width: 920px;
margin: -20px auto 0;
background: url(http://github.github.com/github-flavored-markdown/shared/images/background-white.png) 0 0 no-repeat;
}
.content {
width: 560px;
position: relative;
float: left;
color: #393939;
z-index: 2;
}
.content dl {
margin-left: 10px;
}
.content dt {
color: #666;
}
.content ul,
.content ol {
margin-left: 1.5em;
}
.content ul {
list-style-type: disc;
}
.content img {
max-width: 100%;
border: 1px solid #dddddd;
-webkit-box-shadow: 1px 1px 3px #ddd;
-moz-box-shadow: 1px 1px 3px #ddd;
box-shadow: 1px 1px 3px #ddd;
}
.content .description {
margin-left: 20px;
}
.content .verseblock-content {
padding: 3px;
}
.content .verseblock-content,
.content .sectionbody .dlist dt,
.content p > tt,
.content dl code,
.content ul code,
p code {
font: 12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
color: #52595d;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
background-color: #f9f9f9;
padding: 0px 3px;
display: inline-block;
}
.content .sectionbody .dlist dt {
margin-top: 10px;
}
.content .verseblock-content {
padding: 3px;
}
.content .intro {
color: #868686;
}
/* @end */
/*------------------------------------------------------------------------------
Pre/Code Styles
------------------------------------------------------------------------------*/
code {white-space: nowrap;}
pre {
border: 1px solid #cacaca;
line-height: 1.2em;
font: 12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
padding: 10px;
overflow:auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #FAFAFB;
color: #393939;
margin: 0px;
}
ul + pre {
margin-top: 1em;
}
pre code {white-space: pre;}
pre span.comment {color: #aaa;}
pre.headers {
margin-bottom: 0;
border-bottom-width: 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
color: #666;
background-color: #f1f1f1;
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
pre.no-response {
-webkit-border-radius: 3px 3px;
-moz-border-radius: 3px 3px;
border-radius: 3px 3px;
border-bottom: 1px solid #CACACA;
}
pre.headers + pre.highlight {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
pre.highlight {
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
background-color: #FAFAFB;
}
pre.terminal {
background-color: #444;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 2px solid #DEDEDE;
position: relative;
padding: 10px;
text-shadow: none;
background-image: none;
filter: none;
}
pre.terminal em {
color: #f9fe64;
}
span.codeline {
display: block;
position: relative;
}
span.codeline:hover {
background-color: #292929;
margin: 0px;
padding-left: 3px;
margin-left: -3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #666666;
}
span.codeline span {
display: inline-block;
font-size: 10px;
color: #fff;
padding: 0 0.3em 0.05em;
position: absolute;
right: 0px;
top: 0px;
text-indent: -9999px;
background-image: url(http://github.github.com/github-flavored-markdown/shared/images/qmark.png);
background-repeat: no-repeat;
background-position: 1px 3px;
max-width: 8px;
min-width: 8px;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
cursor: default;
}
span.codeline span:hover {
display: inline-block;
text-indent: 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #000;
border: 1px solid #292929;
max-width: 1000px;
}
span.codeline:hover em {
color: #666666;
}
pre.bootcamp {
white-space: normal;
margin-left: -10px;
background-image: none;
}
span.bash-output {
color: #63e463;
display: block;
position: relative;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
/* end */
/*------------------------------------------------------------------------------
More Info Expander
------------------------------------------------------------------------------*/
.more-info {
margin: 10px 0;
position: relative;
}
.more-info > h4 {
background-image: url('http://github.github.com/github-flavored-markdown/shared/images/dropdown_sprites.jpg');
background-repeat: no-repeat;
padding: .25em 0 .25em 25px;
cursor: pointer;
color: #4183C4;
font-weight: normal;
}
.more-info h4.compressed {
background-position: 0 0;
}
.more-info:hover h4.compressed {
background-position: 0 -23px;
}
.more-info h4.expanded {
background-position: 0 -46px;
}
.more-info:hover h4.expanded {
background-position: 0 -69px;
}
.more-info .more-content {
display: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #FFFFFF;
border: 3px solid #DDDDDD;
padding: 1em 2em;
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
margin: 15px 0 30px;
}
.more-info .more-content h4 {
margin-top: 1em;
}
.more-info .more-content pre {
margin-left: 0px;
}
/****************************/
/* List Module */
/****************************/
.list-module h2 {
border: solid #cacaca;
border-width: 1px;
border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
padding: 6px 10px;
background-color: #f1f1f1;
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
color: #666;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
font-size: 16px;
line-height: 22px;
margin: 0px;
}
.list-module .list-body {
border: solid #cacaca;
border-width: 0px 1px 1px 1px;
border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #fafafb;
color: #666;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.list-module .list-body .icon {
display: block;
height: 28px;
width: 28px;
position: absolute;
top: 10px;
left: 10px;
background: transparent url(images/popular_guide_sprites.png) 0 0 no-repeat;
}
.list-module a {
border-top: 1px solid #fff;
border-bottom: 1px solid #e9ecee;
padding: 6px 10px;
position: relative;
display: block;
}
.list-module a:hover {
border-top: 1px solid #fafafb;
border-bottom: 1px solid #e5e8ea;
background-color: #f0f0f3;
text-decoration: none;
}
.list-module a h3 {
color: #4183C4;
}
.list-module a:hover h3 {
text-decoration: underline;
}
.list-module ul {
list-style-type: none;
margin: 0px;
}
.list-module h3 {
margin: 0px;
font-size: 13px;
}
.list-module .list-body a p {
color: #666;
margin: 0px;
}
/* @end */
/****************************/
/* Expandable List Module */
/****************************/
div.expandable > ul h3 {
display: table;
width: 100%;
}
div.expandable > ul h3 > a {
display: table-cell;
background-color: #e1e1e1;
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
}
div.expandable > ul h3 > a:hover {
background-color: #e1e1e1;
background-image: -moz-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -ms-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -o-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#d1d1d1));
background-image: -webkit-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: linear-gradient(top, #e1e1e1, #d1d1d1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1', EndColorStr='#d1d1d1');
}
div.expandable > ul h3 > a.collapsed,
div.expandable > ul h3 > a.expanded {
background-image: url(http://github.github.com/github-flavored-markdown/shared/images/expand-arrows.png);
background-position: 0px -3px;
background-repeat: no-repeat;
width: 13px;
border-right: 1px solid #cacaca;
padding: 8px 11px;
}
div.expandable > ul h3 > a.expanded {
background-position: -38px -3px;
}
div.expandable > ul h3 > a.collapsed:hover {
background-image: url(http://github.github.com/github-flavored-markdown/images/expand-arrows.png);
background-position: 0px -43px;
background-repeat: no-repeat;
width: 13px;
border-right: 1px solid #cacaca;
padding: 8px 11px;
}
div.expandable > ul h3 > a.expanded:hover {
background-position: -38px -43px;
}
/* @end */ | css/github.css | html {
height:100%;
}
body {
font: 13px helvetica,arial,freesans,clean,sans-serif;
line-height: 1.4em;
background-color: #fff;
color: #393939;
margin: 0px;
padding: 0px;
height: 100%;
}
p {
margin: 1em 0;
}
h1 {
font-size: 20px;
border-bottom: 1px solid #cccccc;
padding: .5em 0;
margin: 2em 0 1em;
}
h1:first-child {
margin: 0 0 1em;
}
h2 {
font-size: 16px;
color: #333;
margin: 2em auto 1em;
}
body.api .content h2 {
background: transparent url(http://github.github.com/github-flavored-markdown/shared/images/crud-sprite.png) left 2px no-repeat;
padding-left: 22px;
}
h2 span.step {
color: #666;
}
h3 {
font-size: 14px;
color: #333;
margin: 1.5em 0 .5em;
}
h5 {
font-size: 13px;
}
h6 {
font-size: 13px;
color: #666;
}
a {
color: #4183C4;
text-decoration: none;
}
a:hover,
a:active {
text-decoration:underline;
}
blockquote {
margin:0 -5px;
padding: 0px 20px;
}
ul,
ol {
margin: 0px;
padding: 0px;
}
dt {
font-weight: bold;
}
dd {
padding-left: 1em;
margin-bottom: 1em;
}
dd + dd {
margin-bottom: 0;
}
span.attention,
p.attention {
color: #e98400;
font-style: italic;
}
a img {
border: 0px;
}
/*------------------------------------------------------------------------------
Header Styles
------------------------------------------------------------------------------*/
#header-wrapper {
margin-bottom: 0;
clear: both;
height: 91px;
background: white url(http://github.github.com/github-flavored-markdown/shared/images/background-v2.png) 0 0 repeat-x;
}
#header {
margin: 0 auto;
width: 920px;
}
#header a.logo {
float: left;
margin-top: 15px;
display: inline-block;
}
#header ul.nav {
float: right;
padding: 8px 3px 8px 2px;
font-weight: bold;
text-shadow: white 1px 1px 0px;
font-size: 12px;
margin-top: 18px;
background: #f5f5f5;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fcfcfc', endColorstr='#ececec');
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcfc), to(#e8e8e8));
background:-moz-linear-gradient(270deg, #fcfcfc, #ececec);
border-color:#eee;
border:1px solid #e9e9e9;
border-bottom-color:#f5f5f5;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.2);
}
#header ul.nav li:first-child {
background: transparent;
}
#header ul.nav li {
float: left;
margin: 0;
padding: 0px 11px 0px 13px;
list-style-type: none;
background: url(http://github.github.com/github-flavored-markdown/shared/images/nav-rule.png) no-repeat 0px 50%;
line-height: 1.4em;
}
#header a {
outline: none;
text-decoration: none;
}
/*------------------------------------------------------------------------------
Sidebar
------------------------------------------------------------------------------*/
div.sidebar-shell {
position: relative;
float: right;
margin: 35px 0 0;
}
div.sidebar-module {
padding: 3px;
background: #EEE;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: block;
width: 332px;
margin-bottom: 20px;
font-size: 12px;
}
div.sidebar-module > ul {
background: #fafafb;
border: solid #CACACA;
border-width: 1px 1px 0px 1px;
margin: 0px;
}
div.sidebar-module > p {
background: #fafafb;
border: solid #CACACA;
border-width: 1px;
padding: 8px 10px;
margin: 0px;
display: block;
line-height: 1.4em;
}
div.sidebar-module li {
list-style-type: none;
}
div.sidebar-module > ul > li {
border-bottom: 1px solid #CACACA;
text-decoration: none;
}
div.sidebar-module > ul > li:hover {
text-decoration: none;
}
div.sidebar-module > ul h3 {
margin: 0px;
color: #666;
text-shadow: 1px 1px 0px #fff;
border-bottom: 1px solid #CACACA;
font-size: 14px;
background-color: #e1e1e1;
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
}
div.sidebar-module > ul li h3:hover,
div.sidebar-module > ul h3.disable {
background-color: #e1e1e1;
background-image: -moz-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -ms-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -o-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#d1d1d1));
background-image: -webkit-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: linear-gradient(top, #e1e1e1, #d1d1d1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1', EndColorStr='#d1d1d1');
}
div.sidebar-module > ul h3 a,
div.sidebar-module > ul h3.disable span {
padding: 8px 0px 8px 10px;
color: #666;
display: block;
text-decoration: none;
}
div.sidebar-module > ul h3.disable span {
padding-left: 20px;
background-image: url(http://github.github.com/github-flavored-markdown/shared/images/active-arrow.png);
background-position: left center;
background-repeat: no-repeat;
cursor: default;
}
div.sidebar-module > ul h3:hover a {
text-decoration: none;
}
div.sidebar-module ul ul,
div.sidebar-module .spacer {
display: block;
padding-bottom: 2px;
background-color: #FAFAFB;
}
div.sidebar-module ul ul li {
border-top: 1px solid #fff;
border-bottom: 1px solid #e9ecee;
font-weight: bold;
color: #666;
}
div.sidebar-module ul ul li:hover,
div.sidebar-module li.disable {
border-top: 1px solid #fafafb;
border-bottom: 1px solid #e5e8ea;
background-color: #f0f0f3;
}
div.sidebar-module li.disable {
background-image: url(http://github.github.com/github-flavored-markdown/shared/images/active-arrow.png);
background-position: left center;
background-repeat: no-repeat;
}
div.sidebar-module ul ul li a,
div.sidebar-module ul ul li span {
padding: 6px 0px 6px 10px;
display: block;
text-decoration: none;
}
div.sidebar-module ul ul li span {
padding-left: 20px;
cursor: default;
}
/* @end */
/*****************************************************************************/
/*
/* Footer
/*
/*****************************************************************************/
#footer {
position: relative;
bottom:0;
font-size:13px;
color: #636363;
margin: 45px 0 0 0;
}
#footer a:hover {
text-decoration: underline;
}
#footer li {
list-style: none;
}
.footer_inner {
width:960px;
position: relative;
margin: 0 auto;
}
#footer .upper_footer {
min-height: 160px;
overflow: hidden;
background: url(http://github.github.com/github-flavored-markdown/shared/images/bg_footer_top.png) #f8f8f8 repeat-x;
}
#footer #blacktocat {
height:130px;
width:164px;
float:left;
background: url(http://github.github.com/github-flavored-markdown/shared/images/blacktocat.png) top left no-repeat;
text-indent: -5000px;
margin: 15px 20px 0 0;
}
#footer #blacktocat_ie {
height:130px;
width:164px;
float:left;
background: url(http://github.github.com/github-flavored-markdown/shared/images/blacktocat.png) no-repeat;
text-indent: -5000px;
margin: 15px 20px 0 0;
}
#footer .upper_footer ul.footer_nav {
position: relative;
float: left;
width: 164px;
margin: 20px 10px;
}
#footer .upper_footer ul.footer_nav h4 {
margin: 0 0 5px 0;
padding-bottom: 5px;
border-bottom: thin solid #e1e1e1;
}
#footer .lower_footer {
position: relative;
background:url(http://github.github.com/github-flavored-markdown/shared/images/bg_footer_bottom.png) #fff repeat-x;
overflow: hidden;
clear:both;
}
#footer .lower_footer .home {
display: block;
position: absolute;
background: url(http://github.github.com/github-flavored-markdown/shared/images/footer-logo.png) top left no-repeat;
width: 100px;
height: 50px;
text-indent: -5000px;
}
#footer .lower_footer .home_ie {
display: block;
position: absolute;
background: url(http://github.github.com/github-flavored-markdown/shared/images/footer-logo.png) top left no-repeat;
width: 100px;
height: 50px;
text-indent: -5000px;
}
#footer .lower_footer #legal {
float: left;
width: 500px;
height: 50px;
line-height: 8px;
margin: 25px 0 0 17px;
}
#footer .lower_footer #legal #legal_links {
margin-left: 177px;
}
#footer .lower_footer div ul {
float: left;
text-indent: none;
display:inline;
margin-top: 15px;
}
#footer .lower_footer div ul li {
display:inline;
float: left;
margin: 0 10px 0 0;
}
#footer .lower_footer div p {
display:inline;
float:left;
clear: both;
margin: 10px 0 0 177px;
}
#footer .lower_footer .sponsor {
width: 295px;
float: right;
margin-top: 35px;
padding-bottom: 25px;
}
#footer .lower_footer .sponsor .logo {
float:left;
margin: 0 10px 0 0;
}
#footer .lower_footer .sponsor a {
color: #000;
}
/* end */
/*------------------------------------------------------------------------------
Not Footer
------------------------------------------------------------------------------*/
#wrapper {
padding: 20px 25px;
overflow:hidden;
height: auto;
width: 920px;
margin: -20px auto 0;
background: url(http://github.github.com/github-flavored-markdown/shared/images/background-white.png) 0 0 no-repeat;
}
.content {
width: 560px;
position: relative;
float: left;
color: #393939;
z-index: 2;
}
.content dl {
margin-left: 10px;
}
.content dt {
color: #666;
}
.content ul,
.content ol {
margin-left: 1.5em;
}
.content ul {
list-style-type: disc;
}
.content img {
max-width: 100%;
border: 1px solid #dddddd;
-webkit-box-shadow: 1px 1px 3px #ddd;
-moz-box-shadow: 1px 1px 3px #ddd;
box-shadow: 1px 1px 3px #ddd;
}
.content .description {
margin-left: 20px;
}
.content .verseblock-content {
padding: 3px;
}
.content .verseblock-content,
.content .sectionbody .dlist dt,
.content p > tt,
.content dl code,
.content ul code,
p code {
font: 12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
color: #52595d;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
background-color: #f9f9f9;
padding: 0px 3px;
display: inline-block;
}
.content .sectionbody .dlist dt {
margin-top: 10px;
}
.content .verseblock-content {
padding: 3px;
}
.content .intro {
color: #868686;
}
/* @end */
/*------------------------------------------------------------------------------
Pre/Code Styles
------------------------------------------------------------------------------*/
code {white-space: nowrap;}
pre {
border: 1px solid #cacaca;
line-height: 1.2em;
font: 12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
padding: 10px;
overflow:auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #FAFAFB;
color: #393939;
margin: 0px;
}
ul + pre {
margin-top: 1em;
}
pre code {white-space: pre;}
pre span.comment {color: #aaa;}
pre.headers {
margin-bottom: 0;
border-bottom-width: 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
color: #666;
background-color: #f1f1f1;
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
pre.no-response {
-webkit-border-radius: 3px 3px;
-moz-border-radius: 3px 3px;
border-radius: 3px 3px;
border-bottom: 1px solid #CACACA;
}
pre.headers + pre.highlight {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
pre.highlight {
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
background-color: #FAFAFB;
}
pre.terminal {
background-color: #444;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 2px solid #DEDEDE;
position: relative;
padding: 10px;
text-shadow: none;
background-image: none;
filter: none;
}
pre.terminal em {
color: #f9fe64;
}
span.codeline {
display: block;
position: relative;
}
span.codeline:hover {
background-color: #292929;
margin: 0px;
padding-left: 3px;
margin-left: -3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #666666;
}
span.codeline span {
display: inline-block;
font-size: 10px;
color: #fff;
padding: 0 0.3em 0.05em;
position: absolute;
right: 0px;
top: 0px;
text-indent: -9999px;
background-image: url(http://github.github.com/github-flavored-markdown/shared/images/qmark.png);
background-repeat: no-repeat;
background-position: 1px 3px;
max-width: 8px;
min-width: 8px;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
cursor: default;
}
span.codeline span:hover {
display: inline-block;
text-indent: 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #000;
border: 1px solid #292929;
max-width: 1000px;
}
span.codeline:hover em {
color: #666666;
}
pre.bootcamp {
white-space: normal;
margin-left: -10px;
background-image: none;
}
span.bash-output {
color: #63e463;
display: block;
position: relative;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
/* end */
/*------------------------------------------------------------------------------
More Info Expander
------------------------------------------------------------------------------*/
.more-info {
margin: 10px 0;
position: relative;
}
.more-info > h4 {
background-image: url('http://github.github.com/github-flavored-markdown/shared/images/dropdown_sprites.jpg');
background-repeat: no-repeat;
padding: .25em 0 .25em 25px;
cursor: pointer;
color: #4183C4;
font-weight: normal;
}
.more-info h4.compressed {
background-position: 0 0;
}
.more-info:hover h4.compressed {
background-position: 0 -23px;
}
.more-info h4.expanded {
background-position: 0 -46px;
}
.more-info:hover h4.expanded {
background-position: 0 -69px;
}
.more-info .more-content {
display: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #FFFFFF;
border: 3px solid #DDDDDD;
padding: 1em 2em;
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
margin: 15px 0 30px;
}
.more-info .more-content h4 {
margin-top: 1em;
}
.more-info .more-content pre {
margin-left: 0px;
}
/****************************/
/* List Module */
/****************************/
.list-module h2 {
border: solid #cacaca;
border-width: 1px;
border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
padding: 6px 10px;
background-color: #f1f1f1;
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
color: #666;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
font-size: 16px;
line-height: 22px;
margin: 0px;
}
.list-module .list-body {
border: solid #cacaca;
border-width: 0px 1px 1px 1px;
border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #fafafb;
color: #666;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.list-module .list-body .icon {
display: block;
height: 28px;
width: 28px;
position: absolute;
top: 10px;
left: 10px;
background: transparent url(images/popular_guide_sprites.png) 0 0 no-repeat;
}
.list-module a {
border-top: 1px solid #fff;
border-bottom: 1px solid #e9ecee;
padding: 6px 10px;
position: relative;
display: block;
}
.list-module a:hover {
border-top: 1px solid #fafafb;
border-bottom: 1px solid #e5e8ea;
background-color: #f0f0f3;
text-decoration: none;
}
.list-module a h3 {
color: #4183C4;
}
.list-module a:hover h3 {
text-decoration: underline;
}
.list-module ul {
list-style-type: none;
margin: 0px;
}
.list-module h3 {
margin: 0px;
font-size: 13px;
}
.list-module .list-body a p {
color: #666;
margin: 0px;
}
/* @end */
/****************************/
/* Expandable List Module */
/****************************/
div.expandable > ul h3 {
display: table;
width: 100%;
}
div.expandable > ul h3 > a {
display: table-cell;
background-color: #e1e1e1;
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
}
div.expandable > ul h3 > a:hover {
background-color: #e1e1e1;
background-image: -moz-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -ms-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -o-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#d1d1d1));
background-image: -webkit-linear-gradient(top, #e1e1e1, #d1d1d1);
background-image: linear-gradient(top, #e1e1e1, #d1d1d1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1', EndColorStr='#d1d1d1');
}
div.expandable > ul h3 > a.collapsed,
div.expandable > ul h3 > a.expanded {
background-image: url(http://github.github.com/github-flavored-markdown/shared/images/expand-arrows.png);
background-position: 0px -3px;
background-repeat: no-repeat;
width: 13px;
border-right: 1px solid #cacaca;
padding: 8px 11px;
}
div.expandable > ul h3 > a.expanded {
background-position: -38px -3px;
}
div.expandable > ul h3 > a.collapsed:hover {
background-image: url(http://github.github.com/github-flavored-markdown/images/expand-arrows.png);
background-position: 0px -43px;
background-repeat: no-repeat;
width: 13px;
border-right: 1px solid #cacaca;
padding: 8px 11px;
}
div.expandable > ul h3 > a.expanded:hover {
background-position: -38px -43px;
}
/* @end */ | 0.416559 | 0.159839 |
* {
margin: 0;
}
html {
width: 100%;
height: auto;
font-size: 16px;
}
@media (min-width: 1180px) and (max-width: 1600px) {
html {
font-size: 14px;
}
}
body {
height: 100%;
-webkit-font-smoothing: antialiased;
}
/*CSS Grid Begins */
@supports (display: grid) {
#homewrapper {
width: 100%;
height: 100%;
display: grid;
grid-template-rows: 150px 730px 720px 640px 50px;
grid-template-columns: repeat(4, 2fr);
}
#homenav {
display: flex;
width: 100%;
grid-row: 1 / 2;
}
#homeheader {
display: flex;
flex-direction: column;
width: 100%;
grid-row: 1 / 3;
grid-column: 1 / span 4;
}
#homehero {
width: 100%;
grid-row: 3 / 4;
grid-column: 1 / span 4;
}
#homepanel {
width: 100%;
grid-row: 4 / 5;
grid-column: 1 / span 4;
}
#homefooter {
width: 100%;
grid-row: 5 / 6;
display: flex;
grid-column: 1 / span 4;
}
}
#homeheader {
align-items: center;
background: center no-repeat url(img/BG.jpg);
background-size: cover;
}
#homenav {
justify-content: center;
flex-direction: column;
}
#topnav {
display: flex;
justify-content: center;
align-items: center;
padding-top: 50px;
}
#homebuttons {
display: flex;
justify-content: flex-end;
flex: 1;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
color: #fff;
font-size: 18px;
}
.homebutton a {
text-decoration: none;
color: inherit;
}
#contact {
margin-right: 44px;
}
#login {
padding-right: 70px;
}
#logocontainer {
flex: 1;
display: flex;
padding-left: 50px;
}
#hometitle {
display: flex;
flex-direction: column;
font-size: 35px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
color: #fff;
width: 33%;
align-self: center;
margin-left: -350px;
margin-top: 180px;
}
#homesubtitle {
font-size: 20px;
font-weight: 300;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
color: #fff;
line-height: 1.5;
margin-top: 25px;
}
#homehero {
display: flex;
flex-direction: column;
align-items: center;
font-size: 40px;
background-color: #fff;
color: black;
}
#readourarticles {
display: flex;
flex-direction: column;
align-items: center;
font-family: "Roboto Slab", "Roboto", Helvetica, sans-serif;
font-size: 28px;
color: #ff670e;
font-weight: 300;
margin-top: 25px;
margin-bottom: 50px;
}
#readourarticles .fa-angle-double-down {
margin-top: 15px;
}
#boxesrow {
display: flex;
align-items: center;
justify-content: center;
align-content: center;
margin-bottom: 60px;
}
.mainboxwrapper {
flex: 1;
margin-right: 42px;
box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
height: 390px;
}
.mainboxwrapper:last-of-type {
margin-right: 0;
}
#boxesrow .mainbox {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
align-self: normal;
font-size: 30px;
color: #fff;
font-family: "Roboto Slab", "Open Sans", Helvetica, sans-serif;
font-weight: 300;
width: 390px;
z-index: 2;
cursor: pointer;
}
#boxesrow .mainboxwrapper:nth-child(1) .mainbox.closed {
background-color: #5879da;
height: 390px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
#boxesrow .mainboxwrapper:nth-child(1) .mainbox.closed:hover {
background-color: #5879da;
height: 370px;
-webkit-transition: height 0.5s ease;
-moz-transition: height 0.5s ease;
-o-transition: height 0.5s ease;
transition: height 0.5s ease;
}
#boxesrow .mainboxwrapper:nth-child(2) .mainbox.closed {
background-color: #162036;
height: 390px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
#boxesrow .mainboxwrapper:nth-child(2) .mainbox.closed:hover {
background-color: #162036;
height: 370px;
-webkit-transition: height 0.5s ease;
-moz-transition: height 0.5s ease;
-o-transition: height 0.5s ease;
transition: height 0.5s ease;
}
#boxesrow .mainboxwrapper:nth-child(3) .mainbox.closed {
background-color: #ff670e;
height: 390px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
#boxesrow .mainboxwrapper:nth-child(3) .mainbox.closed:hover {
background-color: #ff670e;
height: 370px;
-webkit-transition: height 0.5s ease;
-moz-transition: height 0.5s ease;
-o-transition: height 0.5s ease;
transition: height 0.5s ease;
}
#boxesrow .mainboxwrapper:nth-child(1) .mainbox {
background-color: #5879da;
height: 100px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
#boxesrow .mainboxwrapper:nth-child(2) .mainbox {
background-color: #162036;
height: 100px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
#boxesrow .mainboxwrapper:nth-child(3) .mainbox {
background-color: #ff670e;
height: 100px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.edgeBox {
height: unset !important;
}
.edgeBox .linkbox {
margin-top: 160px;
}
#boxesrow .mainbox:last-child {
margin-right: 0;
}
.mainbox span {
padding-left: 50px;
}
.mainbox img {
align-self: flex-end;
width: 10%;
-webkit-transition: width 0.35s ease;
-moz-transition: width 0.35s ease;
-o-transition: width 0.35s ease;
transition: width 0.35s ease;
}
.mainbox.closed img {
width: 40%;
-webkit-transition: width 0.35s ease;
-moz-transition: width 0.35s ease;
-o-transition: width 0.35s ease;
transition: width 0.35s ease;
}
.closed .bigspan {
font-size: 50px;
margin-top: -27px;
-webkit-transition: font-size 0.35s ease;
-moz-transition: font-size 0.35s ease;
-o-transition: font-size 0.35s ease;
transition: font-size 0.35s ease;
}
.bigspan {
font-size: 30px;
margin-top: -27px;
-webkit-transition: font-size 0.35s ease;
-moz-transition: font-size 0.35s ease;
-o-transition: font-size 0.35s ease;
transition: font-size 0.35s ease;
}
.mainboxtext {
display: flex;
flex-direction: column;
flex: 1;
justify-content: center;
}
button.open-close {
width: 36px;
height: 36px;
background-color: #171f36;
padding: 0;
border-radius: 100%;
background-image: url(img/icon-open.svg);
background-repeat: no-repeat;
background-position: center;
transition: transform 0.2s ease;
transform: rotate(45deg);
border-color: inherit;
outline: none;
align-self: flex-end;
margin-top: 20px;
margin-right: 20px;
cursor: pointer;
}
.closed button.open-close {
transform: rotate(0deg);
}
.closed .linkbox {
-webkit-transition: opacity 0.15s ease-out;
-moz-transition: opacity 0.15s ease-out;
-o-transition: opacity 0.15s ease-out;
transition: opacity 0.15s ease-out;
pointer-events: none;
cursor: default;
margin-top: 115px;
position: absolute;
opacity: 0;
}
.linkbox {
opacity: 1;
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-o-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
margin-top: 115px;
position: absolute;
font-weight: 500;
}
.linkbox li {
list-style: none;
}
.linklist {
margin-left: 15px;
}
a.mainlink {
color: #272727;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 16px;
text-decoration: none;
z-index: 10;
}
a.mainlink:hover {
color: #5879da;
}
#allarticlesrow {
display: flex;
align-items: flex-end;
font-size: 16px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
color: #ff670e;
}
#allarticlesbox {
padding: 15px 72px;
border: 1px #ff670e solid;
margin-bottom: 60px;
text-decoration: none;
color: inherit;
}
#homepanel {
align-items: center;
justify-content: center;
font-size: 30px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
background-color: #f7f7f7;
color: #272727;
display: flex;
flex-direction: column;
}
#announcementcontainer {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 20px;
color: #f66;
font-style: italic;
display: none;
margin-bottom: 120px;
}
#panelcontentcontainer {
display: flex;
margin-top: -35px;
}
#leftcontainer {
display: flex;
flex-direction: column;
}
#leftcontainer .seeallbox {
margin-top: 62px;
}
#paneltitle {
font-size: 28px;
font-family: "Roboto Slab", "Open Sans", Helvetica, sans-serif;
font-weight: 300;
color: #272727;
margin-bottom: 25px;
margin-top: 35px;
}
#newslettercontainer {
background-color: #ffffff;
height: 319px;
width: 380px;
padding-left: 20px;
display: flex;
flex-direction: column;
}
#newslettertitle {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #5879da;
margin-top: 15px;
}
#newsletterdate {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 16px;
color: #272727;
}
.panelhr {
height: 5px;
width: 15px;
background-color: #5879da;
margin-top: 5px;
margin-bottom: 10px;
border: 0;
}
.close {
margin-top: 5px;
margin-bottom: 5px;
}
#middlecontainer {
display: flex;
flex-direction: column;
padding-top: 75px;
margin-left: 52px;
margin-right: 52px;
}
#middlecontainer .seeallbox {
margin-top: 62px;
}
.newfeaturelink {
text-decoration: none;
}
.newfeaturecontainer {
display: flex;
flex-direction: column;
width: 380px;
height: 150px;
background-color: #fff;
margin-top: 20px;
padding-left: 20px;
}
.newfeaturetitle {
font-size: 13px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-weight: bold;
color: #5879da;
margin-top: 25px;
}
.newfeaturesubtitle {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 16px;
color: #272727;
padding-right: 30px;
margin-top: 10px;
}
.newfeaturesummary {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 14px;
color: #6f6f6f;
line-height: 1.57;
}
.readmore {
text-decoration: none;
font-style: italic;
font-weight: 300;
}
#rightcontainer {
display: flex;
flex-direction: column;
}
#secondpaneltitle {
font-size: 28px;
font-family: "Roboto Slab", "Open Sans", Helvetica, sans-serif;
font-weight: 300;
color: #272727;
margin-bottom: 23px;
padding-top: 35px;
}
#releasenotescontainer {
display: flex;
flex-direction: column;
}
.releasenoteslink {
display: flex;
flex-direction: column;
background-color: #fff;
width: 379px;
height: 65px;
margin-bottom: 20px;
padding-left: 20px;
text-decoration: none;
}
.releasenotestitle {
font-size: 13px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-weight: bold;
color: #5879da;
padding: 10px 28px 10px 0px;
}
.releasenotesdate {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 16px;
color: #272727;
padding: 0px 28px 10px 0px;
}
.seeallbox {
flex: 1;
width: 260px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 16px;
color: #5879da;
padding: 15px 44.5px;
border: 1px solid #5879da;
text-align: center;
align-self: center;
margin-top: 40px;
max-height: 20px;
height: 20px;
}
.seeallbox:last-child {
margin-top: 42px;
}
#homefooter {
align-items: center;
justify-content: center;
background-color: #162036;
display: flex;
flex-direction: column;
}
#listrow {
display: flex;
}
.footertitle {
font-size: 18px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
color: #fff;
margin-bottom: 15px;
}
.footerlist {
list-style: none;
font-size: 14px;
font-family: "Open Sans", "Roboto", Helvetica, sans-serif;
padding-left: 0;
color: #eef0f1;
font-weight: 300;
margin-right: 55px;
margin-top: 15px;
line-height: 1.86;
}
.footerhr {
height: 1px;
width: 40%;
background-color: #eef0f1;
margin-top: 20px;
margin-bottom: 20px;
border: 0px solid #fff;
}
#footerbottomrow {
display: flex;
}
#footertext {
color: #eef0f1;
font-family: "Open Sans";
}
#footertext a {
color: #eef0f1;
text-decoration: none;
margin-right: 5px;
}
#footericons a {
color: #eef0f1;
margin-right: 5px;
}
#footericons a:first-child {
margin-left: 15px;
}
/* Search Styling Begins */
.algolia-autocomplete {
margin-top: 43px;
}
.algolia-autocomplete .aa-dropdown-menu {
width: 100%;
height: 30.1vh;
}
.aa-input-search {
width: 100%;
height: 48px;
}
#aa-search-input {
height: 48px;
background-color: rgba(255, 255, 255, 0.2);
border: 1px #fff solid;
padding-left: 22px;
padding-right: 10px;
width: 100%;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-size: 16px;
color: #fff;
font-style: italic;
font-weight: 300;
}
#aa-search-input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #fff;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: 16px;
font-style: italic;
}
#aa-search-input::-moz-placeholder {
/* Firefox 19+ */
color: #fff;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: 16px;
font-style: italic;
}
#aa-search-input:-ms-input-placeholder {
/* IE 10+ */
color: #fff;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: 16px;
font-style: italic;
}
#aa-search-input:-moz-placeholder {
/* Firefox 18- */
color: #fff;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: 16px;
font-style: italic;
}
.searchcontentcontainer {
width: 80%;
}
.overlayvisible {
opacity: 0.5;
-webkit-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
}
/* Search Styling Ends */
/* explorer nonsense */
.homenavexplorer {
display: flex;
}
.hometitleexplorer {
margin-left: 0 !important;
margin-bottom: 230px;
}
.mainboxwrapperExplorer {
flex: none;
}
.mainboxwrapperExplorer .linkbox {
margin-top: 0;
}
.mainboxwrapperExplorer .bigspan {
margin-top: -50px;
}
.mainboxwrapperExplorer img {
display: none;
}
.homepanelexplorer {
padding-bottom: 100px;
}
.homepanelexplorer .seeallbox {
flex: auto;
}
.homepanelexplorer #panelcontentcontainer {
margin-top: 0;
}
/* Media Queries */
@media screen and (max-width: 767px) {
div#free-trial-button-welcome {
padding: 40px 0 0 !important;
}
.free-trial-label {
padding: 0 5px !important;
}
}
@media screen and (max-width: 450px) {
#homewrapper {
display: flex;
flex-direction: column;
}
#logocontainer {
padding-left: 70px;
justify-content: center;
}
#homebuttons {
display: none;
}
#hometitle {
width: 83%;
margin-left: 0;
margin-top: 50px;
}
#homeheader {
padding-bottom: 50px;
background: right no-repeat url(img/BG.jpg);
background-size: 280%;
}
#boxesrow {
margin-bottom: 0;
flex-direction: column;
display: inherit;
}
.mainboxwrapper {
margin-right: 0;
margin-bottom: 50px;
}
#allarticlesrow {
margin-top: 20px;
}
#homepanel {
display: none;
}
#footerbottomrow {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
#footertext {
width: 100%;
font-size: 12px;
margin-top: -13px;
}
} | css/home.css | * {
margin: 0;
}
html {
width: 100%;
height: auto;
font-size: 16px;
}
@media (min-width: 1180px) and (max-width: 1600px) {
html {
font-size: 14px;
}
}
body {
height: 100%;
-webkit-font-smoothing: antialiased;
}
/*CSS Grid Begins */
@supports (display: grid) {
#homewrapper {
width: 100%;
height: 100%;
display: grid;
grid-template-rows: 150px 730px 720px 640px 50px;
grid-template-columns: repeat(4, 2fr);
}
#homenav {
display: flex;
width: 100%;
grid-row: 1 / 2;
}
#homeheader {
display: flex;
flex-direction: column;
width: 100%;
grid-row: 1 / 3;
grid-column: 1 / span 4;
}
#homehero {
width: 100%;
grid-row: 3 / 4;
grid-column: 1 / span 4;
}
#homepanel {
width: 100%;
grid-row: 4 / 5;
grid-column: 1 / span 4;
}
#homefooter {
width: 100%;
grid-row: 5 / 6;
display: flex;
grid-column: 1 / span 4;
}
}
#homeheader {
align-items: center;
background: center no-repeat url(img/BG.jpg);
background-size: cover;
}
#homenav {
justify-content: center;
flex-direction: column;
}
#topnav {
display: flex;
justify-content: center;
align-items: center;
padding-top: 50px;
}
#homebuttons {
display: flex;
justify-content: flex-end;
flex: 1;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
color: #fff;
font-size: 18px;
}
.homebutton a {
text-decoration: none;
color: inherit;
}
#contact {
margin-right: 44px;
}
#login {
padding-right: 70px;
}
#logocontainer {
flex: 1;
display: flex;
padding-left: 50px;
}
#hometitle {
display: flex;
flex-direction: column;
font-size: 35px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
color: #fff;
width: 33%;
align-self: center;
margin-left: -350px;
margin-top: 180px;
}
#homesubtitle {
font-size: 20px;
font-weight: 300;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
color: #fff;
line-height: 1.5;
margin-top: 25px;
}
#homehero {
display: flex;
flex-direction: column;
align-items: center;
font-size: 40px;
background-color: #fff;
color: black;
}
#readourarticles {
display: flex;
flex-direction: column;
align-items: center;
font-family: "Roboto Slab", "Roboto", Helvetica, sans-serif;
font-size: 28px;
color: #ff670e;
font-weight: 300;
margin-top: 25px;
margin-bottom: 50px;
}
#readourarticles .fa-angle-double-down {
margin-top: 15px;
}
#boxesrow {
display: flex;
align-items: center;
justify-content: center;
align-content: center;
margin-bottom: 60px;
}
.mainboxwrapper {
flex: 1;
margin-right: 42px;
box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
height: 390px;
}
.mainboxwrapper:last-of-type {
margin-right: 0;
}
#boxesrow .mainbox {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
align-self: normal;
font-size: 30px;
color: #fff;
font-family: "Roboto Slab", "Open Sans", Helvetica, sans-serif;
font-weight: 300;
width: 390px;
z-index: 2;
cursor: pointer;
}
#boxesrow .mainboxwrapper:nth-child(1) .mainbox.closed {
background-color: #5879da;
height: 390px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
#boxesrow .mainboxwrapper:nth-child(1) .mainbox.closed:hover {
background-color: #5879da;
height: 370px;
-webkit-transition: height 0.5s ease;
-moz-transition: height 0.5s ease;
-o-transition: height 0.5s ease;
transition: height 0.5s ease;
}
#boxesrow .mainboxwrapper:nth-child(2) .mainbox.closed {
background-color: #162036;
height: 390px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
#boxesrow .mainboxwrapper:nth-child(2) .mainbox.closed:hover {
background-color: #162036;
height: 370px;
-webkit-transition: height 0.5s ease;
-moz-transition: height 0.5s ease;
-o-transition: height 0.5s ease;
transition: height 0.5s ease;
}
#boxesrow .mainboxwrapper:nth-child(3) .mainbox.closed {
background-color: #ff670e;
height: 390px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
#boxesrow .mainboxwrapper:nth-child(3) .mainbox.closed:hover {
background-color: #ff670e;
height: 370px;
-webkit-transition: height 0.5s ease;
-moz-transition: height 0.5s ease;
-o-transition: height 0.5s ease;
transition: height 0.5s ease;
}
#boxesrow .mainboxwrapper:nth-child(1) .mainbox {
background-color: #5879da;
height: 100px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
#boxesrow .mainboxwrapper:nth-child(2) .mainbox {
background-color: #162036;
height: 100px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
#boxesrow .mainboxwrapper:nth-child(3) .mainbox {
background-color: #ff670e;
height: 100px;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.edgeBox {
height: unset !important;
}
.edgeBox .linkbox {
margin-top: 160px;
}
#boxesrow .mainbox:last-child {
margin-right: 0;
}
.mainbox span {
padding-left: 50px;
}
.mainbox img {
align-self: flex-end;
width: 10%;
-webkit-transition: width 0.35s ease;
-moz-transition: width 0.35s ease;
-o-transition: width 0.35s ease;
transition: width 0.35s ease;
}
.mainbox.closed img {
width: 40%;
-webkit-transition: width 0.35s ease;
-moz-transition: width 0.35s ease;
-o-transition: width 0.35s ease;
transition: width 0.35s ease;
}
.closed .bigspan {
font-size: 50px;
margin-top: -27px;
-webkit-transition: font-size 0.35s ease;
-moz-transition: font-size 0.35s ease;
-o-transition: font-size 0.35s ease;
transition: font-size 0.35s ease;
}
.bigspan {
font-size: 30px;
margin-top: -27px;
-webkit-transition: font-size 0.35s ease;
-moz-transition: font-size 0.35s ease;
-o-transition: font-size 0.35s ease;
transition: font-size 0.35s ease;
}
.mainboxtext {
display: flex;
flex-direction: column;
flex: 1;
justify-content: center;
}
button.open-close {
width: 36px;
height: 36px;
background-color: #171f36;
padding: 0;
border-radius: 100%;
background-image: url(img/icon-open.svg);
background-repeat: no-repeat;
background-position: center;
transition: transform 0.2s ease;
transform: rotate(45deg);
border-color: inherit;
outline: none;
align-self: flex-end;
margin-top: 20px;
margin-right: 20px;
cursor: pointer;
}
.closed button.open-close {
transform: rotate(0deg);
}
.closed .linkbox {
-webkit-transition: opacity 0.15s ease-out;
-moz-transition: opacity 0.15s ease-out;
-o-transition: opacity 0.15s ease-out;
transition: opacity 0.15s ease-out;
pointer-events: none;
cursor: default;
margin-top: 115px;
position: absolute;
opacity: 0;
}
.linkbox {
opacity: 1;
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-o-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
margin-top: 115px;
position: absolute;
font-weight: 500;
}
.linkbox li {
list-style: none;
}
.linklist {
margin-left: 15px;
}
a.mainlink {
color: #272727;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 16px;
text-decoration: none;
z-index: 10;
}
a.mainlink:hover {
color: #5879da;
}
#allarticlesrow {
display: flex;
align-items: flex-end;
font-size: 16px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
color: #ff670e;
}
#allarticlesbox {
padding: 15px 72px;
border: 1px #ff670e solid;
margin-bottom: 60px;
text-decoration: none;
color: inherit;
}
#homepanel {
align-items: center;
justify-content: center;
font-size: 30px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
background-color: #f7f7f7;
color: #272727;
display: flex;
flex-direction: column;
}
#announcementcontainer {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 20px;
color: #f66;
font-style: italic;
display: none;
margin-bottom: 120px;
}
#panelcontentcontainer {
display: flex;
margin-top: -35px;
}
#leftcontainer {
display: flex;
flex-direction: column;
}
#leftcontainer .seeallbox {
margin-top: 62px;
}
#paneltitle {
font-size: 28px;
font-family: "Roboto Slab", "Open Sans", Helvetica, sans-serif;
font-weight: 300;
color: #272727;
margin-bottom: 25px;
margin-top: 35px;
}
#newslettercontainer {
background-color: #ffffff;
height: 319px;
width: 380px;
padding-left: 20px;
display: flex;
flex-direction: column;
}
#newslettertitle {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #5879da;
margin-top: 15px;
}
#newsletterdate {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 16px;
color: #272727;
}
.panelhr {
height: 5px;
width: 15px;
background-color: #5879da;
margin-top: 5px;
margin-bottom: 10px;
border: 0;
}
.close {
margin-top: 5px;
margin-bottom: 5px;
}
#middlecontainer {
display: flex;
flex-direction: column;
padding-top: 75px;
margin-left: 52px;
margin-right: 52px;
}
#middlecontainer .seeallbox {
margin-top: 62px;
}
.newfeaturelink {
text-decoration: none;
}
.newfeaturecontainer {
display: flex;
flex-direction: column;
width: 380px;
height: 150px;
background-color: #fff;
margin-top: 20px;
padding-left: 20px;
}
.newfeaturetitle {
font-size: 13px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-weight: bold;
color: #5879da;
margin-top: 25px;
}
.newfeaturesubtitle {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 16px;
color: #272727;
padding-right: 30px;
margin-top: 10px;
}
.newfeaturesummary {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 14px;
color: #6f6f6f;
line-height: 1.57;
}
.readmore {
text-decoration: none;
font-style: italic;
font-weight: 300;
}
#rightcontainer {
display: flex;
flex-direction: column;
}
#secondpaneltitle {
font-size: 28px;
font-family: "Roboto Slab", "Open Sans", Helvetica, sans-serif;
font-weight: 300;
color: #272727;
margin-bottom: 23px;
padding-top: 35px;
}
#releasenotescontainer {
display: flex;
flex-direction: column;
}
.releasenoteslink {
display: flex;
flex-direction: column;
background-color: #fff;
width: 379px;
height: 65px;
margin-bottom: 20px;
padding-left: 20px;
text-decoration: none;
}
.releasenotestitle {
font-size: 13px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-weight: bold;
color: #5879da;
padding: 10px 28px 10px 0px;
}
.releasenotesdate {
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 16px;
color: #272727;
padding: 0px 28px 10px 0px;
}
.seeallbox {
flex: 1;
width: 260px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
font-size: 16px;
color: #5879da;
padding: 15px 44.5px;
border: 1px solid #5879da;
text-align: center;
align-self: center;
margin-top: 40px;
max-height: 20px;
height: 20px;
}
.seeallbox:last-child {
margin-top: 42px;
}
#homefooter {
align-items: center;
justify-content: center;
background-color: #162036;
display: flex;
flex-direction: column;
}
#listrow {
display: flex;
}
.footertitle {
font-size: 18px;
font-family: "Roboto", "Open Sans", Helvetica, sans-serif;
color: #fff;
margin-bottom: 15px;
}
.footerlist {
list-style: none;
font-size: 14px;
font-family: "Open Sans", "Roboto", Helvetica, sans-serif;
padding-left: 0;
color: #eef0f1;
font-weight: 300;
margin-right: 55px;
margin-top: 15px;
line-height: 1.86;
}
.footerhr {
height: 1px;
width: 40%;
background-color: #eef0f1;
margin-top: 20px;
margin-bottom: 20px;
border: 0px solid #fff;
}
#footerbottomrow {
display: flex;
}
#footertext {
color: #eef0f1;
font-family: "Open Sans";
}
#footertext a {
color: #eef0f1;
text-decoration: none;
margin-right: 5px;
}
#footericons a {
color: #eef0f1;
margin-right: 5px;
}
#footericons a:first-child {
margin-left: 15px;
}
/* Search Styling Begins */
.algolia-autocomplete {
margin-top: 43px;
}
.algolia-autocomplete .aa-dropdown-menu {
width: 100%;
height: 30.1vh;
}
.aa-input-search {
width: 100%;
height: 48px;
}
#aa-search-input {
height: 48px;
background-color: rgba(255, 255, 255, 0.2);
border: 1px #fff solid;
padding-left: 22px;
padding-right: 10px;
width: 100%;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-size: 16px;
color: #fff;
font-style: italic;
font-weight: 300;
}
#aa-search-input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #fff;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: 16px;
font-style: italic;
}
#aa-search-input::-moz-placeholder {
/* Firefox 19+ */
color: #fff;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: 16px;
font-style: italic;
}
#aa-search-input:-ms-input-placeholder {
/* IE 10+ */
color: #fff;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: 16px;
font-style: italic;
}
#aa-search-input:-moz-placeholder {
/* Firefox 18- */
color: #fff;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: 16px;
font-style: italic;
}
.searchcontentcontainer {
width: 80%;
}
.overlayvisible {
opacity: 0.5;
-webkit-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
}
/* Search Styling Ends */
/* explorer nonsense */
.homenavexplorer {
display: flex;
}
.hometitleexplorer {
margin-left: 0 !important;
margin-bottom: 230px;
}
.mainboxwrapperExplorer {
flex: none;
}
.mainboxwrapperExplorer .linkbox {
margin-top: 0;
}
.mainboxwrapperExplorer .bigspan {
margin-top: -50px;
}
.mainboxwrapperExplorer img {
display: none;
}
.homepanelexplorer {
padding-bottom: 100px;
}
.homepanelexplorer .seeallbox {
flex: auto;
}
.homepanelexplorer #panelcontentcontainer {
margin-top: 0;
}
/* Media Queries */
@media screen and (max-width: 767px) {
div#free-trial-button-welcome {
padding: 40px 0 0 !important;
}
.free-trial-label {
padding: 0 5px !important;
}
}
@media screen and (max-width: 450px) {
#homewrapper {
display: flex;
flex-direction: column;
}
#logocontainer {
padding-left: 70px;
justify-content: center;
}
#homebuttons {
display: none;
}
#hometitle {
width: 83%;
margin-left: 0;
margin-top: 50px;
}
#homeheader {
padding-bottom: 50px;
background: right no-repeat url(img/BG.jpg);
background-size: 280%;
}
#boxesrow {
margin-bottom: 0;
flex-direction: column;
display: inherit;
}
.mainboxwrapper {
margin-right: 0;
margin-bottom: 50px;
}
#allarticlesrow {
margin-top: 20px;
}
#homepanel {
display: none;
}
#footerbottomrow {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
#footertext {
width: 100%;
font-size: 12px;
margin-top: -13px;
}
} | 0.321247 | 0.104889 |
.TaskBar {
height: 60px;
padding: 0px;
width: 100%;
max-width: 100%;
display: inline-block;
text-align: left;
background-color: #003057;
border-bottom: 1px solid #002046;
vertical-align: middle;
position: relative;
}
.appIcon {
height: 78%;
width: 192px;
margin: 5px 10px;
filter: brightness(0.9) invert(.7) sepia(.5) hue-rotate(0deg) saturate(500%)
}
.loginButton {
margin: 14px 30px;
float: right;
height: 28px;
width: 68px;
text-decoration: none;
border: none;
border-radius: 1px;
color: white;
background: #001b31;
font-family: 'Lato', sans-serif;
transition: .3s;
}
.loginButton:hover {
background: #00233f;
}
.profileWrapper {
min-width: 5%;
display: inline-block;
vertical-align: top;
position: absolute;
right: 30px;
top: 5px;
bottom: 5px;
margin: 5px 0px;
padding: 6px 3px;
border-radius: 3px;
border: 1px solid #000f1b;;
background: #001b31;
}
.profileWrapper:hover {
border: 1px solid silver;
cursor: pointer;
}
.profIconWrapper {
display: inline-block;
height: 100%;
vertical-align: top;
}
.profIcon {
width: 25px;
height: 25px;
filter: invert(1);
}
.usernameWrapper {
display: inline-block;
height: 100%;
padding: 4px 4px;
font-weight: 600;
font-size: 12px;
vertical-align: top;
}
.downArrowWrapper {
display: inline-block;
height: 100%;
padding: 0px 0px;
vertical-align: top;
text-align: right;
color: white;
}
.downArrow {
width: 21px;
height: 21px;
filter: invert(1);
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
top: 16px;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #F1F1F1;
min-width: 80px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content span {
color: black;
font-size: 13px;
font-weight: 550;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content span:hover {background-color: #dfdfdf}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.dropbtn {
color: white;
} | client/src/components/login/TaskBar.css |
.TaskBar {
height: 60px;
padding: 0px;
width: 100%;
max-width: 100%;
display: inline-block;
text-align: left;
background-color: #003057;
border-bottom: 1px solid #002046;
vertical-align: middle;
position: relative;
}
.appIcon {
height: 78%;
width: 192px;
margin: 5px 10px;
filter: brightness(0.9) invert(.7) sepia(.5) hue-rotate(0deg) saturate(500%)
}
.loginButton {
margin: 14px 30px;
float: right;
height: 28px;
width: 68px;
text-decoration: none;
border: none;
border-radius: 1px;
color: white;
background: #001b31;
font-family: 'Lato', sans-serif;
transition: .3s;
}
.loginButton:hover {
background: #00233f;
}
.profileWrapper {
min-width: 5%;
display: inline-block;
vertical-align: top;
position: absolute;
right: 30px;
top: 5px;
bottom: 5px;
margin: 5px 0px;
padding: 6px 3px;
border-radius: 3px;
border: 1px solid #000f1b;;
background: #001b31;
}
.profileWrapper:hover {
border: 1px solid silver;
cursor: pointer;
}
.profIconWrapper {
display: inline-block;
height: 100%;
vertical-align: top;
}
.profIcon {
width: 25px;
height: 25px;
filter: invert(1);
}
.usernameWrapper {
display: inline-block;
height: 100%;
padding: 4px 4px;
font-weight: 600;
font-size: 12px;
vertical-align: top;
}
.downArrowWrapper {
display: inline-block;
height: 100%;
padding: 0px 0px;
vertical-align: top;
text-align: right;
color: white;
}
.downArrow {
width: 21px;
height: 21px;
filter: invert(1);
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
top: 16px;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #F1F1F1;
min-width: 80px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content span {
color: black;
font-size: 13px;
font-weight: 550;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content span:hover {background-color: #dfdfdf}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.dropbtn {
color: white;
} | 0.479991 | 0.092647 |
.apps-filter {
border-radius: 5px;
}
@media (max-width: 1460px) {
.apps-filter {
max-width: 700px;
}
}
/* Main Layout
/* ---------------------------------------------------------- */
.integrations-directory {
display: grid;
justify-content: space-between;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-gap: 25px;
background: var(--whitegrey-l1);
padding: 24px;
border-radius: 3px;
}
.id-item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100px;
padding: 10px;
text-align: center;
text-decoration: none;
color: var(--darkgrey);
border-radius: 5px;
box-shadow: 0 3px 6px -2px rgba(0,0,0,.1);
background: var(--white);
transition: all .5s ease;
}
.id-item:hover {
transform: translateY(-2.5%);
box-shadow: 0 0 1px rgba(0,0,0,.02), 0 8px 26px -4px rgba(0,0,0,.08);
transition: all .3s ease;
}
.id-item-logo {
display: flex;
justify-content: center;
align-items: center;
height: 38px;
width: 38px;
margin-top: 4px;
}
.id-more svg circle {
stroke: var(--midlightgrey);
}
@media (max-width: 1320px) {
.integrations-directory {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.id-item:nth-child(7) {
display: none;
}
}
@media (max-width: 1160px) {
.integrations-directory {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.id-item:nth-child(6) {
display: none;
}
}
@media (max-width: 1020px) {
.integrations-directory {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.id-item:nth-child(5) {
display: none;
}
}
@media (max-width: 900px) {
.integrations-directory {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.id-item:nth-child(5),
.id-item:nth-child(6),
.id-item:nth-child(7) {
display: flex;
}
}
@media (max-width: 500px) {
.integrations-directory {
grid-template-columns: 1fr 1fr 1fr;
}
.id-item:nth-child(6),
.id-item:nth-child(7) {
display: none;
}
}
/* Built-in integrations */
.apps-first-header,
.apps-first-header .apps-grid-title {
margin-top: 0px;
}
.apps-grid {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}
.apps-grid-note {
display: block;
margin-top: 5px;
color: var(--midgrey);
font-size: 1.2rem;
font-style: italic;
}
/* Apps Card
/* ---------------------------------------------------------- */
.apps-grid-cell {
flex: 1 1 100%;
background: var(--white);
margin: 0;
}
.apps-grid-cell {
transition: background 0.3s ease;
}
.apps-grid-cell:hover {
background: var(--whitegrey-l2);
transition: none;
}
.apps-card-app {
display: flex;
align-items: center;
justify-content: space-between;
overflow: hidden;
padding: 16px 4px;
height: 65px;
border-bottom: var(--whitegrey) 1px solid;
transition: background 0.3s ease;
}
.new-integration-cell .apps-card-app {
padding: 10px 16px;
height: auto;
}
@media (max-width: 500px) {
.apps-card-app {
min-height: 75px;
height: auto;
}
.new-integration-cell .apps-card-app {
min-height: auto;
height: auto;
}
}
.apps-grid-cell:first-of-type .apps-card-app {
border-top: none;
}
.apps-card-left {
display: flex;
align-items: center;
}
@media (max-width: 500px) {
.apps-card-left {
flex-basis: 70%;
}
}
.apps-card-right {
display: flex;
align-items: center;
}
.apps-card-right svg {
margin-left: 15px;
height: 14px;
}
.apps-card-right svg path {
fill: var(--midgrey);
}
.apps-configured {
display: flex;
align-items: center;
color: var(--midgrey);
font-weight: 300;
}
.apps-configured svg {
margin-left: 15px;
height: 14px;
}
.apps-configured svg path {
fill: var(--midgrey);
}
.apps-configured a {
display: inline-block;
padding: 2px 6px;
border-radius: 3px;
}
.apps-configured-action {
margin-left: 15px;
text-transform: uppercase;
font-size: 1.2rem;
font-weight: 500;
}
.apps-card-app-icon {
flex: 0 0 47px;
margin: 0 12px 0 0;
width: 47px;
height: 47px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 15%;
mix-blend-mode: multiply;
}
.apps-card-meta {
display: flex;
flex-direction: column;
padding-right: 40px;
}
@media (max-width: 500px) {
.apps-card-meta {
flex-basis: 70%;
padding-right: 10px;
}
}
.apps-card-app-title {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 1.5rem;
line-height: 1.15em;
font-weight: 600;
}
@media (max-width: 500px) {
.apps-card-app-title {
white-space: normal;
font-size: 1.5rem;
}
}
/* Apps Card Meta
/* ---------------------------------------------------------- */
.apps-card-app-desc {
display: -webkit-box;
overflow: hidden;
margin: 4px 0 0;
padding: 0;
max-height: 4.2rem;
color: var(--midgrey);
text-overflow: ellipsis;
font-size: 1.3rem;
line-height: 1.3em;
font-weight: 400;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (min-width: 600px) and (max-width: 1460px) {
.apps-card-app-desc {
padding-right: 24px;
}
}
/* Apps Card Footer
/* ---------------------------------------------------------- */
.apps-card-footer {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 15px;
width: 100%;
}
/* Details
/* ---------------------------------------------------------- */
.app-grid {
display: flex;
justify-content: flex-start;
align-items: flex-start;
align-content: flex-start;
margin-top: 24px;
}
.app-icon {
position: relative;
flex: 1 0 56px;
width: 56px;
min-width: 56px;
height: 56px;
background-position: center center;
background-size: cover;
border-radius: 10%;
margin-right: 32px;
}
.app-icon img {
display: block;
}
.app-cell h3 {
margin: 4px 0 0;
color: var(--black);
font-size: 2.1rem;
font-weight: 600;
}
.app-cell p {
margin: 0;
margin-bottom: 5px;
color: var(--midgrey);
font-size: 1.4rem;
line-height: 1.4em;
}
.app-subtitle {
max-width: 550px;
color: var(--midgrey);
font-size: 1.6rem;
}
.app-config-form .gh-btn-grey {
margin-top: 1.6em;
background-color: #e8e8e8;
box-shadow: none;
font-size: 1.1rem;
}
.app-config-form > .gh-btn-grey:hover,
.app-config-form > .gh-btn-grey:focus {
border-color: rgb(223, 225, 227);
}
.app-api-buttons {
display: flex;
align-items: center;
position: absolute;
top: -4px;
right: -3px;
}
.app-button-regenerate {
display: flex;
align-items: center;
border: 1px solid var(--lightgrey);
border-radius: 3px;
padding: 5px 8px;
margin-right: 8px;
background: var(--white);
}
.app-button-copy {
display: flex;
align-items: center;
background: var(--black);
font-size: 1.2rem;
padding: 4px 12px;
color: var(--white);
font-weight: 500;
border-radius: 3px;
}
/* Zapier templates */
/* ---------------------------------------------------------- */
.gh-settings-zapier-templates .apps-grid-cell:hover {
background: var(--white);
}
.zapier-template-link:hover {
border-color: #f04600;
}
.zapier-template-link span {
transition: all 0.2s ease;
transition-property: color;
}
.zapier-template-link:hover span {
color: #f04600;
}
.gh-settings-zapier-templates .apps-card-app-title {
margin-left: 8px;
white-space: unset;
}
.gh-settings-zapier-templates .apps-card-app {
height: 68px;
}
.gh-settings-zapier-templates .gh-card-right {
display: flex;
flex-direction: column;
justify-content: center;
}
.zapier-footer,
.zapier-footer a {
display: flex;
justify-content: flex-end;
align-items: center;
color: var(--midgrey);
font-size: 1.3rem;
}
.zapier-footer figure {
margin: 0 0 2px;
width: 47px;
height: 47px;
background-position: 50%;
background-size: cover;
background-repeat: no-repeat;
border-radius: 15%;
}
/* Custom Integrations
/* ---------------------------------------------------------- */
.new-webhook-cell td {
padding: 0;
}
.new-webhook-cell:hover {
background: var(--whitegrey-l2);
}
.app-custom-icon-container {
margin-right: 32px;
}
.app-custom-icon {
display: flex;
position: relative;
align-items: center;
height: 117px;
width: 117px;
margin: 0;
border-radius: 3px;
border: 1px solid var(--whitegrey-d1);
background: var(--white);
padding: 24px;
}
.app-custom-icon-uploadlabel {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
color: var(--white);
border-radius: 3px;
text-align: center;
background-color: var(--black);
font-size: 1.3rem;
font-weight: 600;
}
.app-custom-api-table {
margin-bottom: 0;
}
.app-custom-api-table .data-label {
width: 160px;
} | app/styles/layouts/apps.css | .apps-filter {
border-radius: 5px;
}
@media (max-width: 1460px) {
.apps-filter {
max-width: 700px;
}
}
/* Main Layout
/* ---------------------------------------------------------- */
.integrations-directory {
display: grid;
justify-content: space-between;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-gap: 25px;
background: var(--whitegrey-l1);
padding: 24px;
border-radius: 3px;
}
.id-item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100px;
padding: 10px;
text-align: center;
text-decoration: none;
color: var(--darkgrey);
border-radius: 5px;
box-shadow: 0 3px 6px -2px rgba(0,0,0,.1);
background: var(--white);
transition: all .5s ease;
}
.id-item:hover {
transform: translateY(-2.5%);
box-shadow: 0 0 1px rgba(0,0,0,.02), 0 8px 26px -4px rgba(0,0,0,.08);
transition: all .3s ease;
}
.id-item-logo {
display: flex;
justify-content: center;
align-items: center;
height: 38px;
width: 38px;
margin-top: 4px;
}
.id-more svg circle {
stroke: var(--midlightgrey);
}
@media (max-width: 1320px) {
.integrations-directory {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.id-item:nth-child(7) {
display: none;
}
}
@media (max-width: 1160px) {
.integrations-directory {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.id-item:nth-child(6) {
display: none;
}
}
@media (max-width: 1020px) {
.integrations-directory {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.id-item:nth-child(5) {
display: none;
}
}
@media (max-width: 900px) {
.integrations-directory {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.id-item:nth-child(5),
.id-item:nth-child(6),
.id-item:nth-child(7) {
display: flex;
}
}
@media (max-width: 500px) {
.integrations-directory {
grid-template-columns: 1fr 1fr 1fr;
}
.id-item:nth-child(6),
.id-item:nth-child(7) {
display: none;
}
}
/* Built-in integrations */
.apps-first-header,
.apps-first-header .apps-grid-title {
margin-top: 0px;
}
.apps-grid {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}
.apps-grid-note {
display: block;
margin-top: 5px;
color: var(--midgrey);
font-size: 1.2rem;
font-style: italic;
}
/* Apps Card
/* ---------------------------------------------------------- */
.apps-grid-cell {
flex: 1 1 100%;
background: var(--white);
margin: 0;
}
.apps-grid-cell {
transition: background 0.3s ease;
}
.apps-grid-cell:hover {
background: var(--whitegrey-l2);
transition: none;
}
.apps-card-app {
display: flex;
align-items: center;
justify-content: space-between;
overflow: hidden;
padding: 16px 4px;
height: 65px;
border-bottom: var(--whitegrey) 1px solid;
transition: background 0.3s ease;
}
.new-integration-cell .apps-card-app {
padding: 10px 16px;
height: auto;
}
@media (max-width: 500px) {
.apps-card-app {
min-height: 75px;
height: auto;
}
.new-integration-cell .apps-card-app {
min-height: auto;
height: auto;
}
}
.apps-grid-cell:first-of-type .apps-card-app {
border-top: none;
}
.apps-card-left {
display: flex;
align-items: center;
}
@media (max-width: 500px) {
.apps-card-left {
flex-basis: 70%;
}
}
.apps-card-right {
display: flex;
align-items: center;
}
.apps-card-right svg {
margin-left: 15px;
height: 14px;
}
.apps-card-right svg path {
fill: var(--midgrey);
}
.apps-configured {
display: flex;
align-items: center;
color: var(--midgrey);
font-weight: 300;
}
.apps-configured svg {
margin-left: 15px;
height: 14px;
}
.apps-configured svg path {
fill: var(--midgrey);
}
.apps-configured a {
display: inline-block;
padding: 2px 6px;
border-radius: 3px;
}
.apps-configured-action {
margin-left: 15px;
text-transform: uppercase;
font-size: 1.2rem;
font-weight: 500;
}
.apps-card-app-icon {
flex: 0 0 47px;
margin: 0 12px 0 0;
width: 47px;
height: 47px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 15%;
mix-blend-mode: multiply;
}
.apps-card-meta {
display: flex;
flex-direction: column;
padding-right: 40px;
}
@media (max-width: 500px) {
.apps-card-meta {
flex-basis: 70%;
padding-right: 10px;
}
}
.apps-card-app-title {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 1.5rem;
line-height: 1.15em;
font-weight: 600;
}
@media (max-width: 500px) {
.apps-card-app-title {
white-space: normal;
font-size: 1.5rem;
}
}
/* Apps Card Meta
/* ---------------------------------------------------------- */
.apps-card-app-desc {
display: -webkit-box;
overflow: hidden;
margin: 4px 0 0;
padding: 0;
max-height: 4.2rem;
color: var(--midgrey);
text-overflow: ellipsis;
font-size: 1.3rem;
line-height: 1.3em;
font-weight: 400;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (min-width: 600px) and (max-width: 1460px) {
.apps-card-app-desc {
padding-right: 24px;
}
}
/* Apps Card Footer
/* ---------------------------------------------------------- */
.apps-card-footer {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 15px;
width: 100%;
}
/* Details
/* ---------------------------------------------------------- */
.app-grid {
display: flex;
justify-content: flex-start;
align-items: flex-start;
align-content: flex-start;
margin-top: 24px;
}
.app-icon {
position: relative;
flex: 1 0 56px;
width: 56px;
min-width: 56px;
height: 56px;
background-position: center center;
background-size: cover;
border-radius: 10%;
margin-right: 32px;
}
.app-icon img {
display: block;
}
.app-cell h3 {
margin: 4px 0 0;
color: var(--black);
font-size: 2.1rem;
font-weight: 600;
}
.app-cell p {
margin: 0;
margin-bottom: 5px;
color: var(--midgrey);
font-size: 1.4rem;
line-height: 1.4em;
}
.app-subtitle {
max-width: 550px;
color: var(--midgrey);
font-size: 1.6rem;
}
.app-config-form .gh-btn-grey {
margin-top: 1.6em;
background-color: #e8e8e8;
box-shadow: none;
font-size: 1.1rem;
}
.app-config-form > .gh-btn-grey:hover,
.app-config-form > .gh-btn-grey:focus {
border-color: rgb(223, 225, 227);
}
.app-api-buttons {
display: flex;
align-items: center;
position: absolute;
top: -4px;
right: -3px;
}
.app-button-regenerate {
display: flex;
align-items: center;
border: 1px solid var(--lightgrey);
border-radius: 3px;
padding: 5px 8px;
margin-right: 8px;
background: var(--white);
}
.app-button-copy {
display: flex;
align-items: center;
background: var(--black);
font-size: 1.2rem;
padding: 4px 12px;
color: var(--white);
font-weight: 500;
border-radius: 3px;
}
/* Zapier templates */
/* ---------------------------------------------------------- */
.gh-settings-zapier-templates .apps-grid-cell:hover {
background: var(--white);
}
.zapier-template-link:hover {
border-color: #f04600;
}
.zapier-template-link span {
transition: all 0.2s ease;
transition-property: color;
}
.zapier-template-link:hover span {
color: #f04600;
}
.gh-settings-zapier-templates .apps-card-app-title {
margin-left: 8px;
white-space: unset;
}
.gh-settings-zapier-templates .apps-card-app {
height: 68px;
}
.gh-settings-zapier-templates .gh-card-right {
display: flex;
flex-direction: column;
justify-content: center;
}
.zapier-footer,
.zapier-footer a {
display: flex;
justify-content: flex-end;
align-items: center;
color: var(--midgrey);
font-size: 1.3rem;
}
.zapier-footer figure {
margin: 0 0 2px;
width: 47px;
height: 47px;
background-position: 50%;
background-size: cover;
background-repeat: no-repeat;
border-radius: 15%;
}
/* Custom Integrations
/* ---------------------------------------------------------- */
.new-webhook-cell td {
padding: 0;
}
.new-webhook-cell:hover {
background: var(--whitegrey-l2);
}
.app-custom-icon-container {
margin-right: 32px;
}
.app-custom-icon {
display: flex;
position: relative;
align-items: center;
height: 117px;
width: 117px;
margin: 0;
border-radius: 3px;
border: 1px solid var(--whitegrey-d1);
background: var(--white);
padding: 24px;
}
.app-custom-icon-uploadlabel {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
color: var(--white);
border-radius: 3px;
text-align: center;
background-color: var(--black);
font-size: 1.3rem;
font-weight: 600;
}
.app-custom-api-table {
margin-bottom: 0;
}
.app-custom-api-table .data-label {
width: 160px;
} | 0.512449 | 0.147832 |
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%; }
.first-col {
text-align: right !important;
word-break: normal !important; }
.header-col {
text-align: right !important;
word-break: normal !important;
color: #73fbe0 !important;
width: 20%; }
.single-col-header {
text-align: center !important;
font-size: 1.5em;
word-break: break-all;
color: #363636; }
.single-col-row {
text-align: center !important; }
@media only screen and (max-width: 768px) {
.none-on-palm {
display: none; }
.second-to-none {
border-left: 1px solid #dfe3e6;
text-align: left !important; }
.second-to-none-header {
border-left: 1px solid #dfe3e6;
text-align: left !important; }
.bx--data-table-v2 tr:hover .second-to-none {
border-left: 1px solid #3d70b2; } }
/**
* Generic `deprecate` mixin that is being used to indicate that a component is
* no longer going to be present in the next major release of Carbon.
*/
.bx--table-toolbar {
display: flex;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
width: 100%;
position: relative; }
.bx--table-toolbar .bx--search-input {
position: relative; }
.bx--table-toolbar .bx--search-input:focus {
box-shadow: inset 0px 0px 0px 1px #3d70b2;
outline: 0; }
.bx--table-toolbar .bx--search-close {
height: 10px;
width: 10px;
top: calc(50% - 5px); }
.bx--toolbar-content {
display: flex;
margin-left: auto; }
.bx--toolbar-action {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
font-family: "IBM Helvetica", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
display: inline-block;
background: none;
appearance: none;
border: 0;
padding: 0;
cursor: pointer;
width: 100%;
cursor: pointer;
padding-left: 0.75rem;
padding-right: 0.75rem; }
.bx--toolbar-action > *,
.bx--toolbar-action > *:before,
.bx--toolbar-action > *:after {
box-sizing: inherit; }
.bx--toolbar-action::-moz-focus-inner {
border: 0; }
.bx--toolbar-action:hover > .bx--toolbar-action__icon {
fill: #3d70b2; }
.bx--toolbar-action:focus {
outline: 1px solid #3d70b2; }
.bx--toolbar-action:focus > .bx--toolbar-action__icon {
fill: #3d70b2; }
.bx--toolbar-action:active > .bx--toolbar-action__icon {
fill: #36649f; }
.bx--toolbar-action:last-of-type {
padding-right: 0; }
.bx--toolbar-action ~ .bx--btn {
margin-left: 0.75rem;
margin-right: 0.125rem; }
.bx--toolbar-action__icon {
height: 1rem;
width: auto;
max-width: 16px;
fill: #8c9ba5;
transition: 250ms; }
.bx--batch-actions {
display: flex;
align-items: center;
position: absolute;
opacity: 0;
left: 0;
top: 0;
padding-left: 1.5rem;
padding-right: 1.5rem;
width: 100%;
height: 100%;
z-index: 99999;
background-color: transparent;
transition: opacity 200ms cubic-bezier(0.5, 0, 0.1, 1), background-color 200ms cubic-bezier(0.5, 0, 0.1, 1);
pointer-events: none;
visibility: hidden; }
.bx--batch-actions:focus {
outline: 1px solid #3d70b2; }
.bx--batch-actions .bx--btn {
color: #fff; }
.bx--batch-actions .bx--btn__icon {
fill: #fff; }
.bx--batch-actions .bx--btn--ghost:hover,
.bx--batch-actions .bx--btn--ghost:focus {
background-color: #fff;
color: #3d70b2; }
.bx--batch-actions .bx--btn--ghost:hover .bx--btn__icon,
.bx--batch-actions .bx--btn--ghost:focus .bx--btn__icon {
fill: #3d70b2; }
.bx--batch-actions .bx--btn--ghost:focus {
border: 2px solid #3d70b2;
outline: 2px solid #f5f7fa; }
.bx--batch-actions--active {
visibility: visible;
background-color: #3d70b2;
pointer-events: all;
transition: opacity 200ms cubic-bezier(0.5, 0, 0.1, 1), background-color 200ms cubic-bezier(0.5, 0, 0.1, 1);
opacity: 1; }
.bx--action-list {
margin-left: -0.5rem; }
.bx--action-icons {
margin-left: auto; }
.bx--action-icons svg {
padding: 0 0.75rem;
fill: #fff;
height: 1rem;
width: auto; }
.bx--batch-summary {
margin-left: auto;
display: flex;
align-items: center;
color: #fff; }
.bx--batch-summary__para {
font-size: 0.875rem;
margin-right: 1.5rem; }
.bx--batch-summary__cancel {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
font-family: "IBM Helvetica", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
display: inline-block;
background: none;
appearance: none;
border: 0;
padding: 0;
cursor: pointer;
font-size: 0.875rem;
color: #fff;
border-bottom: 1px solid transparent;
font-weight: 600;
cursor: pointer;
transition: border 250ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--batch-summary__cancel > *,
.bx--batch-summary__cancel > *:before,
.bx--batch-summary__cancel > *:after {
box-sizing: inherit; }
.bx--batch-summary__cancel::-moz-focus-inner {
border: 0; }
.bx--batch-summary__cancel:hover,
.bx--batch-summary__cancel:focus {
border-bottom: 1px solid #fff; }
.bx--batch-actions ~ .bx--toolbar-search-container,
.bx--batch-actions ~ .bx--toolbar-content {
opacity: 1;
transition: opacity 250ms; }
.bx--batch-actions--active ~ .bx--toolbar-search-container,
.bx--batch-actions--active ~ .bx--toolbar-content {
opacity: 0; }
.bx--data-table-v2-container {
width: 100%;
min-width: 31.25rem;
overflow-x: auto;
padding-top: 2px; }
.bx--data-table-v2 {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border-bottom: 1px solid #73fbe0; }
.bx--data-table-v2 a {
color: #00d1b2; }
.bx--data-table-v2 td {
color: #ffffff; }
.bx--data-table-v2 thead {
font-size: 1rem;
background-color: #73fbe0;
font-weight: 700; }
.bx--data-table-v2 tbody {
font-size: 1rem;
background-color: #363636; }
.bx--data-table-v2 tr {
height: 4rem; }
.bx--data-table-v2 tr:hover td {
background-color: #474747;
border-top: 1px solid #73fbe0;
border-bottom: 1px solid #73fbe0; }
.bx--data-table-v2 tr:hover td:first-of-type {
border-left: 1px solid #73fbe0; }
.bx--data-table-v2 tr:hover td:last-of-type {
border-right: 1px solid #73fbe0; }
.bx--data-table-v2 tr:hover .bx--overflow-menu {
opacity: 1; }
.bx--data-table-v2 th {
border-top: 1px solid #dfe3e6; }
.bx--data-table-v2 th,
.bx--data-table-v2 td {
border-top: 1px solid #73fbe0;
padding-left: 2rem;
vertical-align: middle;
text-align: left; }
.bx--data-table-v2 td {
word-break: break-all; }
.bx--data-table-v2 th:first-of-type,
.bx--data-table-v2 td:first-of-type {
padding-left: 1.5rem;
border-left: 1px solid #73fbe0; }
.bx--data-table-v2 th:last-of-type,
.bx--data-table-v2 td:last-of-type {
padding-right: 1.5rem;
border-right: 1px solid #73fbe0; }
.bx--data-table-v2 .bx--checkbox-appearance {
margin-right: 0; }
.bx--data-table-v2 .bx--overflow-menu {
opacity: 0; }
.bx--data-table-v2 .bx--overflow-menu:focus {
outline: 0;
opacity: 1; }
.bx--data-table-v2 .bx--overflow-menu:focus .bx--overflow-menu__icon {
box-shadow: inset 0px 0px 0px 1px #3d70b2; }
.bx--data-table-v2 .bx--overflow-menu__icon {
transform: rotate(90deg); }
.bx--data-table-v2-header {
margin-bottom: 0.5rem; }
.bx--data-table-v2--zebra tbody tr:nth-child(even) {
background-color: #f5f7fa; }
.bx--data-table-v2--no-border tr:last-of-type td {
border-bottom-color: transparent; }
.bx--data-table-v2--no-border th:first-of-type,
.bx--data-table-v2--no-border td:first-of-type {
border-left-color: transparent; }
.bx--data-table-v2--no-border th:last-of-type,
.bx--data-table-v2--no-border td:last-of-type {
border-right-color: #dfe3e6; }
.bx--data-table-v2--compact tbody tr {
height: 1.5rem; }
.bx--data-table-v2--short tbody tr {
height: 2rem; }
.bx--data-table-v2--tall tbody tr {
height: 4rem; }
.bx--data-table-v2--static {
width: auto; }
.bx--data-table-v2--zebra tbody tr.bx--data-table-v2--selected,
tbody tr.bx--data-table-v2--selected {
background-color: #1b2832; }
tr.bx--expandable-row-v2.bx--expandable-row--hidden-v2 {
display: none; }
tr.bx--expandable-row-v2 td {
background-color: #fff; }
tr.bx--expandable-row-v2 > td:first-of-type {
position: relative; }
tr.bx--expandable-row-v2 > td:first-of-type:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 2px;
background-color: #3d70b2; }
tr.bx--expandable-row-v2 + tr[data-child-row] td {
border-top: 0;
padding-bottom: 0.5rem; }
tr.bx--expandable-row-v2:hover > td {
background-color: #1b2832; }
tr.bx--expandable-row-v2:hover > td:first-of-type {
border-left: 1px solid transparent; }
tr.bx--expandable-row-v2:hover > td:last-of-type {
border-right: 1px solid #3d70b2; }
tr.bx--expandable-row-v2:hover[data-parent-row] > td {
border-bottom: 0; }
tr.bx--expandable-row-v2:hover + tr[data-child-row] > td {
background-color: #1b2832;
border-bottom: 1px solid #3d70b2;
border-right: 1px solid #3d70b2; }
tr.bx--expandable-row--hover-v2 > td {
background-color: #1b2832;
border-top: 1px solid #3d70b2; }
tr.bx--expandable-row--hover-v2 > td:last-of-type {
border-right: 1px solid #3d70b2; }
.bx--table-expand-v2[data-previous-value="collapsed"]
.bx--table-expand-v2__svg {
transform: rotate(90deg);
transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--table-expand-v2__button {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
font-family: "IBM Helvetica", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
display: inline-block;
background: none;
appearance: none;
border: 0;
padding: 0;
cursor: pointer; }
.bx--table-expand-v2__button > *,
.bx--table-expand-v2__button > *:before,
.bx--table-expand-v2__button > *:after {
box-sizing: inherit; }
.bx--table-expand-v2__button::-moz-focus-inner {
border: 0; }
.bx--table-expand-v2__button:focus {
outline: 1px solid transparent; }
.bx--table-expand-v2__button:focus svg {
box-shadow: inset 0px 0px 0px 1px #3d70b2; }
.bx--table-expand-v2__svg {
fill: #8c9ba5;
transform: rotate(0deg);
transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
height: 16px;
width: auto;
max-width: 16px;
padding: 2px; }
.bx--table-sort-v2--ascending .bx--table-sort-v2__icon {
transform: rotate(180deg);
transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--table-sort-v2--active .bx--table-sort-v2__icon {
opacity: 1; }
.bx--data-table-v2 th:hover .bx--table-sort-v2__icon {
opacity: 1; }
.bx--table-sort-v2 {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
font-family: "IBM Helvetica", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
display: inline-block;
background: none;
appearance: none;
border: 0;
padding: 0;
cursor: pointer;
position: relative;
left: 2px;
font: inherit;
cursor: pointer;
display: flex;
align-items: center;
width: 100%; }
.bx--table-sort-v2 > *,
.bx--table-sort-v2 > *:before,
.bx--table-sort-v2 > *:after {
box-sizing: inherit; }
.bx--table-sort-v2::-moz-focus-inner {
border: 0; }
.bx--table-sort-v2:focus {
outline: 0; }
.bx--table-sort-v2:focus svg {
opacity: 1;
outline: 1px solid #3d70b2;
fill: #3d70b2;
outline-offset: -0.5px; }
.bx--table-sort-v2__icon {
position: relative;
left: 2px;
transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
transform: rotate(0);
opacity: 0;
fill: #8c9ba5;
height: 0.5625rem;
padding: 2px;
width: auto;
max-width: 14px; }
.bx--inline-edit-label {
display: flex;
justify-content: space-between;
align-items: center; }
.bx--inline-edit-label:hover .bx--inline-edit-label__icon {
opacity: 1; }
.bx--inline-edit-label--inactive {
display: none; }
.bx--inline-edit-label__action {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
font-family: "IBM Helvetica", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
display: inline-block;
background: none;
appearance: none;
border: 0;
padding: 0;
cursor: pointer; }
.bx--inline-edit-label__action > *,
.bx--inline-edit-label__action > *:before,
.bx--inline-edit-label__action > *:after {
box-sizing: inherit; }
.bx--inline-edit-label__action::-moz-focus-inner {
border: 0; }
.bx--inline-edit-label__action:hover {
cursor: pointer; }
.bx--inline-edit-label__action:focus {
outline: 1px solid #3d70b2;
padding: 2px; }
.bx--inline-edit-label__action:focus .bx--inline-edit-label__icon {
width: auto;
opacity: 1; }
.bx--inline-edit-label__icon {
fill: #8c9ba5;
opacity: 0; }
.bx--inline-edit-input {
display: none; }
.bx--inline-edit-input--active {
display: block;
margin-left: -0.75rem; }
.bx--inline-edit-input--active input {
padding-left: 0.75rem; }
.bx--data-table-v2--short input {
height: 2rem; }
.bx--data-table-v2--short select {
padding: 0.45rem 2.75rem 0.45rem 1rem; }
.bx--data-table-v2--short .bx--select__arrow {
top: 0.875rem; } | dist/stylesheets/blockchain-explorer.css | table {
border-collapse: collapse;
border-spacing: 0;
width: 100%; }
.first-col {
text-align: right !important;
word-break: normal !important; }
.header-col {
text-align: right !important;
word-break: normal !important;
color: #73fbe0 !important;
width: 20%; }
.single-col-header {
text-align: center !important;
font-size: 1.5em;
word-break: break-all;
color: #363636; }
.single-col-row {
text-align: center !important; }
@media only screen and (max-width: 768px) {
.none-on-palm {
display: none; }
.second-to-none {
border-left: 1px solid #dfe3e6;
text-align: left !important; }
.second-to-none-header {
border-left: 1px solid #dfe3e6;
text-align: left !important; }
.bx--data-table-v2 tr:hover .second-to-none {
border-left: 1px solid #3d70b2; } }
/**
* Generic `deprecate` mixin that is being used to indicate that a component is
* no longer going to be present in the next major release of Carbon.
*/
.bx--table-toolbar {
display: flex;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
width: 100%;
position: relative; }
.bx--table-toolbar .bx--search-input {
position: relative; }
.bx--table-toolbar .bx--search-input:focus {
box-shadow: inset 0px 0px 0px 1px #3d70b2;
outline: 0; }
.bx--table-toolbar .bx--search-close {
height: 10px;
width: 10px;
top: calc(50% - 5px); }
.bx--toolbar-content {
display: flex;
margin-left: auto; }
.bx--toolbar-action {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
font-family: "IBM Helvetica", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
display: inline-block;
background: none;
appearance: none;
border: 0;
padding: 0;
cursor: pointer;
width: 100%;
cursor: pointer;
padding-left: 0.75rem;
padding-right: 0.75rem; }
.bx--toolbar-action > *,
.bx--toolbar-action > *:before,
.bx--toolbar-action > *:after {
box-sizing: inherit; }
.bx--toolbar-action::-moz-focus-inner {
border: 0; }
.bx--toolbar-action:hover > .bx--toolbar-action__icon {
fill: #3d70b2; }
.bx--toolbar-action:focus {
outline: 1px solid #3d70b2; }
.bx--toolbar-action:focus > .bx--toolbar-action__icon {
fill: #3d70b2; }
.bx--toolbar-action:active > .bx--toolbar-action__icon {
fill: #36649f; }
.bx--toolbar-action:last-of-type {
padding-right: 0; }
.bx--toolbar-action ~ .bx--btn {
margin-left: 0.75rem;
margin-right: 0.125rem; }
.bx--toolbar-action__icon {
height: 1rem;
width: auto;
max-width: 16px;
fill: #8c9ba5;
transition: 250ms; }
.bx--batch-actions {
display: flex;
align-items: center;
position: absolute;
opacity: 0;
left: 0;
top: 0;
padding-left: 1.5rem;
padding-right: 1.5rem;
width: 100%;
height: 100%;
z-index: 99999;
background-color: transparent;
transition: opacity 200ms cubic-bezier(0.5, 0, 0.1, 1), background-color 200ms cubic-bezier(0.5, 0, 0.1, 1);
pointer-events: none;
visibility: hidden; }
.bx--batch-actions:focus {
outline: 1px solid #3d70b2; }
.bx--batch-actions .bx--btn {
color: #fff; }
.bx--batch-actions .bx--btn__icon {
fill: #fff; }
.bx--batch-actions .bx--btn--ghost:hover,
.bx--batch-actions .bx--btn--ghost:focus {
background-color: #fff;
color: #3d70b2; }
.bx--batch-actions .bx--btn--ghost:hover .bx--btn__icon,
.bx--batch-actions .bx--btn--ghost:focus .bx--btn__icon {
fill: #3d70b2; }
.bx--batch-actions .bx--btn--ghost:focus {
border: 2px solid #3d70b2;
outline: 2px solid #f5f7fa; }
.bx--batch-actions--active {
visibility: visible;
background-color: #3d70b2;
pointer-events: all;
transition: opacity 200ms cubic-bezier(0.5, 0, 0.1, 1), background-color 200ms cubic-bezier(0.5, 0, 0.1, 1);
opacity: 1; }
.bx--action-list {
margin-left: -0.5rem; }
.bx--action-icons {
margin-left: auto; }
.bx--action-icons svg {
padding: 0 0.75rem;
fill: #fff;
height: 1rem;
width: auto; }
.bx--batch-summary {
margin-left: auto;
display: flex;
align-items: center;
color: #fff; }
.bx--batch-summary__para {
font-size: 0.875rem;
margin-right: 1.5rem; }
.bx--batch-summary__cancel {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
font-family: "IBM Helvetica", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
display: inline-block;
background: none;
appearance: none;
border: 0;
padding: 0;
cursor: pointer;
font-size: 0.875rem;
color: #fff;
border-bottom: 1px solid transparent;
font-weight: 600;
cursor: pointer;
transition: border 250ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--batch-summary__cancel > *,
.bx--batch-summary__cancel > *:before,
.bx--batch-summary__cancel > *:after {
box-sizing: inherit; }
.bx--batch-summary__cancel::-moz-focus-inner {
border: 0; }
.bx--batch-summary__cancel:hover,
.bx--batch-summary__cancel:focus {
border-bottom: 1px solid #fff; }
.bx--batch-actions ~ .bx--toolbar-search-container,
.bx--batch-actions ~ .bx--toolbar-content {
opacity: 1;
transition: opacity 250ms; }
.bx--batch-actions--active ~ .bx--toolbar-search-container,
.bx--batch-actions--active ~ .bx--toolbar-content {
opacity: 0; }
.bx--data-table-v2-container {
width: 100%;
min-width: 31.25rem;
overflow-x: auto;
padding-top: 2px; }
.bx--data-table-v2 {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border-bottom: 1px solid #73fbe0; }
.bx--data-table-v2 a {
color: #00d1b2; }
.bx--data-table-v2 td {
color: #ffffff; }
.bx--data-table-v2 thead {
font-size: 1rem;
background-color: #73fbe0;
font-weight: 700; }
.bx--data-table-v2 tbody {
font-size: 1rem;
background-color: #363636; }
.bx--data-table-v2 tr {
height: 4rem; }
.bx--data-table-v2 tr:hover td {
background-color: #474747;
border-top: 1px solid #73fbe0;
border-bottom: 1px solid #73fbe0; }
.bx--data-table-v2 tr:hover td:first-of-type {
border-left: 1px solid #73fbe0; }
.bx--data-table-v2 tr:hover td:last-of-type {
border-right: 1px solid #73fbe0; }
.bx--data-table-v2 tr:hover .bx--overflow-menu {
opacity: 1; }
.bx--data-table-v2 th {
border-top: 1px solid #dfe3e6; }
.bx--data-table-v2 th,
.bx--data-table-v2 td {
border-top: 1px solid #73fbe0;
padding-left: 2rem;
vertical-align: middle;
text-align: left; }
.bx--data-table-v2 td {
word-break: break-all; }
.bx--data-table-v2 th:first-of-type,
.bx--data-table-v2 td:first-of-type {
padding-left: 1.5rem;
border-left: 1px solid #73fbe0; }
.bx--data-table-v2 th:last-of-type,
.bx--data-table-v2 td:last-of-type {
padding-right: 1.5rem;
border-right: 1px solid #73fbe0; }
.bx--data-table-v2 .bx--checkbox-appearance {
margin-right: 0; }
.bx--data-table-v2 .bx--overflow-menu {
opacity: 0; }
.bx--data-table-v2 .bx--overflow-menu:focus {
outline: 0;
opacity: 1; }
.bx--data-table-v2 .bx--overflow-menu:focus .bx--overflow-menu__icon {
box-shadow: inset 0px 0px 0px 1px #3d70b2; }
.bx--data-table-v2 .bx--overflow-menu__icon {
transform: rotate(90deg); }
.bx--data-table-v2-header {
margin-bottom: 0.5rem; }
.bx--data-table-v2--zebra tbody tr:nth-child(even) {
background-color: #f5f7fa; }
.bx--data-table-v2--no-border tr:last-of-type td {
border-bottom-color: transparent; }
.bx--data-table-v2--no-border th:first-of-type,
.bx--data-table-v2--no-border td:first-of-type {
border-left-color: transparent; }
.bx--data-table-v2--no-border th:last-of-type,
.bx--data-table-v2--no-border td:last-of-type {
border-right-color: #dfe3e6; }
.bx--data-table-v2--compact tbody tr {
height: 1.5rem; }
.bx--data-table-v2--short tbody tr {
height: 2rem; }
.bx--data-table-v2--tall tbody tr {
height: 4rem; }
.bx--data-table-v2--static {
width: auto; }
.bx--data-table-v2--zebra tbody tr.bx--data-table-v2--selected,
tbody tr.bx--data-table-v2--selected {
background-color: #1b2832; }
tr.bx--expandable-row-v2.bx--expandable-row--hidden-v2 {
display: none; }
tr.bx--expandable-row-v2 td {
background-color: #fff; }
tr.bx--expandable-row-v2 > td:first-of-type {
position: relative; }
tr.bx--expandable-row-v2 > td:first-of-type:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 2px;
background-color: #3d70b2; }
tr.bx--expandable-row-v2 + tr[data-child-row] td {
border-top: 0;
padding-bottom: 0.5rem; }
tr.bx--expandable-row-v2:hover > td {
background-color: #1b2832; }
tr.bx--expandable-row-v2:hover > td:first-of-type {
border-left: 1px solid transparent; }
tr.bx--expandable-row-v2:hover > td:last-of-type {
border-right: 1px solid #3d70b2; }
tr.bx--expandable-row-v2:hover[data-parent-row] > td {
border-bottom: 0; }
tr.bx--expandable-row-v2:hover + tr[data-child-row] > td {
background-color: #1b2832;
border-bottom: 1px solid #3d70b2;
border-right: 1px solid #3d70b2; }
tr.bx--expandable-row--hover-v2 > td {
background-color: #1b2832;
border-top: 1px solid #3d70b2; }
tr.bx--expandable-row--hover-v2 > td:last-of-type {
border-right: 1px solid #3d70b2; }
.bx--table-expand-v2[data-previous-value="collapsed"]
.bx--table-expand-v2__svg {
transform: rotate(90deg);
transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--table-expand-v2__button {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
font-family: "IBM Helvetica", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
display: inline-block;
background: none;
appearance: none;
border: 0;
padding: 0;
cursor: pointer; }
.bx--table-expand-v2__button > *,
.bx--table-expand-v2__button > *:before,
.bx--table-expand-v2__button > *:after {
box-sizing: inherit; }
.bx--table-expand-v2__button::-moz-focus-inner {
border: 0; }
.bx--table-expand-v2__button:focus {
outline: 1px solid transparent; }
.bx--table-expand-v2__button:focus svg {
box-shadow: inset 0px 0px 0px 1px #3d70b2; }
.bx--table-expand-v2__svg {
fill: #8c9ba5;
transform: rotate(0deg);
transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
height: 16px;
width: auto;
max-width: 16px;
padding: 2px; }
.bx--table-sort-v2--ascending .bx--table-sort-v2__icon {
transform: rotate(180deg);
transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--table-sort-v2--active .bx--table-sort-v2__icon {
opacity: 1; }
.bx--data-table-v2 th:hover .bx--table-sort-v2__icon {
opacity: 1; }
.bx--table-sort-v2 {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
font-family: "IBM Helvetica", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
display: inline-block;
background: none;
appearance: none;
border: 0;
padding: 0;
cursor: pointer;
position: relative;
left: 2px;
font: inherit;
cursor: pointer;
display: flex;
align-items: center;
width: 100%; }
.bx--table-sort-v2 > *,
.bx--table-sort-v2 > *:before,
.bx--table-sort-v2 > *:after {
box-sizing: inherit; }
.bx--table-sort-v2::-moz-focus-inner {
border: 0; }
.bx--table-sort-v2:focus {
outline: 0; }
.bx--table-sort-v2:focus svg {
opacity: 1;
outline: 1px solid #3d70b2;
fill: #3d70b2;
outline-offset: -0.5px; }
.bx--table-sort-v2__icon {
position: relative;
left: 2px;
transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
transform: rotate(0);
opacity: 0;
fill: #8c9ba5;
height: 0.5625rem;
padding: 2px;
width: auto;
max-width: 14px; }
.bx--inline-edit-label {
display: flex;
justify-content: space-between;
align-items: center; }
.bx--inline-edit-label:hover .bx--inline-edit-label__icon {
opacity: 1; }
.bx--inline-edit-label--inactive {
display: none; }
.bx--inline-edit-label__action {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
font-family: "IBM Helvetica", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
display: inline-block;
background: none;
appearance: none;
border: 0;
padding: 0;
cursor: pointer; }
.bx--inline-edit-label__action > *,
.bx--inline-edit-label__action > *:before,
.bx--inline-edit-label__action > *:after {
box-sizing: inherit; }
.bx--inline-edit-label__action::-moz-focus-inner {
border: 0; }
.bx--inline-edit-label__action:hover {
cursor: pointer; }
.bx--inline-edit-label__action:focus {
outline: 1px solid #3d70b2;
padding: 2px; }
.bx--inline-edit-label__action:focus .bx--inline-edit-label__icon {
width: auto;
opacity: 1; }
.bx--inline-edit-label__icon {
fill: #8c9ba5;
opacity: 0; }
.bx--inline-edit-input {
display: none; }
.bx--inline-edit-input--active {
display: block;
margin-left: -0.75rem; }
.bx--inline-edit-input--active input {
padding-left: 0.75rem; }
.bx--data-table-v2--short input {
height: 2rem; }
.bx--data-table-v2--short select {
padding: 0.45rem 2.75rem 0.45rem 1rem; }
.bx--data-table-v2--short .bx--select__arrow {
top: 0.875rem; } | 0.561575 | 0.116991 |
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
.flaticon-analysis:before { content: "\f100"; }
.flaticon-google-analytics:before { content: "\f101"; }
.flaticon-python:before { content: "\f102"; }
.flaticon-algorithm:before { content: "\f103"; }
.flaticon-network:before { content: "\f104"; }
.flaticon-quote:before { content: "\f105"; }
.flaticon-share:before { content: "\f106"; }
.flaticon-analytics:before { content: "\f107"; }
.flaticon-brain:before { content: "\f108"; }
.flaticon-accept:before { content: "\f109"; }
.flaticon-abstract:before { content: "\f10a"; }
.flaticon-abstract-2:before { content: "\f10b"; }
.flaticon-stars:before { content: "\f10c"; }
.flaticon-download:before { content: "\f10d"; }
.flaticon-search:before { content: "\f10e"; }
.flaticon-music:before { content: "\f10f"; }
.flaticon-data:before { content: "\f110"; }
.flaticon-vr:before { content: "\f111"; }
.flaticon-play-button:before { content: "\f112"; }
.flaticon-checkmark:before { content: "\f113"; }
.flaticon-big-data:before { content: "\f114"; }
.flaticon-ui:before { content: "\f115"; }
.flaticon-joystick:before { content: "\f116"; }
.flaticon-product:before { content: "\f117"; }
.flaticon-travel:before { content: "\f118"; }
.flaticon-bank:before { content: "\f119"; }
.flaticon-medicine:before { content: "\f11a"; }
.flaticon-billboard:before { content: "\f11b"; }
.flaticon-chat:before { content: "\f11c"; }
.flaticon-cloud-computing:before { content: "\f11d"; }
.flaticon-analysis-1:before { content: "\f11e"; }
.flaticon-null:before { content: "\f11f"; }
.flaticon-arrow:before { content: "\f120"; }
.flaticon-brain-1:before { content: "\f121"; }
.flaticon-freelance:before { content: "\f122"; }
.flaticon-gmail:before { content: "\f123"; }
.flaticon-virustotal-icon:before { content: "\f124"; }
.flaticon-next:before { content: "\f125"; }
.flaticon-brain-2:before { content: "\f126"; }
.flaticon-brain-3:before { content: "\f127"; }
.flaticon-model:before { content: "\f128"; }
.flaticon-cog:before { content: "\f129"; }
.flaticon-global:before { content: "\f12a"; }
.flaticon-zoom:before { content: "\f12b"; }
.flaticon-pin:before { content: "\f12c"; }
.flaticon-hyperlink:before { content: "\f12d"; }
.flaticon-vision:before { content: "\f12e"; }
.flaticon-conversation:before { content: "\f12f"; }
.flaticon-photograph:before { content: "\f130"; }
.flaticon-medal:before { content: "\f131"; }
.flaticon-share-1:before { content: "\f132"; }
.flaticon-next-1:before { content: "\f133"; }
.flaticon-world:before { content: "\f134"; }
.flaticon-award:before { content: "\f135"; }
.flaticon-pin-1:before { content: "\f136"; }
.flaticon-checkmark-1:before { content: "\f137"; }
.flaticon-left:before { content: "\f138"; } | assets/fonts/flaticon.css | @font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
.flaticon-analysis:before { content: "\f100"; }
.flaticon-google-analytics:before { content: "\f101"; }
.flaticon-python:before { content: "\f102"; }
.flaticon-algorithm:before { content: "\f103"; }
.flaticon-network:before { content: "\f104"; }
.flaticon-quote:before { content: "\f105"; }
.flaticon-share:before { content: "\f106"; }
.flaticon-analytics:before { content: "\f107"; }
.flaticon-brain:before { content: "\f108"; }
.flaticon-accept:before { content: "\f109"; }
.flaticon-abstract:before { content: "\f10a"; }
.flaticon-abstract-2:before { content: "\f10b"; }
.flaticon-stars:before { content: "\f10c"; }
.flaticon-download:before { content: "\f10d"; }
.flaticon-search:before { content: "\f10e"; }
.flaticon-music:before { content: "\f10f"; }
.flaticon-data:before { content: "\f110"; }
.flaticon-vr:before { content: "\f111"; }
.flaticon-play-button:before { content: "\f112"; }
.flaticon-checkmark:before { content: "\f113"; }
.flaticon-big-data:before { content: "\f114"; }
.flaticon-ui:before { content: "\f115"; }
.flaticon-joystick:before { content: "\f116"; }
.flaticon-product:before { content: "\f117"; }
.flaticon-travel:before { content: "\f118"; }
.flaticon-bank:before { content: "\f119"; }
.flaticon-medicine:before { content: "\f11a"; }
.flaticon-billboard:before { content: "\f11b"; }
.flaticon-chat:before { content: "\f11c"; }
.flaticon-cloud-computing:before { content: "\f11d"; }
.flaticon-analysis-1:before { content: "\f11e"; }
.flaticon-null:before { content: "\f11f"; }
.flaticon-arrow:before { content: "\f120"; }
.flaticon-brain-1:before { content: "\f121"; }
.flaticon-freelance:before { content: "\f122"; }
.flaticon-gmail:before { content: "\f123"; }
.flaticon-virustotal-icon:before { content: "\f124"; }
.flaticon-next:before { content: "\f125"; }
.flaticon-brain-2:before { content: "\f126"; }
.flaticon-brain-3:before { content: "\f127"; }
.flaticon-model:before { content: "\f128"; }
.flaticon-cog:before { content: "\f129"; }
.flaticon-global:before { content: "\f12a"; }
.flaticon-zoom:before { content: "\f12b"; }
.flaticon-pin:before { content: "\f12c"; }
.flaticon-hyperlink:before { content: "\f12d"; }
.flaticon-vision:before { content: "\f12e"; }
.flaticon-conversation:before { content: "\f12f"; }
.flaticon-photograph:before { content: "\f130"; }
.flaticon-medal:before { content: "\f131"; }
.flaticon-share-1:before { content: "\f132"; }
.flaticon-next-1:before { content: "\f133"; }
.flaticon-world:before { content: "\f134"; }
.flaticon-award:before { content: "\f135"; }
.flaticon-pin-1:before { content: "\f136"; }
.flaticon-checkmark-1:before { content: "\f137"; }
.flaticon-left:before { content: "\f138"; } | 0.374448 | 0.209409 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,
a:active {
outline: 0;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
max-width: 100%;
vertical-align: middle;
border: 0;
height:auto;
-ms-interpolation-mode: bicubic;
}
#map_canvas img {
max-width: none;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
textarea {
overflow: auto;
vertical-align: top;
}
body {
margin: 0;
font-family: "Open Sans", sans-serif;
font-size: 13px;
line-height: 20px;
color: #4b4b4b;
background-color: #fefefe;
}
a {
color: #d66000;
text-decoration: none;
}
a:hover {
color: #8a3e00;
text-decoration: underline;
}
.container {
position: relative;
padding-left: 20px;
padding-right: 20px;
}
.row {
width: 100%;
min-width: 0;
margin: 0 auto;
position: relative;
max-width: 978px;
}
.column {
float: left;
margin-left: 3.09091%;
}
.column:first-child {
margin-left: 0;
}
.col1 {
width: 5.5%;
}
.col2 {
width: 14.09091%;
}
.col3 {
width: 22.68182%;
}
.col4 {
width: 31.27273%;
}
.col5 {
width: 39.86364%;
}
.col6 {
width: 48.45455%;
}
.col7 {
width: 57.04545%;
}
.col8 {
width: 65.63636%;
}
.col9 {
width: 74.22727%;
}
.col10 {
width: 82.81818%;
}
.col11 {
width: 91.40909%;
}
.col12 {
width: 100%;
}
.column.alpha {
clear: left;
margin-left: 0;
}
p {
margin: 0 0 9px;
}
p small {
font-size: 11px;
color: #999999;
}
.lead {
margin-bottom: 18px;
font-size: 20px;
font-weight: 200;
line-height: 27px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
font-family: inherit;
font-weight: bold;
color: inherit;
text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
font-weight: normal;
color: #999999;
}
h1 {
font-size: 30px;
line-height: 36px;
}
h1 small {
font-size: 18px;
}
h2 {
font-size: 24px;
line-height: 36px;
}
h2 small {
font-size: 18px;
}
h3 {
font-size: 18px;
line-height: 27px;
}
h3 small {
font-size: 14px;
}
h4, h5, h6 {
line-height: 18px;
}
h4 {
font-size: 14px;
}
h4 small {
font-size: 12px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 11px;
color: #999999;
text-transform: uppercase;
}
.page-header {
padding-bottom: 17px;
margin: 18px 0;
border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
line-height: 1;
}
ul, ol {
padding: 0;
margin: 0 0 9px 18px;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li {
line-height: 20px;
}
ul.unstyled,
ol.unstyled {
margin-left: 0;
list-style: none;
}
dl {
margin-bottom: 18px;
}
dt,
dd {
line-height: 18px;
}
dt {
font-weight: bold;
line-height: 17px;
}
dd {
margin-left: 9px;
}
.dl-horizontal dt {
float: left;
width: 120px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 130px;
}
hr {
margin: 18px 0;
border: 0;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid white;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
.muted {
color: #999999;
}
abbr[title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 18px;
border-left: 5px solid #eeeeee;
}
blockquote p {
margin-bottom: 0;
font-size: 16px;
font-weight: 300;
line-height: 22.5px;
}
blockquote small {
display: block;
line-height: 18px;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
float: right;
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
}
address {
display: block;
margin-bottom: 18px;
font-style: normal;
line-height: 18px;
}
small {
font-size: 100%;
}
cite {
font-style: normal;
}
code,
pre {
padding: 0 3px 2px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
code {
padding: 2px 4px;
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
pre {
display: block;
padding: 8.5px;
margin: 0 0 9px;
font-size: 12.025px;
line-height: 18px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
pre.prettyprint {
margin-bottom: 18px;
}
pre code {
padding: 0;
color: inherit;
background-color: transparent;
border: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
form {
margin: 0 0 18px;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 27px;
font-size: 19.5px;
line-height: 36px;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
legend small {
font-size: 13.5px;
color: #999999;
}
label,
input,
button,
select,
textarea {
font-size: 13px;
font-weight: normal;
line-height: 18px;
}
input,
button,
select,
textarea {
font-family: "Open Sans", sans-serif;
}
label {
display: block;
margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
display: inline-block;
height: 18px;
padding: 4px;
margin-bottom: 9px;
font-size: 13px;
line-height: 18px;
color: #AEAEAE;
}
input,
textarea {
width: 210px;
}
textarea {
height: auto;
resize: vertical;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
background-color: #f2f2f2;
border: 1px solid #d6d6d6;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
border-radius: 1px;
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: rgba(255, 134, 35, 0.8);
outline: 0;
outline: thin dotted \9;
/* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 96, 0, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 96, 0, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 96, 0, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
margin: 3px 0;
*margin-top: 0;
/* IE7 */
line-height: normal;
cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
width: auto;
}
.uneditable-textarea {
width: auto;
height: auto;
}
select,
input[type="file"] {
height: 28px;
/* In IE7, the height of the select element cannot be changed by height, only font-size */
*margin-top: 4px;
/* For IE7, add top margin to align select with labels */
line-height: 28px;
}
select {
width: 220px;
border: 1px solid #bbb;
}
select[multiple],
select[size] {
height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.radio,
.checkbox {
min-height: 18px;
padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: left;
margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
display: inline-block;
padding-top: 5px;
margin-bottom: 0;
vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
margin-left: 10px;
}
.input-mini {
width: 60px;
}
.input-small {
width: 90px;
}
.input-medium {
width: 150px;
}
.input-large {
width: 210px;
}
.input-xlarge {
width: 270px;
}
.input-xxlarge {
width: 530px;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
background-color: transparent;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
color: #b94a48;
border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
padding: 17px 20px 18px;
margin-top: 18px;
margin-bottom: 18px;
background-color: whitesmoke;
border-top: 1px solid #e5e5e5;
*zoom: 1;
}
.form-actions:before, .form-actions:after {
display: table;
content: "";
}
.form-actions:after {
clear: both;
}
.uneditable-input {
overflow: hidden;
white-space: nowrap;
cursor: not-allowed;
background-color: #f2f2f2;
border-color: #eee;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
color: #999999;
}
::-webkit-input-placeholder {
color: #999999;
}
.help-block,
.help-inline {
color: #555555;
}
.help-block {
display: block;
margin-bottom: 9px;
}
.help-inline {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
vertical-align: middle;
padding-left: 5px;
}
.input-prepend,
.input-append {
margin-bottom: 5px;
}
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-append input,
.input-append select,
.input-append .uneditable-input {
position: relative;
margin-bottom: 0;
*margin-left: 0;
vertical-align: middle;
-webkit-border-radius: 0 1px 1px 0;
-moz-border-radius: 0 1px 1px 0;
-ms-border-radius: 0 1px 1px 0;
border-radius: 0 1px 1px 0;
}
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus,
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus {
z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
display: inline-block;
width: auto;
height: 18px;
min-width: 16px;
padding: 4px 5px;
font-weight: normal;
line-height: 18px;
text-align: center;
text-shadow: 0 1px 0 white;
vertical-align: middle;
background-color: #eeeeee;
border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-prepend .btn,
.input-append .add-on,
.input-append .btn {
margin-left: -1px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.input-prepend .active,
.input-append .active {
background-color: #a9dba9;
border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
-webkit-border-radius: 1px 0 0 1px;
-moz-border-radius: 1px 0 0 1px;
-ms-border-radius: 1px 0 0 1px;
border-radius: 1px 0 0 1px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
-webkit-border-radius: 1px 0 0 1px;
-moz-border-radius: 1px 0 0 1px;
-ms-border-radius: 1px 0 0 1px;
border-radius: 1px 0 0 1px;
}
.input-append .uneditable-input {
border-right-color: #ccc;
border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
-webkit-border-radius: 0 1px 1px 0;
-moz-border-radius: 0 1px 1px 0;
-ms-border-radius: 0 1px 1px 0;
border-radius: 0 1px 1px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
margin-right: -1px;
-webkit-border-radius: 1px 0 0 1px;
-moz-border-radius: 1px 0 0 1px;
-ms-border-radius: 1px 0 0 1px;
border-radius: 1px 0 0 1px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
margin-left: -1px;
-webkit-border-radius: 0 1px 1px 0;
-moz-border-radius: 0 1px 1px 0;
-ms-border-radius: 0 1px 1px 0;
border-radius: 0 1px 1px 0;
}
.search-query {
padding-right: 14px;
padding-right: 4px \9;
padding-left: 14px;
padding-left: 4px \9;
/* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
-ms-border-radius: 14px;
border-radius: 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
display: none;
}
.form-search label,
.form-inline label {
display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
padding-left: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: left;
margin-right: 3px;
margin-left: 0;
}
.control-group {
margin-bottom: 9px;
}
legend + .control-group {
margin-top: 18px;
-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
margin-bottom: 18px;
*zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
display: table;
content: "";
}
.form-horizontal .control-group:after {
clear: both;
}
.form-horizontal .control-label {
float: left;
width: 140px;
padding-top: 5px;
text-align: right;
}
.form-horizontal .controls {
*display: inline-block;
*padding-left: 20px;
margin-left: 160px;
*margin-left: 0;
}
.form-horizontal .controls:first-child {
*padding-left: 160px;
}
.form-horizontal .help-block {
margin-top: 9px;
margin-bottom: 0;
}
.form-horizontal .form-actions {
padding-left: 160px;
}
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
table thead {
background: #dddddd;
}
table thead th {
border-color: #dddddd !important;
}
table {
width: 100%;
margin-bottom: 18px;
}
table th,
table td {
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
table th {
font-weight: bold;
}
table thead th {
vertical-align: bottom;
}
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-top: 0;
}
table tbody + tbody {
border-top: 2px solid #dddddd;
}
table {
border: 1px solid #dddddd;
border-collapse: separate;
*border-collapse: collapsed;
border-left: 0;
}
table th,
table td {
border-left: 1px solid #dddddd;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
border-top: 0;
}
.btn {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
padding: 8px 19px;
margin-bottom: 0;
font-size: 11px;
line-height: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
font-weight: normal;
text-transform: uppercase;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
color: white;
background-color: #2c2c2c;
background-image: -moz-linear-gradient(top, #343434, #202020);
background-image: -ms-linear-gradient(top, #343434, #202020);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343434), to(#202020));
background-image: -webkit-linear-gradient(top, #343434, #202020);
background-image: -o-linear-gradient(top, #343434, #202020);
background-image: linear-gradient(top, #343434, #202020);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434', endColorstr='#202020', GradientType=0), #343434, #202020;
border-color: #202020 #202020 black;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid black;
*border: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
*margin-left: .3em;
-webkit-box-shadow: 0 1px 3px rgba(152, 155, 157, 0.5), 0 1px rgba(255, 255, 255, 0.5) inset, 0 0 5px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px 10px 0 rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(152, 155, 157, 0.5), 0 1px rgba(255, 255, 255, 0.5) inset, 0 0 5px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px 10px 0 rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 3px rgba(152, 155, 157, 0.5), 0 1px rgba(255, 255, 255, 0.5) inset, 0 0 5px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px 10px 0 rgba(0, 0, 0, 0.1) inset;
}
.btn:hover, .btn:active {
color: white;
background-color: #202020;
*background: #070707;
}
.btn:active {
background-color: #070707 \9;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:first-child {
*margin-left: 0;
}
.btn:hover {
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-primary {
color: white;
background-color: #e80005;
background-image: -moz-linear-gradient(top, #fe0103, #c9000a);
background-image: -ms-linear-gradient(top, #fe0103, #c9000a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe0103), to(#c9000a));
background-image: -webkit-linear-gradient(top, #fe0103, #c9000a);
background-image: -o-linear-gradient(top, #fe0103, #c9000a);
background-image: linear-gradient(top, #fe0103, #c9000a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0103', endColorstr='#c9000a', GradientType=0), #fe0103, #c9000a;
border-color: #c9000a #c9000a #7d0006;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:active {
color: white;
background-color: #c9000a;
*background: #960007;
}
.btn-primary:active {
background-color: #960007 \9;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-gray {
color: #555555;
background-color: #f2f2f2;
background-image: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
background-image: -ms-linear-gradient(top, #f9f9f9, #e9e9e9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e9e9e9));
background-image: -webkit-linear-gradient(top, #f9f9f9, #e9e9e9);
background-image: -o-linear-gradient(top, #f9f9f9, #e9e9e9);
background-image: linear-gradient(top, #f9f9f9, #e9e9e9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0), #f9f9f9, #e9e9e9;
border-color: #e9e9e9 #e9e9e9 #c3c3c3;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
text-shadow: 0 1px #fff;
}
.btn-gray:hover, .btn-gray:active {
color: #555555;
background-color: #e9e9e9;
*background: #d0d0d0;
}
.btn-gray:active {
background-color: #d0d0d0 \9;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-small {
font-size: 11px;
padding-top: 8px;
padding-bottom: 8px;
}
.btn-large {
padding: 14px 36px;
}
.btn-xlarge {
padding-top: 14px;
padding-bottom: 14px;
font-size: 16px;
}
.btn-rounded {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
}
.btn-block {
display: block;
}
.btn-group {
position: relative;
font-size: 0;
white-space: nowrap;
*margin-left: .3em;
}
.btn-group:first-child {
*margin-left: 0;
}
.btn-group > .btn {
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset, 0 2px 3px -1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset, 0 2px 3px -1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset, 0 2px 3px -1px rgba(0, 0, 0, 0.15);
}
.btn-group > .btn + .btn {
margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
font-size: 13px;
}
.btn-group > .btn:first-child {
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.025);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.025);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.025);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.right-dropdown {
left: auto;
right: 0;
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
padding: 5px;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0 1px rgba(0, 0, 0, 0.26);
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
}
.tooltip.in {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
opacity: 100;
}
.tooltip.top {
margin-top: -3px;
}
.tooltip.right {
margin-left: 3px;
}
.tooltip.bottom {
margin-top: 3px;
}
.tooltip.left {
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 1px 8px;
color: white;
text-align: center;
text-decoration: none;
border: 1px solid #000;
background-color: #363636;
background-image: -moz-linear-gradient(top, #303030, #404040);
background-image: -ms-linear-gradient(top, #303030, #404040);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#303030), to(#404040));
background-image: -webkit-linear-gradient(top, #303030, #404040);
background-image: -o-linear-gradient(top, #303030, #404040);
background-image: linear-gradient(top, #303030, #404040);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#404040', GradientType=0), #303030, #404040;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px #606060 inset, 0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px #606060 inset, 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px #606060 inset, 0 0 5px rgba(0, 0, 0, 0.3);
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -7px;
border-width: 7px 7px 0;
border-top-color: #404040;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -7px;
border-width: 7px 7px 7px 0;
border-right-color: black;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -7px;
border-width: 7px 0 7px 7px;
border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -7px;
border-width: 0 7px 7px;
border-bottom-color: black;
}
.fade {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
opacity: 100;
}
.collapse {
position: relative;
height: 0;
overflow: hidden;
overflow: visible \9;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.collapse.in {
height: auto;
}
/* Font Awesome
the iconic font designed for use with Twitter Bootstrap
-------------------------------------------------------
The full suite of pictographic icons, examples, and documentation
can be found at: http://fortawesome.github.com/Font-Awesome/
License
-------------------------------------------------------
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
http://creativecommons.org/licenses/by/3.0/ A mention of
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
source code is considered acceptable attribution (most common on the web).
If human readable source code is not available to the end user, a mention in
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
or mobile software).
Contact
-------------------------------------------------------
Email: <EMAIL>
Twitter: http://twitter.com/fortaweso_me
Work: Lead Product Designer @ http://kyruus.com
*/
@font-face {
font-family: "FontAwesome";
src: url('../../fonts/font-awesome/fontawesome-webfont.eot');
src: url('../../fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('eot'), url('../../fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('../../fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('../../fonts/font-awesome/fontawesome-webfont.otf') format('opentype'), url('../../fonts/font-awesome/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('../../fonts/font-awesome/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/* Font Awesome styles
------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
display: inline-block;
text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
vertical-align: middle;
font-size: 4/3em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"], .nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
/* keeps button heights with and without icons the same */
line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
display: inline-block;
width: 1.25em;
text-align: center;
}
li .icon-large:before,
li .icon-large:before {
/* 1.5 increased font size for icon-large * 1.25 width */
width: 1.875em;
}
ul.icons {
list-style-type: none;
margin-left: 2em;
text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
/* 1.5 increased font size for icon-large * 1.25 width */
vertical-align: initial;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.icon-glass:before {
content: "\f000";
}
.icon-music:before {
content: "\f001";
}
.icon-search:before {
content: "\f002";
}
.icon-envelope:before {
content: "\f003";
}
.icon-heart:before {
content: "\f004";
}
.icon-star:before {
content: "\f005";
}
.icon-star-empty:before {
content: "\f006";
}
.icon-user:before {
content: "\f007";
}
.icon-film:before {
content: "\f008";
}
.icon-th-large:before {
content: "\f009";
}
.icon-th:before {
content: "\f00a";
}
.icon-th-list:before {
content: "\f00b";
}
.icon-ok:before {
content: "\f00c";
}
.icon-remove:before {
content: "\f00d";
}
.icon-zoom-in:before {
content: "\f00e";
}
.icon-zoom-out:before {
content: "\f010";
}
.icon-off:before {
content: "\f011";
}
.icon-signal:before {
content: "\f012";
}
.icon-cog:before {
content: "\f013";
}
.icon-trash:before {
content: "\f014";
}
.icon-home:before {
content: "\f015";
}
.icon-file:before {
content: "\f016";
}
.icon-time:before {
content: "\f017";
}
.icon-road:before {
content: "\f018";
}
.icon-download-alt:before {
content: "\f019";
}
.icon-download:before {
content: "\f01a";
}
.icon-upload:before {
content: "\f01b";
}
.icon-inbox:before {
content: "\f01c";
}
.icon-play-circle:before {
content: "\f01d";
}
.icon-repeat:before {
content: "\f01e";
}
/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before {
content: "\f021";
}
.icon-list-alt:before {
content: "\f022";
}
.icon-lock:before {
content: "\f023";
}
.icon-flag:before {
content: "\f024";
}
.icon-headphones:before {
content: "\f025";
}
.icon-volume-off:before {
content: "\f026";
}
.icon-volume-down:before {
content: "\f027";
}
.icon-volume-up:before {
content: "\f028";
}
.icon-qrcode:before {
content: "\f029";
}
.icon-barcode:before {
content: "\f02a";
}
.icon-tag:before {
content: "\f02b";
}
.icon-tags:before {
content: "\f02c";
}
.icon-book:before {
content: "\f02d";
}
.icon-bookmark:before {
content: "\f02e";
}
.icon-print:before {
content: "\f02f";
}
.icon-camera:before {
content: "\f030";
}
.icon-font:before {
content: "\f031";
}
.icon-bold:before {
content: "\f032";
}
.icon-italic:before {
content: "\f033";
}
.icon-text-height:before {
content: "\f034";
}
.icon-text-width:before {
content: "\f035";
}
.icon-align-left:before {
content: "\f036";
}
.icon-align-center:before {
content: "\f037";
}
.icon-align-right:before {
content: "\f038";
}
.icon-align-justify:before {
content: "\f039";
}
.icon-list:before {
content: "\f03a";
}
.icon-indent-left:before {
content: "\f03b";
}
.icon-indent-right:before {
content: "\f03c";
}
.icon-facetime-video:before {
content: "\f03d";
}
.icon-picture:before {
content: "\f03e";
}
.icon-pencil:before {
content: "\f040";
}
.icon-map-marker:before {
content: "\f041";
}
.icon-adjust:before {
content: "\f042";
}
.icon-tint:before {
content: "\f043";
}
.icon-edit:before {
content: "\f044";
}
.icon-share:before {
content: "\f045";
}
.icon-check:before {
content: "\f046";
}
.icon-move:before {
content: "\f047";
}
.icon-step-backward:before {
content: "\f048";
}
.icon-fast-backward:before {
content: "\f049";
}
.icon-backward:before {
content: "\f04a";
}
.icon-play:before {
content: "\f04b";
}
.icon-pause:before {
content: "\f04c";
}
.icon-stop:before {
content: "\f04d";
}
.icon-forward:before {
content: "\f04e";
}
.icon-fast-forward:before {
content: "\f050";
}
.icon-step-forward:before {
content: "\f051";
}
.icon-eject:before {
content: "\f052";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-plus-sign:before {
content: "\f055";
}
.icon-minus-sign:before {
content: "\f056";
}
.icon-remove-sign:before {
content: "\f057";
}
.icon-ok-sign:before {
content: "\f058";
}
.icon-question-sign:before {
content: "\f059";
}
.icon-info-sign:before {
content: "\f05a";
}
.icon-screenshot:before {
content: "\f05b";
}
.icon-remove-circle:before {
content: "\f05c";
}
.icon-ok-circle:before {
content: "\f05d";
}
.icon-ban-circle:before {
content: "\f05e";
}
.icon-arrow-left:before {
content: "\f060";
}
.icon-arrow-right:before {
content: "\f061";
}
.icon-arrow-up:before {
content: "\f062";
}
.icon-arrow-down:before {
content: "\f063";
}
.icon-share-alt:before {
content: "\f064";
}
.icon-resize-full:before {
content: "\f065";
}
.icon-resize-small:before {
content: "\f066";
}
.icon-plus:before {
content: "\f067";
}
.icon-minus:before {
content: "\f068";
}
.icon-asterisk:before {
content: "\f069";
}
.icon-exclamation-sign:before {
content: "\f06a";
}
.icon-gift:before {
content: "\f06b";
}
.icon-leaf:before {
content: "\f06c";
}
.icon-fire:before {
content: "\f06d";
}
.icon-eye-open:before {
content: "\f06e";
}
.icon-eye-close:before {
content: "\f070";
}
.icon-warning-sign:before {
content: "\f071";
}
.icon-plane:before {
content: "\f072";
}
.icon-calendar:before {
content: "\f073";
}
.icon-random:before {
content: "\f074";
}
.icon-comment:before {
content: "\f075";
}
.icon-magnet:before {
content: "\f076";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-retweet:before {
content: "\f079";
}
.icon-shopping-cart:before {
content: "\f07a";
}
.icon-folder-close:before {
content: "\f07b";
}
.icon-folder-open:before {
content: "\f07c";
}
.icon-resize-vertical:before {
content: "\f07d";
}
.icon-resize-horizontal:before {
content: "\f07e";
}
.icon-bar-chart:before {
content: "\f080";
}
.icon-twitter-sign:before {
content: "\f081";
}
.icon-facebook-sign:before {
content: "\f082";
}
.icon-camera-retro:before {
content: "\f083";
}
.icon-key:before {
content: "\f084";
}
.icon-cogs:before {
content: "\f085";
}
.icon-comments:before {
content: "\f086";
}
.icon-thumbs-up:before {
content: "\f087";
}
.icon-thumbs-down:before {
content: "\f088";
}
.icon-star-half:before {
content: "\f089";
}
.icon-heart-empty:before {
content: "\f08a";
}
.icon-signout:before {
content: "\f08b";
}
.icon-linkedin-sign:before {
content: "\f08c";
}
.icon-pushpin:before {
content: "\f08d";
}
.icon-external-link:before {
content: "\f08e";
}
.icon-signin:before {
content: "\f090";
}
.icon-trophy:before {
content: "\f091";
}
.icon-github-sign:before {
content: "\f092";
}
.icon-upload-alt:before {
content: "\f093";
}
.icon-lemon:before {
content: "\f094";
}
.icon-phone:before {
content: "\f095";
}
.icon-check-empty:before {
content: "\f096";
}
.icon-bookmark-empty:before {
content: "\f097";
}
.icon-phone-sign:before {
content: "\f098";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-github:before {
content: "\f09b";
}
.icon-unlock:before {
content: "\f09c";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-rss:before {
content: "\f09e";
}
.icon-hdd:before {
content: "\f0a0";
}
.icon-bullhorn:before {
content: "\f0a1";
}
.icon-bell:before {
content: "\f0a2";
}
.icon-certificate:before {
content: "\f0a3";
}
.icon-hand-right:before {
content: "\f0a4";
}
.icon-hand-left:before {
content: "\f0a5";
}
.icon-hand-up:before {
content: "\f0a6";
}
.icon-hand-down:before {
content: "\f0a7";
}
.icon-circle-arrow-left:before {
content: "\f0a8";
}
.icon-circle-arrow-right:before {
content: "\f0a9";
}
.icon-circle-arrow-up:before {
content: "\f0aa";
}
.icon-circle-arrow-down:before {
content: "\f0ab";
}
.icon-globe:before {
content: "\f0ac";
}
.icon-wrench:before {
content: "\f0ad";
}
.icon-tasks:before {
content: "\f0ae";
}
.icon-filter:before {
content: "\f0b0";
}
.icon-briefcase:before {
content: "\f0b1";
}
.icon-fullscreen:before {
content: "\f0b2";
}
.icon-group:before {
content: "\f0c0";
}
.icon-link:before {
content: "\f0c1";
}
.icon-cloud:before {
content: "\f0c2";
}
.icon-beaker:before {
content: "\f0c3";
}
.icon-cut:before {
content: "\f0c4";
}
.icon-copy:before {
content: "\f0c5";
}
.icon-paper-clip:before {
content: "\f0c6";
}
.icon-save:before {
content: "\f0c7";
}
.icon-sign-blank:before {
content: "\f0c8";
}
.icon-reorder:before {
content: "\f0c9";
}
.icon-list-ul:before {
content: "\f0ca";
}
.icon-list-ol:before {
content: "\f0cb";
}
.icon-strikethrough:before {
content: "\f0cc";
}
.icon-underline:before {
content: "\f0cd";
}
.icon-table:before {
content: "\f0ce";
}
.icon-magic:before {
content: "\f0d0";
}
.icon-truck:before {
content: "\f0d1";
}
.icon-pinterest:before {
content: "\f0d2";
}
.icon-pinterest-sign:before {
content: "\f0d3";
}
.icon-google-plus-sign:before {
content: "\f0d4";
}
.icon-google-plus:before {
content: "\f0d5";
}
.icon-money:before {
content: "\f0d6";
}
.icon-caret-down:before {
content: "\f0d7";
}
.icon-caret-up:before {
content: "\f0d8";
}
.icon-caret-left:before {
content: "\f0d9";
}
.icon-caret-right:before {
content: "\f0da";
}
.icon-columns:before {
content: "\f0db";
}
.icon-sort:before {
content: "\f0dc";
}
.icon-sort-down:before {
content: "\f0dd";
}
.icon-sort-up:before {
content: "\f0de";
}
.icon-envelope-alt:before {
content: "\f0e0";
}
.icon-linkedin:before {
content: "\f0e1";
}
.icon-undo:before {
content: "\f0e2";
}
.icon-legal:before {
content: "\f0e3";
}
.icon-dashboard:before {
content: "\f0e4";
}
.icon-comment-alt:before {
content: "\f0e5";
}
.icon-comments-alt:before {
content: "\f0e6";
}
.icon-bolt:before {
content: "\f0e7";
}
.icon-sitemap:before {
content: "\f0e8";
}
.icon-umbrella:before {
content: "\f0e9";
}
.icon-paste:before {
content: "\f0ea";
}
.icon-user-md:before {
content: "\f200";
}
.icon-apple-logo:before {
content: "\f500";
}
.icon-windows-8:before {
content: "\f501";
}
.icon-js-fiddle:before {
content: "\f502";
}
.icon-skype:before {
content: "\f503";
}
.icon-youtube-sign:before {
content: "\f504";
}
.icon-youtube:before {
content: "\f505";
}
.icon-vimeo-sign:before {
content: "\f506";
}
.icon-vimeo:before {
content: "\f507";
}
.icon-lastfm-sign:before {
content: "\f508";
}
.icon-lastfm:before {
content: "\f509";
}
.icon-rss-sign:before {
content: "\f50a";
}
.icon-reddit:before {
content: "\f50b";
}
.icon-delicious-sign:before {
content: "\f50c";
}
.icon-wordpress-sign:before {
content: "\f50d";
}
.icon-wordpress:before {
content: "\f50e";
}
.icon-git-fork:before {
content: "\f50f";
}
.icon-blogger-sign:before {
content: "\f510";
}
.icon-blogger:before {
content: "\f511";
}
.icon-tumblr-sign:before {
content: "\f512";
}
.icon-tumblr:before {
content: "\f513";
}
.icon-flickr-sign:before {
content: "\f514";
}
.icon-flickr:before {
content: "\f515";
}
.icon-picasa-sign:before {
content: "\f516";
}
.icon-picasa:before {
content: "\f517";
}
.icon-amazon-sign:before {
content: "\f518";
}
.icon-amazon:before {
content: "\f519";
}
.icon-yelp-sign:before {
content: "\f51a";
}
.icon-yelp:before {
content: "\f51b";
}
.icon-soundcloud:before {
content: "\f51c";
}
.icon-spotify:before {
content: "\f51d";
}
.icon-yahoo-sign:before {
content: "\f520";
}
.icon-yahoo:before {
content: "\f521";
}
.icon-evernote-sign:before {
content: "\f522";
}
.icon-evernote:before {
content: "\f523";
}
.icon-google-sign:before {
content: "\f524";
}
.icon-google:before {
content: "\f525";
}
.icon-hacker-news:before {
content: "\f526";
}
.icon-map:before {
content: "\f529";
}
.icon-bus-sign:before {
content: "\f52a";
}
.icon-bike-sign:before {
content: "\f52b";
}
.icon-car-sign:before {
content: "\f52c";
}
.icon-taxi-sign:before {
content: "\f52d";
}
.icon-truck-sign:before {
content: "\f52e";
}
.icon-handicap-sign:before {
content: "\f52f";
}
.clearfix, .row {
*zoom: 1;
}
.clearfix:before, .row:before, .clearfix:after, .row:after {
display: table;
content: "";
}
.clearfix:after, .row:after {
clear: both;
}
.pull-right,
.alignright {
float: right;
}
.pull-left {
float: left;
}
.hide {
display: none;
}
.show {
display: block;
}
.invisible {
visibility: hidden;
}
.accel {
-webkit-transform: translate3d(0, 0, 0);
}
/* Divider vertical */
.divider-vertical {
width: 2px;
height: 60px;
background-size: 1px 100%;
background-position: 0 0, 1px 0;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(-10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(110%, transparent)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(-10%, transparent), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(110%, transparent));
background-image: -webkit-linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), -webkit-linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%);
background-image: -moz-linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), -moz-linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%);
background-image: linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%);
}
.hide-text {
text-indent: -119988px;
overflow: hidden;
text-align: left;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.hr-ruler {
margin: 45px 0;
border: none;
height: 1px;
background: #d5d5d5;
}
.cssgradients .hr-ruler {
background-color: transparent;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(213, 213, 213, 0)), color-stop(50%, #d5d5d5), color-stop(100%, rgba(213, 213, 213, 0)));
background-image: -webkit-linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0));
background-image: -moz-linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0));
background-image: linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0));
}
.cssgradients .hr-ruler.no-bg {
background: none;
}
.hr-double {
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
height: 2px;
margin: 43px 10px;
}
.slider-active {
overflow: hidden
}
.slider-active .footer-section.static {
position: fixed !important;
bottom: -40px;
}
.slider-active .main-content,
.slider-active .primary-sidebar,
.progress-wrapper.bottom {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: opacity .25s;
-moz-transition: opacity .25s;
-ms-transition: opacity .25s;
-o-transition: opacity .25s;
transition: opacity .25s;
}
.slider-active .progress-wrapper.bottom {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 100;
}
.top-nav ul ul {
display: none
}
#infscr-loading {
display: none !important
} | Paginas web/Gyro + Arduino + Processing _ Odis Harkins _ All for Him and For His Glory_arquivos/framework.css | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,
a:active {
outline: 0;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
max-width: 100%;
vertical-align: middle;
border: 0;
height:auto;
-ms-interpolation-mode: bicubic;
}
#map_canvas img {
max-width: none;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
textarea {
overflow: auto;
vertical-align: top;
}
body {
margin: 0;
font-family: "Open Sans", sans-serif;
font-size: 13px;
line-height: 20px;
color: #4b4b4b;
background-color: #fefefe;
}
a {
color: #d66000;
text-decoration: none;
}
a:hover {
color: #8a3e00;
text-decoration: underline;
}
.container {
position: relative;
padding-left: 20px;
padding-right: 20px;
}
.row {
width: 100%;
min-width: 0;
margin: 0 auto;
position: relative;
max-width: 978px;
}
.column {
float: left;
margin-left: 3.09091%;
}
.column:first-child {
margin-left: 0;
}
.col1 {
width: 5.5%;
}
.col2 {
width: 14.09091%;
}
.col3 {
width: 22.68182%;
}
.col4 {
width: 31.27273%;
}
.col5 {
width: 39.86364%;
}
.col6 {
width: 48.45455%;
}
.col7 {
width: 57.04545%;
}
.col8 {
width: 65.63636%;
}
.col9 {
width: 74.22727%;
}
.col10 {
width: 82.81818%;
}
.col11 {
width: 91.40909%;
}
.col12 {
width: 100%;
}
.column.alpha {
clear: left;
margin-left: 0;
}
p {
margin: 0 0 9px;
}
p small {
font-size: 11px;
color: #999999;
}
.lead {
margin-bottom: 18px;
font-size: 20px;
font-weight: 200;
line-height: 27px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
font-family: inherit;
font-weight: bold;
color: inherit;
text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
font-weight: normal;
color: #999999;
}
h1 {
font-size: 30px;
line-height: 36px;
}
h1 small {
font-size: 18px;
}
h2 {
font-size: 24px;
line-height: 36px;
}
h2 small {
font-size: 18px;
}
h3 {
font-size: 18px;
line-height: 27px;
}
h3 small {
font-size: 14px;
}
h4, h5, h6 {
line-height: 18px;
}
h4 {
font-size: 14px;
}
h4 small {
font-size: 12px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 11px;
color: #999999;
text-transform: uppercase;
}
.page-header {
padding-bottom: 17px;
margin: 18px 0;
border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
line-height: 1;
}
ul, ol {
padding: 0;
margin: 0 0 9px 18px;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li {
line-height: 20px;
}
ul.unstyled,
ol.unstyled {
margin-left: 0;
list-style: none;
}
dl {
margin-bottom: 18px;
}
dt,
dd {
line-height: 18px;
}
dt {
font-weight: bold;
line-height: 17px;
}
dd {
margin-left: 9px;
}
.dl-horizontal dt {
float: left;
width: 120px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 130px;
}
hr {
margin: 18px 0;
border: 0;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid white;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
.muted {
color: #999999;
}
abbr[title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 18px;
border-left: 5px solid #eeeeee;
}
blockquote p {
margin-bottom: 0;
font-size: 16px;
font-weight: 300;
line-height: 22.5px;
}
blockquote small {
display: block;
line-height: 18px;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
float: right;
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
}
address {
display: block;
margin-bottom: 18px;
font-style: normal;
line-height: 18px;
}
small {
font-size: 100%;
}
cite {
font-style: normal;
}
code,
pre {
padding: 0 3px 2px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
code {
padding: 2px 4px;
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
pre {
display: block;
padding: 8.5px;
margin: 0 0 9px;
font-size: 12.025px;
line-height: 18px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
pre.prettyprint {
margin-bottom: 18px;
}
pre code {
padding: 0;
color: inherit;
background-color: transparent;
border: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
form {
margin: 0 0 18px;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 27px;
font-size: 19.5px;
line-height: 36px;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
legend small {
font-size: 13.5px;
color: #999999;
}
label,
input,
button,
select,
textarea {
font-size: 13px;
font-weight: normal;
line-height: 18px;
}
input,
button,
select,
textarea {
font-family: "Open Sans", sans-serif;
}
label {
display: block;
margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
display: inline-block;
height: 18px;
padding: 4px;
margin-bottom: 9px;
font-size: 13px;
line-height: 18px;
color: #AEAEAE;
}
input,
textarea {
width: 210px;
}
textarea {
height: auto;
resize: vertical;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
background-color: #f2f2f2;
border: 1px solid #d6d6d6;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
border-radius: 1px;
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: rgba(255, 134, 35, 0.8);
outline: 0;
outline: thin dotted \9;
/* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 96, 0, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 96, 0, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 96, 0, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
margin: 3px 0;
*margin-top: 0;
/* IE7 */
line-height: normal;
cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
width: auto;
}
.uneditable-textarea {
width: auto;
height: auto;
}
select,
input[type="file"] {
height: 28px;
/* In IE7, the height of the select element cannot be changed by height, only font-size */
*margin-top: 4px;
/* For IE7, add top margin to align select with labels */
line-height: 28px;
}
select {
width: 220px;
border: 1px solid #bbb;
}
select[multiple],
select[size] {
height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.radio,
.checkbox {
min-height: 18px;
padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: left;
margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
display: inline-block;
padding-top: 5px;
margin-bottom: 0;
vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
margin-left: 10px;
}
.input-mini {
width: 60px;
}
.input-small {
width: 90px;
}
.input-medium {
width: 150px;
}
.input-large {
width: 210px;
}
.input-xlarge {
width: 270px;
}
.input-xxlarge {
width: 530px;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
background-color: transparent;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
color: #b94a48;
border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
padding: 17px 20px 18px;
margin-top: 18px;
margin-bottom: 18px;
background-color: whitesmoke;
border-top: 1px solid #e5e5e5;
*zoom: 1;
}
.form-actions:before, .form-actions:after {
display: table;
content: "";
}
.form-actions:after {
clear: both;
}
.uneditable-input {
overflow: hidden;
white-space: nowrap;
cursor: not-allowed;
background-color: #f2f2f2;
border-color: #eee;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
color: #999999;
}
::-webkit-input-placeholder {
color: #999999;
}
.help-block,
.help-inline {
color: #555555;
}
.help-block {
display: block;
margin-bottom: 9px;
}
.help-inline {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
vertical-align: middle;
padding-left: 5px;
}
.input-prepend,
.input-append {
margin-bottom: 5px;
}
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-append input,
.input-append select,
.input-append .uneditable-input {
position: relative;
margin-bottom: 0;
*margin-left: 0;
vertical-align: middle;
-webkit-border-radius: 0 1px 1px 0;
-moz-border-radius: 0 1px 1px 0;
-ms-border-radius: 0 1px 1px 0;
border-radius: 0 1px 1px 0;
}
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus,
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus {
z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
display: inline-block;
width: auto;
height: 18px;
min-width: 16px;
padding: 4px 5px;
font-weight: normal;
line-height: 18px;
text-align: center;
text-shadow: 0 1px 0 white;
vertical-align: middle;
background-color: #eeeeee;
border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-prepend .btn,
.input-append .add-on,
.input-append .btn {
margin-left: -1px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.input-prepend .active,
.input-append .active {
background-color: #a9dba9;
border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
-webkit-border-radius: 1px 0 0 1px;
-moz-border-radius: 1px 0 0 1px;
-ms-border-radius: 1px 0 0 1px;
border-radius: 1px 0 0 1px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
-webkit-border-radius: 1px 0 0 1px;
-moz-border-radius: 1px 0 0 1px;
-ms-border-radius: 1px 0 0 1px;
border-radius: 1px 0 0 1px;
}
.input-append .uneditable-input {
border-right-color: #ccc;
border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
-webkit-border-radius: 0 1px 1px 0;
-moz-border-radius: 0 1px 1px 0;
-ms-border-radius: 0 1px 1px 0;
border-radius: 0 1px 1px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
margin-right: -1px;
-webkit-border-radius: 1px 0 0 1px;
-moz-border-radius: 1px 0 0 1px;
-ms-border-radius: 1px 0 0 1px;
border-radius: 1px 0 0 1px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
margin-left: -1px;
-webkit-border-radius: 0 1px 1px 0;
-moz-border-radius: 0 1px 1px 0;
-ms-border-radius: 0 1px 1px 0;
border-radius: 0 1px 1px 0;
}
.search-query {
padding-right: 14px;
padding-right: 4px \9;
padding-left: 14px;
padding-left: 4px \9;
/* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
-ms-border-radius: 14px;
border-radius: 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
display: none;
}
.form-search label,
.form-inline label {
display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
padding-left: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: left;
margin-right: 3px;
margin-left: 0;
}
.control-group {
margin-bottom: 9px;
}
legend + .control-group {
margin-top: 18px;
-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
margin-bottom: 18px;
*zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
display: table;
content: "";
}
.form-horizontal .control-group:after {
clear: both;
}
.form-horizontal .control-label {
float: left;
width: 140px;
padding-top: 5px;
text-align: right;
}
.form-horizontal .controls {
*display: inline-block;
*padding-left: 20px;
margin-left: 160px;
*margin-left: 0;
}
.form-horizontal .controls:first-child {
*padding-left: 160px;
}
.form-horizontal .help-block {
margin-top: 9px;
margin-bottom: 0;
}
.form-horizontal .form-actions {
padding-left: 160px;
}
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
table thead {
background: #dddddd;
}
table thead th {
border-color: #dddddd !important;
}
table {
width: 100%;
margin-bottom: 18px;
}
table th,
table td {
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
table th {
font-weight: bold;
}
table thead th {
vertical-align: bottom;
}
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-top: 0;
}
table tbody + tbody {
border-top: 2px solid #dddddd;
}
table {
border: 1px solid #dddddd;
border-collapse: separate;
*border-collapse: collapsed;
border-left: 0;
}
table th,
table td {
border-left: 1px solid #dddddd;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
border-top: 0;
}
.btn {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
padding: 8px 19px;
margin-bottom: 0;
font-size: 11px;
line-height: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
font-weight: normal;
text-transform: uppercase;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
color: white;
background-color: #2c2c2c;
background-image: -moz-linear-gradient(top, #343434, #202020);
background-image: -ms-linear-gradient(top, #343434, #202020);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343434), to(#202020));
background-image: -webkit-linear-gradient(top, #343434, #202020);
background-image: -o-linear-gradient(top, #343434, #202020);
background-image: linear-gradient(top, #343434, #202020);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434', endColorstr='#202020', GradientType=0), #343434, #202020;
border-color: #202020 #202020 black;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid black;
*border: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
*margin-left: .3em;
-webkit-box-shadow: 0 1px 3px rgba(152, 155, 157, 0.5), 0 1px rgba(255, 255, 255, 0.5) inset, 0 0 5px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px 10px 0 rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(152, 155, 157, 0.5), 0 1px rgba(255, 255, 255, 0.5) inset, 0 0 5px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px 10px 0 rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 3px rgba(152, 155, 157, 0.5), 0 1px rgba(255, 255, 255, 0.5) inset, 0 0 5px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px 10px 0 rgba(0, 0, 0, 0.1) inset;
}
.btn:hover, .btn:active {
color: white;
background-color: #202020;
*background: #070707;
}
.btn:active {
background-color: #070707 \9;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:first-child {
*margin-left: 0;
}
.btn:hover {
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-primary {
color: white;
background-color: #e80005;
background-image: -moz-linear-gradient(top, #fe0103, #c9000a);
background-image: -ms-linear-gradient(top, #fe0103, #c9000a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe0103), to(#c9000a));
background-image: -webkit-linear-gradient(top, #fe0103, #c9000a);
background-image: -o-linear-gradient(top, #fe0103, #c9000a);
background-image: linear-gradient(top, #fe0103, #c9000a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0103', endColorstr='#c9000a', GradientType=0), #fe0103, #c9000a;
border-color: #c9000a #c9000a #7d0006;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:active {
color: white;
background-color: #c9000a;
*background: #960007;
}
.btn-primary:active {
background-color: #960007 \9;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-gray {
color: #555555;
background-color: #f2f2f2;
background-image: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
background-image: -ms-linear-gradient(top, #f9f9f9, #e9e9e9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e9e9e9));
background-image: -webkit-linear-gradient(top, #f9f9f9, #e9e9e9);
background-image: -o-linear-gradient(top, #f9f9f9, #e9e9e9);
background-image: linear-gradient(top, #f9f9f9, #e9e9e9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0), #f9f9f9, #e9e9e9;
border-color: #e9e9e9 #e9e9e9 #c3c3c3;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
text-shadow: 0 1px #fff;
}
.btn-gray:hover, .btn-gray:active {
color: #555555;
background-color: #e9e9e9;
*background: #d0d0d0;
}
.btn-gray:active {
background-color: #d0d0d0 \9;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-small {
font-size: 11px;
padding-top: 8px;
padding-bottom: 8px;
}
.btn-large {
padding: 14px 36px;
}
.btn-xlarge {
padding-top: 14px;
padding-bottom: 14px;
font-size: 16px;
}
.btn-rounded {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
}
.btn-block {
display: block;
}
.btn-group {
position: relative;
font-size: 0;
white-space: nowrap;
*margin-left: .3em;
}
.btn-group:first-child {
*margin-left: 0;
}
.btn-group > .btn {
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset, 0 2px 3px -1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset, 0 2px 3px -1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset, 0 2px 3px -1px rgba(0, 0, 0, 0.15);
}
.btn-group > .btn + .btn {
margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
font-size: 13px;
}
.btn-group > .btn:first-child {
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.025);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.025);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.025);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.right-dropdown {
left: auto;
right: 0;
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
padding: 5px;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0 1px rgba(0, 0, 0, 0.26);
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
}
.tooltip.in {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
opacity: 100;
}
.tooltip.top {
margin-top: -3px;
}
.tooltip.right {
margin-left: 3px;
}
.tooltip.bottom {
margin-top: 3px;
}
.tooltip.left {
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 1px 8px;
color: white;
text-align: center;
text-decoration: none;
border: 1px solid #000;
background-color: #363636;
background-image: -moz-linear-gradient(top, #303030, #404040);
background-image: -ms-linear-gradient(top, #303030, #404040);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#303030), to(#404040));
background-image: -webkit-linear-gradient(top, #303030, #404040);
background-image: -o-linear-gradient(top, #303030, #404040);
background-image: linear-gradient(top, #303030, #404040);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#404040', GradientType=0), #303030, #404040;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px #606060 inset, 0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px #606060 inset, 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px #606060 inset, 0 0 5px rgba(0, 0, 0, 0.3);
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -7px;
border-width: 7px 7px 0;
border-top-color: #404040;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -7px;
border-width: 7px 7px 7px 0;
border-right-color: black;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -7px;
border-width: 7px 0 7px 7px;
border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -7px;
border-width: 0 7px 7px;
border-bottom-color: black;
}
.fade {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
opacity: 100;
}
.collapse {
position: relative;
height: 0;
overflow: hidden;
overflow: visible \9;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.collapse.in {
height: auto;
}
/* Font Awesome
the iconic font designed for use with Twitter Bootstrap
-------------------------------------------------------
The full suite of pictographic icons, examples, and documentation
can be found at: http://fortawesome.github.com/Font-Awesome/
License
-------------------------------------------------------
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
http://creativecommons.org/licenses/by/3.0/ A mention of
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
source code is considered acceptable attribution (most common on the web).
If human readable source code is not available to the end user, a mention in
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
or mobile software).
Contact
-------------------------------------------------------
Email: <EMAIL>
Twitter: http://twitter.com/fortaweso_me
Work: Lead Product Designer @ http://kyruus.com
*/
@font-face {
font-family: "FontAwesome";
src: url('../../fonts/font-awesome/fontawesome-webfont.eot');
src: url('../../fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('eot'), url('../../fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('../../fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('../../fonts/font-awesome/fontawesome-webfont.otf') format('opentype'), url('../../fonts/font-awesome/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('../../fonts/font-awesome/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/* Font Awesome styles
------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
display: inline-block;
text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
vertical-align: middle;
font-size: 4/3em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"], .nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
/* keeps button heights with and without icons the same */
line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
display: inline-block;
width: 1.25em;
text-align: center;
}
li .icon-large:before,
li .icon-large:before {
/* 1.5 increased font size for icon-large * 1.25 width */
width: 1.875em;
}
ul.icons {
list-style-type: none;
margin-left: 2em;
text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
/* 1.5 increased font size for icon-large * 1.25 width */
vertical-align: initial;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.icon-glass:before {
content: "\f000";
}
.icon-music:before {
content: "\f001";
}
.icon-search:before {
content: "\f002";
}
.icon-envelope:before {
content: "\f003";
}
.icon-heart:before {
content: "\f004";
}
.icon-star:before {
content: "\f005";
}
.icon-star-empty:before {
content: "\f006";
}
.icon-user:before {
content: "\f007";
}
.icon-film:before {
content: "\f008";
}
.icon-th-large:before {
content: "\f009";
}
.icon-th:before {
content: "\f00a";
}
.icon-th-list:before {
content: "\f00b";
}
.icon-ok:before {
content: "\f00c";
}
.icon-remove:before {
content: "\f00d";
}
.icon-zoom-in:before {
content: "\f00e";
}
.icon-zoom-out:before {
content: "\f010";
}
.icon-off:before {
content: "\f011";
}
.icon-signal:before {
content: "\f012";
}
.icon-cog:before {
content: "\f013";
}
.icon-trash:before {
content: "\f014";
}
.icon-home:before {
content: "\f015";
}
.icon-file:before {
content: "\f016";
}
.icon-time:before {
content: "\f017";
}
.icon-road:before {
content: "\f018";
}
.icon-download-alt:before {
content: "\f019";
}
.icon-download:before {
content: "\f01a";
}
.icon-upload:before {
content: "\f01b";
}
.icon-inbox:before {
content: "\f01c";
}
.icon-play-circle:before {
content: "\f01d";
}
.icon-repeat:before {
content: "\f01e";
}
/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before {
content: "\f021";
}
.icon-list-alt:before {
content: "\f022";
}
.icon-lock:before {
content: "\f023";
}
.icon-flag:before {
content: "\f024";
}
.icon-headphones:before {
content: "\f025";
}
.icon-volume-off:before {
content: "\f026";
}
.icon-volume-down:before {
content: "\f027";
}
.icon-volume-up:before {
content: "\f028";
}
.icon-qrcode:before {
content: "\f029";
}
.icon-barcode:before {
content: "\f02a";
}
.icon-tag:before {
content: "\f02b";
}
.icon-tags:before {
content: "\f02c";
}
.icon-book:before {
content: "\f02d";
}
.icon-bookmark:before {
content: "\f02e";
}
.icon-print:before {
content: "\f02f";
}
.icon-camera:before {
content: "\f030";
}
.icon-font:before {
content: "\f031";
}
.icon-bold:before {
content: "\f032";
}
.icon-italic:before {
content: "\f033";
}
.icon-text-height:before {
content: "\f034";
}
.icon-text-width:before {
content: "\f035";
}
.icon-align-left:before {
content: "\f036";
}
.icon-align-center:before {
content: "\f037";
}
.icon-align-right:before {
content: "\f038";
}
.icon-align-justify:before {
content: "\f039";
}
.icon-list:before {
content: "\f03a";
}
.icon-indent-left:before {
content: "\f03b";
}
.icon-indent-right:before {
content: "\f03c";
}
.icon-facetime-video:before {
content: "\f03d";
}
.icon-picture:before {
content: "\f03e";
}
.icon-pencil:before {
content: "\f040";
}
.icon-map-marker:before {
content: "\f041";
}
.icon-adjust:before {
content: "\f042";
}
.icon-tint:before {
content: "\f043";
}
.icon-edit:before {
content: "\f044";
}
.icon-share:before {
content: "\f045";
}
.icon-check:before {
content: "\f046";
}
.icon-move:before {
content: "\f047";
}
.icon-step-backward:before {
content: "\f048";
}
.icon-fast-backward:before {
content: "\f049";
}
.icon-backward:before {
content: "\f04a";
}
.icon-play:before {
content: "\f04b";
}
.icon-pause:before {
content: "\f04c";
}
.icon-stop:before {
content: "\f04d";
}
.icon-forward:before {
content: "\f04e";
}
.icon-fast-forward:before {
content: "\f050";
}
.icon-step-forward:before {
content: "\f051";
}
.icon-eject:before {
content: "\f052";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-plus-sign:before {
content: "\f055";
}
.icon-minus-sign:before {
content: "\f056";
}
.icon-remove-sign:before {
content: "\f057";
}
.icon-ok-sign:before {
content: "\f058";
}
.icon-question-sign:before {
content: "\f059";
}
.icon-info-sign:before {
content: "\f05a";
}
.icon-screenshot:before {
content: "\f05b";
}
.icon-remove-circle:before {
content: "\f05c";
}
.icon-ok-circle:before {
content: "\f05d";
}
.icon-ban-circle:before {
content: "\f05e";
}
.icon-arrow-left:before {
content: "\f060";
}
.icon-arrow-right:before {
content: "\f061";
}
.icon-arrow-up:before {
content: "\f062";
}
.icon-arrow-down:before {
content: "\f063";
}
.icon-share-alt:before {
content: "\f064";
}
.icon-resize-full:before {
content: "\f065";
}
.icon-resize-small:before {
content: "\f066";
}
.icon-plus:before {
content: "\f067";
}
.icon-minus:before {
content: "\f068";
}
.icon-asterisk:before {
content: "\f069";
}
.icon-exclamation-sign:before {
content: "\f06a";
}
.icon-gift:before {
content: "\f06b";
}
.icon-leaf:before {
content: "\f06c";
}
.icon-fire:before {
content: "\f06d";
}
.icon-eye-open:before {
content: "\f06e";
}
.icon-eye-close:before {
content: "\f070";
}
.icon-warning-sign:before {
content: "\f071";
}
.icon-plane:before {
content: "\f072";
}
.icon-calendar:before {
content: "\f073";
}
.icon-random:before {
content: "\f074";
}
.icon-comment:before {
content: "\f075";
}
.icon-magnet:before {
content: "\f076";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-retweet:before {
content: "\f079";
}
.icon-shopping-cart:before {
content: "\f07a";
}
.icon-folder-close:before {
content: "\f07b";
}
.icon-folder-open:before {
content: "\f07c";
}
.icon-resize-vertical:before {
content: "\f07d";
}
.icon-resize-horizontal:before {
content: "\f07e";
}
.icon-bar-chart:before {
content: "\f080";
}
.icon-twitter-sign:before {
content: "\f081";
}
.icon-facebook-sign:before {
content: "\f082";
}
.icon-camera-retro:before {
content: "\f083";
}
.icon-key:before {
content: "\f084";
}
.icon-cogs:before {
content: "\f085";
}
.icon-comments:before {
content: "\f086";
}
.icon-thumbs-up:before {
content: "\f087";
}
.icon-thumbs-down:before {
content: "\f088";
}
.icon-star-half:before {
content: "\f089";
}
.icon-heart-empty:before {
content: "\f08a";
}
.icon-signout:before {
content: "\f08b";
}
.icon-linkedin-sign:before {
content: "\f08c";
}
.icon-pushpin:before {
content: "\f08d";
}
.icon-external-link:before {
content: "\f08e";
}
.icon-signin:before {
content: "\f090";
}
.icon-trophy:before {
content: "\f091";
}
.icon-github-sign:before {
content: "\f092";
}
.icon-upload-alt:before {
content: "\f093";
}
.icon-lemon:before {
content: "\f094";
}
.icon-phone:before {
content: "\f095";
}
.icon-check-empty:before {
content: "\f096";
}
.icon-bookmark-empty:before {
content: "\f097";
}
.icon-phone-sign:before {
content: "\f098";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-github:before {
content: "\f09b";
}
.icon-unlock:before {
content: "\f09c";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-rss:before {
content: "\f09e";
}
.icon-hdd:before {
content: "\f0a0";
}
.icon-bullhorn:before {
content: "\f0a1";
}
.icon-bell:before {
content: "\f0a2";
}
.icon-certificate:before {
content: "\f0a3";
}
.icon-hand-right:before {
content: "\f0a4";
}
.icon-hand-left:before {
content: "\f0a5";
}
.icon-hand-up:before {
content: "\f0a6";
}
.icon-hand-down:before {
content: "\f0a7";
}
.icon-circle-arrow-left:before {
content: "\f0a8";
}
.icon-circle-arrow-right:before {
content: "\f0a9";
}
.icon-circle-arrow-up:before {
content: "\f0aa";
}
.icon-circle-arrow-down:before {
content: "\f0ab";
}
.icon-globe:before {
content: "\f0ac";
}
.icon-wrench:before {
content: "\f0ad";
}
.icon-tasks:before {
content: "\f0ae";
}
.icon-filter:before {
content: "\f0b0";
}
.icon-briefcase:before {
content: "\f0b1";
}
.icon-fullscreen:before {
content: "\f0b2";
}
.icon-group:before {
content: "\f0c0";
}
.icon-link:before {
content: "\f0c1";
}
.icon-cloud:before {
content: "\f0c2";
}
.icon-beaker:before {
content: "\f0c3";
}
.icon-cut:before {
content: "\f0c4";
}
.icon-copy:before {
content: "\f0c5";
}
.icon-paper-clip:before {
content: "\f0c6";
}
.icon-save:before {
content: "\f0c7";
}
.icon-sign-blank:before {
content: "\f0c8";
}
.icon-reorder:before {
content: "\f0c9";
}
.icon-list-ul:before {
content: "\f0ca";
}
.icon-list-ol:before {
content: "\f0cb";
}
.icon-strikethrough:before {
content: "\f0cc";
}
.icon-underline:before {
content: "\f0cd";
}
.icon-table:before {
content: "\f0ce";
}
.icon-magic:before {
content: "\f0d0";
}
.icon-truck:before {
content: "\f0d1";
}
.icon-pinterest:before {
content: "\f0d2";
}
.icon-pinterest-sign:before {
content: "\f0d3";
}
.icon-google-plus-sign:before {
content: "\f0d4";
}
.icon-google-plus:before {
content: "\f0d5";
}
.icon-money:before {
content: "\f0d6";
}
.icon-caret-down:before {
content: "\f0d7";
}
.icon-caret-up:before {
content: "\f0d8";
}
.icon-caret-left:before {
content: "\f0d9";
}
.icon-caret-right:before {
content: "\f0da";
}
.icon-columns:before {
content: "\f0db";
}
.icon-sort:before {
content: "\f0dc";
}
.icon-sort-down:before {
content: "\f0dd";
}
.icon-sort-up:before {
content: "\f0de";
}
.icon-envelope-alt:before {
content: "\f0e0";
}
.icon-linkedin:before {
content: "\f0e1";
}
.icon-undo:before {
content: "\f0e2";
}
.icon-legal:before {
content: "\f0e3";
}
.icon-dashboard:before {
content: "\f0e4";
}
.icon-comment-alt:before {
content: "\f0e5";
}
.icon-comments-alt:before {
content: "\f0e6";
}
.icon-bolt:before {
content: "\f0e7";
}
.icon-sitemap:before {
content: "\f0e8";
}
.icon-umbrella:before {
content: "\f0e9";
}
.icon-paste:before {
content: "\f0ea";
}
.icon-user-md:before {
content: "\f200";
}
.icon-apple-logo:before {
content: "\f500";
}
.icon-windows-8:before {
content: "\f501";
}
.icon-js-fiddle:before {
content: "\f502";
}
.icon-skype:before {
content: "\f503";
}
.icon-youtube-sign:before {
content: "\f504";
}
.icon-youtube:before {
content: "\f505";
}
.icon-vimeo-sign:before {
content: "\f506";
}
.icon-vimeo:before {
content: "\f507";
}
.icon-lastfm-sign:before {
content: "\f508";
}
.icon-lastfm:before {
content: "\f509";
}
.icon-rss-sign:before {
content: "\f50a";
}
.icon-reddit:before {
content: "\f50b";
}
.icon-delicious-sign:before {
content: "\f50c";
}
.icon-wordpress-sign:before {
content: "\f50d";
}
.icon-wordpress:before {
content: "\f50e";
}
.icon-git-fork:before {
content: "\f50f";
}
.icon-blogger-sign:before {
content: "\f510";
}
.icon-blogger:before {
content: "\f511";
}
.icon-tumblr-sign:before {
content: "\f512";
}
.icon-tumblr:before {
content: "\f513";
}
.icon-flickr-sign:before {
content: "\f514";
}
.icon-flickr:before {
content: "\f515";
}
.icon-picasa-sign:before {
content: "\f516";
}
.icon-picasa:before {
content: "\f517";
}
.icon-amazon-sign:before {
content: "\f518";
}
.icon-amazon:before {
content: "\f519";
}
.icon-yelp-sign:before {
content: "\f51a";
}
.icon-yelp:before {
content: "\f51b";
}
.icon-soundcloud:before {
content: "\f51c";
}
.icon-spotify:before {
content: "\f51d";
}
.icon-yahoo-sign:before {
content: "\f520";
}
.icon-yahoo:before {
content: "\f521";
}
.icon-evernote-sign:before {
content: "\f522";
}
.icon-evernote:before {
content: "\f523";
}
.icon-google-sign:before {
content: "\f524";
}
.icon-google:before {
content: "\f525";
}
.icon-hacker-news:before {
content: "\f526";
}
.icon-map:before {
content: "\f529";
}
.icon-bus-sign:before {
content: "\f52a";
}
.icon-bike-sign:before {
content: "\f52b";
}
.icon-car-sign:before {
content: "\f52c";
}
.icon-taxi-sign:before {
content: "\f52d";
}
.icon-truck-sign:before {
content: "\f52e";
}
.icon-handicap-sign:before {
content: "\f52f";
}
.clearfix, .row {
*zoom: 1;
}
.clearfix:before, .row:before, .clearfix:after, .row:after {
display: table;
content: "";
}
.clearfix:after, .row:after {
clear: both;
}
.pull-right,
.alignright {
float: right;
}
.pull-left {
float: left;
}
.hide {
display: none;
}
.show {
display: block;
}
.invisible {
visibility: hidden;
}
.accel {
-webkit-transform: translate3d(0, 0, 0);
}
/* Divider vertical */
.divider-vertical {
width: 2px;
height: 60px;
background-size: 1px 100%;
background-position: 0 0, 1px 0;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(-10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(110%, transparent)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(-10%, transparent), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(110%, transparent));
background-image: -webkit-linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), -webkit-linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%);
background-image: -moz-linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), -moz-linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%);
background-image: linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%);
}
.hide-text {
text-indent: -119988px;
overflow: hidden;
text-align: left;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.hr-ruler {
margin: 45px 0;
border: none;
height: 1px;
background: #d5d5d5;
}
.cssgradients .hr-ruler {
background-color: transparent;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(213, 213, 213, 0)), color-stop(50%, #d5d5d5), color-stop(100%, rgba(213, 213, 213, 0)));
background-image: -webkit-linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0));
background-image: -moz-linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0));
background-image: linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0));
}
.cssgradients .hr-ruler.no-bg {
background: none;
}
.hr-double {
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
height: 2px;
margin: 43px 10px;
}
.slider-active {
overflow: hidden
}
.slider-active .footer-section.static {
position: fixed !important;
bottom: -40px;
}
.slider-active .main-content,
.slider-active .primary-sidebar,
.progress-wrapper.bottom {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: opacity .25s;
-moz-transition: opacity .25s;
-ms-transition: opacity .25s;
-o-transition: opacity .25s;
transition: opacity .25s;
}
.slider-active .progress-wrapper.bottom {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 100;
}
.top-nav ul ul {
display: none
}
#infscr-loading {
display: none !important
} | 0.401219 | 0.068475 |
@charset "utf-8";
/* CSS Document */
body{
padding:0;
margin:0;
position:relative;
color:#666;
font-family:"宋体","微软雅黑";
font-size:12px;
line-height:20px;
}
img{
display:block;
}
li img{
border:0;
}
a img{
border:0;
}
a{
color:#666;
text-decoration:none;
}
.hotestTags{
cursor: pointer;
}
button{
cursor: pointer;
}
a:hover{
color:#999;
text-decoration:none;
}
ul li img{
display:inline;
}
ul,li{
margin:0;
padding:0;
list-style:none;
}
.header{
width:100%;
background:url(../images/headBg.gif) center center no-repeat;
height:105px;
}
.header .headerContent{
width:1000px;
height:105px;
margin:0 auto;
position:relative;
}
.header .headerContent .headRight{
position:absolute;
right:0;
top:0;
width:600px;
height:105px;
text-align: right;
}
.header .headerContent .headRight .headInfo{
color:#000;
margin:10px 5px;
}
.header .headerContent .headRight .headInfo a{
color:#000;
}
.header .headerContent .headRight .headInfo a.red{
color:#900;
}
.header .headerContent .headRight #searchForm{
margin: 20px 0 0 20px;
}
.header .headerContent .headRight .searchBox{
width:158px;
height:33px;
line-height:33px;
border:#4392da 1px solid;
background:url(../images/search.jpg) left center no-repeat #FFF;
font-size:14px;
font-family:"黑体";
padding-left:28px;
}
.header .headerContent .headRight .searchBtn{
width:63px;
height:37px;
line-height:37px;
background:#4392da;
color:#FFF;
font-size:14px;
border:0;
margin:0 0 0 -7px;
padding:0;
} /*head end*/
.main{
width:1000px;
margin:0 auto;
}
.main .nav{
background:#4392da;
color:#FFF;
font-size:14px;
font-weight:bold;
list-style:none;
margin:0;
padding:0;
height:40px;
line-height:40px;
}
.main .nav li{
float:left;
margin:0;
padding:0;
height:40px;
background:url(../images/navBgLine.jpg) right center no-repeat;
}
.main .nav li a{
color:#FFF;
padding:0 30px 0 30px;
line-height:40px;
display: block;
width: 60px;
height: 40px;
}/*nav end*/
.main .hotNews {
font-size:13px;
height:33px;
line-height:33px;
background:url(../images/hotbg.gif) center center repeat-x;
overflow:hidden;
position:relative;
margin:5px 0 10px 0;
}
.main .hotNews img{
margin:7px;
}
.main .hotNews img,.main .hotNews b,.main .hotNews ul{
float:left;
}
.main .hotNews img,.main .hotNews ul{
display:inline;
}
.main .hotNews ul{
position:relative;
top:0;
left:0;
line-height:33px;
}
.main .hotNews ul li{
line-height:33px;
}
.main .hotNews .timeInfo{
position:absolute;
top:0;
right:0;
}
/*hotNews end*/
.main .links{
/* height:143px; */
border:1px #EEE solid;
position:relative;
margin:20px 0;
}
.main .links .linkTitle{
background:url(../images/linksBg.gif) center center no-repeat;
width:112px;
height:34px;
line-height:30px;
font-size:16px;
text-align:center;
font-family:"微软雅黑";
color:#FFF;
position:absolute;
left:-4px;
top:10px;
}
.main .links ul{
margin:50px 10px 0 10px ;
}
.main .links ul li{
display:inline;
line-height:26px;
}
.main .links ul li a{
color:#333;
}/*links end*/
.main .footer{
border-top:#4392da 2px solid;
padding-top:1px;
text-align:center;
line-height:30px;
margin-bottom:20px;
color:#333;
}
.main .footer hr{
height:1px;
border-top:1px;
border-bottom:0;
margin:0 0 20px 0;
padding:0;
}
.main .footer a{
line-height:30px;
color:#333;
}/*footer end*/ | trunk/WebRoot/css/commons.css | @charset "utf-8";
/* CSS Document */
body{
padding:0;
margin:0;
position:relative;
color:#666;
font-family:"宋体","微软雅黑";
font-size:12px;
line-height:20px;
}
img{
display:block;
}
li img{
border:0;
}
a img{
border:0;
}
a{
color:#666;
text-decoration:none;
}
.hotestTags{
cursor: pointer;
}
button{
cursor: pointer;
}
a:hover{
color:#999;
text-decoration:none;
}
ul li img{
display:inline;
}
ul,li{
margin:0;
padding:0;
list-style:none;
}
.header{
width:100%;
background:url(../images/headBg.gif) center center no-repeat;
height:105px;
}
.header .headerContent{
width:1000px;
height:105px;
margin:0 auto;
position:relative;
}
.header .headerContent .headRight{
position:absolute;
right:0;
top:0;
width:600px;
height:105px;
text-align: right;
}
.header .headerContent .headRight .headInfo{
color:#000;
margin:10px 5px;
}
.header .headerContent .headRight .headInfo a{
color:#000;
}
.header .headerContent .headRight .headInfo a.red{
color:#900;
}
.header .headerContent .headRight #searchForm{
margin: 20px 0 0 20px;
}
.header .headerContent .headRight .searchBox{
width:158px;
height:33px;
line-height:33px;
border:#4392da 1px solid;
background:url(../images/search.jpg) left center no-repeat #FFF;
font-size:14px;
font-family:"黑体";
padding-left:28px;
}
.header .headerContent .headRight .searchBtn{
width:63px;
height:37px;
line-height:37px;
background:#4392da;
color:#FFF;
font-size:14px;
border:0;
margin:0 0 0 -7px;
padding:0;
} /*head end*/
.main{
width:1000px;
margin:0 auto;
}
.main .nav{
background:#4392da;
color:#FFF;
font-size:14px;
font-weight:bold;
list-style:none;
margin:0;
padding:0;
height:40px;
line-height:40px;
}
.main .nav li{
float:left;
margin:0;
padding:0;
height:40px;
background:url(../images/navBgLine.jpg) right center no-repeat;
}
.main .nav li a{
color:#FFF;
padding:0 30px 0 30px;
line-height:40px;
display: block;
width: 60px;
height: 40px;
}/*nav end*/
.main .hotNews {
font-size:13px;
height:33px;
line-height:33px;
background:url(../images/hotbg.gif) center center repeat-x;
overflow:hidden;
position:relative;
margin:5px 0 10px 0;
}
.main .hotNews img{
margin:7px;
}
.main .hotNews img,.main .hotNews b,.main .hotNews ul{
float:left;
}
.main .hotNews img,.main .hotNews ul{
display:inline;
}
.main .hotNews ul{
position:relative;
top:0;
left:0;
line-height:33px;
}
.main .hotNews ul li{
line-height:33px;
}
.main .hotNews .timeInfo{
position:absolute;
top:0;
right:0;
}
/*hotNews end*/
.main .links{
/* height:143px; */
border:1px #EEE solid;
position:relative;
margin:20px 0;
}
.main .links .linkTitle{
background:url(../images/linksBg.gif) center center no-repeat;
width:112px;
height:34px;
line-height:30px;
font-size:16px;
text-align:center;
font-family:"微软雅黑";
color:#FFF;
position:absolute;
left:-4px;
top:10px;
}
.main .links ul{
margin:50px 10px 0 10px ;
}
.main .links ul li{
display:inline;
line-height:26px;
}
.main .links ul li a{
color:#333;
}/*links end*/
.main .footer{
border-top:#4392da 2px solid;
padding-top:1px;
text-align:center;
line-height:30px;
margin-bottom:20px;
color:#333;
}
.main .footer hr{
height:1px;
border-top:1px;
border-bottom:0;
margin:0 0 20px 0;
padding:0;
}
.main .footer a{
line-height:30px;
color:#333;
}/*footer end*/ | 0.10115 | 0.03622 |
margin: 0 auto;
}
#su-header .span2,
#su-footer .span2 {
display: block;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#su-header .span10,
#su-footer .span10 {
display: block;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#su-header .su-container:after,
#su-footer .su-container:after {
clear: both;
}
#su-header .row:after,
#su-footer .row:after {
clear: both;
}
#su-header {
background: #8c1515;
box-shadow: inset 0 -4px 8px -2px rgba(0, 0, 0, 0.2);
min-height: 30px;
}
#su-footer,
#su-footer .su-container {
background: #8c1515;
color: #e3dfd5;
box-shadow: inset 0 4px 8px -2px rgba(0, 0, 0, 0.2);
}
#su-header .su-container img {
box-sizing: content-box;
padding: 4px 0 0 10px;
}
#su-footer a {
color: #e3dfd5;
}
#su-footer a:hover {
text-decoration: underline;
}
#su-footer .su-container {
padding: 5px 15px 20px;
}
#su-footer .su-container .su-row {
margin: 20px 0 0 0;
}
#su-footer-logo {
margin: 0 0 10px;
padding: 0;
}
#su-footer-text {
margin-top: 0;
}
#su-footer-text ul {
margin: 0 0 0 12%;
padding: 0;
line-height: 1.5em;
}
#su-footer-text ul#policy-links{
margin-bottom: 10px;
}
#su-footer-text ul li {
display: block;
list-style: none;
}
#su-footer-text ul li a {
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-decoration: none;
font-size: 16px;
}
#su-footer p.copyright {
width: auto;
font: 13px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0;
line-height: 1.5em;
padding-top: 0px;
font-size: 14px;
}
#su-footer * {
box-sizing: content-box;
}
#su-footer .span2 {
width: 100%;
text-align: center;
}
#su-footer .span10 {
width: 100%;
}
#su-footer ul{
float: left;
width: 35%;
}
#su-footer img {
margin: 0 auto;
display: block;
box-sizing: content-box;
}
#su-footer .clear {
clear: both;
margin-bottom: 10px;
}
/* Media queries */
@media screen and (min-width: 576px) {
#su-footer .su-container {
background: none;
box-shadow: none;
}
#su-footer-text ul{
margin-left: 0;
}
#su-header .su-container,
#su-footer .su-container {
width: 100%;
box-sizing: border-box;
}
#su-footer .su-container .row {
margin: 30px 0 0 -20px;
}
#su-footer ul li.alt {
clear: right;
}
#su-footer ul {
width: 100%;
float: left;
text-align: center;
}
#su-footer ul li {
width: auto;
margin: 0 5px 3px 5px;
padding: 0;
float: none;
clear: left;
display: inline-block;
}
#su-footer #global-links a {
color: #ffffff;
}
#su-footer-text ul#policy-links li a {
font-size: 14px;
}
#su-footer .clear {
clear: both;
margin-bottom: 0;
}
}
@media screen and (min-width: 768px) {
#su-header .su-container img {
padding: 4px 0 0;
}
#su-footer ul {
text-align: left;
}
#su-footer ul li {
margin: 0 13px 3px 0;
}
#su-footer .span2 {
float: left;
width: 104px;
}
#su-footer .span10 {
width: 500px;
margin: 0 10px 0 20px;
float: left;
}
#su-footer img {
margin: 0 auto;
}
#su-footer-logo {
margin: 0;
}
#su-footer p.copyright {
text-align: left;
padding-left: 125px;
}
}
@media screen and (min-width: 980px) {
#su-header .su-container,
#su-footer .su-container {
width: 100%;
}
#su-footer .span2 {
width: 140px;
}
#su-footer .span10 {
width: 740px;
}
#su-footer p.copyright {
padding-left: 160px;
}
}
@media screen and (min-width: 1200px) {
#su-header .su-container,
#su-footer .su-container {
width: 1200px;
}
#su-footer .span2 {
width: 140px;
}
#su-footer .span10 {
width: 970px;
}
#su-footer p.copyright {
padding-left: 160px;
}
}
@media (max-width: 767px) {
#su-footer p.copyright {
text-align: center;
}
}
/* Studio header styling */
@media screen and (min-width: 1280px) {
.wrapper #su-header .su-container,
.wrapper #su-footer .su-container {
width: 1280px;
}
} | lms/static/css/vendor/su-identity.css | margin: 0 auto;
}
#su-header .span2,
#su-footer .span2 {
display: block;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#su-header .span10,
#su-footer .span10 {
display: block;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#su-header .su-container:after,
#su-footer .su-container:after {
clear: both;
}
#su-header .row:after,
#su-footer .row:after {
clear: both;
}
#su-header {
background: #8c1515;
box-shadow: inset 0 -4px 8px -2px rgba(0, 0, 0, 0.2);
min-height: 30px;
}
#su-footer,
#su-footer .su-container {
background: #8c1515;
color: #e3dfd5;
box-shadow: inset 0 4px 8px -2px rgba(0, 0, 0, 0.2);
}
#su-header .su-container img {
box-sizing: content-box;
padding: 4px 0 0 10px;
}
#su-footer a {
color: #e3dfd5;
}
#su-footer a:hover {
text-decoration: underline;
}
#su-footer .su-container {
padding: 5px 15px 20px;
}
#su-footer .su-container .su-row {
margin: 20px 0 0 0;
}
#su-footer-logo {
margin: 0 0 10px;
padding: 0;
}
#su-footer-text {
margin-top: 0;
}
#su-footer-text ul {
margin: 0 0 0 12%;
padding: 0;
line-height: 1.5em;
}
#su-footer-text ul#policy-links{
margin-bottom: 10px;
}
#su-footer-text ul li {
display: block;
list-style: none;
}
#su-footer-text ul li a {
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-decoration: none;
font-size: 16px;
}
#su-footer p.copyright {
width: auto;
font: 13px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0;
line-height: 1.5em;
padding-top: 0px;
font-size: 14px;
}
#su-footer * {
box-sizing: content-box;
}
#su-footer .span2 {
width: 100%;
text-align: center;
}
#su-footer .span10 {
width: 100%;
}
#su-footer ul{
float: left;
width: 35%;
}
#su-footer img {
margin: 0 auto;
display: block;
box-sizing: content-box;
}
#su-footer .clear {
clear: both;
margin-bottom: 10px;
}
/* Media queries */
@media screen and (min-width: 576px) {
#su-footer .su-container {
background: none;
box-shadow: none;
}
#su-footer-text ul{
margin-left: 0;
}
#su-header .su-container,
#su-footer .su-container {
width: 100%;
box-sizing: border-box;
}
#su-footer .su-container .row {
margin: 30px 0 0 -20px;
}
#su-footer ul li.alt {
clear: right;
}
#su-footer ul {
width: 100%;
float: left;
text-align: center;
}
#su-footer ul li {
width: auto;
margin: 0 5px 3px 5px;
padding: 0;
float: none;
clear: left;
display: inline-block;
}
#su-footer #global-links a {
color: #ffffff;
}
#su-footer-text ul#policy-links li a {
font-size: 14px;
}
#su-footer .clear {
clear: both;
margin-bottom: 0;
}
}
@media screen and (min-width: 768px) {
#su-header .su-container img {
padding: 4px 0 0;
}
#su-footer ul {
text-align: left;
}
#su-footer ul li {
margin: 0 13px 3px 0;
}
#su-footer .span2 {
float: left;
width: 104px;
}
#su-footer .span10 {
width: 500px;
margin: 0 10px 0 20px;
float: left;
}
#su-footer img {
margin: 0 auto;
}
#su-footer-logo {
margin: 0;
}
#su-footer p.copyright {
text-align: left;
padding-left: 125px;
}
}
@media screen and (min-width: 980px) {
#su-header .su-container,
#su-footer .su-container {
width: 100%;
}
#su-footer .span2 {
width: 140px;
}
#su-footer .span10 {
width: 740px;
}
#su-footer p.copyright {
padding-left: 160px;
}
}
@media screen and (min-width: 1200px) {
#su-header .su-container,
#su-footer .su-container {
width: 1200px;
}
#su-footer .span2 {
width: 140px;
}
#su-footer .span10 {
width: 970px;
}
#su-footer p.copyright {
padding-left: 160px;
}
}
@media (max-width: 767px) {
#su-footer p.copyright {
text-align: center;
}
}
/* Studio header styling */
@media screen and (min-width: 1280px) {
.wrapper #su-header .su-container,
.wrapper #su-footer .su-container {
width: 1280px;
}
} | 0.22465 | 0.063482 |
* {
font-family: "微软雅黑";
box-sizing: border-box;
}
body, html {
padding: 0;
margin: 0;
}
#main {
margin: auto;
width: 980px;
text-align: center;
}
#main:after {
content: '';
display: table;
clear: both;
}
.title {
text-align: center;
min-width: 980px;
}
#input-box, #result-box {
border: 1px solid #9c27b0;
display: inline-block;
margin: 20px;
padding: 30px;
box-shadow: 0 5px 30px #9c27b0;
}
#input, #result {
width: 350px;
height: 300px;
border: 1px solid #66ccff;
padding: 10px;
position: relative;
}
.img {
max-width: 330px;
max-height: 280px;
}
.btn {
display: inline-block;
*display: inline;
padding: 4px 12px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.btn {
background: #66ccff;
margin: 10px;
width: 80px;
}
.input {
width: 50px;
text-align: center;
}
.input-group {
margin: 20px;
display: inline-block;
}
#mask {
background-color: rgba(158, 158, 158, 0.7);
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
display: none;
text-align: center;
z-index: -1;
}
#display {
max-width: 980px;
max-height: 600px;
position: relative;
}
#display-wrap {
width: 980px;
margin: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
max-height: 100%;
overflow-y: auto;
}
.scale-up {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(156, 39, 176, 0.2);
}
.scale-up:hover {
transition: 1s;
opacity: 0.3;
}
.scale-up img {
position: relative;
top: 125px;
}
#mask.show{
display: block;
z-index: 100;
}
#close {
position: absolute;
top: 10px;
right: 50px;
transition: 0.5s;
cursor: pointer;
}
#close:hover {
opacity: 0.5;
}
#close:focus {
opacity: 0.3;
}
#bottom-bar {
font-size: 13px;
text-align: right;
padding-right: 20px;
} | core.css | * {
font-family: "微软雅黑";
box-sizing: border-box;
}
body, html {
padding: 0;
margin: 0;
}
#main {
margin: auto;
width: 980px;
text-align: center;
}
#main:after {
content: '';
display: table;
clear: both;
}
.title {
text-align: center;
min-width: 980px;
}
#input-box, #result-box {
border: 1px solid #9c27b0;
display: inline-block;
margin: 20px;
padding: 30px;
box-shadow: 0 5px 30px #9c27b0;
}
#input, #result {
width: 350px;
height: 300px;
border: 1px solid #66ccff;
padding: 10px;
position: relative;
}
.img {
max-width: 330px;
max-height: 280px;
}
.btn {
display: inline-block;
*display: inline;
padding: 4px 12px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.btn {
background: #66ccff;
margin: 10px;
width: 80px;
}
.input {
width: 50px;
text-align: center;
}
.input-group {
margin: 20px;
display: inline-block;
}
#mask {
background-color: rgba(158, 158, 158, 0.7);
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
display: none;
text-align: center;
z-index: -1;
}
#display {
max-width: 980px;
max-height: 600px;
position: relative;
}
#display-wrap {
width: 980px;
margin: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
max-height: 100%;
overflow-y: auto;
}
.scale-up {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(156, 39, 176, 0.2);
}
.scale-up:hover {
transition: 1s;
opacity: 0.3;
}
.scale-up img {
position: relative;
top: 125px;
}
#mask.show{
display: block;
z-index: 100;
}
#close {
position: absolute;
top: 10px;
right: 50px;
transition: 0.5s;
cursor: pointer;
}
#close:hover {
opacity: 0.5;
}
#close:focus {
opacity: 0.3;
}
#bottom-bar {
font-size: 13px;
text-align: right;
padding-right: 20px;
} | 0.432543 | 0.156395 |
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,
::after,
::before {
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0!important
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
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] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none
}
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
}
b,
strong {
font-weight: bolder
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent
}
a:hover {
color: #0056b3;
text-decoration: underline
}
a:not([href]) {
color: inherit;
text-decoration: none
}
a:not([href]):hover {
color: inherit;
text-decoration: none
}
code,
kbd,
pre,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg {
overflow: hidden;
vertical-align: middle
}
table {
border-collapse: collapse
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}
th {
text-align: inherit
}
label {
display: inline-block;
margin-bottom: .5rem
}
button {
border-radius: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[role=button] {
cursor: pointer
}
select {
word-wrap: normal
}
[type=button],
[type=reset],
[type=submit],
button {
-webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
textarea {
overflow: auto;
resize: vertical
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal
}
progress {
vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
output {
display: inline-block
}
summary {
display: list-item;
cursor: pointer
}
template {
display: none
}
[hidden] {
display: none!important
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2
}
.h1,
h1 {
font-size: 2.5rem
}
.h2,
h2 {
font-size: 2rem
}
.h3,
h3 {
font-size: 1.75rem
}
.h4,
h4 {
font-size: 1.5rem
}
.h5,
h5 {
font-size: 1.25rem
}
.h6,
h6 {
font-size: 1rem
}
.lead {
font-size: 1.25rem;
font-weight: 300
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, .1)
}
.small,
small {
font-size: 80%;
font-weight: 400
}
.mark,
mark {
padding: .2em;
background-color: #fcf8e3
}
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
padding-left: 0;
list-style: none
}
.list-inline-item {
display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right: .5rem
}
.initialism {
font-size: 90%;
text-transform: uppercase
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d
}
.blockquote-footer::before {
content: "\2014\00A0"
}
.img-fluid {
max-width: 100%;
height: auto
}
.img-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .25rem;
max-width: 100%;
height: auto
}
.figure {
display: inline-block
}
.figure-img {
margin-bottom: .5rem;
line-height: 1
}
.figure-caption {
font-size: 90%;
color: #6c757d
}
code {
font-size: 87.5%;
color: #e83e8c;
word-wrap: break-word
}
a>code {
color: inherit
}
kbd {
padding: .2rem .4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: .2rem
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700
}
pre {
display: block;
font-size: 87.5%;
color: #212529
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container {
max-width: 540px
}
}
@media (min-width:768px) {
.container {
max-width: 720px
}
}
@media (min-width:992px) {
.container {
max-width: 960px
}
}
@media (min-width:1200px) {
.container {
max-width: 1140px
}
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-sm {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-md,
.container-sm {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1140px
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%
}
.row-cols-1>* {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-2>* {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-3>* {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-4>* {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-5>* {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-6>* {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-ms-flex-order: -1;
order: -1
}
.order-last {
-ms-flex-order: 13;
order: 13
}
.order-0 {
-ms-flex-order: 0;
order: 0
}
.order-1 {
-ms-flex-order: 1;
order: 1
}
.order-2 {
-ms-flex-order: 2;
order: 2
}
.order-3 {
-ms-flex-order: 3;
order: 3
}
.order-4 {
-ms-flex-order: 4;
order: 4
}
.order-5 {
-ms-flex-order: 5;
order: 5
}
.order-6 {
-ms-flex-order: 6;
order: 6
}
.order-7 {
-ms-flex-order: 7;
order: 7
}
.order-8 {
-ms-flex-order: 8;
order: 8
}
.order-9 {
-ms-flex-order: 9;
order: 9
}
.order-10 {
-ms-flex-order: 10;
order: 10
}
.order-11 {
-ms-flex-order: 11;
order: 11
}
.order-12 {
-ms-flex-order: 12;
order: 12
}
.offset-1 {
margin-left: 8.333333%
}
.offset-2 {
margin-left: 16.666667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.333333%
}
.offset-5 {
margin-left: 41.666667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.333333%
}
.offset-8 {
margin-left: 66.666667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.333333%
}
.offset-11 {
margin-left: 91.666667%
}
@media (min-width:576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%
}
.row-cols-sm-1>* {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-sm-2>* {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-sm-3>* {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-sm-4>* {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-sm-5>* {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-sm-6>* {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-ms-flex-order: -1;
order: -1
}
.order-sm-last {
-ms-flex-order: 13;
order: 13
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.333333%
}
.offset-sm-2 {
margin-left: 16.666667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.333333%
}
.offset-sm-5 {
margin-left: 41.666667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.333333%
}
.offset-sm-8 {
margin-left: 66.666667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.333333%
}
.offset-sm-11 {
margin-left: 91.666667%
}
}
@media (min-width:768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%
}
.row-cols-md-1>* {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-md-2>* {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-md-3>* {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-md-4>* {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-md-5>* {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-md-6>* {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-ms-flex-order: -1;
order: -1
}
.order-md-last {
-ms-flex-order: 13;
order: 13
}
.order-md-0 {
-ms-flex-order: 0;
order: 0
}
.order-md-1 {
-ms-flex-order: 1;
order: 1
}
.order-md-2 {
-ms-flex-order: 2;
order: 2
}
.order-md-3 {
-ms-flex-order: 3;
order: 3
}
.order-md-4 {
-ms-flex-order: 4;
order: 4
}
.order-md-5 {
-ms-flex-order: 5;
order: 5
}
.order-md-6 {
-ms-flex-order: 6;
order: 6
}
.order-md-7 {
-ms-flex-order: 7;
order: 7
}
.order-md-8 {
-ms-flex-order: 8;
order: 8
}
.order-md-9 {
-ms-flex-order: 9;
order: 9
}
.order-md-10 {
-ms-flex-order: 10;
order: 10
}
.order-md-11 {
-ms-flex-order: 11;
order: 11
}
.order-md-12 {
-ms-flex-order: 12;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.333333%
}
.offset-md-2 {
margin-left: 16.666667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.333333%
}
.offset-md-5 {
margin-left: 41.666667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.333333%
}
.offset-md-8 {
margin-left: 66.666667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.333333%
}
.offset-md-11 {
margin-left: 91.666667%
}
}
@media (min-width:992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%
}
.row-cols-lg-1>* {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-lg-2>* {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-lg-3>* {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-lg-4>* {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-lg-5>* {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-lg-6>* {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-ms-flex-order: -1;
order: -1
}
.order-lg-last {
-ms-flex-order: 13;
order: 13
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.333333%
}
.offset-lg-2 {
margin-left: 16.666667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.333333%
}
.offset-lg-5 {
margin-left: 41.666667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.333333%
}
.offset-lg-8 {
margin-left: 66.666667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.333333%
}
.offset-lg-11 {
margin-left: 91.666667%
}
}
@media (min-width:1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%
}
.row-cols-xl-1>* {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-xl-2>* {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-xl-3>* {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-xl-4>* {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-xl-5>* {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-xl-6>* {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-ms-flex-order: -1;
order: -1
}
.order-xl-last {
-ms-flex-order: 13;
order: 13
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.333333%
}
.offset-xl-2 {
margin-left: 16.666667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.333333%
}
.offset-xl-5 {
margin-left: 41.666667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.333333%
}
.offset-xl-8 {
margin-left: 66.666667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.333333%
}
.offset-xl-11 {
margin-left: 91.666667%
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529
}
.table td,
.table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
border-top: 2px solid #dee2e6
}
.table-sm td,
.table-sm th {
padding: .3rem
}
.table-bordered {
border: 1px solid #dee2e6
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6
}
.table-bordered thead td,
.table-bordered thead th {
border-bottom-width: 2px
}
.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, .075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
background-color: #b8daff
}
.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
border-color: #7abaff
}
.table-hover .table-primary:hover {
background-color: #9fcdff
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #9fcdff
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
background-color: #d6d8db
}
.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #c8cbcf
}
.table-success,
.table-success>td,
.table-success>th {
background-color: #c3e6cb
}
.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
border-color: #8fd19e
}
.table-hover .table-success:hover {
background-color: #b1dfbb
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #b1dfbb
}
.table-info,
.table-info>td,
.table-info>th {
background-color: #bee5eb
}
.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
border-color: #86cfda
}
.table-hover .table-info:hover {
background-color: #abdde5
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #abdde5
}
.table-warning,
.table-warning>td,
.table-warning>th {
background-color: #ffeeba
}
.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
border-color: #ffdf7e
}
.table-hover .table-warning:hover {
background-color: #ffe8a1
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #ffe8a1
}
.table-danger,
.table-danger>td,
.table-danger>th {
background-color: #f5c6cb
}
.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
border-color: #ed969e
}
.table-hover .table-danger:hover {
background-color: #f1b0b7
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f1b0b7
}
.table-light,
.table-light>td,
.table-light>th {
background-color: #fdfdfe
}
.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
border-color: #fbfcfc
}
.table-hover .table-light:hover {
background-color: #ececf6
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ececf6
}
.table-dark,
.table-dark>td,
.table-dark>th {
background-color: #c6c8ca
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #95999c
}
.table-hover .table-dark:hover {
background-color: #b9bbbe
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b9bbbe
}
.table-active,
.table-active>td,
.table-active>th {
background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}
.table-dark {
color: #fff;
background-color: #343a40
}
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #454d55
}
.table-dark.table-bordered {
border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, .075)
}
@media (max-width:575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-sm>.table-bordered {
border: 0
}
}
@media (max-width:767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-md>.table-bordered {
border: 0
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-lg>.table-bordered {
border: 0
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-xl>.table-bordered {
border: 0
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
border: 0
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-control {
transition: none
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1
}
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff
}
.form-control-file,
.form-control-range {
display: block;
width: 100%
}
.col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5
}
.col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5
}
.col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5
}
.form-control-plaintext {
display: block;
width: 100%;
padding: .375rem 0;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
padding-right: 0;
padding-left: 0
}
.form-control-sm {
height: calc(1.5em + .5rem + 2px);
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
select.form-control[multiple],
select.form-control[size] {
height: auto
}
textarea.form-control {
height: auto
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*=col-] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0
}
.form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #28a745
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .25rem .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, .9);
border-radius: .25rem
}
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
display: block
}
.form-control.is-valid,
.was-validated .form-control:valid {
border-color: #28a745;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(.375em + .1875rem) center;
background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
border-color: #28a745;
padding-right: calc(.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
color: #28a745
}
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
display: block
}
.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
color: #28a745
}
.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
border-color: #28a745
}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color: #28a745
}
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
border-color: #28a745
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #dc3545
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .25rem .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, .9);
border-radius: .25rem
}
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
display: block
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(.375em + .1875rem) center;
background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
border-color: #dc3545;
padding-right: calc(.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
color: #dc3545
}
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
display: block
}
.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
color: #dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
border-color: #dc3545
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color: #dc3545
}
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
border-color: #dc3545
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media (min-width:576px) {
.form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-plaintext {
display: inline-block
}
.form-inline .custom-select,
.form-inline .input-group {
width: auto
}
.form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.btn {
transition: none
}
}
.btn:hover {
color: #212529;
text-decoration: none
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled,
.btn:disabled {
opacity: .65
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}
.btn-primary.focus,
.btn-primary:focus {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62
}
.btn-secondary.focus,
.btn-secondary:focus {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34
}
.btn-success.focus,
.btn-success:focus {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b
}
.btn-info.focus,
.btn-info:focus {
color: #fff;
background-color: #138496;
border-color: #117a8b;
box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00
}
.btn-warning.focus,
.btn-warning:focus {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130
}
.btn-danger.focus,
.btn-danger:focus {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5
}
.btn-light.focus,
.btn-light:focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124
}
.btn-dark.focus,
.btn-dark:focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-outline-primary {
color: #007bff;
border-color: #007bff
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #007bff;
background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
color: #28a745;
border-color: #28a745
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success.focus,
.btn-outline-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info.focus,
.btn-outline-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light.focus,
.btn-outline-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
color: #343a40;
border-color: #343a40
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
pointer-events: none
}
.btn-group-lg>.btn,
.btn-lg {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.btn-group-sm>.btn,
.btn-sm {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: .5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
width: 100%
}
.fade {
transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
.fade {
transition: none
}
}
.fade:not(.show) {
opacity: 0
}
.collapse:not(.show) {
display: none
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
transition: none
}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
position: relative
}
.dropdown-toggle {
white-space: nowrap
}
.dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
margin-left: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem
}
.dropdown-menu-left {
right: auto;
left: 0
}
.dropdown-menu-right {
right: 0;
left: auto
}
@media (min-width:576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0
}
.dropdown-menu-sm-right {
right: 0;
left: auto
}
}
@media (min-width:768px) {
.dropdown-menu-md-left {
right: auto;
left: 0
}
.dropdown-menu-md-right {
right: 0;
left: auto
}
}
@media (min-width:992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0
}
.dropdown-menu-lg-right {
right: 0;
left: auto
}
}
@media (min-width:1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0
}
.dropdown-menu-xl-right {
right: 0;
left: auto
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-right: .3em solid transparent;
border-bottom: .3em solid;
border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: .125rem
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-toggle::after {
vertical-align: 0
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: ""
}
.dropleft .dropdown-toggle::after {
display: none
}
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0
}
.dropleft .dropdown-toggle::before {
vertical-align: 0
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
right: auto;
bottom: auto
}
.dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef
}
.dropdown-item {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent
}
.dropdown-menu.show {
display: block
}
.dropdown-header {
display: block;
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: .875rem;
color: #6c757d;
white-space: nowrap
}
.dropdown-item-text {
display: block;
padding: .25rem 1.5rem;
color: #212529
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
z-index: 1
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
z-index: 1
}
.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.btn-toolbar .input-group {
width: auto
}
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.dropdown-toggle-split {
padding-right: .5625rem;
padding-left: .5625rem
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
padding-right: .375rem;
padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
padding-right: .75rem;
padding-left: .75rem
}
.btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
width: 100%
}
.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
margin-top: -1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
margin-bottom: 0
}
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
margin-left: -1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
z-index: 4
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group>.custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-append,
.input-group-prepend {
display: -ms-flexbox;
display: flex
}
.input-group-append .btn,
.input-group-prepend .btn {
position: relative;
z-index: 2
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
z-index: 3
}
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
margin-left: -1px
}
.input-group-prepend {
margin-right: -1px
}
.input-group-append {
margin-left: -1px
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: .25rem
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
margin-top: 0
}
.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
height: calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
padding-right: 1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem
}
.custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem
}
.custom-control-input {
position: absolute;
left: 0;
z-index: -1;
width: 1rem;
height: 1.25rem;
opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff
}
.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
background-color: #e9ecef
}
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top
}
.custom-control-label::before {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px
}
.custom-control-label::after {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
border-color: #007bff;
background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-radio .custom-control-label::before {
border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-switch {
padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: .5rem
}
.custom-switch .custom-control-label::after {
top: calc(.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: .5rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-switch .custom-control-label::after {
transition: none
}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(.75rem);
transform: translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
height: auto;
padding-right: .75rem;
background-image: none
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef
}
.custom-select::-ms-expand {
display: none
}
.custom-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057
}
.custom-select-sm {
height: calc(1.5em + .5rem + 2px);
padding-top: .25rem;
padding-bottom: .25rem;
padding-left: .5rem;
font-size: .875rem
}
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: .5rem;
padding-bottom: .5rem;
padding-left: 1rem;
font-size: 1.25rem
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin-bottom: 0
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin: 0;
opacity: 0
}
.custom-file-input:focus~.custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
content: attr(data-browse)
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: .25rem
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + .75rem);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 .25rem .25rem 0
}
.custom-range {
width: 100%;
height: 1.4rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-range:focus {
outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-moz-focus-outer {
border: 0
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance: none;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-appearance: none;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
-moz-transition: none;
transition: none
}
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff
}
.custom-range::-moz-range-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: .2rem;
margin-left: .2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
-ms-transition: none;
transition: none
}
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff
}
.custom-range::-ms-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: .5rem
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default
}
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor: default
}
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none
}
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav-link {
display: block;
padding: .5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
text-decoration: none
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default
}
.nav-tabs {
border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
margin-bottom: -1px
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.nav-pills .nav-link {
border-radius: .25rem
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #fff;
background-color: #007bff
}
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between
}
.navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0
}
.navbar-nav .dropdown-menu {
position: static;
float: none
}
.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
text-decoration: none
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}
@media (max-width:575.98px) {
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid,
.navbar-expand-sm>.container-lg,
.navbar-expand-sm>.container-md,
.navbar-expand-sm>.container-sm,
.navbar-expand-sm>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid,
.navbar-expand-sm>.container-lg,
.navbar-expand-sm>.container-md,
.navbar-expand-sm>.container-sm,
.navbar-expand-sm>.container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
display: none
}
}
@media (max-width:767.98px) {
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid,
.navbar-expand-md>.container-lg,
.navbar-expand-md>.container-md,
.navbar-expand-md>.container-sm,
.navbar-expand-md>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid,
.navbar-expand-md>.container-lg,
.navbar-expand-md>.container-md,
.navbar-expand-md>.container-sm,
.navbar-expand-md>.container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
display: none
}
}
@media (max-width:991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid,
.navbar-expand-lg>.container-lg,
.navbar-expand-lg>.container-md,
.navbar-expand-lg>.container-sm,
.navbar-expand-lg>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:992px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid,
.navbar-expand-lg>.container-lg,
.navbar-expand-lg>.container-md,
.navbar-expand-lg>.container-sm,
.navbar-expand-lg>.container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
display: none
}
}
@media (max-width:1199.98px) {
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid,
.navbar-expand-xl>.container-lg,
.navbar-expand-xl>.container-md,
.navbar-expand-xl>.container-sm,
.navbar-expand-xl>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid,
.navbar-expand-xl>.container-lg,
.navbar-expand-xl>.container-md,
.navbar-expand-xl>.container-sm,
.navbar-expand-xl>.container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
display: none
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
padding-right: 0;
padding-left: 0
}
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand .navbar-toggler {
display: none
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, .5);
border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
color: #fff
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
color: #fff
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
color: #fff
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, .5);
border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-text a {
color: #fff
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
color: #fff
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .25rem
}
.card>hr {
margin-right: 0;
margin-left: 0
}
.card>.list-group {
border-top: inherit;
border-bottom: inherit
}
.card>.list-group:first-child {
border-top-width: 0;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
}
.card>.list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px)
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem
}
.card-title {
margin-bottom: .75rem
}
.card-subtitle {
margin-top: -.375rem;
margin-bottom: 0
}
.card-text:last-child {
margin-bottom: 0
}
.card-link:hover {
text-decoration: none
}
.card-link+.card-link {
margin-left: 1.25rem
}
.card-header {
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, .03);
border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
border-top: 0
}
.card-footer {
padding: .75rem 1.25rem;
background-color: rgba(0, 0, 0, .03);
border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right: -.625rem;
margin-bottom: -.75rem;
margin-left: -.625rem;
border-bottom: 0
}
.card-header-pills {
margin-right: -.625rem;
margin-left: -.625rem
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem
}
.card-img,
.card-img-bottom,
.card-img-top {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%
}
.card-img,
.card-img-top {
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck .card {
margin-bottom: 15px
}
@media (min-width:576px) {
.card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px
}
.card-deck .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px
}
}
.card-group>.card {
margin-bottom: 15px
}
@media (min-width:576px) {
.card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap
}
.card-group>.card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0
}
.card-group>.card+.card {
margin-left: 0;
border-left: 0
}
.card-group>.card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.card-group>.card:not(:last-child) .card-header,
.card-group>.card:not(:last-child) .card-img-top {
border-top-right-radius: 0
}
.card-group>.card:not(:last-child) .card-footer,
.card-group>.card:not(:last-child) .card-img-bottom {
border-bottom-right-radius: 0
}
.card-group>.card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.card-group>.card:not(:first-child) .card-header,
.card-group>.card:not(:first-child) .card-img-top {
border-top-left-radius: 0
}
.card-group>.card:not(:first-child) .card-footer,
.card-group>.card:not(:first-child) .card-img-bottom {
border-bottom-left-radius: 0
}
}
.card-columns .card {
margin-bottom: .75rem
}
@media (min-width:576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1
}
.card-columns .card {
display: inline-block;
width: 100%
}
}
.accordion>.card {
overflow: hidden
}
.accordion>.card:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.accordion>.card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.accordion>.card>.card-header {
border-radius: 0;
margin-bottom: -1px
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: .25rem
}
.breadcrumb-item {
display: -ms-flexbox;
display: flex
}
.breadcrumb-item+.breadcrumb-item {
padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: none
}
.breadcrumb-item.active {
color: #6c757d
}
.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: .25rem
}
.page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6
}
.pagination-lg .page-link {
padding: .75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: .3rem;
border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: .2rem;
border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: .2rem;
border-bottom-right-radius: .2rem
}
.badge {
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.badge {
transition: none
}
}
a.badge:focus,
a.badge:hover {
text-decoration: none
}
.badge:empty {
display: none
}
.btn .badge {
position: relative;
top: -1px
}
.badge-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 10rem
}
.badge-primary {
color: #fff;
background-color: #007bff
}
a.badge-primary:focus,
a.badge-primary:hover {
color: #fff;
background-color: #0062cc
}
a.badge-primary.focus,
a.badge-primary:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.badge-secondary {
color: #fff;
background-color: #6c757d
}
a.badge-secondary:focus,
a.badge-secondary:hover {
color: #fff;
background-color: #545b62
}
a.badge-secondary.focus,
a.badge-secondary:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.badge-success {
color: #fff;
background-color: #28a745
}
a.badge-success:focus,
a.badge-success:hover {
color: #fff;
background-color: #1e7e34
}
a.badge-success.focus,
a.badge-success:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.badge-info {
color: #fff;
background-color: #17a2b8
}
a.badge-info:focus,
a.badge-info:hover {
color: #fff;
background-color: #117a8b
}
a.badge-info.focus,
a.badge-info:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.badge-warning {
color: #212529;
background-color: #ffc107
}
a.badge-warning:focus,
a.badge-warning:hover {
color: #212529;
background-color: #d39e00
}
a.badge-warning.focus,
a.badge-warning:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.badge-danger {
color: #fff;
background-color: #dc3545
}
a.badge-danger:focus,
a.badge-danger:hover {
color: #fff;
background-color: #bd2130
}
a.badge-danger.focus,
a.badge-danger:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.badge-light {
color: #212529;
background-color: #f8f9fa
}
a.badge-light:focus,
a.badge-light:hover {
color: #212529;
background-color: #dae0e5
}
a.badge-light.focus,
a.badge-light:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.badge-dark {
color: #fff;
background-color: #343a40
}
a.badge-dark:focus,
a.badge-dark:hover {
color: #fff;
background-color: #1d2124
}
a.badge-dark.focus,
a.badge-dark:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: .3rem
}
@media (min-width:576px) {
.jumbotron {
padding: 4rem 2rem
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0
}
.alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem
}
.alert-heading {
color: inherit
}
.alert-link {
font-weight: 700
}
.alert-dismissible {
padding-right: 4rem
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: .75rem 1.25rem;
color: inherit
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff
}
.alert-primary hr {
border-top-color: #9fcdff
}
.alert-primary .alert-link {
color: #002752
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db
}
.alert-secondary hr {
border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
color: #202326
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb
}
.alert-success hr {
border-top-color: #b1dfbb
}
.alert-success .alert-link {
color: #0b2e13
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb
}
.alert-info hr {
border-top-color: #abdde5
}
.alert-info .alert-link {
color: #062c33
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba
}
.alert-warning hr {
border-top-color: #ffe8a1
}
.alert-warning .alert-link {
color: #533f03
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb
}
.alert-danger hr {
border-top-color: #f1b0b7
}
.alert-danger .alert-link {
color: #491217
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe
}
.alert-light hr {
border-top-color: #ececf6
}
.alert-light .alert-link {
color: #686868
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca
}
.alert-dark hr {
border-top-color: #b9bbbe
}
.alert-dark .alert-link {
color: #040505
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
.progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
line-height: 0;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width .6s ease
}
@media (prefers-reduced-motion:reduce) {
.progress-bar {
transition: none
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none
}
}
.media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start
}
.media-body {
-ms-flex: 1;
flex: 1
}
.list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: .25rem
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit
}
.list-group-item-action:focus,
.list-group-item-action:hover {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef
}
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit
}
.list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit
}
.list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.list-group-item+.list-group-item {
border-top-width: 0
}
.list-group-item+.list-group-item.active {
margin-top: -1px;
border-top-width: 1px
}
.list-group-horizontal {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal>.list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal>.list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal>.list-group-item.active {
margin-top: 0
}
.list-group-horizontal>.list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal>.list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
@media (min-width:576px) {
.list-group-horizontal-sm {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-sm>.list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-sm>.list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-sm>.list-group-item.active {
margin-top: 0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
@media (min-width:768px) {
.list-group-horizontal-md {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-md>.list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-md>.list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-md>.list-group-item.active {
margin-top: 0
}
.list-group-horizontal-md>.list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-md>.list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
@media (min-width:992px) {
.list-group-horizontal-lg {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-lg>.list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-lg>.list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-lg>.list-group-item.active {
margin-top: 0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
@media (min-width:1200px) {
.list-group-horizontal-xl {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-xl>.list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-xl>.list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-xl>.list-group-item.active {
margin-top: 0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
.list-group-flush {
border-radius: 0
}
.list-group-flush>.list-group-item {
border-width: 0 0 1px
}
.list-group-flush>.list-group-item:last-child {
border-bottom-width: 0
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
color: #004085;
background-color: #9fcdff
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085
}
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
color: #383d41;
background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
color: #155724;
background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
color: #0c5460;
background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
color: #856404;
background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404
}
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
color: #721c24;
background-color: #f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
color: #818182;
background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
color: #1b1e21;
background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5
}
.close:hover {
color: #000;
text-decoration: none
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
opacity: .75
}
button.close {
padding: 0;
background-color: transparent;
border: 0
}
a.close.disabled {
pointer-events: none
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: .875rem;
background-color: rgba(255, 255, 255, .85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .1);
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: .25rem
}
.toast:not(:last-child) {
margin-bottom: .75rem
}
.toast.showing {
opacity: 1
}
.toast.show {
display: block;
opacity: 1
}
.toast.hide {
display: none
}
.toast-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: .25rem .75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, .85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.toast-body {
padding: .75rem
}
.modal-open {
overflow: hidden
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}
.modal.fade .modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
transition: none
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02)
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
-ms-flex-negative: 0;
flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px)
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: .75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(.3rem - 1px);
border-bottom-left-radius: calc(.3rem - 1px)
}
.modal-footer>* {
margin: .25rem
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem)
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem)
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem)
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content
}
.modal-sm {
max-width: 300px
}
}
@media (min-width:992px) {
.modal-lg,
.modal-xl {
max-width: 800px
}
}
@media (min-width:1200px) {
.modal-xl {
max-width: 1140px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0
}
.tooltip.show {
opacity: .9
}
.tooltip .arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
top: 0;
border-width: .4rem .4rem 0;
border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
left: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
right: 0;
border-width: .4rem .4rem .4rem 0;
border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
bottom: 0;
border-width: 0 .4rem .4rem;
border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
right: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
left: 0;
border-width: .4rem 0 .4rem .4rem;
border-left-color: #000
}
.tooltip-inner {
max-width: 200px;
padding: .25rem .5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .25rem
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: .5rem;
margin: 0 .3rem
}
.popover .arrow::after,
.popover .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
bottom: calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
bottom: 0;
border-width: .5rem .5rem 0;
border-top-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
bottom: 1px;
border-width: .5rem .5rem 0;
border-top-color: #fff
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
margin-left: .5rem
}
.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
left: calc(-.5rem - 1px);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
left: 0;
border-width: .5rem .5rem .5rem 0;
border-right-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
left: 1px;
border-width: .5rem .5rem .5rem 0;
border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
top: calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
top: 0;
border-width: 0 .5rem .5rem .5rem;
border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
top: 1px;
border-width: 0 .5rem .5rem .5rem;
border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -.5rem;
content: "";
border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
margin-right: .5rem
}
.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
right: calc(-.5rem - 1px);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
right: 0;
border-width: .5rem 0 .5rem .5rem;
border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
right: 1px;
border-width: .5rem 0 .5rem .5rem;
border-left-color: #fff
}
.popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
display: none
}
.popover-body {
padding: .5rem .75rem;
color: #212529
}
.carousel {
position: relative
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden
}
.carousel-inner::after {
display: block;
clear: both;
content: ""
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
transition: none
}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
display: block
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
z-index: 1;
opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: .5;
transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next,
.carousel-control-prev {
transition: none
}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9
}
.carousel-control-prev {
left: 0
}
.carousel-control-next {
right: 0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-indicators li {
transition: none
}
}
.carousel-indicators .active {
opacity: 1
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: .25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: .2em
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
width: 1rem;
height: 1rem
}
.align-baseline {
vertical-align: baseline!important
}
.align-top {
vertical-align: top!important
}
.align-middle {
vertical-align: middle!important
}
.align-bottom {
vertical-align: bottom!important
}
.align-text-bottom {
vertical-align: text-bottom!important
}
.align-text-top {
vertical-align: text-top!important
}
.bg-primary {
background-color: #007bff!important
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #0062cc!important
}
.bg-secondary {
background-color: #6c757d!important
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62!important
}
.bg-success {
background-color: #28a745!important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #1e7e34!important
}
.bg-info {
background-color: #17a2b8!important
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #117a8b!important
}
.bg-warning {
background-color: #ffc107!important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #d39e00!important
}
.bg-danger {
background-color: #dc3545!important
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #bd2130!important
}
.bg-light {
background-color: #f8f9fa!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #dae0e5!important
}
.bg-dark {
background-color: #343a40!important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #1d2124!important
}
.bg-white {
background-color: #fff!important
}
.bg-transparent {
background-color: transparent!important
}
.border {
border: 1px solid #dee2e6!important
}
.border-top {
border-top: 1px solid #dee2e6!important
}
.border-right {
border-right: 1px solid #dee2e6!important
}
.border-bottom {
border-bottom: 1px solid #dee2e6!important
}
.border-left {
border-left: 1px solid #dee2e6!important
}
.border-0 {
border: 0!important
}
.border-top-0 {
border-top: 0!important
}
.border-right-0 {
border-right: 0!important
}
.border-bottom-0 {
border-bottom: 0!important
}
.border-left-0 {
border-left: 0!important
}
.border-primary {
border-color: #007bff!important
}
.border-secondary {
border-color: #6c757d!important
}
.border-success {
border-color: #28a745!important
}
.border-info {
border-color: #17a2b8!important
}
.border-warning {
border-color: #ffc107!important
}
.border-danger {
border-color: #dc3545!important
}
.border-light {
border-color: #f8f9fa!important
}
.border-dark {
border-color: #343a40!important
}
.border-white {
border-color: #fff!important
}
.rounded-sm {
border-radius: .2rem!important
}
.rounded {
border-radius: .25rem!important
}
.rounded-top {
border-top-left-radius: .25rem!important;
border-top-right-radius: .25rem!important
}
.rounded-right {
border-top-right-radius: .25rem!important;
border-bottom-right-radius: .25rem!important
}
.rounded-bottom {
border-bottom-right-radius: .25rem!important;
border-bottom-left-radius: .25rem!important
}
.rounded-left {
border-top-left-radius: .25rem!important;
border-bottom-left-radius: .25rem!important
}
.rounded-lg {
border-radius: .3rem!important
}
.rounded-circle {
border-radius: 50%!important
}
.rounded-pill {
border-radius: 50rem!important
}
.rounded-0 {
border-radius: 0!important
}
.clearfix::after {
display: block;
clear: both;
content: ""
}
.d-none {
display: none!important
}
.d-inline {
display: inline!important
}
.d-inline-block {
display: inline-block!important
}
.d-block {
display: block!important
}
.d-table {
display: table!important
}
.d-table-row {
display: table-row!important
}
.d-table-cell {
display: table-cell!important
}
.d-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
@media (min-width:576px) {
.d-sm-none {
display: none!important
}
.d-sm-inline {
display: inline!important
}
.d-sm-inline-block {
display: inline-block!important
}
.d-sm-block {
display: block!important
}
.d-sm-table {
display: table!important
}
.d-sm-table-row {
display: table-row!important
}
.d-sm-table-cell {
display: table-cell!important
}
.d-sm-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-sm-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:768px) {
.d-md-none {
display: none!important
}
.d-md-inline {
display: inline!important
}
.d-md-inline-block {
display: inline-block!important
}
.d-md-block {
display: block!important
}
.d-md-table {
display: table!important
}
.d-md-table-row {
display: table-row!important
}
.d-md-table-cell {
display: table-cell!important
}
.d-md-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-md-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:992px) {
.d-lg-none {
display: none!important
}
.d-lg-inline {
display: inline!important
}
.d-lg-inline-block {
display: inline-block!important
}
.d-lg-block {
display: block!important
}
.d-lg-table {
display: table!important
}
.d-lg-table-row {
display: table-row!important
}
.d-lg-table-cell {
display: table-cell!important
}
.d-lg-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-lg-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:1200px) {
.d-xl-none {
display: none!important
}
.d-xl-inline {
display: inline!important
}
.d-xl-inline-block {
display: inline-block!important
}
.d-xl-block {
display: block!important
}
.d-xl-table {
display: table!important
}
.d-xl-table-row {
display: table-row!important
}
.d-xl-table-cell {
display: table-cell!important
}
.d-xl-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-xl-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media print {
.d-print-none {
display: none!important
}
.d-print-inline {
display: inline!important
}
.d-print-inline-block {
display: inline-block!important
}
.d-print-block {
display: block!important
}
.d-print-table {
display: table!important
}
.d-print-table-row {
display: table-row!important
}
.d-print-table-cell {
display: table-cell!important
}
.d-print-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-print-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden
}
.embed-responsive::before {
display: block;
content: ""
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0
}
.embed-responsive-21by9::before {
padding-top: 42.857143%
}
.embed-responsive-16by9::before {
padding-top: 56.25%
}
.embed-responsive-4by3::before {
padding-top: 75%
}
.embed-responsive-1by1::before {
padding-top: 100%
}
.flex-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
@media (min-width:576px) {
.flex-sm-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-sm-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-sm-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-sm-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-sm-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-sm-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-sm-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-sm-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-sm-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-sm-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-sm-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-sm-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-sm-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-sm-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-sm-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-sm-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-sm-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-sm-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-sm-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-sm-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-sm-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-sm-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-sm-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-sm-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-sm-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:768px) {
.flex-md-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-md-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-md-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-md-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-md-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-md-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-md-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-md-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-md-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-md-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-md-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-md-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-md-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-md-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-md-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-md-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-md-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-md-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-md-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-md-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-md-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-md-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-md-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-md-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-md-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-md-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-md-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-md-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-md-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:992px) {
.flex-lg-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-lg-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-lg-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-lg-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-lg-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-lg-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-lg-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-lg-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-lg-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-lg-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-lg-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-lg-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-lg-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-lg-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-lg-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-lg-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-lg-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-lg-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-lg-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-lg-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-lg-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-lg-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-lg-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-lg-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-lg-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:1200px) {
.flex-xl-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-xl-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-xl-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-xl-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-xl-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-xl-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-xl-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-xl-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-xl-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-xl-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-xl-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-xl-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-xl-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-xl-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-xl-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-xl-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-xl-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-xl-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-xl-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-xl-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-xl-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-xl-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-xl-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-xl-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-xl-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
.float-left {
float: left!important
}
.float-right {
float: right!important
}
.float-none {
float: none!important
}
@media (min-width:576px) {
.float-sm-left {
float: left!important
}
.float-sm-right {
float: right!important
}
.float-sm-none {
float: none!important
}
}
@media (min-width:768px) {
.float-md-left {
float: left!important
}
.float-md-right {
float: right!important
}
.float-md-none {
float: none!important
}
}
@media (min-width:992px) {
.float-lg-left {
float: left!important
}
.float-lg-right {
float: right!important
}
.float-lg-none {
float: none!important
}
}
@media (min-width:1200px) {
.float-xl-left {
float: left!important
}
.float-xl-right {
float: right!important
}
.float-xl-none {
float: none!important
}
}
.user-select-all {
-webkit-user-select: all!important;
-moz-user-select: all!important;
-ms-user-select: all!important;
user-select: all!important
}
.user-select-auto {
-webkit-user-select: auto!important;
-moz-user-select: auto!important;
-ms-user-select: auto!important;
user-select: auto!important
}
.user-select-none {
-webkit-user-select: none!important;
-moz-user-select: none!important;
-ms-user-select: none!important;
user-select: none!important
}
.overflow-auto {
overflow: auto!important
}
.overflow-hidden {
overflow: hidden!important
}
.position-static {
position: static!important
}
.position-relative {
position: relative!important
}
.position-absolute {
position: absolute!important
}
.position-fixed {
position: fixed!important
}
.position-sticky {
position: -webkit-sticky!important;
position: sticky!important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal
}
.shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.shadow {
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}
.shadow-none {
box-shadow: none!important
}
.w-25 {
width: 25%!important
}
.w-50 {
width: 50%!important
}
.w-75 {
width: 75%!important
}
.w-100 {
width: 100%!important
}
.w-auto {
width: auto!important
}
.h-25 {
height: 25%!important
}
.h-50 {
height: 50%!important
}
.h-75 {
height: 75%!important
}
.h-100 {
height: 100%!important
}
.h-auto {
height: auto!important
}
.mw-100 {
max-width: 100%!important
}
.mh-100 {
max-height: 100%!important
}
.min-vw-100 {
min-width: 100vw!important
}
.min-vh-100 {
min-height: 100vh!important
}
.vw-100 {
width: 100vw!important
}
.vh-100 {
height: 100vh!important
}
.m-0 {
margin: 0!important
}
.mt-0,
.my-0 {
margin-top: 0!important
}
.mr-0,
.mx-0 {
margin-right: 0!important
}
.mb-0,
.my-0 {
margin-bottom: 0!important
}
.ml-0,
.mx-0 {
margin-left: 0!important
}
.m-1 {
margin: .25rem!important
}
.mt-1,
.my-1 {
margin-top: .25rem!important
}
.mr-1,
.mx-1 {
margin-right: .25rem!important
}
.mb-1,
.my-1 {
margin-bottom: .25rem!important
}
.ml-1,
.mx-1 {
margin-left: .25rem!important
}
.m-2 {
margin: .5rem!important
}
.mt-2,
.my-2 {
margin-top: .5rem!important
}
.mr-2,
.mx-2 {
margin-right: .5rem!important
}
.mb-2,
.my-2 {
margin-bottom: .5rem!important
}
.ml-2,
.mx-2 {
margin-left: .5rem!important
}
.m-3 {
margin: 1rem!important
}
.mt-3,
.my-3 {
margin-top: 1rem!important
}
.mr-3,
.mx-3 {
margin-right: 1rem!important
}
.mb-3,
.my-3 {
margin-bottom: 1rem!important
}
.ml-3,
.mx-3 {
margin-left: 1rem!important
}
.m-4 {
margin: 1.5rem!important
}
.mt-4,
.my-4 {
margin-top: 1.5rem!important
}
.mr-4,
.mx-4 {
margin-right: 1.5rem!important
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem!important
}
.ml-4,
.mx-4 {
margin-left: 1.5rem!important
}
.m-5 {
margin: 3rem!important
}
.mt-5,
.my-5 {
margin-top: 3rem!important
}
.mr-5,
.mx-5 {
margin-right: 3rem!important
}
.mb-5,
.my-5 {
margin-bottom: 3rem!important
}
.ml-5,
.mx-5 {
margin-left: 3rem!important
}
.p-0 {
padding: 0!important
}
.pt-0,
.py-0 {
padding-top: 0!important
}
.pr-0,
.px-0 {
padding-right: 0!important
}
.pb-0,
.py-0 {
padding-bottom: 0!important
}
.pl-0,
.px-0 {
padding-left: 0!important
}
.p-1 {
padding: .25rem!important
}
.pt-1,
.py-1 {
padding-top: .25rem!important
}
.pr-1,
.px-1 {
padding-right: .25rem!important
}
.pb-1,
.py-1 {
padding-bottom: .25rem!important
}
.pl-1,
.px-1 {
padding-left: .25rem!important
}
.p-2 {
padding: .5rem!important
}
.pt-2,
.py-2 {
padding-top: .5rem!important
}
.pr-2,
.px-2 {
padding-right: .5rem!important
}
.pb-2,
.py-2 {
padding-bottom: .5rem!important
}
.pl-2,
.px-2 {
padding-left: .5rem!important
}
.p-3 {
padding: 1rem!important
}
.pt-3,
.py-3 {
padding-top: 1rem!important
}
.pr-3,
.px-3 {
padding-right: 1rem!important
}
.pb-3,
.py-3 {
padding-bottom: 1rem!important
}
.pl-3,
.px-3 {
padding-left: 1rem!important
}
.p-4 {
padding: 1.5rem!important
}
.pt-4,
.py-4 {
padding-top: 1.5rem!important
}
.pr-4,
.px-4 {
padding-right: 1.5rem!important
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem!important
}
.pl-4,
.px-4 {
padding-left: 1.5rem!important
}
.p-5 {
padding: 3rem!important
}
.pt-5,
.py-5 {
padding-top: 3rem!important
}
.pr-5,
.px-5 {
padding-right: 3rem!important
}
.pb-5,
.py-5 {
padding-bottom: 3rem!important
}
.pl-5,
.px-5 {
padding-left: 3rem!important
}
.m-n1 {
margin: -.25rem!important
}
.mt-n1,
.my-n1 {
margin-top: -.25rem!important
}
.mr-n1,
.mx-n1 {
margin-right: -.25rem!important
}
.mb-n1,
.my-n1 {
margin-bottom: -.25rem!important
}
.ml-n1,
.mx-n1 {
margin-left: -.25rem!important
}
.m-n2 {
margin: -.5rem!important
}
.mt-n2,
.my-n2 {
margin-top: -.5rem!important
}
.mr-n2,
.mx-n2 {
margin-right: -.5rem!important
}
.mb-n2,
.my-n2 {
margin-bottom: -.5rem!important
}
.ml-n2,
.mx-n2 {
margin-left: -.5rem!important
}
.m-n3 {
margin: -1rem!important
}
.mt-n3,
.my-n3 {
margin-top: -1rem!important
}
.mr-n3,
.mx-n3 {
margin-right: -1rem!important
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem!important
}
.ml-n3,
.mx-n3 {
margin-left: -1rem!important
}
.m-n4 {
margin: -1.5rem!important
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem!important
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem!important
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem!important
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem!important
}
.m-n5 {
margin: -3rem!important
}
.mt-n5,
.my-n5 {
margin-top: -3rem!important
}
.mr-n5,
.mx-n5 {
margin-right: -3rem!important
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem!important
}
.ml-n5,
.mx-n5 {
margin-left: -3rem!important
}
.m-auto {
margin: auto!important
}
.mt-auto,
.my-auto {
margin-top: auto!important
}
.mr-auto,
.mx-auto {
margin-right: auto!important
}
.mb-auto,
.my-auto {
margin-bottom: auto!important
}
.ml-auto,
.mx-auto {
margin-left: auto!important
}
@media (min-width:576px) {
.m-sm-0 {
margin: 0!important
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0!important
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0!important
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0!important
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0!important
}
.m-sm-1 {
margin: .25rem!important
}
.mt-sm-1,
.my-sm-1 {
margin-top: .25rem!important
}
.mr-sm-1,
.mx-sm-1 {
margin-right: .25rem!important
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: .25rem!important
}
.ml-sm-1,
.mx-sm-1 {
margin-left: .25rem!important
}
.m-sm-2 {
margin: .5rem!important
}
.mt-sm-2,
.my-sm-2 {
margin-top: .5rem!important
}
.mr-sm-2,
.mx-sm-2 {
margin-right: .5rem!important
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: .5rem!important
}
.ml-sm-2,
.mx-sm-2 {
margin-left: .5rem!important
}
.m-sm-3 {
margin: 1rem!important
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem!important
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem!important
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem!important
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem!important
}
.m-sm-4 {
margin: 1.5rem!important
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem!important
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem!important
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem!important
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem!important
}
.m-sm-5 {
margin: 3rem!important
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem!important
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem!important
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem!important
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem!important
}
.p-sm-0 {
padding: 0!important
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0!important
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0!important
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0!important
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0!important
}
.p-sm-1 {
padding: .25rem!important
}
.pt-sm-1,
.py-sm-1 {
padding-top: .25rem!important
}
.pr-sm-1,
.px-sm-1 {
padding-right: .25rem!important
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: .25rem!important
}
.pl-sm-1,
.px-sm-1 {
padding-left: .25rem!important
}
.p-sm-2 {
padding: .5rem!important
}
.pt-sm-2,
.py-sm-2 {
padding-top: .5rem!important
}
.pr-sm-2,
.px-sm-2 {
padding-right: .5rem!important
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: .5rem!important
}
.pl-sm-2,
.px-sm-2 {
padding-left: .5rem!important
}
.p-sm-3 {
padding: 1rem!important
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem!important
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem!important
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem!important
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem!important
}
.p-sm-4 {
padding: 1.5rem!important
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem!important
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem!important
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem!important
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem!important
}
.p-sm-5 {
padding: 3rem!important
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem!important
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem!important
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem!important
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem!important
}
.m-sm-n1 {
margin: -.25rem!important
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -.25rem!important
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -.25rem!important
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -.25rem!important
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -.25rem!important
}
.m-sm-n2 {
margin: -.5rem!important
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -.5rem!important
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -.5rem!important
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -.5rem!important
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -.5rem!important
}
.m-sm-n3 {
margin: -1rem!important
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem!important
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem!important
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem!important
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem!important
}
.m-sm-n4 {
margin: -1.5rem!important
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem!important
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem!important
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem!important
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem!important
}
.m-sm-n5 {
margin: -3rem!important
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem!important
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem!important
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem!important
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem!important
}
.m-sm-auto {
margin: auto!important
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto!important
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto!important
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto!important
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto!important
}
}
@media (min-width:768px) {
.m-md-0 {
margin: 0!important
}
.mt-md-0,
.my-md-0 {
margin-top: 0!important
}
.mr-md-0,
.mx-md-0 {
margin-right: 0!important
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0!important
}
.ml-md-0,
.mx-md-0 {
margin-left: 0!important
}
.m-md-1 {
margin: .25rem!important
}
.mt-md-1,
.my-md-1 {
margin-top: .25rem!important
}
.mr-md-1,
.mx-md-1 {
margin-right: .25rem!important
}
.mb-md-1,
.my-md-1 {
margin-bottom: .25rem!important
}
.ml-md-1,
.mx-md-1 {
margin-left: .25rem!important
}
.m-md-2 {
margin: .5rem!important
}
.mt-md-2,
.my-md-2 {
margin-top: .5rem!important
}
.mr-md-2,
.mx-md-2 {
margin-right: .5rem!important
}
.mb-md-2,
.my-md-2 {
margin-bottom: .5rem!important
}
.ml-md-2,
.mx-md-2 {
margin-left: .5rem!important
}
.m-md-3 {
margin: 1rem!important
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem!important
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem!important
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem!important
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem!important
}
.m-md-4 {
margin: 1.5rem!important
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem!important
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem!important
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem!important
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem!important
}
.m-md-5 {
margin: 3rem!important
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem!important
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem!important
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem!important
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem!important
}
.p-md-0 {
padding: 0!important
}
.pt-md-0,
.py-md-0 {
padding-top: 0!important
}
.pr-md-0,
.px-md-0 {
padding-right: 0!important
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0!important
}
.pl-md-0,
.px-md-0 {
padding-left: 0!important
}
.p-md-1 {
padding: .25rem!important
}
.pt-md-1,
.py-md-1 {
padding-top: .25rem!important
}
.pr-md-1,
.px-md-1 {
padding-right: .25rem!important
}
.pb-md-1,
.py-md-1 {
padding-bottom: .25rem!important
}
.pl-md-1,
.px-md-1 {
padding-left: .25rem!important
}
.p-md-2 {
padding: .5rem!important
}
.pt-md-2,
.py-md-2 {
padding-top: .5rem!important
}
.pr-md-2,
.px-md-2 {
padding-right: .5rem!important
}
.pb-md-2,
.py-md-2 {
padding-bottom: .5rem!important
}
.pl-md-2,
.px-md-2 {
padding-left: .5rem!important
}
.p-md-3 {
padding: 1rem!important
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem!important
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem!important
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem!important
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem!important
}
.p-md-4 {
padding: 1.5rem!important
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem!important
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem!important
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem!important
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem!important
}
.p-md-5 {
padding: 3rem!important
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem!important
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem!important
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem!important
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem!important
}
.m-md-n1 {
margin: -.25rem!important
}
.mt-md-n1,
.my-md-n1 {
margin-top: -.25rem!important
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -.25rem!important
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -.25rem!important
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -.25rem!important
}
.m-md-n2 {
margin: -.5rem!important
}
.mt-md-n2,
.my-md-n2 {
margin-top: -.5rem!important
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -.5rem!important
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -.5rem!important
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -.5rem!important
}
.m-md-n3 {
margin: -1rem!important
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem!important
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem!important
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem!important
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem!important
}
.m-md-n4 {
margin: -1.5rem!important
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem!important
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem!important
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem!important
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem!important
}
.m-md-n5 {
margin: -3rem!important
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem!important
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem!important
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem!important
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem!important
}
.m-md-auto {
margin: auto!important
}
.mt-md-auto,
.my-md-auto {
margin-top: auto!important
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto!important
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto!important
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto!important
}
}
@media (min-width:992px) {
.m-lg-0 {
margin: 0!important
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0!important
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0!important
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0!important
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0!important
}
.m-lg-1 {
margin: .25rem!important
}
.mt-lg-1,
.my-lg-1 {
margin-top: .25rem!important
}
.mr-lg-1,
.mx-lg-1 {
margin-right: .25rem!important
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: .25rem!important
}
.ml-lg-1,
.mx-lg-1 {
margin-left: .25rem!important
}
.m-lg-2 {
margin: .5rem!important
}
.mt-lg-2,
.my-lg-2 {
margin-top: .5rem!important
}
.mr-lg-2,
.mx-lg-2 {
margin-right: .5rem!important
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: .5rem!important
}
.ml-lg-2,
.mx-lg-2 {
margin-left: .5rem!important
}
.m-lg-3 {
margin: 1rem!important
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem!important
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem!important
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem!important
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem!important
}
.m-lg-4 {
margin: 1.5rem!important
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem!important
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem!important
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem!important
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem!important
}
.m-lg-5 {
margin: 3rem!important
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem!important
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem!important
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem!important
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem!important
}
.p-lg-0 {
padding: 0!important
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0!important
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0!important
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0!important
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0!important
}
.p-lg-1 {
padding: .25rem!important
}
.pt-lg-1,
.py-lg-1 {
padding-top: .25rem!important
}
.pr-lg-1,
.px-lg-1 {
padding-right: .25rem!important
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: .25rem!important
}
.pl-lg-1,
.px-lg-1 {
padding-left: .25rem!important
}
.p-lg-2 {
padding: .5rem!important
}
.pt-lg-2,
.py-lg-2 {
padding-top: .5rem!important
}
.pr-lg-2,
.px-lg-2 {
padding-right: .5rem!important
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: .5rem!important
}
.pl-lg-2,
.px-lg-2 {
padding-left: .5rem!important
}
.p-lg-3 {
padding: 1rem!important
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem!important
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem!important
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem!important
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem!important
}
.p-lg-4 {
padding: 1.5rem!important
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem!important
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem!important
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem!important
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem!important
}
.p-lg-5 {
padding: 3rem!important
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem!important
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem!important
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem!important
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem!important
}
.m-lg-n1 {
margin: -.25rem!important
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -.25rem!important
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -.25rem!important
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -.25rem!important
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -.25rem!important
}
.m-lg-n2 {
margin: -.5rem!important
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -.5rem!important
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -.5rem!important
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -.5rem!important
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -.5rem!important
}
.m-lg-n3 {
margin: -1rem!important
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem!important
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem!important
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem!important
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem!important
}
.m-lg-n4 {
margin: -1.5rem!important
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem!important
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem!important
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem!important
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem!important
}
.m-lg-n5 {
margin: -3rem!important
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem!important
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem!important
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem!important
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem!important
}
.m-lg-auto {
margin: auto!important
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto!important
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto!important
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto!important
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto!important
}
}
@media (min-width:1200px) {
.m-xl-0 {
margin: 0!important
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0!important
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0!important
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0!important
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0!important
}
.m-xl-1 {
margin: .25rem!important
}
.mt-xl-1,
.my-xl-1 {
margin-top: .25rem!important
}
.mr-xl-1,
.mx-xl-1 {
margin-right: .25rem!important
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: .25rem!important
}
.ml-xl-1,
.mx-xl-1 {
margin-left: .25rem!important
}
.m-xl-2 {
margin: .5rem!important
}
.mt-xl-2,
.my-xl-2 {
margin-top: .5rem!important
}
.mr-xl-2,
.mx-xl-2 {
margin-right: .5rem!important
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: .5rem!important
}
.ml-xl-2,
.mx-xl-2 {
margin-left: .5rem!important
}
.m-xl-3 {
margin: 1rem!important
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem!important
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem!important
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem!important
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem!important
}
.m-xl-4 {
margin: 1.5rem!important
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem!important
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem!important
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem!important
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem!important
}
.m-xl-5 {
margin: 3rem!important
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem!important
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem!important
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem!important
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem!important
}
.p-xl-0 {
padding: 0!important
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0!important
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0!important
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0!important
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0!important
}
.p-xl-1 {
padding: .25rem!important
}
.pt-xl-1,
.py-xl-1 {
padding-top: .25rem!important
}
.pr-xl-1,
.px-xl-1 {
padding-right: .25rem!important
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: .25rem!important
}
.pl-xl-1,
.px-xl-1 {
padding-left: .25rem!important
}
.p-xl-2 {
padding: .5rem!important
}
.pt-xl-2,
.py-xl-2 {
padding-top: .5rem!important
}
.pr-xl-2,
.px-xl-2 {
padding-right: .5rem!important
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: .5rem!important
}
.pl-xl-2,
.px-xl-2 {
padding-left: .5rem!important
}
.p-xl-3 {
padding: 1rem!important
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem!important
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem!important
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem!important
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem!important
}
.p-xl-4 {
padding: 1.5rem!important
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem!important
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem!important
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem!important
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem!important
}
.p-xl-5 {
padding: 3rem!important
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem!important
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem!important
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem!important
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem!important
}
.m-xl-n1 {
margin: -.25rem!important
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -.25rem!important
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -.25rem!important
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -.25rem!important
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -.25rem!important
}
.m-xl-n2 {
margin: -.5rem!important
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -.5rem!important
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -.5rem!important
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -.5rem!important
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -.5rem!important
}
.m-xl-n3 {
margin: -1rem!important
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem!important
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem!important
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem!important
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem!important
}
.m-xl-n4 {
margin: -1.5rem!important
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem!important
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem!important
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem!important
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem!important
}
.m-xl-n5 {
margin: -3rem!important
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem!important
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem!important
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem!important
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem!important
}
.m-xl-auto {
margin: auto!important
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto!important
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto!important
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto!important
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto!important
}
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0)
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}
.text-justify {
text-align: justify!important
}
.text-wrap {
white-space: normal!important
}
.text-nowrap {
white-space: nowrap!important
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.text-left {
text-align: left!important
}
.text-right {
text-align: right!important
}
.text-center {
text-align: center!important
}
@media (min-width:576px) {
.text-sm-left {
text-align: left!important
}
.text-sm-right {
text-align: right!important
}
.text-sm-center {
text-align: center!important
}
}
@media (min-width:768px) {
.text-md-left {
text-align: left!important
}
.text-md-right {
text-align: right!important
}
.text-md-center {
text-align: center!important
}
}
@media (min-width:992px) {
.text-lg-left {
text-align: left!important
}
.text-lg-right {
text-align: right!important
}
.text-lg-center {
text-align: center!important
}
}
@media (min-width:1200px) {
.text-xl-left {
text-align: left!important
}
.text-xl-right {
text-align: right!important
}
.text-xl-center {
text-align: center!important
}
}
.text-lowercase {
text-transform: lowercase!important
}
.text-uppercase {
text-transform: uppercase!important
}
.text-capitalize {
text-transform: capitalize!important
}
.font-weight-light {
font-weight: 300!important
}
.font-weight-lighter {
font-weight: lighter!important
}
.font-weight-normal {
font-weight: 400!important
}
.font-weight-bold {
font-weight: 700!important
}
.font-weight-bolder {
font-weight: bolder!important
}
.font-italic {
font-style: italic!important
}
.text-white {
color: #fff!important
}
.text-primary {
color: #007bff!important
}
a.text-primary:focus,
a.text-primary:hover {
color: #0056b3!important
}
.text-secondary {
color: #6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #494f54!important
}
.text-success {
color: #28a745!important
}
a.text-success:focus,
a.text-success:hover {
color: #19692c!important
}
.text-info {
color: #17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
color: #0f6674!important
}
.text-warning {
color: #ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
color: #ba8b00!important
}
.text-danger {
color: #dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
color: #a71d2a!important
}
.text-light {
color: #f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
color: #cbd3da!important
}
.text-dark {
color: #343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
color: #121416!important
}
.text-body {
color: #212529!important
}
.text-muted {
color: #6c757d!important
}
.text-black-50 {
color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
color: rgba(255, 255, 255, .5)!important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.text-decoration-none {
text-decoration: none!important
}
.text-break {
word-wrap: break-word!important
}
.text-reset {
color: inherit!important
}
.visible {
visibility: visible!important
}
.invisible {
visibility: hidden!important
}
@media print {
*,
::after,
::before {
text-shadow: none!important;
box-shadow: none!important
}
a:not(.btn) {
text-decoration: underline
}
abbr[title]::after {
content: " (" attr(title) ")"
}
pre {
white-space: pre-wrap!important
}
blockquote,
pre {
border: 1px solid #adb5bd;
page-break-inside: avoid
}
thead {
display: table-header-group
}
img,
tr {
page-break-inside: avoid
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
@page {
size: a3
}
body {
min-width: 992px!important
}
.container {
min-width: 992px!important
}
.navbar {
display: none
}
.badge {
border: 1px solid #000
}
.table {
border-collapse: collapse!important
}
.table td,
.table th {
background-color: #fff!important
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6!important
}
.table-dark {
color: inherit
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #dee2e6
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6
}
}
/*# sourceMappingURL=bootstrap.min.css.map */
/*line Awesome 1.3.0*/
.la,
.lab,
.lad,
.lal,
.lar,
.las {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1
}
.la-lg {
font-size: 1.33333em;
line-height: .75em;
vertical-align: -.0667em
}
.la-xs {
font-size: .75em
}
.la-sm {
font-size: .875em
}
.la-1x {
font-size: 1em
}
.la-2x {
font-size: 2em
}
.la-3x {
font-size: 3em
}
.la-4x {
font-size: 4em
}
.la-5x {
font-size: 5em
}
.la-6x {
font-size: 6em
}
.la-7x {
font-size: 7em
}
.la-8x {
font-size: 8em
}
.la-9x {
font-size: 9em
}
.la-10x {
font-size: 10em
}
.la-fw {
text-align: center;
width: 1.25em
}
.la-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0
}
.la-ul>li {
position: relative
}
.la-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit
}
.la-border {
border: solid .08em #eee;
border-radius: .1em;
padding: .2em .25em .15em
}
.la-pull-left {
float: left
}
.la-pull-right {
float: right
}
.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
margin-right: .3em
}
.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
margin-left: .3em
}
.la-spin {
-webkit-animation: la-spin 2s infinite linear;
animation: la-spin 2s infinite linear
}
.la-pulse {
-webkit-animation: la-spin 1s infinite steps(8);
animation: la-spin 1s infinite steps(8)
}
@-webkit-keyframes la-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes la-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.la-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.la-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.la-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg)
}
.la-flip-horizontal {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1)
}
.la-flip-vertical {
-webkit-transform: scale(1, -1);
transform: scale(1, -1)
}
.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1)
}
:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-rotate-90 {
-webkit-filter: none;
filter: none
}
.la-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em
}
.la-stack-1x,
.la-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%
}
.la-stack-1x {
line-height: inherit
}
.la-stack-2x {
font-size: 2em
}
.la-inverse {
color: #fff
}
.la-500px:before {
content: "\f26e"
}
.la-accessible-icon:before {
content: "\f368"
}
.la-accusoft:before {
content: "\f369"
}
.la-acquisitions-incorporated:before {
content: "\f6af"
}
.la-ad:before {
content: "\f641"
}
.la-address-book:before {
content: "\f2b9"
}
.la-address-card:before {
content: "\f2bb"
}
.la-adjust:before {
content: "\f042"
}
.la-adn:before {
content: "\f170"
}
.la-adobe:before {
content: "\f778"
}
.la-adversal:before {
content: "\f36a"
}
.la-affiliatetheme:before {
content: "\f36b"
}
.la-air-freshener:before {
content: "\f5d0"
}
.la-airbnb:before {
content: "\f834"
}
.la-algolia:before {
content: "\f36c"
}
.la-align-center:before {
content: "\f037"
}
.la-align-justify:before {
content: "\f039"
}
.la-align-left:before {
content: "\f036"
}
.la-align-right:before {
content: "\f038"
}
.la-alipay:before {
content: "\f642"
}
.la-allergies:before {
content: "\f461"
}
.la-amazon:before {
content: "\f270"
}
.la-amazon-pay:before {
content: "\f42c"
}
.la-ambulance:before {
content: "\f0f9"
}
.la-american-sign-language-interpreting:before {
content: "\f2a3"
}
.la-amilia:before {
content: "\f36d"
}
.la-anchor:before {
content: "\f13d"
}
.la-android:before {
content: "\f17b"
}
.la-angellist:before {
content: "\f209"
}
.la-angle-double-down:before {
content: "\f103"
}
.la-angle-double-left:before {
content: "\f100"
}
.la-angle-double-right:before {
content: "\f101"
}
.la-angle-double-up:before {
content: "\f102"
}
.la-angle-down:before {
content: "\f107"
}
.la-angle-left:before {
content: "\f104"
}
.la-angle-right:before {
content: "\f105"
}
.la-angle-up:before {
content: "\f106"
}
.la-angry:before {
content: "\f556"
}
.la-angrycreative:before {
content: "\f36e"
}
.la-angular:before {
content: "\f420"
}
.la-ankh:before {
content: "\f644"
}
.la-app-store:before {
content: "\f36f"
}
.la-app-store-ios:before {
content: "\f370"
}
.la-apper:before {
content: "\f371"
}
.la-apple:before {
content: "\f179"
}
.la-apple-alt:before {
content: "\f5d1"
}
.la-apple-pay:before {
content: "\f415"
}
.la-archive:before {
content: "\f187"
}
.la-archway:before {
content: "\f557"
}
.la-arrow-alt-circle-down:before {
content: "\f358"
}
.la-arrow-alt-circle-left:before {
content: "\f359"
}
.la-arrow-alt-circle-right:before {
content: "\f35a"
}
.la-arrow-alt-circle-up:before {
content: "\f35b"
}
.la-arrow-circle-down:before {
content: "\f0ab"
}
.la-arrow-circle-left:before {
content: "\f0a8"
}
.la-arrow-circle-right:before {
content: "\f0a9"
}
.la-arrow-circle-up:before {
content: "\f0aa"
}
.la-arrow-down:before {
content: "\f063"
}
.la-arrow-left:before {
content: "\f060"
}
.la-arrow-right:before {
content: "\f061"
}
.la-arrow-up:before {
content: "\f062"
}
.la-arrows-alt:before {
content: "\f0b2"
}
.la-arrows-alt-h:before {
content: "\f337"
}
.la-arrows-alt-v:before {
content: "\f338"
}
.la-artstation:before {
content: "\f77a"
}
.la-assistive-listening-systems:before {
content: "\f2a2"
}
.la-asterisk:before {
content: "\f069"
}
.la-asymmetrik:before {
content: "\f372"
}
.la-at:before {
content: "\f1fa"
}
.la-atlas:before {
content: "\f558"
}
.la-atlassian:before {
content: "\f77b"
}
.la-atom:before {
content: "\f5d2"
}
.la-audible:before {
content: "\f373"
}
.la-audio-description:before {
content: "\f29e"
}
.la-autoprefixer:before {
content: "\f41c"
}
.la-avianex:before {
content: "\f374"
}
.la-aviato:before {
content: "\f421"
}
.la-award:before {
content: "\f559"
}
.la-aws:before {
content: "\f375"
}
.la-baby:before {
content: "\f77c"
}
.la-baby-carriage:before {
content: "\f77d"
}
.la-backspace:before {
content: "\f55a"
}
.la-backward:before {
content: "\f04a"
}
.la-bacon:before {
content: "\f7e5"
}
.la-balance-scale:before {
content: "\f24e"
}
.la-balance-scale-left:before {
content: "\f515"
}
.la-balance-scale-right:before {
content: "\f516"
}
.la-ban:before {
content: "\f05e"
}
.la-band-aid:before {
content: "\f462"
}
.la-bandcamp:before {
content: "\f2d5"
}
.la-barcode:before {
content: "\f02a"
}
.la-bars:before {
content: "\f0c9"
}
.la-baseball-ball:before {
content: "\f433"
}
.la-basketball-ball:before {
content: "\f434"
}
.la-bath:before {
content: "\f2cd"
}
.la-battery-empty:before {
content: "\f244"
}
.la-battery-full:before {
content: "\f240"
}
.la-battery-half:before {
content: "\f242"
}
.la-battery-quarter:before {
content: "\f243"
}
.la-battery-three-quarters:before {
content: "\f241"
}
.la-battle-net:before {
content: "\f835"
}
.la-bed:before {
content: "\f236"
}
.la-beer:before {
content: "\f0fc"
}
.la-behance:before {
content: "\f1b4"
}
.la-behance-square:before {
content: "\f1b5"
}
.la-bell:before {
content: "\f0f3"
}
.la-bell-slash:before {
content: "\f1f6"
}
.la-bezier-curve:before {
content: "\f55b"
}
.la-bible:before {
content: "\f647"
}
.la-bicycle:before {
content: "\f206"
}
.la-biking:before {
content: "\f84a"
}
.la-bimobject:before {
content: "\f378"
}
.la-binoculars:before {
content: "\f1e5"
}
.la-biohazard:before {
content: "\f780"
}
.la-birthday-cake:before {
content: "\f1fd"
}
.la-bitbucket:before {
content: "\f171"
}
.la-bitcoin:before {
content: "\f379"
}
.la-bity:before {
content: "\f37a"
}
.la-black-tie:before {
content: "\f27e"
}
.la-blackberry:before {
content: "\f37b"
}
.la-blender:before {
content: "\f517"
}
.la-blender-phone:before {
content: "\f6b6"
}
.la-blind:before {
content: "\f29d"
}
.la-blog:before {
content: "\f781"
}
.la-blogger:before {
content: "\f37c"
}
.la-blogger-b:before {
content: "\f37d"
}
.la-bluetooth:before {
content: "\f293"
}
.la-bluetooth-b:before {
content: "\f294"
}
.la-bold:before {
content: "\f032"
}
.la-bolt:before {
content: "\f0e7"
}
.la-bomb:before {
content: "\f1e2"
}
.la-bone:before {
content: "\f5d7"
}
.la-bong:before {
content: "\f55c"
}
.la-book:before {
content: "\f02d"
}
.la-book-dead:before {
content: "\f6b7"
}
.la-book-medical:before {
content: "\f7e6"
}
.la-book-open:before {
content: "\f518"
}
.la-book-reader:before {
content: "\f5da"
}
.la-bookmark:before {
content: "\f02e"
}
.la-bootstrap:before {
content: "\f836"
}
.la-border-all:before {
content: "\f84c"
}
.la-border-none:before {
content: "\f850"
}
.la-border-style:before {
content: "\f853"
}
.la-bowling-ball:before {
content: "\f436"
}
.la-box:before {
content: "\f466"
}
.la-box-open:before {
content: "\f49e"
}
.la-boxes:before {
content: "\f468"
}
.la-braille:before {
content: "\f2a1"
}
.la-brain:before {
content: "\f5dc"
}
.la-bread-slice:before {
content: "\f7ec"
}
.la-briefcase:before {
content: "\f0b1"
}
.la-briefcase-medical:before {
content: "\f469"
}
.la-broadcast-tower:before {
content: "\f519"
}
.la-broom:before {
content: "\f51a"
}
.la-brush:before {
content: "\f55d"
}
.la-btc:before {
content: "\f15a"
}
.la-buffer:before {
content: "\f837"
}
.la-bug:before {
content: "\f188"
}
.la-building:before {
content: "\f1ad"
}
.la-bullhorn:before {
content: "\f0a1"
}
.la-bullseye:before {
content: "\f140"
}
.la-burn:before {
content: "\f46a"
}
.la-buromobelexperte:before {
content: "\f37f"
}
.la-bus:before {
content: "\f207"
}
.la-bus-alt:before {
content: "\f55e"
}
.la-business-time:before {
content: "\f64a"
}
.la-buy-n-large:before {
content: "\f8a6"
}
.la-buysellads:before {
content: "\f20d"
}
.la-calculator:before {
content: "\f1ec"
}
.la-calendar:before {
content: "\f133"
}
.la-calendar-alt:before {
content: "\f073"
}
.la-calendar-check:before {
content: "\f274"
}
.la-calendar-day:before {
content: "\f783"
}
.la-calendar-minus:before {
content: "\f272"
}
.la-calendar-plus:before {
content: "\f271"
}
.la-calendar-times:before {
content: "\f273"
}
.la-calendar-week:before {
content: "\f784"
}
.la-camera:before {
content: "\f030"
}
.la-camera-retro:before {
content: "\f083"
}
.la-campground:before {
content: "\f6bb"
}
.la-canadian-maple-leaf:before {
content: "\f785"
}
.la-candy-cane:before {
content: "\f786"
}
.la-cannabis:before {
content: "\f55f"
}
.la-capsules:before {
content: "\f46b"
}
.la-car:before {
content: "\f1b9"
}
.la-car-alt:before {
content: "\f5de"
}
.la-car-battery:before {
content: "\f5df"
}
.la-car-crash:before {
content: "\f5e1"
}
.la-car-side:before {
content: "\f5e4"
}
.la-caret-down:before {
content: "\f0d7"
}
.la-caret-left:before {
content: "\f0d9"
}
.la-caret-right:before {
content: "\f0da"
}
.la-caret-square-down:before {
content: "\f150"
}
.la-caret-square-left:before {
content: "\f191"
}
.la-caret-square-right:before {
content: "\f152"
}
.la-caret-square-up:before {
content: "\f151"
}
.la-caret-up:before {
content: "\f0d8"
}
.la-carrot:before {
content: "\f787"
}
.la-cart-arrow-down:before {
content: "\f218"
}
.la-cart-plus:before {
content: "\f217"
}
.la-cash-register:before {
content: "\f788"
}
.la-cat:before {
content: "\f6be"
}
.la-cc-amazon-pay:before {
content: "\f42d"
}
.la-cc-amex:before {
content: "\f1f3"
}
.la-cc-apple-pay:before {
content: "\f416"
}
.la-cc-diners-club:before {
content: "\f24c"
}
.la-cc-discover:before {
content: "\f1f2"
}
.la-cc-jcb:before {
content: "\f24b"
}
.la-cc-mastercard:before {
content: "\f1f1"
}
.la-cc-paypal:before {
content: "\f1f4"
}
.la-cc-stripe:before {
content: "\f1f5"
}
.la-cc-visa:before {
content: "\f1f0"
}
.la-centercode:before {
content: "\f380"
}
.la-centos:before {
content: "\f789"
}
.la-certificate:before {
content: "\f0a3"
}
.la-chair:before {
content: "\f6c0"
}
.la-chalkboard:before {
content: "\f51b"
}
.la-chalkboard-teacher:before {
content: "\f51c"
}
.la-charging-station:before {
content: "\f5e7"
}
.la-chart-area:before {
content: "\f1fe"
}
.la-chart-bar:before {
content: "\f080"
}
.la-chart-line:before {
content: "\f201"
}
.la-chart-pie:before {
content: "\f200"
}
.la-check:before {
content: "\f00c"
}
.la-check-circle:before {
content: "\f058"
}
.la-check-double:before {
content: "\f560"
}
.la-check-square:before {
content: "\f14a"
}
.la-cheese:before {
content: "\f7ef"
}
.la-chess:before {
content: "\f439"
}
.la-chess-bishop:before {
content: "\f43a"
}
.la-chess-board:before {
content: "\f43c"
}
.la-chess-king:before {
content: "\f43f"
}
.la-chess-knight:before {
content: "\f441"
}
.la-chess-pawn:before {
content: "\f443"
}
.la-chess-queen:before {
content: "\f445"
}
.la-chess-rook:before {
content: "\f447"
}
.la-chevron-circle-down:before {
content: "\f13a"
}
.la-chevron-circle-left:before {
content: "\f137"
}
.la-chevron-circle-right:before {
content: "\f138"
}
.la-chevron-circle-up:before {
content: "\f139"
}
.la-chevron-down:before {
content: "\f078"
}
.la-chevron-left:before {
content: "\f053"
}
.la-chevron-right:before {
content: "\f054"
}
.la-chevron-up:before {
content: "\f077"
}
.la-child:before {
content: "\f1ae"
}
.la-chrome:before {
content: "\f268"
}
.la-chromecast:before {
content: "\f838"
}
.la-church:before {
content: "\f51d"
}
.la-circle:before {
content: "\f111"
}
.la-circle-notch:before {
content: "\f1ce"
}
.la-city:before {
content: "\f64f"
}
.la-clinic-medical:before {
content: "\f7f2"
}
.la-clipboard:before {
content: "\f328"
}
.la-clipboard-check:before {
content: "\f46c"
}
.la-clipboard-list:before {
content: "\f46d"
}
.la-clock:before {
content: "\f017"
}
.la-clone:before {
content: "\f24d"
}
.la-closed-captioning:before {
content: "\f20a"
}
.la-cloud:before {
content: "\f0c2"
}
.la-cloud-download-alt:before {
content: "\f381"
}
.la-cloud-meatball:before {
content: "\f73b"
}
.la-cloud-moon:before {
content: "\f6c3"
}
.la-cloud-moon-rain:before {
content: "\f73c"
}
.la-cloud-rain:before {
content: "\f73d"
}
.la-cloud-showers-heavy:before {
content: "\f740"
}
.la-cloud-sun:before {
content: "\f6c4"
}
.la-cloud-sun-rain:before {
content: "\f743"
}
.la-cloud-upload-alt:before {
content: "\f382"
}
.la-cloudscale:before {
content: "\f383"
}
.la-cloudsmith:before {
content: "\f384"
}
.la-cloudversify:before {
content: "\f385"
}
.la-cocktail:before {
content: "\f561"
}
.la-code:before {
content: "\f121"
}
.la-code-branch:before {
content: "\f126"
}
.la-codepen:before {
content: "\f1cb"
}
.la-codiepie:before {
content: "\f284"
}
.la-coffee:before {
content: "\f0f4"
}
.la-cog:before {
content: "\f013"
}
.la-cogs:before {
content: "\f085"
}
.la-coins:before {
content: "\f51e"
}
.la-columns:before {
content: "\f0db"
}
.la-comment:before {
content: "\f075"
}
.la-comment-alt:before {
content: "\f27a"
}
.la-comment-dollar:before {
content: "\f651"
}
.la-comment-dots:before {
content: "\f4ad"
}
.la-comment-medical:before {
content: "\f7f5"
}
.la-comment-slash:before {
content: "\f4b3"
}
.la-comments:before {
content: "\f086"
}
.la-comments-dollar:before {
content: "\f653"
}
.la-compact-disc:before {
content: "\f51f"
}
.la-compass:before {
content: "\f14e"
}
.la-compress:before {
content: "\f066"
}
.la-compress-arrows-alt:before {
content: "\f78c"
}
.la-concierge-bell:before {
content: "\f562"
}
.la-confluence:before {
content: "\f78d"
}
.la-connectdevelop:before {
content: "\f20e"
}
.la-contao:before {
content: "\f26d"
}
.la-cookie:before {
content: "\f563"
}
.la-cookie-bite:before {
content: "\f564"
}
.la-copy:before {
content: "\f0c5"
}
.la-copyright:before {
content: "\f1f9"
}
.la-cotton-bureau:before {
content: "\f89e"
}
.la-couch:before {
content: "\f4b8"
}
.la-cpanel:before {
content: "\f388"
}
.la-creative-commons:before {
content: "\f25e"
}
.la-creative-commons-by:before {
content: "\f4e7"
}
.la-creative-commons-nc:before {
content: "\f4e8"
}
.la-creative-commons-nc-eu:before {
content: "\f4e9"
}
.la-creative-commons-nc-jp:before {
content: "\f4ea"
}
.la-creative-commons-nd:before {
content: "\f4eb"
}
.la-creative-commons-pd:before {
content: "\f4ec"
}
.la-creative-commons-pd-alt:before {
content: "\f4ed"
}
.la-creative-commons-remix:before {
content: "\f4ee"
}
.la-creative-commons-sa:before {
content: "\f4ef"
}
.la-creative-commons-sampling:before {
content: "\f4f0"
}
.la-creative-commons-sampling-plus:before {
content: "\f4f1"
}
.la-creative-commons-share:before {
content: "\f4f2"
}
.la-creative-commons-zero:before {
content: "\f4f3"
}
.la-credit-card:before {
content: "\f09d"
}
.la-critical-role:before {
content: "\f6c9"
}
.la-crop:before {
content: "\f125"
}
.la-crop-alt:before {
content: "\f565"
}
.la-cross:before {
content: "\f654"
}
.la-crosshairs:before {
content: "\f05b"
}
.la-crow:before {
content: "\f520"
}
.la-crown:before {
content: "\f521"
}
.la-crutch:before {
content: "\f7f7"
}
.la-css3:before {
content: "\f13c"
}
.la-css3-alt:before {
content: "\f38b"
}
.la-cube:before {
content: "\f1b2"
}
.la-cubes:before {
content: "\f1b3"
}
.la-cut:before {
content: "\f0c4"
}
.la-cuttlefish:before {
content: "\f38c"
}
.la-d-and-d:before {
content: "\f38d"
}
.la-d-and-d-beyond:before {
content: "\f6ca"
}
.la-dashcube:before {
content: "\f210"
}
.la-database:before {
content: "\f1c0"
}
.la-deaf:before {
content: "\f2a4"
}
.la-delicious:before {
content: "\f1a5"
}
.la-democrat:before {
content: "\f747"
}
.la-deploydog:before {
content: "\f38e"
}
.la-deskpro:before {
content: "\f38f"
}
.la-desktop:before {
content: "\f108"
}
.la-dev:before {
content: "\f6cc"
}
.la-deviantart:before {
content: "\f1bd"
}
.la-dharmachakra:before {
content: "\f655"
}
.la-dhl:before {
content: "\f790"
}
.la-diagnoses:before {
content: "\f470"
}
.la-diaspora:before {
content: "\f791"
}
.la-dice:before {
content: "\f522"
}
.la-dice-d20:before {
content: "\f6cf"
}
.la-dice-d6:before {
content: "\f6d1"
}
.la-dice-five:before {
content: "\f523"
}
.la-dice-four:before {
content: "\f524"
}
.la-dice-one:before {
content: "\f525"
}
.la-dice-six:before {
content: "\f526"
}
.la-dice-three:before {
content: "\f527"
}
.la-dice-two:before {
content: "\f528"
}
.la-digg:before {
content: "\f1a6"
}
.la-digital-ocean:before {
content: "\f391"
}
.la-digital-tachograph:before {
content: "\f566"
}
.la-directions:before {
content: "\f5eb"
}
.la-discord:before {
content: "\f392"
}
.la-discourse:before {
content: "\f393"
}
.la-divide:before {
content: "\f529"
}
.la-dizzy:before {
content: "\f567"
}
.la-dna:before {
content: "\f471"
}
.la-dochub:before {
content: "\f394"
}
.la-docker:before {
content: "\f395"
}
.la-dog:before {
content: "\f6d3"
}
.la-dollar-sign:before {
content: "\f155"
}
.la-dolly:before {
content: "\f472"
}
.la-dolly-flatbed:before {
content: "\f474"
}
.la-donate:before {
content: "\f4b9"
}
.la-door-closed:before {
content: "\f52a"
}
.la-door-open:before {
content: "\f52b"
}
.la-dot-circle:before {
content: "\f192"
}
.la-dove:before {
content: "\f4ba"
}
.la-download:before {
content: "\f019"
}
.la-draft2digital:before {
content: "\f396"
}
.la-drafting-compass:before {
content: "\f568"
}
.la-dragon:before {
content: "\f6d5"
}
.la-draw-polygon:before {
content: "\f5ee"
}
.la-dribbble:before {
content: "\f17d"
}
.la-dribbble-square:before {
content: "\f397"
}
.la-dropbox:before {
content: "\f16b"
}
.la-drum:before {
content: "\f569"
}
.la-drum-steelpan:before {
content: "\f56a"
}
.la-drumstick-bite:before {
content: "\f6d7"
}
.la-drupal:before {
content: "\f1a9"
}
.la-dumbbell:before {
content: "\f44b"
}
.la-dumpster:before {
content: "\f793"
}
.la-dumpster-fire:before {
content: "\f794"
}
.la-dungeon:before {
content: "\f6d9"
}
.la-dyalog:before {
content: "\f399"
}
.la-earlybirds:before {
content: "\f39a"
}
.la-ebay:before {
content: "\f4f4"
}
.la-edge:before {
content: "\f282"
}
.la-edit:before {
content: "\f044"
}
.la-egg:before {
content: "\f7fb"
}
.la-eject:before {
content: "\f052"
}
.la-elementor:before {
content: "\f430"
}
.la-ellipsis-h:before {
content: "\f141"
}
.la-ellipsis-v:before {
content: "\f142"
}
.la-ello:before {
content: "\f5f1"
}
.la-ember:before {
content: "\f423"
}
.la-empire:before {
content: "\f1d1"
}
.la-envelope:before {
content: "\f0e0"
}
.la-envelope-open:before {
content: "\f2b6"
}
.la-envelope-open-text:before {
content: "\f658"
}
.la-envelope-square:before {
content: "\f199"
}
.la-envira:before {
content: "\f299"
}
.la-equals:before {
content: "\f52c"
}
.la-eraser:before {
content: "\f12d"
}
.la-erlang:before {
content: "\f39d"
}
.la-ethereum:before {
content: "\f42e"
}
.la-ethernet:before {
content: "\f796"
}
.la-etsy:before {
content: "\f2d7"
}
.la-euro-sign:before {
content: "\f153"
}
.la-evernote:before {
content: "\f839"
}
.la-exchange-alt:before {
content: "\f362"
}
.la-exclamation:before {
content: "\f12a"
}
.la-exclamation-circle:before {
content: "\f06a"
}
.la-exclamation-triangle:before {
content: "\f071"
}
.la-expand:before {
content: "\f065"
}
.la-expand-arrows-alt:before {
content: "\f31e"
}
.la-expeditedssl:before {
content: "\f23e"
}
.la-external-link-alt:before {
content: "\f35d"
}
.la-external-link-square-alt:before {
content: "\f360"
}
.la-eye:before {
content: "\f06e"
}
.la-eye-dropper:before {
content: "\f1fb"
}
.la-eye-slash:before {
content: "\f070"
}
.la-facebook:before {
content: "\f09a"
}
.la-facebook-f:before {
content: "\f39e"
}
.la-facebook-messenger:before {
content: "\f39f"
}
.la-facebook-square:before {
content: "\f082"
}
.la-fan:before {
content: "\f863"
}
.la-fantasy-flight-games:before {
content: "\f6dc"
}
.la-fast-backward:before {
content: "\f049"
}
.la-fast-forward:before {
content: "\f050"
}
.la-fax:before {
content: "\f1ac"
}
.la-feather:before {
content: "\f52d"
}
.la-feather-alt:before {
content: "\f56b"
}
.la-fedex:before {
content: "\f797"
}
.la-fedora:before {
content: "\f798"
}
.la-female:before {
content: "\f182"
}
.la-fighter-jet:before {
content: "\f0fb"
}
.la-figma:before {
content: "\f799"
}
.la-file:before {
content: "\f15b"
}
.la-file-alt:before {
content: "\f15c"
}
.la-file-archive:before {
content: "\f1c6"
}
.la-file-audio:before {
content: "\f1c7"
}
.la-file-code:before {
content: "\f1c9"
}
.la-file-contract:before {
content: "\f56c"
}
.la-file-csv:before {
content: "\f6dd"
}
.la-file-download:before {
content: "\f56d"
}
.la-file-excel:before {
content: "\f1c3"
}
.la-file-export:before {
content: "\f56e"
}
.la-file-image:before {
content: "\f1c5"
}
.la-file-import:before {
content: "\f56f"
}
.la-file-invoice:before {
content: "\f570"
}
.la-file-invoice-dollar:before {
content: "\f571"
}
.la-file-medical:before {
content: "\f477"
}
.la-file-medical-alt:before {
content: "\f478"
}
.la-file-pdf:before {
content: "\f1c1"
}
.la-file-powerpoint:before {
content: "\f1c4"
}
.la-file-prescription:before {
content: "\f572"
}
.la-file-signature:before {
content: "\f573"
}
.la-file-upload:before {
content: "\f574"
}
.la-file-video:before {
content: "\f1c8"
}
.la-file-word:before {
content: "\f1c2"
}
.la-fill:before {
content: "\f575"
}
.la-fill-drip:before {
content: "\f576"
}
.la-film:before {
content: "\f008"
}
.la-filter:before {
content: "\f0b0"
}
.la-fingerprint:before {
content: "\f577"
}
.la-fire:before {
content: "\f06d"
}
.la-fire-alt:before {
content: "\f7e4"
}
.la-fire-extinguisher:before {
content: "\f134"
}
.la-firefox:before {
content: "\f269"
}
.la-first-aid:before {
content: "\f479"
}
.la-first-order:before {
content: "\f2b0"
}
.la-first-order-alt:before {
content: "\f50a"
}
.la-firstdraft:before {
content: "\f3a1"
}
.la-fish:before {
content: "\f578"
}
.la-fist-raised:before {
content: "\f6de"
}
.la-flag:before {
content: "\f024"
}
.la-flag-checkered:before {
content: "\f11e"
}
.la-flag-usa:before {
content: "\f74d"
}
.la-flask:before {
content: "\f0c3"
}
.la-flickr:before {
content: "\f16e"
}
.la-flipboard:before {
content: "\f44d"
}
.la-flushed:before {
content: "\f579"
}
.la-fly:before {
content: "\f417"
}
.la-folder:before {
content: "\f07b"
}
.la-folder-minus:before {
content: "\f65d"
}
.la-folder-open:before {
content: "\f07c"
}
.la-folder-plus:before {
content: "\f65e"
}
.la-font:before {
content: "\f031"
}
.la-font-awesome:before {
content: "\f2b4"
}
.la-font-awesome-alt:before {
content: "\f35c"
}
.la-font-awesome-flag:before {
content: "\f425"
}
.la-font-awesome-logo-full:before {
content: "\f4e6"
}
.la-fonticons:before {
content: "\f280"
}
.la-fonticons-fi:before {
content: "\f3a2"
}
.la-football-ball:before {
content: "\f44e"
}
.la-fort-awesome:before {
content: "\f286"
}
.la-fort-awesome-alt:before {
content: "\f3a3"
}
.la-forumbee:before {
content: "\f211"
}
.la-forward:before {
content: "\f04e"
}
.la-foursquare:before {
content: "\f180"
}
.la-free-code-camp:before {
content: "\f2c5"
}
.la-freebsd:before {
content: "\f3a4"
}
.la-frog:before {
content: "\f52e"
}
.la-frown:before {
content: "\f119"
}
.la-frown-open:before {
content: "\f57a"
}
.la-fulcrum:before {
content: "\f50b"
}
.la-funnel-dollar:before {
content: "\f662"
}
.la-futbol:before {
content: "\f1e3"
}
.la-galactic-republic:before {
content: "\f50c"
}
.la-galactic-senate:before {
content: "\f50d"
}
.la-gamepad:before {
content: "\f11b"
}
.la-gas-pump:before {
content: "\f52f"
}
.la-gavel:before {
content: "\f0e3"
}
.la-gem:before {
content: "\f3a5"
}
.la-genderless:before {
content: "\f22d"
}
.la-get-pocket:before {
content: "\f265"
}
.la-gg:before {
content: "\f260"
}
.la-gg-circle:before {
content: "\f261"
}
.la-ghost:before {
content: "\f6e2"
}
.la-gift:before {
content: "\f06b"
}
.la-gifts:before {
content: "\f79c"
}
.la-git:before {
content: "\f1d3"
}
.la-git-alt:before {
content: "\f841"
}
.la-git-square:before {
content: "\f1d2"
}
.la-github:before {
content: "\f09b"
}
.la-github-alt:before {
content: "\f113"
}
.la-github-square:before {
content: "\f092"
}
.la-gitkraken:before {
content: "\f3a6"
}
.la-gitlab:before {
content: "\f296"
}
.la-gitter:before {
content: "\f426"
}
.la-glass-cheers:before {
content: "\f79f"
}
.la-glass-martini:before {
content: "\f000"
}
.la-glass-martini-alt:before {
content: "\f57b"
}
.la-glass-whiskey:before {
content: "\f7a0"
}
.la-glasses:before {
content: "\f530"
}
.la-glide:before {
content: "\f2a5"
}
.la-glide-g:before {
content: "\f2a6"
}
.la-globe:before {
content: "\f0ac"
}
.la-globe-africa:before {
content: "\f57c"
}
.la-globe-americas:before {
content: "\f57d"
}
.la-globe-asia:before {
content: "\f57e"
}
.la-globe-europe:before {
content: "\f7a2"
}
.la-gofore:before {
content: "\f3a7"
}
.la-golf-ball:before {
content: "\f450"
}
.la-goodreads:before {
content: "\f3a8"
}
.la-goodreads-g:before {
content: "\f3a9"
}
.la-google:before {
content: "\f1a0"
}
.la-google-drive:before {
content: "\f3aa"
}
.la-google-play:before {
content: "\f3ab"
}
.la-google-plus:before {
content: "\f2b3"
}
.la-google-plus-g:before {
content: "\f0d5"
}
.la-google-plus-square:before {
content: "\f0d4"
}
.la-google-wallet:before {
content: "\f1ee"
}
.la-gopuram:before {
content: "\f664"
}
.la-graduation-cap:before {
content: "\f19d"
}
.la-gratipay:before {
content: "\f184"
}
.la-grav:before {
content: "\f2d6"
}
.la-greater-than:before {
content: "\f531"
}
.la-greater-than-equal:before {
content: "\f532"
}
.la-grimace:before {
content: "\f57f"
}
.la-grin:before {
content: "\f580"
}
.la-grin-alt:before {
content: "\f581"
}
.la-grin-beam:before {
content: "\f582"
}
.la-grin-beam-sweat:before {
content: "\f583"
}
.la-grin-hearts:before {
content: "\f584"
}
.la-grin-squint:before {
content: "\f585"
}
.la-grin-squint-tears:before {
content: "\f586"
}
.la-grin-stars:before {
content: "\f587"
}
.la-grin-tears:before {
content: "\f588"
}
.la-grin-tongue:before {
content: "\f589"
}
.la-grin-tongue-squint:before {
content: "\f58a"
}
.la-grin-tongue-wink:before {
content: "\f58b"
}
.la-grin-wink:before {
content: "\f58c"
}
.la-grip-horizontal:before {
content: "\f58d"
}
.la-grip-lines:before {
content: "\f7a4"
}
.la-grip-lines-vertical:before {
content: "\f7a5"
}
.la-grip-vertical:before {
content: "\f58e"
}
.la-gripfire:before {
content: "\f3ac"
}
.la-grunt:before {
content: "\f3ad"
}
.la-guitar:before {
content: "\f7a6"
}
.la-gulp:before {
content: "\f3ae"
}
.la-h-square:before {
content: "\f0fd"
}
.la-hacker-news:before {
content: "\f1d4"
}
.la-hacker-news-square:before {
content: "\f3af"
}
.la-hackerrank:before {
content: "\f5f7"
}
.la-hamburger:before {
content: "\f805"
}
.la-hammer:before {
content: "\f6e3"
}
.la-hamsa:before {
content: "\f665"
}
.la-hand-holding:before {
content: "\f4bd"
}
.la-hand-holding-heart:before {
content: "\f4be"
}
.la-hand-holding-usd:before {
content: "\f4c0"
}
.la-hand-lizard:before {
content: "\f258"
}
.la-hand-middle-finger:before {
content: "\f806"
}
.la-hand-paper:before {
content: "\f256"
}
.la-hand-peace:before {
content: "\f25b"
}
.la-hand-point-down:before {
content: "\f0a7"
}
.la-hand-point-left:before {
content: "\f0a5"
}
.la-hand-point-right:before {
content: "\f0a4"
}
.la-hand-point-up:before {
content: "\f0a6"
}
.la-hand-pointer:before {
content: "\f25a"
}
.la-hand-rock:before {
content: "\f255"
}
.la-hand-scissors:before {
content: "\f257"
}
.la-hand-spock:before {
content: "\f259"
}
.la-hands:before {
content: "\f4c2"
}
.la-hands-helping:before {
content: "\f4c4"
}
.la-handshake:before {
content: "\f2b5"
}
.la-hanukiah:before {
content: "\f6e6"
}
.la-hard-hat:before {
content: "\f807"
}
.la-hashtag:before {
content: "\f292"
}
.la-hat-cowboy:before {
content: "\f8c0"
}
.la-hat-cowboy-side:before {
content: "\f8c1"
}
.la-hat-wizard:before {
content: "\f6e8"
}
.la-haykal:before {
content: "\f666"
}
.la-hdd:before {
content: "\f0a0"
}
.la-heading:before {
content: "\f1dc"
}
.la-headphones:before {
content: "\f025"
}
.la-headphones-alt:before {
content: "\f58f"
}
.la-headset:before {
content: "\f590"
}
.la-heart:before {
content: "\f004"
}
.la-heart-broken:before {
content: "\f7a9"
}
.la-heartbeat:before {
content: "\f21e"
}
.la-helicopter:before {
content: "\f533"
}
.la-highlighter:before {
content: "\f591"
}
.la-hiking:before {
content: "\f6ec"
}
.la-hippo:before {
content: "\f6ed"
}
.la-hips:before {
content: "\f452"
}
.la-hire-a-helper:before {
content: "\f3b0"
}
.la-history:before {
content: "\f1da"
}
.la-hockey-puck:before {
content: "\f453"
}
.la-holly-berry:before {
content: "\f7aa"
}
.la-home:before {
content: "\f015"
}
.la-hooli:before {
content: "\f427"
}
.la-hornbill:before {
content: "\f592"
}
.la-horse:before {
content: "\f6f0"
}
.la-horse-head:before {
content: "\f7ab"
}
.la-hospital:before {
content: "\f0f8"
}
.la-hospital-alt:before {
content: "\f47d"
}
.la-hospital-symbol:before {
content: "\f47e"
}
.la-hot-tub:before {
content: "\f593"
}
.la-hotdog:before {
content: "\f80f"
}
.la-hotel:before {
content: "\f594"
}
.la-hotjar:before {
content: "\f3b1"
}
.la-hourglass:before {
content: "\f254"
}
.la-hourglass-end:before {
content: "\f253"
}
.la-hourglass-half:before {
content: "\f252"
}
.la-hourglass-start:before {
content: "\f251"
}
.la-house-damage:before {
content: "\f6f1"
}
.la-houzz:before {
content: "\f27c"
}
.la-hryvnia:before {
content: "\f6f2"
}
.la-html5:before {
content: "\f13b"
}
.la-hubspot:before {
content: "\f3b2"
}
.la-i-cursor:before {
content: "\f246"
}
.la-ice-cream:before {
content: "\f810"
}
.la-icicles:before {
content: "\f7ad"
}
.la-icons:before {
content: "\f86d"
}
.la-id-badge:before {
content: "\f2c1"
}
.la-id-card:before {
content: "\f2c2"
}
.la-id-card-alt:before {
content: "\f47f"
}
.la-igloo:before {
content: "\f7ae"
}
.la-image:before {
content: "\f03e"
}
.la-images:before {
content: "\f302"
}
.la-imdb:before {
content: "\f2d8"
}
.la-inbox:before {
content: "\f01c"
}
.la-indent:before {
content: "\f03c"
}
.la-industry:before {
content: "\f275"
}
.la-infinity:before {
content: "\f534"
}
.la-info:before {
content: "\f129"
}
.la-info-circle:before {
content: "\f05a"
}
.la-instagram:before {
content: "\f16d"
}
.la-intercom:before {
content: "\f7af"
}
.la-internet-explorer:before {
content: "\f26b"
}
.la-invision:before {
content: "\f7b0"
}
.la-ioxhost:before {
content: "\f208"
}
.la-italic:before {
content: "\f033"
}
.la-itch-io:before {
content: "\f83a"
}
.la-itunes:before {
content: "\f3b4"
}
.la-itunes-note:before {
content: "\f3b5"
}
.la-java:before {
content: "\f4e4"
}
.la-jedi:before {
content: "\f669"
}
.la-jedi-order:before {
content: "\f50e"
}
.la-jenkins:before {
content: "\f3b6"
}
.la-jira:before {
content: "\f7b1"
}
.la-joget:before {
content: "\f3b7"
}
.la-joint:before {
content: "\f595"
}
.la-joomla:before {
content: "\f1aa"
}
.la-journal-whills:before {
content: "\f66a"
}
.la-js:before {
content: "\f3b8"
}
.la-js-square:before {
content: "\f3b9"
}
.la-jsfiddle:before {
content: "\f1cc"
}
.la-kaaba:before {
content: "\f66b"
}
.la-kaggle:before {
content: "\f5fa"
}
.la-key:before {
content: "\f084"
}
.la-keybase:before {
content: "\f4f5"
}
.la-keyboard:before {
content: "\f11c"
}
.la-keycdn:before {
content: "\f3ba"
}
.la-khanda:before {
content: "\f66d"
}
.la-kickstarter:before {
content: "\f3bb"
}
.la-kickstarter-k:before {
content: "\f3bc"
}
.la-kiss:before {
content: "\f596"
}
.la-kiss-beam:before {
content: "\f597"
}
.la-kiss-wink-heart:before {
content: "\f598"
}
.la-kiwi-bird:before {
content: "\f535"
}
.la-korvue:before {
content: "\f42f"
}
.la-landmark:before {
content: "\f66f"
}
.la-language:before {
content: "\f1ab"
}
.la-laptop:before {
content: "\f109"
}
.la-laptop-code:before {
content: "\f5fc"
}
.la-laptop-medical:before {
content: "\f812"
}
.la-laravel:before {
content: "\f3bd"
}
.la-lastfm:before {
content: "\f202"
}
.la-lastfm-square:before {
content: "\f203"
}
.la-laugh:before {
content: "\f599"
}
.la-laugh-beam:before {
content: "\f59a"
}
.la-laugh-squint:before {
content: "\f59b"
}
.la-laugh-wink:before {
content: "\f59c"
}
.la-layer-group:before {
content: "\f5fd"
}
.la-leaf:before {
content: "\f06c"
}
.la-leanpub:before {
content: "\f212"
}
.la-lemon:before {
content: "\f094"
}
.la-less:before {
content: "\f41d"
}
.la-less-than:before {
content: "\f536"
}
.la-less-than-equal:before {
content: "\f537"
}
.la-level-down-alt:before {
content: "\f3be"
}
.la-level-up-alt:before {
content: "\f3bf"
}
.la-life-ring:before {
content: "\f1cd"
}
.la-lightbulb:before {
content: "\f0eb"
}
.la-line:before {
content: "\f3c0"
}
.la-link:before {
content: "\f0c1"
}
.la-linkedin:before {
content: "\f08c"
}
.la-linkedin-in:before {
content: "\f0e1"
}
.la-linode:before {
content: "\f2b8"
}
.la-linux:before {
content: "\f17c"
}
.la-lira-sign:before {
content: "\f195"
}
.la-list:before {
content: "\f03a"
}
.la-list-alt:before {
content: "\f022"
}
.la-list-ol:before {
content: "\f0cb"
}
.la-list-ul:before {
content: "\f0ca"
}
.la-location-arrow:before {
content: "\f124"
}
.la-lock:before {
content: "\f023"
}
.la-lock-open:before {
content: "\f3c1"
}
.la-long-arrow-alt-down:before {
content: "\f309"
}
.la-long-arrow-alt-left:before {
content: "\f30a"
}
.la-long-arrow-alt-right:before {
content: "\f30b"
}
.la-long-arrow-alt-up:before {
content: "\f30c"
}
.la-low-vision:before {
content: "\f2a8"
}
.la-luggage-cart:before {
content: "\f59d"
}
.la-lyft:before {
content: "\f3c3"
}
.la-magento:before {
content: "\f3c4"
}
.la-magic:before {
content: "\f0d0"
}
.la-magnet:before {
content: "\f076"
}
.la-mail-bulk:before {
content: "\f674"
}
.la-mailchimp:before {
content: "\f59e"
}
.la-male:before {
content: "\f183"
}
.la-mandalorian:before {
content: "\f50f"
}
.la-map:before {
content: "\f279"
}
.la-map-marked:before {
content: "\f59f"
}
.la-map-marked-alt:before {
content: "\f5a0"
}
.la-map-marker:before {
content: "\f041"
}
.la-map-marker-alt:before {
content: "\f3c5"
}
.la-map-pin:before {
content: "\f276"
}
.la-map-signs:before {
content: "\f277"
}
.la-markdown:before {
content: "\f60f"
}
.la-marker:before {
content: "\f5a1"
}
.la-mars:before {
content: "\f222"
}
.la-mars-double:before {
content: "\f227"
}
.la-mars-stroke:before {
content: "\f229"
}
.la-mars-stroke-h:before {
content: "\f22b"
}
.la-mars-stroke-v:before {
content: "\f22a"
}
.la-mask:before {
content: "\f6fa"
}
.la-mastodon:before {
content: "\f4f6"
}
.la-maxcdn:before {
content: "\f136"
}
.la-mdb:before {
content: "\f8ca"
}
.la-medal:before {
content: "\f5a2"
}
.la-medapps:before {
content: "\f3c6"
}
.la-medium:before {
content: "\f23a"
}
.la-medium-m:before {
content: "\f3c7"
}
.la-medkit:before {
content: "\f0fa"
}
.la-medrt:before {
content: "\f3c8"
}
.la-meetup:before {
content: "\f2e0"
}
.la-megaport:before {
content: "\f5a3"
}
.la-meh:before {
content: "\f11a"
}
.la-meh-blank:before {
content: "\f5a4"
}
.la-meh-rolling-eyes:before {
content: "\f5a5"
}
.la-memory:before {
content: "\f538"
}
.la-mendeley:before {
content: "\f7b3"
}
.la-menorah:before {
content: "\f676"
}
.la-mercury:before {
content: "\f223"
}
.la-meteor:before {
content: "\f753"
}
.la-microchip:before {
content: "\f2db"
}
.la-microphone:before {
content: "\f130"
}
.la-microphone-alt:before {
content: "\f3c9"
}
.la-microphone-alt-slash:before {
content: "\f539"
}
.la-microphone-slash:before {
content: "\f131"
}
.la-microscope:before {
content: "\f610"
}
.la-microsoft:before {
content: "\f3ca"
}
.la-minus:before {
content: "\f068"
}
.la-minus-circle:before {
content: "\f056"
}
.la-minus-square:before {
content: "\f146"
}
.la-mitten:before {
content: "\f7b5"
}
.la-mix:before {
content: "\f3cb"
}
.la-mixcloud:before {
content: "\f289"
}
.la-mizuni:before {
content: "\f3cc"
}
.la-mobile:before {
content: "\f10b"
}
.la-mobile-alt:before {
content: "\f3cd"
}
.la-modx:before {
content: "\f285"
}
.la-monero:before {
content: "\f3d0"
}
.la-money-bill:before {
content: "\f0d6"
}
.la-money-bill-alt:before {
content: "\f3d1"
}
.la-money-bill-wave:before {
content: "\f53a"
}
.la-money-bill-wave-alt:before {
content: "\f53b"
}
.la-money-check:before {
content: "\f53c"
}
.la-money-check-alt:before {
content: "\f53d"
}
.la-monument:before {
content: "\f5a6"
}
.la-moon:before {
content: "\f186"
}
.la-mortar-pestle:before {
content: "\f5a7"
}
.la-mosque:before {
content: "\f678"
}
.la-motorcycle:before {
content: "\f21c"
}
.la-mountain:before {
content: "\f6fc"
}
.la-mouse:before {
content: "\f8cc"
}
.la-mouse-pointer:before {
content: "\f245"
}
.la-mug-hot:before {
content: "\f7b6"
}
.la-music:before {
content: "\f001"
}
.la-napster:before {
content: "\f3d2"
}
.la-neos:before {
content: "\f612"
}
.la-network-wired:before {
content: "\f6ff"
}
.la-neuter:before {
content: "\f22c"
}
.la-newspaper:before {
content: "\f1ea"
}
.la-nimblr:before {
content: "\f5a8"
}
.la-node:before {
content: "\f419"
}
.la-node-js:before {
content: "\f3d3"
}
.la-not-equal:before {
content: "\f53e"
}
.la-notes-medical:before {
content: "\f481"
}
.la-npm:before {
content: "\f3d4"
}
.la-ns8:before {
content: "\f3d5"
}
.la-nutritionix:before {
content: "\f3d6"
}
.la-object-group:before {
content: "\f247"
}
.la-object-ungroup:before {
content: "\f248"
}
.la-odnoklassniki:before {
content: "\f263"
}
.la-odnoklassniki-square:before {
content: "\f264"
}
.la-oil-can:before {
content: "\f613"
}
.la-old-republic:before {
content: "\f510"
}
.la-om:before {
content: "\f679"
}
.la-opencart:before {
content: "\f23d"
}
.la-openid:before {
content: "\f19b"
}
.la-opera:before {
content: "\f26a"
}
.la-optin-monster:before {
content: "\f23c"
}
.la-orcid:before {
content: "\f8d2"
}
.la-osi:before {
content: "\f41a"
}
.la-otter:before {
content: "\f700"
}
.la-outdent:before {
content: "\f03b"
}
.la-page4:before {
content: "\f3d7"
}
.la-pagelines:before {
content: "\f18c"
}
.la-pager:before {
content: "\f815"
}
.la-paint-brush:before {
content: "\f1fc"
}
.la-paint-roller:before {
content: "\f5aa"
}
.la-palette:before {
content: "\f53f"
}
.la-palfed:before {
content: "\f3d8"
}
.la-pallet:before {
content: "\f482"
}
.la-paper-plane:before {
content: "\f1d8"
}
.la-paperclip:before {
content: "\f0c6"
}
.la-parachute-box:before {
content: "\f4cd"
}
.la-paragraph:before {
content: "\f1dd"
}
.la-parking:before {
content: "\f540"
}
.la-passport:before {
content: "\f5ab"
}
.la-pastafarianism:before {
content: "\f67b"
}
.la-paste:before {
content: "\f0ea"
}
.la-patreon:before {
content: "\f3d9"
}
.la-pause:before {
content: "\f04c"
}
.la-pause-circle:before {
content: "\f28b"
}
.la-paw:before {
content: "\f1b0"
}
.la-paypal:before {
content: "\f1ed"
}
.la-peace:before {
content: "\f67c"
}
.la-pen:before {
content: "\f304"
}
.la-pen-alt:before {
content: "\f305"
}
.la-pen-fancy:before {
content: "\f5ac"
}
.la-pen-nib:before {
content: "\f5ad"
}
.la-pen-square:before {
content: "\f14b"
}
.la-pencil-alt:before {
content: "\f303"
}
.la-pencil-ruler:before {
content: "\f5ae"
}
.la-penny-arcade:before {
content: "\f704"
}
.la-people-carry:before {
content: "\f4ce"
}
.la-pepper-hot:before {
content: "\f816"
}
.la-percent:before {
content: "\f295"
}
.la-percentage:before {
content: "\f541"
}
.la-periscope:before {
content: "\f3da"
}
.la-person-booth:before {
content: "\f756"
}
.la-phabricator:before {
content: "\f3db"
}
.la-phoenix-framework:before {
content: "\f3dc"
}
.la-phoenix-squadron:before {
content: "\f511"
}
.la-phone:before {
content: "\f095"
}
.la-phone-alt:before {
content: "\f879"
}
.la-phone-slash:before {
content: "\f3dd"
}
.la-phone-square:before {
content: "\f098"
}
.la-phone-square-alt:before {
content: "\f87b"
}
.la-phone-volume:before {
content: "\f2a0"
}
.la-photo-video:before {
content: "\f87c"
}
.la-php:before {
content: "\f457"
}
.la-pied-piper:before {
content: "\f2ae"
}
.la-pied-piper-alt:before {
content: "\f1a8"
}
.la-pied-piper-hat:before {
content: "\f4e5"
}
.la-pied-piper-pp:before {
content: "\f1a7"
}
.la-piggy-bank:before {
content: "\f4d3"
}
.la-pills:before {
content: "\f484"
}
.la-pinterest:before {
content: "\f0d2"
}
.la-pinterest-p:before {
content: "\f231"
}
.la-pinterest-square:before {
content: "\f0d3"
}
.la-pizza-slice:before {
content: "\f818"
}
.la-place-of-worship:before {
content: "\f67f"
}
.la-plane:before {
content: "\f072"
}
.la-plane-arrival:before {
content: "\f5af"
}
.la-plane-departure:before {
content: "\f5b0"
}
.la-play:before {
content: "\f04b"
}
.la-play-circle:before {
content: "\f144"
}
.la-playstation:before {
content: "\f3df"
}
.la-plug:before {
content: "\f1e6"
}
.la-plus:before {
content: "\f067"
}
.la-plus-circle:before {
content: "\f055"
}
.la-plus-square:before {
content: "\f0fe"
}
.la-podcast:before {
content: "\f2ce"
}
.la-poll:before {
content: "\f681"
}
.la-poll-h:before {
content: "\f682"
}
.la-poo:before {
content: "\f2fe"
}
.la-poo-storm:before {
content: "\f75a"
}
.la-poop:before {
content: "\f619"
}
.la-portrait:before {
content: "\f3e0"
}
.la-pound-sign:before {
content: "\f154"
}
.la-power-off:before {
content: "\f011"
}
.la-pray:before {
content: "\f683"
}
.la-praying-hands:before {
content: "\f684"
}
.la-prescription:before {
content: "\f5b1"
}
.la-prescription-bottle:before {
content: "\f485"
}
.la-prescription-bottle-alt:before {
content: "\f486"
}
.la-print:before {
content: "\f02f"
}
.la-procedures:before {
content: "\f487"
}
.la-product-hunt:before {
content: "\f288"
}
.la-project-diagram:before {
content: "\f542"
}
.la-pushed:before {
content: "\f3e1"
}
.la-puzzle-piece:before {
content: "\f12e"
}
.la-python:before {
content: "\f3e2"
}
.la-qq:before {
content: "\f1d6"
}
.la-qrcode:before {
content: "\f029"
}
.la-question:before {
content: "\f128"
}
.la-question-circle:before {
content: "\f059"
}
.la-quidditch:before {
content: "\f458"
}
.la-quinscape:before {
content: "\f459"
}
.la-quora:before {
content: "\f2c4"
}
.la-quote-left:before {
content: "\f10d"
}
.la-quote-right:before {
content: "\f10e"
}
.la-quran:before {
content: "\f687"
}
.la-r-project:before {
content: "\f4f7"
}
.la-radiation:before {
content: "\f7b9"
}
.la-radiation-alt:before {
content: "\f7ba"
}
.la-rainbow:before {
content: "\f75b"
}
.la-random:before {
content: "\f074"
}
.la-raspberry-pi:before {
content: "\f7bb"
}
.la-ravelry:before {
content: "\f2d9"
}
.la-react:before {
content: "\f41b"
}
.la-reacteurope:before {
content: "\f75d"
}
.la-readme:before {
content: "\f4d5"
}
.la-rebel:before {
content: "\f1d0"
}
.la-receipt:before {
content: "\f543"
}
.la-record-vinyl:before {
content: "\f8d9"
}
.la-recycle:before {
content: "\f1b8"
}
.la-red-river:before {
content: "\f3e3"
}
.la-reddit:before {
content: "\f1a1"
}
.la-reddit-alien:before {
content: "\f281"
}
.la-reddit-square:before {
content: "\f1a2"
}
.la-redhat:before {
content: "\f7bc"
}
.la-redo:before {
content: "\f01e"
}
.la-redo-alt:before {
content: "\f2f9"
}
.la-registered:before {
content: "\f25d"
}
.la-remove-format:before {
content: "\f87d"
}
.la-renren:before {
content: "\f18b"
}
.la-reply:before {
content: "\f3e5"
}
.la-reply-all:before {
content: "\f122"
}
.la-replyd:before {
content: "\f3e6"
}
.la-republican:before {
content: "\f75e"
}
.la-researchgate:before {
content: "\f4f8"
}
.la-resolving:before {
content: "\f3e7"
}
.la-restroom:before {
content: "\f7bd"
}
.la-retweet:before {
content: "\f079"
}
.la-rev:before {
content: "\f5b2"
}
.la-ribbon:before {
content: "\f4d6"
}
.la-ring:before {
content: "\f70b"
}
.la-road:before {
content: "\f018"
}
.la-robot:before {
content: "\f544"
}
.la-rocket:before {
content: "\f135"
}
.la-rocketchat:before {
content: "\f3e8"
}
.la-rockrms:before {
content: "\f3e9"
}
.la-route:before {
content: "\f4d7"
}
.la-rss:before {
content: "\f09e"
}
.la-rss-square:before {
content: "\f143"
}
.la-ruble-sign:before {
content: "\f158"
}
.la-ruler:before {
content: "\f545"
}
.la-ruler-combined:before {
content: "\f546"
}
.la-ruler-horizontal:before {
content: "\f547"
}
.la-ruler-vertical:before {
content: "\f548"
}
.la-running:before {
content: "\f70c"
}
.la-rupee-sign:before {
content: "\f156"
}
.la-sad-cry:before {
content: "\f5b3"
}
.la-sad-tear:before {
content: "\f5b4"
}
.la-safari:before {
content: "\f267"
}
.la-salesforce:before {
content: "\f83b"
}
.la-sass:before {
content: "\f41e"
}
.la-satellite:before {
content: "\f7bf"
}
.la-satellite-dish:before {
content: "\f7c0"
}
.la-save:before {
content: "\f0c7"
}
.la-schlix:before {
content: "\f3ea"
}
.la-school:before {
content: "\f549"
}
.la-screwdriver:before {
content: "\f54a"
}
.la-scribd:before {
content: "\f28a"
}
.la-scroll:before {
content: "\f70e"
}
.la-sd-card:before {
content: "\f7c2"
}
.la-search:before {
content: "\f002"
}
.la-search-dollar:before {
content: "\f688"
}
.la-search-location:before {
content: "\f689"
}
.la-search-minus:before {
content: "\f010"
}
.la-search-plus:before {
content: "\f00e"
}
.la-searchengin:before {
content: "\f3eb"
}
.la-seedling:before {
content: "\f4d8"
}
.la-sellcast:before {
content: "\f2da"
}
.la-sellsy:before {
content: "\f213"
}
.la-server:before {
content: "\f233"
}
.la-servicestack:before {
content: "\f3ec"
}
.la-shapes:before {
content: "\f61f"
}
.la-share:before {
content: "\f064"
}
.la-share-alt:before {
content: "\f1e0"
}
.la-share-alt-square:before {
content: "\f1e1"
}
.la-share-square:before {
content: "\f14d"
}
.la-shekel-sign:before {
content: "\f20b"
}
.la-shield-alt:before {
content: "\f3ed"
}
.la-ship:before {
content: "\f21a"
}
.la-shipping-fast:before {
content: "\f48b"
}
.la-shirtsinbulk:before {
content: "\f214"
}
.la-shoe-prints:before {
content: "\f54b"
}
.la-shopping-bag:before {
content: "\f290"
}
.la-shopping-basket:before {
content: "\f291"
}
.la-shopping-cart:before {
content: "\f07a"
}
.la-shopware:before {
content: "\f5b5"
}
.la-shower:before {
content: "\f2cc"
}
.la-shuttle-van:before {
content: "\f5b6"
}
.la-sign:before {
content: "\f4d9"
}
.la-sign-in-alt:before {
content: "\f2f6"
}
.la-sign-language:before {
content: "\f2a7"
}
.la-sign-out-alt:before {
content: "\f2f5"
}
.la-signal:before {
content: "\f012"
}
.la-signature:before {
content: "\f5b7"
}
.la-sim-card:before {
content: "\f7c4"
}
.la-simplybuilt:before {
content: "\f215"
}
.la-sistrix:before {
content: "\f3ee"
}
.la-sitemap:before {
content: "\f0e8"
}
.la-sith:before {
content: "\f512"
}
.la-skating:before {
content: "\f7c5"
}
.la-sketch:before {
content: "\f7c6"
}
.la-skiing:before {
content: "\f7c9"
}
.la-skiing-nordic:before {
content: "\f7ca"
}
.la-skull:before {
content: "\f54c"
}
.la-skull-crossbones:before {
content: "\f714"
}
.la-skyatlas:before {
content: "\f216"
}
.la-skype:before {
content: "\f17e"
}
.la-slack:before {
content: "\f198"
}
.la-slack-hash:before {
content: "\f3ef"
}
.la-slash:before {
content: "\f715"
}
.la-sleigh:before {
content: "\f7cc"
}
.la-sliders-h:before {
content: "\f1de"
}
.la-slideshare:before {
content: "\f1e7"
}
.la-smile:before {
content: "\f118"
}
.la-smile-beam:before {
content: "\f5b8"
}
.la-smile-wink:before {
content: "\f4da"
}
.la-smog:before {
content: "\f75f"
}
.la-smoking:before {
content: "\f48d"
}
.la-smoking-ban:before {
content: "\f54d"
}
.la-sms:before {
content: "\f7cd"
}
.la-snapchat:before {
content: "\f2ab"
}
.la-snapchat-ghost:before {
content: "\f2ac"
}
.la-snapchat-square:before {
content: "\f2ad"
}
.la-snowboarding:before {
content: "\f7ce"
}
.la-snowflake:before {
content: "\f2dc"
}
.la-snowman:before {
content: "\f7d0"
}
.la-snowplow:before {
content: "\f7d2"
}
.la-socks:before {
content: "\f696"
}
.la-solar-panel:before {
content: "\f5ba"
}
.la-sort:before {
content: "\f0dc"
}
.la-sort-alpha-down:before {
content: "\f15d"
}
.la-sort-alpha-down-alt:before {
content: "\f881"
}
.la-sort-alpha-up:before {
content: "\f15e"
}
.la-sort-alpha-up-alt:before {
content: "\f882"
}
.la-sort-amount-down:before {
content: "\f160"
}
.la-sort-amount-down-alt:before {
content: "\f884"
}
.la-sort-amount-up:before {
content: "\f161"
}
.la-sort-amount-up-alt:before {
content: "\f885"
}
.la-sort-down:before {
content: "\f0dd"
}
.la-sort-numeric-down:before {
content: "\f162"
}
.la-sort-numeric-down-alt:before {
content: "\f886"
}
.la-sort-numeric-up:before {
content: "\f163"
}
.la-sort-numeric-up-alt:before {
content: "\f887"
}
.la-sort-up:before {
content: "\f0de"
}
.la-soundcloud:before {
content: "\f1be"
}
.la-sourcetree:before {
content: "\f7d3"
}
.la-spa:before {
content: "\f5bb"
}
.la-space-shuttle:before {
content: "\f197"
}
.la-speakap:before {
content: "\f3f3"
}
.la-speaker-deck:before {
content: "\f83c"
}
.la-spell-check:before {
content: "\f891"
}
.la-spider:before {
content: "\f717"
}
.la-spinner:before {
content: "\f110"
}
.la-splotch:before {
content: "\f5bc"
}
.la-spotify:before {
content: "\f1bc"
}
.la-spray-can:before {
content: "\f5bd"
}
.la-square:before {
content: "\f0c8"
}
.la-square-full:before {
content: "\f45c"
}
.la-square-root-alt:before {
content: "\f698"
}
.la-squarespace:before {
content: "\f5be"
}
.la-stack-exchange:before {
content: "\f18d"
}
.la-stack-overflow:before {
content: "\f16c"
}
.la-stackpath:before {
content: "\f842"
}
.la-stamp:before {
content: "\f5bf"
}
.la-star:before {
content: "\f005"
}
.la-star-and-crescent:before {
content: "\f699"
}
.la-star-half:before {
content: "\f089"
}
.la-star-half-alt:before {
content: "\f5c0"
}
.la-star-of-david:before {
content: "\f69a"
}
.la-star-of-life:before {
content: "\f621"
}
.la-staylinked:before {
content: "\f3f5"
}
.la-steam:before {
content: "\f1b6"
}
.la-steam-square:before {
content: "\f1b7"
}
.la-steam-symbol:before {
content: "\f3f6"
}
.la-step-backward:before {
content: "\f048"
}
.la-step-forward:before {
content: "\f051"
}
.la-stethoscope:before {
content: "\f0f1"
}
.la-sticker-mule:before {
content: "\f3f7"
}
.la-sticky-note:before {
content: "\f249"
}
.la-stop:before {
content: "\f04d"
}
.la-stop-circle:before {
content: "\f28d"
}
.la-stopwatch:before {
content: "\f2f2"
}
.la-store:before {
content: "\f54e"
}
.la-store-alt:before {
content: "\f54f"
}
.la-strava:before {
content: "\f428"
}
.la-stream:before {
content: "\f550"
}
.la-street-view:before {
content: "\f21d"
}
.la-strikethrough:before {
content: "\f0cc"
}
.la-stripe:before {
content: "\f429"
}
.la-stripe-s:before {
content: "\f42a"
}
.la-stroopwafel:before {
content: "\f551"
}
.la-studiovinari:before {
content: "\f3f8"
}
.la-stumbleupon:before {
content: "\f1a4"
}
.la-stumbleupon-circle:before {
content: "\f1a3"
}
.la-subscript:before {
content: "\f12c"
}
.la-subway:before {
content: "\f239"
}
.la-suitcase:before {
content: "\f0f2"
}
.la-suitcase-rolling:before {
content: "\f5c1"
}
.la-sun:before {
content: "\f185"
}
.la-superpowers:before {
content: "\f2dd"
}
.la-superscript:before {
content: "\f12b"
}
.la-supple:before {
content: "\f3f9"
}
.la-surprise:before {
content: "\f5c2"
}
.la-suse:before {
content: "\f7d6"
}
.la-swatchbook:before {
content: "\f5c3"
}
.la-swift:before {
content: "\f8e1"
}
.la-swimmer:before {
content: "\f5c4"
}
.la-swimming-pool:before {
content: "\f5c5"
}
.la-symfony:before {
content: "\f83d"
}
.la-synagogue:before {
content: "\f69b"
}
.la-sync:before {
content: "\f021"
}
.la-sync-alt:before {
content: "\f2f1"
}
.la-syringe:before {
content: "\f48e"
}
.la-table:before {
content: "\f0ce"
}
.la-table-tennis:before {
content: "\f45d"
}
.la-tablet:before {
content: "\f10a"
}
.la-tablet-alt:before {
content: "\f3fa"
}
.la-tablets:before {
content: "\f490"
}
.la-tachometer-alt:before {
content: "\f3fd"
}
.la-tag:before {
content: "\f02b"
}
.la-tags:before {
content: "\f02c"
}
.la-tape:before {
content: "\f4db"
}
.la-tasks:before {
content: "\f0ae"
}
.la-taxi:before {
content: "\f1ba"
}
.la-teamspeak:before {
content: "\f4f9"
}
.la-teeth:before {
content: "\f62e"
}
.la-teeth-open:before {
content: "\f62f"
}
.la-telegram:before {
content: "\f2c6"
}
.la-telegram-plane:before {
content: "\f3fe"
}
.la-temperature-high:before {
content: "\f769"
}
.la-temperature-low:before {
content: "\f76b"
}
.la-tencent-weibo:before {
content: "\f1d5"
}
.la-tenge:before {
content: "\f7d7"
}
.la-terminal:before {
content: "\f120"
}
.la-text-height:before {
content: "\f034"
}
.la-text-width:before {
content: "\f035"
}
.la-th:before {
content: "\f00a"
}
.la-th-large:before {
content: "\f009"
}
.la-th-list:before {
content: "\f00b"
}
.la-the-red-yeti:before {
content: "\f69d"
}
.la-theater-masks:before {
content: "\f630"
}
.la-themeco:before {
content: "\f5c6"
}
.la-themeisle:before {
content: "\f2b2"
}
.la-thermometer:before {
content: "\f491"
}
.la-thermometer-empty:before {
content: "\f2cb"
}
.la-thermometer-full:before {
content: "\f2c7"
}
.la-thermometer-half:before {
content: "\f2c9"
}
.la-thermometer-quarter:before {
content: "\f2ca"
}
.la-thermometer-three-quarters:before {
content: "\f2c8"
}
.la-think-peaks:before {
content: "\f731"
}
.la-thumbs-down:before {
content: "\f165"
}
.la-thumbs-up:before {
content: "\f164"
}
.la-thumbtack:before {
content: "\f08d"
}
.la-ticket-alt:before {
content: "\f3ff"
}
.la-times:before {
content: "\f00d"
}
.la-times-circle:before {
content: "\f057"
}
.la-tint:before {
content: "\f043"
}
.la-tint-slash:before {
content: "\f5c7"
}
.la-tired:before {
content: "\f5c8"
}
.la-toggle-off:before {
content: "\f204"
}
.la-toggle-on:before {
content: "\f205"
}
.la-toilet:before {
content: "\f7d8"
}
.la-toilet-paper:before {
content: "\f71e"
}
.la-toolbox:before {
content: "\f552"
}
.la-tools:before {
content: "\f7d9"
}
.la-tooth:before {
content: "\f5c9"
}
.la-torah:before {
content: "\f6a0"
}
.la-torii-gate:before {
content: "\f6a1"
}
.la-tractor:before {
content: "\f722"
}
.la-trade-federation:before {
content: "\f513"
}
.la-trademark:before {
content: "\f25c"
}
.la-traffic-light:before {
content: "\f637"
}
.la-train:before {
content: "\f238"
}
.la-tram:before {
content: "\f7da"
}
.la-transgender:before {
content: "\f224"
}
.la-transgender-alt:before {
content: "\f225"
}
.la-trash:before {
content: "\f1f8"
}
.la-trash-alt:before {
content: "\f2ed"
}
.la-trash-restore:before {
content: "\f829"
}
.la-trash-restore-alt:before {
content: "\f82a"
}
.la-tree:before {
content: "\f1bb"
}
.la-trello:before {
content: "\f181"
}
.la-tripadvisor:before {
content: "\f262"
}
.la-trophy:before {
content: "\f091"
}
.la-truck:before {
content: "\f0d1"
}
.la-truck-loading:before {
content: "\f4de"
}
.la-truck-monster:before {
content: "\f63b"
}
.la-truck-moving:before {
content: "\f4df"
}
.la-truck-pickup:before {
content: "\f63c"
}
.la-tshirt:before {
content: "\f553"
}
.la-tty:before {
content: "\f1e4"
}
.la-tumblr:before {
content: "\f173"
}
.la-tumblr-square:before {
content: "\f174"
}
.la-tv:before {
content: "\f26c"
}
.la-twitch:before {
content: "\f1e8"
}
.la-twitter:before {
content: "\f099"
}
.la-twitter-square:before {
content: "\f081"
}
.la-typo3:before {
content: "\f42b"
}
.la-uber:before {
content: "\f402"
}
.la-ubuntu:before {
content: "\f7df"
}
.la-uikit:before {
content: "\f403"
}
.la-umbraco:before {
content: "\f8e8"
}
.la-umbrella:before {
content: "\f0e9"
}
.la-umbrella-beach:before {
content: "\f5ca"
}
.la-underline:before {
content: "\f0cd"
}
.la-undo:before {
content: "\f0e2"
}
.la-undo-alt:before {
content: "\f2ea"
}
.la-uniregistry:before {
content: "\f404"
}
.la-universal-access:before {
content: "\f29a"
}
.la-university:before {
content: "\f19c"
}
.la-unlink:before {
content: "\f127"
}
.la-unlock:before {
content: "\f09c"
}
.la-unlock-alt:before {
content: "\f13e"
}
.la-untappd:before {
content: "\f405"
}
.la-upload:before {
content: "\f093"
}
.la-ups:before {
content: "\f7e0"
}
.la-usb:before {
content: "\f287"
}
.la-user:before {
content: "\f007"
}
.la-user-alt:before {
content: "\f406"
}
.la-user-alt-slash:before {
content: "\f4fa"
}
.la-user-astronaut:before {
content: "\f4fb"
}
.la-user-check:before {
content: "\f4fc"
}
.la-user-circle:before {
content: "\f2bd"
}
.la-user-clock:before {
content: "\f4fd"
}
.la-user-cog:before {
content: "\f4fe"
}
.la-user-edit:before {
content: "\f4ff"
}
.la-user-friends:before {
content: "\f500"
}
.la-user-graduate:before {
content: "\f501"
}
.la-user-injured:before {
content: "\f728"
}
.la-user-lock:before {
content: "\f502"
}
.la-user-md:before {
content: "\f0f0"
}
.la-user-minus:before {
content: "\f503"
}
.la-user-ninja:before {
content: "\f504"
}
.la-user-nurse:before {
content: "\f82f"
}
.la-user-plus:before {
content: "\f234"
}
.la-user-secret:before {
content: "\f21b"
}
.la-user-shield:before {
content: "\f505"
}
.la-user-slash:before {
content: "\f506"
}
.la-user-tag:before {
content: "\f507"
}
.la-user-tie:before {
content: "\f508"
}
.la-user-times:before {
content: "\f235"
}
.la-users:before {
content: "\f0c0"
}
.la-users-cog:before {
content: "\f509"
}
.la-usps:before {
content: "\f7e1"
}
.la-ussunnah:before {
content: "\f407"
}
.la-utensil-spoon:before {
content: "\f2e5"
}
.la-utensils:before {
content: "\f2e7"
}
.la-vaadin:before {
content: "\f408"
}
.la-vector-square:before {
content: "\f5cb"
}
.la-venus:before {
content: "\f221"
}
.la-venus-double:before {
content: "\f226"
}
.la-venus-mars:before {
content: "\f228"
}
.la-viacoin:before {
content: "\f237"
}
.la-viadeo:before {
content: "\f2a9"
}
.la-viadeo-square:before {
content: "\f2aa"
}
.la-vial:before {
content: "\f492"
}
.la-vials:before {
content: "\f493"
}
.la-viber:before {
content: "\f409"
}
.la-video:before {
content: "\f03d"
}
.la-video-slash:before {
content: "\f4e2"
}
.la-vihara:before {
content: "\f6a7"
}
.la-vimeo:before {
content: "\f40a"
}
.la-vimeo-square:before {
content: "\f194"
}
.la-vimeo-v:before {
content: "\f27d"
}
.la-vine:before {
content: "\f1ca"
}
.la-vk:before {
content: "\f189"
}
.la-vnv:before {
content: "\f40b"
}
.la-voicemail:before {
content: "\f897"
}
.la-volleyball-ball:before {
content: "\f45f"
}
.la-volume-down:before {
content: "\f027"
}
.la-volume-mute:before {
content: "\f6a9"
}
.la-volume-off:before {
content: "\f026"
}
.la-volume-up:before {
content: "\f028"
}
.la-vote-yea:before {
content: "\f772"
}
.la-vr-cardboard:before {
content: "\f729"
}
.la-vuejs:before {
content: "\f41f"
}
.la-walking:before {
content: "\f554"
}
.la-wallet:before {
content: "\f555"
}
.la-warehouse:before {
content: "\f494"
}
.la-water:before {
content: "\f773"
}
.la-wave-square:before {
content: "\f83e"
}
.la-waze:before {
content: "\f83f"
}
.la-weebly:before {
content: "\f5cc"
}
.la-weibo:before {
content: "\f18a"
}
.la-weight:before {
content: "\f496"
}
.la-weight-hanging:before {
content: "\f5cd"
}
.la-weixin:before {
content: "\f1d7"
}
.la-whatsapp:before {
content: "\f232"
}
.la-whatsapp-square:before {
content: "\f40c"
}
.la-wheelchair:before {
content: "\f193"
}
.la-whmcs:before {
content: "\f40d"
}
.la-wifi:before {
content: "\f1eb"
}
.la-wikipedia-w:before {
content: "\f266"
}
.la-wind:before {
content: "\f72e"
}
.la-window-close:before {
content: "\f410"
}
.la-window-maximize:before {
content: "\f2d0"
}
.la-window-minimize:before {
content: "\f2d1"
}
.la-window-restore:before {
content: "\f2d2"
}
.la-windows:before {
content: "\f17a"
}
.la-wine-bottle:before {
content: "\f72f"
}
.la-wine-glass:before {
content: "\f4e3"
}
.la-wine-glass-alt:before {
content: "\f5ce"
}
.la-wix:before {
content: "\f5cf"
}
.la-wizards-of-the-coast:before {
content: "\f730"
}
.la-wolf-pack-battalion:before {
content: "\f514"
}
.la-won-sign:before {
content: "\f159"
}
.la-wordpress:before {
content: "\f19a"
}
.la-wordpress-simple:before {
content: "\f411"
}
.la-wpbeginner:before {
content: "\f297"
}
.la-wpexplorer:before {
content: "\f2de"
}
.la-wpforms:before {
content: "\f298"
}
.la-wpressr:before {
content: "\f3e4"
}
.la-wrench:before {
content: "\f0ad"
}
.la-x-ray:before {
content: "\f497"
}
.la-xbox:before {
content: "\f412"
}
.la-xing:before {
content: "\f168"
}
.la-xing-square:before {
content: "\f169"
}
.la-y-combinator:before {
content: "\f23b"
}
.la-yahoo:before {
content: "\f19e"
}
.la-yammer:before {
content: "\f840"
}
.la-yandex:before {
content: "\f413"
}
.la-yandex-international:before {
content: "\f414"
}
.la-yarn:before {
content: "\f7e3"
}
.la-yelp:before {
content: "\f1e9"
}
.la-yen-sign:before {
content: "\f157"
}
.la-yin-yang:before {
content: "\f6ad"
}
.la-yoast:before {
content: "\f2b1"
}
.la-youtube:before {
content: "\f167"
}
.la-youtube-square:before {
content: "\f431"
}
.la-zhihu:before {
content: "\f63f"
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto
}
@font-face {
font-family: 'Line Awesome Brands';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(../fonts/la-brands-400.eot);
src: url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-brands-400.woff2) format("woff2"), url(../fonts/la-brands-400.woff) format("woff"), url(../fonts/la-brands-400.ttf) format("truetype"), url(../fonts/la-brands-400.svg#lineawesome) format("svg")
}
.lab {
font-family: 'Line Awesome Brands'
}
@font-face {
font-family: 'Line Awesome Free';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(../fonts/la-regular-400.eot);
src: url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-regular-400.woff2) format("woff2"), url(../fonts/la-regular-400.woff) format("woff"), url(../fonts/la-regular-400.ttf) format("truetype"), url(../fonts/la-regular-400.svg#lineawesome) format("svg")
}
.lar {
font-family: 'Line Awesome Free';
font-weight: 400
}
@font-face {
font-family: 'Line Awesome Free';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(../fonts/la-solid-900.eot);
src: url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/la-solid-900.woff2) format("woff2"), url(../fonts/la-solid-900.woff) format("woff"), url(../fonts/la-solid-900.ttf) format("truetype"), url(../fonts/la-solid-900.svg#lineawesome) format("svg")
}
.la,
.las {
font-family: 'Line Awesome Free';
font-weight: 900
}
.la.la-glass:before {
content: "\f000"
}
.la.la-meetup {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-star-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-star-o:before {
content: "\f005"
}
.la.la-remove:before {
content: "\f00d"
}
.la.la-close:before {
content: "\f00d"
}
.la.la-gear:before {
content: "\f013"
}
.la.la-trash-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-trash-o:before {
content: "\f2ed"
}
.la.la-file-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-o:before {
content: "\f15b"
}
.la.la-clock-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-clock-o:before {
content: "\f017"
}
.la.la-arrow-circle-o-down {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-arrow-circle-o-down:before {
content: "\f358"
}
.la.la-arrow-circle-o-up {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-arrow-circle-o-up:before {
content: "\f35b"
}
.la.la-play-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-play-circle-o:before {
content: "\f144"
}
.la.la-repeat:before {
content: "\f01e"
}
.la.la-rotate-right:before {
content: "\f01e"
}
.la.la-refresh:before {
content: "\f021"
}
.la.la-list-alt {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-dedent:before {
content: "\f03b"
}
.la.la-video-camera:before {
content: "\f03d"
}
.la.la-picture-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-picture-o:before {
content: "\f03e"
}
.la.la-photo {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-photo:before {
content: "\f03e"
}
.la.la-image {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-image:before {
content: "\f03e"
}
.la.la-pencil:before {
content: "\f303"
}
.la.la-map-marker:before {
content: "\f3c5"
}
.la.la-pencil-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-pencil-square-o:before {
content: "\f044"
}
.la.la-share-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-share-square-o:before {
content: "\f14d"
}
.la.la-check-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-check-square-o:before {
content: "\f14a"
}
.la.la-arrows:before {
content: "\f0b2"
}
.la.la-times-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-times-circle-o:before {
content: "\f057"
}
.la.la-check-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-check-circle-o:before {
content: "\f058"
}
.la.la-mail-forward:before {
content: "\f064"
}
.la.la-eye {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-eye-slash {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-warning:before {
content: "\f071"
}
.la.la-calendar:before {
content: "\f073"
}
.la.la-arrows-v:before {
content: "\f338"
}
.la.la-arrows-h:before {
content: "\f337"
}
.la.la-bar-chart {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-bar-chart:before {
content: "\f080"
}
.la.la-bar-chart-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-bar-chart-o:before {
content: "\f080"
}
.la.la-twitter-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-facebook-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gears:before {
content: "\f085"
}
.la.la-thumbs-o-up {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-thumbs-o-up:before {
content: "\f164"
}
.la.la-thumbs-o-down {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-thumbs-o-down:before {
content: "\f165"
}
.la.la-heart-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-heart-o:before {
content: "\f004"
}
.la.la-sign-out:before {
content: "\f2f5"
}
.la.la-linkedin-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-linkedin-square:before {
content: "\f08c"
}
.la.la-thumb-tack:before {
content: "\f08d"
}
.la.la-external-link:before {
content: "\f35d"
}
.la.la-sign-in:before {
content: "\f2f6"
}
.la.la-github-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-lemon-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-lemon-o:before {
content: "\f094"
}
.la.la-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-square-o:before {
content: "\f0c8"
}
.la.la-bookmark-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-bookmark-o:before {
content: "\f02e"
}
.la.la-twitter {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-facebook {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-facebook:before {
content: "\f39e"
}
.la.la-facebook-f {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-facebook-f:before {
content: "\f39e"
}
.la.la-github {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-credit-card {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-feed:before {
content: "\f09e"
}
.la.la-hdd-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hdd-o:before {
content: "\f0a0"
}
.la.la-hand-o-right {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-o-right:before {
content: "\f0a4"
}
.la.la-hand-o-left {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-o-left:before {
content: "\f0a5"
}
.la.la-hand-o-up {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-o-up:before {
content: "\f0a6"
}
.la.la-hand-o-down {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-o-down:before {
content: "\f0a7"
}
.la.la-arrows-alt:before {
content: "\f31e"
}
.la.la-group:before {
content: "\f0c0"
}
.la.la-chain:before {
content: "\f0c1"
}
.la.la-scissors:before {
content: "\f0c4"
}
.la.la-files-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-files-o:before {
content: "\f0c5"
}
.la.la-floppy-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-floppy-o:before {
content: "\f0c7"
}
.la.la-navicon:before {
content: "\f0c9"
}
.la.la-reorder:before {
content: "\f0c9"
}
.la.la-pinterest {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pinterest-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus:before {
content: "\f0d5"
}
.la.la-money {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-money:before {
content: "\f3d1"
}
.la.la-unsorted:before {
content: "\f0dc"
}
.la.la-sort-desc:before {
content: "\f0dd"
}
.la.la-sort-asc:before {
content: "\f0de"
}
.la.la-linkedin {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-linkedin:before {
content: "\f0e1"
}
.la.la-rotate-left:before {
content: "\f0e2"
}
.la.la-legal:before {
content: "\f0e3"
}
.la.la-tachometer:before {
content: "\f3fd"
}
.la.la-dashboard:before {
content: "\f3fd"
}
.la.la-comment-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-comment-o:before {
content: "\f075"
}
.la.la-comments-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-comments-o:before {
content: "\f086"
}
.la.la-flash:before {
content: "\f0e7"
}
.la.la-clipboard {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-paste {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-paste:before {
content: "\f328"
}
.la.la-lightbulb-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-lightbulb-o:before {
content: "\f0eb"
}
.la.la-exchange:before {
content: "\f362"
}
.la.la-cloud-download:before {
content: "\f381"
}
.la.la-cloud-upload:before {
content: "\f382"
}
.la.la-bell-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-bell-o:before {
content: "\f0f3"
}
.la.la-cutlery:before {
content: "\f2e7"
}
.la.la-file-text-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-text-o:before {
content: "\f15c"
}
.la.la-building-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-building-o:before {
content: "\f1ad"
}
.la.la-hospital-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hospital-o:before {
content: "\f0f8"
}
.la.la-tablet:before {
content: "\f3fa"
}
.la.la-mobile:before {
content: "\f3cd"
}
.la.la-mobile-phone:before {
content: "\f3cd"
}
.la.la-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-circle-o:before {
content: "\f111"
}
.la.la-mail-reply:before {
content: "\f3e5"
}
.la.la-github-alt {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-folder-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-folder-o:before {
content: "\f07b"
}
.la.la-folder-open-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-folder-open-o:before {
content: "\f07c"
}
.la.la-smile-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-smile-o:before {
content: "\f118"
}
.la.la-frown-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-frown-o:before {
content: "\f119"
}
.la.la-meh-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-meh-o:before {
content: "\f11a"
}
.la.la-keyboard-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-keyboard-o:before {
content: "\f11c"
}
.la.la-flag-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-flag-o:before {
content: "\f024"
}
.la.la-mail-reply-all:before {
content: "\f122"
}
.la.la-star-half-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-star-half-o:before {
content: "\f089"
}
.la.la-star-half-empty {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-star-half-empty:before {
content: "\f089"
}
.la.la-star-half-full {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-star-half-full:before {
content: "\f089"
}
.la.la-code-fork:before {
content: "\f126"
}
.la.la-chain-broken:before {
content: "\f127"
}
.la.la-shield:before {
content: "\f3ed"
}
.la.la-calendar-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-calendar-o:before {
content: "\f133"
}
.la.la-maxcdn {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-html5 {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-css3 {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ticket:before {
content: "\f3ff"
}
.la.la-minus-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-minus-square-o:before {
content: "\f146"
}
.la.la-level-up:before {
content: "\f3bf"
}
.la.la-level-down:before {
content: "\f3be"
}
.la.la-pencil-square:before {
content: "\f14b"
}
.la.la-external-link-square:before {
content: "\f360"
}
.la.la-compass {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-caret-square-o-down {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-caret-square-o-down:before {
content: "\f150"
}
.la.la-toggle-down {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-toggle-down:before {
content: "\f150"
}
.la.la-caret-square-o-up {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-caret-square-o-up:before {
content: "\f151"
}
.la.la-toggle-up {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-toggle-up:before {
content: "\f151"
}
.la.la-caret-square-o-right {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-caret-square-o-right:before {
content: "\f152"
}
.la.la-toggle-right {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-toggle-right:before {
content: "\f152"
}
.la.la-eur:before {
content: "\f153"
}
.la.la-euro:before {
content: "\f153"
}
.la.la-gbp:before {
content: "\f154"
}
.la.la-usd:before {
content: "\f155"
}
.la.la-dollar:before {
content: "\f155"
}
.la.la-inr:before {
content: "\f156"
}
.la.la-rupee:before {
content: "\f156"
}
.la.la-jpy:before {
content: "\f157"
}
.la.la-cny:before {
content: "\f157"
}
.la.la-rmb:before {
content: "\f157"
}
.la.la-yen:before {
content: "\f157"
}
.la.la-rub:before {
content: "\f158"
}
.la.la-ruble:before {
content: "\f158"
}
.la.la-rouble:before {
content: "\f158"
}
.la.la-krw:before {
content: "\f159"
}
.la.la-won:before {
content: "\f159"
}
.la.la-btc {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bitcoin {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bitcoin:before {
content: "\f15a"
}
.la.la-file-text:before {
content: "\f15c"
}
.la.la-sort-alpha-asc:before {
content: "\f15d"
}
.la.la-sort-alpha-desc:before {
content: "\f881"
}
.la.la-sort-amount-asc:before {
content: "\f160"
}
.la.la-sort-amount-desc:before {
content: "\f884"
}
.la.la-sort-numeric-asc:before {
content: "\f162"
}
.la.la-sort-numeric-desc:before {
content: "\f886"
}
.la.la-youtube-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-youtube {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-xing {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-xing-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-youtube-play {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-youtube-play:before {
content: "\f167"
}
.la.la-dropbox {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-stack-overflow {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-instagram {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-flickr {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-adn {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bitbucket {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bitbucket-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bitbucket-square:before {
content: "\f171"
}
.la.la-tumblr {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-tumblr-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-long-arrow-down:before {
content: "\f309"
}
.la.la-long-arrow-up:before {
content: "\f30c"
}
.la.la-long-arrow-left:before {
content: "\f30a"
}
.la.la-long-arrow-right:before {
content: "\f30b"
}
.la.la-apple {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-windows {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-android {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-linux {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-dribbble {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-skype {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-foursquare {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-trello {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gratipay {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gittip {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gittip:before {
content: "\f184"
}
.la.la-sun-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-sun-o:before {
content: "\f185"
}
.la.la-moon-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-moon-o:before {
content: "\f186"
}
.la.la-vk {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-weibo {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-renren {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pagelines {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-stack-exchange {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-arrow-circle-o-right {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-arrow-circle-o-right:before {
content: "\f35a"
}
.la.la-arrow-circle-o-left {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-arrow-circle-o-left:before {
content: "\f359"
}
.la.la-caret-square-o-left {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-caret-square-o-left:before {
content: "\f191"
}
.la.la-toggle-left {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-toggle-left:before {
content: "\f191"
}
.la.la-dot-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-dot-circle-o:before {
content: "\f192"
}
.la.la-vimeo-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-try:before {
content: "\f195"
}
.la.la-turkish-lira:before {
content: "\f195"
}
.la.la-plus-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-plus-square-o:before {
content: "\f0fe"
}
.la.la-slack {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wordpress {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-openid {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-institution:before {
content: "\f19c"
}
.la.la-bank:before {
content: "\f19c"
}
.la.la-mortar-board:before {
content: "\f19d"
}
.la.la-yahoo {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-reddit {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-reddit-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-stumbleupon-circle {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-stumbleupon {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-delicious {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-digg {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pied-piper-pp {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pied-piper-alt {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-drupal {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-joomla {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-spoon:before {
content: "\f2e5"
}
.la.la-behance {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-behance-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-steam {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-steam-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-automobile:before {
content: "\f1b9"
}
.la.la-cab:before {
content: "\f1ba"
}
.la.la-envelope-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-envelope-o:before {
content: "\f0e0"
}
.la.la-deviantart {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-soundcloud {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-file-pdf-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-pdf-o:before {
content: "\f1c1"
}
.la.la-file-word-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-word-o:before {
content: "\f1c2"
}
.la.la-file-excel-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-excel-o:before {
content: "\f1c3"
}
.la.la-file-powerpoint-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-powerpoint-o:before {
content: "\f1c4"
}
.la.la-file-image-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-image-o:before {
content: "\f1c5"
}
.la.la-file-photo-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-photo-o:before {
content: "\f1c5"
}
.la.la-file-picture-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-picture-o:before {
content: "\f1c5"
}
.la.la-file-archive-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-archive-o:before {
content: "\f1c6"
}
.la.la-file-zip-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-zip-o:before {
content: "\f1c6"
}
.la.la-file-audio-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-audio-o:before {
content: "\f1c7"
}
.la.la-file-sound-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-sound-o:before {
content: "\f1c7"
}
.la.la-file-video-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-video-o:before {
content: "\f1c8"
}
.la.la-file-movie-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-movie-o:before {
content: "\f1c8"
}
.la.la-file-code-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-code-o:before {
content: "\f1c9"
}
.la.la-vine {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-codepen {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-jsfiddle {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-life-ring {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-life-bouy {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-life-bouy:before {
content: "\f1cd"
}
.la.la-life-buoy {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-life-buoy:before {
content: "\f1cd"
}
.la.la-life-saver {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-life-saver:before {
content: "\f1cd"
}
.la.la-support {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-support:before {
content: "\f1cd"
}
.la.la-circle-o-notch:before {
content: "\f1ce"
}
.la.la-rebel {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ra {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ra:before {
content: "\f1d0"
}
.la.la-resistance {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-resistance:before {
content: "\f1d0"
}
.la.la-empire {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ge {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ge:before {
content: "\f1d1"
}
.la.la-git-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-git {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-hacker-news {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-y-combinator-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-y-combinator-square:before {
content: "\f1d4"
}
.la.la-yc-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-yc-square:before {
content: "\f1d4"
}
.la.la-tencent-weibo {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-qq {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-weixin {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wechat {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wechat:before {
content: "\f1d7"
}
.la.la-send:before {
content: "\f1d8"
}
.la.la-paper-plane-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-paper-plane-o:before {
content: "\f1d8"
}
.la.la-send-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-send-o:before {
content: "\f1d8"
}
.la.la-circle-thin {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-circle-thin:before {
content: "\f111"
}
.la.la-header:before {
content: "\f1dc"
}
.la.la-sliders:before {
content: "\f1de"
}
.la.la-futbol-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-futbol-o:before {
content: "\f1e3"
}
.la.la-soccer-ball-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-soccer-ball-o:before {
content: "\f1e3"
}
.la.la-slideshare {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-twitch {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-yelp {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-newspaper-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-newspaper-o:before {
content: "\f1ea"
}
.la.la-paypal {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-wallet {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-visa {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-mastercard {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-discover {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-amex {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-paypal {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-stripe {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bell-slash-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-bell-slash-o:before {
content: "\f1f6"
}
.la.la-trash:before {
content: "\f2ed"
}
.la.la-copyright {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-eyedropper:before {
content: "\f1fb"
}
.la.la-area-chart:before {
content: "\f1fe"
}
.la.la-pie-chart:before {
content: "\f200"
}
.la.la-line-chart:before {
content: "\f201"
}
.la.la-lastfm {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-lastfm-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ioxhost {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-angellist {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-cc:before {
content: "\f20a"
}
.la.la-ils:before {
content: "\f20b"
}
.la.la-shekel:before {
content: "\f20b"
}
.la.la-sheqel:before {
content: "\f20b"
}
.la.la-meanpath {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-meanpath:before {
content: "\f2b4"
}
.la.la-buysellads {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-connectdevelop {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-dashcube {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-forumbee {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-leanpub {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-sellsy {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-shirtsinbulk {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-simplybuilt {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-skyatlas {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-diamond {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-diamond:before {
content: "\f3a5"
}
.la.la-intersex:before {
content: "\f224"
}
.la.la-facebook-official {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-facebook-official:before {
content: "\f09a"
}
.la.la-pinterest-p {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-whatsapp {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-hotel:before {
content: "\f236"
}
.la.la-viacoin {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-medium {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-y-combinator {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-yc {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-yc:before {
content: "\f23b"
}
.la.la-optin-monster {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-opencart {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-expeditedssl {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-battery-4:before {
content: "\f240"
}
.la.la-battery:before {
content: "\f240"
}
.la.la-battery-3:before {
content: "\f241"
}
.la.la-battery-2:before {
content: "\f242"
}
.la.la-battery-1:before {
content: "\f243"
}
.la.la-battery-0:before {
content: "\f244"
}
.la.la-object-group {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-object-ungroup {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-sticky-note-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-sticky-note-o:before {
content: "\f249"
}
.la.la-cc-jcb {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-diners-club {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-clone {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hourglass-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hourglass-o:before {
content: "\f254"
}
.la.la-hourglass-1:before {
content: "\f251"
}
.la.la-hourglass-2:before {
content: "\f252"
}
.la.la-hourglass-3:before {
content: "\f253"
}
.la.la-hand-rock-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-rock-o:before {
content: "\f255"
}
.la.la-hand-grab-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-grab-o:before {
content: "\f255"
}
.la.la-hand-paper-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-paper-o:before {
content: "\f256"
}
.la.la-hand-stop-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-stop-o:before {
content: "\f256"
}
.la.la-hand-scissors-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-scissors-o:before {
content: "\f257"
}
.la.la-hand-lizard-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-lizard-o:before {
content: "\f258"
}
.la.la-hand-spock-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-spock-o:before {
content: "\f259"
}
.la.la-hand-pointer-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-pointer-o:before {
content: "\f25a"
}
.la.la-hand-peace-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-peace-o:before {
content: "\f25b"
}
.la.la-registered {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-creative-commons {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gg {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gg-circle {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-tripadvisor {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-odnoklassniki {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-odnoklassniki-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-get-pocket {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wikipedia-w {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-safari {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-chrome {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-firefox {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-opera {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-internet-explorer {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-television:before {
content: "\f26c"
}
.la.la-contao {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-500px {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-amazon {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-calendar-plus-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-calendar-plus-o:before {
content: "\f271"
}
.la.la-calendar-minus-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-calendar-minus-o:before {
content: "\f272"
}
.la.la-calendar-times-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-calendar-times-o:before {
content: "\f273"
}
.la.la-calendar-check-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-calendar-check-o:before {
content: "\f274"
}
.la.la-map-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-map-o:before {
content: "\f279"
}
.la.la-commenting:before {
content: "\f4ad"
}
.la.la-commenting-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-commenting-o:before {
content: "\f4ad"
}
.la.la-houzz {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-vimeo {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-vimeo:before {
content: "\f27d"
}
.la.la-black-tie {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-fonticons {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-reddit-alien {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-edge {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-credit-card-alt:before {
content: "\f09d"
}
.la.la-codiepie {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-modx {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-fort-awesome {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-usb {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-product-hunt {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-mixcloud {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-scribd {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pause-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-pause-circle-o:before {
content: "\f28b"
}
.la.la-stop-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-stop-circle-o:before {
content: "\f28d"
}
.la.la-bluetooth {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bluetooth-b {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gitlab {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wpbeginner {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wpforms {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-envira {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wheelchair-alt {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wheelchair-alt:before {
content: "\f368"
}
.la.la-question-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-question-circle-o:before {
content: "\f059"
}
.la.la-volume-control-phone:before {
content: "\f2a0"
}
.la.la-asl-interpreting:before {
content: "\f2a3"
}
.la.la-deafness:before {
content: "\f2a4"
}
.la.la-hard-of-hearing:before {
content: "\f2a4"
}
.la.la-glide {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-glide-g {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-signing:before {
content: "\f2a7"
}
.la.la-viadeo {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-viadeo-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-snapchat {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-snapchat-ghost {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-snapchat-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pied-piper {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-first-order {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-yoast {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-themeisle {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus-official {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus-official:before {
content: "\f2b3"
}
.la.la-google-plus-circle {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus-circle:before {
content: "\f2b3"
}
.la.la-font-awesome {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-fa {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-fa:before {
content: "\f2b4"
}
.la.la-handshake-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-handshake-o:before {
content: "\f2b5"
}
.la.la-envelope-open-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-envelope-open-o:before {
content: "\f2b6"
}
.la.la-linode {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-address-book-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-address-book-o:before {
content: "\f2b9"
}
.la.la-vcard:before {
content: "\f2bb"
}
.la.la-address-card-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-address-card-o:before {
content: "\f2bb"
}
.la.la-vcard-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-vcard-o:before {
content: "\f2bb"
}
.la.la-user-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-user-circle-o:before {
content: "\f2bd"
}
.la.la-user-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-user-o:before {
content: "\f007"
}
.la.la-id-badge {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-drivers-license:before {
content: "\f2c2"
}
.la.la-id-card-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-id-card-o:before {
content: "\f2c2"
}
.la.la-drivers-license-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-drivers-license-o:before {
content: "\f2c2"
}
.la.la-quora {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-free-code-camp {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-telegram {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-thermometer-4:before {
content: "\f2c7"
}
.la.la-thermometer:before {
content: "\f2c7"
}
.la.la-thermometer-3:before {
content: "\f2c8"
}
.la.la-thermometer-2:before {
content: "\f2c9"
}
.la.la-thermometer-1:before {
content: "\f2ca"
}
.la.la-thermometer-0:before {
content: "\f2cb"
}
.la.la-bathtub:before {
content: "\f2cd"
}
.la.la-s15:before {
content: "\f2cd"
}
.la.la-window-maximize {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-window-restore {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-times-rectangle:before {
content: "\f410"
}
.la.la-window-close-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-window-close-o:before {
content: "\f410"
}
.la.la-times-rectangle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-times-rectangle-o:before {
content: "\f410"
}
.la.la-bandcamp {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-grav {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-etsy {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-imdb {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ravelry {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-eercast {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-eercast:before {
content: "\f2da"
}
.la.la-snowflake-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-snowflake-o:before {
content: "\f2dc"
}
.la.la-superpowers {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wpexplorer {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-spotify {
font-family: 'Line Awesome Brands';
font-weight: 400
}
/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.5
* @author <NAME> <<EMAIL>> (https://github.com/onokumus)
* @license: MIT
*/
.metismenu .arrow {
float: right;
line-height: 1.42857
}
[dir=rtl] .metismenu .arrow {
float: left
}
.metismenu .glyphicon.arrow:before {
content: "\e079"
}
.metismenu .mm-active>a>.glyphicon.arrow:before {
content: "\e114"
}
.metismenu .fa.arrow:before {
content: "\f104"
}
.metismenu .mm-active>a>.fa.arrow:before {
content: "\f107"
}
.metismenu .ion.arrow:before {
content: "\f3d2"
}
.metismenu .mm-active>a>.ion.arrow:before {
content: "\f3d0"
}
.metismenu .plus-times {
float: right
}
[dir=rtl] .metismenu .plus-times {
float: left
}
.metismenu .fa.plus-times:before {
content: "\f067"
}
.metismenu .mm-active>a>.fa.plus-times {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.metismenu .plus-minus {
float: right
}
[dir=rtl] .metismenu .plus-minus {
float: left
}
.metismenu .fa.plus-minus:before {
content: "\f067"
}
.metismenu .mm-active>a>.fa.plus-minus:before {
content: "\f068"
}
.metismenu .mm-collapse:not(.mm-show) {
display: none
}
.metismenu .mm-collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
transition-property: height, visibility
}
.metismenu .has-arrow {
position: relative
}
.metismenu .has-arrow:after {
position: absolute;
content: "";
width: .5em;
height: .5em;
border-style: solid;
border-width: 1px 0 0 1px;
border-color: initial;
right: 1em;
-webkit-transform: rotate(-45deg) translateY(-50%);
transform: rotate(-45deg) translateY(-50%);
-webkit-transform-origin: top;
transform-origin: top;
top: 50%;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out
}
[dir=rtl] .metismenu .has-arrow:after {
right: auto;
left: 1em;
-webkit-transform: rotate(135deg) translateY(-50%);
transform: rotate(135deg) translateY(-50%)
}
.metismenu .has-arrow[aria-expanded=true]:after,
.metismenu .mm-active>.has-arrow:after {
-webkit-transform: rotate(-135deg) translateY(-50%);
transform: rotate(-135deg) translateY(-50%)
}
[dir=rtl] .metismenu .has-arrow[aria-expanded=true]:after,
[dir=rtl] .metismenu .mm-active>.has-arrow:after {
-webkit-transform: rotate(225deg) translateY(-50%);
transform: rotate(225deg) translateY(-50%)
}
/*# sourceMappingURL=metisMenu.min.css.map */
/*!
* Bootstrap-select v1.13.12 (https://developer.snapappointments.com/bootstrap-select)
*
* Copyright 2012-2019 SnapAppointments, LLC
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
*/
@-webkit-keyframes bs-notify-fadeOut {
0% {
opacity: .9
}
100% {
opacity: 0
}
}
@-o-keyframes bs-notify-fadeOut {
0% {
opacity: .9
}
100% {
opacity: 0
}
}
@keyframes bs-notify-fadeOut {
0% {
opacity: .9
}
100% {
opacity: 0
}
}
.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
display: none!important
}
.bootstrap-select {
width: 220px\0;
vertical-align: middle
}
.bootstrap-select>.dropdown-toggle {
position: relative;
width: 100%;
text-align: right;
white-space: nowrap;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.bootstrap-select>.dropdown-toggle:after {
margin-top: -1px
}
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
color: #999
}
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
color: rgba(255, 255, 255, .5)
}
.bootstrap-select>select {
position: absolute!important;
bottom: 0;
left: 50%;
display: block!important;
width: .5px!important;
height: 100%!important;
padding: 0!important;
opacity: 0!important;
border: none;
z-index: 0!important
}
.bootstrap-select>select.mobile-device {
top: 0;
left: 0;
display: block!important;
width: 100%!important;
z-index: 2!important
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
border-color: #b94a48
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
border-color: #28a745
}
.bootstrap-select.fit-width {
width: auto!important
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: 220px
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
outline: thin dotted #333!important;
outline: 5px auto -webkit-focus-ring-color!important;
outline-offset: -2px
}
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: none;
height: auto
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
width: 100%
}
.bootstrap-select.form-control.input-group-btn {
float: none;
z-index: auto
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
width: auto
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
float: none;
display: inline-block;
margin-left: 0
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
float: right
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
margin-bottom: 0
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
padding: 0
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
height: 100%;
font-size: inherit;
line-height: inherit;
border-radius: inherit
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
font-size: inherit;
line-height: inherit;
border-radius: inherit
}
.bootstrap-select.form-control-sm .dropdown-toggle {
padding: .25rem .5rem
}
.bootstrap-select.form-control-lg .dropdown-toggle {
padding: .5rem 1rem
}
.form-inline .bootstrap-select .form-control {
width: 100%
}
.bootstrap-select.disabled,
.bootstrap-select>.disabled {
cursor: not-allowed
}
.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
outline: 0!important
}
.bootstrap-select.bs-container {
position: absolute;
top: 0;
left: 0;
height: 0!important;
padding: 0!important
}
.bootstrap-select.bs-container .dropdown-menu {
z-index: 1060
}
.bootstrap-select .dropdown-toggle .filter-option {
position: static;
top: 0;
left: 0;
float: left;
height: 100%;
width: 100%;
text-align: left;
overflow: hidden;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
padding-right: inherit
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
position: absolute;
padding-top: inherit;
padding-bottom: inherit;
padding-left: inherit;
float: none
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
padding-right: inherit
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
overflow: hidden
}
.bootstrap-select .dropdown-toggle .filter-expand {
width: 0!important;
float: left;
opacity: 0!important;
overflow: hidden
}
.bootstrap-select .dropdown-toggle .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
border-radius: inherit
}
.bootstrap-select[class*=col-] .dropdown-toggle {
width: 100%
}
.bootstrap-select .dropdown-menu {
min-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bootstrap-select .dropdown-menu>.inner:focus {
outline: 0!important
}
.bootstrap-select .dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.bootstrap-select .dropdown-menu li {
position: relative
}
.bootstrap-select .dropdown-menu li.active small {
color: rgba(255, 255, 255, .5)!important
}
.bootstrap-select .dropdown-menu li.disabled a {
cursor: not-allowed
}
.bootstrap-select .dropdown-menu li a {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.bootstrap-select .dropdown-menu li a.opt {
position: relative;
padding-left: 2.25em
}
.bootstrap-select .dropdown-menu li a span.check-mark {
display: none
}
.bootstrap-select .dropdown-menu li a span.text {
display: inline-block
}
.bootstrap-select .dropdown-menu li small {
padding-left: .5em
}
.bootstrap-select .dropdown-menu .notify {
position: absolute;
bottom: 5px;
width: 96%;
margin: 0 2%;
min-height: 26px;
padding: 3px 5px;
background: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
pointer-events: none;
opacity: .9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
-webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
-o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
animation: .3s linear 750ms forwards bs-notify-fadeOut
}
.bootstrap-select .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px;
white-space: nowrap
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
position: static;
display: inline;
padding: 0
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
display: inline
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
content: '\00a0'
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
position: static;
top: auto;
margin-top: -1px
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
position: absolute;
display: inline-block;
right: 15px;
top: 5px
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
margin-right: 34px
}
.bootstrap-select .bs-ok-default:after {
content: '';
display: block;
width: .5em;
height: 1em;
border-style: solid;
border-width: 0 .26em .26em 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg)
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
z-index: 1061
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(204, 204, 204, .2);
position: absolute;
bottom: -4px;
left: 9px;
display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
position: absolute;
bottom: -4px;
left: 10px;
display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
bottom: auto;
top: -4px;
border-top: 7px solid rgba(204, 204, 204, .2);
border-bottom: 0
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
bottom: auto;
top: -4px;
border-top: 6px solid #fff;
border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
right: 12px;
left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
right: 13px;
left: auto
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
display: block
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
padding: 4px 8px
}
.bs-actionsbox {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bs-actionsbox .btn-group button {
width: 50%
}
.bs-donebutton {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bs-donebutton .btn-group button {
width: 100%
}
.bs-searchbox+.bs-actionsbox {
padding: 0 8px 4px
}
.bs-searchbox .form-control {
margin-bottom: 0;
width: 100%;
float: none
}
/**
* Tagify (v 3.4.0)- tags input component
* By <NAME>
* Don't sell this code. (c)
* https://github.com/yairEO/tagify
*/
:root {
--tagify-dd-color-primary: rgb(53, 149, 246);
--tagify-dd-bg-color: white
}
.tagify {
--tags-border-color: #DDD;
--tag-bg: #E5E5E5;
--tag-hover: #D3E2E2;
--tag-text-color: black;
--tag-text-color--edit: black;
--tag-pad: 0.3em 0.5em;
--tag-inset-shadow-size: 1.1em;
--tag-invalid-color: #D39494;
--tag-invalid-bg: rgba(211, 148, 148, 0.5);
--tag-remove-bg: rgba(211, 148, 148, 0.3);
--tag-remove-btn-bg: none;
--tag-remove-btn-bg--hover: #c77777;
--tag--min-width: 1ch;
--tag--max-width: auto;
--tag-hide-transition: .3s;
--loader-size: .8em;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
border: 1px solid #ddd;
border: 1px solid var(--tags-border-color);
padding: 0;
line-height: 1.1;
cursor: text;
outline: 0;
position: relative;
transition: .1s
}
@keyframes tags--bump {
30% {
transform: scale(1.2)
}
}
@keyframes rotateLoader {
to {
transform: rotate(1turn)
}
}
.tagify:hover {
border-color: #ccc
}
.tagify.tagify--focus {
transition: 0s;
border-color: #3595f6
}
.tagify[readonly] {
cursor: default
}
.tagify[readonly]>.tagify__input {
visibility: hidden;
width: 0;
margin: 5px 0
}
.tagify[readonly] .tagify__tag__removeBtn {
display: none
}
.tagify[readonly] .tagify__tag>div {
padding: .3em .5em;
padding: var(--tag-pad)
}
.tagify[readonly] .tagify__tag>div::before {
background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
box-shadow: none;
filter: brightness(.95)
}
.tagify--loading .tagify__input::before {
content: none
}
.tagify--loading .tagify__input::after {
content: '';
vertical-align: middle;
margin: -2px 0 -2px .5em;
opacity: 1;
width: .7em;
height: .7em;
width: var(--loader-size);
height: var(--loader-size);
border: 3px solid;
border-color: #eee #bbb #888 transparent;
border-radius: 50%;
animation: rotateLoader .4s infinite linear
}
.tagify--loading .tagify__input:empty::after {
margin-left: 0
}
.tagify+input,
.tagify+textarea {
display: none!important
}
.tagify__tag {
display: inline-flex;
align-items: center;
margin: 5px 0 5px 5px;
position: relative;
z-index: 1;
outline: 0;
cursor: default;
transition: .13s ease-out
}
.tagify__tag>div {
vertical-align: top;
box-sizing: border-box;
max-width: 100%;
padding: .3em .5em;
padding: var(--tag-pad);
color: #000;
color: var(--tag-text-color);
line-height: inherit;
border-radius: 3px;
-webkit-user-select: none;
user-select: none;
transition: .13s ease-out
}
.tagify__tag>div>* {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
vertical-align: top;
min-width: var(--tag--min-width);
max-width: var(--tag--max-width);
transition: .8s ease, .1s color
}
.tagify__tag>div>[contenteditable] {
outline: 0;
-webkit-user-select: text;
user-select: text;
cursor: text;
margin: -2px;
padding: 2px;
max-width: 350px
}
.tagify__tag>div::before {
content: '';
position: absolute;
border-radius: inherit;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: -1;
pointer-events: none;
transition: 120ms ease;
animation: tags--bump .3s ease-out 1;
box-shadow: 0 0 0 1.1em #e5e5e5 inset;
box-shadow: 0 0 0 calc(var(--tag-inset-shadow-size)) var(--tag-bg) inset
}
.tagify__tag:hover:not([readonly]) div::before {
top: -2px;
right: -2px;
bottom: -2px;
left: -2px;
box-shadow: 0 0 0 1.1em #d3e2e2 inset;
box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-hover) inset
}
.tagify__tag.tagify--noAnim>div::before {
animation: none
}
.tagify__tag.tagify--hide {
width: 0!important;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
opacity: 0;
transform: scale(0);
transition: .3s;
transition: var(--tag-hide-transition);
pointer-events: none
}
.tagify__tag.tagify--mark div::before {
animation: none
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span {
opacity: .5
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
box-shadow: 0 0 0 1.1em rgba(211, 148, 148, .5) inset!important;
box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-invalid-bg) inset!important;
transition: .2s
}
.tagify__tag[readonly] .tagify__tag__removeBtn {
display: none
}
.tagify__tag[readonly]>div::before {
background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
box-shadow: none;
filter: brightness(.95)
}
.tagify__tag--editable>div {
color: #000;
color: var(--tag-text-color--edit)
}
.tagify__tag--editable>div::before {
box-shadow: 0 0 0 2px #d3e2e2 inset!important;
box-shadow: 0 0 0 2px var(--tag-hover) inset!important
}
.tagify__tag--editable.tagify--invalid>div::before {
box-shadow: 0 0 0 2px #d39494 inset!important;
box-shadow: 0 0 0 2px var(--tag-invalid-color) inset!important
}
.tagify__tag__removeBtn {
order: 5;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50px;
cursor: pointer;
font: 14px Serif;
background: 0 0;
background: var(--tag-remove-btn-bg);
color: #000;
color: var(--tag-text-color);
width: 14px;
height: 14px;
margin-right: 4.66667px;
margin-left: -4.66667px;
transition: .2s ease-out
}
.tagify__tag__removeBtn::after {
content: "\00D7"
}
.tagify__tag__removeBtn:hover {
color: #fff;
background: #c77777;
background: var(--tag-remove-btn-bg--hover)
}
.tagify__tag__removeBtn:hover+div>span {
opacity: .5
}
.tagify__tag__removeBtn:hover+div::before {
box-shadow: 0 0 0 1.1em rgba(211, 148, 148, .3) inset!important;
box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg) inset!important;
transition: .2s
}
.tagify:not(.tagify--mix) .tagify__input br {
display: none
}
.tagify:not(.tagify--mix) .tagify__input * {
display: inline;
white-space: nowrap
}
.tagify__input {
display: block;
min-width: 110px;
margin: 5px;
padding: .3em .5em;
padding: var(--tag-pad, .3em .5em);
line-height: inherit;
position: relative;
white-space: pre-line
}
.tagify__input::before {
display: inline-block;
width: 0
}
.tagify__input:empty {
display: flex
}
.tagify__input:empty::before {
transition: .2s ease-out;
opacity: .5;
transform: none;
width: auto
}
.tagify__input:focus {
outline: 0
}
.tagify__input:focus::before {
transition: .2s ease-out;
opacity: 0;
transform: translatex(6px)
}
@supports (-moz-appearance:none) {
.tagify__input:focus::before {
display: none
}
}
.tagify__input:focus:empty::before {
transition: .2s ease-out;
opacity: .3;
transform: none
}
@supports (-moz-appearance:none) {
.tagify__input:focus:empty::before {
display: inline-block
}
}
.tagify__input::before {
content: attr(data-placeholder);
line-height: 1.8;
position: absolute;
top: 0;
z-index: 1;
color: #000;
white-space: nowrap;
pointer-events: none;
opacity: 0
}
.tagify--mix .tagify__input::before {
position: static;
line-height: inherit
}
@supports (-moz-appearance:none) {
.tagify__input::before {
line-height: inherit;
position: relative
}
}
.tagify__input::after {
content: attr(data-suggest);
display: inline-block;
white-space: pre;
color: #000;
opacity: .3;
pointer-events: none;
max-width: 100px
}
.tagify__input .tagify__tag {
margin: 0
}
.tagify__input .tagify__tag>div {
padding-top: 0;
padding-bottom: 0
}
.tagify--mix {
line-height: 1.7
}
.tagify--mix .tagify__input {
padding: 5px;
margin: 0;
width: 100%;
height: 100%;
line-height: inherit
}
.tagify--mix .tagify__input::after {
content: none
}
.tagify--select::after {
content: '>';
opacity: .5;
position: absolute;
top: 50%;
right: 0;
bottom: 0;
font: 16px monospace;
line-height: 8px;
height: 8px;
pointer-events: none;
transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
transition: .2s ease-in-out
}
.tagify--select[aria-expanded=true]::after {
transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2)
}
.tagify--select .tagify__tag {
position: absolute;
top: 0;
right: 1.8em;
bottom: 0
}
.tagify--select .tagify__tag div {
display: none
}
.tagify--select .tagify__input {
width: 100%
}
.tagify--invalid {
--tags-border-color: #D39494
}
.tagify__dropdown {
position: absolute;
z-index: 9999;
transform: translateY(1px);
overflow: hidden
}
.tagify__dropdown[placement=top] {
margin-top: 0;
transform: translateY(-2px)
}
.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
border-top-width: 1px;
border-bottom-width: 0
}
.tagify__dropdown--text {
box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), .1);
font-size: .9em
}
.tagify__dropdown--text .tagify__dropdown__wrapper {
border-width: 1px
}
.tagify__dropdown__wrapper {
max-height: 300px;
overflow: hidden;
background: #fff;
background: var(--tagify-dd-bg-color);
border: 1px solid #3595f6;
border-color: var(--tagify-dd-color-primary);
border-top-width: 0;
box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .2);
transition: .25s cubic-bezier(0, 1, .5, 1)
}
.tagify__dropdown__wrapper:hover {
overflow: auto
}
.tagify__dropdown--initial .tagify__dropdown__wrapper {
max-height: 20px;
transform: translateY(-1em)
}
.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
transform: translateY(2em)
}
.tagify__dropdown__item {
box-sizing: inherit;
padding: .3em .5em;
margin: 1px;
cursor: pointer;
border-radius: 2px;
position: relative;
outline: 0
}
.tagify__dropdown__item--active {
background: #3595f6;
background: var(--tagify-dd-color-primary);
color: #fff
}
.tagify__dropdown__item:active {
filter: brightness(105%)
}
.tagify__dropdown__createTagBtn {
width: 100%;
background: #3595f6;
background: var(--tagify-dd-color-primary);
color: #fff;
color: var(--tagify-dd-bg-color);
border: none
}
/*summernote*/
@font-face {
font-family: summernote;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(font/summernote.eot);
src: url(font/summernote.eot?#iefix) format("embedded-opentype"), url(font/summernote.woff2) format("woff2"), url(font/summernote.woff) format("woff"), url(font/summernote.ttf) format("truetype")
}
[class*=" note-icon"]:before,
[class^=note-icon]:before {
display: inline-block;
font-family: summernote;
font-style: normal;
font-size: inherit;
text-decoration: inherit;
text-rendering: auto;
text-transform: none;
vertical-align: middle;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none
}
.note-icon-fw {
text-align: center;
width: 1.25em
}
.note-icon-border {
border: .08em solid #eee;
border-radius: .1em;
padding: .2em .25em .15em
}
.note-icon-pull-left {
float: left
}
.note-icon-pull-right {
float: right
}
.note-icon.note-icon-pull-left {
margin-right: .3em
}
.note-icon.note-icon-pull-right {
margin-left: .3em
}
.note-icon-align:before {
content: "\ea01"
}
.note-icon-align-center:before {
content: "\ea02"
}
.note-icon-align-indent:before {
content: "\ea03"
}
.note-icon-align-justify:before {
content: "\ea04"
}
.note-icon-align-left:before {
content: "\ea05"
}
.note-icon-align-outdent:before {
content: "\ea06"
}
.note-icon-align-right:before {
content: "\ea07"
}
.note-icon-arrow-circle-down:before {
content: "\ea08"
}
.note-icon-arrow-circle-left:before {
content: "\ea09"
}
.note-icon-arrow-circle-right:before {
content: "\ea0a"
}
.note-icon-arrow-circle-up:before {
content: "\ea0b"
}
.note-icon-arrows-alt:before {
content: "\ea0c"
}
.note-icon-arrows-h:before {
content: "\ea0d"
}
.note-icon-arrows-v:before {
content: "\ea0e"
}
.note-icon-bold:before {
content: "\ea0f"
}
.note-icon-caret:before {
content: "\ea10"
}
.note-icon-chain-broken:before {
content: "\ea11"
}
.note-icon-circle:before {
content: "\ea12"
}
.note-icon-close:before {
content: "\ea13"
}
.note-icon-code:before {
content: "\ea14"
}
.note-icon-col-after:before {
content: "\ea15"
}
.note-icon-col-before:before {
content: "\ea16"
}
.note-icon-col-remove:before {
content: "\ea17"
}
.note-icon-eraser:before {
content: "\ea18"
}
.note-icon-float-left:before {
content: "\ea19"
}
.note-icon-float-none:before {
content: "\ea1a"
}
.note-icon-float-right:before {
content: "\ea1b"
}
.note-icon-font:before {
content: "\ea1c"
}
.note-icon-frame:before {
content: "\ea1d"
}
.note-icon-italic:before {
content: "\ea1e"
}
.note-icon-link:before {
content: "\ea1f"
}
.note-icon-magic:before {
content: "\ea20"
}
.note-icon-menu-check:before {
content: "\ea21"
}
.note-icon-minus:before {
content: "\ea22"
}
.note-icon-orderedlist:before {
content: "\ea23"
}
.note-icon-pencil:before {
content: "\ea24"
}
.note-icon-picture:before {
content: "\ea25"
}
.note-icon-question:before {
content: "\ea26"
}
.note-icon-redo:before {
content: "\ea27"
}
.note-icon-rollback:before {
content: "\ea28"
}
.note-icon-row-above:before {
content: "\ea29"
}
.note-icon-row-below:before {
content: "\ea2a"
}
.note-icon-row-remove:before {
content: "\ea2b"
}
.note-icon-special-character:before {
content: "\ea2c"
}
.note-icon-square:before {
content: "\ea2d"
}
.note-icon-strikethrough:before {
content: "\ea2e"
}
.note-icon-subscript:before {
content: "\ea2f"
}
.note-icon-summernote:before {
content: "\ea30"
}
.note-icon-superscript:before {
content: "\ea31"
}
.note-icon-table:before {
content: "\ea32"
}
.note-icon-text-height:before {
content: "\ea33"
}
.note-icon-trash:before {
content: "\ea34"
}
.note-icon-underline:before {
content: "\ea35"
}
.note-icon-undo:before {
content: "\ea36"
}
.note-icon-unorderedlist:before {
content: "\ea37"
}
.note-icon-video:before {
content: "\ea38"
}
.note-editor {
position: relative
}
.note-editor .note-dropzone {
position: absolute;
display: none;
z-index: 100;
color: #87cefa;
background-color: #fff;
opacity: .95
}
.note-editor .note-dropzone .note-dropzone-message {
display: table-cell;
vertical-align: middle;
text-align: center;
font-size: 28px;
font-weight: 700
}
.note-editor .note-dropzone.hover {
color: #098ddf
}
.note-editor.dragover .note-dropzone {
display: table
}
.note-editor .note-editing-area {
position: relative
}
.note-editor .note-editing-area .note-editable {
outline: none
}
.note-editor .note-editing-area .note-editable sup {
vertical-align: super
}
.note-editor .note-editing-area .note-editable sub {
vertical-align: sub
}
.note-editor .note-editing-area .note-editable img.note-float-left {
margin-right: 10px
}
.note-editor .note-editing-area .note-editable img.note-float-right {
margin-left: 10px
}
.note-editor.note-airframe,
.note-editor.note-frame {
border: 1px solid #a9a9a9
}
.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
display: none
}
.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
display: block
}
.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
overflow: hidden
}
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
background-color: #fff;
color: #000;
padding: 10px;
overflow: auto;
word-wrap: break-word
}
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
background-color: #e5e5e5
}
.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
display: none;
width: 100%;
padding: 10px;
border: none;
box-shadow: none;
font-family: Menlo, Monaco, monospace, sans-serif;
font-size: 14px;
color: #ccc;
background-color: #222;
resize: none;
outline: none;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
margin-bottom: 0
}
.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
position: fixed;
top: 0;
left: 0;
width: 100%!important;
z-index: 1050
}
.note-editor.note-airframe.fullscreen .note-editable,
.note-editor.note-frame.fullscreen .note-editable {
background-color: #fff
}
.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
display: none
}
.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
display: block;
width: 100%;
font-size: 14px;
line-height: 1.42857143;
height: 20px;
margin-bottom: 0;
color: #000;
border: 0;
border-top: 1px solid #e2e2e2
}
.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
height: 0;
border-top: 0 solid transparent
}
.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
float: right!important
}
.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
color: #777
}
.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
color: #286090
}
.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
color: #3c763d
}
.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
color: #31708f
}
.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
color: #8a6d3b
}
.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
color: #a94442
}
.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
margin: -7px 0 0;
padding: 7px 10px 2px;
border-radius: 0;
color: #000;
background-color: #f5f5f5
}
.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
margin-right: 5px
}
.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
color: #3c763d!important;
background-color: #dff0d8!important
}
.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
color: #31708f!important;
background-color: #d9edf7!important
}
.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
color: #8a6d3b!important;
background-color: #fcf8e3!important
}
.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
color: #a94442!important;
background-color: #f2dede!important
}
.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
background-color: #f5f5f5;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top: 1px solid #ddd
}
.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
padding-top: 1px;
height: 9px;
width: 100%;
cursor: ns-resize
}
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
width: 20px;
margin: 1px auto;
border-top: 1px solid #a9a9a9
}
.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
cursor: default
}
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
display: none
}
.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
padding: 10px
}
.note-editor.note-airframe {
border: 0
}
.note-editor.note-airframe .note-editing-area .note-editable {
padding: 0
}
.note-popover.popover {
display: none;
max-width: none
}
.note-popover.popover .popover-content a {
display: inline-block;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle
}
.note-popover.popover .arrow {
left: 20px!important
}
.note-toolbar {
position: relative
}
.note-popover .popover-content,
.note-toolbar {
margin: 0;
padding: 0 0 5px 5px
}
.note-popover .popover-content>.note-btn-group,
.note-toolbar>.note-btn-group {
margin-top: 5px;
margin-left: 0;
margin-right: 5px
}
.note-popover .popover-content .note-btn-group .note-table,
.note-toolbar .note-btn-group .note-table {
min-width: 0;
padding: 5px
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker,
.note-toolbar .note-btn-group .note-table .note-dimension-picker {
font-size: 18px
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
position: absolute!important;
z-index: 3;
width: 10em;
height: 10em;
cursor: pointer
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
position: relative!important;
z-index: 1;
width: 5em;
height: 5em;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
position: absolute!important;
z-index: 2;
width: 1em;
height: 1em;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMA<KEY>") repeat
}
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre,
.note-toolbar .note-style .dropdown-style blockquote,
.note-toolbar .note-style .dropdown-style pre {
margin: 0;
padding: 5px 10px
}
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p,
.note-toolbar .note-style .dropdown-style h1,
.note-toolbar .note-style .dropdown-style h2,
.note-toolbar .note-style .dropdown-style h3,
.note-toolbar .note-style .dropdown-style h4,
.note-toolbar .note-style .dropdown-style h5,
.note-toolbar .note-style .dropdown-style h6,
.note-toolbar .note-style .dropdown-style p {
margin: 0;
padding: 0
}
.note-popover .popover-content .note-color-all .note-dropdown-menu,
.note-toolbar .note-color-all .note-dropdown-menu {
min-width: 337px
}
.note-popover .popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
width: 20px;
padding-left: 5px
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette,
.note-toolbar .note-color .note-dropdown-menu .note-palette {
display: inline-block;
margin: 0;
width: 160px
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child,
.note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
margin: 0 5px
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
font-size: 12px;
margin: 2px 7px;
text-align: center;
border-bottom: 1px solid #eee
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
font-size: 11px;
margin: 3px;
padding: 0 3px;
cursor: pointer;
width: 100%;
border-radius: 5px
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
background: #eee
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
height: 20px
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
display: none
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
border: 1px solid #eee
}
.note-popover .popover-content .note-para .note-dropdown-menu,
.note-toolbar .note-para .note-dropdown-menu {
min-width: 216px;
padding: 5px
}
.note-popover .popover-content .note-para .note-dropdown-menu>div:first-child,
.note-toolbar .note-para .note-dropdown-menu>div:first-child {
margin-right: 5px
}
.note-popover .popover-content .note-dropdown-menu,
.note-toolbar .note-dropdown-menu {
min-width: 160px
}
.note-popover .popover-content .note-dropdown-menu.right,
.note-toolbar .note-dropdown-menu.right {
right: 0;
left: auto
}
.note-popover .popover-content .note-dropdown-menu.right:before,
.note-toolbar .note-dropdown-menu.right:before {
right: 9px;
left: auto!important
}
.note-popover .popover-content .note-dropdown-menu.right:after,
.note-toolbar .note-dropdown-menu.right:after {
right: 10px;
left: auto!important
}
.note-popover .popover-content .note-dropdown-menu.note-check a i,
.note-toolbar .note-dropdown-menu.note-check a i {
color: #00bfff;
visibility: hidden
}
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i,
.note-toolbar .note-dropdown-menu.note-check a.checked i {
visibility: visible
}
.note-popover .popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
font-size: 10px
}
.note-popover .popover-content .note-color-palette,
.note-toolbar .note-color-palette {
line-height: 1
}
.note-popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
width: 20px;
height: 20px;
padding: 0;
margin: 0;
border: 1px solid #fff
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
border: 1px solid #000
}
.note-modal .modal-dialog {
outline: 0;
border-radius: 5px;
box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.note-modal .form-group {
margin-left: 0;
margin-right: 0
}
.note-modal .note-modal-form {
margin: 0
}
.note-modal .note-image-dialog .note-dropzone {
min-height: 100px;
font-size: 30px;
line-height: 4;
color: #d3d3d3;
text-align: center;
border: 4px dashed #d3d3d3;
margin-bottom: 10px
}
@-moz-document url-prefix() {
.note-modal .note-image-input {
height: auto
}
}
.note-placeholder {
position: absolute;
display: none;
color: grey
}
.note-handle .note-control-selection {
position: absolute;
display: none;
border: 1px solid #000
}
.note-handle .note-control-selection>div {
position: absolute
}
.note-handle .note-control-selection .note-control-selection-bg {
width: 100%;
height: 100%;
background-color: #000;
-webkit-opacity: .3;
-khtml-opacity: .3;
-moz-opacity: .3;
opacity: .3;
-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
filter: alpha(opacity=30)
}
.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
width: 7px;
height: 7px;
border: 1px solid #000
}
.note-handle .note-control-selection .note-control-sizing {
background-color: #000
}
.note-handle .note-control-selection .note-control-nw {
top: -5px;
left: -5px;
border-right: none;
border-bottom: none
}
.note-handle .note-control-selection .note-control-ne {
top: -5px;
right: -5px;
border-bottom: none;
border-left: none
}
.note-handle .note-control-selection .note-control-sw {
bottom: -5px;
left: -5px;
border-top: none;
border-right: none
}
.note-handle .note-control-selection .note-control-se {
right: -5px;
bottom: -5px;
cursor: se-resize
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
cursor: default;
border-top: none;
border-left: none
}
.note-handle .note-control-selection .note-control-selection-info {
right: 0;
bottom: 0;
padding: 5px;
margin: 5px;
color: #fff;
background-color: #000;
font-size: 12px;
border-radius: 5px;
-webkit-opacity: .7;
-khtml-opacity: .7;
-moz-opacity: .7;
opacity: .7;
-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
filter: alpha(opacity=70)
}
.note-hint-popover {
min-width: 100px;
padding: 2px
}
.note-hint-popover .popover-content {
padding: 3px;
max-height: 150px;
overflow: auto
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
display: block!important;
padding: 3px
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
display: block;
clear: both;
font-weight: 400;
line-height: 1.4;
color: #fff;
white-space: nowrap;
text-decoration: none;
background-color: #428bca;
outline: 0;
cursor: pointer
}
.note-toolbar .note-btn {
background: #fff;
border-color: #dae0e5;
padding: .28rem .65rem;
font-size: 13px
}
/**
* Minified by jsDelivr using clean-css v4.2.1.
* Original file: /npm/daterangepicker@3.0.5/daterangepicker.css
*
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
*/
.daterangepicker {
position: absolute;
color: inherit;
background-color: #fff;
border-radius: 4px;
border: 1px solid #ddd;
width: 278px;
max-width: none;
padding: 0;
margin-top: 7px;
top: 100px;
left: 20px;
z-index: 3001;
display: none;
font-family: arial;
font-size: 15px;
line-height: 1em
}
.daterangepicker:after,
.daterangepicker:before {
position: absolute;
display: inline-block;
border-bottom-color: rgba(0, 0, 0, .2);
content: ''
}
.daterangepicker:before {
top: -7px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #ccc
}
.daterangepicker:after {
top: -6px;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent
}
.daterangepicker.opensleft:before {
right: 9px
}
.daterangepicker.opensleft:after {
right: 10px
}
.daterangepicker.openscenter:before {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto
}
.daterangepicker.openscenter:after {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto
}
.daterangepicker.opensright:before {
left: 9px
}
.daterangepicker.opensright:after {
left: 10px
}
.daterangepicker.drop-up {
margin-top: -7px
}
.daterangepicker.drop-up:before {
top: initial;
bottom: -7px;
border-bottom: initial;
border-top: 7px solid #ccc
}
.daterangepicker.drop-up:after {
top: initial;
bottom: -6px;
border-bottom: initial;
border-top: 6px solid #fff
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
float: none
}
.daterangepicker.single .drp-selected {
display: none
}
.daterangepicker.show-calendar .drp-calendar {
display: block
}
.daterangepicker.show-calendar .drp-buttons {
display: block
}
.daterangepicker.auto-apply .drp-buttons {
display: none
}
.daterangepicker .drp-calendar {
display: none;
max-width: 270px
}
.daterangepicker .drp-calendar.left {
padding: 8px 0 8px 8px
}
.daterangepicker .drp-calendar.right {
padding: 8px
}
.daterangepicker .drp-calendar.single .calendar-table {
border: none
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
color: #fff;
border: solid #000;
border-width: 0 2px 2px 0;
border-radius: 0;
display: inline-block;
padding: 3px
}
.daterangepicker .calendar-table .next span {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg)
}
.daterangepicker .calendar-table .prev span {
transform: rotate(135deg);
-webkit-transform: rotate(135deg)
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
white-space: nowrap;
text-align: center;
vertical-align: middle;
min-width: 32px;
width: 32px;
height: 24px;
line-height: 24px;
font-size: 12px;
border-radius: 4px;
border: 1px solid transparent;
white-space: nowrap;
cursor: pointer
}
.daterangepicker .calendar-table {
border: 1px solid #fff;
border-radius: 4px;
background-color: #fff
}
.daterangepicker .calendar-table table {
width: 100%;
margin: 0;
border-spacing: 0;
border-collapse: collapse
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
background-color: #eee;
border-color: transparent;
color: inherit
}
.daterangepicker td.week,
.daterangepicker th.week {
font-size: 80%;
color: #ccc
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
background-color: #fff;
border-color: transparent;
color: #999
}
.daterangepicker td.in-range {
background-color: #ebf4f8;
border-color: transparent;
color: #000;
border-radius: 0
}
.daterangepicker td.start-date {
border-radius: 4px 0 0 4px
}
.daterangepicker td.end-date {
border-radius: 0 4px 4px 0
}
.daterangepicker td.start-date.end-date {
border-radius: 4px
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
background-color: #357ebd;
border-color: transparent;
color: #fff
}
.daterangepicker th.month {
width: auto
}
.daterangepicker option.disabled,
.daterangepicker td.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
font-size: 12px;
padding: 1px;
height: auto;
margin: 0;
cursor: default
}
.daterangepicker select.monthselect {
margin-right: 2%;
width: 56%
}
.daterangepicker select.yearselect {
width: 40%
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
width: 50px;
margin: 0 auto;
background: #eee;
border: 1px solid #eee;
padding: 2px;
outline: 0;
font-size: 12px
}
.daterangepicker .calendar-time {
text-align: center;
margin: 4px auto 0 auto;
line-height: 30px;
position: relative
}
.daterangepicker .calendar-time select.disabled {
color: #ccc;
cursor: not-allowed
}
.daterangepicker .drp-buttons {
clear: both;
text-align: right;
padding: 8px;
border-top: 1px solid #ddd;
display: none;
line-height: 12px;
vertical-align: middle
}
.daterangepicker .drp-selected {
display: inline-block;
font-size: 12px;
padding-right: 8px
}
.daterangepicker .drp-buttons .btn {
margin-left: 8px;
font-size: 12px;
font-weight: 700;
padding: 4px 8px
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
border-right: 1px solid #ddd
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
border-left: 1px solid #ddd
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
border-right: 1px solid #ddd
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
border-left: 1px solid #ddd
}
.daterangepicker .ranges {
float: none;
text-align: left;
margin: 0
}
.daterangepicker.show-calendar .ranges {
margin-top: 8px
}
.daterangepicker .ranges ul {
list-style: none;
margin: 0 auto;
padding: 0;
width: 100%
}
.daterangepicker .ranges li {
font-size: 12px;
padding: 8px 12px;
cursor: pointer
}
.daterangepicker .ranges li:hover {
background-color: #eee
}
.daterangepicker .ranges li.active {
background-color: #08c;
color: #fff
}
@media (min-width:564px) {
.daterangepicker {
width: auto
}
.daterangepicker .ranges ul {
width: 140px
}
.daterangepicker.single .ranges ul {
width: 100%
}
.daterangepicker.single .drp-calendar.left {
clear: none
}
.daterangepicker.single .drp-calendar,
.daterangepicker.single .ranges {
float: left
}
.daterangepicker {
direction: ltr;
text-align: left
}
.daterangepicker .drp-calendar.left {
clear: left;
margin-right: 0
}
.daterangepicker .drp-calendar.left .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.daterangepicker .drp-calendar.right {
margin-left: 0
}
.daterangepicker .drp-calendar.right .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.daterangepicker .drp-calendar.left .calendar-table {
padding-right: 8px
}
.daterangepicker .drp-calendar,
.daterangepicker .ranges {
float: left
}
}
@media (min-width:730px) {
.daterangepicker .ranges {
width: auto
}
.daterangepicker .ranges {
float: left
}
.daterangepicker.rtl .ranges {
float: right
}
.daterangepicker .drp-calendar.left {
clear: none!important
}
}
/*# sourceMappingURL=/sm/977d76daee7276d0fb7eb98d2d7dcb01c5e058f63c51d94902d4394e65335f6e.map */
/*uppy*/
.uppy-Root {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: left;
position: relative;
color: #333
}
.uppy-Root *,
.uppy-Root :after,
.uppy-Root :before {
box-sizing: inherit
}
.uppy-Root [hidden] {
display: none
}
.UppyIcon {
max-width: 100%;
max-height: 100%;
fill: currentColor;
display: inline-block;
overflow: hidden
}
.UppyIcon--svg-baseline {
bottom: -.125em;
position: relative
}
.uppy-u-reset {
-webkit-appearance: none;
line-height: 1;
padding: 0;
color: inherit;
-webkit-backface-visibility: visible;
backface-visibility: visible;
background: none;
border: none;
border-collapse: separate;
border-image: none;
border-radius: 0;
border-spacing: 0;
box-shadow: none;
clear: none;
cursor: auto;
display: inline;
empty-cells: show;
float: none;
font-family: inherit;
font-size: inherit;
font-style: normal;
font-variant: normal;
font-weight: 400;
font-stretch: normal;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
left: auto;
letter-spacing: normal;
list-style: none;
margin: 0;
max-height: none;
max-width: none;
min-height: 0;
min-width: 0;
opacity: 1;
outline: medium none invert;
overflow: visible;
overflow-x: visible;
overflow-y: visible;
text-align: left;
text-decoration: none;
text-indent: 0;
text-shadow: none;
text-transform: none;
top: auto;
transform: none;
transform-origin: 50% 50% 0;
transform-style: flat;
transition: none 0s ease 0s;
unicode-bidi: normal;
vertical-align: baseline;
visibility: visible;
white-space: normal;
z-index: auto
}
.uppy-c-textInput {
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
line-height: 1.5;
padding: 6px 8px;
background-color: #fff
}
.uppy-size--md .uppy-c-textInput {
padding: 8px 10px
}
.uppy-c-textInput:focus {
border-color: rgba(34, 117, 215, .6);
outline: none;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .15)
}
.uppy-c-btn {
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: middle;
font-family: inherit;
font-size: 16px;
line-height: 1;
font-weight: 500;
transition: background-color .3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.uppy-c-btn:not(:disabled):not(.disabled) {
cursor: pointer
}
.uppy-c-btn::-moz-focus-inner {
border: 0
}
.uppy-c-btn-primary {
font-size: 14px;
padding: 10px 18px;
border-radius: 4px;
background-color: #2275d7;
color: #fff
}
.uppy-size--md .uppy-c-btn-primary {
padding: 13px 22px
}
.uppy-c-btn-primary:hover {
background-color: #1b5dab
}
.uppy-c-btn-primary:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .4)
}
.uppy-c-btn-link {
font-size: 14px;
line-height: 1;
padding: 10px 15px;
border-radius: 4px;
background-color: transparent;
color: #525252
}
.uppy-size--md .uppy-c-btn-link {
padding: 13px 18px
}
.uppy-c-btn-link:hover {
color: #333
}
.uppy-c-btn-link:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .25)
}
.uppy-c-btn--small {
font-size: .9em;
padding: 7px 16px;
border-radius: 2px
}
.uppy-size--md .uppy-c-btn--small {
padding: 8px 10px;
border-radius: 2px
}
.uppy-Informer {
position: absolute;
bottom: 60px;
left: 0;
right: 0;
text-align: center;
opacity: 1;
transform: none;
transition: all .25s ease-in;
z-index: 1005
}
.uppy-Informer[aria-hidden=true] {
opacity: 0;
transform: translateY(350%);
transition: all .3s ease-in;
z-index: -1000
}
.uppy-Informer p {
display: inline-block;
margin: 0;
font-size: 12px;
line-height: 1.4;
font-weight: 400;
padding: 6px 15px;
background-color: #757575;
color: #fff;
border-radius: 18px;
max-width: 90%
}
.uppy-size--md .uppy-Informer p {
font-size: 14px;
line-height: 1.3;
max-width: 500px;
padding: 10px 20px
}
.uppy-Informer span {
line-height: 12px;
width: 13px;
height: 13px;
display: inline-block;
vertical-align: middle;
color: #525252;
background-color: #fff;
border-radius: 50%;
position: relative;
top: -1px;
left: 3px;
font-size: 10px;
margin-left: -1px
}
.uppy-Informer span:hover {
cursor: help
}
.uppy-Informer span:after {
line-height: 1.3;
word-wrap: break-word
}
.uppy-Root [aria-label][role~=tooltip] {
position: relative
}
.uppy-Root [aria-label][role~=tooltip]:after,
.uppy-Root [aria-label][role~=tooltip]:before {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: transform;
opacity: 0;
pointer-events: none;
transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
position: absolute;
box-sizing: border-box;
z-index: 10;
transform-origin: top
}
.uppy-Root [aria-label][role~=tooltip]:before {
background-size: 100% auto!important;
content: ""
}
.uppy-Root [aria-label][role~=tooltip]:after {
background: rgba(17, 17, 17, .9);
border-radius: 4px;
color: #fff;
content: attr(aria-label);
font-size: var(--microtip-font-size, 13px);
font-weight: var(--microtip-font-weight, normal);
text-transform: var(--microtip-text-transform, none);
padding: .5em 1em;
white-space: nowrap;
box-sizing: content-box
}
.uppy-Root [aria-label][role~=tooltip]:focus:after,
.uppy-Root [aria-label][role~=tooltip]:focus:before,
.uppy-Root [aria-label][role~=tooltip]:hover:after,
.uppy-Root [aria-label][role~=tooltip]:hover:before {
opacity: 1;
pointer-events: auto
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z'/%3E%3C/svg%3E") no-repeat;
height: 6px;
width: 18px;
margin-bottom: 5px
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:after {
margin-bottom: 11px
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:before {
transform: translate3d(-50%, 0, 0);
bottom: 100%;
left: 50%
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before {
transform: translate3d(-50%, -5px, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:after {
transform: translate3d(-50%, 0, 0);
bottom: 100%;
left: 50%
}
.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after {
transform: translate3d(-50%, -5px, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after {
transform: translate3d(calc(-100% + 16px), 0, 0);
bottom: 100%
}
.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after {
transform: translate3d(calc(-100% + 16px), -5px, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after {
transform: translate3d(-16px, 0, 0);
bottom: 100%
}
.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after {
transform: translate3d(-16px, -5px, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E") no-repeat;
height: 6px;
width: 18px;
margin-top: 5px;
margin-bottom: 0
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after {
margin-top: 11px
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before {
transform: translate3d(-50%, -10px, 0);
bottom: auto;
left: 50%;
top: 100%
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before {
transform: translate3d(-50%, 0, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after {
transform: translate3d(-50%, -10px, 0);
top: 100%;
left: 50%
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after {
transform: translate3d(-50%, 0, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after {
transform: translate3d(calc(-100% + 16px), -10px, 0);
top: 100%
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after {
transform: translate3d(calc(-100% + 16px), 0, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after {
transform: translate3d(-16px, -10px, 0);
top: 100%
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after {
transform: translate3d(-16px, 0, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:after,
.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
bottom: auto;
left: auto;
right: 100%;
top: 50%;
transform: translate3d(10px, -50%, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E") no-repeat;
height: 18px;
width: 6px;
margin-right: 5px;
margin-bottom: 0
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:after {
margin-right: 11px
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before {
transform: translate3d(0, -50%, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:after,
.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
bottom: auto;
left: 100%;
top: 50%;
transform: translate3d(-10px, -50%, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E") no-repeat;
height: 18px;
width: 6px;
margin-bottom: 0;
margin-left: 5px
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:after {
margin-left: 11px
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before {
transform: translate3d(0, -50%, 0)
}
.uppy-Root [role~=tooltip][data-microtip-size=small]:after {
white-space: normal;
width: 80px
}
.uppy-Root [role~=tooltip][data-microtip-size=medium]:after {
white-space: normal;
width: 150px
}
.uppy-Root [role~=tooltip][data-microtip-size=large]:after {
white-space: normal;
width: 260px
}
.uppy-StatusBar {
display: -ms-flexbox;
display: flex;
position: relative;
height: 40px;
line-height: 40px;
font-size: 12px;
font-weight: 400;
color: #fff;
background-color: #fff;
z-index: 1001;
transition: height .2s
}
.uppy-size--md .uppy-StatusBar {
height: 46px
}
.uppy-StatusBar:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: #eaeaea
}
.uppy-StatusBar[aria-hidden=true] {
overflow-y: hidden;
height: 0
}
.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
background-color: #1bb240
}
.uppy-StatusBar.is-error .uppy-StatusBar-progress {
background-color: #e32437
}
.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
color: #1bb240
}
.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator {
color: #e32437
}
.uppy-StatusBar:not([aria-hidden=true]).is-waiting {
background-color: #fff;
height: 65px;
border-top: 1px solid #eaeaea
}
.uppy-StatusBar-progress {
background-color: #2275d7;
height: 2px;
position: absolute;
z-index: 1001;
transition: background-color, width .3s ease-out
}
.uppy-StatusBar-progress.is-indeterminate {
background-size: 64px 64px;
background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .3) 75%, transparent 0, transparent);
animation: uppy-StatusBar-ProgressStripes 1s linear infinite
}
@keyframes uppy-StatusBar-ProgressStripes {
0% {
background-position: 0 0
}
to {
background-position: 64px 0
}
}
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress {
background-color: #f6a623
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
display: none
}
.uppy-StatusBar-content {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 1002;
padding-left: 10px;
white-space: nowrap;
text-overflow: ellipsis;
color: #333;
height: 100%
}
.uppy-size--md .uppy-StatusBar-content {
padding-left: 15px
}
.uppy-StatusBar-status {
line-height: 1.4;
font-weight: 400;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
padding-right: .3em
}
.uppy-Root:not(.uppy-size--md) .uppy-StatusBar-additionalInfo {
display: none
}
.uppy-StatusBar-statusPrimary {
font-weight: 500
}
.uppy-StatusBar-statusSecondary {
margin-top: 1px;
font-size: 11px;
line-height: 1.2;
display: inline-block;
color: #757575;
white-space: nowrap
}
.uppy-StatusBar-statusSecondaryHint {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
line-height: 1
}
.uppy-size--md .uppy-StatusBar-statusSecondaryHint {
margin-right: 8px
}
.uppy-StatusBar-statusIndicator {
position: relative;
top: 1px;
color: #525252;
margin-right: 7px
}
.uppy-StatusBar-statusIndicator svg {
vertical-align: text-bottom
}
.uppy-StatusBar-actions {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
bottom: 0;
right: 10px;
z-index: 1004
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
width: 100%;
position: static;
padding: 0 15px;
background-color: #fafafa
}
.uppy-StatusBar-actionCircleBtn {
line-height: 1;
cursor: pointer;
margin: 3px;
opacity: .9
}
.uppy-StatusBar-actionCircleBtn:focus {
outline: none
}
.uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
border: 0
}
.uppy-StatusBar-actionCircleBtn:focus {
box-shadow: 0 0 0 3px rgba(34, 117, 215, .5)
}
.uppy-StatusBar-actionCircleBtn:hover {
opacity: 1
}
.uppy-StatusBar-actionCircleBtn:focus {
border-radius: 50%
}
.uppy-StatusBar-actionCircleBtn svg {
vertical-align: bottom
}
.uppy-StatusBar-actionBtn {
display: inline-block;
vertical-align: middle;
font-size: 10px;
line-height: inherit;
color: #2275d7
}
.uppy-size--md .uppy-StatusBar-actionBtn {
font-size: 11px
}
.uppy-StatusBar-actionBtn--retry {
height: 16px;
border-radius: 8px;
margin-right: 6px;
background-color: #ff4b23;
line-height: 1;
color: #fff;
padding: 1px 6px 3px 18px;
position: relative
}
.uppy-StatusBar-actionBtn--retry:focus {
outline: none
}
.uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
border: 0
}
.uppy-StatusBar-actionBtn--retry:focus {
box-shadow: 0 0 0 3px rgba(34, 117, 215, .5)
}
.uppy-StatusBar-actionBtn--retry:hover {
background-color: #f92d00
}
.uppy-StatusBar-actionBtn--retry svg {
position: absolute;
top: 3px;
left: 6px
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
font-size: 14px;
width: 100%;
padding: 15px 10px;
color: #fff;
background-color: #1bb240;
line-height: 1
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
background-color: #148630
}
.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
padding: 13px 22px;
width: auto
}
.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
background-color: transparent;
color: #2275d7
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded {
padding-right: 3px;
padding-left: 3px;
padding-bottom: 1px;
border-radius: 3px
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
outline: none
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
border: 0
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
box-shadow: 0 0 0 3px rgba(34, 117, 215, .5)
}
.uppy-StatusBar-details {
line-height: 12px;
width: 13px;
height: 13px;
display: inline-block;
vertical-align: middle;
color: #fff;
background-color: #939393;
border-radius: 50%;
position: relative;
top: 0;
left: 2px;
font-size: 10px;
font-weight: 600;
text-align: center;
cursor: help
}
.uppy-StatusBar-details:after {
line-height: 1.3;
word-wrap: break-word
}
.uppy-StatusBar-spinner {
animation-name: uppy-StatusBar-spinnerAnimation;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
margin-right: 10px;
fill: #2275d7
}
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner {
fill: #f6a623
}
@keyframes uppy-StatusBar-spinnerAnimation {
0% {
transform: rotate(0deg)
}
to {
transform: rotate(1turn)
}
}
.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: start;
align-items: flex-start;
padding: 6px
}
.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after {
content: "";
-ms-flex: auto;
flex: auto
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
width: 50%;
position: relative;
margin: 0
}
.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
width: 33.3333%
}
.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
width: 25%
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before {
content: "";
padding-top: 100%;
display: block
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg {
opacity: .85
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
background-color: hsla(0, 0%, 57.6%, .3)
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg {
fill: rgba(0, 0, 0, .7);
width: 30%;
height: 30%
}
.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner {
border-radius: 4px;
overflow: hidden;
position: absolute;
top: 7px;
left: 7px;
right: 7px;
bottom: 7px;
text-align: center;
width: calc(100% - 14px);
height: calc(100% - 14px)
}
.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .9)
}
.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner img,
.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner svg {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 4px
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox {
position: absolute;
top: 16px;
right: 16px;
width: 26px;
height: 26px;
background-color: #2275d7;
border-radius: 50%;
z-index: 1002;
opacity: 0
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox:after {
width: 12px;
height: 7px;
left: 7px;
top: 8px
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox--is-checked {
opacity: 1
}
.uppy-ProviderBrowser-viewType--list {
background-color: #fff
}
.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 7px 15px;
margin: 0
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox {
margin-right: 15px;
height: 17px;
width: 17px;
border-radius: 3px;
background-color: #fff;
border: 1px solid #cfcfcf
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox:focus {
border: 1px solid #2275d7;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .25);
outline: none
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox:after {
opacity: 0;
height: 5px;
width: 9px;
left: 3px;
top: 4px
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox--is-checked {
background-color: #2275d7;
border-color: #2275d7
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox--is-checked:after {
opacity: 1
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 2px
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus {
outline: none;
text-decoration: underline
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
margin-right: 8px;
max-width: 20px;
max-height: 20px
}
.uppy-ProviderBrowserItem-fakeCheckbox {
position: relative;
cursor: pointer;
-ms-flex-negative: 0;
flex-shrink: 0
}
.uppy-ProviderBrowserItem-fakeCheckbox:after {
content: "";
position: absolute;
cursor: pointer;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-45deg)
}
.uppy-DashboardContent-panelBody {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1;
flex: 1
}
.uppy-Provider-auth,
.uppy-Provider-empty,
.uppy-Provider-error,
.uppy-Provider-loading {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-ms-flex: 1;
flex: 1;
color: #939393
}
.uppy-Provider-empty {
color: #939393
}
.uppy-Provider-authIcon svg {
width: 100px;
height: 75px;
margin-bottom: 15px
}
.uppy-Provider-authTitle {
font-size: 17px;
line-height: 1.4;
font-weight: 400;
margin-bottom: 30px;
padding: 0 15px;
max-width: 500px;
text-align: center;
color: #757575
}
.uppy-size--md .uppy-Provider-authTitle {
font-size: 20px
}
.uppy-Provider-breadcrumbs {
-ms-flex: 1;
flex: 1;
color: #525252;
font-size: 12px;
margin-bottom: 10px;
text-align: left
}
.uppy-size--md .uppy-Provider-breadcrumbs {
margin-bottom: 0
}
.uppy-Provider-breadcrumbsIcon {
display: inline-block;
color: #525252;
vertical-align: middle;
margin-right: 4px;
line-height: 1
}
.uppy-Provider-breadcrumbsIcon svg {
width: 13px;
height: 13px;
fill: #525252
}
.uppy-Provider-breadcrumbs button {
display: inline-block;
line-height: inherit;
padding: 4px;
border-radius: 3px
}
.uppy-Provider-breadcrumbs button:focus {
outline: none
}
.uppy-Provider-breadcrumbs button::-moz-focus-inner {
border: 0
}
.uppy-Provider-breadcrumbs button:hover {
color: #1b5dab
}
.uppy-Provider-breadcrumbs button:focus {
background-color: #eceef2
}
.uppy-Provider-breadcrumbs button:hover {
text-decoration: underline;
cursor: pointer
}
.uppy-ProviderBrowser {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex: 1;
flex: 1;
font-size: 14px;
font-weight: 400;
height: 100%
}
.uppy-ProviderBrowser-user {
margin: 0 8px 0 0;
font-weight: 500;
color: #333
}
.uppy-ProviderBrowser-user:after {
content: "\00B7";
position: relative;
left: 4px;
color: #939393;
font-weight: 400
}
.uppy-ProviderBrowser-header {
z-index: 1001;
border-bottom: 1px solid #eaeaea;
position: relative
}
.uppy-ProviderBrowser-headerBar {
padding: 7px 15px;
background-color: #fafafa;
z-index: 1001;
color: #757575;
line-height: 1.4;
font-size: 12px
}
.uppy-size--md .uppy-ProviderBrowser-headerBar {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.uppy-ProviderBrowser-headerBar--simple {
text-align: center;
display: block;
-ms-flex-pack: center;
justify-content: center
}
.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap {
-ms-flex: none;
flex: none;
display: inline-block;
vertical-align: middle
}
.uppy-ProviderBrowser-search {
width: 100%;
background-color: #fff;
position: relative;
height: 30px;
margin-top: 10px;
margin-bottom: 5px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.uppy-ProviderBrowser-searchIcon {
position: absolute;
width: 12px;
height: 12px;
left: 16px;
z-index: 1002;
color: #bbb
}
.uppy-ProviderBrowser-searchInput {
width: 100%;
height: 30px;
background-color: transparent;
outline: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
font-size: 12px;
line-height: 1.4;
border: 0;
margin: 0 8px;
padding-left: 27px;
z-index: 1001;
border-radius: 4px
}
.uppy-ProviderBrowser-searchInput:focus {
outline: 0;
background-color: #f4f4f4
}
.uppy-ProviderBrowser-searchClose {
position: absolute;
width: 22px;
height: 22px;
padding: 6px;
right: 12px;
top: 4px;
z-index: 1002;
color: #939393;
cursor: pointer
}
.uppy-ProviderBrowser-searchClose:hover {
color: #757575
}
.uppy-ProviderBrowser-searchClose svg {
vertical-align: text-top
}
.uppy-ProviderBrowser-searchInput:-ms-input-placeholder {
color: #939393;
opacity: 1
}
.uppy-ProviderBrowser-searchInput::-ms-input-placeholder {
color: #939393;
opacity: 1
}
.uppy-ProviderBrowser-searchInput::placeholder {
color: #939393;
opacity: 1
}
.uppy-ProviderBrowser-userLogout {
cursor: pointer;
line-height: inherit;
color: #2275d7;
padding: 4px;
border-radius: 3px
}
.uppy-ProviderBrowser-userLogout:focus {
outline: none
}
.uppy-ProviderBrowser-userLogout::-moz-focus-inner {
border: 0
}
.uppy-ProviderBrowser-userLogout:hover {
color: #1b5dab
}
.uppy-ProviderBrowser-userLogout:focus {
background-color: #eceef2
}
.uppy-ProviderBrowser-userLogout:hover {
text-decoration: underline
}
.uppy-ProviderBrowser-body {
-ms-flex: 1;
flex: 1;
position: relative
}
.uppy-ProviderBrowser-list {
-ms-flex: 1;
flex: 1;
position: relative;
display: block;
width: 100%;
height: 100%;
background-color: #fff;
border-spacing: 0;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
list-style: none;
margin: 0;
padding: 0
}
.uppy-ProviderBrowserItem-inner {
cursor: pointer;
font-weight: 500;
font-size: 13px
}
.uppy-ProviderBrowser-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
background: #fff;
height: 65px;
border-top: 1px solid #eaeaea;
padding: 0 15px
}
.uppy-ProviderBrowser-footer button {
margin-right: 8px
}
.uppy-DashboardItem-previewInnerWrap {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, .4);
border-radius: 3px
}
.uppy-size--md .uppy-DashboardItem-previewInnerWrap {
box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
}
.uppy-DashboardItem-previewInnerWrap:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .65);
display: none;
z-index: 1001
}
.uppy-DashboardItem-previewLink {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1002
}
.uppy-DashboardItem-previewLink:focus {
box-shadow: inset 0 0 0 3px #76abe9
}
.uppy-DashboardItem-preview img.uppy-DashboardItem-previewImg {
width: 100%;
height: 100%;
object-fit: cover;
transform: translateZ(0);
border-radius: 3px
}
.uppy-DashboardItem-progress {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1002;
color: #fff;
text-align: center;
width: 120px;
transition: all .35 ease
}
.uppy-DashboardItem-progressIndicator {
display: inline-block;
width: 38px;
height: 38px;
opacity: .9;
cursor: pointer
}
.uppy-DashboardItem-progressIndicator:focus {
outline: none
}
.uppy-DashboardItem-progressIndicator::-moz-focus-inner {
border: 0
}
.uppy-DashboardItem-progressIndicator:focus svg.retry,
.uppy-DashboardItem-progressIndicator:focus svg.UppyIcon-progressCircle .bg {
fill: #76abe9
}
svg.UppyIcon-progressCircle {
width: 100%;
height: 100%
}
svg.UppyIcon-progressCircle .bg {
stroke: hsla(0, 0%, 100%, .4);
opacity: 0
}
svg.UppyIcon-progressCircle .progress {
stroke: #fff;
transition: stroke-dashoffset .5s ease-out;
opacity: 0
}
svg.UppyIcon-progressCircle .play {
stroke: #fff;
display: none
}
svg.UppyIcon-progressCircle .cancel,
svg.UppyIcon-progressCircle .pause,
svg.UppyIcon-progressCircle .play {
fill: #fff;
opacity: 0;
transition: all .2s
}
svg.UppyIcon-progressCircle .pause {
stroke: #fff;
display: none
}
svg.UppyIcon-progressCircle .check {
opacity: 0;
fill: #fff;
transition: all .2s
}
svg.UppyIcon.retry {
fill: #fff
}
.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress {
transform: none;
top: -9px;
right: -8px;
left: auto;
width: auto
}
.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress,
.uppy-DashboardItem.is-error .uppy-DashboardItem-progress,
.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-progress {
display: block
}
.uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator {
width: 18px;
height: 18px
}
.uppy-size--md .uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator {
width: 28px;
height: 28px
}
.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
width: 18px;
height: 18px;
opacity: 1
}
.uppy-size--md .uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
width: 22px;
height: 22px
}
.uppy-DashboardItem.is-paused svg.UppyIcon-progressCircle .pause {
opacity: 0
}
.uppy-DashboardItem.is-paused svg.UppyIcon-progressCircle .play {
opacity: 1
}
.uppy-DashboardItem.is-noIndividualCancellation .uppy-DashboardItem-progressIndicator {
cursor: default
}
.uppy-DashboardItem.is-noIndividualCancellation .cancel {
display: none
}
.uppy-DashboardItem.is-processing .uppy-DashboardItem-progress {
opacity: 0
}
.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
cursor: default
}
.uppy-DashboardItem.is-complete .progress {
stroke: #1bb240;
fill: #1bb240;
opacity: 1
}
.uppy-DashboardItem.is-complete .check {
opacity: 1
}
.uppy-size--md .uppy-DashboardItem-progressIndicator {
width: 55px;
height: 55px
}
.uppy-DashboardItem.is-resumable .pause,
.uppy-DashboardItem.is-resumable .play {
display: block
}
.uppy-DashboardItem.is-resumable .cancel {
display: none
}
.uppy-DashboardItem.is-inprogress .bg,
.uppy-DashboardItem.is-inprogress .cancel,
.uppy-DashboardItem.is-inprogress .pause,
.uppy-DashboardItem.is-inprogress .progress {
opacity: 1
}
.uppy-DashboardItem-fileInfo {
padding-right: 5px
}
.uppy-DashboardItem-name {
font-size: 12px;
line-height: 1.3;
font-weight: 500;
margin-bottom: 4px;
word-break: break-all;
word-wrap: anywhere
}
.uppy-DashboardItem-status {
font-size: 11px;
line-height: 1.3;
font-weight: 400;
color: #757575
}
.uppy-DashboardItem-statusSize {
display: inline-block;
vertical-align: bottom;
text-transform: uppercase
}
.uppy-DashboardItem-sourceIcon {
display: none;
vertical-align: bottom;
color: #bbb
}
.uppy-DashboardItem-sourceIcon:not(:first-child) {
position: relative;
margin-left: 14px
}
.uppy-DashboardItem-sourceIcon svg,
.uppy-DashboardItem-sourceIcon svg * {
max-width: 100%;
max-height: 100%;
display: inline-block;
vertical-align: text-bottom;
overflow: hidden;
fill: currentColor;
width: 11px;
height: 12px
}
.uppy-DashboardItem-action {
cursor: pointer;
color: #939393
}
.uppy-DashboardItem-action:focus {
outline: none
}
.uppy-DashboardItem-action::-moz-focus-inner {
border: 0
}
.uppy-DashboardItem-action:focus {
box-shadow: 0 0 0 3px rgba(34, 117, 215, .5)
}
.uppy-DashboardItem-action:hover {
opacity: 1;
color: #1f1f1f
}
.uppy-DashboardItem-action--remove {
color: #1f1f1f;
opacity: .95
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-actionWrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-action {
width: 22px;
height: 22px;
padding: 3px;
margin-left: 3px
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-action:focus {
border-radius: 3px
}
.uppy-size--md .uppy-DashboardItem-action--copyLink,
.uppy-size--md .uppy-DashboardItem-action--edit {
width: 16px;
height: 16px;
padding: 0
}
.uppy-size--md .uppy-DashboardItem-action--copyLink:focus,
.uppy-size--md .uppy-DashboardItem-action--edit:focus {
border-radius: 3px
}
.uppy-size--md .uppy-DashboardItem-action--remove {
z-index: 1002;
position: absolute;
top: -8px;
right: -8px;
width: 18px;
height: 18px;
padding: 0
}
.uppy-size--md .uppy-DashboardItem-action--remove:focus {
border-radius: 50%
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #eaeaea;
padding: 10px 0 10px 10px
}
.uppy-size--md .uppy-DashboardItem {
position: relative;
display: block;
float: left;
margin: 5px 15px;
width: calc(33.333% - 30px);
height: 215px
}
.uppy-size--lg .uppy-DashboardItem {
margin: 5px 15px;
width: calc(25% - 30px);
height: 190px
}
.uppy-size--xl .uppy-DashboardItem {
width: calc(20% - 30px);
height: 210px
}
.uppy-DashboardItem-preview {
position: relative
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-preview {
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-positive: 0;
flex-grow: 0;
width: 50px;
height: 50px
}
.uppy-size--md .uppy-DashboardItem-preview {
width: 100%;
height: 140px
}
.uppy-size--lg .uppy-DashboardItem-preview {
height: 120px
}
.uppy-size--xl .uppy-DashboardItem-preview {
height: 140px
}
.uppy-DashboardItem-fileInfoAndButtons {
-ms-flex-positive: 1;
flex-grow: 1;
padding-right: 8px;
padding-left: 12px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between
}
.uppy-size--md .uppy-DashboardItem-fileInfoAndButtons {
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
padding: 9px 0 0
}
.uppy-DashboardItem-fileInfo {
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1
}
.uppy-DashboardItem-actionWrapper {
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0
}
.uppy-DashboardItem.is-error .uppy-DashboardItem-previewInnerWrap:after,
.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-previewInnerWrap:after {
display: block
}
.uppy-DashboardItem.is-inprogress:not(.is-resumable) .uppy-DashboardItem-action--remove {
display: none
}
.uppy-Dashboard-FileCard {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1005;
box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
background-color: #fff;
border-radius: 5px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.uppy-Dashboard-FileCard .uppy-DashboardContent-bar {
border-top-left-radius: 5px;
border-top-right-radius: 5px
}
.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px
}
.uppy-Dashboard-FileCard-inner {
height: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-direction: column;
flex-direction: column
}
.uppy-Dashboard-FileCard-inner,
.uppy-Dashboard-FileCard-preview {
-ms-flex-negative: 1;
flex-shrink: 1;
min-height: 0;
display: -ms-flexbox;
display: flex
}
.uppy-Dashboard-FileCard-preview {
height: 60%;
-ms-flex-positive: 0;
flex-grow: 0;
border-bottom: 1px solid #eaeaea;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center
}
.uppy-Dashboard-FileCard-preview img.uppy-DashboardItem-previewImg {
max-width: 90%;
max-height: 90%;
object-fit: cover;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
border-radius: 3px;
box-shadow: 0 3px 20px rgba(0, 0, 0, .15)
}
.uppy-Dashboard-FileCard-info {
height: 40%;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 30px 20px 20px;
overflow-y: auto;
-webkit-overflow-scrolling: touch
}
.uppy-Dashboard-FileCard-fieldset {
font-size: 0;
border: 0;
padding: 0;
max-width: 640px;
margin: auto auto 12px
}
.uppy-Dashboard-FileCard-label {
display: inline-block;
vertical-align: middle;
width: 22%;
font-size: 12px;
color: #525252
}
.uppy-size--md .uppy-Dashboard-FileCard-label {
font-size: 14px
}
.uppy-Dashboard-FileCard-input {
display: inline-block;
vertical-align: middle;
width: 78%
}
.uppy-Dashboard-FileCard-actions {
height: 55px;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-positive: 0;
flex-grow: 0;
border-top: 1px solid #eaeaea;
padding: 0 15px;
background-color: #fafafa;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.uppy-size--md .uppy-Dashboard-FileCard-actions {
height: 65px
}
.uppy-Dashboard-FileCard-actionsBtn {
margin-right: 10px
}
.uppy-transition-slideDownUp-enter {
opacity: .01;
transform: translate3d(0, -105%, 0);
transition: transform .25s ease-in-out, opacity .25s ease-in-out
}
.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active {
opacity: 1;
transform: translateZ(0)
}
.uppy-transition-slideDownUp-leave {
opacity: 1;
transform: translateZ(0);
transition: transform .25s ease-in-out, opacity .25s ease-in-out
}
.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active {
opacity: .01;
transform: translate3d(0, -105%, 0)
}
.uppy-Dashboard--modal {
z-index: 1001
}
.uppy-Dashboard--modal[aria-hidden=true] {
display: none
}
@keyframes uppy-Dashboard-fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes uppy-Dashboard-fadeOut {
0% {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes uppy-Dashboard-slideDownAndFadeIn {
0% {
transform: translate3d(-50%, -70%, 0);
opacity: 0
}
to {
transform: translate3d(-50%, -50%, 0);
opacity: 1
}
}
@keyframes uppy-Dashboard-slideDownAndFadeIn--small {
0% {
transform: translate3d(0, -20%, 0);
opacity: 0
}
to {
transform: translateZ(0);
opacity: 1
}
}
@keyframes uppy-Dashboard-slideUpFadeOut {
0% {
transform: translate3d(-50%, -50%, 0);
opacity: 1
}
to {
transform: translate3d(-50%, -70%, 0);
opacity: 0
}
}
@keyframes uppy-Dashboard-slideUpFadeOut--small {
0% {
transform: translateZ(0);
opacity: 1
}
to {
transform: translate3d(0, -20%, 0);
opacity: 0
}
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner {
animation: uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0, 0, .2, 1)
}
@media only screen and (min-width:820px) {
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner {
animation: uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0, 0, .2, 1)
}
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay {
animation: uppy-Dashboard-fadeIn .3s cubic-bezier(0, 0, .2, 1)
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner {
animation: uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0, 0, .2, 1)
}
@media only screen and (min-width:820px) {
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner {
animation: uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0, 0, .2, 1)
}
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay {
animation: uppy-Dashboard-fadeOut .3s cubic-bezier(0, 0, .2, 1)
}
.uppy-Dashboard-isFixed {
overflow: hidden;
height: 100vh
}
.uppy-Dashboard--modal .uppy-Dashboard-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .5);
z-index: 1001
}
.uppy-Dashboard-inner {
position: relative;
background-color: #fafafa;
max-width: 100%;
max-height: 100%;
min-height: 450px;
outline: none;
border: 1px solid #eaeaea;
border-radius: 5px
}
.uppy-size--md .uppy-Dashboard-inner {
min-height: auto
}
@media only screen and (min-width:820px) {
.uppy-Dashboard-inner {
width: 750px;
height: 550px
}
}
.uppy-Dashboard--modal .uppy-Dashboard-inner {
z-index: 1002
}
.uppy-Dashboard-innerWrap {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
overflow: hidden;
position: relative;
border-radius: 5px;
opacity: 0
}
.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
opacity: 1
}
.uppy-Dashboard--modal .uppy-Dashboard-inner {
position: fixed;
top: 35px;
left: 15px;
right: 15px;
bottom: 15px;
border: none
}
@media only screen and (min-width:820px) {
.uppy-Dashboard--modal .uppy-Dashboard-inner {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .15)
}
}
.uppy-Dashboard-close {
display: block;
position: absolute;
top: -33px;
right: -2px;
cursor: pointer;
color: hsla(0, 0%, 100%, .9);
font-size: 27px;
z-index: 1005
}
.uppy-Dashboard-close:focus {
outline: none
}
.uppy-Dashboard-close::-moz-focus-inner {
border: 0
}
.uppy-Dashboard-close:focus {
color: #8cb8ed
}
@media only screen and (min-width:820px) {
.uppy-Dashboard-close {
font-size: 35px;
top: -10px;
right: -35px
}
}
.uppy-DashboardAddFiles {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
position: relative;
text-align: center;
-ms-flex: 1;
flex: 1
}
.uppy-size--md .uppy-DashboardAddFiles {
margin: 7px;
border-radius: 3px;
border: 1px dashed #dfdfdf
}
.uppy-Dashboard-AddFilesPanel .uppy-DashboardAddFiles {
border: none
}
.uppy-Dashboard--modal .uppy-DashboardAddFiles {
border-color: #cfcfcf
}
.uppy-DashboardTabs {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
width: 100%
}
.uppy-size--md .uppy-DashboardTabs {
-ms-flex-align: center;
align-items: center
}
.uppy-DashboardTabs-title {
font-size: 14px;
line-height: 30px;
font-weight: 400;
margin: 0;
padding: 0;
text-align: center;
color: #525252
}
.uppy-size--md .uppy-DashboardTabs-title {
font-size: 16px;
line-height: 40px
}
.uppy-DashboardAddFiles-info {
padding-top: 15px;
padding-bottom: 15px
}
.uppy-size--md .uppy-DashboardAddFiles-info {
position: absolute;
bottom: 30px;
left: 0;
right: 0;
padding-top: 30px;
padding-bottom: 0
}
.uppy-Dashboard-browse {
cursor: pointer;
color: rgba(34, 117, 215, .9)
}
.uppy-Dashboard-browse:focus {
outline: none
}
.uppy-Dashboard-browse::-moz-focus-inner {
border: 0
}
.uppy-Dashboard-browse:focus,
.uppy-Dashboard-browse:hover {
border-bottom: 2px solid #2275d7
}
.uppy-DashboardTabs-list {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-height: 300px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin-top: 10px;
padding: 2px 0
}
.uppy-size--md .uppy-DashboardTabs-list {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
max-width: 600px;
overflow-x: initial;
margin-top: 15px;
padding-top: 0
}
.uppy-DashboardTab {
width: 100%;
display: inline-block;
text-align: center;
border-bottom: 1px solid #eaeaea;
padding: 0 2px
}
.uppy-size--md .uppy-DashboardTab {
width: auto;
margin-bottom: 20px;
border-bottom: none;
padding: 0
}
.uppy-DashboardTab-btn {
width: 100%;
height: 100%;
cursor: pointer;
border: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: #525252;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
padding: 12px 15px;
line-height: 1;
text-align: center
}
.uppy-size--md .uppy-DashboardTab-btn {
width: 86px;
margin-right: 1px;
-ms-flex-direction: column;
flex-direction: column;
padding: 10px 3px;
border-radius: 5px
}
.uppy-DashboardTab-btn::-moz-focus-inner {
border: 0
}
.uppy-DashboardTab-btn:hover {
background-color: #f1f3f6
}
.uppy-DashboardTab-btn:active,
.uppy-DashboardTab-btn:focus {
background-color: #eceef2;
outline: none
}
.uppy-DashboardTab-btn svg {
margin-right: 10px
}
.uppy-size--md .uppy-DashboardTab-btn svg {
margin-right: 0
}
.uppy-DashboardTab-btn svg {
max-width: 100%;
max-height: 100%;
display: inline-block;
vertical-align: text-top;
overflow: hidden;
transition: transform .15s ease-in-out
}
.uppy-DashboardTab-name {
font-size: 14px;
font-weight: 500
}
.uppy-size--md .uppy-DashboardTab-name {
font-size: 11px;
line-height: 14px;
margin-top: 8px;
margin-bottom: 0
}
.uppy-DashboardTab svg {
width: 18px;
height: 18px;
vertical-align: middle
}
.uppy-size--md .uppy-DashboardTab svg {
width: 27px;
height: 27px
}
.uppy-Dashboard-input {
width: .1px;
height: .1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1
}
.uppy-DashboardContent-bar {
-ms-flex-negative: 0;
flex-shrink: 0;
height: 40px;
width: 100%;
padding: 0 10px;
z-index: 1004;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
border-bottom: 1px solid #eaeaea;
background-color: #fafafa
}
.uppy-size--md .uppy-DashboardContent-bar {
height: 50px;
padding: 0 15px
}
.uppy-DashboardContent-title {
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
font-size: 12px;
line-height: 40px;
font-weight: 500;
width: 100%;
max-width: 170px;
text-overflow: ellipsis;
white-space: nowrap;
overflow-x: hidden;
margin: auto
}
.uppy-size--md .uppy-DashboardContent-title {
font-size: 14px;
line-height: 50px;
max-width: 300px
}
.uppy-DashboardContent-back {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
border: 0;
color: inherit;
border-radius: 3px;
font-size: 12px;
font-weight: 400;
cursor: pointer;
color: #2275d7;
padding: 7px 6px;
margin: 0 0 0 -6px
}
.uppy-DashboardContent-back:focus {
outline: none
}
.uppy-DashboardContent-back::-moz-focus-inner {
border: 0
}
.uppy-DashboardContent-back:hover {
color: #1b5dab
}
.uppy-DashboardContent-back:focus {
background-color: #eceef2
}
.uppy-size--md .uppy-DashboardContent-back {
font-size: 14px
}
.uppy-DashboardContent-addMore {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
border: 0;
color: inherit;
border-radius: 3px;
font-weight: 500;
cursor: pointer;
color: #2275d7;
width: 29px;
height: 29px;
padding: 7px 8px;
margin: 0 -5px 0 0
}
.uppy-DashboardContent-addMore:focus {
outline: none
}
.uppy-DashboardContent-addMore::-moz-focus-inner {
border: 0
}
.uppy-DashboardContent-addMore:hover {
color: #1b5dab
}
.uppy-DashboardContent-addMore:focus {
background-color: #eceef2
}
.uppy-size--md .uppy-DashboardContent-addMore {
font-size: 14px;
width: auto;
height: auto;
margin-right: -8px
}
.uppy-DashboardContent-addMore svg {
vertical-align: baseline;
margin-right: 4px
}
.uppy-size--md .uppy-DashboardContent-addMore svg {
width: 11px;
height: 11px
}
.uppy-DashboardContent-addMoreCaption {
display: none
}
.uppy-size--md .uppy-DashboardContent-addMoreCaption {
display: inline
}
.uppy-DashboardContent-panel {
background-color: #f5f5f5;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex: 1;
flex: 1
}
.uppy-Dashboard-AddFilesPanel,
.uppy-DashboardContent-panel {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
z-index: 1005;
border-radius: 5px;
display: -ms-flexbox;
display: flex
}
.uppy-Dashboard-AddFilesPanel {
background: #fafafa;
background: linear-gradient(0deg, #fafafa 35%, hsla(0, 0%, 98%, .85));
box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
-ms-flex-direction: column;
flex-direction: column
}
.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files {
filter: blur(2px)
}
.uppy-Dashboard-progress {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 12%
}
.uppy-Dashboard-progressBarContainer.is-active {
z-index: 1004;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.uppy-Dashboard-filesContainer {
position: relative;
overflow-y: hidden;
margin: 0;
-ms-flex: 1;
flex: 1
}
.uppy-Dashboard-filesContainer:after {
content: "";
display: table;
clear: both
}
.uppy-Dashboard-files {
margin: 0;
padding: 0 0 10px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-ms-flex: 1;
flex: 1
}
.uppy-size--md .uppy-Dashboard-files {
padding-top: 10px
}
.uppy-Dashboard-dropFilesHereHint {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
visibility: hidden;
position: absolute;
top: 7px;
right: 7px;
bottom: 7px;
left: 7px;
padding-top: 90px;
border: 1px dashed #2275d7;
border-radius: 3px;
z-index: 2000;
text-align: center;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 11-1.414 1.414L25 16.414V34a1 1 0 11-2 0V16.414l-5.293 5.293a.999.999 0 11-1.414-1.414l7-7a.999.999 0 011.414 0l7 7z' fill='%232275D7'/%3E%3C/svg%3E");
background-position: 50% 50%;
background-repeat: no-repeat;
color: #707070;
font-size: 16px
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint {
visibility: visible
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar {
opacity: .15
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardAddFiles {
opacity: .03
}
.uppy-Dashboard-dropFilesTitle {
max-width: 300px;
text-align: center;
font-size: 16px;
line-height: 1.35;
font-weight: 400;
color: #525252;
margin: auto;
padding: 0 15px
}
.uppy-size--md .uppy-Dashboard-dropFilesTitle {
max-width: 470px;
font-size: 27px
}
.uppy-Dashboard-note {
font-size: 14px;
line-height: 1.25;
text-align: center;
color: #757575;
max-width: 350px;
margin: auto;
padding: 0 15px
}
.uppy-size--md .uppy-Dashboard-note {
font-size: 16px;
line-height: 1.35;
max-width: 600px
}
a.uppy-Dashboard-poweredBy {
display: inline-block;
text-align: center;
font-size: 11px;
color: #939393;
text-decoration: none;
margin-top: 8px
}
.uppy-Dashboard-poweredByIcon {
stroke: #939393;
fill: none;
margin-left: 1px;
margin-right: 1px;
position: relative;
top: 1px;
opacity: .9;
vertical-align: text-top
}
.uppy-DashboardItem-previewIcon {
width: 25px;
height: 25px;
z-index: 100;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.uppy-size--md .uppy-DashboardItem-previewIcon {
width: 38px;
height: 38px
}
.uppy-DashboardItem-previewIcon svg {
width: 100%;
height: 100%
}
.uppy-DashboardItem-previewIconWrap {
height: 76px;
max-height: 75%;
position: relative
}
.uppy-DashboardItem-previewIconBg {
width: 100%;
height: 100%;
filter: drop-shadow(rgba(0, 0, 0, .1) 0 1px 1px)
}
.uppy-Dashboard-upload {
position: relative;
width: 50px;
height: 50px
}
.uppy-size--md .uppy-Dashboard-upload {
width: 60px;
height: 60px
}
.uppy-Dashboard-upload .UppyIcon {
position: relative;
top: 1px;
width: 50%
}
.uppy-Dashboard-uploadCount {
position: absolute;
top: -12px;
right: -12px;
background-color: #1bb240;
color: #fff;
border-radius: 50%;
width: 16px;
height: 16px;
line-height: 16px;
font-size: 8px
}
.uppy-size--md .uppy-Dashboard-uploadCount {
width: 18px;
height: 18px;
line-height: 18px;
font-size: 9px
}
.uppy-DragDrop-container {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 7px;
background-color: #fff;
cursor: pointer;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
max-width: 100%
}
.uppy-DragDrop-container:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .4)
}
.uppy-DragDrop-container::-moz-focus-inner {
border: 0
}
.uppy-DragDrop-inner {
margin: 0;
text-align: center;
padding: 80px 20px;
line-height: 1.4
}
.uppy-DragDrop-input {
width: .1px;
height: .1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1
}
.uppy-DragDrop-arrow {
width: 60px;
height: 60px;
fill: #e0e0e0;
margin-bottom: 17px
}
.uppy-DragDrop--is-dragdrop-supported {
border: 2px dashed #adadad
}
.uppy-DragDrop--isDraggingOver {
border: 2px dashed #2275d7;
background: #eaeaea
}
.uppy-DragDrop--isDraggingOver .uppy-DragDrop-arrow {
fill: #939393
}
.uppy-DragDrop-label {
display: block;
cursor: pointer;
font-size: 1.15em;
margin-bottom: 5px
}
.uppy-DragDrop-note {
font-size: 1em;
color: #adadad
}
.uppy-DragDrop-browse {
color: #2275d7
}
.uppy-FileInput-container {
margin-bottom: 15px
}
.uppy-FileInput-btn {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
margin: 0;
color: inherit;
font-family: sans-serif;
font-size: .85em;
padding: 10px 15px;
color: #14457f;
border: 1px solid #14457f;
border-radius: 8px;
cursor: pointer
}
.uppy-FileInput-btn:hover {
background-color: #14457f;
color: #fff
}
.uppy-ProgressBar {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
z-index: 10000;
transition: height .2s
}
.uppy-ProgressBar[aria-hidden=true] {
height: 0
}
.uppy-ProgressBar-inner {
background-color: #2275d7;
box-shadow: 0 0 10px rgba(34, 117, 215, .7);
height: 100%;
width: 0;
transition: width .4s ease
}
.uppy-ProgressBar-percentage {
display: none;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff
}
.uppy-Url {
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex: 1;
flex: 1
}
.uppy-Url-input {
width: 90%;
max-width: 650px;
margin-bottom: 15px
}
.uppy-size--md .uppy-Url-input {
margin-bottom: 20px
}
.uppy-Url-importButton {
padding: 13px 25px
}
.uppy-size--md .uppy-Url-importButton {
padding: 13px 30px
}
.uppy-Webcam-container {
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column
}
.uppy-Webcam-videoContainer {
width: 100%;
-ms-flex: 1;
flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
overflow: hidden;
background-color: #333;
text-align: center;
position: relative
}
.uppy-Webcam-video {
max-width: 100%;
max-height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto
}
.uppy-Webcam-video--mirrored {
transform: scaleX(-1)
}
.uppy-Webcam-buttonContainer {
width: 100%;
height: 75px;
border-top: 1px solid #eaeaea;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 20px
}
.uppy-Webcam-button {
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #e32437;
color: #fff;
cursor: pointer;
transition: all .3s
}
.uppy-Webcam-button svg {
width: 30px;
height: 30px;
max-width: 100%;
max-height: 100%;
display: inline-block;
vertical-align: text-top;
overflow: hidden;
fill: currentColor
}
.uppy-size--md .uppy-Webcam-button {
width: 60px;
height: 60px
}
.uppy-Webcam-button:hover {
background-color: #d31b2d
}
.uppy-Webcam-button:focus {
outline: none;
box-shadow: 0 0 0 .2rem rgba(34, 117, 215, .5)
}
.uppy-Webcam-button--picture {
margin-right: 12px
}
.uppy-Webcam-permissons {
padding: 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
height: 100%;
-ms-flex: 1;
flex: 1
}
.uppy-Webcam-permissons p {
max-width: 450px;
line-height: 1.3
}
.uppy-Webcam-title {
font-size: 22px;
line-height: 1.35;
font-weight: 400;
margin: 0 0 5px;
padding: 0 15px;
max-width: 500px;
text-align: center;
color: #333
}
.uppy-Webcam-permissons p {
text-align: center;
line-height: 1.45;
color: #939393;
margin: 0
}
.uppy-Webcam-permissonsIcon svg {
width: 100px;
height: 75px;
color: #bbb;
margin-bottom: 30px
}
/*
* FooTable v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.1.5
* @link http://fooplugins.com
* @copyright <NAME> & <NAME> 2015
* @license Released under the GPLv3 license.
*/
table.footable-details,
table.footable>thead>tr.footable-filtering>th div.form-group {
margin-bottom: 0
}
table.footable,
table.footable-details {
position: relative;
width: 100%;
border-spacing: 0;
border-collapse: collapse
}
table.footable-hide-fouc {
display: none
}
table>tbody>tr>td>span.footable-toggle {
margin-right: 8px;
opacity: .3
}
table>tbody>tr>td>span.footable-toggle.last-column {
margin-left: 8px;
float: right
}
table.table-condensed>tbody>tr>td>span.footable-toggle {
margin-right: 5px
}
table.footable-details>tbody>tr>th:nth-child(1) {
min-width: 40px;
width: 120px
}
table.footable-details>tbody>tr>td:nth-child(2) {
word-break: break-all
}
table.footable-details>tbody>tr:first-child>td,
table.footable-details>tbody>tr:first-child>th,
table.footable-details>tfoot>tr:first-child>td,
table.footable-details>tfoot>tr:first-child>th,
table.footable-details>thead>tr:first-child>td,
table.footable-details>thead>tr:first-child>th {
border-top-width: 0
}
table.footable-details.table-bordered>tbody>tr:first-child>td,
table.footable-details.table-bordered>tbody>tr:first-child>th,
table.footable-details.table-bordered>tfoot>tr:first-child>td,
table.footable-details.table-bordered>tfoot>tr:first-child>th,
table.footable-details.table-bordered>thead>tr:first-child>td,
table.footable-details.table-bordered>thead>tr:first-child>th {
border-top-width: 1px
}
div.footable-loader {
vertical-align: middle;
text-align: center;
height: 300px;
position: relative
}
div.footable-loader>span.fooicon {
display: inline-block;
opacity: .3;
font-size: 30px;
line-height: 32px;
width: 32px;
height: 32px;
margin-top: -16px;
margin-left: -16px;
position: absolute;
top: 50%;
left: 50%;
-webkit-animation: fooicon-spin-r 2s infinite linear;
animation: fooicon-spin-r 2s infinite linear
}
table.footable>tbody>tr.footable-empty>td {
vertical-align: middle;
text-align: center;
font-size: 30px
}
table.footable>tbody>tr>td,
table.footable>tbody>tr>th {
display: none
}
table.footable>tbody>tr.footable-detail-row>td,
table.footable>tbody>tr.footable-detail-row>th,
table.footable>tbody>tr.footable-empty>td,
table.footable>tbody>tr.footable-empty>th {
display: table-cell
}
@-webkit-keyframes fooicon-spin-r {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes fooicon-spin-r {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.fooicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings'!important;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.fooicon:after,
.fooicon:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.fooicon-loader:before {
content: "\e030"
}
.fooicon-plus:before {
content: "\2b"
}
.fooicon-minus:before {
content: "\2212"
}
.fooicon-search:before {
content: "\e003"
}
.fooicon-remove:before {
content: "\e014"
}
.fooicon-sort:before {
content: "\e150"
}
.fooicon-sort-asc:before {
content: "\e155"
}
.fooicon-sort-desc:before {
content: "\e156"
}
.fooicon-pencil:before {
content: "\270f"
}
.fooicon-trash:before {
content: "\e020"
}
.fooicon-eye-close:before {
content: "\e106"
}
.fooicon-flash:before {
content: "\e162"
}
.fooicon-cog:before {
content: "\e019"
}
.fooicon-stats:before {
content: "\e185"
}
table.footable>thead>tr.footable-filtering>th {
border-bottom-width: 1px;
font-weight: 400
}
.footable-filtering-external.footable-filtering-right,
table.footable.footable-filtering-right>thead>tr.footable-filtering>th,
table.footable>thead>tr.footable-filtering>th {
text-align: right
}
.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left>thead>tr.footable-filtering>th {
text-align: left
}
.footable-filtering-external.footable-filtering-center,
.footable-paging-external.footable-paging-center,
table.footable-paging-center>tfoot>tr.footable-paging>td,
table.footable.footable-filtering-center>thead>tr.footable-filtering>th,
table.footable>tfoot>tr.footable-paging>td {
text-align: center
}
table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group {
margin-top: 5px
}
table.footable>thead>tr.footable-filtering>th div.input-group {
width: 100%
}
.footable-filtering-external ul.dropdown-menu>li>a.checkbox,
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox {
margin: 0;
display: block;
position: relative
}
.footable-filtering-external ul.dropdown-menu>li>a.checkbox>label,
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox>label {
display: block;
padding-left: 20px
}
.footable-filtering-external ul.dropdown-menu>li>a.checkbox input[type=checkbox],
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox input[type=checkbox] {
position: absolute;
margin-left: -20px
}
@media (min-width:768px) {
table.footable>thead>tr.footable-filtering>th div.input-group {
width: auto
}
table.footable>thead>tr.footable-filtering>th div.form-group {
margin-left: 2px;
margin-right: 2px
}
table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group {
margin-top: 0
}
}
table.footable>tbody>tr>td.footable-sortable,
table.footable>tbody>tr>th.footable-sortable,
table.footable>tfoot>tr>td.footable-sortable,
table.footable>tfoot>tr>th.footable-sortable,
table.footable>thead>tr>td.footable-sortable,
table.footable>thead>tr>th.footable-sortable {
position: relative;
padding-right: 30px;
cursor: pointer
}
td.footable-sortable>span.fooicon,
th.footable-sortable>span.fooicon {
position: absolute;
right: 6px;
top: 50%;
margin-top: -7px;
opacity: 0;
transition: opacity .3s ease-in
}
td.footable-sortable.footable-asc>span.fooicon,
td.footable-sortable.footable-desc>span.fooicon,
td.footable-sortable:hover>span.fooicon,
th.footable-sortable.footable-asc>span.fooicon,
th.footable-sortable.footable-desc>span.fooicon,
th.footable-sortable:hover>span.fooicon {
opacity: 1
}
table.footable-sorting-disabled td.footable-sortable.footable-asc>span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc>span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover>span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc>span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc>span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover>span.fooicon {
opacity: 0;
visibility: hidden
}
.footable-paging-external ul.pagination,
table.footable>tfoot>tr.footable-paging>td>ul.pagination {
margin: 10px 0 0
}
.footable-paging-external span.label,
table.footable>tfoot>tr.footable-paging>td>span.label {
display: inline-block;
margin: 0 0 10px;
padding: 4px 10px
}
.footable-paging-external.footable-paging-left,
table.footable-paging-left>tfoot>tr.footable-paging>td {
text-align: left
}
.footable-paging-external.footable-paging-right,
table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing,
table.footable-paging-right>tfoot>tr.footable-paging>td {
text-align: right
}
ul.pagination>li.footable-page {
display: none
}
ul.pagination>li.footable-page.visible {
display: inline
}
td.footable-editing {
width: 90px;
max-width: 90px
}
table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-view td.footable-editing {
width: 70px;
max-width: 70px
}
table.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing {
width: 50px;
max-width: 50px
}
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
width: 0;
max-width: 0;
display: none!important
}
table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
text-align: left
}
table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
display: none
}
table.footable-editing.footable-editing-always-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide {
display: inline-block
}
/*! nouislider - 14.6.2 - 9/16/2020 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.noUi-target {
position: relative
}
.noUi-base,
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1
}
.noUi-connects {
overflow: hidden;
z-index: 0
}
.noUi-connect,
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
right: 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-webkit-transform-style: preserve-3d;
transform-origin: 0 0;
transform-style: flat
}
.noUi-connect {
height: 100%;
width: 100%
}
.noUi-origin {
height: 10%;
width: 10%
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
left: 0;
right: auto
}
.noUi-vertical .noUi-origin {
width: 0
}
.noUi-horizontal .noUi-origin {
height: 0
}
.noUi-handle {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute
}
.noUi-touch-area {
height: 100%;
width: 100%
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: transform .3s;
transition: transform .3s
}
.noUi-state-drag * {
cursor: inherit!important
}
.noUi-horizontal {
height: 18px
}
.noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
right: -17px;
top: -6px
}
.noUi-vertical {
width: 18px
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
right: -6px;
top: -17px
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
left: -17px;
right: auto
}
.noUi-target {
background: #FAFAFA;
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}
.noUi-connects {
border-radius: 3px
}
.noUi-connect {
background: #3FB8AF
}
.noUi-draggable {
cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
cursor: ns-resize
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}
.noUi-handle:after,
.noUi-handle:before {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px
}
.noUi-handle:after {
left: 17px
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
width: 14px;
height: 1px;
left: 6px;
top: 14px
}
.noUi-vertical .noUi-handle:after {
top: 17px
}
[disabled] .noUi-connect {
background: #B8B8B8
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
cursor: not-allowed
}
.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box
}
.noUi-pips {
position: absolute;
color: #999
}
.noUi-value {
position: absolute;
white-space: nowrap;
text-align: center
}
.noUi-value-sub {
color: #ccc;
font-size: 10px
}
.noUi-marker {
position: absolute;
background: #CCC
}
.noUi-marker-sub {
background: #AAA
}
.noUi-marker-large {
background: #AAA
}
.noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%)
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%)
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px
}
.noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%)
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px
}
.noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px;
text-align: center;
white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
bottom: 120%
}
.noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 120%
}
.noUi-horizontal .noUi-origin>.noUi-tooltip {
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
left: auto;
bottom: 10px
}
.noUi-vertical .noUi-origin>.noUi-tooltip {
-webkit-transform: translate(0, -18px);
transform: translate(0, -18px);
top: auto;
right: 28px
}
/*slick carousel 1.9.0*/
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: 0
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,
.slick-track:before {
display: table;
content: ''
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
/*# sourceMappingURL=slick.min.css.map */
/*international telephone number select input*/
.iti {
position: relative;
display: inline-block
}
.iti * {
box-sizing: border-box;
-moz-box-sizing: border-box
}
.iti__hide {
display: none
}
.iti__v-hide {
visibility: hidden
}
.iti input,
.iti input[type=tel],
.iti input[type=text] {
position: relative;
z-index: 0;
margin-top: 0!important;
margin-bottom: 0!important;
padding-right: 36px;
margin-right: 0
}
.iti__flag-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 1px
}
.iti__selected-flag {
z-index: 1;
position: relative;
display: flex;
align-items: center;
height: 100%;
padding: 0 6px 0 8px
}
.iti__arrow {
margin-left: 6px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid #555
}
.iti__arrow--up {
border-top: none;
border-bottom: 4px solid #555
}
.iti__country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0;
margin: 0 0 0 -1px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
background-color: #fff;
border: 1px solid #ccc;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch
}
.iti__country-list--dropup {
bottom: 100%;
margin-bottom: -1px
}
@media (max-width:500px) {
.iti__country-list {
white-space: normal
}
}
.iti__flag-box {
display: inline-block;
width: 20px
}
.iti__divider {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #ccc
}
.iti__country {
padding: 5px 10px;
outline: 0
}
.iti__dial-code {
color: #999
}
.iti__country.iti__highlight {
background-color: rgba(0, 0, 0, .05)
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
vertical-align: middle
}
.iti__country-name,
.iti__flag-box {
margin-right: 6px
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
padding-right: 6px;
padding-left: 52px;
margin-left: 0
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
right: auto;
left: 0
}
.iti--allow-dropdown .iti__flag-container:hover {
cursor: pointer
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background-color: rgba(0, 0, 0, .05)
}
.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
cursor: default
}
.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
background-color: transparent
}
.iti--separate-dial-code .iti__selected-flag {
background-color: rgba(0, 0, 0, .05)
}
.iti--separate-dial-code .iti__selected-dial-code {
margin-left: 6px
}
.iti--container {
position: absolute;
top: -1000px;
left: -1000px;
z-index: 1060;
padding: 1px
}
.iti--container:hover {
cursor: pointer
}
.iti-mobile .iti--container {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
position: fixed
}
.iti-mobile .iti__country-list {
max-height: 100%;
width: 100%
}
.iti-mobile .iti__country {
padding: 10px 10px;
line-height: 1.5em
}
.iti__flag {
width: 20px
}
.iti__flag.iti__be {
width: 18px
}
.iti__flag.iti__ch {
width: 15px
}
.iti__flag.iti__mc {
width: 19px
}
.iti__flag.iti__ne {
width: 18px
}
.iti__flag.iti__np {
width: 13px
}
.iti__flag.iti__va {
width: 15px
}
@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
.iti__flag {
background-size: 5652px 15px
}
}
.iti__flag.iti__ac {
height: 10px;
background-position: 0 0
}
.iti__flag.iti__ad {
height: 14px;
background-position: -22px 0
}
.iti__flag.iti__ae {
height: 10px;
background-position: -44px 0
}
.iti__flag.iti__af {
height: 14px;
background-position: -66px 0
}
.iti__flag.iti__ag {
height: 14px;
background-position: -88px 0
}
.iti__flag.iti__ai {
height: 10px;
background-position: -110px 0
}
.iti__flag.iti__al {
height: 15px;
background-position: -132px 0
}
.iti__flag.iti__am {
height: 10px;
background-position: -154px 0
}
.iti__flag.iti__ao {
height: 14px;
background-position: -176px 0
}
.iti__flag.iti__aq {
height: 14px;
background-position: -198px 0
}
.iti__flag.iti__ar {
height: 13px;
background-position: -220px 0
}
.iti__flag.iti__as {
height: 10px;
background-position: -242px 0
}
.iti__flag.iti__at {
height: 14px;
background-position: -264px 0
}
.iti__flag.iti__au {
height: 10px;
background-position: -286px 0
}
.iti__flag.iti__aw {
height: 14px;
background-position: -308px 0
}
.iti__flag.iti__ax {
height: 13px;
background-position: -330px 0
}
.iti__flag.iti__az {
height: 10px;
background-position: -352px 0
}
.iti__flag.iti__ba {
height: 10px;
background-position: -374px 0
}
.iti__flag.iti__bb {
height: 14px;
background-position: -396px 0
}
.iti__flag.iti__bd {
height: 12px;
background-position: -418px 0
}
.iti__flag.iti__be {
height: 15px;
background-position: -440px 0
}
.iti__flag.iti__bf {
height: 14px;
background-position: -460px 0
}
.iti__flag.iti__bg {
height: 12px;
background-position: -482px 0
}
.iti__flag.iti__bh {
height: 12px;
background-position: -504px 0
}
.iti__flag.iti__bi {
height: 12px;
background-position: -526px 0
}
.iti__flag.iti__bj {
height: 14px;
background-position: -548px 0
}
.iti__flag.iti__bl {
height: 14px;
background-position: -570px 0
}
.iti__flag.iti__bm {
height: 10px;
background-position: -592px 0
}
.iti__flag.iti__bn {
height: 10px;
background-position: -614px 0
}
.iti__flag.iti__bo {
height: 14px;
background-position: -636px 0
}
.iti__flag.iti__bq {
height: 14px;
background-position: -658px 0
}
.iti__flag.iti__br {
height: 14px;
background-position: -680px 0
}
.iti__flag.iti__bs {
height: 10px;
background-position: -702px 0
}
.iti__flag.iti__bt {
height: 14px;
background-position: -724px 0
}
.iti__flag.iti__bv {
height: 15px;
background-position: -746px 0
}
.iti__flag.iti__bw {
height: 14px;
background-position: -768px 0
}
.iti__flag.iti__by {
height: 10px;
background-position: -790px 0
}
.iti__flag.iti__bz {
height: 14px;
background-position: -812px 0
}
.iti__flag.iti__ca {
height: 10px;
background-position: -834px 0
}
.iti__flag.iti__cc {
height: 10px;
background-position: -856px 0
}
.iti__flag.iti__cd {
height: 15px;
background-position: -878px 0
}
.iti__flag.iti__cf {
height: 14px;
background-position: -900px 0
}
.iti__flag.iti__cg {
height: 14px;
background-position: -922px 0
}
.iti__flag.iti__ch {
height: 15px;
background-position: -944px 0
}
.iti__flag.iti__ci {
height: 14px;
background-position: -961px 0
}
.iti__flag.iti__ck {
height: 10px;
background-position: -983px 0
}
.iti__flag.iti__cl {
height: 14px;
background-position: -1005px 0
}
.iti__flag.iti__cm {
height: 14px;
background-position: -1027px 0
}
.iti__flag.iti__cn {
height: 14px;
background-position: -1049px 0
}
.iti__flag.iti__co {
height: 14px;
background-position: -1071px 0
}
.iti__flag.iti__cp {
height: 14px;
background-position: -1093px 0
}
.iti__flag.iti__cr {
height: 12px;
background-position: -1115px 0
}
.iti__flag.iti__cu {
height: 10px;
background-position: -1137px 0
}
.iti__flag.iti__cv {
height: 12px;
background-position: -1159px 0
}
.iti__flag.iti__cw {
height: 14px;
background-position: -1181px 0
}
.iti__flag.iti__cx {
height: 10px;
background-position: -1203px 0
}
.iti__flag.iti__cy {
height: 14px;
background-position: -1225px 0
}
.iti__flag.iti__cz {
height: 14px;
background-position: -1247px 0
}
.iti__flag.iti__de {
height: 12px;
background-position: -1269px 0
}
.iti__flag.iti__dg {
height: 10px;
background-position: -1291px 0
}
.iti__flag.iti__dj {
height: 14px;
background-position: -1313px 0
}
.iti__flag.iti__dk {
height: 15px;
background-position: -1335px 0
}
.iti__flag.iti__dm {
height: 10px;
background-position: -1357px 0
}
.iti__flag.iti__do {
height: 14px;
background-position: -1379px 0
}
.iti__flag.iti__dz {
height: 14px;
background-position: -1401px 0
}
.iti__flag.iti__ea {
height: 14px;
background-position: -1423px 0
}
.iti__flag.iti__ec {
height: 14px;
background-position: -1445px 0
}
.iti__flag.iti__ee {
height: 13px;
background-position: -1467px 0
}
.iti__flag.iti__eg {
height: 14px;
background-position: -1489px 0
}
.iti__flag.iti__eh {
height: 10px;
background-position: -1511px 0
}
.iti__flag.iti__er {
height: 10px;
background-position: -1533px 0
}
.iti__flag.iti__es {
height: 14px;
background-position: -1555px 0
}
.iti__flag.iti__et {
height: 10px;
background-position: -1577px 0
}
.iti__flag.iti__eu {
height: 14px;
background-position: -1599px 0
}
.iti__flag.iti__fi {
height: 12px;
background-position: -1621px 0
}
.iti__flag.iti__fj {
height: 10px;
background-position: -1643px 0
}
.iti__flag.iti__fk {
height: 10px;
background-position: -1665px 0
}
.iti__flag.iti__fm {
height: 11px;
background-position: -1687px 0
}
.iti__flag.iti__fo {
height: 15px;
background-position: -1709px 0
}
.iti__flag.iti__fr {
height: 14px;
background-position: -1731px 0
}
.iti__flag.iti__ga {
height: 15px;
background-position: -1753px 0
}
.iti__flag.iti__gb {
height: 10px;
background-position: -1775px 0
}
.iti__flag.iti__gd {
height: 12px;
background-position: -1797px 0
}
.iti__flag.iti__ge {
height: 14px;
background-position: -1819px 0
}
.iti__flag.iti__gf {
height: 14px;
background-position: -1841px 0
}
.iti__flag.iti__gg {
height: 14px;
background-position: -1863px 0
}
.iti__flag.iti__gh {
height: 14px;
background-position: -1885px 0
}
.iti__flag.iti__gi {
height: 10px;
background-position: -1907px 0
}
.iti__flag.iti__gl {
height: 14px;
background-position: -1929px 0
}
.iti__flag.iti__gm {
height: 14px;
background-position: -1951px 0
}
.iti__flag.iti__gn {
height: 14px;
background-position: -1973px 0
}
.iti__flag.iti__gp {
height: 14px;
background-position: -1995px 0
}
.iti__flag.iti__gq {
height: 14px;
background-position: -2017px 0
}
.iti__flag.iti__gr {
height: 14px;
background-position: -2039px 0
}
.iti__flag.iti__gs {
height: 10px;
background-position: -2061px 0
}
.iti__flag.iti__gt {
height: 13px;
background-position: -2083px 0
}
.iti__flag.iti__gu {
height: 11px;
background-position: -2105px 0
}
.iti__flag.iti__gw {
height: 10px;
background-position: -2127px 0
}
.iti__flag.iti__gy {
height: 12px;
background-position: -2149px 0
}
.iti__flag.iti__hk {
height: 14px;
background-position: -2171px 0
}
.iti__flag.iti__hm {
height: 10px;
background-position: -2193px 0
}
.iti__flag.iti__hn {
height: 10px;
background-position: -2215px 0
}
.iti__flag.iti__hr {
height: 10px;
background-position: -2237px 0
}
.iti__flag.iti__ht {
height: 12px;
background-position: -2259px 0
}
.iti__flag.iti__hu {
height: 10px;
background-position: -2281px 0
}
.iti__flag.iti__ic {
height: 14px;
background-position: -2303px 0
}
.iti__flag.iti__id {
height: 14px;
background-position: -2325px 0
}
.iti__flag.iti__ie {
height: 10px;
background-position: -2347px 0
}
.iti__flag.iti__il {
height: 15px;
background-position: -2369px 0
}
.iti__flag.iti__im {
height: 10px;
background-position: -2391px 0
}
.iti__flag.iti__in {
height: 14px;
background-position: -2413px 0
}
.iti__flag.iti__io {
height: 10px;
background-position: -2435px 0
}
.iti__flag.iti__iq {
height: 14px;
background-position: -2457px 0
}
.iti__flag.iti__ir {
height: 12px;
background-position: -2479px 0
}
.iti__flag.iti__is {
height: 15px;
background-position: -2501px 0
}
.iti__flag.iti__it {
height: 14px;
background-position: -2523px 0
}
.iti__flag.iti__je {
height: 12px;
background-position: -2545px 0
}
.iti__flag.iti__jm {
height: 10px;
background-position: -2567px 0
}
.iti__flag.iti__jo {
height: 10px;
background-position: -2589px 0
}
.iti__flag.iti__jp {
height: 14px;
background-position: -2611px 0
}
.iti__flag.iti__ke {
height: 14px;
background-position: -2633px 0
}
.iti__flag.iti__kg {
height: 12px;
background-position: -2655px 0
}
.iti__flag.iti__kh {
height: 13px;
background-position: -2677px 0
}
.iti__flag.iti__ki {
height: 10px;
background-position: -2699px 0
}
.iti__flag.iti__km {
height: 12px;
background-position: -2721px 0
}
.iti__flag.iti__kn {
height: 14px;
background-position: -2743px 0
}
.iti__flag.iti__kp {
height: 10px;
background-position: -2765px 0
}
.iti__flag.iti__kr {
height: 14px;
background-position: -2787px 0
}
.iti__flag.iti__kw {
height: 10px;
background-position: -2809px 0
}
.iti__flag.iti__ky {
height: 10px;
background-position: -2831px 0
}
.iti__flag.iti__kz {
height: 10px;
background-position: -2853px 0
}
.iti__flag.iti__la {
height: 14px;
background-position: -2875px 0
}
.iti__flag.iti__lb {
height: 14px;
background-position: -2897px 0
}
.iti__flag.iti__lc {
height: 10px;
background-position: -2919px 0
}
.iti__flag.iti__li {
height: 12px;
background-position: -2941px 0
}
.iti__flag.iti__lk {
height: 10px;
background-position: -2963px 0
}
.iti__flag.iti__lr {
height: 11px;
background-position: -2985px 0
}
.iti__flag.iti__ls {
height: 14px;
background-position: -3007px 0
}
.iti__flag.iti__lt {
height: 12px;
background-position: -3029px 0
}
.iti__flag.iti__lu {
height: 12px;
background-position: -3051px 0
}
.iti__flag.iti__lv {
height: 10px;
background-position: -3073px 0
}
.iti__flag.iti__ly {
height: 10px;
background-position: -3095px 0
}
.iti__flag.iti__ma {
height: 14px;
background-position: -3117px 0
}
.iti__flag.iti__mc {
height: 15px;
background-position: -3139px 0
}
.iti__flag.iti__md {
height: 10px;
background-position: -3160px 0
}
.iti__flag.iti__me {
height: 10px;
background-position: -3182px 0
}
.iti__flag.iti__mf {
height: 14px;
background-position: -3204px 0
}
.iti__flag.iti__mg {
height: 14px;
background-position: -3226px 0
}
.iti__flag.iti__mh {
height: 11px;
background-position: -3248px 0
}
.iti__flag.iti__mk {
height: 10px;
background-position: -3270px 0
}
.iti__flag.iti__ml {
height: 14px;
background-position: -3292px 0
}
.iti__flag.iti__mm {
height: 14px;
background-position: -3314px 0
}
.iti__flag.iti__mn {
height: 10px;
background-position: -3336px 0
}
.iti__flag.iti__mo {
height: 14px;
background-position: -3358px 0
}
.iti__flag.iti__mp {
height: 10px;
background-position: -3380px 0
}
.iti__flag.iti__mq {
height: 14px;
background-position: -3402px 0
}
.iti__flag.iti__mr {
height: 14px;
background-position: -3424px 0
}
.iti__flag.iti__ms {
height: 10px;
background-position: -3446px 0
}
.iti__flag.iti__mt {
height: 14px;
background-position: -3468px 0
}
.iti__flag.iti__mu {
height: 14px;
background-position: -3490px 0
}
.iti__flag.iti__mv {
height: 14px;
background-position: -3512px 0
}
.iti__flag.iti__mw {
height: 14px;
background-position: -3534px 0
}
.iti__flag.iti__mx {
height: 12px;
background-position: -3556px 0
}
.iti__flag.iti__my {
height: 10px;
background-position: -3578px 0
}
.iti__flag.iti__mz {
height: 14px;
background-position: -3600px 0
}
.iti__flag.iti__na {
height: 14px;
background-position: -3622px 0
}
.iti__flag.iti__nc {
height: 10px;
background-position: -3644px 0
}
.iti__flag.iti__ne {
height: 15px;
background-position: -3666px 0
}
.iti__flag.iti__nf {
height: 10px;
background-position: -3686px 0
}
.iti__flag.iti__ng {
height: 10px;
background-position: -3708px 0
}
.iti__flag.iti__ni {
height: 12px;
background-position: -3730px 0
}
.iti__flag.iti__nl {
height: 14px;
background-position: -3752px 0
}
.iti__flag.iti__no {
height: 15px;
background-position: -3774px 0
}
.iti__flag.iti__np {
height: 15px;
background-position: -3796px 0
}
.iti__flag.iti__nr {
height: 10px;
background-position: -3811px 0
}
.iti__flag.iti__nu {
height: 10px;
background-position: -3833px 0
}
.iti__flag.iti__nz {
height: 10px;
background-position: -3855px 0
}
.iti__flag.iti__om {
height: 10px;
background-position: -3877px 0
}
.iti__flag.iti__pa {
height: 14px;
background-position: -3899px 0
}
.iti__flag.iti__pe {
height: 14px;
background-position: -3921px 0
}
.iti__flag.iti__pf {
height: 14px;
background-position: -3943px 0
}
.iti__flag.iti__pg {
height: 15px;
background-position: -3965px 0
}
.iti__flag.iti__ph {
height: 10px;
background-position: -3987px 0
}
.iti__flag.iti__pk {
height: 14px;
background-position: -4009px 0
}
.iti__flag.iti__pl {
height: 13px;
background-position: -4031px 0
}
.iti__flag.iti__pm {
height: 14px;
background-position: -4053px 0
}
.iti__flag.iti__pn {
height: 10px;
background-position: -4075px 0
}
.iti__flag.iti__pr {
height: 14px;
background-position: -4097px 0
}
.iti__flag.iti__ps {
height: 10px;
background-position: -4119px 0
}
.iti__flag.iti__pt {
height: 14px;
background-position: -4141px 0
}
.iti__flag.iti__pw {
height: 13px;
background-position: -4163px 0
}
.iti__flag.iti__py {
height: 11px;
background-position: -4185px 0
}
.iti__flag.iti__qa {
height: 8px;
background-position: -4207px 0
}
.iti__flag.iti__re {
height: 14px;
background-position: -4229px 0
}
.iti__flag.iti__ro {
height: 14px;
background-position: -4251px 0
}
.iti__flag.iti__rs {
height: 14px;
background-position: -4273px 0
}
.iti__flag.iti__ru {
height: 14px;
background-position: -4295px 0
}
.iti__flag.iti__rw {
height: 14px;
background-position: -4317px 0
}
.iti__flag.iti__sa {
height: 14px;
background-position: -4339px 0
}
.iti__flag.iti__sb {
height: 10px;
background-position: -4361px 0
}
.iti__flag.iti__sc {
height: 10px;
background-position: -4383px 0
}
.iti__flag.iti__sd {
height: 10px;
background-position: -4405px 0
}
.iti__flag.iti__se {
height: 13px;
background-position: -4427px 0
}
.iti__flag.iti__sg {
height: 14px;
background-position: -4449px 0
}
.iti__flag.iti__sh {
height: 10px;
background-position: -4471px 0
}
.iti__flag.iti__si {
height: 10px;
background-position: -4493px 0
}
.iti__flag.iti__sj {
height: 15px;
background-position: -4515px 0
}
.iti__flag.iti__sk {
height: 14px;
background-position: -4537px 0
}
.iti__flag.iti__sl {
height: 14px;
background-position: -4559px 0
}
.iti__flag.iti__sm {
height: 15px;
background-position: -4581px 0
}
.iti__flag.iti__sn {
height: 14px;
background-position: -4603px 0
}
.iti__flag.iti__so {
height: 14px;
background-position: -4625px 0
}
.iti__flag.iti__sr {
height: 14px;
background-position: -4647px 0
}
.iti__flag.iti__ss {
height: 10px;
background-position: -4669px 0
}
.iti__flag.iti__st {
height: 10px;
background-position: -4691px 0
}
.iti__flag.iti__sv {
height: 12px;
background-position: -4713px 0
}
.iti__flag.iti__sx {
height: 14px;
background-position: -4735px 0
}
.iti__flag.iti__sy {
height: 14px;
background-position: -4757px 0
}
.iti__flag.iti__sz {
height: 14px;
background-position: -4779px 0
}
.iti__flag.iti__ta {
height: 10px;
background-position: -4801px 0
}
.iti__flag.iti__tc {
height: 10px;
background-position: -4823px 0
}
.iti__flag.iti__td {
height: 14px;
background-position: -4845px 0
}
.iti__flag.iti__tf {
height: 14px;
background-position: -4867px 0
}
.iti__flag.iti__tg {
height: 13px;
background-position: -4889px 0
}
.iti__flag.iti__th {
height: 14px;
background-position: -4911px 0
}
.iti__flag.iti__tj {
height: 10px;
background-position: -4933px 0
}
.iti__flag.iti__tk {
height: 10px;
background-position: -4955px 0
}
.iti__flag.iti__tl {
height: 10px;
background-position: -4977px 0
}
.iti__flag.iti__tm {
height: 14px;
background-position: -4999px 0
}
.iti__flag.iti__tn {
height: 14px;
background-position: -5021px 0
}
.iti__flag.iti__to {
height: 10px;
background-position: -5043px 0
}
.iti__flag.iti__tr {
height: 14px;
background-position: -5065px 0
}
.iti__flag.iti__tt {
height: 12px;
background-position: -5087px 0
}
.iti__flag.iti__tv {
height: 10px;
background-position: -5109px 0
}
.iti__flag.iti__tw {
height: 14px;
background-position: -5131px 0
}
.iti__flag.iti__tz {
height: 14px;
background-position: -5153px 0
}
.iti__flag.iti__ua {
height: 14px;
background-position: -5175px 0
}
.iti__flag.iti__ug {
height: 14px;
background-position: -5197px 0
}
.iti__flag.iti__um {
height: 11px;
background-position: -5219px 0
}
.iti__flag.iti__un {
height: 14px;
background-position: -5241px 0
}
.iti__flag.iti__us {
height: 11px;
background-position: -5263px 0
}
.iti__flag.iti__uy {
height: 14px;
background-position: -5285px 0
}
.iti__flag.iti__uz {
height: 10px;
background-position: -5307px 0
}
.iti__flag.iti__va {
height: 15px;
background-position: -5329px 0
}
.iti__flag.iti__vc {
height: 14px;
background-position: -5346px 0
}
.iti__flag.iti__ve {
height: 14px;
background-position: -5368px 0
}
.iti__flag.iti__vg {
height: 10px;
background-position: -5390px 0
}
.iti__flag.iti__vi {
height: 14px;
background-position: -5412px 0
}
.iti__flag.iti__vn {
height: 14px;
background-position: -5434px 0
}
.iti__flag.iti__vu {
height: 12px;
background-position: -5456px 0
}
.iti__flag.iti__wf {
height: 14px;
background-position: -5478px 0
}
.iti__flag.iti__ws {
height: 10px;
background-position: -5500px 0
}
.iti__flag.iti__xk {
height: 15px;
background-position: -5522px 0
}
.iti__flag.iti__ye {
height: 14px;
background-position: -5544px 0
}
.iti__flag.iti__yt {
height: 14px;
background-position: -5566px 0
}
.iti__flag.iti__za {
height: 14px;
background-position: -5588px 0
}
.iti__flag.iti__zm {
height: 14px;
background-position: -5610px 0
}
.iti__flag.iti__zw {
height: 10px;
background-position: -5632px 0
}
.iti__flag {
height: 15px;
box-shadow: 0 0 1px 0 #888;
background-image: url(../img/flags.png);
background-repeat: no-repeat;
background-color: #dbdbdb;
background-position: 20px 0
}
@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
.iti__flag {
background-image: url(../img/flags@2x.png)
}
}
.iti__flag.iti__np {
background-color: transparent
}
/*!
* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2019 <NAME>
*/
@-webkit-keyframes bounce {
0%,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0)
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0)
}
}
@keyframes bounce {
0%,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0)
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0)
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
@-webkit-keyframes flash {
0%,
50%,
to {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
@keyframes flash {
0%,
50%,
to {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1)
}
40% {
-webkit-transform: scale3d(.75, 1.25, 1);
transform: scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .85, 1)
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1)
}
40% {
-webkit-transform: scale3d(.75, 1.25, 1);
transform: scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .85, 1)
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand
}
@-webkit-keyframes shake {
0%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
}
@keyframes shake {
0%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg)
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg)
}
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg)
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg)
}
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
transform: scale3d(.9, .9, .9) rotate(-3deg)
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes tada {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
transform: scale3d(.9, .9, .9) rotate(-3deg)
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
transform: translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
transform: translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
transform: translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
transform: translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
transform: translate3d(-5%, 0, 0) rotate(-1deg)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes wobble {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
transform: translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
transform: translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
transform: translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
transform: translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
transform: translate3d(-5%, 0, 0) rotate(-1deg)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble
}
@-webkit-keyframes jello {
0%,
11.1%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform: skewX(.390625deg) skewY(.390625deg);
transform: skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}
@keyframes jello {
0%,
11.1%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform: skewX(.390625deg) skewY(.390625deg);
transform: skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
28% {
-webkit-transform: scale(1);
transform: scale(1)
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
70% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
28% {
-webkit-transform: scale(1);
transform: scale(1)
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
70% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
@-webkit-keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.bounceIn {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0)
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInDown {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0)
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0)
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInLeft {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0)
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0)
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInRight {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0)
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInUp {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
}
.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes fadeOut {
0% {
opacity: 1
}
to {
opacity: 0
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
@keyframes fadeOutRight {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
40% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
50% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
to {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
40% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
50% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
to {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
.flipInX {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
-webkit-animation-name: flipInX;
animation-name: flipInX
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
transform: perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
transform: perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
.flipInY {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
-webkit-animation-name: flipInY;
animation-name: flipInY
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}
.flipOutX {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
transform: perspective(400px) rotateY(-15deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
transform: perspective(400px) rotateY(-15deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}
.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
20%,
60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
40%,
80% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
20%,
60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
40%,
80% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge
}
@-webkit-keyframes jackInTheBox {
0% {
opacity: 0;
-webkit-transform: scale(.1) rotate(30deg);
transform: scale(.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg)
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes jackInTheBox {
0% {
opacity: 0;
-webkit-transform: scale(.1) rotate(30deg);
transform: scale(.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg)
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
transform: translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
transform: translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
transform: translate3d(100%, 0, 0) rotate(120deg)
}
}
@keyframes rollOut {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
transform: translate3d(100%, 0, 0) rotate(120deg)
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
50% {
opacity: 1
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
50% {
opacity: 1
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
to {
opacity: 0
}
}
@keyframes zoomOut {
0% {
opacity: 1
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
to {
opacity: 0
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s
}
.animated.fast {
-webkit-animation-duration: .8s;
animation-duration: .8s
}
.animated.faster {
-webkit-animation-duration: .5s;
animation-duration: .5s
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s
}
@media (prefers-reduced-motion:reduce),
(print) {
.animated {
-webkit-animation-duration: 1ms!important;
animation-duration: 1ms!important;
-webkit-transition-duration: 1ms!important;
transition-duration: 1ms!important;
-webkit-animation-iteration-count: 1!important;
animation-iteration-count: 1!important
}
}
/*js social*/
.jssocials-shares {
margin: .2em 0
}
.jssocials-shares * {
box-sizing: border-box
}
.jssocials-share {
display: inline-block;
vertical-align: top;
margin: .3em .6em .3em 0
}
.jssocials-share:last-child {
margin-right: 0
}
.jssocials-share-logo {
width: 1em;
vertical-align: middle;
font-size: 1.5em
}
img.jssocials-share-logo {
width: auto;
height: 1em
}
.jssocials-share-link {
display: inline-block;
text-align: center;
text-decoration: none;
line-height: 1
}
.jssocials-share-link.jssocials-share-link-count {
padding-top: .2em
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
display: block;
font-size: .6em;
margin: 0 -.5em -.8em -.5em
}
.jssocials-share-link.jssocials-share-no-count {
padding-top: .5em
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
height: 1em
}
.jssocials-share-label {
padding-left: .3em;
vertical-align: middle
}
.jssocials-share-count-box {
display: inline-block;
height: 1.5em;
padding: 0 .3em;
line-height: 1;
vertical-align: middle;
cursor: default
}
.jssocials-share-count-box.jssocials-share-no-count {
display: none
}
.jssocials-share-count {
line-height: 1.5em;
vertical-align: middle
}
.jssocials-share-twitter .jssocials-share-link {
background: #00aced
}
.jssocials-share-twitter .jssocials-share-link:hover {
background: #0087ba
}
.jssocials-share-facebook .jssocials-share-link {
background: #3b5998
}
.jssocials-share-facebook .jssocials-share-link:hover {
background: #2d4373
}
.jssocials-share-googleplus .jssocials-share-link {
background: #dd4b39
}
.jssocials-share-googleplus .jssocials-share-link:hover {
background: #c23321
}
.jssocials-share-linkedin .jssocials-share-link {
background: #007bb6
}
.jssocials-share-linkedin .jssocials-share-link:hover {
background: #005983
}
.jssocials-share-pinterest .jssocials-share-link {
background: #cb2027
}
.jssocials-share-pinterest .jssocials-share-link:hover {
background: #9f191f
}
.jssocials-share-email .jssocials-share-link {
background: #3490f3
}
.jssocials-share-email .jssocials-share-link:hover {
background: #0e76e6
}
.jssocials-share-stumbleupon .jssocials-share-link {
background: #eb4823
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
background: #c93412
}
.jssocials-share-whatsapp .jssocials-share-link {
background: #29a628
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
background: #1f7d1e
}
.jssocials-share-telegram .jssocials-share-link {
background: #2ca5e0
}
.jssocials-share-telegram .jssocials-share-link:hover {
background: #1c88bd
}
.jssocials-share-line .jssocials-share-link {
background: #25af00
}
.jssocials-share-line .jssocials-share-link:hover {
background: #1a7c00
}
.jssocials-share-viber .jssocials-share-link {
background: #7b519d
}
.jssocials-share-viber .jssocials-share-link:hover {
background: #61407b
}
.jssocials-share-pocket .jssocials-share-link {
background: #ef4056
}
.jssocials-share-pocket .jssocials-share-link:hover {
background: #e9132e
}
.jssocials-share-messenger .jssocials-share-link {
background: #0084ff
}
.jssocials-share-messenger .jssocials-share-link:hover {
background: #006acc
}
.jssocials-share-vkontakte .jssocials-share-link {
background: #45668e
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
background: #344d6c
}
.jssocials-share-link {
padding: .5em .6em;
color: #fff;
-webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
transition: background .2s ease-in-out, border-color .2s ease-in-out
}
.jssocials-share-link:active,
.jssocials-share-link:focus,
.jssocials-share-link:hover {
color: #fff
}
.jssocials-share-count-box {
position: relative;
height: 2.5em;
padding: 0 .3em;
margin-left: .3em;
background: #f5f5f5;
-webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
transition: background .2s ease-in-out, border-color .2s ease-in-out
}
.jssocials-share-count-box:hover {
background: #dcdcdc
}
.jssocials-share-count-box:hover:after {
border-color: transparent #dcdcdc transparent transparent
}
.jssocials-share-count-box:after {
content: "";
display: block;
position: absolute;
top: .85em;
left: -.3em;
width: 0;
height: 0;
border-width: .4em .4em .4em 0;
border-style: solid;
border-color: transparent #f5f5f5 transparent transparent;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
transition: background .2s ease-in-out, border-color .2s ease-in-out
}
.jssocials-share-count-box .jssocials-share-count {
line-height: 2.5em;
color: #444
}
/*!
* Timepicker Component for Twitter Bootstrap
*
* Copyright 2013 <NAME>
*
* Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
.bootstrap-timepicker {
position: relative
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
left: auto;
right: 0
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
left: auto;
right: 12px
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
left: auto;
right: 13px
}
.bootstrap-timepicker .input-group-addon {
cursor: pointer
}
.bootstrap-timepicker .input-group-addon i {
display: inline-block;
width: 16px;
height: 16px
}
.bootstrap-timepicker-widget.dropdown-menu {
padding: 4px
}
.bootstrap-timepicker-widget.dropdown-menu.open {
display: inline-block
}
.bootstrap-timepicker-widget.dropdown-menu:before {
border-bottom: 7px solid rgba(0, 0, 0, 0.2);
border-left: 7px solid transparent;
border-right: 7px solid transparent;
content: "";
display: inline-block;
position: absolute
}
.bootstrap-timepicker-widget.dropdown-menu:after {
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
content: "";
display: inline-block;
position: absolute
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
left: 6px
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
left: 7px
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
right: 6px
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
right: 7px
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
top: -7px
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
top: -6px
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
border-radius: 4px
}
.bootstrap-timepicker-widget table {
width: 100%;
margin: 0
}
.bootstrap-timepicker-widget table td {
text-align: center;
height: 30px;
margin: 0;
padding: 2px
}
.bootstrap-timepicker-widget table td:not(.separator) {
min-width: 30px
}
.bootstrap-timepicker-widget table td span {
width: 100%
}
.bootstrap-timepicker-widget table td a {
border: 1px transparent solid;
width: 100%;
display: inline-block;
margin: 0;
padding: 8px 0;
outline: 0;
color: #333
}
.bootstrap-timepicker-widget table td a:hover {
text-decoration: none;
background-color: #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border-color: #ddd
}
.bootstrap-timepicker-widget table td a i {
margin-top: 2px;
font-size: 18px
}
.bootstrap-timepicker-widget table td input {
width: 25px;
margin: 0;
text-align: center
}
.bootstrap-timepicker-widget .modal-content {
padding: 4px
}
@media(min-width:767px) {
.bootstrap-timepicker-widget.modal {
width: 200px;
margin-left: -100px
}
}
@media(max-width:767px) {
.bootstrap-timepicker {
width: 100%
}
.bootstrap-timepicker .dropdown-menu {
width: 100%
}
} | public/assets/css/vendors.css | * Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,
::after,
::before {
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0!important
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
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] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none
}
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
}
b,
strong {
font-weight: bolder
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent
}
a:hover {
color: #0056b3;
text-decoration: underline
}
a:not([href]) {
color: inherit;
text-decoration: none
}
a:not([href]):hover {
color: inherit;
text-decoration: none
}
code,
kbd,
pre,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg {
overflow: hidden;
vertical-align: middle
}
table {
border-collapse: collapse
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}
th {
text-align: inherit
}
label {
display: inline-block;
margin-bottom: .5rem
}
button {
border-radius: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[role=button] {
cursor: pointer
}
select {
word-wrap: normal
}
[type=button],
[type=reset],
[type=submit],
button {
-webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
textarea {
overflow: auto;
resize: vertical
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal
}
progress {
vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
output {
display: inline-block
}
summary {
display: list-item;
cursor: pointer
}
template {
display: none
}
[hidden] {
display: none!important
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2
}
.h1,
h1 {
font-size: 2.5rem
}
.h2,
h2 {
font-size: 2rem
}
.h3,
h3 {
font-size: 1.75rem
}
.h4,
h4 {
font-size: 1.5rem
}
.h5,
h5 {
font-size: 1.25rem
}
.h6,
h6 {
font-size: 1rem
}
.lead {
font-size: 1.25rem;
font-weight: 300
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, .1)
}
.small,
small {
font-size: 80%;
font-weight: 400
}
.mark,
mark {
padding: .2em;
background-color: #fcf8e3
}
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
padding-left: 0;
list-style: none
}
.list-inline-item {
display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right: .5rem
}
.initialism {
font-size: 90%;
text-transform: uppercase
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d
}
.blockquote-footer::before {
content: "\2014\00A0"
}
.img-fluid {
max-width: 100%;
height: auto
}
.img-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .25rem;
max-width: 100%;
height: auto
}
.figure {
display: inline-block
}
.figure-img {
margin-bottom: .5rem;
line-height: 1
}
.figure-caption {
font-size: 90%;
color: #6c757d
}
code {
font-size: 87.5%;
color: #e83e8c;
word-wrap: break-word
}
a>code {
color: inherit
}
kbd {
padding: .2rem .4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: .2rem
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700
}
pre {
display: block;
font-size: 87.5%;
color: #212529
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container {
max-width: 540px
}
}
@media (min-width:768px) {
.container {
max-width: 720px
}
}
@media (min-width:992px) {
.container {
max-width: 960px
}
}
@media (min-width:1200px) {
.container {
max-width: 1140px
}
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-sm {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-md,
.container-sm {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1140px
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%
}
.row-cols-1>* {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-2>* {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-3>* {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-4>* {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-5>* {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-6>* {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-ms-flex-order: -1;
order: -1
}
.order-last {
-ms-flex-order: 13;
order: 13
}
.order-0 {
-ms-flex-order: 0;
order: 0
}
.order-1 {
-ms-flex-order: 1;
order: 1
}
.order-2 {
-ms-flex-order: 2;
order: 2
}
.order-3 {
-ms-flex-order: 3;
order: 3
}
.order-4 {
-ms-flex-order: 4;
order: 4
}
.order-5 {
-ms-flex-order: 5;
order: 5
}
.order-6 {
-ms-flex-order: 6;
order: 6
}
.order-7 {
-ms-flex-order: 7;
order: 7
}
.order-8 {
-ms-flex-order: 8;
order: 8
}
.order-9 {
-ms-flex-order: 9;
order: 9
}
.order-10 {
-ms-flex-order: 10;
order: 10
}
.order-11 {
-ms-flex-order: 11;
order: 11
}
.order-12 {
-ms-flex-order: 12;
order: 12
}
.offset-1 {
margin-left: 8.333333%
}
.offset-2 {
margin-left: 16.666667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.333333%
}
.offset-5 {
margin-left: 41.666667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.333333%
}
.offset-8 {
margin-left: 66.666667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.333333%
}
.offset-11 {
margin-left: 91.666667%
}
@media (min-width:576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%
}
.row-cols-sm-1>* {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-sm-2>* {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-sm-3>* {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-sm-4>* {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-sm-5>* {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-sm-6>* {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-ms-flex-order: -1;
order: -1
}
.order-sm-last {
-ms-flex-order: 13;
order: 13
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.333333%
}
.offset-sm-2 {
margin-left: 16.666667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.333333%
}
.offset-sm-5 {
margin-left: 41.666667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.333333%
}
.offset-sm-8 {
margin-left: 66.666667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.333333%
}
.offset-sm-11 {
margin-left: 91.666667%
}
}
@media (min-width:768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%
}
.row-cols-md-1>* {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-md-2>* {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-md-3>* {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-md-4>* {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-md-5>* {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-md-6>* {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-ms-flex-order: -1;
order: -1
}
.order-md-last {
-ms-flex-order: 13;
order: 13
}
.order-md-0 {
-ms-flex-order: 0;
order: 0
}
.order-md-1 {
-ms-flex-order: 1;
order: 1
}
.order-md-2 {
-ms-flex-order: 2;
order: 2
}
.order-md-3 {
-ms-flex-order: 3;
order: 3
}
.order-md-4 {
-ms-flex-order: 4;
order: 4
}
.order-md-5 {
-ms-flex-order: 5;
order: 5
}
.order-md-6 {
-ms-flex-order: 6;
order: 6
}
.order-md-7 {
-ms-flex-order: 7;
order: 7
}
.order-md-8 {
-ms-flex-order: 8;
order: 8
}
.order-md-9 {
-ms-flex-order: 9;
order: 9
}
.order-md-10 {
-ms-flex-order: 10;
order: 10
}
.order-md-11 {
-ms-flex-order: 11;
order: 11
}
.order-md-12 {
-ms-flex-order: 12;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.333333%
}
.offset-md-2 {
margin-left: 16.666667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.333333%
}
.offset-md-5 {
margin-left: 41.666667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.333333%
}
.offset-md-8 {
margin-left: 66.666667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.333333%
}
.offset-md-11 {
margin-left: 91.666667%
}
}
@media (min-width:992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%
}
.row-cols-lg-1>* {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-lg-2>* {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-lg-3>* {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-lg-4>* {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-lg-5>* {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-lg-6>* {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-ms-flex-order: -1;
order: -1
}
.order-lg-last {
-ms-flex-order: 13;
order: 13
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.333333%
}
.offset-lg-2 {
margin-left: 16.666667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.333333%
}
.offset-lg-5 {
margin-left: 41.666667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.333333%
}
.offset-lg-8 {
margin-left: 66.666667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.333333%
}
.offset-lg-11 {
margin-left: 91.666667%
}
}
@media (min-width:1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%
}
.row-cols-xl-1>* {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-xl-2>* {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-xl-3>* {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-xl-4>* {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-xl-5>* {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-xl-6>* {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-ms-flex-order: -1;
order: -1
}
.order-xl-last {
-ms-flex-order: 13;
order: 13
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.333333%
}
.offset-xl-2 {
margin-left: 16.666667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.333333%
}
.offset-xl-5 {
margin-left: 41.666667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.333333%
}
.offset-xl-8 {
margin-left: 66.666667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.333333%
}
.offset-xl-11 {
margin-left: 91.666667%
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529
}
.table td,
.table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
border-top: 2px solid #dee2e6
}
.table-sm td,
.table-sm th {
padding: .3rem
}
.table-bordered {
border: 1px solid #dee2e6
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6
}
.table-bordered thead td,
.table-bordered thead th {
border-bottom-width: 2px
}
.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, .075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
background-color: #b8daff
}
.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
border-color: #7abaff
}
.table-hover .table-primary:hover {
background-color: #9fcdff
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #9fcdff
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
background-color: #d6d8db
}
.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #c8cbcf
}
.table-success,
.table-success>td,
.table-success>th {
background-color: #c3e6cb
}
.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
border-color: #8fd19e
}
.table-hover .table-success:hover {
background-color: #b1dfbb
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #b1dfbb
}
.table-info,
.table-info>td,
.table-info>th {
background-color: #bee5eb
}
.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
border-color: #86cfda
}
.table-hover .table-info:hover {
background-color: #abdde5
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #abdde5
}
.table-warning,
.table-warning>td,
.table-warning>th {
background-color: #ffeeba
}
.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
border-color: #ffdf7e
}
.table-hover .table-warning:hover {
background-color: #ffe8a1
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #ffe8a1
}
.table-danger,
.table-danger>td,
.table-danger>th {
background-color: #f5c6cb
}
.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
border-color: #ed969e
}
.table-hover .table-danger:hover {
background-color: #f1b0b7
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f1b0b7
}
.table-light,
.table-light>td,
.table-light>th {
background-color: #fdfdfe
}
.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
border-color: #fbfcfc
}
.table-hover .table-light:hover {
background-color: #ececf6
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ececf6
}
.table-dark,
.table-dark>td,
.table-dark>th {
background-color: #c6c8ca
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #95999c
}
.table-hover .table-dark:hover {
background-color: #b9bbbe
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b9bbbe
}
.table-active,
.table-active>td,
.table-active>th {
background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}
.table-dark {
color: #fff;
background-color: #343a40
}
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #454d55
}
.table-dark.table-bordered {
border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, .075)
}
@media (max-width:575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-sm>.table-bordered {
border: 0
}
}
@media (max-width:767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-md>.table-bordered {
border: 0
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-lg>.table-bordered {
border: 0
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-xl>.table-bordered {
border: 0
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
border: 0
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-control {
transition: none
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1
}
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff
}
.form-control-file,
.form-control-range {
display: block;
width: 100%
}
.col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5
}
.col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5
}
.col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5
}
.form-control-plaintext {
display: block;
width: 100%;
padding: .375rem 0;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
padding-right: 0;
padding-left: 0
}
.form-control-sm {
height: calc(1.5em + .5rem + 2px);
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
select.form-control[multiple],
select.form-control[size] {
height: auto
}
textarea.form-control {
height: auto
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*=col-] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0
}
.form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #28a745
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .25rem .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, .9);
border-radius: .25rem
}
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
display: block
}
.form-control.is-valid,
.was-validated .form-control:valid {
border-color: #28a745;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(.375em + .1875rem) center;
background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
border-color: #28a745;
padding-right: calc(.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
color: #28a745
}
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
display: block
}
.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
color: #28a745
}
.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
border-color: #28a745
}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color: #28a745
}
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
border-color: #28a745
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #dc3545
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .25rem .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, .9);
border-radius: .25rem
}
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
display: block
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(.375em + .1875rem) center;
background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
border-color: #dc3545;
padding-right: calc(.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
color: #dc3545
}
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
display: block
}
.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
color: #dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
border-color: #dc3545
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color: #dc3545
}
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
border-color: #dc3545
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media (min-width:576px) {
.form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-plaintext {
display: inline-block
}
.form-inline .custom-select,
.form-inline .input-group {
width: auto
}
.form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.btn {
transition: none
}
}
.btn:hover {
color: #212529;
text-decoration: none
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled,
.btn:disabled {
opacity: .65
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}
.btn-primary.focus,
.btn-primary:focus {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62
}
.btn-secondary.focus,
.btn-secondary:focus {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34
}
.btn-success.focus,
.btn-success:focus {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b
}
.btn-info.focus,
.btn-info:focus {
color: #fff;
background-color: #138496;
border-color: #117a8b;
box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00
}
.btn-warning.focus,
.btn-warning:focus {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130
}
.btn-danger.focus,
.btn-danger:focus {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5
}
.btn-light.focus,
.btn-light:focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124
}
.btn-dark.focus,
.btn-dark:focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-outline-primary {
color: #007bff;
border-color: #007bff
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #007bff;
background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
color: #28a745;
border-color: #28a745
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success.focus,
.btn-outline-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info.focus,
.btn-outline-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light.focus,
.btn-outline-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
color: #343a40;
border-color: #343a40
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
pointer-events: none
}
.btn-group-lg>.btn,
.btn-lg {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.btn-group-sm>.btn,
.btn-sm {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: .5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
width: 100%
}
.fade {
transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
.fade {
transition: none
}
}
.fade:not(.show) {
opacity: 0
}
.collapse:not(.show) {
display: none
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
transition: none
}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
position: relative
}
.dropdown-toggle {
white-space: nowrap
}
.dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
margin-left: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem
}
.dropdown-menu-left {
right: auto;
left: 0
}
.dropdown-menu-right {
right: 0;
left: auto
}
@media (min-width:576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0
}
.dropdown-menu-sm-right {
right: 0;
left: auto
}
}
@media (min-width:768px) {
.dropdown-menu-md-left {
right: auto;
left: 0
}
.dropdown-menu-md-right {
right: 0;
left: auto
}
}
@media (min-width:992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0
}
.dropdown-menu-lg-right {
right: 0;
left: auto
}
}
@media (min-width:1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0
}
.dropdown-menu-xl-right {
right: 0;
left: auto
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-right: .3em solid transparent;
border-bottom: .3em solid;
border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: .125rem
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-toggle::after {
vertical-align: 0
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: ""
}
.dropleft .dropdown-toggle::after {
display: none
}
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0
}
.dropleft .dropdown-toggle::before {
vertical-align: 0
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
right: auto;
bottom: auto
}
.dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef
}
.dropdown-item {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent
}
.dropdown-menu.show {
display: block
}
.dropdown-header {
display: block;
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: .875rem;
color: #6c757d;
white-space: nowrap
}
.dropdown-item-text {
display: block;
padding: .25rem 1.5rem;
color: #212529
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
z-index: 1
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
z-index: 1
}
.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.btn-toolbar .input-group {
width: auto
}
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.dropdown-toggle-split {
padding-right: .5625rem;
padding-left: .5625rem
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
padding-right: .375rem;
padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
padding-right: .75rem;
padding-left: .75rem
}
.btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
width: 100%
}
.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
margin-top: -1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
margin-bottom: 0
}
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
margin-left: -1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
z-index: 4
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group>.custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-append,
.input-group-prepend {
display: -ms-flexbox;
display: flex
}
.input-group-append .btn,
.input-group-prepend .btn {
position: relative;
z-index: 2
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
z-index: 3
}
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
margin-left: -1px
}
.input-group-prepend {
margin-right: -1px
}
.input-group-append {
margin-left: -1px
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: .25rem
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
margin-top: 0
}
.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
height: calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
padding-right: 1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem
}
.custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem
}
.custom-control-input {
position: absolute;
left: 0;
z-index: -1;
width: 1rem;
height: 1.25rem;
opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff
}
.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
background-color: #e9ecef
}
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top
}
.custom-control-label::before {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px
}
.custom-control-label::after {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
border-color: #007bff;
background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-radio .custom-control-label::before {
border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-switch {
padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: .5rem
}
.custom-switch .custom-control-label::after {
top: calc(.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: .5rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-switch .custom-control-label::after {
transition: none
}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(.75rem);
transform: translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
height: auto;
padding-right: .75rem;
background-image: none
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef
}
.custom-select::-ms-expand {
display: none
}
.custom-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057
}
.custom-select-sm {
height: calc(1.5em + .5rem + 2px);
padding-top: .25rem;
padding-bottom: .25rem;
padding-left: .5rem;
font-size: .875rem
}
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: .5rem;
padding-bottom: .5rem;
padding-left: 1rem;
font-size: 1.25rem
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin-bottom: 0
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin: 0;
opacity: 0
}
.custom-file-input:focus~.custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
content: attr(data-browse)
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: .25rem
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + .75rem);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 .25rem .25rem 0
}
.custom-range {
width: 100%;
height: 1.4rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-range:focus {
outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-moz-focus-outer {
border: 0
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance: none;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-appearance: none;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
-moz-transition: none;
transition: none
}
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff
}
.custom-range::-moz-range-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: .2rem;
margin-left: .2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
-ms-transition: none;
transition: none
}
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff
}
.custom-range::-ms-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: .5rem
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default
}
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor: default
}
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none
}
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav-link {
display: block;
padding: .5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
text-decoration: none
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default
}
.nav-tabs {
border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
margin-bottom: -1px
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.nav-pills .nav-link {
border-radius: .25rem
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #fff;
background-color: #007bff
}
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between
}
.navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0
}
.navbar-nav .dropdown-menu {
position: static;
float: none
}
.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
text-decoration: none
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}
@media (max-width:575.98px) {
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid,
.navbar-expand-sm>.container-lg,
.navbar-expand-sm>.container-md,
.navbar-expand-sm>.container-sm,
.navbar-expand-sm>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid,
.navbar-expand-sm>.container-lg,
.navbar-expand-sm>.container-md,
.navbar-expand-sm>.container-sm,
.navbar-expand-sm>.container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
display: none
}
}
@media (max-width:767.98px) {
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid,
.navbar-expand-md>.container-lg,
.navbar-expand-md>.container-md,
.navbar-expand-md>.container-sm,
.navbar-expand-md>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid,
.navbar-expand-md>.container-lg,
.navbar-expand-md>.container-md,
.navbar-expand-md>.container-sm,
.navbar-expand-md>.container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
display: none
}
}
@media (max-width:991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid,
.navbar-expand-lg>.container-lg,
.navbar-expand-lg>.container-md,
.navbar-expand-lg>.container-sm,
.navbar-expand-lg>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:992px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid,
.navbar-expand-lg>.container-lg,
.navbar-expand-lg>.container-md,
.navbar-expand-lg>.container-sm,
.navbar-expand-lg>.container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
display: none
}
}
@media (max-width:1199.98px) {
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid,
.navbar-expand-xl>.container-lg,
.navbar-expand-xl>.container-md,
.navbar-expand-xl>.container-sm,
.navbar-expand-xl>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid,
.navbar-expand-xl>.container-lg,
.navbar-expand-xl>.container-md,
.navbar-expand-xl>.container-sm,
.navbar-expand-xl>.container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
display: none
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
padding-right: 0;
padding-left: 0
}
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand .navbar-toggler {
display: none
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, .5);
border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
color: #fff
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
color: #fff
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
color: #fff
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, .5);
border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-text a {
color: #fff
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
color: #fff
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .25rem
}
.card>hr {
margin-right: 0;
margin-left: 0
}
.card>.list-group {
border-top: inherit;
border-bottom: inherit
}
.card>.list-group:first-child {
border-top-width: 0;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
}
.card>.list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px)
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem
}
.card-title {
margin-bottom: .75rem
}
.card-subtitle {
margin-top: -.375rem;
margin-bottom: 0
}
.card-text:last-child {
margin-bottom: 0
}
.card-link:hover {
text-decoration: none
}
.card-link+.card-link {
margin-left: 1.25rem
}
.card-header {
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, .03);
border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
border-top: 0
}
.card-footer {
padding: .75rem 1.25rem;
background-color: rgba(0, 0, 0, .03);
border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right: -.625rem;
margin-bottom: -.75rem;
margin-left: -.625rem;
border-bottom: 0
}
.card-header-pills {
margin-right: -.625rem;
margin-left: -.625rem
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem
}
.card-img,
.card-img-bottom,
.card-img-top {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%
}
.card-img,
.card-img-top {
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck .card {
margin-bottom: 15px
}
@media (min-width:576px) {
.card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px
}
.card-deck .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px
}
}
.card-group>.card {
margin-bottom: 15px
}
@media (min-width:576px) {
.card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap
}
.card-group>.card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0
}
.card-group>.card+.card {
margin-left: 0;
border-left: 0
}
.card-group>.card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.card-group>.card:not(:last-child) .card-header,
.card-group>.card:not(:last-child) .card-img-top {
border-top-right-radius: 0
}
.card-group>.card:not(:last-child) .card-footer,
.card-group>.card:not(:last-child) .card-img-bottom {
border-bottom-right-radius: 0
}
.card-group>.card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.card-group>.card:not(:first-child) .card-header,
.card-group>.card:not(:first-child) .card-img-top {
border-top-left-radius: 0
}
.card-group>.card:not(:first-child) .card-footer,
.card-group>.card:not(:first-child) .card-img-bottom {
border-bottom-left-radius: 0
}
}
.card-columns .card {
margin-bottom: .75rem
}
@media (min-width:576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1
}
.card-columns .card {
display: inline-block;
width: 100%
}
}
.accordion>.card {
overflow: hidden
}
.accordion>.card:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.accordion>.card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.accordion>.card>.card-header {
border-radius: 0;
margin-bottom: -1px
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: .25rem
}
.breadcrumb-item {
display: -ms-flexbox;
display: flex
}
.breadcrumb-item+.breadcrumb-item {
padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: none
}
.breadcrumb-item.active {
color: #6c757d
}
.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: .25rem
}
.page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6
}
.pagination-lg .page-link {
padding: .75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: .3rem;
border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: .2rem;
border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: .2rem;
border-bottom-right-radius: .2rem
}
.badge {
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.badge {
transition: none
}
}
a.badge:focus,
a.badge:hover {
text-decoration: none
}
.badge:empty {
display: none
}
.btn .badge {
position: relative;
top: -1px
}
.badge-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 10rem
}
.badge-primary {
color: #fff;
background-color: #007bff
}
a.badge-primary:focus,
a.badge-primary:hover {
color: #fff;
background-color: #0062cc
}
a.badge-primary.focus,
a.badge-primary:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.badge-secondary {
color: #fff;
background-color: #6c757d
}
a.badge-secondary:focus,
a.badge-secondary:hover {
color: #fff;
background-color: #545b62
}
a.badge-secondary.focus,
a.badge-secondary:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.badge-success {
color: #fff;
background-color: #28a745
}
a.badge-success:focus,
a.badge-success:hover {
color: #fff;
background-color: #1e7e34
}
a.badge-success.focus,
a.badge-success:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.badge-info {
color: #fff;
background-color: #17a2b8
}
a.badge-info:focus,
a.badge-info:hover {
color: #fff;
background-color: #117a8b
}
a.badge-info.focus,
a.badge-info:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.badge-warning {
color: #212529;
background-color: #ffc107
}
a.badge-warning:focus,
a.badge-warning:hover {
color: #212529;
background-color: #d39e00
}
a.badge-warning.focus,
a.badge-warning:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.badge-danger {
color: #fff;
background-color: #dc3545
}
a.badge-danger:focus,
a.badge-danger:hover {
color: #fff;
background-color: #bd2130
}
a.badge-danger.focus,
a.badge-danger:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.badge-light {
color: #212529;
background-color: #f8f9fa
}
a.badge-light:focus,
a.badge-light:hover {
color: #212529;
background-color: #dae0e5
}
a.badge-light.focus,
a.badge-light:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.badge-dark {
color: #fff;
background-color: #343a40
}
a.badge-dark:focus,
a.badge-dark:hover {
color: #fff;
background-color: #1d2124
}
a.badge-dark.focus,
a.badge-dark:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: .3rem
}
@media (min-width:576px) {
.jumbotron {
padding: 4rem 2rem
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0
}
.alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem
}
.alert-heading {
color: inherit
}
.alert-link {
font-weight: 700
}
.alert-dismissible {
padding-right: 4rem
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: .75rem 1.25rem;
color: inherit
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff
}
.alert-primary hr {
border-top-color: #9fcdff
}
.alert-primary .alert-link {
color: #002752
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db
}
.alert-secondary hr {
border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
color: #202326
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb
}
.alert-success hr {
border-top-color: #b1dfbb
}
.alert-success .alert-link {
color: #0b2e13
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb
}
.alert-info hr {
border-top-color: #abdde5
}
.alert-info .alert-link {
color: #062c33
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba
}
.alert-warning hr {
border-top-color: #ffe8a1
}
.alert-warning .alert-link {
color: #533f03
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb
}
.alert-danger hr {
border-top-color: #f1b0b7
}
.alert-danger .alert-link {
color: #491217
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe
}
.alert-light hr {
border-top-color: #ececf6
}
.alert-light .alert-link {
color: #686868
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca
}
.alert-dark hr {
border-top-color: #b9bbbe
}
.alert-dark .alert-link {
color: #040505
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
.progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
line-height: 0;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width .6s ease
}
@media (prefers-reduced-motion:reduce) {
.progress-bar {
transition: none
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none
}
}
.media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start
}
.media-body {
-ms-flex: 1;
flex: 1
}
.list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: .25rem
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit
}
.list-group-item-action:focus,
.list-group-item-action:hover {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef
}
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit
}
.list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit
}
.list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.list-group-item+.list-group-item {
border-top-width: 0
}
.list-group-item+.list-group-item.active {
margin-top: -1px;
border-top-width: 1px
}
.list-group-horizontal {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal>.list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal>.list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal>.list-group-item.active {
margin-top: 0
}
.list-group-horizontal>.list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal>.list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
@media (min-width:576px) {
.list-group-horizontal-sm {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-sm>.list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-sm>.list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-sm>.list-group-item.active {
margin-top: 0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
@media (min-width:768px) {
.list-group-horizontal-md {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-md>.list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-md>.list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-md>.list-group-item.active {
margin-top: 0
}
.list-group-horizontal-md>.list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-md>.list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
@media (min-width:992px) {
.list-group-horizontal-lg {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-lg>.list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-lg>.list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-lg>.list-group-item.active {
margin-top: 0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
@media (min-width:1200px) {
.list-group-horizontal-xl {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-xl>.list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-xl>.list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-xl>.list-group-item.active {
margin-top: 0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
.list-group-flush {
border-radius: 0
}
.list-group-flush>.list-group-item {
border-width: 0 0 1px
}
.list-group-flush>.list-group-item:last-child {
border-bottom-width: 0
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
color: #004085;
background-color: #9fcdff
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085
}
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
color: #383d41;
background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
color: #155724;
background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
color: #0c5460;
background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
color: #856404;
background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404
}
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
color: #721c24;
background-color: #f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
color: #818182;
background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
color: #1b1e21;
background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5
}
.close:hover {
color: #000;
text-decoration: none
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
opacity: .75
}
button.close {
padding: 0;
background-color: transparent;
border: 0
}
a.close.disabled {
pointer-events: none
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: .875rem;
background-color: rgba(255, 255, 255, .85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .1);
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: .25rem
}
.toast:not(:last-child) {
margin-bottom: .75rem
}
.toast.showing {
opacity: 1
}
.toast.show {
display: block;
opacity: 1
}
.toast.hide {
display: none
}
.toast-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: .25rem .75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, .85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.toast-body {
padding: .75rem
}
.modal-open {
overflow: hidden
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}
.modal.fade .modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
transition: none
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02)
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
-ms-flex-negative: 0;
flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px)
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: .75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(.3rem - 1px);
border-bottom-left-radius: calc(.3rem - 1px)
}
.modal-footer>* {
margin: .25rem
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem)
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem)
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem)
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content
}
.modal-sm {
max-width: 300px
}
}
@media (min-width:992px) {
.modal-lg,
.modal-xl {
max-width: 800px
}
}
@media (min-width:1200px) {
.modal-xl {
max-width: 1140px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0
}
.tooltip.show {
opacity: .9
}
.tooltip .arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
top: 0;
border-width: .4rem .4rem 0;
border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
left: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
right: 0;
border-width: .4rem .4rem .4rem 0;
border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
bottom: 0;
border-width: 0 .4rem .4rem;
border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
right: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
left: 0;
border-width: .4rem 0 .4rem .4rem;
border-left-color: #000
}
.tooltip-inner {
max-width: 200px;
padding: .25rem .5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .25rem
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: .5rem;
margin: 0 .3rem
}
.popover .arrow::after,
.popover .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
bottom: calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
bottom: 0;
border-width: .5rem .5rem 0;
border-top-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
bottom: 1px;
border-width: .5rem .5rem 0;
border-top-color: #fff
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
margin-left: .5rem
}
.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
left: calc(-.5rem - 1px);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
left: 0;
border-width: .5rem .5rem .5rem 0;
border-right-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
left: 1px;
border-width: .5rem .5rem .5rem 0;
border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
top: calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
top: 0;
border-width: 0 .5rem .5rem .5rem;
border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
top: 1px;
border-width: 0 .5rem .5rem .5rem;
border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -.5rem;
content: "";
border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
margin-right: .5rem
}
.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
right: calc(-.5rem - 1px);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
right: 0;
border-width: .5rem 0 .5rem .5rem;
border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
right: 1px;
border-width: .5rem 0 .5rem .5rem;
border-left-color: #fff
}
.popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
display: none
}
.popover-body {
padding: .5rem .75rem;
color: #212529
}
.carousel {
position: relative
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden
}
.carousel-inner::after {
display: block;
clear: both;
content: ""
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
transition: none
}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
display: block
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
z-index: 1;
opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: .5;
transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next,
.carousel-control-prev {
transition: none
}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9
}
.carousel-control-prev {
left: 0
}
.carousel-control-next {
right: 0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-indicators li {
transition: none
}
}
.carousel-indicators .active {
opacity: 1
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: .25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: .2em
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
width: 1rem;
height: 1rem
}
.align-baseline {
vertical-align: baseline!important
}
.align-top {
vertical-align: top!important
}
.align-middle {
vertical-align: middle!important
}
.align-bottom {
vertical-align: bottom!important
}
.align-text-bottom {
vertical-align: text-bottom!important
}
.align-text-top {
vertical-align: text-top!important
}
.bg-primary {
background-color: #007bff!important
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #0062cc!important
}
.bg-secondary {
background-color: #6c757d!important
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62!important
}
.bg-success {
background-color: #28a745!important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #1e7e34!important
}
.bg-info {
background-color: #17a2b8!important
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #117a8b!important
}
.bg-warning {
background-color: #ffc107!important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #d39e00!important
}
.bg-danger {
background-color: #dc3545!important
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #bd2130!important
}
.bg-light {
background-color: #f8f9fa!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #dae0e5!important
}
.bg-dark {
background-color: #343a40!important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #1d2124!important
}
.bg-white {
background-color: #fff!important
}
.bg-transparent {
background-color: transparent!important
}
.border {
border: 1px solid #dee2e6!important
}
.border-top {
border-top: 1px solid #dee2e6!important
}
.border-right {
border-right: 1px solid #dee2e6!important
}
.border-bottom {
border-bottom: 1px solid #dee2e6!important
}
.border-left {
border-left: 1px solid #dee2e6!important
}
.border-0 {
border: 0!important
}
.border-top-0 {
border-top: 0!important
}
.border-right-0 {
border-right: 0!important
}
.border-bottom-0 {
border-bottom: 0!important
}
.border-left-0 {
border-left: 0!important
}
.border-primary {
border-color: #007bff!important
}
.border-secondary {
border-color: #6c757d!important
}
.border-success {
border-color: #28a745!important
}
.border-info {
border-color: #17a2b8!important
}
.border-warning {
border-color: #ffc107!important
}
.border-danger {
border-color: #dc3545!important
}
.border-light {
border-color: #f8f9fa!important
}
.border-dark {
border-color: #343a40!important
}
.border-white {
border-color: #fff!important
}
.rounded-sm {
border-radius: .2rem!important
}
.rounded {
border-radius: .25rem!important
}
.rounded-top {
border-top-left-radius: .25rem!important;
border-top-right-radius: .25rem!important
}
.rounded-right {
border-top-right-radius: .25rem!important;
border-bottom-right-radius: .25rem!important
}
.rounded-bottom {
border-bottom-right-radius: .25rem!important;
border-bottom-left-radius: .25rem!important
}
.rounded-left {
border-top-left-radius: .25rem!important;
border-bottom-left-radius: .25rem!important
}
.rounded-lg {
border-radius: .3rem!important
}
.rounded-circle {
border-radius: 50%!important
}
.rounded-pill {
border-radius: 50rem!important
}
.rounded-0 {
border-radius: 0!important
}
.clearfix::after {
display: block;
clear: both;
content: ""
}
.d-none {
display: none!important
}
.d-inline {
display: inline!important
}
.d-inline-block {
display: inline-block!important
}
.d-block {
display: block!important
}
.d-table {
display: table!important
}
.d-table-row {
display: table-row!important
}
.d-table-cell {
display: table-cell!important
}
.d-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
@media (min-width:576px) {
.d-sm-none {
display: none!important
}
.d-sm-inline {
display: inline!important
}
.d-sm-inline-block {
display: inline-block!important
}
.d-sm-block {
display: block!important
}
.d-sm-table {
display: table!important
}
.d-sm-table-row {
display: table-row!important
}
.d-sm-table-cell {
display: table-cell!important
}
.d-sm-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-sm-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:768px) {
.d-md-none {
display: none!important
}
.d-md-inline {
display: inline!important
}
.d-md-inline-block {
display: inline-block!important
}
.d-md-block {
display: block!important
}
.d-md-table {
display: table!important
}
.d-md-table-row {
display: table-row!important
}
.d-md-table-cell {
display: table-cell!important
}
.d-md-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-md-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:992px) {
.d-lg-none {
display: none!important
}
.d-lg-inline {
display: inline!important
}
.d-lg-inline-block {
display: inline-block!important
}
.d-lg-block {
display: block!important
}
.d-lg-table {
display: table!important
}
.d-lg-table-row {
display: table-row!important
}
.d-lg-table-cell {
display: table-cell!important
}
.d-lg-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-lg-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:1200px) {
.d-xl-none {
display: none!important
}
.d-xl-inline {
display: inline!important
}
.d-xl-inline-block {
display: inline-block!important
}
.d-xl-block {
display: block!important
}
.d-xl-table {
display: table!important
}
.d-xl-table-row {
display: table-row!important
}
.d-xl-table-cell {
display: table-cell!important
}
.d-xl-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-xl-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media print {
.d-print-none {
display: none!important
}
.d-print-inline {
display: inline!important
}
.d-print-inline-block {
display: inline-block!important
}
.d-print-block {
display: block!important
}
.d-print-table {
display: table!important
}
.d-print-table-row {
display: table-row!important
}
.d-print-table-cell {
display: table-cell!important
}
.d-print-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-print-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden
}
.embed-responsive::before {
display: block;
content: ""
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0
}
.embed-responsive-21by9::before {
padding-top: 42.857143%
}
.embed-responsive-16by9::before {
padding-top: 56.25%
}
.embed-responsive-4by3::before {
padding-top: 75%
}
.embed-responsive-1by1::before {
padding-top: 100%
}
.flex-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
@media (min-width:576px) {
.flex-sm-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-sm-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-sm-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-sm-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-sm-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-sm-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-sm-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-sm-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-sm-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-sm-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-sm-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-sm-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-sm-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-sm-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-sm-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-sm-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-sm-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-sm-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-sm-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-sm-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-sm-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-sm-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-sm-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-sm-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-sm-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:768px) {
.flex-md-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-md-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-md-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-md-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-md-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-md-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-md-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-md-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-md-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-md-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-md-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-md-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-md-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-md-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-md-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-md-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-md-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-md-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-md-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-md-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-md-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-md-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-md-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-md-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-md-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-md-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-md-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-md-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-md-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:992px) {
.flex-lg-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-lg-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-lg-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-lg-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-lg-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-lg-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-lg-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-lg-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-lg-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-lg-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-lg-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-lg-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-lg-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-lg-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-lg-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-lg-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-lg-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-lg-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-lg-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-lg-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-lg-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-lg-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-lg-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-lg-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-lg-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:1200px) {
.flex-xl-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-xl-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-xl-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-xl-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-xl-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-xl-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-xl-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-xl-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-xl-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-xl-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-xl-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-xl-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-xl-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-xl-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-xl-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-xl-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-xl-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-xl-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-xl-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-xl-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-xl-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-xl-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-xl-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-xl-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-xl-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
.float-left {
float: left!important
}
.float-right {
float: right!important
}
.float-none {
float: none!important
}
@media (min-width:576px) {
.float-sm-left {
float: left!important
}
.float-sm-right {
float: right!important
}
.float-sm-none {
float: none!important
}
}
@media (min-width:768px) {
.float-md-left {
float: left!important
}
.float-md-right {
float: right!important
}
.float-md-none {
float: none!important
}
}
@media (min-width:992px) {
.float-lg-left {
float: left!important
}
.float-lg-right {
float: right!important
}
.float-lg-none {
float: none!important
}
}
@media (min-width:1200px) {
.float-xl-left {
float: left!important
}
.float-xl-right {
float: right!important
}
.float-xl-none {
float: none!important
}
}
.user-select-all {
-webkit-user-select: all!important;
-moz-user-select: all!important;
-ms-user-select: all!important;
user-select: all!important
}
.user-select-auto {
-webkit-user-select: auto!important;
-moz-user-select: auto!important;
-ms-user-select: auto!important;
user-select: auto!important
}
.user-select-none {
-webkit-user-select: none!important;
-moz-user-select: none!important;
-ms-user-select: none!important;
user-select: none!important
}
.overflow-auto {
overflow: auto!important
}
.overflow-hidden {
overflow: hidden!important
}
.position-static {
position: static!important
}
.position-relative {
position: relative!important
}
.position-absolute {
position: absolute!important
}
.position-fixed {
position: fixed!important
}
.position-sticky {
position: -webkit-sticky!important;
position: sticky!important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal
}
.shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.shadow {
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}
.shadow-none {
box-shadow: none!important
}
.w-25 {
width: 25%!important
}
.w-50 {
width: 50%!important
}
.w-75 {
width: 75%!important
}
.w-100 {
width: 100%!important
}
.w-auto {
width: auto!important
}
.h-25 {
height: 25%!important
}
.h-50 {
height: 50%!important
}
.h-75 {
height: 75%!important
}
.h-100 {
height: 100%!important
}
.h-auto {
height: auto!important
}
.mw-100 {
max-width: 100%!important
}
.mh-100 {
max-height: 100%!important
}
.min-vw-100 {
min-width: 100vw!important
}
.min-vh-100 {
min-height: 100vh!important
}
.vw-100 {
width: 100vw!important
}
.vh-100 {
height: 100vh!important
}
.m-0 {
margin: 0!important
}
.mt-0,
.my-0 {
margin-top: 0!important
}
.mr-0,
.mx-0 {
margin-right: 0!important
}
.mb-0,
.my-0 {
margin-bottom: 0!important
}
.ml-0,
.mx-0 {
margin-left: 0!important
}
.m-1 {
margin: .25rem!important
}
.mt-1,
.my-1 {
margin-top: .25rem!important
}
.mr-1,
.mx-1 {
margin-right: .25rem!important
}
.mb-1,
.my-1 {
margin-bottom: .25rem!important
}
.ml-1,
.mx-1 {
margin-left: .25rem!important
}
.m-2 {
margin: .5rem!important
}
.mt-2,
.my-2 {
margin-top: .5rem!important
}
.mr-2,
.mx-2 {
margin-right: .5rem!important
}
.mb-2,
.my-2 {
margin-bottom: .5rem!important
}
.ml-2,
.mx-2 {
margin-left: .5rem!important
}
.m-3 {
margin: 1rem!important
}
.mt-3,
.my-3 {
margin-top: 1rem!important
}
.mr-3,
.mx-3 {
margin-right: 1rem!important
}
.mb-3,
.my-3 {
margin-bottom: 1rem!important
}
.ml-3,
.mx-3 {
margin-left: 1rem!important
}
.m-4 {
margin: 1.5rem!important
}
.mt-4,
.my-4 {
margin-top: 1.5rem!important
}
.mr-4,
.mx-4 {
margin-right: 1.5rem!important
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem!important
}
.ml-4,
.mx-4 {
margin-left: 1.5rem!important
}
.m-5 {
margin: 3rem!important
}
.mt-5,
.my-5 {
margin-top: 3rem!important
}
.mr-5,
.mx-5 {
margin-right: 3rem!important
}
.mb-5,
.my-5 {
margin-bottom: 3rem!important
}
.ml-5,
.mx-5 {
margin-left: 3rem!important
}
.p-0 {
padding: 0!important
}
.pt-0,
.py-0 {
padding-top: 0!important
}
.pr-0,
.px-0 {
padding-right: 0!important
}
.pb-0,
.py-0 {
padding-bottom: 0!important
}
.pl-0,
.px-0 {
padding-left: 0!important
}
.p-1 {
padding: .25rem!important
}
.pt-1,
.py-1 {
padding-top: .25rem!important
}
.pr-1,
.px-1 {
padding-right: .25rem!important
}
.pb-1,
.py-1 {
padding-bottom: .25rem!important
}
.pl-1,
.px-1 {
padding-left: .25rem!important
}
.p-2 {
padding: .5rem!important
}
.pt-2,
.py-2 {
padding-top: .5rem!important
}
.pr-2,
.px-2 {
padding-right: .5rem!important
}
.pb-2,
.py-2 {
padding-bottom: .5rem!important
}
.pl-2,
.px-2 {
padding-left: .5rem!important
}
.p-3 {
padding: 1rem!important
}
.pt-3,
.py-3 {
padding-top: 1rem!important
}
.pr-3,
.px-3 {
padding-right: 1rem!important
}
.pb-3,
.py-3 {
padding-bottom: 1rem!important
}
.pl-3,
.px-3 {
padding-left: 1rem!important
}
.p-4 {
padding: 1.5rem!important
}
.pt-4,
.py-4 {
padding-top: 1.5rem!important
}
.pr-4,
.px-4 {
padding-right: 1.5rem!important
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem!important
}
.pl-4,
.px-4 {
padding-left: 1.5rem!important
}
.p-5 {
padding: 3rem!important
}
.pt-5,
.py-5 {
padding-top: 3rem!important
}
.pr-5,
.px-5 {
padding-right: 3rem!important
}
.pb-5,
.py-5 {
padding-bottom: 3rem!important
}
.pl-5,
.px-5 {
padding-left: 3rem!important
}
.m-n1 {
margin: -.25rem!important
}
.mt-n1,
.my-n1 {
margin-top: -.25rem!important
}
.mr-n1,
.mx-n1 {
margin-right: -.25rem!important
}
.mb-n1,
.my-n1 {
margin-bottom: -.25rem!important
}
.ml-n1,
.mx-n1 {
margin-left: -.25rem!important
}
.m-n2 {
margin: -.5rem!important
}
.mt-n2,
.my-n2 {
margin-top: -.5rem!important
}
.mr-n2,
.mx-n2 {
margin-right: -.5rem!important
}
.mb-n2,
.my-n2 {
margin-bottom: -.5rem!important
}
.ml-n2,
.mx-n2 {
margin-left: -.5rem!important
}
.m-n3 {
margin: -1rem!important
}
.mt-n3,
.my-n3 {
margin-top: -1rem!important
}
.mr-n3,
.mx-n3 {
margin-right: -1rem!important
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem!important
}
.ml-n3,
.mx-n3 {
margin-left: -1rem!important
}
.m-n4 {
margin: -1.5rem!important
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem!important
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem!important
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem!important
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem!important
}
.m-n5 {
margin: -3rem!important
}
.mt-n5,
.my-n5 {
margin-top: -3rem!important
}
.mr-n5,
.mx-n5 {
margin-right: -3rem!important
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem!important
}
.ml-n5,
.mx-n5 {
margin-left: -3rem!important
}
.m-auto {
margin: auto!important
}
.mt-auto,
.my-auto {
margin-top: auto!important
}
.mr-auto,
.mx-auto {
margin-right: auto!important
}
.mb-auto,
.my-auto {
margin-bottom: auto!important
}
.ml-auto,
.mx-auto {
margin-left: auto!important
}
@media (min-width:576px) {
.m-sm-0 {
margin: 0!important
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0!important
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0!important
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0!important
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0!important
}
.m-sm-1 {
margin: .25rem!important
}
.mt-sm-1,
.my-sm-1 {
margin-top: .25rem!important
}
.mr-sm-1,
.mx-sm-1 {
margin-right: .25rem!important
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: .25rem!important
}
.ml-sm-1,
.mx-sm-1 {
margin-left: .25rem!important
}
.m-sm-2 {
margin: .5rem!important
}
.mt-sm-2,
.my-sm-2 {
margin-top: .5rem!important
}
.mr-sm-2,
.mx-sm-2 {
margin-right: .5rem!important
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: .5rem!important
}
.ml-sm-2,
.mx-sm-2 {
margin-left: .5rem!important
}
.m-sm-3 {
margin: 1rem!important
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem!important
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem!important
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem!important
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem!important
}
.m-sm-4 {
margin: 1.5rem!important
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem!important
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem!important
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem!important
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem!important
}
.m-sm-5 {
margin: 3rem!important
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem!important
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem!important
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem!important
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem!important
}
.p-sm-0 {
padding: 0!important
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0!important
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0!important
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0!important
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0!important
}
.p-sm-1 {
padding: .25rem!important
}
.pt-sm-1,
.py-sm-1 {
padding-top: .25rem!important
}
.pr-sm-1,
.px-sm-1 {
padding-right: .25rem!important
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: .25rem!important
}
.pl-sm-1,
.px-sm-1 {
padding-left: .25rem!important
}
.p-sm-2 {
padding: .5rem!important
}
.pt-sm-2,
.py-sm-2 {
padding-top: .5rem!important
}
.pr-sm-2,
.px-sm-2 {
padding-right: .5rem!important
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: .5rem!important
}
.pl-sm-2,
.px-sm-2 {
padding-left: .5rem!important
}
.p-sm-3 {
padding: 1rem!important
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem!important
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem!important
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem!important
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem!important
}
.p-sm-4 {
padding: 1.5rem!important
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem!important
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem!important
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem!important
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem!important
}
.p-sm-5 {
padding: 3rem!important
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem!important
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem!important
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem!important
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem!important
}
.m-sm-n1 {
margin: -.25rem!important
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -.25rem!important
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -.25rem!important
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -.25rem!important
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -.25rem!important
}
.m-sm-n2 {
margin: -.5rem!important
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -.5rem!important
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -.5rem!important
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -.5rem!important
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -.5rem!important
}
.m-sm-n3 {
margin: -1rem!important
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem!important
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem!important
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem!important
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem!important
}
.m-sm-n4 {
margin: -1.5rem!important
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem!important
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem!important
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem!important
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem!important
}
.m-sm-n5 {
margin: -3rem!important
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem!important
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem!important
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem!important
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem!important
}
.m-sm-auto {
margin: auto!important
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto!important
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto!important
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto!important
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto!important
}
}
@media (min-width:768px) {
.m-md-0 {
margin: 0!important
}
.mt-md-0,
.my-md-0 {
margin-top: 0!important
}
.mr-md-0,
.mx-md-0 {
margin-right: 0!important
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0!important
}
.ml-md-0,
.mx-md-0 {
margin-left: 0!important
}
.m-md-1 {
margin: .25rem!important
}
.mt-md-1,
.my-md-1 {
margin-top: .25rem!important
}
.mr-md-1,
.mx-md-1 {
margin-right: .25rem!important
}
.mb-md-1,
.my-md-1 {
margin-bottom: .25rem!important
}
.ml-md-1,
.mx-md-1 {
margin-left: .25rem!important
}
.m-md-2 {
margin: .5rem!important
}
.mt-md-2,
.my-md-2 {
margin-top: .5rem!important
}
.mr-md-2,
.mx-md-2 {
margin-right: .5rem!important
}
.mb-md-2,
.my-md-2 {
margin-bottom: .5rem!important
}
.ml-md-2,
.mx-md-2 {
margin-left: .5rem!important
}
.m-md-3 {
margin: 1rem!important
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem!important
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem!important
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem!important
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem!important
}
.m-md-4 {
margin: 1.5rem!important
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem!important
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem!important
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem!important
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem!important
}
.m-md-5 {
margin: 3rem!important
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem!important
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem!important
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem!important
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem!important
}
.p-md-0 {
padding: 0!important
}
.pt-md-0,
.py-md-0 {
padding-top: 0!important
}
.pr-md-0,
.px-md-0 {
padding-right: 0!important
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0!important
}
.pl-md-0,
.px-md-0 {
padding-left: 0!important
}
.p-md-1 {
padding: .25rem!important
}
.pt-md-1,
.py-md-1 {
padding-top: .25rem!important
}
.pr-md-1,
.px-md-1 {
padding-right: .25rem!important
}
.pb-md-1,
.py-md-1 {
padding-bottom: .25rem!important
}
.pl-md-1,
.px-md-1 {
padding-left: .25rem!important
}
.p-md-2 {
padding: .5rem!important
}
.pt-md-2,
.py-md-2 {
padding-top: .5rem!important
}
.pr-md-2,
.px-md-2 {
padding-right: .5rem!important
}
.pb-md-2,
.py-md-2 {
padding-bottom: .5rem!important
}
.pl-md-2,
.px-md-2 {
padding-left: .5rem!important
}
.p-md-3 {
padding: 1rem!important
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem!important
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem!important
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem!important
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem!important
}
.p-md-4 {
padding: 1.5rem!important
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem!important
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem!important
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem!important
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem!important
}
.p-md-5 {
padding: 3rem!important
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem!important
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem!important
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem!important
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem!important
}
.m-md-n1 {
margin: -.25rem!important
}
.mt-md-n1,
.my-md-n1 {
margin-top: -.25rem!important
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -.25rem!important
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -.25rem!important
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -.25rem!important
}
.m-md-n2 {
margin: -.5rem!important
}
.mt-md-n2,
.my-md-n2 {
margin-top: -.5rem!important
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -.5rem!important
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -.5rem!important
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -.5rem!important
}
.m-md-n3 {
margin: -1rem!important
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem!important
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem!important
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem!important
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem!important
}
.m-md-n4 {
margin: -1.5rem!important
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem!important
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem!important
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem!important
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem!important
}
.m-md-n5 {
margin: -3rem!important
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem!important
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem!important
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem!important
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem!important
}
.m-md-auto {
margin: auto!important
}
.mt-md-auto,
.my-md-auto {
margin-top: auto!important
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto!important
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto!important
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto!important
}
}
@media (min-width:992px) {
.m-lg-0 {
margin: 0!important
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0!important
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0!important
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0!important
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0!important
}
.m-lg-1 {
margin: .25rem!important
}
.mt-lg-1,
.my-lg-1 {
margin-top: .25rem!important
}
.mr-lg-1,
.mx-lg-1 {
margin-right: .25rem!important
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: .25rem!important
}
.ml-lg-1,
.mx-lg-1 {
margin-left: .25rem!important
}
.m-lg-2 {
margin: .5rem!important
}
.mt-lg-2,
.my-lg-2 {
margin-top: .5rem!important
}
.mr-lg-2,
.mx-lg-2 {
margin-right: .5rem!important
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: .5rem!important
}
.ml-lg-2,
.mx-lg-2 {
margin-left: .5rem!important
}
.m-lg-3 {
margin: 1rem!important
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem!important
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem!important
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem!important
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem!important
}
.m-lg-4 {
margin: 1.5rem!important
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem!important
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem!important
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem!important
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem!important
}
.m-lg-5 {
margin: 3rem!important
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem!important
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem!important
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem!important
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem!important
}
.p-lg-0 {
padding: 0!important
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0!important
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0!important
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0!important
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0!important
}
.p-lg-1 {
padding: .25rem!important
}
.pt-lg-1,
.py-lg-1 {
padding-top: .25rem!important
}
.pr-lg-1,
.px-lg-1 {
padding-right: .25rem!important
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: .25rem!important
}
.pl-lg-1,
.px-lg-1 {
padding-left: .25rem!important
}
.p-lg-2 {
padding: .5rem!important
}
.pt-lg-2,
.py-lg-2 {
padding-top: .5rem!important
}
.pr-lg-2,
.px-lg-2 {
padding-right: .5rem!important
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: .5rem!important
}
.pl-lg-2,
.px-lg-2 {
padding-left: .5rem!important
}
.p-lg-3 {
padding: 1rem!important
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem!important
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem!important
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem!important
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem!important
}
.p-lg-4 {
padding: 1.5rem!important
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem!important
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem!important
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem!important
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem!important
}
.p-lg-5 {
padding: 3rem!important
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem!important
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem!important
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem!important
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem!important
}
.m-lg-n1 {
margin: -.25rem!important
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -.25rem!important
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -.25rem!important
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -.25rem!important
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -.25rem!important
}
.m-lg-n2 {
margin: -.5rem!important
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -.5rem!important
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -.5rem!important
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -.5rem!important
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -.5rem!important
}
.m-lg-n3 {
margin: -1rem!important
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem!important
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem!important
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem!important
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem!important
}
.m-lg-n4 {
margin: -1.5rem!important
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem!important
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem!important
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem!important
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem!important
}
.m-lg-n5 {
margin: -3rem!important
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem!important
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem!important
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem!important
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem!important
}
.m-lg-auto {
margin: auto!important
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto!important
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto!important
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto!important
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto!important
}
}
@media (min-width:1200px) {
.m-xl-0 {
margin: 0!important
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0!important
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0!important
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0!important
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0!important
}
.m-xl-1 {
margin: .25rem!important
}
.mt-xl-1,
.my-xl-1 {
margin-top: .25rem!important
}
.mr-xl-1,
.mx-xl-1 {
margin-right: .25rem!important
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: .25rem!important
}
.ml-xl-1,
.mx-xl-1 {
margin-left: .25rem!important
}
.m-xl-2 {
margin: .5rem!important
}
.mt-xl-2,
.my-xl-2 {
margin-top: .5rem!important
}
.mr-xl-2,
.mx-xl-2 {
margin-right: .5rem!important
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: .5rem!important
}
.ml-xl-2,
.mx-xl-2 {
margin-left: .5rem!important
}
.m-xl-3 {
margin: 1rem!important
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem!important
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem!important
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem!important
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem!important
}
.m-xl-4 {
margin: 1.5rem!important
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem!important
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem!important
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem!important
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem!important
}
.m-xl-5 {
margin: 3rem!important
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem!important
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem!important
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem!important
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem!important
}
.p-xl-0 {
padding: 0!important
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0!important
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0!important
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0!important
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0!important
}
.p-xl-1 {
padding: .25rem!important
}
.pt-xl-1,
.py-xl-1 {
padding-top: .25rem!important
}
.pr-xl-1,
.px-xl-1 {
padding-right: .25rem!important
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: .25rem!important
}
.pl-xl-1,
.px-xl-1 {
padding-left: .25rem!important
}
.p-xl-2 {
padding: .5rem!important
}
.pt-xl-2,
.py-xl-2 {
padding-top: .5rem!important
}
.pr-xl-2,
.px-xl-2 {
padding-right: .5rem!important
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: .5rem!important
}
.pl-xl-2,
.px-xl-2 {
padding-left: .5rem!important
}
.p-xl-3 {
padding: 1rem!important
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem!important
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem!important
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem!important
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem!important
}
.p-xl-4 {
padding: 1.5rem!important
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem!important
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem!important
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem!important
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem!important
}
.p-xl-5 {
padding: 3rem!important
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem!important
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem!important
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem!important
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem!important
}
.m-xl-n1 {
margin: -.25rem!important
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -.25rem!important
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -.25rem!important
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -.25rem!important
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -.25rem!important
}
.m-xl-n2 {
margin: -.5rem!important
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -.5rem!important
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -.5rem!important
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -.5rem!important
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -.5rem!important
}
.m-xl-n3 {
margin: -1rem!important
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem!important
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem!important
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem!important
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem!important
}
.m-xl-n4 {
margin: -1.5rem!important
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem!important
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem!important
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem!important
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem!important
}
.m-xl-n5 {
margin: -3rem!important
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem!important
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem!important
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem!important
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem!important
}
.m-xl-auto {
margin: auto!important
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto!important
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto!important
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto!important
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto!important
}
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0)
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}
.text-justify {
text-align: justify!important
}
.text-wrap {
white-space: normal!important
}
.text-nowrap {
white-space: nowrap!important
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.text-left {
text-align: left!important
}
.text-right {
text-align: right!important
}
.text-center {
text-align: center!important
}
@media (min-width:576px) {
.text-sm-left {
text-align: left!important
}
.text-sm-right {
text-align: right!important
}
.text-sm-center {
text-align: center!important
}
}
@media (min-width:768px) {
.text-md-left {
text-align: left!important
}
.text-md-right {
text-align: right!important
}
.text-md-center {
text-align: center!important
}
}
@media (min-width:992px) {
.text-lg-left {
text-align: left!important
}
.text-lg-right {
text-align: right!important
}
.text-lg-center {
text-align: center!important
}
}
@media (min-width:1200px) {
.text-xl-left {
text-align: left!important
}
.text-xl-right {
text-align: right!important
}
.text-xl-center {
text-align: center!important
}
}
.text-lowercase {
text-transform: lowercase!important
}
.text-uppercase {
text-transform: uppercase!important
}
.text-capitalize {
text-transform: capitalize!important
}
.font-weight-light {
font-weight: 300!important
}
.font-weight-lighter {
font-weight: lighter!important
}
.font-weight-normal {
font-weight: 400!important
}
.font-weight-bold {
font-weight: 700!important
}
.font-weight-bolder {
font-weight: bolder!important
}
.font-italic {
font-style: italic!important
}
.text-white {
color: #fff!important
}
.text-primary {
color: #007bff!important
}
a.text-primary:focus,
a.text-primary:hover {
color: #0056b3!important
}
.text-secondary {
color: #6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #494f54!important
}
.text-success {
color: #28a745!important
}
a.text-success:focus,
a.text-success:hover {
color: #19692c!important
}
.text-info {
color: #17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
color: #0f6674!important
}
.text-warning {
color: #ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
color: #ba8b00!important
}
.text-danger {
color: #dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
color: #a71d2a!important
}
.text-light {
color: #f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
color: #cbd3da!important
}
.text-dark {
color: #343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
color: #121416!important
}
.text-body {
color: #212529!important
}
.text-muted {
color: #6c757d!important
}
.text-black-50 {
color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
color: rgba(255, 255, 255, .5)!important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.text-decoration-none {
text-decoration: none!important
}
.text-break {
word-wrap: break-word!important
}
.text-reset {
color: inherit!important
}
.visible {
visibility: visible!important
}
.invisible {
visibility: hidden!important
}
@media print {
*,
::after,
::before {
text-shadow: none!important;
box-shadow: none!important
}
a:not(.btn) {
text-decoration: underline
}
abbr[title]::after {
content: " (" attr(title) ")"
}
pre {
white-space: pre-wrap!important
}
blockquote,
pre {
border: 1px solid #adb5bd;
page-break-inside: avoid
}
thead {
display: table-header-group
}
img,
tr {
page-break-inside: avoid
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
@page {
size: a3
}
body {
min-width: 992px!important
}
.container {
min-width: 992px!important
}
.navbar {
display: none
}
.badge {
border: 1px solid #000
}
.table {
border-collapse: collapse!important
}
.table td,
.table th {
background-color: #fff!important
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6!important
}
.table-dark {
color: inherit
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #dee2e6
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6
}
}
/*# sourceMappingURL=bootstrap.min.css.map */
/*line Awesome 1.3.0*/
.la,
.lab,
.lad,
.lal,
.lar,
.las {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1
}
.la-lg {
font-size: 1.33333em;
line-height: .75em;
vertical-align: -.0667em
}
.la-xs {
font-size: .75em
}
.la-sm {
font-size: .875em
}
.la-1x {
font-size: 1em
}
.la-2x {
font-size: 2em
}
.la-3x {
font-size: 3em
}
.la-4x {
font-size: 4em
}
.la-5x {
font-size: 5em
}
.la-6x {
font-size: 6em
}
.la-7x {
font-size: 7em
}
.la-8x {
font-size: 8em
}
.la-9x {
font-size: 9em
}
.la-10x {
font-size: 10em
}
.la-fw {
text-align: center;
width: 1.25em
}
.la-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0
}
.la-ul>li {
position: relative
}
.la-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit
}
.la-border {
border: solid .08em #eee;
border-radius: .1em;
padding: .2em .25em .15em
}
.la-pull-left {
float: left
}
.la-pull-right {
float: right
}
.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
margin-right: .3em
}
.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
margin-left: .3em
}
.la-spin {
-webkit-animation: la-spin 2s infinite linear;
animation: la-spin 2s infinite linear
}
.la-pulse {
-webkit-animation: la-spin 1s infinite steps(8);
animation: la-spin 1s infinite steps(8)
}
@-webkit-keyframes la-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes la-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.la-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.la-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.la-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg)
}
.la-flip-horizontal {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1)
}
.la-flip-vertical {
-webkit-transform: scale(1, -1);
transform: scale(1, -1)
}
.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1)
}
:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-rotate-90 {
-webkit-filter: none;
filter: none
}
.la-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em
}
.la-stack-1x,
.la-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%
}
.la-stack-1x {
line-height: inherit
}
.la-stack-2x {
font-size: 2em
}
.la-inverse {
color: #fff
}
.la-500px:before {
content: "\f26e"
}
.la-accessible-icon:before {
content: "\f368"
}
.la-accusoft:before {
content: "\f369"
}
.la-acquisitions-incorporated:before {
content: "\f6af"
}
.la-ad:before {
content: "\f641"
}
.la-address-book:before {
content: "\f2b9"
}
.la-address-card:before {
content: "\f2bb"
}
.la-adjust:before {
content: "\f042"
}
.la-adn:before {
content: "\f170"
}
.la-adobe:before {
content: "\f778"
}
.la-adversal:before {
content: "\f36a"
}
.la-affiliatetheme:before {
content: "\f36b"
}
.la-air-freshener:before {
content: "\f5d0"
}
.la-airbnb:before {
content: "\f834"
}
.la-algolia:before {
content: "\f36c"
}
.la-align-center:before {
content: "\f037"
}
.la-align-justify:before {
content: "\f039"
}
.la-align-left:before {
content: "\f036"
}
.la-align-right:before {
content: "\f038"
}
.la-alipay:before {
content: "\f642"
}
.la-allergies:before {
content: "\f461"
}
.la-amazon:before {
content: "\f270"
}
.la-amazon-pay:before {
content: "\f42c"
}
.la-ambulance:before {
content: "\f0f9"
}
.la-american-sign-language-interpreting:before {
content: "\f2a3"
}
.la-amilia:before {
content: "\f36d"
}
.la-anchor:before {
content: "\f13d"
}
.la-android:before {
content: "\f17b"
}
.la-angellist:before {
content: "\f209"
}
.la-angle-double-down:before {
content: "\f103"
}
.la-angle-double-left:before {
content: "\f100"
}
.la-angle-double-right:before {
content: "\f101"
}
.la-angle-double-up:before {
content: "\f102"
}
.la-angle-down:before {
content: "\f107"
}
.la-angle-left:before {
content: "\f104"
}
.la-angle-right:before {
content: "\f105"
}
.la-angle-up:before {
content: "\f106"
}
.la-angry:before {
content: "\f556"
}
.la-angrycreative:before {
content: "\f36e"
}
.la-angular:before {
content: "\f420"
}
.la-ankh:before {
content: "\f644"
}
.la-app-store:before {
content: "\f36f"
}
.la-app-store-ios:before {
content: "\f370"
}
.la-apper:before {
content: "\f371"
}
.la-apple:before {
content: "\f179"
}
.la-apple-alt:before {
content: "\f5d1"
}
.la-apple-pay:before {
content: "\f415"
}
.la-archive:before {
content: "\f187"
}
.la-archway:before {
content: "\f557"
}
.la-arrow-alt-circle-down:before {
content: "\f358"
}
.la-arrow-alt-circle-left:before {
content: "\f359"
}
.la-arrow-alt-circle-right:before {
content: "\f35a"
}
.la-arrow-alt-circle-up:before {
content: "\f35b"
}
.la-arrow-circle-down:before {
content: "\f0ab"
}
.la-arrow-circle-left:before {
content: "\f0a8"
}
.la-arrow-circle-right:before {
content: "\f0a9"
}
.la-arrow-circle-up:before {
content: "\f0aa"
}
.la-arrow-down:before {
content: "\f063"
}
.la-arrow-left:before {
content: "\f060"
}
.la-arrow-right:before {
content: "\f061"
}
.la-arrow-up:before {
content: "\f062"
}
.la-arrows-alt:before {
content: "\f0b2"
}
.la-arrows-alt-h:before {
content: "\f337"
}
.la-arrows-alt-v:before {
content: "\f338"
}
.la-artstation:before {
content: "\f77a"
}
.la-assistive-listening-systems:before {
content: "\f2a2"
}
.la-asterisk:before {
content: "\f069"
}
.la-asymmetrik:before {
content: "\f372"
}
.la-at:before {
content: "\f1fa"
}
.la-atlas:before {
content: "\f558"
}
.la-atlassian:before {
content: "\f77b"
}
.la-atom:before {
content: "\f5d2"
}
.la-audible:before {
content: "\f373"
}
.la-audio-description:before {
content: "\f29e"
}
.la-autoprefixer:before {
content: "\f41c"
}
.la-avianex:before {
content: "\f374"
}
.la-aviato:before {
content: "\f421"
}
.la-award:before {
content: "\f559"
}
.la-aws:before {
content: "\f375"
}
.la-baby:before {
content: "\f77c"
}
.la-baby-carriage:before {
content: "\f77d"
}
.la-backspace:before {
content: "\f55a"
}
.la-backward:before {
content: "\f04a"
}
.la-bacon:before {
content: "\f7e5"
}
.la-balance-scale:before {
content: "\f24e"
}
.la-balance-scale-left:before {
content: "\f515"
}
.la-balance-scale-right:before {
content: "\f516"
}
.la-ban:before {
content: "\f05e"
}
.la-band-aid:before {
content: "\f462"
}
.la-bandcamp:before {
content: "\f2d5"
}
.la-barcode:before {
content: "\f02a"
}
.la-bars:before {
content: "\f0c9"
}
.la-baseball-ball:before {
content: "\f433"
}
.la-basketball-ball:before {
content: "\f434"
}
.la-bath:before {
content: "\f2cd"
}
.la-battery-empty:before {
content: "\f244"
}
.la-battery-full:before {
content: "\f240"
}
.la-battery-half:before {
content: "\f242"
}
.la-battery-quarter:before {
content: "\f243"
}
.la-battery-three-quarters:before {
content: "\f241"
}
.la-battle-net:before {
content: "\f835"
}
.la-bed:before {
content: "\f236"
}
.la-beer:before {
content: "\f0fc"
}
.la-behance:before {
content: "\f1b4"
}
.la-behance-square:before {
content: "\f1b5"
}
.la-bell:before {
content: "\f0f3"
}
.la-bell-slash:before {
content: "\f1f6"
}
.la-bezier-curve:before {
content: "\f55b"
}
.la-bible:before {
content: "\f647"
}
.la-bicycle:before {
content: "\f206"
}
.la-biking:before {
content: "\f84a"
}
.la-bimobject:before {
content: "\f378"
}
.la-binoculars:before {
content: "\f1e5"
}
.la-biohazard:before {
content: "\f780"
}
.la-birthday-cake:before {
content: "\f1fd"
}
.la-bitbucket:before {
content: "\f171"
}
.la-bitcoin:before {
content: "\f379"
}
.la-bity:before {
content: "\f37a"
}
.la-black-tie:before {
content: "\f27e"
}
.la-blackberry:before {
content: "\f37b"
}
.la-blender:before {
content: "\f517"
}
.la-blender-phone:before {
content: "\f6b6"
}
.la-blind:before {
content: "\f29d"
}
.la-blog:before {
content: "\f781"
}
.la-blogger:before {
content: "\f37c"
}
.la-blogger-b:before {
content: "\f37d"
}
.la-bluetooth:before {
content: "\f293"
}
.la-bluetooth-b:before {
content: "\f294"
}
.la-bold:before {
content: "\f032"
}
.la-bolt:before {
content: "\f0e7"
}
.la-bomb:before {
content: "\f1e2"
}
.la-bone:before {
content: "\f5d7"
}
.la-bong:before {
content: "\f55c"
}
.la-book:before {
content: "\f02d"
}
.la-book-dead:before {
content: "\f6b7"
}
.la-book-medical:before {
content: "\f7e6"
}
.la-book-open:before {
content: "\f518"
}
.la-book-reader:before {
content: "\f5da"
}
.la-bookmark:before {
content: "\f02e"
}
.la-bootstrap:before {
content: "\f836"
}
.la-border-all:before {
content: "\f84c"
}
.la-border-none:before {
content: "\f850"
}
.la-border-style:before {
content: "\f853"
}
.la-bowling-ball:before {
content: "\f436"
}
.la-box:before {
content: "\f466"
}
.la-box-open:before {
content: "\f49e"
}
.la-boxes:before {
content: "\f468"
}
.la-braille:before {
content: "\f2a1"
}
.la-brain:before {
content: "\f5dc"
}
.la-bread-slice:before {
content: "\f7ec"
}
.la-briefcase:before {
content: "\f0b1"
}
.la-briefcase-medical:before {
content: "\f469"
}
.la-broadcast-tower:before {
content: "\f519"
}
.la-broom:before {
content: "\f51a"
}
.la-brush:before {
content: "\f55d"
}
.la-btc:before {
content: "\f15a"
}
.la-buffer:before {
content: "\f837"
}
.la-bug:before {
content: "\f188"
}
.la-building:before {
content: "\f1ad"
}
.la-bullhorn:before {
content: "\f0a1"
}
.la-bullseye:before {
content: "\f140"
}
.la-burn:before {
content: "\f46a"
}
.la-buromobelexperte:before {
content: "\f37f"
}
.la-bus:before {
content: "\f207"
}
.la-bus-alt:before {
content: "\f55e"
}
.la-business-time:before {
content: "\f64a"
}
.la-buy-n-large:before {
content: "\f8a6"
}
.la-buysellads:before {
content: "\f20d"
}
.la-calculator:before {
content: "\f1ec"
}
.la-calendar:before {
content: "\f133"
}
.la-calendar-alt:before {
content: "\f073"
}
.la-calendar-check:before {
content: "\f274"
}
.la-calendar-day:before {
content: "\f783"
}
.la-calendar-minus:before {
content: "\f272"
}
.la-calendar-plus:before {
content: "\f271"
}
.la-calendar-times:before {
content: "\f273"
}
.la-calendar-week:before {
content: "\f784"
}
.la-camera:before {
content: "\f030"
}
.la-camera-retro:before {
content: "\f083"
}
.la-campground:before {
content: "\f6bb"
}
.la-canadian-maple-leaf:before {
content: "\f785"
}
.la-candy-cane:before {
content: "\f786"
}
.la-cannabis:before {
content: "\f55f"
}
.la-capsules:before {
content: "\f46b"
}
.la-car:before {
content: "\f1b9"
}
.la-car-alt:before {
content: "\f5de"
}
.la-car-battery:before {
content: "\f5df"
}
.la-car-crash:before {
content: "\f5e1"
}
.la-car-side:before {
content: "\f5e4"
}
.la-caret-down:before {
content: "\f0d7"
}
.la-caret-left:before {
content: "\f0d9"
}
.la-caret-right:before {
content: "\f0da"
}
.la-caret-square-down:before {
content: "\f150"
}
.la-caret-square-left:before {
content: "\f191"
}
.la-caret-square-right:before {
content: "\f152"
}
.la-caret-square-up:before {
content: "\f151"
}
.la-caret-up:before {
content: "\f0d8"
}
.la-carrot:before {
content: "\f787"
}
.la-cart-arrow-down:before {
content: "\f218"
}
.la-cart-plus:before {
content: "\f217"
}
.la-cash-register:before {
content: "\f788"
}
.la-cat:before {
content: "\f6be"
}
.la-cc-amazon-pay:before {
content: "\f42d"
}
.la-cc-amex:before {
content: "\f1f3"
}
.la-cc-apple-pay:before {
content: "\f416"
}
.la-cc-diners-club:before {
content: "\f24c"
}
.la-cc-discover:before {
content: "\f1f2"
}
.la-cc-jcb:before {
content: "\f24b"
}
.la-cc-mastercard:before {
content: "\f1f1"
}
.la-cc-paypal:before {
content: "\f1f4"
}
.la-cc-stripe:before {
content: "\f1f5"
}
.la-cc-visa:before {
content: "\f1f0"
}
.la-centercode:before {
content: "\f380"
}
.la-centos:before {
content: "\f789"
}
.la-certificate:before {
content: "\f0a3"
}
.la-chair:before {
content: "\f6c0"
}
.la-chalkboard:before {
content: "\f51b"
}
.la-chalkboard-teacher:before {
content: "\f51c"
}
.la-charging-station:before {
content: "\f5e7"
}
.la-chart-area:before {
content: "\f1fe"
}
.la-chart-bar:before {
content: "\f080"
}
.la-chart-line:before {
content: "\f201"
}
.la-chart-pie:before {
content: "\f200"
}
.la-check:before {
content: "\f00c"
}
.la-check-circle:before {
content: "\f058"
}
.la-check-double:before {
content: "\f560"
}
.la-check-square:before {
content: "\f14a"
}
.la-cheese:before {
content: "\f7ef"
}
.la-chess:before {
content: "\f439"
}
.la-chess-bishop:before {
content: "\f43a"
}
.la-chess-board:before {
content: "\f43c"
}
.la-chess-king:before {
content: "\f43f"
}
.la-chess-knight:before {
content: "\f441"
}
.la-chess-pawn:before {
content: "\f443"
}
.la-chess-queen:before {
content: "\f445"
}
.la-chess-rook:before {
content: "\f447"
}
.la-chevron-circle-down:before {
content: "\f13a"
}
.la-chevron-circle-left:before {
content: "\f137"
}
.la-chevron-circle-right:before {
content: "\f138"
}
.la-chevron-circle-up:before {
content: "\f139"
}
.la-chevron-down:before {
content: "\f078"
}
.la-chevron-left:before {
content: "\f053"
}
.la-chevron-right:before {
content: "\f054"
}
.la-chevron-up:before {
content: "\f077"
}
.la-child:before {
content: "\f1ae"
}
.la-chrome:before {
content: "\f268"
}
.la-chromecast:before {
content: "\f838"
}
.la-church:before {
content: "\f51d"
}
.la-circle:before {
content: "\f111"
}
.la-circle-notch:before {
content: "\f1ce"
}
.la-city:before {
content: "\f64f"
}
.la-clinic-medical:before {
content: "\f7f2"
}
.la-clipboard:before {
content: "\f328"
}
.la-clipboard-check:before {
content: "\f46c"
}
.la-clipboard-list:before {
content: "\f46d"
}
.la-clock:before {
content: "\f017"
}
.la-clone:before {
content: "\f24d"
}
.la-closed-captioning:before {
content: "\f20a"
}
.la-cloud:before {
content: "\f0c2"
}
.la-cloud-download-alt:before {
content: "\f381"
}
.la-cloud-meatball:before {
content: "\f73b"
}
.la-cloud-moon:before {
content: "\f6c3"
}
.la-cloud-moon-rain:before {
content: "\f73c"
}
.la-cloud-rain:before {
content: "\f73d"
}
.la-cloud-showers-heavy:before {
content: "\f740"
}
.la-cloud-sun:before {
content: "\f6c4"
}
.la-cloud-sun-rain:before {
content: "\f743"
}
.la-cloud-upload-alt:before {
content: "\f382"
}
.la-cloudscale:before {
content: "\f383"
}
.la-cloudsmith:before {
content: "\f384"
}
.la-cloudversify:before {
content: "\f385"
}
.la-cocktail:before {
content: "\f561"
}
.la-code:before {
content: "\f121"
}
.la-code-branch:before {
content: "\f126"
}
.la-codepen:before {
content: "\f1cb"
}
.la-codiepie:before {
content: "\f284"
}
.la-coffee:before {
content: "\f0f4"
}
.la-cog:before {
content: "\f013"
}
.la-cogs:before {
content: "\f085"
}
.la-coins:before {
content: "\f51e"
}
.la-columns:before {
content: "\f0db"
}
.la-comment:before {
content: "\f075"
}
.la-comment-alt:before {
content: "\f27a"
}
.la-comment-dollar:before {
content: "\f651"
}
.la-comment-dots:before {
content: "\f4ad"
}
.la-comment-medical:before {
content: "\f7f5"
}
.la-comment-slash:before {
content: "\f4b3"
}
.la-comments:before {
content: "\f086"
}
.la-comments-dollar:before {
content: "\f653"
}
.la-compact-disc:before {
content: "\f51f"
}
.la-compass:before {
content: "\f14e"
}
.la-compress:before {
content: "\f066"
}
.la-compress-arrows-alt:before {
content: "\f78c"
}
.la-concierge-bell:before {
content: "\f562"
}
.la-confluence:before {
content: "\f78d"
}
.la-connectdevelop:before {
content: "\f20e"
}
.la-contao:before {
content: "\f26d"
}
.la-cookie:before {
content: "\f563"
}
.la-cookie-bite:before {
content: "\f564"
}
.la-copy:before {
content: "\f0c5"
}
.la-copyright:before {
content: "\f1f9"
}
.la-cotton-bureau:before {
content: "\f89e"
}
.la-couch:before {
content: "\f4b8"
}
.la-cpanel:before {
content: "\f388"
}
.la-creative-commons:before {
content: "\f25e"
}
.la-creative-commons-by:before {
content: "\f4e7"
}
.la-creative-commons-nc:before {
content: "\f4e8"
}
.la-creative-commons-nc-eu:before {
content: "\f4e9"
}
.la-creative-commons-nc-jp:before {
content: "\f4ea"
}
.la-creative-commons-nd:before {
content: "\f4eb"
}
.la-creative-commons-pd:before {
content: "\f4ec"
}
.la-creative-commons-pd-alt:before {
content: "\f4ed"
}
.la-creative-commons-remix:before {
content: "\f4ee"
}
.la-creative-commons-sa:before {
content: "\f4ef"
}
.la-creative-commons-sampling:before {
content: "\f4f0"
}
.la-creative-commons-sampling-plus:before {
content: "\f4f1"
}
.la-creative-commons-share:before {
content: "\f4f2"
}
.la-creative-commons-zero:before {
content: "\f4f3"
}
.la-credit-card:before {
content: "\f09d"
}
.la-critical-role:before {
content: "\f6c9"
}
.la-crop:before {
content: "\f125"
}
.la-crop-alt:before {
content: "\f565"
}
.la-cross:before {
content: "\f654"
}
.la-crosshairs:before {
content: "\f05b"
}
.la-crow:before {
content: "\f520"
}
.la-crown:before {
content: "\f521"
}
.la-crutch:before {
content: "\f7f7"
}
.la-css3:before {
content: "\f13c"
}
.la-css3-alt:before {
content: "\f38b"
}
.la-cube:before {
content: "\f1b2"
}
.la-cubes:before {
content: "\f1b3"
}
.la-cut:before {
content: "\f0c4"
}
.la-cuttlefish:before {
content: "\f38c"
}
.la-d-and-d:before {
content: "\f38d"
}
.la-d-and-d-beyond:before {
content: "\f6ca"
}
.la-dashcube:before {
content: "\f210"
}
.la-database:before {
content: "\f1c0"
}
.la-deaf:before {
content: "\f2a4"
}
.la-delicious:before {
content: "\f1a5"
}
.la-democrat:before {
content: "\f747"
}
.la-deploydog:before {
content: "\f38e"
}
.la-deskpro:before {
content: "\f38f"
}
.la-desktop:before {
content: "\f108"
}
.la-dev:before {
content: "\f6cc"
}
.la-deviantart:before {
content: "\f1bd"
}
.la-dharmachakra:before {
content: "\f655"
}
.la-dhl:before {
content: "\f790"
}
.la-diagnoses:before {
content: "\f470"
}
.la-diaspora:before {
content: "\f791"
}
.la-dice:before {
content: "\f522"
}
.la-dice-d20:before {
content: "\f6cf"
}
.la-dice-d6:before {
content: "\f6d1"
}
.la-dice-five:before {
content: "\f523"
}
.la-dice-four:before {
content: "\f524"
}
.la-dice-one:before {
content: "\f525"
}
.la-dice-six:before {
content: "\f526"
}
.la-dice-three:before {
content: "\f527"
}
.la-dice-two:before {
content: "\f528"
}
.la-digg:before {
content: "\f1a6"
}
.la-digital-ocean:before {
content: "\f391"
}
.la-digital-tachograph:before {
content: "\f566"
}
.la-directions:before {
content: "\f5eb"
}
.la-discord:before {
content: "\f392"
}
.la-discourse:before {
content: "\f393"
}
.la-divide:before {
content: "\f529"
}
.la-dizzy:before {
content: "\f567"
}
.la-dna:before {
content: "\f471"
}
.la-dochub:before {
content: "\f394"
}
.la-docker:before {
content: "\f395"
}
.la-dog:before {
content: "\f6d3"
}
.la-dollar-sign:before {
content: "\f155"
}
.la-dolly:before {
content: "\f472"
}
.la-dolly-flatbed:before {
content: "\f474"
}
.la-donate:before {
content: "\f4b9"
}
.la-door-closed:before {
content: "\f52a"
}
.la-door-open:before {
content: "\f52b"
}
.la-dot-circle:before {
content: "\f192"
}
.la-dove:before {
content: "\f4ba"
}
.la-download:before {
content: "\f019"
}
.la-draft2digital:before {
content: "\f396"
}
.la-drafting-compass:before {
content: "\f568"
}
.la-dragon:before {
content: "\f6d5"
}
.la-draw-polygon:before {
content: "\f5ee"
}
.la-dribbble:before {
content: "\f17d"
}
.la-dribbble-square:before {
content: "\f397"
}
.la-dropbox:before {
content: "\f16b"
}
.la-drum:before {
content: "\f569"
}
.la-drum-steelpan:before {
content: "\f56a"
}
.la-drumstick-bite:before {
content: "\f6d7"
}
.la-drupal:before {
content: "\f1a9"
}
.la-dumbbell:before {
content: "\f44b"
}
.la-dumpster:before {
content: "\f793"
}
.la-dumpster-fire:before {
content: "\f794"
}
.la-dungeon:before {
content: "\f6d9"
}
.la-dyalog:before {
content: "\f399"
}
.la-earlybirds:before {
content: "\f39a"
}
.la-ebay:before {
content: "\f4f4"
}
.la-edge:before {
content: "\f282"
}
.la-edit:before {
content: "\f044"
}
.la-egg:before {
content: "\f7fb"
}
.la-eject:before {
content: "\f052"
}
.la-elementor:before {
content: "\f430"
}
.la-ellipsis-h:before {
content: "\f141"
}
.la-ellipsis-v:before {
content: "\f142"
}
.la-ello:before {
content: "\f5f1"
}
.la-ember:before {
content: "\f423"
}
.la-empire:before {
content: "\f1d1"
}
.la-envelope:before {
content: "\f0e0"
}
.la-envelope-open:before {
content: "\f2b6"
}
.la-envelope-open-text:before {
content: "\f658"
}
.la-envelope-square:before {
content: "\f199"
}
.la-envira:before {
content: "\f299"
}
.la-equals:before {
content: "\f52c"
}
.la-eraser:before {
content: "\f12d"
}
.la-erlang:before {
content: "\f39d"
}
.la-ethereum:before {
content: "\f42e"
}
.la-ethernet:before {
content: "\f796"
}
.la-etsy:before {
content: "\f2d7"
}
.la-euro-sign:before {
content: "\f153"
}
.la-evernote:before {
content: "\f839"
}
.la-exchange-alt:before {
content: "\f362"
}
.la-exclamation:before {
content: "\f12a"
}
.la-exclamation-circle:before {
content: "\f06a"
}
.la-exclamation-triangle:before {
content: "\f071"
}
.la-expand:before {
content: "\f065"
}
.la-expand-arrows-alt:before {
content: "\f31e"
}
.la-expeditedssl:before {
content: "\f23e"
}
.la-external-link-alt:before {
content: "\f35d"
}
.la-external-link-square-alt:before {
content: "\f360"
}
.la-eye:before {
content: "\f06e"
}
.la-eye-dropper:before {
content: "\f1fb"
}
.la-eye-slash:before {
content: "\f070"
}
.la-facebook:before {
content: "\f09a"
}
.la-facebook-f:before {
content: "\f39e"
}
.la-facebook-messenger:before {
content: "\f39f"
}
.la-facebook-square:before {
content: "\f082"
}
.la-fan:before {
content: "\f863"
}
.la-fantasy-flight-games:before {
content: "\f6dc"
}
.la-fast-backward:before {
content: "\f049"
}
.la-fast-forward:before {
content: "\f050"
}
.la-fax:before {
content: "\f1ac"
}
.la-feather:before {
content: "\f52d"
}
.la-feather-alt:before {
content: "\f56b"
}
.la-fedex:before {
content: "\f797"
}
.la-fedora:before {
content: "\f798"
}
.la-female:before {
content: "\f182"
}
.la-fighter-jet:before {
content: "\f0fb"
}
.la-figma:before {
content: "\f799"
}
.la-file:before {
content: "\f15b"
}
.la-file-alt:before {
content: "\f15c"
}
.la-file-archive:before {
content: "\f1c6"
}
.la-file-audio:before {
content: "\f1c7"
}
.la-file-code:before {
content: "\f1c9"
}
.la-file-contract:before {
content: "\f56c"
}
.la-file-csv:before {
content: "\f6dd"
}
.la-file-download:before {
content: "\f56d"
}
.la-file-excel:before {
content: "\f1c3"
}
.la-file-export:before {
content: "\f56e"
}
.la-file-image:before {
content: "\f1c5"
}
.la-file-import:before {
content: "\f56f"
}
.la-file-invoice:before {
content: "\f570"
}
.la-file-invoice-dollar:before {
content: "\f571"
}
.la-file-medical:before {
content: "\f477"
}
.la-file-medical-alt:before {
content: "\f478"
}
.la-file-pdf:before {
content: "\f1c1"
}
.la-file-powerpoint:before {
content: "\f1c4"
}
.la-file-prescription:before {
content: "\f572"
}
.la-file-signature:before {
content: "\f573"
}
.la-file-upload:before {
content: "\f574"
}
.la-file-video:before {
content: "\f1c8"
}
.la-file-word:before {
content: "\f1c2"
}
.la-fill:before {
content: "\f575"
}
.la-fill-drip:before {
content: "\f576"
}
.la-film:before {
content: "\f008"
}
.la-filter:before {
content: "\f0b0"
}
.la-fingerprint:before {
content: "\f577"
}
.la-fire:before {
content: "\f06d"
}
.la-fire-alt:before {
content: "\f7e4"
}
.la-fire-extinguisher:before {
content: "\f134"
}
.la-firefox:before {
content: "\f269"
}
.la-first-aid:before {
content: "\f479"
}
.la-first-order:before {
content: "\f2b0"
}
.la-first-order-alt:before {
content: "\f50a"
}
.la-firstdraft:before {
content: "\f3a1"
}
.la-fish:before {
content: "\f578"
}
.la-fist-raised:before {
content: "\f6de"
}
.la-flag:before {
content: "\f024"
}
.la-flag-checkered:before {
content: "\f11e"
}
.la-flag-usa:before {
content: "\f74d"
}
.la-flask:before {
content: "\f0c3"
}
.la-flickr:before {
content: "\f16e"
}
.la-flipboard:before {
content: "\f44d"
}
.la-flushed:before {
content: "\f579"
}
.la-fly:before {
content: "\f417"
}
.la-folder:before {
content: "\f07b"
}
.la-folder-minus:before {
content: "\f65d"
}
.la-folder-open:before {
content: "\f07c"
}
.la-folder-plus:before {
content: "\f65e"
}
.la-font:before {
content: "\f031"
}
.la-font-awesome:before {
content: "\f2b4"
}
.la-font-awesome-alt:before {
content: "\f35c"
}
.la-font-awesome-flag:before {
content: "\f425"
}
.la-font-awesome-logo-full:before {
content: "\f4e6"
}
.la-fonticons:before {
content: "\f280"
}
.la-fonticons-fi:before {
content: "\f3a2"
}
.la-football-ball:before {
content: "\f44e"
}
.la-fort-awesome:before {
content: "\f286"
}
.la-fort-awesome-alt:before {
content: "\f3a3"
}
.la-forumbee:before {
content: "\f211"
}
.la-forward:before {
content: "\f04e"
}
.la-foursquare:before {
content: "\f180"
}
.la-free-code-camp:before {
content: "\f2c5"
}
.la-freebsd:before {
content: "\f3a4"
}
.la-frog:before {
content: "\f52e"
}
.la-frown:before {
content: "\f119"
}
.la-frown-open:before {
content: "\f57a"
}
.la-fulcrum:before {
content: "\f50b"
}
.la-funnel-dollar:before {
content: "\f662"
}
.la-futbol:before {
content: "\f1e3"
}
.la-galactic-republic:before {
content: "\f50c"
}
.la-galactic-senate:before {
content: "\f50d"
}
.la-gamepad:before {
content: "\f11b"
}
.la-gas-pump:before {
content: "\f52f"
}
.la-gavel:before {
content: "\f0e3"
}
.la-gem:before {
content: "\f3a5"
}
.la-genderless:before {
content: "\f22d"
}
.la-get-pocket:before {
content: "\f265"
}
.la-gg:before {
content: "\f260"
}
.la-gg-circle:before {
content: "\f261"
}
.la-ghost:before {
content: "\f6e2"
}
.la-gift:before {
content: "\f06b"
}
.la-gifts:before {
content: "\f79c"
}
.la-git:before {
content: "\f1d3"
}
.la-git-alt:before {
content: "\f841"
}
.la-git-square:before {
content: "\f1d2"
}
.la-github:before {
content: "\f09b"
}
.la-github-alt:before {
content: "\f113"
}
.la-github-square:before {
content: "\f092"
}
.la-gitkraken:before {
content: "\f3a6"
}
.la-gitlab:before {
content: "\f296"
}
.la-gitter:before {
content: "\f426"
}
.la-glass-cheers:before {
content: "\f79f"
}
.la-glass-martini:before {
content: "\f000"
}
.la-glass-martini-alt:before {
content: "\f57b"
}
.la-glass-whiskey:before {
content: "\f7a0"
}
.la-glasses:before {
content: "\f530"
}
.la-glide:before {
content: "\f2a5"
}
.la-glide-g:before {
content: "\f2a6"
}
.la-globe:before {
content: "\f0ac"
}
.la-globe-africa:before {
content: "\f57c"
}
.la-globe-americas:before {
content: "\f57d"
}
.la-globe-asia:before {
content: "\f57e"
}
.la-globe-europe:before {
content: "\f7a2"
}
.la-gofore:before {
content: "\f3a7"
}
.la-golf-ball:before {
content: "\f450"
}
.la-goodreads:before {
content: "\f3a8"
}
.la-goodreads-g:before {
content: "\f3a9"
}
.la-google:before {
content: "\f1a0"
}
.la-google-drive:before {
content: "\f3aa"
}
.la-google-play:before {
content: "\f3ab"
}
.la-google-plus:before {
content: "\f2b3"
}
.la-google-plus-g:before {
content: "\f0d5"
}
.la-google-plus-square:before {
content: "\f0d4"
}
.la-google-wallet:before {
content: "\f1ee"
}
.la-gopuram:before {
content: "\f664"
}
.la-graduation-cap:before {
content: "\f19d"
}
.la-gratipay:before {
content: "\f184"
}
.la-grav:before {
content: "\f2d6"
}
.la-greater-than:before {
content: "\f531"
}
.la-greater-than-equal:before {
content: "\f532"
}
.la-grimace:before {
content: "\f57f"
}
.la-grin:before {
content: "\f580"
}
.la-grin-alt:before {
content: "\f581"
}
.la-grin-beam:before {
content: "\f582"
}
.la-grin-beam-sweat:before {
content: "\f583"
}
.la-grin-hearts:before {
content: "\f584"
}
.la-grin-squint:before {
content: "\f585"
}
.la-grin-squint-tears:before {
content: "\f586"
}
.la-grin-stars:before {
content: "\f587"
}
.la-grin-tears:before {
content: "\f588"
}
.la-grin-tongue:before {
content: "\f589"
}
.la-grin-tongue-squint:before {
content: "\f58a"
}
.la-grin-tongue-wink:before {
content: "\f58b"
}
.la-grin-wink:before {
content: "\f58c"
}
.la-grip-horizontal:before {
content: "\f58d"
}
.la-grip-lines:before {
content: "\f7a4"
}
.la-grip-lines-vertical:before {
content: "\f7a5"
}
.la-grip-vertical:before {
content: "\f58e"
}
.la-gripfire:before {
content: "\f3ac"
}
.la-grunt:before {
content: "\f3ad"
}
.la-guitar:before {
content: "\f7a6"
}
.la-gulp:before {
content: "\f3ae"
}
.la-h-square:before {
content: "\f0fd"
}
.la-hacker-news:before {
content: "\f1d4"
}
.la-hacker-news-square:before {
content: "\f3af"
}
.la-hackerrank:before {
content: "\f5f7"
}
.la-hamburger:before {
content: "\f805"
}
.la-hammer:before {
content: "\f6e3"
}
.la-hamsa:before {
content: "\f665"
}
.la-hand-holding:before {
content: "\f4bd"
}
.la-hand-holding-heart:before {
content: "\f4be"
}
.la-hand-holding-usd:before {
content: "\f4c0"
}
.la-hand-lizard:before {
content: "\f258"
}
.la-hand-middle-finger:before {
content: "\f806"
}
.la-hand-paper:before {
content: "\f256"
}
.la-hand-peace:before {
content: "\f25b"
}
.la-hand-point-down:before {
content: "\f0a7"
}
.la-hand-point-left:before {
content: "\f0a5"
}
.la-hand-point-right:before {
content: "\f0a4"
}
.la-hand-point-up:before {
content: "\f0a6"
}
.la-hand-pointer:before {
content: "\f25a"
}
.la-hand-rock:before {
content: "\f255"
}
.la-hand-scissors:before {
content: "\f257"
}
.la-hand-spock:before {
content: "\f259"
}
.la-hands:before {
content: "\f4c2"
}
.la-hands-helping:before {
content: "\f4c4"
}
.la-handshake:before {
content: "\f2b5"
}
.la-hanukiah:before {
content: "\f6e6"
}
.la-hard-hat:before {
content: "\f807"
}
.la-hashtag:before {
content: "\f292"
}
.la-hat-cowboy:before {
content: "\f8c0"
}
.la-hat-cowboy-side:before {
content: "\f8c1"
}
.la-hat-wizard:before {
content: "\f6e8"
}
.la-haykal:before {
content: "\f666"
}
.la-hdd:before {
content: "\f0a0"
}
.la-heading:before {
content: "\f1dc"
}
.la-headphones:before {
content: "\f025"
}
.la-headphones-alt:before {
content: "\f58f"
}
.la-headset:before {
content: "\f590"
}
.la-heart:before {
content: "\f004"
}
.la-heart-broken:before {
content: "\f7a9"
}
.la-heartbeat:before {
content: "\f21e"
}
.la-helicopter:before {
content: "\f533"
}
.la-highlighter:before {
content: "\f591"
}
.la-hiking:before {
content: "\f6ec"
}
.la-hippo:before {
content: "\f6ed"
}
.la-hips:before {
content: "\f452"
}
.la-hire-a-helper:before {
content: "\f3b0"
}
.la-history:before {
content: "\f1da"
}
.la-hockey-puck:before {
content: "\f453"
}
.la-holly-berry:before {
content: "\f7aa"
}
.la-home:before {
content: "\f015"
}
.la-hooli:before {
content: "\f427"
}
.la-hornbill:before {
content: "\f592"
}
.la-horse:before {
content: "\f6f0"
}
.la-horse-head:before {
content: "\f7ab"
}
.la-hospital:before {
content: "\f0f8"
}
.la-hospital-alt:before {
content: "\f47d"
}
.la-hospital-symbol:before {
content: "\f47e"
}
.la-hot-tub:before {
content: "\f593"
}
.la-hotdog:before {
content: "\f80f"
}
.la-hotel:before {
content: "\f594"
}
.la-hotjar:before {
content: "\f3b1"
}
.la-hourglass:before {
content: "\f254"
}
.la-hourglass-end:before {
content: "\f253"
}
.la-hourglass-half:before {
content: "\f252"
}
.la-hourglass-start:before {
content: "\f251"
}
.la-house-damage:before {
content: "\f6f1"
}
.la-houzz:before {
content: "\f27c"
}
.la-hryvnia:before {
content: "\f6f2"
}
.la-html5:before {
content: "\f13b"
}
.la-hubspot:before {
content: "\f3b2"
}
.la-i-cursor:before {
content: "\f246"
}
.la-ice-cream:before {
content: "\f810"
}
.la-icicles:before {
content: "\f7ad"
}
.la-icons:before {
content: "\f86d"
}
.la-id-badge:before {
content: "\f2c1"
}
.la-id-card:before {
content: "\f2c2"
}
.la-id-card-alt:before {
content: "\f47f"
}
.la-igloo:before {
content: "\f7ae"
}
.la-image:before {
content: "\f03e"
}
.la-images:before {
content: "\f302"
}
.la-imdb:before {
content: "\f2d8"
}
.la-inbox:before {
content: "\f01c"
}
.la-indent:before {
content: "\f03c"
}
.la-industry:before {
content: "\f275"
}
.la-infinity:before {
content: "\f534"
}
.la-info:before {
content: "\f129"
}
.la-info-circle:before {
content: "\f05a"
}
.la-instagram:before {
content: "\f16d"
}
.la-intercom:before {
content: "\f7af"
}
.la-internet-explorer:before {
content: "\f26b"
}
.la-invision:before {
content: "\f7b0"
}
.la-ioxhost:before {
content: "\f208"
}
.la-italic:before {
content: "\f033"
}
.la-itch-io:before {
content: "\f83a"
}
.la-itunes:before {
content: "\f3b4"
}
.la-itunes-note:before {
content: "\f3b5"
}
.la-java:before {
content: "\f4e4"
}
.la-jedi:before {
content: "\f669"
}
.la-jedi-order:before {
content: "\f50e"
}
.la-jenkins:before {
content: "\f3b6"
}
.la-jira:before {
content: "\f7b1"
}
.la-joget:before {
content: "\f3b7"
}
.la-joint:before {
content: "\f595"
}
.la-joomla:before {
content: "\f1aa"
}
.la-journal-whills:before {
content: "\f66a"
}
.la-js:before {
content: "\f3b8"
}
.la-js-square:before {
content: "\f3b9"
}
.la-jsfiddle:before {
content: "\f1cc"
}
.la-kaaba:before {
content: "\f66b"
}
.la-kaggle:before {
content: "\f5fa"
}
.la-key:before {
content: "\f084"
}
.la-keybase:before {
content: "\f4f5"
}
.la-keyboard:before {
content: "\f11c"
}
.la-keycdn:before {
content: "\f3ba"
}
.la-khanda:before {
content: "\f66d"
}
.la-kickstarter:before {
content: "\f3bb"
}
.la-kickstarter-k:before {
content: "\f3bc"
}
.la-kiss:before {
content: "\f596"
}
.la-kiss-beam:before {
content: "\f597"
}
.la-kiss-wink-heart:before {
content: "\f598"
}
.la-kiwi-bird:before {
content: "\f535"
}
.la-korvue:before {
content: "\f42f"
}
.la-landmark:before {
content: "\f66f"
}
.la-language:before {
content: "\f1ab"
}
.la-laptop:before {
content: "\f109"
}
.la-laptop-code:before {
content: "\f5fc"
}
.la-laptop-medical:before {
content: "\f812"
}
.la-laravel:before {
content: "\f3bd"
}
.la-lastfm:before {
content: "\f202"
}
.la-lastfm-square:before {
content: "\f203"
}
.la-laugh:before {
content: "\f599"
}
.la-laugh-beam:before {
content: "\f59a"
}
.la-laugh-squint:before {
content: "\f59b"
}
.la-laugh-wink:before {
content: "\f59c"
}
.la-layer-group:before {
content: "\f5fd"
}
.la-leaf:before {
content: "\f06c"
}
.la-leanpub:before {
content: "\f212"
}
.la-lemon:before {
content: "\f094"
}
.la-less:before {
content: "\f41d"
}
.la-less-than:before {
content: "\f536"
}
.la-less-than-equal:before {
content: "\f537"
}
.la-level-down-alt:before {
content: "\f3be"
}
.la-level-up-alt:before {
content: "\f3bf"
}
.la-life-ring:before {
content: "\f1cd"
}
.la-lightbulb:before {
content: "\f0eb"
}
.la-line:before {
content: "\f3c0"
}
.la-link:before {
content: "\f0c1"
}
.la-linkedin:before {
content: "\f08c"
}
.la-linkedin-in:before {
content: "\f0e1"
}
.la-linode:before {
content: "\f2b8"
}
.la-linux:before {
content: "\f17c"
}
.la-lira-sign:before {
content: "\f195"
}
.la-list:before {
content: "\f03a"
}
.la-list-alt:before {
content: "\f022"
}
.la-list-ol:before {
content: "\f0cb"
}
.la-list-ul:before {
content: "\f0ca"
}
.la-location-arrow:before {
content: "\f124"
}
.la-lock:before {
content: "\f023"
}
.la-lock-open:before {
content: "\f3c1"
}
.la-long-arrow-alt-down:before {
content: "\f309"
}
.la-long-arrow-alt-left:before {
content: "\f30a"
}
.la-long-arrow-alt-right:before {
content: "\f30b"
}
.la-long-arrow-alt-up:before {
content: "\f30c"
}
.la-low-vision:before {
content: "\f2a8"
}
.la-luggage-cart:before {
content: "\f59d"
}
.la-lyft:before {
content: "\f3c3"
}
.la-magento:before {
content: "\f3c4"
}
.la-magic:before {
content: "\f0d0"
}
.la-magnet:before {
content: "\f076"
}
.la-mail-bulk:before {
content: "\f674"
}
.la-mailchimp:before {
content: "\f59e"
}
.la-male:before {
content: "\f183"
}
.la-mandalorian:before {
content: "\f50f"
}
.la-map:before {
content: "\f279"
}
.la-map-marked:before {
content: "\f59f"
}
.la-map-marked-alt:before {
content: "\f5a0"
}
.la-map-marker:before {
content: "\f041"
}
.la-map-marker-alt:before {
content: "\f3c5"
}
.la-map-pin:before {
content: "\f276"
}
.la-map-signs:before {
content: "\f277"
}
.la-markdown:before {
content: "\f60f"
}
.la-marker:before {
content: "\f5a1"
}
.la-mars:before {
content: "\f222"
}
.la-mars-double:before {
content: "\f227"
}
.la-mars-stroke:before {
content: "\f229"
}
.la-mars-stroke-h:before {
content: "\f22b"
}
.la-mars-stroke-v:before {
content: "\f22a"
}
.la-mask:before {
content: "\f6fa"
}
.la-mastodon:before {
content: "\f4f6"
}
.la-maxcdn:before {
content: "\f136"
}
.la-mdb:before {
content: "\f8ca"
}
.la-medal:before {
content: "\f5a2"
}
.la-medapps:before {
content: "\f3c6"
}
.la-medium:before {
content: "\f23a"
}
.la-medium-m:before {
content: "\f3c7"
}
.la-medkit:before {
content: "\f0fa"
}
.la-medrt:before {
content: "\f3c8"
}
.la-meetup:before {
content: "\f2e0"
}
.la-megaport:before {
content: "\f5a3"
}
.la-meh:before {
content: "\f11a"
}
.la-meh-blank:before {
content: "\f5a4"
}
.la-meh-rolling-eyes:before {
content: "\f5a5"
}
.la-memory:before {
content: "\f538"
}
.la-mendeley:before {
content: "\f7b3"
}
.la-menorah:before {
content: "\f676"
}
.la-mercury:before {
content: "\f223"
}
.la-meteor:before {
content: "\f753"
}
.la-microchip:before {
content: "\f2db"
}
.la-microphone:before {
content: "\f130"
}
.la-microphone-alt:before {
content: "\f3c9"
}
.la-microphone-alt-slash:before {
content: "\f539"
}
.la-microphone-slash:before {
content: "\f131"
}
.la-microscope:before {
content: "\f610"
}
.la-microsoft:before {
content: "\f3ca"
}
.la-minus:before {
content: "\f068"
}
.la-minus-circle:before {
content: "\f056"
}
.la-minus-square:before {
content: "\f146"
}
.la-mitten:before {
content: "\f7b5"
}
.la-mix:before {
content: "\f3cb"
}
.la-mixcloud:before {
content: "\f289"
}
.la-mizuni:before {
content: "\f3cc"
}
.la-mobile:before {
content: "\f10b"
}
.la-mobile-alt:before {
content: "\f3cd"
}
.la-modx:before {
content: "\f285"
}
.la-monero:before {
content: "\f3d0"
}
.la-money-bill:before {
content: "\f0d6"
}
.la-money-bill-alt:before {
content: "\f3d1"
}
.la-money-bill-wave:before {
content: "\f53a"
}
.la-money-bill-wave-alt:before {
content: "\f53b"
}
.la-money-check:before {
content: "\f53c"
}
.la-money-check-alt:before {
content: "\f53d"
}
.la-monument:before {
content: "\f5a6"
}
.la-moon:before {
content: "\f186"
}
.la-mortar-pestle:before {
content: "\f5a7"
}
.la-mosque:before {
content: "\f678"
}
.la-motorcycle:before {
content: "\f21c"
}
.la-mountain:before {
content: "\f6fc"
}
.la-mouse:before {
content: "\f8cc"
}
.la-mouse-pointer:before {
content: "\f245"
}
.la-mug-hot:before {
content: "\f7b6"
}
.la-music:before {
content: "\f001"
}
.la-napster:before {
content: "\f3d2"
}
.la-neos:before {
content: "\f612"
}
.la-network-wired:before {
content: "\f6ff"
}
.la-neuter:before {
content: "\f22c"
}
.la-newspaper:before {
content: "\f1ea"
}
.la-nimblr:before {
content: "\f5a8"
}
.la-node:before {
content: "\f419"
}
.la-node-js:before {
content: "\f3d3"
}
.la-not-equal:before {
content: "\f53e"
}
.la-notes-medical:before {
content: "\f481"
}
.la-npm:before {
content: "\f3d4"
}
.la-ns8:before {
content: "\f3d5"
}
.la-nutritionix:before {
content: "\f3d6"
}
.la-object-group:before {
content: "\f247"
}
.la-object-ungroup:before {
content: "\f248"
}
.la-odnoklassniki:before {
content: "\f263"
}
.la-odnoklassniki-square:before {
content: "\f264"
}
.la-oil-can:before {
content: "\f613"
}
.la-old-republic:before {
content: "\f510"
}
.la-om:before {
content: "\f679"
}
.la-opencart:before {
content: "\f23d"
}
.la-openid:before {
content: "\f19b"
}
.la-opera:before {
content: "\f26a"
}
.la-optin-monster:before {
content: "\f23c"
}
.la-orcid:before {
content: "\f8d2"
}
.la-osi:before {
content: "\f41a"
}
.la-otter:before {
content: "\f700"
}
.la-outdent:before {
content: "\f03b"
}
.la-page4:before {
content: "\f3d7"
}
.la-pagelines:before {
content: "\f18c"
}
.la-pager:before {
content: "\f815"
}
.la-paint-brush:before {
content: "\f1fc"
}
.la-paint-roller:before {
content: "\f5aa"
}
.la-palette:before {
content: "\f53f"
}
.la-palfed:before {
content: "\f3d8"
}
.la-pallet:before {
content: "\f482"
}
.la-paper-plane:before {
content: "\f1d8"
}
.la-paperclip:before {
content: "\f0c6"
}
.la-parachute-box:before {
content: "\f4cd"
}
.la-paragraph:before {
content: "\f1dd"
}
.la-parking:before {
content: "\f540"
}
.la-passport:before {
content: "\f5ab"
}
.la-pastafarianism:before {
content: "\f67b"
}
.la-paste:before {
content: "\f0ea"
}
.la-patreon:before {
content: "\f3d9"
}
.la-pause:before {
content: "\f04c"
}
.la-pause-circle:before {
content: "\f28b"
}
.la-paw:before {
content: "\f1b0"
}
.la-paypal:before {
content: "\f1ed"
}
.la-peace:before {
content: "\f67c"
}
.la-pen:before {
content: "\f304"
}
.la-pen-alt:before {
content: "\f305"
}
.la-pen-fancy:before {
content: "\f5ac"
}
.la-pen-nib:before {
content: "\f5ad"
}
.la-pen-square:before {
content: "\f14b"
}
.la-pencil-alt:before {
content: "\f303"
}
.la-pencil-ruler:before {
content: "\f5ae"
}
.la-penny-arcade:before {
content: "\f704"
}
.la-people-carry:before {
content: "\f4ce"
}
.la-pepper-hot:before {
content: "\f816"
}
.la-percent:before {
content: "\f295"
}
.la-percentage:before {
content: "\f541"
}
.la-periscope:before {
content: "\f3da"
}
.la-person-booth:before {
content: "\f756"
}
.la-phabricator:before {
content: "\f3db"
}
.la-phoenix-framework:before {
content: "\f3dc"
}
.la-phoenix-squadron:before {
content: "\f511"
}
.la-phone:before {
content: "\f095"
}
.la-phone-alt:before {
content: "\f879"
}
.la-phone-slash:before {
content: "\f3dd"
}
.la-phone-square:before {
content: "\f098"
}
.la-phone-square-alt:before {
content: "\f87b"
}
.la-phone-volume:before {
content: "\f2a0"
}
.la-photo-video:before {
content: "\f87c"
}
.la-php:before {
content: "\f457"
}
.la-pied-piper:before {
content: "\f2ae"
}
.la-pied-piper-alt:before {
content: "\f1a8"
}
.la-pied-piper-hat:before {
content: "\f4e5"
}
.la-pied-piper-pp:before {
content: "\f1a7"
}
.la-piggy-bank:before {
content: "\f4d3"
}
.la-pills:before {
content: "\f484"
}
.la-pinterest:before {
content: "\f0d2"
}
.la-pinterest-p:before {
content: "\f231"
}
.la-pinterest-square:before {
content: "\f0d3"
}
.la-pizza-slice:before {
content: "\f818"
}
.la-place-of-worship:before {
content: "\f67f"
}
.la-plane:before {
content: "\f072"
}
.la-plane-arrival:before {
content: "\f5af"
}
.la-plane-departure:before {
content: "\f5b0"
}
.la-play:before {
content: "\f04b"
}
.la-play-circle:before {
content: "\f144"
}
.la-playstation:before {
content: "\f3df"
}
.la-plug:before {
content: "\f1e6"
}
.la-plus:before {
content: "\f067"
}
.la-plus-circle:before {
content: "\f055"
}
.la-plus-square:before {
content: "\f0fe"
}
.la-podcast:before {
content: "\f2ce"
}
.la-poll:before {
content: "\f681"
}
.la-poll-h:before {
content: "\f682"
}
.la-poo:before {
content: "\f2fe"
}
.la-poo-storm:before {
content: "\f75a"
}
.la-poop:before {
content: "\f619"
}
.la-portrait:before {
content: "\f3e0"
}
.la-pound-sign:before {
content: "\f154"
}
.la-power-off:before {
content: "\f011"
}
.la-pray:before {
content: "\f683"
}
.la-praying-hands:before {
content: "\f684"
}
.la-prescription:before {
content: "\f5b1"
}
.la-prescription-bottle:before {
content: "\f485"
}
.la-prescription-bottle-alt:before {
content: "\f486"
}
.la-print:before {
content: "\f02f"
}
.la-procedures:before {
content: "\f487"
}
.la-product-hunt:before {
content: "\f288"
}
.la-project-diagram:before {
content: "\f542"
}
.la-pushed:before {
content: "\f3e1"
}
.la-puzzle-piece:before {
content: "\f12e"
}
.la-python:before {
content: "\f3e2"
}
.la-qq:before {
content: "\f1d6"
}
.la-qrcode:before {
content: "\f029"
}
.la-question:before {
content: "\f128"
}
.la-question-circle:before {
content: "\f059"
}
.la-quidditch:before {
content: "\f458"
}
.la-quinscape:before {
content: "\f459"
}
.la-quora:before {
content: "\f2c4"
}
.la-quote-left:before {
content: "\f10d"
}
.la-quote-right:before {
content: "\f10e"
}
.la-quran:before {
content: "\f687"
}
.la-r-project:before {
content: "\f4f7"
}
.la-radiation:before {
content: "\f7b9"
}
.la-radiation-alt:before {
content: "\f7ba"
}
.la-rainbow:before {
content: "\f75b"
}
.la-random:before {
content: "\f074"
}
.la-raspberry-pi:before {
content: "\f7bb"
}
.la-ravelry:before {
content: "\f2d9"
}
.la-react:before {
content: "\f41b"
}
.la-reacteurope:before {
content: "\f75d"
}
.la-readme:before {
content: "\f4d5"
}
.la-rebel:before {
content: "\f1d0"
}
.la-receipt:before {
content: "\f543"
}
.la-record-vinyl:before {
content: "\f8d9"
}
.la-recycle:before {
content: "\f1b8"
}
.la-red-river:before {
content: "\f3e3"
}
.la-reddit:before {
content: "\f1a1"
}
.la-reddit-alien:before {
content: "\f281"
}
.la-reddit-square:before {
content: "\f1a2"
}
.la-redhat:before {
content: "\f7bc"
}
.la-redo:before {
content: "\f01e"
}
.la-redo-alt:before {
content: "\f2f9"
}
.la-registered:before {
content: "\f25d"
}
.la-remove-format:before {
content: "\f87d"
}
.la-renren:before {
content: "\f18b"
}
.la-reply:before {
content: "\f3e5"
}
.la-reply-all:before {
content: "\f122"
}
.la-replyd:before {
content: "\f3e6"
}
.la-republican:before {
content: "\f75e"
}
.la-researchgate:before {
content: "\f4f8"
}
.la-resolving:before {
content: "\f3e7"
}
.la-restroom:before {
content: "\f7bd"
}
.la-retweet:before {
content: "\f079"
}
.la-rev:before {
content: "\f5b2"
}
.la-ribbon:before {
content: "\f4d6"
}
.la-ring:before {
content: "\f70b"
}
.la-road:before {
content: "\f018"
}
.la-robot:before {
content: "\f544"
}
.la-rocket:before {
content: "\f135"
}
.la-rocketchat:before {
content: "\f3e8"
}
.la-rockrms:before {
content: "\f3e9"
}
.la-route:before {
content: "\f4d7"
}
.la-rss:before {
content: "\f09e"
}
.la-rss-square:before {
content: "\f143"
}
.la-ruble-sign:before {
content: "\f158"
}
.la-ruler:before {
content: "\f545"
}
.la-ruler-combined:before {
content: "\f546"
}
.la-ruler-horizontal:before {
content: "\f547"
}
.la-ruler-vertical:before {
content: "\f548"
}
.la-running:before {
content: "\f70c"
}
.la-rupee-sign:before {
content: "\f156"
}
.la-sad-cry:before {
content: "\f5b3"
}
.la-sad-tear:before {
content: "\f5b4"
}
.la-safari:before {
content: "\f267"
}
.la-salesforce:before {
content: "\f83b"
}
.la-sass:before {
content: "\f41e"
}
.la-satellite:before {
content: "\f7bf"
}
.la-satellite-dish:before {
content: "\f7c0"
}
.la-save:before {
content: "\f0c7"
}
.la-schlix:before {
content: "\f3ea"
}
.la-school:before {
content: "\f549"
}
.la-screwdriver:before {
content: "\f54a"
}
.la-scribd:before {
content: "\f28a"
}
.la-scroll:before {
content: "\f70e"
}
.la-sd-card:before {
content: "\f7c2"
}
.la-search:before {
content: "\f002"
}
.la-search-dollar:before {
content: "\f688"
}
.la-search-location:before {
content: "\f689"
}
.la-search-minus:before {
content: "\f010"
}
.la-search-plus:before {
content: "\f00e"
}
.la-searchengin:before {
content: "\f3eb"
}
.la-seedling:before {
content: "\f4d8"
}
.la-sellcast:before {
content: "\f2da"
}
.la-sellsy:before {
content: "\f213"
}
.la-server:before {
content: "\f233"
}
.la-servicestack:before {
content: "\f3ec"
}
.la-shapes:before {
content: "\f61f"
}
.la-share:before {
content: "\f064"
}
.la-share-alt:before {
content: "\f1e0"
}
.la-share-alt-square:before {
content: "\f1e1"
}
.la-share-square:before {
content: "\f14d"
}
.la-shekel-sign:before {
content: "\f20b"
}
.la-shield-alt:before {
content: "\f3ed"
}
.la-ship:before {
content: "\f21a"
}
.la-shipping-fast:before {
content: "\f48b"
}
.la-shirtsinbulk:before {
content: "\f214"
}
.la-shoe-prints:before {
content: "\f54b"
}
.la-shopping-bag:before {
content: "\f290"
}
.la-shopping-basket:before {
content: "\f291"
}
.la-shopping-cart:before {
content: "\f07a"
}
.la-shopware:before {
content: "\f5b5"
}
.la-shower:before {
content: "\f2cc"
}
.la-shuttle-van:before {
content: "\f5b6"
}
.la-sign:before {
content: "\f4d9"
}
.la-sign-in-alt:before {
content: "\f2f6"
}
.la-sign-language:before {
content: "\f2a7"
}
.la-sign-out-alt:before {
content: "\f2f5"
}
.la-signal:before {
content: "\f012"
}
.la-signature:before {
content: "\f5b7"
}
.la-sim-card:before {
content: "\f7c4"
}
.la-simplybuilt:before {
content: "\f215"
}
.la-sistrix:before {
content: "\f3ee"
}
.la-sitemap:before {
content: "\f0e8"
}
.la-sith:before {
content: "\f512"
}
.la-skating:before {
content: "\f7c5"
}
.la-sketch:before {
content: "\f7c6"
}
.la-skiing:before {
content: "\f7c9"
}
.la-skiing-nordic:before {
content: "\f7ca"
}
.la-skull:before {
content: "\f54c"
}
.la-skull-crossbones:before {
content: "\f714"
}
.la-skyatlas:before {
content: "\f216"
}
.la-skype:before {
content: "\f17e"
}
.la-slack:before {
content: "\f198"
}
.la-slack-hash:before {
content: "\f3ef"
}
.la-slash:before {
content: "\f715"
}
.la-sleigh:before {
content: "\f7cc"
}
.la-sliders-h:before {
content: "\f1de"
}
.la-slideshare:before {
content: "\f1e7"
}
.la-smile:before {
content: "\f118"
}
.la-smile-beam:before {
content: "\f5b8"
}
.la-smile-wink:before {
content: "\f4da"
}
.la-smog:before {
content: "\f75f"
}
.la-smoking:before {
content: "\f48d"
}
.la-smoking-ban:before {
content: "\f54d"
}
.la-sms:before {
content: "\f7cd"
}
.la-snapchat:before {
content: "\f2ab"
}
.la-snapchat-ghost:before {
content: "\f2ac"
}
.la-snapchat-square:before {
content: "\f2ad"
}
.la-snowboarding:before {
content: "\f7ce"
}
.la-snowflake:before {
content: "\f2dc"
}
.la-snowman:before {
content: "\f7d0"
}
.la-snowplow:before {
content: "\f7d2"
}
.la-socks:before {
content: "\f696"
}
.la-solar-panel:before {
content: "\f5ba"
}
.la-sort:before {
content: "\f0dc"
}
.la-sort-alpha-down:before {
content: "\f15d"
}
.la-sort-alpha-down-alt:before {
content: "\f881"
}
.la-sort-alpha-up:before {
content: "\f15e"
}
.la-sort-alpha-up-alt:before {
content: "\f882"
}
.la-sort-amount-down:before {
content: "\f160"
}
.la-sort-amount-down-alt:before {
content: "\f884"
}
.la-sort-amount-up:before {
content: "\f161"
}
.la-sort-amount-up-alt:before {
content: "\f885"
}
.la-sort-down:before {
content: "\f0dd"
}
.la-sort-numeric-down:before {
content: "\f162"
}
.la-sort-numeric-down-alt:before {
content: "\f886"
}
.la-sort-numeric-up:before {
content: "\f163"
}
.la-sort-numeric-up-alt:before {
content: "\f887"
}
.la-sort-up:before {
content: "\f0de"
}
.la-soundcloud:before {
content: "\f1be"
}
.la-sourcetree:before {
content: "\f7d3"
}
.la-spa:before {
content: "\f5bb"
}
.la-space-shuttle:before {
content: "\f197"
}
.la-speakap:before {
content: "\f3f3"
}
.la-speaker-deck:before {
content: "\f83c"
}
.la-spell-check:before {
content: "\f891"
}
.la-spider:before {
content: "\f717"
}
.la-spinner:before {
content: "\f110"
}
.la-splotch:before {
content: "\f5bc"
}
.la-spotify:before {
content: "\f1bc"
}
.la-spray-can:before {
content: "\f5bd"
}
.la-square:before {
content: "\f0c8"
}
.la-square-full:before {
content: "\f45c"
}
.la-square-root-alt:before {
content: "\f698"
}
.la-squarespace:before {
content: "\f5be"
}
.la-stack-exchange:before {
content: "\f18d"
}
.la-stack-overflow:before {
content: "\f16c"
}
.la-stackpath:before {
content: "\f842"
}
.la-stamp:before {
content: "\f5bf"
}
.la-star:before {
content: "\f005"
}
.la-star-and-crescent:before {
content: "\f699"
}
.la-star-half:before {
content: "\f089"
}
.la-star-half-alt:before {
content: "\f5c0"
}
.la-star-of-david:before {
content: "\f69a"
}
.la-star-of-life:before {
content: "\f621"
}
.la-staylinked:before {
content: "\f3f5"
}
.la-steam:before {
content: "\f1b6"
}
.la-steam-square:before {
content: "\f1b7"
}
.la-steam-symbol:before {
content: "\f3f6"
}
.la-step-backward:before {
content: "\f048"
}
.la-step-forward:before {
content: "\f051"
}
.la-stethoscope:before {
content: "\f0f1"
}
.la-sticker-mule:before {
content: "\f3f7"
}
.la-sticky-note:before {
content: "\f249"
}
.la-stop:before {
content: "\f04d"
}
.la-stop-circle:before {
content: "\f28d"
}
.la-stopwatch:before {
content: "\f2f2"
}
.la-store:before {
content: "\f54e"
}
.la-store-alt:before {
content: "\f54f"
}
.la-strava:before {
content: "\f428"
}
.la-stream:before {
content: "\f550"
}
.la-street-view:before {
content: "\f21d"
}
.la-strikethrough:before {
content: "\f0cc"
}
.la-stripe:before {
content: "\f429"
}
.la-stripe-s:before {
content: "\f42a"
}
.la-stroopwafel:before {
content: "\f551"
}
.la-studiovinari:before {
content: "\f3f8"
}
.la-stumbleupon:before {
content: "\f1a4"
}
.la-stumbleupon-circle:before {
content: "\f1a3"
}
.la-subscript:before {
content: "\f12c"
}
.la-subway:before {
content: "\f239"
}
.la-suitcase:before {
content: "\f0f2"
}
.la-suitcase-rolling:before {
content: "\f5c1"
}
.la-sun:before {
content: "\f185"
}
.la-superpowers:before {
content: "\f2dd"
}
.la-superscript:before {
content: "\f12b"
}
.la-supple:before {
content: "\f3f9"
}
.la-surprise:before {
content: "\f5c2"
}
.la-suse:before {
content: "\f7d6"
}
.la-swatchbook:before {
content: "\f5c3"
}
.la-swift:before {
content: "\f8e1"
}
.la-swimmer:before {
content: "\f5c4"
}
.la-swimming-pool:before {
content: "\f5c5"
}
.la-symfony:before {
content: "\f83d"
}
.la-synagogue:before {
content: "\f69b"
}
.la-sync:before {
content: "\f021"
}
.la-sync-alt:before {
content: "\f2f1"
}
.la-syringe:before {
content: "\f48e"
}
.la-table:before {
content: "\f0ce"
}
.la-table-tennis:before {
content: "\f45d"
}
.la-tablet:before {
content: "\f10a"
}
.la-tablet-alt:before {
content: "\f3fa"
}
.la-tablets:before {
content: "\f490"
}
.la-tachometer-alt:before {
content: "\f3fd"
}
.la-tag:before {
content: "\f02b"
}
.la-tags:before {
content: "\f02c"
}
.la-tape:before {
content: "\f4db"
}
.la-tasks:before {
content: "\f0ae"
}
.la-taxi:before {
content: "\f1ba"
}
.la-teamspeak:before {
content: "\f4f9"
}
.la-teeth:before {
content: "\f62e"
}
.la-teeth-open:before {
content: "\f62f"
}
.la-telegram:before {
content: "\f2c6"
}
.la-telegram-plane:before {
content: "\f3fe"
}
.la-temperature-high:before {
content: "\f769"
}
.la-temperature-low:before {
content: "\f76b"
}
.la-tencent-weibo:before {
content: "\f1d5"
}
.la-tenge:before {
content: "\f7d7"
}
.la-terminal:before {
content: "\f120"
}
.la-text-height:before {
content: "\f034"
}
.la-text-width:before {
content: "\f035"
}
.la-th:before {
content: "\f00a"
}
.la-th-large:before {
content: "\f009"
}
.la-th-list:before {
content: "\f00b"
}
.la-the-red-yeti:before {
content: "\f69d"
}
.la-theater-masks:before {
content: "\f630"
}
.la-themeco:before {
content: "\f5c6"
}
.la-themeisle:before {
content: "\f2b2"
}
.la-thermometer:before {
content: "\f491"
}
.la-thermometer-empty:before {
content: "\f2cb"
}
.la-thermometer-full:before {
content: "\f2c7"
}
.la-thermometer-half:before {
content: "\f2c9"
}
.la-thermometer-quarter:before {
content: "\f2ca"
}
.la-thermometer-three-quarters:before {
content: "\f2c8"
}
.la-think-peaks:before {
content: "\f731"
}
.la-thumbs-down:before {
content: "\f165"
}
.la-thumbs-up:before {
content: "\f164"
}
.la-thumbtack:before {
content: "\f08d"
}
.la-ticket-alt:before {
content: "\f3ff"
}
.la-times:before {
content: "\f00d"
}
.la-times-circle:before {
content: "\f057"
}
.la-tint:before {
content: "\f043"
}
.la-tint-slash:before {
content: "\f5c7"
}
.la-tired:before {
content: "\f5c8"
}
.la-toggle-off:before {
content: "\f204"
}
.la-toggle-on:before {
content: "\f205"
}
.la-toilet:before {
content: "\f7d8"
}
.la-toilet-paper:before {
content: "\f71e"
}
.la-toolbox:before {
content: "\f552"
}
.la-tools:before {
content: "\f7d9"
}
.la-tooth:before {
content: "\f5c9"
}
.la-torah:before {
content: "\f6a0"
}
.la-torii-gate:before {
content: "\f6a1"
}
.la-tractor:before {
content: "\f722"
}
.la-trade-federation:before {
content: "\f513"
}
.la-trademark:before {
content: "\f25c"
}
.la-traffic-light:before {
content: "\f637"
}
.la-train:before {
content: "\f238"
}
.la-tram:before {
content: "\f7da"
}
.la-transgender:before {
content: "\f224"
}
.la-transgender-alt:before {
content: "\f225"
}
.la-trash:before {
content: "\f1f8"
}
.la-trash-alt:before {
content: "\f2ed"
}
.la-trash-restore:before {
content: "\f829"
}
.la-trash-restore-alt:before {
content: "\f82a"
}
.la-tree:before {
content: "\f1bb"
}
.la-trello:before {
content: "\f181"
}
.la-tripadvisor:before {
content: "\f262"
}
.la-trophy:before {
content: "\f091"
}
.la-truck:before {
content: "\f0d1"
}
.la-truck-loading:before {
content: "\f4de"
}
.la-truck-monster:before {
content: "\f63b"
}
.la-truck-moving:before {
content: "\f4df"
}
.la-truck-pickup:before {
content: "\f63c"
}
.la-tshirt:before {
content: "\f553"
}
.la-tty:before {
content: "\f1e4"
}
.la-tumblr:before {
content: "\f173"
}
.la-tumblr-square:before {
content: "\f174"
}
.la-tv:before {
content: "\f26c"
}
.la-twitch:before {
content: "\f1e8"
}
.la-twitter:before {
content: "\f099"
}
.la-twitter-square:before {
content: "\f081"
}
.la-typo3:before {
content: "\f42b"
}
.la-uber:before {
content: "\f402"
}
.la-ubuntu:before {
content: "\f7df"
}
.la-uikit:before {
content: "\f403"
}
.la-umbraco:before {
content: "\f8e8"
}
.la-umbrella:before {
content: "\f0e9"
}
.la-umbrella-beach:before {
content: "\f5ca"
}
.la-underline:before {
content: "\f0cd"
}
.la-undo:before {
content: "\f0e2"
}
.la-undo-alt:before {
content: "\f2ea"
}
.la-uniregistry:before {
content: "\f404"
}
.la-universal-access:before {
content: "\f29a"
}
.la-university:before {
content: "\f19c"
}
.la-unlink:before {
content: "\f127"
}
.la-unlock:before {
content: "\f09c"
}
.la-unlock-alt:before {
content: "\f13e"
}
.la-untappd:before {
content: "\f405"
}
.la-upload:before {
content: "\f093"
}
.la-ups:before {
content: "\f7e0"
}
.la-usb:before {
content: "\f287"
}
.la-user:before {
content: "\f007"
}
.la-user-alt:before {
content: "\f406"
}
.la-user-alt-slash:before {
content: "\f4fa"
}
.la-user-astronaut:before {
content: "\f4fb"
}
.la-user-check:before {
content: "\f4fc"
}
.la-user-circle:before {
content: "\f2bd"
}
.la-user-clock:before {
content: "\f4fd"
}
.la-user-cog:before {
content: "\f4fe"
}
.la-user-edit:before {
content: "\f4ff"
}
.la-user-friends:before {
content: "\f500"
}
.la-user-graduate:before {
content: "\f501"
}
.la-user-injured:before {
content: "\f728"
}
.la-user-lock:before {
content: "\f502"
}
.la-user-md:before {
content: "\f0f0"
}
.la-user-minus:before {
content: "\f503"
}
.la-user-ninja:before {
content: "\f504"
}
.la-user-nurse:before {
content: "\f82f"
}
.la-user-plus:before {
content: "\f234"
}
.la-user-secret:before {
content: "\f21b"
}
.la-user-shield:before {
content: "\f505"
}
.la-user-slash:before {
content: "\f506"
}
.la-user-tag:before {
content: "\f507"
}
.la-user-tie:before {
content: "\f508"
}
.la-user-times:before {
content: "\f235"
}
.la-users:before {
content: "\f0c0"
}
.la-users-cog:before {
content: "\f509"
}
.la-usps:before {
content: "\f7e1"
}
.la-ussunnah:before {
content: "\f407"
}
.la-utensil-spoon:before {
content: "\f2e5"
}
.la-utensils:before {
content: "\f2e7"
}
.la-vaadin:before {
content: "\f408"
}
.la-vector-square:before {
content: "\f5cb"
}
.la-venus:before {
content: "\f221"
}
.la-venus-double:before {
content: "\f226"
}
.la-venus-mars:before {
content: "\f228"
}
.la-viacoin:before {
content: "\f237"
}
.la-viadeo:before {
content: "\f2a9"
}
.la-viadeo-square:before {
content: "\f2aa"
}
.la-vial:before {
content: "\f492"
}
.la-vials:before {
content: "\f493"
}
.la-viber:before {
content: "\f409"
}
.la-video:before {
content: "\f03d"
}
.la-video-slash:before {
content: "\f4e2"
}
.la-vihara:before {
content: "\f6a7"
}
.la-vimeo:before {
content: "\f40a"
}
.la-vimeo-square:before {
content: "\f194"
}
.la-vimeo-v:before {
content: "\f27d"
}
.la-vine:before {
content: "\f1ca"
}
.la-vk:before {
content: "\f189"
}
.la-vnv:before {
content: "\f40b"
}
.la-voicemail:before {
content: "\f897"
}
.la-volleyball-ball:before {
content: "\f45f"
}
.la-volume-down:before {
content: "\f027"
}
.la-volume-mute:before {
content: "\f6a9"
}
.la-volume-off:before {
content: "\f026"
}
.la-volume-up:before {
content: "\f028"
}
.la-vote-yea:before {
content: "\f772"
}
.la-vr-cardboard:before {
content: "\f729"
}
.la-vuejs:before {
content: "\f41f"
}
.la-walking:before {
content: "\f554"
}
.la-wallet:before {
content: "\f555"
}
.la-warehouse:before {
content: "\f494"
}
.la-water:before {
content: "\f773"
}
.la-wave-square:before {
content: "\f83e"
}
.la-waze:before {
content: "\f83f"
}
.la-weebly:before {
content: "\f5cc"
}
.la-weibo:before {
content: "\f18a"
}
.la-weight:before {
content: "\f496"
}
.la-weight-hanging:before {
content: "\f5cd"
}
.la-weixin:before {
content: "\f1d7"
}
.la-whatsapp:before {
content: "\f232"
}
.la-whatsapp-square:before {
content: "\f40c"
}
.la-wheelchair:before {
content: "\f193"
}
.la-whmcs:before {
content: "\f40d"
}
.la-wifi:before {
content: "\f1eb"
}
.la-wikipedia-w:before {
content: "\f266"
}
.la-wind:before {
content: "\f72e"
}
.la-window-close:before {
content: "\f410"
}
.la-window-maximize:before {
content: "\f2d0"
}
.la-window-minimize:before {
content: "\f2d1"
}
.la-window-restore:before {
content: "\f2d2"
}
.la-windows:before {
content: "\f17a"
}
.la-wine-bottle:before {
content: "\f72f"
}
.la-wine-glass:before {
content: "\f4e3"
}
.la-wine-glass-alt:before {
content: "\f5ce"
}
.la-wix:before {
content: "\f5cf"
}
.la-wizards-of-the-coast:before {
content: "\f730"
}
.la-wolf-pack-battalion:before {
content: "\f514"
}
.la-won-sign:before {
content: "\f159"
}
.la-wordpress:before {
content: "\f19a"
}
.la-wordpress-simple:before {
content: "\f411"
}
.la-wpbeginner:before {
content: "\f297"
}
.la-wpexplorer:before {
content: "\f2de"
}
.la-wpforms:before {
content: "\f298"
}
.la-wpressr:before {
content: "\f3e4"
}
.la-wrench:before {
content: "\f0ad"
}
.la-x-ray:before {
content: "\f497"
}
.la-xbox:before {
content: "\f412"
}
.la-xing:before {
content: "\f168"
}
.la-xing-square:before {
content: "\f169"
}
.la-y-combinator:before {
content: "\f23b"
}
.la-yahoo:before {
content: "\f19e"
}
.la-yammer:before {
content: "\f840"
}
.la-yandex:before {
content: "\f413"
}
.la-yandex-international:before {
content: "\f414"
}
.la-yarn:before {
content: "\f7e3"
}
.la-yelp:before {
content: "\f1e9"
}
.la-yen-sign:before {
content: "\f157"
}
.la-yin-yang:before {
content: "\f6ad"
}
.la-yoast:before {
content: "\f2b1"
}
.la-youtube:before {
content: "\f167"
}
.la-youtube-square:before {
content: "\f431"
}
.la-zhihu:before {
content: "\f63f"
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto
}
@font-face {
font-family: 'Line Awesome Brands';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(../fonts/la-brands-400.eot);
src: url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-brands-400.woff2) format("woff2"), url(../fonts/la-brands-400.woff) format("woff"), url(../fonts/la-brands-400.ttf) format("truetype"), url(../fonts/la-brands-400.svg#lineawesome) format("svg")
}
.lab {
font-family: 'Line Awesome Brands'
}
@font-face {
font-family: 'Line Awesome Free';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(../fonts/la-regular-400.eot);
src: url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-regular-400.woff2) format("woff2"), url(../fonts/la-regular-400.woff) format("woff"), url(../fonts/la-regular-400.ttf) format("truetype"), url(../fonts/la-regular-400.svg#lineawesome) format("svg")
}
.lar {
font-family: 'Line Awesome Free';
font-weight: 400
}
@font-face {
font-family: 'Line Awesome Free';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(../fonts/la-solid-900.eot);
src: url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/la-solid-900.woff2) format("woff2"), url(../fonts/la-solid-900.woff) format("woff"), url(../fonts/la-solid-900.ttf) format("truetype"), url(../fonts/la-solid-900.svg#lineawesome) format("svg")
}
.la,
.las {
font-family: 'Line Awesome Free';
font-weight: 900
}
.la.la-glass:before {
content: "\f000"
}
.la.la-meetup {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-star-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-star-o:before {
content: "\f005"
}
.la.la-remove:before {
content: "\f00d"
}
.la.la-close:before {
content: "\f00d"
}
.la.la-gear:before {
content: "\f013"
}
.la.la-trash-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-trash-o:before {
content: "\f2ed"
}
.la.la-file-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-o:before {
content: "\f15b"
}
.la.la-clock-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-clock-o:before {
content: "\f017"
}
.la.la-arrow-circle-o-down {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-arrow-circle-o-down:before {
content: "\f358"
}
.la.la-arrow-circle-o-up {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-arrow-circle-o-up:before {
content: "\f35b"
}
.la.la-play-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-play-circle-o:before {
content: "\f144"
}
.la.la-repeat:before {
content: "\f01e"
}
.la.la-rotate-right:before {
content: "\f01e"
}
.la.la-refresh:before {
content: "\f021"
}
.la.la-list-alt {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-dedent:before {
content: "\f03b"
}
.la.la-video-camera:before {
content: "\f03d"
}
.la.la-picture-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-picture-o:before {
content: "\f03e"
}
.la.la-photo {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-photo:before {
content: "\f03e"
}
.la.la-image {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-image:before {
content: "\f03e"
}
.la.la-pencil:before {
content: "\f303"
}
.la.la-map-marker:before {
content: "\f3c5"
}
.la.la-pencil-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-pencil-square-o:before {
content: "\f044"
}
.la.la-share-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-share-square-o:before {
content: "\f14d"
}
.la.la-check-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-check-square-o:before {
content: "\f14a"
}
.la.la-arrows:before {
content: "\f0b2"
}
.la.la-times-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-times-circle-o:before {
content: "\f057"
}
.la.la-check-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-check-circle-o:before {
content: "\f058"
}
.la.la-mail-forward:before {
content: "\f064"
}
.la.la-eye {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-eye-slash {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-warning:before {
content: "\f071"
}
.la.la-calendar:before {
content: "\f073"
}
.la.la-arrows-v:before {
content: "\f338"
}
.la.la-arrows-h:before {
content: "\f337"
}
.la.la-bar-chart {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-bar-chart:before {
content: "\f080"
}
.la.la-bar-chart-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-bar-chart-o:before {
content: "\f080"
}
.la.la-twitter-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-facebook-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gears:before {
content: "\f085"
}
.la.la-thumbs-o-up {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-thumbs-o-up:before {
content: "\f164"
}
.la.la-thumbs-o-down {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-thumbs-o-down:before {
content: "\f165"
}
.la.la-heart-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-heart-o:before {
content: "\f004"
}
.la.la-sign-out:before {
content: "\f2f5"
}
.la.la-linkedin-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-linkedin-square:before {
content: "\f08c"
}
.la.la-thumb-tack:before {
content: "\f08d"
}
.la.la-external-link:before {
content: "\f35d"
}
.la.la-sign-in:before {
content: "\f2f6"
}
.la.la-github-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-lemon-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-lemon-o:before {
content: "\f094"
}
.la.la-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-square-o:before {
content: "\f0c8"
}
.la.la-bookmark-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-bookmark-o:before {
content: "\f02e"
}
.la.la-twitter {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-facebook {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-facebook:before {
content: "\f39e"
}
.la.la-facebook-f {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-facebook-f:before {
content: "\f39e"
}
.la.la-github {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-credit-card {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-feed:before {
content: "\f09e"
}
.la.la-hdd-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hdd-o:before {
content: "\f0a0"
}
.la.la-hand-o-right {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-o-right:before {
content: "\f0a4"
}
.la.la-hand-o-left {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-o-left:before {
content: "\f0a5"
}
.la.la-hand-o-up {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-o-up:before {
content: "\f0a6"
}
.la.la-hand-o-down {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-o-down:before {
content: "\f0a7"
}
.la.la-arrows-alt:before {
content: "\f31e"
}
.la.la-group:before {
content: "\f0c0"
}
.la.la-chain:before {
content: "\f0c1"
}
.la.la-scissors:before {
content: "\f0c4"
}
.la.la-files-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-files-o:before {
content: "\f0c5"
}
.la.la-floppy-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-floppy-o:before {
content: "\f0c7"
}
.la.la-navicon:before {
content: "\f0c9"
}
.la.la-reorder:before {
content: "\f0c9"
}
.la.la-pinterest {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pinterest-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus:before {
content: "\f0d5"
}
.la.la-money {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-money:before {
content: "\f3d1"
}
.la.la-unsorted:before {
content: "\f0dc"
}
.la.la-sort-desc:before {
content: "\f0dd"
}
.la.la-sort-asc:before {
content: "\f0de"
}
.la.la-linkedin {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-linkedin:before {
content: "\f0e1"
}
.la.la-rotate-left:before {
content: "\f0e2"
}
.la.la-legal:before {
content: "\f0e3"
}
.la.la-tachometer:before {
content: "\f3fd"
}
.la.la-dashboard:before {
content: "\f3fd"
}
.la.la-comment-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-comment-o:before {
content: "\f075"
}
.la.la-comments-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-comments-o:before {
content: "\f086"
}
.la.la-flash:before {
content: "\f0e7"
}
.la.la-clipboard {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-paste {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-paste:before {
content: "\f328"
}
.la.la-lightbulb-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-lightbulb-o:before {
content: "\f0eb"
}
.la.la-exchange:before {
content: "\f362"
}
.la.la-cloud-download:before {
content: "\f381"
}
.la.la-cloud-upload:before {
content: "\f382"
}
.la.la-bell-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-bell-o:before {
content: "\f0f3"
}
.la.la-cutlery:before {
content: "\f2e7"
}
.la.la-file-text-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-text-o:before {
content: "\f15c"
}
.la.la-building-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-building-o:before {
content: "\f1ad"
}
.la.la-hospital-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hospital-o:before {
content: "\f0f8"
}
.la.la-tablet:before {
content: "\f3fa"
}
.la.la-mobile:before {
content: "\f3cd"
}
.la.la-mobile-phone:before {
content: "\f3cd"
}
.la.la-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-circle-o:before {
content: "\f111"
}
.la.la-mail-reply:before {
content: "\f3e5"
}
.la.la-github-alt {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-folder-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-folder-o:before {
content: "\f07b"
}
.la.la-folder-open-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-folder-open-o:before {
content: "\f07c"
}
.la.la-smile-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-smile-o:before {
content: "\f118"
}
.la.la-frown-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-frown-o:before {
content: "\f119"
}
.la.la-meh-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-meh-o:before {
content: "\f11a"
}
.la.la-keyboard-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-keyboard-o:before {
content: "\f11c"
}
.la.la-flag-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-flag-o:before {
content: "\f024"
}
.la.la-mail-reply-all:before {
content: "\f122"
}
.la.la-star-half-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-star-half-o:before {
content: "\f089"
}
.la.la-star-half-empty {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-star-half-empty:before {
content: "\f089"
}
.la.la-star-half-full {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-star-half-full:before {
content: "\f089"
}
.la.la-code-fork:before {
content: "\f126"
}
.la.la-chain-broken:before {
content: "\f127"
}
.la.la-shield:before {
content: "\f3ed"
}
.la.la-calendar-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-calendar-o:before {
content: "\f133"
}
.la.la-maxcdn {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-html5 {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-css3 {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ticket:before {
content: "\f3ff"
}
.la.la-minus-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-minus-square-o:before {
content: "\f146"
}
.la.la-level-up:before {
content: "\f3bf"
}
.la.la-level-down:before {
content: "\f3be"
}
.la.la-pencil-square:before {
content: "\f14b"
}
.la.la-external-link-square:before {
content: "\f360"
}
.la.la-compass {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-caret-square-o-down {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-caret-square-o-down:before {
content: "\f150"
}
.la.la-toggle-down {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-toggle-down:before {
content: "\f150"
}
.la.la-caret-square-o-up {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-caret-square-o-up:before {
content: "\f151"
}
.la.la-toggle-up {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-toggle-up:before {
content: "\f151"
}
.la.la-caret-square-o-right {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-caret-square-o-right:before {
content: "\f152"
}
.la.la-toggle-right {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-toggle-right:before {
content: "\f152"
}
.la.la-eur:before {
content: "\f153"
}
.la.la-euro:before {
content: "\f153"
}
.la.la-gbp:before {
content: "\f154"
}
.la.la-usd:before {
content: "\f155"
}
.la.la-dollar:before {
content: "\f155"
}
.la.la-inr:before {
content: "\f156"
}
.la.la-rupee:before {
content: "\f156"
}
.la.la-jpy:before {
content: "\f157"
}
.la.la-cny:before {
content: "\f157"
}
.la.la-rmb:before {
content: "\f157"
}
.la.la-yen:before {
content: "\f157"
}
.la.la-rub:before {
content: "\f158"
}
.la.la-ruble:before {
content: "\f158"
}
.la.la-rouble:before {
content: "\f158"
}
.la.la-krw:before {
content: "\f159"
}
.la.la-won:before {
content: "\f159"
}
.la.la-btc {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bitcoin {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bitcoin:before {
content: "\f15a"
}
.la.la-file-text:before {
content: "\f15c"
}
.la.la-sort-alpha-asc:before {
content: "\f15d"
}
.la.la-sort-alpha-desc:before {
content: "\f881"
}
.la.la-sort-amount-asc:before {
content: "\f160"
}
.la.la-sort-amount-desc:before {
content: "\f884"
}
.la.la-sort-numeric-asc:before {
content: "\f162"
}
.la.la-sort-numeric-desc:before {
content: "\f886"
}
.la.la-youtube-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-youtube {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-xing {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-xing-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-youtube-play {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-youtube-play:before {
content: "\f167"
}
.la.la-dropbox {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-stack-overflow {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-instagram {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-flickr {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-adn {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bitbucket {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bitbucket-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bitbucket-square:before {
content: "\f171"
}
.la.la-tumblr {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-tumblr-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-long-arrow-down:before {
content: "\f309"
}
.la.la-long-arrow-up:before {
content: "\f30c"
}
.la.la-long-arrow-left:before {
content: "\f30a"
}
.la.la-long-arrow-right:before {
content: "\f30b"
}
.la.la-apple {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-windows {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-android {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-linux {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-dribbble {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-skype {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-foursquare {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-trello {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gratipay {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gittip {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gittip:before {
content: "\f184"
}
.la.la-sun-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-sun-o:before {
content: "\f185"
}
.la.la-moon-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-moon-o:before {
content: "\f186"
}
.la.la-vk {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-weibo {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-renren {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pagelines {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-stack-exchange {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-arrow-circle-o-right {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-arrow-circle-o-right:before {
content: "\f35a"
}
.la.la-arrow-circle-o-left {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-arrow-circle-o-left:before {
content: "\f359"
}
.la.la-caret-square-o-left {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-caret-square-o-left:before {
content: "\f191"
}
.la.la-toggle-left {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-toggle-left:before {
content: "\f191"
}
.la.la-dot-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-dot-circle-o:before {
content: "\f192"
}
.la.la-vimeo-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-try:before {
content: "\f195"
}
.la.la-turkish-lira:before {
content: "\f195"
}
.la.la-plus-square-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-plus-square-o:before {
content: "\f0fe"
}
.la.la-slack {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wordpress {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-openid {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-institution:before {
content: "\f19c"
}
.la.la-bank:before {
content: "\f19c"
}
.la.la-mortar-board:before {
content: "\f19d"
}
.la.la-yahoo {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-reddit {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-reddit-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-stumbleupon-circle {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-stumbleupon {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-delicious {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-digg {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pied-piper-pp {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pied-piper-alt {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-drupal {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-joomla {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-spoon:before {
content: "\f2e5"
}
.la.la-behance {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-behance-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-steam {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-steam-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-automobile:before {
content: "\f1b9"
}
.la.la-cab:before {
content: "\f1ba"
}
.la.la-envelope-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-envelope-o:before {
content: "\f0e0"
}
.la.la-deviantart {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-soundcloud {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-file-pdf-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-pdf-o:before {
content: "\f1c1"
}
.la.la-file-word-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-word-o:before {
content: "\f1c2"
}
.la.la-file-excel-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-excel-o:before {
content: "\f1c3"
}
.la.la-file-powerpoint-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-powerpoint-o:before {
content: "\f1c4"
}
.la.la-file-image-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-image-o:before {
content: "\f1c5"
}
.la.la-file-photo-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-photo-o:before {
content: "\f1c5"
}
.la.la-file-picture-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-picture-o:before {
content: "\f1c5"
}
.la.la-file-archive-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-archive-o:before {
content: "\f1c6"
}
.la.la-file-zip-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-zip-o:before {
content: "\f1c6"
}
.la.la-file-audio-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-audio-o:before {
content: "\f1c7"
}
.la.la-file-sound-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-sound-o:before {
content: "\f1c7"
}
.la.la-file-video-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-video-o:before {
content: "\f1c8"
}
.la.la-file-movie-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-movie-o:before {
content: "\f1c8"
}
.la.la-file-code-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-file-code-o:before {
content: "\f1c9"
}
.la.la-vine {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-codepen {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-jsfiddle {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-life-ring {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-life-bouy {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-life-bouy:before {
content: "\f1cd"
}
.la.la-life-buoy {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-life-buoy:before {
content: "\f1cd"
}
.la.la-life-saver {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-life-saver:before {
content: "\f1cd"
}
.la.la-support {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-support:before {
content: "\f1cd"
}
.la.la-circle-o-notch:before {
content: "\f1ce"
}
.la.la-rebel {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ra {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ra:before {
content: "\f1d0"
}
.la.la-resistance {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-resistance:before {
content: "\f1d0"
}
.la.la-empire {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ge {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ge:before {
content: "\f1d1"
}
.la.la-git-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-git {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-hacker-news {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-y-combinator-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-y-combinator-square:before {
content: "\f1d4"
}
.la.la-yc-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-yc-square:before {
content: "\f1d4"
}
.la.la-tencent-weibo {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-qq {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-weixin {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wechat {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wechat:before {
content: "\f1d7"
}
.la.la-send:before {
content: "\f1d8"
}
.la.la-paper-plane-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-paper-plane-o:before {
content: "\f1d8"
}
.la.la-send-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-send-o:before {
content: "\f1d8"
}
.la.la-circle-thin {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-circle-thin:before {
content: "\f111"
}
.la.la-header:before {
content: "\f1dc"
}
.la.la-sliders:before {
content: "\f1de"
}
.la.la-futbol-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-futbol-o:before {
content: "\f1e3"
}
.la.la-soccer-ball-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-soccer-ball-o:before {
content: "\f1e3"
}
.la.la-slideshare {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-twitch {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-yelp {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-newspaper-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-newspaper-o:before {
content: "\f1ea"
}
.la.la-paypal {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-wallet {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-visa {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-mastercard {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-discover {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-amex {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-paypal {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-stripe {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bell-slash-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-bell-slash-o:before {
content: "\f1f6"
}
.la.la-trash:before {
content: "\f2ed"
}
.la.la-copyright {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-eyedropper:before {
content: "\f1fb"
}
.la.la-area-chart:before {
content: "\f1fe"
}
.la.la-pie-chart:before {
content: "\f200"
}
.la.la-line-chart:before {
content: "\f201"
}
.la.la-lastfm {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-lastfm-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ioxhost {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-angellist {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-cc:before {
content: "\f20a"
}
.la.la-ils:before {
content: "\f20b"
}
.la.la-shekel:before {
content: "\f20b"
}
.la.la-sheqel:before {
content: "\f20b"
}
.la.la-meanpath {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-meanpath:before {
content: "\f2b4"
}
.la.la-buysellads {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-connectdevelop {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-dashcube {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-forumbee {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-leanpub {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-sellsy {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-shirtsinbulk {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-simplybuilt {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-skyatlas {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-diamond {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-diamond:before {
content: "\f3a5"
}
.la.la-intersex:before {
content: "\f224"
}
.la.la-facebook-official {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-facebook-official:before {
content: "\f09a"
}
.la.la-pinterest-p {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-whatsapp {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-hotel:before {
content: "\f236"
}
.la.la-viacoin {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-medium {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-y-combinator {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-yc {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-yc:before {
content: "\f23b"
}
.la.la-optin-monster {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-opencart {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-expeditedssl {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-battery-4:before {
content: "\f240"
}
.la.la-battery:before {
content: "\f240"
}
.la.la-battery-3:before {
content: "\f241"
}
.la.la-battery-2:before {
content: "\f242"
}
.la.la-battery-1:before {
content: "\f243"
}
.la.la-battery-0:before {
content: "\f244"
}
.la.la-object-group {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-object-ungroup {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-sticky-note-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-sticky-note-o:before {
content: "\f249"
}
.la.la-cc-jcb {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-cc-diners-club {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-clone {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hourglass-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hourglass-o:before {
content: "\f254"
}
.la.la-hourglass-1:before {
content: "\f251"
}
.la.la-hourglass-2:before {
content: "\f252"
}
.la.la-hourglass-3:before {
content: "\f253"
}
.la.la-hand-rock-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-rock-o:before {
content: "\f255"
}
.la.la-hand-grab-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-grab-o:before {
content: "\f255"
}
.la.la-hand-paper-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-paper-o:before {
content: "\f256"
}
.la.la-hand-stop-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-stop-o:before {
content: "\f256"
}
.la.la-hand-scissors-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-scissors-o:before {
content: "\f257"
}
.la.la-hand-lizard-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-lizard-o:before {
content: "\f258"
}
.la.la-hand-spock-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-spock-o:before {
content: "\f259"
}
.la.la-hand-pointer-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-pointer-o:before {
content: "\f25a"
}
.la.la-hand-peace-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-hand-peace-o:before {
content: "\f25b"
}
.la.la-registered {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-creative-commons {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gg {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gg-circle {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-tripadvisor {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-odnoklassniki {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-odnoklassniki-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-get-pocket {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wikipedia-w {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-safari {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-chrome {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-firefox {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-opera {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-internet-explorer {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-television:before {
content: "\f26c"
}
.la.la-contao {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-500px {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-amazon {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-calendar-plus-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-calendar-plus-o:before {
content: "\f271"
}
.la.la-calendar-minus-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-calendar-minus-o:before {
content: "\f272"
}
.la.la-calendar-times-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-calendar-times-o:before {
content: "\f273"
}
.la.la-calendar-check-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-calendar-check-o:before {
content: "\f274"
}
.la.la-map-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-map-o:before {
content: "\f279"
}
.la.la-commenting:before {
content: "\f4ad"
}
.la.la-commenting-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-commenting-o:before {
content: "\f4ad"
}
.la.la-houzz {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-vimeo {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-vimeo:before {
content: "\f27d"
}
.la.la-black-tie {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-fonticons {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-reddit-alien {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-edge {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-credit-card-alt:before {
content: "\f09d"
}
.la.la-codiepie {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-modx {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-fort-awesome {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-usb {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-product-hunt {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-mixcloud {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-scribd {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pause-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-pause-circle-o:before {
content: "\f28b"
}
.la.la-stop-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-stop-circle-o:before {
content: "\f28d"
}
.la.la-bluetooth {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-bluetooth-b {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-gitlab {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wpbeginner {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wpforms {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-envira {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wheelchair-alt {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wheelchair-alt:before {
content: "\f368"
}
.la.la-question-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-question-circle-o:before {
content: "\f059"
}
.la.la-volume-control-phone:before {
content: "\f2a0"
}
.la.la-asl-interpreting:before {
content: "\f2a3"
}
.la.la-deafness:before {
content: "\f2a4"
}
.la.la-hard-of-hearing:before {
content: "\f2a4"
}
.la.la-glide {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-glide-g {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-signing:before {
content: "\f2a7"
}
.la.la-viadeo {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-viadeo-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-snapchat {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-snapchat-ghost {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-snapchat-square {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-pied-piper {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-first-order {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-yoast {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-themeisle {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus-official {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus-official:before {
content: "\f2b3"
}
.la.la-google-plus-circle {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-google-plus-circle:before {
content: "\f2b3"
}
.la.la-font-awesome {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-fa {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-fa:before {
content: "\f2b4"
}
.la.la-handshake-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-handshake-o:before {
content: "\f2b5"
}
.la.la-envelope-open-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-envelope-open-o:before {
content: "\f2b6"
}
.la.la-linode {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-address-book-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-address-book-o:before {
content: "\f2b9"
}
.la.la-vcard:before {
content: "\f2bb"
}
.la.la-address-card-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-address-card-o:before {
content: "\f2bb"
}
.la.la-vcard-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-vcard-o:before {
content: "\f2bb"
}
.la.la-user-circle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-user-circle-o:before {
content: "\f2bd"
}
.la.la-user-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-user-o:before {
content: "\f007"
}
.la.la-id-badge {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-drivers-license:before {
content: "\f2c2"
}
.la.la-id-card-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-id-card-o:before {
content: "\f2c2"
}
.la.la-drivers-license-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-drivers-license-o:before {
content: "\f2c2"
}
.la.la-quora {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-free-code-camp {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-telegram {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-thermometer-4:before {
content: "\f2c7"
}
.la.la-thermometer:before {
content: "\f2c7"
}
.la.la-thermometer-3:before {
content: "\f2c8"
}
.la.la-thermometer-2:before {
content: "\f2c9"
}
.la.la-thermometer-1:before {
content: "\f2ca"
}
.la.la-thermometer-0:before {
content: "\f2cb"
}
.la.la-bathtub:before {
content: "\f2cd"
}
.la.la-s15:before {
content: "\f2cd"
}
.la.la-window-maximize {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-window-restore {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-times-rectangle:before {
content: "\f410"
}
.la.la-window-close-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-window-close-o:before {
content: "\f410"
}
.la.la-times-rectangle-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-times-rectangle-o:before {
content: "\f410"
}
.la.la-bandcamp {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-grav {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-etsy {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-imdb {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-ravelry {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-eercast {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-eercast:before {
content: "\f2da"
}
.la.la-snowflake-o {
font-family: 'Line Awesome Free';
font-weight: 400
}
.la.la-snowflake-o:before {
content: "\f2dc"
}
.la.la-superpowers {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-wpexplorer {
font-family: 'Line Awesome Brands';
font-weight: 400
}
.la.la-spotify {
font-family: 'Line Awesome Brands';
font-weight: 400
}
/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.5
* @author <NAME> <<EMAIL>> (https://github.com/onokumus)
* @license: MIT
*/
.metismenu .arrow {
float: right;
line-height: 1.42857
}
[dir=rtl] .metismenu .arrow {
float: left
}
.metismenu .glyphicon.arrow:before {
content: "\e079"
}
.metismenu .mm-active>a>.glyphicon.arrow:before {
content: "\e114"
}
.metismenu .fa.arrow:before {
content: "\f104"
}
.metismenu .mm-active>a>.fa.arrow:before {
content: "\f107"
}
.metismenu .ion.arrow:before {
content: "\f3d2"
}
.metismenu .mm-active>a>.ion.arrow:before {
content: "\f3d0"
}
.metismenu .plus-times {
float: right
}
[dir=rtl] .metismenu .plus-times {
float: left
}
.metismenu .fa.plus-times:before {
content: "\f067"
}
.metismenu .mm-active>a>.fa.plus-times {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.metismenu .plus-minus {
float: right
}
[dir=rtl] .metismenu .plus-minus {
float: left
}
.metismenu .fa.plus-minus:before {
content: "\f067"
}
.metismenu .mm-active>a>.fa.plus-minus:before {
content: "\f068"
}
.metismenu .mm-collapse:not(.mm-show) {
display: none
}
.metismenu .mm-collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
transition-property: height, visibility
}
.metismenu .has-arrow {
position: relative
}
.metismenu .has-arrow:after {
position: absolute;
content: "";
width: .5em;
height: .5em;
border-style: solid;
border-width: 1px 0 0 1px;
border-color: initial;
right: 1em;
-webkit-transform: rotate(-45deg) translateY(-50%);
transform: rotate(-45deg) translateY(-50%);
-webkit-transform-origin: top;
transform-origin: top;
top: 50%;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out
}
[dir=rtl] .metismenu .has-arrow:after {
right: auto;
left: 1em;
-webkit-transform: rotate(135deg) translateY(-50%);
transform: rotate(135deg) translateY(-50%)
}
.metismenu .has-arrow[aria-expanded=true]:after,
.metismenu .mm-active>.has-arrow:after {
-webkit-transform: rotate(-135deg) translateY(-50%);
transform: rotate(-135deg) translateY(-50%)
}
[dir=rtl] .metismenu .has-arrow[aria-expanded=true]:after,
[dir=rtl] .metismenu .mm-active>.has-arrow:after {
-webkit-transform: rotate(225deg) translateY(-50%);
transform: rotate(225deg) translateY(-50%)
}
/*# sourceMappingURL=metisMenu.min.css.map */
/*!
* Bootstrap-select v1.13.12 (https://developer.snapappointments.com/bootstrap-select)
*
* Copyright 2012-2019 SnapAppointments, LLC
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
*/
@-webkit-keyframes bs-notify-fadeOut {
0% {
opacity: .9
}
100% {
opacity: 0
}
}
@-o-keyframes bs-notify-fadeOut {
0% {
opacity: .9
}
100% {
opacity: 0
}
}
@keyframes bs-notify-fadeOut {
0% {
opacity: .9
}
100% {
opacity: 0
}
}
.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
display: none!important
}
.bootstrap-select {
width: 220px\0;
vertical-align: middle
}
.bootstrap-select>.dropdown-toggle {
position: relative;
width: 100%;
text-align: right;
white-space: nowrap;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.bootstrap-select>.dropdown-toggle:after {
margin-top: -1px
}
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
color: #999
}
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
color: rgba(255, 255, 255, .5)
}
.bootstrap-select>select {
position: absolute!important;
bottom: 0;
left: 50%;
display: block!important;
width: .5px!important;
height: 100%!important;
padding: 0!important;
opacity: 0!important;
border: none;
z-index: 0!important
}
.bootstrap-select>select.mobile-device {
top: 0;
left: 0;
display: block!important;
width: 100%!important;
z-index: 2!important
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
border-color: #b94a48
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
border-color: #28a745
}
.bootstrap-select.fit-width {
width: auto!important
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: 220px
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
outline: thin dotted #333!important;
outline: 5px auto -webkit-focus-ring-color!important;
outline-offset: -2px
}
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: none;
height: auto
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
width: 100%
}
.bootstrap-select.form-control.input-group-btn {
float: none;
z-index: auto
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
width: auto
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
float: none;
display: inline-block;
margin-left: 0
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
float: right
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
margin-bottom: 0
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
padding: 0
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
height: 100%;
font-size: inherit;
line-height: inherit;
border-radius: inherit
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
font-size: inherit;
line-height: inherit;
border-radius: inherit
}
.bootstrap-select.form-control-sm .dropdown-toggle {
padding: .25rem .5rem
}
.bootstrap-select.form-control-lg .dropdown-toggle {
padding: .5rem 1rem
}
.form-inline .bootstrap-select .form-control {
width: 100%
}
.bootstrap-select.disabled,
.bootstrap-select>.disabled {
cursor: not-allowed
}
.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
outline: 0!important
}
.bootstrap-select.bs-container {
position: absolute;
top: 0;
left: 0;
height: 0!important;
padding: 0!important
}
.bootstrap-select.bs-container .dropdown-menu {
z-index: 1060
}
.bootstrap-select .dropdown-toggle .filter-option {
position: static;
top: 0;
left: 0;
float: left;
height: 100%;
width: 100%;
text-align: left;
overflow: hidden;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
padding-right: inherit
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
position: absolute;
padding-top: inherit;
padding-bottom: inherit;
padding-left: inherit;
float: none
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
padding-right: inherit
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
overflow: hidden
}
.bootstrap-select .dropdown-toggle .filter-expand {
width: 0!important;
float: left;
opacity: 0!important;
overflow: hidden
}
.bootstrap-select .dropdown-toggle .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
border-radius: inherit
}
.bootstrap-select[class*=col-] .dropdown-toggle {
width: 100%
}
.bootstrap-select .dropdown-menu {
min-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bootstrap-select .dropdown-menu>.inner:focus {
outline: 0!important
}
.bootstrap-select .dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.bootstrap-select .dropdown-menu li {
position: relative
}
.bootstrap-select .dropdown-menu li.active small {
color: rgba(255, 255, 255, .5)!important
}
.bootstrap-select .dropdown-menu li.disabled a {
cursor: not-allowed
}
.bootstrap-select .dropdown-menu li a {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.bootstrap-select .dropdown-menu li a.opt {
position: relative;
padding-left: 2.25em
}
.bootstrap-select .dropdown-menu li a span.check-mark {
display: none
}
.bootstrap-select .dropdown-menu li a span.text {
display: inline-block
}
.bootstrap-select .dropdown-menu li small {
padding-left: .5em
}
.bootstrap-select .dropdown-menu .notify {
position: absolute;
bottom: 5px;
width: 96%;
margin: 0 2%;
min-height: 26px;
padding: 3px 5px;
background: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
pointer-events: none;
opacity: .9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
-webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
-o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
animation: .3s linear 750ms forwards bs-notify-fadeOut
}
.bootstrap-select .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px;
white-space: nowrap
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
position: static;
display: inline;
padding: 0
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
display: inline
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
content: '\00a0'
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
position: static;
top: auto;
margin-top: -1px
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
position: absolute;
display: inline-block;
right: 15px;
top: 5px
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
margin-right: 34px
}
.bootstrap-select .bs-ok-default:after {
content: '';
display: block;
width: .5em;
height: 1em;
border-style: solid;
border-width: 0 .26em .26em 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg)
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
z-index: 1061
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(204, 204, 204, .2);
position: absolute;
bottom: -4px;
left: 9px;
display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
position: absolute;
bottom: -4px;
left: 10px;
display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
bottom: auto;
top: -4px;
border-top: 7px solid rgba(204, 204, 204, .2);
border-bottom: 0
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
bottom: auto;
top: -4px;
border-top: 6px solid #fff;
border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
right: 12px;
left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
right: 13px;
left: auto
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
display: block
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
padding: 4px 8px
}
.bs-actionsbox {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bs-actionsbox .btn-group button {
width: 50%
}
.bs-donebutton {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bs-donebutton .btn-group button {
width: 100%
}
.bs-searchbox+.bs-actionsbox {
padding: 0 8px 4px
}
.bs-searchbox .form-control {
margin-bottom: 0;
width: 100%;
float: none
}
/**
* Tagify (v 3.4.0)- tags input component
* By <NAME>
* Don't sell this code. (c)
* https://github.com/yairEO/tagify
*/
:root {
--tagify-dd-color-primary: rgb(53, 149, 246);
--tagify-dd-bg-color: white
}
.tagify {
--tags-border-color: #DDD;
--tag-bg: #E5E5E5;
--tag-hover: #D3E2E2;
--tag-text-color: black;
--tag-text-color--edit: black;
--tag-pad: 0.3em 0.5em;
--tag-inset-shadow-size: 1.1em;
--tag-invalid-color: #D39494;
--tag-invalid-bg: rgba(211, 148, 148, 0.5);
--tag-remove-bg: rgba(211, 148, 148, 0.3);
--tag-remove-btn-bg: none;
--tag-remove-btn-bg--hover: #c77777;
--tag--min-width: 1ch;
--tag--max-width: auto;
--tag-hide-transition: .3s;
--loader-size: .8em;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
border: 1px solid #ddd;
border: 1px solid var(--tags-border-color);
padding: 0;
line-height: 1.1;
cursor: text;
outline: 0;
position: relative;
transition: .1s
}
@keyframes tags--bump {
30% {
transform: scale(1.2)
}
}
@keyframes rotateLoader {
to {
transform: rotate(1turn)
}
}
.tagify:hover {
border-color: #ccc
}
.tagify.tagify--focus {
transition: 0s;
border-color: #3595f6
}
.tagify[readonly] {
cursor: default
}
.tagify[readonly]>.tagify__input {
visibility: hidden;
width: 0;
margin: 5px 0
}
.tagify[readonly] .tagify__tag__removeBtn {
display: none
}
.tagify[readonly] .tagify__tag>div {
padding: .3em .5em;
padding: var(--tag-pad)
}
.tagify[readonly] .tagify__tag>div::before {
background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
box-shadow: none;
filter: brightness(.95)
}
.tagify--loading .tagify__input::before {
content: none
}
.tagify--loading .tagify__input::after {
content: '';
vertical-align: middle;
margin: -2px 0 -2px .5em;
opacity: 1;
width: .7em;
height: .7em;
width: var(--loader-size);
height: var(--loader-size);
border: 3px solid;
border-color: #eee #bbb #888 transparent;
border-radius: 50%;
animation: rotateLoader .4s infinite linear
}
.tagify--loading .tagify__input:empty::after {
margin-left: 0
}
.tagify+input,
.tagify+textarea {
display: none!important
}
.tagify__tag {
display: inline-flex;
align-items: center;
margin: 5px 0 5px 5px;
position: relative;
z-index: 1;
outline: 0;
cursor: default;
transition: .13s ease-out
}
.tagify__tag>div {
vertical-align: top;
box-sizing: border-box;
max-width: 100%;
padding: .3em .5em;
padding: var(--tag-pad);
color: #000;
color: var(--tag-text-color);
line-height: inherit;
border-radius: 3px;
-webkit-user-select: none;
user-select: none;
transition: .13s ease-out
}
.tagify__tag>div>* {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
vertical-align: top;
min-width: var(--tag--min-width);
max-width: var(--tag--max-width);
transition: .8s ease, .1s color
}
.tagify__tag>div>[contenteditable] {
outline: 0;
-webkit-user-select: text;
user-select: text;
cursor: text;
margin: -2px;
padding: 2px;
max-width: 350px
}
.tagify__tag>div::before {
content: '';
position: absolute;
border-radius: inherit;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: -1;
pointer-events: none;
transition: 120ms ease;
animation: tags--bump .3s ease-out 1;
box-shadow: 0 0 0 1.1em #e5e5e5 inset;
box-shadow: 0 0 0 calc(var(--tag-inset-shadow-size)) var(--tag-bg) inset
}
.tagify__tag:hover:not([readonly]) div::before {
top: -2px;
right: -2px;
bottom: -2px;
left: -2px;
box-shadow: 0 0 0 1.1em #d3e2e2 inset;
box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-hover) inset
}
.tagify__tag.tagify--noAnim>div::before {
animation: none
}
.tagify__tag.tagify--hide {
width: 0!important;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
opacity: 0;
transform: scale(0);
transition: .3s;
transition: var(--tag-hide-transition);
pointer-events: none
}
.tagify__tag.tagify--mark div::before {
animation: none
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span {
opacity: .5
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
box-shadow: 0 0 0 1.1em rgba(211, 148, 148, .5) inset!important;
box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-invalid-bg) inset!important;
transition: .2s
}
.tagify__tag[readonly] .tagify__tag__removeBtn {
display: none
}
.tagify__tag[readonly]>div::before {
background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
box-shadow: none;
filter: brightness(.95)
}
.tagify__tag--editable>div {
color: #000;
color: var(--tag-text-color--edit)
}
.tagify__tag--editable>div::before {
box-shadow: 0 0 0 2px #d3e2e2 inset!important;
box-shadow: 0 0 0 2px var(--tag-hover) inset!important
}
.tagify__tag--editable.tagify--invalid>div::before {
box-shadow: 0 0 0 2px #d39494 inset!important;
box-shadow: 0 0 0 2px var(--tag-invalid-color) inset!important
}
.tagify__tag__removeBtn {
order: 5;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50px;
cursor: pointer;
font: 14px Serif;
background: 0 0;
background: var(--tag-remove-btn-bg);
color: #000;
color: var(--tag-text-color);
width: 14px;
height: 14px;
margin-right: 4.66667px;
margin-left: -4.66667px;
transition: .2s ease-out
}
.tagify__tag__removeBtn::after {
content: "\00D7"
}
.tagify__tag__removeBtn:hover {
color: #fff;
background: #c77777;
background: var(--tag-remove-btn-bg--hover)
}
.tagify__tag__removeBtn:hover+div>span {
opacity: .5
}
.tagify__tag__removeBtn:hover+div::before {
box-shadow: 0 0 0 1.1em rgba(211, 148, 148, .3) inset!important;
box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg) inset!important;
transition: .2s
}
.tagify:not(.tagify--mix) .tagify__input br {
display: none
}
.tagify:not(.tagify--mix) .tagify__input * {
display: inline;
white-space: nowrap
}
.tagify__input {
display: block;
min-width: 110px;
margin: 5px;
padding: .3em .5em;
padding: var(--tag-pad, .3em .5em);
line-height: inherit;
position: relative;
white-space: pre-line
}
.tagify__input::before {
display: inline-block;
width: 0
}
.tagify__input:empty {
display: flex
}
.tagify__input:empty::before {
transition: .2s ease-out;
opacity: .5;
transform: none;
width: auto
}
.tagify__input:focus {
outline: 0
}
.tagify__input:focus::before {
transition: .2s ease-out;
opacity: 0;
transform: translatex(6px)
}
@supports (-moz-appearance:none) {
.tagify__input:focus::before {
display: none
}
}
.tagify__input:focus:empty::before {
transition: .2s ease-out;
opacity: .3;
transform: none
}
@supports (-moz-appearance:none) {
.tagify__input:focus:empty::before {
display: inline-block
}
}
.tagify__input::before {
content: attr(data-placeholder);
line-height: 1.8;
position: absolute;
top: 0;
z-index: 1;
color: #000;
white-space: nowrap;
pointer-events: none;
opacity: 0
}
.tagify--mix .tagify__input::before {
position: static;
line-height: inherit
}
@supports (-moz-appearance:none) {
.tagify__input::before {
line-height: inherit;
position: relative
}
}
.tagify__input::after {
content: attr(data-suggest);
display: inline-block;
white-space: pre;
color: #000;
opacity: .3;
pointer-events: none;
max-width: 100px
}
.tagify__input .tagify__tag {
margin: 0
}
.tagify__input .tagify__tag>div {
padding-top: 0;
padding-bottom: 0
}
.tagify--mix {
line-height: 1.7
}
.tagify--mix .tagify__input {
padding: 5px;
margin: 0;
width: 100%;
height: 100%;
line-height: inherit
}
.tagify--mix .tagify__input::after {
content: none
}
.tagify--select::after {
content: '>';
opacity: .5;
position: absolute;
top: 50%;
right: 0;
bottom: 0;
font: 16px monospace;
line-height: 8px;
height: 8px;
pointer-events: none;
transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
transition: .2s ease-in-out
}
.tagify--select[aria-expanded=true]::after {
transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2)
}
.tagify--select .tagify__tag {
position: absolute;
top: 0;
right: 1.8em;
bottom: 0
}
.tagify--select .tagify__tag div {
display: none
}
.tagify--select .tagify__input {
width: 100%
}
.tagify--invalid {
--tags-border-color: #D39494
}
.tagify__dropdown {
position: absolute;
z-index: 9999;
transform: translateY(1px);
overflow: hidden
}
.tagify__dropdown[placement=top] {
margin-top: 0;
transform: translateY(-2px)
}
.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
border-top-width: 1px;
border-bottom-width: 0
}
.tagify__dropdown--text {
box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), .1);
font-size: .9em
}
.tagify__dropdown--text .tagify__dropdown__wrapper {
border-width: 1px
}
.tagify__dropdown__wrapper {
max-height: 300px;
overflow: hidden;
background: #fff;
background: var(--tagify-dd-bg-color);
border: 1px solid #3595f6;
border-color: var(--tagify-dd-color-primary);
border-top-width: 0;
box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .2);
transition: .25s cubic-bezier(0, 1, .5, 1)
}
.tagify__dropdown__wrapper:hover {
overflow: auto
}
.tagify__dropdown--initial .tagify__dropdown__wrapper {
max-height: 20px;
transform: translateY(-1em)
}
.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
transform: translateY(2em)
}
.tagify__dropdown__item {
box-sizing: inherit;
padding: .3em .5em;
margin: 1px;
cursor: pointer;
border-radius: 2px;
position: relative;
outline: 0
}
.tagify__dropdown__item--active {
background: #3595f6;
background: var(--tagify-dd-color-primary);
color: #fff
}
.tagify__dropdown__item:active {
filter: brightness(105%)
}
.tagify__dropdown__createTagBtn {
width: 100%;
background: #3595f6;
background: var(--tagify-dd-color-primary);
color: #fff;
color: var(--tagify-dd-bg-color);
border: none
}
/*summernote*/
@font-face {
font-family: summernote;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(font/summernote.eot);
src: url(font/summernote.eot?#iefix) format("embedded-opentype"), url(font/summernote.woff2) format("woff2"), url(font/summernote.woff) format("woff"), url(font/summernote.ttf) format("truetype")
}
[class*=" note-icon"]:before,
[class^=note-icon]:before {
display: inline-block;
font-family: summernote;
font-style: normal;
font-size: inherit;
text-decoration: inherit;
text-rendering: auto;
text-transform: none;
vertical-align: middle;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none
}
.note-icon-fw {
text-align: center;
width: 1.25em
}
.note-icon-border {
border: .08em solid #eee;
border-radius: .1em;
padding: .2em .25em .15em
}
.note-icon-pull-left {
float: left
}
.note-icon-pull-right {
float: right
}
.note-icon.note-icon-pull-left {
margin-right: .3em
}
.note-icon.note-icon-pull-right {
margin-left: .3em
}
.note-icon-align:before {
content: "\ea01"
}
.note-icon-align-center:before {
content: "\ea02"
}
.note-icon-align-indent:before {
content: "\ea03"
}
.note-icon-align-justify:before {
content: "\ea04"
}
.note-icon-align-left:before {
content: "\ea05"
}
.note-icon-align-outdent:before {
content: "\ea06"
}
.note-icon-align-right:before {
content: "\ea07"
}
.note-icon-arrow-circle-down:before {
content: "\ea08"
}
.note-icon-arrow-circle-left:before {
content: "\ea09"
}
.note-icon-arrow-circle-right:before {
content: "\ea0a"
}
.note-icon-arrow-circle-up:before {
content: "\ea0b"
}
.note-icon-arrows-alt:before {
content: "\ea0c"
}
.note-icon-arrows-h:before {
content: "\ea0d"
}
.note-icon-arrows-v:before {
content: "\ea0e"
}
.note-icon-bold:before {
content: "\ea0f"
}
.note-icon-caret:before {
content: "\ea10"
}
.note-icon-chain-broken:before {
content: "\ea11"
}
.note-icon-circle:before {
content: "\ea12"
}
.note-icon-close:before {
content: "\ea13"
}
.note-icon-code:before {
content: "\ea14"
}
.note-icon-col-after:before {
content: "\ea15"
}
.note-icon-col-before:before {
content: "\ea16"
}
.note-icon-col-remove:before {
content: "\ea17"
}
.note-icon-eraser:before {
content: "\ea18"
}
.note-icon-float-left:before {
content: "\ea19"
}
.note-icon-float-none:before {
content: "\ea1a"
}
.note-icon-float-right:before {
content: "\ea1b"
}
.note-icon-font:before {
content: "\ea1c"
}
.note-icon-frame:before {
content: "\ea1d"
}
.note-icon-italic:before {
content: "\ea1e"
}
.note-icon-link:before {
content: "\ea1f"
}
.note-icon-magic:before {
content: "\ea20"
}
.note-icon-menu-check:before {
content: "\ea21"
}
.note-icon-minus:before {
content: "\ea22"
}
.note-icon-orderedlist:before {
content: "\ea23"
}
.note-icon-pencil:before {
content: "\ea24"
}
.note-icon-picture:before {
content: "\ea25"
}
.note-icon-question:before {
content: "\ea26"
}
.note-icon-redo:before {
content: "\ea27"
}
.note-icon-rollback:before {
content: "\ea28"
}
.note-icon-row-above:before {
content: "\ea29"
}
.note-icon-row-below:before {
content: "\ea2a"
}
.note-icon-row-remove:before {
content: "\ea2b"
}
.note-icon-special-character:before {
content: "\ea2c"
}
.note-icon-square:before {
content: "\ea2d"
}
.note-icon-strikethrough:before {
content: "\ea2e"
}
.note-icon-subscript:before {
content: "\ea2f"
}
.note-icon-summernote:before {
content: "\ea30"
}
.note-icon-superscript:before {
content: "\ea31"
}
.note-icon-table:before {
content: "\ea32"
}
.note-icon-text-height:before {
content: "\ea33"
}
.note-icon-trash:before {
content: "\ea34"
}
.note-icon-underline:before {
content: "\ea35"
}
.note-icon-undo:before {
content: "\ea36"
}
.note-icon-unorderedlist:before {
content: "\ea37"
}
.note-icon-video:before {
content: "\ea38"
}
.note-editor {
position: relative
}
.note-editor .note-dropzone {
position: absolute;
display: none;
z-index: 100;
color: #87cefa;
background-color: #fff;
opacity: .95
}
.note-editor .note-dropzone .note-dropzone-message {
display: table-cell;
vertical-align: middle;
text-align: center;
font-size: 28px;
font-weight: 700
}
.note-editor .note-dropzone.hover {
color: #098ddf
}
.note-editor.dragover .note-dropzone {
display: table
}
.note-editor .note-editing-area {
position: relative
}
.note-editor .note-editing-area .note-editable {
outline: none
}
.note-editor .note-editing-area .note-editable sup {
vertical-align: super
}
.note-editor .note-editing-area .note-editable sub {
vertical-align: sub
}
.note-editor .note-editing-area .note-editable img.note-float-left {
margin-right: 10px
}
.note-editor .note-editing-area .note-editable img.note-float-right {
margin-left: 10px
}
.note-editor.note-airframe,
.note-editor.note-frame {
border: 1px solid #a9a9a9
}
.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
display: none
}
.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
display: block
}
.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
overflow: hidden
}
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
background-color: #fff;
color: #000;
padding: 10px;
overflow: auto;
word-wrap: break-word
}
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
background-color: #e5e5e5
}
.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
display: none;
width: 100%;
padding: 10px;
border: none;
box-shadow: none;
font-family: Menlo, Monaco, monospace, sans-serif;
font-size: 14px;
color: #ccc;
background-color: #222;
resize: none;
outline: none;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
margin-bottom: 0
}
.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
position: fixed;
top: 0;
left: 0;
width: 100%!important;
z-index: 1050
}
.note-editor.note-airframe.fullscreen .note-editable,
.note-editor.note-frame.fullscreen .note-editable {
background-color: #fff
}
.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
display: none
}
.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
display: block;
width: 100%;
font-size: 14px;
line-height: 1.42857143;
height: 20px;
margin-bottom: 0;
color: #000;
border: 0;
border-top: 1px solid #e2e2e2
}
.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
height: 0;
border-top: 0 solid transparent
}
.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
float: right!important
}
.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
color: #777
}
.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
color: #286090
}
.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
color: #3c763d
}
.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
color: #31708f
}
.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
color: #8a6d3b
}
.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
color: #a94442
}
.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
margin: -7px 0 0;
padding: 7px 10px 2px;
border-radius: 0;
color: #000;
background-color: #f5f5f5
}
.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
margin-right: 5px
}
.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
color: #3c763d!important;
background-color: #dff0d8!important
}
.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
color: #31708f!important;
background-color: #d9edf7!important
}
.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
color: #8a6d3b!important;
background-color: #fcf8e3!important
}
.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
color: #a94442!important;
background-color: #f2dede!important
}
.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
background-color: #f5f5f5;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top: 1px solid #ddd
}
.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
padding-top: 1px;
height: 9px;
width: 100%;
cursor: ns-resize
}
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
width: 20px;
margin: 1px auto;
border-top: 1px solid #a9a9a9
}
.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
cursor: default
}
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
display: none
}
.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
padding: 10px
}
.note-editor.note-airframe {
border: 0
}
.note-editor.note-airframe .note-editing-area .note-editable {
padding: 0
}
.note-popover.popover {
display: none;
max-width: none
}
.note-popover.popover .popover-content a {
display: inline-block;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle
}
.note-popover.popover .arrow {
left: 20px!important
}
.note-toolbar {
position: relative
}
.note-popover .popover-content,
.note-toolbar {
margin: 0;
padding: 0 0 5px 5px
}
.note-popover .popover-content>.note-btn-group,
.note-toolbar>.note-btn-group {
margin-top: 5px;
margin-left: 0;
margin-right: 5px
}
.note-popover .popover-content .note-btn-group .note-table,
.note-toolbar .note-btn-group .note-table {
min-width: 0;
padding: 5px
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker,
.note-toolbar .note-btn-group .note-table .note-dimension-picker {
font-size: 18px
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
position: absolute!important;
z-index: 3;
width: 10em;
height: 10em;
cursor: pointer
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
position: relative!important;
z-index: 1;
width: 5em;
height: 5em;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
position: absolute!important;
z-index: 2;
width: 1em;
height: 1em;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMA<KEY>") repeat
}
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre,
.note-toolbar .note-style .dropdown-style blockquote,
.note-toolbar .note-style .dropdown-style pre {
margin: 0;
padding: 5px 10px
}
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p,
.note-toolbar .note-style .dropdown-style h1,
.note-toolbar .note-style .dropdown-style h2,
.note-toolbar .note-style .dropdown-style h3,
.note-toolbar .note-style .dropdown-style h4,
.note-toolbar .note-style .dropdown-style h5,
.note-toolbar .note-style .dropdown-style h6,
.note-toolbar .note-style .dropdown-style p {
margin: 0;
padding: 0
}
.note-popover .popover-content .note-color-all .note-dropdown-menu,
.note-toolbar .note-color-all .note-dropdown-menu {
min-width: 337px
}
.note-popover .popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
width: 20px;
padding-left: 5px
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette,
.note-toolbar .note-color .note-dropdown-menu .note-palette {
display: inline-block;
margin: 0;
width: 160px
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child,
.note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
margin: 0 5px
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
font-size: 12px;
margin: 2px 7px;
text-align: center;
border-bottom: 1px solid #eee
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
font-size: 11px;
margin: 3px;
padding: 0 3px;
cursor: pointer;
width: 100%;
border-radius: 5px
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
background: #eee
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
height: 20px
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
display: none
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
border: 1px solid #eee
}
.note-popover .popover-content .note-para .note-dropdown-menu,
.note-toolbar .note-para .note-dropdown-menu {
min-width: 216px;
padding: 5px
}
.note-popover .popover-content .note-para .note-dropdown-menu>div:first-child,
.note-toolbar .note-para .note-dropdown-menu>div:first-child {
margin-right: 5px
}
.note-popover .popover-content .note-dropdown-menu,
.note-toolbar .note-dropdown-menu {
min-width: 160px
}
.note-popover .popover-content .note-dropdown-menu.right,
.note-toolbar .note-dropdown-menu.right {
right: 0;
left: auto
}
.note-popover .popover-content .note-dropdown-menu.right:before,
.note-toolbar .note-dropdown-menu.right:before {
right: 9px;
left: auto!important
}
.note-popover .popover-content .note-dropdown-menu.right:after,
.note-toolbar .note-dropdown-menu.right:after {
right: 10px;
left: auto!important
}
.note-popover .popover-content .note-dropdown-menu.note-check a i,
.note-toolbar .note-dropdown-menu.note-check a i {
color: #00bfff;
visibility: hidden
}
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i,
.note-toolbar .note-dropdown-menu.note-check a.checked i {
visibility: visible
}
.note-popover .popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
font-size: 10px
}
.note-popover .popover-content .note-color-palette,
.note-toolbar .note-color-palette {
line-height: 1
}
.note-popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
width: 20px;
height: 20px;
padding: 0;
margin: 0;
border: 1px solid #fff
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
border: 1px solid #000
}
.note-modal .modal-dialog {
outline: 0;
border-radius: 5px;
box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.note-modal .form-group {
margin-left: 0;
margin-right: 0
}
.note-modal .note-modal-form {
margin: 0
}
.note-modal .note-image-dialog .note-dropzone {
min-height: 100px;
font-size: 30px;
line-height: 4;
color: #d3d3d3;
text-align: center;
border: 4px dashed #d3d3d3;
margin-bottom: 10px
}
@-moz-document url-prefix() {
.note-modal .note-image-input {
height: auto
}
}
.note-placeholder {
position: absolute;
display: none;
color: grey
}
.note-handle .note-control-selection {
position: absolute;
display: none;
border: 1px solid #000
}
.note-handle .note-control-selection>div {
position: absolute
}
.note-handle .note-control-selection .note-control-selection-bg {
width: 100%;
height: 100%;
background-color: #000;
-webkit-opacity: .3;
-khtml-opacity: .3;
-moz-opacity: .3;
opacity: .3;
-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
filter: alpha(opacity=30)
}
.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
width: 7px;
height: 7px;
border: 1px solid #000
}
.note-handle .note-control-selection .note-control-sizing {
background-color: #000
}
.note-handle .note-control-selection .note-control-nw {
top: -5px;
left: -5px;
border-right: none;
border-bottom: none
}
.note-handle .note-control-selection .note-control-ne {
top: -5px;
right: -5px;
border-bottom: none;
border-left: none
}
.note-handle .note-control-selection .note-control-sw {
bottom: -5px;
left: -5px;
border-top: none;
border-right: none
}
.note-handle .note-control-selection .note-control-se {
right: -5px;
bottom: -5px;
cursor: se-resize
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
cursor: default;
border-top: none;
border-left: none
}
.note-handle .note-control-selection .note-control-selection-info {
right: 0;
bottom: 0;
padding: 5px;
margin: 5px;
color: #fff;
background-color: #000;
font-size: 12px;
border-radius: 5px;
-webkit-opacity: .7;
-khtml-opacity: .7;
-moz-opacity: .7;
opacity: .7;
-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
filter: alpha(opacity=70)
}
.note-hint-popover {
min-width: 100px;
padding: 2px
}
.note-hint-popover .popover-content {
padding: 3px;
max-height: 150px;
overflow: auto
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
display: block!important;
padding: 3px
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
display: block;
clear: both;
font-weight: 400;
line-height: 1.4;
color: #fff;
white-space: nowrap;
text-decoration: none;
background-color: #428bca;
outline: 0;
cursor: pointer
}
.note-toolbar .note-btn {
background: #fff;
border-color: #dae0e5;
padding: .28rem .65rem;
font-size: 13px
}
/**
* Minified by jsDelivr using clean-css v4.2.1.
* Original file: /npm/daterangepicker@3.0.5/daterangepicker.css
*
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
*/
.daterangepicker {
position: absolute;
color: inherit;
background-color: #fff;
border-radius: 4px;
border: 1px solid #ddd;
width: 278px;
max-width: none;
padding: 0;
margin-top: 7px;
top: 100px;
left: 20px;
z-index: 3001;
display: none;
font-family: arial;
font-size: 15px;
line-height: 1em
}
.daterangepicker:after,
.daterangepicker:before {
position: absolute;
display: inline-block;
border-bottom-color: rgba(0, 0, 0, .2);
content: ''
}
.daterangepicker:before {
top: -7px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #ccc
}
.daterangepicker:after {
top: -6px;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent
}
.daterangepicker.opensleft:before {
right: 9px
}
.daterangepicker.opensleft:after {
right: 10px
}
.daterangepicker.openscenter:before {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto
}
.daterangepicker.openscenter:after {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto
}
.daterangepicker.opensright:before {
left: 9px
}
.daterangepicker.opensright:after {
left: 10px
}
.daterangepicker.drop-up {
margin-top: -7px
}
.daterangepicker.drop-up:before {
top: initial;
bottom: -7px;
border-bottom: initial;
border-top: 7px solid #ccc
}
.daterangepicker.drop-up:after {
top: initial;
bottom: -6px;
border-bottom: initial;
border-top: 6px solid #fff
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
float: none
}
.daterangepicker.single .drp-selected {
display: none
}
.daterangepicker.show-calendar .drp-calendar {
display: block
}
.daterangepicker.show-calendar .drp-buttons {
display: block
}
.daterangepicker.auto-apply .drp-buttons {
display: none
}
.daterangepicker .drp-calendar {
display: none;
max-width: 270px
}
.daterangepicker .drp-calendar.left {
padding: 8px 0 8px 8px
}
.daterangepicker .drp-calendar.right {
padding: 8px
}
.daterangepicker .drp-calendar.single .calendar-table {
border: none
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
color: #fff;
border: solid #000;
border-width: 0 2px 2px 0;
border-radius: 0;
display: inline-block;
padding: 3px
}
.daterangepicker .calendar-table .next span {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg)
}
.daterangepicker .calendar-table .prev span {
transform: rotate(135deg);
-webkit-transform: rotate(135deg)
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
white-space: nowrap;
text-align: center;
vertical-align: middle;
min-width: 32px;
width: 32px;
height: 24px;
line-height: 24px;
font-size: 12px;
border-radius: 4px;
border: 1px solid transparent;
white-space: nowrap;
cursor: pointer
}
.daterangepicker .calendar-table {
border: 1px solid #fff;
border-radius: 4px;
background-color: #fff
}
.daterangepicker .calendar-table table {
width: 100%;
margin: 0;
border-spacing: 0;
border-collapse: collapse
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
background-color: #eee;
border-color: transparent;
color: inherit
}
.daterangepicker td.week,
.daterangepicker th.week {
font-size: 80%;
color: #ccc
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
background-color: #fff;
border-color: transparent;
color: #999
}
.daterangepicker td.in-range {
background-color: #ebf4f8;
border-color: transparent;
color: #000;
border-radius: 0
}
.daterangepicker td.start-date {
border-radius: 4px 0 0 4px
}
.daterangepicker td.end-date {
border-radius: 0 4px 4px 0
}
.daterangepicker td.start-date.end-date {
border-radius: 4px
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
background-color: #357ebd;
border-color: transparent;
color: #fff
}
.daterangepicker th.month {
width: auto
}
.daterangepicker option.disabled,
.daterangepicker td.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
font-size: 12px;
padding: 1px;
height: auto;
margin: 0;
cursor: default
}
.daterangepicker select.monthselect {
margin-right: 2%;
width: 56%
}
.daterangepicker select.yearselect {
width: 40%
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
width: 50px;
margin: 0 auto;
background: #eee;
border: 1px solid #eee;
padding: 2px;
outline: 0;
font-size: 12px
}
.daterangepicker .calendar-time {
text-align: center;
margin: 4px auto 0 auto;
line-height: 30px;
position: relative
}
.daterangepicker .calendar-time select.disabled {
color: #ccc;
cursor: not-allowed
}
.daterangepicker .drp-buttons {
clear: both;
text-align: right;
padding: 8px;
border-top: 1px solid #ddd;
display: none;
line-height: 12px;
vertical-align: middle
}
.daterangepicker .drp-selected {
display: inline-block;
font-size: 12px;
padding-right: 8px
}
.daterangepicker .drp-buttons .btn {
margin-left: 8px;
font-size: 12px;
font-weight: 700;
padding: 4px 8px
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
border-right: 1px solid #ddd
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
border-left: 1px solid #ddd
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
border-right: 1px solid #ddd
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
border-left: 1px solid #ddd
}
.daterangepicker .ranges {
float: none;
text-align: left;
margin: 0
}
.daterangepicker.show-calendar .ranges {
margin-top: 8px
}
.daterangepicker .ranges ul {
list-style: none;
margin: 0 auto;
padding: 0;
width: 100%
}
.daterangepicker .ranges li {
font-size: 12px;
padding: 8px 12px;
cursor: pointer
}
.daterangepicker .ranges li:hover {
background-color: #eee
}
.daterangepicker .ranges li.active {
background-color: #08c;
color: #fff
}
@media (min-width:564px) {
.daterangepicker {
width: auto
}
.daterangepicker .ranges ul {
width: 140px
}
.daterangepicker.single .ranges ul {
width: 100%
}
.daterangepicker.single .drp-calendar.left {
clear: none
}
.daterangepicker.single .drp-calendar,
.daterangepicker.single .ranges {
float: left
}
.daterangepicker {
direction: ltr;
text-align: left
}
.daterangepicker .drp-calendar.left {
clear: left;
margin-right: 0
}
.daterangepicker .drp-calendar.left .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.daterangepicker .drp-calendar.right {
margin-left: 0
}
.daterangepicker .drp-calendar.right .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.daterangepicker .drp-calendar.left .calendar-table {
padding-right: 8px
}
.daterangepicker .drp-calendar,
.daterangepicker .ranges {
float: left
}
}
@media (min-width:730px) {
.daterangepicker .ranges {
width: auto
}
.daterangepicker .ranges {
float: left
}
.daterangepicker.rtl .ranges {
float: right
}
.daterangepicker .drp-calendar.left {
clear: none!important
}
}
/*# sourceMappingURL=/sm/977d76daee7276d0fb7eb98d2d7dcb01c5e058f63c51d94902d4394e65335f6e.map */
/*uppy*/
.uppy-Root {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: left;
position: relative;
color: #333
}
.uppy-Root *,
.uppy-Root :after,
.uppy-Root :before {
box-sizing: inherit
}
.uppy-Root [hidden] {
display: none
}
.UppyIcon {
max-width: 100%;
max-height: 100%;
fill: currentColor;
display: inline-block;
overflow: hidden
}
.UppyIcon--svg-baseline {
bottom: -.125em;
position: relative
}
.uppy-u-reset {
-webkit-appearance: none;
line-height: 1;
padding: 0;
color: inherit;
-webkit-backface-visibility: visible;
backface-visibility: visible;
background: none;
border: none;
border-collapse: separate;
border-image: none;
border-radius: 0;
border-spacing: 0;
box-shadow: none;
clear: none;
cursor: auto;
display: inline;
empty-cells: show;
float: none;
font-family: inherit;
font-size: inherit;
font-style: normal;
font-variant: normal;
font-weight: 400;
font-stretch: normal;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
left: auto;
letter-spacing: normal;
list-style: none;
margin: 0;
max-height: none;
max-width: none;
min-height: 0;
min-width: 0;
opacity: 1;
outline: medium none invert;
overflow: visible;
overflow-x: visible;
overflow-y: visible;
text-align: left;
text-decoration: none;
text-indent: 0;
text-shadow: none;
text-transform: none;
top: auto;
transform: none;
transform-origin: 50% 50% 0;
transform-style: flat;
transition: none 0s ease 0s;
unicode-bidi: normal;
vertical-align: baseline;
visibility: visible;
white-space: normal;
z-index: auto
}
.uppy-c-textInput {
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
line-height: 1.5;
padding: 6px 8px;
background-color: #fff
}
.uppy-size--md .uppy-c-textInput {
padding: 8px 10px
}
.uppy-c-textInput:focus {
border-color: rgba(34, 117, 215, .6);
outline: none;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .15)
}
.uppy-c-btn {
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: middle;
font-family: inherit;
font-size: 16px;
line-height: 1;
font-weight: 500;
transition: background-color .3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.uppy-c-btn:not(:disabled):not(.disabled) {
cursor: pointer
}
.uppy-c-btn::-moz-focus-inner {
border: 0
}
.uppy-c-btn-primary {
font-size: 14px;
padding: 10px 18px;
border-radius: 4px;
background-color: #2275d7;
color: #fff
}
.uppy-size--md .uppy-c-btn-primary {
padding: 13px 22px
}
.uppy-c-btn-primary:hover {
background-color: #1b5dab
}
.uppy-c-btn-primary:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .4)
}
.uppy-c-btn-link {
font-size: 14px;
line-height: 1;
padding: 10px 15px;
border-radius: 4px;
background-color: transparent;
color: #525252
}
.uppy-size--md .uppy-c-btn-link {
padding: 13px 18px
}
.uppy-c-btn-link:hover {
color: #333
}
.uppy-c-btn-link:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .25)
}
.uppy-c-btn--small {
font-size: .9em;
padding: 7px 16px;
border-radius: 2px
}
.uppy-size--md .uppy-c-btn--small {
padding: 8px 10px;
border-radius: 2px
}
.uppy-Informer {
position: absolute;
bottom: 60px;
left: 0;
right: 0;
text-align: center;
opacity: 1;
transform: none;
transition: all .25s ease-in;
z-index: 1005
}
.uppy-Informer[aria-hidden=true] {
opacity: 0;
transform: translateY(350%);
transition: all .3s ease-in;
z-index: -1000
}
.uppy-Informer p {
display: inline-block;
margin: 0;
font-size: 12px;
line-height: 1.4;
font-weight: 400;
padding: 6px 15px;
background-color: #757575;
color: #fff;
border-radius: 18px;
max-width: 90%
}
.uppy-size--md .uppy-Informer p {
font-size: 14px;
line-height: 1.3;
max-width: 500px;
padding: 10px 20px
}
.uppy-Informer span {
line-height: 12px;
width: 13px;
height: 13px;
display: inline-block;
vertical-align: middle;
color: #525252;
background-color: #fff;
border-radius: 50%;
position: relative;
top: -1px;
left: 3px;
font-size: 10px;
margin-left: -1px
}
.uppy-Informer span:hover {
cursor: help
}
.uppy-Informer span:after {
line-height: 1.3;
word-wrap: break-word
}
.uppy-Root [aria-label][role~=tooltip] {
position: relative
}
.uppy-Root [aria-label][role~=tooltip]:after,
.uppy-Root [aria-label][role~=tooltip]:before {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: transform;
opacity: 0;
pointer-events: none;
transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
position: absolute;
box-sizing: border-box;
z-index: 10;
transform-origin: top
}
.uppy-Root [aria-label][role~=tooltip]:before {
background-size: 100% auto!important;
content: ""
}
.uppy-Root [aria-label][role~=tooltip]:after {
background: rgba(17, 17, 17, .9);
border-radius: 4px;
color: #fff;
content: attr(aria-label);
font-size: var(--microtip-font-size, 13px);
font-weight: var(--microtip-font-weight, normal);
text-transform: var(--microtip-text-transform, none);
padding: .5em 1em;
white-space: nowrap;
box-sizing: content-box
}
.uppy-Root [aria-label][role~=tooltip]:focus:after,
.uppy-Root [aria-label][role~=tooltip]:focus:before,
.uppy-Root [aria-label][role~=tooltip]:hover:after,
.uppy-Root [aria-label][role~=tooltip]:hover:before {
opacity: 1;
pointer-events: auto
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z'/%3E%3C/svg%3E") no-repeat;
height: 6px;
width: 18px;
margin-bottom: 5px
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:after {
margin-bottom: 11px
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:before {
transform: translate3d(-50%, 0, 0);
bottom: 100%;
left: 50%
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before {
transform: translate3d(-50%, -5px, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:after {
transform: translate3d(-50%, 0, 0);
bottom: 100%;
left: 50%
}
.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after {
transform: translate3d(-50%, -5px, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after {
transform: translate3d(calc(-100% + 16px), 0, 0);
bottom: 100%
}
.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after {
transform: translate3d(calc(-100% + 16px), -5px, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after {
transform: translate3d(-16px, 0, 0);
bottom: 100%
}
.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after {
transform: translate3d(-16px, -5px, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E") no-repeat;
height: 6px;
width: 18px;
margin-top: 5px;
margin-bottom: 0
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after {
margin-top: 11px
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before {
transform: translate3d(-50%, -10px, 0);
bottom: auto;
left: 50%;
top: 100%
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before {
transform: translate3d(-50%, 0, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after {
transform: translate3d(-50%, -10px, 0);
top: 100%;
left: 50%
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after {
transform: translate3d(-50%, 0, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after {
transform: translate3d(calc(-100% + 16px), -10px, 0);
top: 100%
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after {
transform: translate3d(calc(-100% + 16px), 0, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after {
transform: translate3d(-16px, -10px, 0);
top: 100%
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after {
transform: translate3d(-16px, 0, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:after,
.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
bottom: auto;
left: auto;
right: 100%;
top: 50%;
transform: translate3d(10px, -50%, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E") no-repeat;
height: 18px;
width: 6px;
margin-right: 5px;
margin-bottom: 0
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:after {
margin-right: 11px
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before {
transform: translate3d(0, -50%, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:after,
.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
bottom: auto;
left: 100%;
top: 50%;
transform: translate3d(-10px, -50%, 0)
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E") no-repeat;
height: 18px;
width: 6px;
margin-bottom: 0;
margin-left: 5px
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:after {
margin-left: 11px
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before {
transform: translate3d(0, -50%, 0)
}
.uppy-Root [role~=tooltip][data-microtip-size=small]:after {
white-space: normal;
width: 80px
}
.uppy-Root [role~=tooltip][data-microtip-size=medium]:after {
white-space: normal;
width: 150px
}
.uppy-Root [role~=tooltip][data-microtip-size=large]:after {
white-space: normal;
width: 260px
}
.uppy-StatusBar {
display: -ms-flexbox;
display: flex;
position: relative;
height: 40px;
line-height: 40px;
font-size: 12px;
font-weight: 400;
color: #fff;
background-color: #fff;
z-index: 1001;
transition: height .2s
}
.uppy-size--md .uppy-StatusBar {
height: 46px
}
.uppy-StatusBar:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: #eaeaea
}
.uppy-StatusBar[aria-hidden=true] {
overflow-y: hidden;
height: 0
}
.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
background-color: #1bb240
}
.uppy-StatusBar.is-error .uppy-StatusBar-progress {
background-color: #e32437
}
.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
color: #1bb240
}
.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator {
color: #e32437
}
.uppy-StatusBar:not([aria-hidden=true]).is-waiting {
background-color: #fff;
height: 65px;
border-top: 1px solid #eaeaea
}
.uppy-StatusBar-progress {
background-color: #2275d7;
height: 2px;
position: absolute;
z-index: 1001;
transition: background-color, width .3s ease-out
}
.uppy-StatusBar-progress.is-indeterminate {
background-size: 64px 64px;
background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .3) 75%, transparent 0, transparent);
animation: uppy-StatusBar-ProgressStripes 1s linear infinite
}
@keyframes uppy-StatusBar-ProgressStripes {
0% {
background-position: 0 0
}
to {
background-position: 64px 0
}
}
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress {
background-color: #f6a623
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
display: none
}
.uppy-StatusBar-content {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 1002;
padding-left: 10px;
white-space: nowrap;
text-overflow: ellipsis;
color: #333;
height: 100%
}
.uppy-size--md .uppy-StatusBar-content {
padding-left: 15px
}
.uppy-StatusBar-status {
line-height: 1.4;
font-weight: 400;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
padding-right: .3em
}
.uppy-Root:not(.uppy-size--md) .uppy-StatusBar-additionalInfo {
display: none
}
.uppy-StatusBar-statusPrimary {
font-weight: 500
}
.uppy-StatusBar-statusSecondary {
margin-top: 1px;
font-size: 11px;
line-height: 1.2;
display: inline-block;
color: #757575;
white-space: nowrap
}
.uppy-StatusBar-statusSecondaryHint {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
line-height: 1
}
.uppy-size--md .uppy-StatusBar-statusSecondaryHint {
margin-right: 8px
}
.uppy-StatusBar-statusIndicator {
position: relative;
top: 1px;
color: #525252;
margin-right: 7px
}
.uppy-StatusBar-statusIndicator svg {
vertical-align: text-bottom
}
.uppy-StatusBar-actions {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
bottom: 0;
right: 10px;
z-index: 1004
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
width: 100%;
position: static;
padding: 0 15px;
background-color: #fafafa
}
.uppy-StatusBar-actionCircleBtn {
line-height: 1;
cursor: pointer;
margin: 3px;
opacity: .9
}
.uppy-StatusBar-actionCircleBtn:focus {
outline: none
}
.uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
border: 0
}
.uppy-StatusBar-actionCircleBtn:focus {
box-shadow: 0 0 0 3px rgba(34, 117, 215, .5)
}
.uppy-StatusBar-actionCircleBtn:hover {
opacity: 1
}
.uppy-StatusBar-actionCircleBtn:focus {
border-radius: 50%
}
.uppy-StatusBar-actionCircleBtn svg {
vertical-align: bottom
}
.uppy-StatusBar-actionBtn {
display: inline-block;
vertical-align: middle;
font-size: 10px;
line-height: inherit;
color: #2275d7
}
.uppy-size--md .uppy-StatusBar-actionBtn {
font-size: 11px
}
.uppy-StatusBar-actionBtn--retry {
height: 16px;
border-radius: 8px;
margin-right: 6px;
background-color: #ff4b23;
line-height: 1;
color: #fff;
padding: 1px 6px 3px 18px;
position: relative
}
.uppy-StatusBar-actionBtn--retry:focus {
outline: none
}
.uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
border: 0
}
.uppy-StatusBar-actionBtn--retry:focus {
box-shadow: 0 0 0 3px rgba(34, 117, 215, .5)
}
.uppy-StatusBar-actionBtn--retry:hover {
background-color: #f92d00
}
.uppy-StatusBar-actionBtn--retry svg {
position: absolute;
top: 3px;
left: 6px
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
font-size: 14px;
width: 100%;
padding: 15px 10px;
color: #fff;
background-color: #1bb240;
line-height: 1
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
background-color: #148630
}
.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
padding: 13px 22px;
width: auto
}
.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
background-color: transparent;
color: #2275d7
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded {
padding-right: 3px;
padding-left: 3px;
padding-bottom: 1px;
border-radius: 3px
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
outline: none
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
border: 0
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
box-shadow: 0 0 0 3px rgba(34, 117, 215, .5)
}
.uppy-StatusBar-details {
line-height: 12px;
width: 13px;
height: 13px;
display: inline-block;
vertical-align: middle;
color: #fff;
background-color: #939393;
border-radius: 50%;
position: relative;
top: 0;
left: 2px;
font-size: 10px;
font-weight: 600;
text-align: center;
cursor: help
}
.uppy-StatusBar-details:after {
line-height: 1.3;
word-wrap: break-word
}
.uppy-StatusBar-spinner {
animation-name: uppy-StatusBar-spinnerAnimation;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
margin-right: 10px;
fill: #2275d7
}
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner {
fill: #f6a623
}
@keyframes uppy-StatusBar-spinnerAnimation {
0% {
transform: rotate(0deg)
}
to {
transform: rotate(1turn)
}
}
.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: start;
align-items: flex-start;
padding: 6px
}
.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after {
content: "";
-ms-flex: auto;
flex: auto
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
width: 50%;
position: relative;
margin: 0
}
.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
width: 33.3333%
}
.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
width: 25%
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before {
content: "";
padding-top: 100%;
display: block
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg {
opacity: .85
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
background-color: hsla(0, 0%, 57.6%, .3)
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg {
fill: rgba(0, 0, 0, .7);
width: 30%;
height: 30%
}
.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner {
border-radius: 4px;
overflow: hidden;
position: absolute;
top: 7px;
left: 7px;
right: 7px;
bottom: 7px;
text-align: center;
width: calc(100% - 14px);
height: calc(100% - 14px)
}
.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .9)
}
.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner img,
.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner svg {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 4px
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox {
position: absolute;
top: 16px;
right: 16px;
width: 26px;
height: 26px;
background-color: #2275d7;
border-radius: 50%;
z-index: 1002;
opacity: 0
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox:after {
width: 12px;
height: 7px;
left: 7px;
top: 8px
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox--is-checked {
opacity: 1
}
.uppy-ProviderBrowser-viewType--list {
background-color: #fff
}
.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 7px 15px;
margin: 0
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox {
margin-right: 15px;
height: 17px;
width: 17px;
border-radius: 3px;
background-color: #fff;
border: 1px solid #cfcfcf
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox:focus {
border: 1px solid #2275d7;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .25);
outline: none
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox:after {
opacity: 0;
height: 5px;
width: 9px;
left: 3px;
top: 4px
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox--is-checked {
background-color: #2275d7;
border-color: #2275d7
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox--is-checked:after {
opacity: 1
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 2px
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus {
outline: none;
text-decoration: underline
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
margin-right: 8px;
max-width: 20px;
max-height: 20px
}
.uppy-ProviderBrowserItem-fakeCheckbox {
position: relative;
cursor: pointer;
-ms-flex-negative: 0;
flex-shrink: 0
}
.uppy-ProviderBrowserItem-fakeCheckbox:after {
content: "";
position: absolute;
cursor: pointer;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-45deg)
}
.uppy-DashboardContent-panelBody {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1;
flex: 1
}
.uppy-Provider-auth,
.uppy-Provider-empty,
.uppy-Provider-error,
.uppy-Provider-loading {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-ms-flex: 1;
flex: 1;
color: #939393
}
.uppy-Provider-empty {
color: #939393
}
.uppy-Provider-authIcon svg {
width: 100px;
height: 75px;
margin-bottom: 15px
}
.uppy-Provider-authTitle {
font-size: 17px;
line-height: 1.4;
font-weight: 400;
margin-bottom: 30px;
padding: 0 15px;
max-width: 500px;
text-align: center;
color: #757575
}
.uppy-size--md .uppy-Provider-authTitle {
font-size: 20px
}
.uppy-Provider-breadcrumbs {
-ms-flex: 1;
flex: 1;
color: #525252;
font-size: 12px;
margin-bottom: 10px;
text-align: left
}
.uppy-size--md .uppy-Provider-breadcrumbs {
margin-bottom: 0
}
.uppy-Provider-breadcrumbsIcon {
display: inline-block;
color: #525252;
vertical-align: middle;
margin-right: 4px;
line-height: 1
}
.uppy-Provider-breadcrumbsIcon svg {
width: 13px;
height: 13px;
fill: #525252
}
.uppy-Provider-breadcrumbs button {
display: inline-block;
line-height: inherit;
padding: 4px;
border-radius: 3px
}
.uppy-Provider-breadcrumbs button:focus {
outline: none
}
.uppy-Provider-breadcrumbs button::-moz-focus-inner {
border: 0
}
.uppy-Provider-breadcrumbs button:hover {
color: #1b5dab
}
.uppy-Provider-breadcrumbs button:focus {
background-color: #eceef2
}
.uppy-Provider-breadcrumbs button:hover {
text-decoration: underline;
cursor: pointer
}
.uppy-ProviderBrowser {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex: 1;
flex: 1;
font-size: 14px;
font-weight: 400;
height: 100%
}
.uppy-ProviderBrowser-user {
margin: 0 8px 0 0;
font-weight: 500;
color: #333
}
.uppy-ProviderBrowser-user:after {
content: "\00B7";
position: relative;
left: 4px;
color: #939393;
font-weight: 400
}
.uppy-ProviderBrowser-header {
z-index: 1001;
border-bottom: 1px solid #eaeaea;
position: relative
}
.uppy-ProviderBrowser-headerBar {
padding: 7px 15px;
background-color: #fafafa;
z-index: 1001;
color: #757575;
line-height: 1.4;
font-size: 12px
}
.uppy-size--md .uppy-ProviderBrowser-headerBar {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.uppy-ProviderBrowser-headerBar--simple {
text-align: center;
display: block;
-ms-flex-pack: center;
justify-content: center
}
.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap {
-ms-flex: none;
flex: none;
display: inline-block;
vertical-align: middle
}
.uppy-ProviderBrowser-search {
width: 100%;
background-color: #fff;
position: relative;
height: 30px;
margin-top: 10px;
margin-bottom: 5px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.uppy-ProviderBrowser-searchIcon {
position: absolute;
width: 12px;
height: 12px;
left: 16px;
z-index: 1002;
color: #bbb
}
.uppy-ProviderBrowser-searchInput {
width: 100%;
height: 30px;
background-color: transparent;
outline: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
font-size: 12px;
line-height: 1.4;
border: 0;
margin: 0 8px;
padding-left: 27px;
z-index: 1001;
border-radius: 4px
}
.uppy-ProviderBrowser-searchInput:focus {
outline: 0;
background-color: #f4f4f4
}
.uppy-ProviderBrowser-searchClose {
position: absolute;
width: 22px;
height: 22px;
padding: 6px;
right: 12px;
top: 4px;
z-index: 1002;
color: #939393;
cursor: pointer
}
.uppy-ProviderBrowser-searchClose:hover {
color: #757575
}
.uppy-ProviderBrowser-searchClose svg {
vertical-align: text-top
}
.uppy-ProviderBrowser-searchInput:-ms-input-placeholder {
color: #939393;
opacity: 1
}
.uppy-ProviderBrowser-searchInput::-ms-input-placeholder {
color: #939393;
opacity: 1
}
.uppy-ProviderBrowser-searchInput::placeholder {
color: #939393;
opacity: 1
}
.uppy-ProviderBrowser-userLogout {
cursor: pointer;
line-height: inherit;
color: #2275d7;
padding: 4px;
border-radius: 3px
}
.uppy-ProviderBrowser-userLogout:focus {
outline: none
}
.uppy-ProviderBrowser-userLogout::-moz-focus-inner {
border: 0
}
.uppy-ProviderBrowser-userLogout:hover {
color: #1b5dab
}
.uppy-ProviderBrowser-userLogout:focus {
background-color: #eceef2
}
.uppy-ProviderBrowser-userLogout:hover {
text-decoration: underline
}
.uppy-ProviderBrowser-body {
-ms-flex: 1;
flex: 1;
position: relative
}
.uppy-ProviderBrowser-list {
-ms-flex: 1;
flex: 1;
position: relative;
display: block;
width: 100%;
height: 100%;
background-color: #fff;
border-spacing: 0;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
list-style: none;
margin: 0;
padding: 0
}
.uppy-ProviderBrowserItem-inner {
cursor: pointer;
font-weight: 500;
font-size: 13px
}
.uppy-ProviderBrowser-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
background: #fff;
height: 65px;
border-top: 1px solid #eaeaea;
padding: 0 15px
}
.uppy-ProviderBrowser-footer button {
margin-right: 8px
}
.uppy-DashboardItem-previewInnerWrap {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, .4);
border-radius: 3px
}
.uppy-size--md .uppy-DashboardItem-previewInnerWrap {
box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
}
.uppy-DashboardItem-previewInnerWrap:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .65);
display: none;
z-index: 1001
}
.uppy-DashboardItem-previewLink {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1002
}
.uppy-DashboardItem-previewLink:focus {
box-shadow: inset 0 0 0 3px #76abe9
}
.uppy-DashboardItem-preview img.uppy-DashboardItem-previewImg {
width: 100%;
height: 100%;
object-fit: cover;
transform: translateZ(0);
border-radius: 3px
}
.uppy-DashboardItem-progress {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1002;
color: #fff;
text-align: center;
width: 120px;
transition: all .35 ease
}
.uppy-DashboardItem-progressIndicator {
display: inline-block;
width: 38px;
height: 38px;
opacity: .9;
cursor: pointer
}
.uppy-DashboardItem-progressIndicator:focus {
outline: none
}
.uppy-DashboardItem-progressIndicator::-moz-focus-inner {
border: 0
}
.uppy-DashboardItem-progressIndicator:focus svg.retry,
.uppy-DashboardItem-progressIndicator:focus svg.UppyIcon-progressCircle .bg {
fill: #76abe9
}
svg.UppyIcon-progressCircle {
width: 100%;
height: 100%
}
svg.UppyIcon-progressCircle .bg {
stroke: hsla(0, 0%, 100%, .4);
opacity: 0
}
svg.UppyIcon-progressCircle .progress {
stroke: #fff;
transition: stroke-dashoffset .5s ease-out;
opacity: 0
}
svg.UppyIcon-progressCircle .play {
stroke: #fff;
display: none
}
svg.UppyIcon-progressCircle .cancel,
svg.UppyIcon-progressCircle .pause,
svg.UppyIcon-progressCircle .play {
fill: #fff;
opacity: 0;
transition: all .2s
}
svg.UppyIcon-progressCircle .pause {
stroke: #fff;
display: none
}
svg.UppyIcon-progressCircle .check {
opacity: 0;
fill: #fff;
transition: all .2s
}
svg.UppyIcon.retry {
fill: #fff
}
.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress {
transform: none;
top: -9px;
right: -8px;
left: auto;
width: auto
}
.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress,
.uppy-DashboardItem.is-error .uppy-DashboardItem-progress,
.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-progress {
display: block
}
.uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator {
width: 18px;
height: 18px
}
.uppy-size--md .uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator {
width: 28px;
height: 28px
}
.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
width: 18px;
height: 18px;
opacity: 1
}
.uppy-size--md .uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
width: 22px;
height: 22px
}
.uppy-DashboardItem.is-paused svg.UppyIcon-progressCircle .pause {
opacity: 0
}
.uppy-DashboardItem.is-paused svg.UppyIcon-progressCircle .play {
opacity: 1
}
.uppy-DashboardItem.is-noIndividualCancellation .uppy-DashboardItem-progressIndicator {
cursor: default
}
.uppy-DashboardItem.is-noIndividualCancellation .cancel {
display: none
}
.uppy-DashboardItem.is-processing .uppy-DashboardItem-progress {
opacity: 0
}
.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
cursor: default
}
.uppy-DashboardItem.is-complete .progress {
stroke: #1bb240;
fill: #1bb240;
opacity: 1
}
.uppy-DashboardItem.is-complete .check {
opacity: 1
}
.uppy-size--md .uppy-DashboardItem-progressIndicator {
width: 55px;
height: 55px
}
.uppy-DashboardItem.is-resumable .pause,
.uppy-DashboardItem.is-resumable .play {
display: block
}
.uppy-DashboardItem.is-resumable .cancel {
display: none
}
.uppy-DashboardItem.is-inprogress .bg,
.uppy-DashboardItem.is-inprogress .cancel,
.uppy-DashboardItem.is-inprogress .pause,
.uppy-DashboardItem.is-inprogress .progress {
opacity: 1
}
.uppy-DashboardItem-fileInfo {
padding-right: 5px
}
.uppy-DashboardItem-name {
font-size: 12px;
line-height: 1.3;
font-weight: 500;
margin-bottom: 4px;
word-break: break-all;
word-wrap: anywhere
}
.uppy-DashboardItem-status {
font-size: 11px;
line-height: 1.3;
font-weight: 400;
color: #757575
}
.uppy-DashboardItem-statusSize {
display: inline-block;
vertical-align: bottom;
text-transform: uppercase
}
.uppy-DashboardItem-sourceIcon {
display: none;
vertical-align: bottom;
color: #bbb
}
.uppy-DashboardItem-sourceIcon:not(:first-child) {
position: relative;
margin-left: 14px
}
.uppy-DashboardItem-sourceIcon svg,
.uppy-DashboardItem-sourceIcon svg * {
max-width: 100%;
max-height: 100%;
display: inline-block;
vertical-align: text-bottom;
overflow: hidden;
fill: currentColor;
width: 11px;
height: 12px
}
.uppy-DashboardItem-action {
cursor: pointer;
color: #939393
}
.uppy-DashboardItem-action:focus {
outline: none
}
.uppy-DashboardItem-action::-moz-focus-inner {
border: 0
}
.uppy-DashboardItem-action:focus {
box-shadow: 0 0 0 3px rgba(34, 117, 215, .5)
}
.uppy-DashboardItem-action:hover {
opacity: 1;
color: #1f1f1f
}
.uppy-DashboardItem-action--remove {
color: #1f1f1f;
opacity: .95
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-actionWrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-action {
width: 22px;
height: 22px;
padding: 3px;
margin-left: 3px
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-action:focus {
border-radius: 3px
}
.uppy-size--md .uppy-DashboardItem-action--copyLink,
.uppy-size--md .uppy-DashboardItem-action--edit {
width: 16px;
height: 16px;
padding: 0
}
.uppy-size--md .uppy-DashboardItem-action--copyLink:focus,
.uppy-size--md .uppy-DashboardItem-action--edit:focus {
border-radius: 3px
}
.uppy-size--md .uppy-DashboardItem-action--remove {
z-index: 1002;
position: absolute;
top: -8px;
right: -8px;
width: 18px;
height: 18px;
padding: 0
}
.uppy-size--md .uppy-DashboardItem-action--remove:focus {
border-radius: 50%
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #eaeaea;
padding: 10px 0 10px 10px
}
.uppy-size--md .uppy-DashboardItem {
position: relative;
display: block;
float: left;
margin: 5px 15px;
width: calc(33.333% - 30px);
height: 215px
}
.uppy-size--lg .uppy-DashboardItem {
margin: 5px 15px;
width: calc(25% - 30px);
height: 190px
}
.uppy-size--xl .uppy-DashboardItem {
width: calc(20% - 30px);
height: 210px
}
.uppy-DashboardItem-preview {
position: relative
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-preview {
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-positive: 0;
flex-grow: 0;
width: 50px;
height: 50px
}
.uppy-size--md .uppy-DashboardItem-preview {
width: 100%;
height: 140px
}
.uppy-size--lg .uppy-DashboardItem-preview {
height: 120px
}
.uppy-size--xl .uppy-DashboardItem-preview {
height: 140px
}
.uppy-DashboardItem-fileInfoAndButtons {
-ms-flex-positive: 1;
flex-grow: 1;
padding-right: 8px;
padding-left: 12px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between
}
.uppy-size--md .uppy-DashboardItem-fileInfoAndButtons {
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
padding: 9px 0 0
}
.uppy-DashboardItem-fileInfo {
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1
}
.uppy-DashboardItem-actionWrapper {
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0
}
.uppy-DashboardItem.is-error .uppy-DashboardItem-previewInnerWrap:after,
.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-previewInnerWrap:after {
display: block
}
.uppy-DashboardItem.is-inprogress:not(.is-resumable) .uppy-DashboardItem-action--remove {
display: none
}
.uppy-Dashboard-FileCard {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1005;
box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
background-color: #fff;
border-radius: 5px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.uppy-Dashboard-FileCard .uppy-DashboardContent-bar {
border-top-left-radius: 5px;
border-top-right-radius: 5px
}
.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px
}
.uppy-Dashboard-FileCard-inner {
height: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-direction: column;
flex-direction: column
}
.uppy-Dashboard-FileCard-inner,
.uppy-Dashboard-FileCard-preview {
-ms-flex-negative: 1;
flex-shrink: 1;
min-height: 0;
display: -ms-flexbox;
display: flex
}
.uppy-Dashboard-FileCard-preview {
height: 60%;
-ms-flex-positive: 0;
flex-grow: 0;
border-bottom: 1px solid #eaeaea;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center
}
.uppy-Dashboard-FileCard-preview img.uppy-DashboardItem-previewImg {
max-width: 90%;
max-height: 90%;
object-fit: cover;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
border-radius: 3px;
box-shadow: 0 3px 20px rgba(0, 0, 0, .15)
}
.uppy-Dashboard-FileCard-info {
height: 40%;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 30px 20px 20px;
overflow-y: auto;
-webkit-overflow-scrolling: touch
}
.uppy-Dashboard-FileCard-fieldset {
font-size: 0;
border: 0;
padding: 0;
max-width: 640px;
margin: auto auto 12px
}
.uppy-Dashboard-FileCard-label {
display: inline-block;
vertical-align: middle;
width: 22%;
font-size: 12px;
color: #525252
}
.uppy-size--md .uppy-Dashboard-FileCard-label {
font-size: 14px
}
.uppy-Dashboard-FileCard-input {
display: inline-block;
vertical-align: middle;
width: 78%
}
.uppy-Dashboard-FileCard-actions {
height: 55px;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-positive: 0;
flex-grow: 0;
border-top: 1px solid #eaeaea;
padding: 0 15px;
background-color: #fafafa;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.uppy-size--md .uppy-Dashboard-FileCard-actions {
height: 65px
}
.uppy-Dashboard-FileCard-actionsBtn {
margin-right: 10px
}
.uppy-transition-slideDownUp-enter {
opacity: .01;
transform: translate3d(0, -105%, 0);
transition: transform .25s ease-in-out, opacity .25s ease-in-out
}
.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active {
opacity: 1;
transform: translateZ(0)
}
.uppy-transition-slideDownUp-leave {
opacity: 1;
transform: translateZ(0);
transition: transform .25s ease-in-out, opacity .25s ease-in-out
}
.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active {
opacity: .01;
transform: translate3d(0, -105%, 0)
}
.uppy-Dashboard--modal {
z-index: 1001
}
.uppy-Dashboard--modal[aria-hidden=true] {
display: none
}
@keyframes uppy-Dashboard-fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes uppy-Dashboard-fadeOut {
0% {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes uppy-Dashboard-slideDownAndFadeIn {
0% {
transform: translate3d(-50%, -70%, 0);
opacity: 0
}
to {
transform: translate3d(-50%, -50%, 0);
opacity: 1
}
}
@keyframes uppy-Dashboard-slideDownAndFadeIn--small {
0% {
transform: translate3d(0, -20%, 0);
opacity: 0
}
to {
transform: translateZ(0);
opacity: 1
}
}
@keyframes uppy-Dashboard-slideUpFadeOut {
0% {
transform: translate3d(-50%, -50%, 0);
opacity: 1
}
to {
transform: translate3d(-50%, -70%, 0);
opacity: 0
}
}
@keyframes uppy-Dashboard-slideUpFadeOut--small {
0% {
transform: translateZ(0);
opacity: 1
}
to {
transform: translate3d(0, -20%, 0);
opacity: 0
}
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner {
animation: uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0, 0, .2, 1)
}
@media only screen and (min-width:820px) {
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner {
animation: uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0, 0, .2, 1)
}
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay {
animation: uppy-Dashboard-fadeIn .3s cubic-bezier(0, 0, .2, 1)
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner {
animation: uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0, 0, .2, 1)
}
@media only screen and (min-width:820px) {
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner {
animation: uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0, 0, .2, 1)
}
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay {
animation: uppy-Dashboard-fadeOut .3s cubic-bezier(0, 0, .2, 1)
}
.uppy-Dashboard-isFixed {
overflow: hidden;
height: 100vh
}
.uppy-Dashboard--modal .uppy-Dashboard-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .5);
z-index: 1001
}
.uppy-Dashboard-inner {
position: relative;
background-color: #fafafa;
max-width: 100%;
max-height: 100%;
min-height: 450px;
outline: none;
border: 1px solid #eaeaea;
border-radius: 5px
}
.uppy-size--md .uppy-Dashboard-inner {
min-height: auto
}
@media only screen and (min-width:820px) {
.uppy-Dashboard-inner {
width: 750px;
height: 550px
}
}
.uppy-Dashboard--modal .uppy-Dashboard-inner {
z-index: 1002
}
.uppy-Dashboard-innerWrap {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
overflow: hidden;
position: relative;
border-radius: 5px;
opacity: 0
}
.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
opacity: 1
}
.uppy-Dashboard--modal .uppy-Dashboard-inner {
position: fixed;
top: 35px;
left: 15px;
right: 15px;
bottom: 15px;
border: none
}
@media only screen and (min-width:820px) {
.uppy-Dashboard--modal .uppy-Dashboard-inner {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .15)
}
}
.uppy-Dashboard-close {
display: block;
position: absolute;
top: -33px;
right: -2px;
cursor: pointer;
color: hsla(0, 0%, 100%, .9);
font-size: 27px;
z-index: 1005
}
.uppy-Dashboard-close:focus {
outline: none
}
.uppy-Dashboard-close::-moz-focus-inner {
border: 0
}
.uppy-Dashboard-close:focus {
color: #8cb8ed
}
@media only screen and (min-width:820px) {
.uppy-Dashboard-close {
font-size: 35px;
top: -10px;
right: -35px
}
}
.uppy-DashboardAddFiles {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
position: relative;
text-align: center;
-ms-flex: 1;
flex: 1
}
.uppy-size--md .uppy-DashboardAddFiles {
margin: 7px;
border-radius: 3px;
border: 1px dashed #dfdfdf
}
.uppy-Dashboard-AddFilesPanel .uppy-DashboardAddFiles {
border: none
}
.uppy-Dashboard--modal .uppy-DashboardAddFiles {
border-color: #cfcfcf
}
.uppy-DashboardTabs {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
width: 100%
}
.uppy-size--md .uppy-DashboardTabs {
-ms-flex-align: center;
align-items: center
}
.uppy-DashboardTabs-title {
font-size: 14px;
line-height: 30px;
font-weight: 400;
margin: 0;
padding: 0;
text-align: center;
color: #525252
}
.uppy-size--md .uppy-DashboardTabs-title {
font-size: 16px;
line-height: 40px
}
.uppy-DashboardAddFiles-info {
padding-top: 15px;
padding-bottom: 15px
}
.uppy-size--md .uppy-DashboardAddFiles-info {
position: absolute;
bottom: 30px;
left: 0;
right: 0;
padding-top: 30px;
padding-bottom: 0
}
.uppy-Dashboard-browse {
cursor: pointer;
color: rgba(34, 117, 215, .9)
}
.uppy-Dashboard-browse:focus {
outline: none
}
.uppy-Dashboard-browse::-moz-focus-inner {
border: 0
}
.uppy-Dashboard-browse:focus,
.uppy-Dashboard-browse:hover {
border-bottom: 2px solid #2275d7
}
.uppy-DashboardTabs-list {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-height: 300px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin-top: 10px;
padding: 2px 0
}
.uppy-size--md .uppy-DashboardTabs-list {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
max-width: 600px;
overflow-x: initial;
margin-top: 15px;
padding-top: 0
}
.uppy-DashboardTab {
width: 100%;
display: inline-block;
text-align: center;
border-bottom: 1px solid #eaeaea;
padding: 0 2px
}
.uppy-size--md .uppy-DashboardTab {
width: auto;
margin-bottom: 20px;
border-bottom: none;
padding: 0
}
.uppy-DashboardTab-btn {
width: 100%;
height: 100%;
cursor: pointer;
border: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: #525252;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
padding: 12px 15px;
line-height: 1;
text-align: center
}
.uppy-size--md .uppy-DashboardTab-btn {
width: 86px;
margin-right: 1px;
-ms-flex-direction: column;
flex-direction: column;
padding: 10px 3px;
border-radius: 5px
}
.uppy-DashboardTab-btn::-moz-focus-inner {
border: 0
}
.uppy-DashboardTab-btn:hover {
background-color: #f1f3f6
}
.uppy-DashboardTab-btn:active,
.uppy-DashboardTab-btn:focus {
background-color: #eceef2;
outline: none
}
.uppy-DashboardTab-btn svg {
margin-right: 10px
}
.uppy-size--md .uppy-DashboardTab-btn svg {
margin-right: 0
}
.uppy-DashboardTab-btn svg {
max-width: 100%;
max-height: 100%;
display: inline-block;
vertical-align: text-top;
overflow: hidden;
transition: transform .15s ease-in-out
}
.uppy-DashboardTab-name {
font-size: 14px;
font-weight: 500
}
.uppy-size--md .uppy-DashboardTab-name {
font-size: 11px;
line-height: 14px;
margin-top: 8px;
margin-bottom: 0
}
.uppy-DashboardTab svg {
width: 18px;
height: 18px;
vertical-align: middle
}
.uppy-size--md .uppy-DashboardTab svg {
width: 27px;
height: 27px
}
.uppy-Dashboard-input {
width: .1px;
height: .1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1
}
.uppy-DashboardContent-bar {
-ms-flex-negative: 0;
flex-shrink: 0;
height: 40px;
width: 100%;
padding: 0 10px;
z-index: 1004;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
border-bottom: 1px solid #eaeaea;
background-color: #fafafa
}
.uppy-size--md .uppy-DashboardContent-bar {
height: 50px;
padding: 0 15px
}
.uppy-DashboardContent-title {
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
font-size: 12px;
line-height: 40px;
font-weight: 500;
width: 100%;
max-width: 170px;
text-overflow: ellipsis;
white-space: nowrap;
overflow-x: hidden;
margin: auto
}
.uppy-size--md .uppy-DashboardContent-title {
font-size: 14px;
line-height: 50px;
max-width: 300px
}
.uppy-DashboardContent-back {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
border: 0;
color: inherit;
border-radius: 3px;
font-size: 12px;
font-weight: 400;
cursor: pointer;
color: #2275d7;
padding: 7px 6px;
margin: 0 0 0 -6px
}
.uppy-DashboardContent-back:focus {
outline: none
}
.uppy-DashboardContent-back::-moz-focus-inner {
border: 0
}
.uppy-DashboardContent-back:hover {
color: #1b5dab
}
.uppy-DashboardContent-back:focus {
background-color: #eceef2
}
.uppy-size--md .uppy-DashboardContent-back {
font-size: 14px
}
.uppy-DashboardContent-addMore {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
border: 0;
color: inherit;
border-radius: 3px;
font-weight: 500;
cursor: pointer;
color: #2275d7;
width: 29px;
height: 29px;
padding: 7px 8px;
margin: 0 -5px 0 0
}
.uppy-DashboardContent-addMore:focus {
outline: none
}
.uppy-DashboardContent-addMore::-moz-focus-inner {
border: 0
}
.uppy-DashboardContent-addMore:hover {
color: #1b5dab
}
.uppy-DashboardContent-addMore:focus {
background-color: #eceef2
}
.uppy-size--md .uppy-DashboardContent-addMore {
font-size: 14px;
width: auto;
height: auto;
margin-right: -8px
}
.uppy-DashboardContent-addMore svg {
vertical-align: baseline;
margin-right: 4px
}
.uppy-size--md .uppy-DashboardContent-addMore svg {
width: 11px;
height: 11px
}
.uppy-DashboardContent-addMoreCaption {
display: none
}
.uppy-size--md .uppy-DashboardContent-addMoreCaption {
display: inline
}
.uppy-DashboardContent-panel {
background-color: #f5f5f5;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex: 1;
flex: 1
}
.uppy-Dashboard-AddFilesPanel,
.uppy-DashboardContent-panel {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
z-index: 1005;
border-radius: 5px;
display: -ms-flexbox;
display: flex
}
.uppy-Dashboard-AddFilesPanel {
background: #fafafa;
background: linear-gradient(0deg, #fafafa 35%, hsla(0, 0%, 98%, .85));
box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
-ms-flex-direction: column;
flex-direction: column
}
.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files {
filter: blur(2px)
}
.uppy-Dashboard-progress {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 12%
}
.uppy-Dashboard-progressBarContainer.is-active {
z-index: 1004;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.uppy-Dashboard-filesContainer {
position: relative;
overflow-y: hidden;
margin: 0;
-ms-flex: 1;
flex: 1
}
.uppy-Dashboard-filesContainer:after {
content: "";
display: table;
clear: both
}
.uppy-Dashboard-files {
margin: 0;
padding: 0 0 10px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-ms-flex: 1;
flex: 1
}
.uppy-size--md .uppy-Dashboard-files {
padding-top: 10px
}
.uppy-Dashboard-dropFilesHereHint {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
visibility: hidden;
position: absolute;
top: 7px;
right: 7px;
bottom: 7px;
left: 7px;
padding-top: 90px;
border: 1px dashed #2275d7;
border-radius: 3px;
z-index: 2000;
text-align: center;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 11-1.414 1.414L25 16.414V34a1 1 0 11-2 0V16.414l-5.293 5.293a.999.999 0 11-1.414-1.414l7-7a.999.999 0 011.414 0l7 7z' fill='%232275D7'/%3E%3C/svg%3E");
background-position: 50% 50%;
background-repeat: no-repeat;
color: #707070;
font-size: 16px
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint {
visibility: visible
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar {
opacity: .15
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardAddFiles {
opacity: .03
}
.uppy-Dashboard-dropFilesTitle {
max-width: 300px;
text-align: center;
font-size: 16px;
line-height: 1.35;
font-weight: 400;
color: #525252;
margin: auto;
padding: 0 15px
}
.uppy-size--md .uppy-Dashboard-dropFilesTitle {
max-width: 470px;
font-size: 27px
}
.uppy-Dashboard-note {
font-size: 14px;
line-height: 1.25;
text-align: center;
color: #757575;
max-width: 350px;
margin: auto;
padding: 0 15px
}
.uppy-size--md .uppy-Dashboard-note {
font-size: 16px;
line-height: 1.35;
max-width: 600px
}
a.uppy-Dashboard-poweredBy {
display: inline-block;
text-align: center;
font-size: 11px;
color: #939393;
text-decoration: none;
margin-top: 8px
}
.uppy-Dashboard-poweredByIcon {
stroke: #939393;
fill: none;
margin-left: 1px;
margin-right: 1px;
position: relative;
top: 1px;
opacity: .9;
vertical-align: text-top
}
.uppy-DashboardItem-previewIcon {
width: 25px;
height: 25px;
z-index: 100;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.uppy-size--md .uppy-DashboardItem-previewIcon {
width: 38px;
height: 38px
}
.uppy-DashboardItem-previewIcon svg {
width: 100%;
height: 100%
}
.uppy-DashboardItem-previewIconWrap {
height: 76px;
max-height: 75%;
position: relative
}
.uppy-DashboardItem-previewIconBg {
width: 100%;
height: 100%;
filter: drop-shadow(rgba(0, 0, 0, .1) 0 1px 1px)
}
.uppy-Dashboard-upload {
position: relative;
width: 50px;
height: 50px
}
.uppy-size--md .uppy-Dashboard-upload {
width: 60px;
height: 60px
}
.uppy-Dashboard-upload .UppyIcon {
position: relative;
top: 1px;
width: 50%
}
.uppy-Dashboard-uploadCount {
position: absolute;
top: -12px;
right: -12px;
background-color: #1bb240;
color: #fff;
border-radius: 50%;
width: 16px;
height: 16px;
line-height: 16px;
font-size: 8px
}
.uppy-size--md .uppy-Dashboard-uploadCount {
width: 18px;
height: 18px;
line-height: 18px;
font-size: 9px
}
.uppy-DragDrop-container {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 7px;
background-color: #fff;
cursor: pointer;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
max-width: 100%
}
.uppy-DragDrop-container:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(34, 117, 215, .4)
}
.uppy-DragDrop-container::-moz-focus-inner {
border: 0
}
.uppy-DragDrop-inner {
margin: 0;
text-align: center;
padding: 80px 20px;
line-height: 1.4
}
.uppy-DragDrop-input {
width: .1px;
height: .1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1
}
.uppy-DragDrop-arrow {
width: 60px;
height: 60px;
fill: #e0e0e0;
margin-bottom: 17px
}
.uppy-DragDrop--is-dragdrop-supported {
border: 2px dashed #adadad
}
.uppy-DragDrop--isDraggingOver {
border: 2px dashed #2275d7;
background: #eaeaea
}
.uppy-DragDrop--isDraggingOver .uppy-DragDrop-arrow {
fill: #939393
}
.uppy-DragDrop-label {
display: block;
cursor: pointer;
font-size: 1.15em;
margin-bottom: 5px
}
.uppy-DragDrop-note {
font-size: 1em;
color: #adadad
}
.uppy-DragDrop-browse {
color: #2275d7
}
.uppy-FileInput-container {
margin-bottom: 15px
}
.uppy-FileInput-btn {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
margin: 0;
color: inherit;
font-family: sans-serif;
font-size: .85em;
padding: 10px 15px;
color: #14457f;
border: 1px solid #14457f;
border-radius: 8px;
cursor: pointer
}
.uppy-FileInput-btn:hover {
background-color: #14457f;
color: #fff
}
.uppy-ProgressBar {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
z-index: 10000;
transition: height .2s
}
.uppy-ProgressBar[aria-hidden=true] {
height: 0
}
.uppy-ProgressBar-inner {
background-color: #2275d7;
box-shadow: 0 0 10px rgba(34, 117, 215, .7);
height: 100%;
width: 0;
transition: width .4s ease
}
.uppy-ProgressBar-percentage {
display: none;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff
}
.uppy-Url {
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex: 1;
flex: 1
}
.uppy-Url-input {
width: 90%;
max-width: 650px;
margin-bottom: 15px
}
.uppy-size--md .uppy-Url-input {
margin-bottom: 20px
}
.uppy-Url-importButton {
padding: 13px 25px
}
.uppy-size--md .uppy-Url-importButton {
padding: 13px 30px
}
.uppy-Webcam-container {
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column
}
.uppy-Webcam-videoContainer {
width: 100%;
-ms-flex: 1;
flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
overflow: hidden;
background-color: #333;
text-align: center;
position: relative
}
.uppy-Webcam-video {
max-width: 100%;
max-height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto
}
.uppy-Webcam-video--mirrored {
transform: scaleX(-1)
}
.uppy-Webcam-buttonContainer {
width: 100%;
height: 75px;
border-top: 1px solid #eaeaea;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 20px
}
.uppy-Webcam-button {
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #e32437;
color: #fff;
cursor: pointer;
transition: all .3s
}
.uppy-Webcam-button svg {
width: 30px;
height: 30px;
max-width: 100%;
max-height: 100%;
display: inline-block;
vertical-align: text-top;
overflow: hidden;
fill: currentColor
}
.uppy-size--md .uppy-Webcam-button {
width: 60px;
height: 60px
}
.uppy-Webcam-button:hover {
background-color: #d31b2d
}
.uppy-Webcam-button:focus {
outline: none;
box-shadow: 0 0 0 .2rem rgba(34, 117, 215, .5)
}
.uppy-Webcam-button--picture {
margin-right: 12px
}
.uppy-Webcam-permissons {
padding: 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
height: 100%;
-ms-flex: 1;
flex: 1
}
.uppy-Webcam-permissons p {
max-width: 450px;
line-height: 1.3
}
.uppy-Webcam-title {
font-size: 22px;
line-height: 1.35;
font-weight: 400;
margin: 0 0 5px;
padding: 0 15px;
max-width: 500px;
text-align: center;
color: #333
}
.uppy-Webcam-permissons p {
text-align: center;
line-height: 1.45;
color: #939393;
margin: 0
}
.uppy-Webcam-permissonsIcon svg {
width: 100px;
height: 75px;
color: #bbb;
margin-bottom: 30px
}
/*
* FooTable v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.1.5
* @link http://fooplugins.com
* @copyright <NAME> & <NAME> 2015
* @license Released under the GPLv3 license.
*/
table.footable-details,
table.footable>thead>tr.footable-filtering>th div.form-group {
margin-bottom: 0
}
table.footable,
table.footable-details {
position: relative;
width: 100%;
border-spacing: 0;
border-collapse: collapse
}
table.footable-hide-fouc {
display: none
}
table>tbody>tr>td>span.footable-toggle {
margin-right: 8px;
opacity: .3
}
table>tbody>tr>td>span.footable-toggle.last-column {
margin-left: 8px;
float: right
}
table.table-condensed>tbody>tr>td>span.footable-toggle {
margin-right: 5px
}
table.footable-details>tbody>tr>th:nth-child(1) {
min-width: 40px;
width: 120px
}
table.footable-details>tbody>tr>td:nth-child(2) {
word-break: break-all
}
table.footable-details>tbody>tr:first-child>td,
table.footable-details>tbody>tr:first-child>th,
table.footable-details>tfoot>tr:first-child>td,
table.footable-details>tfoot>tr:first-child>th,
table.footable-details>thead>tr:first-child>td,
table.footable-details>thead>tr:first-child>th {
border-top-width: 0
}
table.footable-details.table-bordered>tbody>tr:first-child>td,
table.footable-details.table-bordered>tbody>tr:first-child>th,
table.footable-details.table-bordered>tfoot>tr:first-child>td,
table.footable-details.table-bordered>tfoot>tr:first-child>th,
table.footable-details.table-bordered>thead>tr:first-child>td,
table.footable-details.table-bordered>thead>tr:first-child>th {
border-top-width: 1px
}
div.footable-loader {
vertical-align: middle;
text-align: center;
height: 300px;
position: relative
}
div.footable-loader>span.fooicon {
display: inline-block;
opacity: .3;
font-size: 30px;
line-height: 32px;
width: 32px;
height: 32px;
margin-top: -16px;
margin-left: -16px;
position: absolute;
top: 50%;
left: 50%;
-webkit-animation: fooicon-spin-r 2s infinite linear;
animation: fooicon-spin-r 2s infinite linear
}
table.footable>tbody>tr.footable-empty>td {
vertical-align: middle;
text-align: center;
font-size: 30px
}
table.footable>tbody>tr>td,
table.footable>tbody>tr>th {
display: none
}
table.footable>tbody>tr.footable-detail-row>td,
table.footable>tbody>tr.footable-detail-row>th,
table.footable>tbody>tr.footable-empty>td,
table.footable>tbody>tr.footable-empty>th {
display: table-cell
}
@-webkit-keyframes fooicon-spin-r {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes fooicon-spin-r {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.fooicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings'!important;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.fooicon:after,
.fooicon:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.fooicon-loader:before {
content: "\e030"
}
.fooicon-plus:before {
content: "\2b"
}
.fooicon-minus:before {
content: "\2212"
}
.fooicon-search:before {
content: "\e003"
}
.fooicon-remove:before {
content: "\e014"
}
.fooicon-sort:before {
content: "\e150"
}
.fooicon-sort-asc:before {
content: "\e155"
}
.fooicon-sort-desc:before {
content: "\e156"
}
.fooicon-pencil:before {
content: "\270f"
}
.fooicon-trash:before {
content: "\e020"
}
.fooicon-eye-close:before {
content: "\e106"
}
.fooicon-flash:before {
content: "\e162"
}
.fooicon-cog:before {
content: "\e019"
}
.fooicon-stats:before {
content: "\e185"
}
table.footable>thead>tr.footable-filtering>th {
border-bottom-width: 1px;
font-weight: 400
}
.footable-filtering-external.footable-filtering-right,
table.footable.footable-filtering-right>thead>tr.footable-filtering>th,
table.footable>thead>tr.footable-filtering>th {
text-align: right
}
.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left>thead>tr.footable-filtering>th {
text-align: left
}
.footable-filtering-external.footable-filtering-center,
.footable-paging-external.footable-paging-center,
table.footable-paging-center>tfoot>tr.footable-paging>td,
table.footable.footable-filtering-center>thead>tr.footable-filtering>th,
table.footable>tfoot>tr.footable-paging>td {
text-align: center
}
table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group {
margin-top: 5px
}
table.footable>thead>tr.footable-filtering>th div.input-group {
width: 100%
}
.footable-filtering-external ul.dropdown-menu>li>a.checkbox,
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox {
margin: 0;
display: block;
position: relative
}
.footable-filtering-external ul.dropdown-menu>li>a.checkbox>label,
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox>label {
display: block;
padding-left: 20px
}
.footable-filtering-external ul.dropdown-menu>li>a.checkbox input[type=checkbox],
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox input[type=checkbox] {
position: absolute;
margin-left: -20px
}
@media (min-width:768px) {
table.footable>thead>tr.footable-filtering>th div.input-group {
width: auto
}
table.footable>thead>tr.footable-filtering>th div.form-group {
margin-left: 2px;
margin-right: 2px
}
table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group {
margin-top: 0
}
}
table.footable>tbody>tr>td.footable-sortable,
table.footable>tbody>tr>th.footable-sortable,
table.footable>tfoot>tr>td.footable-sortable,
table.footable>tfoot>tr>th.footable-sortable,
table.footable>thead>tr>td.footable-sortable,
table.footable>thead>tr>th.footable-sortable {
position: relative;
padding-right: 30px;
cursor: pointer
}
td.footable-sortable>span.fooicon,
th.footable-sortable>span.fooicon {
position: absolute;
right: 6px;
top: 50%;
margin-top: -7px;
opacity: 0;
transition: opacity .3s ease-in
}
td.footable-sortable.footable-asc>span.fooicon,
td.footable-sortable.footable-desc>span.fooicon,
td.footable-sortable:hover>span.fooicon,
th.footable-sortable.footable-asc>span.fooicon,
th.footable-sortable.footable-desc>span.fooicon,
th.footable-sortable:hover>span.fooicon {
opacity: 1
}
table.footable-sorting-disabled td.footable-sortable.footable-asc>span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc>span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover>span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc>span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc>span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover>span.fooicon {
opacity: 0;
visibility: hidden
}
.footable-paging-external ul.pagination,
table.footable>tfoot>tr.footable-paging>td>ul.pagination {
margin: 10px 0 0
}
.footable-paging-external span.label,
table.footable>tfoot>tr.footable-paging>td>span.label {
display: inline-block;
margin: 0 0 10px;
padding: 4px 10px
}
.footable-paging-external.footable-paging-left,
table.footable-paging-left>tfoot>tr.footable-paging>td {
text-align: left
}
.footable-paging-external.footable-paging-right,
table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing,
table.footable-paging-right>tfoot>tr.footable-paging>td {
text-align: right
}
ul.pagination>li.footable-page {
display: none
}
ul.pagination>li.footable-page.visible {
display: inline
}
td.footable-editing {
width: 90px;
max-width: 90px
}
table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-view td.footable-editing {
width: 70px;
max-width: 70px
}
table.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing {
width: 50px;
max-width: 50px
}
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
width: 0;
max-width: 0;
display: none!important
}
table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
text-align: left
}
table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
display: none
}
table.footable-editing.footable-editing-always-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide {
display: inline-block
}
/*! nouislider - 14.6.2 - 9/16/2020 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.noUi-target {
position: relative
}
.noUi-base,
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1
}
.noUi-connects {
overflow: hidden;
z-index: 0
}
.noUi-connect,
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
right: 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-webkit-transform-style: preserve-3d;
transform-origin: 0 0;
transform-style: flat
}
.noUi-connect {
height: 100%;
width: 100%
}
.noUi-origin {
height: 10%;
width: 10%
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
left: 0;
right: auto
}
.noUi-vertical .noUi-origin {
width: 0
}
.noUi-horizontal .noUi-origin {
height: 0
}
.noUi-handle {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute
}
.noUi-touch-area {
height: 100%;
width: 100%
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: transform .3s;
transition: transform .3s
}
.noUi-state-drag * {
cursor: inherit!important
}
.noUi-horizontal {
height: 18px
}
.noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
right: -17px;
top: -6px
}
.noUi-vertical {
width: 18px
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
right: -6px;
top: -17px
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
left: -17px;
right: auto
}
.noUi-target {
background: #FAFAFA;
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}
.noUi-connects {
border-radius: 3px
}
.noUi-connect {
background: #3FB8AF
}
.noUi-draggable {
cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
cursor: ns-resize
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}
.noUi-handle:after,
.noUi-handle:before {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px
}
.noUi-handle:after {
left: 17px
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
width: 14px;
height: 1px;
left: 6px;
top: 14px
}
.noUi-vertical .noUi-handle:after {
top: 17px
}
[disabled] .noUi-connect {
background: #B8B8B8
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
cursor: not-allowed
}
.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box
}
.noUi-pips {
position: absolute;
color: #999
}
.noUi-value {
position: absolute;
white-space: nowrap;
text-align: center
}
.noUi-value-sub {
color: #ccc;
font-size: 10px
}
.noUi-marker {
position: absolute;
background: #CCC
}
.noUi-marker-sub {
background: #AAA
}
.noUi-marker-large {
background: #AAA
}
.noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%)
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%)
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px
}
.noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%)
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px
}
.noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px;
text-align: center;
white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
bottom: 120%
}
.noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 120%
}
.noUi-horizontal .noUi-origin>.noUi-tooltip {
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
left: auto;
bottom: 10px
}
.noUi-vertical .noUi-origin>.noUi-tooltip {
-webkit-transform: translate(0, -18px);
transform: translate(0, -18px);
top: auto;
right: 28px
}
/*slick carousel 1.9.0*/
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: 0
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,
.slick-track:before {
display: table;
content: ''
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
/*# sourceMappingURL=slick.min.css.map */
/*international telephone number select input*/
.iti {
position: relative;
display: inline-block
}
.iti * {
box-sizing: border-box;
-moz-box-sizing: border-box
}
.iti__hide {
display: none
}
.iti__v-hide {
visibility: hidden
}
.iti input,
.iti input[type=tel],
.iti input[type=text] {
position: relative;
z-index: 0;
margin-top: 0!important;
margin-bottom: 0!important;
padding-right: 36px;
margin-right: 0
}
.iti__flag-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 1px
}
.iti__selected-flag {
z-index: 1;
position: relative;
display: flex;
align-items: center;
height: 100%;
padding: 0 6px 0 8px
}
.iti__arrow {
margin-left: 6px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid #555
}
.iti__arrow--up {
border-top: none;
border-bottom: 4px solid #555
}
.iti__country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0;
margin: 0 0 0 -1px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
background-color: #fff;
border: 1px solid #ccc;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch
}
.iti__country-list--dropup {
bottom: 100%;
margin-bottom: -1px
}
@media (max-width:500px) {
.iti__country-list {
white-space: normal
}
}
.iti__flag-box {
display: inline-block;
width: 20px
}
.iti__divider {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #ccc
}
.iti__country {
padding: 5px 10px;
outline: 0
}
.iti__dial-code {
color: #999
}
.iti__country.iti__highlight {
background-color: rgba(0, 0, 0, .05)
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
vertical-align: middle
}
.iti__country-name,
.iti__flag-box {
margin-right: 6px
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
padding-right: 6px;
padding-left: 52px;
margin-left: 0
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
right: auto;
left: 0
}
.iti--allow-dropdown .iti__flag-container:hover {
cursor: pointer
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background-color: rgba(0, 0, 0, .05)
}
.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
cursor: default
}
.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
background-color: transparent
}
.iti--separate-dial-code .iti__selected-flag {
background-color: rgba(0, 0, 0, .05)
}
.iti--separate-dial-code .iti__selected-dial-code {
margin-left: 6px
}
.iti--container {
position: absolute;
top: -1000px;
left: -1000px;
z-index: 1060;
padding: 1px
}
.iti--container:hover {
cursor: pointer
}
.iti-mobile .iti--container {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
position: fixed
}
.iti-mobile .iti__country-list {
max-height: 100%;
width: 100%
}
.iti-mobile .iti__country {
padding: 10px 10px;
line-height: 1.5em
}
.iti__flag {
width: 20px
}
.iti__flag.iti__be {
width: 18px
}
.iti__flag.iti__ch {
width: 15px
}
.iti__flag.iti__mc {
width: 19px
}
.iti__flag.iti__ne {
width: 18px
}
.iti__flag.iti__np {
width: 13px
}
.iti__flag.iti__va {
width: 15px
}
@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
.iti__flag {
background-size: 5652px 15px
}
}
.iti__flag.iti__ac {
height: 10px;
background-position: 0 0
}
.iti__flag.iti__ad {
height: 14px;
background-position: -22px 0
}
.iti__flag.iti__ae {
height: 10px;
background-position: -44px 0
}
.iti__flag.iti__af {
height: 14px;
background-position: -66px 0
}
.iti__flag.iti__ag {
height: 14px;
background-position: -88px 0
}
.iti__flag.iti__ai {
height: 10px;
background-position: -110px 0
}
.iti__flag.iti__al {
height: 15px;
background-position: -132px 0
}
.iti__flag.iti__am {
height: 10px;
background-position: -154px 0
}
.iti__flag.iti__ao {
height: 14px;
background-position: -176px 0
}
.iti__flag.iti__aq {
height: 14px;
background-position: -198px 0
}
.iti__flag.iti__ar {
height: 13px;
background-position: -220px 0
}
.iti__flag.iti__as {
height: 10px;
background-position: -242px 0
}
.iti__flag.iti__at {
height: 14px;
background-position: -264px 0
}
.iti__flag.iti__au {
height: 10px;
background-position: -286px 0
}
.iti__flag.iti__aw {
height: 14px;
background-position: -308px 0
}
.iti__flag.iti__ax {
height: 13px;
background-position: -330px 0
}
.iti__flag.iti__az {
height: 10px;
background-position: -352px 0
}
.iti__flag.iti__ba {
height: 10px;
background-position: -374px 0
}
.iti__flag.iti__bb {
height: 14px;
background-position: -396px 0
}
.iti__flag.iti__bd {
height: 12px;
background-position: -418px 0
}
.iti__flag.iti__be {
height: 15px;
background-position: -440px 0
}
.iti__flag.iti__bf {
height: 14px;
background-position: -460px 0
}
.iti__flag.iti__bg {
height: 12px;
background-position: -482px 0
}
.iti__flag.iti__bh {
height: 12px;
background-position: -504px 0
}
.iti__flag.iti__bi {
height: 12px;
background-position: -526px 0
}
.iti__flag.iti__bj {
height: 14px;
background-position: -548px 0
}
.iti__flag.iti__bl {
height: 14px;
background-position: -570px 0
}
.iti__flag.iti__bm {
height: 10px;
background-position: -592px 0
}
.iti__flag.iti__bn {
height: 10px;
background-position: -614px 0
}
.iti__flag.iti__bo {
height: 14px;
background-position: -636px 0
}
.iti__flag.iti__bq {
height: 14px;
background-position: -658px 0
}
.iti__flag.iti__br {
height: 14px;
background-position: -680px 0
}
.iti__flag.iti__bs {
height: 10px;
background-position: -702px 0
}
.iti__flag.iti__bt {
height: 14px;
background-position: -724px 0
}
.iti__flag.iti__bv {
height: 15px;
background-position: -746px 0
}
.iti__flag.iti__bw {
height: 14px;
background-position: -768px 0
}
.iti__flag.iti__by {
height: 10px;
background-position: -790px 0
}
.iti__flag.iti__bz {
height: 14px;
background-position: -812px 0
}
.iti__flag.iti__ca {
height: 10px;
background-position: -834px 0
}
.iti__flag.iti__cc {
height: 10px;
background-position: -856px 0
}
.iti__flag.iti__cd {
height: 15px;
background-position: -878px 0
}
.iti__flag.iti__cf {
height: 14px;
background-position: -900px 0
}
.iti__flag.iti__cg {
height: 14px;
background-position: -922px 0
}
.iti__flag.iti__ch {
height: 15px;
background-position: -944px 0
}
.iti__flag.iti__ci {
height: 14px;
background-position: -961px 0
}
.iti__flag.iti__ck {
height: 10px;
background-position: -983px 0
}
.iti__flag.iti__cl {
height: 14px;
background-position: -1005px 0
}
.iti__flag.iti__cm {
height: 14px;
background-position: -1027px 0
}
.iti__flag.iti__cn {
height: 14px;
background-position: -1049px 0
}
.iti__flag.iti__co {
height: 14px;
background-position: -1071px 0
}
.iti__flag.iti__cp {
height: 14px;
background-position: -1093px 0
}
.iti__flag.iti__cr {
height: 12px;
background-position: -1115px 0
}
.iti__flag.iti__cu {
height: 10px;
background-position: -1137px 0
}
.iti__flag.iti__cv {
height: 12px;
background-position: -1159px 0
}
.iti__flag.iti__cw {
height: 14px;
background-position: -1181px 0
}
.iti__flag.iti__cx {
height: 10px;
background-position: -1203px 0
}
.iti__flag.iti__cy {
height: 14px;
background-position: -1225px 0
}
.iti__flag.iti__cz {
height: 14px;
background-position: -1247px 0
}
.iti__flag.iti__de {
height: 12px;
background-position: -1269px 0
}
.iti__flag.iti__dg {
height: 10px;
background-position: -1291px 0
}
.iti__flag.iti__dj {
height: 14px;
background-position: -1313px 0
}
.iti__flag.iti__dk {
height: 15px;
background-position: -1335px 0
}
.iti__flag.iti__dm {
height: 10px;
background-position: -1357px 0
}
.iti__flag.iti__do {
height: 14px;
background-position: -1379px 0
}
.iti__flag.iti__dz {
height: 14px;
background-position: -1401px 0
}
.iti__flag.iti__ea {
height: 14px;
background-position: -1423px 0
}
.iti__flag.iti__ec {
height: 14px;
background-position: -1445px 0
}
.iti__flag.iti__ee {
height: 13px;
background-position: -1467px 0
}
.iti__flag.iti__eg {
height: 14px;
background-position: -1489px 0
}
.iti__flag.iti__eh {
height: 10px;
background-position: -1511px 0
}
.iti__flag.iti__er {
height: 10px;
background-position: -1533px 0
}
.iti__flag.iti__es {
height: 14px;
background-position: -1555px 0
}
.iti__flag.iti__et {
height: 10px;
background-position: -1577px 0
}
.iti__flag.iti__eu {
height: 14px;
background-position: -1599px 0
}
.iti__flag.iti__fi {
height: 12px;
background-position: -1621px 0
}
.iti__flag.iti__fj {
height: 10px;
background-position: -1643px 0
}
.iti__flag.iti__fk {
height: 10px;
background-position: -1665px 0
}
.iti__flag.iti__fm {
height: 11px;
background-position: -1687px 0
}
.iti__flag.iti__fo {
height: 15px;
background-position: -1709px 0
}
.iti__flag.iti__fr {
height: 14px;
background-position: -1731px 0
}
.iti__flag.iti__ga {
height: 15px;
background-position: -1753px 0
}
.iti__flag.iti__gb {
height: 10px;
background-position: -1775px 0
}
.iti__flag.iti__gd {
height: 12px;
background-position: -1797px 0
}
.iti__flag.iti__ge {
height: 14px;
background-position: -1819px 0
}
.iti__flag.iti__gf {
height: 14px;
background-position: -1841px 0
}
.iti__flag.iti__gg {
height: 14px;
background-position: -1863px 0
}
.iti__flag.iti__gh {
height: 14px;
background-position: -1885px 0
}
.iti__flag.iti__gi {
height: 10px;
background-position: -1907px 0
}
.iti__flag.iti__gl {
height: 14px;
background-position: -1929px 0
}
.iti__flag.iti__gm {
height: 14px;
background-position: -1951px 0
}
.iti__flag.iti__gn {
height: 14px;
background-position: -1973px 0
}
.iti__flag.iti__gp {
height: 14px;
background-position: -1995px 0
}
.iti__flag.iti__gq {
height: 14px;
background-position: -2017px 0
}
.iti__flag.iti__gr {
height: 14px;
background-position: -2039px 0
}
.iti__flag.iti__gs {
height: 10px;
background-position: -2061px 0
}
.iti__flag.iti__gt {
height: 13px;
background-position: -2083px 0
}
.iti__flag.iti__gu {
height: 11px;
background-position: -2105px 0
}
.iti__flag.iti__gw {
height: 10px;
background-position: -2127px 0
}
.iti__flag.iti__gy {
height: 12px;
background-position: -2149px 0
}
.iti__flag.iti__hk {
height: 14px;
background-position: -2171px 0
}
.iti__flag.iti__hm {
height: 10px;
background-position: -2193px 0
}
.iti__flag.iti__hn {
height: 10px;
background-position: -2215px 0
}
.iti__flag.iti__hr {
height: 10px;
background-position: -2237px 0
}
.iti__flag.iti__ht {
height: 12px;
background-position: -2259px 0
}
.iti__flag.iti__hu {
height: 10px;
background-position: -2281px 0
}
.iti__flag.iti__ic {
height: 14px;
background-position: -2303px 0
}
.iti__flag.iti__id {
height: 14px;
background-position: -2325px 0
}
.iti__flag.iti__ie {
height: 10px;
background-position: -2347px 0
}
.iti__flag.iti__il {
height: 15px;
background-position: -2369px 0
}
.iti__flag.iti__im {
height: 10px;
background-position: -2391px 0
}
.iti__flag.iti__in {
height: 14px;
background-position: -2413px 0
}
.iti__flag.iti__io {
height: 10px;
background-position: -2435px 0
}
.iti__flag.iti__iq {
height: 14px;
background-position: -2457px 0
}
.iti__flag.iti__ir {
height: 12px;
background-position: -2479px 0
}
.iti__flag.iti__is {
height: 15px;
background-position: -2501px 0
}
.iti__flag.iti__it {
height: 14px;
background-position: -2523px 0
}
.iti__flag.iti__je {
height: 12px;
background-position: -2545px 0
}
.iti__flag.iti__jm {
height: 10px;
background-position: -2567px 0
}
.iti__flag.iti__jo {
height: 10px;
background-position: -2589px 0
}
.iti__flag.iti__jp {
height: 14px;
background-position: -2611px 0
}
.iti__flag.iti__ke {
height: 14px;
background-position: -2633px 0
}
.iti__flag.iti__kg {
height: 12px;
background-position: -2655px 0
}
.iti__flag.iti__kh {
height: 13px;
background-position: -2677px 0
}
.iti__flag.iti__ki {
height: 10px;
background-position: -2699px 0
}
.iti__flag.iti__km {
height: 12px;
background-position: -2721px 0
}
.iti__flag.iti__kn {
height: 14px;
background-position: -2743px 0
}
.iti__flag.iti__kp {
height: 10px;
background-position: -2765px 0
}
.iti__flag.iti__kr {
height: 14px;
background-position: -2787px 0
}
.iti__flag.iti__kw {
height: 10px;
background-position: -2809px 0
}
.iti__flag.iti__ky {
height: 10px;
background-position: -2831px 0
}
.iti__flag.iti__kz {
height: 10px;
background-position: -2853px 0
}
.iti__flag.iti__la {
height: 14px;
background-position: -2875px 0
}
.iti__flag.iti__lb {
height: 14px;
background-position: -2897px 0
}
.iti__flag.iti__lc {
height: 10px;
background-position: -2919px 0
}
.iti__flag.iti__li {
height: 12px;
background-position: -2941px 0
}
.iti__flag.iti__lk {
height: 10px;
background-position: -2963px 0
}
.iti__flag.iti__lr {
height: 11px;
background-position: -2985px 0
}
.iti__flag.iti__ls {
height: 14px;
background-position: -3007px 0
}
.iti__flag.iti__lt {
height: 12px;
background-position: -3029px 0
}
.iti__flag.iti__lu {
height: 12px;
background-position: -3051px 0
}
.iti__flag.iti__lv {
height: 10px;
background-position: -3073px 0
}
.iti__flag.iti__ly {
height: 10px;
background-position: -3095px 0
}
.iti__flag.iti__ma {
height: 14px;
background-position: -3117px 0
}
.iti__flag.iti__mc {
height: 15px;
background-position: -3139px 0
}
.iti__flag.iti__md {
height: 10px;
background-position: -3160px 0
}
.iti__flag.iti__me {
height: 10px;
background-position: -3182px 0
}
.iti__flag.iti__mf {
height: 14px;
background-position: -3204px 0
}
.iti__flag.iti__mg {
height: 14px;
background-position: -3226px 0
}
.iti__flag.iti__mh {
height: 11px;
background-position: -3248px 0
}
.iti__flag.iti__mk {
height: 10px;
background-position: -3270px 0
}
.iti__flag.iti__ml {
height: 14px;
background-position: -3292px 0
}
.iti__flag.iti__mm {
height: 14px;
background-position: -3314px 0
}
.iti__flag.iti__mn {
height: 10px;
background-position: -3336px 0
}
.iti__flag.iti__mo {
height: 14px;
background-position: -3358px 0
}
.iti__flag.iti__mp {
height: 10px;
background-position: -3380px 0
}
.iti__flag.iti__mq {
height: 14px;
background-position: -3402px 0
}
.iti__flag.iti__mr {
height: 14px;
background-position: -3424px 0
}
.iti__flag.iti__ms {
height: 10px;
background-position: -3446px 0
}
.iti__flag.iti__mt {
height: 14px;
background-position: -3468px 0
}
.iti__flag.iti__mu {
height: 14px;
background-position: -3490px 0
}
.iti__flag.iti__mv {
height: 14px;
background-position: -3512px 0
}
.iti__flag.iti__mw {
height: 14px;
background-position: -3534px 0
}
.iti__flag.iti__mx {
height: 12px;
background-position: -3556px 0
}
.iti__flag.iti__my {
height: 10px;
background-position: -3578px 0
}
.iti__flag.iti__mz {
height: 14px;
background-position: -3600px 0
}
.iti__flag.iti__na {
height: 14px;
background-position: -3622px 0
}
.iti__flag.iti__nc {
height: 10px;
background-position: -3644px 0
}
.iti__flag.iti__ne {
height: 15px;
background-position: -3666px 0
}
.iti__flag.iti__nf {
height: 10px;
background-position: -3686px 0
}
.iti__flag.iti__ng {
height: 10px;
background-position: -3708px 0
}
.iti__flag.iti__ni {
height: 12px;
background-position: -3730px 0
}
.iti__flag.iti__nl {
height: 14px;
background-position: -3752px 0
}
.iti__flag.iti__no {
height: 15px;
background-position: -3774px 0
}
.iti__flag.iti__np {
height: 15px;
background-position: -3796px 0
}
.iti__flag.iti__nr {
height: 10px;
background-position: -3811px 0
}
.iti__flag.iti__nu {
height: 10px;
background-position: -3833px 0
}
.iti__flag.iti__nz {
height: 10px;
background-position: -3855px 0
}
.iti__flag.iti__om {
height: 10px;
background-position: -3877px 0
}
.iti__flag.iti__pa {
height: 14px;
background-position: -3899px 0
}
.iti__flag.iti__pe {
height: 14px;
background-position: -3921px 0
}
.iti__flag.iti__pf {
height: 14px;
background-position: -3943px 0
}
.iti__flag.iti__pg {
height: 15px;
background-position: -3965px 0
}
.iti__flag.iti__ph {
height: 10px;
background-position: -3987px 0
}
.iti__flag.iti__pk {
height: 14px;
background-position: -4009px 0
}
.iti__flag.iti__pl {
height: 13px;
background-position: -4031px 0
}
.iti__flag.iti__pm {
height: 14px;
background-position: -4053px 0
}
.iti__flag.iti__pn {
height: 10px;
background-position: -4075px 0
}
.iti__flag.iti__pr {
height: 14px;
background-position: -4097px 0
}
.iti__flag.iti__ps {
height: 10px;
background-position: -4119px 0
}
.iti__flag.iti__pt {
height: 14px;
background-position: -4141px 0
}
.iti__flag.iti__pw {
height: 13px;
background-position: -4163px 0
}
.iti__flag.iti__py {
height: 11px;
background-position: -4185px 0
}
.iti__flag.iti__qa {
height: 8px;
background-position: -4207px 0
}
.iti__flag.iti__re {
height: 14px;
background-position: -4229px 0
}
.iti__flag.iti__ro {
height: 14px;
background-position: -4251px 0
}
.iti__flag.iti__rs {
height: 14px;
background-position: -4273px 0
}
.iti__flag.iti__ru {
height: 14px;
background-position: -4295px 0
}
.iti__flag.iti__rw {
height: 14px;
background-position: -4317px 0
}
.iti__flag.iti__sa {
height: 14px;
background-position: -4339px 0
}
.iti__flag.iti__sb {
height: 10px;
background-position: -4361px 0
}
.iti__flag.iti__sc {
height: 10px;
background-position: -4383px 0
}
.iti__flag.iti__sd {
height: 10px;
background-position: -4405px 0
}
.iti__flag.iti__se {
height: 13px;
background-position: -4427px 0
}
.iti__flag.iti__sg {
height: 14px;
background-position: -4449px 0
}
.iti__flag.iti__sh {
height: 10px;
background-position: -4471px 0
}
.iti__flag.iti__si {
height: 10px;
background-position: -4493px 0
}
.iti__flag.iti__sj {
height: 15px;
background-position: -4515px 0
}
.iti__flag.iti__sk {
height: 14px;
background-position: -4537px 0
}
.iti__flag.iti__sl {
height: 14px;
background-position: -4559px 0
}
.iti__flag.iti__sm {
height: 15px;
background-position: -4581px 0
}
.iti__flag.iti__sn {
height: 14px;
background-position: -4603px 0
}
.iti__flag.iti__so {
height: 14px;
background-position: -4625px 0
}
.iti__flag.iti__sr {
height: 14px;
background-position: -4647px 0
}
.iti__flag.iti__ss {
height: 10px;
background-position: -4669px 0
}
.iti__flag.iti__st {
height: 10px;
background-position: -4691px 0
}
.iti__flag.iti__sv {
height: 12px;
background-position: -4713px 0
}
.iti__flag.iti__sx {
height: 14px;
background-position: -4735px 0
}
.iti__flag.iti__sy {
height: 14px;
background-position: -4757px 0
}
.iti__flag.iti__sz {
height: 14px;
background-position: -4779px 0
}
.iti__flag.iti__ta {
height: 10px;
background-position: -4801px 0
}
.iti__flag.iti__tc {
height: 10px;
background-position: -4823px 0
}
.iti__flag.iti__td {
height: 14px;
background-position: -4845px 0
}
.iti__flag.iti__tf {
height: 14px;
background-position: -4867px 0
}
.iti__flag.iti__tg {
height: 13px;
background-position: -4889px 0
}
.iti__flag.iti__th {
height: 14px;
background-position: -4911px 0
}
.iti__flag.iti__tj {
height: 10px;
background-position: -4933px 0
}
.iti__flag.iti__tk {
height: 10px;
background-position: -4955px 0
}
.iti__flag.iti__tl {
height: 10px;
background-position: -4977px 0
}
.iti__flag.iti__tm {
height: 14px;
background-position: -4999px 0
}
.iti__flag.iti__tn {
height: 14px;
background-position: -5021px 0
}
.iti__flag.iti__to {
height: 10px;
background-position: -5043px 0
}
.iti__flag.iti__tr {
height: 14px;
background-position: -5065px 0
}
.iti__flag.iti__tt {
height: 12px;
background-position: -5087px 0
}
.iti__flag.iti__tv {
height: 10px;
background-position: -5109px 0
}
.iti__flag.iti__tw {
height: 14px;
background-position: -5131px 0
}
.iti__flag.iti__tz {
height: 14px;
background-position: -5153px 0
}
.iti__flag.iti__ua {
height: 14px;
background-position: -5175px 0
}
.iti__flag.iti__ug {
height: 14px;
background-position: -5197px 0
}
.iti__flag.iti__um {
height: 11px;
background-position: -5219px 0
}
.iti__flag.iti__un {
height: 14px;
background-position: -5241px 0
}
.iti__flag.iti__us {
height: 11px;
background-position: -5263px 0
}
.iti__flag.iti__uy {
height: 14px;
background-position: -5285px 0
}
.iti__flag.iti__uz {
height: 10px;
background-position: -5307px 0
}
.iti__flag.iti__va {
height: 15px;
background-position: -5329px 0
}
.iti__flag.iti__vc {
height: 14px;
background-position: -5346px 0
}
.iti__flag.iti__ve {
height: 14px;
background-position: -5368px 0
}
.iti__flag.iti__vg {
height: 10px;
background-position: -5390px 0
}
.iti__flag.iti__vi {
height: 14px;
background-position: -5412px 0
}
.iti__flag.iti__vn {
height: 14px;
background-position: -5434px 0
}
.iti__flag.iti__vu {
height: 12px;
background-position: -5456px 0
}
.iti__flag.iti__wf {
height: 14px;
background-position: -5478px 0
}
.iti__flag.iti__ws {
height: 10px;
background-position: -5500px 0
}
.iti__flag.iti__xk {
height: 15px;
background-position: -5522px 0
}
.iti__flag.iti__ye {
height: 14px;
background-position: -5544px 0
}
.iti__flag.iti__yt {
height: 14px;
background-position: -5566px 0
}
.iti__flag.iti__za {
height: 14px;
background-position: -5588px 0
}
.iti__flag.iti__zm {
height: 14px;
background-position: -5610px 0
}
.iti__flag.iti__zw {
height: 10px;
background-position: -5632px 0
}
.iti__flag {
height: 15px;
box-shadow: 0 0 1px 0 #888;
background-image: url(../img/flags.png);
background-repeat: no-repeat;
background-color: #dbdbdb;
background-position: 20px 0
}
@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
.iti__flag {
background-image: url(../img/flags@2x.png)
}
}
.iti__flag.iti__np {
background-color: transparent
}
/*!
* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2019 <NAME>
*/
@-webkit-keyframes bounce {
0%,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0)
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0)
}
}
@keyframes bounce {
0%,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0)
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0)
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
@-webkit-keyframes flash {
0%,
50%,
to {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
@keyframes flash {
0%,
50%,
to {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1)
}
40% {
-webkit-transform: scale3d(.75, 1.25, 1);
transform: scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .85, 1)
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1)
}
40% {
-webkit-transform: scale3d(.75, 1.25, 1);
transform: scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .85, 1)
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand
}
@-webkit-keyframes shake {
0%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
}
@keyframes shake {
0%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg)
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg)
}
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg)
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg)
}
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
transform: scale3d(.9, .9, .9) rotate(-3deg)
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes tada {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
transform: scale3d(.9, .9, .9) rotate(-3deg)
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
transform: translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
transform: translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
transform: translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
transform: translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
transform: translate3d(-5%, 0, 0) rotate(-1deg)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes wobble {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
transform: translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
transform: translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
transform: translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
transform: translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
transform: translate3d(-5%, 0, 0) rotate(-1deg)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble
}
@-webkit-keyframes jello {
0%,
11.1%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform: skewX(.390625deg) skewY(.390625deg);
transform: skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}
@keyframes jello {
0%,
11.1%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform: skewX(.390625deg) skewY(.390625deg);
transform: skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
28% {
-webkit-transform: scale(1);
transform: scale(1)
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
70% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
28% {
-webkit-transform: scale(1);
transform: scale(1)
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
70% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
@-webkit-keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.bounceIn {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0)
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInDown {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0)
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0)
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInLeft {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0)
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0)
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInRight {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0)
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInUp {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
}
.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes fadeOut {
0% {
opacity: 1
}
to {
opacity: 0
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
@keyframes fadeOutRight {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
40% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
50% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
to {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
40% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
50% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
to {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
.flipInX {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
-webkit-animation-name: flipInX;
animation-name: flipInX
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
transform: perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
transform: perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
.flipInY {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
-webkit-animation-name: flipInY;
animation-name: flipInY
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}
.flipOutX {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
transform: perspective(400px) rotateY(-15deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
transform: perspective(400px) rotateY(-15deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}
.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
20%,
60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
40%,
80% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
20%,
60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
40%,
80% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge
}
@-webkit-keyframes jackInTheBox {
0% {
opacity: 0;
-webkit-transform: scale(.1) rotate(30deg);
transform: scale(.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg)
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes jackInTheBox {
0% {
opacity: 0;
-webkit-transform: scale(.1) rotate(30deg);
transform: scale(.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg)
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
transform: translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
transform: translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
transform: translate3d(100%, 0, 0) rotate(120deg)
}
}
@keyframes rollOut {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
transform: translate3d(100%, 0, 0) rotate(120deg)
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
50% {
opacity: 1
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
50% {
opacity: 1
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
to {
opacity: 0
}
}
@keyframes zoomOut {
0% {
opacity: 1
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
to {
opacity: 0
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s
}
.animated.fast {
-webkit-animation-duration: .8s;
animation-duration: .8s
}
.animated.faster {
-webkit-animation-duration: .5s;
animation-duration: .5s
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s
}
@media (prefers-reduced-motion:reduce),
(print) {
.animated {
-webkit-animation-duration: 1ms!important;
animation-duration: 1ms!important;
-webkit-transition-duration: 1ms!important;
transition-duration: 1ms!important;
-webkit-animation-iteration-count: 1!important;
animation-iteration-count: 1!important
}
}
/*js social*/
.jssocials-shares {
margin: .2em 0
}
.jssocials-shares * {
box-sizing: border-box
}
.jssocials-share {
display: inline-block;
vertical-align: top;
margin: .3em .6em .3em 0
}
.jssocials-share:last-child {
margin-right: 0
}
.jssocials-share-logo {
width: 1em;
vertical-align: middle;
font-size: 1.5em
}
img.jssocials-share-logo {
width: auto;
height: 1em
}
.jssocials-share-link {
display: inline-block;
text-align: center;
text-decoration: none;
line-height: 1
}
.jssocials-share-link.jssocials-share-link-count {
padding-top: .2em
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
display: block;
font-size: .6em;
margin: 0 -.5em -.8em -.5em
}
.jssocials-share-link.jssocials-share-no-count {
padding-top: .5em
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
height: 1em
}
.jssocials-share-label {
padding-left: .3em;
vertical-align: middle
}
.jssocials-share-count-box {
display: inline-block;
height: 1.5em;
padding: 0 .3em;
line-height: 1;
vertical-align: middle;
cursor: default
}
.jssocials-share-count-box.jssocials-share-no-count {
display: none
}
.jssocials-share-count {
line-height: 1.5em;
vertical-align: middle
}
.jssocials-share-twitter .jssocials-share-link {
background: #00aced
}
.jssocials-share-twitter .jssocials-share-link:hover {
background: #0087ba
}
.jssocials-share-facebook .jssocials-share-link {
background: #3b5998
}
.jssocials-share-facebook .jssocials-share-link:hover {
background: #2d4373
}
.jssocials-share-googleplus .jssocials-share-link {
background: #dd4b39
}
.jssocials-share-googleplus .jssocials-share-link:hover {
background: #c23321
}
.jssocials-share-linkedin .jssocials-share-link {
background: #007bb6
}
.jssocials-share-linkedin .jssocials-share-link:hover {
background: #005983
}
.jssocials-share-pinterest .jssocials-share-link {
background: #cb2027
}
.jssocials-share-pinterest .jssocials-share-link:hover {
background: #9f191f
}
.jssocials-share-email .jssocials-share-link {
background: #3490f3
}
.jssocials-share-email .jssocials-share-link:hover {
background: #0e76e6
}
.jssocials-share-stumbleupon .jssocials-share-link {
background: #eb4823
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
background: #c93412
}
.jssocials-share-whatsapp .jssocials-share-link {
background: #29a628
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
background: #1f7d1e
}
.jssocials-share-telegram .jssocials-share-link {
background: #2ca5e0
}
.jssocials-share-telegram .jssocials-share-link:hover {
background: #1c88bd
}
.jssocials-share-line .jssocials-share-link {
background: #25af00
}
.jssocials-share-line .jssocials-share-link:hover {
background: #1a7c00
}
.jssocials-share-viber .jssocials-share-link {
background: #7b519d
}
.jssocials-share-viber .jssocials-share-link:hover {
background: #61407b
}
.jssocials-share-pocket .jssocials-share-link {
background: #ef4056
}
.jssocials-share-pocket .jssocials-share-link:hover {
background: #e9132e
}
.jssocials-share-messenger .jssocials-share-link {
background: #0084ff
}
.jssocials-share-messenger .jssocials-share-link:hover {
background: #006acc
}
.jssocials-share-vkontakte .jssocials-share-link {
background: #45668e
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
background: #344d6c
}
.jssocials-share-link {
padding: .5em .6em;
color: #fff;
-webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
transition: background .2s ease-in-out, border-color .2s ease-in-out
}
.jssocials-share-link:active,
.jssocials-share-link:focus,
.jssocials-share-link:hover {
color: #fff
}
.jssocials-share-count-box {
position: relative;
height: 2.5em;
padding: 0 .3em;
margin-left: .3em;
background: #f5f5f5;
-webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
transition: background .2s ease-in-out, border-color .2s ease-in-out
}
.jssocials-share-count-box:hover {
background: #dcdcdc
}
.jssocials-share-count-box:hover:after {
border-color: transparent #dcdcdc transparent transparent
}
.jssocials-share-count-box:after {
content: "";
display: block;
position: absolute;
top: .85em;
left: -.3em;
width: 0;
height: 0;
border-width: .4em .4em .4em 0;
border-style: solid;
border-color: transparent #f5f5f5 transparent transparent;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
transition: background .2s ease-in-out, border-color .2s ease-in-out
}
.jssocials-share-count-box .jssocials-share-count {
line-height: 2.5em;
color: #444
}
/*!
* Timepicker Component for Twitter Bootstrap
*
* Copyright 2013 <NAME>
*
* Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
.bootstrap-timepicker {
position: relative
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
left: auto;
right: 0
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
left: auto;
right: 12px
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
left: auto;
right: 13px
}
.bootstrap-timepicker .input-group-addon {
cursor: pointer
}
.bootstrap-timepicker .input-group-addon i {
display: inline-block;
width: 16px;
height: 16px
}
.bootstrap-timepicker-widget.dropdown-menu {
padding: 4px
}
.bootstrap-timepicker-widget.dropdown-menu.open {
display: inline-block
}
.bootstrap-timepicker-widget.dropdown-menu:before {
border-bottom: 7px solid rgba(0, 0, 0, 0.2);
border-left: 7px solid transparent;
border-right: 7px solid transparent;
content: "";
display: inline-block;
position: absolute
}
.bootstrap-timepicker-widget.dropdown-menu:after {
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
content: "";
display: inline-block;
position: absolute
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
left: 6px
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
left: 7px
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
right: 6px
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
right: 7px
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
top: -7px
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
top: -6px
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
border-radius: 4px
}
.bootstrap-timepicker-widget table {
width: 100%;
margin: 0
}
.bootstrap-timepicker-widget table td {
text-align: center;
height: 30px;
margin: 0;
padding: 2px
}
.bootstrap-timepicker-widget table td:not(.separator) {
min-width: 30px
}
.bootstrap-timepicker-widget table td span {
width: 100%
}
.bootstrap-timepicker-widget table td a {
border: 1px transparent solid;
width: 100%;
display: inline-block;
margin: 0;
padding: 8px 0;
outline: 0;
color: #333
}
.bootstrap-timepicker-widget table td a:hover {
text-decoration: none;
background-color: #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border-color: #ddd
}
.bootstrap-timepicker-widget table td a i {
margin-top: 2px;
font-size: 18px
}
.bootstrap-timepicker-widget table td input {
width: 25px;
margin: 0;
text-align: center
}
.bootstrap-timepicker-widget .modal-content {
padding: 4px
}
@media(min-width:767px) {
.bootstrap-timepicker-widget.modal {
width: 200px;
margin-left: -100px
}
}
@media(max-width:767px) {
.bootstrap-timepicker {
width: 100%
}
.bootstrap-timepicker .dropdown-menu {
width: 100%
}
} | 0.767908 | 0.08152 |
:host {
--countdown-timer-display: none;
--time-display: initial;
}
app-header-layout {
background-color: var(--primary-background-color);
}
app-header {
text-align: center;
}
app-toolbar ha-menu-button + [main-title] {
margin-left: -50px;
}
#container ::slotted(.content) {
padding: 15px;
}
.shake{
animation: shake linear 1s;
animation-iteration-count: 1;
transform-origin: 50% 50%;
-webkit-animation: shake linear 1s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-moz-animation: shake linear 1s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-o-animation: shake linear 1s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-ms-animation: shake linear 1s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
}
ha-label-badge {
--ha-label-badge-color: rgb(223, 76, 30);
}
:host ::slotted(.badge-container.ha-label-badge) {
margin: 0px 12px;
}
.actions {
margin-left: 20px;
@apply(--layout-self-center);
}
.box {
padding-top: 10px;
padding-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; /* align horizontal */
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; /* align vertical */
}
.box-outer {
margin-bottom: 10px;
background-color: var(--paper-card-background-color);
border-radius: 3px;
@apply(--shadow-elevation-4dp);
}
.box-inner {
opacity: var(--dark-primary-opacity);
padding: 15px;
margin-right: 15px;
}
.box-sensors {
width: 100%;
}
.box-outer .title, .statecard .title {
font-size: large;
background-color: var(--primary-color);
text-align: center;
font-weight: 400;
color: white;
padding: 15px 0px;
}
.summary {
margin: 0px auto 0px;
text-align: center;
}
/* xs < 768 */
@media screen and (max-width: 767px) {
.sign {
font-size: x-large;
}
#hour, #minute, #middle {
font-size: xx-large;
}
#meridiem {
font-size: 10px;
margin-left: -20px;
margin-right: 3px;
}
#weather-icon img {
width: 40px;
}
.weather {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.vLayout {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
div.arm paper-button {
margin-bottom: 10px;
}
}
/* sm */
@media screen and (min-width: 768px) {
.sign {
font-size: xx-large;
}
#meridiem {
font-size: small;
margin-left: -29px;
}
#weather-icon img {
width: 70px;
}
.box-outer {
margin-left: 5px;
margin-right: 5px;
}
.vLayout {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
/* md */
@media screen and (min-width: 992px) {
}
/* lg */
@media screen and (min-width: 1200px) {
}
.sign {
margin-left: -20px;
}
.ok {
color: green;
}
.warning {
color: orange;
}
.danger {
color: red;
}
.name .active {
color: red;
}
div.box-header {
width: 33%;
}
div.countdown-timer {
display: var(--countdown-timer-display);
}
div.code {
text-transform: capitalize;
padding-top: 23px;
}
#code-display {
margin-top: 15px;
margin-bottom: -10px;
height: 20px;
font-size: xx-large;
letter-spacing: 5px;
}
div.code iron-label {
font-size: x-large;
}
paper-button {
background: #6b8d9c;
color: #ffffff;
}
div.arm paper-button {
width: 100%;
height: 100px;
text-align: center;
}
div.arm paper-button.big {
width: 68%;
}
div.arm paper-button.little {
width: 28%;
}
div.digits paper-button{
width: calc(25%);
height: 77px;
margin-top: 4px;
background: var(--primary-color);
color: var(--primary-background-color);
opacity: 0.9;
}
div.options {
padding-top: 10px;
}
div.options paper-button{
width: 96.5%;
}
.tappable {
cursor: pointer;
margin-top: 2px;
font-size: 1.2em;
}
#time {
color: var( --primary-color);
text-shadow: 1px 1px #6b8d9b;
display: var(--time-display);
font-size: xx-large;
}
#middle {
text-align: center;
padding-left: 8px;
/* margin-right: -5px; */
}
#meridiem {
display: inline-block;
vertical-align: middle;
line-height: normal;
height: 100%;
color: #6b8d9b;
}
#weather {
color: var( --primary-color);
}
#weather-icon img {
color: var(--paper-card-background-color);
text-align: center;
}
#weather-icon {
height: 100%;
}
.weather-summary span {
display: inline-block;
vertical-align: middle;
line-height: normal;
font-weight: bolder;
margin-left: 5px;
padding-right: 5px;
text-align: center;
height: 100%;
font-family: 'Lobster';
}
#main-title-bar{
display: -webkit-box;
display: -ms-flexbox;
display: flex; /* establish flex container */
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; /* default value; can be omitted */
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; /* default value; can be omitted */
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; /* switched from default (flex-start, see below) */
width: 100%;
}
#main-title-bar div{
}
#main-title-text{
width: 100%;
/* position: absolute; */
margin-left: -35px;
}
/*#settings-icon{
width: 5%;
}
#settings-icon button {
}
#settings{
height: calc(100vh - 64px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
text-align: center;
}
#settings-title {
width: 50%;
line-height: calc(100vh - 64px);
color: var(--primary-color);
font-size: 70px;
text-shadow: 3px 3px #6b8d9b;
}
#settings-menu {
width: 50%;
background-color: var(--primary-color);
}
.onoffswitch {
position: relative;
width: 90px;
margin-bottom: 25px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #999999;
border-radius: 20px;
}
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
-webkit-transition:
margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "ON";
padding-left: 10px;
background-color: var(--primary-color); color: #FFFFFF;
text-align: left;
}
.onoffswitch-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #EEEEEE; color: #999999;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 22px; margin: 4px;
background: #FFFFFF;
position: absolute; top: 0; bottom: 0;
right: 56px;
border: 2px solid #999999; border-radius: 20px;
-webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
.blur {
-webkit-filter: blur(10px);
filter: blur(10px);
}
button {
border-width: 0;
color: white;
}*/
.hide-bar {
margin-top: -64px;
height: calc(100vh + 64px);
}
.view {
position: relative;
top: 24vh;
left: 0;
right: 0;
bottom: 0;
-webkit-perspective: 400;
perspective: 400;
}
/*.plane {
width: 120px;
height: 120px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.plane.main {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transform: rotateX(60deg) rotateZ(-30deg);
transform: rotateX(60deg) rotateZ(-30deg);
-webkit-animation: rotate 20s infinite linear;
animation: rotate 20s infinite linear;
}
.plane.main .circle {
width: 120px;
height: 120px;
position: absolute;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
border-radius: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 60px white, inset 0 0 60px white;
box-shadow: 0 0 60px white, inset 0 0 60px var(--primary-color);
}
.plane.main .circle:nth-child(1) {
-webkit-transform: rotateZ(72deg) rotateX(63.435deg);
transform: rotateZ(72deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(2) {
-webkit-transform: rotateZ(144deg) rotateX(63.435deg);
transform: rotateZ(144deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(3) {
-webkit-transform: rotateZ(216deg) rotateX(63.435deg);
transform: rotateZ(216deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(4) {
-webkit-transform: rotateZ(288deg) rotateX(63.435deg);
transform: rotateZ(288deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(5) {
-webkit-transform: rotateZ(360deg) rotateX(63.435deg);
transform: rotateZ(360deg) rotateX(63.435deg);
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
transform: rotateX(0) rotateY(0) rotateZ(0);
}
100% {
-webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
}
}
@keyframes rotate {
0% {
-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
transform: rotateX(0) rotateY(0) rotateZ(0);
}
100% {
-webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
}
}*/
#codepanel {
overflow: hidden;
}
#codepanel.slidedown {
-webkit-animation: slideout 1.75s;
animation: slideout 1.75s;
}
#codepanel.slideup {
-webkit-animation: slidein 1.75s;
animation: slidein 1.75s;
max-height: 0px;
}
@-webkit-keyframes slideout{
from{
max-height:0;
}
to{
max-height: 320px;
}
}
@keyframes slideout{
from{
max-height:0;
}
to{
max-height: 320px;
}
}
@-webkit-keyframes slidein{
from{
max-height: 320px;
}
to{
max-height: 0px;
}
}
@keyframes slidein{
from{
max-height: 320px;
}
to{
max-height: 0px;
}
}
@-webkit-keyframes shake{
0% {
-webkit-transform: translate(0px,0px) ;
}
10% {
-webkit-transform: translate(-10px,0px) ;
}
20% {
-webkit-transform: translate(10px,0px) ;
}
30% {
-webkit-transform: translate(-10px,0px) ;
}
40% {
-webkit-transform: translate(10px,0px) ;
}
50% {
-webkit-transform: translate(-10px,0px) ;
}
60% {
-webkit-transform: translate(10px,0px) ;
}
70% {
-webkit-transform: translate(-10px,0px) ;
}
80% {
-webkit-transform: translate(10px,0px) ;
}
90% {
-webkit-transform: translate(-10px,0px) ;
}
100% {
-webkit-transform: translate(0px,0px) ;
}
}
@keyframes shake{
0% {
transform: translate(0px,0px) ;
}
10% {
transform: translate(-10px,0px) ;
}
20% {
transform: translate(10px,0px) ;
}
30% {
transform: translate(-10px,0px) ;
}
40% {
transform: translate(10px,0px) ;
}
50% {
transform: translate(-10px,0px) ;
}
60% {
transform: translate(10px,0px) ;
}
70% {
transform: translate(-10px,0px) ;
}
80% {
transform: translate(10px,0px) ;
}
90% {
transform: translate(-10px,0px) ;
}
100% {
transform: translate(0px,0px) ;
}
}
/*#eyecandy {
height: 100vh;
background: -webkit-gradient(linear, right top, left top, from(#050505), color-stop(#15305d), to(#4f5258));
background: -webkit-linear-gradient(right, #050505, #15305d, #4f5258);
background: -o-linear-gradient(right, #050505, #15305d, #4f5258);
background: linear-gradient(270deg, #050505, #15305d, #4f5258);
background-size: 400% 400%;
-webkit-animation: backgroundAnimation 30s ease infinite;
animation: backgroundAnimation 30s ease infinite;
}
@-webkit-keyframes backgroundAnimation {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes backgroundAnimation {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
.ecTitleDiv {
padding-top: 15vh;
}
.ecTitle {
display: block;
margin-bottom: 10px;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size: -webkit-xxx-large;
text-align: center;
text-transform: uppercase;
text-rendering: optimizeLegibility;
color: #e0dfdc;
letter-spacing: .1em;
text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10 px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}
.ecAlarm {
margin-bottom: 10px;
padding-top: 55vh;
}
.ecAlarm, .ecWeather, .ecTime {
display: block;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size: xx-large;
text-align: center;
text-transform: uppercase;
text-rendering: optimizeLegibility;
color: #e0dfdc;
letter-spacing: .1em;
}
.ecTime, .ecWeather {
position: fixed;
margin-top: 25vh;
}
.ecTime {
margin-left: 15vw;
}
.ecWeather {
margin-left: 75vw;
}*/
.remove {
display: none !important;
}
#info{
position: fixed;
bottom: 50px;
right: 50px;
bottom: 15px;
right: 15px;
}
#info paper-icon-button[type="button"] {
color: #6b8d9c;
height: 50px;
width: 50px;
}
.notification {
position: fixed;
bottom: 15px;
right: 15px;
width: 300px;
background: #666;
text-align: center;
padding: 10px;
color: white;
font-family: sans-serif;
border-radius: 15px;
box-shadow: 3px 4px 5px rgba(102, 102, 102, 0.3);
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
from {
display: none;
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
display: none;
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
display: block;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
display: block;
}
50% {
opacity: 0;
display: none;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
display: block;
}
50% {
opacity: 0;
display: none;
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
/* Text styling */
.notification h3 {
margin: 20px 0 0 0;
}
.notification p {
margin: 0;
font-size: 0.8em;
}
/* Button styling */
.notification paper-button[type="button"] {
padding: 8px 60px;
background: var(--primary-color);
border: 0px;
border-radius: 10px;
font-size: 1.4em;
color: #333;
margin: 20px;
font-weight: 600;
letter-spacing: 2px;
}
.notification paper-button[type="button"]:hover {
background: #fff;
transition: background 0.15s ease-in;
} | www/alarm/alarm.css | :host {
--countdown-timer-display: none;
--time-display: initial;
}
app-header-layout {
background-color: var(--primary-background-color);
}
app-header {
text-align: center;
}
app-toolbar ha-menu-button + [main-title] {
margin-left: -50px;
}
#container ::slotted(.content) {
padding: 15px;
}
.shake{
animation: shake linear 1s;
animation-iteration-count: 1;
transform-origin: 50% 50%;
-webkit-animation: shake linear 1s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-moz-animation: shake linear 1s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-o-animation: shake linear 1s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-ms-animation: shake linear 1s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
}
ha-label-badge {
--ha-label-badge-color: rgb(223, 76, 30);
}
:host ::slotted(.badge-container.ha-label-badge) {
margin: 0px 12px;
}
.actions {
margin-left: 20px;
@apply(--layout-self-center);
}
.box {
padding-top: 10px;
padding-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; /* align horizontal */
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; /* align vertical */
}
.box-outer {
margin-bottom: 10px;
background-color: var(--paper-card-background-color);
border-radius: 3px;
@apply(--shadow-elevation-4dp);
}
.box-inner {
opacity: var(--dark-primary-opacity);
padding: 15px;
margin-right: 15px;
}
.box-sensors {
width: 100%;
}
.box-outer .title, .statecard .title {
font-size: large;
background-color: var(--primary-color);
text-align: center;
font-weight: 400;
color: white;
padding: 15px 0px;
}
.summary {
margin: 0px auto 0px;
text-align: center;
}
/* xs < 768 */
@media screen and (max-width: 767px) {
.sign {
font-size: x-large;
}
#hour, #minute, #middle {
font-size: xx-large;
}
#meridiem {
font-size: 10px;
margin-left: -20px;
margin-right: 3px;
}
#weather-icon img {
width: 40px;
}
.weather {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.vLayout {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
div.arm paper-button {
margin-bottom: 10px;
}
}
/* sm */
@media screen and (min-width: 768px) {
.sign {
font-size: xx-large;
}
#meridiem {
font-size: small;
margin-left: -29px;
}
#weather-icon img {
width: 70px;
}
.box-outer {
margin-left: 5px;
margin-right: 5px;
}
.vLayout {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
/* md */
@media screen and (min-width: 992px) {
}
/* lg */
@media screen and (min-width: 1200px) {
}
.sign {
margin-left: -20px;
}
.ok {
color: green;
}
.warning {
color: orange;
}
.danger {
color: red;
}
.name .active {
color: red;
}
div.box-header {
width: 33%;
}
div.countdown-timer {
display: var(--countdown-timer-display);
}
div.code {
text-transform: capitalize;
padding-top: 23px;
}
#code-display {
margin-top: 15px;
margin-bottom: -10px;
height: 20px;
font-size: xx-large;
letter-spacing: 5px;
}
div.code iron-label {
font-size: x-large;
}
paper-button {
background: #6b8d9c;
color: #ffffff;
}
div.arm paper-button {
width: 100%;
height: 100px;
text-align: center;
}
div.arm paper-button.big {
width: 68%;
}
div.arm paper-button.little {
width: 28%;
}
div.digits paper-button{
width: calc(25%);
height: 77px;
margin-top: 4px;
background: var(--primary-color);
color: var(--primary-background-color);
opacity: 0.9;
}
div.options {
padding-top: 10px;
}
div.options paper-button{
width: 96.5%;
}
.tappable {
cursor: pointer;
margin-top: 2px;
font-size: 1.2em;
}
#time {
color: var( --primary-color);
text-shadow: 1px 1px #6b8d9b;
display: var(--time-display);
font-size: xx-large;
}
#middle {
text-align: center;
padding-left: 8px;
/* margin-right: -5px; */
}
#meridiem {
display: inline-block;
vertical-align: middle;
line-height: normal;
height: 100%;
color: #6b8d9b;
}
#weather {
color: var( --primary-color);
}
#weather-icon img {
color: var(--paper-card-background-color);
text-align: center;
}
#weather-icon {
height: 100%;
}
.weather-summary span {
display: inline-block;
vertical-align: middle;
line-height: normal;
font-weight: bolder;
margin-left: 5px;
padding-right: 5px;
text-align: center;
height: 100%;
font-family: 'Lobster';
}
#main-title-bar{
display: -webkit-box;
display: -ms-flexbox;
display: flex; /* establish flex container */
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; /* default value; can be omitted */
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; /* default value; can be omitted */
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; /* switched from default (flex-start, see below) */
width: 100%;
}
#main-title-bar div{
}
#main-title-text{
width: 100%;
/* position: absolute; */
margin-left: -35px;
}
/*#settings-icon{
width: 5%;
}
#settings-icon button {
}
#settings{
height: calc(100vh - 64px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
text-align: center;
}
#settings-title {
width: 50%;
line-height: calc(100vh - 64px);
color: var(--primary-color);
font-size: 70px;
text-shadow: 3px 3px #6b8d9b;
}
#settings-menu {
width: 50%;
background-color: var(--primary-color);
}
.onoffswitch {
position: relative;
width: 90px;
margin-bottom: 25px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #999999;
border-radius: 20px;
}
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
-webkit-transition:
margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "ON";
padding-left: 10px;
background-color: var(--primary-color); color: #FFFFFF;
text-align: left;
}
.onoffswitch-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #EEEEEE; color: #999999;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 22px; margin: 4px;
background: #FFFFFF;
position: absolute; top: 0; bottom: 0;
right: 56px;
border: 2px solid #999999; border-radius: 20px;
-webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
.blur {
-webkit-filter: blur(10px);
filter: blur(10px);
}
button {
border-width: 0;
color: white;
}*/
.hide-bar {
margin-top: -64px;
height: calc(100vh + 64px);
}
.view {
position: relative;
top: 24vh;
left: 0;
right: 0;
bottom: 0;
-webkit-perspective: 400;
perspective: 400;
}
/*.plane {
width: 120px;
height: 120px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.plane.main {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transform: rotateX(60deg) rotateZ(-30deg);
transform: rotateX(60deg) rotateZ(-30deg);
-webkit-animation: rotate 20s infinite linear;
animation: rotate 20s infinite linear;
}
.plane.main .circle {
width: 120px;
height: 120px;
position: absolute;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
border-radius: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 60px white, inset 0 0 60px white;
box-shadow: 0 0 60px white, inset 0 0 60px var(--primary-color);
}
.plane.main .circle:nth-child(1) {
-webkit-transform: rotateZ(72deg) rotateX(63.435deg);
transform: rotateZ(72deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(2) {
-webkit-transform: rotateZ(144deg) rotateX(63.435deg);
transform: rotateZ(144deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(3) {
-webkit-transform: rotateZ(216deg) rotateX(63.435deg);
transform: rotateZ(216deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(4) {
-webkit-transform: rotateZ(288deg) rotateX(63.435deg);
transform: rotateZ(288deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(5) {
-webkit-transform: rotateZ(360deg) rotateX(63.435deg);
transform: rotateZ(360deg) rotateX(63.435deg);
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
transform: rotateX(0) rotateY(0) rotateZ(0);
}
100% {
-webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
}
}
@keyframes rotate {
0% {
-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
transform: rotateX(0) rotateY(0) rotateZ(0);
}
100% {
-webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
}
}*/
#codepanel {
overflow: hidden;
}
#codepanel.slidedown {
-webkit-animation: slideout 1.75s;
animation: slideout 1.75s;
}
#codepanel.slideup {
-webkit-animation: slidein 1.75s;
animation: slidein 1.75s;
max-height: 0px;
}
@-webkit-keyframes slideout{
from{
max-height:0;
}
to{
max-height: 320px;
}
}
@keyframes slideout{
from{
max-height:0;
}
to{
max-height: 320px;
}
}
@-webkit-keyframes slidein{
from{
max-height: 320px;
}
to{
max-height: 0px;
}
}
@keyframes slidein{
from{
max-height: 320px;
}
to{
max-height: 0px;
}
}
@-webkit-keyframes shake{
0% {
-webkit-transform: translate(0px,0px) ;
}
10% {
-webkit-transform: translate(-10px,0px) ;
}
20% {
-webkit-transform: translate(10px,0px) ;
}
30% {
-webkit-transform: translate(-10px,0px) ;
}
40% {
-webkit-transform: translate(10px,0px) ;
}
50% {
-webkit-transform: translate(-10px,0px) ;
}
60% {
-webkit-transform: translate(10px,0px) ;
}
70% {
-webkit-transform: translate(-10px,0px) ;
}
80% {
-webkit-transform: translate(10px,0px) ;
}
90% {
-webkit-transform: translate(-10px,0px) ;
}
100% {
-webkit-transform: translate(0px,0px) ;
}
}
@keyframes shake{
0% {
transform: translate(0px,0px) ;
}
10% {
transform: translate(-10px,0px) ;
}
20% {
transform: translate(10px,0px) ;
}
30% {
transform: translate(-10px,0px) ;
}
40% {
transform: translate(10px,0px) ;
}
50% {
transform: translate(-10px,0px) ;
}
60% {
transform: translate(10px,0px) ;
}
70% {
transform: translate(-10px,0px) ;
}
80% {
transform: translate(10px,0px) ;
}
90% {
transform: translate(-10px,0px) ;
}
100% {
transform: translate(0px,0px) ;
}
}
/*#eyecandy {
height: 100vh;
background: -webkit-gradient(linear, right top, left top, from(#050505), color-stop(#15305d), to(#4f5258));
background: -webkit-linear-gradient(right, #050505, #15305d, #4f5258);
background: -o-linear-gradient(right, #050505, #15305d, #4f5258);
background: linear-gradient(270deg, #050505, #15305d, #4f5258);
background-size: 400% 400%;
-webkit-animation: backgroundAnimation 30s ease infinite;
animation: backgroundAnimation 30s ease infinite;
}
@-webkit-keyframes backgroundAnimation {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes backgroundAnimation {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
.ecTitleDiv {
padding-top: 15vh;
}
.ecTitle {
display: block;
margin-bottom: 10px;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size: -webkit-xxx-large;
text-align: center;
text-transform: uppercase;
text-rendering: optimizeLegibility;
color: #e0dfdc;
letter-spacing: .1em;
text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10 px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}
.ecAlarm {
margin-bottom: 10px;
padding-top: 55vh;
}
.ecAlarm, .ecWeather, .ecTime {
display: block;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size: xx-large;
text-align: center;
text-transform: uppercase;
text-rendering: optimizeLegibility;
color: #e0dfdc;
letter-spacing: .1em;
}
.ecTime, .ecWeather {
position: fixed;
margin-top: 25vh;
}
.ecTime {
margin-left: 15vw;
}
.ecWeather {
margin-left: 75vw;
}*/
.remove {
display: none !important;
}
#info{
position: fixed;
bottom: 50px;
right: 50px;
bottom: 15px;
right: 15px;
}
#info paper-icon-button[type="button"] {
color: #6b8d9c;
height: 50px;
width: 50px;
}
.notification {
position: fixed;
bottom: 15px;
right: 15px;
width: 300px;
background: #666;
text-align: center;
padding: 10px;
color: white;
font-family: sans-serif;
border-radius: 15px;
box-shadow: 3px 4px 5px rgba(102, 102, 102, 0.3);
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
from {
display: none;
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
display: none;
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
display: block;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
display: block;
}
50% {
opacity: 0;
display: none;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
display: block;
}
50% {
opacity: 0;
display: none;
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
/* Text styling */
.notification h3 {
margin: 20px 0 0 0;
}
.notification p {
margin: 0;
font-size: 0.8em;
}
/* Button styling */
.notification paper-button[type="button"] {
padding: 8px 60px;
background: var(--primary-color);
border: 0px;
border-radius: 10px;
font-size: 1.4em;
color: #333;
margin: 20px;
font-weight: 600;
letter-spacing: 2px;
}
.notification paper-button[type="button"]:hover {
background: #fff;
transition: background 0.15s ease-in;
} | 0.405213 | 0.085901 |
html{
height: 100%;
background: radial-gradient(circle, #fff, #ccc);
}
#container{
height: 400px;
width: 550px;
background-color: #9DD2EA;
margin: 100px auto;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 4px 0px 0px #009DE4;
/*box-shadow: [horizontal offset] [vertical offest] [blur radius]
[optional spread radius] [color]*/
position: relative;
}
#score{
background-color: #F1FF92;
padding: 11px;
color: #888E5F;
position: absolute;
left: 500px;
box-shadow: 0px 4px 0px 0px #9DA853;
}
#correct{
background-color: #42E252;
position: absolute;
padding: 11px;
color: white;
left: 260px;
display: none;
}
#wrong{
background-color: #DE401A;
position: absolute;
padding: 11px;
color: white;
left: 250px;
display: none;
}
#medal{
position: absolute;
padding: 11px;
color: white;
left: px;
display: none;
background: white url(images/medal.jpg) right center no-repeat;
}
#question{
width: 450px;
height: 150px;
margin: 50px auto 10px auto;
background-color: #9DA0EA;
box-shadow: 0px 4px #535AA8;
font-size: 100px;
text-align: center;
font-family: cursive, sans-serif;
}
#instruction{
width: 450px;
height: 50px;
background-color: #B481D9;
margin: 10px auto 10px auto;
text-align: center;
line-height: 45px;
box-shadow: 0px 4px #8153A8;
}
#choices{
height: 100px;
width: 450px;
margin: 5px auto 5px auto;
}
.box{
height:85px;
width: 85px;
background-color: white;
float: left;
margin-right: 36.5px;
border-radius: 3px;
cursor: pointer;
box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
text-align: center;
line-height: 80px;
position: relative;
transition: all 0.2s;/*eso es como el delay para que haga la accion*/
}
/*agregando hover funcion*/
.box:hover, #startreset:hover{
background-color: #9C89F6;
color: white;
box-shadow: 0px 4px #6B54D3;
}
/*Este permite que cuando uno hace click se activa y se achica el box*/
.box:active, #startreset:active{
box-shadow: 0px 0px #6B54D3;
top: 4px;
}
/*Eso impide que el box4 tenga margin left igual que los otros*/
#box4{
margin-right: 0px;
}
#startreset{
width: 78px;
padding:10px;
background-color: rgba(255,255,255,0.5);
margin: 0 auto;
border-radius: 3px;
cursor: pointer;
box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
text-align: center;
position: relative;
transition: all 0.2s;/*eso es como el delay para que haga la accion*/
}
/*el componente que muestra el tiempo remainning*/
#timeremaining{
width: 152px;
position: absolute;/*si no pongo este primero no funcionan el top ni el left*/
top: 394px;
left: 400px;
padding: 10px;
background-color: rgba(181, 235, 36, 0.8);
border-radius: 3px;
box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
/*visibility: hidden;Hace que no se muestra el time reamining*/
display: none;
}
/*dibujamos el componente que muestra el score*/
#gameOver{
height: 200px;
width: 500px;
background: linear-gradient(#F3CA6B, #F3706C);
color: white;
font-size: 2.5em;
position: absolute;
text-align: center;
top: 100px;
left: 45px;
text-transform: uppercase;
z-index: 2;
display: none;
} | 2. Maths Game (JS)/styling.css | html{
height: 100%;
background: radial-gradient(circle, #fff, #ccc);
}
#container{
height: 400px;
width: 550px;
background-color: #9DD2EA;
margin: 100px auto;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 4px 0px 0px #009DE4;
/*box-shadow: [horizontal offset] [vertical offest] [blur radius]
[optional spread radius] [color]*/
position: relative;
}
#score{
background-color: #F1FF92;
padding: 11px;
color: #888E5F;
position: absolute;
left: 500px;
box-shadow: 0px 4px 0px 0px #9DA853;
}
#correct{
background-color: #42E252;
position: absolute;
padding: 11px;
color: white;
left: 260px;
display: none;
}
#wrong{
background-color: #DE401A;
position: absolute;
padding: 11px;
color: white;
left: 250px;
display: none;
}
#medal{
position: absolute;
padding: 11px;
color: white;
left: px;
display: none;
background: white url(images/medal.jpg) right center no-repeat;
}
#question{
width: 450px;
height: 150px;
margin: 50px auto 10px auto;
background-color: #9DA0EA;
box-shadow: 0px 4px #535AA8;
font-size: 100px;
text-align: center;
font-family: cursive, sans-serif;
}
#instruction{
width: 450px;
height: 50px;
background-color: #B481D9;
margin: 10px auto 10px auto;
text-align: center;
line-height: 45px;
box-shadow: 0px 4px #8153A8;
}
#choices{
height: 100px;
width: 450px;
margin: 5px auto 5px auto;
}
.box{
height:85px;
width: 85px;
background-color: white;
float: left;
margin-right: 36.5px;
border-radius: 3px;
cursor: pointer;
box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
text-align: center;
line-height: 80px;
position: relative;
transition: all 0.2s;/*eso es como el delay para que haga la accion*/
}
/*agregando hover funcion*/
.box:hover, #startreset:hover{
background-color: #9C89F6;
color: white;
box-shadow: 0px 4px #6B54D3;
}
/*Este permite que cuando uno hace click se activa y se achica el box*/
.box:active, #startreset:active{
box-shadow: 0px 0px #6B54D3;
top: 4px;
}
/*Eso impide que el box4 tenga margin left igual que los otros*/
#box4{
margin-right: 0px;
}
#startreset{
width: 78px;
padding:10px;
background-color: rgba(255,255,255,0.5);
margin: 0 auto;
border-radius: 3px;
cursor: pointer;
box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
text-align: center;
position: relative;
transition: all 0.2s;/*eso es como el delay para que haga la accion*/
}
/*el componente que muestra el tiempo remainning*/
#timeremaining{
width: 152px;
position: absolute;/*si no pongo este primero no funcionan el top ni el left*/
top: 394px;
left: 400px;
padding: 10px;
background-color: rgba(181, 235, 36, 0.8);
border-radius: 3px;
box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
/*visibility: hidden;Hace que no se muestra el time reamining*/
display: none;
}
/*dibujamos el componente que muestra el score*/
#gameOver{
height: 200px;
width: 500px;
background: linear-gradient(#F3CA6B, #F3706C);
color: white;
font-size: 2.5em;
position: absolute;
text-align: center;
top: 100px;
left: 45px;
text-transform: uppercase;
z-index: 2;
display: none;
} | 0.476092 | 0.117699 |
.upgrade-status .project {
font-size: 110%;
padding: 0.3em 0 0 1em;
}
.upgrade-status .project .collapse-icon {
margin: 0 .3em 0 0;
padding: .4em .8em .7em 0;
display: block;
float: left;
cursor: pointer;
}
.upgrade-status .project .project-title {
font-weight: bold;
}
.upgrade-status .project .existing-version {
font-size: 90%;
}
.upgrade-status .version-status {
float: right; /* LTR */
padding-right: 10px; /* LTR */
font-weight: normal;
height: 20px;
line-height: 145%;
}
.upgrade-status .version-status .icon {
display: inline-block;
padding-left: .5em; /* LTR */
width: 17px;
}
.upgrade-status .version-status .icon img {
vertical-align: middle;
}
.upgrade-status .details-wrapper {
clear: both;
padding: 0 3.1em 0 1.8em;
font-weight: normal;
font-size: 90%;
}
.upgrade-status .version-date {
white-space: nowrap;
}
.upgrade-status .info {
margin: 0;
padding: 1em 0 .25em;
}
.upgrade-status tr td {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.upgrade-status tr.error {
background: #fcc;
}
.upgrade-status tr.error .version-recommended {
background: #fdd;
}
.upgrade-status tr.ok {
background: #dfd;
}
.upgrade-status tr.warning {
background: #ffd;
}
.upgrade-status tr.warning .version-recommended {
background: #ffe;
}
.current-version, .new-version {
direction: ltr; /* Note: version numbers should always be LTR. */
}
.upgrade-status tr.unknown {
background: #fff;
color: #777;
}
table.upgrade-status,
.upgrade-status table.version {
width: 100%;
margin-top: .5em;
}
.upgrade-status table.version tbody {
border: none;
}
.upgrade-status table.version tr,
.upgrade-status table.version td {
line-height: .9em;
padding: 0;
margin: 0;
border: none;
}
.upgrade-status table.version .version-title {
width: 14em;
}
.upgrade-status table.version .version-details {
padding-right: .5em; /* LTR */
}
.upgrade-status table.version .version-links {
text-align: right; /* LTR */
}
.upgrade-status table.version-security .version-title {
color: #970F00;
}
.upgrade-status table.version-recommended-strong .version-title {
font-weight: bold;
}
.upgrade-status .security-error {
font-weight: bold;
color: #970F00;
}
.upgrade-status-settings .form-select {
width: 12em;
}
.upgrade-status .check-manually {
padding-left: 1em; /* LTR */
} | _src/08/code/migration6/sites/all/modules/upgrade_status/upgrade_status.css |
.upgrade-status .project {
font-size: 110%;
padding: 0.3em 0 0 1em;
}
.upgrade-status .project .collapse-icon {
margin: 0 .3em 0 0;
padding: .4em .8em .7em 0;
display: block;
float: left;
cursor: pointer;
}
.upgrade-status .project .project-title {
font-weight: bold;
}
.upgrade-status .project .existing-version {
font-size: 90%;
}
.upgrade-status .version-status {
float: right; /* LTR */
padding-right: 10px; /* LTR */
font-weight: normal;
height: 20px;
line-height: 145%;
}
.upgrade-status .version-status .icon {
display: inline-block;
padding-left: .5em; /* LTR */
width: 17px;
}
.upgrade-status .version-status .icon img {
vertical-align: middle;
}
.upgrade-status .details-wrapper {
clear: both;
padding: 0 3.1em 0 1.8em;
font-weight: normal;
font-size: 90%;
}
.upgrade-status .version-date {
white-space: nowrap;
}
.upgrade-status .info {
margin: 0;
padding: 1em 0 .25em;
}
.upgrade-status tr td {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.upgrade-status tr.error {
background: #fcc;
}
.upgrade-status tr.error .version-recommended {
background: #fdd;
}
.upgrade-status tr.ok {
background: #dfd;
}
.upgrade-status tr.warning {
background: #ffd;
}
.upgrade-status tr.warning .version-recommended {
background: #ffe;
}
.current-version, .new-version {
direction: ltr; /* Note: version numbers should always be LTR. */
}
.upgrade-status tr.unknown {
background: #fff;
color: #777;
}
table.upgrade-status,
.upgrade-status table.version {
width: 100%;
margin-top: .5em;
}
.upgrade-status table.version tbody {
border: none;
}
.upgrade-status table.version tr,
.upgrade-status table.version td {
line-height: .9em;
padding: 0;
margin: 0;
border: none;
}
.upgrade-status table.version .version-title {
width: 14em;
}
.upgrade-status table.version .version-details {
padding-right: .5em; /* LTR */
}
.upgrade-status table.version .version-links {
text-align: right; /* LTR */
}
.upgrade-status table.version-security .version-title {
color: #970F00;
}
.upgrade-status table.version-recommended-strong .version-title {
font-weight: bold;
}
.upgrade-status .security-error {
font-weight: bold;
color: #970F00;
}
.upgrade-status-settings .form-select {
width: 12em;
}
.upgrade-status .check-manually {
padding-left: 1em; /* LTR */
} | 0.432543 | 0.107017 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/*
* Skeleton V2.0.4
* Copyright 2014, <NAME>
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Spacing
- Utilities
- Clearing
- Custom Classes & IDs
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box; }
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box; }
/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
width: 85%;
padding: 0; }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
.container {
width: 80%; }
.column,
.columns {
margin-left: 4%; }
.column:first-child,
.columns:first-child {
margin-left: 0; }
.one.column,
.one.columns { width: 4.66666666667%; }
.two.columns { width: 13.3333333333%; }
.three.columns { width: 22%; }
.four.columns { width: 30.6666666667%; }
.five.columns { width: 39.3333333333%; }
.six.columns { width: 48%; }
.seven.columns { width: 56.6666666667%; }
.eight.columns { width: 65.3333333333%; }
.nine.columns { width: 74.0%; }
.ten.columns { width: 82.6666666667%; }
.eleven.columns { width: 91.3333333333%; }
.twelve.columns { width: 100%; margin-left: 0; }
.one-third.column { width: 30.6666666667%; }
.two-thirds.column { width: 65.3333333333%; }
.one-half.column { width: 48%; }
/* Offsets */
.offset-by-one.column,
.offset-by-one.columns { margin-left: 8.66666666667%; }
.offset-by-two.column,
.offset-by-two.columns { margin-left: 17.3333333333%; }
.offset-by-three.column,
.offset-by-three.columns { margin-left: 26%; }
.offset-by-four.column,
.offset-by-four.columns { margin-left: 34.6666666667%; }
.offset-by-five.column,
.offset-by-five.columns { margin-left: 43.3333333333%; }
.offset-by-six.column,
.offset-by-six.columns { margin-left: 52%; }
.offset-by-seven.column,
.offset-by-seven.columns { margin-left: 60.6666666667%; }
.offset-by-eight.column,
.offset-by-eight.columns { margin-left: 69.3333333333%; }
.offset-by-nine.column,
.offset-by-nine.columns { margin-left: 78.0%; }
.offset-by-ten.column,
.offset-by-ten.columns { margin-left: 86.6666666667%; }
.offset-by-eleven.column,
.offset-by-eleven.columns { margin-left: 95.3333333333%; }
.offset-by-one-third.column,
.offset-by-one-third.columns { margin-left: 34.6666666667%; }
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns { margin-left: 69.3333333333%; }
.offset-by-one-half.column,
.offset-by-one-half.columns { margin-left: 52%; }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%; }
body {
background-color:#D2EBE9;
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #58646D; }
dt {
}
dd {
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
/* Larger than phablet */
@media (min-width: 550px) {
h1 { font-size: 5.0rem; }
h2 { font-size: 4.2rem; }
h3 { font-size: 3.6rem; }
h4 { font-size: 3.0rem; }
h5 { font-size: 2.4rem; }
h6 { font-size: 1.5rem; }
}
p {
margin-top: 0; }
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a:link, a:visited, a:hover, a:active {
color:#955351;
text-decoration: none;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #007784;
border-color: #007784; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #00B5C8;
border-color: #00B5C8; }
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem; }
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
width: 100%;
box-sizing: border-box; }
.u-max-full-width {
max-width: 100%;
box-sizing: border-box; }
.u-pull-right {
float: right; }
.u-pull-left {
float: left; }
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1; }
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both; }
/* Custom Classes & IDs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {margin-top:2.5em;}
.id img {
max-width:100%;
border-radius:6em;
-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
visibility: hidden;
}
dt {margin-top:1.5em;}
dd {margin-bottom:2.5em;}
.display {
background-color:#FFF;
margin: 2em auto;
padding:5em;
max-width:75em;
text-align: center;
}
.display img {
max-width:100%;
}
.display ul {
list-style-type: none;
padding-left:0;
}
.display li {
border-bottom:1px dotted #A3AC99;
margin-top:1.5em;
}
.display li:last-child {
border-bottom: none;
}
/* responsive images with Flickr iframe
by <NAME> cazillo.com/374-responsive-images-with-flickr-iframe.html */
.flickrwrap {position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.flickrwrap iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================
Made by <NAME>
www.justinaguilar.com/animations/
Questions, comments, concerns, love letters:
<EMAIL>
==============================================
*/
/*
==============================================
fadeIn
==============================================
*/
.fadeIn{
animation-name: fadeIn;
-webkit-animation-name: fadeIn;
animation-duration: 0.85s;
-webkit-animation-duration: 0.85s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
visibility: visible !important;
}
@keyframes fadeIn {
0% {
transform: scale(0);
opacity: 0.0;
}
60% {
transform: scale(1.1);
}
80% {
transform: scale(0.9);
opacity: 1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
-webkit-transform: scale(0);
opacity: 0.0;
}
60% {
-webkit-transform: scale(1.1);
}
80% {
-webkit-transform: scale(0.9);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers:
* http://juicystudio.com/article/screen-readers-display-none.php
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/*
* Skeleton V2.0.4
* Copyright 2014, <NAME>
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Spacing
- Utilities
- Clearing
- Custom Classes & IDs
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box; }
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box; }
/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
width: 85%;
padding: 0; }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
.container {
width: 80%; }
.column,
.columns {
margin-left: 4%; }
.column:first-child,
.columns:first-child {
margin-left: 0; }
.one.column,
.one.columns { width: 4.66666666667%; }
.two.columns { width: 13.3333333333%; }
.three.columns { width: 22%; }
.four.columns { width: 30.6666666667%; }
.five.columns { width: 39.3333333333%; }
.six.columns { width: 48%; }
.seven.columns { width: 56.6666666667%; }
.eight.columns { width: 65.3333333333%; }
.nine.columns { width: 74.0%; }
.ten.columns { width: 82.6666666667%; }
.eleven.columns { width: 91.3333333333%; }
.twelve.columns { width: 100%; margin-left: 0; }
.one-third.column { width: 30.6666666667%; }
.two-thirds.column { width: 65.3333333333%; }
.one-half.column { width: 48%; }
/* Offsets */
.offset-by-one.column,
.offset-by-one.columns { margin-left: 8.66666666667%; }
.offset-by-two.column,
.offset-by-two.columns { margin-left: 17.3333333333%; }
.offset-by-three.column,
.offset-by-three.columns { margin-left: 26%; }
.offset-by-four.column,
.offset-by-four.columns { margin-left: 34.6666666667%; }
.offset-by-five.column,
.offset-by-five.columns { margin-left: 43.3333333333%; }
.offset-by-six.column,
.offset-by-six.columns { margin-left: 52%; }
.offset-by-seven.column,
.offset-by-seven.columns { margin-left: 60.6666666667%; }
.offset-by-eight.column,
.offset-by-eight.columns { margin-left: 69.3333333333%; }
.offset-by-nine.column,
.offset-by-nine.columns { margin-left: 78.0%; }
.offset-by-ten.column,
.offset-by-ten.columns { margin-left: 86.6666666667%; }
.offset-by-eleven.column,
.offset-by-eleven.columns { margin-left: 95.3333333333%; }
.offset-by-one-third.column,
.offset-by-one-third.columns { margin-left: 34.6666666667%; }
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns { margin-left: 69.3333333333%; }
.offset-by-one-half.column,
.offset-by-one-half.columns { margin-left: 52%; }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%; }
body {
background-color:#D2EBE9;
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #58646D; }
dt {
}
dd {
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
/* Larger than phablet */
@media (min-width: 550px) {
h1 { font-size: 5.0rem; }
h2 { font-size: 4.2rem; }
h3 { font-size: 3.6rem; }
h4 { font-size: 3.0rem; }
h5 { font-size: 2.4rem; }
h6 { font-size: 1.5rem; }
}
p {
margin-top: 0; }
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a:link, a:visited, a:hover, a:active {
color:#955351;
text-decoration: none;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #007784;
border-color: #007784; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #00B5C8;
border-color: #00B5C8; }
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem; }
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
width: 100%;
box-sizing: border-box; }
.u-max-full-width {
max-width: 100%;
box-sizing: border-box; }
.u-pull-right {
float: right; }
.u-pull-left {
float: left; }
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1; }
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both; }
/* Custom Classes & IDs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {margin-top:2.5em;}
.id img {
max-width:100%;
border-radius:6em;
-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
visibility: hidden;
}
dt {margin-top:1.5em;}
dd {margin-bottom:2.5em;}
.display {
background-color:#FFF;
margin: 2em auto;
padding:5em;
max-width:75em;
text-align: center;
}
.display img {
max-width:100%;
}
.display ul {
list-style-type: none;
padding-left:0;
}
.display li {
border-bottom:1px dotted #A3AC99;
margin-top:1.5em;
}
.display li:last-child {
border-bottom: none;
}
/* responsive images with Flickr iframe
by <NAME> cazillo.com/374-responsive-images-with-flickr-iframe.html */
.flickrwrap {position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.flickrwrap iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================
Made by <NAME>
www.justinaguilar.com/animations/
Questions, comments, concerns, love letters:
<EMAIL>
==============================================
*/
/*
==============================================
fadeIn
==============================================
*/
.fadeIn{
animation-name: fadeIn;
-webkit-animation-name: fadeIn;
animation-duration: 0.85s;
-webkit-animation-duration: 0.85s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
visibility: visible !important;
}
@keyframes fadeIn {
0% {
transform: scale(0);
opacity: 0.0;
}
60% {
transform: scale(1.1);
}
80% {
transform: scale(0.9);
opacity: 1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
-webkit-transform: scale(0);
opacity: 0.0;
}
60% {
-webkit-transform: scale(1.1);
}
80% {
-webkit-transform: scale(0.9);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers:
* http://juicystudio.com/article/screen-readers-display-none.php
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.59302 | 0.09556 |
a {
color:#0a0a0a;
}
body {
background: url("../img/financial_BG-2.jpg") no-repeat center center fixed;
background-size: cover;
font-family: 'Montserrat', sans-serif;
}
.card-divider {
font-weight: 750;
}
div > li {
list-style-type: none;
text-align: left;
padding: 10px;
}
h3 {
padding-left: 15px;
}
li > span {
text-align: right;
}
.card-section{
min-height: 185px;
}
.content-box {
border: solid black 2px;
margin: 7px 3px;
padding: 5px;
}
.content-box div {
font-size: 1.25rem;
}
.custom-add {
border-radius: 3px;
padding: 7px 10px;
font-size: 1.5rem;
}
.custom-button {
border-radius: 3px;
margin-bottom: 0px;
}
.custom-button-nav {
margin-left: 10px;
margin-top: 10px;
}
.custom-divider {
justify-content: center;
}
.custom-header {
justify-content: center;
}
.custom-search {
text-align: center;
}
.more-info {
text-align: right;
}
.remove-btn {
text-align: center;
}
.section-header h3, h5 {
color: white;
}
#clear-space {
text-align: end;
}
#data-cell {
border: solid black 3px;
border-radius: 5px;
background-color: rgba(169, 169, 169, 0.616);
color: white;
}
#details-header {
text-align: center;
justify-content: space-between;
}
#details-header h3 {
display: inline-block;
margin: 20px;
color: white;
}
#details-header h4 {
display: inline-block;
margin: 20px;
color: white;
}
#exchange-rate {
color: white;
}
#gainers td a {
color: black;
}
#gainers td a:hover {
color: navy;
}
#grades-card .card-section {
font-size: .85rem;
}
#homepage-header {
text-align: center;
text-shadow: 2px 2px gray;
color: white;
padding: 100px;
}
#homepage-header h1 {
font-size: 5rem;
}
#losers td a {
color: black;
}
#losers td a:hover {
color: navy;
}
#market-movers {
border: solid rgb(90, 89, 89) 2px;
border-radius: 8px;
background-color: rgba(169, 169, 169, 0.616);
margin: 15px;
padding: 5px;
font-size: .85rem;
}
#market-movers h3 {
text-align: center;
}
#market-movers h5 {
padding-left: 15px;
}
#news-cell > li {
list-style-type: none;
}
#news-cell h3 {
color: white;
}
#real-time {
background-color: rgba(169, 169, 169, 0.616);
border-radius: 3px;
padding: 10px 20px;
}
#results-box {
border: solid rgb(90, 89, 89) 2px;
background-color:rgba(169, 169, 169, 0.616);
border-radius: 8px;
margin: 15px;
padding: 5px;
}
#results-title {
justify-content: space-between;
}
#screen-form {
border-left: solid 2px gray;
padding-left: 15px;
}
#screen-form label {
color: white;
}
#search-box {
border: solid rgb(1, 1, 56) 2px;
border-radius: 8px;
background-color: rgba(16, 61, 78, 0.753);
margin: 15px;
padding: 5px;
padding-bottom: 20px;
/* height: 300px; */
}
#search-box h3 {
text-align: center;
}
#search-form label {
color: white;
font-size: 1.2rem;
}
#stock-reference {
font-size: 3rem;
}
#your-list {
border: solid rgb(90, 89, 89) 2px;
border-radius: 8px;
background-color: rgba(169, 169, 169, 0.616);
margin: 15px;
padding: 5px;
}
[data-currency="USD"]::after {
content: "\0024";
}
[data-currency="EUR"]::after {
content: "\20AC";
}
[data-currency="JPY"]::after {
content: "\00A5";
}
[data-currency="CAD"]::after {
content: "C\0024";
}
.green {
color: green;
}
.red{
color: red;
}
.ticker-wrap {
overflow: hidden; /* HIDE SCROLL BAR */
}
/* (B) MOVING TICKER WRAPPER */
.ticker-move { display: flex; }
/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.ticker-item {
flex-shrink: 0;
width: 100%;
box-sizing: border-box;
padding: 10px;
font-weight: 600;
font-size: 1.25rem;
color: white;
text-align: center;
}
/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@keyframes tickeranimate {
0% { transform: translate3d(100%, 0, 0); }
100% { transform: translate3d(-100%, 0, 0); }
}
.ticker-move { animation: tickeranimate linear 30s infinite; }
.ticker-move:hover { animation-play-state: paused; }
@media screen and (max-width: 1024px) {
#screen-form {
border-left: 0px;
}
}
@media screen and (max-width: 650px) {
.small-delete {
display: none;
}
#homepage-header {
padding: 0px;
font-size: 4rem;
}
} | assets/css/style.css | a {
color:#0a0a0a;
}
body {
background: url("../img/financial_BG-2.jpg") no-repeat center center fixed;
background-size: cover;
font-family: 'Montserrat', sans-serif;
}
.card-divider {
font-weight: 750;
}
div > li {
list-style-type: none;
text-align: left;
padding: 10px;
}
h3 {
padding-left: 15px;
}
li > span {
text-align: right;
}
.card-section{
min-height: 185px;
}
.content-box {
border: solid black 2px;
margin: 7px 3px;
padding: 5px;
}
.content-box div {
font-size: 1.25rem;
}
.custom-add {
border-radius: 3px;
padding: 7px 10px;
font-size: 1.5rem;
}
.custom-button {
border-radius: 3px;
margin-bottom: 0px;
}
.custom-button-nav {
margin-left: 10px;
margin-top: 10px;
}
.custom-divider {
justify-content: center;
}
.custom-header {
justify-content: center;
}
.custom-search {
text-align: center;
}
.more-info {
text-align: right;
}
.remove-btn {
text-align: center;
}
.section-header h3, h5 {
color: white;
}
#clear-space {
text-align: end;
}
#data-cell {
border: solid black 3px;
border-radius: 5px;
background-color: rgba(169, 169, 169, 0.616);
color: white;
}
#details-header {
text-align: center;
justify-content: space-between;
}
#details-header h3 {
display: inline-block;
margin: 20px;
color: white;
}
#details-header h4 {
display: inline-block;
margin: 20px;
color: white;
}
#exchange-rate {
color: white;
}
#gainers td a {
color: black;
}
#gainers td a:hover {
color: navy;
}
#grades-card .card-section {
font-size: .85rem;
}
#homepage-header {
text-align: center;
text-shadow: 2px 2px gray;
color: white;
padding: 100px;
}
#homepage-header h1 {
font-size: 5rem;
}
#losers td a {
color: black;
}
#losers td a:hover {
color: navy;
}
#market-movers {
border: solid rgb(90, 89, 89) 2px;
border-radius: 8px;
background-color: rgba(169, 169, 169, 0.616);
margin: 15px;
padding: 5px;
font-size: .85rem;
}
#market-movers h3 {
text-align: center;
}
#market-movers h5 {
padding-left: 15px;
}
#news-cell > li {
list-style-type: none;
}
#news-cell h3 {
color: white;
}
#real-time {
background-color: rgba(169, 169, 169, 0.616);
border-radius: 3px;
padding: 10px 20px;
}
#results-box {
border: solid rgb(90, 89, 89) 2px;
background-color:rgba(169, 169, 169, 0.616);
border-radius: 8px;
margin: 15px;
padding: 5px;
}
#results-title {
justify-content: space-between;
}
#screen-form {
border-left: solid 2px gray;
padding-left: 15px;
}
#screen-form label {
color: white;
}
#search-box {
border: solid rgb(1, 1, 56) 2px;
border-radius: 8px;
background-color: rgba(16, 61, 78, 0.753);
margin: 15px;
padding: 5px;
padding-bottom: 20px;
/* height: 300px; */
}
#search-box h3 {
text-align: center;
}
#search-form label {
color: white;
font-size: 1.2rem;
}
#stock-reference {
font-size: 3rem;
}
#your-list {
border: solid rgb(90, 89, 89) 2px;
border-radius: 8px;
background-color: rgba(169, 169, 169, 0.616);
margin: 15px;
padding: 5px;
}
[data-currency="USD"]::after {
content: "\0024";
}
[data-currency="EUR"]::after {
content: "\20AC";
}
[data-currency="JPY"]::after {
content: "\00A5";
}
[data-currency="CAD"]::after {
content: "C\0024";
}
.green {
color: green;
}
.red{
color: red;
}
.ticker-wrap {
overflow: hidden; /* HIDE SCROLL BAR */
}
/* (B) MOVING TICKER WRAPPER */
.ticker-move { display: flex; }
/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.ticker-item {
flex-shrink: 0;
width: 100%;
box-sizing: border-box;
padding: 10px;
font-weight: 600;
font-size: 1.25rem;
color: white;
text-align: center;
}
/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@keyframes tickeranimate {
0% { transform: translate3d(100%, 0, 0); }
100% { transform: translate3d(-100%, 0, 0); }
}
.ticker-move { animation: tickeranimate linear 30s infinite; }
.ticker-move:hover { animation-play-state: paused; }
@media screen and (max-width: 1024px) {
#screen-form {
border-left: 0px;
}
}
@media screen and (max-width: 650px) {
.small-delete {
display: none;
}
#homepage-header {
padding: 0px;
font-size: 4rem;
}
} | 0.381565 | 0.198025 |
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.zippy-react-toolkit-panel {
display: flex;
position: relative;
flex-direction: column;
align-items: stretch;
text-align: start; }
.zippy-react-toolkit-panel--rtl {
direction: rtl; }
.zippy-react-toolkit-panel__title-bar {
display: flex;
align-items: center;
flex: none; }
.zippy-react-toolkit-panel__title-bar--ellipsis .zippy-react-toolkit-panel__title,
.zippy-react-toolkit-panel__title-bar--ellipsis .zippy-react-toolkit-panel__title-wrapper {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.zippy-react-toolkit-panel__title-wrapper {
flex: 1; }
.zippy-react-toolkit-panel--title-bar-position-bottom {
flex-direction: column-reverse; }
.zippy-react-toolkit-panel--title-rotate-90.zippy-react-toolkit-panel--title-bar-position-right .zippy-react-toolkit-panel__title-bar {
position: absolute;
top: 0;
right: 0;
border-bottom: 1px solid #a1b6d3;
transform-origin: top right;
transform: rotate(90deg) translateX(100%); }
.zippy-react-toolkit-panel--title-rotate--90.zippy-react-toolkit-panel--title-bar-position-right .zippy-react-toolkit-panel__title-bar {
position: absolute;
top: 0;
right: 0;
border-top: 1px solid #a1b6d3;
transform-origin: top right;
transform: rotate(-90deg) translateY(-100%); }
.zippy-react-toolkit-panel--title-rotate--90.zippy-react-toolkit-panel--title-bar-position-left .zippy-react-toolkit-panel__title-bar {
position: absolute;
top: 0;
left: 0;
border-bottom: 1px solid #a1b6d3;
transform-origin: top left;
transform: rotate(-90deg) translateX(-100%); }
.zippy-react-toolkit-panel--title-rotate-90.zippy-react-toolkit-panel--title-bar-position-left .zippy-react-toolkit-panel__title-bar {
position: absolute;
bottom: 100%;
left: 0;
border-top: 1px solid #a1b6d3;
transform-origin: bottom left;
transform: rotate(90deg); }
.zippy-react-toolkit-panel__title {
width: 100%;
padding: 3px; }
.zippy-react-toolkit-panel__title--align-center {
text-align: center; }
.zippy-react-toolkit-panel__title--align-left,
.zippy-react-toolkit-panel__title--align-start {
text-align: start; }
.zippy-react-toolkit-panel__title--align-right,
.zippy-react-toolkit-panel__title--align-end {
text-align: end; }
.zippy-react-toolkit-panel__body {
flex: 1;
padding: 0 10px; }
.zippy-react-toolkit-panel__body--scrollable {
display: flex;
flex-flow: column;
overflow: auto; }
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default.zippy-react-toolkit-panel {
border: 1px solid #a1b6d3;
background: #fff; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__body--scrollable {
font-size: 14px; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__footer {
border-top: 1px solid #a1b6d3; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__title-bar {
color: #495e85;
fill: #495e85;
background: #d2dff0;
min-height: 42px;
font-size: 14px; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__title-bar-border-bottom {
border-bottom: 1px solid #a1b6d3; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__title-bar-border-top {
border-top: 1px solid #a1b6d3; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__title {
font-weight: 600;
padding: 0 8px; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__title svg {
vertical-align: middle;
margin-right: 6px; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default.zippy-react-toolkit-panel--rtl .zippy-react-toolkit-panel__title {
padding: 0 8px; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default.zippy-react-toolkit-panel--rtl .zippy-react-toolkit-panel__title svg {
margin-left: 6px;
margin-right: 0; } | node_modules/@zippytech/react-toolkit/Panel/index.css | * Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.zippy-react-toolkit-panel {
display: flex;
position: relative;
flex-direction: column;
align-items: stretch;
text-align: start; }
.zippy-react-toolkit-panel--rtl {
direction: rtl; }
.zippy-react-toolkit-panel__title-bar {
display: flex;
align-items: center;
flex: none; }
.zippy-react-toolkit-panel__title-bar--ellipsis .zippy-react-toolkit-panel__title,
.zippy-react-toolkit-panel__title-bar--ellipsis .zippy-react-toolkit-panel__title-wrapper {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.zippy-react-toolkit-panel__title-wrapper {
flex: 1; }
.zippy-react-toolkit-panel--title-bar-position-bottom {
flex-direction: column-reverse; }
.zippy-react-toolkit-panel--title-rotate-90.zippy-react-toolkit-panel--title-bar-position-right .zippy-react-toolkit-panel__title-bar {
position: absolute;
top: 0;
right: 0;
border-bottom: 1px solid #a1b6d3;
transform-origin: top right;
transform: rotate(90deg) translateX(100%); }
.zippy-react-toolkit-panel--title-rotate--90.zippy-react-toolkit-panel--title-bar-position-right .zippy-react-toolkit-panel__title-bar {
position: absolute;
top: 0;
right: 0;
border-top: 1px solid #a1b6d3;
transform-origin: top right;
transform: rotate(-90deg) translateY(-100%); }
.zippy-react-toolkit-panel--title-rotate--90.zippy-react-toolkit-panel--title-bar-position-left .zippy-react-toolkit-panel__title-bar {
position: absolute;
top: 0;
left: 0;
border-bottom: 1px solid #a1b6d3;
transform-origin: top left;
transform: rotate(-90deg) translateX(-100%); }
.zippy-react-toolkit-panel--title-rotate-90.zippy-react-toolkit-panel--title-bar-position-left .zippy-react-toolkit-panel__title-bar {
position: absolute;
bottom: 100%;
left: 0;
border-top: 1px solid #a1b6d3;
transform-origin: bottom left;
transform: rotate(90deg); }
.zippy-react-toolkit-panel__title {
width: 100%;
padding: 3px; }
.zippy-react-toolkit-panel__title--align-center {
text-align: center; }
.zippy-react-toolkit-panel__title--align-left,
.zippy-react-toolkit-panel__title--align-start {
text-align: start; }
.zippy-react-toolkit-panel__title--align-right,
.zippy-react-toolkit-panel__title--align-end {
text-align: end; }
.zippy-react-toolkit-panel__body {
flex: 1;
padding: 0 10px; }
.zippy-react-toolkit-panel__body--scrollable {
display: flex;
flex-flow: column;
overflow: auto; }
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default.zippy-react-toolkit-panel {
border: 1px solid #a1b6d3;
background: #fff; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__body--scrollable {
font-size: 14px; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__footer {
border-top: 1px solid #a1b6d3; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__title-bar {
color: #495e85;
fill: #495e85;
background: #d2dff0;
min-height: 42px;
font-size: 14px; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__title-bar-border-bottom {
border-bottom: 1px solid #a1b6d3; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__title-bar-border-top {
border-top: 1px solid #a1b6d3; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__title {
font-weight: 600;
padding: 0 8px; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default .zippy-react-toolkit-panel__title svg {
vertical-align: middle;
margin-right: 6px; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default.zippy-react-toolkit-panel--rtl .zippy-react-toolkit-panel__title {
padding: 0 8px; }
.zippy-react-toolkit-panel.zippy-react-toolkit-panel--theme-default.zippy-react-toolkit-panel--rtl .zippy-react-toolkit-panel__title svg {
margin-left: 6px;
margin-right: 0; } | 0.870845 | 0.050075 |
/**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
display: inline-block;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
margin: 0.67em 0;
font-size: 2em;
}
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
height: 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
color: #000;
background: #ff0;
}
/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre-wrap;
}
/**
* Set consistent quote types.
*/
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
border: 0;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
padding: 0.35em 0.625em 0.75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
padding: 0;
border: 0;
}
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: 100%;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/
input[type="checkbox"],
input[type="radio"] {
padding: 0;
box-sizing: border-box;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
/*!
* Preboot v2
*
* Open sourced under MIT license by @mdo.
* Some variables and mixins from Bootstrap (Apache 2 license).
*/
.hll {
background-color: #ffffcc;
}
/*{ background: #f0f3f3; }*/
.c {
color: #999;
}
/* Comment */
.err {
color: #AA0000;
background-color: #ffaaaa;
}
/* Error */
.k {
color: #006699;
}
/* Keyword */
.o {
color: #555555;
}
/* Operator */
.cm {
font-style: italic;
color: #0099FF;
}
/* Comment.Multiline */
.cp {
color: #009999;
}
/* Comment.Preproc */
.c1 {
color: #999;
}
/* Comment.Single */
.cs {
color: #999;
}
/* Comment.Special */
.gd {
background-color: #FFCCCC;
border: 1px solid #cc0000;
}
/* Generic.Deleted */
.ge {
font-style: italic;
}
/* Generic.Emph */
.gr {
color: #ff0000;
}
/* Generic.Error */
.gh {
color: #003300;
}
/* Generic.Heading */
.gi {
background-color: #CCFFCC;
border: 1px solid #00cc00;
}
/* Generic.Inserted */
.go {
color: #aaaaaa;
}
/* Generic.Output */
.gp {
color: #000099;
}
/* Generic.Prompt */
/* Generic.Strong */
.gu {
color: #003300;
}
/* Generic.Subheading */
.gt {
color: #99cc66;
}
/* Generic.Traceback */
.kc {
color: #006699;
}
/* Keyword.Constant */
.kd {
color: #006699;
}
/* Keyword.Declaration */
.kn {
color: #006699;
}
/* Keyword.Namespace */
.kp {
color: #006699;
}
/* Keyword.Pseudo */
.kr {
color: #006699;
}
/* Keyword.Reserved */
.kt {
color: #007788;
}
/* Keyword.Type */
.m {
color: #ff6600;
}
/* Literal.Number */
.s {
color: #d44950;
}
/* Literal.String */
.na {
color: #4f9fcf;
}
/* Name.Attribute */
.nb {
color: #336666;
}
/* Name.Builtin */
.nc {
color: #00AA88;
}
/* Name.Class */
.no {
color: #336600;
}
/* Name.Constant */
.nd {
color: #9999ff;
}
/* Name.Decorator */
.ni {
color: #999999;
}
/* Name.Entity */
.ne {
color: #CC0000;
}
/* Name.Exception */
.nf {
color: #cc00ff;
}
/* Name.Function */
.nl {
color: #9999ff;
}
/* Name.Label */
.nn {
color: #00CCFF;
}
/* Name.Namespace */
.nt {
color: #2f6f9f;
}
/* Name.Tag */
.nv {
color: #003333;
}
/* Name.Variable */
.ow {
color: #000000;
}
/* Operator.Word */
.w {
color: #bbbbbb;
}
/* Text.Whitespace */
.mf {
color: #ff6600;
}
/* Literal.Number.Float */
.mh {
color: #ff6600;
}
/* Literal.Number.Hex */
.mi {
color: #ff6600;
}
/* Literal.Number.Integer */
.mo {
color: #ff6600;
}
/* Literal.Number.Oct */
.sb {
color: #cc3300;
}
/* Literal.String.Backtick */
.sc {
color: #cc3300;
}
/* Literal.String.Char */
.sd {
font-style: italic;
color: #CC3300;
}
/* Literal.String.Doc */
.s2 {
color: #cc3300;
}
/* Literal.String.Double */
.se {
color: #CC3300;
}
/* Literal.String.Escape */
.sh {
color: #cc3300;
}
/* Literal.String.Heredoc */
.si {
color: #aa0000;
}
/* Literal.String.Interpol */
.sx {
color: #cc3300;
}
/* Literal.String.Other */
.sr {
color: #33aaaa;
}
/* Literal.String.Regex */
.s1 {
color: #cc3300;
}
/* Literal.String.Single */
.ss {
color: #ffcc33;
}
/* Literal.String.Symbol */
.bp {
color: #336666;
}
/* Name.Builtin.Pseudo */
.vc {
color: #003333;
}
/* Name.Variable.Class */
.vg {
color: #003333;
}
/* Name.Variable.Global */
.vi {
color: #003333;
}
/* Name.Variable.Instance */
.il {
color: #ff6600;
}
/* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
color: #999;
}
html,
body {
background-color: #fff;
}
body {
padding: 0;
font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
color: #555;
}
a {
color: #428bca;
text-decoration: none;
}
a:hover {
color: #2a6496;
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 30px 0 10px;
font-weight: bold;
line-height: 1.2;
color: #333;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 24px;
}
h3 a,
h3 a:hover {
color: inherit;
}
h4 {
margin-bottom: 0;
font-size: 18px;
}
p {
margin: 0 0 15px;
}
.lead {
font-size: 18px;
line-height: 1.25;
color: #999999;
}
ol,
ul {
padding: 0;
margin: 0 0 15px 25px;
}
.list-unstyled {
margin-left: 0;
}
.list-unstyled li {
display: inline;
}
@media (min-width:48rem) {
.list-unstyled li {
display: block;
}
}
code,
pre {
padding: 0 3px 2px;
color: #333;
border-radius: 4px;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
white-space: nowrap;
background-color: #f9f2f4;
}
pre {
display: block;
padding: 15px;
margin: 0 0 20px;
line-height: 1.4;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}
.highlight {
padding: 14px;
margin-bottom: 20px;
line-height: 20px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
}
.highlight pre {
padding: 0;
margin-bottom: 0;
font-size: 16px;
background-color: transparent;
border: 0;
}
.highlight pre .lineno {
display: inline-block;
width: 20px;
padding-right: 5px;
margin-right: 10px;
color: #bebec5;
text-align: right;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.grid-4 {
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 768px) {
.grid-4 {
float: left;
width: 33.33333333333333%;
}
}
.header-divider {
margin-top: 60px;
}
.header-divider:after {
display: block;
width: 25%;
height: 4px;
margin: 20px 0 26px;
background-color: #555;
border: 0;
content: "";
opacity: .5;
}
.container {
max-width: 760px;
padding-right: 20px;
padding-left: 20px;
}
.masthead {
color: #fff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
background-color: #04a5e6;
background-image: -moz-linear-gradient(top, #542687, #04a5e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#542687), to(#04a5e6));
background-image: -webkit-linear-gradient(top, #542687, #04a5e6);
background-image: -o-linear-gradient(top, #542687, #04a5e6);
background-image: linear-gradient(to bottom, #542687, #04a5e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff542687', endColorstr='#ff04a5e6', GradientType=0);
}
.masthead-inner {
padding: 30px;
}
.masthead h1 {
margin-top: 0;
letter-spacing: -1px;
color: #fff;
}
.masthead .header-divider:after {
width: 50%;
background-color: #fff;
opacity: 1;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.masthead .list-unstyled {
margin-top: 0;
margin-bottom: 20px;
font-size: 85%;
}
.masthead .social-buttons {
margin-bottom: 0;
}
.masthead a {
font-weight: bold;
color: #fff;
}
.masthead a:hover {
text-decoration: none;
text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
.toc {
margin-left: 0;
}
.toc li {
display: block;
}
.toc a {
display: block;
padding: 4px 10px;
margin-left: -10px;
}
.toc a:hover {
text-decoration: none;
background-color: #f5f5f5;
border-radius: 3px;
}
.color-swatches {
margin: 0 -5px 20px;
}
.color-swatches:before,
.color-swatches:after {
display: table;
content: " ";
}
.color-swatches:after {
clear: both;
}
.color-swatch {
float: left;
width: 80px;
height: 80px;
margin: 5px 2px;
}
.color-swatch.black-10 {
background-color: #e6e6e6;
}
.color-swatch.black-20 {
background-color: #cccccc;
}
.color-swatch.black-30 {
background-color: #b3b3b3;
}
.color-swatch.black-40 {
background-color: #999999;
}
.color-swatch.black-50 {
background-color: #808080;
}
.color-swatch.black-60 {
background-color: #666666;
}
.color-swatch.black-70 {
background-color: #4d4d4d;
}
.color-swatch.black-80 {
background-color: #333333;
}
.color-swatch.black-90 {
background-color: #191919;
}
.color-swatch.brand-primary {
background-color: #428bca;
}
.color-swatch.brand-success {
background-color: #5cb85c;
}
.color-swatch.brand-warning {
background-color: #f0ad4e;
}
.color-swatch.brand-danger {
background-color: #d9534f;
}
.color-swatch.brand-info {
background-color: #5bc0de;
}
.btn {
display: block;
padding: 15px 20px;
margin-bottom: 5px;
font-weight: bold;
line-height: 1;
letter-spacing: -1px;
color: #7a43b6;
text-align: center;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
}
.btn:hover,
.btn:active {
color: #fff;
text-decoration: none;
background-color: #7a43b6;
border-color: #7a43b6;
}
.btn:active {
border-color: #613591;
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 820px) {
body {
font-size: 18px;
}
.highlight {
line-height: 25px;
}
.lead {
font-size: 24px;
}
.btn {
display: inline-block;
margin-bottom: 0;
}
.container {
padding-right: 0;
padding-left: 0;
margin-right: 10%;
margin-left: 30%;
}
.masthead {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 5;
width: 25%;
background-attachment: fixed;
}
.masthead:after {
position: absolute;
top: -20px;
right: 0;
bottom: -20px;
left: -10px;
z-index: 10;
display: block;
content: " ";
box-shadow: inset -5px 0 25px rgba(0, 0, 0, 0.3);
}
.masthead-inner {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
}
}
@media screen and (min-width: 1100px) {
.masthead h1 {
font-size: 60px;
}
} | public/css/docs-compiled.css | /**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
display: inline-block;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
margin: 0.67em 0;
font-size: 2em;
}
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
height: 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
color: #000;
background: #ff0;
}
/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre-wrap;
}
/**
* Set consistent quote types.
*/
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
border: 0;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
padding: 0.35em 0.625em 0.75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
padding: 0;
border: 0;
}
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: 100%;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/
input[type="checkbox"],
input[type="radio"] {
padding: 0;
box-sizing: border-box;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
/*!
* Preboot v2
*
* Open sourced under MIT license by @mdo.
* Some variables and mixins from Bootstrap (Apache 2 license).
*/
.hll {
background-color: #ffffcc;
}
/*{ background: #f0f3f3; }*/
.c {
color: #999;
}
/* Comment */
.err {
color: #AA0000;
background-color: #ffaaaa;
}
/* Error */
.k {
color: #006699;
}
/* Keyword */
.o {
color: #555555;
}
/* Operator */
.cm {
font-style: italic;
color: #0099FF;
}
/* Comment.Multiline */
.cp {
color: #009999;
}
/* Comment.Preproc */
.c1 {
color: #999;
}
/* Comment.Single */
.cs {
color: #999;
}
/* Comment.Special */
.gd {
background-color: #FFCCCC;
border: 1px solid #cc0000;
}
/* Generic.Deleted */
.ge {
font-style: italic;
}
/* Generic.Emph */
.gr {
color: #ff0000;
}
/* Generic.Error */
.gh {
color: #003300;
}
/* Generic.Heading */
.gi {
background-color: #CCFFCC;
border: 1px solid #00cc00;
}
/* Generic.Inserted */
.go {
color: #aaaaaa;
}
/* Generic.Output */
.gp {
color: #000099;
}
/* Generic.Prompt */
/* Generic.Strong */
.gu {
color: #003300;
}
/* Generic.Subheading */
.gt {
color: #99cc66;
}
/* Generic.Traceback */
.kc {
color: #006699;
}
/* Keyword.Constant */
.kd {
color: #006699;
}
/* Keyword.Declaration */
.kn {
color: #006699;
}
/* Keyword.Namespace */
.kp {
color: #006699;
}
/* Keyword.Pseudo */
.kr {
color: #006699;
}
/* Keyword.Reserved */
.kt {
color: #007788;
}
/* Keyword.Type */
.m {
color: #ff6600;
}
/* Literal.Number */
.s {
color: #d44950;
}
/* Literal.String */
.na {
color: #4f9fcf;
}
/* Name.Attribute */
.nb {
color: #336666;
}
/* Name.Builtin */
.nc {
color: #00AA88;
}
/* Name.Class */
.no {
color: #336600;
}
/* Name.Constant */
.nd {
color: #9999ff;
}
/* Name.Decorator */
.ni {
color: #999999;
}
/* Name.Entity */
.ne {
color: #CC0000;
}
/* Name.Exception */
.nf {
color: #cc00ff;
}
/* Name.Function */
.nl {
color: #9999ff;
}
/* Name.Label */
.nn {
color: #00CCFF;
}
/* Name.Namespace */
.nt {
color: #2f6f9f;
}
/* Name.Tag */
.nv {
color: #003333;
}
/* Name.Variable */
.ow {
color: #000000;
}
/* Operator.Word */
.w {
color: #bbbbbb;
}
/* Text.Whitespace */
.mf {
color: #ff6600;
}
/* Literal.Number.Float */
.mh {
color: #ff6600;
}
/* Literal.Number.Hex */
.mi {
color: #ff6600;
}
/* Literal.Number.Integer */
.mo {
color: #ff6600;
}
/* Literal.Number.Oct */
.sb {
color: #cc3300;
}
/* Literal.String.Backtick */
.sc {
color: #cc3300;
}
/* Literal.String.Char */
.sd {
font-style: italic;
color: #CC3300;
}
/* Literal.String.Doc */
.s2 {
color: #cc3300;
}
/* Literal.String.Double */
.se {
color: #CC3300;
}
/* Literal.String.Escape */
.sh {
color: #cc3300;
}
/* Literal.String.Heredoc */
.si {
color: #aa0000;
}
/* Literal.String.Interpol */
.sx {
color: #cc3300;
}
/* Literal.String.Other */
.sr {
color: #33aaaa;
}
/* Literal.String.Regex */
.s1 {
color: #cc3300;
}
/* Literal.String.Single */
.ss {
color: #ffcc33;
}
/* Literal.String.Symbol */
.bp {
color: #336666;
}
/* Name.Builtin.Pseudo */
.vc {
color: #003333;
}
/* Name.Variable.Class */
.vg {
color: #003333;
}
/* Name.Variable.Global */
.vi {
color: #003333;
}
/* Name.Variable.Instance */
.il {
color: #ff6600;
}
/* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
color: #999;
}
html,
body {
background-color: #fff;
}
body {
padding: 0;
font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
color: #555;
}
a {
color: #428bca;
text-decoration: none;
}
a:hover {
color: #2a6496;
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 30px 0 10px;
font-weight: bold;
line-height: 1.2;
color: #333;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 24px;
}
h3 a,
h3 a:hover {
color: inherit;
}
h4 {
margin-bottom: 0;
font-size: 18px;
}
p {
margin: 0 0 15px;
}
.lead {
font-size: 18px;
line-height: 1.25;
color: #999999;
}
ol,
ul {
padding: 0;
margin: 0 0 15px 25px;
}
.list-unstyled {
margin-left: 0;
}
.list-unstyled li {
display: inline;
}
@media (min-width:48rem) {
.list-unstyled li {
display: block;
}
}
code,
pre {
padding: 0 3px 2px;
color: #333;
border-radius: 4px;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
white-space: nowrap;
background-color: #f9f2f4;
}
pre {
display: block;
padding: 15px;
margin: 0 0 20px;
line-height: 1.4;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}
.highlight {
padding: 14px;
margin-bottom: 20px;
line-height: 20px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
}
.highlight pre {
padding: 0;
margin-bottom: 0;
font-size: 16px;
background-color: transparent;
border: 0;
}
.highlight pre .lineno {
display: inline-block;
width: 20px;
padding-right: 5px;
margin-right: 10px;
color: #bebec5;
text-align: right;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.grid-4 {
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 768px) {
.grid-4 {
float: left;
width: 33.33333333333333%;
}
}
.header-divider {
margin-top: 60px;
}
.header-divider:after {
display: block;
width: 25%;
height: 4px;
margin: 20px 0 26px;
background-color: #555;
border: 0;
content: "";
opacity: .5;
}
.container {
max-width: 760px;
padding-right: 20px;
padding-left: 20px;
}
.masthead {
color: #fff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
background-color: #04a5e6;
background-image: -moz-linear-gradient(top, #542687, #04a5e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#542687), to(#04a5e6));
background-image: -webkit-linear-gradient(top, #542687, #04a5e6);
background-image: -o-linear-gradient(top, #542687, #04a5e6);
background-image: linear-gradient(to bottom, #542687, #04a5e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff542687', endColorstr='#ff04a5e6', GradientType=0);
}
.masthead-inner {
padding: 30px;
}
.masthead h1 {
margin-top: 0;
letter-spacing: -1px;
color: #fff;
}
.masthead .header-divider:after {
width: 50%;
background-color: #fff;
opacity: 1;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.masthead .list-unstyled {
margin-top: 0;
margin-bottom: 20px;
font-size: 85%;
}
.masthead .social-buttons {
margin-bottom: 0;
}
.masthead a {
font-weight: bold;
color: #fff;
}
.masthead a:hover {
text-decoration: none;
text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
.toc {
margin-left: 0;
}
.toc li {
display: block;
}
.toc a {
display: block;
padding: 4px 10px;
margin-left: -10px;
}
.toc a:hover {
text-decoration: none;
background-color: #f5f5f5;
border-radius: 3px;
}
.color-swatches {
margin: 0 -5px 20px;
}
.color-swatches:before,
.color-swatches:after {
display: table;
content: " ";
}
.color-swatches:after {
clear: both;
}
.color-swatch {
float: left;
width: 80px;
height: 80px;
margin: 5px 2px;
}
.color-swatch.black-10 {
background-color: #e6e6e6;
}
.color-swatch.black-20 {
background-color: #cccccc;
}
.color-swatch.black-30 {
background-color: #b3b3b3;
}
.color-swatch.black-40 {
background-color: #999999;
}
.color-swatch.black-50 {
background-color: #808080;
}
.color-swatch.black-60 {
background-color: #666666;
}
.color-swatch.black-70 {
background-color: #4d4d4d;
}
.color-swatch.black-80 {
background-color: #333333;
}
.color-swatch.black-90 {
background-color: #191919;
}
.color-swatch.brand-primary {
background-color: #428bca;
}
.color-swatch.brand-success {
background-color: #5cb85c;
}
.color-swatch.brand-warning {
background-color: #f0ad4e;
}
.color-swatch.brand-danger {
background-color: #d9534f;
}
.color-swatch.brand-info {
background-color: #5bc0de;
}
.btn {
display: block;
padding: 15px 20px;
margin-bottom: 5px;
font-weight: bold;
line-height: 1;
letter-spacing: -1px;
color: #7a43b6;
text-align: center;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
}
.btn:hover,
.btn:active {
color: #fff;
text-decoration: none;
background-color: #7a43b6;
border-color: #7a43b6;
}
.btn:active {
border-color: #613591;
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 820px) {
body {
font-size: 18px;
}
.highlight {
line-height: 25px;
}
.lead {
font-size: 24px;
}
.btn {
display: inline-block;
margin-bottom: 0;
}
.container {
padding-right: 0;
padding-left: 0;
margin-right: 10%;
margin-left: 30%;
}
.masthead {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 5;
width: 25%;
background-attachment: fixed;
}
.masthead:after {
position: absolute;
top: -20px;
right: 0;
bottom: -20px;
left: -10px;
z-index: 10;
display: block;
content: " ";
box-shadow: inset -5px 0 25px rgba(0, 0, 0, 0.3);
}
.masthead-inner {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
}
}
@media screen and (min-width: 1100px) {
.masthead h1 {
font-size: 60px;
}
} | 0.714429 | 0.092319 |
@font-face {
font-family: 'icon';
src: url('fonts/icon.eot?tv2nva');
src: url('fonts/icon.eot?tv2nva#iefix') format('embedded-opentype'),
url('fonts/icon.ttf?tv2nva') format('truetype'),
url('fonts/icon.woff?tv2nva') format('woff'),
url('fonts/icon.svg?tv2nva#icon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-whatsnew:before {
content: "\e937";
}
.icon-activity:before {
content: "\e900";
}
.icon-adjust:before {
content: "\e901";
}
.icon-arrange:before {
content: "\e902";
}
.icon-audio:before {
content: "\e903";
}
.icon-bold:before {
content: "\e904";
}
.icon-bringforward:before {
content: "\e905";
}
.icon-bringfront:before {
content: "\e906";
}
.icon-circle:before {
content: "\e907";
}
.icon-close:before {
content: "\e908";
}
.icon-collaborator:before {
content: "\e909";
}
.icon-dashline:before {
content: "\e90a";
}
.icon-decagon:before {
content: "\e90b";
}
.icon-dottetline:before {
content: "\e90c";
}
.icon-download:before {
content: "\e90d";
}
.icon-grid:before {
content: "\e90e";
}
.icon-heptagon:before {
content: "\e90f";
}
.icon-hexagon:before {
content: "\e910";
}
.icon-hotspot:before {
content: "\e911";
}
.icon-italics:before {
content: "\e912";
}
.icon-line:before {
content: "\e913";
}
.icon-list:before {
content: "\e914";
}
.icon-media:before {
content: "\e915";
}
.icon-newstage:before {
content: "\e916";
}
.icon-nonagon:before {
content: "\e917";
}
.icon-octagon:before {
content: "\e918";
}
.icon-pentagon:before {
content: "\e919";
}
.icon-play:before {
content: "\e91a";
}
.icon-popup:before {
content: "\e91b";
}
.icon-preview:before {
content: "\e91c";
}
.icon-questions:before {
content: "\e91d";
}
.icon-quiz:before {
content: "\e91e";
}
.icon-readalong:before {
content: "\e91f";
}
.icon-readalong2:before {
content: "\e920";
}
.icon-record:before {
content: "\e921";
}
.icon-rectangle:before {
content: "\e922";
}
.icon-review:before {
content: "\e923";
}
.icon-roundedrect:before {
content: "\e924";
}
.icon-save:before {
content: "\e925";
}
.icon-scribble:before {
content: "\e926";
}
.icon-sendback:before {
content: "\e927";
}
.icon-sendbackward:before {
content: "\e928";
}
.icon-shape:before {
content: "\e929";
}
.icon-square:before {
content: "\e92a";
}
.icon-star5:before {
content: "\e92b";
}
.icon-star6:before {
content: "\e92c";
}
.icon-star7:before {
content: "\e92d";
}
.icon-star8:before {
content: "\e92e";
}
.icon-star9:before {
content: "\e92f";
}
.icon-star10:before {
content: "\e930";
}
.icon-text:before {
content: "\e931";
}
.icon-textsize:before {
content: "\e932";
}
.icon-triangle:before {
content: "\e933";
}
.icon-underline:before {
content: "\e934";
}
.icon-utilities:before {
content: "\e935";
}
.icon-video:before {
content: "\e936";
}
.icon-widget:before {
content: "\e939";
}
.icon-wordinfo:before {
content: "\e93a";
} | app/styles/iconfont.css | @font-face {
font-family: 'icon';
src: url('fonts/icon.eot?tv2nva');
src: url('fonts/icon.eot?tv2nva#iefix') format('embedded-opentype'),
url('fonts/icon.ttf?tv2nva') format('truetype'),
url('fonts/icon.woff?tv2nva') format('woff'),
url('fonts/icon.svg?tv2nva#icon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-whatsnew:before {
content: "\e937";
}
.icon-activity:before {
content: "\e900";
}
.icon-adjust:before {
content: "\e901";
}
.icon-arrange:before {
content: "\e902";
}
.icon-audio:before {
content: "\e903";
}
.icon-bold:before {
content: "\e904";
}
.icon-bringforward:before {
content: "\e905";
}
.icon-bringfront:before {
content: "\e906";
}
.icon-circle:before {
content: "\e907";
}
.icon-close:before {
content: "\e908";
}
.icon-collaborator:before {
content: "\e909";
}
.icon-dashline:before {
content: "\e90a";
}
.icon-decagon:before {
content: "\e90b";
}
.icon-dottetline:before {
content: "\e90c";
}
.icon-download:before {
content: "\e90d";
}
.icon-grid:before {
content: "\e90e";
}
.icon-heptagon:before {
content: "\e90f";
}
.icon-hexagon:before {
content: "\e910";
}
.icon-hotspot:before {
content: "\e911";
}
.icon-italics:before {
content: "\e912";
}
.icon-line:before {
content: "\e913";
}
.icon-list:before {
content: "\e914";
}
.icon-media:before {
content: "\e915";
}
.icon-newstage:before {
content: "\e916";
}
.icon-nonagon:before {
content: "\e917";
}
.icon-octagon:before {
content: "\e918";
}
.icon-pentagon:before {
content: "\e919";
}
.icon-play:before {
content: "\e91a";
}
.icon-popup:before {
content: "\e91b";
}
.icon-preview:before {
content: "\e91c";
}
.icon-questions:before {
content: "\e91d";
}
.icon-quiz:before {
content: "\e91e";
}
.icon-readalong:before {
content: "\e91f";
}
.icon-readalong2:before {
content: "\e920";
}
.icon-record:before {
content: "\e921";
}
.icon-rectangle:before {
content: "\e922";
}
.icon-review:before {
content: "\e923";
}
.icon-roundedrect:before {
content: "\e924";
}
.icon-save:before {
content: "\e925";
}
.icon-scribble:before {
content: "\e926";
}
.icon-sendback:before {
content: "\e927";
}
.icon-sendbackward:before {
content: "\e928";
}
.icon-shape:before {
content: "\e929";
}
.icon-square:before {
content: "\e92a";
}
.icon-star5:before {
content: "\e92b";
}
.icon-star6:before {
content: "\e92c";
}
.icon-star7:before {
content: "\e92d";
}
.icon-star8:before {
content: "\e92e";
}
.icon-star9:before {
content: "\e92f";
}
.icon-star10:before {
content: "\e930";
}
.icon-text:before {
content: "\e931";
}
.icon-textsize:before {
content: "\e932";
}
.icon-triangle:before {
content: "\e933";
}
.icon-underline:before {
content: "\e934";
}
.icon-utilities:before {
content: "\e935";
}
.icon-video:before {
content: "\e936";
}
.icon-widget:before {
content: "\e939";
}
.icon-wordinfo:before {
content: "\e93a";
} | 0.269806 | 0.079496 |
body{
margin:0;
padding:0;
}
.container{
width:100%;
height:auto;
background-color:#ffffff;
}
.header{
width:100%;
height:100px;
background-color:#efacda;
}
.wrapper{
margin:0 auto;
width:100%;
}
.northHeader{
width:100%;
height:100px;
background-color:#b0a1a1;
text-decoration:bold;
position:relative;
float:left;
text-align:center;
color:#df1010;
}
.placeHolderContainer{
width:100%;
height:auto;
background-color:#8dbbb2;
position:relative;
float:left;
}
.northIndiaPlaceName{
width:20%;
height:auto;
background-color:#e3aabf;
position:relative;
float:left;
margin:10px;
margin-bottom:20px;
}
.northIndiaPlaceNameOrderedList{
text-decoration:bold;
color:#295af9;
list-style:none;
font-size:30px;
margin:0px;
padding:0px;
text-align:center;
}
.northIndiaPlaceNameItem{
width:100%;
height:50px;
background-color:#efe345;
margin-top:10px;
}
.northIndiaPlaceDescription{
width:70%;
height:auto;
background-color:#e3aabf;
position:relative;
float:left;
margin:10px;
margin-bottom:20px;
}
.placeTourismName{
width:100%;
height:auto;
background-color:#8d7070;
color:red;
position:relative;
float:left;
}
.placeTourismAbout{
width:100%;
height:auto;
background-color:#410909;
color:red;
position:relative;
float:left;
}
.placeTourismImage{
width:100%;
height:auto;
background-color:#95d795;
color:red;
position:relative;
float:left;
}
.placeTourismThingsToDoFirstImage{
width:35%;
height:250px;
background-color:#f26fa3;
position:relative;
float:left;
margin:20px;
}
.placeTourismThingsToDoSecondImage{
width:35%;
height:250px;
background-color:#f26fa3;
position:relative;
float:right;
margin:20px;
}
.placeTourismThingsToDoThirdImage{
width:35%;
height:250px;
background-color:#f26fa3;
position:relative;
float:left;
margin:20px;
}
.placeTourismThingsToDoFourImage{
width:35%;
height:250px;
background-color:#f26fa3;
position:relative;
float:right;
margin:20px;
}
.placeTourismHistoryAndDescription{
width:100%;
height:300px;
background-color:#6d193a;
position:relative;
float:left;
} | css/New folder/myStyleNorthIndiaPlace.css | body{
margin:0;
padding:0;
}
.container{
width:100%;
height:auto;
background-color:#ffffff;
}
.header{
width:100%;
height:100px;
background-color:#efacda;
}
.wrapper{
margin:0 auto;
width:100%;
}
.northHeader{
width:100%;
height:100px;
background-color:#b0a1a1;
text-decoration:bold;
position:relative;
float:left;
text-align:center;
color:#df1010;
}
.placeHolderContainer{
width:100%;
height:auto;
background-color:#8dbbb2;
position:relative;
float:left;
}
.northIndiaPlaceName{
width:20%;
height:auto;
background-color:#e3aabf;
position:relative;
float:left;
margin:10px;
margin-bottom:20px;
}
.northIndiaPlaceNameOrderedList{
text-decoration:bold;
color:#295af9;
list-style:none;
font-size:30px;
margin:0px;
padding:0px;
text-align:center;
}
.northIndiaPlaceNameItem{
width:100%;
height:50px;
background-color:#efe345;
margin-top:10px;
}
.northIndiaPlaceDescription{
width:70%;
height:auto;
background-color:#e3aabf;
position:relative;
float:left;
margin:10px;
margin-bottom:20px;
}
.placeTourismName{
width:100%;
height:auto;
background-color:#8d7070;
color:red;
position:relative;
float:left;
}
.placeTourismAbout{
width:100%;
height:auto;
background-color:#410909;
color:red;
position:relative;
float:left;
}
.placeTourismImage{
width:100%;
height:auto;
background-color:#95d795;
color:red;
position:relative;
float:left;
}
.placeTourismThingsToDoFirstImage{
width:35%;
height:250px;
background-color:#f26fa3;
position:relative;
float:left;
margin:20px;
}
.placeTourismThingsToDoSecondImage{
width:35%;
height:250px;
background-color:#f26fa3;
position:relative;
float:right;
margin:20px;
}
.placeTourismThingsToDoThirdImage{
width:35%;
height:250px;
background-color:#f26fa3;
position:relative;
float:left;
margin:20px;
}
.placeTourismThingsToDoFourImage{
width:35%;
height:250px;
background-color:#f26fa3;
position:relative;
float:right;
margin:20px;
}
.placeTourismHistoryAndDescription{
width:100%;
height:300px;
background-color:#6d193a;
position:relative;
float:left;
} | 0.402157 | 0.058185 |
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
*{
box-sizing: border-box;
}
body{
width: 100%;
height: 100vh;
padding:0;
margin:0;
background: url('/static/login/img/indexbbb.png');
background-repeat: no-repeat;
background-size: contain;
background-color: #da0813;
display: flex;
font-size: 1.5rem !important;
justify-content: center;
align-items: center;
font-family: 'Helvetica',sans-serif;
}
.title{
text-transform: uppercase;
font-size: 1.7rem;
font-weight: 600;
color:#ffffff;
text-align: center;
}
.error{
position: relative;
font-size:0.9rem !important;
font-family: 'Helvetica',sans-serif;
text-align: center;
}
.error i{
position:absolute;
top:30%;
left:28%;
}
.container{
display: flex;
justify-content: center;
align-items: center;
}
.content{
width: 320px;
height: 400px;
padding:15px;
opacity:1;
margin-bottom: 0 !important;
display: flex;
flex-direction: column;
background:#da0812 !important;
justify-content: space-around;
align-items: space-evenly;
box-shadow: 40px 0px 0px black;
}
.zone_button{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
padding:10px;
}
p{
position:relative;
color:#FFFFFF;
}
p i{
position: absolute;
top:20%;
left:0px;
color:#FFFFFF;
}
form{
padding:10px;
/*background-color:#da0813;*/
}
.form-control{
background-color:#e12f38 !important;
color: #FFFFFF;
}
.form-control:focus{
color: #FFFFFF;
}
p input{
border:none !important;
border-radius: 0 !important;
border-bottom: 1px solid #C5C5C5;
padding-left: 30px !important;
}
input:focus{
box-shadow: none !important;
border-bottom: 1px solid #FFFFFF !important;
}
.alert-danger {
color:#FFFFFF;
background-color:#da0813;
}
.fas fa-envelope{
border-bottom: 1px solid #FFFFFF !important;
}
.custom-control-label{
font-size: 13px;
color:#FFFFFF;
font-family: 'Helvetica',sans-serif;
}
input:invalid{
box-shadow: none;
}
.mdc-button{
background: #da0813 !important;
margin-bottom:0;
}
.mdc-button i{
margin-right: 5px;
}
.mdc-button a{
color:#FFFFFF;
}
.mdc-button a:hover{
color:#FFFFFF;
}
a{
text-decoration:none !important;
color:#FFFFFF;
font-size: 14px !important;
}
#toast{
/*background-color: #DA0813;*/
color:#FFFFFF;
}
@media screen and (max-width:310px){
.mdc-button:last-child{
margin-top:10px !important;
}
}
.onoffswitch {
position: relative;
width: 25px;
height:13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
margin: 0px auto;
}
.onoffswitch-checkbox {
display: none;
}
input::-webkit-input-placeholder {
color: #FFFFFF !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #FFFFFF !important;
}
input::-moz-placeholder { /* Firefox 19+ */
color: #FFFFFF !important;
}
input:-ms-input-placeholder {
color: #FFFFFF !important;
}
input{
border-bottom: 1px solid #FFFFFF !important
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #999999;
border-radius: 0px;
}
.onoffswitch-inner {
width: 200%;
margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s;
-webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
float: left;
width: 50%;
height: 10px;
padding: 0;
line-height: 26px;
font-size: 14px;
color: white;
font-family: Trebuchet, Arial, sans-serif;
font-weight: bold;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid transparent;
background-clip: padding-box;
}
.onoffswitch-inner:before {
content: "";
padding-left: 10px;
background-color: #FFFFFF;
color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "";
padding-right: 10px;
background-color: #da0813;
color: #FFFFFF;
text-align: right;
}
.onoffswitch-switch {
width: 5px;
margin: 0px;
background: #FFFFFF;
position: absolute;
top: 0;
bottom: 0;
right: 20px;
-moz-transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
p span {
float: left;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px #DA0812 inset !important;
}
input:-webkit-autofill {
-webkit-text-fill-color: #FFFFFF !important;
} | ananas/login/static/login/css/connexion.css | @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
*{
box-sizing: border-box;
}
body{
width: 100%;
height: 100vh;
padding:0;
margin:0;
background: url('/static/login/img/indexbbb.png');
background-repeat: no-repeat;
background-size: contain;
background-color: #da0813;
display: flex;
font-size: 1.5rem !important;
justify-content: center;
align-items: center;
font-family: 'Helvetica',sans-serif;
}
.title{
text-transform: uppercase;
font-size: 1.7rem;
font-weight: 600;
color:#ffffff;
text-align: center;
}
.error{
position: relative;
font-size:0.9rem !important;
font-family: 'Helvetica',sans-serif;
text-align: center;
}
.error i{
position:absolute;
top:30%;
left:28%;
}
.container{
display: flex;
justify-content: center;
align-items: center;
}
.content{
width: 320px;
height: 400px;
padding:15px;
opacity:1;
margin-bottom: 0 !important;
display: flex;
flex-direction: column;
background:#da0812 !important;
justify-content: space-around;
align-items: space-evenly;
box-shadow: 40px 0px 0px black;
}
.zone_button{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
padding:10px;
}
p{
position:relative;
color:#FFFFFF;
}
p i{
position: absolute;
top:20%;
left:0px;
color:#FFFFFF;
}
form{
padding:10px;
/*background-color:#da0813;*/
}
.form-control{
background-color:#e12f38 !important;
color: #FFFFFF;
}
.form-control:focus{
color: #FFFFFF;
}
p input{
border:none !important;
border-radius: 0 !important;
border-bottom: 1px solid #C5C5C5;
padding-left: 30px !important;
}
input:focus{
box-shadow: none !important;
border-bottom: 1px solid #FFFFFF !important;
}
.alert-danger {
color:#FFFFFF;
background-color:#da0813;
}
.fas fa-envelope{
border-bottom: 1px solid #FFFFFF !important;
}
.custom-control-label{
font-size: 13px;
color:#FFFFFF;
font-family: 'Helvetica',sans-serif;
}
input:invalid{
box-shadow: none;
}
.mdc-button{
background: #da0813 !important;
margin-bottom:0;
}
.mdc-button i{
margin-right: 5px;
}
.mdc-button a{
color:#FFFFFF;
}
.mdc-button a:hover{
color:#FFFFFF;
}
a{
text-decoration:none !important;
color:#FFFFFF;
font-size: 14px !important;
}
#toast{
/*background-color: #DA0813;*/
color:#FFFFFF;
}
@media screen and (max-width:310px){
.mdc-button:last-child{
margin-top:10px !important;
}
}
.onoffswitch {
position: relative;
width: 25px;
height:13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
margin: 0px auto;
}
.onoffswitch-checkbox {
display: none;
}
input::-webkit-input-placeholder {
color: #FFFFFF !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #FFFFFF !important;
}
input::-moz-placeholder { /* Firefox 19+ */
color: #FFFFFF !important;
}
input:-ms-input-placeholder {
color: #FFFFFF !important;
}
input{
border-bottom: 1px solid #FFFFFF !important
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #999999;
border-radius: 0px;
}
.onoffswitch-inner {
width: 200%;
margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s;
-webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
float: left;
width: 50%;
height: 10px;
padding: 0;
line-height: 26px;
font-size: 14px;
color: white;
font-family: Trebuchet, Arial, sans-serif;
font-weight: bold;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid transparent;
background-clip: padding-box;
}
.onoffswitch-inner:before {
content: "";
padding-left: 10px;
background-color: #FFFFFF;
color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "";
padding-right: 10px;
background-color: #da0813;
color: #FFFFFF;
text-align: right;
}
.onoffswitch-switch {
width: 5px;
margin: 0px;
background: #FFFFFF;
position: absolute;
top: 0;
bottom: 0;
right: 20px;
-moz-transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
p span {
float: left;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px #DA0812 inset !important;
}
input:-webkit-autofill {
-webkit-text-fill-color: #FFFFFF !important;
} | 0.206414 | 0.052863 |
#skel-layers-wrapper {
padding-top: 44px;
}
header.major {
padding-bottom: 2em;
}
header h2 {
line-height: 1.2em;
font-size: 1.8em;
}
header .byline {
padding-top: 0.50em;
font-size: 1.1em;
}
/* Layers */
#titleBar {
background: #001627;
height: 44px;
line-height: 44px;
}
#titleBar .title {
display: block;
position: relative;
font-weight: 700;
text-align: center;
font-size: 1.2em;
color: #fff;
z-index: 1;
}
#titleBar .toggle {
height: 60px;
left: 0;
position: absolute;
top: 0;
width: 80px;
z-index: 2;
}
#titleBar .toggle:before {
content: "\f0c9";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
#titleBar .toggle:before {
background: none;
color: white;
display: block;
height: 44px;
text-align: center;
width: 44px;
}
#titleBar .toggle:after {
background: url("images/toggle.svg") 0px 0px no-repeat;
content: '';
display: block;
height: 13px;
left: 10px;
opacity: 0.75;
position: absolute;
top: 15px;
width: 20px;
}
#navPanel {
background: #001627;
}
#navPanel .link {
border-top: solid 1px rgba(192, 192, 192, 0.15);
color: #ccc;
display: block;
height: 44px;
line-height: 44px;
padding: 0 1em 0 1em;
text-decoration: none;
}
#navPanel .link:first-child {
border-top: 0;
}
#navPanel .link.depth-0 {
color: #fff;
}
#navPanel .link .indent-1 {
display: inline-block;
width: 1em;
}
#navPanel .link .indent-2 {
display: inline-block;
width: 2em;
}
#navPanel .link .indent-3 {
display: inline-block;
width: 3em;
}
#navPanel .link .indent-4 {
display: inline-block;
width: 4em;
}
#navPanel .link .indent-5 {
display: inline-block;
width: 5em;
}
/* Wrapper */
.wrapper.style2 {
padding: 4em 0 3em 0;
}
.wrapper.style3 {
text-align: center;
}
.wrapper.style3 span {
display: block;
padding-bottom: 1em;
line-height: 1.6em;
text-align: center;
font-size: 1.4em;
}
.wrapper.style3 .button {
float: none;
padding: 1.1em 3em;
}
/* Header */
.no-sidebar #header, .left-sidebar #header, .right-sidebar #header {
display: none;
}
.homepage #header {
padding: 3em 0 4em 0;
}
#logo {
display: none;
}
#nav {
display: none;
}
/* Banner */
#banner {
padding: 0;
}
/* Main */
#main {
padding: 4em 0;
}
/* Footer */
#footer section {
margin-bottom: 3em;
} | css/style-narrower.css |
#skel-layers-wrapper {
padding-top: 44px;
}
header.major {
padding-bottom: 2em;
}
header h2 {
line-height: 1.2em;
font-size: 1.8em;
}
header .byline {
padding-top: 0.50em;
font-size: 1.1em;
}
/* Layers */
#titleBar {
background: #001627;
height: 44px;
line-height: 44px;
}
#titleBar .title {
display: block;
position: relative;
font-weight: 700;
text-align: center;
font-size: 1.2em;
color: #fff;
z-index: 1;
}
#titleBar .toggle {
height: 60px;
left: 0;
position: absolute;
top: 0;
width: 80px;
z-index: 2;
}
#titleBar .toggle:before {
content: "\f0c9";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
#titleBar .toggle:before {
background: none;
color: white;
display: block;
height: 44px;
text-align: center;
width: 44px;
}
#titleBar .toggle:after {
background: url("images/toggle.svg") 0px 0px no-repeat;
content: '';
display: block;
height: 13px;
left: 10px;
opacity: 0.75;
position: absolute;
top: 15px;
width: 20px;
}
#navPanel {
background: #001627;
}
#navPanel .link {
border-top: solid 1px rgba(192, 192, 192, 0.15);
color: #ccc;
display: block;
height: 44px;
line-height: 44px;
padding: 0 1em 0 1em;
text-decoration: none;
}
#navPanel .link:first-child {
border-top: 0;
}
#navPanel .link.depth-0 {
color: #fff;
}
#navPanel .link .indent-1 {
display: inline-block;
width: 1em;
}
#navPanel .link .indent-2 {
display: inline-block;
width: 2em;
}
#navPanel .link .indent-3 {
display: inline-block;
width: 3em;
}
#navPanel .link .indent-4 {
display: inline-block;
width: 4em;
}
#navPanel .link .indent-5 {
display: inline-block;
width: 5em;
}
/* Wrapper */
.wrapper.style2 {
padding: 4em 0 3em 0;
}
.wrapper.style3 {
text-align: center;
}
.wrapper.style3 span {
display: block;
padding-bottom: 1em;
line-height: 1.6em;
text-align: center;
font-size: 1.4em;
}
.wrapper.style3 .button {
float: none;
padding: 1.1em 3em;
}
/* Header */
.no-sidebar #header, .left-sidebar #header, .right-sidebar #header {
display: none;
}
.homepage #header {
padding: 3em 0 4em 0;
}
#logo {
display: none;
}
#nav {
display: none;
}
/* Banner */
#banner {
padding: 0;
}
/* Main */
#main {
padding: 4em 0;
}
/* Footer */
#footer section {
margin-bottom: 3em;
} | 0.254787 | 0.124745 |
@import url(https://fonts.googleapis.com/css?family=Raleway:300,500,600,700,900);
/*base*/
h1 {
font-weight: 700;
}
h3 {
font-weight: 700;
font-size: 50px;
}
h2 {
font-weight: 700;
font-size: 2.5rem;
margin: 0.67em 0;
}
h4 {
font-size: 1.5rem;
font-weight: 700;
}
html {
font-family: 'Raleway', sans-serif !important;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
overflow-x: hidden;
font-family: 'Raleway', sans-serif !important;
font-variant: small-caps;
}
.left-padding {
padding-left: 12%;
}
.h-text-color {
color: #fff568;
}
.l-text-color, .l-text-color:hover {
color: #fff;
}
.null-padding {
padding: 0px !important;
}
.null-margin {
margin: 0px !important;
}
.inline-list li {
display: inline;
}
a.active {
color: #fff568 !important;
}
a:hover {
text-decoration: none !important;
}
p.highlight {
font-weight: 600;
}
.bold-highlight {
font-weight: 700;
}
.midtext {
font-size: 1.8rem;
}
.bigtext {
font-size: 3.8rem;
}
.mediumtext {
font-size: 2.6rem;
}
.source {
font-size: 0.8rem;
font-style: italic;
}
.row {
padding-top: 50px;
padding-bottom: 50px;
}
.btn-outline-mono {
font-variant: small-caps;
font-weight: 600;
color: #292b2c;
background-image: none;
background-color: transparent;
border-color: #292b2c;
}
.btn-outline-mono:hover {
color: #292b2c;
background-color: #fff568;
border-color: #fff568;
}
.btn-outline-mono:focus, .btn-outline-mono.focus {
-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-outline-mono.disabled, .btn-outline-mono:disabled {
color: #0275d8;
background-color: transparent;
}
.btn-outline-mono:active, .btn-outline-mono.active,
.show > .btn-outline-mono.dropdown-toggle {
color: #fff;
background-color: #0275d8;
border-color: #0275d8;
}
.high-padding {
padding-top: 40px;
}
.high-margin {
margin-top: 20px;
}
.higher-margin {
margin-top: 30px;
}
.deep-padding {
padding-bottom: 50px;
}
.high-strip {
height: 500px;
}
.light-text {
color: #fff;
text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.letterspacing-wide {
letter-spacing: 3px;
}
.text-narrow {
padding: 5%;
}
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}
.middle-auto {
margin-top: auto;
margin-bottom: auto;
}
.narrow-line-height {
line-height: 1.8rem;
}
/* scrollBar */
body::-webkit-scrollbar
{
width: 12px; /* for vertical scrollbars */
height: 12px; /* for horizontal scrollbars */
}
body::-webkit-scrollbar-track
{
background: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb
{
background: rgba(0, 0, 0, 0.5);
}
/*navbar */
.navbar {
transition: all 1s ;
position:absolute;
z-index:888;
width: 100%;
background-color: #000;
font-weight: 700;
padding-top: 20px;
padding-bottom: 20px;
}
.navbar a {
color: #fff;
}
.navbar .logo {
font-size: 26px;
}
.navbar .logo .upper {
font-size: 30px;
}
.navbar .logo .secPart {
font-size: 16px;
}
.logo {
color: #fff;
font-weight: 700;
font-variant: small-caps;
}
.logo .upper {
color: #fff568;
font-weight: 800;
}
.logo .secPart {
color: #fff568;
font-style: italic;
}
.navbar-right {
font-size: 30px;
letter-spacing: 1px;
}
.tel {
width: 3rem;
margin-right: 5px;
}
.fixed {
transition: all 1s ;
background-color: #1d1d1d;
position: fixed;
top:0;
z-index:888;
width: 100%;
padding-top: 0px;
padding-bottom: 0px;
}
/*carousel*/
.carousel {
padding-top: 52px;
}
.carousel-indicators > li {
border-radius: 50%;
max-width: 12px;
height: 12px;
}
.carousel-caption p {
padding: 0px 10px;
display: inline;
}
.carousel .logo {
padding: 0px 14px 0px 10px;
display: inline;
}
.text-dark-back {
background: rgba(0,0,0,0.8);
}
.dark-opacity {
background: rgba(0,0,0,0.6);
}
.carousel-caption {
margin-bottom: 4%;
}
.carousel-inner {
overflow: visible !important;
}
.carousel-item {
width:100%;
height: 95vh;
min-height: 300px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/*end carousel*/
.text-column {
column-count: 2;
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
text-align: justify;
-webkit-column-gap: 25px;
-moz-column-gap: 25px;
column-gap: 25px;
}
.text-block-center {
position: absolute;
right: 0;
left: 0;
z-index: 15;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
#about-services {
padding-top: 20px;
padding-bottom: 10px;
}
.colored-hash ul {
margin-top: 20px;
}
.colored-hash li {
display: inline-block;
border-radius: 4px;
font-size: 1rem;
font-weight: 600;
line-height: normal;
margin: 0px 12px 10px 0px;
padding: 5px 10px;
}
.colored-hash li:nth-child(even) {
background: #000;
color: #fff568;
}
.colored-hash li:nth-child(odd) {
background: #fff568;
}
#contact {
display: block;
width: 100%;
max-height: 500px;
}
.call-us-background {
position: absolute;
width: 100%;
height: 90%;
bottom: 0;
background-image: url('../images/map_layer.png');
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.dispatcher {
background-image: url('../images/telephone.png');
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center top;
}
footer {
background-color: #1d1d1d;
color: #fffefe;
font-size: 0.8rem;
}
footer .secPart {
font-size: 0.6rem;
}
.hash-list{
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
}
.hash-list li:before {
content: "\0023";
padding-right: 4px;
}
.hash-list li {
font-size: 0.9rem;
font-weight: 600;
line-height: 2;
}
.parallax-window {
min-height: 400px;
background: transparent;
}
/*social icons*/
.socialBox {
/*margin:50px auto;*/
width:140px;
text-align:center;
}
.icon {
position:relative;
text-align:center;
width:0px;
height:0px;
padding:20px;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
-khtml-border-radius: 20px 20px 20px 20px;
color:#FFFFFF;
}
.icon i {
font-size:20px;
position:absolute;
left:9px;
top:10px;
}
.icon.social {
float:left;
margin:0 5px 0 0;
cursor:pointer;
background:#6d6e71 ;
color:#262626;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.icon.social:hover {
background:#262626 ;
color:#6d6e71;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-webkit-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
-moz-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
-ms-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
-o-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
}
.icon.social.fb i {
left:13px;
top:10px;
}
.icon.social.tw i {
left:11px;
}
.icon.social.in i {
left:11px;
}
.justify-content-md-center {
padding-top: 0px !important;
font-size: 1.2rem;
}
@media (max-width: 991px) {
.carousel {
padding-top: 75px;
}
.navbar-right {
display: block;
width: 25%;
}
.navbar {
line-height: 1.2rem;
background-color: #1d1d1d;
position: fixed;
top:0;
z-index:888;
width: 100%;
padding-top: 10px;
padding-bottom: 15px;
}
.navbar-toggler {
margin-top: 8px;
}
.fixed {
transition: all 1s ;
background-color: #1d1d1d;
position: fixed;
top:0;
z-index:888;
width: 100%;
padding-top: 10px;
padding-bottom: 15px;
}
.first-slide-text {
font-weight: 700;
text-align: left;
top: 24%;
line-height: 4rem;
}
.secound-slide-text {
font-weight: 700;
text-align: right;
top: 20%;
line-height: 4rem;
}
.secound-slide-text ul{
display: none;
}
.third-slide-text {
font-weight: 700;
line-height: 4rem;
}
.text-column {
column-count: 1;
text-align: justify;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;"
}
.bigtext {
font-size: 2.8rem;
}
.text-block-center{
text-align: center;
}
.cc-theme-edgeless.cc-window {
margin-bottom: 40px;
}
}
@media (max-width: 767px) {
body {
font-size: 1.2em;
}
#contact {
display: block;
width: 100%;
height: 40vh;
}
.middle-auto {
text-align: center;
margin-top: 28%;
magrin-bottom: 0;
}
.call-us-background {
height: 100%;
}
.carousel {
padding-top: 0px;
}
.carousel-item {
height: 94vh;
}
.carousel-caption {
right: 5%;
left: 5%;
margin-bottom: 24%;
}
.parallax-window {
min-height: 250px !important;
}
.bigtext {
font-size: 1.8rem;
}
.mediumtext {
font-size: 1.2rem;
}
.high-bottom {
margin-bottom: 15px;
}
.socialBox {
margin:50px auto;
width:140px;
text-align:center;
}
.high-strip {
height: 100%;
}
} | public/css/style.css | @import url(https://fonts.googleapis.com/css?family=Raleway:300,500,600,700,900);
/*base*/
h1 {
font-weight: 700;
}
h3 {
font-weight: 700;
font-size: 50px;
}
h2 {
font-weight: 700;
font-size: 2.5rem;
margin: 0.67em 0;
}
h4 {
font-size: 1.5rem;
font-weight: 700;
}
html {
font-family: 'Raleway', sans-serif !important;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
overflow-x: hidden;
font-family: 'Raleway', sans-serif !important;
font-variant: small-caps;
}
.left-padding {
padding-left: 12%;
}
.h-text-color {
color: #fff568;
}
.l-text-color, .l-text-color:hover {
color: #fff;
}
.null-padding {
padding: 0px !important;
}
.null-margin {
margin: 0px !important;
}
.inline-list li {
display: inline;
}
a.active {
color: #fff568 !important;
}
a:hover {
text-decoration: none !important;
}
p.highlight {
font-weight: 600;
}
.bold-highlight {
font-weight: 700;
}
.midtext {
font-size: 1.8rem;
}
.bigtext {
font-size: 3.8rem;
}
.mediumtext {
font-size: 2.6rem;
}
.source {
font-size: 0.8rem;
font-style: italic;
}
.row {
padding-top: 50px;
padding-bottom: 50px;
}
.btn-outline-mono {
font-variant: small-caps;
font-weight: 600;
color: #292b2c;
background-image: none;
background-color: transparent;
border-color: #292b2c;
}
.btn-outline-mono:hover {
color: #292b2c;
background-color: #fff568;
border-color: #fff568;
}
.btn-outline-mono:focus, .btn-outline-mono.focus {
-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-outline-mono.disabled, .btn-outline-mono:disabled {
color: #0275d8;
background-color: transparent;
}
.btn-outline-mono:active, .btn-outline-mono.active,
.show > .btn-outline-mono.dropdown-toggle {
color: #fff;
background-color: #0275d8;
border-color: #0275d8;
}
.high-padding {
padding-top: 40px;
}
.high-margin {
margin-top: 20px;
}
.higher-margin {
margin-top: 30px;
}
.deep-padding {
padding-bottom: 50px;
}
.high-strip {
height: 500px;
}
.light-text {
color: #fff;
text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.letterspacing-wide {
letter-spacing: 3px;
}
.text-narrow {
padding: 5%;
}
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}
.middle-auto {
margin-top: auto;
margin-bottom: auto;
}
.narrow-line-height {
line-height: 1.8rem;
}
/* scrollBar */
body::-webkit-scrollbar
{
width: 12px; /* for vertical scrollbars */
height: 12px; /* for horizontal scrollbars */
}
body::-webkit-scrollbar-track
{
background: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb
{
background: rgba(0, 0, 0, 0.5);
}
/*navbar */
.navbar {
transition: all 1s ;
position:absolute;
z-index:888;
width: 100%;
background-color: #000;
font-weight: 700;
padding-top: 20px;
padding-bottom: 20px;
}
.navbar a {
color: #fff;
}
.navbar .logo {
font-size: 26px;
}
.navbar .logo .upper {
font-size: 30px;
}
.navbar .logo .secPart {
font-size: 16px;
}
.logo {
color: #fff;
font-weight: 700;
font-variant: small-caps;
}
.logo .upper {
color: #fff568;
font-weight: 800;
}
.logo .secPart {
color: #fff568;
font-style: italic;
}
.navbar-right {
font-size: 30px;
letter-spacing: 1px;
}
.tel {
width: 3rem;
margin-right: 5px;
}
.fixed {
transition: all 1s ;
background-color: #1d1d1d;
position: fixed;
top:0;
z-index:888;
width: 100%;
padding-top: 0px;
padding-bottom: 0px;
}
/*carousel*/
.carousel {
padding-top: 52px;
}
.carousel-indicators > li {
border-radius: 50%;
max-width: 12px;
height: 12px;
}
.carousel-caption p {
padding: 0px 10px;
display: inline;
}
.carousel .logo {
padding: 0px 14px 0px 10px;
display: inline;
}
.text-dark-back {
background: rgba(0,0,0,0.8);
}
.dark-opacity {
background: rgba(0,0,0,0.6);
}
.carousel-caption {
margin-bottom: 4%;
}
.carousel-inner {
overflow: visible !important;
}
.carousel-item {
width:100%;
height: 95vh;
min-height: 300px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/*end carousel*/
.text-column {
column-count: 2;
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
text-align: justify;
-webkit-column-gap: 25px;
-moz-column-gap: 25px;
column-gap: 25px;
}
.text-block-center {
position: absolute;
right: 0;
left: 0;
z-index: 15;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
#about-services {
padding-top: 20px;
padding-bottom: 10px;
}
.colored-hash ul {
margin-top: 20px;
}
.colored-hash li {
display: inline-block;
border-radius: 4px;
font-size: 1rem;
font-weight: 600;
line-height: normal;
margin: 0px 12px 10px 0px;
padding: 5px 10px;
}
.colored-hash li:nth-child(even) {
background: #000;
color: #fff568;
}
.colored-hash li:nth-child(odd) {
background: #fff568;
}
#contact {
display: block;
width: 100%;
max-height: 500px;
}
.call-us-background {
position: absolute;
width: 100%;
height: 90%;
bottom: 0;
background-image: url('../images/map_layer.png');
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.dispatcher {
background-image: url('../images/telephone.png');
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center top;
}
footer {
background-color: #1d1d1d;
color: #fffefe;
font-size: 0.8rem;
}
footer .secPart {
font-size: 0.6rem;
}
.hash-list{
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
}
.hash-list li:before {
content: "\0023";
padding-right: 4px;
}
.hash-list li {
font-size: 0.9rem;
font-weight: 600;
line-height: 2;
}
.parallax-window {
min-height: 400px;
background: transparent;
}
/*social icons*/
.socialBox {
/*margin:50px auto;*/
width:140px;
text-align:center;
}
.icon {
position:relative;
text-align:center;
width:0px;
height:0px;
padding:20px;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
-khtml-border-radius: 20px 20px 20px 20px;
color:#FFFFFF;
}
.icon i {
font-size:20px;
position:absolute;
left:9px;
top:10px;
}
.icon.social {
float:left;
margin:0 5px 0 0;
cursor:pointer;
background:#6d6e71 ;
color:#262626;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.icon.social:hover {
background:#262626 ;
color:#6d6e71;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-webkit-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
-moz-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
-ms-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
-o-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
}
.icon.social.fb i {
left:13px;
top:10px;
}
.icon.social.tw i {
left:11px;
}
.icon.social.in i {
left:11px;
}
.justify-content-md-center {
padding-top: 0px !important;
font-size: 1.2rem;
}
@media (max-width: 991px) {
.carousel {
padding-top: 75px;
}
.navbar-right {
display: block;
width: 25%;
}
.navbar {
line-height: 1.2rem;
background-color: #1d1d1d;
position: fixed;
top:0;
z-index:888;
width: 100%;
padding-top: 10px;
padding-bottom: 15px;
}
.navbar-toggler {
margin-top: 8px;
}
.fixed {
transition: all 1s ;
background-color: #1d1d1d;
position: fixed;
top:0;
z-index:888;
width: 100%;
padding-top: 10px;
padding-bottom: 15px;
}
.first-slide-text {
font-weight: 700;
text-align: left;
top: 24%;
line-height: 4rem;
}
.secound-slide-text {
font-weight: 700;
text-align: right;
top: 20%;
line-height: 4rem;
}
.secound-slide-text ul{
display: none;
}
.third-slide-text {
font-weight: 700;
line-height: 4rem;
}
.text-column {
column-count: 1;
text-align: justify;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;"
}
.bigtext {
font-size: 2.8rem;
}
.text-block-center{
text-align: center;
}
.cc-theme-edgeless.cc-window {
margin-bottom: 40px;
}
}
@media (max-width: 767px) {
body {
font-size: 1.2em;
}
#contact {
display: block;
width: 100%;
height: 40vh;
}
.middle-auto {
text-align: center;
margin-top: 28%;
magrin-bottom: 0;
}
.call-us-background {
height: 100%;
}
.carousel {
padding-top: 0px;
}
.carousel-item {
height: 94vh;
}
.carousel-caption {
right: 5%;
left: 5%;
margin-bottom: 24%;
}
.parallax-window {
min-height: 250px !important;
}
.bigtext {
font-size: 1.8rem;
}
.mediumtext {
font-size: 1.2rem;
}
.high-bottom {
margin-bottom: 15px;
}
.socialBox {
margin:50px auto;
width:140px;
text-align:center;
}
.high-strip {
height: 100%;
}
} | 0.304869 | 0.076167 |
@charset "utf-8";
/* CSS Document */
body{color:#000;font:12px/1.6 Verdana, Helvetica, sans-serif;text-align:center;}
*{margin:0;padding:0;}
input,select{font-size:12px;vertical-align:middle;}
body div{text-align:left;}
textarea,input{word-wrap:break-word;word-break:break-all;padding:0px;}
li{list-style-type:none;}
img{border:0 none;}
a{ color:#333;}
a:link, a:visited{color:#333;text-decoration: none;outline: none;}
a:hover{color:#0E4470;text-decoration: underline;}
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.fl{ float:left}
.fr{ float:right}
.block{ width:1000px; margin:0 auto;}
.center { text-align: center; }
::-moz-selection {
background:#70A102;
color:#fff;
text-shadow: #000 0 1px 0;
}
::selection { background: #70A102; color: #fff; text-shadow: #000 0 1px 0; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.yh {font-family: 微软雅黑; }
.fm1{ font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif}
.noBold { font-weight: normal; }
.bold { font-weight: bold; }
.ofHidden { overflow: hidden; }
.ml1 { margin-left: 1px; }
.ml0 { margin-left: 0; }
.mt5 { margin-top: 5px; }
.p10 { padding: 10px; }
.p20 { padding: 20px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt60 { padding-top: 60px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.ml5 { margin-left: 5px; }
.ml8 { margin-left: 8px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.pd1{ padding:1px;}
.border{ border:1px solid #CCC;}
.noborder{ border:none !important;}
.box-shadow{box-shadow: 0 0 15px #cccccc;-webkit-box-shadow: 0 0 15px #cccccc;-moz-box-shadow: 0 0 15px #cccccc;}
.radius4{-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.block {width:1000px; height:auto; clear:both;margin:0 auto;}
.c000{ color:#000 !important}
/*动画效果*/
@keyframes xiaoshi {
50% {
transform:scale(2);
-webkit-transform:scale(2);
-moz-transform:scale(2);
-o-transform:scale(2);
-ms-transform:scale(2);
-webkit-filter:blur(10px);
-moz-opacity:0.4;
filter:alpha(opacity=40);
opacity:0.4;
}
65% {
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
-webkit-filter:blur(0px);
-moz-opacity:1;
filter:alpha(opacity=100);
opacity:1;
}
}
@-webkit-keyframes xiaoshi {
50% {
transform:scale(2);
-webkit-transform:scale(2);
-moz-transform:scale(2);
-o-transform:scale(2);
-ms-transform:scale(2);
-webkit-filter:blur(10px);
-moz-opacity:0.4;
filter:alpha(opacity=40);
opacity:0.4;
}
65% {
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
-webkit-filter:blur(0px);
-moz-opacity:1;
filter:alpha(opacity=100);
opacity:1;
}
}
@-webkit-keyframes xuanzhuan {
from {-webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg);transform: rotateZ(0deg);}
to {-webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg);transform: rotateZ(360deg);}
}
@keyframes xuanzhuan {
from {-webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg);transform: rotateZ(0deg);}
to {-webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg);transform: rotateZ(360deg);}
}
.h30{ line-height:30px !important;padding:0 !important;}
.h30 ul li{ width:90px !important;}
.h30 ul li.on{ background:url(../images/tab-hover30.jpg) no-repeat top left !important;}
/* 页码 */
.page2 { font-size: 16px; text-align: center;height: 35px; line-height: 35px; overflow: hidden; padding: 30px 0;}
.page2 a { border: 1px solid lightGrey; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 8px 15px; margin: 0 3px; cursor: pointer; color: #919191; font-size: 16px; box-shadow: 0 1px 0 white inset, 0 1px 0px #DFDFDF; -webkit-box-shadow: 0 1px 0 white inset, 0 1px 0px #DFDFDF; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; text-decoration: none; background-color: #F2F2F2; }
.page2 a:hover { background: #f6f6f6; background: -moz-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e8e8e8)); background: -webkit-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: -o-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: -ms-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8', GradientType=0 );
border: 1px solid #757575; }
.page2 a.on { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 8px 15px; background: #06F; color: #fff; border:none } | templates/yujiaolong/css/base.css | @charset "utf-8";
/* CSS Document */
body{color:#000;font:12px/1.6 Verdana, Helvetica, sans-serif;text-align:center;}
*{margin:0;padding:0;}
input,select{font-size:12px;vertical-align:middle;}
body div{text-align:left;}
textarea,input{word-wrap:break-word;word-break:break-all;padding:0px;}
li{list-style-type:none;}
img{border:0 none;}
a{ color:#333;}
a:link, a:visited{color:#333;text-decoration: none;outline: none;}
a:hover{color:#0E4470;text-decoration: underline;}
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.fl{ float:left}
.fr{ float:right}
.block{ width:1000px; margin:0 auto;}
.center { text-align: center; }
::-moz-selection {
background:#70A102;
color:#fff;
text-shadow: #000 0 1px 0;
}
::selection { background: #70A102; color: #fff; text-shadow: #000 0 1px 0; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.yh {font-family: 微软雅黑; }
.fm1{ font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif}
.noBold { font-weight: normal; }
.bold { font-weight: bold; }
.ofHidden { overflow: hidden; }
.ml1 { margin-left: 1px; }
.ml0 { margin-left: 0; }
.mt5 { margin-top: 5px; }
.p10 { padding: 10px; }
.p20 { padding: 20px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt60 { padding-top: 60px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.ml5 { margin-left: 5px; }
.ml8 { margin-left: 8px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.pd1{ padding:1px;}
.border{ border:1px solid #CCC;}
.noborder{ border:none !important;}
.box-shadow{box-shadow: 0 0 15px #cccccc;-webkit-box-shadow: 0 0 15px #cccccc;-moz-box-shadow: 0 0 15px #cccccc;}
.radius4{-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.block {width:1000px; height:auto; clear:both;margin:0 auto;}
.c000{ color:#000 !important}
/*动画效果*/
@keyframes xiaoshi {
50% {
transform:scale(2);
-webkit-transform:scale(2);
-moz-transform:scale(2);
-o-transform:scale(2);
-ms-transform:scale(2);
-webkit-filter:blur(10px);
-moz-opacity:0.4;
filter:alpha(opacity=40);
opacity:0.4;
}
65% {
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
-webkit-filter:blur(0px);
-moz-opacity:1;
filter:alpha(opacity=100);
opacity:1;
}
}
@-webkit-keyframes xiaoshi {
50% {
transform:scale(2);
-webkit-transform:scale(2);
-moz-transform:scale(2);
-o-transform:scale(2);
-ms-transform:scale(2);
-webkit-filter:blur(10px);
-moz-opacity:0.4;
filter:alpha(opacity=40);
opacity:0.4;
}
65% {
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
-webkit-filter:blur(0px);
-moz-opacity:1;
filter:alpha(opacity=100);
opacity:1;
}
}
@-webkit-keyframes xuanzhuan {
from {-webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg);transform: rotateZ(0deg);}
to {-webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg);transform: rotateZ(360deg);}
}
@keyframes xuanzhuan {
from {-webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg);transform: rotateZ(0deg);}
to {-webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg);transform: rotateZ(360deg);}
}
.h30{ line-height:30px !important;padding:0 !important;}
.h30 ul li{ width:90px !important;}
.h30 ul li.on{ background:url(../images/tab-hover30.jpg) no-repeat top left !important;}
/* 页码 */
.page2 { font-size: 16px; text-align: center;height: 35px; line-height: 35px; overflow: hidden; padding: 30px 0;}
.page2 a { border: 1px solid lightGrey; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 8px 15px; margin: 0 3px; cursor: pointer; color: #919191; font-size: 16px; box-shadow: 0 1px 0 white inset, 0 1px 0px #DFDFDF; -webkit-box-shadow: 0 1px 0 white inset, 0 1px 0px #DFDFDF; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; text-decoration: none; background-color: #F2F2F2; }
.page2 a:hover { background: #f6f6f6; background: -moz-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e8e8e8)); background: -webkit-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: -o-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: -ms-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8', GradientType=0 );
border: 1px solid #757575; }
.page2 a.on { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 8px 15px; background: #06F; color: #fff; border:none } | 0.293 | 0.17434 |
@charset "UTF-8";
/* CSS Document */
/*--------------------------- <start> COLORS ---------------------------*/
/*_______________________________
HEX COLOR USED
------- ---------- ---
#63dbd8 cyan-blue ?
#e09927 orange ?
#51bc3f green ?
#2c2a9e blue ?
#dee256 yellow ?
#D12020 red ?
#1C0D3D dark-purple nav
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
/* #63dbd8 #e09927 #51bc3f #2c2a9e #dee256 #D12020 #1C0D3D */
.color1{ background-color: #63dbd8; /* cyan-light-blue */}
.color2{ background-color: #e09927; /* orange */}
.color3{ background-color: #51bc3f; /* green */}
.color4{ background-color: #2c2a9e; /* blue */}
.color5{ background-color: #dee256; /* yellow */}
.color6{ background-color: #D12020; /* red */}
.color7{ background-color: #1C0D3D; /* dark purple (nav) */}
.colortext1{ color: #63dbd8; /* cyan-light-blue */}
.colortext2{ color: #e09927; /* orange */}
.colortext3{ color: #51bc3f; /* green */}
.colortext4{ color: #2c2a9e; /* blue */}
.colortext5{ color: #dee256; /* yellow */}
.colortext6{ color: #D12020; /* red */}
.colortext7{ color: #1C0D3D; /* dark purple (nav) */}
.colorunderline1{text-decoration: underline; text-decoration-color: #63dbd8;} /* cyan-light-blue */
.colorunderline2{text-decoration: underline; text-decoration-color: #e09927;} /* orange */
.colorunderline3{text-decoration: underline; text-decoration-color: #51bc3f;} /* green */
.colorunderline4{text-decoration: underline; text-decoration-color: #2c2a9e;} /* blue */
.colorunderline5{text-decoration: underline; text-decoration-color: #dee256;} /* yellow */
.colorunderline6{text-decoration: underline; text-decoration-color: #D12020;} /* red */
.colorunderline7{text-decoration: underline; text-decoration-color: #1C0D3D;} /* dark purple (nav) */
/*--------------------------- <end> COLORS ---------------------------*/
h1.hometitle{
color:green;
}
*{
/*box-sizing: border-box;*/
background-image: url("bg1.jpg");
}
a, a:active, a:focus, a:hover, a:visited, a:valid{
text-decoration: none;
}
body{
background-image: url("bg1.jpg");
}
body.homebody, div.wrapper{
background-image: url("img/bg1.jpg");
}
textarea {
text-align: left;
}
nav *, h1, h2, h3, div.footer, div.footer *{
font-family: 'Josefin Sans', sans-serif;
}
div.splitter{
/*position:relative;*/
height:30px;
/*width:100vw;*/
}
div.splitter:first-of-type{
position:relative;
top:100px;
}
/*div.topsplitter{
height:103px;
border-bottom: 5px solid #e09927;
}*/
section#map{background: #7AEAE4;}
div.sectionheadingaboutmap{background: white;}
img#map{width: 60%}
p.faq{text-align: center;}
/*--------------------------- <start> NAV ---------------------------*/
img#logo{
padding:0;
margin:0;
width:80px;
/*height:50px;*/
}
/*#logo{width:80px;}*/
li.logonav a{
padding:0;
margin:-10;
}
ul.navbar-left{
border-right-style: none;
/*border-right-style: dotted;*/
border-right-color: #DEE256;
border-right-width: 2px;
font-weight: 500;
font-size: 16px;
}
ul.local-nav{
border-left-style: solid;
/*border-left-style: double;*/
border-left-color: #DEE256;
border-left-width: 4px;
font-size: 14px;
border-spacing:
}
/*RIGHT-NAV (local) LINKS focus + hover*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
/* #63dbd8 #e09927 #51bc3f #2c2a9e #dee256 #D12020 #1C0D3D */
background-color: #63dbd8;
/*background-color: #e09927;
background-color: #51bc3f;
background-color: #2c2a9e;
background-color: #dee256;
background-color: #D12020;
background-color: #1C0D3D;*/
color: #1C0D3D;
}
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
background-color: #D12020;
color: white;
}
.navbar-default .navbar-nav > li.dropdown > a{
color: #FFFFFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
background-color: #D12020;
color: white;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
color: #EF4C4C;
text-decoration: none;
background-color: transparent;
/*-webkit-transform: scale(1.2);*/
}
.navbar .nav > li > a {
color:#FFFFFF;
text-decoration: none;
background-color: transparent;
/*-webkit-transform: scale(1.2);*/
}
/* #63dbd8 #e09927 #51bc3f #2c2a9e #dee256 #D12020 #1C0D3D */
/*_______________________________
HEX COLOR USED
------- ---------- ---
#63dbd8 cyan-blue ?
#e09927 orange ?
#51bc3f green ?
#2c2a9e blue ?
#dee256 yellow ?
#D12020 red ?
#1C0D3D dark-purple nav
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
/* #63dbd8 #e09927 #51bc3f #2c2a9e #dee256 #D12020 #1C0D3D */
/*--------------------------- <end> NAV ---------------------------*/
/*--------------------------- <start> FOOTER ---------------------------*/
div.footer{
margin-left: auto;
margin-right: auto;
width:98vw;
overflow-x: hidden;
background-color: #1C0D3D;
color:#fff;
align-items: center;
align-content: center;
text-align: center;
}
div.footer div.footcol a:focus, div.footer div.footcol a:hover{
background-color: #D12020;
color: #FFF;
}
div.footer div.footcol a:first-child:focus, div.footer div.footcol a:first-child:hover{
background-color: #2C6D8D;
color: #FFF;
}
span.foothead{
/*color:#D12020;*/
color:#FFF;
/*font-weight: bold;*/
font-size: 20px;
}
span.foothead:focus, span.foothead:hover{
color:#EEAA00;
font-weight: bold;
}
div.footer div.footcol a{
display: block;
}
div.footer div.footcol{
/*width:31%;*/
margin:10px 0;
border-top: 2px solid #D12020;
border-radius: 6px;
border-spacing: 2px;
/*border-top-style: solid;
border-top-color: #D12020;
border-top-width: 2px;*/
}
body div.footer div.footcol:last-child{
width:100%;
}
div.footer div.footcol:nth-child(n+1){
background-color: darkblue;
}
div.footer div.footcol:nth-child(n+2){
background-color: darkred;
}
div.footer div.footcol:nth-child(n+3){
background-color: darkgreen;
}
div.footer div.footcol:nth-child(n+4){
background-color: darkorange;
}
/*--------------------------- <end> FOOTER ---------------------------*/
h1{font-size: 60px;}
h3{
font-size: 24px;
font-weight: bold;
}
h2{
font-size: 18px;
}
h2.subhead{
font-size: 24px;
color:#e09927;
}
h4{
color:red;
font-size: 24px;
font-weight: bold;
}
h5{
font-size: 16px;
font-weight: bold;
}
/*div.plandiv{
border-top: 4px solid #D0D0D0;
border-bottom: 4px solid #D0D0D0;
border-radius: 6px;
}*/
div.plandiv{
border: 1px solid #D0D0D0;
border-radius: 6px;
width:31%;
margin-left: 10px;
margin-right: 10px;
}
div.plandiv h2:first-child{
background-color: #dee256;
color:#fff;
}
.form-group{
text-align: left;
vertical-align: middle;
position: relative;
}
.supportcontact{
border-radius: 6px;
background-color: hsla(60, 60%, 75%, 0.5);
margin-top: 20px;
/*text-align: center;*/
vertical-align: middle;
line-height: 2em;
padding: 10px 0;
}
.supportcontact input {
text-align: left;
}
.longbox{
background-color: hsla(200, 0%, 100%, 0.5);
/*border: 1px solid #CCC;*/
border-radius: 6px;
}
.longboxsub{
font-size: 16px;
vertical-align: middle;
text-align: left;
border-radius: 6px;
}
.olongbox{
background-color: hsla(200, 0%, 100%, 1.0);
margin-top:10px;
border: 1px solid #CCC;
border-radius: 6px;
}
.olongboxsub{
padding-top: 20px;
padding-bottom: 20px;
font-family: 'Josefin Sans', sans-serif;
/*color:#3239D1;*/
font-size: 13px;
vertical-align: middle;
text-align: left;
}
div.faqbig{
border-radius: 6px;
text-align: center;
}
div.faqsmall{
border-radius: 6px;
background-color: #fff;
margin-top:10px;
border: solid;
border-color:#e9e9e9;
}
div.faqsmall:last-child{
margin-bottom:10px;
text-align: center;
}
div.faqsmall h2{
font-size:24px;
color: #e09927;
}
img#sun{width: 100px;}
img#geo{width: 100px;}
img#wind{width: 100px}
img#wave{width: 100px}
img#waste{width: 100px;}
img#llama{width: 100px}
div.historybig{
border-radius: 6px;
padding:20px;
text-align: center;
}
div.historybig div.row{
margin-left: auto;
margin-right: auto;
}
div.historysmall{
border-radius: 6px;
border: 1px solid #ccc;
background-color: #fff;
margin:0px 10px;
height:60vh;
box-sizing: border-box;
max-width: 354px;
display: inline-block;
}
@media (max-width: 600px) {
div.historysmall{
max-width: 500px;
text-align: center;
}
}
div.historysmall:last-child{
/*margin-right:10px;*/
}
div.historysmall h2{
font-size:24px;
color: #2c2a9e;
text-align: center;
}
h2.subhead{color:#51bc3f}
/*section#outage div.container div.row div.form-group form.reportoutage{*/
section#outage div.container div.row div.form-group{
height: 220px;
}
form.reportoutage div.form-group:first-child{
height:50px;
background-color: black;
}
section.footer{background-color:#1C0D3D;
height: 210px}
footer.footerrow h1{color:white;}
p.footercontact{color: white;
font-size: 20px;
align-text: center;}
li.footer{color:white;}
img#logob{width: 150px;
}
img#confirmlogo{width: 300px;}
h2.h2confirm{font-size: 50px;
color: #D12020;}
div.sectionheadingemergency{color:#e09927;}
p.confirm{text-align: center;
font-style: italic;}
th, td {
padding: 5px;
}
th.confirmhead {
text-align: center;
}
td.confirmhead2{text-align: center;}
table{width: 100%;
text-align: center;}
div.confirmpage{"float: left;
}
ul.footerbottom {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li.footer {
float: left;
padding: 16px;
}
div.footercolor{background-color:#1C0D3D; }
p{
text-align: left;
}
p.bigred{
font-size: 28px;
color:red;
}
span.managehead{
font-weight: bold;
}
.managerow{
border: 1px solid #DDD;
border-radius: 6px;
margin: 10px;
}
.form-control input {
text-align: left;
}
/*.bigaccounts {
margin-bottom: 200px;
padding-bottom: 200px;
}*/
div.sectionheading{
/*color:white;*/
color: #D12020;
font-weight: bold;
border-radius: 6px;
/*margin-top: 50px;*/
}
*, div.sectionheading, h1, h2{
text-align: center;
}
div.sectionheadingabout{color:#2c2a9e;
}
.editbox, div.cards>div>div{
border:1px solid #DDD;
padding:20px;
border-radius: 6px;
}
div.cards>div{
padding:20px;
border-radius: 6px;
}
/*.editbox{
border: 1px solid #DDD;
margin: 10px;
box-sizing: border-box;
}*/
hr{
margin-top: 0px;
border-width:medium;
border-radius: 6px;
color: #E4E0E0;
}
#chart{
border:10px #000000;
border-radius: 6px;
background-color: #FFF;
}
#chartdiv {
/*padding: 20px;*/
margin: 10px;
margin-bottom: 30px;
border-radius: 6px;
border: 1px solid #CCC;
background-color: #FFF;
}
nav *, h1, h2{
font-family: 'Josefin Sans', sans-serif;
}
.button {
background-color: #DB0003;
border: none;
border-radius: 6px;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
right: 20px;
}
.form-group button {
/*background-color: purple;*/
text-align: right;
position: absolute;
margin-top: 5px;
right: 4%;
}
.makepaymentbox {
background-color: white;
border-radius: 6px;
}
/*.messagebox{
}*/
.home nav{
background-color: #1C0D3D;
}
.homenav{
background-color: #1C0D3D;
}
body.home nav.navbar-default{
background-color: #1C0D3D;
} | css/style.css | @charset "UTF-8";
/* CSS Document */
/*--------------------------- <start> COLORS ---------------------------*/
/*_______________________________
HEX COLOR USED
------- ---------- ---
#63dbd8 cyan-blue ?
#e09927 orange ?
#51bc3f green ?
#2c2a9e blue ?
#dee256 yellow ?
#D12020 red ?
#1C0D3D dark-purple nav
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
/* #63dbd8 #e09927 #51bc3f #2c2a9e #dee256 #D12020 #1C0D3D */
.color1{ background-color: #63dbd8; /* cyan-light-blue */}
.color2{ background-color: #e09927; /* orange */}
.color3{ background-color: #51bc3f; /* green */}
.color4{ background-color: #2c2a9e; /* blue */}
.color5{ background-color: #dee256; /* yellow */}
.color6{ background-color: #D12020; /* red */}
.color7{ background-color: #1C0D3D; /* dark purple (nav) */}
.colortext1{ color: #63dbd8; /* cyan-light-blue */}
.colortext2{ color: #e09927; /* orange */}
.colortext3{ color: #51bc3f; /* green */}
.colortext4{ color: #2c2a9e; /* blue */}
.colortext5{ color: #dee256; /* yellow */}
.colortext6{ color: #D12020; /* red */}
.colortext7{ color: #1C0D3D; /* dark purple (nav) */}
.colorunderline1{text-decoration: underline; text-decoration-color: #63dbd8;} /* cyan-light-blue */
.colorunderline2{text-decoration: underline; text-decoration-color: #e09927;} /* orange */
.colorunderline3{text-decoration: underline; text-decoration-color: #51bc3f;} /* green */
.colorunderline4{text-decoration: underline; text-decoration-color: #2c2a9e;} /* blue */
.colorunderline5{text-decoration: underline; text-decoration-color: #dee256;} /* yellow */
.colorunderline6{text-decoration: underline; text-decoration-color: #D12020;} /* red */
.colorunderline7{text-decoration: underline; text-decoration-color: #1C0D3D;} /* dark purple (nav) */
/*--------------------------- <end> COLORS ---------------------------*/
h1.hometitle{
color:green;
}
*{
/*box-sizing: border-box;*/
background-image: url("bg1.jpg");
}
a, a:active, a:focus, a:hover, a:visited, a:valid{
text-decoration: none;
}
body{
background-image: url("bg1.jpg");
}
body.homebody, div.wrapper{
background-image: url("img/bg1.jpg");
}
textarea {
text-align: left;
}
nav *, h1, h2, h3, div.footer, div.footer *{
font-family: 'Josefin Sans', sans-serif;
}
div.splitter{
/*position:relative;*/
height:30px;
/*width:100vw;*/
}
div.splitter:first-of-type{
position:relative;
top:100px;
}
/*div.topsplitter{
height:103px;
border-bottom: 5px solid #e09927;
}*/
section#map{background: #7AEAE4;}
div.sectionheadingaboutmap{background: white;}
img#map{width: 60%}
p.faq{text-align: center;}
/*--------------------------- <start> NAV ---------------------------*/
img#logo{
padding:0;
margin:0;
width:80px;
/*height:50px;*/
}
/*#logo{width:80px;}*/
li.logonav a{
padding:0;
margin:-10;
}
ul.navbar-left{
border-right-style: none;
/*border-right-style: dotted;*/
border-right-color: #DEE256;
border-right-width: 2px;
font-weight: 500;
font-size: 16px;
}
ul.local-nav{
border-left-style: solid;
/*border-left-style: double;*/
border-left-color: #DEE256;
border-left-width: 4px;
font-size: 14px;
border-spacing:
}
/*RIGHT-NAV (local) LINKS focus + hover*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
/* #63dbd8 #e09927 #51bc3f #2c2a9e #dee256 #D12020 #1C0D3D */
background-color: #63dbd8;
/*background-color: #e09927;
background-color: #51bc3f;
background-color: #2c2a9e;
background-color: #dee256;
background-color: #D12020;
background-color: #1C0D3D;*/
color: #1C0D3D;
}
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
background-color: #D12020;
color: white;
}
.navbar-default .navbar-nav > li.dropdown > a{
color: #FFFFFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
background-color: #D12020;
color: white;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
color: #EF4C4C;
text-decoration: none;
background-color: transparent;
/*-webkit-transform: scale(1.2);*/
}
.navbar .nav > li > a {
color:#FFFFFF;
text-decoration: none;
background-color: transparent;
/*-webkit-transform: scale(1.2);*/
}
/* #63dbd8 #e09927 #51bc3f #2c2a9e #dee256 #D12020 #1C0D3D */
/*_______________________________
HEX COLOR USED
------- ---------- ---
#63dbd8 cyan-blue ?
#e09927 orange ?
#51bc3f green ?
#2c2a9e blue ?
#dee256 yellow ?
#D12020 red ?
#1C0D3D dark-purple nav
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
/* #63dbd8 #e09927 #51bc3f #2c2a9e #dee256 #D12020 #1C0D3D */
/*--------------------------- <end> NAV ---------------------------*/
/*--------------------------- <start> FOOTER ---------------------------*/
div.footer{
margin-left: auto;
margin-right: auto;
width:98vw;
overflow-x: hidden;
background-color: #1C0D3D;
color:#fff;
align-items: center;
align-content: center;
text-align: center;
}
div.footer div.footcol a:focus, div.footer div.footcol a:hover{
background-color: #D12020;
color: #FFF;
}
div.footer div.footcol a:first-child:focus, div.footer div.footcol a:first-child:hover{
background-color: #2C6D8D;
color: #FFF;
}
span.foothead{
/*color:#D12020;*/
color:#FFF;
/*font-weight: bold;*/
font-size: 20px;
}
span.foothead:focus, span.foothead:hover{
color:#EEAA00;
font-weight: bold;
}
div.footer div.footcol a{
display: block;
}
div.footer div.footcol{
/*width:31%;*/
margin:10px 0;
border-top: 2px solid #D12020;
border-radius: 6px;
border-spacing: 2px;
/*border-top-style: solid;
border-top-color: #D12020;
border-top-width: 2px;*/
}
body div.footer div.footcol:last-child{
width:100%;
}
div.footer div.footcol:nth-child(n+1){
background-color: darkblue;
}
div.footer div.footcol:nth-child(n+2){
background-color: darkred;
}
div.footer div.footcol:nth-child(n+3){
background-color: darkgreen;
}
div.footer div.footcol:nth-child(n+4){
background-color: darkorange;
}
/*--------------------------- <end> FOOTER ---------------------------*/
h1{font-size: 60px;}
h3{
font-size: 24px;
font-weight: bold;
}
h2{
font-size: 18px;
}
h2.subhead{
font-size: 24px;
color:#e09927;
}
h4{
color:red;
font-size: 24px;
font-weight: bold;
}
h5{
font-size: 16px;
font-weight: bold;
}
/*div.plandiv{
border-top: 4px solid #D0D0D0;
border-bottom: 4px solid #D0D0D0;
border-radius: 6px;
}*/
div.plandiv{
border: 1px solid #D0D0D0;
border-radius: 6px;
width:31%;
margin-left: 10px;
margin-right: 10px;
}
div.plandiv h2:first-child{
background-color: #dee256;
color:#fff;
}
.form-group{
text-align: left;
vertical-align: middle;
position: relative;
}
.supportcontact{
border-radius: 6px;
background-color: hsla(60, 60%, 75%, 0.5);
margin-top: 20px;
/*text-align: center;*/
vertical-align: middle;
line-height: 2em;
padding: 10px 0;
}
.supportcontact input {
text-align: left;
}
.longbox{
background-color: hsla(200, 0%, 100%, 0.5);
/*border: 1px solid #CCC;*/
border-radius: 6px;
}
.longboxsub{
font-size: 16px;
vertical-align: middle;
text-align: left;
border-radius: 6px;
}
.olongbox{
background-color: hsla(200, 0%, 100%, 1.0);
margin-top:10px;
border: 1px solid #CCC;
border-radius: 6px;
}
.olongboxsub{
padding-top: 20px;
padding-bottom: 20px;
font-family: 'Josefin Sans', sans-serif;
/*color:#3239D1;*/
font-size: 13px;
vertical-align: middle;
text-align: left;
}
div.faqbig{
border-radius: 6px;
text-align: center;
}
div.faqsmall{
border-radius: 6px;
background-color: #fff;
margin-top:10px;
border: solid;
border-color:#e9e9e9;
}
div.faqsmall:last-child{
margin-bottom:10px;
text-align: center;
}
div.faqsmall h2{
font-size:24px;
color: #e09927;
}
img#sun{width: 100px;}
img#geo{width: 100px;}
img#wind{width: 100px}
img#wave{width: 100px}
img#waste{width: 100px;}
img#llama{width: 100px}
div.historybig{
border-radius: 6px;
padding:20px;
text-align: center;
}
div.historybig div.row{
margin-left: auto;
margin-right: auto;
}
div.historysmall{
border-radius: 6px;
border: 1px solid #ccc;
background-color: #fff;
margin:0px 10px;
height:60vh;
box-sizing: border-box;
max-width: 354px;
display: inline-block;
}
@media (max-width: 600px) {
div.historysmall{
max-width: 500px;
text-align: center;
}
}
div.historysmall:last-child{
/*margin-right:10px;*/
}
div.historysmall h2{
font-size:24px;
color: #2c2a9e;
text-align: center;
}
h2.subhead{color:#51bc3f}
/*section#outage div.container div.row div.form-group form.reportoutage{*/
section#outage div.container div.row div.form-group{
height: 220px;
}
form.reportoutage div.form-group:first-child{
height:50px;
background-color: black;
}
section.footer{background-color:#1C0D3D;
height: 210px}
footer.footerrow h1{color:white;}
p.footercontact{color: white;
font-size: 20px;
align-text: center;}
li.footer{color:white;}
img#logob{width: 150px;
}
img#confirmlogo{width: 300px;}
h2.h2confirm{font-size: 50px;
color: #D12020;}
div.sectionheadingemergency{color:#e09927;}
p.confirm{text-align: center;
font-style: italic;}
th, td {
padding: 5px;
}
th.confirmhead {
text-align: center;
}
td.confirmhead2{text-align: center;}
table{width: 100%;
text-align: center;}
div.confirmpage{"float: left;
}
ul.footerbottom {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li.footer {
float: left;
padding: 16px;
}
div.footercolor{background-color:#1C0D3D; }
p{
text-align: left;
}
p.bigred{
font-size: 28px;
color:red;
}
span.managehead{
font-weight: bold;
}
.managerow{
border: 1px solid #DDD;
border-radius: 6px;
margin: 10px;
}
.form-control input {
text-align: left;
}
/*.bigaccounts {
margin-bottom: 200px;
padding-bottom: 200px;
}*/
div.sectionheading{
/*color:white;*/
color: #D12020;
font-weight: bold;
border-radius: 6px;
/*margin-top: 50px;*/
}
*, div.sectionheading, h1, h2{
text-align: center;
}
div.sectionheadingabout{color:#2c2a9e;
}
.editbox, div.cards>div>div{
border:1px solid #DDD;
padding:20px;
border-radius: 6px;
}
div.cards>div{
padding:20px;
border-radius: 6px;
}
/*.editbox{
border: 1px solid #DDD;
margin: 10px;
box-sizing: border-box;
}*/
hr{
margin-top: 0px;
border-width:medium;
border-radius: 6px;
color: #E4E0E0;
}
#chart{
border:10px #000000;
border-radius: 6px;
background-color: #FFF;
}
#chartdiv {
/*padding: 20px;*/
margin: 10px;
margin-bottom: 30px;
border-radius: 6px;
border: 1px solid #CCC;
background-color: #FFF;
}
nav *, h1, h2{
font-family: 'Josefin Sans', sans-serif;
}
.button {
background-color: #DB0003;
border: none;
border-radius: 6px;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
right: 20px;
}
.form-group button {
/*background-color: purple;*/
text-align: right;
position: absolute;
margin-top: 5px;
right: 4%;
}
.makepaymentbox {
background-color: white;
border-radius: 6px;
}
/*.messagebox{
}*/
.home nav{
background-color: #1C0D3D;
}
.homenav{
background-color: #1C0D3D;
}
body.home nav.navbar-default{
background-color: #1C0D3D;
} | 0.152663 | 0.046292 |
@charset "UTF-8";
@import "../css/vendor/normalize.css";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-ms-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
}
@-ms-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-ms-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@-ms-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
body {
font-family: "Josefin Sans", sans-serif;
background: #3F3A34 url(../img/bg.jpg) repeat;
color: #fff;
margin: 0;
padding: 0;
}
p {
font-size: 1.4em;
line-height: 1.6;
}
a,
a:link,
a:visited,
a:hover,
a:active {
color: #b9c6ae;
text-decoration: none;
}
a:hover {
color: #d3dbcc;
}
button {
outline: none;
}
.container {
position: absolute;
height: auto;
width: 100%;
margin-top: 40px;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.row {
margin: 1em 0;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
font-size: 0;
}
.row .col {
float: left;
padding-left: 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row .col:first-child {
padding-left: 0;
}
.row .col-2-3 {
width: 66.6666666667%;
}
.row .col-1-2 {
width: 50%;
}
.row .col-1-4 {
width: 25%;
}
.row .col-1-5 {
width: 20%;
}
.pull-left {
float: left;
margin: 0 1em 1em 0;
}
a.button,
.button,
button {
display: inline-block;
border: none;
outline: none;
background: #357d48;
color: #fff;
font-size: 1.2em;
padding: 0.5em 1em 0.3em;
margin: 0;
cursor: pointer;
}
a.button:hover,
.button:hover,
button:hover {
background: #44a15d;
}
.button-group {
text-align: center;
}
.button-group .button {
margin: 0.5em 0 0 1em;
}
.button-group .button:first-child {
margin-left: 0;
}
.nypl-header {
width: 100%;
height: 40px;
line-height: 40px;
background: #254426;
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px;
}
.nypl-header .lion {
display: inline-block;
background: transparent url(../img/NYPL_logo1_white_rev.svg) left center no-repeat;
background-size: contain;
width: 30px;
height: 30px;
margin-right: 10px;
font-size: 1px;
color: #254426;
vertical-align: middle;
}
.leaflet-popup-content {
color: #161514;
}
@media screen and (max-width: 700px) {
.row .col {
float: none;
padding: 1em;
}
.row .col-2-3,
.row .col-1-2,
.row .col-1-4,
.row .col-1-5 {
width: auto;
}
}
form {
font-size: 2em;
}
form label {
display: block;
font-size: 0.8em;
}
form input {
display: block;
margin: 0.3em auto 0.7em;
padding: 0.2em 0.2em 0.05em;
color: #161514;
outline: none;
}
form .select-group {
margin: 0.1em 0 0.1em;
text-align: center;
}
form .select-group .select.button {
display: inline-block;
background: #0000ffff ;
font-size: 0.0em;
}
form .select-group .select.button:hover {
background: #0000ffff ;
}
form .select-group .select.button.active {
background: #0000ffff ;
cursor: default;
}
form .select-group .select.button.active:before {
font-size: 0.8em;
content: "✓ ";
}
form button:before {
content: "Map A Trip";
}
form button.loading:before {
content: "Loading...";
opacity: 0.5;
}
.map,
.path {
position: absolute;
width: 66.6666666667%;
height: 100%;
top: 0;
left: 33.3333333333%;
}
.path {
width: 33.3333333333%;
left: 0;
overflow: hidden;
overflow-y: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.path .title {
padding: 20px;
background: #d0c2a1 url(../img/bg_light_small.jpg) center no-repeat;
background-size: cover;
color: #1a1e21;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.path .title h2 {
text-transform: uppercase;
color: #254426;
text-align: center;
letter-spacing: 4px;
}
.path .title h2 small {
font-size: 0.5em;
color: rgba(37, 68, 38, 0.5);
}
.path .title p {
font-size: 1em;
margin: 0.4em 0;
}
.path .title .button-group .button {
font-size: 1em;
margin-top: 0;
padding: 0.2em 0.6em 0em;
}
.path .title *:first-child {
margin-top: 0;
margin-bottom: 0;
}
.path .title *:last-child {
margin-bottom: 0;
}
.path button {
margin: 20px 0 0 20px;
}
.path-list-wrapper {
position: relative;
}
.path-list-wrapper .path-line {
position: absolute;
width: 3px;
height: 100%;
top: 0;
left: 26px;
display: flex;
flex-direction: column;
padding: 20px 0 90px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.path-list-wrapper .path-line:before {
content: " ";
border-left: 3px dashed rgba(206, 68, 68, 0.4);
flex: 1;
}
.path-list {
margin: 0;
padding: 0;
list-style: none;
}
.path-list li {
display: block;
margin: 0;
padding: 20px 20px 20px 60px;
border-bottom: 1px dotted #514E49;
position: relative;
-moz-transition: background 0.5s;
-o-transition: background 0.5s;
-webkit-transition: background 0.5s;
-ms-transition: background 0.5s;
transition: background 0.5s;
}
.path-list li:before {
display: block;
position: absolute;
top: 20px;
left: 20px;
font: normal normal normal 14px/1 FontAwesome;
font-size: 20px;
height: 20px;
line-height: 20px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "";
z-index: 10;
background: #3F3A34 url(../img/bg.jpg) repeat;
}
.path-list li.hotel:before {
content: "";
}
.path-list li.restaurant:before {
content: "";
}
.path-list li:hover, .path-list li:hover:before {
background: #2b2927;
}
.path-list li .name {
font-size: 1.4em;
}
.path-list li .address {
font-size: 1.1em;
padding: 0.4em 0 0.6em;
color: #908B85;
}
.path-list li .type {
font-size: 0.9em;
font-style: italic;
color: #71695D;
}
.modal {
background: rgba(22, 21, 20, 0.95);
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1001;
overflow: auto;
display: none;
}
.modal.active {
display: block;
}
.modal .modal-content {
width: 80%;
margin: 0 auto;
text-align: center;
position: relative;
top: 50%;
color: #fff;
display: none;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.modal .modal-content p {
font-size: 1.2em;
line-height: 1.8;
}
.modal .modal-content.active {
display: block;
}
.modal .form-modal.loading {
text-align: center;
font-size: 2em;
}
.modal .form-modal.loading > * {
display: none;
}
.modal .form-modal.loading:before {
content: "Loading...";
display: inline-block;
}
.modal .form-modal button {
font-size: 0.8em;
}
.modal p.intro {
max-width: 500px;
margin: 0 auto 1em;
padding: 1em 0.5em;
font-size: 1.2em;
line-height: 1.2;
background: #d0c2a1 url(../img/bg_light_small.jpg) center no-repeat;
background-size: cover;
color: #1a1e21;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.modal p.intro a {
color: #357d48;
}
.modal .modal-close {
position: absolute;
top: 50px;
right: 20px;
color: #b9c6ae;
font-weight: bold;
font-size: 1.6em;
}
.infobox {
width: 440px;
position: absolute;
bottom: 25px;
right: 10px;
padding: 0.5em 0.6em 0.3em;
background: #d0c2a1 url(../img/bg_light_small.jpg) center no-repeat;
background-size: cover;
color: #1a1e21;
border: 1px solid #908B85;
z-index: 1000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.infobox a {
color: #357d48;
}
.infobox a.button {
color: #fff;
font-size: 0.9em;
}
.infobox p {
font-size: 16px;
margin: 0;
line-height: 1.2;
}
/*# sourceMappingURL=trip.css.map */ | css/trip.css | @charset "UTF-8";
@import "../css/vendor/normalize.css";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-ms-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
}
@-ms-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-ms-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@-ms-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
body {
font-family: "Josefin Sans", sans-serif;
background: #3F3A34 url(../img/bg.jpg) repeat;
color: #fff;
margin: 0;
padding: 0;
}
p {
font-size: 1.4em;
line-height: 1.6;
}
a,
a:link,
a:visited,
a:hover,
a:active {
color: #b9c6ae;
text-decoration: none;
}
a:hover {
color: #d3dbcc;
}
button {
outline: none;
}
.container {
position: absolute;
height: auto;
width: 100%;
margin-top: 40px;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.row {
margin: 1em 0;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
font-size: 0;
}
.row .col {
float: left;
padding-left: 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row .col:first-child {
padding-left: 0;
}
.row .col-2-3 {
width: 66.6666666667%;
}
.row .col-1-2 {
width: 50%;
}
.row .col-1-4 {
width: 25%;
}
.row .col-1-5 {
width: 20%;
}
.pull-left {
float: left;
margin: 0 1em 1em 0;
}
a.button,
.button,
button {
display: inline-block;
border: none;
outline: none;
background: #357d48;
color: #fff;
font-size: 1.2em;
padding: 0.5em 1em 0.3em;
margin: 0;
cursor: pointer;
}
a.button:hover,
.button:hover,
button:hover {
background: #44a15d;
}
.button-group {
text-align: center;
}
.button-group .button {
margin: 0.5em 0 0 1em;
}
.button-group .button:first-child {
margin-left: 0;
}
.nypl-header {
width: 100%;
height: 40px;
line-height: 40px;
background: #254426;
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px;
}
.nypl-header .lion {
display: inline-block;
background: transparent url(../img/NYPL_logo1_white_rev.svg) left center no-repeat;
background-size: contain;
width: 30px;
height: 30px;
margin-right: 10px;
font-size: 1px;
color: #254426;
vertical-align: middle;
}
.leaflet-popup-content {
color: #161514;
}
@media screen and (max-width: 700px) {
.row .col {
float: none;
padding: 1em;
}
.row .col-2-3,
.row .col-1-2,
.row .col-1-4,
.row .col-1-5 {
width: auto;
}
}
form {
font-size: 2em;
}
form label {
display: block;
font-size: 0.8em;
}
form input {
display: block;
margin: 0.3em auto 0.7em;
padding: 0.2em 0.2em 0.05em;
color: #161514;
outline: none;
}
form .select-group {
margin: 0.1em 0 0.1em;
text-align: center;
}
form .select-group .select.button {
display: inline-block;
background: #0000ffff ;
font-size: 0.0em;
}
form .select-group .select.button:hover {
background: #0000ffff ;
}
form .select-group .select.button.active {
background: #0000ffff ;
cursor: default;
}
form .select-group .select.button.active:before {
font-size: 0.8em;
content: "✓ ";
}
form button:before {
content: "Map A Trip";
}
form button.loading:before {
content: "Loading...";
opacity: 0.5;
}
.map,
.path {
position: absolute;
width: 66.6666666667%;
height: 100%;
top: 0;
left: 33.3333333333%;
}
.path {
width: 33.3333333333%;
left: 0;
overflow: hidden;
overflow-y: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.path .title {
padding: 20px;
background: #d0c2a1 url(../img/bg_light_small.jpg) center no-repeat;
background-size: cover;
color: #1a1e21;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.path .title h2 {
text-transform: uppercase;
color: #254426;
text-align: center;
letter-spacing: 4px;
}
.path .title h2 small {
font-size: 0.5em;
color: rgba(37, 68, 38, 0.5);
}
.path .title p {
font-size: 1em;
margin: 0.4em 0;
}
.path .title .button-group .button {
font-size: 1em;
margin-top: 0;
padding: 0.2em 0.6em 0em;
}
.path .title *:first-child {
margin-top: 0;
margin-bottom: 0;
}
.path .title *:last-child {
margin-bottom: 0;
}
.path button {
margin: 20px 0 0 20px;
}
.path-list-wrapper {
position: relative;
}
.path-list-wrapper .path-line {
position: absolute;
width: 3px;
height: 100%;
top: 0;
left: 26px;
display: flex;
flex-direction: column;
padding: 20px 0 90px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.path-list-wrapper .path-line:before {
content: " ";
border-left: 3px dashed rgba(206, 68, 68, 0.4);
flex: 1;
}
.path-list {
margin: 0;
padding: 0;
list-style: none;
}
.path-list li {
display: block;
margin: 0;
padding: 20px 20px 20px 60px;
border-bottom: 1px dotted #514E49;
position: relative;
-moz-transition: background 0.5s;
-o-transition: background 0.5s;
-webkit-transition: background 0.5s;
-ms-transition: background 0.5s;
transition: background 0.5s;
}
.path-list li:before {
display: block;
position: absolute;
top: 20px;
left: 20px;
font: normal normal normal 14px/1 FontAwesome;
font-size: 20px;
height: 20px;
line-height: 20px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "";
z-index: 10;
background: #3F3A34 url(../img/bg.jpg) repeat;
}
.path-list li.hotel:before {
content: "";
}
.path-list li.restaurant:before {
content: "";
}
.path-list li:hover, .path-list li:hover:before {
background: #2b2927;
}
.path-list li .name {
font-size: 1.4em;
}
.path-list li .address {
font-size: 1.1em;
padding: 0.4em 0 0.6em;
color: #908B85;
}
.path-list li .type {
font-size: 0.9em;
font-style: italic;
color: #71695D;
}
.modal {
background: rgba(22, 21, 20, 0.95);
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1001;
overflow: auto;
display: none;
}
.modal.active {
display: block;
}
.modal .modal-content {
width: 80%;
margin: 0 auto;
text-align: center;
position: relative;
top: 50%;
color: #fff;
display: none;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.modal .modal-content p {
font-size: 1.2em;
line-height: 1.8;
}
.modal .modal-content.active {
display: block;
}
.modal .form-modal.loading {
text-align: center;
font-size: 2em;
}
.modal .form-modal.loading > * {
display: none;
}
.modal .form-modal.loading:before {
content: "Loading...";
display: inline-block;
}
.modal .form-modal button {
font-size: 0.8em;
}
.modal p.intro {
max-width: 500px;
margin: 0 auto 1em;
padding: 1em 0.5em;
font-size: 1.2em;
line-height: 1.2;
background: #d0c2a1 url(../img/bg_light_small.jpg) center no-repeat;
background-size: cover;
color: #1a1e21;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.modal p.intro a {
color: #357d48;
}
.modal .modal-close {
position: absolute;
top: 50px;
right: 20px;
color: #b9c6ae;
font-weight: bold;
font-size: 1.6em;
}
.infobox {
width: 440px;
position: absolute;
bottom: 25px;
right: 10px;
padding: 0.5em 0.6em 0.3em;
background: #d0c2a1 url(../img/bg_light_small.jpg) center no-repeat;
background-size: cover;
color: #1a1e21;
border: 1px solid #908B85;
z-index: 1000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.infobox a {
color: #357d48;
}
.infobox a.button {
color: #fff;
font-size: 0.9em;
}
.infobox p {
font-size: 16px;
margin: 0;
line-height: 1.2;
}
/*# sourceMappingURL=trip.css.map */ | 0.382026 | 0.084985 |
@charset "utf-8";
/* CSS Document */
/***
* uimaker
* http://www.uimaker.com
* e-mail: <EMAIL>
*/
body{
background-image:url(../images/loginbg3.png);
background-repeat:no-repeat;
background-position:center top;
overflow:hidden;
background-color:#1c77ac !important;
}
/*cloud*/
#mainBody {
width:100%;
height:100%;
position:absolute;
z-index:-1;
}
.cloud {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:url(../images/cloud.png) no-repeat;
z-index:1;
opacity:0.5;
}
#cloud2 {
z-index:2;
}
/*login*/
.logintop{
height:47px;
position:absolute;
top:0;
background-color: #286090;
z-index:100;
width:100%;
}
.logintop span{
color:#fff;
line-height:47px;
color:#afc5d2;
}
.logintop img{
margin-left: 24px;
}
.systemlogo{
background:url(../images/loginlogo.png) no-repeat center;
width:100%;
height:71px;
margin-top:120px;
}
.loginBox{
width:825px;
height:400px;
position:absolute;
top:60%;left:50%;
margin-left:-412.5px;
margin-top:-200px;
/*border:1px solid #ff0000;*/
background-image:url(../images/logininfo.png);
background-repeat:no-repeat;
}
.login-form{
width: 40%;
position: absolute;
top: 20%;left: 40%;
}
.login-input{
margin-top: 20px;
}
.login-input span{
top:0px;
}
.verify-pic {
border: solid 1px #CCCCCC;
border-radius:4px;
height: 46px;
}
.loginbtn{
width:111px;
height:46px;
background: #555555;
font-weight:bold;
margin-left: 6px;
color:#fff;
cursor:pointer;
line-height:35px;
border-radius: 4px;
}
.loginbm{
height:50px;
line-height:50px;
text-align:center;
position:absolute;
bottom:0;
width:100%;
color:#0b3a58;
}
.loginbm a{
font-weight:bold;
color:#0b3a58;
} | ontheroad/Public/Admin/Login/css/style.css | @charset "utf-8";
/* CSS Document */
/***
* uimaker
* http://www.uimaker.com
* e-mail: <EMAIL>
*/
body{
background-image:url(../images/loginbg3.png);
background-repeat:no-repeat;
background-position:center top;
overflow:hidden;
background-color:#1c77ac !important;
}
/*cloud*/
#mainBody {
width:100%;
height:100%;
position:absolute;
z-index:-1;
}
.cloud {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:url(../images/cloud.png) no-repeat;
z-index:1;
opacity:0.5;
}
#cloud2 {
z-index:2;
}
/*login*/
.logintop{
height:47px;
position:absolute;
top:0;
background-color: #286090;
z-index:100;
width:100%;
}
.logintop span{
color:#fff;
line-height:47px;
color:#afc5d2;
}
.logintop img{
margin-left: 24px;
}
.systemlogo{
background:url(../images/loginlogo.png) no-repeat center;
width:100%;
height:71px;
margin-top:120px;
}
.loginBox{
width:825px;
height:400px;
position:absolute;
top:60%;left:50%;
margin-left:-412.5px;
margin-top:-200px;
/*border:1px solid #ff0000;*/
background-image:url(../images/logininfo.png);
background-repeat:no-repeat;
}
.login-form{
width: 40%;
position: absolute;
top: 20%;left: 40%;
}
.login-input{
margin-top: 20px;
}
.login-input span{
top:0px;
}
.verify-pic {
border: solid 1px #CCCCCC;
border-radius:4px;
height: 46px;
}
.loginbtn{
width:111px;
height:46px;
background: #555555;
font-weight:bold;
margin-left: 6px;
color:#fff;
cursor:pointer;
line-height:35px;
border-radius: 4px;
}
.loginbm{
height:50px;
line-height:50px;
text-align:center;
position:absolute;
bottom:0;
width:100%;
color:#0b3a58;
}
.loginbm a{
font-weight:bold;
color:#0b3a58;
} | 0.25618 | 0.042662 |
.header-top {
background: #333333;
max-width: 100%;
width: 100%; }
.header-top .row-nav {
display: flex;
height: 50px;
line-height: 50px;
margin: 0; }
.header-top .row-nav .list {
padding: 3px 6px;
margin-left: 5px; }
.header-top .row-nav .list__item {
color: #fff;
transition: .5s; }
.header-top .row-nav .list__item--bg {
color: black; }
.header-top .row-nav .list__item:hover {
text-decoration: none;
color: red; }
.header-top .row-nav .list:first-child {
background: #fff; }
.header-bottom {
display: flex;
position: sticky;
top: 0;
width: 100%;
height: 50px;
line-height: 50px;
margin: 0 auto;
z-index: 3;
background: #fff; }
.header-bottom .container .row {
display: flex; }
.header-bottom .container .row .category-list {
display: flex;
width: 100%; }
.header-bottom .container .row .category-list .logo-box {
width: auto;
margin-right: 20px; }
.header-bottom .container .row .category-list-main {
display: flex;
align-items: center; }
.header-bottom .container .row .category-list-main li {
margin-right: 12px; }
.header-bottom .container .row .category-list-main-search .input-group input[type="text"] {
height: 32px;
width: 500%; }
.header-bottom .container .row .category-list-main-search .input-group-append--px {
padding: 5px 8px;
height: 32px; }
.header-bottom .container .row .category-list-main-small .form-group {
margin: 0; }
.header-bottom .container .row .category-list-main-small .form-group .fast--px {
height: 32px; }
.header-bottom .container .row .category-list-main-login {
display: flex;
justify-content: flex-end; }
.header-bottom .container .row .category-list-main-login__user {
display: flex;
align-items: center; }
.header-bottom .container .row .category-list-main-login__user .user-list {
margin-right: 15px; }
.header-bottom .container .row .category-list-main-login__user .user-list--txt {
text-decoration: none;
transition: .4s all ease; }
.header-bottom .container .row .category-list-main-login__user .user-list--txt:hover {
color: red; }
.header-bottom .container .row .category-list .dropdown-local.open .dropdown-local-sub-menu {
display: block; }
.header-bottom .container .row .category-list .dropdown-local:hover {
background: #eee; }
.show {
display: block; }
.select2-dropdown.select2-dropdown--below {
width: 150px !important;
border: 1px solid #ccc; }
.select2-container .select2-selection--single {
height: 32px; }
.select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height: 30px;
}
/*Nabar*/
.navbars-pc {
display: flex;
align-items: center;
justify-content: space-between;
height: 60px;
padding: 0 25px; }
.navbars {
height: 60px;
background-color: #333333; }
.navbars__list {
display: flex;
align-items: center; }
.navbars__link {
list-style-type: none;
margin-left: 8px; }
.navbars__input-group {
display: inline-flex; }
.navbars__bars-btn .icon-bars {
width: 28px;
height: 28px;
color: #fff;
display: none;
cursor: pointer; }
.navbars__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
display: none;
transition: fadeIn linear 0.2s; }
.navbars-input:checked ~ .navbars__overlay {
display: block; }
.navbars-input:checked ~ .navbars-mobile {
transform: translateX(0);
opacity: 1; }
.navbars-mobile {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 320px;
max-width: 100%;
background-color: #fff;
transform: translateX(-100%);
opacity: 0;
transition: all linear 0.2s; }
.navbars-mobile__link {
text-decoration: none;
color: #333;
display: block;
padding: 8px 0; }
.navbars-mobile__list {
margin-top: 24px;
padding: 0 25px; }
.navbars-mobile__close {
position: absolute;
font-size: 2rem;
color: #555;
top: 1rem;
right: 1rem;
cursor: pointer; }
@media screen and (max-width: 1023px) {
.navbars__bars-btn .icon-bars {
display: inline-block;
line-height: 60px;
height: 60px;
margin-left: 10px; }
.navbars-pc {
display: none; } }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } } | public/frontend/css/header.css | .header-top {
background: #333333;
max-width: 100%;
width: 100%; }
.header-top .row-nav {
display: flex;
height: 50px;
line-height: 50px;
margin: 0; }
.header-top .row-nav .list {
padding: 3px 6px;
margin-left: 5px; }
.header-top .row-nav .list__item {
color: #fff;
transition: .5s; }
.header-top .row-nav .list__item--bg {
color: black; }
.header-top .row-nav .list__item:hover {
text-decoration: none;
color: red; }
.header-top .row-nav .list:first-child {
background: #fff; }
.header-bottom {
display: flex;
position: sticky;
top: 0;
width: 100%;
height: 50px;
line-height: 50px;
margin: 0 auto;
z-index: 3;
background: #fff; }
.header-bottom .container .row {
display: flex; }
.header-bottom .container .row .category-list {
display: flex;
width: 100%; }
.header-bottom .container .row .category-list .logo-box {
width: auto;
margin-right: 20px; }
.header-bottom .container .row .category-list-main {
display: flex;
align-items: center; }
.header-bottom .container .row .category-list-main li {
margin-right: 12px; }
.header-bottom .container .row .category-list-main-search .input-group input[type="text"] {
height: 32px;
width: 500%; }
.header-bottom .container .row .category-list-main-search .input-group-append--px {
padding: 5px 8px;
height: 32px; }
.header-bottom .container .row .category-list-main-small .form-group {
margin: 0; }
.header-bottom .container .row .category-list-main-small .form-group .fast--px {
height: 32px; }
.header-bottom .container .row .category-list-main-login {
display: flex;
justify-content: flex-end; }
.header-bottom .container .row .category-list-main-login__user {
display: flex;
align-items: center; }
.header-bottom .container .row .category-list-main-login__user .user-list {
margin-right: 15px; }
.header-bottom .container .row .category-list-main-login__user .user-list--txt {
text-decoration: none;
transition: .4s all ease; }
.header-bottom .container .row .category-list-main-login__user .user-list--txt:hover {
color: red; }
.header-bottom .container .row .category-list .dropdown-local.open .dropdown-local-sub-menu {
display: block; }
.header-bottom .container .row .category-list .dropdown-local:hover {
background: #eee; }
.show {
display: block; }
.select2-dropdown.select2-dropdown--below {
width: 150px !important;
border: 1px solid #ccc; }
.select2-container .select2-selection--single {
height: 32px; }
.select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height: 30px;
}
/*Nabar*/
.navbars-pc {
display: flex;
align-items: center;
justify-content: space-between;
height: 60px;
padding: 0 25px; }
.navbars {
height: 60px;
background-color: #333333; }
.navbars__list {
display: flex;
align-items: center; }
.navbars__link {
list-style-type: none;
margin-left: 8px; }
.navbars__input-group {
display: inline-flex; }
.navbars__bars-btn .icon-bars {
width: 28px;
height: 28px;
color: #fff;
display: none;
cursor: pointer; }
.navbars__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
display: none;
transition: fadeIn linear 0.2s; }
.navbars-input:checked ~ .navbars__overlay {
display: block; }
.navbars-input:checked ~ .navbars-mobile {
transform: translateX(0);
opacity: 1; }
.navbars-mobile {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 320px;
max-width: 100%;
background-color: #fff;
transform: translateX(-100%);
opacity: 0;
transition: all linear 0.2s; }
.navbars-mobile__link {
text-decoration: none;
color: #333;
display: block;
padding: 8px 0; }
.navbars-mobile__list {
margin-top: 24px;
padding: 0 25px; }
.navbars-mobile__close {
position: absolute;
font-size: 2rem;
color: #555;
top: 1rem;
right: 1rem;
cursor: pointer; }
@media screen and (max-width: 1023px) {
.navbars__bars-btn .icon-bars {
display: inline-block;
line-height: 60px;
height: 60px;
margin-left: 10px; }
.navbars-pc {
display: none; } }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } } | 0.473414 | 0.039453 |
.product-html,
.product-body {
height: 100%;
width: 100%;
margin: 0;
font-family: 'Roboto', sans-serif;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 5%;
display: flex;
}
/* Columns */
.left-column {
width: 65%;
margin-top: 60px;
position: relative;
}
.right-column {
width: 35%;
margin-top: 120px;
}
/* Left Column */
.left-column img {
width: 90%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
transition: all 0.3s ease;
z-index: -1;
}
.left-column img.active {
opacity: 1;
}
.product-description {
border-bottom: 1px solid #e1e8ee;
margin-bottom: 20px;
}
.product-description span {
font-size: 12px;
color: #358ed7;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
}
.product-description h1 {
font-weight: 300;
font-size: 52px;
color: #43484d;
letter-spacing: -2px;
}
.product-description p {
font-size: 16px;
font-weight: 300;
color: #86939e;
line-height: 24px;
}
/* Product Color */
.product-color {
margin-bottom: 30px;
}
.color-choose div {
display: inline-block;
}
.color-choose input[type='&quot;radio&quot;'] {
display: none;
}
.color-choose input[type='&quot;radio&quot;'] + label span {
display: inline-block;
width: 40px;
height: 40px;
margin: -1px 4px 0 0;
vertical-align: middle;
cursor: pointer;
border-radius: 50%;
}
.color-choose input[type='&quot;radio&quot;'] + label span {
border: 2px solid #ffffff;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.color-choose input[type='&quot;radio&quot;']#red + label span {
background-color: #c91524;
}
.color-choose input[type='&quot;radio&quot;']#blue + label span {
background-color: #314780;
}
.color-choose input[type='&quot;radio&quot;']#black + label span {
background-color: #323232;
}
.color-choose input[type='&quot;radio&quot;']:checked + label span {
background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSdgMcqRSvIABti28yCDXg0Rm3hdo_tRwiA3g&usqp=CAU');
background-repeat: no-repeat;
background-position: center;
}
/* Cable Configuration */
.cable-choose {
margin-bottom: 20px;
}
.cable-choose button {
border: 2px solid #e1e8ee;
border-radius: 6px;
padding: 13px 20px;
font-size: 14px;
color: #5e6977;
background-color: #fff;
cursor: pointer;
transition: all 0.5s;
}
.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
border: 2px solid #86939e;
outline: none;
}
.cable-config {
border-bottom: 1px solid #e1e8ee;
margin-bottom: 20px;
}
.cable-config a {
color: #358ed7;
text-decoration: none;
font-size: 12px;
position: relative;
margin: 10px 0;
display: inline-block;
}
.cable-config a:before {
/* content: &quot;?&quot; */
height: 15px;
width: 15px;
border-radius: 50%;
border: 2px solid rgba(53, 142, 215, 0.5);
display: inline-block;
text-align: center;
line-height: 16px;
opacity: 0.5;
margin-right: 5px;
}
/* Product Price */
.product-price {
display: flex;
align-items: center;
}
.product-price span {
font-size: 26px;
font-weight: 300;
color: #43474d;
margin-right: 20px;
}
.cart-btn {
display: inline-block;
background-color: #7dc855;
border-radius: 6px;
font-size: 16px;
color: #ffffff;
text-decoration: none;
padding: 12px 30px;
transition: all 0.5s;
}
.cart-btn:hover {
background-color: #64af3d;
}
/* Responsive */
@media (max-width: 940px) {
.container {
flex-direction: column;
margin-top: 60px;
}
.left-column,
.right-column {
width: 100%;
}
.left-column img {
width: 300px;
right: 0;
top: -65px;
left: initial;
}
}
@media (max-width: 535px) {
.left-column img {
width: 220px;
top: -85px;
}
} | src/components/itemPage/itemPage.css | .product-html,
.product-body {
height: 100%;
width: 100%;
margin: 0;
font-family: 'Roboto', sans-serif;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 5%;
display: flex;
}
/* Columns */
.left-column {
width: 65%;
margin-top: 60px;
position: relative;
}
.right-column {
width: 35%;
margin-top: 120px;
}
/* Left Column */
.left-column img {
width: 90%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
transition: all 0.3s ease;
z-index: -1;
}
.left-column img.active {
opacity: 1;
}
.product-description {
border-bottom: 1px solid #e1e8ee;
margin-bottom: 20px;
}
.product-description span {
font-size: 12px;
color: #358ed7;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
}
.product-description h1 {
font-weight: 300;
font-size: 52px;
color: #43484d;
letter-spacing: -2px;
}
.product-description p {
font-size: 16px;
font-weight: 300;
color: #86939e;
line-height: 24px;
}
/* Product Color */
.product-color {
margin-bottom: 30px;
}
.color-choose div {
display: inline-block;
}
.color-choose input[type='&quot;radio&quot;'] {
display: none;
}
.color-choose input[type='&quot;radio&quot;'] + label span {
display: inline-block;
width: 40px;
height: 40px;
margin: -1px 4px 0 0;
vertical-align: middle;
cursor: pointer;
border-radius: 50%;
}
.color-choose input[type='&quot;radio&quot;'] + label span {
border: 2px solid #ffffff;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.color-choose input[type='&quot;radio&quot;']#red + label span {
background-color: #c91524;
}
.color-choose input[type='&quot;radio&quot;']#blue + label span {
background-color: #314780;
}
.color-choose input[type='&quot;radio&quot;']#black + label span {
background-color: #323232;
}
.color-choose input[type='&quot;radio&quot;']:checked + label span {
background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSdgMcqRSvIABti28yCDXg0Rm3hdo_tRwiA3g&usqp=CAU');
background-repeat: no-repeat;
background-position: center;
}
/* Cable Configuration */
.cable-choose {
margin-bottom: 20px;
}
.cable-choose button {
border: 2px solid #e1e8ee;
border-radius: 6px;
padding: 13px 20px;
font-size: 14px;
color: #5e6977;
background-color: #fff;
cursor: pointer;
transition: all 0.5s;
}
.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
border: 2px solid #86939e;
outline: none;
}
.cable-config {
border-bottom: 1px solid #e1e8ee;
margin-bottom: 20px;
}
.cable-config a {
color: #358ed7;
text-decoration: none;
font-size: 12px;
position: relative;
margin: 10px 0;
display: inline-block;
}
.cable-config a:before {
/* content: &quot;?&quot; */
height: 15px;
width: 15px;
border-radius: 50%;
border: 2px solid rgba(53, 142, 215, 0.5);
display: inline-block;
text-align: center;
line-height: 16px;
opacity: 0.5;
margin-right: 5px;
}
/* Product Price */
.product-price {
display: flex;
align-items: center;
}
.product-price span {
font-size: 26px;
font-weight: 300;
color: #43474d;
margin-right: 20px;
}
.cart-btn {
display: inline-block;
background-color: #7dc855;
border-radius: 6px;
font-size: 16px;
color: #ffffff;
text-decoration: none;
padding: 12px 30px;
transition: all 0.5s;
}
.cart-btn:hover {
background-color: #64af3d;
}
/* Responsive */
@media (max-width: 940px) {
.container {
flex-direction: column;
margin-top: 60px;
}
.left-column,
.right-column {
width: 100%;
}
.left-column img {
width: 300px;
right: 0;
top: -65px;
left: initial;
}
}
@media (max-width: 535px) {
.left-column img {
width: 220px;
top: -85px;
}
} | 0.46952 | 0.066721 |
body
{
BACKGROUND: white; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; COLOR: black; PADDING-TOP: 0px;
font: normal 8pt verdana,arial,helvetica;
color: #000000;
}
DIV#header {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px;
PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; COLOR: black; PADDING-TOP: 0px; BORDER-BOTTOM: #999999 1px solid;
BACKGROUND-COLOR: #99ccff; BORDER-RIGHT-WIDTH: 0px
}
td
{
font-family: Verdana;
font-size: x-small;
}
.pagebody
{
padding-left: 10px;
}
body.header
{
background-color: gainsboro;
}
body.treetop
{
background-color: gainsboro;
}
body.tree
{
background-color: whitesmoke;
}
A.closer
{
text-decoration:none;
color:Black;
}
.PageHeader
{
MARGIN-TOP: 1em;
MARGIN-BOTTOM: 0.8em;
font-family: Verdana;
font-size: x-small;
font-weight: bold;
margin-left: 10px;
}
.PageSubHeader
{
margin-top: 1em;
font-weight: normal;
font-size: x-small;
left: 10px;
margin-bottom: 0.8em;
color: dimgray;
font-style: italic;
font-family: Verdana;
position: relative;
}
.SmallLabel
{
font-size:xx-small;
font-family:Verdana;
}
.HeaderTitle
{
font-size: larger;
color: sienna;
font-family: Verdana;
}
.SubheaderTitle
{
font-weight: bold;
color: #696969;
}
table.Header
{
background-color: whitesmoke;
}
tr.Header
{
background-color: gainsboro;
font-family:Verdana;
font-size:x-small;
font-weight:bolder;
}
tr.Treetop
{
background-color: gainsboro;
font-family:Verdana;
font-size:x-small;
font-weight:bolder;
}
.MethodGrouping
{
border: 1px solid black;
padding:1px 3px 1px 3px;
margin-left: 18px;
background-color:#f8f8f8;
}
.MethodGroupingHeader
{
font-size: 12pt;
}
.Grid
{
border: 1px solid #cccccc;
padding:1px 3px 1px 3px;
margin-left: 18px;
}
.GridHeader
{
border: 1px solid #cccccc;
font-weight: bold;
background: #eeeeee;
}
.GridItem {
font-size: 8pt;
text-align: left;
border: 1px solid #cccccc;
}
h4
{
font-size: 100%;
}
table tr th, table tr td {
font-size: 8pt;
text-align: left;
}
table.details tr th{
font-weight: bold;
background:#a6caf0;
}
table.details tr td {
font-size: 8pt;
text-align: left;
background: #eeeee0;
}
h1 {
margin: 0px 0px 5px;
font: 14pt verdana,arial,helvetica;
}
h2 {
margin-top: 1em;
margin-bottom: 0.5em;
font: 13pt verdana,arial,helvetica;
}
div.modification {
border: 1px solid #cccccc;
margin-bottom: 1em;
}
span.linkbutton {
color: blue;
text-decoration: underline;
cursor: hand;
}
.code {
font-size: 11px;
font-weight: normal;
font-family: Lucida Console, monospace;
background-color: #eeeeee;
padding: 0.25cm;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
margin-left: 18px;
}
.webfx-tree-container {
margin: 0px;
padding: 0px;
font: icon;
white-space: nowrap;
}
.webfx-tree-item {
padding: 0px;
margin: 0px;
font: icon;
color: WindowText;
white-space: nowrap;
height: 16px;
}
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
margin-left: 3px;
padding: 0px 2px 1px 2px;
}
.webfx-tree-item a {
color: black;
text-decoration: none;
}
.webfx-tree-item a:hover {
color: blue;
text-decoration: underline;
}
.webfx-tree-item a:active {
background: highlight;
color: highlighttext;
text-decoration: none;
}
.webfx-tree-item img {
vertical-align: middle;
border: 0px;
}
.webfx-tree-icon {
width: 16px;
height: 16px;
} | site.css | body
{
BACKGROUND: white; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; COLOR: black; PADDING-TOP: 0px;
font: normal 8pt verdana,arial,helvetica;
color: #000000;
}
DIV#header {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px;
PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; COLOR: black; PADDING-TOP: 0px; BORDER-BOTTOM: #999999 1px solid;
BACKGROUND-COLOR: #99ccff; BORDER-RIGHT-WIDTH: 0px
}
td
{
font-family: Verdana;
font-size: x-small;
}
.pagebody
{
padding-left: 10px;
}
body.header
{
background-color: gainsboro;
}
body.treetop
{
background-color: gainsboro;
}
body.tree
{
background-color: whitesmoke;
}
A.closer
{
text-decoration:none;
color:Black;
}
.PageHeader
{
MARGIN-TOP: 1em;
MARGIN-BOTTOM: 0.8em;
font-family: Verdana;
font-size: x-small;
font-weight: bold;
margin-left: 10px;
}
.PageSubHeader
{
margin-top: 1em;
font-weight: normal;
font-size: x-small;
left: 10px;
margin-bottom: 0.8em;
color: dimgray;
font-style: italic;
font-family: Verdana;
position: relative;
}
.SmallLabel
{
font-size:xx-small;
font-family:Verdana;
}
.HeaderTitle
{
font-size: larger;
color: sienna;
font-family: Verdana;
}
.SubheaderTitle
{
font-weight: bold;
color: #696969;
}
table.Header
{
background-color: whitesmoke;
}
tr.Header
{
background-color: gainsboro;
font-family:Verdana;
font-size:x-small;
font-weight:bolder;
}
tr.Treetop
{
background-color: gainsboro;
font-family:Verdana;
font-size:x-small;
font-weight:bolder;
}
.MethodGrouping
{
border: 1px solid black;
padding:1px 3px 1px 3px;
margin-left: 18px;
background-color:#f8f8f8;
}
.MethodGroupingHeader
{
font-size: 12pt;
}
.Grid
{
border: 1px solid #cccccc;
padding:1px 3px 1px 3px;
margin-left: 18px;
}
.GridHeader
{
border: 1px solid #cccccc;
font-weight: bold;
background: #eeeeee;
}
.GridItem {
font-size: 8pt;
text-align: left;
border: 1px solid #cccccc;
}
h4
{
font-size: 100%;
}
table tr th, table tr td {
font-size: 8pt;
text-align: left;
}
table.details tr th{
font-weight: bold;
background:#a6caf0;
}
table.details tr td {
font-size: 8pt;
text-align: left;
background: #eeeee0;
}
h1 {
margin: 0px 0px 5px;
font: 14pt verdana,arial,helvetica;
}
h2 {
margin-top: 1em;
margin-bottom: 0.5em;
font: 13pt verdana,arial,helvetica;
}
div.modification {
border: 1px solid #cccccc;
margin-bottom: 1em;
}
span.linkbutton {
color: blue;
text-decoration: underline;
cursor: hand;
}
.code {
font-size: 11px;
font-weight: normal;
font-family: Lucida Console, monospace;
background-color: #eeeeee;
padding: 0.25cm;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
margin-left: 18px;
}
.webfx-tree-container {
margin: 0px;
padding: 0px;
font: icon;
white-space: nowrap;
}
.webfx-tree-item {
padding: 0px;
margin: 0px;
font: icon;
color: WindowText;
white-space: nowrap;
height: 16px;
}
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
margin-left: 3px;
padding: 0px 2px 1px 2px;
}
.webfx-tree-item a {
color: black;
text-decoration: none;
}
.webfx-tree-item a:hover {
color: blue;
text-decoration: underline;
}
.webfx-tree-item a:active {
background: highlight;
color: highlighttext;
text-decoration: none;
}
.webfx-tree-item img {
vertical-align: middle;
border: 0px;
}
.webfx-tree-icon {
width: 16px;
height: 16px;
} | 0.26322 | 0.074703 |
@import url(
https://fonts.googleapis.com/css?family=Open+Sans:400,
600,
700,
300
);
@import url(
https://fonts.googleapis.com/css?family=Raleway:400,
800,
700,
600,
500,
300
);
@import url("../fonts/Poppins.otf");
@import url("../fonts/PlayfairDisplay.otf");
html,
body {
height: 100%;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.alignleft {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
.alignright {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}
.aligncenter {
display: block;
margin: 0 auto 15px;
}
a:focus {
outline: 0px solid;
}
img {
max-width: 100%;
height: auto;
}
.fix {
overflow: hidden;
}
p {
margin: 0 0 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 24px;
font-weight: 600 !important;
font-family: "Poppins" !important;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 39px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 20px;
}
a {
transition: all 0.3s;
text-decoration: none;
}
a:hover {
color: #3299dc;
text-decoration: none;
}
a:active,
a:hover {
outline: 0 none;
}
ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
.acurate {
padding: 0;
margin: 0;
}
.padding-top {
padding-top: 30px;
}
.form-control::-moz-placeholder {
color: #000000;
opacity: 1;
}
::-webkit-scrollbar-track {
background-color: #fff;
border-radius: 10px;
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
background-color: #5c4c3c;
}
::-webkit-scrollbar-thumb {
background-color: #5c4c3c;
}
body {
font-family: "Poppins" !important;
font-size: 14px;
line-height: 24px;
vertical-align: baseline;
color: #333333;
}
.section-title h2 {
font-size: 36px;
font-weight: 600;
text-transform: uppercase;
}
.section-separator {
margin: 10px 0;
}
.section-separator i {
color: #3299dc;
padding: 0 10px;
}
.section-content {
margin-bottom: 60px;
}
/*---------------------------------------------*/
/* 2. button
/*---------------------------------------------*/
.btn-theme {
border-radius: 25px;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
background-color: #d9e832;
color: #5c4c3c;
padding: 10px 30px;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme:hover {
background-color: #5c4c3c;
color: #d9e832;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme:active {
background-color: #5c4c3c;
color: #d9e832;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-1 {
border-radius: 25px;
background-color: #5c4c3c;
color: #d9e832;
padding: 10px 30px;
border: 2px solid #5c4c3c;
box-shadow: 0 0 4px 0 #5c4c3c;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-1:hover {
background-color: #fff;
color: #5c4c3c;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-1:active {
background-color: #d9e832;
color: #5c4c3c;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-default {
border-radius: 25px;
border: 2px solid #5c4c3c;
background-color: #fff;
color: #474f58;
padding: 10px 30px;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-default:hover {
background-color: #5c4c3c;
color: #d9e832;
border: 2px solid #5c4c3c;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-default:active {
background-color: #5c4c3c;
color: #d9e832;
border: 2px solid #5c4c3c;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
/*---------------------------------------------*/
/* 2. Header area start
/*---------------------------------------------*/
.header-bottom-area {
padding: 0px 0;
}
.header-bottom-area .logo {
margin-top: 35px;
margin-bottom: 20px;
}
.header-bottom-area .logo img {
text-align: center;
}
.header-bottom-area .main-menu ul#nav {
margin-bottom: 0;
}
.header-bottom-area .main-menu ul#nav li {
position: relative;
padding: 55px 10px;
display: inline-block;
/* Dropup Menu area */
}
.header-bottom-area .main-menu ul#nav li a {
color: #222222;
display: inline-block;
font-family: "Raleway", sans-serif;
font-weight: 600;
text-decoration: none;
text-transform: uppercase;
transition: all 0.3s;
}
.header-bottom-area .main-menu ul#nav li ul li {
display: block;
margin: 0;
padding: 0 !important;
}
.header-bottom-area .main-menu ul#nav li ul li:last-child {
border-bottom: 0;
}
.header-bottom-area .main-menu ul#nav li ul li a {
color: #ffffff;
display: block;
padding: 10px 25px;
text-transform: none;
}
.header-bottom-area .main-menu ul#nav li ul li a:hover {
color: #dddddd;
}
.header-bottom-area .main-menu ul#nav li:hover ul {
opacity: 1;
transform: scaleY(1);
visibility: visible;
}
.header-social-icons {
margin-top: 35px;
}
.header-social-icons ul {
margin: 5px 0;
padding: 0;
}
.header-social-icons ul li {
display: inline-block;
}
.header-social-icons ul li a i {
font-size: 18px;
}
/*---------------*/
/* stick menu
/*---------------*/
/* ---------------
Mobile menu
----------------*/
.mobile-menu-area {
background: #fff none repeat scroll 0 0;
display: none;
}
.mobile-menu-area .mean-container a.meanmenu-reveal {
color: #000;
}
.mobile-menu-area .mean-container a.meanmenu-reveal span {
background: #444;
}
.header-bottom-area .header-search input[type="text"] {
border: none;
border: 1px solid #111111;
font-family: "opensans", sans-serif;
font-size: 12px;
font-weight: 700;
height: 40px;
width: 266px;
padding-left: 25px;
margin-top: 30px;
color: #111111;
}
.header-bottom-area button.search-btn {
background: none;
border: none;
color: #3299dc;
position: absolute;
width: 20px;
height: 100%;
right: 25px;
top: 15px;
transition: all 0.3s ease 0s;
}
/*---------------------------------------------*/
/* 3. Main slider area start
/*---------------------------------------------*/
.slider-area .slider-fashion h2 {
font-size: 60px;
font-weight: bold;
position: relative;
text-transform: uppercase;
margin-bottom: 20px;
font-family: "Raleway", sans-serif;
color: #fff;
}
.title-container .content .button {
color: #fff;
font-size: 14px;
font-weight: 600;
padding: 16px 40px;
text-transform: uppercase;
background: #3299dc;
font-family: "opensans", sans-serif;
text-decoration: none;
transition: all 0.3s;
}
.title-container .content .button:hover {
background: #12527b;
}
.margin-left {
margin-left: 65px;
}
.text {
margin-bottom: 40px;
padding: 1em 30em;
}
.slider-area {
position: relative;
}
.nivo-controlNav {
display: none;
}
/*-- banner-top --*/
.ban-top {
background: #000;
padding: 0px 0;
}
.dropdown-menu.columns-3 {
min-width: 700px;
padding: 30px 30px;
}
.multi-gd-img img {
width: 100%;
}
/*-- nav-bar --*/
.navbar-default {
background: none;
border: none;
min-height: inherit;
margin: 0;
float: left;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
background: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555;
background: none;
}
.navbar-nav > li {
margin: 0 15px 0 0;
}
.navbar-nav > li > a {
padding: 26px 16px;
}
.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.navbar-nav > li > a {
line-height: inherit;
}
/*-- //nav-bar --*/
/* Common styles for all menus */
.menu__list {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
.menu__item {
display: block;
margin: 0em 0;
}
.menu__link {
font-size: 1.05em;
font-weight: bold;
display: block;
padding: 1em;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-webkit-tap-highlight-color: transparent;
}
.menu__link:hover,
.menu__link:focus {
outline: none;
}
/* Individual styles */
.menu--shylock .menu__link {
position: relative;
margin: 0;
color: #b5b5b5;
-webkit-transition: color 0.4s;
transition: color 0.4s;
}
.menu--shylock .menu__item--current .menu__link,
.menu--shylock .menu__item--current .menu__link:hover,
.menu--shylock .menu__item--current .menu__link:focus {
color: #d94f5c;
}
.menu--shylock .menu__item--current .menu__link::after,
.menu--shylock .menu__item--current .menu__link::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.menu--shylock .menu__item--current .menu__link::before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.menu--shylock .menu__link:hover,
.menu--shylock .menu__link:focus {
color: #b5b5b5;
}
.menu--shylock .menu__link:hover::before,
.menu--shylock .menu__link:focus::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.menu--shylock .menu__link::before,
.menu--shylock .menu__link::after {
content: "";
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
height: 5px;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: center left;
transform-origin: center left;
-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu--shylock .menu__link::before {
background: #fda30e;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.menu--shylock .menu__link::after {
background: #fda30e;
}
a.menu__link {
color: #fff !important;
font-size: 15px;
font-weight: normal;
text-transform: uppercase;
}
.new-logo {
width: 150px;
}
.new-nev-ba {
background: #0000;
}
.fixed-header {
background: #5c4c3c !important;
position: fixed;
width: 100%;
z-index: 999;
top: 0;
}
.top-sl-li {
height: 1px;
}
.navbar-light .navbar-nav .nav-link {
font-family: Poppins !important;
color: #fff !important;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.86px;
}
.mobile-menu-area-a {
display: none;
}
/*----------------------------------------------*/
/*
/*---------------------------------------------*/
/* 13. footer top area start
/*---------------------------------------------*/
footer {
background: #fff;
background-size: cover;
}
.footer-top-area {
padding-top: 90px;
padding-bottom: 50px;
}
.footer-top-bar {
border-top: 5px solid #c6c6c6;
width: 100%;
}
.footer-top-bar {
padding-bottom: 40px;
}
.footer-top-name h3 {
padding: 20px 0;
color: #5c4c3c;
letter-spacing: 1.5px;
font-size: 18px;
font-family: "Poppins" !important;
}
.footer-content-a {
display: inline-flex;
width: 100%;
white-space: nowrap;
}
.footer-top-name .footer-content-a .footer-image {
width: 90px;
}
.footer-top-name .footer-content-a .footer-content-location {
width: 85%;
}
.footer-top-name .footer-content-a .footer-content-location p:nth-child(1) {
margin: 0;
color: #474f58;
}
.footer-top-name .footer-content-a .footer-content-location p {
color: #474f58;
line-height: 1.38;
}
.footer-top-name .footer-content-a .footer-content-call {
width: 85%;
}
.footer-top-name .footer-content-a .footer-content-call p {
line-height: 1.38;
color: #474f58;
padding-top: 10px;
}
.footer-top-name {
padding-bottom: 15px;
margin-right: 15px;
}
.footer-area-right-border {
border-right: 1px solid #ccc;
}
.footer-top-link h3 {
padding-top: 10px;
letter-spacing: 1.5px;
margin: 0;
}
.footer-top-link h3 a {
color: #5c4c3c;
text-decoration: none;
font-size: 18px;
}
.footer-top-link h3 a span {
border-bottom: 5px solid #d9e832;
}
.footer-area-right-border .footer-top-bar1 {
border-bottom: 5px solid #d9e832;
margin-right: 15px;
}
.footer-top-add h3 {
border-top: 5px solid #d9e832;
border-bottom: 5px solid #d9e832;
padding: 10px 0;
font-size: 16px;
line-height: 1.38;
font-weight: normal !important;
text-align: right;
color: #474f58;
}
.image-footer-logo {
width: 50%;
margin-left: 50%;
margin-bottom: 50px;
}
.footer-top-link {
margin-left: 15px;
}
.footer-top-bar1-disa-diss {
display: none;
}
.footer-top-bar1-disa-diss1 {
display: none;
}
/*
/*---------------------------------------------*/
/* 13. footer
/*---------------------------------------------*/
/*
/*---------------------------------------------*/
/* 13. Mine Index
/*---------------------------------------------*/
main {
margin-top: -120px;
}
/*--.section-1---*/
.section-1 {
background-image: url("../img/HeaderBackground-LP.png");
padding-top: 250px;
padding-bottom: 24%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.section-1 .text-section1-content {
width: 42%;
}
.section-1 .text-section1-content h5 {
font-family: PlayfairDisplay !important;
font-size: 40px;
font-weight: 700;
margin: 0;
font-stretch: normal;
font-style: normal;
line-height: 1.35;
letter-spacing: normal;
color: #fff;
}
.section-1 .text-section1-content h1 {
font-family: PlayfairDisplay !important;
font-size: 100px;
font-weight: 700;
font-stretch: normal;
line-height: 1;
font-style: normal;
letter-spacing: 0.9px;
color: #fff;
}
.section-1 .text-section1-content p {
font-family: Poppins;
font-size: 16px;
padding-top: 20px;
font-weight: normal;
font-stretch: normal;
margin-bottom: 50px;
font-style: normal;
line-height: 1.25;
color: #fff;
letter-spacing: normal;
}
.section-1 .section-1-about {
padding-top: 220px;
}
.section-1 .section1-name.spne {
border-bottom: 5px solid #d9e832;
padding-bottom: 20px;
}
.section-1 .section1-name h3 {
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
padding-bottom: 30px;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #d9e832;
}
.section-1 .section1-name p {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
color: #fff;
}
.section-1 .section1-name h4 {
padding-bottom: 50px;
}
.section-1 .section1-name h4 span {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #fff;
border-bottom: 5px solid #d9e832;
}
/*--.section-2---*/
.services-section1 {
padding: 50px 0;
}
.services-section1 .services-sec-name h3 {
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #5c4c3c;
}
.services-section1 .services-sec-name p {
font-family: Poppins;
font-size: 20px;
width: 320px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
color: #474f58;
}
.services-section1 .service-i-carousel .owl-nav.disabled {
display: block;
}
.services-section1 .service-i-carousel .owl-nav.disabled .owl-prev {
position: absolute;
top: 0;
right: 15%;
margin-top: -50px;
font-family: Poppins;
font-size: 12px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 2.4px;
color: #6d7278;
}
.services-section1 .service-i-carousel .owl-nav.disabled .owl-next {
position: absolute;
top: 0;
right: 6%;
margin-top: -50px;
font-family: Poppins;
font-size: 12px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 2.4px;
color: #6d7278;
}
.services-section1 .service-i-carousel .service-i-item {
margin-top: 30px;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box {
border: 1px solid #ccc;
padding: 10px;
height: 270px;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box
.service-i-carousel-img1 {
width: 30px;
height: 30px;
background-image: url("../img/Startup Advisory Default.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box
.service-i-carousel-img2 {
width: 30px;
height: 30px;
background-image: url("../img/M&A Advisory Default.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box
.service-i-carousel-img3 {
width: 30px;
height: 30px;
background-image: url("../img/Transaction tax Default.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box
.service-i-carousel-img4 {
width: 30px;
height: 30px;
background-image: url("../img/Investing in Startups Default.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box h5 {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
padding: 12px 0 5px 0;
letter-spacing: normal;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
color: #5c4c3c;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box p {
font-family: Poppins;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
overflow: hidden;
line-height: 1.29;
letter-spacing: normal;
color: #474f58;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box:hover {
background-color: #d9e832;
height: 310px;
box-shadow: 0 0 5px 0 #ccc;
margin-top: -20px;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box:hover
.service-i-carousel-img1 {
width: 30px;
height: 30px;
background-image: url("../img/Startup Advisory Active.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box:hover
.service-i-carousel-img2 {
width: 30px;
height: 30px;
background-image: url("../img/M&A Advisory.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box:hover
.service-i-carousel-img3 {
width: 30px;
height: 30px;
background-image: url("../img/Transaction tax Active.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box:hover
.service-i-carousel-img4 {
width: 30px;
height: 30px;
background-image: url("../img/Investing in Startups Active.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box:hover h5 {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
padding: 12px 0 5px 0;
letter-spacing: normal;
color: #5c4c3c;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box:hover p {
font-family: Poppins;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.29;
letter-spacing: normal;
color: #474f58;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1 .service-sec-slider {
position: relative;
top: -40px;
}
.services-section1 .service-sec-slider .bor-lift {
border-right: 1px solid #ccc;
}
.services-section1 .service-sec-slider .service-i {
padding-top: 50px;
height: 90%;
}
.services-section1 .service-sec-slider .service-right-content h4 span {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
color: #5c4c3c;
border-bottom: 5px solid #d9e832;
line-height: normal;
letter-spacing: 1.5px;
}
.services-section1 .service-sec-slider .service-right-content ul {
list-style-position: outside;
padding-left: 50px;
}
.services-section1 .service-sec-slider .service-right-content ul li {
color: #474f58;
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
padding: 10px 0;
}
.services-section1 .service-sec-slider .service-right-content ul li::before {
content: "\2022";
color: #d9e832;
font-weight: bold;
display: inline-block;
width: 32px;
height: 35px;
font-size: 36px;
margin-top: -20px;
margin-left: -1em;
position: relative;
top: 7px;
}
.services-section1 .service-sec-slider .service-right-content p {
padding-top: 50px;
}
/*--.section-2---*/
.section-2::after {
content: "";
margin-top: -3%;
padding: 9%;
width: 100%;
background-image: url(../img/before.png);
position: absolute;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
/*--.section-3---*/
.section-3 {
background-color: #d9e832;
padding-top: 13%;
padding-bottom: 50px;
}
.section-3 .product-section .product-name h3 {
color: #fff;
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
}
.section-3 .product-section .product-name-ne h1 {
font-family: PlayfairDisplay !important;
font-size: 100px;
font-weight: 900;
font-stretch: normal;
font-style: normal;
line-height: 1;
letter-spacing: 0.9px;
padding-bottom: 15px;
color: #5c4c3c;
border-bottom: 5px solid #fff;
}
.section-3 .product-section .product-name-ne p {
font-family: Poppins;
font-size: 20px;
padding-top: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
color: #474f58;
}
.section-3 .product-section .key-features {
border-left: 1px solid #fff;
padding-left: 30px;
}
.section-3 .product-section .key-features h3 span {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #5c4c3c;
border-bottom: 5px solid #fff;
}
.section-3 .product-section .key-features ul {
list-style-position: outside;
padding-left: 50px;
}
.section-3 .product-section .key-features ul li {
color: #474f58;
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
padding: 10px 0;
}
.section-3 .product-section .key-features ul li:before {
content: "\2022";
color: #fff;
font-weight: bold;
display: inline-block;
width: 32px;
height: 35px;
font-size: 36px;
margin-top: -20px;
margin-left: -1em;
position: relative;
top: 7px;
}
.section-3 .product-section .key-features a {
margin-left: 15px;
}
/*--.section-5---*/
.section-5 .section-5-slider {
background-color: #d9e832;
}
.section-5 .section-5-slider:after {
background-image: url(../img/after.png);
padding-bottom: 21%;
position: absolute;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
content: "";
margin-top: -250px;
width: 100%;
z-index: 9;
}
.section-5 .section-5-slider h1 {
display: none;
}
.section-5 .section-5-slider .section-5-slider0 {
position: relative;
z-index: 99;
margin-bottom: -335px;
}
.section-5 .section-5-slider .product-name-ne-mor {
display: inline-flex;
margin-top: 30px;
border-top: 5px solid #fff;
border-bottom: 5px solid #fff;
padding: 8px 0 0px 0;
width: 100%;
}
.section-5 .section-5-slider .product-name-ne-mor .product-name-flex {
color: #fff;
}
.section-5
.section-5-slider
.product-name-ne-mor
.product-name-flex
h6
span
img {
width: 22px;
}
.section-5 .section-5-slider .product-name-ne-mor .product-name-ne-m {
width: 100%;
}
.section-5 .section-5-slider .product-form {
z-index: 99999;
padding-top: 50px;
padding-bottom: 30px;
border-bottom: 5px solid #fff;
}
.section-5 .section-5-slider .product-form .product-form-name h3 {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #5c4c3c;
}
.section-5 .section-5-slider .product-form .product-form-name p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.38;
letter-spacing: normal;
color: #474f58;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
input:focus,
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
textarea:focus,
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
select:focus {
outline: 0;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-2::-webkit-input-placeholder {
/* Edge */
color: #fff;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-2:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #fff;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-2::placeholder {
color: #fff;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-2::-moz-placeholder {
color: #fff;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-1 {
font-family: Poppins;
font-size: 14px;
font-weight: normal;
width: 100%;
border: 1px solid #5c4c3c;
border-radius: 10px;
font-stretch: normal;
font-style: normal;
background-color: #d9e832;
line-height: 1.29;
padding: 14px 15px;
letter-spacing: normal;
color: #474f58;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-2 {
font-family: Poppins;
font-size: 14px;
font-weight: normal;
width: 100%;
border: 1px solid #5c4c3c;
border-radius: 10px;
font-stretch: normal;
font-style: normal;
background-color: #5c4c3c;
line-height: 1.29;
padding: 14px 15px;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-3 {
font-family: Poppins;
font-size: 14px;
font-weight: normal;
width: 100%;
border: 1px solid #5c4c3c;
border-radius: 10px;
font-stretch: normal;
font-style: normal;
background-color: #d9e832;
line-height: 1.29;
padding: 14px 15px;
letter-spacing: normal;
color: #474f58;
}
.section-5 .section-5-slider .product-form .product-form-start button {
border: none;
position: absolute;
background-color: #00000000;
right: -12%;
margin-top: -12%;
z-index: 9;
}
.section-5 .section-5-slider .key-people-carousel .owl-nav.disabled {
display: block !important;
}
.section-5 .section-5-slider .key-people-carousel .owl-nav {
position: relative;
top: -145px;
}
.section-5 .section-5-slider .key-people-carousel .owl-nav .owl-prev {
position: absolute;
left: 52%;
margin-top: -959px;
color: #000;
}
.section-5
.section-5-slider
.key-people-carousel
.owl-nav
.owl-prev
.slid-new-left {
font-family: Poppins;
font-size: 12px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 2.4px;
text-align: right;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.owl-nav
.owl-prev
.slid-new-left
i {
color: #c6c6c6;
}
.section-5 .section-5-slider .key-people-carousel .owl-nav .owl-next {
position: absolute;
left: 60%;
margin-top: -959px;
color: #000;
}
.section-5
.section-5-slider
.key-people-carousel
.owl-nav
.owl-next
.slid-new-right {
font-family: Poppins;
font-size: 12px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 2.4px;
text-align: right;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.owl-nav
.owl-next
.slid-new-right
i {
color: #c6c6c6;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-carousel-d1 {
background-image: url("../img/SarangProfile-LP.png");
padding-top: 60%;
padding-bottom: 280px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-carousel-d2 {
background-image: url("../img/ShubhamProfile-LP.png");
padding-top: 60%;
padding-bottom: 280px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-carousel-d3 {
background-image: url("../img/SridharProfile-LP.png");
padding-top: 60%;
padding-bottom: 280px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-carousel-d4 {
background-image: url("../img/soumitra.png");
padding-top: 60%;
padding-bottom: 280px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-carousel-d5 {
background-image: url("../img/AteevProfile-LP.png");
padding-top: 60%;
padding-bottom: 280px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m {
position: relative;
top: -22%;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
img {
display: none;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
h3 {
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
h2 {
font-family: PlayfairDisplay !important;
font-size: 40px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.35;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
h6 {
font-family: Poppins !important;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
padding-bottom: 15px;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content {
padding: 15px 0;
border-bottom: 5px solid #d9e832;
border-top: 5px solid #d9e832;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content
p {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
margin: 0;
color: #fff;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-2 {
padding-top: 30px;
padding-bottom: 40px;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-2
p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-3 {
display: inline-flex;
white-space: nowrap;
width: 100%;
border-top: 5px solid #d9e832;
border-bottom: 5px solid #d9e832;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(1) {
width: 20%;
padding: 15px 0;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(1)
h5 {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(2) {
width: 80%;
padding: 15px 0px 15px 30px;
border-left: 3px solid #999c71;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(2)
p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
white-space: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
color: #fff;
}
/*--.section-6---*/
.section-6 {
padding-top: 60px;
}
.section-6 .clients-slider h3 {
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #5c4c3c;
padding-bottom: 50px;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img {
position: relative;
width: 100%;
max-width: 400px;
margin: auto;
overflow: hidden;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img
img {
width: 100%;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img
.content-details {
position: absolute;
text-align: center;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
height: 100%;
padding: 36px 15px;
background: #d9e832;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img
.content-details
h3 {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
text-align: center;
color: #5c4c3c;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img
.content-details
.fadeIn-bottom {
top: 80%;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img:hover
.content-details {
top: 50%;
left: 50%;
opacity: 1;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
/*
/*---------------------------------------------*/
/* 13. Mine Product
/*---------------------------------------------*/
.product-file .section-1 {
background: #fff;
padding: 0;
}
.product-file .section-1 .text-section1 {
background-image: url("../img/Product-MatterManagement-HeaderBkg.png");
padding-top: 250px;
padding-bottom: 175px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.product-file .section-1 .text-section1 .text-section1-content {
width: 60%;
}
.product-file .section-1 .text-section1 .text-section1-content h5 {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #fff;
}
.product-file .section-1 .text-section1 .text-section1-content h1 {
font-family: PlayfairDisplay !important;
font-size: 100px;
font-weight: 900;
padding-bottom: 15px;
border-bottom: 5px solid #fdff;
font-stretch: normal;
font-style: normal;
line-height: 1;
letter-spacing: 0.9px;
color: #d9e832;
}
.left-bar-content #sidebar ul li {
padding: 8px 0;
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #c6c6c6;
cursor: pointer;
border-bottom: 5px solid #c6c6c6;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.left-bar-content #sidebar ul li a {
color: #c6c6c6;
}
.left-bar-content #sidebar ul li .dropdown-toggle::after {
float: right;
margin-top: 11px;
}
.left-bar-content #sidebar ul li:hover {
text-decoration: none;
color: #5c4c3c;
border-bottom: 5px solid #d9e832;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.left-bar-content #sidebar ul li:hover a {
color: #5c4c3c;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.left-bar-content #sidebar ul li:hover a:hover {
text-decoration: none;
}
.left-bar-content #sidebar ul li ul {
padding-left: 20px;
}
.left-bar-content #sidebar ul li ul li {
padding: 0 10px;
border-bottom: 5px solid #00000000;
font-family: Poppins;
font-size: 20px;
font-weight: bold;
padding-top: 4px;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
color: #474f58;
}
.left-bar-content #sidebar ul li ul li:hover {
border-bottom: 5px solid #00000000;
text-decoration: none;
background: #d9e832;
}
.left-bar-content #sidebar ul li ul li a {
line-height: 1.5;
color: #474f58;
}
.left-bar-content #sidebar ul li ul .active {
border-bottom: 5px solid #00000000;
text-decoration: none;
background: #d9e832;
}
.left-bar-content #sidebar .active {
text-decoration: none;
color: #5c4c3c;
border-bottom: 5px solid #d9e832;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.left-bar-content #sidebar .active a {
color: #5c4c3c;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.left-bar-content #sidebar .active a:hover {
text-decoration: none;
}
.left-bar-content #sidebar .active ul {
padding-left: 20px;
}
.left-bar-content #sidebar .active ul li a {
color: #474f58;
}
.product-sec-1 {
padding-top: 50px;
}
.product-deteals-in-teb .product_content {
display: none;
padding-left: 50px;
}
.product-deteals-in-teb .product_detail h1 {
display: none;
}
.product-deteals-in-teb .product_detail h3 {
font-family: Poppins !important;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
color: #474f58;
padding-bottom: 30px;
}
.product-deteals-in-teb .product_detail h2 {
font-family: Poppins !important;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #5c4c3c;
}
.product-deteals-in-teb .product_detail p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.38;
letter-spacing: normal;
color: #474f58;
}
.product-deteals-in-teb .product_detail ul {
list-style-position: outside;
padding-left: 50px;
}
.product-deteals-in-teb .product_detail ul li {
color: #474f58;
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
padding: 10px 0;
}
.product-deteals-in-teb .product_detail ul li:before {
content: "\2022";
color: #c6c6c6;
font-weight: bold;
display: inline-block;
width: 32px;
height: 35px;
font-size: 36px;
margin-top: -20px;
margin-left: -1em;
position: relative;
top: 7px;
}
.product-deteals-in-teb .key-people-carousel-m {
position: relative;
top: -22%;
}
.product-deteals-in-teb .key-people-carousel-m .key-people-content-text h2 {
font-family: PlayfairDisplay !important;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.35;
letter-spacing: normal;
color: #d9e832;
}
.product-deteals-in-teb .key-people-carousel-m .key-people-content-text h6 {
font-family: Poppins !important;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
padding-bottom: 15px;
letter-spacing: normal;
color: #474f58;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content {
padding: 15px 0;
border-bottom: 5px solid #e6e6e6;
border-top: 5px solid #e6e6e6;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content
p {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
margin: 0;
color: #474f58;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-2 {
padding-top: 30px;
padding-bottom: 40px;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-2
p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
color: #474f58;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-3 {
display: inline-flex;
white-space: nowrap;
width: 100%;
border-top: 5px solid #e6e6e6;
border-bottom: 5px solid #e6e6e6;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(1) {
width: 20%;
padding: 15px 0;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(1)
h5 {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
color: #474f58;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(2) {
width: 80%;
padding: 15px 0px 15px 30px;
border-left: 2px solid #e6e6e6;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(2)
p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
white-space: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
color: #474f58;
}
/*
/*---------------------------------------------*/
/* 13. About
/*---------------------------------------------*/
.about-section-1 {
background-image: url(../img/HeaderBackground-LP.png);
padding-top: 0;
padding-bottom: 18%;
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
}
.about-section-1 .section-1-about {
padding-top: 220px;
}
.about-section-1 .section1-name.spne {
border-bottom: 5px solid #d9e832;
padding-bottom: 20px;
}
.about-section-1 .section1-name h3 {
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
padding-bottom: 30px;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #d9e832;
}
.about-section-1 .section1-name p {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
color: #fff;
}
.about-section-1 .section1-name h4 {
padding-bottom: 20px;
}
.about-section-1 .section1-name h4 span {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #fff;
border-bottom: 5px solid #d9e832;
}
section.about-section-3 {
height: 185px;
background: #d9e832;
}
/*
/*---------------------------------------------*/
/* 13. service
/*---------------------------------------------*/
.service-sec-1 {
background-image: url("../img/Services-HeaderBkg.png");
height: auto;
padding-bottom: 16%;
padding-top: 175px;
background-position: center;
background-size: cover;
}
.service-sec-1 .service-name {
border-bottom: 5px solid #d9e832;
padding-bottom: 20px;
}
.service-sec-1 .service-name h3 {
font-family: Poppins !important;
font-size: 16px;
font-weight: bold !important;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #fff;
}
.service-sec-1 .service-name p {
font-family: Poppins !important;
font-size: 32px;
font-weight: bold !important;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #d9e832;
}
.service-sec-2 {
padding: 50px 0;
}
.service-boder-bot {
padding: 20px 0;
}
.service-boder-bot .service-image-1 img {
width: 100%;
}
.service-boder-bot .service-name-1 h3 {
font-family: Poppins !important;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #5c4c3c;
}
.service-boder-bot .service-content-1 {
border-bottom: 5px solid #e6e6e6;
padding: 0 0 5px 0;
}
.service-boder-bot .service-content-1 h3 {
font-family: Poppins !important;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
color: #474f58;
}
.service-boder-bot .service-content-1 h5 {
font-family: Poppins !important;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #5c4c3c;
}
.service-boder-bot .service-content-1 ul {
list-style-position: outside;
padding-left: 50px;
}
.service-boder-bot .service-content-1 ul li {
color: #474f58;
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
padding: 10px 0;
}
.service-boder-bot .service-content-1 ul li:before {
content: "\2022";
color: #c6c6c6;
font-weight: bold;
display: inline-block;
width: 32px;
height: 35px;
font-size: 36px;
margin-top: -20px;
margin-left: -1em;
position: relative;
top: 7px;
}
.new-bott-none .service-content-1 {
border-bottom: none !important;
}
.service-boder-bot-m {
display: none;
}
/*# sourceMappingURL=style.css.map */ | browndome/static/assets/css/style.css | @import url(
https://fonts.googleapis.com/css?family=Open+Sans:400,
600,
700,
300
);
@import url(
https://fonts.googleapis.com/css?family=Raleway:400,
800,
700,
600,
500,
300
);
@import url("../fonts/Poppins.otf");
@import url("../fonts/PlayfairDisplay.otf");
html,
body {
height: 100%;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.alignleft {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
.alignright {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}
.aligncenter {
display: block;
margin: 0 auto 15px;
}
a:focus {
outline: 0px solid;
}
img {
max-width: 100%;
height: auto;
}
.fix {
overflow: hidden;
}
p {
margin: 0 0 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 24px;
font-weight: 600 !important;
font-family: "Poppins" !important;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 39px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 20px;
}
a {
transition: all 0.3s;
text-decoration: none;
}
a:hover {
color: #3299dc;
text-decoration: none;
}
a:active,
a:hover {
outline: 0 none;
}
ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
.acurate {
padding: 0;
margin: 0;
}
.padding-top {
padding-top: 30px;
}
.form-control::-moz-placeholder {
color: #000000;
opacity: 1;
}
::-webkit-scrollbar-track {
background-color: #fff;
border-radius: 10px;
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
background-color: #5c4c3c;
}
::-webkit-scrollbar-thumb {
background-color: #5c4c3c;
}
body {
font-family: "Poppins" !important;
font-size: 14px;
line-height: 24px;
vertical-align: baseline;
color: #333333;
}
.section-title h2 {
font-size: 36px;
font-weight: 600;
text-transform: uppercase;
}
.section-separator {
margin: 10px 0;
}
.section-separator i {
color: #3299dc;
padding: 0 10px;
}
.section-content {
margin-bottom: 60px;
}
/*---------------------------------------------*/
/* 2. button
/*---------------------------------------------*/
.btn-theme {
border-radius: 25px;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
background-color: #d9e832;
color: #5c4c3c;
padding: 10px 30px;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme:hover {
background-color: #5c4c3c;
color: #d9e832;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme:active {
background-color: #5c4c3c;
color: #d9e832;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-1 {
border-radius: 25px;
background-color: #5c4c3c;
color: #d9e832;
padding: 10px 30px;
border: 2px solid #5c4c3c;
box-shadow: 0 0 4px 0 #5c4c3c;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-1:hover {
background-color: #fff;
color: #5c4c3c;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-1:active {
background-color: #d9e832;
color: #5c4c3c;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-default {
border-radius: 25px;
border: 2px solid #5c4c3c;
background-color: #fff;
color: #474f58;
padding: 10px 30px;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-default:hover {
background-color: #5c4c3c;
color: #d9e832;
border: 2px solid #5c4c3c;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.btn-theme-default:active {
background-color: #5c4c3c;
color: #d9e832;
border: 2px solid #5c4c3c;
text-decoration: none;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
/*---------------------------------------------*/
/* 2. Header area start
/*---------------------------------------------*/
.header-bottom-area {
padding: 0px 0;
}
.header-bottom-area .logo {
margin-top: 35px;
margin-bottom: 20px;
}
.header-bottom-area .logo img {
text-align: center;
}
.header-bottom-area .main-menu ul#nav {
margin-bottom: 0;
}
.header-bottom-area .main-menu ul#nav li {
position: relative;
padding: 55px 10px;
display: inline-block;
/* Dropup Menu area */
}
.header-bottom-area .main-menu ul#nav li a {
color: #222222;
display: inline-block;
font-family: "Raleway", sans-serif;
font-weight: 600;
text-decoration: none;
text-transform: uppercase;
transition: all 0.3s;
}
.header-bottom-area .main-menu ul#nav li ul li {
display: block;
margin: 0;
padding: 0 !important;
}
.header-bottom-area .main-menu ul#nav li ul li:last-child {
border-bottom: 0;
}
.header-bottom-area .main-menu ul#nav li ul li a {
color: #ffffff;
display: block;
padding: 10px 25px;
text-transform: none;
}
.header-bottom-area .main-menu ul#nav li ul li a:hover {
color: #dddddd;
}
.header-bottom-area .main-menu ul#nav li:hover ul {
opacity: 1;
transform: scaleY(1);
visibility: visible;
}
.header-social-icons {
margin-top: 35px;
}
.header-social-icons ul {
margin: 5px 0;
padding: 0;
}
.header-social-icons ul li {
display: inline-block;
}
.header-social-icons ul li a i {
font-size: 18px;
}
/*---------------*/
/* stick menu
/*---------------*/
/* ---------------
Mobile menu
----------------*/
.mobile-menu-area {
background: #fff none repeat scroll 0 0;
display: none;
}
.mobile-menu-area .mean-container a.meanmenu-reveal {
color: #000;
}
.mobile-menu-area .mean-container a.meanmenu-reveal span {
background: #444;
}
.header-bottom-area .header-search input[type="text"] {
border: none;
border: 1px solid #111111;
font-family: "opensans", sans-serif;
font-size: 12px;
font-weight: 700;
height: 40px;
width: 266px;
padding-left: 25px;
margin-top: 30px;
color: #111111;
}
.header-bottom-area button.search-btn {
background: none;
border: none;
color: #3299dc;
position: absolute;
width: 20px;
height: 100%;
right: 25px;
top: 15px;
transition: all 0.3s ease 0s;
}
/*---------------------------------------------*/
/* 3. Main slider area start
/*---------------------------------------------*/
.slider-area .slider-fashion h2 {
font-size: 60px;
font-weight: bold;
position: relative;
text-transform: uppercase;
margin-bottom: 20px;
font-family: "Raleway", sans-serif;
color: #fff;
}
.title-container .content .button {
color: #fff;
font-size: 14px;
font-weight: 600;
padding: 16px 40px;
text-transform: uppercase;
background: #3299dc;
font-family: "opensans", sans-serif;
text-decoration: none;
transition: all 0.3s;
}
.title-container .content .button:hover {
background: #12527b;
}
.margin-left {
margin-left: 65px;
}
.text {
margin-bottom: 40px;
padding: 1em 30em;
}
.slider-area {
position: relative;
}
.nivo-controlNav {
display: none;
}
/*-- banner-top --*/
.ban-top {
background: #000;
padding: 0px 0;
}
.dropdown-menu.columns-3 {
min-width: 700px;
padding: 30px 30px;
}
.multi-gd-img img {
width: 100%;
}
/*-- nav-bar --*/
.navbar-default {
background: none;
border: none;
min-height: inherit;
margin: 0;
float: left;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
background: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555;
background: none;
}
.navbar-nav > li {
margin: 0 15px 0 0;
}
.navbar-nav > li > a {
padding: 26px 16px;
}
.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.navbar-nav > li > a {
line-height: inherit;
}
/*-- //nav-bar --*/
/* Common styles for all menus */
.menu__list {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
.menu__item {
display: block;
margin: 0em 0;
}
.menu__link {
font-size: 1.05em;
font-weight: bold;
display: block;
padding: 1em;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-webkit-tap-highlight-color: transparent;
}
.menu__link:hover,
.menu__link:focus {
outline: none;
}
/* Individual styles */
.menu--shylock .menu__link {
position: relative;
margin: 0;
color: #b5b5b5;
-webkit-transition: color 0.4s;
transition: color 0.4s;
}
.menu--shylock .menu__item--current .menu__link,
.menu--shylock .menu__item--current .menu__link:hover,
.menu--shylock .menu__item--current .menu__link:focus {
color: #d94f5c;
}
.menu--shylock .menu__item--current .menu__link::after,
.menu--shylock .menu__item--current .menu__link::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.menu--shylock .menu__item--current .menu__link::before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.menu--shylock .menu__link:hover,
.menu--shylock .menu__link:focus {
color: #b5b5b5;
}
.menu--shylock .menu__link:hover::before,
.menu--shylock .menu__link:focus::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.menu--shylock .menu__link::before,
.menu--shylock .menu__link::after {
content: "";
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
height: 5px;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: center left;
transform-origin: center left;
-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu--shylock .menu__link::before {
background: #fda30e;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.menu--shylock .menu__link::after {
background: #fda30e;
}
a.menu__link {
color: #fff !important;
font-size: 15px;
font-weight: normal;
text-transform: uppercase;
}
.new-logo {
width: 150px;
}
.new-nev-ba {
background: #0000;
}
.fixed-header {
background: #5c4c3c !important;
position: fixed;
width: 100%;
z-index: 999;
top: 0;
}
.top-sl-li {
height: 1px;
}
.navbar-light .navbar-nav .nav-link {
font-family: Poppins !important;
color: #fff !important;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.86px;
}
.mobile-menu-area-a {
display: none;
}
/*----------------------------------------------*/
/*
/*---------------------------------------------*/
/* 13. footer top area start
/*---------------------------------------------*/
footer {
background: #fff;
background-size: cover;
}
.footer-top-area {
padding-top: 90px;
padding-bottom: 50px;
}
.footer-top-bar {
border-top: 5px solid #c6c6c6;
width: 100%;
}
.footer-top-bar {
padding-bottom: 40px;
}
.footer-top-name h3 {
padding: 20px 0;
color: #5c4c3c;
letter-spacing: 1.5px;
font-size: 18px;
font-family: "Poppins" !important;
}
.footer-content-a {
display: inline-flex;
width: 100%;
white-space: nowrap;
}
.footer-top-name .footer-content-a .footer-image {
width: 90px;
}
.footer-top-name .footer-content-a .footer-content-location {
width: 85%;
}
.footer-top-name .footer-content-a .footer-content-location p:nth-child(1) {
margin: 0;
color: #474f58;
}
.footer-top-name .footer-content-a .footer-content-location p {
color: #474f58;
line-height: 1.38;
}
.footer-top-name .footer-content-a .footer-content-call {
width: 85%;
}
.footer-top-name .footer-content-a .footer-content-call p {
line-height: 1.38;
color: #474f58;
padding-top: 10px;
}
.footer-top-name {
padding-bottom: 15px;
margin-right: 15px;
}
.footer-area-right-border {
border-right: 1px solid #ccc;
}
.footer-top-link h3 {
padding-top: 10px;
letter-spacing: 1.5px;
margin: 0;
}
.footer-top-link h3 a {
color: #5c4c3c;
text-decoration: none;
font-size: 18px;
}
.footer-top-link h3 a span {
border-bottom: 5px solid #d9e832;
}
.footer-area-right-border .footer-top-bar1 {
border-bottom: 5px solid #d9e832;
margin-right: 15px;
}
.footer-top-add h3 {
border-top: 5px solid #d9e832;
border-bottom: 5px solid #d9e832;
padding: 10px 0;
font-size: 16px;
line-height: 1.38;
font-weight: normal !important;
text-align: right;
color: #474f58;
}
.image-footer-logo {
width: 50%;
margin-left: 50%;
margin-bottom: 50px;
}
.footer-top-link {
margin-left: 15px;
}
.footer-top-bar1-disa-diss {
display: none;
}
.footer-top-bar1-disa-diss1 {
display: none;
}
/*
/*---------------------------------------------*/
/* 13. footer
/*---------------------------------------------*/
/*
/*---------------------------------------------*/
/* 13. Mine Index
/*---------------------------------------------*/
main {
margin-top: -120px;
}
/*--.section-1---*/
.section-1 {
background-image: url("../img/HeaderBackground-LP.png");
padding-top: 250px;
padding-bottom: 24%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.section-1 .text-section1-content {
width: 42%;
}
.section-1 .text-section1-content h5 {
font-family: PlayfairDisplay !important;
font-size: 40px;
font-weight: 700;
margin: 0;
font-stretch: normal;
font-style: normal;
line-height: 1.35;
letter-spacing: normal;
color: #fff;
}
.section-1 .text-section1-content h1 {
font-family: PlayfairDisplay !important;
font-size: 100px;
font-weight: 700;
font-stretch: normal;
line-height: 1;
font-style: normal;
letter-spacing: 0.9px;
color: #fff;
}
.section-1 .text-section1-content p {
font-family: Poppins;
font-size: 16px;
padding-top: 20px;
font-weight: normal;
font-stretch: normal;
margin-bottom: 50px;
font-style: normal;
line-height: 1.25;
color: #fff;
letter-spacing: normal;
}
.section-1 .section-1-about {
padding-top: 220px;
}
.section-1 .section1-name.spne {
border-bottom: 5px solid #d9e832;
padding-bottom: 20px;
}
.section-1 .section1-name h3 {
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
padding-bottom: 30px;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #d9e832;
}
.section-1 .section1-name p {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
color: #fff;
}
.section-1 .section1-name h4 {
padding-bottom: 50px;
}
.section-1 .section1-name h4 span {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #fff;
border-bottom: 5px solid #d9e832;
}
/*--.section-2---*/
.services-section1 {
padding: 50px 0;
}
.services-section1 .services-sec-name h3 {
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #5c4c3c;
}
.services-section1 .services-sec-name p {
font-family: Poppins;
font-size: 20px;
width: 320px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
color: #474f58;
}
.services-section1 .service-i-carousel .owl-nav.disabled {
display: block;
}
.services-section1 .service-i-carousel .owl-nav.disabled .owl-prev {
position: absolute;
top: 0;
right: 15%;
margin-top: -50px;
font-family: Poppins;
font-size: 12px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 2.4px;
color: #6d7278;
}
.services-section1 .service-i-carousel .owl-nav.disabled .owl-next {
position: absolute;
top: 0;
right: 6%;
margin-top: -50px;
font-family: Poppins;
font-size: 12px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 2.4px;
color: #6d7278;
}
.services-section1 .service-i-carousel .service-i-item {
margin-top: 30px;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box {
border: 1px solid #ccc;
padding: 10px;
height: 270px;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box
.service-i-carousel-img1 {
width: 30px;
height: 30px;
background-image: url("../img/Startup Advisory Default.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box
.service-i-carousel-img2 {
width: 30px;
height: 30px;
background-image: url("../img/M&A Advisory Default.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box
.service-i-carousel-img3 {
width: 30px;
height: 30px;
background-image: url("../img/Transaction tax Default.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box
.service-i-carousel-img4 {
width: 30px;
height: 30px;
background-image: url("../img/Investing in Startups Default.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box h5 {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
padding: 12px 0 5px 0;
letter-spacing: normal;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
color: #5c4c3c;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box p {
font-family: Poppins;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
overflow: hidden;
line-height: 1.29;
letter-spacing: normal;
color: #474f58;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box:hover {
background-color: #d9e832;
height: 310px;
box-shadow: 0 0 5px 0 #ccc;
margin-top: -20px;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box:hover
.service-i-carousel-img1 {
width: 30px;
height: 30px;
background-image: url("../img/Startup Advisory Active.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box:hover
.service-i-carousel-img2 {
width: 30px;
height: 30px;
background-image: url("../img/M&A Advisory.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box:hover
.service-i-carousel-img3 {
width: 30px;
height: 30px;
background-image: url("../img/Transaction tax Active.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1
.service-i-carousel
.service-i-item
.service-i-box:hover
.service-i-carousel-img4 {
width: 30px;
height: 30px;
background-image: url("../img/Investing in Startups Active.svg");
background-position: center;
background-size: cover;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box:hover h5 {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
padding: 12px 0 5px 0;
letter-spacing: normal;
color: #5c4c3c;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1 .service-i-carousel .service-i-item .service-i-box:hover p {
font-family: Poppins;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.29;
letter-spacing: normal;
color: #474f58;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.services-section1 .service-sec-slider {
position: relative;
top: -40px;
}
.services-section1 .service-sec-slider .bor-lift {
border-right: 1px solid #ccc;
}
.services-section1 .service-sec-slider .service-i {
padding-top: 50px;
height: 90%;
}
.services-section1 .service-sec-slider .service-right-content h4 span {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
color: #5c4c3c;
border-bottom: 5px solid #d9e832;
line-height: normal;
letter-spacing: 1.5px;
}
.services-section1 .service-sec-slider .service-right-content ul {
list-style-position: outside;
padding-left: 50px;
}
.services-section1 .service-sec-slider .service-right-content ul li {
color: #474f58;
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
padding: 10px 0;
}
.services-section1 .service-sec-slider .service-right-content ul li::before {
content: "\2022";
color: #d9e832;
font-weight: bold;
display: inline-block;
width: 32px;
height: 35px;
font-size: 36px;
margin-top: -20px;
margin-left: -1em;
position: relative;
top: 7px;
}
.services-section1 .service-sec-slider .service-right-content p {
padding-top: 50px;
}
/*--.section-2---*/
.section-2::after {
content: "";
margin-top: -3%;
padding: 9%;
width: 100%;
background-image: url(../img/before.png);
position: absolute;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
/*--.section-3---*/
.section-3 {
background-color: #d9e832;
padding-top: 13%;
padding-bottom: 50px;
}
.section-3 .product-section .product-name h3 {
color: #fff;
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
}
.section-3 .product-section .product-name-ne h1 {
font-family: PlayfairDisplay !important;
font-size: 100px;
font-weight: 900;
font-stretch: normal;
font-style: normal;
line-height: 1;
letter-spacing: 0.9px;
padding-bottom: 15px;
color: #5c4c3c;
border-bottom: 5px solid #fff;
}
.section-3 .product-section .product-name-ne p {
font-family: Poppins;
font-size: 20px;
padding-top: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
color: #474f58;
}
.section-3 .product-section .key-features {
border-left: 1px solid #fff;
padding-left: 30px;
}
.section-3 .product-section .key-features h3 span {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #5c4c3c;
border-bottom: 5px solid #fff;
}
.section-3 .product-section .key-features ul {
list-style-position: outside;
padding-left: 50px;
}
.section-3 .product-section .key-features ul li {
color: #474f58;
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
padding: 10px 0;
}
.section-3 .product-section .key-features ul li:before {
content: "\2022";
color: #fff;
font-weight: bold;
display: inline-block;
width: 32px;
height: 35px;
font-size: 36px;
margin-top: -20px;
margin-left: -1em;
position: relative;
top: 7px;
}
.section-3 .product-section .key-features a {
margin-left: 15px;
}
/*--.section-5---*/
.section-5 .section-5-slider {
background-color: #d9e832;
}
.section-5 .section-5-slider:after {
background-image: url(../img/after.png);
padding-bottom: 21%;
position: absolute;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
content: "";
margin-top: -250px;
width: 100%;
z-index: 9;
}
.section-5 .section-5-slider h1 {
display: none;
}
.section-5 .section-5-slider .section-5-slider0 {
position: relative;
z-index: 99;
margin-bottom: -335px;
}
.section-5 .section-5-slider .product-name-ne-mor {
display: inline-flex;
margin-top: 30px;
border-top: 5px solid #fff;
border-bottom: 5px solid #fff;
padding: 8px 0 0px 0;
width: 100%;
}
.section-5 .section-5-slider .product-name-ne-mor .product-name-flex {
color: #fff;
}
.section-5
.section-5-slider
.product-name-ne-mor
.product-name-flex
h6
span
img {
width: 22px;
}
.section-5 .section-5-slider .product-name-ne-mor .product-name-ne-m {
width: 100%;
}
.section-5 .section-5-slider .product-form {
z-index: 99999;
padding-top: 50px;
padding-bottom: 30px;
border-bottom: 5px solid #fff;
}
.section-5 .section-5-slider .product-form .product-form-name h3 {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #5c4c3c;
}
.section-5 .section-5-slider .product-form .product-form-name p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.38;
letter-spacing: normal;
color: #474f58;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
input:focus,
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
textarea:focus,
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
select:focus {
outline: 0;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-2::-webkit-input-placeholder {
/* Edge */
color: #fff;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-2:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #fff;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-2::placeholder {
color: #fff;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-2::-moz-placeholder {
color: #fff;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-1 {
font-family: Poppins;
font-size: 14px;
font-weight: normal;
width: 100%;
border: 1px solid #5c4c3c;
border-radius: 10px;
font-stretch: normal;
font-style: normal;
background-color: #d9e832;
line-height: 1.29;
padding: 14px 15px;
letter-spacing: normal;
color: #474f58;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-2 {
font-family: Poppins;
font-size: 14px;
font-weight: normal;
width: 100%;
border: 1px solid #5c4c3c;
border-radius: 10px;
font-stretch: normal;
font-style: normal;
background-color: #5c4c3c;
line-height: 1.29;
padding: 14px 15px;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.product-form
.product-form-start
.form-group
.input-i-form-3 {
font-family: Poppins;
font-size: 14px;
font-weight: normal;
width: 100%;
border: 1px solid #5c4c3c;
border-radius: 10px;
font-stretch: normal;
font-style: normal;
background-color: #d9e832;
line-height: 1.29;
padding: 14px 15px;
letter-spacing: normal;
color: #474f58;
}
.section-5 .section-5-slider .product-form .product-form-start button {
border: none;
position: absolute;
background-color: #00000000;
right: -12%;
margin-top: -12%;
z-index: 9;
}
.section-5 .section-5-slider .key-people-carousel .owl-nav.disabled {
display: block !important;
}
.section-5 .section-5-slider .key-people-carousel .owl-nav {
position: relative;
top: -145px;
}
.section-5 .section-5-slider .key-people-carousel .owl-nav .owl-prev {
position: absolute;
left: 52%;
margin-top: -959px;
color: #000;
}
.section-5
.section-5-slider
.key-people-carousel
.owl-nav
.owl-prev
.slid-new-left {
font-family: Poppins;
font-size: 12px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 2.4px;
text-align: right;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.owl-nav
.owl-prev
.slid-new-left
i {
color: #c6c6c6;
}
.section-5 .section-5-slider .key-people-carousel .owl-nav .owl-next {
position: absolute;
left: 60%;
margin-top: -959px;
color: #000;
}
.section-5
.section-5-slider
.key-people-carousel
.owl-nav
.owl-next
.slid-new-right {
font-family: Poppins;
font-size: 12px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 2.4px;
text-align: right;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.owl-nav
.owl-next
.slid-new-right
i {
color: #c6c6c6;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-carousel-d1 {
background-image: url("../img/SarangProfile-LP.png");
padding-top: 60%;
padding-bottom: 280px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-carousel-d2 {
background-image: url("../img/ShubhamProfile-LP.png");
padding-top: 60%;
padding-bottom: 280px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-carousel-d3 {
background-image: url("../img/SridharProfile-LP.png");
padding-top: 60%;
padding-bottom: 280px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-carousel-d4 {
background-image: url("../img/soumitra.png");
padding-top: 60%;
padding-bottom: 280px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-carousel-d5 {
background-image: url("../img/AteevProfile-LP.png");
padding-top: 60%;
padding-bottom: 280px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m {
position: relative;
top: -22%;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
img {
display: none;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
h3 {
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
h2 {
font-family: PlayfairDisplay !important;
font-size: 40px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.35;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
h6 {
font-family: Poppins !important;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
padding-bottom: 15px;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content {
padding: 15px 0;
border-bottom: 5px solid #d9e832;
border-top: 5px solid #d9e832;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content
p {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
margin: 0;
color: #fff;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-2 {
padding-top: 30px;
padding-bottom: 40px;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-2
p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-3 {
display: inline-flex;
white-space: nowrap;
width: 100%;
border-top: 5px solid #d9e832;
border-bottom: 5px solid #d9e832;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(1) {
width: 20%;
padding: 15px 0;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(1)
h5 {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
color: #fff;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(2) {
width: 80%;
padding: 15px 0px 15px 30px;
border-left: 3px solid #999c71;
}
.section-5
.section-5-slider
.key-people-carousel
.key-people-item
.key-people-carousel-conten
.key-people-content
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(2)
p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
white-space: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
color: #fff;
}
/*--.section-6---*/
.section-6 {
padding-top: 60px;
}
.section-6 .clients-slider h3 {
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #5c4c3c;
padding-bottom: 50px;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img {
position: relative;
width: 100%;
max-width: 400px;
margin: auto;
overflow: hidden;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img
img {
width: 100%;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img
.content-details {
position: absolute;
text-align: center;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
height: 100%;
padding: 36px 15px;
background: #d9e832;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img
.content-details
h3 {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
text-align: center;
color: #5c4c3c;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img
.content-details
.fadeIn-bottom {
top: 80%;
}
.section-6
.clients-slider
.clients-carousel
.clients-item
.clients-carousel-img:hover
.content-details {
top: 50%;
left: 50%;
opacity: 1;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
/*
/*---------------------------------------------*/
/* 13. Mine Product
/*---------------------------------------------*/
.product-file .section-1 {
background: #fff;
padding: 0;
}
.product-file .section-1 .text-section1 {
background-image: url("../img/Product-MatterManagement-HeaderBkg.png");
padding-top: 250px;
padding-bottom: 175px;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}
.product-file .section-1 .text-section1 .text-section1-content {
width: 60%;
}
.product-file .section-1 .text-section1 .text-section1-content h5 {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #fff;
}
.product-file .section-1 .text-section1 .text-section1-content h1 {
font-family: PlayfairDisplay !important;
font-size: 100px;
font-weight: 900;
padding-bottom: 15px;
border-bottom: 5px solid #fdff;
font-stretch: normal;
font-style: normal;
line-height: 1;
letter-spacing: 0.9px;
color: #d9e832;
}
.left-bar-content #sidebar ul li {
padding: 8px 0;
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #c6c6c6;
cursor: pointer;
border-bottom: 5px solid #c6c6c6;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.left-bar-content #sidebar ul li a {
color: #c6c6c6;
}
.left-bar-content #sidebar ul li .dropdown-toggle::after {
float: right;
margin-top: 11px;
}
.left-bar-content #sidebar ul li:hover {
text-decoration: none;
color: #5c4c3c;
border-bottom: 5px solid #d9e832;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.left-bar-content #sidebar ul li:hover a {
color: #5c4c3c;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.left-bar-content #sidebar ul li:hover a:hover {
text-decoration: none;
}
.left-bar-content #sidebar ul li ul {
padding-left: 20px;
}
.left-bar-content #sidebar ul li ul li {
padding: 0 10px;
border-bottom: 5px solid #00000000;
font-family: Poppins;
font-size: 20px;
font-weight: bold;
padding-top: 4px;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
color: #474f58;
}
.left-bar-content #sidebar ul li ul li:hover {
border-bottom: 5px solid #00000000;
text-decoration: none;
background: #d9e832;
}
.left-bar-content #sidebar ul li ul li a {
line-height: 1.5;
color: #474f58;
}
.left-bar-content #sidebar ul li ul .active {
border-bottom: 5px solid #00000000;
text-decoration: none;
background: #d9e832;
}
.left-bar-content #sidebar .active {
text-decoration: none;
color: #5c4c3c;
border-bottom: 5px solid #d9e832;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.left-bar-content #sidebar .active a {
color: #5c4c3c;
transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-o-transition: 0.3s linear;
-ms-transition: 0.3s linear;
}
.left-bar-content #sidebar .active a:hover {
text-decoration: none;
}
.left-bar-content #sidebar .active ul {
padding-left: 20px;
}
.left-bar-content #sidebar .active ul li a {
color: #474f58;
}
.product-sec-1 {
padding-top: 50px;
}
.product-deteals-in-teb .product_content {
display: none;
padding-left: 50px;
}
.product-deteals-in-teb .product_detail h1 {
display: none;
}
.product-deteals-in-teb .product_detail h3 {
font-family: Poppins !important;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
color: #474f58;
padding-bottom: 30px;
}
.product-deteals-in-teb .product_detail h2 {
font-family: Poppins !important;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #5c4c3c;
}
.product-deteals-in-teb .product_detail p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.38;
letter-spacing: normal;
color: #474f58;
}
.product-deteals-in-teb .product_detail ul {
list-style-position: outside;
padding-left: 50px;
}
.product-deteals-in-teb .product_detail ul li {
color: #474f58;
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
padding: 10px 0;
}
.product-deteals-in-teb .product_detail ul li:before {
content: "\2022";
color: #c6c6c6;
font-weight: bold;
display: inline-block;
width: 32px;
height: 35px;
font-size: 36px;
margin-top: -20px;
margin-left: -1em;
position: relative;
top: 7px;
}
.product-deteals-in-teb .key-people-carousel-m {
position: relative;
top: -22%;
}
.product-deteals-in-teb .key-people-carousel-m .key-people-content-text h2 {
font-family: PlayfairDisplay !important;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.35;
letter-spacing: normal;
color: #d9e832;
}
.product-deteals-in-teb .key-people-carousel-m .key-people-content-text h6 {
font-family: Poppins !important;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
padding-bottom: 15px;
letter-spacing: normal;
color: #474f58;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content {
padding: 15px 0;
border-bottom: 5px solid #e6e6e6;
border-top: 5px solid #e6e6e6;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content
p {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
margin: 0;
color: #474f58;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-2 {
padding-top: 30px;
padding-bottom: 40px;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-2
p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
color: #474f58;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-3 {
display: inline-flex;
white-space: nowrap;
width: 100%;
border-top: 5px solid #e6e6e6;
border-bottom: 5px solid #e6e6e6;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(1) {
width: 20%;
padding: 15px 0;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(1)
h5 {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
color: #474f58;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(2) {
width: 80%;
padding: 15px 0px 15px 30px;
border-left: 2px solid #e6e6e6;
}
.product-deteals-in-teb
.key-people-carousel-m
.key-people-content-text
.content-3
div:nth-child(2)
p {
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
white-space: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
color: #474f58;
}
/*
/*---------------------------------------------*/
/* 13. About
/*---------------------------------------------*/
.about-section-1 {
background-image: url(../img/HeaderBackground-LP.png);
padding-top: 0;
padding-bottom: 18%;
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
}
.about-section-1 .section-1-about {
padding-top: 220px;
}
.about-section-1 .section1-name.spne {
border-bottom: 5px solid #d9e832;
padding-bottom: 20px;
}
.about-section-1 .section1-name h3 {
font-family: Poppins;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
padding-bottom: 30px;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #d9e832;
}
.about-section-1 .section1-name p {
font-family: Poppins;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
color: #fff;
}
.about-section-1 .section1-name h4 {
padding-bottom: 20px;
}
.about-section-1 .section1-name h4 span {
font-family: Poppins;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #fff;
border-bottom: 5px solid #d9e832;
}
section.about-section-3 {
height: 185px;
background: #d9e832;
}
/*
/*---------------------------------------------*/
/* 13. service
/*---------------------------------------------*/
.service-sec-1 {
background-image: url("../img/Services-HeaderBkg.png");
height: auto;
padding-bottom: 16%;
padding-top: 175px;
background-position: center;
background-size: cover;
}
.service-sec-1 .service-name {
border-bottom: 5px solid #d9e832;
padding-bottom: 20px;
}
.service-sec-1 .service-name h3 {
font-family: Poppins !important;
font-size: 16px;
font-weight: bold !important;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #fff;
}
.service-sec-1 .service-name p {
font-family: Poppins !important;
font-size: 32px;
font-weight: bold !important;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #d9e832;
}
.service-sec-2 {
padding: 50px 0;
}
.service-boder-bot {
padding: 20px 0;
}
.service-boder-bot .service-image-1 img {
width: 100%;
}
.service-boder-bot .service-name-1 h3 {
font-family: Poppins !important;
font-size: 32px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #5c4c3c;
}
.service-boder-bot .service-content-1 {
border-bottom: 5px solid #e6e6e6;
padding: 0 0 5px 0;
}
.service-boder-bot .service-content-1 h3 {
font-family: Poppins !important;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
color: #474f58;
}
.service-boder-bot .service-content-1 h5 {
font-family: Poppins !important;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
color: #5c4c3c;
}
.service-boder-bot .service-content-1 ul {
list-style-position: outside;
padding-left: 50px;
}
.service-boder-bot .service-content-1 ul li {
color: #474f58;
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
padding: 10px 0;
}
.service-boder-bot .service-content-1 ul li:before {
content: "\2022";
color: #c6c6c6;
font-weight: bold;
display: inline-block;
width: 32px;
height: 35px;
font-size: 36px;
margin-top: -20px;
margin-left: -1em;
position: relative;
top: 7px;
}
.new-bott-none .service-content-1 {
border-bottom: none !important;
}
.service-boder-bot-m {
display: none;
}
/*# sourceMappingURL=style.css.map */ | 0.345436 | 0.086593 |
@charset "UTF-8";
/* -------------------------------------------------
* 公共部分
* ------------------------------------------------- */
body {
background: #e5e5e5 url(../../assets/images/background.png);
width: 100%;
overflow-x: hidden;
padding: 1rem 10%;
padding-bottom: 0;
box-sizing: border-box;
font-size: .9em; }
body .fa {
margin-right: .3em; }
body .info-unit {
margin-bottom: 1rem; }
body .info-unit h2 {
font-weight: 700; }
body .info-unit h3 {
font-weight: 300; }
/* -------------------------------------------------
* 头部部分
* ------------------------------------------------- */
.header {
display: none; }
/* -------------------------------------------------
* 主体部分
* ------------------------------------------------- */
.container .side {
position: absolute;
width: 20rem;
background: #fff;
border-radius: 5px;
box-shadow: 0 5px 20px #bbb;
box-sizing: border-box;
padding: 1rem; }
.container .side .me {
text-align: center;
margin-bottom: 2rem; }
.container .side .me .portrait {
margin: 0 auto;
margin-bottom: 1rem;
width: 8rem;
height: 8rem;
overflow: hidden;
position: relative; }
.container .side .me .portrait .loading {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 8rem;
height: 4rem;
margin: 0 auto; }
.container .side .me .portrait .loading span {
display: inline-block;
width: 8px;
height: 100%;
border-radius: 4px;
background: lightgreen;
-webkit-animation: load 1s ease infinite; }
@-webkit-keyframes load {
0%,100% {
height: 3rem;
margin: .5rem 0;
background: lightblue; }
50% {
height: 1rem;
margin: 1.5rem 0;
background: lightgreen; } }
@keyframes {
0%,100% {
height: 3rem;
margin: .5rem 0;
background: lightblue; }
50% {
height: 1rem;
margin: 1.5rem 0;
background: lightgreen; } }
.container .side .me .portrait .loading span:nth-child(2) {
-webkit-animation-delay: 0.2s; }
.container .side .me .portrait .loading span:nth-child(3) {
-webkit-animation-delay: 0.4s; }
.container .side .me .portrait .loading span:nth-child(4) {
-webkit-animation-delay: 0.6s; }
.container .side .me .portrait .loading span:nth-child(5) {
-webkit-animation-delay: 0.8s; }
.container .side .me .portrait img {
width: 8rem;
height: 8rem;
border-radius: 50%; }
.container .side .info-unit ul li label {
display: inline-block;
width: 35%; }
.container .side .info-unit ul li span {
display: inline-block;
vertical-align: top;
width: 60%; }
.container .main {
position: relative;
margin-left: 22rem;
background: #fff;
border-radius: 5px;
box-shadow: 0 5px 20px #bbb;
width: 755px;
box-sizing: border-box;
padding: 1rem; }
.container .main .info-unit ul {
box-sizing: border-box;
padding-left: 1.2rem;
padding-right: 0.8rem; }
.container .main .info-unit ul li {
margin-bottom: 1rem;
list-style: disc; }
.container .main .info-unit ul li h3 .link {
font-size: .5rem;
border: 1px solid #4db6ac;
padding: 1px 3px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-left: .5rem; }
.container .main .info-unit ul li h3 time {
text-align: right;
float: right; }
.container .main .info-unit ul li .info-content li {
list-style: circle;
margin: 0; }
.container .main .info-unit ul li .info-content .fa {
font-size: 1em; }
/* -------------------------------------------------
* 文档底部
* ------------------------------------------------- */
.footer {
width: 100%;
margin-top: 1rem;
height: 2rem; }
.footer p {
line-height: 2rem;
text-align: center;
font-size: 0.8rem; }
/* -------------------------------------------------
* 自定义部分
* ------------------------------------------------- */
.fa {
font-size: 1.2em; }
h2 {
font-size: 1.2em; }
h3 {
font-size: 1.1em; }
hr {
margin-bottom: .4em; }
aside {
position: fixed;
right: 0;
top: 30%;
z-index: 2; }
aside ul li {
margin-bottom: 10px;
-webkit-border-radius: 10px 0 0 10px;
border-radius: 19px 0 0 10px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
background: #1abc9c; }
aside ul li a {
display: inline-block;
width: 80px;
height: 38px;
line-height: 38px;
padding-left: 10px;
color: #fff; }
progress {
background-color: #f6f6f6;
display: inline;
/*width: 195px;*/
height: 1em; }
progress::-webkit-progress-bar {
background-color: #e0eaf0; }
progress::-webkit-progress-value {
background-color: #1abc9c; }
progress::-moz-progress-bar {
background-color: #e0eaf0; }
progress::-moz-progress-value {
background-color: #708d9b; }
.progress-list {
line-height: 2; }
mark {
background: rgba(232, 232, 232, 0.8); }
@media screen and (max-width: 1169px) {
.container .info-unit h3 span {
display: block; }
.container .info-unit h3 span.link {
display: inline; }
.container .project h3 span {
display: inline; }
.container .project h3 time {
display: block; }
.container .main .info-unit ul li h3 time {
float: none;
text-align: left; } }
@media screen and (max-width: 1034px) {
body {
padding: 1rem 3%; } }
@media screen and (max-width: 414px) {
.container .side {
position: static;
width: 95%;
margin: 0 auto; }
.container .main {
position: static;
margin-left: 0;
width: 95%;
margin: 0 auto;
margin-top: 1.5rem; }
#nav-m {
display: none;
position: fixed;
width: 28px;
height: 28px;
right: 10px;
bottom: 20px;
box-shadow: 0 5px 20px #bbb;
border-radius: 50%; }
#nav-m svg {
width: 28px;
height: 28px; }
aside {
display: none; } }
/*# sourceMappingURL=index.css.map */ | assets/css/index.css | @charset "UTF-8";
/* -------------------------------------------------
* 公共部分
* ------------------------------------------------- */
body {
background: #e5e5e5 url(../../assets/images/background.png);
width: 100%;
overflow-x: hidden;
padding: 1rem 10%;
padding-bottom: 0;
box-sizing: border-box;
font-size: .9em; }
body .fa {
margin-right: .3em; }
body .info-unit {
margin-bottom: 1rem; }
body .info-unit h2 {
font-weight: 700; }
body .info-unit h3 {
font-weight: 300; }
/* -------------------------------------------------
* 头部部分
* ------------------------------------------------- */
.header {
display: none; }
/* -------------------------------------------------
* 主体部分
* ------------------------------------------------- */
.container .side {
position: absolute;
width: 20rem;
background: #fff;
border-radius: 5px;
box-shadow: 0 5px 20px #bbb;
box-sizing: border-box;
padding: 1rem; }
.container .side .me {
text-align: center;
margin-bottom: 2rem; }
.container .side .me .portrait {
margin: 0 auto;
margin-bottom: 1rem;
width: 8rem;
height: 8rem;
overflow: hidden;
position: relative; }
.container .side .me .portrait .loading {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 8rem;
height: 4rem;
margin: 0 auto; }
.container .side .me .portrait .loading span {
display: inline-block;
width: 8px;
height: 100%;
border-radius: 4px;
background: lightgreen;
-webkit-animation: load 1s ease infinite; }
@-webkit-keyframes load {
0%,100% {
height: 3rem;
margin: .5rem 0;
background: lightblue; }
50% {
height: 1rem;
margin: 1.5rem 0;
background: lightgreen; } }
@keyframes {
0%,100% {
height: 3rem;
margin: .5rem 0;
background: lightblue; }
50% {
height: 1rem;
margin: 1.5rem 0;
background: lightgreen; } }
.container .side .me .portrait .loading span:nth-child(2) {
-webkit-animation-delay: 0.2s; }
.container .side .me .portrait .loading span:nth-child(3) {
-webkit-animation-delay: 0.4s; }
.container .side .me .portrait .loading span:nth-child(4) {
-webkit-animation-delay: 0.6s; }
.container .side .me .portrait .loading span:nth-child(5) {
-webkit-animation-delay: 0.8s; }
.container .side .me .portrait img {
width: 8rem;
height: 8rem;
border-radius: 50%; }
.container .side .info-unit ul li label {
display: inline-block;
width: 35%; }
.container .side .info-unit ul li span {
display: inline-block;
vertical-align: top;
width: 60%; }
.container .main {
position: relative;
margin-left: 22rem;
background: #fff;
border-radius: 5px;
box-shadow: 0 5px 20px #bbb;
width: 755px;
box-sizing: border-box;
padding: 1rem; }
.container .main .info-unit ul {
box-sizing: border-box;
padding-left: 1.2rem;
padding-right: 0.8rem; }
.container .main .info-unit ul li {
margin-bottom: 1rem;
list-style: disc; }
.container .main .info-unit ul li h3 .link {
font-size: .5rem;
border: 1px solid #4db6ac;
padding: 1px 3px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-left: .5rem; }
.container .main .info-unit ul li h3 time {
text-align: right;
float: right; }
.container .main .info-unit ul li .info-content li {
list-style: circle;
margin: 0; }
.container .main .info-unit ul li .info-content .fa {
font-size: 1em; }
/* -------------------------------------------------
* 文档底部
* ------------------------------------------------- */
.footer {
width: 100%;
margin-top: 1rem;
height: 2rem; }
.footer p {
line-height: 2rem;
text-align: center;
font-size: 0.8rem; }
/* -------------------------------------------------
* 自定义部分
* ------------------------------------------------- */
.fa {
font-size: 1.2em; }
h2 {
font-size: 1.2em; }
h3 {
font-size: 1.1em; }
hr {
margin-bottom: .4em; }
aside {
position: fixed;
right: 0;
top: 30%;
z-index: 2; }
aside ul li {
margin-bottom: 10px;
-webkit-border-radius: 10px 0 0 10px;
border-radius: 19px 0 0 10px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
background: #1abc9c; }
aside ul li a {
display: inline-block;
width: 80px;
height: 38px;
line-height: 38px;
padding-left: 10px;
color: #fff; }
progress {
background-color: #f6f6f6;
display: inline;
/*width: 195px;*/
height: 1em; }
progress::-webkit-progress-bar {
background-color: #e0eaf0; }
progress::-webkit-progress-value {
background-color: #1abc9c; }
progress::-moz-progress-bar {
background-color: #e0eaf0; }
progress::-moz-progress-value {
background-color: #708d9b; }
.progress-list {
line-height: 2; }
mark {
background: rgba(232, 232, 232, 0.8); }
@media screen and (max-width: 1169px) {
.container .info-unit h3 span {
display: block; }
.container .info-unit h3 span.link {
display: inline; }
.container .project h3 span {
display: inline; }
.container .project h3 time {
display: block; }
.container .main .info-unit ul li h3 time {
float: none;
text-align: left; } }
@media screen and (max-width: 1034px) {
body {
padding: 1rem 3%; } }
@media screen and (max-width: 414px) {
.container .side {
position: static;
width: 95%;
margin: 0 auto; }
.container .main {
position: static;
margin-left: 0;
width: 95%;
margin: 0 auto;
margin-top: 1.5rem; }
#nav-m {
display: none;
position: fixed;
width: 28px;
height: 28px;
right: 10px;
bottom: 20px;
box-shadow: 0 5px 20px #bbb;
border-radius: 50%; }
#nav-m svg {
width: 28px;
height: 28px; }
aside {
display: none; } }
/*# sourceMappingURL=index.css.map */ | 0.296654 | 0.044764 |
.groups_user_table, .groups_table{
width: 100%;
}
.groupemailtext{
max-width: 600px;
}
.group_email_sub{
width:50%;
}
.nss_plugin_license_email {
min-width:30%;
}
.button_delete_course_data{
background-color: Red; color: white; padding: 10px 5px;
}
.cert_shortcode_parm_list{
margin: 20px 30px;
list-style: initial;
}
.column-sno {width: 50px;}
.groups_table .column-action {
width: 300px;
}
.groups_user_table .column-action {
width: 100px;
}
/*#sfwd-quiz .inside {overflow: hidden;}*/
#profile-page #ld_course_info_mycourses_list {
display: none;
}
#learndash_lesson_topics_list ul, .learndash_navigation_lesson_topics_list {
display: table;
width: 100%;
margin-bottom: 0;
}
#learndash_lesson_topics_list ul {
padding: 0;
}
#learndash_lesson_topics_list ul > li, .learndash_navigation_lesson_topics_list > div {
display: table-row;
}
.learndash_navigation_lesson_topics_list > div > div.list_arrow {
display: table-cell;
width: 16px;
text-align: center;
padding: 0 !important;
}
.course_navigation .learndash_topic_widget_list a > span {
overflow: hidden;
margin: 0 0 0 5px;
}
.course_navigation .learndash_topic_widget_list > ul {
margin: 0;
}
.course_navigation a {
text-decoration: none;
}
.course_navigation .learndash_navigation_lesson_topics_list .lesson {
margin: 5px;
}
.course_navigation .learndash_navigation_lesson_topics_list ul li{
margin-left: 0;
list-style: none;
}
.course_navigation .learndash_navigation_lesson_topics_list .learndash_topic_dots.type-list ul > li {
padding-left: 10px;
}
.learndash_navigation_lesson_topics_list .learndash_topic_dots.type-list a > span {
padding: 0 0 0 25px;
}
.learndash_topic_dots.type-list a{display: block;}
.learndash_topic_dots a, .learndash_topic_dots a > span, #learndash_lesson_topics_list span a {
text-decoration: none !important;
font-weight: 100;
font-size: 12px;
}
.expand_collapse, .notavailable_message, #learndash_lesson_topics_list div > strong, #learndash_lesson_topics_list div ul > li .sn, .learndash_profile_heading, #learndash_profile a, #learndash_profile div {
font-size: 12px;
font-weight: normal;
}
.list_arrow.expand {
background: url("../images/gray_arrow_expand.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.active .list_arrow.expand {
background: url("../images/green_arrow_expand.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.active .list_arrow.collapse {
background: url("../images/green_arrow_collapse.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.list_arrow.collapse {
background: url("../images/gray_arrow_collapse.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.list_arrow.collapse.lesson_completed {
background: url("../images/green_arrow_collapse.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.lesson_incomplete.list_arrow.collapse {
background: url("../images/gray_arrow_collapse.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.list_arrow.expand.lesson_completed {
background: url("../images/images/green_arrow_expand.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.lesson_incomplete.list_arrow.expand {
background: url("../images/gray_arrow_expand.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.rtl .active .list_arrow.collapse, .rtl .list_arrow.collapse.lesson_completed {
background-image: url("../images/green_arrow_collapse_rtl.png");
}
.rtl .list_arrow.collapse, .rtl .lesson_incomplete.list_arrow.collapse {
background-image: url("../images/gray_arrow_collapse_rtl.png");
}
.learndash_navigation_lesson_topics_list .list_arrow.expand {
background-position: 50% 10px;
}
.learndash_navigation_lesson_topics_list .list_arrow.collapse {
background-position: 50% 7px;
}
.learndash_navigation_lesson_topics_list .topic-notcompleted span{
background: url("../images/notcompleted_t_navigation.png") no-repeat scroll 0 8px transparent;
display: inline-block;
min-height: 25px;
line-height: 25px;
padding-left: 20px;
vertical-align: middle;
}
#sfwd-quiz_quiz_pro_html {
float: none;
}
#sfwd-quiz_quiz_pro_html #poststuff, #learndash_quiz_advanced #poststuff {
min-width: 0;
}
#sfwd-quiz_quiz_pro_html input[type="button"] {
padding: 0 10px ;
}
#AutomaticallyDisplayLeaderboard label {
display: inline-block;
}
.nav-tab-sfwd-quiz_edit {
margin-left: 40px;
}
#sfwd-quiz_quiz_pro_html input[name="form_delete"],
#sfwd-quiz_quiz_pro_html a.form_move {
font-size: 12px;
border-radius: 3px;
}
.post-new-php.post-type-sfwd-quiz #sfwd-quiz_quiz_pro {
display: none;
}
.wp-admin.post-type-sfwd-assignment h2 a.add-new-h2 {display: none;}
#learndash_assignment_metabox .button {
margin-right: 10px;
}
#learndash_essay_status_div #post_status {
width: 100%;
}
#learndash_essay_status_div .inside {
padding: 0;
}
#learndash_essay_grading_response_div #grading-response {
width: 100%
}
.learndash_uploaded_assignment_points {
font-size: 12px;
}
.leardash-course-status-completed {
color: green;
}
#course_progress_details .learndash_navigation_lesson_topics_list .topic-notcompleted span {
background: none;
padding-left: 0;
margin-left: 0;
}
#course_progress_details .learndash_topic_widget_list ul {
margin-left: 15px;
}
.course_navigation ul.learndash-topic-list li.topic-item ul.learndash-quiz-list {
margin-left: 10px;
}
.course_navigation input[type="number"] {
height: 20px;
}
.ld-shortcode-header {
font-weight: bold;
font-size: 1.1em;
border-bottom: 1px solid #CCC;
}
/* Style for custom Count column shown on Category and Post Tag edit-tags.php screens shown within LD post types. */
.fixed .column-ld_posts {
width: 74px;
}
.column-ld_posts {
text-align: center;
}
body.post-type-sfwd-lessons .column-course,
body.post-type-sfwd-topic .column-course,
body.post-type-sfwd-topic .column-lesson,
body.post-type-sfwd-quiz .column-course,
body.post-type-sfwd-quiz .column-lesson,
body.post-type-sfwd-question .column-quiz {
min-width: 10%;
}
body.post-type-sfwd-quiz .column-shortcode {
width: 150px;
}
body.post-type-sfwd-question .column-question_type {
width: 10%;
}
body.post-type-sfwd-question .column-question_points {
width: 6%;
}
body.post-type-sfwd-essays .column-approval_status,
body.post-type-sfwd-assignment .column-approval_status {
width: 10%;
}
body.edit-php.post-type-sfwd-essays .column-approval_status .ld-approval-status,
body.edit-php.post-type-sfwd-essays .column-approval_status .ld-approval-points,
body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-status,
body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-points {
margin-bottom: 3px;
}
body.post-type-sfwd-essays .column-approval_status .ld-approval-points input[type="number"],
body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-points input[type="number"] {
line-height: 1 !important;
min-height: 20px !important;
}
body.post-type-sfwd-essays .column-approval_status .ld-approval-action button.essay_approve_single,
body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-action button.assignment_approve_single {
padding: 3px 5px;
background: #f1f1f1;
border-color: #016087;
color: #016087;
border-width: 1px;
}
body.post-type-sfwd-courses .column-categories,
body.post-type-sfwd-courses .column-tags,
body.post-type-sfwd-courses .column-taxonomy-ld_course_category,
body.post-type-sfwd-courses .column-taxonomy-ld_course_tag,
body.post-type-sfwd-courses .column-price_type,
body.post-type-sfwd-lessons .column-categories,
body.post-type-sfwd-lessons .column-tags,
body.post-type-sfwd-lessons .column-taxonomy-ld_lesson_category,
body.post-type-sfwd-lessons .column-taxonomy-ld_lesson_tag,
body.post-type-sfwd-topic .column-categories,
body.post-type-sfwd-topic .column-tags,
body.post-type-sfwd-topic .column-taxonomy-ld_topic_category,
body.post-type-sfwd-topic .column-taxonomy-ld_topic_tag,
body.post-type-sfwd-quiz .column-categories,
body.post-type-sfwd-quiz .column-tags,
body.post-type-sfwd-quiz .column-taxonomy-ld_quiz_category,
body.post-type-sfwd-quiz .column-taxonomy-ld_quiz_tag,
body.post-type-sfwd-question .column-proquiz_question_category,
body.post-type-sfwd-certificates .column-certificate_groups_courses_quizzes,
body.post-type-groups .column-categories,
body.post-type-groups .column-tags,
body.post-type-groups .column-taxonomy-ld_group_category,
body.post-type-groups .column-taxonomy-ld_group_tag,
body.post-type-groups .column-groups_courses_users,
body.post-type-groups .column-price_type {
width: 8%;
}
/* CSS style for the post type editor showing the drip date. Replaces date picker */
.sfwd .ld_date_selector select {
padding: 0;
margin: 0;
vertical-align: top;
height: 35px;
}
.sfwd .ld_date_selector input[type="number"] {
width: 50px;
text-align: center;
height: 35px;
}
.sfwd .ld_date_selector input.ld_date_aa[type="number"] {
width: 65px;
}
.ld-error {
color: red;
}
.ld-success {
color: green;
}
form#learndash-settings-page-form .date-time-text {
display: inline-block;
min-width: 13em;
}
form#learndash-settings-page-form .quizzes_time_formats fieldset label {
margin: .25em 0 .5em !important;
display: inline-block;
line-height: 1.4em;
}
form#learndash-settings-page-form .quizzes_time_formats fieldset input[type="text"] {
height: 20px;
width: 150px;
} | web/app/plugins/sfwd-lms/assets/css/style.css | .groups_user_table, .groups_table{
width: 100%;
}
.groupemailtext{
max-width: 600px;
}
.group_email_sub{
width:50%;
}
.nss_plugin_license_email {
min-width:30%;
}
.button_delete_course_data{
background-color: Red; color: white; padding: 10px 5px;
}
.cert_shortcode_parm_list{
margin: 20px 30px;
list-style: initial;
}
.column-sno {width: 50px;}
.groups_table .column-action {
width: 300px;
}
.groups_user_table .column-action {
width: 100px;
}
/*#sfwd-quiz .inside {overflow: hidden;}*/
#profile-page #ld_course_info_mycourses_list {
display: none;
}
#learndash_lesson_topics_list ul, .learndash_navigation_lesson_topics_list {
display: table;
width: 100%;
margin-bottom: 0;
}
#learndash_lesson_topics_list ul {
padding: 0;
}
#learndash_lesson_topics_list ul > li, .learndash_navigation_lesson_topics_list > div {
display: table-row;
}
.learndash_navigation_lesson_topics_list > div > div.list_arrow {
display: table-cell;
width: 16px;
text-align: center;
padding: 0 !important;
}
.course_navigation .learndash_topic_widget_list a > span {
overflow: hidden;
margin: 0 0 0 5px;
}
.course_navigation .learndash_topic_widget_list > ul {
margin: 0;
}
.course_navigation a {
text-decoration: none;
}
.course_navigation .learndash_navigation_lesson_topics_list .lesson {
margin: 5px;
}
.course_navigation .learndash_navigation_lesson_topics_list ul li{
margin-left: 0;
list-style: none;
}
.course_navigation .learndash_navigation_lesson_topics_list .learndash_topic_dots.type-list ul > li {
padding-left: 10px;
}
.learndash_navigation_lesson_topics_list .learndash_topic_dots.type-list a > span {
padding: 0 0 0 25px;
}
.learndash_topic_dots.type-list a{display: block;}
.learndash_topic_dots a, .learndash_topic_dots a > span, #learndash_lesson_topics_list span a {
text-decoration: none !important;
font-weight: 100;
font-size: 12px;
}
.expand_collapse, .notavailable_message, #learndash_lesson_topics_list div > strong, #learndash_lesson_topics_list div ul > li .sn, .learndash_profile_heading, #learndash_profile a, #learndash_profile div {
font-size: 12px;
font-weight: normal;
}
.list_arrow.expand {
background: url("../images/gray_arrow_expand.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.active .list_arrow.expand {
background: url("../images/green_arrow_expand.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.active .list_arrow.collapse {
background: url("../images/green_arrow_collapse.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.list_arrow.collapse {
background: url("../images/gray_arrow_collapse.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.list_arrow.collapse.lesson_completed {
background: url("../images/green_arrow_collapse.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.lesson_incomplete.list_arrow.collapse {
background: url("../images/gray_arrow_collapse.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.list_arrow.expand.lesson_completed {
background: url("../images/images/green_arrow_expand.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.lesson_incomplete.list_arrow.expand {
background: url("../images/gray_arrow_expand.png") no-repeat scroll 0 50% transparent;
padding: 5px;
}
.rtl .active .list_arrow.collapse, .rtl .list_arrow.collapse.lesson_completed {
background-image: url("../images/green_arrow_collapse_rtl.png");
}
.rtl .list_arrow.collapse, .rtl .lesson_incomplete.list_arrow.collapse {
background-image: url("../images/gray_arrow_collapse_rtl.png");
}
.learndash_navigation_lesson_topics_list .list_arrow.expand {
background-position: 50% 10px;
}
.learndash_navigation_lesson_topics_list .list_arrow.collapse {
background-position: 50% 7px;
}
.learndash_navigation_lesson_topics_list .topic-notcompleted span{
background: url("../images/notcompleted_t_navigation.png") no-repeat scroll 0 8px transparent;
display: inline-block;
min-height: 25px;
line-height: 25px;
padding-left: 20px;
vertical-align: middle;
}
#sfwd-quiz_quiz_pro_html {
float: none;
}
#sfwd-quiz_quiz_pro_html #poststuff, #learndash_quiz_advanced #poststuff {
min-width: 0;
}
#sfwd-quiz_quiz_pro_html input[type="button"] {
padding: 0 10px ;
}
#AutomaticallyDisplayLeaderboard label {
display: inline-block;
}
.nav-tab-sfwd-quiz_edit {
margin-left: 40px;
}
#sfwd-quiz_quiz_pro_html input[name="form_delete"],
#sfwd-quiz_quiz_pro_html a.form_move {
font-size: 12px;
border-radius: 3px;
}
.post-new-php.post-type-sfwd-quiz #sfwd-quiz_quiz_pro {
display: none;
}
.wp-admin.post-type-sfwd-assignment h2 a.add-new-h2 {display: none;}
#learndash_assignment_metabox .button {
margin-right: 10px;
}
#learndash_essay_status_div #post_status {
width: 100%;
}
#learndash_essay_status_div .inside {
padding: 0;
}
#learndash_essay_grading_response_div #grading-response {
width: 100%
}
.learndash_uploaded_assignment_points {
font-size: 12px;
}
.leardash-course-status-completed {
color: green;
}
#course_progress_details .learndash_navigation_lesson_topics_list .topic-notcompleted span {
background: none;
padding-left: 0;
margin-left: 0;
}
#course_progress_details .learndash_topic_widget_list ul {
margin-left: 15px;
}
.course_navigation ul.learndash-topic-list li.topic-item ul.learndash-quiz-list {
margin-left: 10px;
}
.course_navigation input[type="number"] {
height: 20px;
}
.ld-shortcode-header {
font-weight: bold;
font-size: 1.1em;
border-bottom: 1px solid #CCC;
}
/* Style for custom Count column shown on Category and Post Tag edit-tags.php screens shown within LD post types. */
.fixed .column-ld_posts {
width: 74px;
}
.column-ld_posts {
text-align: center;
}
body.post-type-sfwd-lessons .column-course,
body.post-type-sfwd-topic .column-course,
body.post-type-sfwd-topic .column-lesson,
body.post-type-sfwd-quiz .column-course,
body.post-type-sfwd-quiz .column-lesson,
body.post-type-sfwd-question .column-quiz {
min-width: 10%;
}
body.post-type-sfwd-quiz .column-shortcode {
width: 150px;
}
body.post-type-sfwd-question .column-question_type {
width: 10%;
}
body.post-type-sfwd-question .column-question_points {
width: 6%;
}
body.post-type-sfwd-essays .column-approval_status,
body.post-type-sfwd-assignment .column-approval_status {
width: 10%;
}
body.edit-php.post-type-sfwd-essays .column-approval_status .ld-approval-status,
body.edit-php.post-type-sfwd-essays .column-approval_status .ld-approval-points,
body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-status,
body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-points {
margin-bottom: 3px;
}
body.post-type-sfwd-essays .column-approval_status .ld-approval-points input[type="number"],
body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-points input[type="number"] {
line-height: 1 !important;
min-height: 20px !important;
}
body.post-type-sfwd-essays .column-approval_status .ld-approval-action button.essay_approve_single,
body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-action button.assignment_approve_single {
padding: 3px 5px;
background: #f1f1f1;
border-color: #016087;
color: #016087;
border-width: 1px;
}
body.post-type-sfwd-courses .column-categories,
body.post-type-sfwd-courses .column-tags,
body.post-type-sfwd-courses .column-taxonomy-ld_course_category,
body.post-type-sfwd-courses .column-taxonomy-ld_course_tag,
body.post-type-sfwd-courses .column-price_type,
body.post-type-sfwd-lessons .column-categories,
body.post-type-sfwd-lessons .column-tags,
body.post-type-sfwd-lessons .column-taxonomy-ld_lesson_category,
body.post-type-sfwd-lessons .column-taxonomy-ld_lesson_tag,
body.post-type-sfwd-topic .column-categories,
body.post-type-sfwd-topic .column-tags,
body.post-type-sfwd-topic .column-taxonomy-ld_topic_category,
body.post-type-sfwd-topic .column-taxonomy-ld_topic_tag,
body.post-type-sfwd-quiz .column-categories,
body.post-type-sfwd-quiz .column-tags,
body.post-type-sfwd-quiz .column-taxonomy-ld_quiz_category,
body.post-type-sfwd-quiz .column-taxonomy-ld_quiz_tag,
body.post-type-sfwd-question .column-proquiz_question_category,
body.post-type-sfwd-certificates .column-certificate_groups_courses_quizzes,
body.post-type-groups .column-categories,
body.post-type-groups .column-tags,
body.post-type-groups .column-taxonomy-ld_group_category,
body.post-type-groups .column-taxonomy-ld_group_tag,
body.post-type-groups .column-groups_courses_users,
body.post-type-groups .column-price_type {
width: 8%;
}
/* CSS style for the post type editor showing the drip date. Replaces date picker */
.sfwd .ld_date_selector select {
padding: 0;
margin: 0;
vertical-align: top;
height: 35px;
}
.sfwd .ld_date_selector input[type="number"] {
width: 50px;
text-align: center;
height: 35px;
}
.sfwd .ld_date_selector input.ld_date_aa[type="number"] {
width: 65px;
}
.ld-error {
color: red;
}
.ld-success {
color: green;
}
form#learndash-settings-page-form .date-time-text {
display: inline-block;
min-width: 13em;
}
form#learndash-settings-page-form .quizzes_time_formats fieldset label {
margin: .25em 0 .5em !important;
display: inline-block;
line-height: 1.4em;
}
form#learndash-settings-page-form .quizzes_time_formats fieldset input[type="text"] {
height: 20px;
width: 150px;
} | 0.241042 | 0.087564 |
body {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
font-family: Helvetica, sans-serif;
vertical-align: baseline;
}
/*
------------------------------------
Display
------------------------------------ */
#display {
font-weight: normal;
font-size: 2em;
text-align: center;
margin: 0;
padding: .5em;
position: absolute;
width: 100%;
height: 40%;
top: 0;
right: 0;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
/*
------------------------------------
Buttons
------------------------------------ */
#panel {
position: absolute;
top: 40%;
left: 0;
width: 100%;
height: 60%;
}
button,
.duration {
font-size: 1.2em;
text-align: center;
display: block;
width: 25%;
height: 25%;
position: absolute;
margin: 0;
padding: .5em .75em;
border-radius: 0;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
display: flex;
align-items: center;
justify-content: center;
}
button:hover {
background: #333;
}
button:active {
background: #222;
}
button:focus {
outline: 0;
}
#session-decrement {
top: 12.5%;
left: 0;
width: 25%;
}
#session-increment {
top: 12.5%;
left: 75%;
width: 25%;
}
#break-decrement {
top: 50%;
left: 0;
width: 25%;
}
#break-increment {
top: 50%;
left: 75%;
width: 25%;
}
#start_stop {
top: 75%;
left: 50%;
width: 50%;
}
#reset {
top: 75%;
left: 0;
width: 50%;
}
.addition {
padding-top: .3em;
}
label {
font-size: .9em;
text-align: center;
text-transform: uppercase;
width: 100%;
height: 12.5%;
position: absolute;
margin: 0;
padding: .7em .75em;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
#timer-label {
top: 3%;
height: auto;
z-index: 2;
background: none;
}
#break-label {
top: 37.5%;
}
.duration {
top: 0;
left: 25%;
width: 50%;
}
#session-length {
top: 12.5%;
}
#break-length {
top: 50%;
}
/*
------------------------------------
Color
------------------------------------ */
#display {
color: #fff;
background: #000;
}
label {
color: #666;
background: #222;
}
button,
.duration {
color: #fff;
background: #444;
border: 1px solid #000;
}
.addition {
background: DodgerBlue;
}
.addition:hover {
background: #06c;
}
.addition.select,
.addition:active {
background: #004d99;
}
#reset {
background: DarkOrange;
}
#reset:hover {
background: #cc7000;
}
#reset.select,
#reset:active {
background: #995400;
}
.start {
background: #00b300;
}
.start:hover {
background: #090;
}
.start.select,
.start:active {
background: #008000;
}
.stop {
background: Red;
}
.stop:hover {
background: #c00;
}
.stop.select,
.stop:active {
background: #900;
}
/*
------------------------------------
Media Queries
------------------------------------ */
@media (min-width: 600px) and (orientation: portrait) {
#display {
font-size: 4em;
}
.duration,
.button {
font-size: 2em;
}
}
@media (min-width: 750px) {
#display {
font-size: 8em;
}
.duration,
.button {
font-size: 3em;
}
} | style.css | body {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
font-family: Helvetica, sans-serif;
vertical-align: baseline;
}
/*
------------------------------------
Display
------------------------------------ */
#display {
font-weight: normal;
font-size: 2em;
text-align: center;
margin: 0;
padding: .5em;
position: absolute;
width: 100%;
height: 40%;
top: 0;
right: 0;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
/*
------------------------------------
Buttons
------------------------------------ */
#panel {
position: absolute;
top: 40%;
left: 0;
width: 100%;
height: 60%;
}
button,
.duration {
font-size: 1.2em;
text-align: center;
display: block;
width: 25%;
height: 25%;
position: absolute;
margin: 0;
padding: .5em .75em;
border-radius: 0;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
display: flex;
align-items: center;
justify-content: center;
}
button:hover {
background: #333;
}
button:active {
background: #222;
}
button:focus {
outline: 0;
}
#session-decrement {
top: 12.5%;
left: 0;
width: 25%;
}
#session-increment {
top: 12.5%;
left: 75%;
width: 25%;
}
#break-decrement {
top: 50%;
left: 0;
width: 25%;
}
#break-increment {
top: 50%;
left: 75%;
width: 25%;
}
#start_stop {
top: 75%;
left: 50%;
width: 50%;
}
#reset {
top: 75%;
left: 0;
width: 50%;
}
.addition {
padding-top: .3em;
}
label {
font-size: .9em;
text-align: center;
text-transform: uppercase;
width: 100%;
height: 12.5%;
position: absolute;
margin: 0;
padding: .7em .75em;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
#timer-label {
top: 3%;
height: auto;
z-index: 2;
background: none;
}
#break-label {
top: 37.5%;
}
.duration {
top: 0;
left: 25%;
width: 50%;
}
#session-length {
top: 12.5%;
}
#break-length {
top: 50%;
}
/*
------------------------------------
Color
------------------------------------ */
#display {
color: #fff;
background: #000;
}
label {
color: #666;
background: #222;
}
button,
.duration {
color: #fff;
background: #444;
border: 1px solid #000;
}
.addition {
background: DodgerBlue;
}
.addition:hover {
background: #06c;
}
.addition.select,
.addition:active {
background: #004d99;
}
#reset {
background: DarkOrange;
}
#reset:hover {
background: #cc7000;
}
#reset.select,
#reset:active {
background: #995400;
}
.start {
background: #00b300;
}
.start:hover {
background: #090;
}
.start.select,
.start:active {
background: #008000;
}
.stop {
background: Red;
}
.stop:hover {
background: #c00;
}
.stop.select,
.stop:active {
background: #900;
}
/*
------------------------------------
Media Queries
------------------------------------ */
@media (min-width: 600px) and (orientation: portrait) {
#display {
font-size: 4em;
}
.duration,
.button {
font-size: 2em;
}
}
@media (min-width: 750px) {
#display {
font-size: 8em;
}
.duration,
.button {
font-size: 3em;
}
} | 0.323487 | 0.047052 |
/*body {background-color:#eeeeee;}
#wrapper { width:900px; margin:0px auto; background-color:#ffffff;}
#top {background-image:url('800x518_Vector-Topographic-Map-Contours-Preview-1.jpg'); background-attachment:fixed; width:100%; padding:20px 0; overflow:hidden; }
#logo { margin:0 0 0 10px; float:left; }
#social-media {float:right; margin:0px 10px 0 0px; }
#social-media p {color: #000000; font-size:11px; font-family:"Franklin Gothic Book"; margin:4px 10px 4px 39px; }
#social-media img { width:25px; height:25px; margin:0px 10px 0 0; }
#social-media ul li { display:inline;}
#social-media a:hover {color:#FFFFFF; display:table-cell; }
#social-media a:active {color:black; }
#topnav { background-color:gray; clear:both;}
#topnav ul {width:860.4px; margin:0px; background-color:#B6B6B4; float:left;
border-bottom:3px #fffffc solid }
#topnav ul li {display:inline;}
#topnav ul li a {float:left; padding:10px 20px; }
#topnav a:link {color:black; }
#topnav a:visited {color:black;}
#topnav a:active {color:black;}
#topnav a:hover {color:#black;background-image:url('800x518_Vector-Topographic-Map-Contours-Preview-1.jpg'); }
#topnav a:focus {color:#black;}
#banner { background-image:url('../images/web image gallery/topo2.png'); padding-top:50px; padding-left:37px; padding-bottom:80px; margin:0 0; }
#banner h3 {font-family:"Franklin Gothic Medium"; color:black; margin-bottom:50px; padding-top:25px; }
#banner h4 { font-family:"Franklin Gothic Book"; margin-bottom:20px; }
#banner p { font-family:"Franklin Gothic Book"; line-height:7px; }
#banner a:link { color:#0033CC; }
#banner a:visited { color:#003399; }
#banner a:active { color:#000099; }
#banner a:hover { color:#000099; }
#subbanner { background-color:#B6B6B4; overflow:hidden; width:100% ; padding-top:3px; }
#subbanner h3 { color:000000; font-family:"Franklin Gothic Medium"; }
#subbanner p { font-family:"Franklin Gothic Book"; }
#subbanner ul li { display:inline-block; }
#subbanner a:link { color:black; }
#subbanner a:visited { color:black; }
#subbanner a:active { color:black; }
#subbanner a:hover { color:black; }
#subbanner a:focus {color:black; }
#content { width:100%; padding:40px 40px 40px 40; margin:0 20 0 20; }
#content h1 { background-color: #f0ffff; padding-top:15px; padding-bottom:20px; padding-left:20px; border-bottom:thin #333333 solid; font-style:normal; font-family:"Franklin Gothic Medium"; letter-spacing:5px; }
#content p { font-family:"Franklin Gothic Book"; font-weight:bolder; font-style:normal; text-align:center; margin-left:20px; font-size:19px; padding:10px 0px; margin-top:0px; margin-bottom:10px; letter-spacing:1px; }
#content ul li {display:inline; }
#content ul li img {width:250px; height:190px; border-right:1px #333333 solid; padding-right:12px; margin-right:12px; }
#footer { clear:both; padding:2px 0px; font-family:"Franklin Gothic Book"; font-size:15px ;font-style:normal; text-align:center; background-image:url('800x518_Vector-Topographic-Map-Contours-Preview-1.jpg'); background-attachment:fixed; }
#footer p {width:100%; color:#000000; } | CSS/styles5.css | /*body {background-color:#eeeeee;}
#wrapper { width:900px; margin:0px auto; background-color:#ffffff;}
#top {background-image:url('800x518_Vector-Topographic-Map-Contours-Preview-1.jpg'); background-attachment:fixed; width:100%; padding:20px 0; overflow:hidden; }
#logo { margin:0 0 0 10px; float:left; }
#social-media {float:right; margin:0px 10px 0 0px; }
#social-media p {color: #000000; font-size:11px; font-family:"Franklin Gothic Book"; margin:4px 10px 4px 39px; }
#social-media img { width:25px; height:25px; margin:0px 10px 0 0; }
#social-media ul li { display:inline;}
#social-media a:hover {color:#FFFFFF; display:table-cell; }
#social-media a:active {color:black; }
#topnav { background-color:gray; clear:both;}
#topnav ul {width:860.4px; margin:0px; background-color:#B6B6B4; float:left;
border-bottom:3px #fffffc solid }
#topnav ul li {display:inline;}
#topnav ul li a {float:left; padding:10px 20px; }
#topnav a:link {color:black; }
#topnav a:visited {color:black;}
#topnav a:active {color:black;}
#topnav a:hover {color:#black;background-image:url('800x518_Vector-Topographic-Map-Contours-Preview-1.jpg'); }
#topnav a:focus {color:#black;}
#banner { background-image:url('../images/web image gallery/topo2.png'); padding-top:50px; padding-left:37px; padding-bottom:80px; margin:0 0; }
#banner h3 {font-family:"Franklin Gothic Medium"; color:black; margin-bottom:50px; padding-top:25px; }
#banner h4 { font-family:"Franklin Gothic Book"; margin-bottom:20px; }
#banner p { font-family:"Franklin Gothic Book"; line-height:7px; }
#banner a:link { color:#0033CC; }
#banner a:visited { color:#003399; }
#banner a:active { color:#000099; }
#banner a:hover { color:#000099; }
#subbanner { background-color:#B6B6B4; overflow:hidden; width:100% ; padding-top:3px; }
#subbanner h3 { color:000000; font-family:"Franklin Gothic Medium"; }
#subbanner p { font-family:"Franklin Gothic Book"; }
#subbanner ul li { display:inline-block; }
#subbanner a:link { color:black; }
#subbanner a:visited { color:black; }
#subbanner a:active { color:black; }
#subbanner a:hover { color:black; }
#subbanner a:focus {color:black; }
#content { width:100%; padding:40px 40px 40px 40; margin:0 20 0 20; }
#content h1 { background-color: #f0ffff; padding-top:15px; padding-bottom:20px; padding-left:20px; border-bottom:thin #333333 solid; font-style:normal; font-family:"Franklin Gothic Medium"; letter-spacing:5px; }
#content p { font-family:"Franklin Gothic Book"; font-weight:bolder; font-style:normal; text-align:center; margin-left:20px; font-size:19px; padding:10px 0px; margin-top:0px; margin-bottom:10px; letter-spacing:1px; }
#content ul li {display:inline; }
#content ul li img {width:250px; height:190px; border-right:1px #333333 solid; padding-right:12px; margin-right:12px; }
#footer { clear:both; padding:2px 0px; font-family:"Franklin Gothic Book"; font-size:15px ;font-style:normal; text-align:center; background-image:url('800x518_Vector-Topographic-Map-Contours-Preview-1.jpg'); background-attachment:fixed; }
#footer p {width:100%; color:#000000; } | 0.361277 | 0.158337 |
* {
box-sizing: border-box;
transition: 0.35s ease;
}
.rela-block {
display: block;
position: relative;
margin: auto;
top: ;
left: ;
right: ;
bottom: ;
}
.rela-inline {
display: inline-block;
position: relative;
margin: auto;
top: ;
left: ;
right: ;
bottom: ;
}
.floated {
display: inline-block;
position: relative;
margin: false;
top: ;
left: ;
right: ;
bottom: ;
float: left;
}
.abs-center {
display: false;
position: absolute;
margin: false;
top: 50%;
left: 50%;
right: false;
bottom: false;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
width: 88%;
}
body {
font-family: 'Open Sans';
font-size: 16px;
letter-spacing: 0px;
font-weight: 400;
line-height: 28px;
background: url("http://kingofwallpapers.com/leaves/leaves-016.jpg") right no-repeat;
background-size: cover;
}
body:before {
content: "";
display: false;
position: fixed;
margin: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255,255,255,0.92);
}
.caps {
text-transform: uppercase;
}
.justified {
text-align: justify;
color: #000;
}
p.light {
font-size: 16px;
font-style: italic;
color: #777;
}
a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}
h2 {
font-family: 'Open Sans';
font-size: 32px;
letter-spacing: 1px;
bottom: 15px;
font-weight: 600;
line-height: 40px;
color: #000;
white-space: nowrap;
}
h3 {
font-family: 'Open Sans';
font-size: 16px;
letter-spacing: 0px;
font-weight: 600;
line-height: 20px;
color: #000;
}
h4 {
font-family: 'Open Sans';
font-size: 18px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0px;
color: #000;
}
.page {
width: 100%;
min-height: 1500px;
min-width: 1000px;
max-width: 1400px;
margin: 80px auto;
background-color: #fff;
box-shadow: 6px 10px 28px 0px rgba(0,0,0,0.4);
}
.top-bar {
height: 30px;
background-color: #fff;
color: #fff;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
height: 80%;
width: 80%;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
}
/* Clear floats after image containers */
.row::after {
content: "";
clear: both;
display: table;
}
.name {
display: false;
position: absolute;
margin: false;
top: false;
left: calc(350px + 5%);
right: 0;
bottom: 0;
height: 120px;
text-align: center;
font-family: 'Raleway';
font-size: 58px;
letter-spacing: 6px;
font-weight: 100;
line-height: 60px;
}
.name div {
width: 94%;
}
.side-bar {
display: false;
position: absolute;
margin: false;
top: 0px;
left: 0%;
right: false;
bottom: 0px;
width: 370px;
background-color: #f7e0c1;
padding: 320px 30px 30px;
}
.mugshot {
display: false;
position: absolute;
margin: false;
top: 40px;
left: 40px;
right: false;
bottom: false;
height: 350px;
width: 350px;
}
.mugshot .logo {
margin: 0px;
}
.logo {
display: false;
position: absolute;
margin: false;
top: 0;
left: 0;
right: false;
bottom: false;
z-index: 100;
margin: 0;
color: #000;
height: 250px;
width: 250px;
}
.logo .logo-svg {
height: 100%;
width: 100%;
stroke: #000;
cursor: pointer;
}
.logo .logo-text {
display: false;
position: absolute;
margin: false;
top: 58%;
left: ;
right: 16%;
bottom: ;
cursor: pointer;
font-family: "Montserrat";
font-size: 55px;
letter-spacing: 0px;
font-weight: 400;
line-height: 58.333333333333336px;
}
.social {
padding-left: 60px;
margin-bottom: 20px;
cursor: pointer;
}
.social:before {
content: "";
display: false;
position: absolute;
margin: false;
top: -4px;
left: 10px;
right: false;
bottom: false;
height: 35px;
width: 35px;
background-size: cover !important;
}
.mugshot:before {
content: "";
display: false;
position: absolute;
margin: false;
top: 0px;
left: 10px;
right: false;
bottom: false;
height: 250px;
width: 250px;
background-size: cover !important;
}
.social.labwebsite:before {
background: url("/website.png") center no-repeat;
}
.social.pinterest:before {
background: url("https://cdn3.iconfinder.com/data/icons/social-media-2026/60/Socialmedia_icons_Pinterest-23-128.png") center no-repeat;
}
.social.linked-in:before {
background: url("/linkedin.png") center no-repeat;
}
.social.GScholar:before {
background: url("/gsymbol.png") center no-repeat;
}
.social.Mail:before {
background: url("/gmail.png") center no-repeat;
}
.social.Github:before {
background: url("/github.png") center no-repeat;
}
.mugshot.Mugshot:before {
background: url("/akommini.png") center no-repeat;
}
.side-header {
font-family: 'Open Sans';
font-size: 18px;
letter-spacing: 2px;
font-weight: 600;
line-height: 28px;
margin: 60px auto 10px;
padding-bottom: 5px;
border-bottom: 1px solid #888;
}
.list-thing {
font-size: 18px;
padding-left: 25px;
margin-bottom: 10px;
color: #000;
}
.content-container {
margin-right: 30px;
margin-left: 400px;
width: calc(95% - 370px);
padding: 25px 40px 50px;
}
.content-container > * {
margin: 0 auto 25px;
}
.content-container > h3 {
margin: 0 auto 5px;
}
.content-container > p.long-margin {
margin: 0 auto 50px;
}
.content-container > p.italic {
font-style: italic;
}
.content-container.bold:before {
font-style: bold;
}
.title {
width: 50%;
text-align: center;
}
.separator {
width: 280px;
height: 4px;
bottom: 10px;
margin-bottom: 20px;
background-color: #000;
}
.greyed {
background-color: #ddd;
width: 100%;
max-width: 580px;
text-align: center;
font-family: 'Open Sans';
font-size: 20px;
letter-spacing: 3px;
font-weight: 600;
line-height: 28px;
}
.h7 {
font-family: 'Open Sans';
font-size: 16px;
letter-spacing: 0px;
font-weight: 600;
line-height: 20px;
color: #000;
float: left;
}
.h8 {
font-family: 'Open Sans';
font-size: 16px;
letter-spacing: 0px;
font-weight: 600;
line-height: 20px;
color: #000;
float: right;
}
@media screen and (max-width: 1150px) {
.name {
color: #fff;
font-family: 'Raleway';
font-size: 38px;
letter-spacing: 6px;
font-weight: 100;
line-height: 48px;
}
} | style.css | * {
box-sizing: border-box;
transition: 0.35s ease;
}
.rela-block {
display: block;
position: relative;
margin: auto;
top: ;
left: ;
right: ;
bottom: ;
}
.rela-inline {
display: inline-block;
position: relative;
margin: auto;
top: ;
left: ;
right: ;
bottom: ;
}
.floated {
display: inline-block;
position: relative;
margin: false;
top: ;
left: ;
right: ;
bottom: ;
float: left;
}
.abs-center {
display: false;
position: absolute;
margin: false;
top: 50%;
left: 50%;
right: false;
bottom: false;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
width: 88%;
}
body {
font-family: 'Open Sans';
font-size: 16px;
letter-spacing: 0px;
font-weight: 400;
line-height: 28px;
background: url("http://kingofwallpapers.com/leaves/leaves-016.jpg") right no-repeat;
background-size: cover;
}
body:before {
content: "";
display: false;
position: fixed;
margin: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255,255,255,0.92);
}
.caps {
text-transform: uppercase;
}
.justified {
text-align: justify;
color: #000;
}
p.light {
font-size: 16px;
font-style: italic;
color: #777;
}
a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}
h2 {
font-family: 'Open Sans';
font-size: 32px;
letter-spacing: 1px;
bottom: 15px;
font-weight: 600;
line-height: 40px;
color: #000;
white-space: nowrap;
}
h3 {
font-family: 'Open Sans';
font-size: 16px;
letter-spacing: 0px;
font-weight: 600;
line-height: 20px;
color: #000;
}
h4 {
font-family: 'Open Sans';
font-size: 18px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0px;
color: #000;
}
.page {
width: 100%;
min-height: 1500px;
min-width: 1000px;
max-width: 1400px;
margin: 80px auto;
background-color: #fff;
box-shadow: 6px 10px 28px 0px rgba(0,0,0,0.4);
}
.top-bar {
height: 30px;
background-color: #fff;
color: #fff;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
height: 80%;
width: 80%;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
}
/* Clear floats after image containers */
.row::after {
content: "";
clear: both;
display: table;
}
.name {
display: false;
position: absolute;
margin: false;
top: false;
left: calc(350px + 5%);
right: 0;
bottom: 0;
height: 120px;
text-align: center;
font-family: 'Raleway';
font-size: 58px;
letter-spacing: 6px;
font-weight: 100;
line-height: 60px;
}
.name div {
width: 94%;
}
.side-bar {
display: false;
position: absolute;
margin: false;
top: 0px;
left: 0%;
right: false;
bottom: 0px;
width: 370px;
background-color: #f7e0c1;
padding: 320px 30px 30px;
}
.mugshot {
display: false;
position: absolute;
margin: false;
top: 40px;
left: 40px;
right: false;
bottom: false;
height: 350px;
width: 350px;
}
.mugshot .logo {
margin: 0px;
}
.logo {
display: false;
position: absolute;
margin: false;
top: 0;
left: 0;
right: false;
bottom: false;
z-index: 100;
margin: 0;
color: #000;
height: 250px;
width: 250px;
}
.logo .logo-svg {
height: 100%;
width: 100%;
stroke: #000;
cursor: pointer;
}
.logo .logo-text {
display: false;
position: absolute;
margin: false;
top: 58%;
left: ;
right: 16%;
bottom: ;
cursor: pointer;
font-family: "Montserrat";
font-size: 55px;
letter-spacing: 0px;
font-weight: 400;
line-height: 58.333333333333336px;
}
.social {
padding-left: 60px;
margin-bottom: 20px;
cursor: pointer;
}
.social:before {
content: "";
display: false;
position: absolute;
margin: false;
top: -4px;
left: 10px;
right: false;
bottom: false;
height: 35px;
width: 35px;
background-size: cover !important;
}
.mugshot:before {
content: "";
display: false;
position: absolute;
margin: false;
top: 0px;
left: 10px;
right: false;
bottom: false;
height: 250px;
width: 250px;
background-size: cover !important;
}
.social.labwebsite:before {
background: url("/website.png") center no-repeat;
}
.social.pinterest:before {
background: url("https://cdn3.iconfinder.com/data/icons/social-media-2026/60/Socialmedia_icons_Pinterest-23-128.png") center no-repeat;
}
.social.linked-in:before {
background: url("/linkedin.png") center no-repeat;
}
.social.GScholar:before {
background: url("/gsymbol.png") center no-repeat;
}
.social.Mail:before {
background: url("/gmail.png") center no-repeat;
}
.social.Github:before {
background: url("/github.png") center no-repeat;
}
.mugshot.Mugshot:before {
background: url("/akommini.png") center no-repeat;
}
.side-header {
font-family: 'Open Sans';
font-size: 18px;
letter-spacing: 2px;
font-weight: 600;
line-height: 28px;
margin: 60px auto 10px;
padding-bottom: 5px;
border-bottom: 1px solid #888;
}
.list-thing {
font-size: 18px;
padding-left: 25px;
margin-bottom: 10px;
color: #000;
}
.content-container {
margin-right: 30px;
margin-left: 400px;
width: calc(95% - 370px);
padding: 25px 40px 50px;
}
.content-container > * {
margin: 0 auto 25px;
}
.content-container > h3 {
margin: 0 auto 5px;
}
.content-container > p.long-margin {
margin: 0 auto 50px;
}
.content-container > p.italic {
font-style: italic;
}
.content-container.bold:before {
font-style: bold;
}
.title {
width: 50%;
text-align: center;
}
.separator {
width: 280px;
height: 4px;
bottom: 10px;
margin-bottom: 20px;
background-color: #000;
}
.greyed {
background-color: #ddd;
width: 100%;
max-width: 580px;
text-align: center;
font-family: 'Open Sans';
font-size: 20px;
letter-spacing: 3px;
font-weight: 600;
line-height: 28px;
}
.h7 {
font-family: 'Open Sans';
font-size: 16px;
letter-spacing: 0px;
font-weight: 600;
line-height: 20px;
color: #000;
float: left;
}
.h8 {
font-family: 'Open Sans';
font-size: 16px;
letter-spacing: 0px;
font-weight: 600;
line-height: 20px;
color: #000;
float: right;
}
@media screen and (max-width: 1150px) {
.name {
color: #fff;
font-family: 'Raleway';
font-size: 38px;
letter-spacing: 6px;
font-weight: 100;
line-height: 48px;
}
} | 0.565659 | 0.092565 |
.sidebar .nav-link i, .sidebar .navbar .dropdown-toggle i, .navbar .sidebar .dropdown-toggle i {
display: inline-block;
width: 20px;
margin: 0 0.5rem 0 0;
font-size: 18px;
color: rgb(255,255,255);
text-align: center;
}
.sidebar .nav-link:hover i, .sidebar .navbar .dropdown-toggle:hover i, .navbar .sidebar .dropdown-toggle:hover i {
color: #fff;
font-size: 25px;
}
.card-header button {
float:right;
}
form label {
color:rgba(35, 25, 228, 0.667);
font-weight: 300;
font-weight: bold;
}
.customers input,select,.custom-select{
border-top: 0;
border-bottom: 1px solid rgb(80, 78, 78 0.6);
border-left: 0;
border-right: 0;
}
input:focus, input.form-control:focus, .custom-select:focus{
outline:none !important;
outline-width: 0 !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.customers input:focus{
border-top: 0;
border-bottom: 2px solid rgba(35, 138, 247, 0.756);
border-left: 0;
border-right: 0;
}
.links input,select,.custom-select{
border-top: 0;
border-bottom: 1px solid rgb(80, 78, 78 0.6);
border-left: 0;
border-right: 0;
}
.links input:focus{
border-top: 0;
border-bottom: 2px solid rgba(35, 138, 247, 0.756);
border-left: 0;
border-right: 0;
}
.worker input,select,.custom-select{
border-top: 0;
border-bottom: 1px solid rgb(80, 78, 78 0.6);
border-left: 0;
border-right: 0;
}
.worker input:focus{
border-top: 0;
border-bottom: 2px solid rgba(35, 138, 247, 0.756);
border-left: 0;
border-right: 0;
}
.category input,select,.custom-select{
border-top: 0;
border-bottom: 1px solid rgb(80, 78, 78 0.6);
border-left: 0;
border-right: 0;
}
.category input:focus{
border-top: 0;
border-bottom: 2px solid rgba(35, 138, 247, 0.756);
border-left: 0;
border-right: 0;
}
.provider input,select,.custom-select{
border-top: 0;
border-bottom: 1px solid rgb(80, 78, 78 0.6);
border-left: 0;
border-right: 0;
}
.provider input:focus{
border-top: 0;
border-bottom: 2px solid rgba(35, 138, 247, 0.756);
border-left: 0;
border-right: 0;
}
.product_img{
width: 170px;
height: 170px;
}
.product_img .img_product{
width: 100%;
}
.img_products{
width: 100px;
height: 100px;
}
.img_products img{
width: 100%;
} | public/css/styleHotel.css | .sidebar .nav-link i, .sidebar .navbar .dropdown-toggle i, .navbar .sidebar .dropdown-toggle i {
display: inline-block;
width: 20px;
margin: 0 0.5rem 0 0;
font-size: 18px;
color: rgb(255,255,255);
text-align: center;
}
.sidebar .nav-link:hover i, .sidebar .navbar .dropdown-toggle:hover i, .navbar .sidebar .dropdown-toggle:hover i {
color: #fff;
font-size: 25px;
}
.card-header button {
float:right;
}
form label {
color:rgba(35, 25, 228, 0.667);
font-weight: 300;
font-weight: bold;
}
.customers input,select,.custom-select{
border-top: 0;
border-bottom: 1px solid rgb(80, 78, 78 0.6);
border-left: 0;
border-right: 0;
}
input:focus, input.form-control:focus, .custom-select:focus{
outline:none !important;
outline-width: 0 !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.customers input:focus{
border-top: 0;
border-bottom: 2px solid rgba(35, 138, 247, 0.756);
border-left: 0;
border-right: 0;
}
.links input,select,.custom-select{
border-top: 0;
border-bottom: 1px solid rgb(80, 78, 78 0.6);
border-left: 0;
border-right: 0;
}
.links input:focus{
border-top: 0;
border-bottom: 2px solid rgba(35, 138, 247, 0.756);
border-left: 0;
border-right: 0;
}
.worker input,select,.custom-select{
border-top: 0;
border-bottom: 1px solid rgb(80, 78, 78 0.6);
border-left: 0;
border-right: 0;
}
.worker input:focus{
border-top: 0;
border-bottom: 2px solid rgba(35, 138, 247, 0.756);
border-left: 0;
border-right: 0;
}
.category input,select,.custom-select{
border-top: 0;
border-bottom: 1px solid rgb(80, 78, 78 0.6);
border-left: 0;
border-right: 0;
}
.category input:focus{
border-top: 0;
border-bottom: 2px solid rgba(35, 138, 247, 0.756);
border-left: 0;
border-right: 0;
}
.provider input,select,.custom-select{
border-top: 0;
border-bottom: 1px solid rgb(80, 78, 78 0.6);
border-left: 0;
border-right: 0;
}
.provider input:focus{
border-top: 0;
border-bottom: 2px solid rgba(35, 138, 247, 0.756);
border-left: 0;
border-right: 0;
}
.product_img{
width: 170px;
height: 170px;
}
.product_img .img_product{
width: 100%;
}
.img_products{
width: 100px;
height: 100px;
}
.img_products img{
width: 100%;
} | 0.345547 | 0.068413 |
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
/*===== VARIABLES CSS =====*/
:root {
--header-height: 3rem;
--nav-width: 68px;
/*===== Colors =====*/
--first-color: #ee7e2d;
--first-color-light: #404041;
--white-color: #f7f6fb;
/*===== Font and typography =====*/
--body-font: "Poppins";
--normal-font-size: 1rem;
/*===== z index =====*/
--z-fixed: 100;
}
/*===== BASE =====*/
*,
::before,
::after {
box-sizing: border-box;
}
body {
position: relative;
margin: var(--header-height) 0 0 0;
padding: 0 1rem;
font-family: var(--body-font);
font-size: var(--normal-font-size);
transition: 0.5s;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
a {
text-decoration: none;
}
/*===== HEADER =====*/
.header {
width: 100%;
height: var(--header-height);
position: fixed;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1rem;
background-color: var(--white-color);
z-index: var(--z-fixed);
transition: 0.5s;
}
.header__toggle {
color: var(--first-color);
font-size: 1.5rem;
cursor: pointer;
}
.header__img {
width: 35px;
height: 35px;
display: flex;
justify-content: center;
border-radius: 50%;
overflow: hidden;
}
.header__img img {
width: 40px;
}
.header h4 {
font-weight: bold;
}
/*===== NAV =====*/
.l-navbar {
position: fixed;
top: 0;
left: -30%;
width: var(--nav-width);
height: 100vh;
background-color: var(--first-color);
padding: 0.5rem 1rem 0 0;
transition: 0.5s;
z-index: var(--z-fixed);
}
.nav {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
}
.nav__logo,
.nav__link {
display: grid;
grid-template-columns: max-content max-content;
align-items: center;
column-gap: 1rem;
padding: 0.5rem 0 0.5rem 1.5rem;
}
.nav__logo {
margin-bottom: 2rem;
}
.nav__logo-icon {
font-size: 1.25rem;
color: var(--white-color);
width: 30px;
height: 25px;
}
.nav__logo-name {
color: var(--white-color);
font-weight: 700;
}
.nav__link {
position: relative;
color: var(--first-color-light);
margin-bottom: 1.5rem;
transition: 0.3s;
}
.nav__link:hover {
color: var(--white-color);
}
.nav__icon {
font-size: 1.25rem;
}
.card {
background-color: white;
color: #404041;
}
.card-header {
color: black;
}
.card-body {
text-align: justify;
text-justify: inter-word;
}
.btn1 {
border: none;
outline: none;
height: 50px;
width: 100%;
background-color: #ee7e2d;
color: white;
border-radius: 4px;
text-transform: uppercase;
font-weight: bold;
}
.btn-mhs {
border: none !important;
outline: none !important;
background-color: #ee7e2d !important;
color: white !important;
border-radius: 4px !important;
text-transform: uppercase !important;
font-weight: bold !important;
float: right !important;
}
.btn1:hover {
background: white;
border: 1px solid;
color: #ee7e2d;
}
.btn2 {
border: none;
outline: none;
height: 30px;
width: 100%;
background-color: #404041;
color: white;
border-radius: 4px;
text-transform: uppercase;
font-weight: bold;
}
.btn2:hover {
background: white;
border: 1px solid;
color: #404041;
}
.profile-pic-div {
height: 150px;
width: 150px;
position: relative;
left: 25%;
border-radius: 50%;
overflow: hidden;
border: 1px solid grey;
}
#photo {
height: 100%;
width: 100%;
}
#file {
display: none;
}
#uploadBtn {
height: 40px;
width: 100%;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
text-align: center;
background: rgba(0, 0, 0, 0.7);
color: white;
line-height: 30px;
font-family: sans-serif;
font-size: 15px;
cursor: pointer;
display: none;
}
/*Show navbar movil*/
.show {
left: 0;
}
/*Add padding body movil*/
.body-pd {
padding-left: calc(var(--nav-width) + 1rem);
}
/*Active links*/
.active {
color: var(--white-color);
}
.active::before {
content: "";
position: absolute;
left: 0;
width: 2px;
height: 32px;
background-color: var(--white-color);
}
/* ===== MEDIA QUERIES=====*/
@media screen and (min-width: 768px) {
body {
margin: calc(var(--header-height) + 1rem) 0 0 0;
padding-left: calc(var(--nav-width) + 2rem);
}
.header {
height: calc(var(--header-height) + 1rem);
padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
}
.header__img {
width: 40px;
height: 40px;
}
.header__img img {
width: 45px;
}
.l-navbar {
left: 0;
padding: 1rem 1rem 0 0;
}
.dropdown__link {
display: flex;
align-items: center;
}
.dropdown__icon {
font-size: 1.3rem;
transition: 0.5s;
}
.dropdown__menu {
margin: 1rem 0 0 1rem;
display: none;
}
.dropdown__item {
margin: 1rem 0;
}
.dropdown:hover > .dropdown__menu {
display: block;
}
.dropdown:hover .dropdown__icon {
transform: rotate(180deg);
}
/*Show navbar desktop*/
.show {
width: calc(var(--nav-width) + 156px);
}
/*Add padding body desktop*/
.body-pd {
padding-left: calc(var(--nav-width) + 188px);
}
} | assets/css/styles.css | @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
/*===== VARIABLES CSS =====*/
:root {
--header-height: 3rem;
--nav-width: 68px;
/*===== Colors =====*/
--first-color: #ee7e2d;
--first-color-light: #404041;
--white-color: #f7f6fb;
/*===== Font and typography =====*/
--body-font: "Poppins";
--normal-font-size: 1rem;
/*===== z index =====*/
--z-fixed: 100;
}
/*===== BASE =====*/
*,
::before,
::after {
box-sizing: border-box;
}
body {
position: relative;
margin: var(--header-height) 0 0 0;
padding: 0 1rem;
font-family: var(--body-font);
font-size: var(--normal-font-size);
transition: 0.5s;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
a {
text-decoration: none;
}
/*===== HEADER =====*/
.header {
width: 100%;
height: var(--header-height);
position: fixed;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1rem;
background-color: var(--white-color);
z-index: var(--z-fixed);
transition: 0.5s;
}
.header__toggle {
color: var(--first-color);
font-size: 1.5rem;
cursor: pointer;
}
.header__img {
width: 35px;
height: 35px;
display: flex;
justify-content: center;
border-radius: 50%;
overflow: hidden;
}
.header__img img {
width: 40px;
}
.header h4 {
font-weight: bold;
}
/*===== NAV =====*/
.l-navbar {
position: fixed;
top: 0;
left: -30%;
width: var(--nav-width);
height: 100vh;
background-color: var(--first-color);
padding: 0.5rem 1rem 0 0;
transition: 0.5s;
z-index: var(--z-fixed);
}
.nav {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
}
.nav__logo,
.nav__link {
display: grid;
grid-template-columns: max-content max-content;
align-items: center;
column-gap: 1rem;
padding: 0.5rem 0 0.5rem 1.5rem;
}
.nav__logo {
margin-bottom: 2rem;
}
.nav__logo-icon {
font-size: 1.25rem;
color: var(--white-color);
width: 30px;
height: 25px;
}
.nav__logo-name {
color: var(--white-color);
font-weight: 700;
}
.nav__link {
position: relative;
color: var(--first-color-light);
margin-bottom: 1.5rem;
transition: 0.3s;
}
.nav__link:hover {
color: var(--white-color);
}
.nav__icon {
font-size: 1.25rem;
}
.card {
background-color: white;
color: #404041;
}
.card-header {
color: black;
}
.card-body {
text-align: justify;
text-justify: inter-word;
}
.btn1 {
border: none;
outline: none;
height: 50px;
width: 100%;
background-color: #ee7e2d;
color: white;
border-radius: 4px;
text-transform: uppercase;
font-weight: bold;
}
.btn-mhs {
border: none !important;
outline: none !important;
background-color: #ee7e2d !important;
color: white !important;
border-radius: 4px !important;
text-transform: uppercase !important;
font-weight: bold !important;
float: right !important;
}
.btn1:hover {
background: white;
border: 1px solid;
color: #ee7e2d;
}
.btn2 {
border: none;
outline: none;
height: 30px;
width: 100%;
background-color: #404041;
color: white;
border-radius: 4px;
text-transform: uppercase;
font-weight: bold;
}
.btn2:hover {
background: white;
border: 1px solid;
color: #404041;
}
.profile-pic-div {
height: 150px;
width: 150px;
position: relative;
left: 25%;
border-radius: 50%;
overflow: hidden;
border: 1px solid grey;
}
#photo {
height: 100%;
width: 100%;
}
#file {
display: none;
}
#uploadBtn {
height: 40px;
width: 100%;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
text-align: center;
background: rgba(0, 0, 0, 0.7);
color: white;
line-height: 30px;
font-family: sans-serif;
font-size: 15px;
cursor: pointer;
display: none;
}
/*Show navbar movil*/
.show {
left: 0;
}
/*Add padding body movil*/
.body-pd {
padding-left: calc(var(--nav-width) + 1rem);
}
/*Active links*/
.active {
color: var(--white-color);
}
.active::before {
content: "";
position: absolute;
left: 0;
width: 2px;
height: 32px;
background-color: var(--white-color);
}
/* ===== MEDIA QUERIES=====*/
@media screen and (min-width: 768px) {
body {
margin: calc(var(--header-height) + 1rem) 0 0 0;
padding-left: calc(var(--nav-width) + 2rem);
}
.header {
height: calc(var(--header-height) + 1rem);
padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
}
.header__img {
width: 40px;
height: 40px;
}
.header__img img {
width: 45px;
}
.l-navbar {
left: 0;
padding: 1rem 1rem 0 0;
}
.dropdown__link {
display: flex;
align-items: center;
}
.dropdown__icon {
font-size: 1.3rem;
transition: 0.5s;
}
.dropdown__menu {
margin: 1rem 0 0 1rem;
display: none;
}
.dropdown__item {
margin: 1rem 0;
}
.dropdown:hover > .dropdown__menu {
display: block;
}
.dropdown:hover .dropdown__icon {
transform: rotate(180deg);
}
/*Show navbar desktop*/
.show {
width: calc(var(--nav-width) + 156px);
}
/*Add padding body desktop*/
.body-pd {
padding-left: calc(var(--nav-width) + 188px);
}
} | 0.240239 | 0.07208 |
.ng_cal_cal_frame_table .ng-button {font-size:small;}
.ng_cal_cal_frame_table .ng-button-bevel {height:15px; overflow:hidden;}
.ng_cal_right_month_td {text-align:right;}
.ng_cal_left_month_td {text-align:left;}
.ng_cal_today {}
.ng_cal_months_group_table {width:100%;
border-collapse:separate;}
.ng_cal_month_group_td {vertical-align:top;
border:solid #bbc5d5 1px;}
.ng_cal_month_table {border-collapse:separate;}
.ng_cal_month_table th {text-align:center;}
.ng_cal_month_table *, .ng_cal_years_select_td * {font-size:small;}
.ng_cal_years_select_td {text-align:center;
background:#dee3ea;}
.ng_cal_day_name_td {padding:2px 5px;}
.ng_cal_dates_tr td {padding:2px;
white-space:nowrap;}
.ng_cal_out_of_range {color:#999999;
text-decoration:line-through;}
.ng_cal_weekend, .ng_cal_day_off, .ng_cal_range_off {color:#666666;}
.ng_cal_other_month {color:#999999;
background:#efefef;
border:solid #efefef 1px;
cursor:pointer;}
.ng_cal_date_off {color:#666666;}
.ng_cal_selected_date, .ng_cal_selected_date.ng_cal_selectable:hover {background:#ffbb45;
padding:1px;
font-weight:bold;}
.ng_cal_selectable {cursor:pointer;
border:solid transparent 1px;}
.ng_cal_selectable:hover {background:#faedd6;
font-weight:bold;
border:dotted #999999 1px;}
.ng_cal_bottom_bar {text-align:right;}
.ng_cal_bottom_bar * {font-size:small;}
/* deprecated as of version 1.2.0*/
.ng_cal_date_list_td {font-size:small;
border:solid #dee3ea 1px;
cursor:pointer;}
.ng_cal_date_list_remove_td {background:url(../images/remove_icon.gif) no-repeat center center;
cursor:pointer;
border:solid #dee3ea 1px;
width:15px;
height:15px;}
/* deprecated as of version 1.2.0*/
/*1.1.2*/
.ng-comp-disabled .ng_cal_selectable:hover {border:solid transparent 1px;
background:none;}
.ng-comp-disabled .ng_cal_selected_date.ng_cal_selectable:hover {background:#ffbb45;}
/*1.1.2*/
/*1.2.0*/
.ng_cal_date_list_holder {display:inline-block;
padding:3px;
font-size:smaller;
border:solid #dee3ea 1px;
margin-right:10px;
margin-bottom:10px;}
.ng_cal_date_list {cursor:pointer;}
.ng_cal_date_list_remove {background:url(../images/remove_icon.gif) no-repeat center center;
cursor:pointer;
width:15px;
min-height:15px;
display:inline-block;
margin-left:5px;
border-left:none;}
/*1.2.0*/
/*1.2.1*/
@media screen and (max-width:480px){
.ng_cal_dates_tr td {padding:5px;}
}
/*1.2.1*/ | public/js/assets/components/calendar/css/ng_cal_style.css | .ng_cal_cal_frame_table .ng-button {font-size:small;}
.ng_cal_cal_frame_table .ng-button-bevel {height:15px; overflow:hidden;}
.ng_cal_right_month_td {text-align:right;}
.ng_cal_left_month_td {text-align:left;}
.ng_cal_today {}
.ng_cal_months_group_table {width:100%;
border-collapse:separate;}
.ng_cal_month_group_td {vertical-align:top;
border:solid #bbc5d5 1px;}
.ng_cal_month_table {border-collapse:separate;}
.ng_cal_month_table th {text-align:center;}
.ng_cal_month_table *, .ng_cal_years_select_td * {font-size:small;}
.ng_cal_years_select_td {text-align:center;
background:#dee3ea;}
.ng_cal_day_name_td {padding:2px 5px;}
.ng_cal_dates_tr td {padding:2px;
white-space:nowrap;}
.ng_cal_out_of_range {color:#999999;
text-decoration:line-through;}
.ng_cal_weekend, .ng_cal_day_off, .ng_cal_range_off {color:#666666;}
.ng_cal_other_month {color:#999999;
background:#efefef;
border:solid #efefef 1px;
cursor:pointer;}
.ng_cal_date_off {color:#666666;}
.ng_cal_selected_date, .ng_cal_selected_date.ng_cal_selectable:hover {background:#ffbb45;
padding:1px;
font-weight:bold;}
.ng_cal_selectable {cursor:pointer;
border:solid transparent 1px;}
.ng_cal_selectable:hover {background:#faedd6;
font-weight:bold;
border:dotted #999999 1px;}
.ng_cal_bottom_bar {text-align:right;}
.ng_cal_bottom_bar * {font-size:small;}
/* deprecated as of version 1.2.0*/
.ng_cal_date_list_td {font-size:small;
border:solid #dee3ea 1px;
cursor:pointer;}
.ng_cal_date_list_remove_td {background:url(../images/remove_icon.gif) no-repeat center center;
cursor:pointer;
border:solid #dee3ea 1px;
width:15px;
height:15px;}
/* deprecated as of version 1.2.0*/
/*1.1.2*/
.ng-comp-disabled .ng_cal_selectable:hover {border:solid transparent 1px;
background:none;}
.ng-comp-disabled .ng_cal_selected_date.ng_cal_selectable:hover {background:#ffbb45;}
/*1.1.2*/
/*1.2.0*/
.ng_cal_date_list_holder {display:inline-block;
padding:3px;
font-size:smaller;
border:solid #dee3ea 1px;
margin-right:10px;
margin-bottom:10px;}
.ng_cal_date_list {cursor:pointer;}
.ng_cal_date_list_remove {background:url(../images/remove_icon.gif) no-repeat center center;
cursor:pointer;
width:15px;
min-height:15px;
display:inline-block;
margin-left:5px;
border-left:none;}
/*1.2.0*/
/*1.2.1*/
@media screen and (max-width:480px){
.ng_cal_dates_tr td {padding:5px;}
}
/*1.2.1*/ | 0.209915 | 0.419648 |
main.home {
display: block;
top: 3.5em;
padding: 0;
color: rgba(0, 0, 34, 1);
}
main.home > section,
main.home > footer {
padding: 0;
margin: 0;
max-width: 100vw;
}
main.home > header {
background-color: rgba(92, 45, 145, 0.8);
width: 100%;
margin: 0;
height: 54%;
padding: 0;
}
main.home > header div {
text-align: center;
padding: 5em;
width: 80%;
margin-left: 10%;
position: absolute;
top: 1em;
}
main.home > header h1,
main.home > header p {
color: rgba(255, 255, 255, 1);
font-weight: bold;
width: 100%;
}
main.home > header h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
main.home > header p {
font-size: 1em;
margin-bottom: 2em;
}
main.home > header div a.button-link {
border: 0.5px solid rgb(158, 158, 158);
background-color: rgba(250, 166, 26, 1);
padding: 0.8em;
font-weight: bold;
}
main.home > header div a.button-link:hover {
background-color: rgba(0, 0, 34, 1);
color: rgba(250, 166, 26, 1);
transition: background-color 1s, color 1s;
}
main.home > header img {
width: 100%;
height: 100%;
position: relative;
z-index: -1;
left: 0;
}
main.home footer {
color: rgba(255, 255, 255, 0.8);
background: rgba(0, 0, 34, 1);
width: 100%;
background-image: url("../../img/home/basic-js.png");
}
main.home footer {
text-align: center;
}
main.home section,
main.home section ol {
text-align: center;
}
main.home section {
text-align: center;
margin: 2em 0;
}
main.home section figure,
main.home section h1 {
margin: 1em 0;
}
main.home section figure {
display: inline-block;
padding: 2em;
border-radius: 50%;
background-color: rgba(250, 166, 26, 1);
}
main.home section h1 {
font-size: 1.3em;
font-weight: bold;
}
main.home section ol {
display: block;
text-decoration: inherit;
}
main.home section[id="follow-us"] {
width: 100%;
background-color: rgba(250, 166, 26, 1);
margin-bottom: 0;
padding-bottom: 5em;
}
main.home section[id="follow-us"] figure {
clear: left;
border-bottom: 2px dashed rgba(0, 0, 34, 1);
border-radius: 0;
margin-right: 0;
}
main.home section[id="follow-us"] figure img {
width: 35%;
margin-bottom: 1em;
}
main.home section[id="follow-us"] figure h3 {
margin: 0;
}
main.home section[id="follow-us"] h3 {
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
font-size: 1.5em;
}
main.home section[id="follow-us"] ol li {
display: inline-block;
font-weight: bold;
margin-right: 1em;
}
main.home section[id="follow-us"] ol li:hover {
display: inline-block;
border-bottom: 2px dashed rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1);
}
footer {
height: 5em;
line-height: 5em;
}
@media only screen and (min-width:50em) {
main.home > header {
height: 84%;
}
main.home > header div {
position: absolute;
top: 8em;
width: 50%;
margin-left: 22.5%;
}
main.home section {
text-align: left;
}
main.home section:nth-child(even) figure {
float: left;
margin-left: 10%;
margin-right: 15%;
}
main.home section:nth-child(odd) figure {
float: right;
margin-right: 15%;
}
main.home section:nth-child(odd) h1,
main.home section:nth-child(odd) ol {
margin-left: 15%;
}
main.home section h1 {
margin-top: 3em;
}
main.home section ol {
text-align: inherit;
margin-top: 1em;
}
main.home section[id="follow-us"] {
padding-bottom: 0;
}
main.home section[id="follow-us"] figure {
border-bottom: none;
border-right: 2px dashed rgba(0, 0, 34, 1);
margin: 1em 0;
text-align: center;
}
main.home section[id="follow-us"] h3 {
margin-top: 2em;
margin-bottom: 1em;
margin-left: 65%;
}
main.home section[id="follow-us"] h3,
main.home section[id="follow-us"] ol {
margin-left: 50%;
}
} | apps/website/assets/css/home/style.css | main.home {
display: block;
top: 3.5em;
padding: 0;
color: rgba(0, 0, 34, 1);
}
main.home > section,
main.home > footer {
padding: 0;
margin: 0;
max-width: 100vw;
}
main.home > header {
background-color: rgba(92, 45, 145, 0.8);
width: 100%;
margin: 0;
height: 54%;
padding: 0;
}
main.home > header div {
text-align: center;
padding: 5em;
width: 80%;
margin-left: 10%;
position: absolute;
top: 1em;
}
main.home > header h1,
main.home > header p {
color: rgba(255, 255, 255, 1);
font-weight: bold;
width: 100%;
}
main.home > header h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
main.home > header p {
font-size: 1em;
margin-bottom: 2em;
}
main.home > header div a.button-link {
border: 0.5px solid rgb(158, 158, 158);
background-color: rgba(250, 166, 26, 1);
padding: 0.8em;
font-weight: bold;
}
main.home > header div a.button-link:hover {
background-color: rgba(0, 0, 34, 1);
color: rgba(250, 166, 26, 1);
transition: background-color 1s, color 1s;
}
main.home > header img {
width: 100%;
height: 100%;
position: relative;
z-index: -1;
left: 0;
}
main.home footer {
color: rgba(255, 255, 255, 0.8);
background: rgba(0, 0, 34, 1);
width: 100%;
background-image: url("../../img/home/basic-js.png");
}
main.home footer {
text-align: center;
}
main.home section,
main.home section ol {
text-align: center;
}
main.home section {
text-align: center;
margin: 2em 0;
}
main.home section figure,
main.home section h1 {
margin: 1em 0;
}
main.home section figure {
display: inline-block;
padding: 2em;
border-radius: 50%;
background-color: rgba(250, 166, 26, 1);
}
main.home section h1 {
font-size: 1.3em;
font-weight: bold;
}
main.home section ol {
display: block;
text-decoration: inherit;
}
main.home section[id="follow-us"] {
width: 100%;
background-color: rgba(250, 166, 26, 1);
margin-bottom: 0;
padding-bottom: 5em;
}
main.home section[id="follow-us"] figure {
clear: left;
border-bottom: 2px dashed rgba(0, 0, 34, 1);
border-radius: 0;
margin-right: 0;
}
main.home section[id="follow-us"] figure img {
width: 35%;
margin-bottom: 1em;
}
main.home section[id="follow-us"] figure h3 {
margin: 0;
}
main.home section[id="follow-us"] h3 {
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
font-size: 1.5em;
}
main.home section[id="follow-us"] ol li {
display: inline-block;
font-weight: bold;
margin-right: 1em;
}
main.home section[id="follow-us"] ol li:hover {
display: inline-block;
border-bottom: 2px dashed rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1);
}
footer {
height: 5em;
line-height: 5em;
}
@media only screen and (min-width:50em) {
main.home > header {
height: 84%;
}
main.home > header div {
position: absolute;
top: 8em;
width: 50%;
margin-left: 22.5%;
}
main.home section {
text-align: left;
}
main.home section:nth-child(even) figure {
float: left;
margin-left: 10%;
margin-right: 15%;
}
main.home section:nth-child(odd) figure {
float: right;
margin-right: 15%;
}
main.home section:nth-child(odd) h1,
main.home section:nth-child(odd) ol {
margin-left: 15%;
}
main.home section h1 {
margin-top: 3em;
}
main.home section ol {
text-align: inherit;
margin-top: 1em;
}
main.home section[id="follow-us"] {
padding-bottom: 0;
}
main.home section[id="follow-us"] figure {
border-bottom: none;
border-right: 2px dashed rgba(0, 0, 34, 1);
margin: 1em 0;
text-align: center;
}
main.home section[id="follow-us"] h3 {
margin-top: 2em;
margin-bottom: 1em;
margin-left: 65%;
}
main.home section[id="follow-us"] h3,
main.home section[id="follow-us"] ol {
margin-left: 50%;
}
} | 0.561936 | 0.114369 |
body
{
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
z-index: -15;
overflow: hidden;
}
/* Icons */
.icons-container{
position: absolute;
height: 20%;
width: 10%;
top: -3%;
right: 7%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
z-index: 10;
}
.icons-container img{
height: 30%;
width: 35%;
margin-top: 20px;
}
.icons-container a img
{
width: 50%;
margin: 0px 30px;
}
.country
{
background: linear-gradient(rgb(33, 134, 218), #C3FCF1);
width: 100vw;
height: 100vh;
opacity: 1;
position: relative;
padding: 0;
margin: 0;
z-index: 0;
overflow: hidden;
}
.element
{
cursor: pointer;
position: absolute;
transition: transform 0.5s ease-out;
}
.element:hover
{
transform: scale(1.05);
}
.background
{
top: 0%;
left: -2.5vw;
width: 105vw;
height: 105vh;
z-index: -10;
position: absolute;
}
.character
{
top: 57%;
left: 47%;
width: 4%;
height: auto;
z-index: 1;
}
.monument
{
top:30%;
left: 56%;
width: 20%;
height: auto;
}
.animal
{
top: 58%;
right: 5%;
width: 20%;
height: auto;
z-index: 2;
}
.object
{
top: -20%;
left: 42%;
width: 4%;
height: auto;
z-index: 2;
}
.souvenir-rotate{
animation: object-spinning-animation 2s ease-in-out 1;
}
@keyframes object-spinning-animation
{
0% {transform: rotate(0deg);}
25% {transform: rotate(-5deg);}
100% {transform: rotate(1440deg);}
}
.food
{
top: 85%;
left: 15%;
width: 15%;
height: auto;
z-index: 2;
}
.activity
{
top: 83%;
left: 23%;
width: 5%;
height: auto;
z-index: 2;
}
.img-js:hover{
cursor: pointer;
transform: scale(1.05);
}
.visible-dct
{
opacity: 1;
}
.exist
{
text-align: center;
}
.display
{
display: block;
}
.display-none
{
display: none;
}
/* Feature */
.feature-background
{
z-index: 10;
background: rgba(0,0,0,0.7);
position: absolute;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
margin:0;
padding: 0;
}
.feature-container
{
width: 50%;
height: 60%;
margin-top: 10%;
margin-left: 25%;
display: flex;
}
.feature-left
{
display: flex;
flex-flow: row wrap;
width: 30%;
/* height: 98%; */
background-color: #fff;
margin-right: 10%;
border-radius: 10px;
padding: 20px;
}
.feature-left .feature-element
{
background:#F1E0CC;
width: 34%;
height: 18%;
border-radius: 10px;
padding: 5%;
margin: 0 3%;
cursor: pointer;
}
.feature-element:hover img
{
transform: scale(1.05);
}
.feature-element img
{
width: 90%;
height: 90%;
margin: 5% 0 0 5%;
}
.feature-right
{
width: 60%;
/* height: 100%; */
border-radius: 10px;
padding: 20px;
background-color: #fff;
}
.feature-right .feature-description
{
font-family: "Montserrat";
font-size: 25px;
text-align: center;
width: 80%;
margin:10% 0;
padding: 0 10%;
}
.feature-right .feature-img
{
width: 60%;
height: 50%;
margin : 0 auto;
background: #F1E0CC;
border-radius: 5%;
padding: 5%;
}
.feature-img img
{
width: 100%;
height: 100%;
}
/*
*Style of the pop up messages*
*/
.background-pop-up
{
position: absolute;
height: 100vh;
width: 100vw;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
transition: all 0.3s;
}
.container-pop-up
{
position: absolute;
height: 70%;
width: 30%;
top: calc(50% - 70%/2);
left: calc(50% - 35%/2);
background-color: rgb(251, 251, 251);
border-radius: 10px;
padding: 20px 30px;
}
.background-pop-up .container-pop-up .content-pop-up
{
position: absolute;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
height: 100%;
width: 100%;
top: calc(50% - 50%);
left: calc(50% - 50%);
}
.background-pop-up .content-pop-up img
{
height: auto;
width: 40%;
}
.background-pop-up p
{
font-family: "Montserrat";
font-size: 16px;
margin: 0px 40px 0px 40px;
text-align: center;
}
a.primary-button
{
text-decoration: none;
width: 170px;
height: 20px;
padding: 15px;
background-color: rgb(119, 213, 219);
border-radius: 5px;
font-family: "Montserrat";
font-size: 16px;
text-align: center;
font-weight: bold;
color: rgb(0, 0, 0);
}
.js-hidden
{
opacity: 0;
pointer-events: none;
}
/** responsive tablet**/
@media screen and (max-width:1024px) and (orientation: landscape)
{
.background { top: 10%; }
.monument { top: 26%; width: 30%; }
.character { top: 70%; }
.activity { top: 78%; }
.food { top: 80%; }
.object { top: 84%; }
.animal { top: 75%; width: 25%; }
.feature-container { margin-top: 15%; width: 80%; margin-left: 10%; }
.container-pop-up { height: 60%; top: calc(50% - 60%/2); left: calc(50% - 39%/2); }
}
@media screen and (max-width:1024px) and (orientation: portrait)
{
.background { top: 45%; left: -10%; width: 115%; }
.monument { top: 55%; width: 30%; }
.character { top: 80%; }
.activity { top: 84%; }
.food { top: 85%; }
.object { top: 84%; }
.animal { top: 83%; width: 25%; }
.feature-container { margin-top: 28%; width: 80%; margin-left: 10%; }
.container-pop-up { height: 35%; width: 35%; top: calc(50% - 35%/2); left: calc(50% - 44%/2); }
} | styles/egypt.css | body
{
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
z-index: -15;
overflow: hidden;
}
/* Icons */
.icons-container{
position: absolute;
height: 20%;
width: 10%;
top: -3%;
right: 7%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
z-index: 10;
}
.icons-container img{
height: 30%;
width: 35%;
margin-top: 20px;
}
.icons-container a img
{
width: 50%;
margin: 0px 30px;
}
.country
{
background: linear-gradient(rgb(33, 134, 218), #C3FCF1);
width: 100vw;
height: 100vh;
opacity: 1;
position: relative;
padding: 0;
margin: 0;
z-index: 0;
overflow: hidden;
}
.element
{
cursor: pointer;
position: absolute;
transition: transform 0.5s ease-out;
}
.element:hover
{
transform: scale(1.05);
}
.background
{
top: 0%;
left: -2.5vw;
width: 105vw;
height: 105vh;
z-index: -10;
position: absolute;
}
.character
{
top: 57%;
left: 47%;
width: 4%;
height: auto;
z-index: 1;
}
.monument
{
top:30%;
left: 56%;
width: 20%;
height: auto;
}
.animal
{
top: 58%;
right: 5%;
width: 20%;
height: auto;
z-index: 2;
}
.object
{
top: -20%;
left: 42%;
width: 4%;
height: auto;
z-index: 2;
}
.souvenir-rotate{
animation: object-spinning-animation 2s ease-in-out 1;
}
@keyframes object-spinning-animation
{
0% {transform: rotate(0deg);}
25% {transform: rotate(-5deg);}
100% {transform: rotate(1440deg);}
}
.food
{
top: 85%;
left: 15%;
width: 15%;
height: auto;
z-index: 2;
}
.activity
{
top: 83%;
left: 23%;
width: 5%;
height: auto;
z-index: 2;
}
.img-js:hover{
cursor: pointer;
transform: scale(1.05);
}
.visible-dct
{
opacity: 1;
}
.exist
{
text-align: center;
}
.display
{
display: block;
}
.display-none
{
display: none;
}
/* Feature */
.feature-background
{
z-index: 10;
background: rgba(0,0,0,0.7);
position: absolute;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
margin:0;
padding: 0;
}
.feature-container
{
width: 50%;
height: 60%;
margin-top: 10%;
margin-left: 25%;
display: flex;
}
.feature-left
{
display: flex;
flex-flow: row wrap;
width: 30%;
/* height: 98%; */
background-color: #fff;
margin-right: 10%;
border-radius: 10px;
padding: 20px;
}
.feature-left .feature-element
{
background:#F1E0CC;
width: 34%;
height: 18%;
border-radius: 10px;
padding: 5%;
margin: 0 3%;
cursor: pointer;
}
.feature-element:hover img
{
transform: scale(1.05);
}
.feature-element img
{
width: 90%;
height: 90%;
margin: 5% 0 0 5%;
}
.feature-right
{
width: 60%;
/* height: 100%; */
border-radius: 10px;
padding: 20px;
background-color: #fff;
}
.feature-right .feature-description
{
font-family: "Montserrat";
font-size: 25px;
text-align: center;
width: 80%;
margin:10% 0;
padding: 0 10%;
}
.feature-right .feature-img
{
width: 60%;
height: 50%;
margin : 0 auto;
background: #F1E0CC;
border-radius: 5%;
padding: 5%;
}
.feature-img img
{
width: 100%;
height: 100%;
}
/*
*Style of the pop up messages*
*/
.background-pop-up
{
position: absolute;
height: 100vh;
width: 100vw;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
transition: all 0.3s;
}
.container-pop-up
{
position: absolute;
height: 70%;
width: 30%;
top: calc(50% - 70%/2);
left: calc(50% - 35%/2);
background-color: rgb(251, 251, 251);
border-radius: 10px;
padding: 20px 30px;
}
.background-pop-up .container-pop-up .content-pop-up
{
position: absolute;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
height: 100%;
width: 100%;
top: calc(50% - 50%);
left: calc(50% - 50%);
}
.background-pop-up .content-pop-up img
{
height: auto;
width: 40%;
}
.background-pop-up p
{
font-family: "Montserrat";
font-size: 16px;
margin: 0px 40px 0px 40px;
text-align: center;
}
a.primary-button
{
text-decoration: none;
width: 170px;
height: 20px;
padding: 15px;
background-color: rgb(119, 213, 219);
border-radius: 5px;
font-family: "Montserrat";
font-size: 16px;
text-align: center;
font-weight: bold;
color: rgb(0, 0, 0);
}
.js-hidden
{
opacity: 0;
pointer-events: none;
}
/** responsive tablet**/
@media screen and (max-width:1024px) and (orientation: landscape)
{
.background { top: 10%; }
.monument { top: 26%; width: 30%; }
.character { top: 70%; }
.activity { top: 78%; }
.food { top: 80%; }
.object { top: 84%; }
.animal { top: 75%; width: 25%; }
.feature-container { margin-top: 15%; width: 80%; margin-left: 10%; }
.container-pop-up { height: 60%; top: calc(50% - 60%/2); left: calc(50% - 39%/2); }
}
@media screen and (max-width:1024px) and (orientation: portrait)
{
.background { top: 45%; left: -10%; width: 115%; }
.monument { top: 55%; width: 30%; }
.character { top: 80%; }
.activity { top: 84%; }
.food { top: 85%; }
.object { top: 84%; }
.animal { top: 83%; width: 25%; }
.feature-container { margin-top: 28%; width: 80%; margin-left: 10%; }
.container-pop-up { height: 35%; width: 35%; top: calc(50% - 35%/2); left: calc(50% - 44%/2); }
} | 0.714927 | 0.085939 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400|Raleway:300,400,500,600,700");
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 300;
src: local("Montserrat"), url("fonts/Montserrat/Montserrat-Light.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
src: local("Montserrat"), url("fonts/Montserrat/Montserrat-Regular.ttf") format("ttf");
}
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 300;
src: local("Raleway"), url("/fonts/Raleway/Raleway-Light.ttf") format("ttf");
}
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 400;
src: local("Raleway"), url("/fonts/Raleway/Raleway-Regular.ttf") format("ttf");
}
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 500;
src: local("Raleway"), url("/fonts/Raleway/Raleway-Medium.ttf") format("ttf");
}
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 600;
src: local("Raleway"), url("/fonts/Raleway/Raleway-SemiBold.ttf") format("ttf");
}
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 700;
src: local("Raleway"), url("/fonts/Raleway/Raleway-Bold.ttf") format("ttf");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
text-decoration: none;
}
.container {
max-width: 1920px;
margin: 0 auto;
}
.wrapper {
width: 1170px;
margin: 0 auto;
}
.header {
display: flex;
background: url(img/11949.jpg) no-repeat;
background-color: #464540;
}
.header-side {
width: 375px;
display: flex;
justify-content: center;
align-items: center;
}
.header-arrow {
min-height: 50px;
min-width: 50px;
border: 1px solid #fff;
transform: rotate(45deg);
cursor: pointer;
transition: .2s linear;
}
.header-arrow-right {
border-bottom-color: transparent;
border-left-color: transparent;
}
.header-arrow-right:hover {
border-top-color: #c7b299;
border-right-color: #c7b299;
}
.header-arrow-left {
border-top-color: transparent;
border-right-color: transparent;
}
.header-arrow-left:hover {
border-bottom-color: #c7b299;
border-left-color: #c7b299;
}
.header-center {
display: flex;
flex-direction: column;
padding: 40px 0;
align-items: center;
}
.header-wrapper {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.logo-text {
vertical-align: middle;
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 34px;
font-weight: 400;
line-height: normal;
}
.logo {
display: flex;
justify-content: space-between;
align-items: center;
width: 180px;
text-decoration: none;
color: #fff;
}
.logo:hover .logo-icon {
fill: brown;
}
.logo:hover .logo-txt {
color: brown;
}
.logo:active .logo-icon {
fill: gold;
}
.logo:active .logo-txt {
color: gold;
}
.logo-icon {
fill: #fff;
}
.logo-txt {
font-family: raleway, arial, sans-serif;
font-size: 33px;
}
.header-menu {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: flex;
justify-content: flex-end;
}
#menu-input {
display: none;
}
.burger-img {
display: none;
height: 64px;
width: 64px;
background: url(img/menu.png) no-repeat;
background-size: cover;
}
.menu-link {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 300;
line-height: normal;
transition: .2s linear;
}
.menu-link:hover {
color: #c7b299;
}
.menu-item {
display: inline-block;
padding: 0 13px;
}
.header-cart {
display: inline-block;
height: 24px;
width: 18px;
background-image: url(img/icon-cart-min.png);
background-repeat: no-repeat;
background-position: center;
padding: 0 15px;
}
.logo:hover{
fill: red;
}
.logo-text:hover{
color: red;
}
.header-search {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 300;
line-height: normal;
width: 0px;
border: none;
border-bottom: 2px solid transparent;
outline: none;
background: transparent;
transition: 0.7s cubic-bezier(0, 0.8, 0, 1);
padding-left: 15px;
}
.header-search-label {
cursor: pointer;
}
:-moz-placeholder {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 300;
line-height: normal;
color: rgba(255, 255, 255, 0.5);
}
:-ms-input-placeholder {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 300;
line-height: normal;
color: rgba(255, 255, 255, 0.5);
}
.header-search:focus {
width: 100px;
z-index: 1;
border-bottom: 1px solid #F9F0DA;
}
.header-search-label:hover,
.header-cart:hover {
transform: scale(1.1);
}
.slider {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 872px;
box-sizing: border-box;
padding-bottom: 65px;
}
.slider-slogan {
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 36px;
font-weight: 500;
line-height: 65px;
}
.slider-title {
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 52px;
font-weight: 700;
letter-spacing: 1px;
}
.slider-text {
font-family: "Montserrat", sans-serif;
color: #fff;
text-align: center;
font-size: 15px;
font-weight: 300;
line-height: 24px;
max-width: 560px;
letter-spacing: 0.5px;
}
.link-btn {
display: flex;
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 23px;
background-color: #998675;
height: 50px;
width: 170px;
border-radius: 3px;
transition: .2s linear;
box-sizing: border-box;
align-items: center;
margin-top: 50px;
}
.link-btn:hover {
box-shadow: inset 0 0 100px hsla(0, 0%, 0%, .2), inset 0px 1px 0px #666, inset 0px 2px 0px #555, inset 0px 3px 0px #444, inset 0px 4px 0px #333, inset 0px 5px 4px #001135;
padding-top: 5px;
}
.link-btn-text {
margin: auto;
text-transform: uppercase;
}
.slider-switch {
display: none;
}
.slider-btns {
text-align: center;
}
.slider-switch-btn {
background-color: rgba(255, 255, 255, 0.5);
opacity: 0.8;
width: 11px;
height: 11px;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
cursor: pointer;
transition: .2s linear;
margin: 0 3px;
}
.slider-switch:checked + .slider-switch-btn {
border: 2px solid #d3c1ad;
box-sizing: border-box;
background-color: transparent;
width: 15px;
height: 15px;
}
.control {
width: 350px;
position: relative;
}
.control-radio:after {
content: "";
display: block;
width: 15px;
height: 15px;
background-color: #a4a3a1;
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0);
border-radius: 50%;
}
.control-radio:hover:after {
background-color: rgba(0, 0, 0, 0);
border: 2px solid #a4a3a1;
border-radius: 50%;
}
.control-radio {
position: absolute;
bottom: 30px;
}
.control-radio:nth-child(1) {
left: 38%;
}
.control-radio:nth-child(2) {
left: 44%;
}
.control-radio:nth-child(3) {
left: 50%;
}
.control-radio:nth-child(4) {
left: 56%;
}
.control-radio:nth-child(5) {
left: 62%;
}
.web {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 266px;
padding: 84px 0px 80px 0px;
box-sizing: border-box;
/* border: 1px solid black; */
text-align: center;
color: #555555;
background-color: #fff;
}
.web:after {
content: "";
display: block;
width: 70px;
height: 3px;
background-color: #555555;
}
.web:hover .web-icon {
fill: gold;
}
.web:hover .web-title {
color: gold;
}
.web:hover:after {
background-color: gold;
}
.web-icon {
fill: #555555;
margin: 0 0 30px 0;
}
.web-title {
width: 100%;
font-weight: bold;
}
.web-txt {
}
.services {
text-align: center;
}
.services-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.services-item {
height: 290px;
width: 23%;
box-sizing: border-box;
padding-top: 80px;
margin-bottom: 80px;
cursor: pointer;
}
.services-icon {
height: 52px;
width: 52px;
margin: 0 auto;
margin-bottom: 29px;
}
.services-caption {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 22px;
font-weight: 600;
display: block;
padding-bottom: 10px;
transition: .2s linear;
}
.services-depiction {
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 14px;
font-weight: 300;
line-height: 24px;
padding-bottom: 33px;
}
.services-line {
background-color: #f1eee9;
width: 70px;
height: 3px;
margin: 0 auto;
transition: .2s linear;
}
.advert{
background-color: #fbfaf8;
display: flex;
flex-direction: column;
align-items: center;
}
.advert-wrapper {
display: flex;
flex-direction: column;
width: 1230px;
align-items: center;
background: url(img/browser-left-min.png) left bottom no-repeat, url(img/browser-right-min.png) right bottom no-repeat;
padding-top: 80px;
}
.advert-title {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 30px;
font-weight: 600;
padding-bottom: 24px;
}
.advert-text {
max-width: 757px;
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 16px;
font-weight: 300;
line-height: 28px;
text-align: center;
padding-bottom: 40px;
}
.advert-picture {
max-height: 482px;
max-width: 770px;
}
.advert-purchase {
align-self: stretch;
background: linear-gradient(90deg, #211b19 0%, #4e3427 100%);
opacity: 0;
transition: .2s linear;
}
.purchase-wrapper {
display: flex;
justify-content: space-between;
padding: 48px 0;
}
.purchase-title {
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 28px;
font-weight: 400;
padding-bottom: 8px;
}
.purchase-title-brown {
color: #c7b299;
}
.purchase-text {
font-family: "Montserrat", sans-serif;
color: #615855;
font-size: 18px;
font-weight: 300;
}
.purchase-link {
text-transform: uppercase;
}
.advert:hover .advert-purchase {
opacity: 1;
}
.projects {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 80px 0;
}
.projects-title {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 30px;
font-weight: 600;
margin-bottom: 24px;
}
.projects-text {
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 16px;
font-weight: 300;
line-height: 28px;
max-width: 750px;
text-align: center;
margin-bottom: 50px;
}
.projects-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 40px;
}
.projects-link {
padding: 10px 25px;
border-radius: 3px;
border: 1px solid #ebebeb;
margin: 0 5px;
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 14px;
font-weight: 300;
line-height: 21px;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.projects-link:hover {
color: #fff;
background-color: #998675;
}
.projects-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 40px;
}
.projects-post {
width: 370px;
height: 337px;
margin: 15px 0;
}
.post-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 237px;
}
.post-link {
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: rgba(0, 0, 0, .6);
opacity: 0;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.post-link:first-child {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.post-link-img {
padding: 0 12px;
}
.post-link-img:hover {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.icons-bg-1 {
background-color: #362f2d;
background: url(img/bg-1.png) no-repeat;
}
.icons-bg-2 {
background-color: #362f2d;
background: url(img/bg-2.png) no-repeat;
}
.icons-bg-3 {
background-color: #362f2d;
background: url(img/bg-3.png) no-repeat;
}
.icons-bg-4 {
background-color: #362f2d;
background: url(img/bg-4.png) no-repeat;
}
.icons-bg-5 {
background-color: #362f2d;
background: url(img/bg-5.png) no-repeat;
}
.icons-bg-6 {
background-color: #362f2d;
background: url(img/bg-6.png) no-repeat;
}
.post-description {
padding: 30px;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.post-description :before {
content: "";
border: 10px solid transparent;
border-bottom: 10px solid #ccc;
position: absolute;
top: -20px;
left: 19px;
}
.post-title {
font-family: "Raleway", sans-serif;
color: #c7b29a;
font-size: 20px;
font-weight: 500;
}
.post-text {
font-family: "Montserrat", sans-serif;
color: #d1d1d1;
font-size: 14px;
font-weight: 300;
line-height: 20px;
padding-top: 14px;
}
.projects-post:hover .post-link {
opacity: 1;
}
.projects-post:hover .post-description {
background-color: #362f2d;
}
.video {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 705px;
position: relative;
overflow: hidden;
background: url(img/bg_photo_10983.jpg);
background-size: cover;
}
.video-item {
width: 100vh;
height: 100vh;
/* overflow: hidden; */
}
.video-txt-wrp {
width: 600px;
padding: 10px;
box-sizing: border-box;
position: absolute;
}
.video-txt-btn {
display: block;
width: 100px;
height: 100px;
margin: 0 auto;
outline: none;
/* border: none; */
border-radius: 50%;
background-color: transparent;
background-size: cover;
background-image: url(img/play.svg);
}
.video-txt-title {
font-family: "Raleway", sans-serif;
color: #ffffff;
font-size: 30px;
font-weight: 500;
margin-top: 40px;
}
.video-txt-p {
text-align: justify;
font-family: Montserrat;
font-size: 16px;
line-height: 28px;
font-weight: 300;
color: #ffffff;
text-align: center;
}
.video-txt-time {
font-family: Montserrat;
font-size: 14px;
line-height: 24px;
font-weight: 400;
color: #c7b299;
}
.video-txt-title,
.video-txt-time {
display: block;
text-align: center;
}
.advantage-wrapper {
margin-top: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
background: url(img/iphone_in_hand.jpg) no-repeat;
}
.advantage-text {
padding: 100px 30px;
max-width: 650px;
text-align: justify;
}
.advantage-title {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 30px;
font-weight: 600;
margin-bottom: 40px;
}
.advantage-paragraph,
.advantage-list {
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 16px;
font-weight: 300;
line-height: 28px;
}
.advantage-list {
line-height: 32px;
padding-left: 50px;
margin-top: 45px;
}
.advantage-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.advantage-item-icon {
display: inline-block;
height: 21px;
min-width: 21px;
background: url(img/right-chevron.png) no-repeat;
background-size: cover;
margin-right: 30px;
}
.advantage-item:hover .advantage-item-icon {
background: url(img/right-chevron%20dark.png) no-repeat;
background-size: cover;
}
.advantage-item:hover {
text-shadow: 1px 1px #362F2D;
}
.counters {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
background-color: brown;
padding-bottom: 60px;
padding-top: 70px;
background: -webkit-gradient(linear, left top, right top, from(#211b19), to(#4e3427));
background: linear-gradient(90deg, #211b19 0%, #4e3427 100%);
}
.counters-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-width: 120px;
padding: 10px 30px;
position: relative;
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
overflow: hidden;
}
.counters-item:before {
content: " ";
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .5)));
background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
height: 200px;
width: 50px;
position: absolute;
top: 0px;
left: -155px;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.counters-item:hover {
background-color: rgba(0, 0, 0, .5);
border-radius: 10px;
}
.counters-item:hover:before {
left: 300px;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.counters-icon {
min-height: 44px;
min-width: 54px;
background: url(img/spritesheet-counters.png) no-repeat;
margin-bottom: 30px;
}
.counters-bell {
background-position: -10px -10px;
}
.counters-cup {
background-position: -8px -74px;
}
.counters-dialog {
background-position: -5px -138px;
}
.counters-heart {
background-position: -5px -202px;
}
.counters-user {
background-position: -5px -266px;
}
.counters-number {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 48px;
font-weight: 200;
line-height: 36px;
margin-bottom: 20px;
}
.counters-name {
font-family: "Montserrat", sans-serif;
color: #c7b299;
font-size: 14px;
font-weight: 300;
line-height: 20px;
margin-bottom: 30px;
text-transform: uppercase;
}
.counters-line {
width: 30px;
border: 1px solid #fff;
}
.recent-posts-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 80px auto;
}
.recent-posts-title {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 30px;
font-weight: 600;
margin-bottom: 30px;
}
.recent-posts-text {
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 16px;
font-weight: 300;
line-height: 28px;
max-width: 750px;
text-align: center;
}
.recent-posts-inner-wrapper {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 40px 0;
}
.recent-posts-post {
width: 370px;
}
.recent-posts-picture {
height: 220px;
}
.picture-left {
background: url(img/legs.png) no-repeat;
background-size: cover;
}
.picture-center {
background: url(img/hands.png) no-repeat;
background-size: cover;
}
.picture-right {
background: url(img/ship.png) no-repeat;
background-size: cover;
}
.recent-posts-date {
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.recent-posts-number {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #363636;
width: 50px;
height: 35px;
font-family: "Montserrat", sans-serif;
color: #ffffff;
font-size: 24px;
font-weight: 300;
text-align: center;
padding-top: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.recent-posts-month {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
background-color: #252525;
width: 50px;
height: 25px;
font-family: "Montserrat", sans-serif;
color: #ffffff;
font-size: 12px;
font-weight: 400;
text-align: center;
padding-top: 6px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.recent-posts-description {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 30px;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.recent-posts-caption {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 20px;
font-weight: 500;
margin-bottom: 20px;
}
.recent-posts-paragraph {
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 14px;
font-weight: 300;
line-height: 22px;
margin-bottom: 25px;
}
.recent-posts-link {
font-family: "Montserrat", sans-serif;
color: #c7b299;
font-size: 14px;
font-weight: 300;
line-height: 20px;
padding-right: 15px;
background: url(img/play-arrow.png) no-repeat;
background-position: right 6px;
}
.recent-posts-post:hover .recent-posts-date {
background-color: rgba(0, 0, 0, 0.5);
}
.recent-posts-post:hover .recent-posts-number {
background-color: #c7b299;
}
.recent-posts-post:hover .recent-posts-month {
background-color: #a48d72;
}
.recent-posts-post:hover .recent-posts-description {
background-color: #362f2d;
}
.recent-posts-post:hover .recent-posts-caption {
color: #c7b299;
}
.recent-posts-post:hover .recent-posts-paragraph {
color: #fff;
}
.recent-posts-arrows {
width: 48px;
height: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.recent-posts-arrow-left {
width: 24px;
background: url(img/left-arrow.png) no-repeat;
background-size: cover;
}
.recent-posts-arrow-right {
width: 24px;
background: url(img/right-arrow.png) no-repeat;
background-size: cover;
}
.partners {
background: url(img/photo-min.png) no-repeat;
padding: 130px 0;
}
.partners-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.partners-link {
height: 210px;
width: 210px;
position: relative;
}
.partners-link:before,
.partners-link:after {
content: "";
position: absolute;
width: 0;
height: 0;
opacity: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.partners-link:before {
bottom: 0;
left: 0;
border-left: 1px solid rgba(255, 255, 255, .4);
border-top: 1px solid rgba(255, 255, 255, .4);
-webkit-transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
}
.partners-link:after {
top: 0;
right: 0;
border-right: 1px solid rgba(255, 255, 255, .4);
border-bottom: 1px solid rgba(255, 255, 255, .4);
-webkit-transition: 0s ease opacity .4s, .2s ease width, .2s ease height .2s;
transition: 0s ease opacity .4s, .2s ease width, .2s ease height .2s;
}
.partners-link:hover:before,
.partners-link:hover:after {
height: 100%;
width: 100%;
opacity: 1;
}
.partners-link:hover:before {
-webkit-transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;
transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;
}
.partners-link:hover:after {
-webkit-transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s;
transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s;
}
.partners-barber {
background: url(img/Logos-min.png) no-repeat;
}
.partners-delicious {
background: url(img/Logos-min.png) no-repeat;
background-position: -300px;
}
.partners-designers {
background: url(img/Logos-min.png) no-repeat;
background-position: -600px;
}
.partners-royal {
background: url(img/Logos-min.png) no-repeat;
background-position: -900px;
}
.footer-top {
background-color: #191919;
}
.footer-top-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 80px;
padding-bottom: 80px;
}
.footer-top-item {
width: 260px;
padding: 0 5px;
}
.waxom-paragraph {
font-family: "Montserrat", sans-serif;
color: #545454;
font-size: 14px;
font-weight: 300;
line-height: 24px;
padding: 30px 0;
}
.waxom-link {
font-family: "Montserrat", sans-serif;
color: #d1d1d1;
font-size: 14px;
font-weight: 400;
line-height: 20px;
padding-right: 15px;
background: url(img/play-arrow-light.png) no-repeat;
background-position: right 6px;
}
.footer-top-title {
font-family: "Raleway", sans-serif;
color: #ffffff;
font-size: 24px;
font-weight: 600;
padding-top: 15px;
padding-bottom: 30px;
}
.footer-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
cursor: pointer;
padding-bottom: 20px;
padding-top: 15px;
border-bottom: 1px solid #252525;
}
.footer-post:last-child {
border-bottom: none;
}
.footer-post:hover .footer-date {
color: #fff;
}
.footer-post:hover .footer-text {
color: #c7b299;
}
.footer-post:hover .footer-time {
color: #fff;
}
.footer-date,
.footer-time {
font-family: "Montserrat", sans-serif;
color: #363636;
font-size: 12px;
font-weight: 300;
line-height: 20px;
}
.footer-text {
font-family: "Montserrat", sans-serif;
color: #545454;
font-size: 14px;
font-weight: 300;
line-height: 20px;
text-align: justify;
}
.twitter-link {
color: #00bff3;
}
.footer-widget {
max-width: 270px;
}
.widget-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: justify;
align-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 15px;
height: 210px;
}
.widget-item {
width: 130px;
height: 98px;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.item-1 {
background: url(img/phone.png) no-repeat;
background-size: cover;
}
.item-2 {
background: url(img/pack.png) no-repeat;
background-size: cover;
}
.item-3 {
background: url(img/magazine.png) no-repeat;
background-size: cover;
}
.item-4 {
background: url(img/icons.png) no-repeat;
background-size: cover;
}
.widget-item:hover {
-webkit-transform: scale(1.2) rotate(-10deg);
transform: scale(1.2) rotate(-10deg);
}
.footer-bottom {
background-color: #111;
color: #959595;
padding: 45px;
}
.footer-bottom-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.copyright-link {
font-family: "Montserrat", sans-serif;
color: #545454;
font-size: 13px;
font-weight: 300;
line-height: 20px;
}
.copyright-link_white {
color: #959595;
}
.copyright-link:hover {
color: #c7b299;
}
@media screen and (max-width: 576px) {
.header-menu {
display: none;
}
#menu-input:checked ~ .header-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 300px;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.menu-link {
display: block;
margin: 5px auto;
width: 300px;
text-align: center;
background: rgba(0, 0, 0, .6);
border: 1px solid #111;
padding: 10px 0;
border-radius: 5px;
}
.header-cart,
.header-search-label,
.header-search,
.header-side,
.slider,
.slider-btns,
.advert,
.counters,
.recent-posts-arrows,
.footer-top {
display: none;
}
.container {
max-width: 576px;
margin: 0 auto;
}
.wrapper {
width: 100%;
margin: 0;
}
.header-wrapper {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.burger-img {
display: block;
}
.services-item {
width: 47%;
}
.projects {
margin-top: 0;
}
.projects-post {
width: 47%;
background-size: cover;
}
.video-video {
height: 705px;
}
.advantage-wrapper {
background: url(img/iPhone%20in%20hand-min-small.png) no-repeat;
background-position: 20px bottom;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 520px;
margin: 20px;
}
.advantage-text {
padding: 0;
max-width: 700px;
}
.advantage-title {
text-align: center;
}
.advantage-list {
padding-left: 200px;
}
.recent-posts-inner-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.recent-posts-post {
width: 70%;
}
.recent-posts-picture {
height: 300px;
}
.recent-posts-arrows {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.partners-link {
height: 105px;
width: 105px;
}
.partners {
background-size: cover;
padding: 40px 0;
}
.partners-wrapper {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.partners-barber,
.partners-delicious,
.partners-designers,
.partners-royal {
background-size: cover;
}
.partners-delicious {
background-position: -150px;
}
.partners-designers {
background-position: -300px;
}
.partners-royal {
background-position: -450px;
}
.footer-bottom-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
height: 100px;
}
} | style.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400|Raleway:300,400,500,600,700");
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 300;
src: local("Montserrat"), url("fonts/Montserrat/Montserrat-Light.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
src: local("Montserrat"), url("fonts/Montserrat/Montserrat-Regular.ttf") format("ttf");
}
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 300;
src: local("Raleway"), url("/fonts/Raleway/Raleway-Light.ttf") format("ttf");
}
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 400;
src: local("Raleway"), url("/fonts/Raleway/Raleway-Regular.ttf") format("ttf");
}
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 500;
src: local("Raleway"), url("/fonts/Raleway/Raleway-Medium.ttf") format("ttf");
}
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 600;
src: local("Raleway"), url("/fonts/Raleway/Raleway-SemiBold.ttf") format("ttf");
}
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 700;
src: local("Raleway"), url("/fonts/Raleway/Raleway-Bold.ttf") format("ttf");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
text-decoration: none;
}
.container {
max-width: 1920px;
margin: 0 auto;
}
.wrapper {
width: 1170px;
margin: 0 auto;
}
.header {
display: flex;
background: url(img/11949.jpg) no-repeat;
background-color: #464540;
}
.header-side {
width: 375px;
display: flex;
justify-content: center;
align-items: center;
}
.header-arrow {
min-height: 50px;
min-width: 50px;
border: 1px solid #fff;
transform: rotate(45deg);
cursor: pointer;
transition: .2s linear;
}
.header-arrow-right {
border-bottom-color: transparent;
border-left-color: transparent;
}
.header-arrow-right:hover {
border-top-color: #c7b299;
border-right-color: #c7b299;
}
.header-arrow-left {
border-top-color: transparent;
border-right-color: transparent;
}
.header-arrow-left:hover {
border-bottom-color: #c7b299;
border-left-color: #c7b299;
}
.header-center {
display: flex;
flex-direction: column;
padding: 40px 0;
align-items: center;
}
.header-wrapper {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.logo-text {
vertical-align: middle;
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 34px;
font-weight: 400;
line-height: normal;
}
.logo {
display: flex;
justify-content: space-between;
align-items: center;
width: 180px;
text-decoration: none;
color: #fff;
}
.logo:hover .logo-icon {
fill: brown;
}
.logo:hover .logo-txt {
color: brown;
}
.logo:active .logo-icon {
fill: gold;
}
.logo:active .logo-txt {
color: gold;
}
.logo-icon {
fill: #fff;
}
.logo-txt {
font-family: raleway, arial, sans-serif;
font-size: 33px;
}
.header-menu {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: flex;
justify-content: flex-end;
}
#menu-input {
display: none;
}
.burger-img {
display: none;
height: 64px;
width: 64px;
background: url(img/menu.png) no-repeat;
background-size: cover;
}
.menu-link {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 300;
line-height: normal;
transition: .2s linear;
}
.menu-link:hover {
color: #c7b299;
}
.menu-item {
display: inline-block;
padding: 0 13px;
}
.header-cart {
display: inline-block;
height: 24px;
width: 18px;
background-image: url(img/icon-cart-min.png);
background-repeat: no-repeat;
background-position: center;
padding: 0 15px;
}
.logo:hover{
fill: red;
}
.logo-text:hover{
color: red;
}
.header-search {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 300;
line-height: normal;
width: 0px;
border: none;
border-bottom: 2px solid transparent;
outline: none;
background: transparent;
transition: 0.7s cubic-bezier(0, 0.8, 0, 1);
padding-left: 15px;
}
.header-search-label {
cursor: pointer;
}
:-moz-placeholder {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 300;
line-height: normal;
color: rgba(255, 255, 255, 0.5);
}
:-ms-input-placeholder {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 300;
line-height: normal;
color: rgba(255, 255, 255, 0.5);
}
.header-search:focus {
width: 100px;
z-index: 1;
border-bottom: 1px solid #F9F0DA;
}
.header-search-label:hover,
.header-cart:hover {
transform: scale(1.1);
}
.slider {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 872px;
box-sizing: border-box;
padding-bottom: 65px;
}
.slider-slogan {
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 36px;
font-weight: 500;
line-height: 65px;
}
.slider-title {
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 52px;
font-weight: 700;
letter-spacing: 1px;
}
.slider-text {
font-family: "Montserrat", sans-serif;
color: #fff;
text-align: center;
font-size: 15px;
font-weight: 300;
line-height: 24px;
max-width: 560px;
letter-spacing: 0.5px;
}
.link-btn {
display: flex;
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 23px;
background-color: #998675;
height: 50px;
width: 170px;
border-radius: 3px;
transition: .2s linear;
box-sizing: border-box;
align-items: center;
margin-top: 50px;
}
.link-btn:hover {
box-shadow: inset 0 0 100px hsla(0, 0%, 0%, .2), inset 0px 1px 0px #666, inset 0px 2px 0px #555, inset 0px 3px 0px #444, inset 0px 4px 0px #333, inset 0px 5px 4px #001135;
padding-top: 5px;
}
.link-btn-text {
margin: auto;
text-transform: uppercase;
}
.slider-switch {
display: none;
}
.slider-btns {
text-align: center;
}
.slider-switch-btn {
background-color: rgba(255, 255, 255, 0.5);
opacity: 0.8;
width: 11px;
height: 11px;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
cursor: pointer;
transition: .2s linear;
margin: 0 3px;
}
.slider-switch:checked + .slider-switch-btn {
border: 2px solid #d3c1ad;
box-sizing: border-box;
background-color: transparent;
width: 15px;
height: 15px;
}
.control {
width: 350px;
position: relative;
}
.control-radio:after {
content: "";
display: block;
width: 15px;
height: 15px;
background-color: #a4a3a1;
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0);
border-radius: 50%;
}
.control-radio:hover:after {
background-color: rgba(0, 0, 0, 0);
border: 2px solid #a4a3a1;
border-radius: 50%;
}
.control-radio {
position: absolute;
bottom: 30px;
}
.control-radio:nth-child(1) {
left: 38%;
}
.control-radio:nth-child(2) {
left: 44%;
}
.control-radio:nth-child(3) {
left: 50%;
}
.control-radio:nth-child(4) {
left: 56%;
}
.control-radio:nth-child(5) {
left: 62%;
}
.web {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 266px;
padding: 84px 0px 80px 0px;
box-sizing: border-box;
/* border: 1px solid black; */
text-align: center;
color: #555555;
background-color: #fff;
}
.web:after {
content: "";
display: block;
width: 70px;
height: 3px;
background-color: #555555;
}
.web:hover .web-icon {
fill: gold;
}
.web:hover .web-title {
color: gold;
}
.web:hover:after {
background-color: gold;
}
.web-icon {
fill: #555555;
margin: 0 0 30px 0;
}
.web-title {
width: 100%;
font-weight: bold;
}
.web-txt {
}
.services {
text-align: center;
}
.services-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.services-item {
height: 290px;
width: 23%;
box-sizing: border-box;
padding-top: 80px;
margin-bottom: 80px;
cursor: pointer;
}
.services-icon {
height: 52px;
width: 52px;
margin: 0 auto;
margin-bottom: 29px;
}
.services-caption {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 22px;
font-weight: 600;
display: block;
padding-bottom: 10px;
transition: .2s linear;
}
.services-depiction {
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 14px;
font-weight: 300;
line-height: 24px;
padding-bottom: 33px;
}
.services-line {
background-color: #f1eee9;
width: 70px;
height: 3px;
margin: 0 auto;
transition: .2s linear;
}
.advert{
background-color: #fbfaf8;
display: flex;
flex-direction: column;
align-items: center;
}
.advert-wrapper {
display: flex;
flex-direction: column;
width: 1230px;
align-items: center;
background: url(img/browser-left-min.png) left bottom no-repeat, url(img/browser-right-min.png) right bottom no-repeat;
padding-top: 80px;
}
.advert-title {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 30px;
font-weight: 600;
padding-bottom: 24px;
}
.advert-text {
max-width: 757px;
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 16px;
font-weight: 300;
line-height: 28px;
text-align: center;
padding-bottom: 40px;
}
.advert-picture {
max-height: 482px;
max-width: 770px;
}
.advert-purchase {
align-self: stretch;
background: linear-gradient(90deg, #211b19 0%, #4e3427 100%);
opacity: 0;
transition: .2s linear;
}
.purchase-wrapper {
display: flex;
justify-content: space-between;
padding: 48px 0;
}
.purchase-title {
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 28px;
font-weight: 400;
padding-bottom: 8px;
}
.purchase-title-brown {
color: #c7b299;
}
.purchase-text {
font-family: "Montserrat", sans-serif;
color: #615855;
font-size: 18px;
font-weight: 300;
}
.purchase-link {
text-transform: uppercase;
}
.advert:hover .advert-purchase {
opacity: 1;
}
.projects {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 80px 0;
}
.projects-title {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 30px;
font-weight: 600;
margin-bottom: 24px;
}
.projects-text {
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 16px;
font-weight: 300;
line-height: 28px;
max-width: 750px;
text-align: center;
margin-bottom: 50px;
}
.projects-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 40px;
}
.projects-link {
padding: 10px 25px;
border-radius: 3px;
border: 1px solid #ebebeb;
margin: 0 5px;
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 14px;
font-weight: 300;
line-height: 21px;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.projects-link:hover {
color: #fff;
background-color: #998675;
}
.projects-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 40px;
}
.projects-post {
width: 370px;
height: 337px;
margin: 15px 0;
}
.post-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 237px;
}
.post-link {
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: rgba(0, 0, 0, .6);
opacity: 0;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.post-link:first-child {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.post-link-img {
padding: 0 12px;
}
.post-link-img:hover {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.icons-bg-1 {
background-color: #362f2d;
background: url(img/bg-1.png) no-repeat;
}
.icons-bg-2 {
background-color: #362f2d;
background: url(img/bg-2.png) no-repeat;
}
.icons-bg-3 {
background-color: #362f2d;
background: url(img/bg-3.png) no-repeat;
}
.icons-bg-4 {
background-color: #362f2d;
background: url(img/bg-4.png) no-repeat;
}
.icons-bg-5 {
background-color: #362f2d;
background: url(img/bg-5.png) no-repeat;
}
.icons-bg-6 {
background-color: #362f2d;
background: url(img/bg-6.png) no-repeat;
}
.post-description {
padding: 30px;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.post-description :before {
content: "";
border: 10px solid transparent;
border-bottom: 10px solid #ccc;
position: absolute;
top: -20px;
left: 19px;
}
.post-title {
font-family: "Raleway", sans-serif;
color: #c7b29a;
font-size: 20px;
font-weight: 500;
}
.post-text {
font-family: "Montserrat", sans-serif;
color: #d1d1d1;
font-size: 14px;
font-weight: 300;
line-height: 20px;
padding-top: 14px;
}
.projects-post:hover .post-link {
opacity: 1;
}
.projects-post:hover .post-description {
background-color: #362f2d;
}
.video {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 705px;
position: relative;
overflow: hidden;
background: url(img/bg_photo_10983.jpg);
background-size: cover;
}
.video-item {
width: 100vh;
height: 100vh;
/* overflow: hidden; */
}
.video-txt-wrp {
width: 600px;
padding: 10px;
box-sizing: border-box;
position: absolute;
}
.video-txt-btn {
display: block;
width: 100px;
height: 100px;
margin: 0 auto;
outline: none;
/* border: none; */
border-radius: 50%;
background-color: transparent;
background-size: cover;
background-image: url(img/play.svg);
}
.video-txt-title {
font-family: "Raleway", sans-serif;
color: #ffffff;
font-size: 30px;
font-weight: 500;
margin-top: 40px;
}
.video-txt-p {
text-align: justify;
font-family: Montserrat;
font-size: 16px;
line-height: 28px;
font-weight: 300;
color: #ffffff;
text-align: center;
}
.video-txt-time {
font-family: Montserrat;
font-size: 14px;
line-height: 24px;
font-weight: 400;
color: #c7b299;
}
.video-txt-title,
.video-txt-time {
display: block;
text-align: center;
}
.advantage-wrapper {
margin-top: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
background: url(img/iphone_in_hand.jpg) no-repeat;
}
.advantage-text {
padding: 100px 30px;
max-width: 650px;
text-align: justify;
}
.advantage-title {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 30px;
font-weight: 600;
margin-bottom: 40px;
}
.advantage-paragraph,
.advantage-list {
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 16px;
font-weight: 300;
line-height: 28px;
}
.advantage-list {
line-height: 32px;
padding-left: 50px;
margin-top: 45px;
}
.advantage-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.advantage-item-icon {
display: inline-block;
height: 21px;
min-width: 21px;
background: url(img/right-chevron.png) no-repeat;
background-size: cover;
margin-right: 30px;
}
.advantage-item:hover .advantage-item-icon {
background: url(img/right-chevron%20dark.png) no-repeat;
background-size: cover;
}
.advantage-item:hover {
text-shadow: 1px 1px #362F2D;
}
.counters {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
background-color: brown;
padding-bottom: 60px;
padding-top: 70px;
background: -webkit-gradient(linear, left top, right top, from(#211b19), to(#4e3427));
background: linear-gradient(90deg, #211b19 0%, #4e3427 100%);
}
.counters-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-width: 120px;
padding: 10px 30px;
position: relative;
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
overflow: hidden;
}
.counters-item:before {
content: " ";
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .5)));
background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
height: 200px;
width: 50px;
position: absolute;
top: 0px;
left: -155px;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.counters-item:hover {
background-color: rgba(0, 0, 0, .5);
border-radius: 10px;
}
.counters-item:hover:before {
left: 300px;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.counters-icon {
min-height: 44px;
min-width: 54px;
background: url(img/spritesheet-counters.png) no-repeat;
margin-bottom: 30px;
}
.counters-bell {
background-position: -10px -10px;
}
.counters-cup {
background-position: -8px -74px;
}
.counters-dialog {
background-position: -5px -138px;
}
.counters-heart {
background-position: -5px -202px;
}
.counters-user {
background-position: -5px -266px;
}
.counters-number {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 48px;
font-weight: 200;
line-height: 36px;
margin-bottom: 20px;
}
.counters-name {
font-family: "Montserrat", sans-serif;
color: #c7b299;
font-size: 14px;
font-weight: 300;
line-height: 20px;
margin-bottom: 30px;
text-transform: uppercase;
}
.counters-line {
width: 30px;
border: 1px solid #fff;
}
.recent-posts-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 80px auto;
}
.recent-posts-title {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 30px;
font-weight: 600;
margin-bottom: 30px;
}
.recent-posts-text {
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 16px;
font-weight: 300;
line-height: 28px;
max-width: 750px;
text-align: center;
}
.recent-posts-inner-wrapper {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 40px 0;
}
.recent-posts-post {
width: 370px;
}
.recent-posts-picture {
height: 220px;
}
.picture-left {
background: url(img/legs.png) no-repeat;
background-size: cover;
}
.picture-center {
background: url(img/hands.png) no-repeat;
background-size: cover;
}
.picture-right {
background: url(img/ship.png) no-repeat;
background-size: cover;
}
.recent-posts-date {
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.recent-posts-number {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #363636;
width: 50px;
height: 35px;
font-family: "Montserrat", sans-serif;
color: #ffffff;
font-size: 24px;
font-weight: 300;
text-align: center;
padding-top: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.recent-posts-month {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
background-color: #252525;
width: 50px;
height: 25px;
font-family: "Montserrat", sans-serif;
color: #ffffff;
font-size: 12px;
font-weight: 400;
text-align: center;
padding-top: 6px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.recent-posts-description {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 30px;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.recent-posts-caption {
font-family: "Raleway", sans-serif;
color: #555555;
font-size: 20px;
font-weight: 500;
margin-bottom: 20px;
}
.recent-posts-paragraph {
font-family: "Montserrat", sans-serif;
color: #8c8c8c;
font-size: 14px;
font-weight: 300;
line-height: 22px;
margin-bottom: 25px;
}
.recent-posts-link {
font-family: "Montserrat", sans-serif;
color: #c7b299;
font-size: 14px;
font-weight: 300;
line-height: 20px;
padding-right: 15px;
background: url(img/play-arrow.png) no-repeat;
background-position: right 6px;
}
.recent-posts-post:hover .recent-posts-date {
background-color: rgba(0, 0, 0, 0.5);
}
.recent-posts-post:hover .recent-posts-number {
background-color: #c7b299;
}
.recent-posts-post:hover .recent-posts-month {
background-color: #a48d72;
}
.recent-posts-post:hover .recent-posts-description {
background-color: #362f2d;
}
.recent-posts-post:hover .recent-posts-caption {
color: #c7b299;
}
.recent-posts-post:hover .recent-posts-paragraph {
color: #fff;
}
.recent-posts-arrows {
width: 48px;
height: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.recent-posts-arrow-left {
width: 24px;
background: url(img/left-arrow.png) no-repeat;
background-size: cover;
}
.recent-posts-arrow-right {
width: 24px;
background: url(img/right-arrow.png) no-repeat;
background-size: cover;
}
.partners {
background: url(img/photo-min.png) no-repeat;
padding: 130px 0;
}
.partners-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.partners-link {
height: 210px;
width: 210px;
position: relative;
}
.partners-link:before,
.partners-link:after {
content: "";
position: absolute;
width: 0;
height: 0;
opacity: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.partners-link:before {
bottom: 0;
left: 0;
border-left: 1px solid rgba(255, 255, 255, .4);
border-top: 1px solid rgba(255, 255, 255, .4);
-webkit-transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
}
.partners-link:after {
top: 0;
right: 0;
border-right: 1px solid rgba(255, 255, 255, .4);
border-bottom: 1px solid rgba(255, 255, 255, .4);
-webkit-transition: 0s ease opacity .4s, .2s ease width, .2s ease height .2s;
transition: 0s ease opacity .4s, .2s ease width, .2s ease height .2s;
}
.partners-link:hover:before,
.partners-link:hover:after {
height: 100%;
width: 100%;
opacity: 1;
}
.partners-link:hover:before {
-webkit-transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;
transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;
}
.partners-link:hover:after {
-webkit-transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s;
transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s;
}
.partners-barber {
background: url(img/Logos-min.png) no-repeat;
}
.partners-delicious {
background: url(img/Logos-min.png) no-repeat;
background-position: -300px;
}
.partners-designers {
background: url(img/Logos-min.png) no-repeat;
background-position: -600px;
}
.partners-royal {
background: url(img/Logos-min.png) no-repeat;
background-position: -900px;
}
.footer-top {
background-color: #191919;
}
.footer-top-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 80px;
padding-bottom: 80px;
}
.footer-top-item {
width: 260px;
padding: 0 5px;
}
.waxom-paragraph {
font-family: "Montserrat", sans-serif;
color: #545454;
font-size: 14px;
font-weight: 300;
line-height: 24px;
padding: 30px 0;
}
.waxom-link {
font-family: "Montserrat", sans-serif;
color: #d1d1d1;
font-size: 14px;
font-weight: 400;
line-height: 20px;
padding-right: 15px;
background: url(img/play-arrow-light.png) no-repeat;
background-position: right 6px;
}
.footer-top-title {
font-family: "Raleway", sans-serif;
color: #ffffff;
font-size: 24px;
font-weight: 600;
padding-top: 15px;
padding-bottom: 30px;
}
.footer-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
cursor: pointer;
padding-bottom: 20px;
padding-top: 15px;
border-bottom: 1px solid #252525;
}
.footer-post:last-child {
border-bottom: none;
}
.footer-post:hover .footer-date {
color: #fff;
}
.footer-post:hover .footer-text {
color: #c7b299;
}
.footer-post:hover .footer-time {
color: #fff;
}
.footer-date,
.footer-time {
font-family: "Montserrat", sans-serif;
color: #363636;
font-size: 12px;
font-weight: 300;
line-height: 20px;
}
.footer-text {
font-family: "Montserrat", sans-serif;
color: #545454;
font-size: 14px;
font-weight: 300;
line-height: 20px;
text-align: justify;
}
.twitter-link {
color: #00bff3;
}
.footer-widget {
max-width: 270px;
}
.widget-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: justify;
align-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 15px;
height: 210px;
}
.widget-item {
width: 130px;
height: 98px;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.item-1 {
background: url(img/phone.png) no-repeat;
background-size: cover;
}
.item-2 {
background: url(img/pack.png) no-repeat;
background-size: cover;
}
.item-3 {
background: url(img/magazine.png) no-repeat;
background-size: cover;
}
.item-4 {
background: url(img/icons.png) no-repeat;
background-size: cover;
}
.widget-item:hover {
-webkit-transform: scale(1.2) rotate(-10deg);
transform: scale(1.2) rotate(-10deg);
}
.footer-bottom {
background-color: #111;
color: #959595;
padding: 45px;
}
.footer-bottom-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.copyright-link {
font-family: "Montserrat", sans-serif;
color: #545454;
font-size: 13px;
font-weight: 300;
line-height: 20px;
}
.copyright-link_white {
color: #959595;
}
.copyright-link:hover {
color: #c7b299;
}
@media screen and (max-width: 576px) {
.header-menu {
display: none;
}
#menu-input:checked ~ .header-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 300px;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.menu-link {
display: block;
margin: 5px auto;
width: 300px;
text-align: center;
background: rgba(0, 0, 0, .6);
border: 1px solid #111;
padding: 10px 0;
border-radius: 5px;
}
.header-cart,
.header-search-label,
.header-search,
.header-side,
.slider,
.slider-btns,
.advert,
.counters,
.recent-posts-arrows,
.footer-top {
display: none;
}
.container {
max-width: 576px;
margin: 0 auto;
}
.wrapper {
width: 100%;
margin: 0;
}
.header-wrapper {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.burger-img {
display: block;
}
.services-item {
width: 47%;
}
.projects {
margin-top: 0;
}
.projects-post {
width: 47%;
background-size: cover;
}
.video-video {
height: 705px;
}
.advantage-wrapper {
background: url(img/iPhone%20in%20hand-min-small.png) no-repeat;
background-position: 20px bottom;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 520px;
margin: 20px;
}
.advantage-text {
padding: 0;
max-width: 700px;
}
.advantage-title {
text-align: center;
}
.advantage-list {
padding-left: 200px;
}
.recent-posts-inner-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.recent-posts-post {
width: 70%;
}
.recent-posts-picture {
height: 300px;
}
.recent-posts-arrows {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.partners-link {
height: 105px;
width: 105px;
}
.partners {
background-size: cover;
padding: 40px 0;
}
.partners-wrapper {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.partners-barber,
.partners-delicious,
.partners-designers,
.partners-royal {
background-size: cover;
}
.partners-delicious {
background-position: -150px;
}
.partners-designers {
background-position: -300px;
}
.partners-royal {
background-position: -450px;
}
.footer-bottom-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
height: 100px;
}
} | 0.306423 | 0.045522 |
html,body {
background-color: #004531;
}
a {
opacity: .9;
}
a:hover {
opacity: 1;
}
.portlet-body td a {
color: yellow;
}
.portlet-body td a:hover {
color: #fff;
}
.font-green {
color: #fff !important;
}
.page-content {
background: url(../img/bg-content.jpg) no-repeat bottom center #017a5a;
padding: 32px 0;
}
.block-info {
position: relative;
}
.block-info h3 {
font-size: 24px;
color: #fff;
line-height: 40px;
font-weight: 500;
padding-bottom: 10px;
margin: 0;
}
.block-info-wrapper {
position: relative;
padding-top: 10px;
}
.block-info-wrapper h5 {
color: #fff;
height: 34px;
font-size: 18px;
line-height: 34px;
font-weight: normal;
display: block;
width: 100%;
margin: 0;
}
.block-info-wrapper strong {
height: 70px;
display: block;
width: 100%;
font-size: 30px;
color: #fff100;
font-weight: bold;
}
.block-info-wrapper td small {
font-size: 80%;
}
.btn-rest {
background: none !important;
border-color: #fff !important;
border-radius: 200px !important;
}
.btn-rest:hover {
color: yellow;
border-color: yellow !important;
}
.text-white {
color: #fff !important;
}
.contpager b {
color: #fff;
}
.portlet.light.col-md-12 .portlet-body .col-md-6.table th,
.portlet.light.col-md-12 .portlet-body .col-md-6.table td {
color: #fff;
}
.portlet.light>.portlet-title>.caption.caption-md>.caption-subject {
font-size: 20px;
}
.todo-tasklist-item {
background-color: #fff;
min-height: 84px;
border-radius: 6px !important;
box-sizing: border-box;
border: none;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 5px;
}
.todo-tasklist-item:nth-child(2) {
position: relative;
z-index: 10;
}
.todo-tasklist-controls {
height: 52px;
margin: 0;
}
.todo-boxs {
height: 52px;
box-sizing: border-box;
padding-top: 5px;
border-right: 1px solid #e5e5e5;
}
.todo-tasklist-date {
line-height: 1.2em;
}
.todo-tasklist-item-title a,
.todo-tasklist-item-text a {
color: #0e9873;
}
.general-item-list>.item {
background-color: #fff;
min-height: 84px;
border-radius: 6px !important;
box-sizing: border-box;
border: none;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
float: left;
width: 100%;
}
.general-item-list>.item:last-child {
margin-bottom: 0;
}
.general-item-list .todo-tasklist-controls {
border-right: 1px solid #e5e5e5;
}
.general-item-list .item-head {
display: flex;
justify-content: center;
align-items: center;
height: 74px;
}
.general-item-list .todo-tasklist-controls {
height: 74px;
}
.inpager {
border-radius: 6px !important;
background: linear-gradient(to bottom, #2fbe96, rgba(8, 144, 104, .8));
position: relative;
z-index: 10;
padding: 22px;
box-sizing: border-box;
min-height: 100px;
}
.block-header {
position: relative;
}
.table-auto {
overflow: auto;
}
.block-pager h4 {
color: #fff;
font-size: 24px;
font-weight: 400;
}
.block-pager h4 i {
font-size: 18px;
}
.block-pager h4 small {
color: #fff;
}
.block-header table {
background-color: #fff;
min-width: 510px;
}
.block-header th,
.block-header td {
padding: 10px 20px;
color: #000;
line-height: 1.5em;
}
.block-header th {
background-color: #eeeeee;
}
.block-header td {
border-bottom: 1px solid #e5e5e5;
}
.block-header strong,
.block-header a {
color: #22a882;
}
.block-transact {
margin-top: 20px;
}
.address-pager h4 {
font-size: 18px;
color: #fff;
}
.address-pager h4 span {
font-size: 14px;
color: yellow;
}
.address-pager h4 b {
font-weight: 500;
}
.address-pager hr {
margin: 5px 0;
}
.adin-box {
padding-bottom: 15px;
}
.adin-info {
padding: 15px 0;
overflow: auto;
}
.adin-info b,
.adin-info span {
color: #fff;
line-height: 1.5em;
padding: 4px 0;
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
.adin-info a {
color: #fff;
}
.adin-box {
overflow: hidden;
}
.adin-box .nav-tabs>li.active>a,
.adin-box .nav-tabs>li.active>a:focus,
.adin-box .nav-tabs>li.active>a:hover {
border: none;
background: none;
color: yellow;
border-bottom: 1px solid yellow;
}
.adin-box .nav-pills>li>a, .nav-tabs>li>a {
color: #fff;
}
.adin-box .nav-tabs>li>a:hover {
color: #333;
transition: all 0.3s;
}
.pager .previous>a, .pager .previous>span,
.pager .next>a, .pager .next>span {
float: none;
}
.alltransact {
min-height: 500px;
}
.alltransact th {
background-color: #eeeeee;
border-bottom: 2px solid #159f78 !important;
}
.alltransact td {
background-color: #fff;
}
.tx-pager h4 {
color: #fff;
font-size: 18px;
font-weight: 400;
}
.tx-pager h4 span {
color: #fff;
font-size: 16px;
color: yellow;
text-decoration: underline;
}
.tx-tab {
padding: 15px 0;
}
.tx-pager {
min-height: 500px;
}
.tx-pager td,
.tx-pager th {
background-color: #fff;
}
.dataTables_filter,
.dataTables_length,
.dataTables_info {
color: #fff !important;
}
.table-scrollable {
background-color: #fff;
}
@media (max-width: 767px) {
.scrollable {
min-height: 930px;
height: auto;
}
.general-item-list .todo-tasklist-controls {
height: auto;
padding-bottom: 5px;
}
.general-item-list .item-head {
justify-content: start;
height: 30px;
}
}
@media (max-width: 575px) {
.todo-tasklist-item {
padding: 10px;
}
.todo-boxs {
height: auto;
padding-top: 0;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}
.address-pager h4 span,
.tx-pager h4 span {
font-size: 12px;
}
} | public/css/page.css | html,body {
background-color: #004531;
}
a {
opacity: .9;
}
a:hover {
opacity: 1;
}
.portlet-body td a {
color: yellow;
}
.portlet-body td a:hover {
color: #fff;
}
.font-green {
color: #fff !important;
}
.page-content {
background: url(../img/bg-content.jpg) no-repeat bottom center #017a5a;
padding: 32px 0;
}
.block-info {
position: relative;
}
.block-info h3 {
font-size: 24px;
color: #fff;
line-height: 40px;
font-weight: 500;
padding-bottom: 10px;
margin: 0;
}
.block-info-wrapper {
position: relative;
padding-top: 10px;
}
.block-info-wrapper h5 {
color: #fff;
height: 34px;
font-size: 18px;
line-height: 34px;
font-weight: normal;
display: block;
width: 100%;
margin: 0;
}
.block-info-wrapper strong {
height: 70px;
display: block;
width: 100%;
font-size: 30px;
color: #fff100;
font-weight: bold;
}
.block-info-wrapper td small {
font-size: 80%;
}
.btn-rest {
background: none !important;
border-color: #fff !important;
border-radius: 200px !important;
}
.btn-rest:hover {
color: yellow;
border-color: yellow !important;
}
.text-white {
color: #fff !important;
}
.contpager b {
color: #fff;
}
.portlet.light.col-md-12 .portlet-body .col-md-6.table th,
.portlet.light.col-md-12 .portlet-body .col-md-6.table td {
color: #fff;
}
.portlet.light>.portlet-title>.caption.caption-md>.caption-subject {
font-size: 20px;
}
.todo-tasklist-item {
background-color: #fff;
min-height: 84px;
border-radius: 6px !important;
box-sizing: border-box;
border: none;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 5px;
}
.todo-tasklist-item:nth-child(2) {
position: relative;
z-index: 10;
}
.todo-tasklist-controls {
height: 52px;
margin: 0;
}
.todo-boxs {
height: 52px;
box-sizing: border-box;
padding-top: 5px;
border-right: 1px solid #e5e5e5;
}
.todo-tasklist-date {
line-height: 1.2em;
}
.todo-tasklist-item-title a,
.todo-tasklist-item-text a {
color: #0e9873;
}
.general-item-list>.item {
background-color: #fff;
min-height: 84px;
border-radius: 6px !important;
box-sizing: border-box;
border: none;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
float: left;
width: 100%;
}
.general-item-list>.item:last-child {
margin-bottom: 0;
}
.general-item-list .todo-tasklist-controls {
border-right: 1px solid #e5e5e5;
}
.general-item-list .item-head {
display: flex;
justify-content: center;
align-items: center;
height: 74px;
}
.general-item-list .todo-tasklist-controls {
height: 74px;
}
.inpager {
border-radius: 6px !important;
background: linear-gradient(to bottom, #2fbe96, rgba(8, 144, 104, .8));
position: relative;
z-index: 10;
padding: 22px;
box-sizing: border-box;
min-height: 100px;
}
.block-header {
position: relative;
}
.table-auto {
overflow: auto;
}
.block-pager h4 {
color: #fff;
font-size: 24px;
font-weight: 400;
}
.block-pager h4 i {
font-size: 18px;
}
.block-pager h4 small {
color: #fff;
}
.block-header table {
background-color: #fff;
min-width: 510px;
}
.block-header th,
.block-header td {
padding: 10px 20px;
color: #000;
line-height: 1.5em;
}
.block-header th {
background-color: #eeeeee;
}
.block-header td {
border-bottom: 1px solid #e5e5e5;
}
.block-header strong,
.block-header a {
color: #22a882;
}
.block-transact {
margin-top: 20px;
}
.address-pager h4 {
font-size: 18px;
color: #fff;
}
.address-pager h4 span {
font-size: 14px;
color: yellow;
}
.address-pager h4 b {
font-weight: 500;
}
.address-pager hr {
margin: 5px 0;
}
.adin-box {
padding-bottom: 15px;
}
.adin-info {
padding: 15px 0;
overflow: auto;
}
.adin-info b,
.adin-info span {
color: #fff;
line-height: 1.5em;
padding: 4px 0;
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
.adin-info a {
color: #fff;
}
.adin-box {
overflow: hidden;
}
.adin-box .nav-tabs>li.active>a,
.adin-box .nav-tabs>li.active>a:focus,
.adin-box .nav-tabs>li.active>a:hover {
border: none;
background: none;
color: yellow;
border-bottom: 1px solid yellow;
}
.adin-box .nav-pills>li>a, .nav-tabs>li>a {
color: #fff;
}
.adin-box .nav-tabs>li>a:hover {
color: #333;
transition: all 0.3s;
}
.pager .previous>a, .pager .previous>span,
.pager .next>a, .pager .next>span {
float: none;
}
.alltransact {
min-height: 500px;
}
.alltransact th {
background-color: #eeeeee;
border-bottom: 2px solid #159f78 !important;
}
.alltransact td {
background-color: #fff;
}
.tx-pager h4 {
color: #fff;
font-size: 18px;
font-weight: 400;
}
.tx-pager h4 span {
color: #fff;
font-size: 16px;
color: yellow;
text-decoration: underline;
}
.tx-tab {
padding: 15px 0;
}
.tx-pager {
min-height: 500px;
}
.tx-pager td,
.tx-pager th {
background-color: #fff;
}
.dataTables_filter,
.dataTables_length,
.dataTables_info {
color: #fff !important;
}
.table-scrollable {
background-color: #fff;
}
@media (max-width: 767px) {
.scrollable {
min-height: 930px;
height: auto;
}
.general-item-list .todo-tasklist-controls {
height: auto;
padding-bottom: 5px;
}
.general-item-list .item-head {
justify-content: start;
height: 30px;
}
}
@media (max-width: 575px) {
.todo-tasklist-item {
padding: 10px;
}
.todo-boxs {
height: auto;
padding-top: 0;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}
.address-pager h4 span,
.tx-pager h4 span {
font-size: 12px;
}
} | 0.428233 | 0.110184 |
body {
/*background-color: #212121; /* dark grey */
/*background-image: url('../images/coverimage.jpg');
background-size: cover; */
background-color: #f7f7f7;
font-family: 'Raleway', sans-serif;
}
header {
background-color:#212121;
box-shadow: 0 -1px 2px #111111;
color:#fff;
display:block;
height:70px;
position:relative;
width:100%;
z-index:100;
}
header h2{
font-size:22px;
font-weight:normal;
left:50%;
margin-left:-400px;
padding:22px 0;
position:absolute;
width:540px;
}
header a.stuts,a.stuts:visited{
border:none;
text-decoration:none;
color:#fcfcfc;
font-size:14px;
left:50%;
line-height:31px;
margin:23px 0 0 110px;
position:absolute;
top:0;
}
header .stuts span {
font-size:22px;
font-weight:bold;
margin-left:5px;
}
#main {
height:700px;
width: 800px;
margin: 0px auto 0px auto;
}
#logo_box {
width: 230px;
margin: auto;
margin-top: 250px;
}
#login_box {
height: 220px;
width: 350px;
margin: 50px auto 200px auto;
//border-radius: 15px;
//border-color: black;
//border-style: solid;
//border-width: thin;
//box-shadow: #00B4FF 0px 0px 15px;
padding: 15px;
//background-color: #191919;
}
#login_box table {
margin: auto;
}
#login_box input {
height: 35px;
border-radius: 5px;
padding-left: 10px;
font-size: 16px;
border-color: darkgray;
border-style: solid;
border-width: thin;
}
#submit_button {
height: 60px;
}
#submit_button input {
width: 180px;
height: 40px;
font-size: 18px;
padding-top: 8px;
padding-bottom: 10px;
margin-top: 35px;
transition: all .4s ease;
-webkit-transition: all .4s ease;
background: #dddddd;
}
#submit_button input:hover {
color: white;
background: #c8341e;
border-color: darkgray;
transition: all .4s ease;
-webkit-transition: all .4s ease;
}
#login_box th {
color: black;
width: 220px;
text-align: left;
font-weight: normal;
}
/* Code in commnets */
#supported_func {
width: 100%;
height: 50px;
text-align: center;
padding-top: 40px;
color: white;
}
#func_list {
width: 500px;
height: 220px;
margin: auto;
align: center;
padding: 25px;
}
#func_list ul {
list-style-type: none;
}
.fond{position:absolute;padding-top:85px;top:0;left:0; right:0;bottom:0;
background-color:#00506b;}
.style_prevu_kit {
display:inline-block;
border-radius: 5px;
width:196px;
color: white;
height:40px;
line-height: 40px;
padding: 5px 0px 5px 0px;
position: relative;
text-align: center;
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1);
transition: all 200ms ease-in;
transform: scale(1);
box-shadow: darkred 0px 0px 15px;
background-color: #191919;
}
.style_prevu_kit:hover {
//box-shadow: 0px 0px 150px #000000;
z-index: 2;
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.5);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.5);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.5);
transition: all 200ms ease-in;
transform: scale(1.2);
}
#loginErrorBox {
width: 100%;
height: 25px;
color: red;
font-size: 16px;
padding-top: 15px;
text-align: center;
}
#loginSucBox {
width: 100%;
height: 25px;
color: #a8e25d;
font-size: 16px;
padding-top: 15px;
text-align: center;
}
.container {
margin: 0px auto 0px auto;
width: 900px;
}
#menubara {
background: url('menu_bg.png') repeat-x scroll 0 0 transparent;
width: 100%;
height: 75px;
} | src/css/login_style.css | body {
/*background-color: #212121; /* dark grey */
/*background-image: url('../images/coverimage.jpg');
background-size: cover; */
background-color: #f7f7f7;
font-family: 'Raleway', sans-serif;
}
header {
background-color:#212121;
box-shadow: 0 -1px 2px #111111;
color:#fff;
display:block;
height:70px;
position:relative;
width:100%;
z-index:100;
}
header h2{
font-size:22px;
font-weight:normal;
left:50%;
margin-left:-400px;
padding:22px 0;
position:absolute;
width:540px;
}
header a.stuts,a.stuts:visited{
border:none;
text-decoration:none;
color:#fcfcfc;
font-size:14px;
left:50%;
line-height:31px;
margin:23px 0 0 110px;
position:absolute;
top:0;
}
header .stuts span {
font-size:22px;
font-weight:bold;
margin-left:5px;
}
#main {
height:700px;
width: 800px;
margin: 0px auto 0px auto;
}
#logo_box {
width: 230px;
margin: auto;
margin-top: 250px;
}
#login_box {
height: 220px;
width: 350px;
margin: 50px auto 200px auto;
//border-radius: 15px;
//border-color: black;
//border-style: solid;
//border-width: thin;
//box-shadow: #00B4FF 0px 0px 15px;
padding: 15px;
//background-color: #191919;
}
#login_box table {
margin: auto;
}
#login_box input {
height: 35px;
border-radius: 5px;
padding-left: 10px;
font-size: 16px;
border-color: darkgray;
border-style: solid;
border-width: thin;
}
#submit_button {
height: 60px;
}
#submit_button input {
width: 180px;
height: 40px;
font-size: 18px;
padding-top: 8px;
padding-bottom: 10px;
margin-top: 35px;
transition: all .4s ease;
-webkit-transition: all .4s ease;
background: #dddddd;
}
#submit_button input:hover {
color: white;
background: #c8341e;
border-color: darkgray;
transition: all .4s ease;
-webkit-transition: all .4s ease;
}
#login_box th {
color: black;
width: 220px;
text-align: left;
font-weight: normal;
}
/* Code in commnets */
#supported_func {
width: 100%;
height: 50px;
text-align: center;
padding-top: 40px;
color: white;
}
#func_list {
width: 500px;
height: 220px;
margin: auto;
align: center;
padding: 25px;
}
#func_list ul {
list-style-type: none;
}
.fond{position:absolute;padding-top:85px;top:0;left:0; right:0;bottom:0;
background-color:#00506b;}
.style_prevu_kit {
display:inline-block;
border-radius: 5px;
width:196px;
color: white;
height:40px;
line-height: 40px;
padding: 5px 0px 5px 0px;
position: relative;
text-align: center;
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1);
transition: all 200ms ease-in;
transform: scale(1);
box-shadow: darkred 0px 0px 15px;
background-color: #191919;
}
.style_prevu_kit:hover {
//box-shadow: 0px 0px 150px #000000;
z-index: 2;
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.5);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.5);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.5);
transition: all 200ms ease-in;
transform: scale(1.2);
}
#loginErrorBox {
width: 100%;
height: 25px;
color: red;
font-size: 16px;
padding-top: 15px;
text-align: center;
}
#loginSucBox {
width: 100%;
height: 25px;
color: #a8e25d;
font-size: 16px;
padding-top: 15px;
text-align: center;
}
.container {
margin: 0px auto 0px auto;
width: 900px;
}
#menubara {
background: url('menu_bg.png') repeat-x scroll 0 0 transparent;
width: 100%;
height: 75px;
} | 0.335677 | 0.0537 |
@font-face {
font-family: 'Open Sans';
src: url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.eot');
src: url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.woff') format('woff'),
url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.ttf') format('truetype'),
url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url('webfonts/opensans_italic_cyrillic/OpenSans-Italic-webfont.eot');
src: url('webfonts/opensans_italic_cyrillic/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('webfonts/opensans_italic_cyrillic/OpenSans-Italic-webfont.woff') format('woff'),
url('webfonts/opensans_italic_cyrillic/OpenSans-Italic-webfont.ttf') format('truetype'),
url('webfonts/opensans_italic_cyrillic/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Open Sans';
src: url('webfonts/opensans_bold_cyrillic/OpenSans-Bold-webfont.eot');
src: url('webfonts/opensans_bold_cyrillic/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('webfonts/opensans_bold_cyrillic/OpenSans-Bold-webfont.woff') format('woff'),
url('webfonts/opensans_bold_cyrillic/OpenSans-Bold-webfont.ttf') format('truetype'),
url('webfonts/opensans_bold_cyrillic/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url('webfonts/opensans_bolditalic_cyrillic/OpenSans-BoldItalic-webfont.eot');
src: url('webfonts/opensans_bolditalic_cyrillic/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('webfonts/opensans_bolditalic_cyrillic/OpenSans-BoldItalic-webfont.woff') format('woff'),
url('webfonts/opensans_bolditalic_cyrillic/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
url('webfonts/opensans_bolditalic_cyrillic/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
font-weight: bold;
font-style: italic;
}
body {
background: #333333 url('img/octavia_back.png') no-repeat bottom right fixed;
background-size: 40%;
color: #aaaaaa;
font-family: 'Open Sans', Arial, sans;
font-size: 14px;
width: 70%;
max-width: 1400px;
margin: 0 auto;
-webkit-font-smoothing: antialiased;
}
a {
color: #aaaaaa!important;
font-weight: bold;
}
a.post_no, div.post.reply a {
color: #a65dbe!important;
text-decoration: none!important;
font-weight: bold;
}
p.intro a.email span.name, #navigation a, #navigation a:hover, #settingsPopup a, #markup a:hover{
color: #676154!important;
text-decoration: none!important;
font-weight: bold;
}
a:hover, a.post_no:hover {
color: #676154;
text-decoration: underline!important;
}
div.post.reply , form[name="post"], #navigation, #settingsPopup, div.op.post-hover {
color: #333333;
background: #BAB8B0!important;
border: 1px solid #676154;
padding: 2px 10px 3px 10px;
margin: 5px;
border-spacing: 2px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
form[name="post"] {
background-color: #333333!important;
}
div.post.reply:not(.de-pview):not(.de-menu):not(.hover):not(.post-hover) {
width: 100%;
}
div.post.reply {
background: #BAB8B0 url('img/octavia_cutie_mark.png') no-repeat bottom right!important;
}
form[name="post"] {
padding: 2px!important;
}
div.post.reply.highlighted {
background: #CCCCCC;
border-color: #BBBBBB;
}
p.fileinfo, p.fileinfo a {
color: #333333;
}
p.fileinfo span.unimportant {
font-size: 12px;
color: #333333;
}
div.post.reply div.body {
margin-left: 0em;
padding-right: 0em;
margin-top: 7px;
}
p.intro span.subject {
color: #676154;
font-weight: bold;
font-size: 1.2em;
}
p.intro span.name {
color: #676154;
font-weight: normal;
}
.post.reply span.subject {
color: #333333;
}
.post.reply span.name {
color: #333333;
}
p.intro span.trip {
color: #a65dbe;
}
form table tr th {
background: #DDDDDD;
}
div.ban h2 {
background: #FCA;
color: inherit;
}
div.ban {
border-color: #800;
}
div.ban p {
color: black;
}
div.pages {
background: #F0E0D6;
border-color: #D9BFB7;
}
div.pages a.selected {
color: #800;
}
hr {
border-color: #CCCCCC;
}
h1 {
color: #FF6600;
letter-spacing: 0px;
font-size: 2em;
font-family: 'Roboto', Arial;
font-weight: bold;
text-decoration: none;
}
table.modlog tr th {
background: #СССССС;
}
span.spoiler {
background: #BBBBBB;
color: #BBBBBB;
}
span.spoiler:hover {
background: #BBBBBB;
color: #333333;
}
span.quote {
color:#a65dbe;
}
.unimportant {
font-size: 0.8 em;
}
textarea, input[type="text"], input[type="file"], input[type="password"], input[name="snum"], input[type="search"] {
background-color: #333333;
border: solid 1px #222222;
border-radius: 2px;
color: #cccccc;
}
input[type="text"], input[type="file"], input[type="password"], input[name="snum"], input[type="search"] {
font-family: 'Roboto', Arial, sans-serif;
}
p.intro time:after{
color: #a65dbe;
}
input[type="submit"], input[type="reset"], .buttons input[type="button"], .ui-button, #code_markup_select, .linkbutton, .uname, .button li {
-o-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #333333;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #222222;
color: #aaaaaa;
}
input[type="submit"]:hover, input[type="reset"]:hover, .buttons input[type="button"]:hover, .button li:hover {
-o-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #333333;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #222222;
color: #aaaaaa;
border-bottom-width: 2px;
} | stylesheets/octavia.css | @font-face {
font-family: 'Open Sans';
src: url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.eot');
src: url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.woff') format('woff'),
url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.ttf') format('truetype'),
url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url('webfonts/opensans_italic_cyrillic/OpenSans-Italic-webfont.eot');
src: url('webfonts/opensans_italic_cyrillic/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('webfonts/opensans_italic_cyrillic/OpenSans-Italic-webfont.woff') format('woff'),
url('webfonts/opensans_italic_cyrillic/OpenSans-Italic-webfont.ttf') format('truetype'),
url('webfonts/opensans_italic_cyrillic/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Open Sans';
src: url('webfonts/opensans_bold_cyrillic/OpenSans-Bold-webfont.eot');
src: url('webfonts/opensans_bold_cyrillic/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('webfonts/opensans_bold_cyrillic/OpenSans-Bold-webfont.woff') format('woff'),
url('webfonts/opensans_bold_cyrillic/OpenSans-Bold-webfont.ttf') format('truetype'),
url('webfonts/opensans_bold_cyrillic/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url('webfonts/opensans_bolditalic_cyrillic/OpenSans-BoldItalic-webfont.eot');
src: url('webfonts/opensans_bolditalic_cyrillic/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('webfonts/opensans_bolditalic_cyrillic/OpenSans-BoldItalic-webfont.woff') format('woff'),
url('webfonts/opensans_bolditalic_cyrillic/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
url('webfonts/opensans_bolditalic_cyrillic/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
font-weight: bold;
font-style: italic;
}
body {
background: #333333 url('img/octavia_back.png') no-repeat bottom right fixed;
background-size: 40%;
color: #aaaaaa;
font-family: 'Open Sans', Arial, sans;
font-size: 14px;
width: 70%;
max-width: 1400px;
margin: 0 auto;
-webkit-font-smoothing: antialiased;
}
a {
color: #aaaaaa!important;
font-weight: bold;
}
a.post_no, div.post.reply a {
color: #a65dbe!important;
text-decoration: none!important;
font-weight: bold;
}
p.intro a.email span.name, #navigation a, #navigation a:hover, #settingsPopup a, #markup a:hover{
color: #676154!important;
text-decoration: none!important;
font-weight: bold;
}
a:hover, a.post_no:hover {
color: #676154;
text-decoration: underline!important;
}
div.post.reply , form[name="post"], #navigation, #settingsPopup, div.op.post-hover {
color: #333333;
background: #BAB8B0!important;
border: 1px solid #676154;
padding: 2px 10px 3px 10px;
margin: 5px;
border-spacing: 2px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
form[name="post"] {
background-color: #333333!important;
}
div.post.reply:not(.de-pview):not(.de-menu):not(.hover):not(.post-hover) {
width: 100%;
}
div.post.reply {
background: #BAB8B0 url('img/octavia_cutie_mark.png') no-repeat bottom right!important;
}
form[name="post"] {
padding: 2px!important;
}
div.post.reply.highlighted {
background: #CCCCCC;
border-color: #BBBBBB;
}
p.fileinfo, p.fileinfo a {
color: #333333;
}
p.fileinfo span.unimportant {
font-size: 12px;
color: #333333;
}
div.post.reply div.body {
margin-left: 0em;
padding-right: 0em;
margin-top: 7px;
}
p.intro span.subject {
color: #676154;
font-weight: bold;
font-size: 1.2em;
}
p.intro span.name {
color: #676154;
font-weight: normal;
}
.post.reply span.subject {
color: #333333;
}
.post.reply span.name {
color: #333333;
}
p.intro span.trip {
color: #a65dbe;
}
form table tr th {
background: #DDDDDD;
}
div.ban h2 {
background: #FCA;
color: inherit;
}
div.ban {
border-color: #800;
}
div.ban p {
color: black;
}
div.pages {
background: #F0E0D6;
border-color: #D9BFB7;
}
div.pages a.selected {
color: #800;
}
hr {
border-color: #CCCCCC;
}
h1 {
color: #FF6600;
letter-spacing: 0px;
font-size: 2em;
font-family: 'Roboto', Arial;
font-weight: bold;
text-decoration: none;
}
table.modlog tr th {
background: #СССССС;
}
span.spoiler {
background: #BBBBBB;
color: #BBBBBB;
}
span.spoiler:hover {
background: #BBBBBB;
color: #333333;
}
span.quote {
color:#a65dbe;
}
.unimportant {
font-size: 0.8 em;
}
textarea, input[type="text"], input[type="file"], input[type="password"], input[name="snum"], input[type="search"] {
background-color: #333333;
border: solid 1px #222222;
border-radius: 2px;
color: #cccccc;
}
input[type="text"], input[type="file"], input[type="password"], input[name="snum"], input[type="search"] {
font-family: 'Roboto', Arial, sans-serif;
}
p.intro time:after{
color: #a65dbe;
}
input[type="submit"], input[type="reset"], .buttons input[type="button"], .ui-button, #code_markup_select, .linkbutton, .uname, .button li {
-o-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #333333;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #222222;
color: #aaaaaa;
}
input[type="submit"]:hover, input[type="reset"]:hover, .buttons input[type="button"]:hover, .button li:hover {
-o-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #333333;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #222222;
color: #aaaaaa;
border-bottom-width: 2px;
} | 0.229622 | 0.058831 |
html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal 85% Arial, Helvetica, sans-serif;
color: #000;
}
p
{ padding: 0 0 10px 0;
color: #FFF;
line-height: 1.7em;
font-size: 100% }
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ font: normal 175% Arial, Helvetica, sans-serif;
color: #FFF;
text-shadow: 1px 1px #1D1D1D;
letter-spacing: -1px;
margin: 0 0 10px 0;}
h2
{ font: normal 165% Arial, Helvetica, sans-serif;}
h3
{ font: normal 130% Arial, Helvetica, sans-serif;
}
h4, h5, h6
{ margin: 0;
padding: 0 0 0px 0;
font: normal 150% Arial, Helvetica, sans-serif;
line-height: 1.5em;}
h5, h6
{ font: normal 95% Arial, Helvetica, sans-serif;
color: #888;
padding-bottom: 15px;}
a
{ color: #FFF;
font-weight: bold;
background: transparent;
outline: none;
text-decoration: underline;}
a:hover
{ text-decoration: none;}
ul
{ margin: 2px 0 22px 30px;
line-height: 1.7em;
font-style: normal;
font-size: 100%;}
ol
{ margin: 8px 0 22px 20px;}
ol li
{ margin: 0 0 11px 0;}
#main, #header, #banner, #menubar, #site_content, #footer, #content_bottom
{ margin-left: auto;
margin-right: auto;}
#main
{ background: transparent;}
#header
{ width: 960px;
height: 120px;
background: transparent;}
#banner
{ width: 960px;
position: relative;
height: 50px;
padding: 15px 0 0 0;
background: transparent;}
#menubar
{ width: 960px;
height: 50px;
text-align: center;
margin: 0 auto;
background: #0043A8;
background: -moz-linear-gradient(#43A9FF, #0043A8);
background: -o-linear-gradient(#43A9FF, #0043A8);
background: -webkit-linear-gradient(#43A9FF, #0043A8);
border-radius: 15px 15px 0px 0px;
-moz-border-radius: 15px 15px 0px 0px;
-webkit-border: 15px 15px 0px 0px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
#welcome
{ width: 960px;
float: left;
height: 50px;
margin: 0 auto;
padding-left: 20px;
background: transparent;}
#welcome_slogan
{ width: 960px;
float: left;
height: 50px;
margin: 0 auto;
padding-left: 20px;
background: transparent;}
#welcome H1
{ font: normal 300% Arial, Helvetica, sans-serif;
letter-spacing: -3px;
color: #FFF;
text-shadow: 1px 1px #1D1D1D;}
#welcome_slogan H1
{ font: normal 200% Arial, Helvetica, sans-serif;
letter-spacing: -2px;
color: #FFF;
text-shadow: 1px 1px #1D1D1D;}
ul#menu
{ margin:0;
margin: 0 0 0 20px;}
ul#menu li
{ padding: 0 0 0 0px;
list-style: none;
margin: 2px 0 0 0;
display: inline;
background: transparent;}
ul#menu li a
{ float: left;
font: bold 120% Arial, Helvetica, sans-serif;
text-align: center;
color: #FFF;
text-decoration: none;
height: 24px;
text-shadow: 0px -1px 0px #000;
padding: 16px 20px 10px 20px;
background: transparent; }
ul#menu li.current a
{ color: #FFF;
background: #323232;
text-shadow: none;}
ul#menu li:hover a
{ color: #FFF;
background: #323232;
text-shadow: none;}
#site_content
{ width: 940px;
padding-left: 20px;
overflow: hidden;
margin: 0 auto;
background: #323232;
border-radius: 0px 0px 15px 15px;
-moz-border-radius: 0px 0px 15px 15px;
-webkit-border: 0px 0px 15px 15px;}
.sidebar_container
{ float: left;
margin: 10px 20px 0 0;
width: 215px;
padding: 0;}
.sidebar
{ float: left;
width: 250px;
padding: 0;
margin-top: 10px;
margin-bottom: 10px;}
.sidebar_item
{ font: normal 100% Arial, Helvetica, sans-serif;
width: 215px;}
.sidebar h2
{ padding: 5px 0 0 10px;
font: normal 140% Arial, Helvetica, sans-serif;
height: 30px;
text-shadow: 0px -1px 0px #000;
color: #fff;
background: #0043A8;
background: -moz-linear-gradient(#43A9FF, #0043A8);
background: -o-linear-gradient(#43A9FF, #0043A8);
background: -webkit-linear-gradient(#43A9FF, #0043A8);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
#content
{ width: 680px;
margin-bottom: 20px;
float: left;}
.content_item
{ width: 680px;
margin-top: 20px;
margin-bottom: 20px;}
.content_image
{ float: left;
width: 150px;
height: 150px;
margin: 0 20px 10px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
.content_container
{ width: 320px;
padding: 5px;
margin-right: 10px;
float: left;}
#content_bottom
{ width: 960px;
height: 160px;
text-align: center;}
#content_bottom p
{ color: #000;
text-shadow: 1px 1px #FFF; }
#content_bottom h4
{ color: #000;
text-shadow: none;}
.content_bottom_container_box
{ width: 295px;
padding: 5px;
text-align: center;
margin: 20px 0 10px 10px;
float: left;}
.content_bottom_container_boxl
{ width: 295px;
padding: 5px;
text-align: center;
margin: 20px 0 10px 10px;
float: left;}
#footer
{ width: 960px;
height: 20px;
padding-top: 20px;
text-align: center;
background: transparent;
color: #1D1D1D;
text-shadow: 1px 1px #FFF;}
#footer a, #footer a:hover
{ color: #1D1D1D;
text-decoration: none;
padding-bottom: 20px;}
#footer a:hover
{ text-decoration: underline;}
.readmore
{ font: bold 110% Arial, Helvetica, sans-serif;
height: 15px;
margin-left: 95px;
width: 90px;
padding: 5px 5px 10px 7px;
background: #fff;
background: -moz-linear-gradient(#fff, #ccc);
background: -o-linear-gradient(#fff, #ccc);
background: -webkit-linear-gradient(#fff, #ccc);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.readmore a
{ color: #1D1D1D;}
.button_small
{ font: normal 110% Arial, Helvetica, sans-serif;
height: 15px;
width: 90px;
padding: 5px 5px 10px 7px;
background: #0043A8;
background: -moz-linear-gradient(#43A9FF, #0043A8);
background: -o-linear-gradient(#43A9FF, #0043A8);
background: -webkit-linear-gradient(#43A9FF, #0043A8);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.button_small a
{ color: #FFF;
padding-left: 5px;}
.form_settings
{ margin: 15px 0 0 0;}
.form_settings p
{ padding: 0 0 4px 0;}
.form_settings span
{ float: left;
width: 280px;
text-align: left;}
.form_settings input, .form_settings textarea
{ padding: 2px;
width: 299px;
font: 100% arial;
border: 1px solid #E5E5DB;
background: #FFF;
color: #47433F;}
.form_settings input[type="checkbox"]
{ padding: 2px 0;
width: 15px;
font: 100% arial;
border: 0;
background: #FFF;
color: #47433F;
margin: 28px 0;}
.form_settings .submit
{ font: 100% arial;
width: 99px;
margin: 0 0 0 206px;
height: 26px;
padding: 2px 0 3px 0;
cursor: pointer;
background: #0043A8;
background: -moz-linear-gradient(#43A9FF, #0043A8);
background: -o-linear-gradient(#43A9FF, #0043A8);
background: -webkit-linear-gradient(#43A9FF, #0043A8);
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
color: #FFF;}
.slideshow {
width: 680px;
height: 250px;
overflow: hidden;
position: relative;
margin-top: 20px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
/* styling for the slideshow on the homepage */
ul.slideshow {
list-style: none;
width: 680px;
height: 250px;
overflow: hidden;
position: relative;
margin: 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
ul.slideshow li {
position: absolute;
margin: 0;
padding: 0;
left: 0;
right: 0;}
ul.slideshow li.show {
z-index: 500;}
ul img {
border: none;}
#slideshow-caption {
width: 680px;
height: 38px;
position: absolute;
bottom: 0;
left: 0;
z-index: 500;}
#slideshow-caption .slideshow-caption-container {
padding: 10px 25px 10px 25px;
z-index: 1000;}
#slideshow-caption p {
padding: 0;
font: normal 130% arial, sans-serif;
color: #FFF;} | src/main/webapp/app/app.css | html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal 85% Arial, Helvetica, sans-serif;
color: #000;
}
p
{ padding: 0 0 10px 0;
color: #FFF;
line-height: 1.7em;
font-size: 100% }
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ font: normal 175% Arial, Helvetica, sans-serif;
color: #FFF;
text-shadow: 1px 1px #1D1D1D;
letter-spacing: -1px;
margin: 0 0 10px 0;}
h2
{ font: normal 165% Arial, Helvetica, sans-serif;}
h3
{ font: normal 130% Arial, Helvetica, sans-serif;
}
h4, h5, h6
{ margin: 0;
padding: 0 0 0px 0;
font: normal 150% Arial, Helvetica, sans-serif;
line-height: 1.5em;}
h5, h6
{ font: normal 95% Arial, Helvetica, sans-serif;
color: #888;
padding-bottom: 15px;}
a
{ color: #FFF;
font-weight: bold;
background: transparent;
outline: none;
text-decoration: underline;}
a:hover
{ text-decoration: none;}
ul
{ margin: 2px 0 22px 30px;
line-height: 1.7em;
font-style: normal;
font-size: 100%;}
ol
{ margin: 8px 0 22px 20px;}
ol li
{ margin: 0 0 11px 0;}
#main, #header, #banner, #menubar, #site_content, #footer, #content_bottom
{ margin-left: auto;
margin-right: auto;}
#main
{ background: transparent;}
#header
{ width: 960px;
height: 120px;
background: transparent;}
#banner
{ width: 960px;
position: relative;
height: 50px;
padding: 15px 0 0 0;
background: transparent;}
#menubar
{ width: 960px;
height: 50px;
text-align: center;
margin: 0 auto;
background: #0043A8;
background: -moz-linear-gradient(#43A9FF, #0043A8);
background: -o-linear-gradient(#43A9FF, #0043A8);
background: -webkit-linear-gradient(#43A9FF, #0043A8);
border-radius: 15px 15px 0px 0px;
-moz-border-radius: 15px 15px 0px 0px;
-webkit-border: 15px 15px 0px 0px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
#welcome
{ width: 960px;
float: left;
height: 50px;
margin: 0 auto;
padding-left: 20px;
background: transparent;}
#welcome_slogan
{ width: 960px;
float: left;
height: 50px;
margin: 0 auto;
padding-left: 20px;
background: transparent;}
#welcome H1
{ font: normal 300% Arial, Helvetica, sans-serif;
letter-spacing: -3px;
color: #FFF;
text-shadow: 1px 1px #1D1D1D;}
#welcome_slogan H1
{ font: normal 200% Arial, Helvetica, sans-serif;
letter-spacing: -2px;
color: #FFF;
text-shadow: 1px 1px #1D1D1D;}
ul#menu
{ margin:0;
margin: 0 0 0 20px;}
ul#menu li
{ padding: 0 0 0 0px;
list-style: none;
margin: 2px 0 0 0;
display: inline;
background: transparent;}
ul#menu li a
{ float: left;
font: bold 120% Arial, Helvetica, sans-serif;
text-align: center;
color: #FFF;
text-decoration: none;
height: 24px;
text-shadow: 0px -1px 0px #000;
padding: 16px 20px 10px 20px;
background: transparent; }
ul#menu li.current a
{ color: #FFF;
background: #323232;
text-shadow: none;}
ul#menu li:hover a
{ color: #FFF;
background: #323232;
text-shadow: none;}
#site_content
{ width: 940px;
padding-left: 20px;
overflow: hidden;
margin: 0 auto;
background: #323232;
border-radius: 0px 0px 15px 15px;
-moz-border-radius: 0px 0px 15px 15px;
-webkit-border: 0px 0px 15px 15px;}
.sidebar_container
{ float: left;
margin: 10px 20px 0 0;
width: 215px;
padding: 0;}
.sidebar
{ float: left;
width: 250px;
padding: 0;
margin-top: 10px;
margin-bottom: 10px;}
.sidebar_item
{ font: normal 100% Arial, Helvetica, sans-serif;
width: 215px;}
.sidebar h2
{ padding: 5px 0 0 10px;
font: normal 140% Arial, Helvetica, sans-serif;
height: 30px;
text-shadow: 0px -1px 0px #000;
color: #fff;
background: #0043A8;
background: -moz-linear-gradient(#43A9FF, #0043A8);
background: -o-linear-gradient(#43A9FF, #0043A8);
background: -webkit-linear-gradient(#43A9FF, #0043A8);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
#content
{ width: 680px;
margin-bottom: 20px;
float: left;}
.content_item
{ width: 680px;
margin-top: 20px;
margin-bottom: 20px;}
.content_image
{ float: left;
width: 150px;
height: 150px;
margin: 0 20px 10px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
.content_container
{ width: 320px;
padding: 5px;
margin-right: 10px;
float: left;}
#content_bottom
{ width: 960px;
height: 160px;
text-align: center;}
#content_bottom p
{ color: #000;
text-shadow: 1px 1px #FFF; }
#content_bottom h4
{ color: #000;
text-shadow: none;}
.content_bottom_container_box
{ width: 295px;
padding: 5px;
text-align: center;
margin: 20px 0 10px 10px;
float: left;}
.content_bottom_container_boxl
{ width: 295px;
padding: 5px;
text-align: center;
margin: 20px 0 10px 10px;
float: left;}
#footer
{ width: 960px;
height: 20px;
padding-top: 20px;
text-align: center;
background: transparent;
color: #1D1D1D;
text-shadow: 1px 1px #FFF;}
#footer a, #footer a:hover
{ color: #1D1D1D;
text-decoration: none;
padding-bottom: 20px;}
#footer a:hover
{ text-decoration: underline;}
.readmore
{ font: bold 110% Arial, Helvetica, sans-serif;
height: 15px;
margin-left: 95px;
width: 90px;
padding: 5px 5px 10px 7px;
background: #fff;
background: -moz-linear-gradient(#fff, #ccc);
background: -o-linear-gradient(#fff, #ccc);
background: -webkit-linear-gradient(#fff, #ccc);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.readmore a
{ color: #1D1D1D;}
.button_small
{ font: normal 110% Arial, Helvetica, sans-serif;
height: 15px;
width: 90px;
padding: 5px 5px 10px 7px;
background: #0043A8;
background: -moz-linear-gradient(#43A9FF, #0043A8);
background: -o-linear-gradient(#43A9FF, #0043A8);
background: -webkit-linear-gradient(#43A9FF, #0043A8);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.button_small a
{ color: #FFF;
padding-left: 5px;}
.form_settings
{ margin: 15px 0 0 0;}
.form_settings p
{ padding: 0 0 4px 0;}
.form_settings span
{ float: left;
width: 280px;
text-align: left;}
.form_settings input, .form_settings textarea
{ padding: 2px;
width: 299px;
font: 100% arial;
border: 1px solid #E5E5DB;
background: #FFF;
color: #47433F;}
.form_settings input[type="checkbox"]
{ padding: 2px 0;
width: 15px;
font: 100% arial;
border: 0;
background: #FFF;
color: #47433F;
margin: 28px 0;}
.form_settings .submit
{ font: 100% arial;
width: 99px;
margin: 0 0 0 206px;
height: 26px;
padding: 2px 0 3px 0;
cursor: pointer;
background: #0043A8;
background: -moz-linear-gradient(#43A9FF, #0043A8);
background: -o-linear-gradient(#43A9FF, #0043A8);
background: -webkit-linear-gradient(#43A9FF, #0043A8);
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
color: #FFF;}
.slideshow {
width: 680px;
height: 250px;
overflow: hidden;
position: relative;
margin-top: 20px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
/* styling for the slideshow on the homepage */
ul.slideshow {
list-style: none;
width: 680px;
height: 250px;
overflow: hidden;
position: relative;
margin: 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
ul.slideshow li {
position: absolute;
margin: 0;
padding: 0;
left: 0;
right: 0;}
ul.slideshow li.show {
z-index: 500;}
ul img {
border: none;}
#slideshow-caption {
width: 680px;
height: 38px;
position: absolute;
bottom: 0;
left: 0;
z-index: 500;}
#slideshow-caption .slideshow-caption-container {
padding: 10px 25px 10px 25px;
z-index: 1000;}
#slideshow-caption p {
padding: 0;
font: normal 130% arial, sans-serif;
color: #FFF;} | 0.298594 | 0.110904 |
html{
scroll-behavior: smooth;
font-size: 18px;
font-weight: 900;
}
header a{
color: black;
transition: .5s ease;
-o-transition: .5s ease;
-moz-transition:.5s ease;
-webkit-transition: .5s ease;
width: 50px;
margin-right: 70px;
font-weight: 600;
text-shadow: 3px white;
}
header a:hover{
color: rgb(73, 218, 0);
transform: scale(1.3)
}
nav{
justify-content: space-between;
transition: .5s ease;
text-shadow: white 5px;
}
.toggle-button{
color: black;
}
header{
width: 100%;
position: relative;
top: 0;
left: 0;
transition: background-color .5s ease;
z-index: 1000;
color: black;
box-shadow: .1px .1px .1px .1px white;
background-color: white;
}
.announcements{
width: 30%;
max-height: 450px;
background-color: rgba(4, 4, 43, 0.295);
font-weight: 600;
backdrop-filter: blur(10px);
position: absolute;
top: 120px;
left: 6%;
z-index: 900;
color: white;
padding: 2px;
overflow: hidden;
transition: ease .2s;
}
.news-box{
width: 99%;
max-height: 150px;
padding: 5px;
border-left: solid 4px white;
box-shadow: 2px 0px 2px 0px lightgrey;
transition: ease .5s;
font-weight: 300;
text-shadow: 3px black;
margin-bottom: 5px;
position: relative;
}
.news-box:hover{
height: 100px;
}
.news-resized{
width: 90%;
position: relative;
margin-top: 40px;
background-color: rgba(4, 4, 43, 0.733);
transition: ease .5s;
}
.welcome{
font-size: 70px;
font-weight: 700;
text-shadow: black 2px;
z-index: 900;
position: absolute;
right: 1%;
top: 110px;
color: white;
letter-spacing: 0px;
line-height: 80px;
}
.welcome-resized{
font-size: px;
font-weight: 600;
text-shadow: black 2px;
z-index: 900;
position: absolute;
color: white;
letter-spacing: 0px;
}
section{
box-shadow: 4px 4px 4px 4px rgba(0,0,0,.1);
margin-top: 100px;
padding: 15px;
}
@keyframes academic{
0%{background-image: url("../images/academic1.jpg");}
50%{background-image: url("../images/academic2.jpg");}
100%{background-image: url("../images/academic3.jpg");}
}
@keyframes boarding{
0%{background-image: url("../images/boarding1.jpg");}
50%{background-image: url("../images/boarding2.JPG");}
100%{background-image: url("../images/boarding3.jpg");}
}
@keyframes cca{
0%{background-image: url("../images/cca2.JPG");}
50%{background-image: url("../images/cca3.JPG");}
100%{background-image: url("../images/boarding2.JPG");}
}
@keyframes alumni{
0%{background-image: url("../images/alimni1.jpg");}
50%{background-image: url("../images/alumni2.jpg");}
100%{background-image: url("../images/aumni3.jpg");}
}
.academic-animation {
width: 100%;
height: 400px;
position: relative;
background-size: contain;
background-repeat: no-repeat;
animation-name: academic ;
animation-duration: 30s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.boarding-animation{
width: 100%;
height: 400px;
position: relative;
background-size: contain;
background-repeat: no-repeat;
animation-name: boarding;
animation-duration: 10s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.cca-animation{
width: 100%;
height: 400px;
position: relative;
background-size: contain;
background-repeat: no-repeat;
animation-name: cca ;
animation-duration: 10s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.alumni-animation{
width: 100%;
height: 300px;
position: relative;
background-size: contain;
background-repeat: no-repeat;
animation-name: alumni ;
animation-duration: 10s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
/*Apply styles after scroll*/
.scrolling-active{
background-color: rgb(73, 218, 0);
box-shadow: 0 3px 1rem rgba(0,0,0,.1);
color: white;
transition: ease .5s;
width: 100%;
position:fixed;
}
.scrolling-active nav{
max-height: 70px;
transition: ease .5s;
}
.scrolling-active .nav-brand{
visibility: hidden;
width: 0px;
font-size: 28px;
}
.scrolling-active a{
color: white;
transition: ease .5s;
}
.scrolling-active button{
color: white;
}
.scrolling-active a:hover{
color: #313131;
transform:scale(1.3)
}
/*Apply styles after scroll end*/
.caption{
font-size: 40px;
text-shadow: 3px white;;
}
.content-frame{
margin: 70px 0px 70px 0px;
}
.titles{
font-size: 48px;
text-emphasis: shadow 5px;
}
.statistics {
font-size: 20px;
font-weight: 600;
}
.comments{
max-height: auto;
color: rgb(0, 4, 255);
align-content: center;
padding: 7px;
text-shadow: white 7px;
background-color: rgba(0, 4, 255, 0.301);
box-shadow: 7px lightgray;
display: inline;
border-left: 4px rgb(0, 4, 255) groove;
margin-top: 55px 5px 0px 0px;
}
.comments span{
height: auto;
max-width:70%;
}
.buttons{
margin: 50px 0px 30px 0px;
}
.buttons a{
background-color: rgba(253, 230, 16, 0.973);
padding: 12px 18px 12px 18px;
border-radius: 5%;
color: white;
font-weight: 600;
transition: ease .5s;
text-decoration: none;
}
.buttons a:hover{
background-color: rgb(73, 218, 0);
transform: scale(1.2);
color: white;
text-decoration: none;
}
.rounded{
width: 100%;
max-width: 600px;
max-height: 700px;
}
footer{
background-color: rgb(73, 218, 0);
color: white;
padding: 20px;
margin-top: 50px;
font-size: 16px;
}
footer ul{
list-style-type: none;
}
footer ul a{
color: white;
text-decoration: none;
margin: 3px;
}
footer ul a:hover{
color: rgb(244, 248, 7);
font-size: 16px;
text-decoration: none;
}
footer>.row>.col-md-4{
box-shadow: 0 3px 1rem rgba(0,0,0,.1);
}
.partners >img{
padding-right: 10px;
}
/* academics */
.image-resizable{
width: 100%;
max-height: 600px;
transition: ease .5s;
}
.admission{
width: 70%;
max-height: 600px;
color: rgb(63, 66, 247);
background-color:rgba(93, 96, 252, 0.233);
border-left: 7px rgb(93, 95, 252) solid;
margin-top: 50px;
padding: 10px;
font-weight: 600;
}
.prizes-caption{
width: 270px;
max-height: 200px;
background-color: rgba(248, 192, 7, 0.904);
text-shadow: black 10px;
padding: 5px;
color: white;
}
/* boarding*/
.photos{
margin: 90px 0px 50px 0px;
}
.more-photos{
width: 100px;
height: 50px;
margin-top: 20px;
transition: ease .5s;
}
.more-photos:hover{
background-color: rgba(248, 192, 7, 0.904);
}
.gallery img{
transition: ease .5s;
margin: 7px;
}
.gallery img:hover{
transform: scale(1.2);
border: 4px .5px 4px .5px solid rgb(73, 218, 0);
box-shadow: 2px 2px 2px 2px lightgrey;
} | mains.css | html{
scroll-behavior: smooth;
font-size: 18px;
font-weight: 900;
}
header a{
color: black;
transition: .5s ease;
-o-transition: .5s ease;
-moz-transition:.5s ease;
-webkit-transition: .5s ease;
width: 50px;
margin-right: 70px;
font-weight: 600;
text-shadow: 3px white;
}
header a:hover{
color: rgb(73, 218, 0);
transform: scale(1.3)
}
nav{
justify-content: space-between;
transition: .5s ease;
text-shadow: white 5px;
}
.toggle-button{
color: black;
}
header{
width: 100%;
position: relative;
top: 0;
left: 0;
transition: background-color .5s ease;
z-index: 1000;
color: black;
box-shadow: .1px .1px .1px .1px white;
background-color: white;
}
.announcements{
width: 30%;
max-height: 450px;
background-color: rgba(4, 4, 43, 0.295);
font-weight: 600;
backdrop-filter: blur(10px);
position: absolute;
top: 120px;
left: 6%;
z-index: 900;
color: white;
padding: 2px;
overflow: hidden;
transition: ease .2s;
}
.news-box{
width: 99%;
max-height: 150px;
padding: 5px;
border-left: solid 4px white;
box-shadow: 2px 0px 2px 0px lightgrey;
transition: ease .5s;
font-weight: 300;
text-shadow: 3px black;
margin-bottom: 5px;
position: relative;
}
.news-box:hover{
height: 100px;
}
.news-resized{
width: 90%;
position: relative;
margin-top: 40px;
background-color: rgba(4, 4, 43, 0.733);
transition: ease .5s;
}
.welcome{
font-size: 70px;
font-weight: 700;
text-shadow: black 2px;
z-index: 900;
position: absolute;
right: 1%;
top: 110px;
color: white;
letter-spacing: 0px;
line-height: 80px;
}
.welcome-resized{
font-size: px;
font-weight: 600;
text-shadow: black 2px;
z-index: 900;
position: absolute;
color: white;
letter-spacing: 0px;
}
section{
box-shadow: 4px 4px 4px 4px rgba(0,0,0,.1);
margin-top: 100px;
padding: 15px;
}
@keyframes academic{
0%{background-image: url("../images/academic1.jpg");}
50%{background-image: url("../images/academic2.jpg");}
100%{background-image: url("../images/academic3.jpg");}
}
@keyframes boarding{
0%{background-image: url("../images/boarding1.jpg");}
50%{background-image: url("../images/boarding2.JPG");}
100%{background-image: url("../images/boarding3.jpg");}
}
@keyframes cca{
0%{background-image: url("../images/cca2.JPG");}
50%{background-image: url("../images/cca3.JPG");}
100%{background-image: url("../images/boarding2.JPG");}
}
@keyframes alumni{
0%{background-image: url("../images/alimni1.jpg");}
50%{background-image: url("../images/alumni2.jpg");}
100%{background-image: url("../images/aumni3.jpg");}
}
.academic-animation {
width: 100%;
height: 400px;
position: relative;
background-size: contain;
background-repeat: no-repeat;
animation-name: academic ;
animation-duration: 30s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.boarding-animation{
width: 100%;
height: 400px;
position: relative;
background-size: contain;
background-repeat: no-repeat;
animation-name: boarding;
animation-duration: 10s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.cca-animation{
width: 100%;
height: 400px;
position: relative;
background-size: contain;
background-repeat: no-repeat;
animation-name: cca ;
animation-duration: 10s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.alumni-animation{
width: 100%;
height: 300px;
position: relative;
background-size: contain;
background-repeat: no-repeat;
animation-name: alumni ;
animation-duration: 10s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
/*Apply styles after scroll*/
.scrolling-active{
background-color: rgb(73, 218, 0);
box-shadow: 0 3px 1rem rgba(0,0,0,.1);
color: white;
transition: ease .5s;
width: 100%;
position:fixed;
}
.scrolling-active nav{
max-height: 70px;
transition: ease .5s;
}
.scrolling-active .nav-brand{
visibility: hidden;
width: 0px;
font-size: 28px;
}
.scrolling-active a{
color: white;
transition: ease .5s;
}
.scrolling-active button{
color: white;
}
.scrolling-active a:hover{
color: #313131;
transform:scale(1.3)
}
/*Apply styles after scroll end*/
.caption{
font-size: 40px;
text-shadow: 3px white;;
}
.content-frame{
margin: 70px 0px 70px 0px;
}
.titles{
font-size: 48px;
text-emphasis: shadow 5px;
}
.statistics {
font-size: 20px;
font-weight: 600;
}
.comments{
max-height: auto;
color: rgb(0, 4, 255);
align-content: center;
padding: 7px;
text-shadow: white 7px;
background-color: rgba(0, 4, 255, 0.301);
box-shadow: 7px lightgray;
display: inline;
border-left: 4px rgb(0, 4, 255) groove;
margin-top: 55px 5px 0px 0px;
}
.comments span{
height: auto;
max-width:70%;
}
.buttons{
margin: 50px 0px 30px 0px;
}
.buttons a{
background-color: rgba(253, 230, 16, 0.973);
padding: 12px 18px 12px 18px;
border-radius: 5%;
color: white;
font-weight: 600;
transition: ease .5s;
text-decoration: none;
}
.buttons a:hover{
background-color: rgb(73, 218, 0);
transform: scale(1.2);
color: white;
text-decoration: none;
}
.rounded{
width: 100%;
max-width: 600px;
max-height: 700px;
}
footer{
background-color: rgb(73, 218, 0);
color: white;
padding: 20px;
margin-top: 50px;
font-size: 16px;
}
footer ul{
list-style-type: none;
}
footer ul a{
color: white;
text-decoration: none;
margin: 3px;
}
footer ul a:hover{
color: rgb(244, 248, 7);
font-size: 16px;
text-decoration: none;
}
footer>.row>.col-md-4{
box-shadow: 0 3px 1rem rgba(0,0,0,.1);
}
.partners >img{
padding-right: 10px;
}
/* academics */
.image-resizable{
width: 100%;
max-height: 600px;
transition: ease .5s;
}
.admission{
width: 70%;
max-height: 600px;
color: rgb(63, 66, 247);
background-color:rgba(93, 96, 252, 0.233);
border-left: 7px rgb(93, 95, 252) solid;
margin-top: 50px;
padding: 10px;
font-weight: 600;
}
.prizes-caption{
width: 270px;
max-height: 200px;
background-color: rgba(248, 192, 7, 0.904);
text-shadow: black 10px;
padding: 5px;
color: white;
}
/* boarding*/
.photos{
margin: 90px 0px 50px 0px;
}
.more-photos{
width: 100px;
height: 50px;
margin-top: 20px;
transition: ease .5s;
}
.more-photos:hover{
background-color: rgba(248, 192, 7, 0.904);
}
.gallery img{
transition: ease .5s;
margin: 7px;
}
.gallery img:hover{
transform: scale(1.2);
border: 4px .5px 4px .5px solid rgb(73, 218, 0);
box-shadow: 2px 2px 2px 2px lightgrey;
} | 0.45423 | 0.072735 |
div.windowSprite {
background: url("images/noise.png") repeat scroll 50% 50%, #373a3d;
}
/* Tasks Manager */
#cardsView li {
background-color: #00f;
}
#cardsView li > a {
background: url('images/tasks/close.png') no-repeat;
}
#cardsView li > a:active {
background: url('images/tasks/close-active.png') no-repeat;
}
#cardsView li > h1 {
text-align: center;
color: #fff;
font-size: 2em;
text-shadow: #000 0 2px 1px;
}
/* Volume */
#volume {
text-align: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 40px;
-moz-transition: opacity 0.5s ease;
pointer-events: none;
display: none;
background-image: url("images/volume/header_bg.png");
}
#volume > * {
line-height: 40px;
height: 40px;
background-repeat: no-repeat, no-repeat;
background-position: center, center;
}
#volume span {
display: inline-block;
width: 25px;
float: left;
}
#volume span.vibration {
margin-left: 5px;
background-image: url('images/volume/vibration_disabled_icon.png');
}
#volume.vibration span.vibration {
background-image: url('images/volume/vibration_enabled_icon.png');
}
#volume.mute span.mute-state {
background-image: url('images/volume/speaker_mute_icon.png');
}
#volume span.mute-state {
background-image: url('images/volume/speaker_regular_icon.png');
}
#volume span.volume {
margin-left: 5px;
background-image: url('images/volume/speaker_loud_icon.png');
}
#volume.visible {
display: block;
}
#volume div,
#volume[data-channel="bt_sco"] div:nth-child(12) {
display: inline-block;
float: left;
width: 20px;
margin-left: 2px;
background-image: url('images/volume/volume_center_disabled.png');
}
#volume div.active,
#volume[data-channel="bt_sco"] div.active:nth-child(12) {
background-image: url('images/volume/volume_center_active.png');
}
#volume div:nth-child(3) {
background-image: url('images/volume/volume_left_disabled.png');
}
#volume div.active:nth-child(3) {
background-image: url('images/volume/volume_left_active.png');
}
#volume div:nth-child(12),
#volume[data-channel="bt_sco"] div:nth-child(17) {
background-image: url('images/volume/volume_right_disabled.png');
}
#volume div.active:nth-child(12),
#volume[data-channel="bt_sco"] div.active:nth-child(17) {
background-image: url('images/volume/volume_right_active.png');
}
#volume div:nth-child(13),
#volume div:nth-child(14),
#volume div:nth-child(15),
#volume div:nth-child(16),
#volume div:nth-child(17) {
display: none;
}
#volume[data-channel="bt_sco"] > div:nth-child(13),
#volume[data-channel="bt_sco"] > div:nth-child(14),
#volume[data-channel="bt_sco"] > div:nth-child(15),
#volume[data-channel="bt_sco"] > div:nth-child(16),
#volume[data-channel="bt_sco"] > div:nth-child(17) {
display: inline-block;
}
#volume[data-channel="bt_sco"] > div:nth-child(n+4):not(:nth-child(17)) {
width: 12px;
background-size: 12px 10px;
}
@media (orientation: landscape) and (width: 480px) {
#volume div,
#volume[data-channel="bt_sco"] div:nth-child(12) {
display: inline-block;
float: left;
width: 36px;
margin-left: 2px;
background-size: 36px 10px;
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOff.png');
}
#volume div.active,
#volume[data-channel="bt_sco"] div.active:nth-child(12) {
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOn.png');
}
#volume div:nth-child(3) {
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOff_left.png');
}
#volume div.active:nth-child(3) {
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOn_left.png');
}
#volume div:nth-child(12),
#volume[data-channel="bt_sco"] div:nth-child(17) {
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOff_right.png');
}
#volume div.active:nth-child(12),
#volume[data-channel="bt_sco"] div.active:nth-child(17) {
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOn_right.png');
}
#volume[data-channel="bt_sco"] > div:nth-child(n+4):not(:nth-child(17)) {
width: 22px;
background-size: 22px 10px;
}
} | apps/system/style/themes/default/system.css |
div.windowSprite {
background: url("images/noise.png") repeat scroll 50% 50%, #373a3d;
}
/* Tasks Manager */
#cardsView li {
background-color: #00f;
}
#cardsView li > a {
background: url('images/tasks/close.png') no-repeat;
}
#cardsView li > a:active {
background: url('images/tasks/close-active.png') no-repeat;
}
#cardsView li > h1 {
text-align: center;
color: #fff;
font-size: 2em;
text-shadow: #000 0 2px 1px;
}
/* Volume */
#volume {
text-align: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 40px;
-moz-transition: opacity 0.5s ease;
pointer-events: none;
display: none;
background-image: url("images/volume/header_bg.png");
}
#volume > * {
line-height: 40px;
height: 40px;
background-repeat: no-repeat, no-repeat;
background-position: center, center;
}
#volume span {
display: inline-block;
width: 25px;
float: left;
}
#volume span.vibration {
margin-left: 5px;
background-image: url('images/volume/vibration_disabled_icon.png');
}
#volume.vibration span.vibration {
background-image: url('images/volume/vibration_enabled_icon.png');
}
#volume.mute span.mute-state {
background-image: url('images/volume/speaker_mute_icon.png');
}
#volume span.mute-state {
background-image: url('images/volume/speaker_regular_icon.png');
}
#volume span.volume {
margin-left: 5px;
background-image: url('images/volume/speaker_loud_icon.png');
}
#volume.visible {
display: block;
}
#volume div,
#volume[data-channel="bt_sco"] div:nth-child(12) {
display: inline-block;
float: left;
width: 20px;
margin-left: 2px;
background-image: url('images/volume/volume_center_disabled.png');
}
#volume div.active,
#volume[data-channel="bt_sco"] div.active:nth-child(12) {
background-image: url('images/volume/volume_center_active.png');
}
#volume div:nth-child(3) {
background-image: url('images/volume/volume_left_disabled.png');
}
#volume div.active:nth-child(3) {
background-image: url('images/volume/volume_left_active.png');
}
#volume div:nth-child(12),
#volume[data-channel="bt_sco"] div:nth-child(17) {
background-image: url('images/volume/volume_right_disabled.png');
}
#volume div.active:nth-child(12),
#volume[data-channel="bt_sco"] div.active:nth-child(17) {
background-image: url('images/volume/volume_right_active.png');
}
#volume div:nth-child(13),
#volume div:nth-child(14),
#volume div:nth-child(15),
#volume div:nth-child(16),
#volume div:nth-child(17) {
display: none;
}
#volume[data-channel="bt_sco"] > div:nth-child(13),
#volume[data-channel="bt_sco"] > div:nth-child(14),
#volume[data-channel="bt_sco"] > div:nth-child(15),
#volume[data-channel="bt_sco"] > div:nth-child(16),
#volume[data-channel="bt_sco"] > div:nth-child(17) {
display: inline-block;
}
#volume[data-channel="bt_sco"] > div:nth-child(n+4):not(:nth-child(17)) {
width: 12px;
background-size: 12px 10px;
}
@media (orientation: landscape) and (width: 480px) {
#volume div,
#volume[data-channel="bt_sco"] div:nth-child(12) {
display: inline-block;
float: left;
width: 36px;
margin-left: 2px;
background-size: 36px 10px;
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOff.png');
}
#volume div.active,
#volume[data-channel="bt_sco"] div.active:nth-child(12) {
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOn.png');
}
#volume div:nth-child(3) {
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOff_left.png');
}
#volume div.active:nth-child(3) {
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOn_left.png');
}
#volume div:nth-child(12),
#volume[data-channel="bt_sco"] div:nth-child(17) {
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOff_right.png');
}
#volume div.active:nth-child(12),
#volume[data-channel="bt_sco"] div.active:nth-child(17) {
background-image: url('images/volume/VolumeOverlay_Landscape_SegmentOn_right.png');
}
#volume[data-channel="bt_sco"] > div:nth-child(n+4):not(:nth-child(17)) {
width: 22px;
background-size: 22px 10px;
}
} | 0.455199 | 0.140779 |
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
/*boiler*/
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
td { vertical-align: top; }
/* FORM FIXES: including allowing styling on iOS + pointer + consistency sizes/browsers + lots of other stuff */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/*site specific*/
@font-face { font-family: LogoFont; src: url('fonts/ITCAvantGardePro-Bold.otf'); }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
color: #333;
line-height: 26px; font-size: 16px;
background: #fff;
}
::-moz-selection { background: #e43f8c; color: #fff; text-shadow: none; }
::selection { background: #e43f8c; color: #fff; text-shadow: none; }
.title {
position: absolute;
top: 385px;
left: 118px;
/*background-image: url('../texturez/dots.jpg'); */
color:#f4f4f4; font-size: 49px;
font-family: LogoFont,"Arial Black", "Arial Bold", Gadget, sans-serif;;
word-spacing: 3px;
margin-bottom: 50px;
padding: 40px 40px 55px 40px;
text-align: right;
}
.beta {
position: absolute;
right:40px; top: 85px;
font-size: 18px;
}
#underscore{
border-bottom: 10px solid #e43f8c;
padding-right: 19px;
}
#ball {
position: absolute;
top: -5px;
left: 30px;
}
h1 {
word-spacing: 3px;
font-size: 28px;
color: #5e594d;
text-transform: uppercase;
line-height: 1;
margin-bottom: 23px;
}
ul {
position: absolute;
top:40px;
left:40px;
}
a {
text-decoration: none; display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#fff;
font-size: 28px;
padding: 31px;
background-color: #000;
margin-bottom: 2px;
width:520px;
cursor: pointer;
}
a:hover {
background-color: rgba(228,63,140,0.6); color: #fff;
}
@media only screen and (max-width: 640px) {
} | css/stylez.css | html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
/*boiler*/
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
td { vertical-align: top; }
/* FORM FIXES: including allowing styling on iOS + pointer + consistency sizes/browsers + lots of other stuff */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/*site specific*/
@font-face { font-family: LogoFont; src: url('fonts/ITCAvantGardePro-Bold.otf'); }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
color: #333;
line-height: 26px; font-size: 16px;
background: #fff;
}
::-moz-selection { background: #e43f8c; color: #fff; text-shadow: none; }
::selection { background: #e43f8c; color: #fff; text-shadow: none; }
.title {
position: absolute;
top: 385px;
left: 118px;
/*background-image: url('../texturez/dots.jpg'); */
color:#f4f4f4; font-size: 49px;
font-family: LogoFont,"Arial Black", "Arial Bold", Gadget, sans-serif;;
word-spacing: 3px;
margin-bottom: 50px;
padding: 40px 40px 55px 40px;
text-align: right;
}
.beta {
position: absolute;
right:40px; top: 85px;
font-size: 18px;
}
#underscore{
border-bottom: 10px solid #e43f8c;
padding-right: 19px;
}
#ball {
position: absolute;
top: -5px;
left: 30px;
}
h1 {
word-spacing: 3px;
font-size: 28px;
color: #5e594d;
text-transform: uppercase;
line-height: 1;
margin-bottom: 23px;
}
ul {
position: absolute;
top:40px;
left:40px;
}
a {
text-decoration: none; display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#fff;
font-size: 28px;
padding: 31px;
background-color: #000;
margin-bottom: 2px;
width:520px;
cursor: pointer;
}
a:hover {
background-color: rgba(228,63,140,0.6); color: #fff;
}
@media only screen and (max-width: 640px) {
} | 0.209227 | 0.086632 |
html {
height: 100%;
}
body {
background: #5C258D;
background: linear-gradient(to right, #4389A2, #5C258D);
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
}
.container {
width: 100%;
max-width: 325px;
margin: 130px auto;
}
.cloud {
-webkit-animation: rise 6s infinite ease-out;
animation: rise 6s infinite ease-out;
}
.cloud,
.drop {
fill: #fff;
}
.bolt,
.sun,
.ray {
fill: #ffcd64;
}
#sun-group .sun,
#sun-group .ray {
-webkit-animation: rise 6s infinite ease-out;
animation: rise 6s infinite ease-out;
}
.bolt {
-webkit-animation: thunder 2s infinite ease-out;
animation: thunder 2s infinite ease-out;
}
.bolt.bolt1 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.bolt.bolt2 {
-webkit-animation-delay: -1.4s;
animation-delay: -1.4s;
}
.bolt.bolt3 {
-webkit-animation-delay: -1.8s;
animation-delay: -1.8s;
}
.drop {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: rain 3s infinite ease-out;
animation: rain 3s infinite ease-out;
}
.drop:nth-child(1) {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.drop:nth-child(2) {
-webkit-animation-delay: -1.4s;
animation-delay: -1.4s;
}
.drop:nth-child(3) {
-webkit-animation-delay: -1.6s;
animation-delay: -1.6s;
}
.drop:nth-child(4) {
-webkit-animation-delay: -1.2s;
animation-delay: -1.2s;
}
.drop:nth-child(5) {
-webkit-animation-delay: -1.6s;
animation-delay: -1.6s;
}
.drop:nth-child(6) {
-webkit-animation-delay: -2s;
animation-delay: -2s;
}
@-webkit-keyframes rain {
0% {
opacity: 1;
-webkit-transform: translate(0, -120px);
transform: translate(0, -120px);
}
50% {
opacity: 0.5;
-webkit-transform: translate(0, -60);
transform: translate(0, -60);
}
100% {
opacity: 0;
-webkit-transform: translate(0, -30px);
transform: translate(0, -30px);
}
}
@keyframes rain {
0% {
opacity: 1;
-webkit-transform: translate(0, -120px);
transform: translate(0, -120px);
}
50% {
opacity: 0.5;
-webkit-transform: translate(0, -60);
transform: translate(0, -60);
}
100% {
opacity: 0;
-webkit-transform: translate(0, -30px);
transform: translate(0, -30px);
}
}
@-webkit-keyframes thunder {
0% {
opacity: 1;
-webkit-transform: translate(5px, -80px);
transform: translate(5px, -80px);
}
50% {
opacity: 0;
-webkit-transform: translate(0, -80px);
transform: translate(0, -80px);
}
100% {
opacity: 1;
-webkit-transform: translate(5px, -80px);
transform: translate(5px, -80px);
}
}
@keyframes thunder {
0% {
opacity: 1;
-webkit-transform: translate(5px, -80px);
transform: translate(5px, -80px);
}
50% {
opacity: 0;
-webkit-transform: translate(0, -80px);
transform: translate(0, -80px);
}
100% {
opacity: 1;
-webkit-transform: translate(5px, -80px);
transform: translate(5px, -80px);
}
}
@-webkit-keyframes rise {
0% {
-webkit-transform: translate(0, -40px);
transform: translate(0, -40px);
}
50% {
-webkit-transform: translate(0, -25px);
transform: translate(0, -25px);
}
100% {
-webkit-transform: translate(0, -40px);
transform: translate(0, -40px);
}
}
@keyframes rise {
0% {
-webkit-transform: translate(0, -40px);
transform: translate(0, -40px);
}
50% {
-webkit-transform: translate(0, -25px);
transform: translate(0, -25px);
}
100% {
-webkit-transform: translate(0, -40px);
transform: translate(0, -40px);
}
} | images/showcase/yongsong-qin/svg/css/main.css | html {
height: 100%;
}
body {
background: #5C258D;
background: linear-gradient(to right, #4389A2, #5C258D);
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
}
.container {
width: 100%;
max-width: 325px;
margin: 130px auto;
}
.cloud {
-webkit-animation: rise 6s infinite ease-out;
animation: rise 6s infinite ease-out;
}
.cloud,
.drop {
fill: #fff;
}
.bolt,
.sun,
.ray {
fill: #ffcd64;
}
#sun-group .sun,
#sun-group .ray {
-webkit-animation: rise 6s infinite ease-out;
animation: rise 6s infinite ease-out;
}
.bolt {
-webkit-animation: thunder 2s infinite ease-out;
animation: thunder 2s infinite ease-out;
}
.bolt.bolt1 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.bolt.bolt2 {
-webkit-animation-delay: -1.4s;
animation-delay: -1.4s;
}
.bolt.bolt3 {
-webkit-animation-delay: -1.8s;
animation-delay: -1.8s;
}
.drop {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: rain 3s infinite ease-out;
animation: rain 3s infinite ease-out;
}
.drop:nth-child(1) {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.drop:nth-child(2) {
-webkit-animation-delay: -1.4s;
animation-delay: -1.4s;
}
.drop:nth-child(3) {
-webkit-animation-delay: -1.6s;
animation-delay: -1.6s;
}
.drop:nth-child(4) {
-webkit-animation-delay: -1.2s;
animation-delay: -1.2s;
}
.drop:nth-child(5) {
-webkit-animation-delay: -1.6s;
animation-delay: -1.6s;
}
.drop:nth-child(6) {
-webkit-animation-delay: -2s;
animation-delay: -2s;
}
@-webkit-keyframes rain {
0% {
opacity: 1;
-webkit-transform: translate(0, -120px);
transform: translate(0, -120px);
}
50% {
opacity: 0.5;
-webkit-transform: translate(0, -60);
transform: translate(0, -60);
}
100% {
opacity: 0;
-webkit-transform: translate(0, -30px);
transform: translate(0, -30px);
}
}
@keyframes rain {
0% {
opacity: 1;
-webkit-transform: translate(0, -120px);
transform: translate(0, -120px);
}
50% {
opacity: 0.5;
-webkit-transform: translate(0, -60);
transform: translate(0, -60);
}
100% {
opacity: 0;
-webkit-transform: translate(0, -30px);
transform: translate(0, -30px);
}
}
@-webkit-keyframes thunder {
0% {
opacity: 1;
-webkit-transform: translate(5px, -80px);
transform: translate(5px, -80px);
}
50% {
opacity: 0;
-webkit-transform: translate(0, -80px);
transform: translate(0, -80px);
}
100% {
opacity: 1;
-webkit-transform: translate(5px, -80px);
transform: translate(5px, -80px);
}
}
@keyframes thunder {
0% {
opacity: 1;
-webkit-transform: translate(5px, -80px);
transform: translate(5px, -80px);
}
50% {
opacity: 0;
-webkit-transform: translate(0, -80px);
transform: translate(0, -80px);
}
100% {
opacity: 1;
-webkit-transform: translate(5px, -80px);
transform: translate(5px, -80px);
}
}
@-webkit-keyframes rise {
0% {
-webkit-transform: translate(0, -40px);
transform: translate(0, -40px);
}
50% {
-webkit-transform: translate(0, -25px);
transform: translate(0, -25px);
}
100% {
-webkit-transform: translate(0, -40px);
transform: translate(0, -40px);
}
}
@keyframes rise {
0% {
-webkit-transform: translate(0, -40px);
transform: translate(0, -40px);
}
50% {
-webkit-transform: translate(0, -25px);
transform: translate(0, -25px);
}
100% {
-webkit-transform: translate(0, -40px);
transform: translate(0, -40px);
}
} | 0.336004 | 0.09401 |
1.1 Component: GLOBAL
========================================================================== */
html {
font-size: 1em;
line-height: 1.4;
}
html,
body {
height: 100%;
}
body {
overflow-x: hidden;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
li {
list-style: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
a:hover {
text-decoration: none;
}
ul {
padding: 0;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
::-moz-selection {
background: #3498db;
color: #fff;
text-shadow: none;
}
::selection {
background: #3498db;
color: #fff;
text-shadow: none;
}
/* ==========================================================================
1.2 Helper classes
========================================================================== */
/*
* 1. Orange.
*/
/*
* 2. Green.
*/
/*
* 3. Blue.
*/
/*
* 4. Blue Nutshell
*/
.main-bg {
background: #3498db;
}
.main-color {
color: #3498db;
}
.white-color {
color: #fff;
}
.button {
padding: 20px 60px;
border-radius: 4px;
font-size: 16px;
font-weight: bold;
display: inline-block;
color: #fff;
text-shadow: none;
}
.button:hover {
cursor: pointer;
color: #fff;
}
.button.light {
padding: 19px 59px;
}
.line {
width: 80px;
height: 2px;
margin-top: 15px;
}
.button.light {
border: 2px solid #eeeeee;
}
.padding-large {
padding-top: 90px;
padding-bottom: 90px;
}
.padding-top-large {
padding-top: 90px;
}
.margin-top-large {
margin-top: 90px;
}
.margin-bottom-large {
margin-bottom: 90px;
}
.margin-top-medium {
margin-top: 40px;
}
.margin-bottom-medium {
margin-bottom: 40px;
}
.margin-bottom-small {
margin-bottom: 25px;
}
.margin-right-small {
margin-right: 15px;
}
.margin-left-small {
margin-left: 15px;
}
.mat-none {
margin-top: 0;
}
.mab-none {
margin-bottom: 0;
}
.mar-none {
margin-right: 0;
}
.mal-none {
margin-left: 0;
}
.hidden {
display: none !important;
visibility: hidden;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.invisible {
visibility: hidden;
}
/* ========================================================================
1.3 Component: Fullscreen menu
========================================================================== */
.top-animate {
background: #fff !important;
top: 13px !important;
-webkit-transform: rotate(45deg);
/* Chrome, Safari, Opera */
transform: rotate(45deg);
}
.mid-animate {
opacity: 0;
}
.bottom-animate {
background: #fff !important;
top: 13px !important;
-webkit-transform: rotate(-225deg);
/* Chrome, Safari, Opera */
transform: rotate(-225deg);
}
.top-menu,
.mid-menu,
.bottom-menu {
width: 28px;
height: 4px;
border-radius: 10px;
background-color: #fff;
}
.top-menu {
top: 5px;
}
.mid-menu {
top: 13px;
}
.bottom-menu {
top: 21px;
}
.menui {
background: #FFF;
transition: 0.6s ease;
transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
margin-top: 10px;
position: absolute;
}
.menu-trigger {
z-index: 999;
position: fixed;
display: block;
padding: 9px;
height: 32px;
width: 32px;
margin: 0px;
top: 45px;
right: 115px;
}
.mobilenav {
font-family: inherit;
top: 0;
left: 0;
z-index: 999;
display: none;
position: fixed;
width: 100%;
height: 100%;
background: rgba(52, 152, 219, 0.9);
text-transform: uppercase;
}
.mobilenav li {
list-style-type: none;
text-align: center;
padding: 10px;
font-size: 220%;
color: #fff;
text-decoration: none;
font-weight: 300;
width: 100%;
}
.mobilenav li:last-child span {
border-bottom: none;
}
.mobilenav li:hover {
cursor: pointer;
}
.nav-label {
border-bottom: 1px solid #fff;
padding-bottom: 10px;
display: block;
width: 350px;
margin: 0 auto;
}
.mobilenav li:first-child {
margin-top: 60px;
}
/* ========================================================================
1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
========================================================================== */
@-webkit-keyframes hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.hvr-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
-webkit-animation-name: hvr-pulse;
animation-name: hvr-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
/* Rectangle Out */
.hvr-rectangle-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(52, 152, 219, 0.9);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
-webkit-transform: scale(1);
transform: scale(1);
}
/* Grow */
.hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* General button style (reset) */
.portfolio-wrapper .button {
padding: 20px 60px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border: 3px solid #fff;
color: #fff;
overflow: hidden;
}
.portfolio-wrapper .button:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border: 3px solid #fff;
color: #fff;
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #fff;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.portfolio-wrapper .button:hover,
.button:active {
color: #3498db;
}
.portfolio-wrapper .button:hover:after {
height: 260%;
opacity: 1;
}
.portfolio-wrapper .button:active:after {
height: 400%;
opacity: 1;
}
/* ========================================================================
2.1 Component: Header
========================================================================== */
header {
position: relative;
}
header .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(../img/slider-overlay.png) repeat;
}
header .carousel,
header .item,
header .active {
height: 100%;
}
.carousel-inner {
min-height: 500px;
height: 100%;
}
.fill {
width: 100%;
height: 100%;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.carousel-indicators li {
width: 40px;
height: 4px;
border: none;
border-radius: 0;
background: #fff;
}
.carousel-indicators .active {
width: 40px;
height: 5px;
background: #3498db;
}
.carousel-caption {
top: 25%;
}
.carousel-caption h1 {
font-size: 48px;
text-transform: uppercase;
font-weight: normal;
}
.carousel-control.left,
.carousel-control.right {
background: none;
}
.icon-prev,
.icon-next {
font-size: 60px !important;
}
header .logo-container {
position: absolute;
top: 52px;
left: 93px;
z-index: 10;
}
/* ========================================================================
2.2 Component: Call To ACTION
========================================================================== */
.call-to-action {
padding: 15px;
color: #eeeeee;
font-size: 18px;
position: relative;
}
.call-to-action p {
margin: 20px;
}
/* ========================================================================
2.3 Component: About Us
========================================================================== */
.about-us {
background: url("../img/about-us-bg.jpg") no-repeat center fixed;
background-size: cover;
position: relative;
}
.about-us .overlay {
background: rgba(238, 238, 238, 0.95);
}
.about-us .jumbo-text {
text-transform: uppercase;
color: #272727;
font-size: 40px;
}
.about-us p {
color: #484848;
line-height: 24px;
}
.about-us img {
margin-top: -50px;
}
.panel {
background: none;
border: none;
box-shadow: none;
}
.panel-default > .panel-heading {
background: #3498db;
color: #f3eff0;
cursor: pointer;
border-radius: 3px;
box-shadow: 1px 1px 1px #d7d7d7, -1px -1px 1px #d7d7d7;
}
.panel-heading {
padding: 0;
}
.panel-title > a {
text-decoration: none;
display: block;
width: 100%;
padding: 10px 15px;
}
.collapsed {
background: #ededed !important;
color: #222;
}
.collapsed strong,
.collapsed .state {
color: #222222;
}
.state {
font-size: 18px;
line-height: 18px;
}
/* ========================================================================
2.4 Component: Case Study
========================================================================== */
.case-study .col-md-6 {
padding: 0;
cursor: pointer;
color: #fff;
transition: background .5s;
}
.case-study-left .overlay {
padding-left: 200px;
padding-right: 50px;
transition: background .5s;
}
.case-study-right .overlay {
padding-right: 200px;
padding-left: 50px;
transition: background .5s;
}
.case-study .case-study-left {
background: url("../img/case-study/bf-left.jpg") no-repeat;
background-size: cover;
}
.case-study .case-study-right {
background: url("../img/case-study/bf-right.jpg") no-repeat;
background-size: cover;
}
.case-study .overlay:hover {
width: 100%;
background: rgba(52, 152, 219, 0.9);
}
.case-study h3 {
text-shadow: 1px 1px 1px #444;
font-size: 28px;
font-weight: bold;
}
.case-study .description {
font-weight: lighter;
}
/* ========================================================================
2.5 Component: Why choose us
========================================================================== */
.why-choose-us .icon {
font-size: 35px;
height: 80px;
width: 80px;
line-height: 80px;
border: 1px solid #efefef;
display: inline-block;
border-radius: 4px;
}
.why-choose-us .icon i {
color: #3498db;
}
.why-choose-us h4 {
margin: 15px 0 20px;
color: #000;
}
.why-choose-us p {
color: #aaaaaa;
}
.why-choose-us .service {
padding: 5px;
margin-bottom: 50px;
cursor: pointer;
}
.why-choose-us .service:hover > .icon {
background: #3498db;
color: #fff;
transition: all .85s;
}
.why-choose-us .service:hover > .icon i {
color: #fff;
transition: all .85s;
}
/* ========================================================================
2.6 Component: Our Skills
========================================================================== */
.skill-bar li .wrapper {
margin-bottom: 30px;
border-radius: 3px;
background: #dddddd;
}
.skill-bar li span {
height: 25px;
width: 0px;
display: block;
border-radius: 3px;
}
.skill-bar li span {
overflow: visible!important;
position: relative;
}
.skill-bar li span {
background: #3498db;
}
.our-skills .skill-people img {
height: 300px;
}
/* ========================================================================
2.7 Component: Processes
========================================================================== */
.processes {
background: url("../img/process-bg.jpg") no-repeat center fixed;
background-size: cover;
color: #fffeff;
}
.processes .overlay {
background: rgba(0, 8, 5, 0.85);
}
.processes .icon-container {
margin-right: 25px;
font-size: 24px;
}
.processes .feature {
margin: auto;
padding-left: 37px;
padding-right: 37px;
margin-bottom: 45px;
}
.feature:last-child {
margin-bottom: 0;
}
.processes .description {
width: 90%;
}
.processes .process-bar {
height: 125px;
width: 125px;
line-height: 125px;
font-size: 24px;
display: inline-block;
}
.processes .discussion {
border-radius: 3px 3px 0 3px;
}
.processes .check {
border-radius: 3px 3px 3px 0;
}
.processes .idea {
border-radius: 3px 0 3px 3px;
}
.processes .office {
border-radius: 0 3px 3px 3px;
}
.processes .process-bar.main-bg {
margin-right: 100px;
}
.processes .process-bar.right {
border: 3px solid #3498db;
}
.processes .lines {
height: 55px;
width: 110px;
margin: -3px auto -3px;
border-right: 3px solid #3498db;
border-left: 3px solid #3498db;
border-bottom: 3px solid #3498db;
}
/* ========================================================================
2.8 Component: Our Team
========================================================================== */
.our-team {
background: #eee;
}
.our-team .team-member {
border: 1px solid #3498db;
width: 220px;
height: 300px;
overflow: hidden;
}
.our-team .team-member:hover > .team-overlay {
margin-top: -297px;
transition: all .85s;
}
.our-team img {
width: 100%;
}
.our-team .team-overlay {
margin-top: 0px;
width: 220px;
color: #fff;
margin-left: -2px;
position: relative;
}
.our-team .team-overlay .info {
height: 240px;
padding: 100px 20px 20px 20px;
background: rgba(52, 152, 219, 0.9);
}
.our-team .team-overlay .learn-more {
height: 60px;
line-height: 60px;
width: 100%;
text-align: center;
background: #2980b9;
position: relative;
cursor: pointer;
}
.our-team .description {
padding: 40px 0;
}
.our-team .description h3 {
text-transform: uppercase;
}
.our-team .description .about {
font-size: 14px;
color: #555;
}
.our-team .description .member-skill {
display: inline-block;
}
/* ========================================================================
2.9 Component: Testimonail
========================================================================== */
.testimonial {
background: url(../img/testimonial-bg.png);
}
.testimonial-carousel .item {
padding: 25px 40px 40px;
background: rgba(34, 34, 34, 0.8);
border-radius: 4px;
}
.testimonial-carousel .item p {
font-style: italic;
font-size: 24px;
}
.testimonial-carousel .item .client img,
.testimonial-carousel .item .client ul {
display: inline-block;
vertical-align: middle;
}
.testimonial-carousel .item .client img {
height: 50px;
width: 50px;
max-width: 100%;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 4px;
}
.testimonial-carousel .item .client-info {
margin-left: 10px;
}
.testimonial-carousel .item .client-info li {
text-align: left;
}
.testimonial-carousel .item .client-info li:first-child {
font-size: 18px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
background: #3498db;
}
/* ========================================================================
2.10 Component: Portfolio
========================================================================== */
.portfolio .line {
margin: 15px auto 45px;
}
.portfolio .subtitle {
font-size: 20px;
}
.portfolio p {
color: #6b6b6b;
font-size: 14px;
margin-top: 10px;
}
.portfolio .filters {
color: #9e9e9e;
}
.portfolio .filters li {
display: inline;
}
.portfolio .filters li a {
margin: 0 5px;
color: #9e9e9e;
}
.portfolio .filters .active {
color: #3498db;
text-decoration: none;
}
.portfolio .portfolio-item {
width: 25%;
overflow: hidden;
padding: 0;
margin: 0;
}
.portfolio .portfolio-item a {
position: relative;
display: block;
color: #fff;
}
.portfolio .portfolio-item a .portfolio-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: block;
z-index: 4;
opacity: 0;
transition: all 0.3s ease-in-out;
padding: 125px 20px;
}
.portfolio .portfolio-item a img {
width: 100%;
transition: all 1.2s linear;
}
.portfolio .portfolio-item a:hover > .portfolio-overlay {
opacity: 1;
}
.portfolio .portfolio-item a:hover > img {
transform: scale(1.2);
}
.portfolio > .button {
border-color: #333;
font-weight: normal;
color: #333;
position: relative;
z-index: 10;
}
.portfolio > .button i {
font-size: 22px;
}
.filters li a:after {
content: "/";
margin-left: 10px;
color: #9e9e9e;
}
.filters li:last-child > a:after {
content: "";
}
/* ========================================================================
2.11 Component: Promote
========================================================================== */
.promote {
padding: 25px;
color: #eeeeee;
font-size: 18px;
position: relative;
}
.promote p {
margin: 20px;
}
.promote .button {
display: inline-block;
}
.promote .deep {
background: #2980b9;
}
/* ========================================================================
2.12 Component: We are hiring
========================================================================== */
.we-are-hiring {
background: #f4f4f4;
border-top: 1px solid #e5e5e5;
}
.we-are-hiring h2 {
color: #3a3a3a;
font-size: 36px;
}
.we-are-hiring p {
color: #666666;
font-size: 16px;
line-height: 28px;
}
.we-are-hiring .upload-cv {
background: #fff;
height: 300px;
width: 300px;
margin: 20px auto 0;
padding: 15px;
border: 1px solid #dbd8d8;
}
.we-are-hiring .upload-cv .inner {
padding: 65px;
border: 2px dashed #dbd8d8;
color: #666666;
}
.we-are-hiring .inner i {
font-size: 80px;
}
/* ========================================================================
2.13 Component: Twitter
========================================================================== */
.twitter {
background: url("../img/twitter-bg.jpg") no-repeat center top fixed;
background-size: cover;
color: #fff;
}
.twitter .overlay {
background: rgba(27, 28, 29, 0.9);
}
.twitter .icon {
font-size: 120px;
}
.twitter .icon i {
transition: 1.2s;
cursor: pointer;
}
.twitter .icon i:hover {
-webkit-transform: rotate(360deg) scale(1.2);
-moz-transform: rotate(360deg) scale(1.2);
-o-transform: rotate(360deg) scale(1.2);
transform: rotate(360deg) scale(1.2);
color: #00aced;
}
.twitter .tweet-text {
font-size: 16px;
line-height: 1.5em;
}
/* ========================================================================
2.14 Component: Map
========================================================================== */
#map-container {
height: 500px;
width: 100%;
}
/* ========================================================================
2.15 Component: Send Message
========================================================================== */
.send-message {
padding: 20px;
}
.send-message .send-icon {
height: 80px;
width: 80px;
margin: 0 auto;
background: #3498db;
border-radius: 50%;
line-height: 60px;
margin-top: -60px;
font-size: 20px;
position: relative;
}
.send-message p {
font-size: 30px;
}
.send-message:hover {
cursor: pointer;
}
.send-message .modal-lg {
width: 700px;
}
.modal .modal-content {
box-shadow: none;
border-radius: 0;
border: 0;
position: relative;
}
.modal .close {
margin: 0;
position: absolute;
right: 0;
top: 0;
background: #333;
opacity: 1;
height: 40px;
width: 40px;
color: #FFF;
font-size: 28px;
line-height: 45px;
outline: none;
z-index: 10;
}
.modal .close span {
outline: none;
}
.modal .modal-body {
padding: 40px 60px;
}
.modal .member-info {
padding: 0;
}
.modal input {
height: 50px;
}
.modal input,
.modal textarea {
padding: 10px 20px;
border-radius: 0;
font-size: 18px;
}
.modal input:focus,
.modal textarea:focus {
border-color: #3498db;
box-shadow: none;
}
.modal textarea {
resize: none;
}
.modal .button {
width: 100%;
border-radius: 0;
padding: 15px 60px;
}
.form-control::-webkit-input-placeholder {
color: #DBDBDB;
font-style: italic;
}
/* ========================================================================
2.16 Component: Footer
========================================================================== */
.footer p {
color: #bababa;
font-size: 16px;
}
.footer li {
display: inline-block;
margin: 0 5px;
height: 50px;
width: 50px;
line-height: 50px;
border-radius: 50%;
border: 2px solid #e5e5e5;
background: #fff;
transition: all .4s;
}
.footer li:hover {
cursor: pointer;
}
.footer li a {
color: #e5e5e5;
}
.footer .social i {
font-size: 22px;
transition: all .4s;
}
.footer .facebook:hover {
border-color: #3b5998;
}
.footer .facebook:hover > a i {
color: #3b5998;
}
.footer .twitter:hover {
border-color: #00aced;
}
.footer .twitter:hover > a i {
color: #00aced;
}
.footer .g-plus:hover {
border-color: #dd4b39;
}
.footer .g-plus:hover > a i {
color: #dd4b39;
}
.footer .linkedin:hover {
border-color: #007bb6;
}
.footer .linkedin:hover > a i {
color: #007bb6;
}
.footer .youtube:hover {
border-color: #bb0000;
}
.footer .youtube:hover > a i {
color: #bb0000;
}
.footer .instagram:hover {
border-color: #517fa4;
}
.footer .instagram:hover > a i {
color: #517fa4;
}
.footer .behance:hover {
border-color: #1769ff;
}
.footer .behance:hover > a i {
color: #1769ff;
}
.footer .dribbble:hover {
border-color: #ea4c89;
}
.footer .dribbble:hover > a i {
color: #ea4c89;
}
.back-to-top {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 100;
background: #3498db;
cursor: pointer;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 4px;
color: #fff;
-webkit-animation: pulse 1s linear 0s infinite alternate;
-moz-animation: pulse 1s linear 0s infinite alternate;
-o-animation: pulse 1s linear 0s infinite alternate;
animation: pulse 1s linear 0s infinite alternate;
}
@-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
}
to {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
}
}
@-moz-keyframes pulse {
from {
-moz-transform: scale3d(1, 1, 1);
}
to {
-moz-transform: scale3d(1.1, 1.1, 1.1);
}
}
@keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
to {
transform: scale3d(1.1, 1.1, 1.1);
}
} | public/template/css/main-blue.css | 1.1 Component: GLOBAL
========================================================================== */
html {
font-size: 1em;
line-height: 1.4;
}
html,
body {
height: 100%;
}
body {
overflow-x: hidden;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
li {
list-style: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
a:hover {
text-decoration: none;
}
ul {
padding: 0;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
::-moz-selection {
background: #3498db;
color: #fff;
text-shadow: none;
}
::selection {
background: #3498db;
color: #fff;
text-shadow: none;
}
/* ==========================================================================
1.2 Helper classes
========================================================================== */
/*
* 1. Orange.
*/
/*
* 2. Green.
*/
/*
* 3. Blue.
*/
/*
* 4. Blue Nutshell
*/
.main-bg {
background: #3498db;
}
.main-color {
color: #3498db;
}
.white-color {
color: #fff;
}
.button {
padding: 20px 60px;
border-radius: 4px;
font-size: 16px;
font-weight: bold;
display: inline-block;
color: #fff;
text-shadow: none;
}
.button:hover {
cursor: pointer;
color: #fff;
}
.button.light {
padding: 19px 59px;
}
.line {
width: 80px;
height: 2px;
margin-top: 15px;
}
.button.light {
border: 2px solid #eeeeee;
}
.padding-large {
padding-top: 90px;
padding-bottom: 90px;
}
.padding-top-large {
padding-top: 90px;
}
.margin-top-large {
margin-top: 90px;
}
.margin-bottom-large {
margin-bottom: 90px;
}
.margin-top-medium {
margin-top: 40px;
}
.margin-bottom-medium {
margin-bottom: 40px;
}
.margin-bottom-small {
margin-bottom: 25px;
}
.margin-right-small {
margin-right: 15px;
}
.margin-left-small {
margin-left: 15px;
}
.mat-none {
margin-top: 0;
}
.mab-none {
margin-bottom: 0;
}
.mar-none {
margin-right: 0;
}
.mal-none {
margin-left: 0;
}
.hidden {
display: none !important;
visibility: hidden;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.invisible {
visibility: hidden;
}
/* ========================================================================
1.3 Component: Fullscreen menu
========================================================================== */
.top-animate {
background: #fff !important;
top: 13px !important;
-webkit-transform: rotate(45deg);
/* Chrome, Safari, Opera */
transform: rotate(45deg);
}
.mid-animate {
opacity: 0;
}
.bottom-animate {
background: #fff !important;
top: 13px !important;
-webkit-transform: rotate(-225deg);
/* Chrome, Safari, Opera */
transform: rotate(-225deg);
}
.top-menu,
.mid-menu,
.bottom-menu {
width: 28px;
height: 4px;
border-radius: 10px;
background-color: #fff;
}
.top-menu {
top: 5px;
}
.mid-menu {
top: 13px;
}
.bottom-menu {
top: 21px;
}
.menui {
background: #FFF;
transition: 0.6s ease;
transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
margin-top: 10px;
position: absolute;
}
.menu-trigger {
z-index: 999;
position: fixed;
display: block;
padding: 9px;
height: 32px;
width: 32px;
margin: 0px;
top: 45px;
right: 115px;
}
.mobilenav {
font-family: inherit;
top: 0;
left: 0;
z-index: 999;
display: none;
position: fixed;
width: 100%;
height: 100%;
background: rgba(52, 152, 219, 0.9);
text-transform: uppercase;
}
.mobilenav li {
list-style-type: none;
text-align: center;
padding: 10px;
font-size: 220%;
color: #fff;
text-decoration: none;
font-weight: 300;
width: 100%;
}
.mobilenav li:last-child span {
border-bottom: none;
}
.mobilenav li:hover {
cursor: pointer;
}
.nav-label {
border-bottom: 1px solid #fff;
padding-bottom: 10px;
display: block;
width: 350px;
margin: 0 auto;
}
.mobilenav li:first-child {
margin-top: 60px;
}
/* ========================================================================
1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
========================================================================== */
@-webkit-keyframes hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.hvr-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
-webkit-animation-name: hvr-pulse;
animation-name: hvr-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
/* Rectangle Out */
.hvr-rectangle-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(52, 152, 219, 0.9);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
-webkit-transform: scale(1);
transform: scale(1);
}
/* Grow */
.hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* General button style (reset) */
.portfolio-wrapper .button {
padding: 20px 60px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border: 3px solid #fff;
color: #fff;
overflow: hidden;
}
.portfolio-wrapper .button:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border: 3px solid #fff;
color: #fff;
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #fff;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.portfolio-wrapper .button:hover,
.button:active {
color: #3498db;
}
.portfolio-wrapper .button:hover:after {
height: 260%;
opacity: 1;
}
.portfolio-wrapper .button:active:after {
height: 400%;
opacity: 1;
}
/* ========================================================================
2.1 Component: Header
========================================================================== */
header {
position: relative;
}
header .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(../img/slider-overlay.png) repeat;
}
header .carousel,
header .item,
header .active {
height: 100%;
}
.carousel-inner {
min-height: 500px;
height: 100%;
}
.fill {
width: 100%;
height: 100%;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.carousel-indicators li {
width: 40px;
height: 4px;
border: none;
border-radius: 0;
background: #fff;
}
.carousel-indicators .active {
width: 40px;
height: 5px;
background: #3498db;
}
.carousel-caption {
top: 25%;
}
.carousel-caption h1 {
font-size: 48px;
text-transform: uppercase;
font-weight: normal;
}
.carousel-control.left,
.carousel-control.right {
background: none;
}
.icon-prev,
.icon-next {
font-size: 60px !important;
}
header .logo-container {
position: absolute;
top: 52px;
left: 93px;
z-index: 10;
}
/* ========================================================================
2.2 Component: Call To ACTION
========================================================================== */
.call-to-action {
padding: 15px;
color: #eeeeee;
font-size: 18px;
position: relative;
}
.call-to-action p {
margin: 20px;
}
/* ========================================================================
2.3 Component: About Us
========================================================================== */
.about-us {
background: url("../img/about-us-bg.jpg") no-repeat center fixed;
background-size: cover;
position: relative;
}
.about-us .overlay {
background: rgba(238, 238, 238, 0.95);
}
.about-us .jumbo-text {
text-transform: uppercase;
color: #272727;
font-size: 40px;
}
.about-us p {
color: #484848;
line-height: 24px;
}
.about-us img {
margin-top: -50px;
}
.panel {
background: none;
border: none;
box-shadow: none;
}
.panel-default > .panel-heading {
background: #3498db;
color: #f3eff0;
cursor: pointer;
border-radius: 3px;
box-shadow: 1px 1px 1px #d7d7d7, -1px -1px 1px #d7d7d7;
}
.panel-heading {
padding: 0;
}
.panel-title > a {
text-decoration: none;
display: block;
width: 100%;
padding: 10px 15px;
}
.collapsed {
background: #ededed !important;
color: #222;
}
.collapsed strong,
.collapsed .state {
color: #222222;
}
.state {
font-size: 18px;
line-height: 18px;
}
/* ========================================================================
2.4 Component: Case Study
========================================================================== */
.case-study .col-md-6 {
padding: 0;
cursor: pointer;
color: #fff;
transition: background .5s;
}
.case-study-left .overlay {
padding-left: 200px;
padding-right: 50px;
transition: background .5s;
}
.case-study-right .overlay {
padding-right: 200px;
padding-left: 50px;
transition: background .5s;
}
.case-study .case-study-left {
background: url("../img/case-study/bf-left.jpg") no-repeat;
background-size: cover;
}
.case-study .case-study-right {
background: url("../img/case-study/bf-right.jpg") no-repeat;
background-size: cover;
}
.case-study .overlay:hover {
width: 100%;
background: rgba(52, 152, 219, 0.9);
}
.case-study h3 {
text-shadow: 1px 1px 1px #444;
font-size: 28px;
font-weight: bold;
}
.case-study .description {
font-weight: lighter;
}
/* ========================================================================
2.5 Component: Why choose us
========================================================================== */
.why-choose-us .icon {
font-size: 35px;
height: 80px;
width: 80px;
line-height: 80px;
border: 1px solid #efefef;
display: inline-block;
border-radius: 4px;
}
.why-choose-us .icon i {
color: #3498db;
}
.why-choose-us h4 {
margin: 15px 0 20px;
color: #000;
}
.why-choose-us p {
color: #aaaaaa;
}
.why-choose-us .service {
padding: 5px;
margin-bottom: 50px;
cursor: pointer;
}
.why-choose-us .service:hover > .icon {
background: #3498db;
color: #fff;
transition: all .85s;
}
.why-choose-us .service:hover > .icon i {
color: #fff;
transition: all .85s;
}
/* ========================================================================
2.6 Component: Our Skills
========================================================================== */
.skill-bar li .wrapper {
margin-bottom: 30px;
border-radius: 3px;
background: #dddddd;
}
.skill-bar li span {
height: 25px;
width: 0px;
display: block;
border-radius: 3px;
}
.skill-bar li span {
overflow: visible!important;
position: relative;
}
.skill-bar li span {
background: #3498db;
}
.our-skills .skill-people img {
height: 300px;
}
/* ========================================================================
2.7 Component: Processes
========================================================================== */
.processes {
background: url("../img/process-bg.jpg") no-repeat center fixed;
background-size: cover;
color: #fffeff;
}
.processes .overlay {
background: rgba(0, 8, 5, 0.85);
}
.processes .icon-container {
margin-right: 25px;
font-size: 24px;
}
.processes .feature {
margin: auto;
padding-left: 37px;
padding-right: 37px;
margin-bottom: 45px;
}
.feature:last-child {
margin-bottom: 0;
}
.processes .description {
width: 90%;
}
.processes .process-bar {
height: 125px;
width: 125px;
line-height: 125px;
font-size: 24px;
display: inline-block;
}
.processes .discussion {
border-radius: 3px 3px 0 3px;
}
.processes .check {
border-radius: 3px 3px 3px 0;
}
.processes .idea {
border-radius: 3px 0 3px 3px;
}
.processes .office {
border-radius: 0 3px 3px 3px;
}
.processes .process-bar.main-bg {
margin-right: 100px;
}
.processes .process-bar.right {
border: 3px solid #3498db;
}
.processes .lines {
height: 55px;
width: 110px;
margin: -3px auto -3px;
border-right: 3px solid #3498db;
border-left: 3px solid #3498db;
border-bottom: 3px solid #3498db;
}
/* ========================================================================
2.8 Component: Our Team
========================================================================== */
.our-team {
background: #eee;
}
.our-team .team-member {
border: 1px solid #3498db;
width: 220px;
height: 300px;
overflow: hidden;
}
.our-team .team-member:hover > .team-overlay {
margin-top: -297px;
transition: all .85s;
}
.our-team img {
width: 100%;
}
.our-team .team-overlay {
margin-top: 0px;
width: 220px;
color: #fff;
margin-left: -2px;
position: relative;
}
.our-team .team-overlay .info {
height: 240px;
padding: 100px 20px 20px 20px;
background: rgba(52, 152, 219, 0.9);
}
.our-team .team-overlay .learn-more {
height: 60px;
line-height: 60px;
width: 100%;
text-align: center;
background: #2980b9;
position: relative;
cursor: pointer;
}
.our-team .description {
padding: 40px 0;
}
.our-team .description h3 {
text-transform: uppercase;
}
.our-team .description .about {
font-size: 14px;
color: #555;
}
.our-team .description .member-skill {
display: inline-block;
}
/* ========================================================================
2.9 Component: Testimonail
========================================================================== */
.testimonial {
background: url(../img/testimonial-bg.png);
}
.testimonial-carousel .item {
padding: 25px 40px 40px;
background: rgba(34, 34, 34, 0.8);
border-radius: 4px;
}
.testimonial-carousel .item p {
font-style: italic;
font-size: 24px;
}
.testimonial-carousel .item .client img,
.testimonial-carousel .item .client ul {
display: inline-block;
vertical-align: middle;
}
.testimonial-carousel .item .client img {
height: 50px;
width: 50px;
max-width: 100%;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 4px;
}
.testimonial-carousel .item .client-info {
margin-left: 10px;
}
.testimonial-carousel .item .client-info li {
text-align: left;
}
.testimonial-carousel .item .client-info li:first-child {
font-size: 18px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
background: #3498db;
}
/* ========================================================================
2.10 Component: Portfolio
========================================================================== */
.portfolio .line {
margin: 15px auto 45px;
}
.portfolio .subtitle {
font-size: 20px;
}
.portfolio p {
color: #6b6b6b;
font-size: 14px;
margin-top: 10px;
}
.portfolio .filters {
color: #9e9e9e;
}
.portfolio .filters li {
display: inline;
}
.portfolio .filters li a {
margin: 0 5px;
color: #9e9e9e;
}
.portfolio .filters .active {
color: #3498db;
text-decoration: none;
}
.portfolio .portfolio-item {
width: 25%;
overflow: hidden;
padding: 0;
margin: 0;
}
.portfolio .portfolio-item a {
position: relative;
display: block;
color: #fff;
}
.portfolio .portfolio-item a .portfolio-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: block;
z-index: 4;
opacity: 0;
transition: all 0.3s ease-in-out;
padding: 125px 20px;
}
.portfolio .portfolio-item a img {
width: 100%;
transition: all 1.2s linear;
}
.portfolio .portfolio-item a:hover > .portfolio-overlay {
opacity: 1;
}
.portfolio .portfolio-item a:hover > img {
transform: scale(1.2);
}
.portfolio > .button {
border-color: #333;
font-weight: normal;
color: #333;
position: relative;
z-index: 10;
}
.portfolio > .button i {
font-size: 22px;
}
.filters li a:after {
content: "/";
margin-left: 10px;
color: #9e9e9e;
}
.filters li:last-child > a:after {
content: "";
}
/* ========================================================================
2.11 Component: Promote
========================================================================== */
.promote {
padding: 25px;
color: #eeeeee;
font-size: 18px;
position: relative;
}
.promote p {
margin: 20px;
}
.promote .button {
display: inline-block;
}
.promote .deep {
background: #2980b9;
}
/* ========================================================================
2.12 Component: We are hiring
========================================================================== */
.we-are-hiring {
background: #f4f4f4;
border-top: 1px solid #e5e5e5;
}
.we-are-hiring h2 {
color: #3a3a3a;
font-size: 36px;
}
.we-are-hiring p {
color: #666666;
font-size: 16px;
line-height: 28px;
}
.we-are-hiring .upload-cv {
background: #fff;
height: 300px;
width: 300px;
margin: 20px auto 0;
padding: 15px;
border: 1px solid #dbd8d8;
}
.we-are-hiring .upload-cv .inner {
padding: 65px;
border: 2px dashed #dbd8d8;
color: #666666;
}
.we-are-hiring .inner i {
font-size: 80px;
}
/* ========================================================================
2.13 Component: Twitter
========================================================================== */
.twitter {
background: url("../img/twitter-bg.jpg") no-repeat center top fixed;
background-size: cover;
color: #fff;
}
.twitter .overlay {
background: rgba(27, 28, 29, 0.9);
}
.twitter .icon {
font-size: 120px;
}
.twitter .icon i {
transition: 1.2s;
cursor: pointer;
}
.twitter .icon i:hover {
-webkit-transform: rotate(360deg) scale(1.2);
-moz-transform: rotate(360deg) scale(1.2);
-o-transform: rotate(360deg) scale(1.2);
transform: rotate(360deg) scale(1.2);
color: #00aced;
}
.twitter .tweet-text {
font-size: 16px;
line-height: 1.5em;
}
/* ========================================================================
2.14 Component: Map
========================================================================== */
#map-container {
height: 500px;
width: 100%;
}
/* ========================================================================
2.15 Component: Send Message
========================================================================== */
.send-message {
padding: 20px;
}
.send-message .send-icon {
height: 80px;
width: 80px;
margin: 0 auto;
background: #3498db;
border-radius: 50%;
line-height: 60px;
margin-top: -60px;
font-size: 20px;
position: relative;
}
.send-message p {
font-size: 30px;
}
.send-message:hover {
cursor: pointer;
}
.send-message .modal-lg {
width: 700px;
}
.modal .modal-content {
box-shadow: none;
border-radius: 0;
border: 0;
position: relative;
}
.modal .close {
margin: 0;
position: absolute;
right: 0;
top: 0;
background: #333;
opacity: 1;
height: 40px;
width: 40px;
color: #FFF;
font-size: 28px;
line-height: 45px;
outline: none;
z-index: 10;
}
.modal .close span {
outline: none;
}
.modal .modal-body {
padding: 40px 60px;
}
.modal .member-info {
padding: 0;
}
.modal input {
height: 50px;
}
.modal input,
.modal textarea {
padding: 10px 20px;
border-radius: 0;
font-size: 18px;
}
.modal input:focus,
.modal textarea:focus {
border-color: #3498db;
box-shadow: none;
}
.modal textarea {
resize: none;
}
.modal .button {
width: 100%;
border-radius: 0;
padding: 15px 60px;
}
.form-control::-webkit-input-placeholder {
color: #DBDBDB;
font-style: italic;
}
/* ========================================================================
2.16 Component: Footer
========================================================================== */
.footer p {
color: #bababa;
font-size: 16px;
}
.footer li {
display: inline-block;
margin: 0 5px;
height: 50px;
width: 50px;
line-height: 50px;
border-radius: 50%;
border: 2px solid #e5e5e5;
background: #fff;
transition: all .4s;
}
.footer li:hover {
cursor: pointer;
}
.footer li a {
color: #e5e5e5;
}
.footer .social i {
font-size: 22px;
transition: all .4s;
}
.footer .facebook:hover {
border-color: #3b5998;
}
.footer .facebook:hover > a i {
color: #3b5998;
}
.footer .twitter:hover {
border-color: #00aced;
}
.footer .twitter:hover > a i {
color: #00aced;
}
.footer .g-plus:hover {
border-color: #dd4b39;
}
.footer .g-plus:hover > a i {
color: #dd4b39;
}
.footer .linkedin:hover {
border-color: #007bb6;
}
.footer .linkedin:hover > a i {
color: #007bb6;
}
.footer .youtube:hover {
border-color: #bb0000;
}
.footer .youtube:hover > a i {
color: #bb0000;
}
.footer .instagram:hover {
border-color: #517fa4;
}
.footer .instagram:hover > a i {
color: #517fa4;
}
.footer .behance:hover {
border-color: #1769ff;
}
.footer .behance:hover > a i {
color: #1769ff;
}
.footer .dribbble:hover {
border-color: #ea4c89;
}
.footer .dribbble:hover > a i {
color: #ea4c89;
}
.back-to-top {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 100;
background: #3498db;
cursor: pointer;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 4px;
color: #fff;
-webkit-animation: pulse 1s linear 0s infinite alternate;
-moz-animation: pulse 1s linear 0s infinite alternate;
-o-animation: pulse 1s linear 0s infinite alternate;
animation: pulse 1s linear 0s infinite alternate;
}
@-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
}
to {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
}
}
@-moz-keyframes pulse {
from {
-moz-transform: scale3d(1, 1, 1);
}
to {
-moz-transform: scale3d(1.1, 1.1, 1.1);
}
}
@keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
to {
transform: scale3d(1.1, 1.1, 1.1);
}
} | 0.462716 | 0.087058 |
BODY {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
background-color : white;
text-decoration : none;
text-align : left;
}
P {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
text-decoration : none;
text-align : left;
}
H1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
font-style : normal;
font-weight : normal;
color : black;
text-align : left;
}
H2 {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : black;
text-decoration : none;
}
H3 {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : black;
text-decoration : none;
}
TD {
font-size : 10px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
text-decoration : none;
}
A {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : green;
text-decoration : none;
}
A:Visited A:Active {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : green;
text-decoration : none;
}
A:Hover {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : orange;
text-decoration : none;
}
.menuhead {
font-size : 13px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : Red;
text-decoration : none;
text-indent : 0 px;
text-align : right;
}
.menuitem {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : black;
text-decoration : none;
text-indent : 0 px;
text-align : right;
}
.sectionlink {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : black;
text-decoration : none;
}
.email {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : blue;
text-decoration : none;
}
.address {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
text-decoration : none;
}
.url {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : black;
text-decoration : none;
}
.listitem {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
text-decoration : none;
}
.error {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : red;
text-decoration : none;
}
.info {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : magenta;
text-decoration : none;
}
.botbar {
font-size : 11px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : white;
text-decoration : none;
} | lists/admin/styles/styles_win_ie.css | BODY {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
background-color : white;
text-decoration : none;
text-align : left;
}
P {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
text-decoration : none;
text-align : left;
}
H1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
font-style : normal;
font-weight : normal;
color : black;
text-align : left;
}
H2 {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : black;
text-decoration : none;
}
H3 {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : black;
text-decoration : none;
}
TD {
font-size : 10px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
text-decoration : none;
}
A {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : green;
text-decoration : none;
}
A:Visited A:Active {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : green;
text-decoration : none;
}
A:Hover {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : orange;
text-decoration : none;
}
.menuhead {
font-size : 13px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : Red;
text-decoration : none;
text-indent : 0 px;
text-align : right;
}
.menuitem {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : black;
text-decoration : none;
text-indent : 0 px;
text-align : right;
}
.sectionlink {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : black;
text-decoration : none;
}
.email {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : blue;
text-decoration : none;
}
.address {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
text-decoration : none;
}
.url {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : black;
text-decoration : none;
}
.listitem {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
text-decoration : none;
}
.error {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : red;
text-decoration : none;
}
.info {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : magenta;
text-decoration : none;
}
.botbar {
font-size : 11px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
color : white;
text-decoration : none;
} | 0.151655 | 0.106133 |
.cf:before, .cf:after{
content:"";
display:table;
}
.cf:after{
clear:both;
}
.cf{
zoom:1;
}
/* Form wrapper styling */
.form-wrapper {
display:block;
width: 450px;
padding: 15px;
margin: 150px auto 50px auto;
background: #444;
background: rgba(0,0,0,.2);
border-radius: 10px;
box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
/* Form text input */
.form-wrapper input {
width: 310px;
height: 40px;
padding: 10px 5px;
float: left;
font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
border: 0;
background: #eee;
border-radius: 3px 0 0 3px;
}
.form-wrapper input:focus {
outline: 0;
background: #fff;
box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.form-wrapper input::-webkit-input-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
.form-wrapper input:-moz-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
.form-wrapper input:-ms-input-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
/* Form submit button */
.form-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 40px;
width: 110px;
font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: #fff;
text-transform: uppercase;
background: #d83c3c;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
.form-wrapper button:hover{
background: #e54040;
}
.form-wrapper button:active,
.form-wrapper button:focus{
background: #c42f2f;
outline: 0;
}
.form-wrapper button:before { /* left arrow */
content: '';
position: absolute;
border-width: 8px 8px 8px 0;
border-style: solid solid solid none;
border-color: transparent #d83c3c transparent;
top: 12px;
left: -6px;
}
.form-wrapper button:hover:before{
border-right-color: #e54040;
}
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
border-right-color: #c42f2f;
}
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
border: 0;
padding: 0;
}
#export-a{
height: 42;
float: right;
width: 145px;
text-decoration: none;
cursor: auto;
}
#export-span{
display: block;
line-height: 42px;
font-size: 18px;
color: white;
background-color: #626B7B;
text-align: center;
} | public/Style/search.css | .cf:before, .cf:after{
content:"";
display:table;
}
.cf:after{
clear:both;
}
.cf{
zoom:1;
}
/* Form wrapper styling */
.form-wrapper {
display:block;
width: 450px;
padding: 15px;
margin: 150px auto 50px auto;
background: #444;
background: rgba(0,0,0,.2);
border-radius: 10px;
box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
/* Form text input */
.form-wrapper input {
width: 310px;
height: 40px;
padding: 10px 5px;
float: left;
font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
border: 0;
background: #eee;
border-radius: 3px 0 0 3px;
}
.form-wrapper input:focus {
outline: 0;
background: #fff;
box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.form-wrapper input::-webkit-input-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
.form-wrapper input:-moz-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
.form-wrapper input:-ms-input-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
/* Form submit button */
.form-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 40px;
width: 110px;
font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: #fff;
text-transform: uppercase;
background: #d83c3c;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
.form-wrapper button:hover{
background: #e54040;
}
.form-wrapper button:active,
.form-wrapper button:focus{
background: #c42f2f;
outline: 0;
}
.form-wrapper button:before { /* left arrow */
content: '';
position: absolute;
border-width: 8px 8px 8px 0;
border-style: solid solid solid none;
border-color: transparent #d83c3c transparent;
top: 12px;
left: -6px;
}
.form-wrapper button:hover:before{
border-right-color: #e54040;
}
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
border-right-color: #c42f2f;
}
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
border: 0;
padding: 0;
}
#export-a{
height: 42;
float: right;
width: 145px;
text-decoration: none;
cursor: auto;
}
#export-span{
display: block;
line-height: 42px;
font-size: 18px;
color: white;
background-color: #626B7B;
text-align: center;
} | 0.402744 | 0.089097 |
.places {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.places h1 {
width: 100%;
font-size: 30px;
margin-bottom: 0px;
}
.places article {
max-width: 390px;
padding: 20px;
margin: 20px;
border: 1px solid #FF5A5f;
border-radius: 4px;
display: flex;
flex-direction: column;
position: relative;
}
.places article > h2 {
font-size: 30px;
text-align: center;
margin: 0px 0px 35px 0px;
}
.places .price_by_night{
color:#FF5A5f;
border: 4px solid #FF5A5f;
border-radius: 50%;
min-width: 60px;
height: 60px;
font-size: 30px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 1%;
right: 4%;
padding: 5px 5px 0px 5px;
}
.information {
height: 80px;
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
display: flex;
align-items: center;
justify-content: center;
}
.max_guest {
min-width: 100px;
text-align: center;
}
.max_guest p {
margin: 0px;
}
.max_guest div {
width: 50px;
height: 50px;
margin: 0px auto;
background:no-repeat url(../images/icon_group.png);
}
.number_rooms {
width: 100px;
text-align: center;
}
.number_rooms p {
margin: 0px;
}
.number_rooms div {
width: 50px;
height: 50px;
margin: 0px auto;
background: no-repeat url(../images/icon_bed.png);
}
.number_bathrooms {
width: 100px;
text-align: center;
}
.number_bathrooms p {
margin: 0px;
}
.number_bathrooms div {
width: 50px;
height: 50px;
margin: 0px auto;
background: no-repeat url(../images/icon_bath.png);
}
.places .amenities {
margin: 40px 0px;
}
.places .amenities h2 {
font-size: 16px;
border-bottom: 1px solid #DDDDDD
}
.places .amenities ul {
padding: 0px;
}
.places .amenities li {
list-style: none;
display: flex;
align-items: center;
margin: 5px 0px;
}
.places .amenities p {
margin: 7px 10px 0px 10px;
}
.reviews h2{
font-size: 16px;
border-bottom: 1px solid #DDDDDD
}
.reviews ul {
padding: 0px;
}
.reviews li {
list-style: none;
}
.reviews li h3 {
font-size: 14px;
margin-bottom: 0px;
}
.reviews li p {
margin-top: 0px;
font-size: 12px;
}
.tv{
width: 30px;
height: 30px;
background: no-repeat url(../images/icon_tv.png);
background-size: 30px 30px;
}
.wifi{
width: 30px;
height: 30px;
background: no-repeat url(../images/icon_wifi.png);
background-size: 30px 30px;
}
.pets_friendly{
width: 30px;
height: 30px;
background: no-repeat url(../images/icon_pets.png);
background-size: 30px 30px;
} | web_static/styles/103-places.css | .places {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.places h1 {
width: 100%;
font-size: 30px;
margin-bottom: 0px;
}
.places article {
max-width: 390px;
padding: 20px;
margin: 20px;
border: 1px solid #FF5A5f;
border-radius: 4px;
display: flex;
flex-direction: column;
position: relative;
}
.places article > h2 {
font-size: 30px;
text-align: center;
margin: 0px 0px 35px 0px;
}
.places .price_by_night{
color:#FF5A5f;
border: 4px solid #FF5A5f;
border-radius: 50%;
min-width: 60px;
height: 60px;
font-size: 30px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 1%;
right: 4%;
padding: 5px 5px 0px 5px;
}
.information {
height: 80px;
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
display: flex;
align-items: center;
justify-content: center;
}
.max_guest {
min-width: 100px;
text-align: center;
}
.max_guest p {
margin: 0px;
}
.max_guest div {
width: 50px;
height: 50px;
margin: 0px auto;
background:no-repeat url(../images/icon_group.png);
}
.number_rooms {
width: 100px;
text-align: center;
}
.number_rooms p {
margin: 0px;
}
.number_rooms div {
width: 50px;
height: 50px;
margin: 0px auto;
background: no-repeat url(../images/icon_bed.png);
}
.number_bathrooms {
width: 100px;
text-align: center;
}
.number_bathrooms p {
margin: 0px;
}
.number_bathrooms div {
width: 50px;
height: 50px;
margin: 0px auto;
background: no-repeat url(../images/icon_bath.png);
}
.places .amenities {
margin: 40px 0px;
}
.places .amenities h2 {
font-size: 16px;
border-bottom: 1px solid #DDDDDD
}
.places .amenities ul {
padding: 0px;
}
.places .amenities li {
list-style: none;
display: flex;
align-items: center;
margin: 5px 0px;
}
.places .amenities p {
margin: 7px 10px 0px 10px;
}
.reviews h2{
font-size: 16px;
border-bottom: 1px solid #DDDDDD
}
.reviews ul {
padding: 0px;
}
.reviews li {
list-style: none;
}
.reviews li h3 {
font-size: 14px;
margin-bottom: 0px;
}
.reviews li p {
margin-top: 0px;
font-size: 12px;
}
.tv{
width: 30px;
height: 30px;
background: no-repeat url(../images/icon_tv.png);
background-size: 30px 30px;
}
.wifi{
width: 30px;
height: 30px;
background: no-repeat url(../images/icon_wifi.png);
background-size: 30px 30px;
}
.pets_friendly{
width: 30px;
height: 30px;
background: no-repeat url(../images/icon_pets.png);
background-size: 30px 30px;
} | 0.350755 | 0.133698 |
.form-area {
padding:20px;
}
.form-area dl {
margin-bottom:20px;
}
.form-area dt {
font-weight:bold;
}
.form-area .submit {
display: flex;
justify-content: center;
}
.registration-btn {
cursor:pointer;
border:none;
display: inline-block;
width:290px;
background:#00a0dc;
color: #fff;
font-weight:bold;
margin:5px;
padding: 20px 15px;
}
.delete-btn {
cursor:pointer;
border:none;
display: inline-block;
width:290px;
background:red;
color: #fff;
font-weight:bold;
margin:5px;
padding: 20px 15px;
}
.message-btn {
cursor:pointer;
border:none;
display: inline-block;
width:80px;
background:#00a0dc;
color: #fff;
font-weight:bold;
margin-left: 200px;
}
.form-design {
border:0;
padding:10px;
font-family:Arial, sans-serif;
border:solid 1px #ccc;
margin:0 0 20px;
width:300px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.message-form {
border:0;
padding:10px;
font-family:Arial, sans-serif;
border:solid 1px #ccc;
width:300px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.arrow {
width: 0;
height: 0;
border-top: 10px solid transparent;
border-right: 15px solid blue;
border-bottom: 10px solid transparent;
}
.return {
display: flex;
}
.page-title {
text-align: center;
}
.pagination {
padding-left: 250px;
}
.card {
font-size: 20px;
padding: 10px 30px;
}
.card-head {
display: flex;
justify-content: space-between;
}
.card-main {
padding: 20px;
margin: 10px 0px;
border-style: groove;
font-size: 30px;
}
.card-foot {
padding:0 0 auto o;
}
.detail-body {
margin: 30px;
}
.detail-body dt {
font-size: 20px;
}
.detail-body dd {
font-size: 20px;
margin-left: 20px;
margin-top: 10px;
}
.mylist-body {
display: flex;
justify-content: space-between;
}
table {
margin-left: 40px;
}
th {
background: #1707a8;
border: solid 1px #ccc;
color: #fff;
padding: 10px;
}
td {
border: solid 1px #ccc;
padding: 10px;
}
.not-read-message {
font-size: 20px;
margin:10px 0 10px 40px;
}
.read-message {
font-size: 20px;
margin-left: 40px;
color: red;
}
@media screen and (min-width:601px) and (max-width:2000px) {
.Message-box {
margin: 2em 0;
background: #fff;
width: 100%;
overflow: auto;
height:1000px;
}
.box-title {
font-size: 1.2em;
background: #5fb3f5;
width: 100%;
padding: 4px;
text-align: center;
color: #FFF;
font-weight: bold;
letter-spacing: 0.05em;
position: fixed;
z-index: 98;
}
#bms_send {
background-color:#eee;/*タイムラインの色と同じにする*/
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
height: 48px;
padding: 4px;
position: fixed;
bottom: 0;
width: 100%;
}
}
@media screen and (max-width:600px) {
.Message-box {
background: #fff;
width: 100%;
overflow: auto;
height: 600px;
padding-top: 30px;
}
.box-title {
font-size: 1.2em;
background: #5fb3f5;
padding: 4px;
width: 100%;
text-align: center;
color: #FFF;
font-weight: bold;
letter-spacing: 0.05em;
position: fixed;
z-index: 98;
}
#bms_send {
background-color:#eee;/*タイムラインの色と同じにする*/
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
height: 48px;
padding: 4px;
position: fixed;
bottom: 65px;
width: 100%;
}
}
/* タイムライン部分③ */
#bms_messages {
overflow: auto;/* スクロールを効かせつつ、メッセージがタイムラインの外に出ないようにする */
height:100%;/*テキストエリアが下に張り付く様にする*/
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
background-color: #eee;
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2) inset;/*ヘッダーの下に影を入れる*/
}
/* メッセージ全般のスタイル */
.bms_message {
margin: 0px;
padding: 0 14px;/*吹き出しがタイムラインの側面にひっつかない様に隙間を開ける*/
font-size: 16px;
word-wrap: break-word;/* 吹き出し内で自動で改行 */
white-space: normal;/*指定widthに合わせて、文字を自動的に改行*/
}
.bms_message_box{
margin-top: 20px;/*上下の吹き出しがひっつかない様に隙間を入れる*/
max-width: 100%;/*文字が長くなった時に吹き出しがタイムラインからはみ出さない様にする*/
font-size: 16px;
}
.bms_message_content{
padding: 20px;/*文字や画像(コンテンツ)の外側に隙間を入れる*/
}
/* メッセージ1(左側) */
.bms_left {
float: left;/*吹き出しをbms_messagesに対して左寄せ*/
line-height: 1.3em;
}
.bms_left .bms_message_box {
color: #333;/*テキストを黒にする*/
background: #fff;
border: 2px solid black;
border-radius: 30px 30px 30px 0px;/*左下だけ尖らせて吹き出し感を出す*/
margin-right: 50px;/*左側の発言だとわかる様に、吹き出し右側に隙間を入れる*/
}
/* メッセージ2(右側) */
.bms_right {
float: right;/*吹き出しをbms_messagesに対して右寄せ*/
line-height: 1.3em;
}
.bms_right .bms_message_box {
color: #333;/*テキストを白にする*/
background: #fff;
border: 2px solid black;
border-radius: 30px 30px 0px 30px;/*右下だけ尖らせて吹き出し感を出す*/
margin-left: 50px;/*右側の発言だとわかる様に、吹き出し左側に隙間を入れる*/
}
/* 回り込みを解除 */
.bms_clear {
clear: both; /* 左メッセージと右メッセージの回り込み(float)の効果の干渉を防ぐために必要(これが無いと、自分より下のメッセージにfloatが影響する) */
}
/* テキストエリア、送信ボタン④ */
#bms_send_message{
width: calc(100% - 75px);/*常に送信ボタンの横幅を引いたサイズに動的に計算*/
line-height: 16px;
height: 48px;
padding: 14px 6px 0px 6px;/*文字がテキストエリアの中心になる様に隙間調整*/
border: 1px solid #ccc;
border-radius: 4px;/*角丸*/
text-align: left;/*文字を左寄せ*/
box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2) inset;/*内側に影を入れてテキストエリアらしくした*/
box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす(要素に高さと幅を含める)*/
}
#bms_send_btn {
width: 72px;
height: 48px;
font-size: 16px;
line-height: 3em;
float: right;/*bms_sendに対して右寄せ*/
color: #fff;
font-weight: bold;
background: #bcbcbc;
text-align: center;/*文字をボタン中央に表示*/
border: 1px solid #bbb;
border-radius: 4px;/*角丸*/
box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす(要素に高さと幅を含める)*/
}
#bms_send_btn:hover {
background: #13178E; /*マウスポインタを当てた時にアクティブな色になる*/
cursor: pointer;/*マウスポインタを当てた時に、カーソルが指の形になる*/
}
.mb-0 {
font-size: 30px;
}
.card-haeder {
display: flex;
justify-content: space-between;
}
.follower-head {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.follower-head a {
font-size: 20px;
padding-top: 10px;
} | public/css/main.css | .form-area {
padding:20px;
}
.form-area dl {
margin-bottom:20px;
}
.form-area dt {
font-weight:bold;
}
.form-area .submit {
display: flex;
justify-content: center;
}
.registration-btn {
cursor:pointer;
border:none;
display: inline-block;
width:290px;
background:#00a0dc;
color: #fff;
font-weight:bold;
margin:5px;
padding: 20px 15px;
}
.delete-btn {
cursor:pointer;
border:none;
display: inline-block;
width:290px;
background:red;
color: #fff;
font-weight:bold;
margin:5px;
padding: 20px 15px;
}
.message-btn {
cursor:pointer;
border:none;
display: inline-block;
width:80px;
background:#00a0dc;
color: #fff;
font-weight:bold;
margin-left: 200px;
}
.form-design {
border:0;
padding:10px;
font-family:Arial, sans-serif;
border:solid 1px #ccc;
margin:0 0 20px;
width:300px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.message-form {
border:0;
padding:10px;
font-family:Arial, sans-serif;
border:solid 1px #ccc;
width:300px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.arrow {
width: 0;
height: 0;
border-top: 10px solid transparent;
border-right: 15px solid blue;
border-bottom: 10px solid transparent;
}
.return {
display: flex;
}
.page-title {
text-align: center;
}
.pagination {
padding-left: 250px;
}
.card {
font-size: 20px;
padding: 10px 30px;
}
.card-head {
display: flex;
justify-content: space-between;
}
.card-main {
padding: 20px;
margin: 10px 0px;
border-style: groove;
font-size: 30px;
}
.card-foot {
padding:0 0 auto o;
}
.detail-body {
margin: 30px;
}
.detail-body dt {
font-size: 20px;
}
.detail-body dd {
font-size: 20px;
margin-left: 20px;
margin-top: 10px;
}
.mylist-body {
display: flex;
justify-content: space-between;
}
table {
margin-left: 40px;
}
th {
background: #1707a8;
border: solid 1px #ccc;
color: #fff;
padding: 10px;
}
td {
border: solid 1px #ccc;
padding: 10px;
}
.not-read-message {
font-size: 20px;
margin:10px 0 10px 40px;
}
.read-message {
font-size: 20px;
margin-left: 40px;
color: red;
}
@media screen and (min-width:601px) and (max-width:2000px) {
.Message-box {
margin: 2em 0;
background: #fff;
width: 100%;
overflow: auto;
height:1000px;
}
.box-title {
font-size: 1.2em;
background: #5fb3f5;
width: 100%;
padding: 4px;
text-align: center;
color: #FFF;
font-weight: bold;
letter-spacing: 0.05em;
position: fixed;
z-index: 98;
}
#bms_send {
background-color:#eee;/*タイムラインの色と同じにする*/
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
height: 48px;
padding: 4px;
position: fixed;
bottom: 0;
width: 100%;
}
}
@media screen and (max-width:600px) {
.Message-box {
background: #fff;
width: 100%;
overflow: auto;
height: 600px;
padding-top: 30px;
}
.box-title {
font-size: 1.2em;
background: #5fb3f5;
padding: 4px;
width: 100%;
text-align: center;
color: #FFF;
font-weight: bold;
letter-spacing: 0.05em;
position: fixed;
z-index: 98;
}
#bms_send {
background-color:#eee;/*タイムラインの色と同じにする*/
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
height: 48px;
padding: 4px;
position: fixed;
bottom: 65px;
width: 100%;
}
}
/* タイムライン部分③ */
#bms_messages {
overflow: auto;/* スクロールを効かせつつ、メッセージがタイムラインの外に出ないようにする */
height:100%;/*テキストエリアが下に張り付く様にする*/
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
background-color: #eee;
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2) inset;/*ヘッダーの下に影を入れる*/
}
/* メッセージ全般のスタイル */
.bms_message {
margin: 0px;
padding: 0 14px;/*吹き出しがタイムラインの側面にひっつかない様に隙間を開ける*/
font-size: 16px;
word-wrap: break-word;/* 吹き出し内で自動で改行 */
white-space: normal;/*指定widthに合わせて、文字を自動的に改行*/
}
.bms_message_box{
margin-top: 20px;/*上下の吹き出しがひっつかない様に隙間を入れる*/
max-width: 100%;/*文字が長くなった時に吹き出しがタイムラインからはみ出さない様にする*/
font-size: 16px;
}
.bms_message_content{
padding: 20px;/*文字や画像(コンテンツ)の外側に隙間を入れる*/
}
/* メッセージ1(左側) */
.bms_left {
float: left;/*吹き出しをbms_messagesに対して左寄せ*/
line-height: 1.3em;
}
.bms_left .bms_message_box {
color: #333;/*テキストを黒にする*/
background: #fff;
border: 2px solid black;
border-radius: 30px 30px 30px 0px;/*左下だけ尖らせて吹き出し感を出す*/
margin-right: 50px;/*左側の発言だとわかる様に、吹き出し右側に隙間を入れる*/
}
/* メッセージ2(右側) */
.bms_right {
float: right;/*吹き出しをbms_messagesに対して右寄せ*/
line-height: 1.3em;
}
.bms_right .bms_message_box {
color: #333;/*テキストを白にする*/
background: #fff;
border: 2px solid black;
border-radius: 30px 30px 0px 30px;/*右下だけ尖らせて吹き出し感を出す*/
margin-left: 50px;/*右側の発言だとわかる様に、吹き出し左側に隙間を入れる*/
}
/* 回り込みを解除 */
.bms_clear {
clear: both; /* 左メッセージと右メッセージの回り込み(float)の効果の干渉を防ぐために必要(これが無いと、自分より下のメッセージにfloatが影響する) */
}
/* テキストエリア、送信ボタン④ */
#bms_send_message{
width: calc(100% - 75px);/*常に送信ボタンの横幅を引いたサイズに動的に計算*/
line-height: 16px;
height: 48px;
padding: 14px 6px 0px 6px;/*文字がテキストエリアの中心になる様に隙間調整*/
border: 1px solid #ccc;
border-radius: 4px;/*角丸*/
text-align: left;/*文字を左寄せ*/
box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2) inset;/*内側に影を入れてテキストエリアらしくした*/
box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす(要素に高さと幅を含める)*/
}
#bms_send_btn {
width: 72px;
height: 48px;
font-size: 16px;
line-height: 3em;
float: right;/*bms_sendに対して右寄せ*/
color: #fff;
font-weight: bold;
background: #bcbcbc;
text-align: center;/*文字をボタン中央に表示*/
border: 1px solid #bbb;
border-radius: 4px;/*角丸*/
box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす(要素に高さと幅を含める)*/
}
#bms_send_btn:hover {
background: #13178E; /*マウスポインタを当てた時にアクティブな色になる*/
cursor: pointer;/*マウスポインタを当てた時に、カーソルが指の形になる*/
}
.mb-0 {
font-size: 30px;
}
.card-haeder {
display: flex;
justify-content: space-between;
}
.follower-head {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.follower-head a {
font-size: 20px;
padding-top: 10px;
} | 0.310799 | 0.134747 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* ===== CUSTOM RESET ===== */
object{outline:none; display:block; overflow:hidden} /* force redraw on IE8, fix outline/scroll bug on Firefox 3.6, remove unnecessary margin (copied from swffit) */
textarea{overflow:auto} /* fix IE */
iframe{border:0}
/* fix line-height [https://gist.github.com/413930] */
sup, sub{line-height:0; font-size:.75em; position:relative; vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
/* ========================= GENERAL TAGS ======================== */
html{font-family:Arial, Helvetica, sans-serif; overflow-y:scroll; min-width:1000px}
body{background-color:#fff; color:#444; font-size:12px; line-height:1.5em}
h1, h2, h3, h4, h5, h6{margin:1.5em 0 .833em; font-weight:bold; line-height:1em}
h1, .h1{font-size:2em}
h2, .h2{font-size:1.6em}
h3, .h3{font-size:1.4em}
h4, .h4{font-size:1.2em}
h5, .h5{font-size:1.1em}
h6, .h6{font-size:1em}
p{margin:1em 0}
small{font-size:.833em}
em, i{font-style:italic}
strong, b{font-weight:bold}
code, pre{font-family:monospace}
a{text-decoration:underline}
a:hover, a:focus{text-decoration:none}
a:hover, a:active{outline:none}
hr{background-color:#fff; border:1px solid #fff; border-top:1px solid #aaa; clear:both; margin:2em 0}
blockquote{padding:0.2em 1em 0.2em 2em; border-left:3px solid #eee}
/* ======================= GENERIC CLASSES ======================= */
/* ===== FRAMEWORK ===== */
/* clearfix hack [http://j.mp/bestclearfix] */
.clearfix:before, .clearfix:after, .clearfix > .lastcol:after, .ffluid:after, br.cb{display:block; height:0 !important; line-height:0; overflow:hidden; visibility:hidden}
.clearfix:before, .clearfix:after{content:"."}
.clearfix:after{clear:both}
.clearfix, .ffluid{*zoom:1}
/* <NAME> zoom-fix hack [http://bit.ly/gpXFlK] */
.fcolholder:after, .fcolholder .lastcol:after, .ffluid:after{font-size:xx-large; content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "}
.fcolholder .lastcol{display:table-cell; float:none; width:auto !important; *display:block; *zoom:1; _position:relative; _left:-3px; _margin-right:-3px}
/* -- columns -- */
.col{float:left}
.col-1_1{float:none; width:100%}
.col-1_2, .col-2_4, .col-3_6{width:50%}
.col-1_3, .col-2_6{width:33.33333%}
.col-2_3, .col-4_6{width:66.66666%}
.col-1_4{width:25%}
.col-3_4{width:75%}
.col-1_5{width:20%}
.col-2_5{width:40%}
.col-3_5{width:60%}
.col-4_5{width:80%}
.col-1_6{width:16.66667%}
.col-5_6{width:83.33333%}
/* -- image -- */
/* image replacement (borrowed from HTML5 boilerplate) */
.ir{text-indent:-999em; display:block; overflow:hidden; text-align:left; direction:ltr}
/* -- floats -- */
.fl{float:left; _margin-right:-3px}
.fr{float:right; _margin-left:-3px}
.ffluid{display:table-cell; *display:block; width:auto}
.cr{clear:right}
.cl{clear:left}
.cb{clear:both}
/* -- display -- */
.hidden{display:none !important}
.hidden, .invisible{visibility:hidden !important}
/* -- centering -- */
/* vertical centering technique [http://www.jakpsatweb.cz/css/css-vertical-center-solution.html] */
.vcenter{/* height of .vcenter element is required */ overflow:hidden; *position:relative; display:table; *display:block}
.vcenter .outer{display:table-cell; vertical-align:middle; width:100%; *position:absolute; *top:50%}
.vcenter .inner{*position:relative; *top:-50%}
.hcenter{/* width is required */ margin-left:auto !important; margin-right:auto !important}
/* -- text helpers -- */
.tcenter{text-align:center}
.tleft{text-align:left}
.tright{text-align:right}
.tupper{text-transform:uppercase}
.tlower{text-transform:lowercase}
.tnormal{text-transform:none}
.ttop{text-align:top}
.tmiddle{text-align:middle}
.tbottom{text-align:bottom}
/* -- interaction helpers -- */
.clickable, .btn{cursor:pointer}
.clickable.disabled, .btn.disabled{cursor:default !important}
/* ===== PROJECT SPECIFIC ===== */
/* --- font-styles --- */
.b{font-weight:bold}
.em{font-style:italic}
.big{font-size:1.166em}
.small{font-size:.833em}
.del{text-decoration:line-through}
/* --- lists --- */
.nav, .nav > li{padding:0; margin:0}
.hlnav > li{float:left; margin-right:1em}
.hrnav > li{float:right; margin-left:1em}
.simpleList{padding-left:2em; margin:1em 0}
ol.simpleList{list-style:decimal}
ul.simpleList{list-style:disc}
.simpleList > li{margin:.5em 0}
.simpleList > li ul{margin:0 0 1em}
.simpleList > dt{margin:1em 0 .2em}
.simpleList > dd{margin:.5em 0; padding-left:2em}
/* --- Grids --- */
/* grid => update values to match project grid */
.gridholder{margin-right:-18px; width:984px} /* width should be the same as full grid + gutter. it should be used together with .clearfix */
.gridholder > .grid{float:left; margin-right:18px}
/* using !important on all values to be able to use it for sizing elements besides grid columns */
.grid-1{width:64px !important}
.grid-2{width:146px !important}
.grid-3{width:228px !important}
.grid-4{width:310px !important}
.grid-5{width:392px !important}
.grid-6{width:474px !important}
.grid-7{width:556px !important}
.grid-8{width:638px !important}
.grid-9{width:720px !important}
.grid-10{width:802px !important}
.grid-11{width:884px !important}
.grid-12{width:966px !important}
/* */
/* fluid grid => update values to match project grid */
/* it is important to note that .fgrid-[n] units doesn't match proper size when used outside of .fgridholder */
.fgridholder{margin-right:-2.5%} /* .fgridholder should be used together with .clearfix, set negative margin as opposite value of gutter */
.fgridholder > .grid{float:left; margin-right:2.5%}
.fgrid-1{width:5.83333333%}
.fgrid-2{width:14.16666667%}
.fgrid-3{width:22.5%}
.fgrid-4{width:30.8333333%}
.fgrid-5{width:39.16666667%}
.fgrid-6{width:47.5%}
.fgrid-7{width:55.83333333%}
.fgrid-8{width:64.16666667%}
.fgrid-9{width:72.5%}
.fgrid-10{width:80.8333333%}
.fgrid-11{width:89.1666667%}
.fgrid-12{width:97.5%}
/* */
/* ====================== STRUCTURE/CONTENT ====================== */
#wrapper{overflow:hidden; /* overflow is important for grid. that way no need to use classes like .last, .end, .omega or wrap each row into a different container */}
.cards-list {
z-index: 0;
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.card {
margin: 30px auto;
width: 300px;
height: 300px;
border-radius: 40px;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
cursor: pointer;
transition: 0.4s;
} | resources/css/app.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* ===== CUSTOM RESET ===== */
object{outline:none; display:block; overflow:hidden} /* force redraw on IE8, fix outline/scroll bug on Firefox 3.6, remove unnecessary margin (copied from swffit) */
textarea{overflow:auto} /* fix IE */
iframe{border:0}
/* fix line-height [https://gist.github.com/413930] */
sup, sub{line-height:0; font-size:.75em; position:relative; vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
/* ========================= GENERAL TAGS ======================== */
html{font-family:Arial, Helvetica, sans-serif; overflow-y:scroll; min-width:1000px}
body{background-color:#fff; color:#444; font-size:12px; line-height:1.5em}
h1, h2, h3, h4, h5, h6{margin:1.5em 0 .833em; font-weight:bold; line-height:1em}
h1, .h1{font-size:2em}
h2, .h2{font-size:1.6em}
h3, .h3{font-size:1.4em}
h4, .h4{font-size:1.2em}
h5, .h5{font-size:1.1em}
h6, .h6{font-size:1em}
p{margin:1em 0}
small{font-size:.833em}
em, i{font-style:italic}
strong, b{font-weight:bold}
code, pre{font-family:monospace}
a{text-decoration:underline}
a:hover, a:focus{text-decoration:none}
a:hover, a:active{outline:none}
hr{background-color:#fff; border:1px solid #fff; border-top:1px solid #aaa; clear:both; margin:2em 0}
blockquote{padding:0.2em 1em 0.2em 2em; border-left:3px solid #eee}
/* ======================= GENERIC CLASSES ======================= */
/* ===== FRAMEWORK ===== */
/* clearfix hack [http://j.mp/bestclearfix] */
.clearfix:before, .clearfix:after, .clearfix > .lastcol:after, .ffluid:after, br.cb{display:block; height:0 !important; line-height:0; overflow:hidden; visibility:hidden}
.clearfix:before, .clearfix:after{content:"."}
.clearfix:after{clear:both}
.clearfix, .ffluid{*zoom:1}
/* <NAME> zoom-fix hack [http://bit.ly/gpXFlK] */
.fcolholder:after, .fcolholder .lastcol:after, .ffluid:after{font-size:xx-large; content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "}
.fcolholder .lastcol{display:table-cell; float:none; width:auto !important; *display:block; *zoom:1; _position:relative; _left:-3px; _margin-right:-3px}
/* -- columns -- */
.col{float:left}
.col-1_1{float:none; width:100%}
.col-1_2, .col-2_4, .col-3_6{width:50%}
.col-1_3, .col-2_6{width:33.33333%}
.col-2_3, .col-4_6{width:66.66666%}
.col-1_4{width:25%}
.col-3_4{width:75%}
.col-1_5{width:20%}
.col-2_5{width:40%}
.col-3_5{width:60%}
.col-4_5{width:80%}
.col-1_6{width:16.66667%}
.col-5_6{width:83.33333%}
/* -- image -- */
/* image replacement (borrowed from HTML5 boilerplate) */
.ir{text-indent:-999em; display:block; overflow:hidden; text-align:left; direction:ltr}
/* -- floats -- */
.fl{float:left; _margin-right:-3px}
.fr{float:right; _margin-left:-3px}
.ffluid{display:table-cell; *display:block; width:auto}
.cr{clear:right}
.cl{clear:left}
.cb{clear:both}
/* -- display -- */
.hidden{display:none !important}
.hidden, .invisible{visibility:hidden !important}
/* -- centering -- */
/* vertical centering technique [http://www.jakpsatweb.cz/css/css-vertical-center-solution.html] */
.vcenter{/* height of .vcenter element is required */ overflow:hidden; *position:relative; display:table; *display:block}
.vcenter .outer{display:table-cell; vertical-align:middle; width:100%; *position:absolute; *top:50%}
.vcenter .inner{*position:relative; *top:-50%}
.hcenter{/* width is required */ margin-left:auto !important; margin-right:auto !important}
/* -- text helpers -- */
.tcenter{text-align:center}
.tleft{text-align:left}
.tright{text-align:right}
.tupper{text-transform:uppercase}
.tlower{text-transform:lowercase}
.tnormal{text-transform:none}
.ttop{text-align:top}
.tmiddle{text-align:middle}
.tbottom{text-align:bottom}
/* -- interaction helpers -- */
.clickable, .btn{cursor:pointer}
.clickable.disabled, .btn.disabled{cursor:default !important}
/* ===== PROJECT SPECIFIC ===== */
/* --- font-styles --- */
.b{font-weight:bold}
.em{font-style:italic}
.big{font-size:1.166em}
.small{font-size:.833em}
.del{text-decoration:line-through}
/* --- lists --- */
.nav, .nav > li{padding:0; margin:0}
.hlnav > li{float:left; margin-right:1em}
.hrnav > li{float:right; margin-left:1em}
.simpleList{padding-left:2em; margin:1em 0}
ol.simpleList{list-style:decimal}
ul.simpleList{list-style:disc}
.simpleList > li{margin:.5em 0}
.simpleList > li ul{margin:0 0 1em}
.simpleList > dt{margin:1em 0 .2em}
.simpleList > dd{margin:.5em 0; padding-left:2em}
/* --- Grids --- */
/* grid => update values to match project grid */
.gridholder{margin-right:-18px; width:984px} /* width should be the same as full grid + gutter. it should be used together with .clearfix */
.gridholder > .grid{float:left; margin-right:18px}
/* using !important on all values to be able to use it for sizing elements besides grid columns */
.grid-1{width:64px !important}
.grid-2{width:146px !important}
.grid-3{width:228px !important}
.grid-4{width:310px !important}
.grid-5{width:392px !important}
.grid-6{width:474px !important}
.grid-7{width:556px !important}
.grid-8{width:638px !important}
.grid-9{width:720px !important}
.grid-10{width:802px !important}
.grid-11{width:884px !important}
.grid-12{width:966px !important}
/* */
/* fluid grid => update values to match project grid */
/* it is important to note that .fgrid-[n] units doesn't match proper size when used outside of .fgridholder */
.fgridholder{margin-right:-2.5%} /* .fgridholder should be used together with .clearfix, set negative margin as opposite value of gutter */
.fgridholder > .grid{float:left; margin-right:2.5%}
.fgrid-1{width:5.83333333%}
.fgrid-2{width:14.16666667%}
.fgrid-3{width:22.5%}
.fgrid-4{width:30.8333333%}
.fgrid-5{width:39.16666667%}
.fgrid-6{width:47.5%}
.fgrid-7{width:55.83333333%}
.fgrid-8{width:64.16666667%}
.fgrid-9{width:72.5%}
.fgrid-10{width:80.8333333%}
.fgrid-11{width:89.1666667%}
.fgrid-12{width:97.5%}
/* */
/* ====================== STRUCTURE/CONTENT ====================== */
#wrapper{overflow:hidden; /* overflow is important for grid. that way no need to use classes like .last, .end, .omega or wrap each row into a different container */}
.cards-list {
z-index: 0;
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.card {
margin: 30px auto;
width: 300px;
height: 300px;
border-radius: 40px;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
cursor: pointer;
transition: 0.4s;
} | 0.394667 | 0.165897 |
.alternative-heading::after, .alternative-heading--404::after, .sidebar__headings::after, .footer .footer__headings::after,
.jumbotron__category::after, .hentry__title::after, .panel-grid .widget-title::after, body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li span.current, body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active ,
body.woocommerce-page div.product .woocommerce-tabs h2::after, body.woocommerce-page .short-description::after,
body.woocommerce-page .cart-collaterals .cart_totals h2::after, body.woocommerce-page .cart-collaterals .shipping_calculator h2::after,
.buildpress-table thead th, .brochure-box:hover, .widget_calendar caption, .footer-bottom ,.project-link, body.woocommerce-page .widget_product_search #searchsubmit,
body.woocommerce-page .short-description::before, body.woocommerce-page #payment #place_order {background-color:#6da5f2}
.main-title__secondary::before, .footer-bottom, .navbar-toggle, #comments-submit-button, .btn-primary,
#comments-submit-button:focus, .btn-primary:focus, .post-password-form > p > input, pagination li:hover , .pagination li .current,
.sidebar .widget_nav_menu ul > li > a:hover , .widget_search .search-submit, .widget_tag_cloud a , body.woocommerce-page .tagcloud a ,
.portfolio-light #filters li.active, .portfolio-light #filters li:hover, body.woocommerce-page .widget_product_search #searchsubmit,
body.woocommerce-page span.onsale, .woocommerce span.onsale, body.woocommerce-page .widget_product_categories ul > li > a:hover,
body.woocommerce-page .woocommerce-error, body.woocommerce-page .woocommerce-info, body.woocommerce-page .woocommerce-message ,
body.woocommerce-page a.button:hover, body.woocommerce-page input.button:hover, body.woocommerce-page input.button.alt:hover, body.woocommerce-page button.button:hover,
body.woocommerce-page #review_form #respond input#submit, body.woocommerce-page .quantity .minus:hover, body.woocommerce-page .quantity .plus:hover,
body.woocommerce-page button.button.alt, body.woocommerce-page table.cart td.actions input.button.alt,
.sidebar .widget_nav_menu ul > li.current-menu-item a {background:#6da5f2}
.navigation--top > li > a:hover, .navigation--top > li:hover > a, .navigation--top .sub-menu > li > a:hover,
.jumbotron__category h6,
.rating span,
.widget_pt_icon_box .icon-box > .fa,
body.woocommerce-page nav.woocommerce-pagination ul li .prev:hover, body.woocommerce-page nav.woocommerce-pagination ul li .next:hover,
.social-icons__link ,
body.woocommerce-page p.stars a,
body.woocommerce-page .star-rating, .woocommerce .star-rating,
.testimonial__rating,
body.woocommerce-page ul.products li.product a:hover img, .woocommerce ul.products li.product a:hover img { color: #6da5f2}
blockquote, #comments-submit-button, .btn-primary, #comments-submit-button:focus, .btn-primary:focus, .post-password-form > p > input,
.logo-panel img:hover { border-color: #6da5f2; }
.navigation--top > li:hover > a::after { border-color: #6da5f2 transparent transparent transparent; }
.wc-proceed-to-checkout a.checkout-button {background-color: #6da5f2 !Important;}
#filters li.active a, #filters li:hover a{border-bottom-color:#6da5f2}
@media (min-width: 992px) { .navigation--main > li:hover > a { border-top-color: #6da5f2 } }
@media (min-width: 992px) { .navigation--main .sub-menu > li > a { background: #6da5f2}}
#comments-submit-button:hover, .btn-primary:hover{background:#4d91ef; border-color:#4d91ef}
@media (min-width: 992px) {
.navigation--main .sub-menu > li > a:hover { background: #4d91ef; border-bottom-color: #4d91ef;}
.navigation--main .sub-menu > li > a{ border-bottom-color: #4d91ef;}
.navigation--main .sub-menu {border-top-color:#4d91ef}
}
.widget_tag_cloud a:hover, body.woocommerce-page a.button:hover, body.woocommerce-page input.button:hover, body.woocommerce-page input.button.alt:hover, body.woocommerce-page button.button:hover{background:#4d91ef !important} | public/css/colors/blue.css | .alternative-heading::after, .alternative-heading--404::after, .sidebar__headings::after, .footer .footer__headings::after,
.jumbotron__category::after, .hentry__title::after, .panel-grid .widget-title::after, body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li span.current, body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active ,
body.woocommerce-page div.product .woocommerce-tabs h2::after, body.woocommerce-page .short-description::after,
body.woocommerce-page .cart-collaterals .cart_totals h2::after, body.woocommerce-page .cart-collaterals .shipping_calculator h2::after,
.buildpress-table thead th, .brochure-box:hover, .widget_calendar caption, .footer-bottom ,.project-link, body.woocommerce-page .widget_product_search #searchsubmit,
body.woocommerce-page .short-description::before, body.woocommerce-page #payment #place_order {background-color:#6da5f2}
.main-title__secondary::before, .footer-bottom, .navbar-toggle, #comments-submit-button, .btn-primary,
#comments-submit-button:focus, .btn-primary:focus, .post-password-form > p > input, pagination li:hover , .pagination li .current,
.sidebar .widget_nav_menu ul > li > a:hover , .widget_search .search-submit, .widget_tag_cloud a , body.woocommerce-page .tagcloud a ,
.portfolio-light #filters li.active, .portfolio-light #filters li:hover, body.woocommerce-page .widget_product_search #searchsubmit,
body.woocommerce-page span.onsale, .woocommerce span.onsale, body.woocommerce-page .widget_product_categories ul > li > a:hover,
body.woocommerce-page .woocommerce-error, body.woocommerce-page .woocommerce-info, body.woocommerce-page .woocommerce-message ,
body.woocommerce-page a.button:hover, body.woocommerce-page input.button:hover, body.woocommerce-page input.button.alt:hover, body.woocommerce-page button.button:hover,
body.woocommerce-page #review_form #respond input#submit, body.woocommerce-page .quantity .minus:hover, body.woocommerce-page .quantity .plus:hover,
body.woocommerce-page button.button.alt, body.woocommerce-page table.cart td.actions input.button.alt,
.sidebar .widget_nav_menu ul > li.current-menu-item a {background:#6da5f2}
.navigation--top > li > a:hover, .navigation--top > li:hover > a, .navigation--top .sub-menu > li > a:hover,
.jumbotron__category h6,
.rating span,
.widget_pt_icon_box .icon-box > .fa,
body.woocommerce-page nav.woocommerce-pagination ul li .prev:hover, body.woocommerce-page nav.woocommerce-pagination ul li .next:hover,
.social-icons__link ,
body.woocommerce-page p.stars a,
body.woocommerce-page .star-rating, .woocommerce .star-rating,
.testimonial__rating,
body.woocommerce-page ul.products li.product a:hover img, .woocommerce ul.products li.product a:hover img { color: #6da5f2}
blockquote, #comments-submit-button, .btn-primary, #comments-submit-button:focus, .btn-primary:focus, .post-password-form > p > input,
.logo-panel img:hover { border-color: #6da5f2; }
.navigation--top > li:hover > a::after { border-color: #6da5f2 transparent transparent transparent; }
.wc-proceed-to-checkout a.checkout-button {background-color: #6da5f2 !Important;}
#filters li.active a, #filters li:hover a{border-bottom-color:#6da5f2}
@media (min-width: 992px) { .navigation--main > li:hover > a { border-top-color: #6da5f2 } }
@media (min-width: 992px) { .navigation--main .sub-menu > li > a { background: #6da5f2}}
#comments-submit-button:hover, .btn-primary:hover{background:#4d91ef; border-color:#4d91ef}
@media (min-width: 992px) {
.navigation--main .sub-menu > li > a:hover { background: #4d91ef; border-bottom-color: #4d91ef;}
.navigation--main .sub-menu > li > a{ border-bottom-color: #4d91ef;}
.navigation--main .sub-menu {border-top-color:#4d91ef}
}
.widget_tag_cloud a:hover, body.woocommerce-page a.button:hover, body.woocommerce-page input.button:hover, body.woocommerce-page input.button.alt:hover, body.woocommerce-page button.button:hover{background:#4d91ef !important} | 0.232223 | 0.042186 |
body {
padding:0px;
margin:0px;
}
ul, ol {
list-style: none;;
}
* {
box-sizing: border-box;
}
.navbar {
position:fixed;
top:0;
width:100%;
height:80px;
display:flex;
justify-content: flex-end;
align-items: center;
background:black;
}
.navbar__item {
margin: 0px 10px;
font-size: 18px;
font-style: calibri;
color:white;
}
.navbar__item--color-red {
color:red;
}
.content {
margin-top:80px;
width:100%;
/* height:500px; */
display:flex;
}
.content__square {
width:100px;
height:100px;
margin:30px;
background:red;
border-radius:5px;
transition-property: width, transform;
transition-duration: 2s;
}
.content__square--grow:hover {
width:200px;
}
.content__square--rotate:hover {
transform: rotate(360deg);
}
.navbar__dropdown-container {
position:relative;
}
.navbar__dropdown {
position: absolute;
top: 30px;
background:white;
right: 0px;
height: 100px;
width: 100px;
padding: 20px;
font-size: 16px;
border-radius: 10px;
color: black;
box-shadow: 0 0 10px grey;
display:none;
}
.navbar__dropdown-container:hover .navbar__dropdown {
display:block;
}
/* grid-area: grid-row-start / grid-column-start / grid-row-end / grid-column-end */
.grid__item--red {
grid-area: red;
grid-area: 1/1/2/7;
background-color: red;
}
.grid__item--orange {
grid-area: orange;
grid-area: 2/2/3/4;
background-color: orange;
}
.grid__item--yellow {
grid-area: yellow;
grid-area: 2/1/4/2;
background-color: yellow;
}
.grid__item--green {
grid-area: green;
grid-area: 2/4/3/7;
background-color: green;
}
.grid__item--blue {
grid-area: blue;
grid-area:3/2/4/7;
background-color: blue;
}
.grid {
display:grid;
background: pink;
grid-template-areas:
'red red red red red red'
'yellow orange orange green green green'
'yellow blue blue blue blue blue';
grid-gap: 10px;
padding:10px;
}
.grid__item {
padding: 40px 0px;
text-align: center;
}
.block {
background:grey;
padding:20px;
}
.block__item {
height:100px;
width:100px;
border-radius:10px;
}
.block__item--pink {
background:pink;
}
.block__item--purple {
background:purple;
}
.block__item--teal {
background:teal;
}
h1 {
margin:100px 0px;
} | 2-resources/BLOG/ciriculumn/week-9/Thursday/W9D4/Interactivity-CSS/index.css | body {
padding:0px;
margin:0px;
}
ul, ol {
list-style: none;;
}
* {
box-sizing: border-box;
}
.navbar {
position:fixed;
top:0;
width:100%;
height:80px;
display:flex;
justify-content: flex-end;
align-items: center;
background:black;
}
.navbar__item {
margin: 0px 10px;
font-size: 18px;
font-style: calibri;
color:white;
}
.navbar__item--color-red {
color:red;
}
.content {
margin-top:80px;
width:100%;
/* height:500px; */
display:flex;
}
.content__square {
width:100px;
height:100px;
margin:30px;
background:red;
border-radius:5px;
transition-property: width, transform;
transition-duration: 2s;
}
.content__square--grow:hover {
width:200px;
}
.content__square--rotate:hover {
transform: rotate(360deg);
}
.navbar__dropdown-container {
position:relative;
}
.navbar__dropdown {
position: absolute;
top: 30px;
background:white;
right: 0px;
height: 100px;
width: 100px;
padding: 20px;
font-size: 16px;
border-radius: 10px;
color: black;
box-shadow: 0 0 10px grey;
display:none;
}
.navbar__dropdown-container:hover .navbar__dropdown {
display:block;
}
/* grid-area: grid-row-start / grid-column-start / grid-row-end / grid-column-end */
.grid__item--red {
grid-area: red;
grid-area: 1/1/2/7;
background-color: red;
}
.grid__item--orange {
grid-area: orange;
grid-area: 2/2/3/4;
background-color: orange;
}
.grid__item--yellow {
grid-area: yellow;
grid-area: 2/1/4/2;
background-color: yellow;
}
.grid__item--green {
grid-area: green;
grid-area: 2/4/3/7;
background-color: green;
}
.grid__item--blue {
grid-area: blue;
grid-area:3/2/4/7;
background-color: blue;
}
.grid {
display:grid;
background: pink;
grid-template-areas:
'red red red red red red'
'yellow orange orange green green green'
'yellow blue blue blue blue blue';
grid-gap: 10px;
padding:10px;
}
.grid__item {
padding: 40px 0px;
text-align: center;
}
.block {
background:grey;
padding:20px;
}
.block__item {
height:100px;
width:100px;
border-radius:10px;
}
.block__item--pink {
background:pink;
}
.block__item--purple {
background:purple;
}
.block__item--teal {
background:teal;
}
h1 {
margin:100px 0px;
} | 0.461017 | 0.075721 |
body {
direction: rtl;
text-align: right; }
/*
header
*/
.tt-top-panel .tt-row .tt-btn-close {
margin-left: inherit;
margin-right: 27px; }
.tt-header-holder .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
padding-left: 12px; }
header {
/* tt-box-info */
/* tt-cart-layout */
/* tt-search */
/* tt-desctop-menu */
/* tt-mobile-header */ }
header .tt-box-info ul li:not(:first-child) {
margin-left: inherit;
margin-right: 15px; }
header .tt-social-icon li:first-child a {
padding-left: inherit;
padding-right: 0; }
header .tt-social-icon li:last-child a {
padding-right: inherit;
padding-left: 0; }
header .tt-dropdown-obj .tt-dropdown-menu {
right: inherit;
left: 0; }
header .tt-search .tt-dropdown-toggle {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
header .tt-parent-box:last-child .tt-dropdown-toggle {
padding-right: 8px;
padding-left: 0px; }
header .tt-parent-box:first-child .tt-dropdown-toggle {
padding-left: 8px; }
header .tt-header-holder .tt-obj-logo:not(.obj-move-right):not(.obj-aligment-center) .tt-logo {
margin-right: inherit;
margin-left: 30px; }
header .tt-header-holder .obj-move-right.tt-position-absolute:not(:first-child),
header .tt-header-holder .tt-obj-options.obj-move-right {
right: auto;
left: 0; }
header .tt-header-holder .obj-aligment-center > *,
header .tt-header-holder .obj-aligment-right > * {
text-align: right; }
@media (min-width: 1025px) {
header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
padding: 33px 39px 37px 20px; } }
@media (max-width: 1024px) {
header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
padding: 33px 29px 37px 20px; } }
header .tt-account .tt-dropdown-menu ul li a [class^="icon-"] {
margin-left: inherit;
margin-right: 8px; }
header .tt-account ul li a [class^="icon-"] {
margin-right: inherit;
margin-left: 8px; }
header .tt-multi-obj ul li a [class^="icon-"] {
margin-right: 8px; }
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close {
padding: 13px 29px 13px 12px;
text-align: right; }
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
padding: 18px 20px 17px 0px; }
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title + .tt-close {
right: inherit;
left: 0;
text-align: left; }
header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
right: inherit;
left: -10px; }
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img + .tt-item-descriptions {
margin-left: auto;
margin-right: 20px; }
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close {
margin-right: auto;
margin-left: -6px; }
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-price {
text-align: left; }
@media (min-width: 1025px) {
header .tt-search .tt-dropdown-menu {
left: inherit;
right: 0; }
header .tt-search .tt-dropdown-menu .tt-search-input {
padding: 11px 0px 10px 12px; }
header .tt-search .tt-dropdown-menu .tt-btn-search {
padding: 4px 4px 4px 0px;
right: inherit;
left: 0px;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
header .tt-search .tt-dropdown-menu .tt-info-text {
left: inherit;
right: 0; }
header .tt-search .tt-dropdown-menu .tt-btn-close {
right: inherit;
left: 0; } }
@media (max-width: 1024px) {
header .tt-search .tt-dropdown-menu {
left: inherit;
right: 0; }
header .tt-search .tt-dropdown-menu form .tt-col:last-child {
margin-left: inherit;
margin-right: 20px; }
header .tt-search .tt-dropdown-menu form .tt-search-input {
padding: 11px 0px 10px 12px; }
header .tt-search .tt-dropdown-menu .tt-btn-close {
padding: 3px 5px 5px 0; }
header .tt-search .tt-dropdown-menu .tt-btn-search {
right: inherit;
left: 40px;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
header .tt-search .tt-dropdown-menu .search-results {
left: inherit;
right: 0; } }
header .tt-search .search-results > li a .tt-description {
padding: 5px 16px 5px 15px; }
header .tt-search .search-results > li a .tt-description .tt-price .new-price {
margin-right: inherit;
margin-left: 7px; }
header .tt-desctop-menu {
padding-right: inherit;
padding-left: 23px; }
header .tt-desctop-menu .tt-megamenu-submenu > li > a {
padding-right: inherit;
padding-left: 23px; }
header .tt-desctop-menu .tt-megamenu-submenu > li > a img {
right: inherit;
left: -34px; }
header .tt-desctop-menu .tt-megamenu-submenu > li > a:before {
left: inherit;
right: -12px;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg); }
header .tt-desctop-menu .tt-megamenu-submenu > li > a:hover img {
right: inherit;
left: -34px; }
header .tt-desctop-menu .tt-megamenu-submenu > li > a:hover:before {
left: inherit;
right: 0; }
header .tt-desctop-menu .tt-megamenu-submenu > li.active > a {
padding-left: inherit; }
header .tt-desctop-menu .tt-megamenu-submenu > li.active > a:before {
left: inherit;
right: 0; }
header .tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child):after {
right: inherit;
left: 13px;
border-left: none;
border-right: 4px solid #191919;
float: left; }
header .tt-desctop-menu .tt-megamenu-submenu > li > a:not(:only-child):after {
right: inherit;
left: -13px; }
header .tt-desctop-menu .tt-megamenu-submenu > li ul {
left: inherit;
right: 100%; }
header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right,
header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right ul {
left: auto;
right: 100%; }
header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left,
header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left ul {
left: 100%;
right: auto; }
header .tt-desctop-menu .tt-megamenu-submenu > li ul li a {
padding: 3px 30px 3px 7px; }
header .tt-desctop-menu .dropdown-menu {
padding: 33px 39px 27px 5px; }
header .tt-mobile-header .tt-parent-box {
margin-left: inherit;
margin-right: 20px; }
.ml-auto {
margin-left: inherit !important;
margin-right: auto !important; }
@media (max-width: 1024px) {
.tt-dropdown-obj:not(.tt-search) .tt-dropdown-menu {
display: block;
right: auto;
height: 100%;
top: 0;
left: auto;
right: 0;
-webkit-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: -webkit-transform .3s ease;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease,-webkit-transform .3s ease;
position: fixed; } }
@media (max-width: 1024px) and (max-width: 1024px) {
.tt-cart.active .tt-dropdown-menu,
.tt-account.active .tt-dropdown-menu,
.tt-multi-obj.active .tt-dropdown-menu {
display: block;
right: auto;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@media (max-width: 480px) {
header .tt-mobile-header .container-fluid {
padding-left: 20px;
padding-right: 20px; } }
.tt-desktop-header .tt-obj-menu-categories + * {
margin-left: inherit;
margin-right: 26px; }
.tt-desktop-header .tt-search-type2 .tt-btn-search {
left: 4px; }
.tt-desktop-header .tt-search-type2 .tt-btn-search {
border-radius: 6px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; }
.tt-search-type2 .tt-search-input {
border-radius: 6px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
padding: 4px 34px 2px 10px; }
.tt-menu-categories .tt-dropdown-menu nav > ul .dropdown-menu {
left: inherit;
right: 105%; }
.tt-menu-categories .tt-dropdown-menu nav > ul > li:hover .dropdown-menu {
right: 100%; }
.tt-menu-categories .tt-dropdown-menu nav > ul > li > a [class^="icon"] {
left: inherit;
right: 20px; }
.tt-menu-categories .tt-dropdown-menu nav > ul > li:not(:last-child) > a:before {
left: inherit;
right: 0; }
.tt-menu-categories .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
right: inherit;
left: 20px;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
.tt-menu-categories .tt-dropdown-menu nav > ul > li > a img + span, .tt-menu-categories .tt-dropdown-menu nav > ul > li > a svg + span, .tt-menu-categories .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span {
padding-right: 24px; }
.tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a {
padding-right: 0;
padding-left: 23px; }
.tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a:not(:only-child):after {
right: inherit;
left: -13px;
position: absolute;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
.tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu li a:not(:only-child):after {
right: inherit;
left: 13px;
position: absolute;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
.tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul li a {
padding: 1px 20px 1px 7px; }
header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
left: -10px;
right: inherit; }
header .tt-box-info ul li [class^="icon-"] {
float: right;
margin-left: 4px;
margin-right: inherit; }
.tt-desktop-header .tt-header-holder .obj-move-right {
margin-left: inherit !important;
margin-right: auto !important; }
.panel-menu ul li a {
padding: 9px 30px 9px 27px; }
.panel-menu .mm-prev-level {
padding: 15px 29px 13px 16px; }
.panel-menu li.mm-close-parent .mm-close {
padding: 15px 29px 13px 16px; }
.panel-menu .mm-prev-level:before {
display: none; }
.panel-menu .mm-prev-level:after {
content: "\e90e";
padding-left: 10px;
position: relative;
top: 1px; }
.panel-menu .mm-next-level:after {
right: inherit;
padding-left: inherit;
padding-right: 10px;
left: 0px; }
.panel-menu .mm-next-level:after {
content: "\e90d"; }
.panel-menu .mm-prev-level:before {
content: "\e90e"; }
.panel-menu .mm-close:before {
display: none; }
.panel-menu .mm-close:after,
.panel-menu .mm-prev-level:after {
font-family: "wokiee";
font-size: 14px;
line-height: 14px;
font-weight: 500;
transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear; }
.panel-menu .mm-close:after {
content: "\ea0f";
padding-left: 6px;
position: relative;
top: 1px; }
.panel-menu .tt-badge {
margin-left: inherit;
margin-right: 7px; }
.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
padding-left: 12px;
padding-right: 0; }
.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:last-child > a {
padding-right: 12px; }
@media (max-width: 1024px) {
.tt-stuck-nav .tt-parent-box {
margin-left: 0px;
margin-right: 20px; } }
html:not(.mac) body.modal-open:not(.touch-device),
html:not(.mac) body.mm-open:not(.touch-device) {
padding-right: 0px;
padding-left: 17px; }
.tt-stuck-nav .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
padding-left: 13px;
padding-right: 0px; }
.tt-promo-02 > img {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
/*
Content layout
*/
@media (min-width: 576px) {
.btn:not(.tt-icon-right) [class^="icon-"] {
margin-right: inherit;
margin-left: 10px; } }
/* social-icon */
.tt-social-icon li:first-child {
margin-right: inherit;
margin-left: 5px; }
.tt-social-icon li:last-child {
margin-left: inherit;
margin-right: 5px; }
.slick-slider {
direction: ltr; }
.slick-slider .slick-slide {
direction: rtl; }
/* arrow-location-tab */
@media (min-width: 1025px) {
.arrow-location-tab .slick-prev {
left: 10px;
right: auto; }
.arrow-location-tab .slick-next {
left: 57px;
right: auto; } }
/* arrow-location-03 */
.arrow-location-03 .slick-prev {
right: auto;
left: -5px; }
.arrow-location-03 .slick-next {
right: auto;
left: 19px; }
/* tt-services-block */
.tt-services-block .tt-col-icon + .tt-col-description {
padding-left: inherit;
padding-right: 21px; }
/*
product item
*/
.tt-product .tt-image-box .tt-label-location,
.tt-product-design02 .tt-image-box .tt-label-location {
left: inherit;
right: 8px; }
.tt-product .tt-description .tt-btn-addtocart::before,
.tt-product-design02 .tt-description .tt-btn-addtocart::before {
display: none; }
.tt-product .tt-description .tt-btn-addtocart::after,
.tt-product-design02 .tt-description .tt-btn-addtocart::after {
content: '\e986';
font-family: "wokiee";
font-size: 20px;
top: 3px;
margin-left: 6px;
font-weight: normal;
position: relative; }
@media (max-width: 1024px) {
.tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child) [class^="tt-btn"]:not(.tt-btn-addtocart):first-child {
padding-left: 6px;
margin-right: 9px;
padding-right: 0;
margin-right: 0; } }
@media (min-width: 1025px) {
.tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview {
right: inherit;
left: 10px; }
.tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist {
right: inherit;
left: 10px; }
.tt-product:not(.tt-view) .tt-image-box .tt-btn-compare {
right: inherit;
left: 10px; } }
.tt-grid-switch {
margin-left: inherit;
margin-right: 10px; }
@media (min-width: 421px) {
.tt-product.tt-view .tt-description,
.tt-product-design02.tt-view .tt-description {
padding-left: inherit;
padding-right: 30px; } }
@media (max-width: 420px) {
.tt-product.tt-view .tt-description,
.tt-product-design02.tt-view .tt-description {
padding-left: inherit;
padding-right: 20px; } }
.tt-product.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child,
.tt-product-design02.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child {
margin-right: 0;
padding-right: 0;
margin-left: 9px !important;
padding-left: 6px !important; }
@media (max-width: 370px) {
.tt-product.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child,
.tt-product-design02.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child {
margin-left: 3px !important; } }
.tt-collection-item .tt-description .tt-title {
text-align: right; }
.tt-collection-item .tt-description .tt-add-info {
text-align: right; }
/*
Blog
*/
.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a .tt-icon {
margin-right: inherit;
margin-left: 5px; }
@media (min-width: 790px) {
.tt-listing-post.tt-half .tt-post .tt-post-img {
margin-right: inherit;
margin-left: 40px; } }
.tt-slick-button .slick-prev {
float: left; }
.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
margin-left: 5px; }
.tt-video-block .link-video::before {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
@media (min-width: 1025px) {
.tt-listing-post:not(.tt-half) .tt-post .tt-post-img {
margin-right: inherit;
margin-left: 39px; } }
.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
margin-right: inherit;
margin-left: 5px; }
.tt-post-single .post-meta {
text-align: right; }
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar {
margin-right: inherit;
margin-left: 22px; }
.tt-comments-layout .tt-comments-level-2 {
margin-left: inherit;
margin-right: 81px; }
/*
Product single
*/
.tt-product-single-info .tt-review .tt-rating {
margin-right: inherit;
margin-left: 8px; }
.tt-product-single-info .tt-add-info ul li,
.tt-product-single-info .tt-title,
.tt-product-single-info .tt-price,
.tt-product-single-info .tt-wrapper {
text-align: right; }
.tt-product-single-info .tt-row-custom-01 .col-item:not(:last-child) {
margin-right: inherit;
margin-left: 20px; }
/*
Portfolio
*/
.tt-portfolio-content.layout-default figure figcaption {
text-align: right; }
body:not(.touch-device) .tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm::before {
right: inherit;
left: 15px;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
/* faq.html */
@media (min-width: 790px) {
.tt-box-faq-listing .tt-box-faq {
padding-right: inherit;
padding-left: 35px; } }
/*
modal
*/
@media (max-width: 1024px) {
.modal .modal-header .close {
right: auto;
left: -20px; } }
/* tt-promo-custom */
.tt-promo-custom .tt-img + .tt-description {
padding-left: 0;
padding-right: 20px; }
/* tt-hotspot-content */
.tt-hotspot-content .tt-img + .tt-description {
padding-left: 0;
padding-right: 19px; }
.tt-hotspot-content .tt-btn-close {
right: auto;
left: 14px; }
.tt-hotspot-content .tt-description .tt-title {
padding-right: 0;
padding-left: 12px;
text-align: right; }
.tt-hotspot-content .tt-description .tt-price {
text-align: right;
padding-right: 0px;
padding-left: 12px; }
/* form-default */
.form-default .form-control {
padding: 11px 15px 10px 12px; }
/* tt-layout-vertical */
.tt-layout-vertical .tt-img + .tt-description {
padding-left: 0;
padding-right: 20px; }
/* tt-promo-fullwidth */
.tt-promo-fullwidth {
direction: ltr; }
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
/*
Footer
*/
footer .tt-payment-list li:first-child {
margin-left: 6px; }
footer .tt-payment-list li:last-child {
margin-left: 0; }
footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 106px; }
@media (min-width: 1230px) {
footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 106px; } }
@media (max-width: 1229px) and (min-width: 1025px) {
footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 50px; } }
@media (max-width: 1024px) {
footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 50px; } }
@media (max-width: 789px) {
footer .tt-mobile-collapse .tt-collapse-title {
text-align: right;
padding-right: inherit;
padding-left: 20px; }
footer .tt-mobile-collapse .tt-collapse-title:before {
right: auto;
left: 0; } }
.text-left {
text-align: right !important; }
/* tt-promo-fixed */
.tt-promo-fixed {
left: auto !important;
right: 20px !important; }
.tt-promo-fixed .tt-img + .tt-description {
margin-left: auto;
margin-right: 14px; }
.tt-promo-fixed .tt-btn-close {
right: auto;
left: 2px; }
/* tt-back-to-top */
@media (min-width: 790px) {
.tt-back-to-top {
right: auto;
left: 5px; } }
/* open modal mobile menu */
body.mm-open {
padding-right: 0 !important; }
body:not(.touch-device).mm-open {
padding-right: 17px !important;
padding-left: 0px !important; }
body:not(.touch-device).mm-open .tt-stuck-nav.stuck {
padding-right: 0 !important;
padding-left: 17px !important; }
/* open modal bootstrap */
body.modal-open {
padding-right: 0 !important; }
body:not(.touch-device).modal-open {
overflow-x: hidden;
padding-right: 17px !important;
padding-left: 0px !important; }
body:not(.touch-device).modal-open .tt-stuck-nav.stuck {
padding-right: 0px !important;
padding-left: 17px !important; }
/* lookbook */
@media (max-width: 789px) {
.tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
padding-right: 0px;
padding-left: 16px; } }
/* footer */
/* errors */
footer .tt-newsletter form .errors:not(label) {
left: inherit;
right: 0; }
footer .tt-newsletter form .errors:not(label) ul li:before {
margin-right: auto;
margin-left: 7px; }
footer .tt-newsletter form label.error {
left: inherit;
right: 0;
padding: 8px 43px 6px 19px; }
footer .tt-newsletter form label.error:before {
left: inherit;
right: 19px; }
@media (min-width: 1230px) and (min-width: 790px) {
footer .tt-footer-default .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 106px; } }
@media (max-width: 1229px) and (min-width: 1025px) and (min-width: 790px) {
footer .tt-footer-default .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 50px; } }
@media (max-width: 1024px) and (min-width: 790px) {
footer .tt-footer-default .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 50px; } }
@media (min-width: 790px) and (min-width: 790px) {
footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px; }
footer .tt-footer-default .tt-newsletter .form-default .form-group .btn {
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; } }
@media (min-width: 790px) {
footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
width: 100%;
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px; }
footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; }
footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px; }
footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; } }
/* modal */
.tt-modal-addtocart.desctope .row > div:first-child {
padding-right: 0px;
padding-left: 52px; }
.tt-modal-addtocart.desctope .row > div:last-child {
padding-left: 0px;
padding-right: 20px; }
.tt-product-single-info {
padding-left: 0px;
padding-right: 39px; }
/*
listing pages
*/
@media (min-width: 1025px) {
.leftColumn:not(.rightColumn) {
padding-right: 0;
padding-left: 50px; } }
.tt-filters-options .tt-quantity {
margin-right: 3px;
margin-left: -2px; }
.tt-filters-options .tt-quantity a:not(.last-child) {
margin-left: 0px;
margin-right: 10px; }
.tt-filters-options .tt-sort select:not(:first-child) {
margin-left: 0px;
margin-right: 10px; }
.tt-aside .tt-item .tt-img {
margin-right: 0px;
margin-left: 20px; }
.tt-collapse .tt-collapse-title {
padding: 0 0 13px 20px;
text-align: right; }
.tt-collapse .tt-collapse-title:after {
right: auto;
left: -2px; }
.tt-filter-list li a {
padding: 3px 20px 3px 0px; }
.tt-filter-list li a:before {
left: inherit;
right: -1px; }
@media (max-width: 1024px) {
.aside.leftColumn {
left: inherit;
right: -150%;
-moz-transition: right 0.3s linear;
-o-transition: right 0.3s linear;
-webkit-transition: right 0.3s linear;
transition: right 0.3s linear; }
.tt-btn-col-close,
.aside.leftColumn.desctop-no-sidebar {
-moz-transition: right 0.3s linear;
-o-transition: right 0.3s linear;
-webkit-transition: right 0.3s linear;
transition: right 0.3s linear; } }
.aside.leftColumn.column-open {
left: inherit;
right: 0;
text-align: right; }
.tt-btn-col-close {
left: inherit;
right: -150%; }
.aside.leftColumn.column-open .tt-btn-col-close {
left: inherit;
right: 0; }
.tt-btn-col-close a {
padding: 15px 28px 13px 14px;
text-align: right; }
.tt-login-form .tt-item .btn {
margin-right: inherit;
margin-left: 12px; }
@media (min-width: 1025px) {
.rightColumn {
padding-left: 0px;
padding-right: 50px; } }
/*
portfolio
*/
.tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm {
right: inherit;
left: 15px; }
button.mfp-close {
right: inherit;
left: -43px; }
.mfp-container {
right: 0;
left: 0; }
.mfp-container {
direction: ltr; }
/* arrow-location-right-top */
@media (min-width: 1025px) {
.arrow-location-right-top .slick-prev {
right: inherit;
left: 10px; }
.arrow-location-right-top .slick-next {
right: inherit;
left: 57px; } }
@media (max-width: 1024px) {
.arrow-location-right-top .slick-prev {
left: 0px; }
.arrow-location-right-top .slick-next {
right: 0px; } }
.arrow-location-02 .slick-prev {
left: inherit;
right: 47px; }
.arrow-location-02 .slick-next {
left: inherit;
right: 0; }
/*
product single
*/
.tt-product-vertical-layout {
direction: ltr;
text-align: left; }
.tt-product-vertical-layout .tt-product-single-img {
float: inherit;
float: left; }
.tt-product-vertical-layout .tt-product-single-carousel-vertical {
left: inherit;
right: 0;
float: right; }
.tt-product-single-img .tt-btn-zomm.tt-top-right {
right: inherit;
left: 10px; }
@media (max-width: 1024px) {
.tt-product-single-info {
padding-right: 0; } }
@media (max-width: 575px) {
.tt-product-single-info {
padding-left: 10px;
padding-right: 10px; } }
.tt-table-03 tbody tr td:first-child {
padding-left: 0;
padding-right: 10px; }
.tt-review-block .tt-review-comments .tt-item .tt-avatar {
margin-right: 0px;
margin-left: 22px; }
.tt-review-block .tt-row-custom-02 .col-item:last-child {
margin-left: inherit;
margin-right: 20px; }
.tt-review-block .tt-review-form .tt-rating-indicator .tt-title {
margin-right: inherit;
margin-left: 10px; }
.tt-product-single-img .tt-label-left,
.product-images-col .item .tt-label-left,
.product-images-static li .tt-label-left,
.tt-mobile-product-slider .slick-slide .tt-label-left,
.tt-mobile-product-layout .tt-label-left {
left: inherit;
right: 10px; }
/*
shopcart
*/
.tt-shopcart-table .tt-title,
.tt-shopcart-table-02 .tt-title {
padding-right: 0px;
padding-left: 20px; }
.tt-shopcart-table .tt-btn-close {
margin-left: inherit;
margin-right: -5px; }
@media (min-width: 790px) {
.tt-shopcart-table .tt-price:not(.subtotal) {
margin-right: inherit;
margin-left: 24px; }
.tt-shopcart-table .tt-price.subtotal {
margin-left: inherit;
margin-right: 24px; }
.tt-shopcart-table .tt-shopcart-btn *[class^="btn"]:not(:first-child) {
margin-left: inherit;
margin-right: 40px; }
.tt-shopcart-table-02 .tt-shopcart-btn *[class^="btn"]:not(:first-child) {
margin-left: inherit;
margin-right: 40px; }
.tt-shopcart-table-02 .tt-price.subtotal {
margin-left: inherit;
margin-right: 24px; }
.tt-shopcart-table-02 .tt-price:not(.subtotal) {
margin-right: inherit;
margin-left: 24px; } }
.tt-shopcart-table01 tbody tr td {
text-align: left; }
.tt-shopcart-table01 tfoot tr td {
text-align: left; }
.radio .inner {
left: inherit;
right: 2px; }
.checkbox-group label .check:before {
left: inherit;
right: 1px; }
/*
login-form
*/
.tt-login-form #customer_login .mr-auto {
margin-right: inherit !important;
margin-left: auto !important; }
.tt-login-form .tt-item #customer_login .btn {
margin-right: 12px; }
/*
shopping
*/
.tt-shopping-layout .tt-shop-btn {
margin-left: inherit;
margin-right: -37px; }
.tt-shopping-layout .tt-shop-btn *[class^="btn"] {
margin-left: inherit;
margin-right: 37px; }
/*
desctop-menu-large
*/
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu {
margin-left: inherit;
margin-right: -12px; }
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown:first-child > a {
padding-right: 12px; }
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) {
margin-left: inherit;
margin-right: -12px; }
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) nav > ul li.dropdown:first-child > a {
padding-right: 12px; }
/* modal newsletter */
@media (min-width: 501px) {
.tt-modal-newsletter .subscribe-form .input-group .btn {
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; } }
@media (min-width: 576px) {
.tt-coming-soon form .form-control {
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px; }
.tt-coming-soon form .btn {
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; } }
#tt-boxedbutton .rtlbutton-color .box-description ul li.active a:before {
left: inherit !important;
right: 3px !important; } | public/scss/rtl.css | body {
direction: rtl;
text-align: right; }
/*
header
*/
.tt-top-panel .tt-row .tt-btn-close {
margin-left: inherit;
margin-right: 27px; }
.tt-header-holder .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
padding-left: 12px; }
header {
/* tt-box-info */
/* tt-cart-layout */
/* tt-search */
/* tt-desctop-menu */
/* tt-mobile-header */ }
header .tt-box-info ul li:not(:first-child) {
margin-left: inherit;
margin-right: 15px; }
header .tt-social-icon li:first-child a {
padding-left: inherit;
padding-right: 0; }
header .tt-social-icon li:last-child a {
padding-right: inherit;
padding-left: 0; }
header .tt-dropdown-obj .tt-dropdown-menu {
right: inherit;
left: 0; }
header .tt-search .tt-dropdown-toggle {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
header .tt-parent-box:last-child .tt-dropdown-toggle {
padding-right: 8px;
padding-left: 0px; }
header .tt-parent-box:first-child .tt-dropdown-toggle {
padding-left: 8px; }
header .tt-header-holder .tt-obj-logo:not(.obj-move-right):not(.obj-aligment-center) .tt-logo {
margin-right: inherit;
margin-left: 30px; }
header .tt-header-holder .obj-move-right.tt-position-absolute:not(:first-child),
header .tt-header-holder .tt-obj-options.obj-move-right {
right: auto;
left: 0; }
header .tt-header-holder .obj-aligment-center > *,
header .tt-header-holder .obj-aligment-right > * {
text-align: right; }
@media (min-width: 1025px) {
header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
padding: 33px 39px 37px 20px; } }
@media (max-width: 1024px) {
header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
padding: 33px 29px 37px 20px; } }
header .tt-account .tt-dropdown-menu ul li a [class^="icon-"] {
margin-left: inherit;
margin-right: 8px; }
header .tt-account ul li a [class^="icon-"] {
margin-right: inherit;
margin-left: 8px; }
header .tt-multi-obj ul li a [class^="icon-"] {
margin-right: 8px; }
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close {
padding: 13px 29px 13px 12px;
text-align: right; }
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
padding: 18px 20px 17px 0px; }
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title + .tt-close {
right: inherit;
left: 0;
text-align: left; }
header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
right: inherit;
left: -10px; }
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img + .tt-item-descriptions {
margin-left: auto;
margin-right: 20px; }
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close {
margin-right: auto;
margin-left: -6px; }
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-price {
text-align: left; }
@media (min-width: 1025px) {
header .tt-search .tt-dropdown-menu {
left: inherit;
right: 0; }
header .tt-search .tt-dropdown-menu .tt-search-input {
padding: 11px 0px 10px 12px; }
header .tt-search .tt-dropdown-menu .tt-btn-search {
padding: 4px 4px 4px 0px;
right: inherit;
left: 0px;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
header .tt-search .tt-dropdown-menu .tt-info-text {
left: inherit;
right: 0; }
header .tt-search .tt-dropdown-menu .tt-btn-close {
right: inherit;
left: 0; } }
@media (max-width: 1024px) {
header .tt-search .tt-dropdown-menu {
left: inherit;
right: 0; }
header .tt-search .tt-dropdown-menu form .tt-col:last-child {
margin-left: inherit;
margin-right: 20px; }
header .tt-search .tt-dropdown-menu form .tt-search-input {
padding: 11px 0px 10px 12px; }
header .tt-search .tt-dropdown-menu .tt-btn-close {
padding: 3px 5px 5px 0; }
header .tt-search .tt-dropdown-menu .tt-btn-search {
right: inherit;
left: 40px;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
header .tt-search .tt-dropdown-menu .search-results {
left: inherit;
right: 0; } }
header .tt-search .search-results > li a .tt-description {
padding: 5px 16px 5px 15px; }
header .tt-search .search-results > li a .tt-description .tt-price .new-price {
margin-right: inherit;
margin-left: 7px; }
header .tt-desctop-menu {
padding-right: inherit;
padding-left: 23px; }
header .tt-desctop-menu .tt-megamenu-submenu > li > a {
padding-right: inherit;
padding-left: 23px; }
header .tt-desctop-menu .tt-megamenu-submenu > li > a img {
right: inherit;
left: -34px; }
header .tt-desctop-menu .tt-megamenu-submenu > li > a:before {
left: inherit;
right: -12px;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg); }
header .tt-desctop-menu .tt-megamenu-submenu > li > a:hover img {
right: inherit;
left: -34px; }
header .tt-desctop-menu .tt-megamenu-submenu > li > a:hover:before {
left: inherit;
right: 0; }
header .tt-desctop-menu .tt-megamenu-submenu > li.active > a {
padding-left: inherit; }
header .tt-desctop-menu .tt-megamenu-submenu > li.active > a:before {
left: inherit;
right: 0; }
header .tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child):after {
right: inherit;
left: 13px;
border-left: none;
border-right: 4px solid #191919;
float: left; }
header .tt-desctop-menu .tt-megamenu-submenu > li > a:not(:only-child):after {
right: inherit;
left: -13px; }
header .tt-desctop-menu .tt-megamenu-submenu > li ul {
left: inherit;
right: 100%; }
header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right,
header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right ul {
left: auto;
right: 100%; }
header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left,
header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left ul {
left: 100%;
right: auto; }
header .tt-desctop-menu .tt-megamenu-submenu > li ul li a {
padding: 3px 30px 3px 7px; }
header .tt-desctop-menu .dropdown-menu {
padding: 33px 39px 27px 5px; }
header .tt-mobile-header .tt-parent-box {
margin-left: inherit;
margin-right: 20px; }
.ml-auto {
margin-left: inherit !important;
margin-right: auto !important; }
@media (max-width: 1024px) {
.tt-dropdown-obj:not(.tt-search) .tt-dropdown-menu {
display: block;
right: auto;
height: 100%;
top: 0;
left: auto;
right: 0;
-webkit-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: -webkit-transform .3s ease;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease,-webkit-transform .3s ease;
position: fixed; } }
@media (max-width: 1024px) and (max-width: 1024px) {
.tt-cart.active .tt-dropdown-menu,
.tt-account.active .tt-dropdown-menu,
.tt-multi-obj.active .tt-dropdown-menu {
display: block;
right: auto;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@media (max-width: 480px) {
header .tt-mobile-header .container-fluid {
padding-left: 20px;
padding-right: 20px; } }
.tt-desktop-header .tt-obj-menu-categories + * {
margin-left: inherit;
margin-right: 26px; }
.tt-desktop-header .tt-search-type2 .tt-btn-search {
left: 4px; }
.tt-desktop-header .tt-search-type2 .tt-btn-search {
border-radius: 6px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; }
.tt-search-type2 .tt-search-input {
border-radius: 6px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
padding: 4px 34px 2px 10px; }
.tt-menu-categories .tt-dropdown-menu nav > ul .dropdown-menu {
left: inherit;
right: 105%; }
.tt-menu-categories .tt-dropdown-menu nav > ul > li:hover .dropdown-menu {
right: 100%; }
.tt-menu-categories .tt-dropdown-menu nav > ul > li > a [class^="icon"] {
left: inherit;
right: 20px; }
.tt-menu-categories .tt-dropdown-menu nav > ul > li:not(:last-child) > a:before {
left: inherit;
right: 0; }
.tt-menu-categories .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
right: inherit;
left: 20px;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
.tt-menu-categories .tt-dropdown-menu nav > ul > li > a img + span, .tt-menu-categories .tt-dropdown-menu nav > ul > li > a svg + span, .tt-menu-categories .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span {
padding-right: 24px; }
.tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a {
padding-right: 0;
padding-left: 23px; }
.tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a:not(:only-child):after {
right: inherit;
left: -13px;
position: absolute;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
.tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu li a:not(:only-child):after {
right: inherit;
left: 13px;
position: absolute;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
.tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul li a {
padding: 1px 20px 1px 7px; }
header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
left: -10px;
right: inherit; }
header .tt-box-info ul li [class^="icon-"] {
float: right;
margin-left: 4px;
margin-right: inherit; }
.tt-desktop-header .tt-header-holder .obj-move-right {
margin-left: inherit !important;
margin-right: auto !important; }
.panel-menu ul li a {
padding: 9px 30px 9px 27px; }
.panel-menu .mm-prev-level {
padding: 15px 29px 13px 16px; }
.panel-menu li.mm-close-parent .mm-close {
padding: 15px 29px 13px 16px; }
.panel-menu .mm-prev-level:before {
display: none; }
.panel-menu .mm-prev-level:after {
content: "\e90e";
padding-left: 10px;
position: relative;
top: 1px; }
.panel-menu .mm-next-level:after {
right: inherit;
padding-left: inherit;
padding-right: 10px;
left: 0px; }
.panel-menu .mm-next-level:after {
content: "\e90d"; }
.panel-menu .mm-prev-level:before {
content: "\e90e"; }
.panel-menu .mm-close:before {
display: none; }
.panel-menu .mm-close:after,
.panel-menu .mm-prev-level:after {
font-family: "wokiee";
font-size: 14px;
line-height: 14px;
font-weight: 500;
transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear; }
.panel-menu .mm-close:after {
content: "\ea0f";
padding-left: 6px;
position: relative;
top: 1px; }
.panel-menu .tt-badge {
margin-left: inherit;
margin-right: 7px; }
.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
padding-left: 12px;
padding-right: 0; }
.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:last-child > a {
padding-right: 12px; }
@media (max-width: 1024px) {
.tt-stuck-nav .tt-parent-box {
margin-left: 0px;
margin-right: 20px; } }
html:not(.mac) body.modal-open:not(.touch-device),
html:not(.mac) body.mm-open:not(.touch-device) {
padding-right: 0px;
padding-left: 17px; }
.tt-stuck-nav .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
padding-left: 13px;
padding-right: 0px; }
.tt-promo-02 > img {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
/*
Content layout
*/
@media (min-width: 576px) {
.btn:not(.tt-icon-right) [class^="icon-"] {
margin-right: inherit;
margin-left: 10px; } }
/* social-icon */
.tt-social-icon li:first-child {
margin-right: inherit;
margin-left: 5px; }
.tt-social-icon li:last-child {
margin-left: inherit;
margin-right: 5px; }
.slick-slider {
direction: ltr; }
.slick-slider .slick-slide {
direction: rtl; }
/* arrow-location-tab */
@media (min-width: 1025px) {
.arrow-location-tab .slick-prev {
left: 10px;
right: auto; }
.arrow-location-tab .slick-next {
left: 57px;
right: auto; } }
/* arrow-location-03 */
.arrow-location-03 .slick-prev {
right: auto;
left: -5px; }
.arrow-location-03 .slick-next {
right: auto;
left: 19px; }
/* tt-services-block */
.tt-services-block .tt-col-icon + .tt-col-description {
padding-left: inherit;
padding-right: 21px; }
/*
product item
*/
.tt-product .tt-image-box .tt-label-location,
.tt-product-design02 .tt-image-box .tt-label-location {
left: inherit;
right: 8px; }
.tt-product .tt-description .tt-btn-addtocart::before,
.tt-product-design02 .tt-description .tt-btn-addtocart::before {
display: none; }
.tt-product .tt-description .tt-btn-addtocart::after,
.tt-product-design02 .tt-description .tt-btn-addtocart::after {
content: '\e986';
font-family: "wokiee";
font-size: 20px;
top: 3px;
margin-left: 6px;
font-weight: normal;
position: relative; }
@media (max-width: 1024px) {
.tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child) [class^="tt-btn"]:not(.tt-btn-addtocart):first-child {
padding-left: 6px;
margin-right: 9px;
padding-right: 0;
margin-right: 0; } }
@media (min-width: 1025px) {
.tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview {
right: inherit;
left: 10px; }
.tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist {
right: inherit;
left: 10px; }
.tt-product:not(.tt-view) .tt-image-box .tt-btn-compare {
right: inherit;
left: 10px; } }
.tt-grid-switch {
margin-left: inherit;
margin-right: 10px; }
@media (min-width: 421px) {
.tt-product.tt-view .tt-description,
.tt-product-design02.tt-view .tt-description {
padding-left: inherit;
padding-right: 30px; } }
@media (max-width: 420px) {
.tt-product.tt-view .tt-description,
.tt-product-design02.tt-view .tt-description {
padding-left: inherit;
padding-right: 20px; } }
.tt-product.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child,
.tt-product-design02.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child {
margin-right: 0;
padding-right: 0;
margin-left: 9px !important;
padding-left: 6px !important; }
@media (max-width: 370px) {
.tt-product.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child,
.tt-product-design02.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child {
margin-left: 3px !important; } }
.tt-collection-item .tt-description .tt-title {
text-align: right; }
.tt-collection-item .tt-description .tt-add-info {
text-align: right; }
/*
Blog
*/
.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a .tt-icon {
margin-right: inherit;
margin-left: 5px; }
@media (min-width: 790px) {
.tt-listing-post.tt-half .tt-post .tt-post-img {
margin-right: inherit;
margin-left: 40px; } }
.tt-slick-button .slick-prev {
float: left; }
.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
margin-left: 5px; }
.tt-video-block .link-video::before {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
@media (min-width: 1025px) {
.tt-listing-post:not(.tt-half) .tt-post .tt-post-img {
margin-right: inherit;
margin-left: 39px; } }
.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
margin-right: inherit;
margin-left: 5px; }
.tt-post-single .post-meta {
text-align: right; }
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar {
margin-right: inherit;
margin-left: 22px; }
.tt-comments-layout .tt-comments-level-2 {
margin-left: inherit;
margin-right: 81px; }
/*
Product single
*/
.tt-product-single-info .tt-review .tt-rating {
margin-right: inherit;
margin-left: 8px; }
.tt-product-single-info .tt-add-info ul li,
.tt-product-single-info .tt-title,
.tt-product-single-info .tt-price,
.tt-product-single-info .tt-wrapper {
text-align: right; }
.tt-product-single-info .tt-row-custom-01 .col-item:not(:last-child) {
margin-right: inherit;
margin-left: 20px; }
/*
Portfolio
*/
.tt-portfolio-content.layout-default figure figcaption {
text-align: right; }
body:not(.touch-device) .tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm::before {
right: inherit;
left: 15px;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH"; }
/* faq.html */
@media (min-width: 790px) {
.tt-box-faq-listing .tt-box-faq {
padding-right: inherit;
padding-left: 35px; } }
/*
modal
*/
@media (max-width: 1024px) {
.modal .modal-header .close {
right: auto;
left: -20px; } }
/* tt-promo-custom */
.tt-promo-custom .tt-img + .tt-description {
padding-left: 0;
padding-right: 20px; }
/* tt-hotspot-content */
.tt-hotspot-content .tt-img + .tt-description {
padding-left: 0;
padding-right: 19px; }
.tt-hotspot-content .tt-btn-close {
right: auto;
left: 14px; }
.tt-hotspot-content .tt-description .tt-title {
padding-right: 0;
padding-left: 12px;
text-align: right; }
.tt-hotspot-content .tt-description .tt-price {
text-align: right;
padding-right: 0px;
padding-left: 12px; }
/* form-default */
.form-default .form-control {
padding: 11px 15px 10px 12px; }
/* tt-layout-vertical */
.tt-layout-vertical .tt-img + .tt-description {
padding-left: 0;
padding-right: 20px; }
/* tt-promo-fullwidth */
.tt-promo-fullwidth {
direction: ltr; }
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
/*
Footer
*/
footer .tt-payment-list li:first-child {
margin-left: 6px; }
footer .tt-payment-list li:last-child {
margin-left: 0; }
footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 106px; }
@media (min-width: 1230px) {
footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 106px; } }
@media (max-width: 1229px) and (min-width: 1025px) {
footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 50px; } }
@media (max-width: 1024px) {
footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 50px; } }
@media (max-width: 789px) {
footer .tt-mobile-collapse .tt-collapse-title {
text-align: right;
padding-right: inherit;
padding-left: 20px; }
footer .tt-mobile-collapse .tt-collapse-title:before {
right: auto;
left: 0; } }
.text-left {
text-align: right !important; }
/* tt-promo-fixed */
.tt-promo-fixed {
left: auto !important;
right: 20px !important; }
.tt-promo-fixed .tt-img + .tt-description {
margin-left: auto;
margin-right: 14px; }
.tt-promo-fixed .tt-btn-close {
right: auto;
left: 2px; }
/* tt-back-to-top */
@media (min-width: 790px) {
.tt-back-to-top {
right: auto;
left: 5px; } }
/* open modal mobile menu */
body.mm-open {
padding-right: 0 !important; }
body:not(.touch-device).mm-open {
padding-right: 17px !important;
padding-left: 0px !important; }
body:not(.touch-device).mm-open .tt-stuck-nav.stuck {
padding-right: 0 !important;
padding-left: 17px !important; }
/* open modal bootstrap */
body.modal-open {
padding-right: 0 !important; }
body:not(.touch-device).modal-open {
overflow-x: hidden;
padding-right: 17px !important;
padding-left: 0px !important; }
body:not(.touch-device).modal-open .tt-stuck-nav.stuck {
padding-right: 0px !important;
padding-left: 17px !important; }
/* lookbook */
@media (max-width: 789px) {
.tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
padding-right: 0px;
padding-left: 16px; } }
/* footer */
/* errors */
footer .tt-newsletter form .errors:not(label) {
left: inherit;
right: 0; }
footer .tt-newsletter form .errors:not(label) ul li:before {
margin-right: auto;
margin-left: 7px; }
footer .tt-newsletter form label.error {
left: inherit;
right: 0;
padding: 8px 43px 6px 19px; }
footer .tt-newsletter form label.error:before {
left: inherit;
right: 19px; }
@media (min-width: 1230px) and (min-width: 790px) {
footer .tt-footer-default .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 106px; } }
@media (max-width: 1229px) and (min-width: 1025px) and (min-width: 790px) {
footer .tt-footer-default .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 50px; } }
@media (max-width: 1024px) and (min-width: 790px) {
footer .tt-footer-default .tt-newsletter .tt-collapse-title {
margin-right: inherit;
margin-left: 50px; } }
@media (min-width: 790px) and (min-width: 790px) {
footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px; }
footer .tt-footer-default .tt-newsletter .form-default .form-group .btn {
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; } }
@media (min-width: 790px) {
footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
width: 100%;
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px; }
footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; }
footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px; }
footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; } }
/* modal */
.tt-modal-addtocart.desctope .row > div:first-child {
padding-right: 0px;
padding-left: 52px; }
.tt-modal-addtocart.desctope .row > div:last-child {
padding-left: 0px;
padding-right: 20px; }
.tt-product-single-info {
padding-left: 0px;
padding-right: 39px; }
/*
listing pages
*/
@media (min-width: 1025px) {
.leftColumn:not(.rightColumn) {
padding-right: 0;
padding-left: 50px; } }
.tt-filters-options .tt-quantity {
margin-right: 3px;
margin-left: -2px; }
.tt-filters-options .tt-quantity a:not(.last-child) {
margin-left: 0px;
margin-right: 10px; }
.tt-filters-options .tt-sort select:not(:first-child) {
margin-left: 0px;
margin-right: 10px; }
.tt-aside .tt-item .tt-img {
margin-right: 0px;
margin-left: 20px; }
.tt-collapse .tt-collapse-title {
padding: 0 0 13px 20px;
text-align: right; }
.tt-collapse .tt-collapse-title:after {
right: auto;
left: -2px; }
.tt-filter-list li a {
padding: 3px 20px 3px 0px; }
.tt-filter-list li a:before {
left: inherit;
right: -1px; }
@media (max-width: 1024px) {
.aside.leftColumn {
left: inherit;
right: -150%;
-moz-transition: right 0.3s linear;
-o-transition: right 0.3s linear;
-webkit-transition: right 0.3s linear;
transition: right 0.3s linear; }
.tt-btn-col-close,
.aside.leftColumn.desctop-no-sidebar {
-moz-transition: right 0.3s linear;
-o-transition: right 0.3s linear;
-webkit-transition: right 0.3s linear;
transition: right 0.3s linear; } }
.aside.leftColumn.column-open {
left: inherit;
right: 0;
text-align: right; }
.tt-btn-col-close {
left: inherit;
right: -150%; }
.aside.leftColumn.column-open .tt-btn-col-close {
left: inherit;
right: 0; }
.tt-btn-col-close a {
padding: 15px 28px 13px 14px;
text-align: right; }
.tt-login-form .tt-item .btn {
margin-right: inherit;
margin-left: 12px; }
@media (min-width: 1025px) {
.rightColumn {
padding-left: 0px;
padding-right: 50px; } }
/*
portfolio
*/
.tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm {
right: inherit;
left: 15px; }
button.mfp-close {
right: inherit;
left: -43px; }
.mfp-container {
right: 0;
left: 0; }
.mfp-container {
direction: ltr; }
/* arrow-location-right-top */
@media (min-width: 1025px) {
.arrow-location-right-top .slick-prev {
right: inherit;
left: 10px; }
.arrow-location-right-top .slick-next {
right: inherit;
left: 57px; } }
@media (max-width: 1024px) {
.arrow-location-right-top .slick-prev {
left: 0px; }
.arrow-location-right-top .slick-next {
right: 0px; } }
.arrow-location-02 .slick-prev {
left: inherit;
right: 47px; }
.arrow-location-02 .slick-next {
left: inherit;
right: 0; }
/*
product single
*/
.tt-product-vertical-layout {
direction: ltr;
text-align: left; }
.tt-product-vertical-layout .tt-product-single-img {
float: inherit;
float: left; }
.tt-product-vertical-layout .tt-product-single-carousel-vertical {
left: inherit;
right: 0;
float: right; }
.tt-product-single-img .tt-btn-zomm.tt-top-right {
right: inherit;
left: 10px; }
@media (max-width: 1024px) {
.tt-product-single-info {
padding-right: 0; } }
@media (max-width: 575px) {
.tt-product-single-info {
padding-left: 10px;
padding-right: 10px; } }
.tt-table-03 tbody tr td:first-child {
padding-left: 0;
padding-right: 10px; }
.tt-review-block .tt-review-comments .tt-item .tt-avatar {
margin-right: 0px;
margin-left: 22px; }
.tt-review-block .tt-row-custom-02 .col-item:last-child {
margin-left: inherit;
margin-right: 20px; }
.tt-review-block .tt-review-form .tt-rating-indicator .tt-title {
margin-right: inherit;
margin-left: 10px; }
.tt-product-single-img .tt-label-left,
.product-images-col .item .tt-label-left,
.product-images-static li .tt-label-left,
.tt-mobile-product-slider .slick-slide .tt-label-left,
.tt-mobile-product-layout .tt-label-left {
left: inherit;
right: 10px; }
/*
shopcart
*/
.tt-shopcart-table .tt-title,
.tt-shopcart-table-02 .tt-title {
padding-right: 0px;
padding-left: 20px; }
.tt-shopcart-table .tt-btn-close {
margin-left: inherit;
margin-right: -5px; }
@media (min-width: 790px) {
.tt-shopcart-table .tt-price:not(.subtotal) {
margin-right: inherit;
margin-left: 24px; }
.tt-shopcart-table .tt-price.subtotal {
margin-left: inherit;
margin-right: 24px; }
.tt-shopcart-table .tt-shopcart-btn *[class^="btn"]:not(:first-child) {
margin-left: inherit;
margin-right: 40px; }
.tt-shopcart-table-02 .tt-shopcart-btn *[class^="btn"]:not(:first-child) {
margin-left: inherit;
margin-right: 40px; }
.tt-shopcart-table-02 .tt-price.subtotal {
margin-left: inherit;
margin-right: 24px; }
.tt-shopcart-table-02 .tt-price:not(.subtotal) {
margin-right: inherit;
margin-left: 24px; } }
.tt-shopcart-table01 tbody tr td {
text-align: left; }
.tt-shopcart-table01 tfoot tr td {
text-align: left; }
.radio .inner {
left: inherit;
right: 2px; }
.checkbox-group label .check:before {
left: inherit;
right: 1px; }
/*
login-form
*/
.tt-login-form #customer_login .mr-auto {
margin-right: inherit !important;
margin-left: auto !important; }
.tt-login-form .tt-item #customer_login .btn {
margin-right: 12px; }
/*
shopping
*/
.tt-shopping-layout .tt-shop-btn {
margin-left: inherit;
margin-right: -37px; }
.tt-shopping-layout .tt-shop-btn *[class^="btn"] {
margin-left: inherit;
margin-right: 37px; }
/*
desctop-menu-large
*/
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu {
margin-left: inherit;
margin-right: -12px; }
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown:first-child > a {
padding-right: 12px; }
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) {
margin-left: inherit;
margin-right: -12px; }
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) nav > ul li.dropdown:first-child > a {
padding-right: 12px; }
/* modal newsletter */
@media (min-width: 501px) {
.tt-modal-newsletter .subscribe-form .input-group .btn {
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; } }
@media (min-width: 576px) {
.tt-coming-soon form .form-control {
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px; }
.tt-coming-soon form .btn {
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; } }
#tt-boxedbutton .rtlbutton-color .box-description ul li.active a:before {
left: inherit !important;
right: 3px !important; } | 0.450118 | 0.052887 |
.charsheet {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SBController2020.jpg");
background-size: 100%;
background-attachment: scroll;
min-height: 100%;
}
.charsheet button[type=roll] { /*Regular roll button*/
background-color: #1766D3;
color: yellow;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
font-variant: small-caps;
}
.charsheet button[type=roll].sheet-blank-logo-button {
background-image: url("https://i.imgur.com/572YPfx.jpg");
background-color: transparent;
background-repeat: no-repeat;
width: 25px;
height: 25px;
}
button,
button:hover,
button:active
{
background-image: none;
}
{
color: white;
font-family: "Optima", Optima, sans-serif;
}
.sheet-attribute {
background: #1766D3;
color: white;
font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}
.sheet-input-center-aligned {
max-width: 190px;
background: #1766D3;
color: white;
font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}
h1 {
color: yellow;
font-weight: normal;
text-align: center;
text-shadow: white;
border: 1px solid #5E9AED;
border-radius: 5px;
box-shadow: 0 0 5px 3px #0064EE;
margin: 5px;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}
h2 {
color: yellow;
font-weight: normal;
text-align: center;
text-shadow: white;
border: 1px solid #5E9AED;
border-radius: 5px;
box-shadow: 0 0 5px 3px #0064EE;
margin: 5px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
h3 {
color: white;
font-weight: normal;
text-align: center;
margin: 5px;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}
h4 {
color: white;
font-weight: normal;
text-align: left;
text-shadow: white;
margin: 5px;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}
h5 {
color: white;
font-weight: normal;
text-align: left;
text-shadow: white;
margin: 5px;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}
/* Roll Button Configuration */
button[type=roll].sheet-blank-roll-button::before {
background: transparent;
display:none;
}
button[type=roll].sheet-blank-roll-button::active {
background: transparent;
top:7px;
}
button[type=roll].sheet-blank-roll-button::active::before {
background-color: transparent;
top:-2px;
}
button[type=roll].sheet-blank-logo-button::before {
background: transparent;
display:none;
}
button[type=roll].sheet-blank-logo-button::active {
background: transparent;
top:7px;
}
button[type=roll].sheet-blank-logo-button::active::before {
background-color: transparent;
top:-2px;
}
.sheet-select
{
background: #1766D3;
border: solid 1px #2F4F4F;
color: yellow;
margin-bottom: 0;
font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}
.sheet-textarea
{
width: 700px;
height:40px;
background: transparent;
color: #ffffff;
font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}
.sheet-rolltemplate-roll table {
width: 150px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Move5.jpg);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 150px;
}
.sheet-rolltemplate-roll th {
color: #00c767;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-roll td {
text-align: center;
color: #00c767;
line-height: 2em;
font-size: 1.2em;
padding-left: 5px;
padding-bottom: 35px;
}
.sheet-rolltemplate-roll .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-roll .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-roll .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-roll .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
div.sheet-tab-content { display: none; }
input.sheet-tab1:checked ~ div.sheet-tab1,
input.sheet-tab2:checked ~ div.sheet-tab2,
{
display: block;
}
input.sheet-tab {
width: calc(20% - 4px);
max-width: 110px;
height: 20px;
outline: none !important;
position: relative;
cursor: pointer;
z-index: 1;
}
input.sheet-tab1 {
margin-left: 1px;
}
input.sheet-tab::before {
content: attr(title);
display: inline-block;
color: #000000;
background: #808080;
border: solid 1px #2F4F4F;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
font-family: Copperplate, "Copperplate Gothic Light", fantasy;
font-size: 14px;
font-weight: normal;
text-align: center;
width: 100%;
height: 20px;
}
input.sheet-tab:checked::before {
color: #ffffff;
background: #000000;
}
.sheet-tab-br {
border-bottom: 1px solid #778899;
margin-bottom: 5px;
margin-top: 1px;
}
input.sheet-arrow {
float: left;
}
div.sheet-body {
display: none;
background: transparent;
}
input.sheet-arrow:checked ~ div.sheet-body {
display: block;
}
.sheet-rolltemplate-def table {
width: 150px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Defense5.jpg);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 150px;
}
.sheet-rolltemplate-def th {
color: #0072bc;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-def td {
text-align: center;
color: #0072bc;
line-height: 2em;
font-size: 1.2em;
padding-bottom: 40px;
}
.sheet-rolltemplate-def .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-def .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-def .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-def .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-off table {
width: 150px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Offense5.jpg);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 150px;
}
.sheet-rolltemplate-off th {
color: #9e0b0f;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-off td {
text-align: center;
color: #9e0b0f;
line-height: 2em;
font-size: 1.2em;
padding-left: 5px;
padding-bottom: 35px;
}
.sheet-rolltemplate-off .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-off .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-off .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-off .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sbmain table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Scoreboard.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 200px;
}
.sheet-rolltemplate-sbmain th {
color: white;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sbmain td {
text-align: center;
color: white;
line-height: 1.2em;
font-size: 1.2em;
padding-left: 5px;
padding-bottom: 15px;
}
.sheet-rolltemplate-sbmain .inlinerollresult {
display: inline-block;
min-width: 1.7em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sbmain .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sbmain .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sbmain .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbGSBB2020.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb th {
color: white;
padding-left: 1px;
padding-top: 15px;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sb td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
padding-left: 5px;
}
.sheet-rolltemplate-sb .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb2 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbTDFB10.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb2 th {
color: white;
padding-top: 5px;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sb2 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
padding-left: 5px;
padding-bottom: 20px;
}
.sheet-rolltemplate-sb2 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb2 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb2 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb2 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb3 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbRCFB6.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb3 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb3 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb3 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb3 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb3 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb3 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb4 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbSJBB2.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb4 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb4 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb4 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb4 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb4 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb4 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb5 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbPPH2020.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb5 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb5 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb5 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb5 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb5 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb5 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb6 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbDFT1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb6 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb6 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb6 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb6 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb6 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb6 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb7 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbRR2020.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb7 th {
color: white;
padding-left: 1px;
padding-top: 15px;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sb7 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
padding-left: 5px;
}
.sheet-rolltemplate-sb7 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb7 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb7 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb7 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb8 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbTMJ2.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb8 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb8 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb8 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb8 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb8 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb8 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb9 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbNCR2.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb9 th {
color: white;
padding-top: 5px;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sb9 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
padding-left: 5px;
padding-bottom: 20px;
}
.sheet-rolltemplate-sb9 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb9 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb9 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb9 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb10 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbBVB1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb10 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb10 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb10 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb10 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb10 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb10 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb11 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbFSB1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb11 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb11 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb11 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb11 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb11 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb11 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb12 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbALDB1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb12 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb12 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb12 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb12 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb12 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb12 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb13 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbKSR1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb13 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb13 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb13 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb13 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb13 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb13 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb14 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbPPH1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb14 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb14 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb14 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb14 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb14 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb14 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb15 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbDSR1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb15 th {
color: white;
padding-top: 5px;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sb15 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
padding-left: 5px;
padding-bottom: 20px;
}
.sheet-rolltemplate-sb15 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb15 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb15 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb15 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb15 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb15 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb15 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-pow table {
width: 150px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Power5.jpg);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 150px;
}
.sheet-rolltemplate-pow th {
color: #959595;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-pow td {
text-align: center;
color: #9e0b0f;
line-height: 2em;
font-size: 1.2em;
padding-left: 5px;
padding-bottom: 35px;
}
.sheet-rolltemplate-pow .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-pow .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-pow .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-pow .inlinerollresult.importantroll {
border: 2px solid yellow;
}
.sheet-rolltemplate-pre table {
width: 150px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Precision4.jpg);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 150px;
}
.sheet-rolltemplate-pre th {
color: #c2c200;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 15px;
text-align: center;
font-family: Impact, Haettenschweiler, "<NAME>", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-pre td {
text-align: center;
color: #9e0b0f;
line-height: 2em;
font-size: 1.2em;
padding-bottom: 35px;
}
.sheet-rolltemplate-pre .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba (200, 218, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-pre .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-pre .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-pre .inlinerollresult.importantroll {
border: 2px solid yellow;
}
.sheet-rolltemplate-score table {
width: 150px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/LWMgif5.gif);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
min-height: 150px;
}
.sheet-rolltemplate-score th {
color: white;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "<NAME>", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-score td {
text-align: center;
color: white;
line-height: 1.2em;
font-size: 1.2em;
padding-top:70px;
}
.sheet-rolltemplate-score .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-score .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-score .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-score .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-item table {
width: 150px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/LWMgif5.gif);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
min-height: 150px;
}
.sheet-rolltemplate-item th {
color: white;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "<NAME>", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-item td {
text-align: center;
color: #9e0b0f;
line-height: 1.2em;
font-size: 1.2em;
padding-top:70px;
}
.sheet-rolltemplate-item .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-item .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-item .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-item .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-powerup table {
width: 240px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/PowerupNew.jpg);
background-size: 100%;
background-repeat: no-repeat;
min-height: 240px;
}
.sheet-rolltemplate-powerup th {
color: #F6C100;
padding-left: 5px;
border-style: none;
line-height: 1.2em;
font-size: 1em;
text-align: left;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
font-variant: small-caps;
width: 180px;
}
.sheet-rolltemplate-powerup td {
color: white;
padding-left: 5px;
border-collapse:collapse;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
.sheet-rolltemplate-powerup .inlinerollresult {
display: inline-block;
color: black;
min-width: 1.5em;
text-align: center;
border: 2px solid rgba(100, 69, 70,100); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-powerup .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-powerup .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-powerup .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
} | Sports Brawl by Lost West Media/LWM_SportsBrawl_1_1.css |
.charsheet {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SBController2020.jpg");
background-size: 100%;
background-attachment: scroll;
min-height: 100%;
}
.charsheet button[type=roll] { /*Regular roll button*/
background-color: #1766D3;
color: yellow;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
font-variant: small-caps;
}
.charsheet button[type=roll].sheet-blank-logo-button {
background-image: url("https://i.imgur.com/572YPfx.jpg");
background-color: transparent;
background-repeat: no-repeat;
width: 25px;
height: 25px;
}
button,
button:hover,
button:active
{
background-image: none;
}
{
color: white;
font-family: "Optima", Optima, sans-serif;
}
.sheet-attribute {
background: #1766D3;
color: white;
font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}
.sheet-input-center-aligned {
max-width: 190px;
background: #1766D3;
color: white;
font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}
h1 {
color: yellow;
font-weight: normal;
text-align: center;
text-shadow: white;
border: 1px solid #5E9AED;
border-radius: 5px;
box-shadow: 0 0 5px 3px #0064EE;
margin: 5px;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}
h2 {
color: yellow;
font-weight: normal;
text-align: center;
text-shadow: white;
border: 1px solid #5E9AED;
border-radius: 5px;
box-shadow: 0 0 5px 3px #0064EE;
margin: 5px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
h3 {
color: white;
font-weight: normal;
text-align: center;
margin: 5px;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}
h4 {
color: white;
font-weight: normal;
text-align: left;
text-shadow: white;
margin: 5px;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}
h5 {
color: white;
font-weight: normal;
text-align: left;
text-shadow: white;
margin: 5px;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}
/* Roll Button Configuration */
button[type=roll].sheet-blank-roll-button::before {
background: transparent;
display:none;
}
button[type=roll].sheet-blank-roll-button::active {
background: transparent;
top:7px;
}
button[type=roll].sheet-blank-roll-button::active::before {
background-color: transparent;
top:-2px;
}
button[type=roll].sheet-blank-logo-button::before {
background: transparent;
display:none;
}
button[type=roll].sheet-blank-logo-button::active {
background: transparent;
top:7px;
}
button[type=roll].sheet-blank-logo-button::active::before {
background-color: transparent;
top:-2px;
}
.sheet-select
{
background: #1766D3;
border: solid 1px #2F4F4F;
color: yellow;
margin-bottom: 0;
font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}
.sheet-textarea
{
width: 700px;
height:40px;
background: transparent;
color: #ffffff;
font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}
.sheet-rolltemplate-roll table {
width: 150px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Move5.jpg);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 150px;
}
.sheet-rolltemplate-roll th {
color: #00c767;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-roll td {
text-align: center;
color: #00c767;
line-height: 2em;
font-size: 1.2em;
padding-left: 5px;
padding-bottom: 35px;
}
.sheet-rolltemplate-roll .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-roll .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-roll .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-roll .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
div.sheet-tab-content { display: none; }
input.sheet-tab1:checked ~ div.sheet-tab1,
input.sheet-tab2:checked ~ div.sheet-tab2,
{
display: block;
}
input.sheet-tab {
width: calc(20% - 4px);
max-width: 110px;
height: 20px;
outline: none !important;
position: relative;
cursor: pointer;
z-index: 1;
}
input.sheet-tab1 {
margin-left: 1px;
}
input.sheet-tab::before {
content: attr(title);
display: inline-block;
color: #000000;
background: #808080;
border: solid 1px #2F4F4F;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
font-family: Copperplate, "Copperplate Gothic Light", fantasy;
font-size: 14px;
font-weight: normal;
text-align: center;
width: 100%;
height: 20px;
}
input.sheet-tab:checked::before {
color: #ffffff;
background: #000000;
}
.sheet-tab-br {
border-bottom: 1px solid #778899;
margin-bottom: 5px;
margin-top: 1px;
}
input.sheet-arrow {
float: left;
}
div.sheet-body {
display: none;
background: transparent;
}
input.sheet-arrow:checked ~ div.sheet-body {
display: block;
}
.sheet-rolltemplate-def table {
width: 150px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Defense5.jpg);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 150px;
}
.sheet-rolltemplate-def th {
color: #0072bc;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-def td {
text-align: center;
color: #0072bc;
line-height: 2em;
font-size: 1.2em;
padding-bottom: 40px;
}
.sheet-rolltemplate-def .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-def .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-def .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-def .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-off table {
width: 150px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Offense5.jpg);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 150px;
}
.sheet-rolltemplate-off th {
color: #9e0b0f;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-off td {
text-align: center;
color: #9e0b0f;
line-height: 2em;
font-size: 1.2em;
padding-left: 5px;
padding-bottom: 35px;
}
.sheet-rolltemplate-off .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-off .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-off .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-off .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sbmain table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Scoreboard.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 200px;
}
.sheet-rolltemplate-sbmain th {
color: white;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sbmain td {
text-align: center;
color: white;
line-height: 1.2em;
font-size: 1.2em;
padding-left: 5px;
padding-bottom: 15px;
}
.sheet-rolltemplate-sbmain .inlinerollresult {
display: inline-block;
min-width: 1.7em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sbmain .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sbmain .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sbmain .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbGSBB2020.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb th {
color: white;
padding-left: 1px;
padding-top: 15px;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sb td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
padding-left: 5px;
}
.sheet-rolltemplate-sb .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb2 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbTDFB10.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb2 th {
color: white;
padding-top: 5px;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sb2 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
padding-left: 5px;
padding-bottom: 20px;
}
.sheet-rolltemplate-sb2 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb2 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb2 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb2 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb3 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbRCFB6.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb3 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb3 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb3 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb3 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb3 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb3 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb4 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbSJBB2.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb4 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb4 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb4 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb4 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb4 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb4 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb5 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbPPH2020.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb5 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb5 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb5 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb5 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb5 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb5 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb6 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbDFT1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb6 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb6 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb6 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb6 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb6 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb6 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb7 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbRR2020.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb7 th {
color: white;
padding-left: 1px;
padding-top: 15px;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sb7 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
padding-left: 5px;
}
.sheet-rolltemplate-sb7 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb7 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb7 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb7 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb8 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbTMJ2.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb8 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb8 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb8 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb8 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb8 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb8 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb9 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbNCR2.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb9 th {
color: white;
padding-top: 5px;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sb9 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
padding-left: 5px;
padding-bottom: 20px;
}
.sheet-rolltemplate-sb9 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb9 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb9 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb9 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb10 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbBVB1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb10 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb10 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb10 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb10 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb10 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb10 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb11 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbFSB1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb11 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb11 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb11 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb11 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb11 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb11 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb12 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbALDB1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb12 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb12 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb12 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb12 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb12 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb12 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb13 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbKSR1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb13 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb13 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb13 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb13 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb13 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb13 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb14 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbPPH1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb14 th {
color: white;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
padding-bottom: 50px;
}
.sheet-rolltemplate-sb14 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
}
.sheet-rolltemplate-sb14 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb14 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb14 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb14 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb15 table {
width: 200px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SbDSR1.jpg);
background-size: 200px;
background-repeat: no-repeat;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
min-height: 200px;
}
.sheet-rolltemplate-sb15 th {
color: white;
padding-top: 5px;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-sb15 td {
text-align: center;
color: white;
line-height: 1.3em;
font-size: 1.3em;
padding-left: 5px;
padding-bottom: 20px;
}
.sheet-rolltemplate-sb15 .inlinerollresult {
display: inline-block;
min-width: 1.3em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-sb15 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb15 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb15 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-sb15 .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-sb15 .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-sb15 .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-pow table {
width: 150px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Power5.jpg);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 150px;
}
.sheet-rolltemplate-pow th {
color: #959595;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-pow td {
text-align: center;
color: #9e0b0f;
line-height: 2em;
font-size: 1.2em;
padding-left: 5px;
padding-bottom: 35px;
}
.sheet-rolltemplate-pow .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-pow .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-pow .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-pow .inlinerollresult.importantroll {
border: 2px solid yellow;
}
.sheet-rolltemplate-pre table {
width: 150px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/Precision4.jpg);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Andale Mono", AndaleMono, monospace;
min-height: 150px;
}
.sheet-rolltemplate-pre th {
color: #c2c200;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 15px;
text-align: center;
font-family: Impact, Haettenschweiler, "<NAME>", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-pre td {
text-align: center;
color: #9e0b0f;
line-height: 2em;
font-size: 1.2em;
padding-bottom: 35px;
}
.sheet-rolltemplate-pre .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba (200, 218, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-pre .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-pre .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-pre .inlinerollresult.importantroll {
border: 2px solid yellow;
}
.sheet-rolltemplate-score table {
width: 150px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/LWMgif5.gif);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
min-height: 150px;
}
.sheet-rolltemplate-score th {
color: white;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "<NAME>", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-score td {
text-align: center;
color: white;
line-height: 1.2em;
font-size: 1.2em;
padding-top:70px;
}
.sheet-rolltemplate-score .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-score .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-score .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-score .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-item table {
width: 150px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/LWMgif5.gif);
background-size: 150px;
background-repeat: no-repeat;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
min-height: 150px;
}
.sheet-rolltemplate-item th {
color: white;
padding-left: 1px;
line-height: 1.2em;
font-size: 1.2em;
padding-bottom: 13px;
text-align: center;
font-family: Impact, Haettenschweiler, "<NAME>", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
width: 150px;
}
.sheet-rolltemplate-item td {
text-align: center;
color: #9e0b0f;
line-height: 1.2em;
font-size: 1.2em;
padding-top:70px;
}
.sheet-rolltemplate-item .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
color: black;
border: 2px solid rgba(0, 0, 0,1); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-item .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-item .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-item .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-powerup table {
width: 240px;
padding: 2px;
background:url (https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/PowerupNew.jpg);
background-size: 100%;
background-repeat: no-repeat;
min-height: 240px;
}
.sheet-rolltemplate-powerup th {
color: #F6C100;
padding-left: 5px;
border-style: none;
line-height: 1.2em;
font-size: 1em;
text-align: left;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
font-variant: small-caps;
width: 180px;
}
.sheet-rolltemplate-powerup td {
color: white;
padding-left: 5px;
border-collapse:collapse;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
.sheet-rolltemplate-powerup .inlinerollresult {
display: inline-block;
color: black;
min-width: 1.5em;
text-align: center;
border: 2px solid rgba(100, 69, 70,100); /*Cool Gray 6 C*/
}
.sheet-rolltemplate-powerup .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-powerup .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-powerup .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
} | 0.543348 | 0.223292 |
==============================================
TABLE OF CONTENT
==============================================
1. Sections
2. Headings
3. Navbar
4. Search
5. Top Bar
6. CountUps
7. Helper Classes
a) Text-content
b) Image-properties
c) Buttons
d) Lists
e) Color Control
f) Video Box
g) Pagination
h) Borders
i) Animations
8. Preloader
9. Scroll to Top
10. Number Boxes
11. Service Boxes
12. Clients
13. Feature Boxes
14. Progress Bars
15. Price Tables
16. Newsletter Form
17. Footer
18. Blog (Grid, Lists, Post)
19. Testmonials
20. Projects
21. Partners (also Team)
22. Feedback Form
23. Team, Team Single
24. Video Section
25. Projects
26. Project Single (Page)
27. Accordions
28. Service Single (Page)
29. Callback
30. Projects Masonry
31. Under Construction
32. Shop Single Slider
33. Shop Single (Page)
34. Shop Products
35. 404 (Page)
36. Contact (Page)
37. Tabs
38. Owl Carousel
39. Pie Charts
40. Chart JS
==============================================
[END] TABLE OF CONTENT
==============================================
*/
/*-----------------------------------------
1. Sections
-------------------------------------------*/
.section-block{
padding: 90px 0px 90px 0px;
background-color: #fff;
}
.section-block-grey{
padding: 90px 0px 90px 0px;
background-color: #f9f9f9;
}
.section-block-dark{
padding: 90px 0px 90px 0px;
background-color: #222;
}
.section-block-parallax{
position: relative;
background-size: cover;
background-attachment: fixed;
background-position: 50% 50%;
padding: 90px 0px 90px 0px;
}
.section-block-bg{
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
padding: 90px 0px 90px 0px;
}
.section-block-transparent{
padding: 90px 0px 90px 0px;
background: transparent;
}
.no-repeat{
background-repeat: no-repeat;
}
.section-clients{
background: #fff;
padding: 50px 0px;
}
.section-clients-grey{
background: #f9f9f9;
padding: 50px 0px;
}
.notice-section{
background: #fff;
padding: 60px 0px;
}
.notice-section-grey{
background: #f7f7f7;
padding: 60px 0px;
}
.notice-section-bg{
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
padding: 60px 0px 60px 0px;
}
.notice-section h2, .notice-section-grey h2, .notice-section-bg h2{
position: relative;
font-size: 42px;
font-weight: 400;
color: #111;
}
.notice-section h3, .notice-section-grey h3, .notice-section-bg h3{
position: relative;
font-size: 35px;
font-weight: 400;
color: #111;
}
.notice-section h4, .notice-section-grey h4, .notice-section-bg h4{
position: relative;
font-size: 30px;
font-weight: 500;
color: #111;
}
.notice-section h5, .notice-section-grey h5, .notice-section-bg h5{
position: relative;
font-size: 25px;
font-weight: 500;
color: #111;
}
.notice-section h6, .notice-section-grey h6, .notice-section-bg h6{
position: relative;
font-size: 20px;
font-weight: 500;
color: #111;
}
.notice-section-sm{
padding: 40px 0px;
}
.notice-section-md{
padding: 60px 0px;
}
.notice-section-lg{
padding: 80px 0px;
}
.section-sm{
padding: 30px 0px;
}
.section-md{
padding: 40px 0px;
}
.section-lg{
padding: 80px 0px;
}
/*-----------------------------------------
2. Headings
-------------------------------------------*/
.section-heading{
margin-bottom: 10px;
}
.section-heading h2{
position: relative;
font-size: 42px;
font-weight: 500;
color: #111;
line-height: 130%;
margin-bottom: 10px;
}
.section-heading h3{
position: relative;
font-size: 35px;
font-weight: 600;
color: #111;
line-height: 130%;
margin-bottom: 10px;
}
.section-heading h4{
position: relative;
font-size: 30px;
font-weight: 600;
color: #111;
line-height: 160%;
margin-bottom: 10px;
}
.section-heading h5{
position: relative;
font-size: 25px;
font-weight: 600;
color: #111;
line-height: 160%;
margin-bottom: 10px;
}
.section-heading h6{
position: relative;
font-size: 20px;
font-weight: 500;
color: #111;
line-height: 160%;
margin-bottom: 10px;
}
.section-heading strong{
font-weight: 600;
}
.section-heading-line{
content: '';
display: block;
width: 100px;
height: 3px;
background: #2ebf7e;
border-radius: 25%;
margin: auto;
margin-top: 15px;
margin-bottom: 5px;
}
.section-heading-line-left{
content: '';
display: block;
width: 100px;
height: 3px;
background: #2ebf7e;
border-radius: 25%;
margin-top: 15px;
margin-bottom: 5px;
}
.section-heading p{
font-size: 15px;
font-weight: 400;
color: #aaa;
line-height: 160%;
padding-top: 15px;
margin-bottom: 0px;
}
.section-heading span{
position: relative;
font-size: 15px;
font-weight: 500;
color: #2ebf7e;
line-height: 200%;
margin-bottom: 10px;
}
.page-title-section{
padding: 110px 0px 110px 0px;
background-color: #eee;
background-size: cover;
background-position: center;
text-align: center;
border-bottom: 1px solid #f5f5f5;
}
.page-title-section h1{
font-size: 40px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1;
color: #fff;
text-align: center;
margin-bottom: 10px;
}
.page-title-section ul li{
display: inline-block;
}
.page-title-section ul li:after{
content: ' \f105';
color: #fff;
font-family: 'FontAwesome';
padding: 0px 10px;
}
.page-title-section ul li:last-child:after{
content: none;
}
.page-title-section ul li a{
color: #fff;
font-size: 14px;
font-weight: 500;
}
.page-title-section ul li a:hover{
color: #111;
}
/*-----------------------------------------
3. Navbar
-------------------------------------------*/
.affix {
top: 0;
width: 100%;
z-index: 9999999;
}
/*Affix Disable*/
@media (max-width: 1200px) {
.affix {
position: static;
}
}
#bs-example-navbar-collapse-1{
padding: 0px;
}
.navbar-nav{
margin: 0px;
}
.nav-wrapper{
min-height: 90px;
}
.navbar-header-custom{
background: transparent;
padding: 30px 0px 25px 0px;
}
.navbar-logo img{
max-width: 100%;
margin-left: 15px;
max-height: 50px;
}
.navbar-custom{
background: #fff;
border: none;
border-radius: 0px;
padding: 0px 0px 0px 0px;
margin-bottom: 0px;
border-bottom: 1px solid #eee;
box-shadow: 0 0 65px rgba(0,0,0,.09);
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.navbar-custom .navbar-links-custom li {
padding: 25px 0px 25px 0px;
}
.navbar-custom .navbar-links-custom li a{
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #111;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.navbar-custom .navbar-links-custom li a i{
font-size: 9px;
font-weight: normal;
}
.navbar-custom .navbar-toggle .icon-bar {
background-color: #2ebf7e;
}
@media screen and (max-width:964px) {
.navbar-custom .navbar-links-custom li{
font-size: 13px;
font-weight: bold;
-webkit-transition-duration: .3s;
transition-duration: .3s;
border-bottom: 1px solid rgba(0, 0, 0, .05);
padding: 0px !important;
margin: 0px;
}
.navbar-custom .navbar-links-custom li:last-child{
border-bottom: none;
}
.navbar-custom .navbar-links-custom li a{
color: #111 !important;
margin: 0px;
padding: 15px;
}
.navbar-default .navbar-links-custom .open .dropdown-menu>li>a {
color: #111 !important;
font-size: 12px;
padding: 5px 0px 5px 20px;
}
}
.dropdown-menu{
background-color: #fff;
border-radius: 0px !important;
padding: 5px;
}
.navbar-links-custom .dropdown ul{
padding: 0px 13px 13px 13px;
border: none;
margin-left: 5px;
margin-top: 0px;
-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.15);
box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.15);
}
.navbar-links-custom .dropdown ul li{
padding: 0px;
border: none;
}
.navbar-links-custom .dropdown ul li a{
border-radius: 0px;
font-size: 12px;
font-weight: 500;
padding: 7px 12px 7px 16px;
width: 180px;
text-transform: none;
text-align: left;
color: #999;
}
.navbar-links-custom .dropdown ul li a:hover{
background: #fff;
color: #2ebf7e !important;
}
/*DROPDOWN ICON STYLES*/
.navbar-links-custom .dropdown .dropdown-toggle:after{
content: "\f107";
font-family: FontAwesome;
padding-left: 6px;
}
.active-link a{
color: #fff !important;
}
@media screen and (max-width:767px) {
.navbar-links-custom .dropdown ul li a:hover{
color: #111 !important;
}
}
.menu-icon{
border: none;
background: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: transparent;
}
/*Navbar breakpoint*/
@media (max-width: 1200px) {
.navbar-custom{
background: #fff;
color: #111 !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #111 !important;
background-color: transparent;
}
.dropdown-menu:after{
border: none;
}
.navbar-custom .navbar-links-custom{
padding: 0px !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
margin: 0px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
max-height: 100%;
}
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
color: #111;
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-links-custom{
padding-bottom: 5px;
}
.navbar-custom .navbar-links-custom li {
padding: 5px 0px 0px 5px;
}
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #2ebf7e !important;
background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}
/*-----------------------------------------
4. Search
-------------------------------------------*/
#search_nav{
display: inline-block;
z-index: 9999;
}
.search-holder{
color: #323232;
margin-top: 18px;
border-left: 1px solid #f7f7f7;
}
.search-button{
padding-left: 12.5px;
cursor: pointer;
}
@media (max-width: 991px) {
.search-holder{
border: none !important;
}
.search-button i{
padding: 17px 0px;
cursor: pointer;
}
.search-button i:after{
font-family: 'Nunito', sans-serif;
content: 'Search';
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
display: inline-block;
padding-left: 10px;
}
.search-overlay-content input{
margin: 30px;
max-width: 80%;
}
.search-overlay-content {
position: relative;
top: 15% !important;
text-align: center;
}
}
.search-overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
overflow-x: hidden;
transition: 0.5s;
}
.search-overlay-content {
position: relative;
top: 35%;
width: 100%;
text-align: center;
margin-top: 30px;
}
.search-overlay-content input{
font-size: 35px;
font-weight: 500;
color: #fff;
background: transparent;
border: none;
border-bottom: 2px solid #fff;
opacity: 0.5;
padding: 15px 15px;
}
.search-overlay a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #818181;
display: block;
transition: 0.3s;
}
.search-overlay a:hover, .search-overlay a:focus {
color: #f1f1f1;
}
.search-overlay .closebtn {
position: absolute;
top: 20px;
right: 30px;
font-size: 60px;
}
@media screen and (max-height: 450px) {
.search-overlay a {font-size: 20px}
.search-overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}
/*-----------------------------------------
5. Top-Bar
-------------------------------------------*/
#top-bar{
display: block;
position: relative;
z-index: 999;
background: #2a2a2a;
height: 45px;
}
.top-bar-welcome{
display: inline-block;
}
.top-bar-welcome ul{
padding-left: 0px;
margin-bottom: 0px;
}
.top-bar-welcome li{
font-size: 13px;
font-weight: 500;
color: #fff;
list-style-type: none;
margin: 0px;
padding-top: 2px;
margin-right: 5px;
}
.top-bar-info {
display: inline-block;
}
.top-bar-info ul{
padding-left: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 20px;
}
.top-bar-info li{
font-size: 13px;
font-weight: 500;
color: #fff;
list-style-type: none;
display: inline-block;
padding: 13.5px 5px 0px 5px;
margin-bottom: 0px;
}
.top-bar-info li i{
font-size: 13px;
color: #2ebf7e;
margin-right: 8px;
}
.social-icons{
padding: 0px;
float: right;
margin: 0px;
}
.social-icons li{
font-size: 14px;
list-style-type: none;
float: left;
width: 35px;
text-align: center;
margin: 0px;
padding: 13px 0px 13px 0px;
}
.social-icons li a{
opacity: .7;
color: #fff;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.social-icons a:hover{
opacity: 1;
}
/*-----------------------------------------
6. CountUps
-------------------------------------------*/
.counter-box{
position: relative;
text-align: center;
margin: 15px 0px;
}
@media (max-width: 767px) {
.counter-box{
margin: 30px;
}
}
.counter-box h4{
display: inline-block;
font-size: 35px;
font-weight: 600;
color: #111;
}
.counter-box h4:after{
content: '+';
}
.counter-box h3{
display: inline-block;
font-size: 45px;
font-weight: 600;
color: #111;
}
.counter-box h3:after{
content: '+';
}
.counter-box p{
font-size: 15px;
font-weight: 500;
color: #999;
line-height: 1.7;
margin-top: 10px;
}
.counter-box p:before{
content: '';
display: block;
background: #2ebf7e;
height: 3px;
width: 70px;
margin: 10px auto;
}
.counter-box.left-holder p:before{
content: '';
display: block;
background: #2ebf7e;
height: 3px;
width: 70px;
margin: 10px 0px;
}
/*-----------------------------------------
7. Helper Classes
-------------------------------------------*/
/*--------------------
a) Text-content
----------------------*/
.text-content p{
font-size: 14px;
font-weight: 400;
color: #999;
line-height: 190%;
margin-bottom: 15px;
}
.text-content-big p{
font-size: 15px;
font-weight: 400;
color: #999;
line-height: 200%;
margin-bottom: 15px;
}
.text-content-small p{
font-size: 12px;
font-weight: 400;
color: #999;
line-height: 200%;
margin-bottom: 15px;
}
.text-uppercase{
text-transform: uppercase;
}
.text-thin{
font-weight: 400 !important;
}
.text-semi-bold{
font-weight: 600 !important;
}
.text-bold{
font-weight: 700 !important;
}
.text-bold p{
font-weight: 700 !important;
}
/*--------------------
b) Image-properties
----------------------*/
.rounded-border{
border-radius: 10px !important;
}
.semi-rounded{
border-radius: 5px !important;
}
.no-rounded{
border-radius: 0px !important;
}
.shadow-primary{
-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.2);
box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.full-width{
width: 100%;
}
.half-width{
min-width: 50%;
}
/*--------------------
c) Buttons
----------------------*/
.primary-button{
background: #2ebf7e;
color: #fff;
font-size: 11px;
font-weight: 500;
border-radius: 50px;
padding: 10px 15px 10px 15px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
}
.primary-button:hover {
background: #222;
color: #fff;
}
.white-button{
background: #fff;
transition: background-position 0.5s;
color: #111;
border: 1px solid #ccc;
font-size: 11px;
font-weight: 500;
border-radius: 50px;
padding: 10px 15px 10px 15px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
}
.white-button:hover {
color: #111;
transform: translateY(-.4rem);
box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}
.dark-button{
background: #111;
color: #fff;
font-size: 11px;
font-weight: 500;
border-radius: 50px;
padding: 10px 15px 10px 15px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.dark-button:hover{
color: #fff;
background: #2ebf7e;
}
.bordered-button{
background: transparent;
border: 2px solid #2ebf7e;
color: #2ebf7e;
font-size: 12px;
font-weight: 500;
border-radius: 50px;
padding: 10px 15px 10px 15px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
}
.bordered-button:hover {
background: #2ebf7e;
color: #fff;
}
.button-tag{
display: inline-block;
font-size: 12px;
font-weight: 500;
margin: 5px 0px 0px 0px;
padding: 8px 15px 8px 15px !important;
}
.button-xs{
display: inline-block;
font-size: 10px;
font-weight: 500;
padding: 8px 17px 8px 17px;
}
.button-sm{
display: inline-block;
font-weight: 500;
font-size: 12px;
padding: 11px 22px 11px 22px;
}
.button-md{
display: inline-block;
font-size: 14px;
font-weight: 500;
padding: 13px 25px 13px 25px;
}
.button-lg{
display: inline-block;
font-size: 17px;
font-weight: 600;
padding: 20px 35px 20px 35px !important;
}
/*--------------------
d) Lists
----------------------*/
.primary-list{
padding-left: 0px;
}
.primary-list li{
list-style-type: none;
color: #222;
font-size: 14px;
font-weight: 500;
margin-top: 15px;
}
.primary-list li i{
color: #2ebf7e;
padding-right: 10px;
}
.dark-list{
padding-left: 0px;
}
.dark-list li{
list-style-type: none;
color: #222;
font-size: 14px;
font-weight: 500;
margin-top: 15px;
}
.dark-list li i{
color: #222;
padding-right: 10px;
}
.white-list{
padding-left: 0px;
}
.white-list li{
list-style-type: none;
color: #fff;
font-size: 14px;
font-weight: 500;
margin-top: 15px;
}
.white-list li i{
color: #2ebf7e;
padding-right: 15px;
}
/*--------------------
e) Color Control
----------------------*/
.primary-color h1,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6,
.primary-color p,
.primary-color i,
.primary-color span{
color: #2ebf7e !important;
}
.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6,
.dark-color p,
.dark-color i,
.dark-color span{
color: #111 !important;
}
.white-color,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color i,
.white-color span{
color: #fff !important;
}
/*--------------------
f) Video Box
----------------------*/
.video-video-box{
position: relative;
display: block;
width: 100%;
height: auto;
}
.video-video-box img{
width: 100%;
}
.video-video-box-overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 1;
transition: .5s ease;
}
.video-video-box-button{
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.video-video-box-button button{
color: #fff;
font-size: 25px;
background: rgba(0, 0, 0, .8);
width: 100px;
height: 100px;
border-radius: 50%;
padding-top: 5px;
padding-left: 12px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.video-video-box-button button:hover{
color: #111;
background: #fff;
}
@media (max-width: 991px) {
.video-video-box-button button{
color: #222;
font-size: 15px;
background: rgba(255, 255, 255, .7);
width: 60px;
height: 60px;
border-radius: 50%;
padding-top: 1px;
padding-left: 9px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
}
/*--------------------
g) Pagination
----------------------*/
.paginator{
display: inline-block;
border-radius: 10px;
font-size: 15px;
font-weight: 600;
color: #2d2d2d;
background: #f1f1f1;
padding: 10px 15px 10px 15px;
margin: 3px;
}
.paginator:hover{
color: #fff;
background: #bda87f;
}
.paginator:focus{
color: #fff;
background: #bda87f;
}
.active-page{
color: #fff;
background: #bda87f;
}
/*--------------------
h) Borders
----------------------*/
.border-top{
border-top: 1px solid #ececec;
}
.border-bottom{
border-bottom: 1px solid #ececec;
}
.border-left{
border-left: 1px solid #ececec;
}
.border-right{
border-right: 1px solid #ececec;
}
.border-full{
border: 1px solid #ececec;
}
/*--------------------
i) Animations
----------------------*/
@-webkit-keyframes pulse {
25% {
-webkit-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(.85);
transform: scale(.85);
}
}
@keyframes pulse {
25% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(.85);
-ms-transform: scale(.85);
transform: scale(.85);
}
}
/*-----------------------------------------
8. Preloader
-------------------------------------------*/
#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 99999;
width: 100%;
height: 100%;
overflow: visible;
background: #fff;
display: table;
text-align: center;
}
.loader {
display: table-cell;
vertical-align: middle;
height: 100%;
width: 100%;
position: relative;
width: 200px;
height: 200px;
}
.loader-icon {
width: 80px;
height: 80px;
border: 2px solid #2ebf7e;
border-right-color: #eee;
border-radius: 50%;
position: relative;
animation: loader-rotate 1s linear infinite;
margin: 0 auto;
}
@keyframes loader-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
/*-----------------------------------------
9. Scroll To Top Button
-------------------------------------------*/
.scroll-to-top{
font-size: 20px;
padding: 6px;
text-align:center;
color: #fff;
text-decoration: none;
position:fixed;
bottom:80px;
right: 10px;
display:none;
border-radius: 50%;
background: #333;
width: 40px;
height: 40px;
z-index: 9999;
outline: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.scroll-to-top i{
color: #fff;
}
.scroll-to-top:hover{
color: #111;
background: #fff;
}
.scroll-to-top:hover i{
color: #111;
}
.scroll-to-top:visited{
color: #111;
text-decoration:none;
}
/*-----------------------------------------
10. Number Boxes
-------------------------------------------*/
.number-box{
text-align: center;
padding: 20px;
margin: 15px 0px;
background: #fff;
border-radius: 3px;
}
.number-box h3{
color: #111;
line-height: 1;
font-size: 60px;
font-weight: 200;
}
.number-box-line{
content: '';
border-bottom: 1px dashed #dedede;
width: 100%;
margin: 20px auto;
}
.number-box-line:before{
content: '';
display: block;
margin: auto;
margin-bottom: -7.5px;
height: 15px;
width: 15px;
border: 2px solid #2ebf7e;
background: #fff;
border-radius: 50%;
}
.number-box h4{
color: #111;
font-size: 20px;
font-weight: 400;
}
.number-box p{
color: #999;
font-size: 14px;
font-weight: 400;
margin-top: 15px;
line-height: 1.5;
}
/*-----------------------------------------
11. Service Boxes
-------------------------------------------*/
/*--------------
Styles 1
----------------*/
.owl-carousel .service-box{
margin: 15px 15px 25px 15px;
}
.service-box{
background: #fff;
overflow: hidden;
border: 1px solid #eee;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
-moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.service-inner-box{
padding: 0px 20px 20px 20px;
}
.service-icon-box{
width: 25%;
float: left;
padding-top: 5px;
}
.service-content-box{
width: 75%;
float: left;
}
.service-box img{
width: 100%;
margin-bottom: 25px;
}
.service-box h3{
color: #111;
font-size: 18px;
font-weight: 500;
}
.service-box p{
color: #999;
font-size: 15px;
font-weight: 400;
margin-top: 10px;
}
.service-box i{
color: #2ebf7e;
font-size: 53px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
@media (max-width: 991px) {
.service-box i{
font-size: 33px;
}
}
@media (max-width: 767px) {
.service-box i{
font-size: 45px;
}
}
.service-box:hover i{
color: #111;
}
/*--------------
Styles 2
----------------*/
.service-block{
position: relative;
margin-top: 30px;
margin-bottom: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.service-block img{
width: 100%;
border-radius: 5px;
margin-bottom: 10px;
}
.service-block-number{
width: 15%;
float: left;
}
.service-block-title{
width: 75%;
float: left;
}
.service-block-number h5{
color: #2ebf7e;
font-size: 35px;
font-weight: 500;
}
.service-block-title h4{
color: #2ebf7e;
font-size: 17px;
font-weight: 500;
padding-top: 12.5px;
padding-left: 10px;
}
.service-block-title h4 a:hover{
color: #2ebf7e;
}
.service-block p{
color: #999;
font-size: 15px;
font-weight: 400;
}
/*--------------
Styles 3
----------------*/
.service-simple{
position: relative;
background: #fff;
border: 1px solid #ececec;
border-radius: 5px;
overflow: hidden;
margin: 15px 0px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
.service-simple img{
width: 100%;
}
.service-simple-inner{
position: relative;
padding: 25px 25px 20px 25px;
}
.service-simple h4{
font-size: 20px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.service-simple h4:before{
content: '●';
color: #2ebf7e;
margin-right: 10px;
}
.service-simple p{
font-size: 15px;
color: #999;
line-height: 1.7;
margin-bottom: 0px;
}
.service-simple-button a{
display: inline-block;
background: #111;
color: #fff;
border-radius: 5px;
text-align: center;
font-size: 14px;
font-weight: 500;
width: 100%;
margin: 15px 0px 2px 0px;
padding: 15px 20px 15px 20px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
}
.service-simple-button a:hover{
background: #2ebf7e;
}
/*--------------
Styles 4
----------------*/
.service-box-car-2{
display: block;
background: #fff;
text-align: center;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.07);
border-radius: 5px;
padding: 30px 25px;
margin: 15px;
margin-bottom: 30px;
}
.service-box-car-2 i{
display: block;
color: #2ebf7e;
font-size: 55px;
margin-bottom: 5px;
}
.service-box-car-2 h4{
color: #111;
font-size: 18px;
margin: 18px 0px;
}
.service-box-car-2 p{
font-size: 15px;
color: #999;
line-height: 1.7;
margin-bottom: 0px;
}
/*--------------
Styles 5
----------------*/
.services-box-3{
display: block;
background: #fff;
overflow: hidden;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.12);
border-radius: 5px;
margin: 15px 0px;
}
.services-box-3 img{
width: 100%;
}
.services-box-3-header{
padding: 20px;
}
.services-box-3 span{
display: inline-block;
background: #2ebf7e;
color: #fff;
font-weight: 500;
font-size: 13px;
border-radius: 5px;
padding: 2px 5px;
margin-bottom: 10px;
}
/*--------------
Styles 6
----------------*/
.serv-section-2{
position: relative;
border: 1px solid #eee;
background: #fff;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
border-radius: 5px;
overflow: hidden;
padding: 30px;
}
.serv-section-2:before {
position: absolute;
top: 0;
right: 0px;
z-index: 0;
content: " ";
width: 120px;
height: 120px;
background: #f5f5f5;
border-bottom-left-radius: 136px;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.serv-section-2:hover:before{
background: #2ebf7e;
}
.serv-section-2-icon{
position: absolute;
top: 18px;
right: 22px;
max-width: 100px;
z-index: 1;
text-align: center
}
.serv-section-2-icon i{
color: #2ebf7e;
font-size: 48px;
line-height: 65px;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.serv-section-2:hover .serv-section-2-icon i{
color: #fff;
}
.serv-section-top-text{
width: 180px;
height: auto;
}
.serv-section-desc{
position: relative;
}
.serv-section-2 h4{
color: #333;
font-size: 20px;
font-weight: 500;
line-height: 1.5;
}
.serv-section-2 h5{
color: #333;
font-size: 17px;
font-weight: 400;
line-height: 1;
margin-top: 5px;
}
.serv-section-2 p{
margin-top: 25px;
padding-right: 50px;
}
.serv-section-2-act:before{
background: #2ebf7e;
}
.serv-section-2-act:hover:before{
background: #f5f5f5;
}
.serv-section-2-icon-act i{
color: #fff;
}
.serv-section-2-act:hover .serv-section-2-icon-act i{
color: #2ebf7e!important;
}
@media (max-width: 991px) {
.serv-section-2{
margin-top: 20px;
}
.serv-section-2:before {
margin-top: 0px;
}
.serv-section-2-icon i{
position: absolute;
right: -3px;
top: 0px;
}
}
@media (max-width: 425px) {
.serv-section-2{
padding: 30px 10px;
}
}
/*-----------------------------------------
12. Clients
-------------------------------------------*/
.clients img{
opacity: .6;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.clients img:hover{
opacity: 1;
}
/*-----------------------------------------
13. Feature Boxes
-------------------------------------------*/
/*--------------
Styles 1
----------------*/
.simple-feature-box{
background: #fff;
border-radius: 5px;
padding: 15px;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.simple-feature-box:hover{
-webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
-moz-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
}
.simple-feature-box-icon{
text-align: center;
margin: auto;
}
.simple-feature-box-icon i{
font-size: 18px;
width: 32px;
height: 32px;
color: #fff;
background: #2ebf7e;
border-radius: 50%;
padding: 6.5px;
padding-left: 9px;
}
.simple-feature-box-content h4{
font-size: 18px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
@media (max-width: 767px) {
.simple-feature-box-content{
padding-left: 25px;
}
}
/*--------------
Styles 2
----------------*/
.feature-block{
position: relative;
text-align: center;
background: #fff;
padding: 15px;
margin: 15px 0px;
}
.feature-block-icon i{
color: #2ebf7e;
font-size: 55px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-block h4{
color: #111;
font-size: 18px;
font-weight: 500;
margin: 20px 0px 10px 0px;
}
.feature-block p{
font-size: 15px;
color: #999;
line-height: 1.7;
margin-bottom: 0px;
}
.feature-block:hover .feature-block-icon{
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-duration: .7s;
animation-duration: .7s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*--------------
Styles 3
----------------*/
.feature-box{
position: relative;
background: #fff;
padding: 20px;
border-radius: 5px;
text-align: center;
margin: 20px 0px 20px 0px;
-webkit-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
-moz-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.feature-box:hover{
-webkit-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
-moz-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
}
.feature-box i{
color: #2ebf7e;
font-size: 60px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.feature-box:hover i{
color: #111;
}
.feature-box h4{
color: #111;
font-size: 18px;
font-weight: 500;
line-height: 170%;
margin: 15px 0px;
}
.feature-box p{
color: #999;
font-size: 14px;
font-weight: 500;
line-height: 170%;
}
/*--------------
Styles 4
----------------*/
.feature-flex{
position: relative;
margin: 30px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-flex-icon{
float: left;
width: 25%;
margin-top: 20px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-flex-icon i{
color: #fff;
border-radius: 50%;
background-image: linear-gradient(120deg,rgba(46, 191, 126, .6) 0%,#2ebf7e 100%);
padding: 21.5px 22px;
font-size: 40px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
@media (max-width: 991px) {
.feature-flex-icon{
text-align: center;
margin: auto;
}
.feature-flex-icon i{
color: #fff;
border-radius: 50%;
background-image: linear-gradient(120deg,rgba(210, 30, 43, .6) 0%,#2ebf7e 100%);
padding: 17px;
font-size: 32px;
}
}
@media (max-width: 767px) {
.feature-flex-icon{
text-align: center;
margin: auto;
}
.feature-flex-icon i{
color: #fff;
border-radius: 50%;
background-image: linear-gradient(120deg,rgba(210, 30, 43, .6) 0%,#2ebf7e 100%);
padding: 16px;
font-size: 33px;
}
}
.feature-flex-content{
float: left;
width: 75%;
padding-left: 10px;
}
.feature-flex-content h4{
color: #111;
font-size: 21px;
font-weight: 400;
}
.feature-flex-content h4 a{
color: #111;
font-size: 21px;
font-weight: 400;
}
.feature-flex-content p{
color: #999;
font-size: 15px;
font-weight: 400;
margin-top: 10px;
}
.feature-flex:hover .feature-flex-icon{
margin-top: 10px;
}
/*--------------
Styles 5
----------------*/
.feature-flex-square{
position: relative;
border-radius: 5px;
margin: 30px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-flex-square-icon{
float: left;
width: 25%;
margin-top: 5px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-flex-square-icon i{
color: #2ebf7e;
border-radius: 10px;
padding: 10px;
font-size: 55px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
@media (max-width: 991px) {
.feature-flex-square-icon{
text-align: center;
margin: 23px auto;
}
.feature-flex-square-icon i{
padding: 14px;
font-size: 30px;
}
}
.feature-flex-square-content{
float: left;
width: 75%;
padding-left: 10px;
}
.feature-flex-square-content h4{
color: #111;
font-size: 19px;
font-weight: 500;
}
.feature-flex-square-content h4 a{
color: #111;
font-size: 19px;
font-weight: 500;
}
.feature-flex-square-content p{
color: #999;
font-size: 15px;
font-weight: 400;
margin-top: 10px;
margin-bottom: 15px;
}
.feature-flex-square-content-button{
display: inline-block;
color: #111;
font-size: 14px;
font-weight: 500;
}
.feature-flex-square-content-button:after{
content: '\f0da';
font-size: 14px;
font-family: "FontAwesome";
color: #111;
margin-left: 7px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-flex-square-content-button:hover{
color: #2ebf7e;
}
.feature-flex-square-content-button:hover:after{
color: #2ebf7e;
}
/*--------------
Styles 6
----------------*/
.feature-box-long{
position: relative;
text-align: center;
border: 1px solid #ececec;
border-radius: 5px;
background: #fff;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
margin: 15px 0px;
padding: 30px 40px 35px 40px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-box-long:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.29);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.29);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.29);
}
.feature-box-long h3{
font-size: 19px;
font-weight: 500;
color: #111;
margin: 25px 0px 15px 0px;
}
.feature-box-long i{
color: #2ebf7e;
font-size: 65px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-box-long p{
font-size: 15px;
font-weight: 400;
color: #aaa;
}
/*--------------
Styles 7
----------------*/
.feature-box-2{
position: relative;
background: #fff;
border-radius: 5px;
margin: 20px 0px 20px 0px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
@media (max-width: 767px) {
.feature-box-2{
text-align: center;
padding: 0px 30px;
}
}
.feature-box-2 i{
color: #2ebf7e;
font-size: 50px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.feature-box-2 h4{
color: #111;
font-size: 18px;
font-weight: 500;
line-height: 170%;
margin: 15px 0px 5px 0px;
}
.feature-box-2 p{
color: #999;
font-size: 13px;
font-weight: 400;
line-height: 1.8;
}
/*-----------------------------------------
14. Progress Bars
-------------------------------------------*/
.progress-text{
font-size: 13px;
font-weight: 500;
color: #333;
margin-bottom: 5px;
}
.custom-progress{
height: 5px;
border-radius: 50px;
box-shadow: none;
}
.custom-bar{
height: 100%;
background-color: #2ebf7e;
box-shadow: none;
}
.custom-bar-dark{
height: 100%;
background-color: #111;
box-shadow: none;
}
.progress-medium{
height: 8px;
border-radius: 50px;
box-shadow: none;
}
.progress-bold{
height: 12px;
border-radius: 50px;
box-shadow: none;
}
/*-----------------------------------------
15. Price Tables
-------------------------------------------*/
/*--------------
Styles 1
----------------*/
.price-table{
position: relative;
border-radius: 10px;
overflow: hidden;
background: #fff;
margin: 15px 0px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
.price-table-header{
background: #111;
text-align: center;
padding: 30px;
padding-top: 0px;
}
.price-table-recommended{
position: relative;
z-index: 9999;
transform: scale(1.09);
}
@media (max-width: 767px) {
.price-table-recommended{
position: relative;
z-index: 9999;
transform: scale(1);
}
}
.price-table-header h5{
position: relative;
color: #111;
font-weight: 500;
display: inline-block;
margin-right: -7px;
text-align: center;
font-size: 17px;
background: #fff;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px;
border-bottom-left-radius: 15px;
padding: 5px 15px;
}
.price-table-header h4{
color: #fff;
font-weight: 300;
font-size: 60px;
margin: 15px 0px 10px 0px;
}
.price-table-header h4 sup{
font-size: 35px;
margin: 0px 5px;
}
.price-table-header span{
color: #fff;
font-weight: 400;
font-size: 16px;
}
.price-table-content{
padding: 20px;
}
.price-table-content ul{
padding-left: 0px;
padding-bottom: 0px;
}
.price-table-content ul li{
display: block;
list-style-type: none;
color: #111;
font-size: 14px;
font-weight: 500;
padding: 15px;
}
.price-table-content ul li:before{
content: '\f00c';
font-family: 'FontAwesome';
display: inline-block;
color: #2ebf7e;
margin-right: 12px;
}
.price-table-content ul li:nth-child(2) {
background: #eee;
}
.price-table-content a{
display: inline-block;
color: #fff;
font-size: 14px;
font-weight: 500;
background: #111;
border-radius: 10px;
padding: 15px 15px;
width: 100%;
margin-top: 15px;
}
.price-table-content a:hover{
background: #2ebf7e;
}
/*--------------
Styles 2
----------------*/
.pricing-list{
text-align: center;
border-radius: 10px;
background: #fff;
border: 2px solid #ececec;
padding: 30px 40px;
margin: 20px 0px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.pricing-list h4{
color: #111;
font-size: 25px;
font-weight: 500;
letter-spacing: 2px;
margin-bottom: 20px;
}
.pricing-list h2{
display: inline-block;
color: #111;
font-size: 65px;
font-weight: 400;
letter-spacing: 2px;
}
.pricing-list h2 sup{
color: #111;
font-size: 30px;
font-weight: 500;
}
.pricing-list span{
display: inline-block;
color: #2ebf7e;
font-weight: 500;
}
.pricing-list ul{
margin-top: 20px;
}
.pricing-list ul li{
color: #666;
font-size: 15px;
font-weight: 400;
padding: 7px;
}
.pricing-list ul li:after{
content: '';
display: block;
width: 240px;
max-width: 100%;
height: 1px;
background: #ececec;
margin: 0 auto;
margin-top: 10px;
}
.pricing-list-button{
background: #2ebf7e;
margin: 20px 15px 0px 15px;
border: 2px solid #2ebf7e;
border-radius: 5px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-button:hover{
background: #fff;
}
.pricing-list-button a{
display: block;
color: #fff;
font-size: 16px;
font-weight: 500;
padding: 8px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-button:hover a{
color: #2ebf7e;
}
.pricing-list strong{
position: absolute;
color: #fff;
font-size: 16px;
font-weight: 500;
background: #2ebf7e;
width: 65px;
height: 65px;
padding: 6px;
padding-top: 20px;
border-radius: 50%;
top: 0;
right: 0;
}
/*--------------
Styles 3
----------------*/
.pricing-list-2{
background: #fff;
padding: 45px 30px;
border-radius: 10px;
border: 2px solid #e8e8e8;
text-align: center;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.1);
z-index: 1;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2-emphasise{
position: relative;
z-index: 2;
transform: scale(1.1);
margin: 15px 0px;
}
@media (max-width: 767px) {
.pricing-list-2-emphasise{
transform: scale(1);
}
}
.pricing-list-2-top{
width: 80px;
height: 80px;
background: #fff;
border: 2px solid #2ebf7e;
line-height: 83px;
display: inline-block;
border-radius: 50px;
color: #2ebf7e;
font-size: 35px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2:hover .pricing-list-2-top{
background: #fff;
color: #2ebf7e;
}
.pricing-list-2 h4{
color: #333;
font-size: 22px;
font-weight: 500;
letter-spacing: 1px;
margin-top: 20px;
}
.pricing-list-2-price{
margin-top: 20px;
}
.pricing-list-2-price h3 sup{
color: #333;
font-size: 25px;
font-weight: 400;
}
.pricing-list-2-price h3{
color: #333;
font-size: 50px;
font-weight: 400;
display: inline-block;
}
.pricing-list-2-price span {
color: #777;
font-size: 15px;
font-weight: 500;
}
.pricing-list-2-prod{
margin-top: 20px;
}
.pricing-list-2-prod li{
color: #999;
font-size: 13px;
font-weight: 500;
line-height: 1.5;
padding: 5px 0px;
}
.pricing-list-2-prod li:after{
content: '';
display: block;
width: 180px;
max-width: 100%;
height: 1px;
background: #eee;
margin: 10px auto 0;
}
.pricing-list-2-button{
background: #fff;
border: 2px solid #2ebf7e;
display: inline-block;
border-radius: 5px;
margin-top: 20px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2-button a{
display: inline-block;
color: #2ebf7e;
font-weight: 500;
padding: 7px 50px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2-button:hover{
background: #2ebf7e;
border: 2px solid #2ebf7e;
}
.pricing-list-2-button:hover a{
color: #fff;
}
/* active version */
.pricing-list-2-button-act{
background: #2ebf7e;
border: 2px solid #2ebf7e;
display: inline-block;
border-radius: 5px;
margin-top: 20px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2-button-act a{
display: inline-block;
color: #fff;
font-weight: 500;
padding: 7px 50px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2-button-act:hover{
background: #fff;
border: 2px solid #2ebf7e;
}
.pricing-list-2-button-act:hover a{
color: #2ebf7e;
}
.pricing-list-2-top-act{
background: #2ebf7e;
color: #fff;
}
/*-----------------------------------------
16. Newsletter Form
-------------------------------------------*/
/*--------------
Styles 1
----------------*/
.newsletter-form input{
display: inline-block;
background: #fff;
color: #111;
font-size: 14px;
font-weight: 500;
outline: 0;
border: 2px solid #eee;
min-width: 270px;
max-width: 100%;
-moz-border-radius-topleft: 30px;
-webkit-border-top-left-radius: 30px;
border-top-left-radius: 30px;
-moz-border-radius-bottomleft: 30px;
-webkit-border-bottom-left-radius: 30px;
border-bottom-left-radius: 30px;
padding: 12px 20px;
}
.newsletter-form button{
display: inline-block;
background: #2ebf7e;
color: #fff;
font-size: 14px;
font-weight: 500;
-moz-border-radius-topright: 30px;
-webkit-border-top-right-radius: 30px;
border-top-right-radius: 30px;
-moz-border-radius-bottomright: 30px;
-webkit-border-bottom-right-radius: 30px;
border-bottom-right-radius: 30px;
padding: 14px 20px;
}
.newsletter-form button:hover{
background: #111;
}
@media (max-width: 767px) {
.newsletter-form input{
border-radius: 30px;
width: 100%;
display: block;
}
.newsletter-form button{
border-radius: 30px;
width: 100%;
display: block;
margin-top: 15px;
}
}
/*-----------------------------------------
17. Footer
-------------------------------------------*/
footer{
background: #111;
padding: 60px 0px 20px 0px;
}
footer p{
font-size: 14px;
color: #999;
line-height: 1.7;
}
footer h3{
font-size: 24px;
font-weight: 400;
color: #fff;
line-height: 1;
}
footer h3:after{
content: '';
display: block;
width: 70px;
height: 2px;
background: #2ebf7e;
margin-top: 12px;
}
@media (max-width: 991px) {
footer h3{
margin-top: 30px;
}
}
.footer-social-icons ul li{
display: inline-block;
background: #333;
border-radius: 50%;
color: #fff;
margin-right: 10px;
margin-bottom: 5px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.footer-social-icons ul li a{
display: block;
font-size: 15px;
color: #fff;
width: 35px;
height: 35px;
padding: 11px;
padding-top: 8px;
}
.footer-social-icons ul li:hover{
background: #2ebf7e;
}
.footer-list{
margin-top: 20px;
}
.footer-list li{
list-style-type: none;
color: #aaa;
padding: 6px 0px;
}
.footer-list li a:before{
content: '\f105';
font-family: 'FontAwesome';
color: #aaa;
padding-right: 8px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.footer-list li a{
font-size: 15px;
font-weight: 400;
color: #aaa;
}
.footer-list li a:hover{
color: #fff;
}
.footer-list li a:hover:before{
color: #fff;
}
.footer-recent-post{
margin: 15px 0px;
}
.footer-recent-post-thumb{
float: left;
width: 25%;
}
.footer-recent-post-content{
float: left;
width: 75%;
padding-left: 10px;
}
.footer-recent-post-content a{
display: block;
color: #fff;
font-size: 15px;
font-weight: 400;
margin-top: 5px;
}
.footer-recent-post-content span{
color: #ccc;
font-size: 13px;
font-weight: 400;
}
.footer-tags a{
display: inline-block;
font-size: 11px;
padding: 10px 15px;
color: #fff;
font-weight: 400;
background: #222;
margin-top: 4px;
border-radius: 5px;
}
.footer-tags a:hover{
background: #2ebf7e;
}
.footer-bar{
border-top: 1px solid rgba(255, 255, 255, .1);
padding-top: 20px;
margin-top: 30px;
}
.footer-bar span{
color: #2ebf7e;
font-size: 15px;
font-weight: 400;
}
.footer-bar p{
color: #fff;
font-size: 15px;
font-weight: 400;
}
/*-----------------------------------------
18. Blog
-------------------------------------------*/
/*-----------------
Blog Grid (Style 1)
-------------------*/
.blog-grid{
position: relative;
background: #fff;
border: 1px solid #eee;
border-radius: 5px;
overflow: hidden;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
margin: 25px 0px 25px 0px;
}
.blog-grid img{
width: 100%;
}
.data-box-grid{
display: block;
float: right;
position: absolute;
text-align: center;
background: #2ebf7e;
left: 15px;
top: 15px;
min-width: 60px;
padding: 5px;
}
.data-box-grid h4{
color: #fff;
font-size: 30px;
font-weight: 400;
letter-spacing: 2px;
border-bottom: 1px solid rgba(255, 255, 255, .3);
margin-bottom: 5px;
}
.data-box-grid p{
color: #fff;
font-size: 14px;
font-weight: 400;
}
.blog-grid-text{
padding: 25px;
}
.blog-grid-text span{
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
letter-spacing: 4px;
text-transform: uppercase;
}
.blog-grid-text h4{
color: #111;
font-size: 20px;
font-weight: 500;
margin: 5px 0px 5px 0px
}
.blog-grid-text ul li{
display: inline-block;
color: #999;
font-size: 14px;
font-weight: 500;
margin: 10px 25px 10px 0px;
}
.blog-grid-text ul li i{
color: #2ebf7e;
font-size: 14px;
font-weight: 500;
margin-right: 10px;
}
.blog-grid-text p{
color: #999;
font-size: 15px;
font-weight: 400;
line-height: 170%;
border-bottom: 1px solid #ececec;
padding-bottom: 15px;
}
/*------------------
Blog Grid (Style 2)
--------------------*/
.owl-carousel .blog-grid-simple{
margin: 10px 15px 25px 15px;
}
.blog-grid-simple{
position: relative;
background: #fff;
border-radius: 5px;
border: 1px solid #ececec;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
padding: 30px;
margin: 15px 0px;
}
.blog-grid-simple h4{
color: #111;
font-size: 21px;
font-weight: 500;
margin-bottom: 15px;
}
.blog-grid-simple h4 a{
color: #111;
font-size: 21px;
font-weight: 500;
margin-bottom: 15px;
}
.blog-grid-simple h4 a:before{
content: '\f0c1';
font-family: "FontAwesome";
color: #2ebf7e;
margin-right: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.blog-grid-simple h4 a:hover{
color: #2ebf7e;
}
.blog-grid-simple p{
color: #aaa;
font-size: 15px;
font-weight: 400;
}
.blog-grid-simple-date i{
color: #888;
font-size: 20px;
}
.blog-grid-simple-date h5{
color: #888;
font-size: 13px;
margin-top: 3px;
}
.blog-grid-simple-content{
border-top: 1px solid #ececec;
padding-top: 20px;
margin-top: 15px;
}
.blog-grid-simple-content a{
display: inline-block;
color: #2ebf7e;
font-weight: 600;
font-size: 14px;
margin-top: 2px;
}
.blog-grid-simple-content a:after{
content: '\f105';
font-size: 14px;
font-family: "FontAwesome";
color: #2ebf7e;
margin-left: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
@media (max-width: 767px) {
.blog-grid-simple-content a:after{
display: none;
}
}
.blog-grid-simple-content a:hover{
color: #111;
}
.blog-grid-simple-content a:hover:after{
color: #111;
}
/*------------------
Blog List
--------------------*/
.blog-list-simple {
margin: 20px 0px 30px 0px;
}
.data-box-simple{
display: block;
float: right;
position: absolute;
text-align: center;
background: #2ebf7e;
left: 20px;
top: 5px;
min-width: 60px;
padding: 5px;
}
.data-box-simple h4{
color: #fff;
font-size: 30px;
font-weight: 400;
letter-spacing: 2px;
border-bottom: 1px solid #fff;
margin-bottom: 5px;
}
.data-box-simple p{
color: #fff;
font-size: 14px;
font-weight: 400;
}
.blog-list-simple-text{
border-bottom: 1px solid #e8e8e8;
padding-bottom: 25px;
}
.blog-list-simple-text p{
font-size: 14px;
color: #aaa;
line-height: 1.9;
}
.blog-list-simple-text span{
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
letter-spacing: 4px;
text-transform: uppercase;
}
.blog-list-simple-text h4{
color: #111;
font-size: 20px;
font-weight: 500;
margin: 5px 0px 10px 0px;
}
.blog-list-simple-text ul{
margin: 10px 0px;
}
.blog-list-simple-text ul li{
color: #999;
font-size: 14px;
font-weight: 500;
padding: 3px 0px;
}
.blog-list-simple-text ul li i{
color: #2ebf7e;
margin-right: 10px;
font-size: 14px;
}
/*------------------
Blog Post
--------------------*/
.blog-list-left{
margin: 30px 0px 20px 0px;
}
.blog-title-box h2{
color: #111;
font-size: 27px;
font-weight: 500;
margin: 20px 0px;
}
.blog-title-box:after{
content: '';
display: block;
width: 300px;
max-width: 100%;
height: 2px;
background: #ececec;
margin-top: 10px;
margin: 15px 0px;
}
.blog-title-box span{
color: #999;
font-weight: 400;
margin-right: 40px;
}
.blog-title-box span i{
color: #2ebf7e;
font-size: 16px;
margin-right: 8px;
}
.blog-post-content p{
color: #999;
font-size: 15px;
font-weight: 400;
line-height: 180%;
margin: 15px 0px 15px 0px;
}
.blockquote{
background: #f1f1f1;
border-left: 4px solid #2ebf7e;
font-size: 16px;
font-weight: 500;
margin: 25px 0px 25px 0px;
padding: 20px 30px 30px 30px;
}
.blockquote p{
color: #111;
font-size: 15px;
font-weight: 500;
line-height: 190%;
letter-spacing: 0.5px;
}
.blockquote h4{
color: #111;
font-size: 20px;
font-weight: 400;
letter-spacing: 0.5px;
}
.data-box{
display: block;
float: right;
position: relative;
text-align: center;
background: #2ebf7e;
right: 20px;
top: -95px;
min-width: 60px;
padding: 5px;
}
.data-box h4{
color: #fff;
font-size: 30px;
font-weight: 400;
letter-spacing: 2px;
border-bottom: 1px solid #fff;
margin-bottom: 5px;
}
.data-box strong{
color: #fff;
font-size: 14px;
font-weight: 400;
}
/*search START*/
#search-input{
padding: 0px;
border: none;
border: solid 1px #e8e8e8;
border-radius: 5px;
background: #fff;
padding: 5px;
margin-top: 30px;
}
#search-input input{
font-weight: 400;
border: 0;
border-radius: 10px;
box-shadow: none;
}
#search-input button{
margin: 2px 0 0 0;
background: none;
box-shadow: none;
border: 0;
outline: none !important;
padding: 0 11px 0 13px;
border-left: solid 1px #e8e8e8;
}
#search-input .glyphicon-search{
font-size: 13px;
color: #111;
}
.blog-list-left-heading{
margin: 30px 0px;
padding-top: 15px;
}
.blog-list-left-heading:after{
content: '';
display: block;
width: 80px;
height: 2px;
background: #2ebf7e;
margin-top: 10px;
margin: 10px 0px;
}
.blog-list-right h4{
color: #111;
font-size: 20px;
font-weight: 400;
margin: 0px 0px 10px 0px;
}
/*Category*/
.blog-categories ul{
margin-top: 20px;
padding: 0px;
}
.blog-categories ul li{
display: block;
position: relative;
list-style-type: none;
border-bottom: 1px solid #ececec;
}
.blog-categories ul li a{
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 0px 18px 0px;
color: #333;
}
.blog-categories ul li a:before {
content: "\f00c";
font-family: FontAwesome;
color: #333;
font-size: 14px;
margin-right: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.blog-categories ul li a:hover{
color: #2ebf7e;
}
.blog-categories ul li a:hover:before{
margin-right: 15px;
color: #2ebf7e;
}
/* Latest News*/
.latest-posts-img img{
border-radius: 50px;
padding: 2px;
border: 2px solid #ececec;
}
.latest-posts{
margin: 5px 0px;
padding: 15px 0px;
border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
.latest-posts-text{
margin-top: 10px;
}
.blog-post-left{
margin-top: 20px;
}
}
.latest-posts-text a{
display: block;
font-size: 14px;
font-weight: 500;
color: #111;
margin-bottom: 10px;
margin-top: 10px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.latest-posts-text a:hover{
color: #2ebf7e;
}
.latest-posts-text span{
font-size: 14px;
font-weight: 500;
color: #2ebf7e;
}
/*Archives*/
.archives ul{
margin-top: 20px;
padding: 0px;
}
.archives ul li{
list-style-type: none;
border-bottom: 1px solid #ececec;
padding: 13px 0px 13px 0px;
}
.archives ul li a{
color: #444;
font-size: 14px;
font-weight: 500;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.archives ul li a:hover{
color: #2ebf7e;
font-size: 14px;
}
.archives ul li span{
float: right;
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
}
/*Share Links*/
.blog-share{
list-style-type: none;
margin-top: 20px;
}
.blog-share ul{
background: #f1f1f1;
padding: 15px;
border-radius: 5px;
}
.blog-share ul li{
display: inline-block;
padding-right: 20px;
}
.blog-share ul li a{
color: #6b6b6b;
font-size: 15px;
}
.blog-share ul li a:hover{
color: #2ebf7e;
}
/*comment form*/
.comment-block{
background: #fff;
border-radius: 5px;
border: 1px solid #eee;
padding: 20px;
}
.blog-comments{
background: #f7f7f7;
border-radius: 5px;
padding: 30px;
}
.blog-comments h3{
font-size: 24px;
font-weight: 500;
color: #111;
margin-top: 30px;
}
.blog-comment-user{
border-bottom: 1px solid #e8e8e8;
padding-top: 25px;
padding-bottom: 25px;
}
.blog-comment-user img{
border-radius: 5px;
}
.blog-comment-user h6{
display: inline-block;
color: #111;
font-size: 16px;
margin: 0px;
margin-right: 15px;
}
.blog-comment-user strong{
color: #2ebf7e;
font-size: 12px;
font-weight: 500;
}
.blog-comment-user p{
color: #777;
font-size: 13px;
font-weight: 500;
line-height: 170%;
margin-top: 10px;
}
/*form*/
.comment-form input,.comment-form textarea{
font-weight: 500 !important;
border-radius: 5px;
font-size: 13px;
border: 1px solid #ececec;
background: #fff;
color: #111 !important;
outline: none;
width: 100%;
padding: 12px;
margin-top: 30px;
transition: .3s;
}
.comment-form input:focus{
border-color: #cecece;
}
.comment-form textarea{
overflow: hidden;
color: #999;
font-size: 13px;
font-weight: 500;
border: none;
border: 1px solid #ececec;
border-radius: 5px;
width: 100%;
margin-top: 30px;
padding: 13px 15px 13px 15px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
min-height: 140px
}
.comment-form textarea:focus{
border-color: #cecece;
}
/*-----------------------------------------
19. Testmonials
-------------------------------------------*/
/*--------------
Style 1 (Carousel)
----------------*/
.testmonial-single{
padding: 30px 50px;
}
@media (max-width: 767px) {
.testmonial-single{
padding: 30px 0px;
}
}
.testmonial-single p:before{
margin: auto;
content: "\f10d";
font-family: "FontAwesome";
color: #2ebf7e;
font-size: 23px;
display: block;
margin-bottom: 15px;
}
.testmonial-single p{
text-align: center;
font-style: italic;
color: #666;
font-size: 17px;
font-weight: 500;
line-height: 1.9;
}
.testmonial-single h4{
color: #111;
font-size: 22px;
font-weight: 500;
text-align: center;
margin-top: 20px;
}
.testmonial-single h6{
color: #aaa;
font-size: 15px;
font-weight: 500;
text-align: center;
}
/*--------------
Style 2
----------------*/
.testmonial-box{
position: relative;
background: #fff;
border-radius: 5px;
padding: 25px;
border: 1px solid #ececec;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
.testmonial-box img{
border: 2px solid #ececec;
border-radius: 50%;
padding: 2px;
}
.testmonial-box h5{
color: #111;
font-size: 18px;
font-weight: 500;
}
.testmonial-box span{
color: #999;
font-size: 13px;
font-weight: 500;
}
.testmonial-box span:before{
content: '●';
color: #2ebf7e;
font-size: 15px;
margin-right: 5px;
}
.testmonial-box p{
font-size: 15px;
color: #999;
line-height: 1.7;
margin-top: 10px;
}
/*--------------
Style 3(Carousel)
----------------*/
.testmonial-box-2{
position: relative;
display: block;
background: #fff;
border-radius: 5px;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.07);
padding: 25px;
margin: 50px 15px 30px 15px;
}
.testmonial-box-2 img{
width: 80px !important;
height: 80px;
border: 3px solid #fff;
border-radius: 50%;
margin: -72px 0px 15px 0px;
}
.testmonial-box-2 h4{
font-size: 19px;
font-weight: 500;
margin-bottom: 0px;
}
.testmonial-box-2 strong{
font-size: 14px;
color: #2ebf7e;
font-weight: 500;
}
.testmonial-box-2 p {
font-size: 15px;
color: #999;
font-style: italic;
line-height: 1.6;
margin-top: 8px;
margin-bottom: 0px;
}
.testmonial-rating{
color: #2ebf7e;
margin-top: 10px;
}
/*--------------
Style 4
----------------*/
.testmonial-box-3{
padding: 60px 0px 30px 0px;
}
.testmonial-box-3 h4:before{
content: "\f10d";
font-family: 'FontAwesome';
font-size: 30px;
color: #2ebf7e;
display: block;
margin-bottom: 15px;
}
.testmonial-box-3 h4{
color: #111;
font-size: 22px;
font-weight: 600;
}
.testmonial-box-3 h5{
font-size: 17px;
font-weight: 500;
margin-bottom: 0px;
margin-top: 20px;
}
.testmonial-box-3 h5 span{
color: #999;
}
.testmonial-box-3 p{
font-size: 15px;
font-style: italic;
color: #999;
line-height: 1.7;
margin-top: 20px;
}
.testmonial-box-3-rating{
margin-top: 15px;
}
.testmonial-box-3-rating i{
font-size: 18px;
color: #2ebf7e;
}
/*--------------
Style 5
----------------*/
.testmonial-item{
position: relative;
display: inline-block;
}
.testmonial-item-bxx{
position: relative;
display: inline-block;
text-align: center;
padding: 30px 40px;
border: 1px solid #eee;
border-radius: 5px;
background: #fff;
margin: 30px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.testmonial-arrow{
position: absolute;
bottom: -25px;
left: 50px;
width: 0;
height: 0;
border-style: solid;
border-width: 37px 20px 0 0;
border-color: #2ebf7e transparent transparent transparent;
display: none;
}
.testmonial-item-bxx-img{
opacity: 0;
}
.testmonial-item-img{
display: inline-block;
margin-left: 10px;
margin-top: 10px;
}
.testmonial-item-img img{
border-radius: 100%;
width: 75px !important;
height: 75px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.testmonial-item-name{
display: inline-block;
transform: translateY(-18px);
margin-left: 15px;
}
.testmonial-item h4{
color: #333;
font-size: 18px;
font-weight: 500;
margin: 0px 0px 2px 0px;
}
.testmonial-item span{
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
}
.testmonial-item p{
color: #999;
font-size: 14px;
text-align: left;
font-weight: 400;
line-height: 1.6;
}
.owl-item.center > div .testmonial-item-bxx {
background: #2ebf7e;
border: 1px solid #2ebf7e;
cursor: auto;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
.owl-item.center > div .testmonial-item-bxx-img{
opacity: 1;
}
.owl-item.center > div .testmonial-arrow{
display: block;
}
.owl-item.center > div p{
color: #fff;
}
/*-----------------------------------------
20. Cases
-------------------------------------------*/
.case-block{
position: relative;
background: #fff;
border: 1px solid #ececec;
border-radius: 5px;
overflow: hidden;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
.case-block:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.30);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.30);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.30);
}
.case-block img{
width: 100%;
}
.case-block-inner{
padding: 25px 25px 20px 10px;
}
@media (max-width: 767px) {
.case-block-inner{
padding: 25px;
}
}
.case-block h4{
color: #111;
font-size: 18px;
font-weight: 500;
}
.case-block h4:after{
content: '';
display: block;
width: 80px;
height: 2px;
background: #2ebf7e;
margin-top: 15px;
margin-bottom: 15px;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.case-block p{
color: #aaa;
font-size: 15px;
font-weight: 400;
margin-bottom: 12px;
}
.case-block-inner a{
font-size: 15px;
font-weight: 500;
color: #2ebf7e;
}
.case-block-inner a:after{
content: '\f0da';
font-size: 15px;
font-family: "FontAwesome";
color: #2ebf7e;
margin-left: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.case-block-inner a:hover{
color: #111;
}
.case-block-inner a:hover:after{
color: #111;
}
/*-----------------------------------------
21. Partners (also Team)
-------------------------------------------*/
.partner-box{
position: relative;
overflow: hidden;
background: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
border: 1px solid #ececec;
margin: 15px 0px;
}
.partner-box img{
width: 100%;
}
.partner-text{
padding: 25px 40px 25px 0px;
}
@media (max-width: 991px) {
.partner-text{
padding: 25px;
}
}
.partner-text span{
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
letter-spacing: 3px;
text-transform: uppercase;
}
.partner-box:hover .partner-text span{
color: #999;
}
.partner-text h4{
color: #111;
font-size: 21px;
font-weight: 600;
margin: 5px 0px;
}
.partner-text h4:after{
content: '';
display: block;
width: 40px;
height: 2px;
background: #2ebf7e;
margin-top: 10px;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.partner-box:hover .partner-text h4:after{
width: 80px;
}
.partner-text p{
color: #999;
font-size: 15px;
font-weight: 400;
margin-top: 15px;
line-height: 170%;
}
.partner-signature img{
width: 120px;
height: 50px;
margin-top: 15px;
}
/*-----------------------------------------
22. Feedback Form
-------------------------------------------*/
.feedback-box{
position: relative;
background: #f9f9f9;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
border: 1px solid #ececec;
padding: 25px;
margin: 10px 0px;
}
.feedback-box h5{
color: #555;
font-size: 14px;
font-weight: 500;
}
.feedback-box h5:before{
content: '●';
color: #2ebf7e;
font-size: 16px;
margin-right: 10px;
}
.feedback-form input{
color: #111;
font-weight: 400;
width: 100%;
border: 1px solid #ececec;
border-radius: 5px;
padding: 12px 15px;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feedback-form input:focus{
border-color: #ccc;
}
.feedback-form textarea{
color: #111;
font-weight: 400;
width: 100%;
min-height: 100px;
border: 1px solid #ececec;
border-radius: 5px;
padding: 12px 15px;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feedback-form textarea:focus{
border-color: #ccc;
}
.feedback-form button{
display: inline-block;
background: #2ebf7e;
color: #fff;
font-size: 14px;
font-weight: 400;
padding: 11px 20px 11px 20px;
border-radius: 50px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
margin-top: 5px;
}
.feedback-form button:hover{
background: #111;
}
/*-----------------------------------------
23. Team
-------------------------------------------*/
/*--------------
Style 1
----------------*/
.team-member{
overflow: hidden;
background: #fff;
border:1px solid #ececec;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
margin: 20px 0px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.team-member:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.28);
}
.team-member-img{
width: 100%;
height: auto;
}
.team-member-img img{
width: 100%;
}
.team-member-text{
text-align: center;
padding: 20px 50px;
}
.team-member-text h4{
color: #111;
font-size: 22px;
font-weight: 500;
margin-bottom: 3px;
-webkit-transition-duration: .6s;
transition-duration: .6s;
}
.team-member:hover .team-member-text h4 {
color: #2ebf7e;
}
.team-member-text span{
color: #2ebf7e;
font-size: 15px;
font-weight: 500;
letter-spacing: 2px;
}
.team-member-text p{
color: #999;
font-size: 14px;
font-weight: 400;
line-height: 170%;
margin-top: 20px;
}
.team-member-text ul{
margin-top: 15px;
padding: 8px 0px 8px 0px;
}
.team-member-text ul li{
display: inline-block;
padding: 0px 10px;
}
.team-member-text ul li a i{
color: #555;
font-size: 17px;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.team-member-text ul li a i:hover{
color: #2ebf7e;
}
@media screen and (max-width:994px) {
.team-member-text{
padding: 20px 10px;
}
}
/*--------------
Style 2
----------------*/
.team-box{
overflow: hidden;
background: #fff;
border-radius: 5px;
border: 1px solid #ececec;
margin: 15px 0px;
padding: 10px;
}
.team-box:hover h4:after {
width: 90px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.team-box img{
margin-bottom: 5px;
}
.team-info{
padding: 10px;
}
.team-info span{
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
letter-spacing: 4px;
text-transform: uppercase;
}
.team-info h4{
color: #111;
font-size: 20px;
font-weight: 500;
margin: 5px 0px;
}
.team-info h4 a{
color: #111;
font-size: 20px;
font-weight: 500;
margin: 5px 0px;
}
.team-info h4 a:hover{
color: #2ebf7e;
}
.team-info h4:after{
content: '';
display: block;
width: 50px;
height: 2px;
background: #2ebf7e;
margin: 10px 0px 0px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.team-info p{
color: #aaa;
font-size: 15px;
font-weight: 400;
margin: 15px 0px;
margin-bottom: 10px;
}
.team-social-icons{
text-align: left;
}
.team-social-icons ul{
background: #fff;
padding: 0px 15px;
border-radius: 5px;
margin-bottom: 5px;
}
.team-social-icons ul li{
display: inline-block;
padding-right: 20px;
}
.team-social-icons ul li a{
color: #4b4b4b;
font-size: 15px;
}
.team-social-icons ul li a:hover{
color: #2ebf7e;
}
/*--------------
Team Single
----------------*/
.team-single-img{
width: 100%;
}
.team-single-img img{
border-radius: 5px;
}
.team-single-text{
padding: 5px 50px 15px 15px;
}
.team-single-text span{
color: #2ebf7e;
font-size: 14px;
font-weight: 500;
}
.team-single-text h4{
color: #111;
font-size: 25px;
font-weight: 500;
margin-bottom: 10px;
}
.team-single-info {
padding: 0px 0px;
}
.team-single-info li strong{
color: #555;
font-size: 16px;
font-weight: 500;
margin-right: 10px;
}
.team-single-text li span{
color: #777;
font-size: 15px;
font-weight: 400;
}
.team-single-social{
padding: 5px 0px;
}
.team-single-social li {
display: inline-block;
}
.team-single-social li a{
display: inline-block;
margin-right: 15px;
background: #2ebf7e;
width: 35px;
height: 35px;
border-radius: 50px;
}
.team-single-social li a:hover{
display: inline-block;
margin-right: 15px;
background: #111;
width: 35px;
height: 35px;
border-radius: 50px;
}
.team-single-social li a i{
color: #fff;
font-size: 15px;
padding: 11px 0px 0px 11px;
}
/*-----------------------------------------
24. Video Section
-------------------------------------------*/
/*--------------
Inner Video Sections
----------------*/
.video-section{
width: 100%;
height: auto;
}
.video-overlay {
background: rgba(0, 0, 0, .6);
}
.video-content{
text-align: center;
padding: 50px 0px;
}
/*--------------
Top Video Section
----------------*/
.main-video-section{
position: relative;
height: 550px;
}
.main-video-content{
position: relative;
text-align: center;
height: 550px;
/* Center text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
@media (max-width: 767px) {
.main-video-section{
height: auto;
}
.main-video-content{
height: auto;
padding: 50px 0px;
}
}
.main-video-overlay {
background: rgba(0, 0, 0, .7);
}
.main-video-content h2{
position: relative;
font-size: 60px;
font-weight: 400;
color: #111;
margin: 5px 0px;
}
@media (max-width: 767px) {
.main-video-content h2{
font-size: 30px;
font-weight: 400;
}
}
.main-video-content h3{
position: relative;
font-size: 50px;
font-weight: 400;
color: #111;
margin: 5px 0px;
}
@media (max-width: 767px) {
.main-video-content h3{
font-size: 30px;
font-weight: 400;
}
}
.main-video-content h4{
position: relative;
font-size: 40px;
font-weight: 400;
color: #111;
margin: 5px 0px;
}
.main-video-content h5{
position: relative;
font-size: 30px;
font-weight: 400;
color: #111;
margin: 5px 0px;
}
.main-video-content h6{
position: relative;
font-size: 20px;
font-weight: 400;
line-height: 1.6;
color: #111;
margin: 5px 0px;
}
@media (max-width: 767px) {
.main-video-content h6{
font-size: 15px;
font-weight: 400;
}
}
/*-----------------------------------------
25. Projects
-------------------------------------------*/
.project-grid {
display: block;
position: relative;
margin: 15px 0px;
}
.project-grid-img img {
display: block;
width: 100%;
height: auto;
}
.project-grid-overlay {
position: absolute;
bottom: 0;
left: 2.5%;
right: 0;
bottom: 2.6%;
background: rgba(255, 255, 255, .9);
overflow: hidden;
width: 95%;
height: 95%;
opacity: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.project-grid:hover .project-grid-overlay {
opacity: 1;
}
.project-grid-overlay h4 a {
color: #111;
font-size: 22px;
font-weight: 400;
position: absolute;
top: 60%;
left: 50%;
opacity: 0;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
-webkit-transition-duration: .5s;
transition-duration: .5s;
}
.project-grid-overlay h4 a:hover {
color: #2ebf7e;
}
.project-grid-overlay h4 a:after {
content: '';
display: block;
width: 70px;
height: 1px;
background: #2ebf7e;
margin-top: 10px !important;
margin-bottom: 15px !important;
margin: 0 auto;
}
.project-grid:hover h4 a {
top: 40%;
opacity: 1;
}
.project-grid-overlay p {
color: #666;
font-size: 15px;
font-weight: 400;
position: absolute;
top: 70%;
left: 50%;
opacity: 0;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
-webkit-transition-duration: .6s;
transition-duration: .6s;
}
.project-grid:hover p {
top: 50%;
opacity: 1;
}
.project-grid-overlay span {
color: #999;
font-size: 16px;
font-weight: 500;
position: absolute;
writing-mode: vertical-rl;
writing-mode: tb-rl;
letter-spacing: 4px;
top: 10%;
left: 90%;
}
@media screen and (max-width:767px) {
.project-grid:hover p{
top: 52%;
}
}
@media screen and (max-width:1201px) {
.project-grid-overlay {
bottom: 0;
left: 0px;
right: 0;
bottom: 0px;
width: 100%;
height: 100%;
}
}
/*-----------------------------------------
26. Project Single
-------------------------------------------*/
/*--------------
Style 1
----------------*/
.project-single-img{
padding-bottom: 30px;
}
.project-single-text{
margin: 30px 0px;
}
.project-single-text h4{
color: #111;
font-size: 22px;
font-weight: 500;
margin-bottom: 25px;
}
.project-single-text h4:after{
content: " ";
display: block;
background: #2ebf7e;
width: 70px;
height: 2px;
margin-top: 8px;
}
.project-single-text p{
color: #999;
font-size: 15px;
font-weight: 400;
line-height: 1.8;
margin: 15px 0px;
}
.project-single-text h5{
color: #111;
font-size: 18px;
font-weight: 500;
margin: 25px 0px 20px 0px;
}
.project-single-text h5:after{
content: " ";
display: block;
background: #2ebf7e;
width: 70px;
height: 2px;
margin-top: 8px;
}
.project-single-text ul li{
color: #111;
font-size: 15px;
font-weight: 500;
padding: 8px 0px;
}
.project-single-text ul li i{
color: #2ebf7e;
font-weight: 500;
font-size: 15px;
padding-right: 10px;
}
/*Right*/
.project-single-info{
display: inline-block;
border: 1px solid #ececec;
display: block;
width: 100%;
padding: 0px 20px;
}
.project-single-info ul li{
color: #777;
font-size: 15px;
font-weight: 500;
border-bottom: 1px solid #ececec;
padding: 17px 0px;
}
.project-single-info ul li:last-child{
border-bottom: none;
}
.project-single-info ul li span{
display: inline-block;
color: #111;
font-size: 15px;
font-weight: 500;
margin-right: 25px;
width: 70px;
max-width: 100%;
}
/*carousel*/
.project-carousel{
margin: 40px 0px 20px;
}
.project-carousel h4{
color: #111;
font-size: 22px;
font-weight: 500;
margin: 25px 0px 20px 0px;
}
.project-carousel h4:after{
content: " ";
display: block;
background: #2ebf7e;
width: 70px;
height: 2px;
margin-top: 8px;
}
.project-item{
position: relative;
overflow: hidden;
}
.project-item img{
width: 100%;
border-radius: 5px;
}
.project-item-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
z-index: 999;
transition: .5s ease;
background: rgba(0, 0, 0, 0.8);
border-radius: 5px;
}
.project-item:hover .project-item-overlay {
opacity: 1;
}
.project-item-content{
position: absolute;
bottom: 30px;
left: 30px;
}
@media screen and (max-width:767px) {
.project-item-content{
position: absolute;
bottom: 15px;
left: 15px;
}
}
.project-item-content span{
font-size: 13px;
font-weight: 400;
color: #fff;
opacity: .6;
}
.project-item-content h6{
font-size: 18px;
font-weight: 400;
color: #fff;
margin-top: 5px;
}
.project-item-content a{
display: inline-block;
font-size: 13px;
font-weight: 400;
background: #2ebf7e;
color: #fff;
border: 1.5px solid #2ebf7e;
border-radius: 5px;
margin-top: 10px;
padding: 10px 15px 10px 15px;
}
.project-item-content a:hover{
border: 1.5px solid #fff;
background: transparent;
color: #fff;
}
.project-detail img{
width: 100%;
height: 500px;
border-radius: 5px;
margin-bottom: 30px;
}
/*--------------
Style 2
----------------*/
.project-single-box-img img{
width: 100%;
border-radius: 10px;
-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.07);
box-shadow: 0 20px 40px rgba(0,0,0,0.07);
}
.project-info-shortcode{
border-bottom: 1px solid #ececec;
padding: 15px 0px;
}
.project-info-shortcode:last-child{
border-bottom: none;
}
.project-single-box-info{
position: relative;
border-radius: 10px;
background: #f9f9f9;
}
.project-info-shortcode-icon{
text-align: center;
padding: 15px 0px;
}
.project-info-shortcode-icon i{
color: #2ebf7e;
font-size: 20px;
}
.project-info-shortcode-text{
position: relative;
}
.project-info-shortcode-text h5{
color: #111;
font-size: 17px;
font-weight: 500;
margin-top: 7px;
}
.project-info-shortcode-text p{
color: #999;
font-size: 15px;
font-weight: 400;
}
@media screen and (max-width:767px) {
.project-info-shortcode-icon i{
color: #2ebf7e;
font-size: 30px;
padding: 0px 30px;
}
.project-info-shortcode-text{
text-align: center;
padding: 0px 15px 0px 30px;
}
}
/*-----------------------------------------
27. Accordions
-------------------------------------------*/
.accordion{
background: transparent;
box-shadow: none;
border: none;
border-bottom: 1px solid #ececec;
border-radius: 0px !important;
}
.accordion-heading{
border-radius: 0px;
padding: 0px;
}
.accordion-title a{
font-size: 15px;
font-weight: 600;
color: #111;
line-height: 1;
display: block;
padding: 20px 0px 25px 0px;
border-radius: 0px;
}
.accordion-title a:after{
content: '\f107';
font-size: 18px;
font-family: "FontAwesome";
color: #2ebf7e;
float: right;
}
.accordion-title .collapsed:after{
content: '\f105';
font-size: 18px;
font-family: "FontAwesome";
color: #333;
float: right;
}
.accordion-body {
font-size: 15px;
font-weight: 400;
color: #999;
line-height: 170%;
text-align: left;
border: none !important;
padding: 0px;
padding: 18px 0px 30px 0px;
}
.accordion-body p{
margin-bottom: 0px;
}
.panel-body{
border-top: 1px solid #eee !important;
}
.panel-default>.panel-heading {
color: #333;
background-color: transparent !important;
border-color: #ddd;
}
/*Grey Accordions*/
.panel-grey>.panel-heading a{
color: #111;
background-color: #f7f7f7 !important;
border: none !important;
border-radius: 5px;
padding-left: 15px;
padding-right: 15px;
}
.panel-grey{
border: none !important;
}
.panel-grey .panel-body{
border: none !important;
}
.panel-grey .accordion-title a:after{
content: '\f056';
font-size: 18px;
font-family: "FontAwesome";
color: #2ebf7e;
float: right;
}
.panel-grey .accordion-title .collapsed:after{
content: '\f055';
font-size: 18px;
font-family: "FontAwesome";
color: #333;
float: right;
}
/*-----------------------------------------
28. Service Single
-------------------------------------------*/
.services-single-menu{
border: 1px solid #ececec;
}
.services-single-menu ul li{
border-bottom: 1px solid #ececec;
background: #fff;
}
.services-single-menu ul li:last-child{
border-bottom: none;
}
.services-single-menu ul li:hover{
background: #f9f9f9;
}
.services-single-menu ul li a{
display: block;
color: #111;
font-size: 15px;
font-weight: 500;
padding: 17px 0px 17px 15px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.services-single-menu ul li a:hover{
-webkit-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
-moz-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
}
.services-active{
-webkit-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
-moz-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
}
.services-single-left-heading h4{
color: #111;
font-size: 18px;
font-weight: 500;
}
.services-single-left-heading h4:after{
content: " ";
display: block;
background: #2ebf7e;
width: 50px;
height: 2px;
margin-top: 8px;
}
.section-single-heading h4{
color: #111;
font-size: 20px;
font-weight: 500;
}
.section-single-heading h4:after{
content: " ";
display: block;
background: #2ebf7e;
width: 60px;
height: 2px;
margin-top: 8px;
}
.chartjs-render-monitor{
margin-top: 20px;
display: block;
height: auto;
width: 100%;
}
.download-file-button{
background: #f8f7f6;
border-radius: 5px;
margin: 40px 0px;
padding: 25px 50px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.download-file-button:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.28);
}
.download-file-button h5{
display: inline-block;
color: #111;
font-size: 20px;
font-weight: 400;
margin-top: 8px;
}
.download-file-button h5 span{
color: #888;
font-size: 18px;
font-weight: 400;
margin-left: 10px;
}
.download-file-button i{
font-family: FontAwesome;
display: inline-block;
float: right;
font-size: 40px;
color: #2ebf7e;
}
/*-----------------------------------------
29. Callback
-------------------------------------------*/
/*Style 1*/
.callback-box{
position: relative;
background: #f7f7f7;
border: 1px solid #ececec;
border-radius: 5px;
padding: 25px 15px;
}
.callback-box-form input{
width: 100%;
background: #fff;
color: #111;
font-weight: 400;
padding: 12px 10px;
border: none;
border-radius: 5px;
margin: 5px 0px;
}
.callback-box-form button{
display: block;
width: 100%;
background: #2ebf7e;
color: #fff;
font-size: 13px;
font-weight: 500;
border-radius: 50px;
margin-top: 5px;
padding: 10px 15px 10px 15px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
}
.callback-box-form button:hover{
background: #111;
}
/*Style 2*/
.callback-form input{
position: relative;
display: block;
width: 100%;
background: #fff;
color: #111;
font-weight: 400;
padding: 16px 16px;
border: none;
border-radius: 5px;
margin: 15px 0px;
}
/*-----------------------------------------
30. Projects Masonry
-------------------------------------------*/
.wrapper {
width: 100%;
margin: 0px auto;
}
.masonry {
margin: 10px;
padding: 0;
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
column-gap: 10px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.masonry a{
display: block;
margin-top: 10px;
}
.masonry a:first-child{
margin-top: 0px;
}
.masonry-item {
position: relative;
overflow: hidden;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.masonry-item img{
display: block;
width: 100%;
height: auto;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.masonry-item-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 100%;
max-height: 100%;
width: 100%;
opacity: 1;
background: rgba(0, 0, 0, 0.3);
padding: 30px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.masonry-item:hover img{
transform: scale(1.2);
}
.masonry-item:hover .masonry-item-overlay{
position: absolute;
opacity: 0;
-webkit-transition-duration: .5s;
transition-duration: .5s;
}
.masonry-item:hover .masonry-item-overlay h4{
opacity: 0;
transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
text-align: center;
-webkit-transition-duration: .7s;
transition-duration: .7s;
}
.masonry-item:hover .masonry-item-overlay ul{
opacity: 0;
transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
text-align: center;
-webkit-transition-duration: .5s;
transition-duration: .5s;
}
.masonry-item-overlay h4{
color: #fff;
font-size: 22px;
font-weight: 400;
position: absolute;
bottom: 50px;
}
.masonry-item-overlay ul{
position: absolute;
padding-left: 0px;
bottom: 25px;
}
.masonry-item-overlay ul li{
list-style-type: none;
display: inline-block;
font-size: 12px;
font-weight: 600;
color: #fff;
padding-left: 0px;
opacity: 0.7;
}
.masonry-item-overlay ul li:last-child:after{
content: none;
}
.masonry-item-overlay ul li:after{
content: ' / ';
font-size: 8px;
font-weight: 700;
margin: 0px 5px 0px 5px;
}
.masonry-item-overlay ul li a{
color: #fff;
}
.masonry-item:first-child{
margin-top: 0px;
}
@media only screen and (min-width: 400px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 700px) {
.masonry {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 900px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 1100px) {
.masonry {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
/*4 columns*/
.masonry-4 {
margin: 10px;
padding: 0;
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
column-gap: 10px;
}
.masonry-4 a{
display: block;
margin-top: 10px;
}
.masonry-4 a:first-child{
margin-top: 0px;
}
@media only screen and (min-width: 400px) {
.masonry-4 {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 700px) {
.masonry-4 {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 900px) {
.masonry-4 {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 1100px) {
.masonry-4 {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
}
}
/*-----------------------------------------
31. Under Construction
-------------------------------------------*/
.count-back-box{
width: 100%;
padding: 100px 0px;
text-align: center;
background-position: center;
background-size: cover;
}
.count-back-box h1{
color: #111;
font-size: 40px;
font-weight: 500;
}
.construction-icons{
position: relative;
text-align: center;
}
.construction-icons i{
display: inline-block;
color: #2ebf7e;
}
#cons-icon-1{
font-size: 120px;
animation: construction-rotate 5s linear infinite;
}
#cons-icon-2{
font-size: 80px;
animation: construction-rotate-back 5s linear infinite;
margin-left: -9px;
}
@keyframes construction-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes construction-rotate-back {
0% {
transform: rotate(0);
}
100% {
transform: rotate(-360deg);
}
}
.wrapper{
display: inline-block;
margin: 0 auto;
text-align: center;
}
.timer {
font-family: "Segment7Standard";
font-size: 70px;
display: inline-block;
vertical-align: top;
}
.clock {
margin-top: 30px;
}
.clock h5{
color: #2ebf7e;
font-size: 16px;
font-weight: 400;
margin-left: 15px;
}
.clock .column {
display: inline-block;
}
.column{
padding: 0px;
}
.count-back-box-text{
text-align: center;
margin-top: 30px;
}
.count-back-box-text h3{
color: #111;
font-size: 30px;
font-weight: 400;
line-height: 170%;
}
.count-back-box-text h6{
color: #777;
font-size: 18px;
font-weight: 400;
margin-top: 10px;
}
@media (max-width: 767px) {
.timer{
font-size: 30px;
}
#cons-icon-1{
font-size: 65px;
}
}
/*-----------------------------------------
32. Shop Single Slider
-------------------------------------------*/
.sr-text {
position: absolute !important;
top: -9999px !important;
left: -9999px !important;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
display: none !important;
z-index: 100;
font-size: 2.5em;
height: 40px;
width: 40px;
margin-top: -20px;
color: #eee;
position: absolute;
top: 50%;
text-align: center;
color: #222;
opacity: 1;
transition: opacity .25s;
cursor: pointer;
background: #eee;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
opacity: .65;
}
.slick-slider .slick-prev {
left: 0;
}
.slick-slider .slick-next {
right: 0;
}
.wrapper {
max-width: 1024px;
margin: 0 auto;
font-family: '';
}
.wrapper strong {
font-weight: 300;
letter-spacing: 2px;
font-size: 1.2em;
display: block;
text-align: center;
text-transform: uppercase;
margin: 0;
color: #666;
}
.product-images {
width: 100%;
margin: 0 auto;
}
.product-images li, .product-images figure, .product-images a, .product-images img {
display: block;
outline: none;
border: none;
}
.product-images .main-img-slider figure {
margin: 0 auto;
}
.product-images .main-img-slider figure a {
cursor: e-resize;
}
.product-images .main-img-slider figure a img {
width: 100%;
margin: 0 auto;
}
.product-images .thumb-nav {
margin: 0 auto;
margin-top: 0.5px;
width: 100%;
padding: 0;
}
.product-images .thumb-nav.slick-slider .slick-prev, .product-images .thumb-nav.slick-slider .slick-next {
font-size: 1.2em;
height: 20px;
width: 26px;
margin-top: -10px;
}
.product-images .thumb-nav.slick-slider .slick-prev {
margin-left: -30px;
}
.product-images .thumb-nav.slick-slider .slick-next {
margin-right: -30px;
}
.product-images .thumb-nav li {
display: block;
margin: 0 auto;
float: left;
cursor: pointer;
margin-right: 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.product-images .thumb-nav li img {
display: block;
width: 100%;
max-width: 250px;
margin: 0 auto;
border: 0.5px solid transparent;
border-bottom: 2px solid transparent;
}
.product-images .thumb-nav li:hover {
opacity: .7;
}
.product-images .thumb-nav li:hover, .product-images .thumb-nav li:focus {
border-color: #ccc;
}
.product-images .thumb-nav li.slick-current img {
border-bottom: 2px solid #2ebf7e;
}
.pswp__bg {
background: #fff;
}
.pswp__top-bar {
background-color: transparent !important;
}
.pswp__button,
.pswp__button:before,
.pswp__button--close:before,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: none !important;
background-size: 100%;
width: 44px;
height: 44px;
font-family: 'icomoon';
}
.pswp__button {
color: #000 !important;
opacity: 0.4 !important;
transition: opacity .25s;
}
.pswp__button:hover {
opacity: 0.65 !important;
}
.pswp__button:before {
opacity: 1 !important;
}
.pswp__button.pswp__button--arrow--left:before, .pswp__button.pswp__button--arrow--right:before {
font-size: 44px;
}
.pswp__button.pswp__button--arrow--left:before {
content: "\e93b";
}
.pswp__button.pswp__button--arrow--right:before {
content: "\e93c";
}
.pswp__button.pswp__button--close {
top: 10px;
right: 20px;
}
.pswp__button.pswp__button--close:before {
content: "\e92a";
font-size: 44px;
}
.pswp__button.pswp__button--close:hover {
color: #222;
}
/*-----------------------------------------
33. Shop Single
-------------------------------------------*/
.single-product{
padding-left: 30px;
}
@media screen and (max-width:767px) {
.single-product{
padding-left: 0px;
margin-top: 30px;
}
}
.single-product h2{
font-size: 31px;
font-weight: 500;
color: #111;
}
.single-product p{
font-size: 15px;
font-weight: 400;
line-height: 180%;
color: #aaa;
margin-top: 20px;
}
.product-review-area {
margin-top: 15px;
}
.product-review-area i{
color: #f9d100;
font-size: 18px;
margin-right: 2px;
}
.product-review-area span{
color: #111;
font-size: 14px;
margin-left: 10px;
}
.single-product-price{
margin-top: 20px;
}
.single-product-price h4{
font-size: 25px;
font-weight: 500;
color: #111;
}
.product-categories{
display: block;
margin-top: 35px;
border-top: 1px solid #eee;
padding: 20px 5px 0px 5px;
}
.product-categories ul{
display: block;
}
.product-categories span{
font-size: 15px;
font-weight: 500;
color: #111;
line-height: 2;
}
.product-categories ul{
display: inline-block;
padding-left: 20px;
margin-bottom: 0px;
}
.product-categories ul li{
list-style-type: none;
display: inline-block;
color: #aaa;
font-weight: 500;
}
.product-categories ul li a{
color: #aaa;
font-size: 14px;
}
.product-categories ul li a:hover{
color: #2ebf7e;
}
.product-categories ul li:after{
content: ' / ';
display: inline-block;
font-size: 10px;
color: #aaa;
margin: 0px 5px;
}
.product-categories ul li:last-child:after{
content: none;
}
.product-tags{
display: block;
padding: 0px 5px;
}
.product-tags ul{
display: block;
}
.product-tags span{
font-size: 15px;
font-weight: 500;
color: #111;
line-height: 2;
}
.product-tags ul{
display: inline-block;
padding-left: 20px;
margin-bottom: 0px;
}
.product-tags ul li{
list-style-type: none;
display: inline-block;
color: #aaa;
font-weight: 500;
}
.product-tags ul li a{
color: #aaa;
font-size: 14px;
}
.product-tags ul li a:hover{
color: #2ebf7e;
}
.product-tags ul li:after{
content: ', ';
display: inline-block;
font-size: 10px;
color: #aaa;
margin: 0px 5px;
}
.product-tags ul li:last-child:after{
content: none;
}
.quantity {
position: relative;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}
.quantity input[type=number]
{
-moz-appearance: textfield;
}
.quantity input {
width: 85px;
height: 62px;
line-height: 1.65;
font-size: 16px;
color: #111;
font-weight: 600;
float: left;
display: block;
padding: 0;
margin: 0;
padding-left: 20px;
border: 2px solid #eee;
}
.quantity input:focus {
outline: 0;
}
.quantity-nav {
float: left;
position: relative;
height: 62px;
}
.quantity-button {
position: relative;
cursor: pointer;
width: 30px;
text-align: center;
color: #111;
background: #fff;
border: 2px solid #ececec;
font-size: 17px;
font-family: "Trebuchet MS", Helvetica, sans-serif !important;
line-height: 1.7;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
}
.quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
}
.quantity-button.quantity-down {
position: absolute;
bottom: 0px;
height: 50%;
border-top: none;
}
.add-to-cart-button{
display: inline-block;
background: #2ebf7e;
color: #fff;
font-size: 17px;
font-weight: 600;
padding: 19px 30px;
margin-left: 10px;
border-radius: 5px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.add-to-cart-button:hover{
background: #111;
color: #fff;
}
.product-share{
background: #f7f7f7;
border-radius: 5px;
padding: 20px 15px;
}
.product-share span{
font-size: 15px;
font-weight: 500;
color: #111;
margin-right: 15px;
}
.product-share a i{
color: #111;
font-size: 15px;
padding: 0px 7px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.product-share a i:hover{
color: #2ebf7e;
}
/*---------------
Shop Tabs
-----------------*/
.shop-tabs .tabs{
position: relative;
}
.shop-tabs .tabs .tab-menu li {
background: #f7f7f7;
display: inline-block;
width: 33.11%;
text-align: center;
}
.shop-tabs .tabs .tab-menu li a {
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
.shop-tabs .tabs .tab-menu li:hover a, .tabs li:hover i {
color: #2ebf7e;
}
.shop-tabs .tab-menu .active-tab a, .shop-tabs .active-tab a i {
color: #2ebf7e !important;
}
.shop-tabs .tab-menu{
margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
.shop-tabs .tabs .tab-menu li {
background: #f7f7f7;
display: inline-block;
text-align: center;
width: auto;
}
.shop-tabs .tabs .tab-menu li a {
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
}
@media screen and (max-width:767px) {
.shop-tabs .tabs .tab-menu li {
display: block;
width: 100%;
text-align: center;
margin-bottom: 4px;
}
.shop-tabs .tab-menu .tabs li a{
display: block;
}
.shop-tabs .tab-menu .tabs li i {
font-size: 25px;
}
}
.product-tab-body{
display: block;
position: relative;
padding: 25px;
background: #f7f7f7 !important;
}
.product-tab-body h2{
font-size: 30px;
color: #111;
font-weight: 300;
margin-bottom: 10px;
}
.product-tab-body h3{
font-size: 25px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.product-tab-body h4{
font-size: 20px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.product-tab-body h5{
font-size: 15px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.product-tab-body h2:after, .product-tab-body h3:after, .product-tab-body h4:after, .product-tab-body h5:after{
content: '';
display: block;
width: 100px;
height: 2px;
background: #2ebf7e;
margin-top: 10px;
margin-bottom: 10px;
}
.product-tab-body ul{
margin-top: 15px;
}
.product-tab-body ul li{
display: block;
font-size: 15px;
color: #111;
border-bottom: 1px dashed #ddd;
line-height: 1.9;
font-weight: 500;
padding: 15px 5px;
}
.product-tab-body ul li span{
display: inline-block;
width: 200px;
max-width: 100%;
}
.product-tab-body ul li:before{
content: "●";
display: inline-block;
color: #2ebf7e;
font-size: 14px;
margin-right: 10px;
line-height: 1;
}
.product-tab-body p{
font-size: 15px;
color: #555;
line-height: 1.9;
font-weight: 400;
margin: 15px 0px;
}
/*-------------------
Shop Product Review Form
---------------------*/
.shop-form-title{
font-size: 15px;
color: #111;
font-weight: 500;
line-height: 1;
}
.rating {
display: inline-block;
position: relative;
height: 25px;
font-size: 25px;
}
.rating label {
position: absolute;
top: 0;
left: 0;
height: 100%;
cursor: pointer;
line-height: 1;
}
.rating label:last-child {
position: static;
}
.rating label:nth-child(1) {
z-index: 5;
}
.rating label:nth-child(2) {
z-index: 4;
}
.rating label:nth-child(3) {
z-index: 3;
}
.rating label:nth-child(4) {
z-index: 2;
}
.rating label:nth-child(5) {
z-index: 1;
}
.rating label input {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.rating label .icon {
float: left;
color: transparent;
}
.rating label:last-child .icon {
color: #ccc;
}
.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
color: #f9d100;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
color: #ccc;
text-shadow: 0 0 5px #f9d100;
}
.review-input input{
font-weight: 400;
font-size: 14px;
color: #111;
display: block;
margin-top: 15px;
border-radius: 5px;
border: 1px solid #eee;
padding: 13px 15px;
background: #fff;
width: 100%;
max-width: 100%;
transition: .3s;
}
.review-input input:focus{
border-color: #ccc;
}
.review-input textarea{
font-weight: 400;
font-size: 14px;
color: #111;
display: block;
margin-top: 15px;
border-radius: 5px;
border: 1px solid #eee;
padding: 13px 15px;
background: #fff;
width: 100%;
min-height: 100px;
transition: .3s;
}
.review-input textarea:focus{
border-color: #ccc;
}
.review-input button{
display: inline-block;
background: #111;
color: #fff;
font-size: 14px;
font-weight: 500;
border-radius: 4px;
padding: 12px 35px 12px 35px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
margin-top: 20px;
}
.review-input button:hover{
background: #2ebf7e;
}
.customer-review{
margin-top: 30px;
}
.customer-review-block{
background: #fff;
border-radius: 5px;
border: 1px solid #eee;
padding: 20px;
}
.customer-review-block h5{
display: inline-block;
color: #111;
font-size: 17px;
font-weight: 600;
line-height: 1;
margin: 0px;
}
.customer-review-block h5:after{
content: none;
}
.customer-review-block strong{
display: inline-block;
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
line-height: 1;
margin-left: 15px;
}
.customer-review-block p {
font-size: 15px;
color: #888;
line-height: 1.9;
font-weight: 400;
margin-bottom: 15px;
}
.customer-review-stars{
text-align: center;
margin: 10px 0px;
}
.customer-review-stars i{
color: #f9d100;
font-size: 13.5px;
}
/*-----------------------------------------
34. Shop Products
-------------------------------------------*/
/*-----------
Grid Style
-------------*/
.shop-grid{
border: 1px solid #ececec;
border-radius: 5px;
background: #fff;
overflow: hidden;
padding: 15px;
margin: 20px 0px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-grid:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.20);
}
.shop-grid-img{
position: relative;
overflow: hidden;
width: 100%;
}
.shop-grid-img img{
width: 100%;
height: auto;
}
.shop-grid:hover .shop-grid-img img {
transform: scale(1.06);
}
.shop-grid-info{
padding: 5px 0px 20px 0px;
}
.shop-grid-info h4{
color: #111;
font-size: 18px;
font-weight: 400;
margin-bottom: 3px;
}
.shop-grid-info h4 a{
color: #111;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-grid-info h4 a:hover{
color: #2ebf7e;
}
.shop-grid-info span {
color: #ccc;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
}
.shop-grid-info h5{
color: #2ebf7e;
font-size: 22px;
font-weight: 400;
text-align: right;
margin-top: 7px;
word-break: break-word;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-grid:hover .shop-grid-info h5{
color: #2ebf7e;
}
/*-----------------
Grid Classic Style
-------------------*/
.classic-shop{
border: 1px solid #ececec;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.10);
margin: 20px 0px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.classic-shop:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.20);
}
.classic-shop-img{
position: relative;
overflow: hidden;
width: 100%;
}
.classic-shop-img img{
display: block;
width: 100%;
height: auto;
}
.shop-box-overlay{
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}
.classic-shop:hover .classic-shop-img img {
transform: scale(1.06);
}
.shop-box-overlay h4{
color: #fff;
font-size: 15px;
font-weight: 500;
letter-spacing: 1px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-box-overlay h4 span{
color: #fff;
font-size: 15px;
margin-right: 10px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-to-card{
background: #2ebf7e;
padding: 15px 5px 15px 5px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-to-card:hover{
background: rgba(255, 255, 255, 0.5)
}
.shop-to-card:hover h4{
color: #2ebf7e;
}
.shop-to-card:hover h4 span{
color: #111;
}
.shop-buy{
background: #111;
padding: 15px 5px 15px 5px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-buy:hover{
background: rgba(255, 255, 255, 0.5)
}
.shop-buy:hover h4{
color: #2ebf7e;
}
.shop-buy:hover h4 span{
color: #111;
}
.classic-shop-text{
text-align: center;
padding: 15px 0;
}
.classic-shop-text h4 a{
color: #111;
font-size: 22px;
font-weight: 500;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.classic-shop:hover .classic-shop-text h4 a{
color: #2ebf7e;
}
.classic-shop-text h5{
color: #2ebf7e;
font-size: 18px;
font-weight: 500;
margin-top: 7px;
}
.shop-grid-rating {
margin-top: 15px;
}
.shop-grid-rating li{
display: inline-block;
}
.shop-grid-rating li i{
color: #111;
font-size: 17px;
margin: 0px 1px;
}
/*-----------
Shop Cart
-------------*/
.shop-cart-box{
display: inline-block;
border: 1px solid #ececec;
margin: 5px 0px;
padding: 10px 0px;
}
.button-close{
display: block;
padding: 35px 12px;
}
@media (max-width: 991px) {
.button-close{
display: block;
padding: 5px 0px;
}
}
@media (max-width: 767px) {
.button-close{
display: block;
padding: 35px 0px;
}
}
.button-close a i{
color: #fff;
font-size: 20px;
font-weight: 600;
padding: 5px;
background: #2ebf7e;
border-radius: 3px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.button-close a i:hover{
background: #888;
}
.shop-cart-box-img img{
width: 100%;
height: auto;
}
.shop-cart-box-info{
display: block;
padding: 20px 0px 0px 20px;
}
@media (max-width: 767px) {
.shop-cart-box-info{
display: block;
padding: 20px 0px 0px 0px;
}
}
.shop-cart-box-info h4{
color: #111;
font-size: 20px;
font-weight: 500;
}
.shop-cart-box-info span{
color: #2ebf7e;
font-size: 15px;
font-weight: 400;
}
.shop-cart-box-quantity{
padding-top: 20px;
}
.shop-cart-box-quantity input{
max-width: 60px;
box-shadow: none;
display: inline-block;
}
.form-control {
color: #999;
font-size: 14px;
line-height: inherit;
border: 1px solid #ececec;
border-radius: 2px;
padding: 5px 12px;
transition: 0.2s linear;
}
.form-control:focus {
box-shadow: none;
border-color: #999;
}
.shop-cart-box-quantity h6{
display: inline-block;
font-size: 14px;
margin-right: 5px;
}
.shop-cart-box-price{
display: block;
padding-top: 20px;
}
.shop-cart-box-price h5{
color: #666;
font-size: 25px;
font-weight: 300;
margin-right: 15px;
}
@media (max-width: 991px) {
.shop-cart-box-price h5{
font-size: 20px;
}
}
@media (max-width: 767px) {
.shop-cart-box-price h5{
color: #666;
font-size: 25px;
font-weight: 300;
margin-right: 15px;
}
}
.shop-cart-info-price{
padding: 20px;
border: 1px solid #ececec;
margin: 5px 0px;
}
.right-info-price li{
color: #666;
font-size: 16px;
font-weight: 500;
line-height: 160%;
padding: 10px 0px;
}
.right-info-price li h6{
float: right;
color: #666;
font-size: 16px;
font-weight: 500;
}
.total-price{
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #ececec;
}
.total-price p{
color: #444;
font-size: 17px;
font-weight: 500;
}
.total-price p strong{
float: right;
color: #444;
font-size: 17px;
font-weight: 500;
}
/*-----------------------------------------
35. 404 (Page)
-------------------------------------------*/
.error-box{
text-align: center;
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
}
.error-box-text{
z-index: 999;
position: relative;
top: -350px;
}
.error-box-text h1{
font-size: 200px;
color: #2ebf7e;
line-height: 1;
}
.error-box-text h3{
font-size: 40px;
color: #111;
}
.error-box-text h4{
font-size: 20px;
color: #333;
margin-top: 20px;
}
.back-box{
z-index: -999999;
background: #f9f9f9;
position: relative;
top: 150px;
padding: 50px;
}
.error-box h2{
color: rgba(204, 204, 204, 0.2);
font-size: 250px;
font-weight: 600;
letter-spacing: 10px;
text-transform: uppercase;
}
@media (max-width: 900px) {
.error-box h2{
font-size: 150px;
}
.error-box-text{
top: -200px;
}
}
@media (max-width: 767px) {
.error-box{
padding: 30px;
}
.back-box{
display: none;
}
.error-box-text{
top: 50px;
}
.error-box-text h1{
font-size: 100px;
}
}
/*-----------------------------------------
36. Contact
-------------------------------------------*/
/*-----------
Style 1
-------------*/
.contact-form input{
font-weight: 500 !important;
border-radius: 5px;
font-size: 13px;
border: 1px solid #f6f7f8;
background: #f6f7f8;
color: #777 !important;
outline: none;
width: 100%;
padding: 14px;
margin: 10px 0px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.contact-form textarea{
font-weight: 500 !important;
border-radius: 5px;
font-size: 13px;
border: 1px solid #f6f7f8;
background: #f6f7f8;
color: #777 !important;
outline: none;
width: 100%;
padding: 14px;
margin: 10px 0px;
margin-bottom: 5px;
min-height: 200px;
overflow: hidden;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.contact-form input:focus, .contact-form textarea:focus{
background: #fff;
border-color: #ececec;
}
.contact-form button{
display: inline-block;
background: #111;
color: #fff;
font-size: 14px;
width: 100%;
font-weight: 500;
border-radius: 10px;
padding: 15px 30px 15px 30px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
margin-top: 15px;
}
.contact-form button:hover{
background: #2ebf7e;
}
/*INFO*/
.contact-info-box{
padding: 0px 15px;
}
.contact-info-section{
border-bottom: 1px solid #ececec;
padding: 25px 0px;
margin-bottom: 0px;
-webkit-transition-duration: .5s;
transition-duration: .5s;
}
.contact-info-section i{
width: 60px;
height: 60px;
padding-top: 17px;
border-radius: 50%;
background: #2ebf7e;
color: #fff;
font-size: 25px;
margin-top: 5px;
}
.contact-info-section h4{
color: #111;
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
}
.contact-info-section p{
color: #999;
font-size: 15px;
font-weight: 400;
}
#map{
height: 400px;
width: 100%;
}
/*-----------
Style 2
-------------*/
.contact-box{
text-align: center;
background: #fff;
border: 1px solid #ececec;
border-radius: 2px;
-webkit-box-shadow: 0 20px 80px rgba(0,0,0,0.12);
box-shadow: 0 20px 80px rgba(0,0,0,0.12);
-webkit-transition-duration: .3s;
margin: 10px 0px 10px 0px;
padding: 20px 0px 20px 0px;
}
.contact-box i{
color: #2ebf7e;
font-size: 35px;
margin: 10px 0px 20px 0px;
}
.contact-box h4{
color: #111;
font-size: 18px;
font-weight: 500;
margin: 0px 0px 5px 0px;
}
.contact-box span{
color: #999;
font-size: 14px;
}
/*-----------
Style 3
-------------*/
.contact-country-one{
background-size: cover;
width: 100%;
padding: 120px 70px 50px 70px;
}
.contact-country-one i{
color: #fff;
font-size: 60px;
}
.contact-country-one h4{
color: #fff;
font-size: 25px;
font-weight: 500;
margin-top: 20px;
}
.contact-country{
margin-top: 20px;
}
.contact-country li{
color: #fff;
font-size: 15px;
padding: 10px 0px;
}
.contact-country li i{
color: #fff;
font-size: 15px;
margin-right: 15px;
}
@media (max-width: 767px) {
.contact-country-one{
padding: 40px 20px;
}
}
/*-----------
Styles 4
-------------*/
.contact-data-box-icon{
border-radius: 10%;
border: 2px solid #333;
background: #333;
width: 80px;
height: 80px;
padding: 19px;
margin: 8px 0px 0px 10px;
-webkit-transition-duration: 0.6s;
transition-duration: 0.6s;
}
.contact-data-box:hover .contact-data-box-icon{
background: #fff;
}
.contact-data-box-icon i{
color: #fff;
font-size: 30px;
padding: 3px 0px 0px 6px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.contact-data-box:hover .contact-data-box-icon i{
color: #333;
}
.contact-data-box-text{
padding-left: 15px;
}
.contact-data-box-text h4{
color: #111;
font-size: 20px;
font-weight: 400;
line-height: 160%;
letter-spacing: 1px;
}
.contact-data-box-text h6{
color: #777;
font-size: 15px;
font-weight: 400;
line-height: 160%;
margin-top: 5px;
}
/*-----------------------------------------
37. Tabs
-------------------------------------------*/
/*-----------
Default Tabs
-------------*/
.default-tabs .tabs{
position: relative;
}
.default-tabs .tabs .tab-menu li {
background: #f7f7f7;
display: inline-block;
text-align: center;
}
.default-tabs .tabs .tab-menu li a {
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
.default-tabs .tabs .tab-menu li a i{
color: #2ebf7e;
display: inline-block;
font-size: 15px;
margin-right: 10px;
text-decoration: none;
}
.default-tabs .tabs .tab-menu li:hover a, .default-tabs .tabs .tabs li:hover i {
color: #2ebf7e;
}
.default-tabs .tab-menu .active-tab a, .default-tabs .active-tab a i {
color: #2ebf7e !important;
}
.default-tabs .tab-menu{
margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
.default-tabs .tabs .tab-menu li {
background: #f7f7f7;
display: inline-block;
text-align: center;
width: auto;
}
.default-tabs .tabs .tab-menu li a {
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
}
@media screen and (max-width:767px) {
.default-tabs .tabs .tab-menu li {
display: block;
width: 100%;
text-align: center;
margin-bottom: 4px;
}
.default-tabs .tab-menu .tabs li a{
display: block;
padding: 18px 14px;
}
.default-tabs .tab-menu .tabs li i {
font-size: 25px;
}
}
.tab-body{
display: block;
position: relative;
padding: 25px;
background: #f7f7f7 !important;
}
.tab-body h2{
font-size: 30px;
color: #111;
font-weight: 300;
margin-bottom: 10px;
}
.tab-body h3{
font-size: 25px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body h4{
font-size: 20px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body h5{
font-size: 15px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body h2:after, .tab-body h3:after, .tab-body h4:after, .tab-body h5:after{
content: '';
display: block;
width: 100px;
height: 2px;
background: #2ebf7e;
margin-top: 10px;
margin-bottom: 10px;
}
.tab-body p{
font-size: 15px;
color: #999;
line-height: 1.7;
font-weight: 400;
margin: 5px;
}
/*-----------
Icon Tabs
-------------*/
.big-icon-tabs .tabs{
position: relative;
}
.big-icon-tabs .tabs .tab-menu li {
display: inline-block;
text-align: center;
margin-right: 5px;
}
.big-icon-tabs .tabs .tab-menu li:last-child{
margin-right: 0px;
}
.big-icon-tabs .tabs .tab-menu li a {
background: #ececec;
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
border-top: 2px solid #ececec;
}
.big-icon-tabs .tabs .tab-menu li a i{
color: #2ebf7e;
display: block;
font-size: 40px;
margin-bottom: 10px;
text-decoration: none;
}
.big-icon-tabs .tabs .tab-menu li:hover a, .big-icon-tabs .tabs .tabs li:hover i {
color: #2ebf7e;
}
.big-icon-tabs .tab-menu .active-tab a, .big-icon-tabs .active-tab a i {
border-color: #2ebf7e !important;
}
.big-icon-tabs .tab-menu .active-tab a{
background: #f7f7f7 !important;
}
@media screen and (max-width: 1200px) {
.big-icon-tabs .tabs .tab-menu li {
background: #f7f7f7;
display: inline-block;
text-align: center;
width: auto;
}
.big-icon-tabs .tabs .tab-menu li a {
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
}
@media screen and (max-width:767px) {
.big-icon-tabs .tabs .tab-menu li {
display: block;
width: 100%;
text-align: center;
margin-bottom: 4px;
}
.big-icon-tabs .tab-menu .tabs li a{
display: block;
}
.big-icon-tabs .tab-menu .tabs li i {
font-size: 25px;
}
}
/*-----------------------------------------
38. Owl Carousel
-------------------------------------------*/
.custom-dot {
display: inline-block;
z-index: 1;
margin-top: 30px;
}
.custom-dot span {
width: 12px;
height: 12px;
margin: 5px 7px;
background: #cecece;
cursor: pointer;
display: block;
border: 1px solid #fff;
-webkit-backface-visibility: visible;
border-radius: 30px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.custom-dot span:hover {
background: #aaa;
-webkit-backface-visibility: visible;
border-radius: 30px;
}
.custom-dot.active span{
width: 12px;
height: 12px;
background: #2ebf7e;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.owl-nav i{
color: #111;
font-size: 20px;
padding-top: 10px;
}
.owl-nav .owl-prev {
color: #2ebf7e;
font-size: 43px;
left: 0%;
text-align: center;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 50px;
height: 50px;
background: #fff !important;
-webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}
.owl-nav .owl-next {
color: #2ebf7e;
font-size: 43px;
text-align: center;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 50px;
height: 50px;
background: #fff !important;
-webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}
/*-----------------------------------------
39. Pie Charts
-------------------------------------------*/
.pie-chart{
margin: 20px 0px;
}
.pie-chart .chart {
position: relative;
display: block;
width: 120px;
color: #111;
text-align: center;
border-radius: 50%;
margin: auto;
}
.pie-chart-lg .chart {
width: 190px;
}
.pie-chart-md .chart {
width: 150px;
}
.pie-chart-sm .chart {
width: 130px;
}
.pie-chart .chart canvas {
position: absolute;
top: 0;
left: 0;
}
.pie-chart .chart-percent {
margin: 0 0 15px 0
}
.pie-chart .percent {
font-size: 17px;
font-weight: 600;
display: inline-block;
z-index: 2;
}
.pie-chart-md .percent {
font-size: 18px;
font-weight: 600;
display: inline-block;
z-index: 2;
}
.percent:after {
content: '%';
}
.pie-chart h4{
font-size: 14px;
font-weight: 600;
text-align: center;
margin-top: 15px;
}
.pie-chart-md h4{
font-size: 18px;
font-weight: 600;
text-align: center;
margin-top: 17px;
}
.pie-chart h5{
color: #999;
font-size: 12px;
font-weight: 500;
text-align: center;
margin-top: 15px;
}
.pie-chart-md h5{
color: #999;
font-size: 13px;
font-weight: 500;
text-align: center;
margin-top: 7px;
}
.pie-chart-lg h4{
font-size: 19px;
font-weight: 600;
text-align: center;
margin-top: 17px;
}
.pie-chart-lg h5{
color: #999;
font-size: 13px;
font-weight: 500;
text-align: center;
margin-top: 7px;
}
.pie-chart-lg .percent {
font-size: 22px;
font-weight: 600;
display: inline-block;
z-index: 2;
}
/*-----------------------------------------
40. Chart JS
-------------------------------------------*/
.chartjs-tooltip {
opacity: 1;
position: absolute;
background: rgba(0, 0, 0, .7);
color: white;
border-radius: 3px;
-webkit-transition: all .1s ease;
transition: all .1s ease;
pointer-events: none;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
padding: 4px;
}
.chartjs-tooltip-key {
display: inline-block;
width: 10px;
height: 10px;
} | public/assets/css/styles-3.css | ==============================================
TABLE OF CONTENT
==============================================
1. Sections
2. Headings
3. Navbar
4. Search
5. Top Bar
6. CountUps
7. Helper Classes
a) Text-content
b) Image-properties
c) Buttons
d) Lists
e) Color Control
f) Video Box
g) Pagination
h) Borders
i) Animations
8. Preloader
9. Scroll to Top
10. Number Boxes
11. Service Boxes
12. Clients
13. Feature Boxes
14. Progress Bars
15. Price Tables
16. Newsletter Form
17. Footer
18. Blog (Grid, Lists, Post)
19. Testmonials
20. Projects
21. Partners (also Team)
22. Feedback Form
23. Team, Team Single
24. Video Section
25. Projects
26. Project Single (Page)
27. Accordions
28. Service Single (Page)
29. Callback
30. Projects Masonry
31. Under Construction
32. Shop Single Slider
33. Shop Single (Page)
34. Shop Products
35. 404 (Page)
36. Contact (Page)
37. Tabs
38. Owl Carousel
39. Pie Charts
40. Chart JS
==============================================
[END] TABLE OF CONTENT
==============================================
*/
/*-----------------------------------------
1. Sections
-------------------------------------------*/
.section-block{
padding: 90px 0px 90px 0px;
background-color: #fff;
}
.section-block-grey{
padding: 90px 0px 90px 0px;
background-color: #f9f9f9;
}
.section-block-dark{
padding: 90px 0px 90px 0px;
background-color: #222;
}
.section-block-parallax{
position: relative;
background-size: cover;
background-attachment: fixed;
background-position: 50% 50%;
padding: 90px 0px 90px 0px;
}
.section-block-bg{
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
padding: 90px 0px 90px 0px;
}
.section-block-transparent{
padding: 90px 0px 90px 0px;
background: transparent;
}
.no-repeat{
background-repeat: no-repeat;
}
.section-clients{
background: #fff;
padding: 50px 0px;
}
.section-clients-grey{
background: #f9f9f9;
padding: 50px 0px;
}
.notice-section{
background: #fff;
padding: 60px 0px;
}
.notice-section-grey{
background: #f7f7f7;
padding: 60px 0px;
}
.notice-section-bg{
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
padding: 60px 0px 60px 0px;
}
.notice-section h2, .notice-section-grey h2, .notice-section-bg h2{
position: relative;
font-size: 42px;
font-weight: 400;
color: #111;
}
.notice-section h3, .notice-section-grey h3, .notice-section-bg h3{
position: relative;
font-size: 35px;
font-weight: 400;
color: #111;
}
.notice-section h4, .notice-section-grey h4, .notice-section-bg h4{
position: relative;
font-size: 30px;
font-weight: 500;
color: #111;
}
.notice-section h5, .notice-section-grey h5, .notice-section-bg h5{
position: relative;
font-size: 25px;
font-weight: 500;
color: #111;
}
.notice-section h6, .notice-section-grey h6, .notice-section-bg h6{
position: relative;
font-size: 20px;
font-weight: 500;
color: #111;
}
.notice-section-sm{
padding: 40px 0px;
}
.notice-section-md{
padding: 60px 0px;
}
.notice-section-lg{
padding: 80px 0px;
}
.section-sm{
padding: 30px 0px;
}
.section-md{
padding: 40px 0px;
}
.section-lg{
padding: 80px 0px;
}
/*-----------------------------------------
2. Headings
-------------------------------------------*/
.section-heading{
margin-bottom: 10px;
}
.section-heading h2{
position: relative;
font-size: 42px;
font-weight: 500;
color: #111;
line-height: 130%;
margin-bottom: 10px;
}
.section-heading h3{
position: relative;
font-size: 35px;
font-weight: 600;
color: #111;
line-height: 130%;
margin-bottom: 10px;
}
.section-heading h4{
position: relative;
font-size: 30px;
font-weight: 600;
color: #111;
line-height: 160%;
margin-bottom: 10px;
}
.section-heading h5{
position: relative;
font-size: 25px;
font-weight: 600;
color: #111;
line-height: 160%;
margin-bottom: 10px;
}
.section-heading h6{
position: relative;
font-size: 20px;
font-weight: 500;
color: #111;
line-height: 160%;
margin-bottom: 10px;
}
.section-heading strong{
font-weight: 600;
}
.section-heading-line{
content: '';
display: block;
width: 100px;
height: 3px;
background: #2ebf7e;
border-radius: 25%;
margin: auto;
margin-top: 15px;
margin-bottom: 5px;
}
.section-heading-line-left{
content: '';
display: block;
width: 100px;
height: 3px;
background: #2ebf7e;
border-radius: 25%;
margin-top: 15px;
margin-bottom: 5px;
}
.section-heading p{
font-size: 15px;
font-weight: 400;
color: #aaa;
line-height: 160%;
padding-top: 15px;
margin-bottom: 0px;
}
.section-heading span{
position: relative;
font-size: 15px;
font-weight: 500;
color: #2ebf7e;
line-height: 200%;
margin-bottom: 10px;
}
.page-title-section{
padding: 110px 0px 110px 0px;
background-color: #eee;
background-size: cover;
background-position: center;
text-align: center;
border-bottom: 1px solid #f5f5f5;
}
.page-title-section h1{
font-size: 40px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1;
color: #fff;
text-align: center;
margin-bottom: 10px;
}
.page-title-section ul li{
display: inline-block;
}
.page-title-section ul li:after{
content: ' \f105';
color: #fff;
font-family: 'FontAwesome';
padding: 0px 10px;
}
.page-title-section ul li:last-child:after{
content: none;
}
.page-title-section ul li a{
color: #fff;
font-size: 14px;
font-weight: 500;
}
.page-title-section ul li a:hover{
color: #111;
}
/*-----------------------------------------
3. Navbar
-------------------------------------------*/
.affix {
top: 0;
width: 100%;
z-index: 9999999;
}
/*Affix Disable*/
@media (max-width: 1200px) {
.affix {
position: static;
}
}
#bs-example-navbar-collapse-1{
padding: 0px;
}
.navbar-nav{
margin: 0px;
}
.nav-wrapper{
min-height: 90px;
}
.navbar-header-custom{
background: transparent;
padding: 30px 0px 25px 0px;
}
.navbar-logo img{
max-width: 100%;
margin-left: 15px;
max-height: 50px;
}
.navbar-custom{
background: #fff;
border: none;
border-radius: 0px;
padding: 0px 0px 0px 0px;
margin-bottom: 0px;
border-bottom: 1px solid #eee;
box-shadow: 0 0 65px rgba(0,0,0,.09);
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.navbar-custom .navbar-links-custom li {
padding: 25px 0px 25px 0px;
}
.navbar-custom .navbar-links-custom li a{
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #111;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.navbar-custom .navbar-links-custom li a i{
font-size: 9px;
font-weight: normal;
}
.navbar-custom .navbar-toggle .icon-bar {
background-color: #2ebf7e;
}
@media screen and (max-width:964px) {
.navbar-custom .navbar-links-custom li{
font-size: 13px;
font-weight: bold;
-webkit-transition-duration: .3s;
transition-duration: .3s;
border-bottom: 1px solid rgba(0, 0, 0, .05);
padding: 0px !important;
margin: 0px;
}
.navbar-custom .navbar-links-custom li:last-child{
border-bottom: none;
}
.navbar-custom .navbar-links-custom li a{
color: #111 !important;
margin: 0px;
padding: 15px;
}
.navbar-default .navbar-links-custom .open .dropdown-menu>li>a {
color: #111 !important;
font-size: 12px;
padding: 5px 0px 5px 20px;
}
}
.dropdown-menu{
background-color: #fff;
border-radius: 0px !important;
padding: 5px;
}
.navbar-links-custom .dropdown ul{
padding: 0px 13px 13px 13px;
border: none;
margin-left: 5px;
margin-top: 0px;
-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.15);
box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.15);
}
.navbar-links-custom .dropdown ul li{
padding: 0px;
border: none;
}
.navbar-links-custom .dropdown ul li a{
border-radius: 0px;
font-size: 12px;
font-weight: 500;
padding: 7px 12px 7px 16px;
width: 180px;
text-transform: none;
text-align: left;
color: #999;
}
.navbar-links-custom .dropdown ul li a:hover{
background: #fff;
color: #2ebf7e !important;
}
/*DROPDOWN ICON STYLES*/
.navbar-links-custom .dropdown .dropdown-toggle:after{
content: "\f107";
font-family: FontAwesome;
padding-left: 6px;
}
.active-link a{
color: #fff !important;
}
@media screen and (max-width:767px) {
.navbar-links-custom .dropdown ul li a:hover{
color: #111 !important;
}
}
.menu-icon{
border: none;
background: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: transparent;
}
/*Navbar breakpoint*/
@media (max-width: 1200px) {
.navbar-custom{
background: #fff;
color: #111 !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #111 !important;
background-color: transparent;
}
.dropdown-menu:after{
border: none;
}
.navbar-custom .navbar-links-custom{
padding: 0px !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
margin: 0px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
max-height: 100%;
}
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
color: #111;
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-links-custom{
padding-bottom: 5px;
}
.navbar-custom .navbar-links-custom li {
padding: 5px 0px 0px 5px;
}
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #2ebf7e !important;
background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}
/*-----------------------------------------
4. Search
-------------------------------------------*/
#search_nav{
display: inline-block;
z-index: 9999;
}
.search-holder{
color: #323232;
margin-top: 18px;
border-left: 1px solid #f7f7f7;
}
.search-button{
padding-left: 12.5px;
cursor: pointer;
}
@media (max-width: 991px) {
.search-holder{
border: none !important;
}
.search-button i{
padding: 17px 0px;
cursor: pointer;
}
.search-button i:after{
font-family: 'Nunito', sans-serif;
content: 'Search';
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
display: inline-block;
padding-left: 10px;
}
.search-overlay-content input{
margin: 30px;
max-width: 80%;
}
.search-overlay-content {
position: relative;
top: 15% !important;
text-align: center;
}
}
.search-overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
overflow-x: hidden;
transition: 0.5s;
}
.search-overlay-content {
position: relative;
top: 35%;
width: 100%;
text-align: center;
margin-top: 30px;
}
.search-overlay-content input{
font-size: 35px;
font-weight: 500;
color: #fff;
background: transparent;
border: none;
border-bottom: 2px solid #fff;
opacity: 0.5;
padding: 15px 15px;
}
.search-overlay a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #818181;
display: block;
transition: 0.3s;
}
.search-overlay a:hover, .search-overlay a:focus {
color: #f1f1f1;
}
.search-overlay .closebtn {
position: absolute;
top: 20px;
right: 30px;
font-size: 60px;
}
@media screen and (max-height: 450px) {
.search-overlay a {font-size: 20px}
.search-overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}
/*-----------------------------------------
5. Top-Bar
-------------------------------------------*/
#top-bar{
display: block;
position: relative;
z-index: 999;
background: #2a2a2a;
height: 45px;
}
.top-bar-welcome{
display: inline-block;
}
.top-bar-welcome ul{
padding-left: 0px;
margin-bottom: 0px;
}
.top-bar-welcome li{
font-size: 13px;
font-weight: 500;
color: #fff;
list-style-type: none;
margin: 0px;
padding-top: 2px;
margin-right: 5px;
}
.top-bar-info {
display: inline-block;
}
.top-bar-info ul{
padding-left: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 20px;
}
.top-bar-info li{
font-size: 13px;
font-weight: 500;
color: #fff;
list-style-type: none;
display: inline-block;
padding: 13.5px 5px 0px 5px;
margin-bottom: 0px;
}
.top-bar-info li i{
font-size: 13px;
color: #2ebf7e;
margin-right: 8px;
}
.social-icons{
padding: 0px;
float: right;
margin: 0px;
}
.social-icons li{
font-size: 14px;
list-style-type: none;
float: left;
width: 35px;
text-align: center;
margin: 0px;
padding: 13px 0px 13px 0px;
}
.social-icons li a{
opacity: .7;
color: #fff;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.social-icons a:hover{
opacity: 1;
}
/*-----------------------------------------
6. CountUps
-------------------------------------------*/
.counter-box{
position: relative;
text-align: center;
margin: 15px 0px;
}
@media (max-width: 767px) {
.counter-box{
margin: 30px;
}
}
.counter-box h4{
display: inline-block;
font-size: 35px;
font-weight: 600;
color: #111;
}
.counter-box h4:after{
content: '+';
}
.counter-box h3{
display: inline-block;
font-size: 45px;
font-weight: 600;
color: #111;
}
.counter-box h3:after{
content: '+';
}
.counter-box p{
font-size: 15px;
font-weight: 500;
color: #999;
line-height: 1.7;
margin-top: 10px;
}
.counter-box p:before{
content: '';
display: block;
background: #2ebf7e;
height: 3px;
width: 70px;
margin: 10px auto;
}
.counter-box.left-holder p:before{
content: '';
display: block;
background: #2ebf7e;
height: 3px;
width: 70px;
margin: 10px 0px;
}
/*-----------------------------------------
7. Helper Classes
-------------------------------------------*/
/*--------------------
a) Text-content
----------------------*/
.text-content p{
font-size: 14px;
font-weight: 400;
color: #999;
line-height: 190%;
margin-bottom: 15px;
}
.text-content-big p{
font-size: 15px;
font-weight: 400;
color: #999;
line-height: 200%;
margin-bottom: 15px;
}
.text-content-small p{
font-size: 12px;
font-weight: 400;
color: #999;
line-height: 200%;
margin-bottom: 15px;
}
.text-uppercase{
text-transform: uppercase;
}
.text-thin{
font-weight: 400 !important;
}
.text-semi-bold{
font-weight: 600 !important;
}
.text-bold{
font-weight: 700 !important;
}
.text-bold p{
font-weight: 700 !important;
}
/*--------------------
b) Image-properties
----------------------*/
.rounded-border{
border-radius: 10px !important;
}
.semi-rounded{
border-radius: 5px !important;
}
.no-rounded{
border-radius: 0px !important;
}
.shadow-primary{
-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.2);
box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.full-width{
width: 100%;
}
.half-width{
min-width: 50%;
}
/*--------------------
c) Buttons
----------------------*/
.primary-button{
background: #2ebf7e;
color: #fff;
font-size: 11px;
font-weight: 500;
border-radius: 50px;
padding: 10px 15px 10px 15px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
}
.primary-button:hover {
background: #222;
color: #fff;
}
.white-button{
background: #fff;
transition: background-position 0.5s;
color: #111;
border: 1px solid #ccc;
font-size: 11px;
font-weight: 500;
border-radius: 50px;
padding: 10px 15px 10px 15px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
}
.white-button:hover {
color: #111;
transform: translateY(-.4rem);
box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}
.dark-button{
background: #111;
color: #fff;
font-size: 11px;
font-weight: 500;
border-radius: 50px;
padding: 10px 15px 10px 15px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.dark-button:hover{
color: #fff;
background: #2ebf7e;
}
.bordered-button{
background: transparent;
border: 2px solid #2ebf7e;
color: #2ebf7e;
font-size: 12px;
font-weight: 500;
border-radius: 50px;
padding: 10px 15px 10px 15px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
}
.bordered-button:hover {
background: #2ebf7e;
color: #fff;
}
.button-tag{
display: inline-block;
font-size: 12px;
font-weight: 500;
margin: 5px 0px 0px 0px;
padding: 8px 15px 8px 15px !important;
}
.button-xs{
display: inline-block;
font-size: 10px;
font-weight: 500;
padding: 8px 17px 8px 17px;
}
.button-sm{
display: inline-block;
font-weight: 500;
font-size: 12px;
padding: 11px 22px 11px 22px;
}
.button-md{
display: inline-block;
font-size: 14px;
font-weight: 500;
padding: 13px 25px 13px 25px;
}
.button-lg{
display: inline-block;
font-size: 17px;
font-weight: 600;
padding: 20px 35px 20px 35px !important;
}
/*--------------------
d) Lists
----------------------*/
.primary-list{
padding-left: 0px;
}
.primary-list li{
list-style-type: none;
color: #222;
font-size: 14px;
font-weight: 500;
margin-top: 15px;
}
.primary-list li i{
color: #2ebf7e;
padding-right: 10px;
}
.dark-list{
padding-left: 0px;
}
.dark-list li{
list-style-type: none;
color: #222;
font-size: 14px;
font-weight: 500;
margin-top: 15px;
}
.dark-list li i{
color: #222;
padding-right: 10px;
}
.white-list{
padding-left: 0px;
}
.white-list li{
list-style-type: none;
color: #fff;
font-size: 14px;
font-weight: 500;
margin-top: 15px;
}
.white-list li i{
color: #2ebf7e;
padding-right: 15px;
}
/*--------------------
e) Color Control
----------------------*/
.primary-color h1,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6,
.primary-color p,
.primary-color i,
.primary-color span{
color: #2ebf7e !important;
}
.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6,
.dark-color p,
.dark-color i,
.dark-color span{
color: #111 !important;
}
.white-color,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color i,
.white-color span{
color: #fff !important;
}
/*--------------------
f) Video Box
----------------------*/
.video-video-box{
position: relative;
display: block;
width: 100%;
height: auto;
}
.video-video-box img{
width: 100%;
}
.video-video-box-overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 1;
transition: .5s ease;
}
.video-video-box-button{
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.video-video-box-button button{
color: #fff;
font-size: 25px;
background: rgba(0, 0, 0, .8);
width: 100px;
height: 100px;
border-radius: 50%;
padding-top: 5px;
padding-left: 12px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.video-video-box-button button:hover{
color: #111;
background: #fff;
}
@media (max-width: 991px) {
.video-video-box-button button{
color: #222;
font-size: 15px;
background: rgba(255, 255, 255, .7);
width: 60px;
height: 60px;
border-radius: 50%;
padding-top: 1px;
padding-left: 9px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
}
/*--------------------
g) Pagination
----------------------*/
.paginator{
display: inline-block;
border-radius: 10px;
font-size: 15px;
font-weight: 600;
color: #2d2d2d;
background: #f1f1f1;
padding: 10px 15px 10px 15px;
margin: 3px;
}
.paginator:hover{
color: #fff;
background: #bda87f;
}
.paginator:focus{
color: #fff;
background: #bda87f;
}
.active-page{
color: #fff;
background: #bda87f;
}
/*--------------------
h) Borders
----------------------*/
.border-top{
border-top: 1px solid #ececec;
}
.border-bottom{
border-bottom: 1px solid #ececec;
}
.border-left{
border-left: 1px solid #ececec;
}
.border-right{
border-right: 1px solid #ececec;
}
.border-full{
border: 1px solid #ececec;
}
/*--------------------
i) Animations
----------------------*/
@-webkit-keyframes pulse {
25% {
-webkit-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(.85);
transform: scale(.85);
}
}
@keyframes pulse {
25% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(.85);
-ms-transform: scale(.85);
transform: scale(.85);
}
}
/*-----------------------------------------
8. Preloader
-------------------------------------------*/
#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 99999;
width: 100%;
height: 100%;
overflow: visible;
background: #fff;
display: table;
text-align: center;
}
.loader {
display: table-cell;
vertical-align: middle;
height: 100%;
width: 100%;
position: relative;
width: 200px;
height: 200px;
}
.loader-icon {
width: 80px;
height: 80px;
border: 2px solid #2ebf7e;
border-right-color: #eee;
border-radius: 50%;
position: relative;
animation: loader-rotate 1s linear infinite;
margin: 0 auto;
}
@keyframes loader-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
/*-----------------------------------------
9. Scroll To Top Button
-------------------------------------------*/
.scroll-to-top{
font-size: 20px;
padding: 6px;
text-align:center;
color: #fff;
text-decoration: none;
position:fixed;
bottom:80px;
right: 10px;
display:none;
border-radius: 50%;
background: #333;
width: 40px;
height: 40px;
z-index: 9999;
outline: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.scroll-to-top i{
color: #fff;
}
.scroll-to-top:hover{
color: #111;
background: #fff;
}
.scroll-to-top:hover i{
color: #111;
}
.scroll-to-top:visited{
color: #111;
text-decoration:none;
}
/*-----------------------------------------
10. Number Boxes
-------------------------------------------*/
.number-box{
text-align: center;
padding: 20px;
margin: 15px 0px;
background: #fff;
border-radius: 3px;
}
.number-box h3{
color: #111;
line-height: 1;
font-size: 60px;
font-weight: 200;
}
.number-box-line{
content: '';
border-bottom: 1px dashed #dedede;
width: 100%;
margin: 20px auto;
}
.number-box-line:before{
content: '';
display: block;
margin: auto;
margin-bottom: -7.5px;
height: 15px;
width: 15px;
border: 2px solid #2ebf7e;
background: #fff;
border-radius: 50%;
}
.number-box h4{
color: #111;
font-size: 20px;
font-weight: 400;
}
.number-box p{
color: #999;
font-size: 14px;
font-weight: 400;
margin-top: 15px;
line-height: 1.5;
}
/*-----------------------------------------
11. Service Boxes
-------------------------------------------*/
/*--------------
Styles 1
----------------*/
.owl-carousel .service-box{
margin: 15px 15px 25px 15px;
}
.service-box{
background: #fff;
overflow: hidden;
border: 1px solid #eee;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
-moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.service-inner-box{
padding: 0px 20px 20px 20px;
}
.service-icon-box{
width: 25%;
float: left;
padding-top: 5px;
}
.service-content-box{
width: 75%;
float: left;
}
.service-box img{
width: 100%;
margin-bottom: 25px;
}
.service-box h3{
color: #111;
font-size: 18px;
font-weight: 500;
}
.service-box p{
color: #999;
font-size: 15px;
font-weight: 400;
margin-top: 10px;
}
.service-box i{
color: #2ebf7e;
font-size: 53px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
@media (max-width: 991px) {
.service-box i{
font-size: 33px;
}
}
@media (max-width: 767px) {
.service-box i{
font-size: 45px;
}
}
.service-box:hover i{
color: #111;
}
/*--------------
Styles 2
----------------*/
.service-block{
position: relative;
margin-top: 30px;
margin-bottom: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.service-block img{
width: 100%;
border-radius: 5px;
margin-bottom: 10px;
}
.service-block-number{
width: 15%;
float: left;
}
.service-block-title{
width: 75%;
float: left;
}
.service-block-number h5{
color: #2ebf7e;
font-size: 35px;
font-weight: 500;
}
.service-block-title h4{
color: #2ebf7e;
font-size: 17px;
font-weight: 500;
padding-top: 12.5px;
padding-left: 10px;
}
.service-block-title h4 a:hover{
color: #2ebf7e;
}
.service-block p{
color: #999;
font-size: 15px;
font-weight: 400;
}
/*--------------
Styles 3
----------------*/
.service-simple{
position: relative;
background: #fff;
border: 1px solid #ececec;
border-radius: 5px;
overflow: hidden;
margin: 15px 0px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
.service-simple img{
width: 100%;
}
.service-simple-inner{
position: relative;
padding: 25px 25px 20px 25px;
}
.service-simple h4{
font-size: 20px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.service-simple h4:before{
content: '●';
color: #2ebf7e;
margin-right: 10px;
}
.service-simple p{
font-size: 15px;
color: #999;
line-height: 1.7;
margin-bottom: 0px;
}
.service-simple-button a{
display: inline-block;
background: #111;
color: #fff;
border-radius: 5px;
text-align: center;
font-size: 14px;
font-weight: 500;
width: 100%;
margin: 15px 0px 2px 0px;
padding: 15px 20px 15px 20px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
}
.service-simple-button a:hover{
background: #2ebf7e;
}
/*--------------
Styles 4
----------------*/
.service-box-car-2{
display: block;
background: #fff;
text-align: center;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.07);
border-radius: 5px;
padding: 30px 25px;
margin: 15px;
margin-bottom: 30px;
}
.service-box-car-2 i{
display: block;
color: #2ebf7e;
font-size: 55px;
margin-bottom: 5px;
}
.service-box-car-2 h4{
color: #111;
font-size: 18px;
margin: 18px 0px;
}
.service-box-car-2 p{
font-size: 15px;
color: #999;
line-height: 1.7;
margin-bottom: 0px;
}
/*--------------
Styles 5
----------------*/
.services-box-3{
display: block;
background: #fff;
overflow: hidden;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.12);
border-radius: 5px;
margin: 15px 0px;
}
.services-box-3 img{
width: 100%;
}
.services-box-3-header{
padding: 20px;
}
.services-box-3 span{
display: inline-block;
background: #2ebf7e;
color: #fff;
font-weight: 500;
font-size: 13px;
border-radius: 5px;
padding: 2px 5px;
margin-bottom: 10px;
}
/*--------------
Styles 6
----------------*/
.serv-section-2{
position: relative;
border: 1px solid #eee;
background: #fff;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
border-radius: 5px;
overflow: hidden;
padding: 30px;
}
.serv-section-2:before {
position: absolute;
top: 0;
right: 0px;
z-index: 0;
content: " ";
width: 120px;
height: 120px;
background: #f5f5f5;
border-bottom-left-radius: 136px;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.serv-section-2:hover:before{
background: #2ebf7e;
}
.serv-section-2-icon{
position: absolute;
top: 18px;
right: 22px;
max-width: 100px;
z-index: 1;
text-align: center
}
.serv-section-2-icon i{
color: #2ebf7e;
font-size: 48px;
line-height: 65px;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.serv-section-2:hover .serv-section-2-icon i{
color: #fff;
}
.serv-section-top-text{
width: 180px;
height: auto;
}
.serv-section-desc{
position: relative;
}
.serv-section-2 h4{
color: #333;
font-size: 20px;
font-weight: 500;
line-height: 1.5;
}
.serv-section-2 h5{
color: #333;
font-size: 17px;
font-weight: 400;
line-height: 1;
margin-top: 5px;
}
.serv-section-2 p{
margin-top: 25px;
padding-right: 50px;
}
.serv-section-2-act:before{
background: #2ebf7e;
}
.serv-section-2-act:hover:before{
background: #f5f5f5;
}
.serv-section-2-icon-act i{
color: #fff;
}
.serv-section-2-act:hover .serv-section-2-icon-act i{
color: #2ebf7e!important;
}
@media (max-width: 991px) {
.serv-section-2{
margin-top: 20px;
}
.serv-section-2:before {
margin-top: 0px;
}
.serv-section-2-icon i{
position: absolute;
right: -3px;
top: 0px;
}
}
@media (max-width: 425px) {
.serv-section-2{
padding: 30px 10px;
}
}
/*-----------------------------------------
12. Clients
-------------------------------------------*/
.clients img{
opacity: .6;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.clients img:hover{
opacity: 1;
}
/*-----------------------------------------
13. Feature Boxes
-------------------------------------------*/
/*--------------
Styles 1
----------------*/
.simple-feature-box{
background: #fff;
border-radius: 5px;
padding: 15px;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.simple-feature-box:hover{
-webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
-moz-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
}
.simple-feature-box-icon{
text-align: center;
margin: auto;
}
.simple-feature-box-icon i{
font-size: 18px;
width: 32px;
height: 32px;
color: #fff;
background: #2ebf7e;
border-radius: 50%;
padding: 6.5px;
padding-left: 9px;
}
.simple-feature-box-content h4{
font-size: 18px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
@media (max-width: 767px) {
.simple-feature-box-content{
padding-left: 25px;
}
}
/*--------------
Styles 2
----------------*/
.feature-block{
position: relative;
text-align: center;
background: #fff;
padding: 15px;
margin: 15px 0px;
}
.feature-block-icon i{
color: #2ebf7e;
font-size: 55px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-block h4{
color: #111;
font-size: 18px;
font-weight: 500;
margin: 20px 0px 10px 0px;
}
.feature-block p{
font-size: 15px;
color: #999;
line-height: 1.7;
margin-bottom: 0px;
}
.feature-block:hover .feature-block-icon{
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-duration: .7s;
animation-duration: .7s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*--------------
Styles 3
----------------*/
.feature-box{
position: relative;
background: #fff;
padding: 20px;
border-radius: 5px;
text-align: center;
margin: 20px 0px 20px 0px;
-webkit-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
-moz-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.feature-box:hover{
-webkit-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
-moz-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
}
.feature-box i{
color: #2ebf7e;
font-size: 60px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.feature-box:hover i{
color: #111;
}
.feature-box h4{
color: #111;
font-size: 18px;
font-weight: 500;
line-height: 170%;
margin: 15px 0px;
}
.feature-box p{
color: #999;
font-size: 14px;
font-weight: 500;
line-height: 170%;
}
/*--------------
Styles 4
----------------*/
.feature-flex{
position: relative;
margin: 30px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-flex-icon{
float: left;
width: 25%;
margin-top: 20px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-flex-icon i{
color: #fff;
border-radius: 50%;
background-image: linear-gradient(120deg,rgba(46, 191, 126, .6) 0%,#2ebf7e 100%);
padding: 21.5px 22px;
font-size: 40px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
@media (max-width: 991px) {
.feature-flex-icon{
text-align: center;
margin: auto;
}
.feature-flex-icon i{
color: #fff;
border-radius: 50%;
background-image: linear-gradient(120deg,rgba(210, 30, 43, .6) 0%,#2ebf7e 100%);
padding: 17px;
font-size: 32px;
}
}
@media (max-width: 767px) {
.feature-flex-icon{
text-align: center;
margin: auto;
}
.feature-flex-icon i{
color: #fff;
border-radius: 50%;
background-image: linear-gradient(120deg,rgba(210, 30, 43, .6) 0%,#2ebf7e 100%);
padding: 16px;
font-size: 33px;
}
}
.feature-flex-content{
float: left;
width: 75%;
padding-left: 10px;
}
.feature-flex-content h4{
color: #111;
font-size: 21px;
font-weight: 400;
}
.feature-flex-content h4 a{
color: #111;
font-size: 21px;
font-weight: 400;
}
.feature-flex-content p{
color: #999;
font-size: 15px;
font-weight: 400;
margin-top: 10px;
}
.feature-flex:hover .feature-flex-icon{
margin-top: 10px;
}
/*--------------
Styles 5
----------------*/
.feature-flex-square{
position: relative;
border-radius: 5px;
margin: 30px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-flex-square-icon{
float: left;
width: 25%;
margin-top: 5px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-flex-square-icon i{
color: #2ebf7e;
border-radius: 10px;
padding: 10px;
font-size: 55px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
@media (max-width: 991px) {
.feature-flex-square-icon{
text-align: center;
margin: 23px auto;
}
.feature-flex-square-icon i{
padding: 14px;
font-size: 30px;
}
}
.feature-flex-square-content{
float: left;
width: 75%;
padding-left: 10px;
}
.feature-flex-square-content h4{
color: #111;
font-size: 19px;
font-weight: 500;
}
.feature-flex-square-content h4 a{
color: #111;
font-size: 19px;
font-weight: 500;
}
.feature-flex-square-content p{
color: #999;
font-size: 15px;
font-weight: 400;
margin-top: 10px;
margin-bottom: 15px;
}
.feature-flex-square-content-button{
display: inline-block;
color: #111;
font-size: 14px;
font-weight: 500;
}
.feature-flex-square-content-button:after{
content: '\f0da';
font-size: 14px;
font-family: "FontAwesome";
color: #111;
margin-left: 7px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-flex-square-content-button:hover{
color: #2ebf7e;
}
.feature-flex-square-content-button:hover:after{
color: #2ebf7e;
}
/*--------------
Styles 6
----------------*/
.feature-box-long{
position: relative;
text-align: center;
border: 1px solid #ececec;
border-radius: 5px;
background: #fff;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
margin: 15px 0px;
padding: 30px 40px 35px 40px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-box-long:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.29);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.29);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.29);
}
.feature-box-long h3{
font-size: 19px;
font-weight: 500;
color: #111;
margin: 25px 0px 15px 0px;
}
.feature-box-long i{
color: #2ebf7e;
font-size: 65px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feature-box-long p{
font-size: 15px;
font-weight: 400;
color: #aaa;
}
/*--------------
Styles 7
----------------*/
.feature-box-2{
position: relative;
background: #fff;
border-radius: 5px;
margin: 20px 0px 20px 0px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
@media (max-width: 767px) {
.feature-box-2{
text-align: center;
padding: 0px 30px;
}
}
.feature-box-2 i{
color: #2ebf7e;
font-size: 50px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.feature-box-2 h4{
color: #111;
font-size: 18px;
font-weight: 500;
line-height: 170%;
margin: 15px 0px 5px 0px;
}
.feature-box-2 p{
color: #999;
font-size: 13px;
font-weight: 400;
line-height: 1.8;
}
/*-----------------------------------------
14. Progress Bars
-------------------------------------------*/
.progress-text{
font-size: 13px;
font-weight: 500;
color: #333;
margin-bottom: 5px;
}
.custom-progress{
height: 5px;
border-radius: 50px;
box-shadow: none;
}
.custom-bar{
height: 100%;
background-color: #2ebf7e;
box-shadow: none;
}
.custom-bar-dark{
height: 100%;
background-color: #111;
box-shadow: none;
}
.progress-medium{
height: 8px;
border-radius: 50px;
box-shadow: none;
}
.progress-bold{
height: 12px;
border-radius: 50px;
box-shadow: none;
}
/*-----------------------------------------
15. Price Tables
-------------------------------------------*/
/*--------------
Styles 1
----------------*/
.price-table{
position: relative;
border-radius: 10px;
overflow: hidden;
background: #fff;
margin: 15px 0px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
.price-table-header{
background: #111;
text-align: center;
padding: 30px;
padding-top: 0px;
}
.price-table-recommended{
position: relative;
z-index: 9999;
transform: scale(1.09);
}
@media (max-width: 767px) {
.price-table-recommended{
position: relative;
z-index: 9999;
transform: scale(1);
}
}
.price-table-header h5{
position: relative;
color: #111;
font-weight: 500;
display: inline-block;
margin-right: -7px;
text-align: center;
font-size: 17px;
background: #fff;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px;
border-bottom-left-radius: 15px;
padding: 5px 15px;
}
.price-table-header h4{
color: #fff;
font-weight: 300;
font-size: 60px;
margin: 15px 0px 10px 0px;
}
.price-table-header h4 sup{
font-size: 35px;
margin: 0px 5px;
}
.price-table-header span{
color: #fff;
font-weight: 400;
font-size: 16px;
}
.price-table-content{
padding: 20px;
}
.price-table-content ul{
padding-left: 0px;
padding-bottom: 0px;
}
.price-table-content ul li{
display: block;
list-style-type: none;
color: #111;
font-size: 14px;
font-weight: 500;
padding: 15px;
}
.price-table-content ul li:before{
content: '\f00c';
font-family: 'FontAwesome';
display: inline-block;
color: #2ebf7e;
margin-right: 12px;
}
.price-table-content ul li:nth-child(2) {
background: #eee;
}
.price-table-content a{
display: inline-block;
color: #fff;
font-size: 14px;
font-weight: 500;
background: #111;
border-radius: 10px;
padding: 15px 15px;
width: 100%;
margin-top: 15px;
}
.price-table-content a:hover{
background: #2ebf7e;
}
/*--------------
Styles 2
----------------*/
.pricing-list{
text-align: center;
border-radius: 10px;
background: #fff;
border: 2px solid #ececec;
padding: 30px 40px;
margin: 20px 0px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.pricing-list h4{
color: #111;
font-size: 25px;
font-weight: 500;
letter-spacing: 2px;
margin-bottom: 20px;
}
.pricing-list h2{
display: inline-block;
color: #111;
font-size: 65px;
font-weight: 400;
letter-spacing: 2px;
}
.pricing-list h2 sup{
color: #111;
font-size: 30px;
font-weight: 500;
}
.pricing-list span{
display: inline-block;
color: #2ebf7e;
font-weight: 500;
}
.pricing-list ul{
margin-top: 20px;
}
.pricing-list ul li{
color: #666;
font-size: 15px;
font-weight: 400;
padding: 7px;
}
.pricing-list ul li:after{
content: '';
display: block;
width: 240px;
max-width: 100%;
height: 1px;
background: #ececec;
margin: 0 auto;
margin-top: 10px;
}
.pricing-list-button{
background: #2ebf7e;
margin: 20px 15px 0px 15px;
border: 2px solid #2ebf7e;
border-radius: 5px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-button:hover{
background: #fff;
}
.pricing-list-button a{
display: block;
color: #fff;
font-size: 16px;
font-weight: 500;
padding: 8px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-button:hover a{
color: #2ebf7e;
}
.pricing-list strong{
position: absolute;
color: #fff;
font-size: 16px;
font-weight: 500;
background: #2ebf7e;
width: 65px;
height: 65px;
padding: 6px;
padding-top: 20px;
border-radius: 50%;
top: 0;
right: 0;
}
/*--------------
Styles 3
----------------*/
.pricing-list-2{
background: #fff;
padding: 45px 30px;
border-radius: 10px;
border: 2px solid #e8e8e8;
text-align: center;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.1);
z-index: 1;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2-emphasise{
position: relative;
z-index: 2;
transform: scale(1.1);
margin: 15px 0px;
}
@media (max-width: 767px) {
.pricing-list-2-emphasise{
transform: scale(1);
}
}
.pricing-list-2-top{
width: 80px;
height: 80px;
background: #fff;
border: 2px solid #2ebf7e;
line-height: 83px;
display: inline-block;
border-radius: 50px;
color: #2ebf7e;
font-size: 35px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2:hover .pricing-list-2-top{
background: #fff;
color: #2ebf7e;
}
.pricing-list-2 h4{
color: #333;
font-size: 22px;
font-weight: 500;
letter-spacing: 1px;
margin-top: 20px;
}
.pricing-list-2-price{
margin-top: 20px;
}
.pricing-list-2-price h3 sup{
color: #333;
font-size: 25px;
font-weight: 400;
}
.pricing-list-2-price h3{
color: #333;
font-size: 50px;
font-weight: 400;
display: inline-block;
}
.pricing-list-2-price span {
color: #777;
font-size: 15px;
font-weight: 500;
}
.pricing-list-2-prod{
margin-top: 20px;
}
.pricing-list-2-prod li{
color: #999;
font-size: 13px;
font-weight: 500;
line-height: 1.5;
padding: 5px 0px;
}
.pricing-list-2-prod li:after{
content: '';
display: block;
width: 180px;
max-width: 100%;
height: 1px;
background: #eee;
margin: 10px auto 0;
}
.pricing-list-2-button{
background: #fff;
border: 2px solid #2ebf7e;
display: inline-block;
border-radius: 5px;
margin-top: 20px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2-button a{
display: inline-block;
color: #2ebf7e;
font-weight: 500;
padding: 7px 50px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2-button:hover{
background: #2ebf7e;
border: 2px solid #2ebf7e;
}
.pricing-list-2-button:hover a{
color: #fff;
}
/* active version */
.pricing-list-2-button-act{
background: #2ebf7e;
border: 2px solid #2ebf7e;
display: inline-block;
border-radius: 5px;
margin-top: 20px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2-button-act a{
display: inline-block;
color: #fff;
font-weight: 500;
padding: 7px 50px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-list-2-button-act:hover{
background: #fff;
border: 2px solid #2ebf7e;
}
.pricing-list-2-button-act:hover a{
color: #2ebf7e;
}
.pricing-list-2-top-act{
background: #2ebf7e;
color: #fff;
}
/*-----------------------------------------
16. Newsletter Form
-------------------------------------------*/
/*--------------
Styles 1
----------------*/
.newsletter-form input{
display: inline-block;
background: #fff;
color: #111;
font-size: 14px;
font-weight: 500;
outline: 0;
border: 2px solid #eee;
min-width: 270px;
max-width: 100%;
-moz-border-radius-topleft: 30px;
-webkit-border-top-left-radius: 30px;
border-top-left-radius: 30px;
-moz-border-radius-bottomleft: 30px;
-webkit-border-bottom-left-radius: 30px;
border-bottom-left-radius: 30px;
padding: 12px 20px;
}
.newsletter-form button{
display: inline-block;
background: #2ebf7e;
color: #fff;
font-size: 14px;
font-weight: 500;
-moz-border-radius-topright: 30px;
-webkit-border-top-right-radius: 30px;
border-top-right-radius: 30px;
-moz-border-radius-bottomright: 30px;
-webkit-border-bottom-right-radius: 30px;
border-bottom-right-radius: 30px;
padding: 14px 20px;
}
.newsletter-form button:hover{
background: #111;
}
@media (max-width: 767px) {
.newsletter-form input{
border-radius: 30px;
width: 100%;
display: block;
}
.newsletter-form button{
border-radius: 30px;
width: 100%;
display: block;
margin-top: 15px;
}
}
/*-----------------------------------------
17. Footer
-------------------------------------------*/
footer{
background: #111;
padding: 60px 0px 20px 0px;
}
footer p{
font-size: 14px;
color: #999;
line-height: 1.7;
}
footer h3{
font-size: 24px;
font-weight: 400;
color: #fff;
line-height: 1;
}
footer h3:after{
content: '';
display: block;
width: 70px;
height: 2px;
background: #2ebf7e;
margin-top: 12px;
}
@media (max-width: 991px) {
footer h3{
margin-top: 30px;
}
}
.footer-social-icons ul li{
display: inline-block;
background: #333;
border-radius: 50%;
color: #fff;
margin-right: 10px;
margin-bottom: 5px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.footer-social-icons ul li a{
display: block;
font-size: 15px;
color: #fff;
width: 35px;
height: 35px;
padding: 11px;
padding-top: 8px;
}
.footer-social-icons ul li:hover{
background: #2ebf7e;
}
.footer-list{
margin-top: 20px;
}
.footer-list li{
list-style-type: none;
color: #aaa;
padding: 6px 0px;
}
.footer-list li a:before{
content: '\f105';
font-family: 'FontAwesome';
color: #aaa;
padding-right: 8px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.footer-list li a{
font-size: 15px;
font-weight: 400;
color: #aaa;
}
.footer-list li a:hover{
color: #fff;
}
.footer-list li a:hover:before{
color: #fff;
}
.footer-recent-post{
margin: 15px 0px;
}
.footer-recent-post-thumb{
float: left;
width: 25%;
}
.footer-recent-post-content{
float: left;
width: 75%;
padding-left: 10px;
}
.footer-recent-post-content a{
display: block;
color: #fff;
font-size: 15px;
font-weight: 400;
margin-top: 5px;
}
.footer-recent-post-content span{
color: #ccc;
font-size: 13px;
font-weight: 400;
}
.footer-tags a{
display: inline-block;
font-size: 11px;
padding: 10px 15px;
color: #fff;
font-weight: 400;
background: #222;
margin-top: 4px;
border-radius: 5px;
}
.footer-tags a:hover{
background: #2ebf7e;
}
.footer-bar{
border-top: 1px solid rgba(255, 255, 255, .1);
padding-top: 20px;
margin-top: 30px;
}
.footer-bar span{
color: #2ebf7e;
font-size: 15px;
font-weight: 400;
}
.footer-bar p{
color: #fff;
font-size: 15px;
font-weight: 400;
}
/*-----------------------------------------
18. Blog
-------------------------------------------*/
/*-----------------
Blog Grid (Style 1)
-------------------*/
.blog-grid{
position: relative;
background: #fff;
border: 1px solid #eee;
border-radius: 5px;
overflow: hidden;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
margin: 25px 0px 25px 0px;
}
.blog-grid img{
width: 100%;
}
.data-box-grid{
display: block;
float: right;
position: absolute;
text-align: center;
background: #2ebf7e;
left: 15px;
top: 15px;
min-width: 60px;
padding: 5px;
}
.data-box-grid h4{
color: #fff;
font-size: 30px;
font-weight: 400;
letter-spacing: 2px;
border-bottom: 1px solid rgba(255, 255, 255, .3);
margin-bottom: 5px;
}
.data-box-grid p{
color: #fff;
font-size: 14px;
font-weight: 400;
}
.blog-grid-text{
padding: 25px;
}
.blog-grid-text span{
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
letter-spacing: 4px;
text-transform: uppercase;
}
.blog-grid-text h4{
color: #111;
font-size: 20px;
font-weight: 500;
margin: 5px 0px 5px 0px
}
.blog-grid-text ul li{
display: inline-block;
color: #999;
font-size: 14px;
font-weight: 500;
margin: 10px 25px 10px 0px;
}
.blog-grid-text ul li i{
color: #2ebf7e;
font-size: 14px;
font-weight: 500;
margin-right: 10px;
}
.blog-grid-text p{
color: #999;
font-size: 15px;
font-weight: 400;
line-height: 170%;
border-bottom: 1px solid #ececec;
padding-bottom: 15px;
}
/*------------------
Blog Grid (Style 2)
--------------------*/
.owl-carousel .blog-grid-simple{
margin: 10px 15px 25px 15px;
}
.blog-grid-simple{
position: relative;
background: #fff;
border-radius: 5px;
border: 1px solid #ececec;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
padding: 30px;
margin: 15px 0px;
}
.blog-grid-simple h4{
color: #111;
font-size: 21px;
font-weight: 500;
margin-bottom: 15px;
}
.blog-grid-simple h4 a{
color: #111;
font-size: 21px;
font-weight: 500;
margin-bottom: 15px;
}
.blog-grid-simple h4 a:before{
content: '\f0c1';
font-family: "FontAwesome";
color: #2ebf7e;
margin-right: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.blog-grid-simple h4 a:hover{
color: #2ebf7e;
}
.blog-grid-simple p{
color: #aaa;
font-size: 15px;
font-weight: 400;
}
.blog-grid-simple-date i{
color: #888;
font-size: 20px;
}
.blog-grid-simple-date h5{
color: #888;
font-size: 13px;
margin-top: 3px;
}
.blog-grid-simple-content{
border-top: 1px solid #ececec;
padding-top: 20px;
margin-top: 15px;
}
.blog-grid-simple-content a{
display: inline-block;
color: #2ebf7e;
font-weight: 600;
font-size: 14px;
margin-top: 2px;
}
.blog-grid-simple-content a:after{
content: '\f105';
font-size: 14px;
font-family: "FontAwesome";
color: #2ebf7e;
margin-left: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
@media (max-width: 767px) {
.blog-grid-simple-content a:after{
display: none;
}
}
.blog-grid-simple-content a:hover{
color: #111;
}
.blog-grid-simple-content a:hover:after{
color: #111;
}
/*------------------
Blog List
--------------------*/
.blog-list-simple {
margin: 20px 0px 30px 0px;
}
.data-box-simple{
display: block;
float: right;
position: absolute;
text-align: center;
background: #2ebf7e;
left: 20px;
top: 5px;
min-width: 60px;
padding: 5px;
}
.data-box-simple h4{
color: #fff;
font-size: 30px;
font-weight: 400;
letter-spacing: 2px;
border-bottom: 1px solid #fff;
margin-bottom: 5px;
}
.data-box-simple p{
color: #fff;
font-size: 14px;
font-weight: 400;
}
.blog-list-simple-text{
border-bottom: 1px solid #e8e8e8;
padding-bottom: 25px;
}
.blog-list-simple-text p{
font-size: 14px;
color: #aaa;
line-height: 1.9;
}
.blog-list-simple-text span{
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
letter-spacing: 4px;
text-transform: uppercase;
}
.blog-list-simple-text h4{
color: #111;
font-size: 20px;
font-weight: 500;
margin: 5px 0px 10px 0px;
}
.blog-list-simple-text ul{
margin: 10px 0px;
}
.blog-list-simple-text ul li{
color: #999;
font-size: 14px;
font-weight: 500;
padding: 3px 0px;
}
.blog-list-simple-text ul li i{
color: #2ebf7e;
margin-right: 10px;
font-size: 14px;
}
/*------------------
Blog Post
--------------------*/
.blog-list-left{
margin: 30px 0px 20px 0px;
}
.blog-title-box h2{
color: #111;
font-size: 27px;
font-weight: 500;
margin: 20px 0px;
}
.blog-title-box:after{
content: '';
display: block;
width: 300px;
max-width: 100%;
height: 2px;
background: #ececec;
margin-top: 10px;
margin: 15px 0px;
}
.blog-title-box span{
color: #999;
font-weight: 400;
margin-right: 40px;
}
.blog-title-box span i{
color: #2ebf7e;
font-size: 16px;
margin-right: 8px;
}
.blog-post-content p{
color: #999;
font-size: 15px;
font-weight: 400;
line-height: 180%;
margin: 15px 0px 15px 0px;
}
.blockquote{
background: #f1f1f1;
border-left: 4px solid #2ebf7e;
font-size: 16px;
font-weight: 500;
margin: 25px 0px 25px 0px;
padding: 20px 30px 30px 30px;
}
.blockquote p{
color: #111;
font-size: 15px;
font-weight: 500;
line-height: 190%;
letter-spacing: 0.5px;
}
.blockquote h4{
color: #111;
font-size: 20px;
font-weight: 400;
letter-spacing: 0.5px;
}
.data-box{
display: block;
float: right;
position: relative;
text-align: center;
background: #2ebf7e;
right: 20px;
top: -95px;
min-width: 60px;
padding: 5px;
}
.data-box h4{
color: #fff;
font-size: 30px;
font-weight: 400;
letter-spacing: 2px;
border-bottom: 1px solid #fff;
margin-bottom: 5px;
}
.data-box strong{
color: #fff;
font-size: 14px;
font-weight: 400;
}
/*search START*/
#search-input{
padding: 0px;
border: none;
border: solid 1px #e8e8e8;
border-radius: 5px;
background: #fff;
padding: 5px;
margin-top: 30px;
}
#search-input input{
font-weight: 400;
border: 0;
border-radius: 10px;
box-shadow: none;
}
#search-input button{
margin: 2px 0 0 0;
background: none;
box-shadow: none;
border: 0;
outline: none !important;
padding: 0 11px 0 13px;
border-left: solid 1px #e8e8e8;
}
#search-input .glyphicon-search{
font-size: 13px;
color: #111;
}
.blog-list-left-heading{
margin: 30px 0px;
padding-top: 15px;
}
.blog-list-left-heading:after{
content: '';
display: block;
width: 80px;
height: 2px;
background: #2ebf7e;
margin-top: 10px;
margin: 10px 0px;
}
.blog-list-right h4{
color: #111;
font-size: 20px;
font-weight: 400;
margin: 0px 0px 10px 0px;
}
/*Category*/
.blog-categories ul{
margin-top: 20px;
padding: 0px;
}
.blog-categories ul li{
display: block;
position: relative;
list-style-type: none;
border-bottom: 1px solid #ececec;
}
.blog-categories ul li a{
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 0px 18px 0px;
color: #333;
}
.blog-categories ul li a:before {
content: "\f00c";
font-family: FontAwesome;
color: #333;
font-size: 14px;
margin-right: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.blog-categories ul li a:hover{
color: #2ebf7e;
}
.blog-categories ul li a:hover:before{
margin-right: 15px;
color: #2ebf7e;
}
/* Latest News*/
.latest-posts-img img{
border-radius: 50px;
padding: 2px;
border: 2px solid #ececec;
}
.latest-posts{
margin: 5px 0px;
padding: 15px 0px;
border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
.latest-posts-text{
margin-top: 10px;
}
.blog-post-left{
margin-top: 20px;
}
}
.latest-posts-text a{
display: block;
font-size: 14px;
font-weight: 500;
color: #111;
margin-bottom: 10px;
margin-top: 10px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.latest-posts-text a:hover{
color: #2ebf7e;
}
.latest-posts-text span{
font-size: 14px;
font-weight: 500;
color: #2ebf7e;
}
/*Archives*/
.archives ul{
margin-top: 20px;
padding: 0px;
}
.archives ul li{
list-style-type: none;
border-bottom: 1px solid #ececec;
padding: 13px 0px 13px 0px;
}
.archives ul li a{
color: #444;
font-size: 14px;
font-weight: 500;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.archives ul li a:hover{
color: #2ebf7e;
font-size: 14px;
}
.archives ul li span{
float: right;
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
}
/*Share Links*/
.blog-share{
list-style-type: none;
margin-top: 20px;
}
.blog-share ul{
background: #f1f1f1;
padding: 15px;
border-radius: 5px;
}
.blog-share ul li{
display: inline-block;
padding-right: 20px;
}
.blog-share ul li a{
color: #6b6b6b;
font-size: 15px;
}
.blog-share ul li a:hover{
color: #2ebf7e;
}
/*comment form*/
.comment-block{
background: #fff;
border-radius: 5px;
border: 1px solid #eee;
padding: 20px;
}
.blog-comments{
background: #f7f7f7;
border-radius: 5px;
padding: 30px;
}
.blog-comments h3{
font-size: 24px;
font-weight: 500;
color: #111;
margin-top: 30px;
}
.blog-comment-user{
border-bottom: 1px solid #e8e8e8;
padding-top: 25px;
padding-bottom: 25px;
}
.blog-comment-user img{
border-radius: 5px;
}
.blog-comment-user h6{
display: inline-block;
color: #111;
font-size: 16px;
margin: 0px;
margin-right: 15px;
}
.blog-comment-user strong{
color: #2ebf7e;
font-size: 12px;
font-weight: 500;
}
.blog-comment-user p{
color: #777;
font-size: 13px;
font-weight: 500;
line-height: 170%;
margin-top: 10px;
}
/*form*/
.comment-form input,.comment-form textarea{
font-weight: 500 !important;
border-radius: 5px;
font-size: 13px;
border: 1px solid #ececec;
background: #fff;
color: #111 !important;
outline: none;
width: 100%;
padding: 12px;
margin-top: 30px;
transition: .3s;
}
.comment-form input:focus{
border-color: #cecece;
}
.comment-form textarea{
overflow: hidden;
color: #999;
font-size: 13px;
font-weight: 500;
border: none;
border: 1px solid #ececec;
border-radius: 5px;
width: 100%;
margin-top: 30px;
padding: 13px 15px 13px 15px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
min-height: 140px
}
.comment-form textarea:focus{
border-color: #cecece;
}
/*-----------------------------------------
19. Testmonials
-------------------------------------------*/
/*--------------
Style 1 (Carousel)
----------------*/
.testmonial-single{
padding: 30px 50px;
}
@media (max-width: 767px) {
.testmonial-single{
padding: 30px 0px;
}
}
.testmonial-single p:before{
margin: auto;
content: "\f10d";
font-family: "FontAwesome";
color: #2ebf7e;
font-size: 23px;
display: block;
margin-bottom: 15px;
}
.testmonial-single p{
text-align: center;
font-style: italic;
color: #666;
font-size: 17px;
font-weight: 500;
line-height: 1.9;
}
.testmonial-single h4{
color: #111;
font-size: 22px;
font-weight: 500;
text-align: center;
margin-top: 20px;
}
.testmonial-single h6{
color: #aaa;
font-size: 15px;
font-weight: 500;
text-align: center;
}
/*--------------
Style 2
----------------*/
.testmonial-box{
position: relative;
background: #fff;
border-radius: 5px;
padding: 25px;
border: 1px solid #ececec;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
.testmonial-box img{
border: 2px solid #ececec;
border-radius: 50%;
padding: 2px;
}
.testmonial-box h5{
color: #111;
font-size: 18px;
font-weight: 500;
}
.testmonial-box span{
color: #999;
font-size: 13px;
font-weight: 500;
}
.testmonial-box span:before{
content: '●';
color: #2ebf7e;
font-size: 15px;
margin-right: 5px;
}
.testmonial-box p{
font-size: 15px;
color: #999;
line-height: 1.7;
margin-top: 10px;
}
/*--------------
Style 3(Carousel)
----------------*/
.testmonial-box-2{
position: relative;
display: block;
background: #fff;
border-radius: 5px;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.07);
padding: 25px;
margin: 50px 15px 30px 15px;
}
.testmonial-box-2 img{
width: 80px !important;
height: 80px;
border: 3px solid #fff;
border-radius: 50%;
margin: -72px 0px 15px 0px;
}
.testmonial-box-2 h4{
font-size: 19px;
font-weight: 500;
margin-bottom: 0px;
}
.testmonial-box-2 strong{
font-size: 14px;
color: #2ebf7e;
font-weight: 500;
}
.testmonial-box-2 p {
font-size: 15px;
color: #999;
font-style: italic;
line-height: 1.6;
margin-top: 8px;
margin-bottom: 0px;
}
.testmonial-rating{
color: #2ebf7e;
margin-top: 10px;
}
/*--------------
Style 4
----------------*/
.testmonial-box-3{
padding: 60px 0px 30px 0px;
}
.testmonial-box-3 h4:before{
content: "\f10d";
font-family: 'FontAwesome';
font-size: 30px;
color: #2ebf7e;
display: block;
margin-bottom: 15px;
}
.testmonial-box-3 h4{
color: #111;
font-size: 22px;
font-weight: 600;
}
.testmonial-box-3 h5{
font-size: 17px;
font-weight: 500;
margin-bottom: 0px;
margin-top: 20px;
}
.testmonial-box-3 h5 span{
color: #999;
}
.testmonial-box-3 p{
font-size: 15px;
font-style: italic;
color: #999;
line-height: 1.7;
margin-top: 20px;
}
.testmonial-box-3-rating{
margin-top: 15px;
}
.testmonial-box-3-rating i{
font-size: 18px;
color: #2ebf7e;
}
/*--------------
Style 5
----------------*/
.testmonial-item{
position: relative;
display: inline-block;
}
.testmonial-item-bxx{
position: relative;
display: inline-block;
text-align: center;
padding: 30px 40px;
border: 1px solid #eee;
border-radius: 5px;
background: #fff;
margin: 30px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.testmonial-arrow{
position: absolute;
bottom: -25px;
left: 50px;
width: 0;
height: 0;
border-style: solid;
border-width: 37px 20px 0 0;
border-color: #2ebf7e transparent transparent transparent;
display: none;
}
.testmonial-item-bxx-img{
opacity: 0;
}
.testmonial-item-img{
display: inline-block;
margin-left: 10px;
margin-top: 10px;
}
.testmonial-item-img img{
border-radius: 100%;
width: 75px !important;
height: 75px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.testmonial-item-name{
display: inline-block;
transform: translateY(-18px);
margin-left: 15px;
}
.testmonial-item h4{
color: #333;
font-size: 18px;
font-weight: 500;
margin: 0px 0px 2px 0px;
}
.testmonial-item span{
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
}
.testmonial-item p{
color: #999;
font-size: 14px;
text-align: left;
font-weight: 400;
line-height: 1.6;
}
.owl-item.center > div .testmonial-item-bxx {
background: #2ebf7e;
border: 1px solid #2ebf7e;
cursor: auto;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
.owl-item.center > div .testmonial-item-bxx-img{
opacity: 1;
}
.owl-item.center > div .testmonial-arrow{
display: block;
}
.owl-item.center > div p{
color: #fff;
}
/*-----------------------------------------
20. Cases
-------------------------------------------*/
.case-block{
position: relative;
background: #fff;
border: 1px solid #ececec;
border-radius: 5px;
overflow: hidden;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
.case-block:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.30);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.30);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.30);
}
.case-block img{
width: 100%;
}
.case-block-inner{
padding: 25px 25px 20px 10px;
}
@media (max-width: 767px) {
.case-block-inner{
padding: 25px;
}
}
.case-block h4{
color: #111;
font-size: 18px;
font-weight: 500;
}
.case-block h4:after{
content: '';
display: block;
width: 80px;
height: 2px;
background: #2ebf7e;
margin-top: 15px;
margin-bottom: 15px;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.case-block p{
color: #aaa;
font-size: 15px;
font-weight: 400;
margin-bottom: 12px;
}
.case-block-inner a{
font-size: 15px;
font-weight: 500;
color: #2ebf7e;
}
.case-block-inner a:after{
content: '\f0da';
font-size: 15px;
font-family: "FontAwesome";
color: #2ebf7e;
margin-left: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.case-block-inner a:hover{
color: #111;
}
.case-block-inner a:hover:after{
color: #111;
}
/*-----------------------------------------
21. Partners (also Team)
-------------------------------------------*/
.partner-box{
position: relative;
overflow: hidden;
background: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
border: 1px solid #ececec;
margin: 15px 0px;
}
.partner-box img{
width: 100%;
}
.partner-text{
padding: 25px 40px 25px 0px;
}
@media (max-width: 991px) {
.partner-text{
padding: 25px;
}
}
.partner-text span{
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
letter-spacing: 3px;
text-transform: uppercase;
}
.partner-box:hover .partner-text span{
color: #999;
}
.partner-text h4{
color: #111;
font-size: 21px;
font-weight: 600;
margin: 5px 0px;
}
.partner-text h4:after{
content: '';
display: block;
width: 40px;
height: 2px;
background: #2ebf7e;
margin-top: 10px;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.partner-box:hover .partner-text h4:after{
width: 80px;
}
.partner-text p{
color: #999;
font-size: 15px;
font-weight: 400;
margin-top: 15px;
line-height: 170%;
}
.partner-signature img{
width: 120px;
height: 50px;
margin-top: 15px;
}
/*-----------------------------------------
22. Feedback Form
-------------------------------------------*/
.feedback-box{
position: relative;
background: #f9f9f9;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
border: 1px solid #ececec;
padding: 25px;
margin: 10px 0px;
}
.feedback-box h5{
color: #555;
font-size: 14px;
font-weight: 500;
}
.feedback-box h5:before{
content: '●';
color: #2ebf7e;
font-size: 16px;
margin-right: 10px;
}
.feedback-form input{
color: #111;
font-weight: 400;
width: 100%;
border: 1px solid #ececec;
border-radius: 5px;
padding: 12px 15px;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feedback-form input:focus{
border-color: #ccc;
}
.feedback-form textarea{
color: #111;
font-weight: 400;
width: 100%;
min-height: 100px;
border: 1px solid #ececec;
border-radius: 5px;
padding: 12px 15px;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feedback-form textarea:focus{
border-color: #ccc;
}
.feedback-form button{
display: inline-block;
background: #2ebf7e;
color: #fff;
font-size: 14px;
font-weight: 400;
padding: 11px 20px 11px 20px;
border-radius: 50px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
margin-top: 5px;
}
.feedback-form button:hover{
background: #111;
}
/*-----------------------------------------
23. Team
-------------------------------------------*/
/*--------------
Style 1
----------------*/
.team-member{
overflow: hidden;
background: #fff;
border:1px solid #ececec;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
margin: 20px 0px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.team-member:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.28);
}
.team-member-img{
width: 100%;
height: auto;
}
.team-member-img img{
width: 100%;
}
.team-member-text{
text-align: center;
padding: 20px 50px;
}
.team-member-text h4{
color: #111;
font-size: 22px;
font-weight: 500;
margin-bottom: 3px;
-webkit-transition-duration: .6s;
transition-duration: .6s;
}
.team-member:hover .team-member-text h4 {
color: #2ebf7e;
}
.team-member-text span{
color: #2ebf7e;
font-size: 15px;
font-weight: 500;
letter-spacing: 2px;
}
.team-member-text p{
color: #999;
font-size: 14px;
font-weight: 400;
line-height: 170%;
margin-top: 20px;
}
.team-member-text ul{
margin-top: 15px;
padding: 8px 0px 8px 0px;
}
.team-member-text ul li{
display: inline-block;
padding: 0px 10px;
}
.team-member-text ul li a i{
color: #555;
font-size: 17px;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.team-member-text ul li a i:hover{
color: #2ebf7e;
}
@media screen and (max-width:994px) {
.team-member-text{
padding: 20px 10px;
}
}
/*--------------
Style 2
----------------*/
.team-box{
overflow: hidden;
background: #fff;
border-radius: 5px;
border: 1px solid #ececec;
margin: 15px 0px;
padding: 10px;
}
.team-box:hover h4:after {
width: 90px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.team-box img{
margin-bottom: 5px;
}
.team-info{
padding: 10px;
}
.team-info span{
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
letter-spacing: 4px;
text-transform: uppercase;
}
.team-info h4{
color: #111;
font-size: 20px;
font-weight: 500;
margin: 5px 0px;
}
.team-info h4 a{
color: #111;
font-size: 20px;
font-weight: 500;
margin: 5px 0px;
}
.team-info h4 a:hover{
color: #2ebf7e;
}
.team-info h4:after{
content: '';
display: block;
width: 50px;
height: 2px;
background: #2ebf7e;
margin: 10px 0px 0px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.team-info p{
color: #aaa;
font-size: 15px;
font-weight: 400;
margin: 15px 0px;
margin-bottom: 10px;
}
.team-social-icons{
text-align: left;
}
.team-social-icons ul{
background: #fff;
padding: 0px 15px;
border-radius: 5px;
margin-bottom: 5px;
}
.team-social-icons ul li{
display: inline-block;
padding-right: 20px;
}
.team-social-icons ul li a{
color: #4b4b4b;
font-size: 15px;
}
.team-social-icons ul li a:hover{
color: #2ebf7e;
}
/*--------------
Team Single
----------------*/
.team-single-img{
width: 100%;
}
.team-single-img img{
border-radius: 5px;
}
.team-single-text{
padding: 5px 50px 15px 15px;
}
.team-single-text span{
color: #2ebf7e;
font-size: 14px;
font-weight: 500;
}
.team-single-text h4{
color: #111;
font-size: 25px;
font-weight: 500;
margin-bottom: 10px;
}
.team-single-info {
padding: 0px 0px;
}
.team-single-info li strong{
color: #555;
font-size: 16px;
font-weight: 500;
margin-right: 10px;
}
.team-single-text li span{
color: #777;
font-size: 15px;
font-weight: 400;
}
.team-single-social{
padding: 5px 0px;
}
.team-single-social li {
display: inline-block;
}
.team-single-social li a{
display: inline-block;
margin-right: 15px;
background: #2ebf7e;
width: 35px;
height: 35px;
border-radius: 50px;
}
.team-single-social li a:hover{
display: inline-block;
margin-right: 15px;
background: #111;
width: 35px;
height: 35px;
border-radius: 50px;
}
.team-single-social li a i{
color: #fff;
font-size: 15px;
padding: 11px 0px 0px 11px;
}
/*-----------------------------------------
24. Video Section
-------------------------------------------*/
/*--------------
Inner Video Sections
----------------*/
.video-section{
width: 100%;
height: auto;
}
.video-overlay {
background: rgba(0, 0, 0, .6);
}
.video-content{
text-align: center;
padding: 50px 0px;
}
/*--------------
Top Video Section
----------------*/
.main-video-section{
position: relative;
height: 550px;
}
.main-video-content{
position: relative;
text-align: center;
height: 550px;
/* Center text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
@media (max-width: 767px) {
.main-video-section{
height: auto;
}
.main-video-content{
height: auto;
padding: 50px 0px;
}
}
.main-video-overlay {
background: rgba(0, 0, 0, .7);
}
.main-video-content h2{
position: relative;
font-size: 60px;
font-weight: 400;
color: #111;
margin: 5px 0px;
}
@media (max-width: 767px) {
.main-video-content h2{
font-size: 30px;
font-weight: 400;
}
}
.main-video-content h3{
position: relative;
font-size: 50px;
font-weight: 400;
color: #111;
margin: 5px 0px;
}
@media (max-width: 767px) {
.main-video-content h3{
font-size: 30px;
font-weight: 400;
}
}
.main-video-content h4{
position: relative;
font-size: 40px;
font-weight: 400;
color: #111;
margin: 5px 0px;
}
.main-video-content h5{
position: relative;
font-size: 30px;
font-weight: 400;
color: #111;
margin: 5px 0px;
}
.main-video-content h6{
position: relative;
font-size: 20px;
font-weight: 400;
line-height: 1.6;
color: #111;
margin: 5px 0px;
}
@media (max-width: 767px) {
.main-video-content h6{
font-size: 15px;
font-weight: 400;
}
}
/*-----------------------------------------
25. Projects
-------------------------------------------*/
.project-grid {
display: block;
position: relative;
margin: 15px 0px;
}
.project-grid-img img {
display: block;
width: 100%;
height: auto;
}
.project-grid-overlay {
position: absolute;
bottom: 0;
left: 2.5%;
right: 0;
bottom: 2.6%;
background: rgba(255, 255, 255, .9);
overflow: hidden;
width: 95%;
height: 95%;
opacity: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.project-grid:hover .project-grid-overlay {
opacity: 1;
}
.project-grid-overlay h4 a {
color: #111;
font-size: 22px;
font-weight: 400;
position: absolute;
top: 60%;
left: 50%;
opacity: 0;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
-webkit-transition-duration: .5s;
transition-duration: .5s;
}
.project-grid-overlay h4 a:hover {
color: #2ebf7e;
}
.project-grid-overlay h4 a:after {
content: '';
display: block;
width: 70px;
height: 1px;
background: #2ebf7e;
margin-top: 10px !important;
margin-bottom: 15px !important;
margin: 0 auto;
}
.project-grid:hover h4 a {
top: 40%;
opacity: 1;
}
.project-grid-overlay p {
color: #666;
font-size: 15px;
font-weight: 400;
position: absolute;
top: 70%;
left: 50%;
opacity: 0;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
-webkit-transition-duration: .6s;
transition-duration: .6s;
}
.project-grid:hover p {
top: 50%;
opacity: 1;
}
.project-grid-overlay span {
color: #999;
font-size: 16px;
font-weight: 500;
position: absolute;
writing-mode: vertical-rl;
writing-mode: tb-rl;
letter-spacing: 4px;
top: 10%;
left: 90%;
}
@media screen and (max-width:767px) {
.project-grid:hover p{
top: 52%;
}
}
@media screen and (max-width:1201px) {
.project-grid-overlay {
bottom: 0;
left: 0px;
right: 0;
bottom: 0px;
width: 100%;
height: 100%;
}
}
/*-----------------------------------------
26. Project Single
-------------------------------------------*/
/*--------------
Style 1
----------------*/
.project-single-img{
padding-bottom: 30px;
}
.project-single-text{
margin: 30px 0px;
}
.project-single-text h4{
color: #111;
font-size: 22px;
font-weight: 500;
margin-bottom: 25px;
}
.project-single-text h4:after{
content: " ";
display: block;
background: #2ebf7e;
width: 70px;
height: 2px;
margin-top: 8px;
}
.project-single-text p{
color: #999;
font-size: 15px;
font-weight: 400;
line-height: 1.8;
margin: 15px 0px;
}
.project-single-text h5{
color: #111;
font-size: 18px;
font-weight: 500;
margin: 25px 0px 20px 0px;
}
.project-single-text h5:after{
content: " ";
display: block;
background: #2ebf7e;
width: 70px;
height: 2px;
margin-top: 8px;
}
.project-single-text ul li{
color: #111;
font-size: 15px;
font-weight: 500;
padding: 8px 0px;
}
.project-single-text ul li i{
color: #2ebf7e;
font-weight: 500;
font-size: 15px;
padding-right: 10px;
}
/*Right*/
.project-single-info{
display: inline-block;
border: 1px solid #ececec;
display: block;
width: 100%;
padding: 0px 20px;
}
.project-single-info ul li{
color: #777;
font-size: 15px;
font-weight: 500;
border-bottom: 1px solid #ececec;
padding: 17px 0px;
}
.project-single-info ul li:last-child{
border-bottom: none;
}
.project-single-info ul li span{
display: inline-block;
color: #111;
font-size: 15px;
font-weight: 500;
margin-right: 25px;
width: 70px;
max-width: 100%;
}
/*carousel*/
.project-carousel{
margin: 40px 0px 20px;
}
.project-carousel h4{
color: #111;
font-size: 22px;
font-weight: 500;
margin: 25px 0px 20px 0px;
}
.project-carousel h4:after{
content: " ";
display: block;
background: #2ebf7e;
width: 70px;
height: 2px;
margin-top: 8px;
}
.project-item{
position: relative;
overflow: hidden;
}
.project-item img{
width: 100%;
border-radius: 5px;
}
.project-item-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
z-index: 999;
transition: .5s ease;
background: rgba(0, 0, 0, 0.8);
border-radius: 5px;
}
.project-item:hover .project-item-overlay {
opacity: 1;
}
.project-item-content{
position: absolute;
bottom: 30px;
left: 30px;
}
@media screen and (max-width:767px) {
.project-item-content{
position: absolute;
bottom: 15px;
left: 15px;
}
}
.project-item-content span{
font-size: 13px;
font-weight: 400;
color: #fff;
opacity: .6;
}
.project-item-content h6{
font-size: 18px;
font-weight: 400;
color: #fff;
margin-top: 5px;
}
.project-item-content a{
display: inline-block;
font-size: 13px;
font-weight: 400;
background: #2ebf7e;
color: #fff;
border: 1.5px solid #2ebf7e;
border-radius: 5px;
margin-top: 10px;
padding: 10px 15px 10px 15px;
}
.project-item-content a:hover{
border: 1.5px solid #fff;
background: transparent;
color: #fff;
}
.project-detail img{
width: 100%;
height: 500px;
border-radius: 5px;
margin-bottom: 30px;
}
/*--------------
Style 2
----------------*/
.project-single-box-img img{
width: 100%;
border-radius: 10px;
-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.07);
box-shadow: 0 20px 40px rgba(0,0,0,0.07);
}
.project-info-shortcode{
border-bottom: 1px solid #ececec;
padding: 15px 0px;
}
.project-info-shortcode:last-child{
border-bottom: none;
}
.project-single-box-info{
position: relative;
border-radius: 10px;
background: #f9f9f9;
}
.project-info-shortcode-icon{
text-align: center;
padding: 15px 0px;
}
.project-info-shortcode-icon i{
color: #2ebf7e;
font-size: 20px;
}
.project-info-shortcode-text{
position: relative;
}
.project-info-shortcode-text h5{
color: #111;
font-size: 17px;
font-weight: 500;
margin-top: 7px;
}
.project-info-shortcode-text p{
color: #999;
font-size: 15px;
font-weight: 400;
}
@media screen and (max-width:767px) {
.project-info-shortcode-icon i{
color: #2ebf7e;
font-size: 30px;
padding: 0px 30px;
}
.project-info-shortcode-text{
text-align: center;
padding: 0px 15px 0px 30px;
}
}
/*-----------------------------------------
27. Accordions
-------------------------------------------*/
.accordion{
background: transparent;
box-shadow: none;
border: none;
border-bottom: 1px solid #ececec;
border-radius: 0px !important;
}
.accordion-heading{
border-radius: 0px;
padding: 0px;
}
.accordion-title a{
font-size: 15px;
font-weight: 600;
color: #111;
line-height: 1;
display: block;
padding: 20px 0px 25px 0px;
border-radius: 0px;
}
.accordion-title a:after{
content: '\f107';
font-size: 18px;
font-family: "FontAwesome";
color: #2ebf7e;
float: right;
}
.accordion-title .collapsed:after{
content: '\f105';
font-size: 18px;
font-family: "FontAwesome";
color: #333;
float: right;
}
.accordion-body {
font-size: 15px;
font-weight: 400;
color: #999;
line-height: 170%;
text-align: left;
border: none !important;
padding: 0px;
padding: 18px 0px 30px 0px;
}
.accordion-body p{
margin-bottom: 0px;
}
.panel-body{
border-top: 1px solid #eee !important;
}
.panel-default>.panel-heading {
color: #333;
background-color: transparent !important;
border-color: #ddd;
}
/*Grey Accordions*/
.panel-grey>.panel-heading a{
color: #111;
background-color: #f7f7f7 !important;
border: none !important;
border-radius: 5px;
padding-left: 15px;
padding-right: 15px;
}
.panel-grey{
border: none !important;
}
.panel-grey .panel-body{
border: none !important;
}
.panel-grey .accordion-title a:after{
content: '\f056';
font-size: 18px;
font-family: "FontAwesome";
color: #2ebf7e;
float: right;
}
.panel-grey .accordion-title .collapsed:after{
content: '\f055';
font-size: 18px;
font-family: "FontAwesome";
color: #333;
float: right;
}
/*-----------------------------------------
28. Service Single
-------------------------------------------*/
.services-single-menu{
border: 1px solid #ececec;
}
.services-single-menu ul li{
border-bottom: 1px solid #ececec;
background: #fff;
}
.services-single-menu ul li:last-child{
border-bottom: none;
}
.services-single-menu ul li:hover{
background: #f9f9f9;
}
.services-single-menu ul li a{
display: block;
color: #111;
font-size: 15px;
font-weight: 500;
padding: 17px 0px 17px 15px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.services-single-menu ul li a:hover{
-webkit-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
-moz-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
}
.services-active{
-webkit-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
-moz-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
}
.services-single-left-heading h4{
color: #111;
font-size: 18px;
font-weight: 500;
}
.services-single-left-heading h4:after{
content: " ";
display: block;
background: #2ebf7e;
width: 50px;
height: 2px;
margin-top: 8px;
}
.section-single-heading h4{
color: #111;
font-size: 20px;
font-weight: 500;
}
.section-single-heading h4:after{
content: " ";
display: block;
background: #2ebf7e;
width: 60px;
height: 2px;
margin-top: 8px;
}
.chartjs-render-monitor{
margin-top: 20px;
display: block;
height: auto;
width: 100%;
}
.download-file-button{
background: #f8f7f6;
border-radius: 5px;
margin: 40px 0px;
padding: 25px 50px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.download-file-button:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.28);
}
.download-file-button h5{
display: inline-block;
color: #111;
font-size: 20px;
font-weight: 400;
margin-top: 8px;
}
.download-file-button h5 span{
color: #888;
font-size: 18px;
font-weight: 400;
margin-left: 10px;
}
.download-file-button i{
font-family: FontAwesome;
display: inline-block;
float: right;
font-size: 40px;
color: #2ebf7e;
}
/*-----------------------------------------
29. Callback
-------------------------------------------*/
/*Style 1*/
.callback-box{
position: relative;
background: #f7f7f7;
border: 1px solid #ececec;
border-radius: 5px;
padding: 25px 15px;
}
.callback-box-form input{
width: 100%;
background: #fff;
color: #111;
font-weight: 400;
padding: 12px 10px;
border: none;
border-radius: 5px;
margin: 5px 0px;
}
.callback-box-form button{
display: block;
width: 100%;
background: #2ebf7e;
color: #fff;
font-size: 13px;
font-weight: 500;
border-radius: 50px;
margin-top: 5px;
padding: 10px 15px 10px 15px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
}
.callback-box-form button:hover{
background: #111;
}
/*Style 2*/
.callback-form input{
position: relative;
display: block;
width: 100%;
background: #fff;
color: #111;
font-weight: 400;
padding: 16px 16px;
border: none;
border-radius: 5px;
margin: 15px 0px;
}
/*-----------------------------------------
30. Projects Masonry
-------------------------------------------*/
.wrapper {
width: 100%;
margin: 0px auto;
}
.masonry {
margin: 10px;
padding: 0;
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
column-gap: 10px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.masonry a{
display: block;
margin-top: 10px;
}
.masonry a:first-child{
margin-top: 0px;
}
.masonry-item {
position: relative;
overflow: hidden;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.masonry-item img{
display: block;
width: 100%;
height: auto;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.masonry-item-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 100%;
max-height: 100%;
width: 100%;
opacity: 1;
background: rgba(0, 0, 0, 0.3);
padding: 30px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.masonry-item:hover img{
transform: scale(1.2);
}
.masonry-item:hover .masonry-item-overlay{
position: absolute;
opacity: 0;
-webkit-transition-duration: .5s;
transition-duration: .5s;
}
.masonry-item:hover .masonry-item-overlay h4{
opacity: 0;
transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
text-align: center;
-webkit-transition-duration: .7s;
transition-duration: .7s;
}
.masonry-item:hover .masonry-item-overlay ul{
opacity: 0;
transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
text-align: center;
-webkit-transition-duration: .5s;
transition-duration: .5s;
}
.masonry-item-overlay h4{
color: #fff;
font-size: 22px;
font-weight: 400;
position: absolute;
bottom: 50px;
}
.masonry-item-overlay ul{
position: absolute;
padding-left: 0px;
bottom: 25px;
}
.masonry-item-overlay ul li{
list-style-type: none;
display: inline-block;
font-size: 12px;
font-weight: 600;
color: #fff;
padding-left: 0px;
opacity: 0.7;
}
.masonry-item-overlay ul li:last-child:after{
content: none;
}
.masonry-item-overlay ul li:after{
content: ' / ';
font-size: 8px;
font-weight: 700;
margin: 0px 5px 0px 5px;
}
.masonry-item-overlay ul li a{
color: #fff;
}
.masonry-item:first-child{
margin-top: 0px;
}
@media only screen and (min-width: 400px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 700px) {
.masonry {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 900px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 1100px) {
.masonry {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
/*4 columns*/
.masonry-4 {
margin: 10px;
padding: 0;
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
column-gap: 10px;
}
.masonry-4 a{
display: block;
margin-top: 10px;
}
.masonry-4 a:first-child{
margin-top: 0px;
}
@media only screen and (min-width: 400px) {
.masonry-4 {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 700px) {
.masonry-4 {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 900px) {
.masonry-4 {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 1100px) {
.masonry-4 {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
}
}
/*-----------------------------------------
31. Under Construction
-------------------------------------------*/
.count-back-box{
width: 100%;
padding: 100px 0px;
text-align: center;
background-position: center;
background-size: cover;
}
.count-back-box h1{
color: #111;
font-size: 40px;
font-weight: 500;
}
.construction-icons{
position: relative;
text-align: center;
}
.construction-icons i{
display: inline-block;
color: #2ebf7e;
}
#cons-icon-1{
font-size: 120px;
animation: construction-rotate 5s linear infinite;
}
#cons-icon-2{
font-size: 80px;
animation: construction-rotate-back 5s linear infinite;
margin-left: -9px;
}
@keyframes construction-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes construction-rotate-back {
0% {
transform: rotate(0);
}
100% {
transform: rotate(-360deg);
}
}
.wrapper{
display: inline-block;
margin: 0 auto;
text-align: center;
}
.timer {
font-family: "Segment7Standard";
font-size: 70px;
display: inline-block;
vertical-align: top;
}
.clock {
margin-top: 30px;
}
.clock h5{
color: #2ebf7e;
font-size: 16px;
font-weight: 400;
margin-left: 15px;
}
.clock .column {
display: inline-block;
}
.column{
padding: 0px;
}
.count-back-box-text{
text-align: center;
margin-top: 30px;
}
.count-back-box-text h3{
color: #111;
font-size: 30px;
font-weight: 400;
line-height: 170%;
}
.count-back-box-text h6{
color: #777;
font-size: 18px;
font-weight: 400;
margin-top: 10px;
}
@media (max-width: 767px) {
.timer{
font-size: 30px;
}
#cons-icon-1{
font-size: 65px;
}
}
/*-----------------------------------------
32. Shop Single Slider
-------------------------------------------*/
.sr-text {
position: absolute !important;
top: -9999px !important;
left: -9999px !important;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
display: none !important;
z-index: 100;
font-size: 2.5em;
height: 40px;
width: 40px;
margin-top: -20px;
color: #eee;
position: absolute;
top: 50%;
text-align: center;
color: #222;
opacity: 1;
transition: opacity .25s;
cursor: pointer;
background: #eee;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
opacity: .65;
}
.slick-slider .slick-prev {
left: 0;
}
.slick-slider .slick-next {
right: 0;
}
.wrapper {
max-width: 1024px;
margin: 0 auto;
font-family: '';
}
.wrapper strong {
font-weight: 300;
letter-spacing: 2px;
font-size: 1.2em;
display: block;
text-align: center;
text-transform: uppercase;
margin: 0;
color: #666;
}
.product-images {
width: 100%;
margin: 0 auto;
}
.product-images li, .product-images figure, .product-images a, .product-images img {
display: block;
outline: none;
border: none;
}
.product-images .main-img-slider figure {
margin: 0 auto;
}
.product-images .main-img-slider figure a {
cursor: e-resize;
}
.product-images .main-img-slider figure a img {
width: 100%;
margin: 0 auto;
}
.product-images .thumb-nav {
margin: 0 auto;
margin-top: 0.5px;
width: 100%;
padding: 0;
}
.product-images .thumb-nav.slick-slider .slick-prev, .product-images .thumb-nav.slick-slider .slick-next {
font-size: 1.2em;
height: 20px;
width: 26px;
margin-top: -10px;
}
.product-images .thumb-nav.slick-slider .slick-prev {
margin-left: -30px;
}
.product-images .thumb-nav.slick-slider .slick-next {
margin-right: -30px;
}
.product-images .thumb-nav li {
display: block;
margin: 0 auto;
float: left;
cursor: pointer;
margin-right: 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.product-images .thumb-nav li img {
display: block;
width: 100%;
max-width: 250px;
margin: 0 auto;
border: 0.5px solid transparent;
border-bottom: 2px solid transparent;
}
.product-images .thumb-nav li:hover {
opacity: .7;
}
.product-images .thumb-nav li:hover, .product-images .thumb-nav li:focus {
border-color: #ccc;
}
.product-images .thumb-nav li.slick-current img {
border-bottom: 2px solid #2ebf7e;
}
.pswp__bg {
background: #fff;
}
.pswp__top-bar {
background-color: transparent !important;
}
.pswp__button,
.pswp__button:before,
.pswp__button--close:before,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: none !important;
background-size: 100%;
width: 44px;
height: 44px;
font-family: 'icomoon';
}
.pswp__button {
color: #000 !important;
opacity: 0.4 !important;
transition: opacity .25s;
}
.pswp__button:hover {
opacity: 0.65 !important;
}
.pswp__button:before {
opacity: 1 !important;
}
.pswp__button.pswp__button--arrow--left:before, .pswp__button.pswp__button--arrow--right:before {
font-size: 44px;
}
.pswp__button.pswp__button--arrow--left:before {
content: "\e93b";
}
.pswp__button.pswp__button--arrow--right:before {
content: "\e93c";
}
.pswp__button.pswp__button--close {
top: 10px;
right: 20px;
}
.pswp__button.pswp__button--close:before {
content: "\e92a";
font-size: 44px;
}
.pswp__button.pswp__button--close:hover {
color: #222;
}
/*-----------------------------------------
33. Shop Single
-------------------------------------------*/
.single-product{
padding-left: 30px;
}
@media screen and (max-width:767px) {
.single-product{
padding-left: 0px;
margin-top: 30px;
}
}
.single-product h2{
font-size: 31px;
font-weight: 500;
color: #111;
}
.single-product p{
font-size: 15px;
font-weight: 400;
line-height: 180%;
color: #aaa;
margin-top: 20px;
}
.product-review-area {
margin-top: 15px;
}
.product-review-area i{
color: #f9d100;
font-size: 18px;
margin-right: 2px;
}
.product-review-area span{
color: #111;
font-size: 14px;
margin-left: 10px;
}
.single-product-price{
margin-top: 20px;
}
.single-product-price h4{
font-size: 25px;
font-weight: 500;
color: #111;
}
.product-categories{
display: block;
margin-top: 35px;
border-top: 1px solid #eee;
padding: 20px 5px 0px 5px;
}
.product-categories ul{
display: block;
}
.product-categories span{
font-size: 15px;
font-weight: 500;
color: #111;
line-height: 2;
}
.product-categories ul{
display: inline-block;
padding-left: 20px;
margin-bottom: 0px;
}
.product-categories ul li{
list-style-type: none;
display: inline-block;
color: #aaa;
font-weight: 500;
}
.product-categories ul li a{
color: #aaa;
font-size: 14px;
}
.product-categories ul li a:hover{
color: #2ebf7e;
}
.product-categories ul li:after{
content: ' / ';
display: inline-block;
font-size: 10px;
color: #aaa;
margin: 0px 5px;
}
.product-categories ul li:last-child:after{
content: none;
}
.product-tags{
display: block;
padding: 0px 5px;
}
.product-tags ul{
display: block;
}
.product-tags span{
font-size: 15px;
font-weight: 500;
color: #111;
line-height: 2;
}
.product-tags ul{
display: inline-block;
padding-left: 20px;
margin-bottom: 0px;
}
.product-tags ul li{
list-style-type: none;
display: inline-block;
color: #aaa;
font-weight: 500;
}
.product-tags ul li a{
color: #aaa;
font-size: 14px;
}
.product-tags ul li a:hover{
color: #2ebf7e;
}
.product-tags ul li:after{
content: ', ';
display: inline-block;
font-size: 10px;
color: #aaa;
margin: 0px 5px;
}
.product-tags ul li:last-child:after{
content: none;
}
.quantity {
position: relative;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}
.quantity input[type=number]
{
-moz-appearance: textfield;
}
.quantity input {
width: 85px;
height: 62px;
line-height: 1.65;
font-size: 16px;
color: #111;
font-weight: 600;
float: left;
display: block;
padding: 0;
margin: 0;
padding-left: 20px;
border: 2px solid #eee;
}
.quantity input:focus {
outline: 0;
}
.quantity-nav {
float: left;
position: relative;
height: 62px;
}
.quantity-button {
position: relative;
cursor: pointer;
width: 30px;
text-align: center;
color: #111;
background: #fff;
border: 2px solid #ececec;
font-size: 17px;
font-family: "Trebuchet MS", Helvetica, sans-serif !important;
line-height: 1.7;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
}
.quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
}
.quantity-button.quantity-down {
position: absolute;
bottom: 0px;
height: 50%;
border-top: none;
}
.add-to-cart-button{
display: inline-block;
background: #2ebf7e;
color: #fff;
font-size: 17px;
font-weight: 600;
padding: 19px 30px;
margin-left: 10px;
border-radius: 5px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.add-to-cart-button:hover{
background: #111;
color: #fff;
}
.product-share{
background: #f7f7f7;
border-radius: 5px;
padding: 20px 15px;
}
.product-share span{
font-size: 15px;
font-weight: 500;
color: #111;
margin-right: 15px;
}
.product-share a i{
color: #111;
font-size: 15px;
padding: 0px 7px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.product-share a i:hover{
color: #2ebf7e;
}
/*---------------
Shop Tabs
-----------------*/
.shop-tabs .tabs{
position: relative;
}
.shop-tabs .tabs .tab-menu li {
background: #f7f7f7;
display: inline-block;
width: 33.11%;
text-align: center;
}
.shop-tabs .tabs .tab-menu li a {
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
.shop-tabs .tabs .tab-menu li:hover a, .tabs li:hover i {
color: #2ebf7e;
}
.shop-tabs .tab-menu .active-tab a, .shop-tabs .active-tab a i {
color: #2ebf7e !important;
}
.shop-tabs .tab-menu{
margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
.shop-tabs .tabs .tab-menu li {
background: #f7f7f7;
display: inline-block;
text-align: center;
width: auto;
}
.shop-tabs .tabs .tab-menu li a {
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
}
@media screen and (max-width:767px) {
.shop-tabs .tabs .tab-menu li {
display: block;
width: 100%;
text-align: center;
margin-bottom: 4px;
}
.shop-tabs .tab-menu .tabs li a{
display: block;
}
.shop-tabs .tab-menu .tabs li i {
font-size: 25px;
}
}
.product-tab-body{
display: block;
position: relative;
padding: 25px;
background: #f7f7f7 !important;
}
.product-tab-body h2{
font-size: 30px;
color: #111;
font-weight: 300;
margin-bottom: 10px;
}
.product-tab-body h3{
font-size: 25px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.product-tab-body h4{
font-size: 20px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.product-tab-body h5{
font-size: 15px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.product-tab-body h2:after, .product-tab-body h3:after, .product-tab-body h4:after, .product-tab-body h5:after{
content: '';
display: block;
width: 100px;
height: 2px;
background: #2ebf7e;
margin-top: 10px;
margin-bottom: 10px;
}
.product-tab-body ul{
margin-top: 15px;
}
.product-tab-body ul li{
display: block;
font-size: 15px;
color: #111;
border-bottom: 1px dashed #ddd;
line-height: 1.9;
font-weight: 500;
padding: 15px 5px;
}
.product-tab-body ul li span{
display: inline-block;
width: 200px;
max-width: 100%;
}
.product-tab-body ul li:before{
content: "●";
display: inline-block;
color: #2ebf7e;
font-size: 14px;
margin-right: 10px;
line-height: 1;
}
.product-tab-body p{
font-size: 15px;
color: #555;
line-height: 1.9;
font-weight: 400;
margin: 15px 0px;
}
/*-------------------
Shop Product Review Form
---------------------*/
.shop-form-title{
font-size: 15px;
color: #111;
font-weight: 500;
line-height: 1;
}
.rating {
display: inline-block;
position: relative;
height: 25px;
font-size: 25px;
}
.rating label {
position: absolute;
top: 0;
left: 0;
height: 100%;
cursor: pointer;
line-height: 1;
}
.rating label:last-child {
position: static;
}
.rating label:nth-child(1) {
z-index: 5;
}
.rating label:nth-child(2) {
z-index: 4;
}
.rating label:nth-child(3) {
z-index: 3;
}
.rating label:nth-child(4) {
z-index: 2;
}
.rating label:nth-child(5) {
z-index: 1;
}
.rating label input {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.rating label .icon {
float: left;
color: transparent;
}
.rating label:last-child .icon {
color: #ccc;
}
.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
color: #f9d100;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
color: #ccc;
text-shadow: 0 0 5px #f9d100;
}
.review-input input{
font-weight: 400;
font-size: 14px;
color: #111;
display: block;
margin-top: 15px;
border-radius: 5px;
border: 1px solid #eee;
padding: 13px 15px;
background: #fff;
width: 100%;
max-width: 100%;
transition: .3s;
}
.review-input input:focus{
border-color: #ccc;
}
.review-input textarea{
font-weight: 400;
font-size: 14px;
color: #111;
display: block;
margin-top: 15px;
border-radius: 5px;
border: 1px solid #eee;
padding: 13px 15px;
background: #fff;
width: 100%;
min-height: 100px;
transition: .3s;
}
.review-input textarea:focus{
border-color: #ccc;
}
.review-input button{
display: inline-block;
background: #111;
color: #fff;
font-size: 14px;
font-weight: 500;
border-radius: 4px;
padding: 12px 35px 12px 35px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
margin-top: 20px;
}
.review-input button:hover{
background: #2ebf7e;
}
.customer-review{
margin-top: 30px;
}
.customer-review-block{
background: #fff;
border-radius: 5px;
border: 1px solid #eee;
padding: 20px;
}
.customer-review-block h5{
display: inline-block;
color: #111;
font-size: 17px;
font-weight: 600;
line-height: 1;
margin: 0px;
}
.customer-review-block h5:after{
content: none;
}
.customer-review-block strong{
display: inline-block;
color: #2ebf7e;
font-size: 13px;
font-weight: 500;
line-height: 1;
margin-left: 15px;
}
.customer-review-block p {
font-size: 15px;
color: #888;
line-height: 1.9;
font-weight: 400;
margin-bottom: 15px;
}
.customer-review-stars{
text-align: center;
margin: 10px 0px;
}
.customer-review-stars i{
color: #f9d100;
font-size: 13.5px;
}
/*-----------------------------------------
34. Shop Products
-------------------------------------------*/
/*-----------
Grid Style
-------------*/
.shop-grid{
border: 1px solid #ececec;
border-radius: 5px;
background: #fff;
overflow: hidden;
padding: 15px;
margin: 20px 0px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-grid:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.20);
}
.shop-grid-img{
position: relative;
overflow: hidden;
width: 100%;
}
.shop-grid-img img{
width: 100%;
height: auto;
}
.shop-grid:hover .shop-grid-img img {
transform: scale(1.06);
}
.shop-grid-info{
padding: 5px 0px 20px 0px;
}
.shop-grid-info h4{
color: #111;
font-size: 18px;
font-weight: 400;
margin-bottom: 3px;
}
.shop-grid-info h4 a{
color: #111;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-grid-info h4 a:hover{
color: #2ebf7e;
}
.shop-grid-info span {
color: #ccc;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
}
.shop-grid-info h5{
color: #2ebf7e;
font-size: 22px;
font-weight: 400;
text-align: right;
margin-top: 7px;
word-break: break-word;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-grid:hover .shop-grid-info h5{
color: #2ebf7e;
}
/*-----------------
Grid Classic Style
-------------------*/
.classic-shop{
border: 1px solid #ececec;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.10);
margin: 20px 0px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.classic-shop:hover{
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.20);
}
.classic-shop-img{
position: relative;
overflow: hidden;
width: 100%;
}
.classic-shop-img img{
display: block;
width: 100%;
height: auto;
}
.shop-box-overlay{
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}
.classic-shop:hover .classic-shop-img img {
transform: scale(1.06);
}
.shop-box-overlay h4{
color: #fff;
font-size: 15px;
font-weight: 500;
letter-spacing: 1px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-box-overlay h4 span{
color: #fff;
font-size: 15px;
margin-right: 10px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-to-card{
background: #2ebf7e;
padding: 15px 5px 15px 5px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-to-card:hover{
background: rgba(255, 255, 255, 0.5)
}
.shop-to-card:hover h4{
color: #2ebf7e;
}
.shop-to-card:hover h4 span{
color: #111;
}
.shop-buy{
background: #111;
padding: 15px 5px 15px 5px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.shop-buy:hover{
background: rgba(255, 255, 255, 0.5)
}
.shop-buy:hover h4{
color: #2ebf7e;
}
.shop-buy:hover h4 span{
color: #111;
}
.classic-shop-text{
text-align: center;
padding: 15px 0;
}
.classic-shop-text h4 a{
color: #111;
font-size: 22px;
font-weight: 500;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.classic-shop:hover .classic-shop-text h4 a{
color: #2ebf7e;
}
.classic-shop-text h5{
color: #2ebf7e;
font-size: 18px;
font-weight: 500;
margin-top: 7px;
}
.shop-grid-rating {
margin-top: 15px;
}
.shop-grid-rating li{
display: inline-block;
}
.shop-grid-rating li i{
color: #111;
font-size: 17px;
margin: 0px 1px;
}
/*-----------
Shop Cart
-------------*/
.shop-cart-box{
display: inline-block;
border: 1px solid #ececec;
margin: 5px 0px;
padding: 10px 0px;
}
.button-close{
display: block;
padding: 35px 12px;
}
@media (max-width: 991px) {
.button-close{
display: block;
padding: 5px 0px;
}
}
@media (max-width: 767px) {
.button-close{
display: block;
padding: 35px 0px;
}
}
.button-close a i{
color: #fff;
font-size: 20px;
font-weight: 600;
padding: 5px;
background: #2ebf7e;
border-radius: 3px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.button-close a i:hover{
background: #888;
}
.shop-cart-box-img img{
width: 100%;
height: auto;
}
.shop-cart-box-info{
display: block;
padding: 20px 0px 0px 20px;
}
@media (max-width: 767px) {
.shop-cart-box-info{
display: block;
padding: 20px 0px 0px 0px;
}
}
.shop-cart-box-info h4{
color: #111;
font-size: 20px;
font-weight: 500;
}
.shop-cart-box-info span{
color: #2ebf7e;
font-size: 15px;
font-weight: 400;
}
.shop-cart-box-quantity{
padding-top: 20px;
}
.shop-cart-box-quantity input{
max-width: 60px;
box-shadow: none;
display: inline-block;
}
.form-control {
color: #999;
font-size: 14px;
line-height: inherit;
border: 1px solid #ececec;
border-radius: 2px;
padding: 5px 12px;
transition: 0.2s linear;
}
.form-control:focus {
box-shadow: none;
border-color: #999;
}
.shop-cart-box-quantity h6{
display: inline-block;
font-size: 14px;
margin-right: 5px;
}
.shop-cart-box-price{
display: block;
padding-top: 20px;
}
.shop-cart-box-price h5{
color: #666;
font-size: 25px;
font-weight: 300;
margin-right: 15px;
}
@media (max-width: 991px) {
.shop-cart-box-price h5{
font-size: 20px;
}
}
@media (max-width: 767px) {
.shop-cart-box-price h5{
color: #666;
font-size: 25px;
font-weight: 300;
margin-right: 15px;
}
}
.shop-cart-info-price{
padding: 20px;
border: 1px solid #ececec;
margin: 5px 0px;
}
.right-info-price li{
color: #666;
font-size: 16px;
font-weight: 500;
line-height: 160%;
padding: 10px 0px;
}
.right-info-price li h6{
float: right;
color: #666;
font-size: 16px;
font-weight: 500;
}
.total-price{
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #ececec;
}
.total-price p{
color: #444;
font-size: 17px;
font-weight: 500;
}
.total-price p strong{
float: right;
color: #444;
font-size: 17px;
font-weight: 500;
}
/*-----------------------------------------
35. 404 (Page)
-------------------------------------------*/
.error-box{
text-align: center;
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
}
.error-box-text{
z-index: 999;
position: relative;
top: -350px;
}
.error-box-text h1{
font-size: 200px;
color: #2ebf7e;
line-height: 1;
}
.error-box-text h3{
font-size: 40px;
color: #111;
}
.error-box-text h4{
font-size: 20px;
color: #333;
margin-top: 20px;
}
.back-box{
z-index: -999999;
background: #f9f9f9;
position: relative;
top: 150px;
padding: 50px;
}
.error-box h2{
color: rgba(204, 204, 204, 0.2);
font-size: 250px;
font-weight: 600;
letter-spacing: 10px;
text-transform: uppercase;
}
@media (max-width: 900px) {
.error-box h2{
font-size: 150px;
}
.error-box-text{
top: -200px;
}
}
@media (max-width: 767px) {
.error-box{
padding: 30px;
}
.back-box{
display: none;
}
.error-box-text{
top: 50px;
}
.error-box-text h1{
font-size: 100px;
}
}
/*-----------------------------------------
36. Contact
-------------------------------------------*/
/*-----------
Style 1
-------------*/
.contact-form input{
font-weight: 500 !important;
border-radius: 5px;
font-size: 13px;
border: 1px solid #f6f7f8;
background: #f6f7f8;
color: #777 !important;
outline: none;
width: 100%;
padding: 14px;
margin: 10px 0px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.contact-form textarea{
font-weight: 500 !important;
border-radius: 5px;
font-size: 13px;
border: 1px solid #f6f7f8;
background: #f6f7f8;
color: #777 !important;
outline: none;
width: 100%;
padding: 14px;
margin: 10px 0px;
margin-bottom: 5px;
min-height: 200px;
overflow: hidden;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.contact-form input:focus, .contact-form textarea:focus{
background: #fff;
border-color: #ececec;
}
.contact-form button{
display: inline-block;
background: #111;
color: #fff;
font-size: 14px;
width: 100%;
font-weight: 500;
border-radius: 10px;
padding: 15px 30px 15px 30px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
margin-top: 15px;
}
.contact-form button:hover{
background: #2ebf7e;
}
/*INFO*/
.contact-info-box{
padding: 0px 15px;
}
.contact-info-section{
border-bottom: 1px solid #ececec;
padding: 25px 0px;
margin-bottom: 0px;
-webkit-transition-duration: .5s;
transition-duration: .5s;
}
.contact-info-section i{
width: 60px;
height: 60px;
padding-top: 17px;
border-radius: 50%;
background: #2ebf7e;
color: #fff;
font-size: 25px;
margin-top: 5px;
}
.contact-info-section h4{
color: #111;
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
}
.contact-info-section p{
color: #999;
font-size: 15px;
font-weight: 400;
}
#map{
height: 400px;
width: 100%;
}
/*-----------
Style 2
-------------*/
.contact-box{
text-align: center;
background: #fff;
border: 1px solid #ececec;
border-radius: 2px;
-webkit-box-shadow: 0 20px 80px rgba(0,0,0,0.12);
box-shadow: 0 20px 80px rgba(0,0,0,0.12);
-webkit-transition-duration: .3s;
margin: 10px 0px 10px 0px;
padding: 20px 0px 20px 0px;
}
.contact-box i{
color: #2ebf7e;
font-size: 35px;
margin: 10px 0px 20px 0px;
}
.contact-box h4{
color: #111;
font-size: 18px;
font-weight: 500;
margin: 0px 0px 5px 0px;
}
.contact-box span{
color: #999;
font-size: 14px;
}
/*-----------
Style 3
-------------*/
.contact-country-one{
background-size: cover;
width: 100%;
padding: 120px 70px 50px 70px;
}
.contact-country-one i{
color: #fff;
font-size: 60px;
}
.contact-country-one h4{
color: #fff;
font-size: 25px;
font-weight: 500;
margin-top: 20px;
}
.contact-country{
margin-top: 20px;
}
.contact-country li{
color: #fff;
font-size: 15px;
padding: 10px 0px;
}
.contact-country li i{
color: #fff;
font-size: 15px;
margin-right: 15px;
}
@media (max-width: 767px) {
.contact-country-one{
padding: 40px 20px;
}
}
/*-----------
Styles 4
-------------*/
.contact-data-box-icon{
border-radius: 10%;
border: 2px solid #333;
background: #333;
width: 80px;
height: 80px;
padding: 19px;
margin: 8px 0px 0px 10px;
-webkit-transition-duration: 0.6s;
transition-duration: 0.6s;
}
.contact-data-box:hover .contact-data-box-icon{
background: #fff;
}
.contact-data-box-icon i{
color: #fff;
font-size: 30px;
padding: 3px 0px 0px 6px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.contact-data-box:hover .contact-data-box-icon i{
color: #333;
}
.contact-data-box-text{
padding-left: 15px;
}
.contact-data-box-text h4{
color: #111;
font-size: 20px;
font-weight: 400;
line-height: 160%;
letter-spacing: 1px;
}
.contact-data-box-text h6{
color: #777;
font-size: 15px;
font-weight: 400;
line-height: 160%;
margin-top: 5px;
}
/*-----------------------------------------
37. Tabs
-------------------------------------------*/
/*-----------
Default Tabs
-------------*/
.default-tabs .tabs{
position: relative;
}
.default-tabs .tabs .tab-menu li {
background: #f7f7f7;
display: inline-block;
text-align: center;
}
.default-tabs .tabs .tab-menu li a {
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
.default-tabs .tabs .tab-menu li a i{
color: #2ebf7e;
display: inline-block;
font-size: 15px;
margin-right: 10px;
text-decoration: none;
}
.default-tabs .tabs .tab-menu li:hover a, .default-tabs .tabs .tabs li:hover i {
color: #2ebf7e;
}
.default-tabs .tab-menu .active-tab a, .default-tabs .active-tab a i {
color: #2ebf7e !important;
}
.default-tabs .tab-menu{
margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
.default-tabs .tabs .tab-menu li {
background: #f7f7f7;
display: inline-block;
text-align: center;
width: auto;
}
.default-tabs .tabs .tab-menu li a {
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
}
@media screen and (max-width:767px) {
.default-tabs .tabs .tab-menu li {
display: block;
width: 100%;
text-align: center;
margin-bottom: 4px;
}
.default-tabs .tab-menu .tabs li a{
display: block;
padding: 18px 14px;
}
.default-tabs .tab-menu .tabs li i {
font-size: 25px;
}
}
.tab-body{
display: block;
position: relative;
padding: 25px;
background: #f7f7f7 !important;
}
.tab-body h2{
font-size: 30px;
color: #111;
font-weight: 300;
margin-bottom: 10px;
}
.tab-body h3{
font-size: 25px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body h4{
font-size: 20px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body h5{
font-size: 15px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body h2:after, .tab-body h3:after, .tab-body h4:after, .tab-body h5:after{
content: '';
display: block;
width: 100px;
height: 2px;
background: #2ebf7e;
margin-top: 10px;
margin-bottom: 10px;
}
.tab-body p{
font-size: 15px;
color: #999;
line-height: 1.7;
font-weight: 400;
margin: 5px;
}
/*-----------
Icon Tabs
-------------*/
.big-icon-tabs .tabs{
position: relative;
}
.big-icon-tabs .tabs .tab-menu li {
display: inline-block;
text-align: center;
margin-right: 5px;
}
.big-icon-tabs .tabs .tab-menu li:last-child{
margin-right: 0px;
}
.big-icon-tabs .tabs .tab-menu li a {
background: #ececec;
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
border-top: 2px solid #ececec;
}
.big-icon-tabs .tabs .tab-menu li a i{
color: #2ebf7e;
display: block;
font-size: 40px;
margin-bottom: 10px;
text-decoration: none;
}
.big-icon-tabs .tabs .tab-menu li:hover a, .big-icon-tabs .tabs .tabs li:hover i {
color: #2ebf7e;
}
.big-icon-tabs .tab-menu .active-tab a, .big-icon-tabs .active-tab a i {
border-color: #2ebf7e !important;
}
.big-icon-tabs .tab-menu .active-tab a{
background: #f7f7f7 !important;
}
@media screen and (max-width: 1200px) {
.big-icon-tabs .tabs .tab-menu li {
background: #f7f7f7;
display: inline-block;
text-align: center;
width: auto;
}
.big-icon-tabs .tabs .tab-menu li a {
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
}
@media screen and (max-width:767px) {
.big-icon-tabs .tabs .tab-menu li {
display: block;
width: 100%;
text-align: center;
margin-bottom: 4px;
}
.big-icon-tabs .tab-menu .tabs li a{
display: block;
}
.big-icon-tabs .tab-menu .tabs li i {
font-size: 25px;
}
}
/*-----------------------------------------
38. Owl Carousel
-------------------------------------------*/
.custom-dot {
display: inline-block;
z-index: 1;
margin-top: 30px;
}
.custom-dot span {
width: 12px;
height: 12px;
margin: 5px 7px;
background: #cecece;
cursor: pointer;
display: block;
border: 1px solid #fff;
-webkit-backface-visibility: visible;
border-radius: 30px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.custom-dot span:hover {
background: #aaa;
-webkit-backface-visibility: visible;
border-radius: 30px;
}
.custom-dot.active span{
width: 12px;
height: 12px;
background: #2ebf7e;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.owl-nav i{
color: #111;
font-size: 20px;
padding-top: 10px;
}
.owl-nav .owl-prev {
color: #2ebf7e;
font-size: 43px;
left: 0%;
text-align: center;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 50px;
height: 50px;
background: #fff !important;
-webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}
.owl-nav .owl-next {
color: #2ebf7e;
font-size: 43px;
text-align: center;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 50px;
height: 50px;
background: #fff !important;
-webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}
/*-----------------------------------------
39. Pie Charts
-------------------------------------------*/
.pie-chart{
margin: 20px 0px;
}
.pie-chart .chart {
position: relative;
display: block;
width: 120px;
color: #111;
text-align: center;
border-radius: 50%;
margin: auto;
}
.pie-chart-lg .chart {
width: 190px;
}
.pie-chart-md .chart {
width: 150px;
}
.pie-chart-sm .chart {
width: 130px;
}
.pie-chart .chart canvas {
position: absolute;
top: 0;
left: 0;
}
.pie-chart .chart-percent {
margin: 0 0 15px 0
}
.pie-chart .percent {
font-size: 17px;
font-weight: 600;
display: inline-block;
z-index: 2;
}
.pie-chart-md .percent {
font-size: 18px;
font-weight: 600;
display: inline-block;
z-index: 2;
}
.percent:after {
content: '%';
}
.pie-chart h4{
font-size: 14px;
font-weight: 600;
text-align: center;
margin-top: 15px;
}
.pie-chart-md h4{
font-size: 18px;
font-weight: 600;
text-align: center;
margin-top: 17px;
}
.pie-chart h5{
color: #999;
font-size: 12px;
font-weight: 500;
text-align: center;
margin-top: 15px;
}
.pie-chart-md h5{
color: #999;
font-size: 13px;
font-weight: 500;
text-align: center;
margin-top: 7px;
}
.pie-chart-lg h4{
font-size: 19px;
font-weight: 600;
text-align: center;
margin-top: 17px;
}
.pie-chart-lg h5{
color: #999;
font-size: 13px;
font-weight: 500;
text-align: center;
margin-top: 7px;
}
.pie-chart-lg .percent {
font-size: 22px;
font-weight: 600;
display: inline-block;
z-index: 2;
}
/*-----------------------------------------
40. Chart JS
-------------------------------------------*/
.chartjs-tooltip {
opacity: 1;
position: absolute;
background: rgba(0, 0, 0, .7);
color: white;
border-radius: 3px;
-webkit-transition: all .1s ease;
transition: all .1s ease;
pointer-events: none;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
padding: 4px;
}
.chartjs-tooltip-key {
display: inline-block;
width: 10px;
height: 10px;
} | 0.374104 | 0.136551 |
*{padding:0;
margin:0;
font-family: Poppins;}
body{display:block;
perspective:1000px;}
.nav{display:flex;
justify-content: space-around;
align-items: center;
height:20vh;
background-color: black;
color:white;
}
.nav a{text-decoration: none;
color:white;}
.section{display: flex;
justify-content: space-around;
height:100vh;
width:100%;}
.container{
width:45%;
height:90vh;
display:flex;
align-items: center;
justify-content: center;
}
.card{width:80%;
height:80vh;
display:flex;
flex-direction: column;
align-items: center;
transform-style: preserve-3d;
justify-content: space-around;
box-shadow: 0 20px 20px rgba(0,0,0,0.2),0 0 50px rgba(0,0,0,0.1);
border-radius: 2rem;
}
.image img{width:15rem;
height:18rem;
transition: transform 0.25s ease;
}
#blueberry img{width:18rem;
height:18rem;
transition: transform 0.25s ease;
}
#raspberry img{width:13rem;
height:18rem;
transition: transform 0.25s ease;
}
#grapes img{width:12rem;
height:18rem;
transition: transform 0.25s ease;
}
.image{position: relative;}
.info h2{
transition: transform 0.25s ease;
}
.circle{position: absolute;
width:17rem;
height:17rem;
border-radius: 50%;
background:linear-gradient(to right bottom,#FFF9B2,#FFB085);
top:1rem;
z-index: -1;
}
button{border-style: none;
text-decoration: none;
background:none;
width: 4rem;
height:3rem;
border-radius: 2rem;
box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
button:hover{background:rgba(0,0,0,0.05);
cursor:pointer;
}
.info{display: flex;
flex-direction: column;
align-items: center;
}
.quantity{margin-top: 1rem;
margin-bottom: 1rem;}
.purchase{width:8rem;
background-color: rgba(0,0,0,0.05);
border-radius: 2rem;
height:3rem;
}
.purchase:hover{background-color: white;
} | Shop.css | *{padding:0;
margin:0;
font-family: Poppins;}
body{display:block;
perspective:1000px;}
.nav{display:flex;
justify-content: space-around;
align-items: center;
height:20vh;
background-color: black;
color:white;
}
.nav a{text-decoration: none;
color:white;}
.section{display: flex;
justify-content: space-around;
height:100vh;
width:100%;}
.container{
width:45%;
height:90vh;
display:flex;
align-items: center;
justify-content: center;
}
.card{width:80%;
height:80vh;
display:flex;
flex-direction: column;
align-items: center;
transform-style: preserve-3d;
justify-content: space-around;
box-shadow: 0 20px 20px rgba(0,0,0,0.2),0 0 50px rgba(0,0,0,0.1);
border-radius: 2rem;
}
.image img{width:15rem;
height:18rem;
transition: transform 0.25s ease;
}
#blueberry img{width:18rem;
height:18rem;
transition: transform 0.25s ease;
}
#raspberry img{width:13rem;
height:18rem;
transition: transform 0.25s ease;
}
#grapes img{width:12rem;
height:18rem;
transition: transform 0.25s ease;
}
.image{position: relative;}
.info h2{
transition: transform 0.25s ease;
}
.circle{position: absolute;
width:17rem;
height:17rem;
border-radius: 50%;
background:linear-gradient(to right bottom,#FFF9B2,#FFB085);
top:1rem;
z-index: -1;
}
button{border-style: none;
text-decoration: none;
background:none;
width: 4rem;
height:3rem;
border-radius: 2rem;
box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
button:hover{background:rgba(0,0,0,0.05);
cursor:pointer;
}
.info{display: flex;
flex-direction: column;
align-items: center;
}
.quantity{margin-top: 1rem;
margin-bottom: 1rem;}
.purchase{width:8rem;
background-color: rgba(0,0,0,0.05);
border-radius: 2rem;
height:3rem;
}
.purchase:hover{background-color: white;
} | 0.532182 | 0.057732 |
@media screen and (max-width: 1280px){
.prof-cont span {
width: 98%;
padding: 5% 1%;
font-size:0.95em;
}
.bnt-memb {
width: 80%;
margin: 0 10%;
}
.info-carrerasinternas {
width: 70%;
margin: 3% 15% 0 15%;
}
.info-perfiles {
width: 80%;
margin: 5% 10% 0 10%;
}
}
@media screen and (max-width: 1024px) {
body {
line-height: 1.2em;
font-size:0.9em;
}
}
@media screen and (max-width: 960px) {
.cont-registraperfil {
width: 88%;
margin: 5% 5% 0 5%;
padding: 2% 1%;
}
.info-carrerasinternas {
width: 90%;
margin: 5% 5% 0 5%;
}
.cont-iniciarsesion {
width: 60%;
margin: 15% 15% 0 15%;
padding: 2% 5%;
}
.info-perfiles {
width: 90%;
margin: 5% 5% 0 5%;
}
.links-perfil {
width: 80%;
}
}
@media screen and (max-width: 680px) {
.home-cont {
position: absolute;
}
.home-cont-left {
width: 30%;
position:fixed;
}
.bnt-memb {
width: 90%;
margin: 0 5%;
}
.prof-cont span {
width: 90%;
padding: 3% 5%;
}
.btn-iseccion {
width: 90%;
margin: 2% 5%;
}
.home-cont-right {
width: 70%;
margin:0 0 0 30%;
}
.cont-registraperfil input[type="text"] {
width: 57%;
}
.cont-registraperfil label {
font-size: 0.8em;
}
.footer-int {
font-size:0.7em;
}
.cont-carrerasinternas {
width: 90%;
margin: 5% 5% 0 5%;
}
.info-carrerasinternas {
width: 90%;
margin: 6% 5% 5% 5%;
}
.home-cont {
height: auto;
}
.infor-carrera {
max-height: none;
overflow-y: hidden;
width: 94%;
margin: 2% 3% 2% 3%;
}
.logo-int {
width: 13%;
}
.btn-volverm {
margin: 0 0 0 18%;
}
.footer-int {
width: 100%;
position: relative;
float: left;
}
.info-perfiles {
width: 90%;
margin: 5%;
}
}
@media screen and (max-width: 630px) {
.home-cont-left {
width: 100%;
height:auto;
position: relative;
}
.view-prof {
height: 36px;
}
.prof-img {
width: 5% !important;
margin: 0.5% 0 0 3%;
}
.prof-txt {
margin: 2% 0 0 2%;
}
.prof-cont {
width: 98%;
padding: 0 1%;
}
.prof-cont img{
width: 25%;
float:left;
}
.prof-cont span {
width: 75%;
padding: 1% 0;
}
.bnt-memb {
padding: 1% 0;
}
.prof-cont ul {
display:none;
}
.cierre-inf {
position: relative;
float: left;
}
.home-cont-right {
width: 100%;
margin: 0;
height: 80%;
}
.cont-iniciarsesion {
width: 86%;
margin: 8% 2% 8% 2%;
padding: 2% 5%;
}
.cierre-inf{
display:none;
}
.links-perfil {
width: 100%;
}
.infor-ma {
width: 28%;
padding: 5px 1%;
}
.infor-actual {
width: 68%;
padding: 5px 1%;
}
.infor-cambiar {
width: 68%;
padding: 5px 1%;
margin: 0 0 0 30%;
}
.campos {
padding: 1% 0;
outline: 1px solid #000;
}
.info-perfiles {
width: 98%;
margin: 5% 1%;
}
#mi-perfil, #mis-inscripciones, #historial-carreras {
max-height:none;
}
.info-perfiles h1 {
font-size: 1.2em;
}
#info-carrera {
max-height: none;
overflow-y: hidden;
}
}
@media screen and (max-width: 400px) and (orientation : portrait) {
.prof-img {
width: 8% !important;
margin: 1.5% 0 0 3%;
}
.home-cont-left {
width: 100%;
height: auto;
position: relative;
}
.home-cont-right {
height: auto;
}
.view-prof {
float: left;
}
.cierre-inf {
position: relative;
}
.home-cont-right {
width: 100%;
margin: 0;
}
.secc {
width: 50%;
}
.cont-registraperfil {
width: 94%;
margin: 5% 2%;
padding: 2% 1%;
}
.img-bn{
display:none;
}
.prof-cont img {
width: 70%;
margin:0 15%;
float: left;
}
.prof-cont span {
width: 90%;
padding: 1% 5%;
}
.bnt-memb {
width: 90%;
padding: 4% 0;
margin: 2% 5%;
}
.info-carrerasinternas {
width: 98%;
margin: 6% 1% 5% 1%;
}
.header-infcarreras {
width: 96%;
float: left;
margin: 1% 2% 1% 2%;
border-right: none;
}
.link-infcarreras {
width: 80%;
margin: 0 10%;
}
.info-perfiles {
width: 98%;
margin: 5% 1%;
}
.links-perfil a:link, .links-perfil a:visited {
width: 100%;
margin: 0.5% 0%;
}
.esc-tabla{
display:none;
}
.tit-competencias span {
width: 100%;
float: left;
margin: 6px 0 0 0;
}
.tit-competencias label {
width: 30%;
margin: 10px 2% 0 0;
}
.tit-competencias select {
width: 68%;
float: left;
padding: 5px 0;
margin: 8px 0 0 0;
}
.cont-galeria {
width: 100%;
margin: 0 0%;
}
#cont-carreras {
width: 80%;
}
#flechaL, #flechaR {
width: 10%;
margin: 55% 0 0 0;
}
}
@media screen and (max-width: 360px) and (orientation : portrait) {
.logo-int {
width: 15%;
left:1%;
}
} | html/css/queries-aura.css | @media screen and (max-width: 1280px){
.prof-cont span {
width: 98%;
padding: 5% 1%;
font-size:0.95em;
}
.bnt-memb {
width: 80%;
margin: 0 10%;
}
.info-carrerasinternas {
width: 70%;
margin: 3% 15% 0 15%;
}
.info-perfiles {
width: 80%;
margin: 5% 10% 0 10%;
}
}
@media screen and (max-width: 1024px) {
body {
line-height: 1.2em;
font-size:0.9em;
}
}
@media screen and (max-width: 960px) {
.cont-registraperfil {
width: 88%;
margin: 5% 5% 0 5%;
padding: 2% 1%;
}
.info-carrerasinternas {
width: 90%;
margin: 5% 5% 0 5%;
}
.cont-iniciarsesion {
width: 60%;
margin: 15% 15% 0 15%;
padding: 2% 5%;
}
.info-perfiles {
width: 90%;
margin: 5% 5% 0 5%;
}
.links-perfil {
width: 80%;
}
}
@media screen and (max-width: 680px) {
.home-cont {
position: absolute;
}
.home-cont-left {
width: 30%;
position:fixed;
}
.bnt-memb {
width: 90%;
margin: 0 5%;
}
.prof-cont span {
width: 90%;
padding: 3% 5%;
}
.btn-iseccion {
width: 90%;
margin: 2% 5%;
}
.home-cont-right {
width: 70%;
margin:0 0 0 30%;
}
.cont-registraperfil input[type="text"] {
width: 57%;
}
.cont-registraperfil label {
font-size: 0.8em;
}
.footer-int {
font-size:0.7em;
}
.cont-carrerasinternas {
width: 90%;
margin: 5% 5% 0 5%;
}
.info-carrerasinternas {
width: 90%;
margin: 6% 5% 5% 5%;
}
.home-cont {
height: auto;
}
.infor-carrera {
max-height: none;
overflow-y: hidden;
width: 94%;
margin: 2% 3% 2% 3%;
}
.logo-int {
width: 13%;
}
.btn-volverm {
margin: 0 0 0 18%;
}
.footer-int {
width: 100%;
position: relative;
float: left;
}
.info-perfiles {
width: 90%;
margin: 5%;
}
}
@media screen and (max-width: 630px) {
.home-cont-left {
width: 100%;
height:auto;
position: relative;
}
.view-prof {
height: 36px;
}
.prof-img {
width: 5% !important;
margin: 0.5% 0 0 3%;
}
.prof-txt {
margin: 2% 0 0 2%;
}
.prof-cont {
width: 98%;
padding: 0 1%;
}
.prof-cont img{
width: 25%;
float:left;
}
.prof-cont span {
width: 75%;
padding: 1% 0;
}
.bnt-memb {
padding: 1% 0;
}
.prof-cont ul {
display:none;
}
.cierre-inf {
position: relative;
float: left;
}
.home-cont-right {
width: 100%;
margin: 0;
height: 80%;
}
.cont-iniciarsesion {
width: 86%;
margin: 8% 2% 8% 2%;
padding: 2% 5%;
}
.cierre-inf{
display:none;
}
.links-perfil {
width: 100%;
}
.infor-ma {
width: 28%;
padding: 5px 1%;
}
.infor-actual {
width: 68%;
padding: 5px 1%;
}
.infor-cambiar {
width: 68%;
padding: 5px 1%;
margin: 0 0 0 30%;
}
.campos {
padding: 1% 0;
outline: 1px solid #000;
}
.info-perfiles {
width: 98%;
margin: 5% 1%;
}
#mi-perfil, #mis-inscripciones, #historial-carreras {
max-height:none;
}
.info-perfiles h1 {
font-size: 1.2em;
}
#info-carrera {
max-height: none;
overflow-y: hidden;
}
}
@media screen and (max-width: 400px) and (orientation : portrait) {
.prof-img {
width: 8% !important;
margin: 1.5% 0 0 3%;
}
.home-cont-left {
width: 100%;
height: auto;
position: relative;
}
.home-cont-right {
height: auto;
}
.view-prof {
float: left;
}
.cierre-inf {
position: relative;
}
.home-cont-right {
width: 100%;
margin: 0;
}
.secc {
width: 50%;
}
.cont-registraperfil {
width: 94%;
margin: 5% 2%;
padding: 2% 1%;
}
.img-bn{
display:none;
}
.prof-cont img {
width: 70%;
margin:0 15%;
float: left;
}
.prof-cont span {
width: 90%;
padding: 1% 5%;
}
.bnt-memb {
width: 90%;
padding: 4% 0;
margin: 2% 5%;
}
.info-carrerasinternas {
width: 98%;
margin: 6% 1% 5% 1%;
}
.header-infcarreras {
width: 96%;
float: left;
margin: 1% 2% 1% 2%;
border-right: none;
}
.link-infcarreras {
width: 80%;
margin: 0 10%;
}
.info-perfiles {
width: 98%;
margin: 5% 1%;
}
.links-perfil a:link, .links-perfil a:visited {
width: 100%;
margin: 0.5% 0%;
}
.esc-tabla{
display:none;
}
.tit-competencias span {
width: 100%;
float: left;
margin: 6px 0 0 0;
}
.tit-competencias label {
width: 30%;
margin: 10px 2% 0 0;
}
.tit-competencias select {
width: 68%;
float: left;
padding: 5px 0;
margin: 8px 0 0 0;
}
.cont-galeria {
width: 100%;
margin: 0 0%;
}
#cont-carreras {
width: 80%;
}
#flechaL, #flechaR {
width: 10%;
margin: 55% 0 0 0;
}
}
@media screen and (max-width: 360px) and (orientation : portrait) {
.logo-int {
width: 15%;
left:1%;
}
} | 0.304869 | 0.128252 |
.viewport-height * .dash-spreadsheet-container
{
/* maxHeight: 90vh !important; */
max-height: 80vh !important;
height: 80vh;
/* float: right !important; */
}
.dash-table-container .dash-spreadsheet-container div {
margin: 0px;
padding: 0px;
}
.dash-table-container * .dash-fixed-row {
z-index: auto !important;
}
.daq-graduatedbar div
{
height: 100% !important;
}
.daq-graduatedbar div
{
height: 100% !important;
}
@media (min-width: 64em) {
.daq-graduatedbar {
margin-left: auto
}
}
.dash-spinner.dash-default-spinner {
margin: auto;
height: 30px;
}
.dash-default-spinner > div {
width: 3px !important;
}
/*Tooltip*/
/* .tooltip { */
/* font-family: "Roboto", "Tahoma", "Helvetica", sans-serif; */
/* } */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
border-top-color: #757E94;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
border-right-color: #757E94;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
border-bottom-color: #757E94;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
border-left-color: #757E94;
}
.tooltip-inner {
background-color: #757E94;
color: white;
/* font-style: italic; */
}
/* form inline media */
.form-check-compact > .form-check {
padding-left: 0 !important;
margin-bottom: 0 !important;
}
/* input */
input:invalid {
border-color: red;
outline: none!important;
}
/* bs5 jumbotron */
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
/* button light bs4 compat */
.bs4-compat.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bs4-compat.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.bs4-compat.btn-light:focus, .bs4-compat.btn-light.focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.bs4-compat.btn-light.disabled, .bs4-compat.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bs4-compat.btn-light:not(:disabled):not(.disabled):active, .bs4-compat.btn-light:not(:disabled):not(.disabled).active,
.show > .bs4-compat.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.bs4-compat.btn-light:not(:disabled):not(.disabled):active:focus, .bs4-compat.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .bs4-compat.btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-link {
text-decoration: none;
}
.btn-link:hover {
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
}
.btn-outline-primary:hover {
color: #f9f8f7 !important
} | dasha/web/templates/assets/common.css | .viewport-height * .dash-spreadsheet-container
{
/* maxHeight: 90vh !important; */
max-height: 80vh !important;
height: 80vh;
/* float: right !important; */
}
.dash-table-container .dash-spreadsheet-container div {
margin: 0px;
padding: 0px;
}
.dash-table-container * .dash-fixed-row {
z-index: auto !important;
}
.daq-graduatedbar div
{
height: 100% !important;
}
.daq-graduatedbar div
{
height: 100% !important;
}
@media (min-width: 64em) {
.daq-graduatedbar {
margin-left: auto
}
}
.dash-spinner.dash-default-spinner {
margin: auto;
height: 30px;
}
.dash-default-spinner > div {
width: 3px !important;
}
/*Tooltip*/
/* .tooltip { */
/* font-family: "Roboto", "Tahoma", "Helvetica", sans-serif; */
/* } */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
border-top-color: #757E94;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
border-right-color: #757E94;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
border-bottom-color: #757E94;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
border-left-color: #757E94;
}
.tooltip-inner {
background-color: #757E94;
color: white;
/* font-style: italic; */
}
/* form inline media */
.form-check-compact > .form-check {
padding-left: 0 !important;
margin-bottom: 0 !important;
}
/* input */
input:invalid {
border-color: red;
outline: none!important;
}
/* bs5 jumbotron */
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
/* button light bs4 compat */
.bs4-compat.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bs4-compat.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.bs4-compat.btn-light:focus, .bs4-compat.btn-light.focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.bs4-compat.btn-light.disabled, .bs4-compat.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bs4-compat.btn-light:not(:disabled):not(.disabled):active, .bs4-compat.btn-light:not(:disabled):not(.disabled).active,
.show > .bs4-compat.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.bs4-compat.btn-light:not(:disabled):not(.disabled):active:focus, .bs4-compat.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .bs4-compat.btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-link {
text-decoration: none;
}
.btn-link:hover {
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
}
.btn-outline-primary:hover {
color: #f9f8f7 !important
} | 0.454714 | 0.073264 |
.search-input-wrapper{
position:relative;
}
.gis-widget-wrapper[widget-type="search"] .form-group{
margin-bottom: 8px;
}
.gis-widget-wrapper[widget-type="search"] #search-widget-form{
background-color: white;
padding: 10px;
}
/*Pesquisa Avancado*/
.gis-widget-wrapper[widget-type="search"] #search-ckeck-advanced input{
margin: 0;
width: 15px;
height: 15px
}
.gis-widget-wrapper[widget-type="search"] #search-ckeck-advanced label{
display: inline-block;
position: relative;
vertical-align: top;
margin-bottom: 0;
cursor: pointer;
font-size: 11px;
font-weight: 300;
}
.gis-widget-wrapper[widget-type="search"] #search-grid-operators button{
margin: 2px;
width: 37px;
}
.gis-widget-wrapper[widget-type="search"] #search-txt-cql textarea{
width: 100%;
font-size: 20px;
}
.gis-widget-wrapper[widget-type="search"] #search-form-submit{
font-size: 10px;
text-transform: uppercase;
padding: 4px 6px;
}
.gis-widget-wrapper[widget-type="search"] #search-form-submit span{
margin-left: 5px;
}
/*Pesquisa Input default*/
.gis-widget-wrapper[widget-type="search"] .search-input-wrapper input{
position:relative;
z-index:1;
height:38px;
border:0
}
.gis-widget-wrapper[widget-type="search"] .input-group-addon{
background:transparent;
border:0;
outline:0;
transition:opacity .2s;
}
.gis-widget-wrapper[widget-type="search"] .search-input-wrapper .input-group-addon i{
pointer-events: none;
}
/* accordion */
.gis-widget-wrapper[widget-type="search"] .panel-group,
.gis-widget-wrapper[widget-type="search"] .panel{
margin:0;
}
.gis-widget-wrapper[widget-type="search"] .panel{
border:0;
border-radius:0;
background:transparent;
margin-bottom:1px;
}
.gis-widget-wrapper[widget-type="search"] .panel:last-child{
margin-bottom:0
}
.gis-widget-wrapper[widget-type="search"] .panel-heading{
background:#fdfdfd;
padding:0;
position:relative;
}
.gis-widget-wrapper[widget-type="search"] .panel-heading a{
display: block;
padding: 10px 45px 10px 15px;
text-decoration: none;
line-height: 22px;
}
.gis-widget-wrapper[widget-type="search"] .panel-heading a span{
position: absolute;
top: 50%;
margin-top: -8px;
right: 10px;
}
.gis-widget-wrapper[widget-type="search"] .panel-body{
padding:0
}
/* tab */
.gis-widget-wrapper[widget-type="search"] .nav-tabs.nav-justified{
border-bottom:1px solid #eaeaea
}
.gis-widget-wrapper[widget-type="search"].loading .lds-css{
opacity:1;
}
.gis-widget-wrapper[widget-type="search"].loading .input-group-addon{
opacity:0
}
.gis-widget-wrapper[widget-type="search"] .search-widget-results{
display:none;
box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.15);
overflow:hidden;
position:relative;
z-index:10
}
.search-widget-no-data-msg{
padding:10px;
background:rgba(255,255,255,.5)
}
.gis-widget-wrapper[widget-type="search"] .search-clear{
padding: 10px;
position: Absolute;
z-index: 5;
top: -2px;
right: 35px;
cursor:pointer;
}
.gis-widget-wrapper[widget-type="search"] .search-widget-results .nav-tabs{
background:white;
}
.gis-widget-wrapper[widget-type="search"] .search-total{
padding:8px;
display:block;
margin-top:0;
background:#fbfbfb;
box-shadow:0px 0px 1px 0px rgba(0,0,0,.25);
position:relative;
z-index:1
}
.gis-widget-wrapper[widget-type="search"] .search-items{
max-height:248px;
overflow:auto;
}
.search-items .search-item{
padding:8px 8px 8px 15px;
border-bottom:1px solid #f7f7f7;
cursor:pointer;
font-weight:400
}
.search-items .search-item.active{
background:White;
border-left:2px solid;
}
.search-items .search-item:not(.active):hover{
background:rgba(255, 255, 255, 0.7)
}
.search-items .search-item-field{
text-transform:uppercase;
font-weight:300;
margin-left:2px;
font-size:10px
}
.lds-css{
transition:opacity .2s;
opacity:0;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.lds-spinner {
position: absolute;
top: 8px;
right: 8px;
z-index: 3;
}
.lds-spinner div {
left: 94px;
top: 48px;
position: absolute;
-webkit-animation: lds-spinner linear 1s infinite;
animation: lds-spinner linear 1s infinite;
background: #535353;
width: 8px;
height: 24px;
border-radius: 40%;
-webkit-transform-origin: 6px 52px;
transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation-delay: -0.916666666666667s;
animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
-webkit-animation-delay: -0.833333333333333s;
animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation-delay: -0.75s;
animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation-delay: -0.666666666666667s;
animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
-webkit-transform: rotate(120deg);
transform: rotate(120deg);
-webkit-animation-delay: -0.583333333333333s;
animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
-webkit-transform: rotate(150deg);
transform: rotate(150deg);
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.416666666666667s;
animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
-webkit-transform: rotate(210deg);
transform: rotate(210deg);
-webkit-animation-delay: -0.333333333333333s;
animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
-webkit-transform: rotate(240deg);
transform: rotate(240deg);
-webkit-animation-delay: -0.25s;
animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-animation-delay: -0.166666666666667s;
animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
-webkit-transform: rotate(300deg);
transform: rotate(300deg);
-webkit-animation-delay: -0.083333333333333s;
animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.lds-spinner {
width: 40px !important;
height: 40px !important;
-webkit-transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
} | IGRP-Template/src/main/webapp/images/IGRP/IGRP2.3/plugins/gis/v2/widgets/search/search.widget.css | .search-input-wrapper{
position:relative;
}
.gis-widget-wrapper[widget-type="search"] .form-group{
margin-bottom: 8px;
}
.gis-widget-wrapper[widget-type="search"] #search-widget-form{
background-color: white;
padding: 10px;
}
/*Pesquisa Avancado*/
.gis-widget-wrapper[widget-type="search"] #search-ckeck-advanced input{
margin: 0;
width: 15px;
height: 15px
}
.gis-widget-wrapper[widget-type="search"] #search-ckeck-advanced label{
display: inline-block;
position: relative;
vertical-align: top;
margin-bottom: 0;
cursor: pointer;
font-size: 11px;
font-weight: 300;
}
.gis-widget-wrapper[widget-type="search"] #search-grid-operators button{
margin: 2px;
width: 37px;
}
.gis-widget-wrapper[widget-type="search"] #search-txt-cql textarea{
width: 100%;
font-size: 20px;
}
.gis-widget-wrapper[widget-type="search"] #search-form-submit{
font-size: 10px;
text-transform: uppercase;
padding: 4px 6px;
}
.gis-widget-wrapper[widget-type="search"] #search-form-submit span{
margin-left: 5px;
}
/*Pesquisa Input default*/
.gis-widget-wrapper[widget-type="search"] .search-input-wrapper input{
position:relative;
z-index:1;
height:38px;
border:0
}
.gis-widget-wrapper[widget-type="search"] .input-group-addon{
background:transparent;
border:0;
outline:0;
transition:opacity .2s;
}
.gis-widget-wrapper[widget-type="search"] .search-input-wrapper .input-group-addon i{
pointer-events: none;
}
/* accordion */
.gis-widget-wrapper[widget-type="search"] .panel-group,
.gis-widget-wrapper[widget-type="search"] .panel{
margin:0;
}
.gis-widget-wrapper[widget-type="search"] .panel{
border:0;
border-radius:0;
background:transparent;
margin-bottom:1px;
}
.gis-widget-wrapper[widget-type="search"] .panel:last-child{
margin-bottom:0
}
.gis-widget-wrapper[widget-type="search"] .panel-heading{
background:#fdfdfd;
padding:0;
position:relative;
}
.gis-widget-wrapper[widget-type="search"] .panel-heading a{
display: block;
padding: 10px 45px 10px 15px;
text-decoration: none;
line-height: 22px;
}
.gis-widget-wrapper[widget-type="search"] .panel-heading a span{
position: absolute;
top: 50%;
margin-top: -8px;
right: 10px;
}
.gis-widget-wrapper[widget-type="search"] .panel-body{
padding:0
}
/* tab */
.gis-widget-wrapper[widget-type="search"] .nav-tabs.nav-justified{
border-bottom:1px solid #eaeaea
}
.gis-widget-wrapper[widget-type="search"].loading .lds-css{
opacity:1;
}
.gis-widget-wrapper[widget-type="search"].loading .input-group-addon{
opacity:0
}
.gis-widget-wrapper[widget-type="search"] .search-widget-results{
display:none;
box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.15);
overflow:hidden;
position:relative;
z-index:10
}
.search-widget-no-data-msg{
padding:10px;
background:rgba(255,255,255,.5)
}
.gis-widget-wrapper[widget-type="search"] .search-clear{
padding: 10px;
position: Absolute;
z-index: 5;
top: -2px;
right: 35px;
cursor:pointer;
}
.gis-widget-wrapper[widget-type="search"] .search-widget-results .nav-tabs{
background:white;
}
.gis-widget-wrapper[widget-type="search"] .search-total{
padding:8px;
display:block;
margin-top:0;
background:#fbfbfb;
box-shadow:0px 0px 1px 0px rgba(0,0,0,.25);
position:relative;
z-index:1
}
.gis-widget-wrapper[widget-type="search"] .search-items{
max-height:248px;
overflow:auto;
}
.search-items .search-item{
padding:8px 8px 8px 15px;
border-bottom:1px solid #f7f7f7;
cursor:pointer;
font-weight:400
}
.search-items .search-item.active{
background:White;
border-left:2px solid;
}
.search-items .search-item:not(.active):hover{
background:rgba(255, 255, 255, 0.7)
}
.search-items .search-item-field{
text-transform:uppercase;
font-weight:300;
margin-left:2px;
font-size:10px
}
.lds-css{
transition:opacity .2s;
opacity:0;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.lds-spinner {
position: absolute;
top: 8px;
right: 8px;
z-index: 3;
}
.lds-spinner div {
left: 94px;
top: 48px;
position: absolute;
-webkit-animation: lds-spinner linear 1s infinite;
animation: lds-spinner linear 1s infinite;
background: #535353;
width: 8px;
height: 24px;
border-radius: 40%;
-webkit-transform-origin: 6px 52px;
transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation-delay: -0.916666666666667s;
animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
-webkit-animation-delay: -0.833333333333333s;
animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation-delay: -0.75s;
animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation-delay: -0.666666666666667s;
animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
-webkit-transform: rotate(120deg);
transform: rotate(120deg);
-webkit-animation-delay: -0.583333333333333s;
animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
-webkit-transform: rotate(150deg);
transform: rotate(150deg);
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.416666666666667s;
animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
-webkit-transform: rotate(210deg);
transform: rotate(210deg);
-webkit-animation-delay: -0.333333333333333s;
animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
-webkit-transform: rotate(240deg);
transform: rotate(240deg);
-webkit-animation-delay: -0.25s;
animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-animation-delay: -0.166666666666667s;
animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
-webkit-transform: rotate(300deg);
transform: rotate(300deg);
-webkit-animation-delay: -0.083333333333333s;
animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.lds-spinner {
width: 40px !important;
height: 40px !important;
-webkit-transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
} | 0.336331 | 0.044163 |
html {
height: 100%;
}
body {
height: 100%;
}
section {
width: 100%;
height: 100%;
padding: 20px 20px 0 20px;
background-color: #f2f2f2;
}
.full-height {
height: 100%;
}
.disable-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/**
* JQuery mobile fixes
*/
.ui-page {
height: inherit;
}
.ui-loader {
display: none;
}
/*
* Loading screen
*/
section#loading div.padding {
height: 50%;
}
section#loading div.message {
width: 100%;
text-align: center;
font-size: 18pt;
}
/*
* Album list screen
*/
section#album-and-category-list .coverflow-container {
margin-top: 85px;
height: 250px;
}
section#album-and-category-list .cover {
width: 200px; /* coverflowjs seems to want a set width */
height: 200px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
section#album-and-category-list .cover .provider-icon {
background-repeat: no-repeat;
background-position: right bottom;
height: 100%;
background-size: 20%;
margin-right: 10px;
margin-top: -10px;
}
section#album-and-category-list .categoryflow-container {
margin-top: 20px;
height: 100px;
}
section#album-and-category-list .category {
width: 100px; /* coverflowjs seems to want a set width */
height: 50px;
line-height: 48px;
font-size: 25px;
text-align: center;
border-radius: 30px;
border: 2px solid #ddd;
background-color: #fff;
}
/*
* Album info screen
*/
section#album-info {
height: 100%;
overflow-y: hidden;
}
section#album-info .row .track-list-col {
height: 100%;
padding-bottom: 20px;
}
section#album-info .album-image-area {
position: relative;
height: calc(100% - 64px);
text-align: center;
}
section#album-info .album-image-area .album-image-container {
display: inline-block;
position: relative;
height: 365px;
width: 365px
}
section#album-info .album-image-area .album-image-container .album-image {
height: 100%;
width: 100%;
}
section#album-info .album-image-area .album-image-container .provider-icon {
position: absolute;
right: 0px;
bottom: 0px;
}
section#album-info .album-image-area .album-image-container .play-album-control {
position: absolute;
top: calc(50% - 55px);
left: calc(50% - 55px);
opacity: 0.5;
}
section#album-info .album-image-area .album-image-container .play-album-control .circle {
position: absolute;
top: 0px;
left: 0px;
width: 110px;
height: 110px;
border-radius: 55px;
border: 5px solid #ddd;
background-color: #888;
}
@keyframes circle-shrink {
100% {
width: 0px;
height: 0px;
left: 55px;
top: 55px;
border-width: 0px;
border-radius: 0px;
}
}
section#album-info .album-image-area .album-image-container .play-album-control .circle.disappear {
animation-name: circle-shrink;
animation-duration: 2s;
animation-fill-mode: forwards;
}
section#album-info .album-image-area .album-image-container .play-album-control .icon {
position: absolute;
top: 15px;
left: 35px;
width: 0px;
height: 0px;
border-top: 40px solid transparent;
border-left: 60px solid #ddd;
border-bottom: 40px solid transparent;
}
section#album-info .track-list {
height: 100%;
overflow-y: auto;
}
section#album-info .track-list .track {
padding: 0px;
}
section#album-info .track-list .track .progress {
position: absolute;
height: 100%;
background-color: #CCFFCC;
width: 0%;
border-radius: 0px;
z-index: 0;
}
section#album-info .track-list .track .title {
position: relative;
padding-left: 35px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
z-index: 1;
}
section#album-info .track-list .track .indicator.playing,
section#album-info .track-list .track .indicator.paused {
position: absolute;
padding-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
z-index: 1;
}
section#album-info .track-list .track .indicator.playing .indicator-shape {
float: left;
width: 0px;
height: 0px;
margin-top: 6px;
border-top: 5px solid transparent;
border-left: 7px solid #000;
border-bottom: 5px solid transparent;
}
section#album-info .track-list .track .indicator.paused .indicator-shape {
float: left;
width: 8px;
height: 9px;
margin-top: 6px;
border-left: 3px solid #000;
border-right: 3px solid #000;
}
section#album-info .controls {
height: 64px;
margin: 0 10% 0 10%;
}
section#album-info .controls a {
display: block;
text-align: center;
padding: 20px 0 20px 0;
line-height: 10px;
}
section#album-info .controls a .icon,
section#album-info .controls a .icon2 {
display: inline-block;
}
section#album-info .controls .back .wrapper {
width: 30px;
height: 30px;
position: relative;
}
section#album-info .controls .back .wrapper .arc {
width: 60%;
height: 100%;
position: absolute;
border: 4px solid #000;
border-radius: 15px 0 0 15px;
border-right: none;
transform: rotate(120deg)translate(-7px,-3px);
}
section#album-info .controls .back .wrapper .pointer {
width: 0px;
height: 0px;
border-top: 8px solid transparent;
border-left: 12px solid #000;
border-bottom: 8px solid transparent;
transform: rotate(135deg)translate(5px,3px);
}
section#album-info .controls .play .icon {
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-left: 18px solid #ddd;
border-bottom: 12px solid transparent;
}
section#album-info .controls .play.enabled .icon {
border-color: transparent #000 transparent;
}
section#album-info .controls .pause .icon {
width: 18px;
height: 24px;
border-left: 6px solid #ddd;
border-right: 6px solid #ddd;
}
section#album-info .controls .pause.enabled .icon {
border-color: transparent #000 transparent #000;
}
section#album-info .controls .previous .icon {
width: 0px;
height: 24px;
border-left: 4px solid #ddd;
}
section#album-info .controls .previous .icon2 {
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-right: 18px solid #ddd;
border-bottom: 12px solid transparent;
}
section#album-info .controls .previous.enabled .icon,
section#album-info .controls .previous.enabled .icon2 {
border-color: transparent #000 transparent #000;
}
section#album-info .controls .next .icon {
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-left: 18px solid #ddd;
border-bottom: 12px solid transparent;
}
section#album-info .controls .next .icon2 {
width: 0px;
height: 24px;
border-right: 4px solid #ddd;
}
section#album-info .controls .next.enabled .icon,
section#album-info .controls .next.enabled .icon2 {
border-color: transparent #000 transparent #000;
} | mopidy_pi_client/static/css/main.css | html {
height: 100%;
}
body {
height: 100%;
}
section {
width: 100%;
height: 100%;
padding: 20px 20px 0 20px;
background-color: #f2f2f2;
}
.full-height {
height: 100%;
}
.disable-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/**
* JQuery mobile fixes
*/
.ui-page {
height: inherit;
}
.ui-loader {
display: none;
}
/*
* Loading screen
*/
section#loading div.padding {
height: 50%;
}
section#loading div.message {
width: 100%;
text-align: center;
font-size: 18pt;
}
/*
* Album list screen
*/
section#album-and-category-list .coverflow-container {
margin-top: 85px;
height: 250px;
}
section#album-and-category-list .cover {
width: 200px; /* coverflowjs seems to want a set width */
height: 200px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
section#album-and-category-list .cover .provider-icon {
background-repeat: no-repeat;
background-position: right bottom;
height: 100%;
background-size: 20%;
margin-right: 10px;
margin-top: -10px;
}
section#album-and-category-list .categoryflow-container {
margin-top: 20px;
height: 100px;
}
section#album-and-category-list .category {
width: 100px; /* coverflowjs seems to want a set width */
height: 50px;
line-height: 48px;
font-size: 25px;
text-align: center;
border-radius: 30px;
border: 2px solid #ddd;
background-color: #fff;
}
/*
* Album info screen
*/
section#album-info {
height: 100%;
overflow-y: hidden;
}
section#album-info .row .track-list-col {
height: 100%;
padding-bottom: 20px;
}
section#album-info .album-image-area {
position: relative;
height: calc(100% - 64px);
text-align: center;
}
section#album-info .album-image-area .album-image-container {
display: inline-block;
position: relative;
height: 365px;
width: 365px
}
section#album-info .album-image-area .album-image-container .album-image {
height: 100%;
width: 100%;
}
section#album-info .album-image-area .album-image-container .provider-icon {
position: absolute;
right: 0px;
bottom: 0px;
}
section#album-info .album-image-area .album-image-container .play-album-control {
position: absolute;
top: calc(50% - 55px);
left: calc(50% - 55px);
opacity: 0.5;
}
section#album-info .album-image-area .album-image-container .play-album-control .circle {
position: absolute;
top: 0px;
left: 0px;
width: 110px;
height: 110px;
border-radius: 55px;
border: 5px solid #ddd;
background-color: #888;
}
@keyframes circle-shrink {
100% {
width: 0px;
height: 0px;
left: 55px;
top: 55px;
border-width: 0px;
border-radius: 0px;
}
}
section#album-info .album-image-area .album-image-container .play-album-control .circle.disappear {
animation-name: circle-shrink;
animation-duration: 2s;
animation-fill-mode: forwards;
}
section#album-info .album-image-area .album-image-container .play-album-control .icon {
position: absolute;
top: 15px;
left: 35px;
width: 0px;
height: 0px;
border-top: 40px solid transparent;
border-left: 60px solid #ddd;
border-bottom: 40px solid transparent;
}
section#album-info .track-list {
height: 100%;
overflow-y: auto;
}
section#album-info .track-list .track {
padding: 0px;
}
section#album-info .track-list .track .progress {
position: absolute;
height: 100%;
background-color: #CCFFCC;
width: 0%;
border-radius: 0px;
z-index: 0;
}
section#album-info .track-list .track .title {
position: relative;
padding-left: 35px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
z-index: 1;
}
section#album-info .track-list .track .indicator.playing,
section#album-info .track-list .track .indicator.paused {
position: absolute;
padding-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
z-index: 1;
}
section#album-info .track-list .track .indicator.playing .indicator-shape {
float: left;
width: 0px;
height: 0px;
margin-top: 6px;
border-top: 5px solid transparent;
border-left: 7px solid #000;
border-bottom: 5px solid transparent;
}
section#album-info .track-list .track .indicator.paused .indicator-shape {
float: left;
width: 8px;
height: 9px;
margin-top: 6px;
border-left: 3px solid #000;
border-right: 3px solid #000;
}
section#album-info .controls {
height: 64px;
margin: 0 10% 0 10%;
}
section#album-info .controls a {
display: block;
text-align: center;
padding: 20px 0 20px 0;
line-height: 10px;
}
section#album-info .controls a .icon,
section#album-info .controls a .icon2 {
display: inline-block;
}
section#album-info .controls .back .wrapper {
width: 30px;
height: 30px;
position: relative;
}
section#album-info .controls .back .wrapper .arc {
width: 60%;
height: 100%;
position: absolute;
border: 4px solid #000;
border-radius: 15px 0 0 15px;
border-right: none;
transform: rotate(120deg)translate(-7px,-3px);
}
section#album-info .controls .back .wrapper .pointer {
width: 0px;
height: 0px;
border-top: 8px solid transparent;
border-left: 12px solid #000;
border-bottom: 8px solid transparent;
transform: rotate(135deg)translate(5px,3px);
}
section#album-info .controls .play .icon {
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-left: 18px solid #ddd;
border-bottom: 12px solid transparent;
}
section#album-info .controls .play.enabled .icon {
border-color: transparent #000 transparent;
}
section#album-info .controls .pause .icon {
width: 18px;
height: 24px;
border-left: 6px solid #ddd;
border-right: 6px solid #ddd;
}
section#album-info .controls .pause.enabled .icon {
border-color: transparent #000 transparent #000;
}
section#album-info .controls .previous .icon {
width: 0px;
height: 24px;
border-left: 4px solid #ddd;
}
section#album-info .controls .previous .icon2 {
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-right: 18px solid #ddd;
border-bottom: 12px solid transparent;
}
section#album-info .controls .previous.enabled .icon,
section#album-info .controls .previous.enabled .icon2 {
border-color: transparent #000 transparent #000;
}
section#album-info .controls .next .icon {
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-left: 18px solid #ddd;
border-bottom: 12px solid transparent;
}
section#album-info .controls .next .icon2 {
width: 0px;
height: 24px;
border-right: 4px solid #ddd;
}
section#album-info .controls .next.enabled .icon,
section#album-info .controls .next.enabled .icon2 {
border-color: transparent #000 transparent #000;
} | 0.363308 | 0.050237 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body {
font-size: 14px;
line-height: 18px;
font-family: 'Open Sans', sans-serif;
background: #EBF3FB;
}
.admin{
}
.admin-navbar{
background: #fff;
min-height: 65px;
margin-bottom: 0px;
border-bottom: 0px;
padding-top: 7px;
}
.admin_nav_btn{
margin-top: 6px;
}
.admin-main-content{
padding-top: 20px;
display: block;
}
.left-sidebar-menu {
padding-right: 0;
padding-left: 0;
padding-bottom: 0;
font-weight: 600;
min-height: 100vh;
background: #FCFCFC;
}
.list-group-item {
background-color: #FCFCFC;
border-left: 0px;
}
.list-group-item:first-child {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
a.list-group-item {
color: #555;
}
a.list-group-item:hover,
a.list-group-item:focus
{
color: #000;
text-decoration: none;
background-color: #fff;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #E27730;
border-color: #337ab7;
}
.admin-panel-title{
font-size: 20px;
font-weight: 600;
}
.panel-product-image{}
.panel-product-image > img{
height: 70px;
width: 70px;
}
.showing-items{
padding-top: 15px;
padding-right: 15px;
}
.inline-form{
float: left;
width: 40%;
margin-right: 10%;
}
.form-control{
border-radius: 0px;
}
.category-box{
background: #fff;
margin: 0;
padding: 0 15px 10px;
max-height:250px;
overflow-x:hidden;
}
.subcategory-box{
margin-left: 30px;
}
.panel-footer-category{
font-size: 13px;
}
.checkbox > label {
}
.checkbox > label > input{
}
.view-order{
padding: 30px;
}
.view-order-row{
margin-bottom: 30px;
}
.single-order-row{
margin-bottom: 10px;
}
.view-order-title{
font-weight: 600;
width: 160px;
display: inline-block;
text-align: right;
padding-right: 30px;
}
.view-order-value{
display: inline-block;
}
.view-order-product-image{
padding: 5px;
margin-right: 20px;
}
.view-order-product-image img{
width: 80px;
height: 80px
}
.customer_image{
text-align: center;
}
.customer_image img{
width: 150px;
height: 150px;
}
.customer-info{
padding: 10px;
line-height: 25px;
}
.customer-attr{
font-weight: 600;
}
.customer-attr-values{}
.customer {
padding-bottom: 10px;
}
.customer-userpic img {
float: none;
margin: 0 auto;
width: 150px;
height: 150px;
}
.customer-usertitle {
text-align: center;
margin-top: 20px;
}
.customer-usertitle-name {
color: #5a7391;
font-size: 16px;
font-weight: 600;
margin-bottom: 7px;
}
.customer-testimonial > blockquote{
font-size: 15px;
line-height: 22px;
}
.panel-heading{
font-weight: 600;
}
.custom-panel-heading{
}
.admin-content > .panel-heading{
padding: 1px 10px;
color: #555;
}
.create-box .panel-heading,
.create-box .panel-footer{
}
.navbar-content
{
width:320px;
padding: 15px;
padding-bottom:0px;
}
.navbar-content:before, .navbar-content:after
{
display: table;
content: "";
line-height: 0;
}
.navbar-nav.navbar-right:last-child {
margin-right: 15px !important;
}
.navbar-footer
{
background-color:#DDD;
}
.navbar-footer-content { padding:15px 15px 15px 15px; }
.dropdown-menu {
padding: 0px;
overflow: hidden;
padding-top: 10px;
}
.flash-message{
margin: 8px 15px;
padding: 12px;
border: 1px solid #eee;
border-left-width: 6px;
border-radius: 3px;
font-weight: 600;
}
.flash-message-success{
border-left-color: #449D44;
}
.flash-message-error{
border-left-color: #DD4D40;
}
.flash-message-warning{
border-left-color: #AA6708;
}
.panel-message{
font-weight: 600;
font-size: 13px;
padding-bottom: 15px;
}
.word-break{
word-break: break-all;
}
.shipping_address{
text-align: center;
}
.shipping_address address{
margin-bottom: 0px;
}
.shipping_address .name{
font-size: 16px;
font-weight: bold;
}
.address_heading{
font-weight: bold;
font-size: 18px;
}
.shipping-panel{
box-shadow: none;
}
.shipping-panel .panel-heading{
color: #000;
text-align: left;
font-size: 16px;
border-radius: 0px;
}
.update-nag{
display: inline-block;
font-size: 14px;
text-align: left;
background-color: #fff;
height: 90px;
width: 100%;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
margin-bottom: 8px;
}
.update-nag:hover{
cursor: pointer;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}
.update-nag > .update-split{
background: #337ab7;
width: 40px;
float: left;
color: #fff!important;
height: 100%;
text-align: center;
}
.update-nag > .update-split > .glyphicon{
position:relative;
top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
background: #5cb85c!important;
}
.update-nag > .update-split.update-danger{
background: #d9534f!important;
}
.update-nag > .update-split.update-info{
background: #5bc0de!important;
}
.update-nag > .update-text{
line-height: 65px;
padding-top: 11px;
padding-right: 20px;
font-size: 22px;
text-align: center;
color: #444444;
}
.message-footer{
padding-bottom: 35px;
} | public/css/admin.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body {
font-size: 14px;
line-height: 18px;
font-family: 'Open Sans', sans-serif;
background: #EBF3FB;
}
.admin{
}
.admin-navbar{
background: #fff;
min-height: 65px;
margin-bottom: 0px;
border-bottom: 0px;
padding-top: 7px;
}
.admin_nav_btn{
margin-top: 6px;
}
.admin-main-content{
padding-top: 20px;
display: block;
}
.left-sidebar-menu {
padding-right: 0;
padding-left: 0;
padding-bottom: 0;
font-weight: 600;
min-height: 100vh;
background: #FCFCFC;
}
.list-group-item {
background-color: #FCFCFC;
border-left: 0px;
}
.list-group-item:first-child {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
a.list-group-item {
color: #555;
}
a.list-group-item:hover,
a.list-group-item:focus
{
color: #000;
text-decoration: none;
background-color: #fff;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #E27730;
border-color: #337ab7;
}
.admin-panel-title{
font-size: 20px;
font-weight: 600;
}
.panel-product-image{}
.panel-product-image > img{
height: 70px;
width: 70px;
}
.showing-items{
padding-top: 15px;
padding-right: 15px;
}
.inline-form{
float: left;
width: 40%;
margin-right: 10%;
}
.form-control{
border-radius: 0px;
}
.category-box{
background: #fff;
margin: 0;
padding: 0 15px 10px;
max-height:250px;
overflow-x:hidden;
}
.subcategory-box{
margin-left: 30px;
}
.panel-footer-category{
font-size: 13px;
}
.checkbox > label {
}
.checkbox > label > input{
}
.view-order{
padding: 30px;
}
.view-order-row{
margin-bottom: 30px;
}
.single-order-row{
margin-bottom: 10px;
}
.view-order-title{
font-weight: 600;
width: 160px;
display: inline-block;
text-align: right;
padding-right: 30px;
}
.view-order-value{
display: inline-block;
}
.view-order-product-image{
padding: 5px;
margin-right: 20px;
}
.view-order-product-image img{
width: 80px;
height: 80px
}
.customer_image{
text-align: center;
}
.customer_image img{
width: 150px;
height: 150px;
}
.customer-info{
padding: 10px;
line-height: 25px;
}
.customer-attr{
font-weight: 600;
}
.customer-attr-values{}
.customer {
padding-bottom: 10px;
}
.customer-userpic img {
float: none;
margin: 0 auto;
width: 150px;
height: 150px;
}
.customer-usertitle {
text-align: center;
margin-top: 20px;
}
.customer-usertitle-name {
color: #5a7391;
font-size: 16px;
font-weight: 600;
margin-bottom: 7px;
}
.customer-testimonial > blockquote{
font-size: 15px;
line-height: 22px;
}
.panel-heading{
font-weight: 600;
}
.custom-panel-heading{
}
.admin-content > .panel-heading{
padding: 1px 10px;
color: #555;
}
.create-box .panel-heading,
.create-box .panel-footer{
}
.navbar-content
{
width:320px;
padding: 15px;
padding-bottom:0px;
}
.navbar-content:before, .navbar-content:after
{
display: table;
content: "";
line-height: 0;
}
.navbar-nav.navbar-right:last-child {
margin-right: 15px !important;
}
.navbar-footer
{
background-color:#DDD;
}
.navbar-footer-content { padding:15px 15px 15px 15px; }
.dropdown-menu {
padding: 0px;
overflow: hidden;
padding-top: 10px;
}
.flash-message{
margin: 8px 15px;
padding: 12px;
border: 1px solid #eee;
border-left-width: 6px;
border-radius: 3px;
font-weight: 600;
}
.flash-message-success{
border-left-color: #449D44;
}
.flash-message-error{
border-left-color: #DD4D40;
}
.flash-message-warning{
border-left-color: #AA6708;
}
.panel-message{
font-weight: 600;
font-size: 13px;
padding-bottom: 15px;
}
.word-break{
word-break: break-all;
}
.shipping_address{
text-align: center;
}
.shipping_address address{
margin-bottom: 0px;
}
.shipping_address .name{
font-size: 16px;
font-weight: bold;
}
.address_heading{
font-weight: bold;
font-size: 18px;
}
.shipping-panel{
box-shadow: none;
}
.shipping-panel .panel-heading{
color: #000;
text-align: left;
font-size: 16px;
border-radius: 0px;
}
.update-nag{
display: inline-block;
font-size: 14px;
text-align: left;
background-color: #fff;
height: 90px;
width: 100%;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
margin-bottom: 8px;
}
.update-nag:hover{
cursor: pointer;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}
.update-nag > .update-split{
background: #337ab7;
width: 40px;
float: left;
color: #fff!important;
height: 100%;
text-align: center;
}
.update-nag > .update-split > .glyphicon{
position:relative;
top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
background: #5cb85c!important;
}
.update-nag > .update-split.update-danger{
background: #d9534f!important;
}
.update-nag > .update-split.update-info{
background: #5bc0de!important;
}
.update-nag > .update-text{
line-height: 65px;
padding-top: 11px;
padding-right: 20px;
font-size: 22px;
text-align: center;
color: #444444;
}
.message-footer{
padding-bottom: 35px;
} | 0.344003 | 0.085023 |
html,
body {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: "PT Sans Narrow", Arial, sans-serif;
font-size: 14px;
line-height: 24px;
letter-spacing: -0.5px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
background: #0D0D0D url("../assets/index-background.jpg") no-repeat top center;
}
.body_catalog {
background-image: none;
background-color: #D9B573;
color: #0D0D0D;
}
img {
max-width: 100%;
height: 100%;
}
a {
text-decoration: none;
}
img.hidden {
display: none;
}
/* Universal classes modifiers */
.hidden:not(:focus):not(:active),
input[type="checkbox"].hidden,
input[type="radio"].hidden {
position: absolute;
overflow: hidden;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
}
/* Buttons */
.btn {
font: inherit;
display: inline-block;
text-align: center;
line-height: 43px;
width: 140px;
height: 43px;
border: none;
cursor: pointer;
text-transform: uppercase;
background-color: #000000;
color: #F2F2F0;
}
.btn_disabled,
.btn:disabled {
cursor: default;
opacity: 0.5;
background-color: #000000;
}
.btn_wide {
width: 100%;
}
.btn:hover,
.btn:focus,
.btn:active {
background-color: #663d15;
}
.btn_gallery {
position: absolute;
box-sizing: border-box;
}
.btn__back {
width: 160px;
bottom: 0;
}
.btn__next {
width: 160px;
bottom: 0;
right: 0;
}
.btn_mrg-right {
margin-inline-end: 20px;
}
/* Header Styles */
.header {
height: 70px;
background-color: #0D0D0D;
}
.header_md-margin {
margin-block-end: 50px;
display: flex;
justify-content: center;
}
.header_bg-margin {
margin-block-end: 360px;
}
/* Nav styles */
.nav {
min-width: 960px;
display: flex;
align-items: center;
font-size: 16px;
line-height: 20px;
color: #ffffff;
}
.nav_flex-col {
flex-direction: column;
}
.nav_flex-row {
flex-direction: row;
}
.nav-wrapper {
width: 100%;
min-height: 72px;
display: flex;
justify-content: center;
margin-block-end: 60px;
}
.nav-wrapper .container {
width: 960px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.nav-list {
width: 620px;
display: flex;
flex-wrap: wrap;
align-items: center;
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
}
.nav-user {
max-width: 140px;
display: flex;
align-items: center;
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
}
.nav-user_mrgauto {
margin-inline-start: auto;
}
.nav-logo_offset {
width: 371px;
height: 155px;
order: 2;
}
.nav-list__item {
flex: 1 0 auto;
}
.nav-list__link {
display: block;
text-align: center;
color: #ffffff;
padding: 25px 20px;
}
.nav-list__link:hover,
.nav-list__link:focus {
background-color: #242424;
}
.nav-list__item_active {
position: relative;
}
.nav-list__item_active::after {
content: '';
position: absolute;
bottom: 0;
height: 5px;
width: 100%;
background-color: #ffffffff;
}
.nav-list__item_active a {
opacity: 0.5;
}
/* Login Link */
.login-link {
text-align: center;
color: #ffffff;
padding: 25px 20px;
display: block;
padding-inline-start: 50px;
position: relative;
}
.login-link:hover,
.login-link:focus {
background-color: #242424;
}
.login-link::before {
position: absolute;
content: "";
left: 10px;
opacity: 0.3;
width: 16px;
height: 18px;
background-image: url("/barbershop/svg/login.svg");
background-repeat: no-repeat;
background-position: 0 0;
}
.login-link:hover::before,
.login-link:focus::before,
.login-link:active::before {
opacity: 1;
}
/* Bread crumbs */
.breadcrumbs {
margin-block-end: 50px;
}
.breadcrumbs__title {
font-size: 30px;
line-height: 42px;
margin-block-end: 20px;
margin-block-start: 0;
}
.breadcrumbs__list {
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
display: flex;
}
.breadcrumbs__item {
position: relative;
margin-inline-end: 50px;
}
.breadcrumbs_black a {
color: black;
}
.breadcrumbs_black::after {
position: absolute;
content: "";
right: -25px;
top: 8px;
transform: rotate(45deg);
width: 10px;
height: 10px;
background-color: #0D0D0D;
}
.breadcrumbs_white a {
color: #42403e;
}
/* Body sections */
.features {
margin-block-end: 85px;
}
.features__list {
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
width: 960px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.features__item {
text-align: center;
width: 300px;
}
.features__text {
margin: 0 10px;
}
.features__title {
font-size: 30px;
line-height: 42px;
}
.features__title {
position: relative;
margin: 0;
margin-block-end: 60px;
}
.features__title::after {
position: absolute;
content: "";
bottom: -30px;
left: 50%;
margin-left: -10px;
transform: rotate(45deg);
width: 20px;
height: 20px;
background-color: #fff;
}
/* Block styles for containers on index.html page */
.block {
box-sizing: border-box;
display: flex;
justify-content: space-between;
width: 960px;
min-height: 419px;
padding: 40px 80px;
margin: 0 auto;
margin-block-end: 35px;
color: black;
background-color: #D9B573;
}
.block__title {
margin-top: 0;
font-size: 30px;
line-height: 42px;
}
.block__item_news,
.block__iteam_address {
width: 380px;
}
.block__item_news {
display: flex;
flex-direction: column;
}
.block__iteam_address {
position: relative;
display: flex;
flex-direction: column;
}
.block__container {
margin-block-end: 30px;
}
.block__item_gallery {
position: relative;
width: 340px;
max-height: 300px;
}
.news-date {
text-transform: none;
}
.block__container_gallery {
height: 164px;
margin: 0;
background-color: #cccccc;
border: 7px solid #ffffff;
}
.block__container-text {
margin: 0;
margin-block-end: 10px;
}
/* Footer */
.footer {
padding-block-start: 15px;
min-height: 150px;
background-color: #212121;
}
.footer__address {
width: 320px;
}
.footer__address a {
text-decoration: underline;
color: #ffffff;
}
.footer_txt-white {
color: #ffffff;
}
/* Social links block */
.footer-address__link {
color: #ffffff;
}
.footer-address__link_underline {
text-decoration: underline;
}
.footer .container {
width: 960px;
margin: 0 auto;
padding-block-start: 10px;
padding-block-end: 10px;
display: flex;
justify-content: space-between;
align-items: baseline;
}
.soc {
width: 160px;
}
.soc__title {
text-align: center;
}
.soc__list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
.soc-list__link {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: #BF9969;
width: 43px;
height: 43px;
}
.soc-list__link:hover {
background-color: #fff;
}
.soc-list__link:hover path,
.soc-list__link:focus path {
fill: #0D0D0D;
}
/* CopyRight Block */
.copyright {
width: 150px;
text-align: center;
}
/* Forms */
.appointment-form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 500px;
}
.appointment-form__row {
flex: 1 1 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.appointment-item {
flex: 0 0 220px;
display: inline-flex;
position: relative;
box-sizing: border-box;
border-radius: 4px 4px 0 0;
overflow: visible;
margin: 0;
margin-block-end: 20px;
height: 54px;
}
.appointment-item input {
width: 100%;
padding: 20px 16px 6px;
text-transform: inherit;
text-decoration: inherit;
box-sizing: border-box;
border-style: none;
background: rgb(242, 242, 240);
}
.appointment-item input:focus {
border-bottom-color: rgb(242, 242, 240);
outline: none;
}
.appointment-label::before {
left: 50%;
transition: width 0.2s;
}
.appointment-label::after {
right: 50%;
transition: width 0.2s;
}
.appointment-label::before,
.appointment-label::after {
position: absolute;
bottom: 0px;
width: 0;
height: 2px;
background-color: #757575;
content: "";
}
.appointment-label label {
position: absolute;
left: 16px;
right: auto;
top: 16px;
pointer-events: none;
transform-origin: left top;
text-align: left;
white-space: nowrap;
cursor: text;
transition: 0.2s ease all;
will-change: transform;
}
.appointment-label_focused label {
padding: 1px 2px;
font-size: 12px;
transform: translateY(-50%);
}
.appointment-label_focused label::before,
.appointment-label_focused label::after {
width: 50%;
}
.appointment-item input:focus~.appointment-label label {
padding: 1px 2px;
font-size: 12px;
transform: translateY(-50%);
}
/* Filter Form */
legend {
padding: 0;
margin-block-end: 15px;
font-size: 24px;
line-height: 30px;
font-weight: 400;
}
fieldset {
border: none;
padding: 0;
margin-block-end: 25px;
}
.filters {
flex: 1 0 auto;
}
.filter-list {
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
display: flex;
flex-direction: column;
margin-block-start: 0;
}
.filter__input,
.filter-input__label {
cursor: pointer;
}
.filter-list__option {
height: 34px;
position: relative;
}
.filter-input__label {
box-sizing: border-box;
display: block;
width: 100%;
height: 100%;
padding: 6px 0;
}
.filter-input__label:hover {
background-color: #bdac98;
}
.filter-input__label_mrgbig,
.filter-input__label_mrgradio {
padding-inline-start: 30px;
}
.filter__input_checkbox,
.filter__input_radio {
position: relative;
}
.filter__input_checkbox+label::before {
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 15px;
height: 15px;
border: 2px solid #000101;
}
.filter__input_checkbox:checked+label,
.filter__input_radio:checked+label {
background-color: #d1b79a;
}
.filter__input_checkbox:checked+label::before {
background-image: url("/barbershop/svg/cross.svg");
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 50%;
background-size: 14px;
}
.filter__input_radio+label::before {
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 15px;
height: 15px;
border-radius: 50%;
border: 2px solid #000101;
}
.filter__input_radio:checked+label::after {
content: "";
position: absolute;
top: 50%;
left: 5px;
transform: translateY(-50%);
width: 5px;
height: 5px;
border-radius: 50%;
border: 2px solid #000101;
background-color: #0D0D0D;
}
/* Catalog of products */
.container_flex-row {
display: flex;
}
.products {
flex: 1 1 auto;
margin-block-end: 45px;
}
.products__list {
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.products__item {
background: #F2F2F0;
width: 220px;
height: 286px;
font-size: 14px;
font-weight: 400;
line-height: 18px;
margin-block-end: 20px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
0 1px 2px rgba(0, 0, 0, 0.24);
transition: box-shadow 0.25s ease-in-out;
}
.products__item:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
0 6px 6px rgba(0, 0, 0, 0.23);
}
.products__image {
margin: 0;
}
.products__descr-wrapper {
padding: 10px;
font-size: 14px;
margin: 0;
}
.products__category {
text-transform: none;
}
.products__item-link {
color: #000000;
}
.products__price {
display: flex;
flex-direction: row;
padding: 10px;
}
.products__price_wrap {
flex-wrap: wrap;
}
.products__price_nowrap {
flex-wrap: nowrap;
}
.products__price_nopadding {
padding: 0;
margin-block-end: 70px;
}
.products-price {
display: flex;
align-items: center;
justify-content: center;
width: 110px;
height: 43px;
font-weight: 700;
margin: 0;
background-color: #aba9a7;
}
/* Pagination */
.pagination {
margin-block-end: 50px;
margin-inline-start: 15px;
}
.list_pagination {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.list__title {
font-size: 24px;
line-height: 30px;
font-weight: 400;
}
.list__item {
margin-inline-end: 10px;
}
.list__item_box a {
display: block;
padding: 9px 15px;
text-align: center;
}
.list__item_black a {
color: #ffffff;
background-color: #0D0D0D;
}
.list__item_black a {
color: #ffffff;
}
.list__item_white {
background-color: #F2F2F0;
}
.list__item_white a {
color: #000000;
}
.list__item_white a {
color: #000000;
}
/* Price page */
.title__price {
position: relative;
font-size: 48px;
font-weight: 400;
line-height: 48px;
align-self: center;
margin-block-end: 40px;
}
.title__price::before {
content: '_______';
position: absolute;
left: -200px;
top: -20px;
}
.title__price::after {
content: '_______';
position: absolute;
left: 560px;
top: -20px;
}
/* Price Containers on price page */
.price__container-title {
font-size: 24px;
line-height: 30px;
font-weight: 400;
}
.price__container_w400 {
width: 400px;
margin-inline-end: 100px;
}
.price__container_w600 {
width: 600px;
}
.price__items {
position: relative;
margin-block-end: 15px;
padding-inline-start: 20px;
}
.price__items::before {
position: absolute;
content: "";
left: 0;
top: 6px;
transform: rotate(45deg);
width: 10px;
height: 10px;
background-color: #0D0D0D;
}
.price__table {
border-collapse: collapse;
border-color: black;
border-width: 2px;
width: 100%;
}
td {
padding: 15px;
width: 200px;
border-width: 2px;
}
.td__price {
text-align: center;
}
/* Item styles */
.descr__id {
color: #42403e;
}
.price__descr {
display: flex;
justify-content: space-between;
margin-block-end: 50px;
}
.price__list {
list-style: none;
margin: 0;
padding: 0;
}
.about-us {
margin-block-end: 80px;
}
.about-us_w600 {
width: 600px;
}
.about-us_w400 {
width: 400px;
margin-inline-end: 100px;
}
.about-us__title {
font-size: 24px;
line-height: 30px;
font-weight: 400;
}
.about-us__text {
margin-block-start: 0;
}
.about-us__container {
display: flex;
justify-content: space-between;
}
/*Price Flex layout */
.main {
width: 960px;
margin: 0 auto;
margin-block-end: 50px;
}
.main_flex {
display: flex;
}
.main_flex-col {
flex-direction: column;
}
.item__info {
display: flex;
justify-content: space-between;
}
.item__gallery {
max-width: 420px;
}
.item__descr {
max-width: 450px;
}
.list {
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
.descr__header {
display: flex;
justify-content: space-between;
}
.descr__list {
margin: 0;
padding: 0;
list-style: none;
}
.descr__item {
position: relative;
padding-inline-start: 20px;
}
.descr__item::before {
position: absolute;
content: "";
left: 0;
top: 6px;
transform: rotate(45deg);
width: 10px;
height: 10px;
background-color: #0D0D0D;
}
.descr__main {
margin-block-end: 50px;
}
/* Modal window */
.modal-root {
position: fixed;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.4);
left: 0;
top: 0;
opacity: 0;
width: 0px;
height: 0px;
transition: opacity 0.15s ease-out,
width 0s linear 0.15s,
height 0s linear 0.15s;
}
.modal-root_visible {
width: 100%;
height: 100%;
opacity: 1;
transition: opacity 0.15s ease-out;
}
.modal {
position: fixed;
color: #000000;
background-color: #D9B573;
}
.modal h2 {
font-size: 30px;
line-height: 42px;
}
.modal input {
font: inherit;
background-color: transparent;
border: 2px solid #000000;
text-transform: uppercase;
}
.modal input:focus {
border-color: #663d15;
}
.modal-map {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2),
0 12px 17px 2px rgba(0, 0, 0, .14),
0 5px 22px 4px rgba(0, 0, 0, .12);
width: 767px;
height: 561px;
}
.modal-map p {
margin: 0;
}
.modal-login {
width: 300px;
padding: 50px 80px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
0 3px 6px rgba(0, 0, 0, 0.23);
}
.modal-login h2 {
margin: 0;
margin-bottom: 20px;
font-size: 30px;
line-height: 42px;
}
.modal-descr {
margin: 0;
margin-block-end: 10px;
}
.modal-close_login {
position: absolute;
top: 0;
right: 0;
width: 22px;
height: 22px;
font-size: 0;
cursor: pointer;
}
.modal-close_login::before,
.modal-close_login::after {
content: "";
position: absolute;
top: 8px;
left: 0;
width: 19px;
height: 3px;
background-color: #0D0D0D;
}
.modal-close_login::before {
transform: rotate(45deg);
}
.modal-close_login::after {
transform: rotate(-45deg);
}
@keyframes shuffle {
from {
right: -30px;
}
50%,
60% {
right: -40px;
}
100% {
right: -30px;
}
}
.modal-close_shuffle {
animation-name: shuffle;
animation-duration: 0.4s;
animation-iteration-count: 2;
animation-timing-function: ease-out;
}
.modal-close_map {
position: absolute;
top: 0;
right: -30px;
width: 43px;
height: 140px;
text-transform: uppercase;
writing-mode: vertical-rl;
text-orientation: mixed;
font-weight: 600;
letter-spacing: 5px;
text-align: center;
background-color: #c5c5c5;
border: 0;
z-index: -1;
cursor: pointer;
transform: translateY(0px);
transition: transform 300ms cubic-bezier(0, 0, 0.58, 1);
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2),
0 12px 17px 2px rgba(0, 0, 0, .14),
0 5px 22px 4px rgba(0, 0, 0, .12);
}
.modal-close_map:hover,
.modal-close_map:focus {
transform: translateX(10px);
}
/* Login Modal Window */
.login-form p {
margin: 0;
margin-block-end: 10px;
}
.login-form input[type="text"],
.login-form input[type="password"] {
width: 300px;
box-sizing: border-box;
padding: 10px 15px;
padding-inline-end: 40px;
}
.login-icon-user {
background-image: url("/barbershop/svg/user.svg");
background-repeat: no-repeat;
background-position: 260px center;
}
.login-icon-password {
background-image: url("/barbershop/svg/lock.svg");
background-repeat: no-repeat;
background-position: 260px center;
}
.login-password-info {
display: flex;
justify-content: space-between;
position: relative;
}
.login-checkbox__label {
position: relative;
cursor: pointer;
padding-inline-start: 25px;
}
.login-checkbox:hover,
.login-checkbox:focus {
color: white;
}
.login-checkbox__input+.login-checkbox__label::before {
content: "";
position: absolute;
top: 2.5px;
left: 0;
width: 14px;
height: 14px;
border: 2px solid #000101;
}
.login-checkbox__input:checked+.login-checkbox__label::before {
background-image: url("/barbershop/svg/cross.svg");
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 50%;
background-size: 12px;
}
.link_restore {
text-decoration: underline;
} | barbershop/css/styles.css | html,
body {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: "PT Sans Narrow", Arial, sans-serif;
font-size: 14px;
line-height: 24px;
letter-spacing: -0.5px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
background: #0D0D0D url("../assets/index-background.jpg") no-repeat top center;
}
.body_catalog {
background-image: none;
background-color: #D9B573;
color: #0D0D0D;
}
img {
max-width: 100%;
height: 100%;
}
a {
text-decoration: none;
}
img.hidden {
display: none;
}
/* Universal classes modifiers */
.hidden:not(:focus):not(:active),
input[type="checkbox"].hidden,
input[type="radio"].hidden {
position: absolute;
overflow: hidden;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
}
/* Buttons */
.btn {
font: inherit;
display: inline-block;
text-align: center;
line-height: 43px;
width: 140px;
height: 43px;
border: none;
cursor: pointer;
text-transform: uppercase;
background-color: #000000;
color: #F2F2F0;
}
.btn_disabled,
.btn:disabled {
cursor: default;
opacity: 0.5;
background-color: #000000;
}
.btn_wide {
width: 100%;
}
.btn:hover,
.btn:focus,
.btn:active {
background-color: #663d15;
}
.btn_gallery {
position: absolute;
box-sizing: border-box;
}
.btn__back {
width: 160px;
bottom: 0;
}
.btn__next {
width: 160px;
bottom: 0;
right: 0;
}
.btn_mrg-right {
margin-inline-end: 20px;
}
/* Header Styles */
.header {
height: 70px;
background-color: #0D0D0D;
}
.header_md-margin {
margin-block-end: 50px;
display: flex;
justify-content: center;
}
.header_bg-margin {
margin-block-end: 360px;
}
/* Nav styles */
.nav {
min-width: 960px;
display: flex;
align-items: center;
font-size: 16px;
line-height: 20px;
color: #ffffff;
}
.nav_flex-col {
flex-direction: column;
}
.nav_flex-row {
flex-direction: row;
}
.nav-wrapper {
width: 100%;
min-height: 72px;
display: flex;
justify-content: center;
margin-block-end: 60px;
}
.nav-wrapper .container {
width: 960px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.nav-list {
width: 620px;
display: flex;
flex-wrap: wrap;
align-items: center;
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
}
.nav-user {
max-width: 140px;
display: flex;
align-items: center;
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
}
.nav-user_mrgauto {
margin-inline-start: auto;
}
.nav-logo_offset {
width: 371px;
height: 155px;
order: 2;
}
.nav-list__item {
flex: 1 0 auto;
}
.nav-list__link {
display: block;
text-align: center;
color: #ffffff;
padding: 25px 20px;
}
.nav-list__link:hover,
.nav-list__link:focus {
background-color: #242424;
}
.nav-list__item_active {
position: relative;
}
.nav-list__item_active::after {
content: '';
position: absolute;
bottom: 0;
height: 5px;
width: 100%;
background-color: #ffffffff;
}
.nav-list__item_active a {
opacity: 0.5;
}
/* Login Link */
.login-link {
text-align: center;
color: #ffffff;
padding: 25px 20px;
display: block;
padding-inline-start: 50px;
position: relative;
}
.login-link:hover,
.login-link:focus {
background-color: #242424;
}
.login-link::before {
position: absolute;
content: "";
left: 10px;
opacity: 0.3;
width: 16px;
height: 18px;
background-image: url("/barbershop/svg/login.svg");
background-repeat: no-repeat;
background-position: 0 0;
}
.login-link:hover::before,
.login-link:focus::before,
.login-link:active::before {
opacity: 1;
}
/* Bread crumbs */
.breadcrumbs {
margin-block-end: 50px;
}
.breadcrumbs__title {
font-size: 30px;
line-height: 42px;
margin-block-end: 20px;
margin-block-start: 0;
}
.breadcrumbs__list {
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
display: flex;
}
.breadcrumbs__item {
position: relative;
margin-inline-end: 50px;
}
.breadcrumbs_black a {
color: black;
}
.breadcrumbs_black::after {
position: absolute;
content: "";
right: -25px;
top: 8px;
transform: rotate(45deg);
width: 10px;
height: 10px;
background-color: #0D0D0D;
}
.breadcrumbs_white a {
color: #42403e;
}
/* Body sections */
.features {
margin-block-end: 85px;
}
.features__list {
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
width: 960px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.features__item {
text-align: center;
width: 300px;
}
.features__text {
margin: 0 10px;
}
.features__title {
font-size: 30px;
line-height: 42px;
}
.features__title {
position: relative;
margin: 0;
margin-block-end: 60px;
}
.features__title::after {
position: absolute;
content: "";
bottom: -30px;
left: 50%;
margin-left: -10px;
transform: rotate(45deg);
width: 20px;
height: 20px;
background-color: #fff;
}
/* Block styles for containers on index.html page */
.block {
box-sizing: border-box;
display: flex;
justify-content: space-between;
width: 960px;
min-height: 419px;
padding: 40px 80px;
margin: 0 auto;
margin-block-end: 35px;
color: black;
background-color: #D9B573;
}
.block__title {
margin-top: 0;
font-size: 30px;
line-height: 42px;
}
.block__item_news,
.block__iteam_address {
width: 380px;
}
.block__item_news {
display: flex;
flex-direction: column;
}
.block__iteam_address {
position: relative;
display: flex;
flex-direction: column;
}
.block__container {
margin-block-end: 30px;
}
.block__item_gallery {
position: relative;
width: 340px;
max-height: 300px;
}
.news-date {
text-transform: none;
}
.block__container_gallery {
height: 164px;
margin: 0;
background-color: #cccccc;
border: 7px solid #ffffff;
}
.block__container-text {
margin: 0;
margin-block-end: 10px;
}
/* Footer */
.footer {
padding-block-start: 15px;
min-height: 150px;
background-color: #212121;
}
.footer__address {
width: 320px;
}
.footer__address a {
text-decoration: underline;
color: #ffffff;
}
.footer_txt-white {
color: #ffffff;
}
/* Social links block */
.footer-address__link {
color: #ffffff;
}
.footer-address__link_underline {
text-decoration: underline;
}
.footer .container {
width: 960px;
margin: 0 auto;
padding-block-start: 10px;
padding-block-end: 10px;
display: flex;
justify-content: space-between;
align-items: baseline;
}
.soc {
width: 160px;
}
.soc__title {
text-align: center;
}
.soc__list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
.soc-list__link {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: #BF9969;
width: 43px;
height: 43px;
}
.soc-list__link:hover {
background-color: #fff;
}
.soc-list__link:hover path,
.soc-list__link:focus path {
fill: #0D0D0D;
}
/* CopyRight Block */
.copyright {
width: 150px;
text-align: center;
}
/* Forms */
.appointment-form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 500px;
}
.appointment-form__row {
flex: 1 1 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.appointment-item {
flex: 0 0 220px;
display: inline-flex;
position: relative;
box-sizing: border-box;
border-radius: 4px 4px 0 0;
overflow: visible;
margin: 0;
margin-block-end: 20px;
height: 54px;
}
.appointment-item input {
width: 100%;
padding: 20px 16px 6px;
text-transform: inherit;
text-decoration: inherit;
box-sizing: border-box;
border-style: none;
background: rgb(242, 242, 240);
}
.appointment-item input:focus {
border-bottom-color: rgb(242, 242, 240);
outline: none;
}
.appointment-label::before {
left: 50%;
transition: width 0.2s;
}
.appointment-label::after {
right: 50%;
transition: width 0.2s;
}
.appointment-label::before,
.appointment-label::after {
position: absolute;
bottom: 0px;
width: 0;
height: 2px;
background-color: #757575;
content: "";
}
.appointment-label label {
position: absolute;
left: 16px;
right: auto;
top: 16px;
pointer-events: none;
transform-origin: left top;
text-align: left;
white-space: nowrap;
cursor: text;
transition: 0.2s ease all;
will-change: transform;
}
.appointment-label_focused label {
padding: 1px 2px;
font-size: 12px;
transform: translateY(-50%);
}
.appointment-label_focused label::before,
.appointment-label_focused label::after {
width: 50%;
}
.appointment-item input:focus~.appointment-label label {
padding: 1px 2px;
font-size: 12px;
transform: translateY(-50%);
}
/* Filter Form */
legend {
padding: 0;
margin-block-end: 15px;
font-size: 24px;
line-height: 30px;
font-weight: 400;
}
fieldset {
border: none;
padding: 0;
margin-block-end: 25px;
}
.filters {
flex: 1 0 auto;
}
.filter-list {
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
display: flex;
flex-direction: column;
margin-block-start: 0;
}
.filter__input,
.filter-input__label {
cursor: pointer;
}
.filter-list__option {
height: 34px;
position: relative;
}
.filter-input__label {
box-sizing: border-box;
display: block;
width: 100%;
height: 100%;
padding: 6px 0;
}
.filter-input__label:hover {
background-color: #bdac98;
}
.filter-input__label_mrgbig,
.filter-input__label_mrgradio {
padding-inline-start: 30px;
}
.filter__input_checkbox,
.filter__input_radio {
position: relative;
}
.filter__input_checkbox+label::before {
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 15px;
height: 15px;
border: 2px solid #000101;
}
.filter__input_checkbox:checked+label,
.filter__input_radio:checked+label {
background-color: #d1b79a;
}
.filter__input_checkbox:checked+label::before {
background-image: url("/barbershop/svg/cross.svg");
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 50%;
background-size: 14px;
}
.filter__input_radio+label::before {
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 15px;
height: 15px;
border-radius: 50%;
border: 2px solid #000101;
}
.filter__input_radio:checked+label::after {
content: "";
position: absolute;
top: 50%;
left: 5px;
transform: translateY(-50%);
width: 5px;
height: 5px;
border-radius: 50%;
border: 2px solid #000101;
background-color: #0D0D0D;
}
/* Catalog of products */
.container_flex-row {
display: flex;
}
.products {
flex: 1 1 auto;
margin-block-end: 45px;
}
.products__list {
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.products__item {
background: #F2F2F0;
width: 220px;
height: 286px;
font-size: 14px;
font-weight: 400;
line-height: 18px;
margin-block-end: 20px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
0 1px 2px rgba(0, 0, 0, 0.24);
transition: box-shadow 0.25s ease-in-out;
}
.products__item:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
0 6px 6px rgba(0, 0, 0, 0.23);
}
.products__image {
margin: 0;
}
.products__descr-wrapper {
padding: 10px;
font-size: 14px;
margin: 0;
}
.products__category {
text-transform: none;
}
.products__item-link {
color: #000000;
}
.products__price {
display: flex;
flex-direction: row;
padding: 10px;
}
.products__price_wrap {
flex-wrap: wrap;
}
.products__price_nowrap {
flex-wrap: nowrap;
}
.products__price_nopadding {
padding: 0;
margin-block-end: 70px;
}
.products-price {
display: flex;
align-items: center;
justify-content: center;
width: 110px;
height: 43px;
font-weight: 700;
margin: 0;
background-color: #aba9a7;
}
/* Pagination */
.pagination {
margin-block-end: 50px;
margin-inline-start: 15px;
}
.list_pagination {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.list__title {
font-size: 24px;
line-height: 30px;
font-weight: 400;
}
.list__item {
margin-inline-end: 10px;
}
.list__item_box a {
display: block;
padding: 9px 15px;
text-align: center;
}
.list__item_black a {
color: #ffffff;
background-color: #0D0D0D;
}
.list__item_black a {
color: #ffffff;
}
.list__item_white {
background-color: #F2F2F0;
}
.list__item_white a {
color: #000000;
}
.list__item_white a {
color: #000000;
}
/* Price page */
.title__price {
position: relative;
font-size: 48px;
font-weight: 400;
line-height: 48px;
align-self: center;
margin-block-end: 40px;
}
.title__price::before {
content: '_______';
position: absolute;
left: -200px;
top: -20px;
}
.title__price::after {
content: '_______';
position: absolute;
left: 560px;
top: -20px;
}
/* Price Containers on price page */
.price__container-title {
font-size: 24px;
line-height: 30px;
font-weight: 400;
}
.price__container_w400 {
width: 400px;
margin-inline-end: 100px;
}
.price__container_w600 {
width: 600px;
}
.price__items {
position: relative;
margin-block-end: 15px;
padding-inline-start: 20px;
}
.price__items::before {
position: absolute;
content: "";
left: 0;
top: 6px;
transform: rotate(45deg);
width: 10px;
height: 10px;
background-color: #0D0D0D;
}
.price__table {
border-collapse: collapse;
border-color: black;
border-width: 2px;
width: 100%;
}
td {
padding: 15px;
width: 200px;
border-width: 2px;
}
.td__price {
text-align: center;
}
/* Item styles */
.descr__id {
color: #42403e;
}
.price__descr {
display: flex;
justify-content: space-between;
margin-block-end: 50px;
}
.price__list {
list-style: none;
margin: 0;
padding: 0;
}
.about-us {
margin-block-end: 80px;
}
.about-us_w600 {
width: 600px;
}
.about-us_w400 {
width: 400px;
margin-inline-end: 100px;
}
.about-us__title {
font-size: 24px;
line-height: 30px;
font-weight: 400;
}
.about-us__text {
margin-block-start: 0;
}
.about-us__container {
display: flex;
justify-content: space-between;
}
/*Price Flex layout */
.main {
width: 960px;
margin: 0 auto;
margin-block-end: 50px;
}
.main_flex {
display: flex;
}
.main_flex-col {
flex-direction: column;
}
.item__info {
display: flex;
justify-content: space-between;
}
.item__gallery {
max-width: 420px;
}
.item__descr {
max-width: 450px;
}
.list {
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
.descr__header {
display: flex;
justify-content: space-between;
}
.descr__list {
margin: 0;
padding: 0;
list-style: none;
}
.descr__item {
position: relative;
padding-inline-start: 20px;
}
.descr__item::before {
position: absolute;
content: "";
left: 0;
top: 6px;
transform: rotate(45deg);
width: 10px;
height: 10px;
background-color: #0D0D0D;
}
.descr__main {
margin-block-end: 50px;
}
/* Modal window */
.modal-root {
position: fixed;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.4);
left: 0;
top: 0;
opacity: 0;
width: 0px;
height: 0px;
transition: opacity 0.15s ease-out,
width 0s linear 0.15s,
height 0s linear 0.15s;
}
.modal-root_visible {
width: 100%;
height: 100%;
opacity: 1;
transition: opacity 0.15s ease-out;
}
.modal {
position: fixed;
color: #000000;
background-color: #D9B573;
}
.modal h2 {
font-size: 30px;
line-height: 42px;
}
.modal input {
font: inherit;
background-color: transparent;
border: 2px solid #000000;
text-transform: uppercase;
}
.modal input:focus {
border-color: #663d15;
}
.modal-map {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2),
0 12px 17px 2px rgba(0, 0, 0, .14),
0 5px 22px 4px rgba(0, 0, 0, .12);
width: 767px;
height: 561px;
}
.modal-map p {
margin: 0;
}
.modal-login {
width: 300px;
padding: 50px 80px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
0 3px 6px rgba(0, 0, 0, 0.23);
}
.modal-login h2 {
margin: 0;
margin-bottom: 20px;
font-size: 30px;
line-height: 42px;
}
.modal-descr {
margin: 0;
margin-block-end: 10px;
}
.modal-close_login {
position: absolute;
top: 0;
right: 0;
width: 22px;
height: 22px;
font-size: 0;
cursor: pointer;
}
.modal-close_login::before,
.modal-close_login::after {
content: "";
position: absolute;
top: 8px;
left: 0;
width: 19px;
height: 3px;
background-color: #0D0D0D;
}
.modal-close_login::before {
transform: rotate(45deg);
}
.modal-close_login::after {
transform: rotate(-45deg);
}
@keyframes shuffle {
from {
right: -30px;
}
50%,
60% {
right: -40px;
}
100% {
right: -30px;
}
}
.modal-close_shuffle {
animation-name: shuffle;
animation-duration: 0.4s;
animation-iteration-count: 2;
animation-timing-function: ease-out;
}
.modal-close_map {
position: absolute;
top: 0;
right: -30px;
width: 43px;
height: 140px;
text-transform: uppercase;
writing-mode: vertical-rl;
text-orientation: mixed;
font-weight: 600;
letter-spacing: 5px;
text-align: center;
background-color: #c5c5c5;
border: 0;
z-index: -1;
cursor: pointer;
transform: translateY(0px);
transition: transform 300ms cubic-bezier(0, 0, 0.58, 1);
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2),
0 12px 17px 2px rgba(0, 0, 0, .14),
0 5px 22px 4px rgba(0, 0, 0, .12);
}
.modal-close_map:hover,
.modal-close_map:focus {
transform: translateX(10px);
}
/* Login Modal Window */
.login-form p {
margin: 0;
margin-block-end: 10px;
}
.login-form input[type="text"],
.login-form input[type="password"] {
width: 300px;
box-sizing: border-box;
padding: 10px 15px;
padding-inline-end: 40px;
}
.login-icon-user {
background-image: url("/barbershop/svg/user.svg");
background-repeat: no-repeat;
background-position: 260px center;
}
.login-icon-password {
background-image: url("/barbershop/svg/lock.svg");
background-repeat: no-repeat;
background-position: 260px center;
}
.login-password-info {
display: flex;
justify-content: space-between;
position: relative;
}
.login-checkbox__label {
position: relative;
cursor: pointer;
padding-inline-start: 25px;
}
.login-checkbox:hover,
.login-checkbox:focus {
color: white;
}
.login-checkbox__input+.login-checkbox__label::before {
content: "";
position: absolute;
top: 2.5px;
left: 0;
width: 14px;
height: 14px;
border: 2px solid #000101;
}
.login-checkbox__input:checked+.login-checkbox__label::before {
background-image: url("/barbershop/svg/cross.svg");
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 50%;
background-size: 12px;
}
.link_restore {
text-decoration: underline;
} | 0.402157 | 0.065247 |
:root {
--bg--white: rgba(255, 255, 255, 0.3);
/*--bg--white: rgba(255,255,255,0.1);*/
--glass: rgba(0,0,0,0.1);
--br: 5px;
--border: solid 1px rgba(255, 255, 255, 0.5);
--bf: blur(20px);
--spartan: 'League Spartan';
--pippins: 'Poppins';
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
background-image: url(./background.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
/* Container */
.navbar {
display: flex;
align-items: center;
padding-left: 8%;
padding-right: 8%;
background-color: var(--bg--white);
background-filter: blur(20px);
margin: 20px 29px;
/* border: 1px solid #000; */
height: 50px;
border-radius: 5px;
}
.logo {
width: 400px;
cursor: pointer;
}
h2 {
color: #fff;
font-size: 1.5rem;
font-weight: bold;
font-family: var(--spartan);
}
nav {
flex: 1;
text-align: right;
}
nav ul li {
list-style: none;
display: inline-block;
margin-left: 60px;
}
nav ul li a {
text-decoration: none;
color: white;
font-size: 1rem;
color: rgba(255, 255, 255, 0.8);
font-family: var(--spartan);
font-size: 1rem;
padding: 12px 10px;
}
.sidebar ul li a:hover {
color: white;
border-radius: var(--br);
background-color: #0084ff;
box-shadow: 0 5px 10px 2px rgba(10, 137, 255, 0.5);
}
/* main */
main {
padding-right: 3.2%;
margin: 20px 29px;
width: 100%;
}
.container {
background-color: var(--bg--white);
background-filter: blur(20px);
border: var(--border);
border-radius: 5px;
box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
display: flex;
}
.sidebar__main {
background-color: rgba(0, 0, 0, 0.1);
padding: 20px;
width: 20%;
}
.sidebar__main ul {
padding: 0;
margin: 20px 0;
list-style: none;
text-align: left;
}
.sidebar__main ul li a {
color: rgba(255, 255, 255, 0.8);
display: block;
text-decoration: none;
padding: 12px 10px;
}
.sidebar__main ul li a:hover {
color: white;
border-radius: var(--br);
background-color: #0084ff;
box-shadow: 0 5px 10px 2px rgba(10, 137, 255, 0.5);
}
section {
padding: 8%;
height: 90vh;
width: 80%;
}
section .first-title h2 {
color: rgba(0, 0, 0, 0.7);
font-size: 48px;
margin: 10px 0;
color: #fff;
}
section .first-title span {
color: rgba(0, 0, 0, 0.5);
font-size: 1rem;
margin: 10px 0;
font-weight: bolder;
display: block;
} | main.css | :root {
--bg--white: rgba(255, 255, 255, 0.3);
/*--bg--white: rgba(255,255,255,0.1);*/
--glass: rgba(0,0,0,0.1);
--br: 5px;
--border: solid 1px rgba(255, 255, 255, 0.5);
--bf: blur(20px);
--spartan: 'League Spartan';
--pippins: 'Poppins';
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
background-image: url(./background.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
/* Container */
.navbar {
display: flex;
align-items: center;
padding-left: 8%;
padding-right: 8%;
background-color: var(--bg--white);
background-filter: blur(20px);
margin: 20px 29px;
/* border: 1px solid #000; */
height: 50px;
border-radius: 5px;
}
.logo {
width: 400px;
cursor: pointer;
}
h2 {
color: #fff;
font-size: 1.5rem;
font-weight: bold;
font-family: var(--spartan);
}
nav {
flex: 1;
text-align: right;
}
nav ul li {
list-style: none;
display: inline-block;
margin-left: 60px;
}
nav ul li a {
text-decoration: none;
color: white;
font-size: 1rem;
color: rgba(255, 255, 255, 0.8);
font-family: var(--spartan);
font-size: 1rem;
padding: 12px 10px;
}
.sidebar ul li a:hover {
color: white;
border-radius: var(--br);
background-color: #0084ff;
box-shadow: 0 5px 10px 2px rgba(10, 137, 255, 0.5);
}
/* main */
main {
padding-right: 3.2%;
margin: 20px 29px;
width: 100%;
}
.container {
background-color: var(--bg--white);
background-filter: blur(20px);
border: var(--border);
border-radius: 5px;
box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
display: flex;
}
.sidebar__main {
background-color: rgba(0, 0, 0, 0.1);
padding: 20px;
width: 20%;
}
.sidebar__main ul {
padding: 0;
margin: 20px 0;
list-style: none;
text-align: left;
}
.sidebar__main ul li a {
color: rgba(255, 255, 255, 0.8);
display: block;
text-decoration: none;
padding: 12px 10px;
}
.sidebar__main ul li a:hover {
color: white;
border-radius: var(--br);
background-color: #0084ff;
box-shadow: 0 5px 10px 2px rgba(10, 137, 255, 0.5);
}
section {
padding: 8%;
height: 90vh;
width: 80%;
}
section .first-title h2 {
color: rgba(0, 0, 0, 0.7);
font-size: 48px;
margin: 10px 0;
color: #fff;
}
section .first-title span {
color: rgba(0, 0, 0, 0.5);
font-size: 1rem;
margin: 10px 0;
font-weight: bolder;
display: block;
} | 0.472197 | 0.153391 |
.btd-giphy-zone {
box-sizing: border-box;
position: absolute;
top: 0;
z-index: 19;
left: 200px;
color: white;
width: 270px;
height: 100%;
transform: translateX(-2px);
pointer-events: none;
opacity: 0;
transition-property: opacity, transform;
transition-duration: 200ms;
transition-timing-function: ease;
display: flex;
flex-direction: column;
padding: 0 15px;
}
.btd-giphy-zone .compose-header {
border-bottom: none !important;
}
.application.is-condensed .btd-giphy-zone {
left: 60px;
}
.btd-giphy-zone.-visible {
pointer-events: all;
transform: translateX(0);
opacity: 1;
}
.btd-giphy-zone .giphy-wrapper {
flex: 1;
flex-shrink: 1;
font-size: 0;
margin-left: -15px;
margin-right: -15px;
margin-top: 10px;
}
.btd-giphy-zone .giphy-wrapper .giphy-content {
column-count: 2;
column-gap: 0;
}
.btd-giphy-zone .giphy-wrapper .btd-giphy-block {
width: 100%;
height: auto;
cursor: pointer;
}
.btd-giphy-zone .giphy-wrapper .btd-giphy-block-wrapper {
overflow: hidden;
}
.btd-giphy-zone .giphy-wrapper .btd-giphy-block-wrapper:hover {
opacity: 0.6;
}
.btd-gif-indicator {
transform: translateY(100%);
opacity: 0;
}
.btd-gif-button,
.btd-gif-indicator {
transition-property: transform, opacity;
transition-duration: 300ms;
transition-timing-function: ease;
float: left;
&.-visible {
opacity: 1;
transform: translateX(0);
}
}
.btd-gif-button {
font-weight: bold;
font-size: 10px;
border-radius: 3px;
padding: 2px 6px;
border: 1px solid currentColor;
cursor: pointer;
overflow: hidden;
position: absolute;
left: 10px;
bottom: 10px;
z-index: 0;
opacity: 0;
transition-property: color, opacity;
user-select: none;
pointer-events: none;
&:hover {
color: #616161 !important;
}
}
.btd-gif-button.-visible {
opacity: 1;
pointer-events: auto;
}
input.giphy-search-input {
box-sizing: border-box !important;
color: #111;
}
.btd-gif-button.btd-gif-button:hover {
color: #616161;
} | src/components/gifButton.css | .btd-giphy-zone {
box-sizing: border-box;
position: absolute;
top: 0;
z-index: 19;
left: 200px;
color: white;
width: 270px;
height: 100%;
transform: translateX(-2px);
pointer-events: none;
opacity: 0;
transition-property: opacity, transform;
transition-duration: 200ms;
transition-timing-function: ease;
display: flex;
flex-direction: column;
padding: 0 15px;
}
.btd-giphy-zone .compose-header {
border-bottom: none !important;
}
.application.is-condensed .btd-giphy-zone {
left: 60px;
}
.btd-giphy-zone.-visible {
pointer-events: all;
transform: translateX(0);
opacity: 1;
}
.btd-giphy-zone .giphy-wrapper {
flex: 1;
flex-shrink: 1;
font-size: 0;
margin-left: -15px;
margin-right: -15px;
margin-top: 10px;
}
.btd-giphy-zone .giphy-wrapper .giphy-content {
column-count: 2;
column-gap: 0;
}
.btd-giphy-zone .giphy-wrapper .btd-giphy-block {
width: 100%;
height: auto;
cursor: pointer;
}
.btd-giphy-zone .giphy-wrapper .btd-giphy-block-wrapper {
overflow: hidden;
}
.btd-giphy-zone .giphy-wrapper .btd-giphy-block-wrapper:hover {
opacity: 0.6;
}
.btd-gif-indicator {
transform: translateY(100%);
opacity: 0;
}
.btd-gif-button,
.btd-gif-indicator {
transition-property: transform, opacity;
transition-duration: 300ms;
transition-timing-function: ease;
float: left;
&.-visible {
opacity: 1;
transform: translateX(0);
}
}
.btd-gif-button {
font-weight: bold;
font-size: 10px;
border-radius: 3px;
padding: 2px 6px;
border: 1px solid currentColor;
cursor: pointer;
overflow: hidden;
position: absolute;
left: 10px;
bottom: 10px;
z-index: 0;
opacity: 0;
transition-property: color, opacity;
user-select: none;
pointer-events: none;
&:hover {
color: #616161 !important;
}
}
.btd-gif-button.-visible {
opacity: 1;
pointer-events: auto;
}
input.giphy-search-input {
box-sizing: border-box !important;
color: #111;
}
.btd-gif-button.btd-gif-button:hover {
color: #616161;
} | 0.651022 | 0.088426 |
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
[epub|type~="dedication"] [epub|type~="se:name.person.full-name"]{
font-style: normal;
font-variant: small-caps;
}
[epub|type~="z3998:signature"]{
font-variant: small-caps;
}
[epub|type~="z3998:letter"] header{
text-align: initial;
}
[epub|type~="z3998:letter"] [epub|type~="z3998:poem"] header p{
text-align: center;
}
#chapter-9 [epub|type~="z3998:letter"] header p:first-of-type{
text-align: right;
}
footer{
margin-top: 1em;
text-align: right;
}
blockquote.sign{
border: 1px solid;
font-variant: small-caps;
padding: 1em;
text-align: center;
}
blockquote.sign p{
text-align: center;
text-indent: 0;
}
#chapter-5 blockquote.sign p + p{
border-top: 1px solid;
margin-top: .5em;
padding-top: .5em;
}
#chapter-5 blockquote:first-of-type{
text-transform: uppercase;
}
[epub|type~="dedication"] header p,
#chapter-3 blockquote:first-of-type header p,
#chapter-4 blockquote:first-of-type header p,
[epub|type~="z3998:poem"] header p,
blockquote.placard header p{
margin: 1em 0;
font-variant: small-caps;
}
#chapter-4 blockquote:first-of-type header + p{
text-align: center;
}
header p + p{
text-indent: 0;
}
#chapter-3 blockquote:first-of-type > p{
text-indent: 0;
}
blockquote.placard,
#chapter-3 blockquote:first-of-type{
border: 1px solid;
padding: 1em;
}
blockquote.placard > p{
text-indent: 0;
}
blockquote.placard > p:nth-child(2){
border-top: 1px solid;
padding-top: 1em;
}
[epub|type~="z3998:poem"] p{
text-align: initial;
text-indent: 0;
}
[epub|type~="z3998:poem"] p > span{
display: block;
padding-left: 1em;
text-indent: -1em;
}
[epub|type~="z3998:poem"] p > span + br{
display: none;
}
[epub|type~="z3998:poem"] p + p{
margin-top: 1em;
}
p span.i1{
padding-left: 2em;
text-indent: -1em;
}
[epub|type~="z3998:poem"] header p{
font-variant: small-caps;
}
table[epub|type~="z3998:drama"]{
border-collapse: collapse;
margin: 1em auto;
width: 100%;
}
[epub|type~="z3998:drama"] tr:first-child td{
padding-top: 0;
}
[epub|type~="z3998:drama"] tr:last-child td{
padding-bottom: 0;
}
[epub|type~="z3998:drama"] td{
padding: .5em;
vertical-align: top;
}
[epub|type~="z3998:drama"] td:last-child{
padding-right: 0;
}
[epub|type~="z3998:drama"] td:first-child{
padding-left: 0;
}
[epub|type~="z3998:drama"] td[epub|type~="z3998:persona"]{
hyphens: none;
-epub-hyphens: none;
text-align: right;
width: 20%;
font-variant: small-caps;
}
ul{
list-style: none;
} | src/epub/css/local.css | @charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
[epub|type~="dedication"] [epub|type~="se:name.person.full-name"]{
font-style: normal;
font-variant: small-caps;
}
[epub|type~="z3998:signature"]{
font-variant: small-caps;
}
[epub|type~="z3998:letter"] header{
text-align: initial;
}
[epub|type~="z3998:letter"] [epub|type~="z3998:poem"] header p{
text-align: center;
}
#chapter-9 [epub|type~="z3998:letter"] header p:first-of-type{
text-align: right;
}
footer{
margin-top: 1em;
text-align: right;
}
blockquote.sign{
border: 1px solid;
font-variant: small-caps;
padding: 1em;
text-align: center;
}
blockquote.sign p{
text-align: center;
text-indent: 0;
}
#chapter-5 blockquote.sign p + p{
border-top: 1px solid;
margin-top: .5em;
padding-top: .5em;
}
#chapter-5 blockquote:first-of-type{
text-transform: uppercase;
}
[epub|type~="dedication"] header p,
#chapter-3 blockquote:first-of-type header p,
#chapter-4 blockquote:first-of-type header p,
[epub|type~="z3998:poem"] header p,
blockquote.placard header p{
margin: 1em 0;
font-variant: small-caps;
}
#chapter-4 blockquote:first-of-type header + p{
text-align: center;
}
header p + p{
text-indent: 0;
}
#chapter-3 blockquote:first-of-type > p{
text-indent: 0;
}
blockquote.placard,
#chapter-3 blockquote:first-of-type{
border: 1px solid;
padding: 1em;
}
blockquote.placard > p{
text-indent: 0;
}
blockquote.placard > p:nth-child(2){
border-top: 1px solid;
padding-top: 1em;
}
[epub|type~="z3998:poem"] p{
text-align: initial;
text-indent: 0;
}
[epub|type~="z3998:poem"] p > span{
display: block;
padding-left: 1em;
text-indent: -1em;
}
[epub|type~="z3998:poem"] p > span + br{
display: none;
}
[epub|type~="z3998:poem"] p + p{
margin-top: 1em;
}
p span.i1{
padding-left: 2em;
text-indent: -1em;
}
[epub|type~="z3998:poem"] header p{
font-variant: small-caps;
}
table[epub|type~="z3998:drama"]{
border-collapse: collapse;
margin: 1em auto;
width: 100%;
}
[epub|type~="z3998:drama"] tr:first-child td{
padding-top: 0;
}
[epub|type~="z3998:drama"] tr:last-child td{
padding-bottom: 0;
}
[epub|type~="z3998:drama"] td{
padding: .5em;
vertical-align: top;
}
[epub|type~="z3998:drama"] td:last-child{
padding-right: 0;
}
[epub|type~="z3998:drama"] td:first-child{
padding-left: 0;
}
[epub|type~="z3998:drama"] td[epub|type~="z3998:persona"]{
hyphens: none;
-epub-hyphens: none;
text-align: right;
width: 20%;
font-variant: small-caps;
}
ul{
list-style: none;
} | 0.342791 | 0.169887 |
.display--none {
display: none !important;
}
@media print {
.display-print--none {
display: none !important;
}
}
.font-weight--light {
font-weight: 300 !important;
}
.font-weight--lighter {
font-weight: lighter !important;
}
.font-weight--normal {
font-weight: 400 !important;
}
.font-weight--bold {
font-weight: 700 !important;
}
.font-weight--bolder {
font-weight: bolder !important;
}
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-color_reset {
color: inherit !important;
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.vw-min-100 {
min-width: 100vw !important;
}
.vh-min-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
*,
*::before,
*::after {
-webkit-touch-callout: none;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
background-color: #fff;
color: #212121;
font-family: "JetBrains Mono", monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New";
font-size: 1rem;
margin: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
text-size-adjust: 100%;
}
pre {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
small {
font-size: 80%;
}
img {
border-style: none;
overflow: none;
max-width: 100%;
max-height: 100%;
vertical-align: middle;
object-fit: scale-down;
}
button,
input,
optgroup,
select,
textarea {
line-height: 1.15;
margin: 0;
font-family: inherit;
font-size: 100%;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
fieldset:disabled,
button:disabled {
pointer-events: none;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
[type=checkbox],
[type=radio] {
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-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
[hidden] {
display: none !important;
}
[disabled] {
pointer-events: none;
cursor: not-allowed;
-moz-opacity: 0.5;
opacity: 0.5;
filter: alpha(opacity=50);
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5rem;
font-weight: bold;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
position: relative;
width: 100%;
padding-right: 30px;
padding-left: 30px;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
order: -1;
}
.order-last {
order: 13;
}
.order-0 {
order: 0;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
.order-6 {
order: 6;
}
.order-7 {
order: 7;
}
.order-8 {
order: 8;
}
.order-9 {
order: 9;
}
.order-10 {
order: 10;
}
.order-11 {
order: 11;
}
.order-12 {
order: 12;
}
.offset-1 {
margin-left: 8.3333333333%;
}
.offset-2 {
margin-left: 16.6666666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.3333333333%;
}
.offset-5 {
margin-left: 41.6666666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.3333333333%;
}
.offset-8 {
margin-left: 66.6666666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.3333333333%;
}
.offset-11 {
margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
order: -1;
}
.order-sm-last {
order: 13;
}
.order-sm-0 {
order: 0;
}
.order-sm-1 {
order: 1;
}
.order-sm-2 {
order: 2;
}
.order-sm-3 {
order: 3;
}
.order-sm-4 {
order: 4;
}
.order-sm-5 {
order: 5;
}
.order-sm-6 {
order: 6;
}
.order-sm-7 {
order: 7;
}
.order-sm-8 {
order: 8;
}
.order-sm-9 {
order: 9;
}
.order-sm-10 {
order: 10;
}
.order-sm-11 {
order: 11;
}
.order-sm-12 {
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.3333333333%;
}
.offset-sm-2 {
margin-left: 16.6666666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.3333333333%;
}
.offset-sm-5 {
margin-left: 41.6666666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.3333333333%;
}
.offset-sm-8 {
margin-left: 66.6666666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.3333333333%;
}
.offset-sm-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
order: -1;
}
.order-md-last {
order: 13;
}
.order-md-0 {
order: 0;
}
.order-md-1 {
order: 1;
}
.order-md-2 {
order: 2;
}
.order-md-3 {
order: 3;
}
.order-md-4 {
order: 4;
}
.order-md-5 {
order: 5;
}
.order-md-6 {
order: 6;
}
.order-md-7 {
order: 7;
}
.order-md-8 {
order: 8;
}
.order-md-9 {
order: 9;
}
.order-md-10 {
order: 10;
}
.order-md-11 {
order: 11;
}
.order-md-12 {
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.3333333333%;
}
.offset-md-2 {
margin-left: 16.6666666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.3333333333%;
}
.offset-md-5 {
margin-left: 41.6666666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.3333333333%;
}
.offset-md-8 {
margin-left: 66.6666666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.3333333333%;
}
.offset-md-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
order: -1;
}
.order-lg-last {
order: 13;
}
.order-lg-0 {
order: 0;
}
.order-lg-1 {
order: 1;
}
.order-lg-2 {
order: 2;
}
.order-lg-3 {
order: 3;
}
.order-lg-4 {
order: 4;
}
.order-lg-5 {
order: 5;
}
.order-lg-6 {
order: 6;
}
.order-lg-7 {
order: 7;
}
.order-lg-8 {
order: 8;
}
.order-lg-9 {
order: 9;
}
.order-lg-10 {
order: 10;
}
.order-lg-11 {
order: 11;
}
.order-lg-12 {
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.3333333333%;
}
.offset-lg-2 {
margin-left: 16.6666666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.3333333333%;
}
.offset-lg-5 {
margin-left: 41.6666666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.3333333333%;
}
.offset-lg-8 {
margin-left: 66.6666666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.3333333333%;
}
.offset-lg-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
order: -1;
}
.order-xl-last {
order: 13;
}
.order-xl-0 {
order: 0;
}
.order-xl-1 {
order: 1;
}
.order-xl-2 {
order: 2;
}
.order-xl-3 {
order: 3;
}
.order-xl-4 {
order: 4;
}
.order-xl-5 {
order: 5;
}
.order-xl-6 {
order: 6;
}
.order-xl-7 {
order: 7;
}
.order-xl-8 {
order: 8;
}
.order-xl-9 {
order: 9;
}
.order-xl-10 {
order: 10;
}
.order-xl-11 {
order: 11;
}
.order-xl-12 {
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.3333333333%;
}
.offset-xl-2 {
margin-left: 16.6666666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.3333333333%;
}
.offset-xl-5 {
margin-left: 41.6666666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.3333333333%;
}
.offset-xl-8 {
margin-left: 66.6666666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.3333333333%;
}
.offset-xl-11 {
margin-left: 91.6666666667%;
}
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
}
.light {
--k19-background: white;
--k19-backgroundCard: black;
--k19-colorFont: black;
--k19-colorAccent: orange;
--k19-colorDivider: grey;
}
.dark {
--k19-background: #352b38;
--k19-backgroundCard: rgba(255, 255, 255, 0.781);
--k19-colorFont: white;
--k19-colorAccent: #aa19c3;
--k19-colorDivider: grey;
}
body {
background: var(--k19-background);
color: var(--k19-colorFont);
}
.card {
padding: 1em 1.8em;
margin: 1em;
background-color: var(--k19-backgroundCard);
color: white;
-webkit-transform: skew(2deg, 3deg);
-moz-transform: skew(2deg, 3deg);
-ms-transform: skew(2deg, 3deg);
transform: skew(2deg, 3deg);
-webkit-box-shadow: -10px 6px 0 var(--k19-colorAccent);
-moz-box-shadow: -10px 6px 0 var(--k19-colorAccent);
box-shadow: -10px 6px 0 var(--k19-colorAccent);
-webkit-transition: box-shadow 0.2s ease-in-out color 0.2s background 0.2s;
-moz-transition: box-shadow 0.2s ease-in-out color 0.2s background 0.2s;
-o-transition: box-shadow 0.2s ease-in-out color 0.2s background 0.2s;
transition: box-shadow 0.2s ease-in-out, color 0.2s, background 0.2s;
}
.dark .card {
color: black;
}
.card h1 {
margin-top: 0.3em;
}
@media only screen and (min-width: 1024px) {
.card-reverse, .card-3 {
margin-top: 10em;
-webkit-transform: skew(2deg, -8deg);
-moz-transform: skew(2deg, -8deg);
-ms-transform: skew(2deg, -8deg);
transform: skew(2deg, -8deg);
-webkit-box-shadow: 10px 16px 0 var(--k19-colorAccent);
-moz-box-shadow: 10px 16px 0 var(--k19-colorAccent);
box-shadow: 10px 16px 0 var(--k19-colorAccent);
}
.card-4 {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
.card-2 {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}
}
@media only screen and (max-width: 768px) {
.card-reverse-md, .card-1, .card-4 {
-webkit-transform: skew(-5deg, 3deg);
-moz-transform: skew(-5deg, 3deg);
-ms-transform: skew(-5deg, 3deg);
transform: skew(-5deg, 3deg);
-webkit-box-shadow: 10px 16px 0 var(--k19-colorAccent);
-moz-box-shadow: 10px 16px 0 var(--k19-colorAccent);
box-shadow: 10px 16px 0 var(--k19-colorAccent);
-webkit-transform-origin: 90% 40%;
-moz-transform-origin: 90% 40%;
-ms-transform-origin: 90% 40%;
transform-origin: 90% 40%;
margin-bottom: -0.5em;
}
}
header {
padding: 1em 1.8em;
background-color: var(--k19-backgroundCard);
color: white;
height: 150px;
margin-top: -100px;
margin-bottom: 20px;
text-align: center;
-webkit-transform: skew(0deg, 3deg);
-moz-transform: skew(0deg, 3deg);
-ms-transform: skew(0deg, 3deg);
transform: skew(0deg, 3deg);
-webkit-box-shadow: -10px 6px 0 var(--k19-colorAccent);
-moz-box-shadow: -10px 6px 0 var(--k19-colorAccent);
box-shadow: -10px 6px 0 var(--k19-colorAccent);
}
a {
text-decoration: none;
color: var(--k19-colorAccent);
-webkit-transition: box-shadow 0.2s ease-in-out;
-moz-transition: box-shadow 0.2s ease-in-out;
-o-transition: box-shadow 0.2s ease-in-out;
transition: box-shadow 0.2s ease-in-out;
}
a:hover, a:focus, a:active {
color: red;
}
/*# sourceMappingURL=styles.css.map */ | public/css/styles.css | .display--none {
display: none !important;
}
@media print {
.display-print--none {
display: none !important;
}
}
.font-weight--light {
font-weight: 300 !important;
}
.font-weight--lighter {
font-weight: lighter !important;
}
.font-weight--normal {
font-weight: 400 !important;
}
.font-weight--bold {
font-weight: 700 !important;
}
.font-weight--bolder {
font-weight: bolder !important;
}
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-color_reset {
color: inherit !important;
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.vw-min-100 {
min-width: 100vw !important;
}
.vh-min-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
*,
*::before,
*::after {
-webkit-touch-callout: none;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
background-color: #fff;
color: #212121;
font-family: "JetBrains Mono", monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New";
font-size: 1rem;
margin: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
text-size-adjust: 100%;
}
pre {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
small {
font-size: 80%;
}
img {
border-style: none;
overflow: none;
max-width: 100%;
max-height: 100%;
vertical-align: middle;
object-fit: scale-down;
}
button,
input,
optgroup,
select,
textarea {
line-height: 1.15;
margin: 0;
font-family: inherit;
font-size: 100%;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
fieldset:disabled,
button:disabled {
pointer-events: none;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
[type=checkbox],
[type=radio] {
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-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
[hidden] {
display: none !important;
}
[disabled] {
pointer-events: none;
cursor: not-allowed;
-moz-opacity: 0.5;
opacity: 0.5;
filter: alpha(opacity=50);
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5rem;
font-weight: bold;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
position: relative;
width: 100%;
padding-right: 30px;
padding-left: 30px;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
order: -1;
}
.order-last {
order: 13;
}
.order-0 {
order: 0;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
.order-6 {
order: 6;
}
.order-7 {
order: 7;
}
.order-8 {
order: 8;
}
.order-9 {
order: 9;
}
.order-10 {
order: 10;
}
.order-11 {
order: 11;
}
.order-12 {
order: 12;
}
.offset-1 {
margin-left: 8.3333333333%;
}
.offset-2 {
margin-left: 16.6666666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.3333333333%;
}
.offset-5 {
margin-left: 41.6666666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.3333333333%;
}
.offset-8 {
margin-left: 66.6666666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.3333333333%;
}
.offset-11 {
margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
order: -1;
}
.order-sm-last {
order: 13;
}
.order-sm-0 {
order: 0;
}
.order-sm-1 {
order: 1;
}
.order-sm-2 {
order: 2;
}
.order-sm-3 {
order: 3;
}
.order-sm-4 {
order: 4;
}
.order-sm-5 {
order: 5;
}
.order-sm-6 {
order: 6;
}
.order-sm-7 {
order: 7;
}
.order-sm-8 {
order: 8;
}
.order-sm-9 {
order: 9;
}
.order-sm-10 {
order: 10;
}
.order-sm-11 {
order: 11;
}
.order-sm-12 {
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.3333333333%;
}
.offset-sm-2 {
margin-left: 16.6666666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.3333333333%;
}
.offset-sm-5 {
margin-left: 41.6666666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.3333333333%;
}
.offset-sm-8 {
margin-left: 66.6666666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.3333333333%;
}
.offset-sm-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
order: -1;
}
.order-md-last {
order: 13;
}
.order-md-0 {
order: 0;
}
.order-md-1 {
order: 1;
}
.order-md-2 {
order: 2;
}
.order-md-3 {
order: 3;
}
.order-md-4 {
order: 4;
}
.order-md-5 {
order: 5;
}
.order-md-6 {
order: 6;
}
.order-md-7 {
order: 7;
}
.order-md-8 {
order: 8;
}
.order-md-9 {
order: 9;
}
.order-md-10 {
order: 10;
}
.order-md-11 {
order: 11;
}
.order-md-12 {
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.3333333333%;
}
.offset-md-2 {
margin-left: 16.6666666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.3333333333%;
}
.offset-md-5 {
margin-left: 41.6666666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.3333333333%;
}
.offset-md-8 {
margin-left: 66.6666666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.3333333333%;
}
.offset-md-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
order: -1;
}
.order-lg-last {
order: 13;
}
.order-lg-0 {
order: 0;
}
.order-lg-1 {
order: 1;
}
.order-lg-2 {
order: 2;
}
.order-lg-3 {
order: 3;
}
.order-lg-4 {
order: 4;
}
.order-lg-5 {
order: 5;
}
.order-lg-6 {
order: 6;
}
.order-lg-7 {
order: 7;
}
.order-lg-8 {
order: 8;
}
.order-lg-9 {
order: 9;
}
.order-lg-10 {
order: 10;
}
.order-lg-11 {
order: 11;
}
.order-lg-12 {
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.3333333333%;
}
.offset-lg-2 {
margin-left: 16.6666666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.3333333333%;
}
.offset-lg-5 {
margin-left: 41.6666666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.3333333333%;
}
.offset-lg-8 {
margin-left: 66.6666666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.3333333333%;
}
.offset-lg-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
order: -1;
}
.order-xl-last {
order: 13;
}
.order-xl-0 {
order: 0;
}
.order-xl-1 {
order: 1;
}
.order-xl-2 {
order: 2;
}
.order-xl-3 {
order: 3;
}
.order-xl-4 {
order: 4;
}
.order-xl-5 {
order: 5;
}
.order-xl-6 {
order: 6;
}
.order-xl-7 {
order: 7;
}
.order-xl-8 {
order: 8;
}
.order-xl-9 {
order: 9;
}
.order-xl-10 {
order: 10;
}
.order-xl-11 {
order: 11;
}
.order-xl-12 {
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.3333333333%;
}
.offset-xl-2 {
margin-left: 16.6666666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.3333333333%;
}
.offset-xl-5 {
margin-left: 41.6666666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.3333333333%;
}
.offset-xl-8 {
margin-left: 66.6666666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.3333333333%;
}
.offset-xl-11 {
margin-left: 91.6666666667%;
}
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
}
.light {
--k19-background: white;
--k19-backgroundCard: black;
--k19-colorFont: black;
--k19-colorAccent: orange;
--k19-colorDivider: grey;
}
.dark {
--k19-background: #352b38;
--k19-backgroundCard: rgba(255, 255, 255, 0.781);
--k19-colorFont: white;
--k19-colorAccent: #aa19c3;
--k19-colorDivider: grey;
}
body {
background: var(--k19-background);
color: var(--k19-colorFont);
}
.card {
padding: 1em 1.8em;
margin: 1em;
background-color: var(--k19-backgroundCard);
color: white;
-webkit-transform: skew(2deg, 3deg);
-moz-transform: skew(2deg, 3deg);
-ms-transform: skew(2deg, 3deg);
transform: skew(2deg, 3deg);
-webkit-box-shadow: -10px 6px 0 var(--k19-colorAccent);
-moz-box-shadow: -10px 6px 0 var(--k19-colorAccent);
box-shadow: -10px 6px 0 var(--k19-colorAccent);
-webkit-transition: box-shadow 0.2s ease-in-out color 0.2s background 0.2s;
-moz-transition: box-shadow 0.2s ease-in-out color 0.2s background 0.2s;
-o-transition: box-shadow 0.2s ease-in-out color 0.2s background 0.2s;
transition: box-shadow 0.2s ease-in-out, color 0.2s, background 0.2s;
}
.dark .card {
color: black;
}
.card h1 {
margin-top: 0.3em;
}
@media only screen and (min-width: 1024px) {
.card-reverse, .card-3 {
margin-top: 10em;
-webkit-transform: skew(2deg, -8deg);
-moz-transform: skew(2deg, -8deg);
-ms-transform: skew(2deg, -8deg);
transform: skew(2deg, -8deg);
-webkit-box-shadow: 10px 16px 0 var(--k19-colorAccent);
-moz-box-shadow: 10px 16px 0 var(--k19-colorAccent);
box-shadow: 10px 16px 0 var(--k19-colorAccent);
}
.card-4 {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
.card-2 {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}
}
@media only screen and (max-width: 768px) {
.card-reverse-md, .card-1, .card-4 {
-webkit-transform: skew(-5deg, 3deg);
-moz-transform: skew(-5deg, 3deg);
-ms-transform: skew(-5deg, 3deg);
transform: skew(-5deg, 3deg);
-webkit-box-shadow: 10px 16px 0 var(--k19-colorAccent);
-moz-box-shadow: 10px 16px 0 var(--k19-colorAccent);
box-shadow: 10px 16px 0 var(--k19-colorAccent);
-webkit-transform-origin: 90% 40%;
-moz-transform-origin: 90% 40%;
-ms-transform-origin: 90% 40%;
transform-origin: 90% 40%;
margin-bottom: -0.5em;
}
}
header {
padding: 1em 1.8em;
background-color: var(--k19-backgroundCard);
color: white;
height: 150px;
margin-top: -100px;
margin-bottom: 20px;
text-align: center;
-webkit-transform: skew(0deg, 3deg);
-moz-transform: skew(0deg, 3deg);
-ms-transform: skew(0deg, 3deg);
transform: skew(0deg, 3deg);
-webkit-box-shadow: -10px 6px 0 var(--k19-colorAccent);
-moz-box-shadow: -10px 6px 0 var(--k19-colorAccent);
box-shadow: -10px 6px 0 var(--k19-colorAccent);
}
a {
text-decoration: none;
color: var(--k19-colorAccent);
-webkit-transition: box-shadow 0.2s ease-in-out;
-moz-transition: box-shadow 0.2s ease-in-out;
-o-transition: box-shadow 0.2s ease-in-out;
transition: box-shadow 0.2s ease-in-out;
}
a:hover, a:focus, a:active {
color: red;
}
/*# sourceMappingURL=styles.css.map */ | 0.398055 | 0.064359 |
@font-face {
font-family: 'template';
src: url('fonts/template.eot');
src: url('fonts/template.eot#iefix') format('embedded-opentype'),
url('fonts/template.ttf') format('truetype'),
url('fonts/template.woff') format('woff'),
url('fonts/template.svg#template') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="template-"]::before, [class*=" template-"]::before,
[class^="template-"]::after, [class*=" template-"]::after {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'template';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.template-display::before {
content: "\41";
}
.template-clock::before {
content: "\7a";
}
.template-tick-3::before {
content: "\79";
}
.template-tick-1::before {
content: "\77";
}
.template-tick-2::before {
content: "\78";
}
.template-quote::before {
content: "\71";
}
.template-folder::before {
content: "\6f";
}
.template-tag::before {
content: "\70";
}
.template-cart::before {
content: "\72";
}
.template-search::before {
content: "\73";
}
.template-email::before {
content: "\75";
}
.template-mobile::before {
content: "\76";
}
.template-location::before {
content: "\74";
}
.template-plus-large::before {
content: "\6a";
}
.template-close-large::before {
content: "\6c";
}
.template-minus-large::before {
content: "\6b";
}
.template-arrow-vertical::before {
content: "\62";
}
.template-arrow-horizontal::before {
content: "\61";
}
.template-minus::before {
content: "\68";
}
.template-plus::before {
content: "\67";
}
.template-close::before {
content: "\69";
}
.template-menu::before {
content: "\6d";
}
.template-comment::before {
content: "\6e";
}
.template-arrow-horizontal-2::before {
content: "\63";
}
.template-arrow-horizontal-2-after::after {
content: "\63";
}
.template-arrow-vertical-2::before {
content: "\64";
}
.template-arrow-horizontal-3::before {
content: "\65";
}
.template-arrow-vertical-3::before {
content: "\66";
} | fonts/template/style.css | @font-face {
font-family: 'template';
src: url('fonts/template.eot');
src: url('fonts/template.eot#iefix') format('embedded-opentype'),
url('fonts/template.ttf') format('truetype'),
url('fonts/template.woff') format('woff'),
url('fonts/template.svg#template') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="template-"]::before, [class*=" template-"]::before,
[class^="template-"]::after, [class*=" template-"]::after {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'template';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.template-display::before {
content: "\41";
}
.template-clock::before {
content: "\7a";
}
.template-tick-3::before {
content: "\79";
}
.template-tick-1::before {
content: "\77";
}
.template-tick-2::before {
content: "\78";
}
.template-quote::before {
content: "\71";
}
.template-folder::before {
content: "\6f";
}
.template-tag::before {
content: "\70";
}
.template-cart::before {
content: "\72";
}
.template-search::before {
content: "\73";
}
.template-email::before {
content: "\75";
}
.template-mobile::before {
content: "\76";
}
.template-location::before {
content: "\74";
}
.template-plus-large::before {
content: "\6a";
}
.template-close-large::before {
content: "\6c";
}
.template-minus-large::before {
content: "\6b";
}
.template-arrow-vertical::before {
content: "\62";
}
.template-arrow-horizontal::before {
content: "\61";
}
.template-minus::before {
content: "\68";
}
.template-plus::before {
content: "\67";
}
.template-close::before {
content: "\69";
}
.template-menu::before {
content: "\6d";
}
.template-comment::before {
content: "\6e";
}
.template-arrow-horizontal-2::before {
content: "\63";
}
.template-arrow-horizontal-2-after::after {
content: "\63";
}
.template-arrow-vertical-2::before {
content: "\64";
}
.template-arrow-horizontal-3::before {
content: "\65";
}
.template-arrow-vertical-3::before {
content: "\66";
} | 0.336985 | 0.077483 |