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 |
|---|---|---|---|---|
.search-consulting-widget{
margin-top: 20px;
}
.disabled {
pointer-events: none;
cursor: default;
opacity: 0.3!important;
}
.alert-success {
position: absolute;
width: 100%;
text-align: center;
font-size: 20px;
z-index: 99;
background: #1c760c!important;
color: #fff!important;
}
.field-company-descr{
width: calc(100% - 165px);
}
.ya-share2__list_direction_horizontal{
list-style-type: none;
padding: 0;
}
.ya-share2__item{
display: block;
width: 35px;
height: 35px;
text-align: center;
line-height: 22px;
margin-bottom: 7px;
margin-top: 0;
}
.ya-share2__item_service_facebook a{
background: #365aa4 url(../theme/portal-donbassa/img/soc/fb.png) no-repeat 50% 50%;
background-size: 65%;
}
.ya-share2__item_service_vkontakte a{
background: #527498 url(../theme/portal-donbassa/img/soc/vk.png) no-repeat 50% 50%;
background-size: 65%;
}
.ya-share2__item_service_odnoklassniki a{
background: #ff8304 url(../theme/portal-donbassa/img/soc/ok-icon.png) no-repeat 50% 50%;
background-size: 34%;
}
.ya-share2__item_service_gplus a{
background: #d6492f url(../theme/portal-donbassa/img/soc/google-icon.png) no-repeat 50% 50%;
background-size: 59%;
}
.ya-share2__item_service_pinterest a{
background: #d50c22 url(../theme/portal-donbassa/img/soc/pinter-icon.png) no-repeat 50% 50%;
background-size: 59%;
}
.ya-share2__item_service_twitter a{
background: #1ab2e8 url(../theme/portal-donbassa/img/soc/twi-icon.png) no-repeat 50% 50%;
background-size: 59%;
}
.ya-share2__item_service_linkedin a{
background: #0084bf url(../theme/portal-donbassa/img/soc/in-f.png) no-repeat 50% 50%;
background-size: 59%;
}
.ya-share2__item_service_lj a{
background: #09C url(../theme/portal-donbassa/img/soc/livejournal-f.png) no-repeat 50% 50%;
background-size: 59%;
}
.ya-share2__item_service_telegram a{
background: #179cde url(../theme/portal-donbassa/img/soc/telegram-f.png) no-repeat 50% 50%;
background-size: 59%;
}
span.feedback_error {
display: block;
text-align: center;
color: red;
font-size: 18px;
}
.alert-warning {
background-color: #fcf8e3!important;
border-color: #faebcc!important;
color: #8a6d3b!important;
}
#more-company-box{
float: left;
}
.row-soc-text {
width: 100%;
text-align: center;
display: inline-block;
}
.soc {
float: left;
display: inline-block;
width: 100%;
text-align: center;
}
.soc ul {
display: block;
width: 100%;
padding-left: 0;
list-style-type: none;
}
.soc ul li {
display: inline-block;
float: none;
margin: 0;
}
.soc ul li a {
position: relative;
display: block;
margin-left: 10px;
width: auto;
height: 30px;
border-radius: 50%;
background-color: #fff;
text-align: center;
line-height: 25px;
}
.journal_item{
width: 23%;
float: left;
position: relative;
height: 225px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid transparent;
margin:0.5%;
}
.journal_item .thumb {
height: 218px;
overflow: hidden;
}
.journal_item .thumb img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.journal_item .content-row {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 2;
}
.journal_item .content-row .comments-icon, .news__wrap_item-sm-hot .content-row .view-icon {
width: 19px;
height: 13px;
display: block;
background-repeat: no-repeat;
-webkit-background-size: contain;
background-size: contain;
float: left;
margin-right: 5px;
margin-top: 2px;
}
.journal_item .hover-wrap h2 {
margin: 0;
color: #fbfafa;
font-size: 16px;
font-weight: 700;
text-align: left;
position: absolute;
left: 20px;
width: 90%;
display: -webkit-box;
bottom: 30px;
line-height: 1.4;
height: 89.6px;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transition: all .4s linear;
-o-transition: all .4s linear;
transition: all .4s linear;
}
.journal_item .hover-wrap {
display: inline-block;
position: absolute;
left: 0;
height: 218px;
width: 100%;
top: 0;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid #fff;
}
.journal_item .content-row span:last-of-type {
float: right;
text-align: right;
}
.journal_item:hover .hover-wrap h2 {
-webkit-transition: all .4s linear;
-o-transition: all .4s linear;
transition: all .4s linear;
color: #ee2e24;
}
.journal_item:hover {
border: 2px solid #b2b2b2;
}
.social-networks {
flex-wrap: wrap;
}
@media (max-width: 1024px) {
.journal_item {
width: 31%;
margin: 1.16667%;
}
} | frontend/web/css/raw/site.css | .search-consulting-widget{
margin-top: 20px;
}
.disabled {
pointer-events: none;
cursor: default;
opacity: 0.3!important;
}
.alert-success {
position: absolute;
width: 100%;
text-align: center;
font-size: 20px;
z-index: 99;
background: #1c760c!important;
color: #fff!important;
}
.field-company-descr{
width: calc(100% - 165px);
}
.ya-share2__list_direction_horizontal{
list-style-type: none;
padding: 0;
}
.ya-share2__item{
display: block;
width: 35px;
height: 35px;
text-align: center;
line-height: 22px;
margin-bottom: 7px;
margin-top: 0;
}
.ya-share2__item_service_facebook a{
background: #365aa4 url(../theme/portal-donbassa/img/soc/fb.png) no-repeat 50% 50%;
background-size: 65%;
}
.ya-share2__item_service_vkontakte a{
background: #527498 url(../theme/portal-donbassa/img/soc/vk.png) no-repeat 50% 50%;
background-size: 65%;
}
.ya-share2__item_service_odnoklassniki a{
background: #ff8304 url(../theme/portal-donbassa/img/soc/ok-icon.png) no-repeat 50% 50%;
background-size: 34%;
}
.ya-share2__item_service_gplus a{
background: #d6492f url(../theme/portal-donbassa/img/soc/google-icon.png) no-repeat 50% 50%;
background-size: 59%;
}
.ya-share2__item_service_pinterest a{
background: #d50c22 url(../theme/portal-donbassa/img/soc/pinter-icon.png) no-repeat 50% 50%;
background-size: 59%;
}
.ya-share2__item_service_twitter a{
background: #1ab2e8 url(../theme/portal-donbassa/img/soc/twi-icon.png) no-repeat 50% 50%;
background-size: 59%;
}
.ya-share2__item_service_linkedin a{
background: #0084bf url(../theme/portal-donbassa/img/soc/in-f.png) no-repeat 50% 50%;
background-size: 59%;
}
.ya-share2__item_service_lj a{
background: #09C url(../theme/portal-donbassa/img/soc/livejournal-f.png) no-repeat 50% 50%;
background-size: 59%;
}
.ya-share2__item_service_telegram a{
background: #179cde url(../theme/portal-donbassa/img/soc/telegram-f.png) no-repeat 50% 50%;
background-size: 59%;
}
span.feedback_error {
display: block;
text-align: center;
color: red;
font-size: 18px;
}
.alert-warning {
background-color: #fcf8e3!important;
border-color: #faebcc!important;
color: #8a6d3b!important;
}
#more-company-box{
float: left;
}
.row-soc-text {
width: 100%;
text-align: center;
display: inline-block;
}
.soc {
float: left;
display: inline-block;
width: 100%;
text-align: center;
}
.soc ul {
display: block;
width: 100%;
padding-left: 0;
list-style-type: none;
}
.soc ul li {
display: inline-block;
float: none;
margin: 0;
}
.soc ul li a {
position: relative;
display: block;
margin-left: 10px;
width: auto;
height: 30px;
border-radius: 50%;
background-color: #fff;
text-align: center;
line-height: 25px;
}
.journal_item{
width: 23%;
float: left;
position: relative;
height: 225px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid transparent;
margin:0.5%;
}
.journal_item .thumb {
height: 218px;
overflow: hidden;
}
.journal_item .thumb img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.journal_item .content-row {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 2;
}
.journal_item .content-row .comments-icon, .news__wrap_item-sm-hot .content-row .view-icon {
width: 19px;
height: 13px;
display: block;
background-repeat: no-repeat;
-webkit-background-size: contain;
background-size: contain;
float: left;
margin-right: 5px;
margin-top: 2px;
}
.journal_item .hover-wrap h2 {
margin: 0;
color: #fbfafa;
font-size: 16px;
font-weight: 700;
text-align: left;
position: absolute;
left: 20px;
width: 90%;
display: -webkit-box;
bottom: 30px;
line-height: 1.4;
height: 89.6px;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transition: all .4s linear;
-o-transition: all .4s linear;
transition: all .4s linear;
}
.journal_item .hover-wrap {
display: inline-block;
position: absolute;
left: 0;
height: 218px;
width: 100%;
top: 0;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid #fff;
}
.journal_item .content-row span:last-of-type {
float: right;
text-align: right;
}
.journal_item:hover .hover-wrap h2 {
-webkit-transition: all .4s linear;
-o-transition: all .4s linear;
transition: all .4s linear;
color: #ee2e24;
}
.journal_item:hover {
border: 2px solid #b2b2b2;
}
.social-networks {
flex-wrap: wrap;
}
@media (max-width: 1024px) {
.journal_item {
width: 31%;
margin: 1.16667%;
}
} | 0.435902 | 0.067332 |
body {
background: #fafafa;
color: #081118;
font-family: Molengo, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 15px;}
.stripes {
background: #de7a22 repeating-linear-gradient(
45deg,
#de7a22 -20px,
#de7a22 110px,
#20948b 110px,
#20948b 260px
);}
.bow-tie-container {
background: url('/image/bow-tie-cutout.png');
height: 100%;
width: 100%;}
.portfolio-container a {
color: #7b9465;
text-decoration: none;}
.portfolio-container a:hover {
border-bottom: 1px solid;
color: #9abca4;}
.portfolio-container {
margin: 0 auto;
width: 850px;}
.portfolio-container .header {
border-bottom: 1px solid #14414f;
padding: 10px 5px 0;}
.portfolio-container .header h3 {
float: left;
font-size: 1.5em;
font-weight: normal;
margin: 0;}
.portfolio-container .header h3 a {
color: inherit;}
.portfolio-container .header h3 a:hover {
border-bottom: none;
color: inherit;}
.portfolio-container .header ul {
float: right;
margin: 0;
padding: 7px 0 0;}
.portfolio-container .header li {
display: inline;
padding: 0 0 0 10px;}
.portfolio-container .header::after {
clear: both;
content: " ";
display: block;}
.portfolio-container .window {
line-height: 1.5em;
padding-top: 50px;}
.portfolio-container .window::after {
clear: both;
content: ' ';
display: block;}
.portfolio-container .window h1 {
color: #14414f;
font-size: 3.7em;
font-weight: normal;
line-height: .8em;
margin: 0 0 20px;
padding: 0;}
.portfolio-container #jake-picture {
border: 1px solid #14414f;
float: right;}
.portfolio-container .introduction {
margin-right: 200px;}
.portfolio-container .introduction p {
margin-bottom: 15px;}
.portfolio-container .introduction ul {
list-style: inherit;
padding-left: 30px;}
.portfolio-container .projects h2 {
font-size: 1.5em;
margin: 30px 0 5px;}
.portfolio-container .projects p {
margin-bottom: 10px;}
.portfolio-container .resume hr {
border: solid #f0f0f0;
border-width: 1px 0 0;}
.portfolio-container .resume .contact-card {
background: white;
border 1px solid #f0f0f0;
float: left;
margin: 0 5px;
padding: 7px 7px 10px;
width: 250px;}
.portfolio-container .resume .contact-card img {
border: 1px solid #f0f0f0;}
.portfolio-container .resume .contact-card h2,
.portfolio-container .resume .contact-card h3 {
text-align: center;}
.portfolio-container .resume .contact-card h2 {
font-size: 1.7em;
font-weight: bold;
margin-top: 15px;}
.portfolio-container .resume .contact-card h3 {
margin-top: 9px;}
.portfolio-container .resume .contact-card ul {
font-size: .8em;}
.portfolio-container .resume .contact-card ul.contact-methods {
list-style: inherit;
padding-left: 25px;}
.portfolio-container .resume .contact-card ul.profiles {
text-align: center;}
.portfolio-container .resume .contact-card ul.profiles li {
display: inline;
padding: 0 5px;}
.portfolio-container .resume .main-pane {
background: white;
border: 1px solid #f0f0f0;
font-size: .9em;
line-height: 1.7em;
margin-left: 270px;
padding: 15px 10px 5px;}
.portfolio-container .resume .main-pane h1 {
font-size: 2.4em;
margin-bottom: 0;}
.portfolio-container .resume .main-pane > div {
border-top: 1px solid #f0f0f0;
margin-top: 10px;
padding: 20px 0 15px;}
.portfolio-container .resume .main-pane h2 {
color: #14414f;
font-size: 1.2em;
margin-bottom: 5px;}
.portfolio-container .resume .work-block > div {
margin-bottom: 15px;}
.portfolio-container .resume .work-block > div:last-child {
margin-bottom: 0;}
.portfolio-container .resume .work-block .role {
font-size: 1.1em;}
.portfolio-container .resume .work-block .job-title {
font-weight: bold;}
.portfolio-container .resume .work-block .summary {
margin-top: 5px;}
.portfolio-container .resume .work-block ul.highlights {
font-size: .9em;
list-style: inherit;
margin-top: 5px;
padding-left: 15px;}
.portfolio-container .resume .skills-block .skill-level {
font-size: .9em;
font-style: italic;}
.portfolio-container .resume .skills-block dd {
font-size: .9em;
margin-bottom: 5px;}
.portfolio-container .resume .skills-block dd:last-child {
margin-bottom: 0;}
.portfolio-container .resume .skills-block dd li {
display: inline;
padding: 0 4px;}
.portfolio-container .resume .education-block .role .degree {
display: block;
font-weight: bold;}
.portfolio-container .resume .awards-block .awards-title {
display: block;
font-weight: bold;}
.portfolio-container .resume .awards-block .summary {
display: block;}
.portfolio-container .resume .interests-block dd {
font-size: .9em;
margin-bottom: 5px;}
.portfolio-container .resume .interests-block dd:last-child {
margin-bottom: 0;}
.portfolio-container .resume .interests-block dd li {
display: inline;
padding: 0 4px;}
.portfolio-container .contact {
float: left;
width: 500px;}
.portfolio-container .contact form {
margin: 20px 5px 0;}
.portfolio-container .contact li {
margin-top: 15px;}
.portfolio-container .contact li:first-child {
margin-top: 0;}
.portfolio-container .contact label {
display: block;
width: 250px;}
.portfolio-container .contact input,
.portfolio-container .contact textarea {
border: 1px #9abca4 solid;
font-size: 1.2em;
padding: 2px 2px 0;}
.portfolio-container .contact .error input,
.portfolio-container .contact .error textarea {
border-color: #c22e54;}
.portfolio-container .contact input {
width: 250px;}
.portfolio-container .contact textarea {
height: 80px;
width: 400px;}
.portfolio-container .contact input[type="submit"] {
background-color: #9abca4;
color: white;
font-size: 1.5em;
padding: 10px 60px;
width: auto;}
.portfolio-container .contact input[type="submit"]:hover {
background-color: #7b9465;}
.portfolio-container .contact .success-message {
font-size: 1.1em;
margin-bottom: 20px;
padding: 2px 5px;}
.portfolio-container .contact .error-message {
color: #c22e54;
float: right;
font-size: .9em;
text-align: right;}
.portfolio-container .sidebar {
background: #e0e0e0;
margin: 50px 0 0 550px;
padding: 30px 20px 10px}
.portfolio-container .sidebar h3 {
font-size: 1.5em;}
.portfolio-container .sidebar p {
font-size: .9em;
margin-top: 15px;}
.portfolio-container .sidebar ul {
list-style: inherit;
margin: 10px 5px;
padding-left: 15px;}
.portfolio-container .sidebar a .description {
font-size: .8em;
font-style: italic;}
.bottom {
border-top: 1px solid #14414f;
font-size: .7em;
margin-top: 80px;
padding: 20px 0 30px;}
.bottom #site-links {
float: left;
width: 45%;}
.bottom #activity-feed {
margin-left: 55%;}
.bottom #site-links h4,
.bottom #activity-feed h4 {
font-size: 1.6em;
font-weight: normal;
margin: 0 0 10px;}
.bottom #site-links ul,
.bottom #activity-feed ul {
list-style: inherit;
padding-left: 20px;}
.bottom #site-links ul {
font-size: 1.2em;}
.bottom #activity-feed ul {
padding-right: 5px;}
.bottom #site-links li,
.bottom #activity-feed li {
margin-bottom: 6px;}
.bottom #site-links a {
border-bottom-style: none;}
.bottom #site-links a:hover {
border-bottom-style: solid;}
.bottom #site-links a .title {
border-bottom: 1px dotted;}
.bottom #site-links a:hover .title {
border-bottom-style: none;}
.bottom #site-links a .description {
font-size: .9em;
font-style: italic;
padding-left: 3px;}
.bottom #activity-feed .meta {
display: block;
font-style: italic;
margin-right: 10px;
text-align: right;}
.bottom #activity-feed .read-more {
float: right;}
#footer {
color: #1f1b29;
margin: 20px 0 200px;
padding-left: 200px;
text-align: center;
width: 650px;}
#footer p {
border-top: 1px solid;
padding-top: 10px;}
#footer ul {
margin-top: 8px;}
#footer li {
display: inline-block;
margin: 0 10px;}
@media all and (max-width: 860px) {
.portfolio-container {
margin: 0 10px;
width: auto;}
.portfolio-container .window h1 {
font-size: 3em;}
.portfolio-container .introduction {
margin-right: 0;}
.portfolio-container #jake-picture {
margin: 0 0 5px 10px;}
.portfolio-container .resume .contact-card {
width: 225px;}
.portfolio-container .resume .main-pane {
margin-left: 240px;}
.portfolio-container .resume .contact-card ul.contact-methods {
padding-left: 20px;}
.portfolio-container .contact {
width: 55%;}
.portfolio-container .contact textarea {
max-width: 400px;
width: 100%;}
.portfolio-container .sidebar {
margin-left: 60%;}
#footer {
margin: 20px auto 150px;
padding-left: 0;
width: auto;}
}
@media all and (max-width: 700px) {
.portfolio-container {
font-size: .9em;}
.portfolio-container .window {
padding-top: 40px;}
.portfolio-container .window h1 {
font-size: 2.5em;}
.portfolio-container .window h2 {
font-size: 1.2em;}
.portfolio-container #jake-picture {
height: auto;
max-width: 150px;}
.portfolio-container .resume .contact-card {
border: 1px solid #f0f0f0;
float: none;
margin: 0 0 10px;
width: auto;}
.portfolio-container .resume .contact-card img {
float: left;
width: 200px;}
.portfolio-container .resume .contact-card .contact-content {
margin-left: 210px;}
.portfolio-container .resume .main-pane {
margin-left: 0;}
.portfolio-container .contact {
float: none;
width: auto;}
.portfolio-container .contact input[type=submit] {
font-size: 1.2em;
padding: 8px 40px;}
.portfolio-container .sidebar {
margin-left: 0;
padding-top: 20px;}
.portfolio-container .sidebar h3 {
font-size: 1.2em;}
.bottom {
margin-top: 50px;}
.bottom #site-links {
float: none;
width: auto;}
.bottom #activity-feed {
margin: 30px 0 0 0;}
#footer {
margin: 20px auto 150px;
padding-left: 0;
width: auto;}
}
@media all and (max-width: 525px) {
.portfolio-container .header h3 {
float: none;}
.portfolio-container .header ul {
float: none;}
.portfolio-container .header li {
padding: 0 10px 0 0;}
.portfolio-container .window {
padding-top: 30px;}
.portfolio-container .window h1 {
font-size: 1.7em;
margin-bottom: 10px;}
.portfolio-container #jake-picture {
height: auto;
max-width: 100px;}
.portfolio-container .introduction {
margin-right: 0;}
.portfolio-container .resume .main-pane h1 {
font-size: 1.6em;}
.portfolio-container .resume .contact-card img {
float: left;
width: 140px;}
.portfolio-container .resume .contact-card .contact-content {
margin-left: 150px;}
} | public/css/portfolio.css | body {
background: #fafafa;
color: #081118;
font-family: Molengo, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 15px;}
.stripes {
background: #de7a22 repeating-linear-gradient(
45deg,
#de7a22 -20px,
#de7a22 110px,
#20948b 110px,
#20948b 260px
);}
.bow-tie-container {
background: url('/image/bow-tie-cutout.png');
height: 100%;
width: 100%;}
.portfolio-container a {
color: #7b9465;
text-decoration: none;}
.portfolio-container a:hover {
border-bottom: 1px solid;
color: #9abca4;}
.portfolio-container {
margin: 0 auto;
width: 850px;}
.portfolio-container .header {
border-bottom: 1px solid #14414f;
padding: 10px 5px 0;}
.portfolio-container .header h3 {
float: left;
font-size: 1.5em;
font-weight: normal;
margin: 0;}
.portfolio-container .header h3 a {
color: inherit;}
.portfolio-container .header h3 a:hover {
border-bottom: none;
color: inherit;}
.portfolio-container .header ul {
float: right;
margin: 0;
padding: 7px 0 0;}
.portfolio-container .header li {
display: inline;
padding: 0 0 0 10px;}
.portfolio-container .header::after {
clear: both;
content: " ";
display: block;}
.portfolio-container .window {
line-height: 1.5em;
padding-top: 50px;}
.portfolio-container .window::after {
clear: both;
content: ' ';
display: block;}
.portfolio-container .window h1 {
color: #14414f;
font-size: 3.7em;
font-weight: normal;
line-height: .8em;
margin: 0 0 20px;
padding: 0;}
.portfolio-container #jake-picture {
border: 1px solid #14414f;
float: right;}
.portfolio-container .introduction {
margin-right: 200px;}
.portfolio-container .introduction p {
margin-bottom: 15px;}
.portfolio-container .introduction ul {
list-style: inherit;
padding-left: 30px;}
.portfolio-container .projects h2 {
font-size: 1.5em;
margin: 30px 0 5px;}
.portfolio-container .projects p {
margin-bottom: 10px;}
.portfolio-container .resume hr {
border: solid #f0f0f0;
border-width: 1px 0 0;}
.portfolio-container .resume .contact-card {
background: white;
border 1px solid #f0f0f0;
float: left;
margin: 0 5px;
padding: 7px 7px 10px;
width: 250px;}
.portfolio-container .resume .contact-card img {
border: 1px solid #f0f0f0;}
.portfolio-container .resume .contact-card h2,
.portfolio-container .resume .contact-card h3 {
text-align: center;}
.portfolio-container .resume .contact-card h2 {
font-size: 1.7em;
font-weight: bold;
margin-top: 15px;}
.portfolio-container .resume .contact-card h3 {
margin-top: 9px;}
.portfolio-container .resume .contact-card ul {
font-size: .8em;}
.portfolio-container .resume .contact-card ul.contact-methods {
list-style: inherit;
padding-left: 25px;}
.portfolio-container .resume .contact-card ul.profiles {
text-align: center;}
.portfolio-container .resume .contact-card ul.profiles li {
display: inline;
padding: 0 5px;}
.portfolio-container .resume .main-pane {
background: white;
border: 1px solid #f0f0f0;
font-size: .9em;
line-height: 1.7em;
margin-left: 270px;
padding: 15px 10px 5px;}
.portfolio-container .resume .main-pane h1 {
font-size: 2.4em;
margin-bottom: 0;}
.portfolio-container .resume .main-pane > div {
border-top: 1px solid #f0f0f0;
margin-top: 10px;
padding: 20px 0 15px;}
.portfolio-container .resume .main-pane h2 {
color: #14414f;
font-size: 1.2em;
margin-bottom: 5px;}
.portfolio-container .resume .work-block > div {
margin-bottom: 15px;}
.portfolio-container .resume .work-block > div:last-child {
margin-bottom: 0;}
.portfolio-container .resume .work-block .role {
font-size: 1.1em;}
.portfolio-container .resume .work-block .job-title {
font-weight: bold;}
.portfolio-container .resume .work-block .summary {
margin-top: 5px;}
.portfolio-container .resume .work-block ul.highlights {
font-size: .9em;
list-style: inherit;
margin-top: 5px;
padding-left: 15px;}
.portfolio-container .resume .skills-block .skill-level {
font-size: .9em;
font-style: italic;}
.portfolio-container .resume .skills-block dd {
font-size: .9em;
margin-bottom: 5px;}
.portfolio-container .resume .skills-block dd:last-child {
margin-bottom: 0;}
.portfolio-container .resume .skills-block dd li {
display: inline;
padding: 0 4px;}
.portfolio-container .resume .education-block .role .degree {
display: block;
font-weight: bold;}
.portfolio-container .resume .awards-block .awards-title {
display: block;
font-weight: bold;}
.portfolio-container .resume .awards-block .summary {
display: block;}
.portfolio-container .resume .interests-block dd {
font-size: .9em;
margin-bottom: 5px;}
.portfolio-container .resume .interests-block dd:last-child {
margin-bottom: 0;}
.portfolio-container .resume .interests-block dd li {
display: inline;
padding: 0 4px;}
.portfolio-container .contact {
float: left;
width: 500px;}
.portfolio-container .contact form {
margin: 20px 5px 0;}
.portfolio-container .contact li {
margin-top: 15px;}
.portfolio-container .contact li:first-child {
margin-top: 0;}
.portfolio-container .contact label {
display: block;
width: 250px;}
.portfolio-container .contact input,
.portfolio-container .contact textarea {
border: 1px #9abca4 solid;
font-size: 1.2em;
padding: 2px 2px 0;}
.portfolio-container .contact .error input,
.portfolio-container .contact .error textarea {
border-color: #c22e54;}
.portfolio-container .contact input {
width: 250px;}
.portfolio-container .contact textarea {
height: 80px;
width: 400px;}
.portfolio-container .contact input[type="submit"] {
background-color: #9abca4;
color: white;
font-size: 1.5em;
padding: 10px 60px;
width: auto;}
.portfolio-container .contact input[type="submit"]:hover {
background-color: #7b9465;}
.portfolio-container .contact .success-message {
font-size: 1.1em;
margin-bottom: 20px;
padding: 2px 5px;}
.portfolio-container .contact .error-message {
color: #c22e54;
float: right;
font-size: .9em;
text-align: right;}
.portfolio-container .sidebar {
background: #e0e0e0;
margin: 50px 0 0 550px;
padding: 30px 20px 10px}
.portfolio-container .sidebar h3 {
font-size: 1.5em;}
.portfolio-container .sidebar p {
font-size: .9em;
margin-top: 15px;}
.portfolio-container .sidebar ul {
list-style: inherit;
margin: 10px 5px;
padding-left: 15px;}
.portfolio-container .sidebar a .description {
font-size: .8em;
font-style: italic;}
.bottom {
border-top: 1px solid #14414f;
font-size: .7em;
margin-top: 80px;
padding: 20px 0 30px;}
.bottom #site-links {
float: left;
width: 45%;}
.bottom #activity-feed {
margin-left: 55%;}
.bottom #site-links h4,
.bottom #activity-feed h4 {
font-size: 1.6em;
font-weight: normal;
margin: 0 0 10px;}
.bottom #site-links ul,
.bottom #activity-feed ul {
list-style: inherit;
padding-left: 20px;}
.bottom #site-links ul {
font-size: 1.2em;}
.bottom #activity-feed ul {
padding-right: 5px;}
.bottom #site-links li,
.bottom #activity-feed li {
margin-bottom: 6px;}
.bottom #site-links a {
border-bottom-style: none;}
.bottom #site-links a:hover {
border-bottom-style: solid;}
.bottom #site-links a .title {
border-bottom: 1px dotted;}
.bottom #site-links a:hover .title {
border-bottom-style: none;}
.bottom #site-links a .description {
font-size: .9em;
font-style: italic;
padding-left: 3px;}
.bottom #activity-feed .meta {
display: block;
font-style: italic;
margin-right: 10px;
text-align: right;}
.bottom #activity-feed .read-more {
float: right;}
#footer {
color: #1f1b29;
margin: 20px 0 200px;
padding-left: 200px;
text-align: center;
width: 650px;}
#footer p {
border-top: 1px solid;
padding-top: 10px;}
#footer ul {
margin-top: 8px;}
#footer li {
display: inline-block;
margin: 0 10px;}
@media all and (max-width: 860px) {
.portfolio-container {
margin: 0 10px;
width: auto;}
.portfolio-container .window h1 {
font-size: 3em;}
.portfolio-container .introduction {
margin-right: 0;}
.portfolio-container #jake-picture {
margin: 0 0 5px 10px;}
.portfolio-container .resume .contact-card {
width: 225px;}
.portfolio-container .resume .main-pane {
margin-left: 240px;}
.portfolio-container .resume .contact-card ul.contact-methods {
padding-left: 20px;}
.portfolio-container .contact {
width: 55%;}
.portfolio-container .contact textarea {
max-width: 400px;
width: 100%;}
.portfolio-container .sidebar {
margin-left: 60%;}
#footer {
margin: 20px auto 150px;
padding-left: 0;
width: auto;}
}
@media all and (max-width: 700px) {
.portfolio-container {
font-size: .9em;}
.portfolio-container .window {
padding-top: 40px;}
.portfolio-container .window h1 {
font-size: 2.5em;}
.portfolio-container .window h2 {
font-size: 1.2em;}
.portfolio-container #jake-picture {
height: auto;
max-width: 150px;}
.portfolio-container .resume .contact-card {
border: 1px solid #f0f0f0;
float: none;
margin: 0 0 10px;
width: auto;}
.portfolio-container .resume .contact-card img {
float: left;
width: 200px;}
.portfolio-container .resume .contact-card .contact-content {
margin-left: 210px;}
.portfolio-container .resume .main-pane {
margin-left: 0;}
.portfolio-container .contact {
float: none;
width: auto;}
.portfolio-container .contact input[type=submit] {
font-size: 1.2em;
padding: 8px 40px;}
.portfolio-container .sidebar {
margin-left: 0;
padding-top: 20px;}
.portfolio-container .sidebar h3 {
font-size: 1.2em;}
.bottom {
margin-top: 50px;}
.bottom #site-links {
float: none;
width: auto;}
.bottom #activity-feed {
margin: 30px 0 0 0;}
#footer {
margin: 20px auto 150px;
padding-left: 0;
width: auto;}
}
@media all and (max-width: 525px) {
.portfolio-container .header h3 {
float: none;}
.portfolio-container .header ul {
float: none;}
.portfolio-container .header li {
padding: 0 10px 0 0;}
.portfolio-container .window {
padding-top: 30px;}
.portfolio-container .window h1 {
font-size: 1.7em;
margin-bottom: 10px;}
.portfolio-container #jake-picture {
height: auto;
max-width: 100px;}
.portfolio-container .introduction {
margin-right: 0;}
.portfolio-container .resume .main-pane h1 {
font-size: 1.6em;}
.portfolio-container .resume .contact-card img {
float: left;
width: 140px;}
.portfolio-container .resume .contact-card .contact-content {
margin-left: 150px;}
} | 0.288469 | 0.085939 |
*{
direction: rtl;
text-align: right;
}
/*
=========================================================
styles for login form
=========================================================
*/
.login-card-body .input-group .form-control, .register-card-body .input-group .form-control{
border-left: 0;
border-right: 1px solid #ced4da;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child){
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-append{
margin-left: 0;
margin-right: -1px;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text{
border-bottom-right-radius: 0;
border-bottom-left-radius: .25rem;
border-left: 1px solid #ced4da;
border-right: 0;
border-top-right-radius: 0;
border-top-left-radius: .25rem;
}
.nav-sidebar > .nav-item .nav-icon{
margin-right: .2rem;
margin-left: .05rem;
}
.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right{
left: 1rem;
right: auto;
}
.layout-fixed .main-sidebar{
left: auto;
right: 0;
}
body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header{
transition: margin-right .3s ease-in-out;
margin-right: 250px;
margin-left: 0;
}
.navbar-nav{
padding-right: 0;
}
.sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar .nav-link, .sidebar-mini .nav-sidebar > .nav-header{
padding-right: 0;
}
.nav-sidebar .nav-link > .right:nth-child(2), .nav-sidebar .nav-link > p > .right:nth-child(2){
left: 2.2rem;
right: auto;
}
.breadcrumb-item + .breadcrumb-item{
padding-left: 0;
padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before{
padding-left: .5rem;
padding-right: 0;
}
.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header{
margin-right: 4.6rem !important;
margin-left: 0 !important;
}
.card-title{
float: right;
}
.custom-file-label:after{
left: 0;
right: auto;
border-right: inherit;
border-left: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child{
border-right-width: 1px;
}
.small-box .icon > i{
right: auto;
left: 15px;
}
.alert-dismissible{
padding-right: 0.75rem;
padding-left: 4rem;
}
.alert-dismissible .close, .alert-dismissible .mailbox-attachment-close{
left: 0;
right: auto;
}
.alert .icon{
margin-right: 0;
margin-left: 10px;
} | public/AdminPanel/css/rtl.css | *{
direction: rtl;
text-align: right;
}
/*
=========================================================
styles for login form
=========================================================
*/
.login-card-body .input-group .form-control, .register-card-body .input-group .form-control{
border-left: 0;
border-right: 1px solid #ced4da;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child){
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-append{
margin-left: 0;
margin-right: -1px;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text{
border-bottom-right-radius: 0;
border-bottom-left-radius: .25rem;
border-left: 1px solid #ced4da;
border-right: 0;
border-top-right-radius: 0;
border-top-left-radius: .25rem;
}
.nav-sidebar > .nav-item .nav-icon{
margin-right: .2rem;
margin-left: .05rem;
}
.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right{
left: 1rem;
right: auto;
}
.layout-fixed .main-sidebar{
left: auto;
right: 0;
}
body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header{
transition: margin-right .3s ease-in-out;
margin-right: 250px;
margin-left: 0;
}
.navbar-nav{
padding-right: 0;
}
.sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar .nav-link, .sidebar-mini .nav-sidebar > .nav-header{
padding-right: 0;
}
.nav-sidebar .nav-link > .right:nth-child(2), .nav-sidebar .nav-link > p > .right:nth-child(2){
left: 2.2rem;
right: auto;
}
.breadcrumb-item + .breadcrumb-item{
padding-left: 0;
padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before{
padding-left: .5rem;
padding-right: 0;
}
.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header{
margin-right: 4.6rem !important;
margin-left: 0 !important;
}
.card-title{
float: right;
}
.custom-file-label:after{
left: 0;
right: auto;
border-right: inherit;
border-left: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child{
border-right-width: 1px;
}
.small-box .icon > i{
right: auto;
left: 15px;
}
.alert-dismissible{
padding-right: 0.75rem;
padding-left: 4rem;
}
.alert-dismissible .close, .alert-dismissible .mailbox-attachment-close{
left: 0;
right: auto;
}
.alert .icon{
margin-right: 0;
margin-left: 10px;
} | 0.414662 | 0.061424 |
html {
font-size: 10px;
height: 100%;
}
body {
padding: 0;
margin: 4rem .5rem 0 .5rem;
min-height: 100%;
}
article {
}
aside {
}
button {
display: inline-block;
line-height: calc(100%);
min-width: 7rem;
margin: .25rem;
padding: .25rem;
border-radius: 4px;
}
footer {
height: 1.2rem;
line-height: 1.2rem;
padding: 0 2rem;
}
form {
display: table;
padding: .5rem 1rem;
border-radius: 8px;
margin-left: auto;
margin-right: auto;
background-color: #efefef;
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
display: inline-block;
margin: 0;
}
header {
height: 4rem;
line-height: 4rem;
padding: 0 .5rem;
}
input {
font-size: 1rem;
float: right;
width: 10rem;
height: 1rem;
line-height: 1.2rem;
margin: .25rem;
border: none;
box-shadow: none;
border-bottom: 1px solid #3a3a5c;
background-color: #ffe4c4;
}
label {
float: left;
}
nav {
height: 2rem;
padding: 0 .5rem;
vertical-align: middle;
}
p {
}
section {
}
ul {
list-style-type: none;
}
select {
float: right;
width: 10rem;
height: 1.5rem;
margin: .25rem .25rem;
border-radius: 2px;
background-color: #bbbbbb;
}
@keyframes slide_in {
from {width: 82.5%;}
to {width: 100%;}
}
@keyframes slide_out {
from {width: 100%;}
to {width: 82.5%;}
}
body > nav {
position: fixed;
z-index: 9;
height: 2rem;
width: calc(100% - 2rem);
top: 2rem;
margin: 0;
padding: 0 .5rem;
background-color: antiquewhite;
box-shadow: 0px 2px;
}
nav > ul > li {
display: inline-block;
height: 2rem;
min-width: 4rem;
line-height: 2rem;
text-align: center;
padding: 0px .5rem;
margin: 0px .25rem;
border: none;
background-color: bisque;
}
nav > ul > li:hover {
background-color: #dfdfdf;
}
button:last-child {
margin-top: 2rem;
}
.afk_aligned_left {
float: left;
/* margin: 0px .25rem; */
}
.afk_aligned_right {
float: right;
}
.afk_site_header {
position: fixed;
width: calc(100% - 2rem);
height: 2rem;
line-height: 2rem;
z-index: 9;
top: 0;
margin: 0;
padding: 0 .5rem;
background-color: darkolivegreen;
}
.afk_site_header > aside > h1 {
color: coral;
}
.afk_site_header > aside > h5 {
color: antiquewhite;
}
.afk_site_footer {
position: fixed;
z-index: 9;
float: left;
height: 1.2rem;
line-height: 1.2rem;
width: calc(100% - 5rem);
padding: 0 2rem;
left: .5rem;
bottom: 0;
background-color: #472f17;
}
.afk_site_footer > h4 {
float: right;
color: burlywood;
}
.afk_nav_main {
margin: 0;
padding: 0;
}
.afk_card {
border-radius: 12px;
border: 1px solid azure;
padding: .25rem .5rem;
margin: 1rem 3rem;
box-shadow: 3px 5px;
background-color: #ffefcf;
opacity: .75;
text-align: center;
}
.afk_card_header {
position: relative;
line-height: 2rem;
height: 2rem;
margin: 1.0rem 0 .25rem 0;
}
.afk_card_header > h1 {
font-size: 2.5rem;
margin-bottom: 0;
}
.afk_card_header > h5 {
margin-top: 0;
margin-bottom: .5rem;
}
.afk_card_nav {
position: relative;
margin: 0;
padding: 0;
}
.afk_card_nav > ul {
margin: .25rem;
padding: 0;
}
.afk_card_nav > ul > li {
display: inline-block;
float: left;
margin: 0;
position: relative;
}
.afk_card_content {
margin: .25rem;
padding: 1rem 0;
border-top: 3px solid #aaaacc;
border-bottom: 3px solid #aaaacc;
}
.afk_field {
width: 14rem;
height: 1.5rem;
line-height: 1.5rem;
margin: .25rem .25rem;
padding: .25rem;
background-color: #cccccc;
border-radius: 4px;
}
.afk_container {
width: 100%;
padding: 0;
}
.afk_sidebar {
position: absolute;
top: 4rem;
left: .5rem;
width: 17.5%;
z-index: -1;
margin: 0;
padding: 0;
background-color: #c7d0d7
}
.afk_contents {
float: right;
display: inline-block;
position: relative;
width: 100%;
z-index: 1;
padding: 0;
margin: 0;
background-color: #dfdfff;
animation-duration: 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
overflow: hidden;
}
.icono-hamburger {
color: dimgrey;
margin: 0px .5rem;
transform: scale(0.25);
}
.icono-tiles {
color: black;
transform: scale(0.5);
}
#afk_btn_maps {
height: 1.2rem;
width: 1.2rem;
margin: 1rem 0rem;
}
#afk_btn_tiles {
height: 1.2rem;
width: 1.2rem;
margin: 1rem 0rem;
}
.icono-caretDownSquare {
color: dimgrey;
}
.icono-caretDown {
height: 1.2rem;
color: dimgrey;
}
.icono-caretUpSquare {
color: dimgrey;
}
.icono-caretUp {
height: 1.2rem;
color: dimgrey;
}
.form_toggle {
visibility: hidden;
}
.form_closed {
position: absolute;
right: .25rem;
visibility: hidden;
}
.form_openned {
position: absolute;
right: .25rem;
visibility: visible;
}
.afk_pane {
position: fixed;
display: inline-block;
border-radius: 12px;
border: 1px solid azure;
padding: .25rem .5rem;
margin: 1rem 1rem;
box-shadow: 3px 5px;
background-color: #d3dcd3;
opacity: .950;
text-align: center;
width: 25%;
z-index: 99;
}
.cell {
display: inline-block;
border-radius: 2px;
padding: 1px 1px;
margin: 2px 1px;
background-color: #f0e0c0;
opacity: .75;
text-align: center;
min-width: 4rem;
width: 4rem;
min-height: 4rem;
height: 4rem;
}
.afk_status_bar {
position: absolute;
top: 0px;
left: 0px;
z-index: 9;
float: right;
height: 1.2rem;
line-height: 1.2rem;
width: calc(100%);
padding: 0 2rem;
opacity: .60;
background-color: #a06738;
}
.afk_paperpad {
position: absolute;
display: inline-block;
float: right;
height: 100%;
width: 100%;
z-index: 1;
padding: 0;
margin: 0;
background-color: #dfdfff;
animation-duration: 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
overflow: hidden;
}
.afk_card_caption {
margin: 0rem .25rem;
}
.afk_pane_caption {
margin: .25rem .5rem;
}
#afk_tileset_pane {
padding: .25rem 0rem .25rem .5rem;
width: 24rem;
}
#afk_tileset_pane_header {
height: 2rem;
line-height: 2rem;
text-align: center;
padding: 1rem .25rem .25rem .5rem;
}
#afk_tileset_pane aside {
float: right;
}
#afk_tileset_nav_panel {
display: block;
width: 3rem;
height: 14rem;
margin: 0rem;
padding: 2rem .25rem;
}
.icono-caretLeft {
color: black;
margin: 0 .25rem;
}
.icono-caretRight {
color: black;
margin: 0 .25rem;
}
.afk_tileset_nav {
padding: 1rem .25rem;
width: 2rem;
background-color: azure;
margin: 3rem 0rem;
opacity: .40;
}
.afk_tileset_nav:hover {
opacity: .80;
}
.afk_highlight_border {
border: 3px solid transparent;
}
.afk_highlight_border:hover {
border: 3px solid goldenrod;
}
#afk_tileset_pad {
border-top: 2px groove azure;
border-bottom: 2px groove azure;
padding: .5rem 0.25rem;
margin: .5rem 0rem;
height: 24rem;
}
#afk_tileset_pagemark {
padding: .25rem .25rem;
width: 2rem;
margin: 6rem 1rem 0rem 0rem;
font-size: 1.4rem;
opacity: .45;
}
#afk_tileset_page {
position: relative;
}
.afk_drawing_pad_wrapper {
border-top: 2px groove azure;
border-bottom: 2px groove azure;
padding: 1rem .5rem;
margin: .5rem 0rem;
}
#afk_drawing_paper {
border: 2px outset azure;
}
.icono-document {
color: black;
height: 2rem;
width: 2rem;
transform: scale(0.5);
}
.icono-file {
color: black;
height: 2rem;
width: 2rem;
transform: scale(0.5);
}
.icono-sync {
color: black;
height: 2rem;
width: 2rem;
transform: scale(0.5);
}
.afk_card_ops_left {
float: left;
display: inline-block;
height: 2rem;
line-height: 2rem;
margin: 0px .25rem;
text-align: center;
border: none;
}
.afk_card_ops {
float: right;
display: inline-block;
height: 2rem;
line-height: 2rem;
margin: 0px .25rem;
text-align: center;
border: none;
background-color: bisque;
opacity: .45;
}
.afk_card_ops:hover {
opacity: 1.0;
}
.afk_data_icon {
margin: 0px .25rem;
}
.afk_popup_maps {
background-color: #ffe4c4;
border-radius: 2px;
min-width: -moz-fit-content;
min-width: -webkit-fit-content;
margin: 2rem 0 0 0;
padding: .25rem;
}
.afk_popup_maps li {
color: black;
padding: 0px .25rem;
opacity: .45;
}
.afk_popup_maps li:hover {
background-color: #dfd4dd;
opacity: .95;
}
/* default.css */ | htdocs/css/default.css | html {
font-size: 10px;
height: 100%;
}
body {
padding: 0;
margin: 4rem .5rem 0 .5rem;
min-height: 100%;
}
article {
}
aside {
}
button {
display: inline-block;
line-height: calc(100%);
min-width: 7rem;
margin: .25rem;
padding: .25rem;
border-radius: 4px;
}
footer {
height: 1.2rem;
line-height: 1.2rem;
padding: 0 2rem;
}
form {
display: table;
padding: .5rem 1rem;
border-radius: 8px;
margin-left: auto;
margin-right: auto;
background-color: #efefef;
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
display: inline-block;
margin: 0;
}
header {
height: 4rem;
line-height: 4rem;
padding: 0 .5rem;
}
input {
font-size: 1rem;
float: right;
width: 10rem;
height: 1rem;
line-height: 1.2rem;
margin: .25rem;
border: none;
box-shadow: none;
border-bottom: 1px solid #3a3a5c;
background-color: #ffe4c4;
}
label {
float: left;
}
nav {
height: 2rem;
padding: 0 .5rem;
vertical-align: middle;
}
p {
}
section {
}
ul {
list-style-type: none;
}
select {
float: right;
width: 10rem;
height: 1.5rem;
margin: .25rem .25rem;
border-radius: 2px;
background-color: #bbbbbb;
}
@keyframes slide_in {
from {width: 82.5%;}
to {width: 100%;}
}
@keyframes slide_out {
from {width: 100%;}
to {width: 82.5%;}
}
body > nav {
position: fixed;
z-index: 9;
height: 2rem;
width: calc(100% - 2rem);
top: 2rem;
margin: 0;
padding: 0 .5rem;
background-color: antiquewhite;
box-shadow: 0px 2px;
}
nav > ul > li {
display: inline-block;
height: 2rem;
min-width: 4rem;
line-height: 2rem;
text-align: center;
padding: 0px .5rem;
margin: 0px .25rem;
border: none;
background-color: bisque;
}
nav > ul > li:hover {
background-color: #dfdfdf;
}
button:last-child {
margin-top: 2rem;
}
.afk_aligned_left {
float: left;
/* margin: 0px .25rem; */
}
.afk_aligned_right {
float: right;
}
.afk_site_header {
position: fixed;
width: calc(100% - 2rem);
height: 2rem;
line-height: 2rem;
z-index: 9;
top: 0;
margin: 0;
padding: 0 .5rem;
background-color: darkolivegreen;
}
.afk_site_header > aside > h1 {
color: coral;
}
.afk_site_header > aside > h5 {
color: antiquewhite;
}
.afk_site_footer {
position: fixed;
z-index: 9;
float: left;
height: 1.2rem;
line-height: 1.2rem;
width: calc(100% - 5rem);
padding: 0 2rem;
left: .5rem;
bottom: 0;
background-color: #472f17;
}
.afk_site_footer > h4 {
float: right;
color: burlywood;
}
.afk_nav_main {
margin: 0;
padding: 0;
}
.afk_card {
border-radius: 12px;
border: 1px solid azure;
padding: .25rem .5rem;
margin: 1rem 3rem;
box-shadow: 3px 5px;
background-color: #ffefcf;
opacity: .75;
text-align: center;
}
.afk_card_header {
position: relative;
line-height: 2rem;
height: 2rem;
margin: 1.0rem 0 .25rem 0;
}
.afk_card_header > h1 {
font-size: 2.5rem;
margin-bottom: 0;
}
.afk_card_header > h5 {
margin-top: 0;
margin-bottom: .5rem;
}
.afk_card_nav {
position: relative;
margin: 0;
padding: 0;
}
.afk_card_nav > ul {
margin: .25rem;
padding: 0;
}
.afk_card_nav > ul > li {
display: inline-block;
float: left;
margin: 0;
position: relative;
}
.afk_card_content {
margin: .25rem;
padding: 1rem 0;
border-top: 3px solid #aaaacc;
border-bottom: 3px solid #aaaacc;
}
.afk_field {
width: 14rem;
height: 1.5rem;
line-height: 1.5rem;
margin: .25rem .25rem;
padding: .25rem;
background-color: #cccccc;
border-radius: 4px;
}
.afk_container {
width: 100%;
padding: 0;
}
.afk_sidebar {
position: absolute;
top: 4rem;
left: .5rem;
width: 17.5%;
z-index: -1;
margin: 0;
padding: 0;
background-color: #c7d0d7
}
.afk_contents {
float: right;
display: inline-block;
position: relative;
width: 100%;
z-index: 1;
padding: 0;
margin: 0;
background-color: #dfdfff;
animation-duration: 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
overflow: hidden;
}
.icono-hamburger {
color: dimgrey;
margin: 0px .5rem;
transform: scale(0.25);
}
.icono-tiles {
color: black;
transform: scale(0.5);
}
#afk_btn_maps {
height: 1.2rem;
width: 1.2rem;
margin: 1rem 0rem;
}
#afk_btn_tiles {
height: 1.2rem;
width: 1.2rem;
margin: 1rem 0rem;
}
.icono-caretDownSquare {
color: dimgrey;
}
.icono-caretDown {
height: 1.2rem;
color: dimgrey;
}
.icono-caretUpSquare {
color: dimgrey;
}
.icono-caretUp {
height: 1.2rem;
color: dimgrey;
}
.form_toggle {
visibility: hidden;
}
.form_closed {
position: absolute;
right: .25rem;
visibility: hidden;
}
.form_openned {
position: absolute;
right: .25rem;
visibility: visible;
}
.afk_pane {
position: fixed;
display: inline-block;
border-radius: 12px;
border: 1px solid azure;
padding: .25rem .5rem;
margin: 1rem 1rem;
box-shadow: 3px 5px;
background-color: #d3dcd3;
opacity: .950;
text-align: center;
width: 25%;
z-index: 99;
}
.cell {
display: inline-block;
border-radius: 2px;
padding: 1px 1px;
margin: 2px 1px;
background-color: #f0e0c0;
opacity: .75;
text-align: center;
min-width: 4rem;
width: 4rem;
min-height: 4rem;
height: 4rem;
}
.afk_status_bar {
position: absolute;
top: 0px;
left: 0px;
z-index: 9;
float: right;
height: 1.2rem;
line-height: 1.2rem;
width: calc(100%);
padding: 0 2rem;
opacity: .60;
background-color: #a06738;
}
.afk_paperpad {
position: absolute;
display: inline-block;
float: right;
height: 100%;
width: 100%;
z-index: 1;
padding: 0;
margin: 0;
background-color: #dfdfff;
animation-duration: 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
overflow: hidden;
}
.afk_card_caption {
margin: 0rem .25rem;
}
.afk_pane_caption {
margin: .25rem .5rem;
}
#afk_tileset_pane {
padding: .25rem 0rem .25rem .5rem;
width: 24rem;
}
#afk_tileset_pane_header {
height: 2rem;
line-height: 2rem;
text-align: center;
padding: 1rem .25rem .25rem .5rem;
}
#afk_tileset_pane aside {
float: right;
}
#afk_tileset_nav_panel {
display: block;
width: 3rem;
height: 14rem;
margin: 0rem;
padding: 2rem .25rem;
}
.icono-caretLeft {
color: black;
margin: 0 .25rem;
}
.icono-caretRight {
color: black;
margin: 0 .25rem;
}
.afk_tileset_nav {
padding: 1rem .25rem;
width: 2rem;
background-color: azure;
margin: 3rem 0rem;
opacity: .40;
}
.afk_tileset_nav:hover {
opacity: .80;
}
.afk_highlight_border {
border: 3px solid transparent;
}
.afk_highlight_border:hover {
border: 3px solid goldenrod;
}
#afk_tileset_pad {
border-top: 2px groove azure;
border-bottom: 2px groove azure;
padding: .5rem 0.25rem;
margin: .5rem 0rem;
height: 24rem;
}
#afk_tileset_pagemark {
padding: .25rem .25rem;
width: 2rem;
margin: 6rem 1rem 0rem 0rem;
font-size: 1.4rem;
opacity: .45;
}
#afk_tileset_page {
position: relative;
}
.afk_drawing_pad_wrapper {
border-top: 2px groove azure;
border-bottom: 2px groove azure;
padding: 1rem .5rem;
margin: .5rem 0rem;
}
#afk_drawing_paper {
border: 2px outset azure;
}
.icono-document {
color: black;
height: 2rem;
width: 2rem;
transform: scale(0.5);
}
.icono-file {
color: black;
height: 2rem;
width: 2rem;
transform: scale(0.5);
}
.icono-sync {
color: black;
height: 2rem;
width: 2rem;
transform: scale(0.5);
}
.afk_card_ops_left {
float: left;
display: inline-block;
height: 2rem;
line-height: 2rem;
margin: 0px .25rem;
text-align: center;
border: none;
}
.afk_card_ops {
float: right;
display: inline-block;
height: 2rem;
line-height: 2rem;
margin: 0px .25rem;
text-align: center;
border: none;
background-color: bisque;
opacity: .45;
}
.afk_card_ops:hover {
opacity: 1.0;
}
.afk_data_icon {
margin: 0px .25rem;
}
.afk_popup_maps {
background-color: #ffe4c4;
border-radius: 2px;
min-width: -moz-fit-content;
min-width: -webkit-fit-content;
margin: 2rem 0 0 0;
padding: .25rem;
}
.afk_popup_maps li {
color: black;
padding: 0px .25rem;
opacity: .45;
}
.afk_popup_maps li:hover {
background-color: #dfd4dd;
opacity: .95;
}
/* default.css */ | 0.587588 | 0.071526 |
margin: 30px 0;
margin-bottom: 1.11111rem;
border: solid 1px #ddd;
background: #fff;
}
#su-cheatsheet-screen table thead {
background: #f5f5f5;
}
#su-cheatsheet-screen table thead tr th,
#su-cheatsheet-screen table thead tr td {
padding: 0.44444rem 0.55556rem 0.55556rem;
color: #222;
font-weight: bold;
}
#su-cheatsheet-screen table tfoot {
background: #f5f5f5;
}
#su-cheatsheet-screen table tfoot tr th,
#su-cheatsheet-screen table tfoot tr td {
padding: 0.44444rem 0.55556rem 0.55556rem;
color: #222;
font-weight: bold;
}
#su-cheatsheet-screen table tr th,
#su-cheatsheet-screen table tr td {
padding: 0.5rem 0.55556rem;
color: #222;
text-align: left;
}
#su-cheatsheet-screen table tr.even,
#su-cheatsheet-screen table tr.alt,
#su-cheatsheet-screen table tr:nth-of-type(even) {
background: #f9f9f9;
}
#su-cheatsheet-screen table thead tr th,
#su-cheatsheet-screen table tfoot tr th,
#su-cheatsheet-screen table tfoot tr td,
#su-cheatsheet-screen table tbody tr th,
#su-cheatsheet-screen table tbody tr td,
#su-cheatsheet-screen table tr td {
display: table-cell;
vertical-align: top;
}
#su-cheatsheet-screen table .su-shortcode-icon {
display: inline-block;
width: 24px;
opacity: 0.5;
filter: alpha(opacity=50);
}
#su-cheatsheet-screen table .su-shortcode-desc {
font-size: 0.8em;
color: #777;
margin: 5px 0 0 0;
font-style: normal;
}
#su-cheatsheet-screen table .su-shortcode-attribute {
margin-top: 1.5em;
color: #666;
}
#su-cheatsheet-screen table .su-shortcode-attribute:first-child { margin-top: 0; }
#su-cheatsheet-screen table .su-shortcode-attribute p { margin: 5px; }
#su-cheatsheet-screen table .su-shortcode-attribute strong,
#su-cheatsheet-screen table .su-shortcode-attribute em {
color: #000;
font-style: normal;
}
#su-cheatsheet-screen table .su-shortcode-attribute strong em {
color: #666;
font-weight: normal;
font-style: normal;
}
#su-cheatsheet-screen table code {
display: block;
white-space: pre-wrap;
font-family: monospace;
}
body.su-print-cheatsheet #wpadminbar,
body.su-print-cheatsheet #adminmenuback,
body.su-print-cheatsheet #adminmenuwrap,
body.su-print-cheatsheet #wpfooter { display: none; }
body.su-print-cheatsheet #wpcontent { margin: 0 0 0 30px; }
#su-cheatsheet-print-head { display: none; }
body.su-print-cheatsheet #su-cheatsheet-print-head { display: inline-block; }
body.su-print-cheatsheet #su-cheatsheet-print { display: none; } | wp-content/plugins/shortcodes-ultimate/assets/css/cheatsheet.css | margin: 30px 0;
margin-bottom: 1.11111rem;
border: solid 1px #ddd;
background: #fff;
}
#su-cheatsheet-screen table thead {
background: #f5f5f5;
}
#su-cheatsheet-screen table thead tr th,
#su-cheatsheet-screen table thead tr td {
padding: 0.44444rem 0.55556rem 0.55556rem;
color: #222;
font-weight: bold;
}
#su-cheatsheet-screen table tfoot {
background: #f5f5f5;
}
#su-cheatsheet-screen table tfoot tr th,
#su-cheatsheet-screen table tfoot tr td {
padding: 0.44444rem 0.55556rem 0.55556rem;
color: #222;
font-weight: bold;
}
#su-cheatsheet-screen table tr th,
#su-cheatsheet-screen table tr td {
padding: 0.5rem 0.55556rem;
color: #222;
text-align: left;
}
#su-cheatsheet-screen table tr.even,
#su-cheatsheet-screen table tr.alt,
#su-cheatsheet-screen table tr:nth-of-type(even) {
background: #f9f9f9;
}
#su-cheatsheet-screen table thead tr th,
#su-cheatsheet-screen table tfoot tr th,
#su-cheatsheet-screen table tfoot tr td,
#su-cheatsheet-screen table tbody tr th,
#su-cheatsheet-screen table tbody tr td,
#su-cheatsheet-screen table tr td {
display: table-cell;
vertical-align: top;
}
#su-cheatsheet-screen table .su-shortcode-icon {
display: inline-block;
width: 24px;
opacity: 0.5;
filter: alpha(opacity=50);
}
#su-cheatsheet-screen table .su-shortcode-desc {
font-size: 0.8em;
color: #777;
margin: 5px 0 0 0;
font-style: normal;
}
#su-cheatsheet-screen table .su-shortcode-attribute {
margin-top: 1.5em;
color: #666;
}
#su-cheatsheet-screen table .su-shortcode-attribute:first-child { margin-top: 0; }
#su-cheatsheet-screen table .su-shortcode-attribute p { margin: 5px; }
#su-cheatsheet-screen table .su-shortcode-attribute strong,
#su-cheatsheet-screen table .su-shortcode-attribute em {
color: #000;
font-style: normal;
}
#su-cheatsheet-screen table .su-shortcode-attribute strong em {
color: #666;
font-weight: normal;
font-style: normal;
}
#su-cheatsheet-screen table code {
display: block;
white-space: pre-wrap;
font-family: monospace;
}
body.su-print-cheatsheet #wpadminbar,
body.su-print-cheatsheet #adminmenuback,
body.su-print-cheatsheet #adminmenuwrap,
body.su-print-cheatsheet #wpfooter { display: none; }
body.su-print-cheatsheet #wpcontent { margin: 0 0 0 30px; }
#su-cheatsheet-print-head { display: none; }
body.su-print-cheatsheet #su-cheatsheet-print-head { display: inline-block; }
body.su-print-cheatsheet #su-cheatsheet-print { display: none; } | 0.192198 | 0.042702 |
body {
font-family:Georgia,Times New Roman,serif;
font-size:13px;
margin:0;
padding:0;
background-image: url(/img/background_squares.png);
}
#page {
width: 970px;
margin-left: auto;
margin-right: auto;
}
a {
color: #000;
}
a:hover {
color: #fff;
background: #11233D;
}
#header {
font-style: italic;
line-height: 50px;
color: #fff;
background: #11233D url(/img/waiter.gif) no-repeat;
margin-left: 20px;
padding-left: 130px;
margin-bottom: 20px;
margin-top: 20px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
opacity: 0.95;
overflow: auto;
}
#header h1 {
font-size: 25px;
float: left;
}
#header a {
display: block;
float: right;
background: url(http://quasipartikel.at/wp-content/themes/quasipartikel/images/qp.png) no-repeat;
width: 62px;
height:62px;
margin-right:20px;
margin-top:12px;
overflow:hidden;
opacity: 0.6;
}
#header a span {
margin-left: -20000px;
}
#footer {
margin-top: 20px;
background: #fff;
margin-left: 20px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
#footer p {
padding: 7px;
}
#content {
overflow: hidden;
width: 970px;
}
#sidebar {
margin-left: 20px;
padding-bottom: 7px;
background: #fff;
width: 186px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
float: left;
}
#sidebar p {
padding-left: 7px;
padding-right: 7px;
}
h2 {
color:#11233D;
padding-left: 7px;
padding-right: 7px;
}
ul#menu {
padding: 0px;
padding-left: 7px;
padding-right: 7px;
}
ul#menu li {
list-style-type: none;
margin-top: 2px;
height: 30px;
line-height: 30px;
padding-left: 4px;
}
ul#menu li:hover a {
color: #fff;
background: #11233D;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
-opera-border-radius: 8px;
border-radius: 8px;
}
ul#menu li a {
text-decoration: none;
display: block;
color: #555;
padding-left: 5px;
padding-right: 5px;
}
#main {
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
background: #fff;
margin-left: 20px;
padding: 7px;
width: 716px;
float: right;
}
ol, ul {
padding: 0;
margin:0;
list-style-type: none;
}
.pager {
overflow: auto;
margin: 10px auto 10px auto;
}
.pager li {
float:left;
margin-right: 8px;
}
/* START Styles for Posts */
.post-info, .post-date, .person-stats {
font-family: Consolas, "Vera Sans Mono", "Courier New", monospace;
}
.note .post-info, .post .post-date {
background-color: #334567;
}
.note .person-stats {
border-color: #334567;
}
.question .post-info, .question .post-date {
background-color: #2D5F2D;
}
.question .person-stats {
border-color: #2D5F2D;
}
.reply .post-info, .reply .post-date {
background-color: #803C3C;
}
.reply .person-stats {
border-color: #803C3C;
}
.tip .post-info, .tip .post-date {
background-color: #3b8078;
}
.tip .person-stats {
border-color: #3b8078;
}
.conversation .post-info, .conversation .post-date {
background-color: #7a644b;
}
.conversation .person-stats {
border-color: #7a644b;
}
.post, .person {
overflow:auto;
margin-bottom: 5px;
}
.post h3, .person h3 {
margin-bottom: 0;
margin-left: 10px;
}
.post .gravatar, .person .gravatar {
display:block;
margin-bottom:4px;
}
.post p, .post ol.conversation, .conversation-header, .post pre {
margin: 5px;
margin-left: 86px;
margin-right: 140px;
}
.post pre {
white-space: normal;
}
.post-info, .post-date {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
background-color: #555555;
color: #fff;
float: right;
margin-right: 10px;
/*padding: 38px 8px 0;*/
position: relative;
}
.post-info {
float: left;
padding: 3px;
padding-top: 2px;
min-width: 60px;
height: 71px;
}
.post-info a {
color: inherit;
display: block;
text-align: center;
font-size: 18px;
width: 100%;
text-decoration: none;
}
.votes {
display: block;
text-align: center;
font-size: 6px;
font-weight: bold;
}
.vote-count {
font-size: 13px;
}
.vote-sum {
font-size: 32px;
}
.post-date {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
background-color: #555555;
color: #fff;
float: right;
margin-left: 10px;
padding: 38px 8px 0;
height: 38px;
opacity: 0.6;
position: relative;
}
.post-day {
font-size: 40px;
left: 3px;
line-height: 40px;
position: absolute;
top: 0;
}
.post-time {
display:block;
font-size:14px;
text-align: center;
}
.post-month {
display: block;
font-size:25px;
line-height: 20px;
text-align:center;
text-transform: uppercase;
}
.post-year {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
text-transform: rotate(-90deg);
display: block;
font-size: 11px;
position: absolute;
right: -5px;
top: 15px;
}
.person-stats {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
border: solid 2px #555555;
color: #000;
float: right;
height: 62px;
margin-left: 10px;
padding: 5px;
position: relative;
text-align: center;
font-weight: bold;
font-size: 6px;
}
.person-accuracy {
font-size: 11px;
}
.person-activity {
font-size: 11px;
}
.post .tag-list {
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
}
.post .tag-list dt {
display: inline-block;
margin-right: 3px;
font-weight: bold;
}
.post .tag-list dd {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
}
.post ol.conversation {
list-style-type: none;
margin-top: 0;
padding: 0;
}
.post .log-link {
display: block;
background: url(/img/receipt_text.png) no-repeat;
text-indent: -20000px;
float: left;
width: 16px;
height: 16px;
margin-top: 3px;
margin-right: 3px;
}
.conversation-header {
background: rgba(70, 70, 70, 0.1) url(/img/arrow_up.png) no-repeat center right;
margin-top: 30px;
margin-bottom: 0;
border: solid rgba(0,0,0,0.3) 2px;
border-bottom: none;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
padding: 6px;
cursor: pointer;
}
.conversation-closed {
background: rgba(70, 70, 70, 0.1) url(/img/arrow_down.png) no-repeat center right;
border: solid rgba(0,0,0,0.3) 2px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
ol.conversation li:last-child {
border: solid rgba(0,0,0,0.2) 2px;
border-top: none;
padding-bottom: 6px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
ol.conversation li {
overflow: auto;
padding: 6px;
}
ol.conversation cite {
font-weight: bold;
font-style: normal;
opacity: 0.8;
display: block;
line-height: 1em;
margin-right: 10px;
float: left;
/*
padding: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: rgba(141,204,58,0.5);
*/
}
ol.conversation cite a {
border-bottom: solid black 1px;
text-decoration: none;
}
ol.conversation blockquote {
margin: 0;
}
ol.conversation abbr {
font-style: normal;
}
ol.persons {
margin-top: 8px;
}
li.person {
display: inline-block;
overflow:auto;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: solid 2px #555555;
padding: 2px;
min-width: 180px;
margin-right:8px;
}
.person h3 {
margin-top: 0;
margin-left: 0;
}
.person .person-stats {
float: left;
margin-left: 0;
margin-right: 5x;
border: none;
padding-bottom: 0;
}
.person .person-data {
font-size: 10px;
margin-top: 5px;
overflow:auto;
line-height:14px;
float: left;
}
.person .person-data dt {
display:block;
clear:left;
float: left;
margin-right: 3px;
font-weight: bold;
}
.person .person-data dd {
display:block;
float: left;
margin-left: 3px;
margin-right: 3px;
}
/*END Styles for Posts */
/* START Styles for Tag Cloud */
.tag-cloud {
list-style-type: none;
padding: 0;
margin-left: 10px;
margin-right: 10px;
}
.tag-cloud li {
display: inline-block;
padding: 3px;
}
.tag-cloud span {
left:-999px;
position:absolute;
width:990px;
}
.tag-cloud a {
text-decoration: none;
}
.xx-small {
font-size: 12px;
}
.x-small {
font-size: 15px;
}
.small {
font-size: 18px;
}
.medium {
font-size: 21px;
}
.large {
font-size: 24px;
}
.x-large {
font-size: 27px;
}
.xx-large {
font-size: 30px;
}
/* END Styles for Tag Cloud */
/* START Styles for Commands page */
.commands dt {
margin-top: 8px;
margin-bottom: 6px;
}
.commands dd {
margin-left: 25px;
}
samp {
display: inline-block;
padding: 1px 3px 3px 3px;
background-color: #fff;
border: solid 1px #888;
-moz-box-shadow: 1px 1px 1px #888;
box-shadow: 1px 1px 1px #888;
}
/* END Styles for Commands page */
/* START Twitter Styles */
#twitter {
color: #fff;
background-color: #11233D;
padding: 5px;
text-align: center;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.twitter-follow {
color: #fff;
font-weight: bold;
text-decoration: none;
padding-left: 20px;
background: url(/img/twitter.png) no-repeat;
display: block;
line-height: 16px;
vertical-align: middle;
}
.twitter-follow:hover {
background: url(/img/twitter.png) no-repeat;
}
/*END Twitter Styles */ | public/css/master.css | body {
font-family:Georgia,Times New Roman,serif;
font-size:13px;
margin:0;
padding:0;
background-image: url(/img/background_squares.png);
}
#page {
width: 970px;
margin-left: auto;
margin-right: auto;
}
a {
color: #000;
}
a:hover {
color: #fff;
background: #11233D;
}
#header {
font-style: italic;
line-height: 50px;
color: #fff;
background: #11233D url(/img/waiter.gif) no-repeat;
margin-left: 20px;
padding-left: 130px;
margin-bottom: 20px;
margin-top: 20px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
opacity: 0.95;
overflow: auto;
}
#header h1 {
font-size: 25px;
float: left;
}
#header a {
display: block;
float: right;
background: url(http://quasipartikel.at/wp-content/themes/quasipartikel/images/qp.png) no-repeat;
width: 62px;
height:62px;
margin-right:20px;
margin-top:12px;
overflow:hidden;
opacity: 0.6;
}
#header a span {
margin-left: -20000px;
}
#footer {
margin-top: 20px;
background: #fff;
margin-left: 20px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
#footer p {
padding: 7px;
}
#content {
overflow: hidden;
width: 970px;
}
#sidebar {
margin-left: 20px;
padding-bottom: 7px;
background: #fff;
width: 186px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
float: left;
}
#sidebar p {
padding-left: 7px;
padding-right: 7px;
}
h2 {
color:#11233D;
padding-left: 7px;
padding-right: 7px;
}
ul#menu {
padding: 0px;
padding-left: 7px;
padding-right: 7px;
}
ul#menu li {
list-style-type: none;
margin-top: 2px;
height: 30px;
line-height: 30px;
padding-left: 4px;
}
ul#menu li:hover a {
color: #fff;
background: #11233D;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
-opera-border-radius: 8px;
border-radius: 8px;
}
ul#menu li a {
text-decoration: none;
display: block;
color: #555;
padding-left: 5px;
padding-right: 5px;
}
#main {
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
background: #fff;
margin-left: 20px;
padding: 7px;
width: 716px;
float: right;
}
ol, ul {
padding: 0;
margin:0;
list-style-type: none;
}
.pager {
overflow: auto;
margin: 10px auto 10px auto;
}
.pager li {
float:left;
margin-right: 8px;
}
/* START Styles for Posts */
.post-info, .post-date, .person-stats {
font-family: Consolas, "Vera Sans Mono", "Courier New", monospace;
}
.note .post-info, .post .post-date {
background-color: #334567;
}
.note .person-stats {
border-color: #334567;
}
.question .post-info, .question .post-date {
background-color: #2D5F2D;
}
.question .person-stats {
border-color: #2D5F2D;
}
.reply .post-info, .reply .post-date {
background-color: #803C3C;
}
.reply .person-stats {
border-color: #803C3C;
}
.tip .post-info, .tip .post-date {
background-color: #3b8078;
}
.tip .person-stats {
border-color: #3b8078;
}
.conversation .post-info, .conversation .post-date {
background-color: #7a644b;
}
.conversation .person-stats {
border-color: #7a644b;
}
.post, .person {
overflow:auto;
margin-bottom: 5px;
}
.post h3, .person h3 {
margin-bottom: 0;
margin-left: 10px;
}
.post .gravatar, .person .gravatar {
display:block;
margin-bottom:4px;
}
.post p, .post ol.conversation, .conversation-header, .post pre {
margin: 5px;
margin-left: 86px;
margin-right: 140px;
}
.post pre {
white-space: normal;
}
.post-info, .post-date {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
background-color: #555555;
color: #fff;
float: right;
margin-right: 10px;
/*padding: 38px 8px 0;*/
position: relative;
}
.post-info {
float: left;
padding: 3px;
padding-top: 2px;
min-width: 60px;
height: 71px;
}
.post-info a {
color: inherit;
display: block;
text-align: center;
font-size: 18px;
width: 100%;
text-decoration: none;
}
.votes {
display: block;
text-align: center;
font-size: 6px;
font-weight: bold;
}
.vote-count {
font-size: 13px;
}
.vote-sum {
font-size: 32px;
}
.post-date {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
background-color: #555555;
color: #fff;
float: right;
margin-left: 10px;
padding: 38px 8px 0;
height: 38px;
opacity: 0.6;
position: relative;
}
.post-day {
font-size: 40px;
left: 3px;
line-height: 40px;
position: absolute;
top: 0;
}
.post-time {
display:block;
font-size:14px;
text-align: center;
}
.post-month {
display: block;
font-size:25px;
line-height: 20px;
text-align:center;
text-transform: uppercase;
}
.post-year {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
text-transform: rotate(-90deg);
display: block;
font-size: 11px;
position: absolute;
right: -5px;
top: 15px;
}
.person-stats {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
border: solid 2px #555555;
color: #000;
float: right;
height: 62px;
margin-left: 10px;
padding: 5px;
position: relative;
text-align: center;
font-weight: bold;
font-size: 6px;
}
.person-accuracy {
font-size: 11px;
}
.person-activity {
font-size: 11px;
}
.post .tag-list {
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
}
.post .tag-list dt {
display: inline-block;
margin-right: 3px;
font-weight: bold;
}
.post .tag-list dd {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
}
.post ol.conversation {
list-style-type: none;
margin-top: 0;
padding: 0;
}
.post .log-link {
display: block;
background: url(/img/receipt_text.png) no-repeat;
text-indent: -20000px;
float: left;
width: 16px;
height: 16px;
margin-top: 3px;
margin-right: 3px;
}
.conversation-header {
background: rgba(70, 70, 70, 0.1) url(/img/arrow_up.png) no-repeat center right;
margin-top: 30px;
margin-bottom: 0;
border: solid rgba(0,0,0,0.3) 2px;
border-bottom: none;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
padding: 6px;
cursor: pointer;
}
.conversation-closed {
background: rgba(70, 70, 70, 0.1) url(/img/arrow_down.png) no-repeat center right;
border: solid rgba(0,0,0,0.3) 2px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
ol.conversation li:last-child {
border: solid rgba(0,0,0,0.2) 2px;
border-top: none;
padding-bottom: 6px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
ol.conversation li {
overflow: auto;
padding: 6px;
}
ol.conversation cite {
font-weight: bold;
font-style: normal;
opacity: 0.8;
display: block;
line-height: 1em;
margin-right: 10px;
float: left;
/*
padding: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: rgba(141,204,58,0.5);
*/
}
ol.conversation cite a {
border-bottom: solid black 1px;
text-decoration: none;
}
ol.conversation blockquote {
margin: 0;
}
ol.conversation abbr {
font-style: normal;
}
ol.persons {
margin-top: 8px;
}
li.person {
display: inline-block;
overflow:auto;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: solid 2px #555555;
padding: 2px;
min-width: 180px;
margin-right:8px;
}
.person h3 {
margin-top: 0;
margin-left: 0;
}
.person .person-stats {
float: left;
margin-left: 0;
margin-right: 5x;
border: none;
padding-bottom: 0;
}
.person .person-data {
font-size: 10px;
margin-top: 5px;
overflow:auto;
line-height:14px;
float: left;
}
.person .person-data dt {
display:block;
clear:left;
float: left;
margin-right: 3px;
font-weight: bold;
}
.person .person-data dd {
display:block;
float: left;
margin-left: 3px;
margin-right: 3px;
}
/*END Styles for Posts */
/* START Styles for Tag Cloud */
.tag-cloud {
list-style-type: none;
padding: 0;
margin-left: 10px;
margin-right: 10px;
}
.tag-cloud li {
display: inline-block;
padding: 3px;
}
.tag-cloud span {
left:-999px;
position:absolute;
width:990px;
}
.tag-cloud a {
text-decoration: none;
}
.xx-small {
font-size: 12px;
}
.x-small {
font-size: 15px;
}
.small {
font-size: 18px;
}
.medium {
font-size: 21px;
}
.large {
font-size: 24px;
}
.x-large {
font-size: 27px;
}
.xx-large {
font-size: 30px;
}
/* END Styles for Tag Cloud */
/* START Styles for Commands page */
.commands dt {
margin-top: 8px;
margin-bottom: 6px;
}
.commands dd {
margin-left: 25px;
}
samp {
display: inline-block;
padding: 1px 3px 3px 3px;
background-color: #fff;
border: solid 1px #888;
-moz-box-shadow: 1px 1px 1px #888;
box-shadow: 1px 1px 1px #888;
}
/* END Styles for Commands page */
/* START Twitter Styles */
#twitter {
color: #fff;
background-color: #11233D;
padding: 5px;
text-align: center;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.twitter-follow {
color: #fff;
font-weight: bold;
text-decoration: none;
padding-left: 20px;
background: url(/img/twitter.png) no-repeat;
display: block;
line-height: 16px;
vertical-align: middle;
}
.twitter-follow:hover {
background: url(/img/twitter.png) no-repeat;
}
/*END Twitter Styles */ | 0.351868 | 0.077134 |
@import "../libs/bootstrap/css/bootstrap-rtl.min.css";
@import "../css/fonts.css";
@import "../css/animate.css";
@import "../libs/owl-carousel/assets/owl.carousel.min.css";
@import "../libs/owl-carousel/assets/owl.theme.default.min.css";
@import "../libs/owl-carousel/assets/owl.theme.default.min.css";
.none {
display: none;
}
.pin-btn {
padding: 10px 22px;
outline: none;
text-decoration: none;
background: #e0e0e0;
border-radius: 4px;
border: 1px solid #FFF;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.pin-btn:hover {
background: rgba(211, 211, 211, 0.8);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.pin-primary {
background: #527AFF;
color: #FFF;
}
.pin-primary:hover {
background: rgba(82, 122, 255, 0.8);
}
.pin-secondary {
background: #4178B3;
color: #FFF;
}
.pin-secondary:hover {
background: rgba(65, 120, 179, 0.8);
}
.pin-input {
width: 100%;
padding: 5px;
border-radius: 4px;
border: 1px solid #EFEFEF;
outline: none;
background: #fcfcfc;
font-size: 0.9em;
}
.ptn {
color: #FFF;
background: #4178B3;
}
.ptn-secondary {
background: #4178B3;
padding: 15px;
border-radius: 2rem;
color: #FFF;
box-shadow: 0 5px 12px rgba(65, 120, 179, 0.5);
cursor: pointer;
text-decoration: none;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.ptn-secondary:hover {
opacity: 0.7;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
a {
border-radius: 2px;
padding: 0 2px;
color: #4178B3;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
a:hover {
color: #4178B3;
background-color: rgba(65, 120, 179, 0.1);
text-decoration: none;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.pretty-scroll::-webkit-scrollbar {
width: 5px;
height: 6px;
}
.pretty-scroll::-webkit-scrollbar-track {
background: #ddd;
}
.pretty-scroll::-webkit-scrollbar-thumb {
background: #9f9f9f;
}
.trans {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.rtl {
direction: rtl;
text-align: right;
}
.rtl .mini-menu {
right: 0;
left: initial;
}
.rtl .left-side {
text-align: left;
}
.ltr {
direction: ltr;
text-align: left;
}
.ltr .mini-menu {
right: initial;
left: 0;
}
.ltr .left-side {
text-align: right;
}
body.rtl {
direction: rtl;
text-align: right;
}
body.rtl .mini-menu {
right: 0;
left: initial;
}
body.rtl .left-side {
text-align: left;
}
body.ltr {
direction: ltr;
text-align: left;
}
body.ltr .mini-menu {
right: initial;
left: 0;
}
body.ltr .left-side {
text-align: right;
}
body {
font-family: 'vazir', 'shabnam' !important;
}
.pin-input {
border: 1px solid #e3e3e3;
background: #fcfcfc;
border-radius: 5px;
padding: 10px 10px 10px 10px;
width: 100%;
min-width: 350px;
outline: none !important;
}
.pin-input:focus,
.pin-input:active,
.pin-input:hover {
outline: none !important;
}
.pin-input:focus {
background: #fafafa;
}
.disable-scroll {
overflow: hidden;
}
.search-modal {
position: fixed;
overflow: hidden;
display: none;
width: 100%;
height: 100%;
background: rgba(240, 240, 240, 0.95);
z-index: 1000;
}
.search-modal .container {
margin-top: 10%;
}
.search-modal #close-search {
font-size: 30px;
position: absolute;
top: 4%;
margin-bottom: 15px;
color: #888888;
cursor: pointer;
}
.search-modal #close-search:hover {
color: #999;
}
.search-modal .input-search {
padding: 25px;
border-radius: 4px;
border: 1px solid #EFEFEF;
background: #fff;
outline: none;
width: 100%;
margin-top: 10%;
}
.header {
width: 100%;
z-index: 999;
background: #fff;
display: grid;
grid-template-columns: 270px auto 200px;
grid-template-rows: auto;
padding: 4px 15px;
box-shadow: 0 5px 8px rgba(102, 102, 102, 0.1);
align-items: center;
}
.header .drawer-menu {
display: none;
cursor: pointer;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.header .drawer-menu:hover {
opacity: 0.7;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.header .logo {
position: relative;
padding-right: 15px;
padding-bottom: 5px;
}
.header .logo a {
display: flex;
align-items: center;
}
.header .logo a:hover {
background: transparent;
}
.header .logo img {
width: 54px;
height: 54px;
position: relative;
top: 1px;
}
.header .logo .title {
position: relative;
margin-right: 5px;
display: inline-block;
font-size: 15px;
top: 10px;
}
.header .logo .title h1 {
font-size: 1em;
color: #4178B3;
font-weight: 600;
position: relative;
top: 4px;
}
.header .logo .title h2 {
font-size: 0.6em;
font-weight: 400;
color: #b3b3b3;
}
.header .menu {
position: relative;
display: flex;
}
.header .menu a {
padding: 10px 12px;
display: inline-block;
margin: 0 12px;
font-size: 13px;
color: #4178B3;
border-radius: 2px;
background: linear-gradient(to bottom, #4178B3 0%, rgba(65, 120, 179, 0.1) 1%);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 1px 0;
text-decoration: none;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.header .menu a:hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
text-decoration: none;
background-size: 4px 50px;
color: #4178B3;
}
.header .left-side {
color: #4178B3;
}
.header .left-side .action-item {
padding: 20px;
cursor: pointer;
border-radius: 4px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.header .left-side .action-item:hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
background: rgba(65, 120, 179, 0.1);
}
.mini-menu {
display: none;
z-index: 1100;
background: #FFF;
position: fixed;
top: 0;
height: 100vh;
width: 250px;
margin-top: 67px;
box-shadow: -5px 6px 5px rgba(73, 73, 73, 0.28);
}
.mini-menu a {
display: block;
padding: 15px;
border-top: 1px solid #EFEFEF;
}
.overlay {
display: none;
background: rgba(0, 0, 0, 0.78);
width: 100%;
height: 100vh;
position: fixed;
z-index: 99;
}
.slider {
padding: 20px;
}
.slider .item {
position: relative;
border-radius: 0.5rem;
overflow: hidden;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.slider .item img {
border-radius: 0.5rem;
max-height: 300px;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.36);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.slider .item .content {
z-index: 1;
color: #FFF;
position: absolute;
bottom: 0;
right: 0;
padding: 15px;
}
.slider .item .content .tag {
border-radius: 4px;
background: linear-gradient(90deg, #4283B4, #3EB87F);
color: #fff;
font-size: 11px;
padding: 2px 8px;
}
.slider .item .content .title {
padding: 8px 0;
display: block;
color: #fff;
text-decoration: none;
}
.slider .item .content .title:hover {
color: #09E2FA;
background: transparent;
text-decoration: none;
}
.slider .item .content .publish-date {
font-size: 10px;
color: #BEBEBE;
}
.slider .item .mask {
top: 0;
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(2, 2, 2, 0.56), rgba(0, 0, 0, 0.11) 80%) no-repeat;
border-radius: 0.5rem;
}
.slider .item:hover {
cursor: pointer;
}
.slider .item:hover img {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
transform: translateY(-15px);
transform: scale(1.1);
}
.page-content {
padding: 3rem;
}
.page-content b.caption {
color: #4178B3;
margin-left: 20px;
}
.page-content .error-message {
margin-bottom: 70px;
text-align: center;
}
.page-content .error-message h1 {
font-size: 25px;
color: #4178B3;
margin-top: 20px;
}
.page-content .error-message img {
width: 100%;
max-width: 300px;
}
.page-content .error-message .return {
display: inline-block;
margin-top: 15px;
color: #999;
font-size: 12px;
}
.page-content .section-title {
font-size: 22px;
color: #B7B7B7;
font-weight: 700;
margin-bottom: 50px;
}
.page-content .section-title span {
color: #527AFF;
font-weight: 800;
}
.page-content .articles-list .article-row {
position: relative;
display: grid;
grid-template-columns: auto 80%;
margin-bottom: 55px;
}
.page-content .articles-list .article-row .image {
display: inline-block;
width: 150px;
height: 210px;
position: relative;
overflow: hidden;
border-radius: 0.6rem;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.2);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .articles-list .article-row .image img {
position: absolute;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-size: cover;
border-radius: 0.6rem;
}
.page-content .articles-list .article-row .image:hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.4);
}
.page-content .articles-list .article-row .content {
padding: 0 25px;
font-size: 1rem;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.page-content .articles-list .article-row .content .title a {
color: #3A3A3A !important;
font-size: 0.8em;
font-weight: 700;
}
.page-content .articles-list .article-row .content .summary {
display: block;
color: #585858;
font-weight: 300;
}
.page-content .articles-list .article-row .content .details {
display: flex;
border-radius: 5rem;
background: linear-gradient(to left, rgba(65, 120, 179, 0.1), rgba(255, 255, 255, 0));
color: #4178B3;
font-weight: 300;
font-size: 13px;
align-items: center;
}
.page-content .articles-list .article-row .content .details div {
flex-grow: 0.1;
}
.page-content .articles-list .article-row .content .details .author img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.page-content .search-result .section-title input {
border: none;
border-bottom: 1px solid #e8e8e8;
outline: none;
background: #f9f9f9;
padding: 10px 12px;
color: #527AFF;
font-weight: 800;
}
.page-content .search-result .section-title b {
font-weight: 300;
font-size: 16px;
}
.page-content .sidebar > div {
margin-bottom: 5rem;
}
.page-content .sidebar .section-title {
text-align: center;
margin-bottom: 20px;
}
.page-content .sidebar .most-visit .list a {
display: block;
font-size: 13px;
font-weight: 400;
border: 1px solid #D6D6D6;
padding: 6px 13px;
border-radius: 5px;
color: #6B6B6B;
margin-bottom: 16px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .most-visit .list a .title {
display: inline-block;
}
.page-content .sidebar .most-visit .list a .details {
display: block;
margin-top: 5px;
}
.page-content .sidebar .most-visit .list a .details span {
font-size: 0.88em;
margin-top: 5px;
color: #A2A2A2;
margin-left: 10px;
}
.page-content .sidebar .most-visit .list a:hover {
background: linear-gradient(to right, #517AFF, #89E7FF);
color: #FFF;
border: none;
transform: scale(1.04);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.36);
}
.page-content .sidebar .most-visit .list a:hover .details span {
color: #fff;
}
.page-content .sidebar .hot-tags .list a {
display: inline-block;
font-size: 13px;
font-weight: 400;
padding: 6px 13px;
border-radius: 2rem;
margin-left: 4px;
color: #4178B3;
margin-bottom: 16px;
background: #E1E8FF;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .hot-tags .list a:hover {
background: linear-gradient(to right, #517AFF, #89E7FF);
color: #FFF;
border: none;
transform: scale(1.04);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.36);
}
.page-content .sidebar .follow-us .list {
text-align: center;
}
.page-content .sidebar .follow-us .list a {
font-size: 33px;
padding: 6px;
}
.page-content .sidebar .follow-us .list a:hover {
background: transparent;
}
.page-content .sidebar .follow-us .list .telegram i {
background: -webkit-gradient(linear, left top, left bottom, from(#0085c8), to(#00aaff));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .follow-us .list .telegram i:hover {
opacity: 0.66;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .follow-us .list .instagram i {
background: -webkit-gradient(linear, left top, left bottom, from(#FF5445), to(#FC2B82));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .follow-us .list .instagram i:hover {
opacity: 0.66;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .follow-us .list .twitter i {
background: -webkit-gradient(linear, left top, left bottom, from(#38A1F3), to(#13c3f3));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .follow-us .list .twitter i:hover {
opacity: 0.66;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .article {
margin-bottom: 50px;
}
.page-content .article .title {
color: #3A3A3A !important;
font-size: 1.8em;
font-weight: 700;
margin-bottom: 33px;
}
.page-content .article .details {
display: flex;
border-radius: 5rem;
background: linear-gradient(to left, rgba(65, 120, 179, 0.1), rgba(255, 255, 255, 0));
color: #4178B3;
font-weight: 300;
font-size: 13px;
align-items: center;
margin-bottom: 33px;
}
.page-content .article .details div {
flex-grow: 0.1;
}
.page-content .article .details .author img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.page-content .article .image img {
width: 100%;
border-radius: 0.6rem;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.2);
}
.page-content .article .content {
margin-top: 50px;
font-size: 15px;
line-height: 1.8;
font-weight: 400;
text-align: justify;
color: #333;
}
.page-content .article .content img {
max-width: 100%;
height: auto;
}
.page-content .article .tags {
margin: 2rem 0 1rem 0;
}
.page-content .article .tags b {
color: #4178B3;
margin-left: 20px;
}
.page-content .article .tags a {
color: #999;
font-size: 13px;
margin-left: 15px;
}
.page-content .article .share b {
color: #4178B3;
margin-left: 20px;
}
.page-content .article .share a {
color: #999;
font-size: 20px;
margin-left: 15px;
border-radius: 12px;
padding: 1px 5px;
}
.page-content .article .share a i {
position: relative;
top: 2px;
}
.page-content .comments {
display: block;
}
.page-content .comments #cm-message {
display: block;
}
.page-content .comments #cm-message:empty {
display: none;
}
.page-content .comments .btn-cancel {
padding: 5px 12px;
margin-right: 12px;
color: #333;
border-radius: 4px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .comments .btn-cancel:hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
cursor: pointer;
background: #efefef;
}
.page-content .comments .btn-send {
padding: 5px 12px;
background: #4178B3;
border-radius: 4px;
border: none;
color: #fff;
cursor: pointer;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .comments .btn-send:hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
text-decoration: none;
background: #527AFF;
}
.page-content .comments .cmCount {
margin-right: -15px;
color: #a6a6a6;
font-weight: 200;
font-size: 0.8em;
}
.page-content .comments .form {
margin-bottom: 35px;
}
.page-content .comments .form .user-info img {
width: 36px;
height: 36px;
border-radius: 50%;
display: inline-block;
}
.page-content .comments .form .user-info span {
display: inline-block;
font-size: 0.9em;
font-weight: 500;
color: #4178B3;
}
.page-content .comments .list .cm-box {
margin-bottom: 30px;
padding: 15px 15px 30px 15px;
border-radius: 8px;
background: rgba(158, 158, 158, 0.06);
}
.page-content .comments .list .cm-box:last-child {
border-bottom: none;
}
.page-content .comments .list .cm-box .cm-header {
display: flex;
justify-content: space-between;
margin-bottom: 1em;
}
.page-content .comments .list .cm-box .cm-header .user-info .avatar {
display: inline-block;
margin-left: 0.5em;
}
.page-content .comments .list .cm-box .cm-header .user-info .avatar img {
border-radius: 50%;
width: 36px;
height: 36px;
display: inline-block;
}
.page-content .comments .list .cm-box .cm-header .user-info .details {
font-size: 0.8em;
display: inline-block;
vertical-align: middle;
}
.page-content .comments .list .cm-box .cm-header .user-info .details .name {
font-size: 1.1em;
font-weight: 500;
display: block;
color: #4178B3;
}
.page-content .comments .list .cm-box .cm-header .user-info .details .date {
display: block;
font-size: 0.9em;
color: rgba(0, 0, 0, 0.6);
}
.page-content .comments .list .cm-box .cm-header .actions {
color: #858585;
}
.page-content .comments .list .cm-box .cm-header .actions span {
cursor: pointer;
}
.page-content .comments .list .cm-box .cm-header .actions span:hover {
color: #a8a8a8;
}
.page-content .comments .list .cm-box .cm-body {
color: #5b5b5b;
font-weight: 400;
}
.page-content .comments .list .cm-box .cm-reply {
display: none;
border-radius: 8px;
background: #fff;
margin: 15px;
padding: 15px;
box-shadow: 0 2px 9px #a5a5a54d;
}
.page-content .comments .list .cm-box .cm-list {
margin: 1.3em 1.3em 0 0;
}
.page-content .comments .list .cm-box .cm-list .cm-box {
border-bottom: none;
}
.page-content .contact .caption {
color: #527AFF;
font-weight: bold;
font-size: 24px;
}
.page-content .contact small {
color: #999;
margin-bottom: 35px;
display: block;
font-weight: 300;
}
.page-content .contact .image-envelope {
width: 100%;
}
.footer {
padding-bottom: 20px;
}
.footer .menu {
padding: 1rem 5rem;
border-bottom: 1px solid #e6e6e6;
}
.footer .menu a {
padding: 4px 12px;
color: #8D8D8D;
font-weight: 400;
font-size: 13px;
margin-left: 16px;
}
.footer .copyright {
padding: 1rem 5rem;
font-size: 12px;
}
.paging {
margin: 1rem 0 3rem 0;
}
.paging a {
display: inline-block;
min-width: 30px;
padding: 8px;
border-radius: 4px;
text-align: center;
}
.paging a.active {
background: #4178B3;
color: #FFF;
}
@media screen and (max-width: 992px) {
.header {
position: fixed;
grid-template-columns: 30px 1fr 33%;
}
.header .drawer-menu {
display: block;
color: #4178B3;
font-size: 25px;
}
.header .logo {
padding-right: 5px;
}
.header .menu {
display: none;
}
.header .left-side .action-item {
padding: 10px;
}
.page-content {
padding: 0.4rem;
padding-top: 100px;
}
.slider {
padding-top: 100px;
}
}
@media screen and (max-width: 768px) {
.page-content {
padding: 100px 15px 15px 15px;
}
.page-content .article .title {
font-size: 1.5em;
}
}
@media screen and (max-width: 700px) {
.articles-list .article-row {
grid-template-columns: auto 70% !important;
}
}
@media screen and (max-width: 600px) {
.footer {
text-align: center;
}
.footer .menu {
padding: 1rem;
}
.footer .copyright {
padding: 1rem;
}
.articles-list .article-row {
grid-template-columns: auto !important;
}
.articles-list .article-row .image {
margin: auto;
margin-bottom: 20px;
width: 100% !important;
max-width: 400px;
}
.articles-list .article-row .image img {
width: 100%;
}
}
@media screen and (max-width: 480px) {
.header {
grid-template-columns: 30px 64% 90px;
}
} | theme/blue/assets/css/main.css | @import "../libs/bootstrap/css/bootstrap-rtl.min.css";
@import "../css/fonts.css";
@import "../css/animate.css";
@import "../libs/owl-carousel/assets/owl.carousel.min.css";
@import "../libs/owl-carousel/assets/owl.theme.default.min.css";
@import "../libs/owl-carousel/assets/owl.theme.default.min.css";
.none {
display: none;
}
.pin-btn {
padding: 10px 22px;
outline: none;
text-decoration: none;
background: #e0e0e0;
border-radius: 4px;
border: 1px solid #FFF;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.pin-btn:hover {
background: rgba(211, 211, 211, 0.8);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.pin-primary {
background: #527AFF;
color: #FFF;
}
.pin-primary:hover {
background: rgba(82, 122, 255, 0.8);
}
.pin-secondary {
background: #4178B3;
color: #FFF;
}
.pin-secondary:hover {
background: rgba(65, 120, 179, 0.8);
}
.pin-input {
width: 100%;
padding: 5px;
border-radius: 4px;
border: 1px solid #EFEFEF;
outline: none;
background: #fcfcfc;
font-size: 0.9em;
}
.ptn {
color: #FFF;
background: #4178B3;
}
.ptn-secondary {
background: #4178B3;
padding: 15px;
border-radius: 2rem;
color: #FFF;
box-shadow: 0 5px 12px rgba(65, 120, 179, 0.5);
cursor: pointer;
text-decoration: none;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.ptn-secondary:hover {
opacity: 0.7;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
a {
border-radius: 2px;
padding: 0 2px;
color: #4178B3;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
a:hover {
color: #4178B3;
background-color: rgba(65, 120, 179, 0.1);
text-decoration: none;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.pretty-scroll::-webkit-scrollbar {
width: 5px;
height: 6px;
}
.pretty-scroll::-webkit-scrollbar-track {
background: #ddd;
}
.pretty-scroll::-webkit-scrollbar-thumb {
background: #9f9f9f;
}
.trans {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.rtl {
direction: rtl;
text-align: right;
}
.rtl .mini-menu {
right: 0;
left: initial;
}
.rtl .left-side {
text-align: left;
}
.ltr {
direction: ltr;
text-align: left;
}
.ltr .mini-menu {
right: initial;
left: 0;
}
.ltr .left-side {
text-align: right;
}
body.rtl {
direction: rtl;
text-align: right;
}
body.rtl .mini-menu {
right: 0;
left: initial;
}
body.rtl .left-side {
text-align: left;
}
body.ltr {
direction: ltr;
text-align: left;
}
body.ltr .mini-menu {
right: initial;
left: 0;
}
body.ltr .left-side {
text-align: right;
}
body {
font-family: 'vazir', 'shabnam' !important;
}
.pin-input {
border: 1px solid #e3e3e3;
background: #fcfcfc;
border-radius: 5px;
padding: 10px 10px 10px 10px;
width: 100%;
min-width: 350px;
outline: none !important;
}
.pin-input:focus,
.pin-input:active,
.pin-input:hover {
outline: none !important;
}
.pin-input:focus {
background: #fafafa;
}
.disable-scroll {
overflow: hidden;
}
.search-modal {
position: fixed;
overflow: hidden;
display: none;
width: 100%;
height: 100%;
background: rgba(240, 240, 240, 0.95);
z-index: 1000;
}
.search-modal .container {
margin-top: 10%;
}
.search-modal #close-search {
font-size: 30px;
position: absolute;
top: 4%;
margin-bottom: 15px;
color: #888888;
cursor: pointer;
}
.search-modal #close-search:hover {
color: #999;
}
.search-modal .input-search {
padding: 25px;
border-radius: 4px;
border: 1px solid #EFEFEF;
background: #fff;
outline: none;
width: 100%;
margin-top: 10%;
}
.header {
width: 100%;
z-index: 999;
background: #fff;
display: grid;
grid-template-columns: 270px auto 200px;
grid-template-rows: auto;
padding: 4px 15px;
box-shadow: 0 5px 8px rgba(102, 102, 102, 0.1);
align-items: center;
}
.header .drawer-menu {
display: none;
cursor: pointer;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.header .drawer-menu:hover {
opacity: 0.7;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.header .logo {
position: relative;
padding-right: 15px;
padding-bottom: 5px;
}
.header .logo a {
display: flex;
align-items: center;
}
.header .logo a:hover {
background: transparent;
}
.header .logo img {
width: 54px;
height: 54px;
position: relative;
top: 1px;
}
.header .logo .title {
position: relative;
margin-right: 5px;
display: inline-block;
font-size: 15px;
top: 10px;
}
.header .logo .title h1 {
font-size: 1em;
color: #4178B3;
font-weight: 600;
position: relative;
top: 4px;
}
.header .logo .title h2 {
font-size: 0.6em;
font-weight: 400;
color: #b3b3b3;
}
.header .menu {
position: relative;
display: flex;
}
.header .menu a {
padding: 10px 12px;
display: inline-block;
margin: 0 12px;
font-size: 13px;
color: #4178B3;
border-radius: 2px;
background: linear-gradient(to bottom, #4178B3 0%, rgba(65, 120, 179, 0.1) 1%);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 1px 0;
text-decoration: none;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.header .menu a:hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
text-decoration: none;
background-size: 4px 50px;
color: #4178B3;
}
.header .left-side {
color: #4178B3;
}
.header .left-side .action-item {
padding: 20px;
cursor: pointer;
border-radius: 4px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.header .left-side .action-item:hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
background: rgba(65, 120, 179, 0.1);
}
.mini-menu {
display: none;
z-index: 1100;
background: #FFF;
position: fixed;
top: 0;
height: 100vh;
width: 250px;
margin-top: 67px;
box-shadow: -5px 6px 5px rgba(73, 73, 73, 0.28);
}
.mini-menu a {
display: block;
padding: 15px;
border-top: 1px solid #EFEFEF;
}
.overlay {
display: none;
background: rgba(0, 0, 0, 0.78);
width: 100%;
height: 100vh;
position: fixed;
z-index: 99;
}
.slider {
padding: 20px;
}
.slider .item {
position: relative;
border-radius: 0.5rem;
overflow: hidden;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.slider .item img {
border-radius: 0.5rem;
max-height: 300px;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.36);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.slider .item .content {
z-index: 1;
color: #FFF;
position: absolute;
bottom: 0;
right: 0;
padding: 15px;
}
.slider .item .content .tag {
border-radius: 4px;
background: linear-gradient(90deg, #4283B4, #3EB87F);
color: #fff;
font-size: 11px;
padding: 2px 8px;
}
.slider .item .content .title {
padding: 8px 0;
display: block;
color: #fff;
text-decoration: none;
}
.slider .item .content .title:hover {
color: #09E2FA;
background: transparent;
text-decoration: none;
}
.slider .item .content .publish-date {
font-size: 10px;
color: #BEBEBE;
}
.slider .item .mask {
top: 0;
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(2, 2, 2, 0.56), rgba(0, 0, 0, 0.11) 80%) no-repeat;
border-radius: 0.5rem;
}
.slider .item:hover {
cursor: pointer;
}
.slider .item:hover img {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
transform: translateY(-15px);
transform: scale(1.1);
}
.page-content {
padding: 3rem;
}
.page-content b.caption {
color: #4178B3;
margin-left: 20px;
}
.page-content .error-message {
margin-bottom: 70px;
text-align: center;
}
.page-content .error-message h1 {
font-size: 25px;
color: #4178B3;
margin-top: 20px;
}
.page-content .error-message img {
width: 100%;
max-width: 300px;
}
.page-content .error-message .return {
display: inline-block;
margin-top: 15px;
color: #999;
font-size: 12px;
}
.page-content .section-title {
font-size: 22px;
color: #B7B7B7;
font-weight: 700;
margin-bottom: 50px;
}
.page-content .section-title span {
color: #527AFF;
font-weight: 800;
}
.page-content .articles-list .article-row {
position: relative;
display: grid;
grid-template-columns: auto 80%;
margin-bottom: 55px;
}
.page-content .articles-list .article-row .image {
display: inline-block;
width: 150px;
height: 210px;
position: relative;
overflow: hidden;
border-radius: 0.6rem;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.2);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .articles-list .article-row .image img {
position: absolute;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-size: cover;
border-radius: 0.6rem;
}
.page-content .articles-list .article-row .image:hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.4);
}
.page-content .articles-list .article-row .content {
padding: 0 25px;
font-size: 1rem;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.page-content .articles-list .article-row .content .title a {
color: #3A3A3A !important;
font-size: 0.8em;
font-weight: 700;
}
.page-content .articles-list .article-row .content .summary {
display: block;
color: #585858;
font-weight: 300;
}
.page-content .articles-list .article-row .content .details {
display: flex;
border-radius: 5rem;
background: linear-gradient(to left, rgba(65, 120, 179, 0.1), rgba(255, 255, 255, 0));
color: #4178B3;
font-weight: 300;
font-size: 13px;
align-items: center;
}
.page-content .articles-list .article-row .content .details div {
flex-grow: 0.1;
}
.page-content .articles-list .article-row .content .details .author img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.page-content .search-result .section-title input {
border: none;
border-bottom: 1px solid #e8e8e8;
outline: none;
background: #f9f9f9;
padding: 10px 12px;
color: #527AFF;
font-weight: 800;
}
.page-content .search-result .section-title b {
font-weight: 300;
font-size: 16px;
}
.page-content .sidebar > div {
margin-bottom: 5rem;
}
.page-content .sidebar .section-title {
text-align: center;
margin-bottom: 20px;
}
.page-content .sidebar .most-visit .list a {
display: block;
font-size: 13px;
font-weight: 400;
border: 1px solid #D6D6D6;
padding: 6px 13px;
border-radius: 5px;
color: #6B6B6B;
margin-bottom: 16px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .most-visit .list a .title {
display: inline-block;
}
.page-content .sidebar .most-visit .list a .details {
display: block;
margin-top: 5px;
}
.page-content .sidebar .most-visit .list a .details span {
font-size: 0.88em;
margin-top: 5px;
color: #A2A2A2;
margin-left: 10px;
}
.page-content .sidebar .most-visit .list a:hover {
background: linear-gradient(to right, #517AFF, #89E7FF);
color: #FFF;
border: none;
transform: scale(1.04);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.36);
}
.page-content .sidebar .most-visit .list a:hover .details span {
color: #fff;
}
.page-content .sidebar .hot-tags .list a {
display: inline-block;
font-size: 13px;
font-weight: 400;
padding: 6px 13px;
border-radius: 2rem;
margin-left: 4px;
color: #4178B3;
margin-bottom: 16px;
background: #E1E8FF;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .hot-tags .list a:hover {
background: linear-gradient(to right, #517AFF, #89E7FF);
color: #FFF;
border: none;
transform: scale(1.04);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.36);
}
.page-content .sidebar .follow-us .list {
text-align: center;
}
.page-content .sidebar .follow-us .list a {
font-size: 33px;
padding: 6px;
}
.page-content .sidebar .follow-us .list a:hover {
background: transparent;
}
.page-content .sidebar .follow-us .list .telegram i {
background: -webkit-gradient(linear, left top, left bottom, from(#0085c8), to(#00aaff));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .follow-us .list .telegram i:hover {
opacity: 0.66;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .follow-us .list .instagram i {
background: -webkit-gradient(linear, left top, left bottom, from(#FF5445), to(#FC2B82));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .follow-us .list .instagram i:hover {
opacity: 0.66;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .follow-us .list .twitter i {
background: -webkit-gradient(linear, left top, left bottom, from(#38A1F3), to(#13c3f3));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .sidebar .follow-us .list .twitter i:hover {
opacity: 0.66;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .article {
margin-bottom: 50px;
}
.page-content .article .title {
color: #3A3A3A !important;
font-size: 1.8em;
font-weight: 700;
margin-bottom: 33px;
}
.page-content .article .details {
display: flex;
border-radius: 5rem;
background: linear-gradient(to left, rgba(65, 120, 179, 0.1), rgba(255, 255, 255, 0));
color: #4178B3;
font-weight: 300;
font-size: 13px;
align-items: center;
margin-bottom: 33px;
}
.page-content .article .details div {
flex-grow: 0.1;
}
.page-content .article .details .author img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.page-content .article .image img {
width: 100%;
border-radius: 0.6rem;
box-shadow: 0 3px 10px rgba(22, 22, 22, 0.2);
}
.page-content .article .content {
margin-top: 50px;
font-size: 15px;
line-height: 1.8;
font-weight: 400;
text-align: justify;
color: #333;
}
.page-content .article .content img {
max-width: 100%;
height: auto;
}
.page-content .article .tags {
margin: 2rem 0 1rem 0;
}
.page-content .article .tags b {
color: #4178B3;
margin-left: 20px;
}
.page-content .article .tags a {
color: #999;
font-size: 13px;
margin-left: 15px;
}
.page-content .article .share b {
color: #4178B3;
margin-left: 20px;
}
.page-content .article .share a {
color: #999;
font-size: 20px;
margin-left: 15px;
border-radius: 12px;
padding: 1px 5px;
}
.page-content .article .share a i {
position: relative;
top: 2px;
}
.page-content .comments {
display: block;
}
.page-content .comments #cm-message {
display: block;
}
.page-content .comments #cm-message:empty {
display: none;
}
.page-content .comments .btn-cancel {
padding: 5px 12px;
margin-right: 12px;
color: #333;
border-radius: 4px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .comments .btn-cancel:hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
cursor: pointer;
background: #efefef;
}
.page-content .comments .btn-send {
padding: 5px 12px;
background: #4178B3;
border-radius: 4px;
border: none;
color: #fff;
cursor: pointer;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.page-content .comments .btn-send:hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
text-decoration: none;
background: #527AFF;
}
.page-content .comments .cmCount {
margin-right: -15px;
color: #a6a6a6;
font-weight: 200;
font-size: 0.8em;
}
.page-content .comments .form {
margin-bottom: 35px;
}
.page-content .comments .form .user-info img {
width: 36px;
height: 36px;
border-radius: 50%;
display: inline-block;
}
.page-content .comments .form .user-info span {
display: inline-block;
font-size: 0.9em;
font-weight: 500;
color: #4178B3;
}
.page-content .comments .list .cm-box {
margin-bottom: 30px;
padding: 15px 15px 30px 15px;
border-radius: 8px;
background: rgba(158, 158, 158, 0.06);
}
.page-content .comments .list .cm-box:last-child {
border-bottom: none;
}
.page-content .comments .list .cm-box .cm-header {
display: flex;
justify-content: space-between;
margin-bottom: 1em;
}
.page-content .comments .list .cm-box .cm-header .user-info .avatar {
display: inline-block;
margin-left: 0.5em;
}
.page-content .comments .list .cm-box .cm-header .user-info .avatar img {
border-radius: 50%;
width: 36px;
height: 36px;
display: inline-block;
}
.page-content .comments .list .cm-box .cm-header .user-info .details {
font-size: 0.8em;
display: inline-block;
vertical-align: middle;
}
.page-content .comments .list .cm-box .cm-header .user-info .details .name {
font-size: 1.1em;
font-weight: 500;
display: block;
color: #4178B3;
}
.page-content .comments .list .cm-box .cm-header .user-info .details .date {
display: block;
font-size: 0.9em;
color: rgba(0, 0, 0, 0.6);
}
.page-content .comments .list .cm-box .cm-header .actions {
color: #858585;
}
.page-content .comments .list .cm-box .cm-header .actions span {
cursor: pointer;
}
.page-content .comments .list .cm-box .cm-header .actions span:hover {
color: #a8a8a8;
}
.page-content .comments .list .cm-box .cm-body {
color: #5b5b5b;
font-weight: 400;
}
.page-content .comments .list .cm-box .cm-reply {
display: none;
border-radius: 8px;
background: #fff;
margin: 15px;
padding: 15px;
box-shadow: 0 2px 9px #a5a5a54d;
}
.page-content .comments .list .cm-box .cm-list {
margin: 1.3em 1.3em 0 0;
}
.page-content .comments .list .cm-box .cm-list .cm-box {
border-bottom: none;
}
.page-content .contact .caption {
color: #527AFF;
font-weight: bold;
font-size: 24px;
}
.page-content .contact small {
color: #999;
margin-bottom: 35px;
display: block;
font-weight: 300;
}
.page-content .contact .image-envelope {
width: 100%;
}
.footer {
padding-bottom: 20px;
}
.footer .menu {
padding: 1rem 5rem;
border-bottom: 1px solid #e6e6e6;
}
.footer .menu a {
padding: 4px 12px;
color: #8D8D8D;
font-weight: 400;
font-size: 13px;
margin-left: 16px;
}
.footer .copyright {
padding: 1rem 5rem;
font-size: 12px;
}
.paging {
margin: 1rem 0 3rem 0;
}
.paging a {
display: inline-block;
min-width: 30px;
padding: 8px;
border-radius: 4px;
text-align: center;
}
.paging a.active {
background: #4178B3;
color: #FFF;
}
@media screen and (max-width: 992px) {
.header {
position: fixed;
grid-template-columns: 30px 1fr 33%;
}
.header .drawer-menu {
display: block;
color: #4178B3;
font-size: 25px;
}
.header .logo {
padding-right: 5px;
}
.header .menu {
display: none;
}
.header .left-side .action-item {
padding: 10px;
}
.page-content {
padding: 0.4rem;
padding-top: 100px;
}
.slider {
padding-top: 100px;
}
}
@media screen and (max-width: 768px) {
.page-content {
padding: 100px 15px 15px 15px;
}
.page-content .article .title {
font-size: 1.5em;
}
}
@media screen and (max-width: 700px) {
.articles-list .article-row {
grid-template-columns: auto 70% !important;
}
}
@media screen and (max-width: 600px) {
.footer {
text-align: center;
}
.footer .menu {
padding: 1rem;
}
.footer .copyright {
padding: 1rem;
}
.articles-list .article-row {
grid-template-columns: auto !important;
}
.articles-list .article-row .image {
margin: auto;
margin-bottom: 20px;
width: 100% !important;
max-width: 400px;
}
.articles-list .article-row .image img {
width: 100%;
}
}
@media screen and (max-width: 480px) {
.header {
grid-template-columns: 30px 64% 90px;
}
} | 0.391057 | 0.048654 |
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
/* Inicio do css do site*/
#main{
margin-right: auto;
margin-left: auto;
display: block;
max-width: 1268px;
}
header{
position: relative;
width: auto;
margin: 0 auto 0 auto;
}
#busca{
height: 100px;
background: #717171;
}
#formpesquisanav{
border: 1px solid;
border-radius: 25px;
text-align: center;
background: white url(../img/lupa.png) no-repeat 9px center;
width: 300px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
margin-top: 30px;
}
#formpesquisanav:focus{
width: 400px;
}
.form-inline {
position: relative;
margin: 0 auto 0 auto;
}
.btn-outline-success {
position: relative;
margin: 0 auto 0 auto;
}
.navbar-brand{
margin-left: 15%;
}
#menu{
margin-bottom: 1px !important;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu a::after {
transform: rotate(-90deg);
position: absolute;
right: 6px;
top: .8em;
}
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-left: .1rem;
margin-right: .1rem;
}
.painel{
margin-top: -35px;
}
.fig-maracana img{
width: 100%;
margin: 0 auto 0 auto;
}
#select {
position: relative;
width: 325px;
margin: 0 auto 0 auto;
top: 188px;
}
footer{
position: relative;
width: auto;
height: 200px;
border: 1px solid black;
background: #717171;
}
.mapa-container{
width: 100%;
margin: 0 auto;
}
#mapa{
width: 100%;
height: auto;
padding-top: 100%;
overflow: hidden;
position: relative;
}
.card-lateral{
padding: 0;
}
.mapa-card{
} | app/css/app.css | html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
/* Inicio do css do site*/
#main{
margin-right: auto;
margin-left: auto;
display: block;
max-width: 1268px;
}
header{
position: relative;
width: auto;
margin: 0 auto 0 auto;
}
#busca{
height: 100px;
background: #717171;
}
#formpesquisanav{
border: 1px solid;
border-radius: 25px;
text-align: center;
background: white url(../img/lupa.png) no-repeat 9px center;
width: 300px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
margin-top: 30px;
}
#formpesquisanav:focus{
width: 400px;
}
.form-inline {
position: relative;
margin: 0 auto 0 auto;
}
.btn-outline-success {
position: relative;
margin: 0 auto 0 auto;
}
.navbar-brand{
margin-left: 15%;
}
#menu{
margin-bottom: 1px !important;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu a::after {
transform: rotate(-90deg);
position: absolute;
right: 6px;
top: .8em;
}
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-left: .1rem;
margin-right: .1rem;
}
.painel{
margin-top: -35px;
}
.fig-maracana img{
width: 100%;
margin: 0 auto 0 auto;
}
#select {
position: relative;
width: 325px;
margin: 0 auto 0 auto;
top: 188px;
}
footer{
position: relative;
width: auto;
height: 200px;
border: 1px solid black;
background: #717171;
}
.mapa-container{
width: 100%;
margin: 0 auto;
}
#mapa{
width: 100%;
height: auto;
padding-top: 100%;
overflow: hidden;
position: relative;
}
.card-lateral{
padding: 0;
}
.mapa-card{
} | 0.414306 | 0.078184 |
@font-face {
font-family: 'arial-mt';
src: url('../../fonts/arial-mt.eot');
src: local('☺'), url('../fonts/arial-mt.woff') format('woff'), url('../fonts/arial-mt.ttf') format('truetype'), url('../fonts/arial-mt.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'arial-boldMT';
src: url('../../fonts/Arial-BoldMT.eot');
src: local('☺'), url('../fonts/Arial-BoldMT.woff') format('woff'), url('../fonts/Arial-BoldMT.ttf') format('truetype'), url('../fonts/Arial-BoldMT.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'arial';
src: url('../../fonts/arial.eot');
src: local('☺'), url('../fonts/arial.woff') format('woff'), url('../fonts/arial.ttf') format('truetype'), url('../fonts/arial.svg') format('svg');
font-weight: normal;
font-style: normal;
}
* {
padding: 0;
margin: 0;
border: 0;
}
* {
box-sizing: border-box;
}
html{
padding: 264px 0px 0px 321px;
}
.header__title {
font-size: 14px;
color: #555;
font-weight: 400;
font-family: 'arial-mt';
}
.header__elem__top {
color: #003366;
}
.header__elem__main__tittle {
margin-top: 44px;
font-size: 24px;
color: #111;
font-family:arial;
font-weight: 700;
}
.header__elem__price__tittle {
margin-top: 64px;
font-size: 24px;
color: #0066cc;
}
.main__info {
margin-top: 35px;
font-size: 14px;
line-height: 21px;
font-weight: bold;
font-family: "arial-mt";
color: #000;
letter-spacing: 0.56px;
}
.main__descr {
color: #333366;
font-weight: 400;
}
.main__text {
font-family: "arial-mt";
color: #666;
}
.main__paragraph {
margin-top: 35px;
line-height: 21px;
font-size: 12px;
white-space: pre-line;
}
.main__word {
font-weight: 700;
font-family: 'arial-boldMT';
color: #000;
}
.main__list {
list-style-position: inside;
margin-top: 25px;
line-height: 24px;
font-size: 12px;
color: #666;
}
.main__form__title {
margin-top: 40px;
color:#111;
font-weight: 400;
font-size: 14px;
font-family: 'arial-boldMT';
}
.main__title1 {
margin-left: 143px;
}
.main__title2 {
margin-left: 163px;
}
.form1, .form2, .form3 {
display: inline-block;
}
.main__forms {
margin-top: 20px;
}
#main__select__color,
#main__select__size
{
color:#8d8d8d;
font-family: "arial-mt";
font-size: 13px;
font-weight: 400;
width: 168px;
height: 35px;
background-color: #fff;
border-style: solid;
border-width: 1px;
border-color: #e1e1e1;
}
.form2,
.form3 {
padding-left: 26px;
}
#main__select_qnt
{
color:#8d8d8d;
font-family: "arial-mt";
font-size: 14px;
font-weight: bold;
width: 70px;
height: 35px;
background-color: #fff;
border-style: solid;
border-width: 1px;
border-color: #e1e1e1;
}
input[type="number"]::-webkit-inner-spin-button {
opacity: 1;
}
.clear__forms {
margin-top: 40px;
font-size: 12px;
background-color: #fff;
color:#663333;
text-decoration: underline;
font-family: "arial-mt";
}
.footer__buttons {
margin-top: 38px;
margin-bottom: 341px;
}
.text_button1
{
padding: 18px 56px 18px 62px;
font-family: 'arial-boldMT';
background-color: #111;
font-weight: 400;
font-size: 14px;
color: #fff;
border-width: 1px;
border-style: solid;
border-color: #000000;
}
.button1, .button2 {
display: inline-block;
}
.button2 {
margin-left: 20px;
}
.text_button2 {
padding: 18px 46px 18px 54px;
font-family: 'arial-boldMT';
background-color: #fff;
font-weight: 400;
font-size: 14px;
color:#111;
border-width: 1px;
border-style: solid;
border-color: #e1e1e1;
} | CSS/style.css | @font-face {
font-family: 'arial-mt';
src: url('../../fonts/arial-mt.eot');
src: local('☺'), url('../fonts/arial-mt.woff') format('woff'), url('../fonts/arial-mt.ttf') format('truetype'), url('../fonts/arial-mt.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'arial-boldMT';
src: url('../../fonts/Arial-BoldMT.eot');
src: local('☺'), url('../fonts/Arial-BoldMT.woff') format('woff'), url('../fonts/Arial-BoldMT.ttf') format('truetype'), url('../fonts/Arial-BoldMT.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'arial';
src: url('../../fonts/arial.eot');
src: local('☺'), url('../fonts/arial.woff') format('woff'), url('../fonts/arial.ttf') format('truetype'), url('../fonts/arial.svg') format('svg');
font-weight: normal;
font-style: normal;
}
* {
padding: 0;
margin: 0;
border: 0;
}
* {
box-sizing: border-box;
}
html{
padding: 264px 0px 0px 321px;
}
.header__title {
font-size: 14px;
color: #555;
font-weight: 400;
font-family: 'arial-mt';
}
.header__elem__top {
color: #003366;
}
.header__elem__main__tittle {
margin-top: 44px;
font-size: 24px;
color: #111;
font-family:arial;
font-weight: 700;
}
.header__elem__price__tittle {
margin-top: 64px;
font-size: 24px;
color: #0066cc;
}
.main__info {
margin-top: 35px;
font-size: 14px;
line-height: 21px;
font-weight: bold;
font-family: "arial-mt";
color: #000;
letter-spacing: 0.56px;
}
.main__descr {
color: #333366;
font-weight: 400;
}
.main__text {
font-family: "arial-mt";
color: #666;
}
.main__paragraph {
margin-top: 35px;
line-height: 21px;
font-size: 12px;
white-space: pre-line;
}
.main__word {
font-weight: 700;
font-family: 'arial-boldMT';
color: #000;
}
.main__list {
list-style-position: inside;
margin-top: 25px;
line-height: 24px;
font-size: 12px;
color: #666;
}
.main__form__title {
margin-top: 40px;
color:#111;
font-weight: 400;
font-size: 14px;
font-family: 'arial-boldMT';
}
.main__title1 {
margin-left: 143px;
}
.main__title2 {
margin-left: 163px;
}
.form1, .form2, .form3 {
display: inline-block;
}
.main__forms {
margin-top: 20px;
}
#main__select__color,
#main__select__size
{
color:#8d8d8d;
font-family: "arial-mt";
font-size: 13px;
font-weight: 400;
width: 168px;
height: 35px;
background-color: #fff;
border-style: solid;
border-width: 1px;
border-color: #e1e1e1;
}
.form2,
.form3 {
padding-left: 26px;
}
#main__select_qnt
{
color:#8d8d8d;
font-family: "arial-mt";
font-size: 14px;
font-weight: bold;
width: 70px;
height: 35px;
background-color: #fff;
border-style: solid;
border-width: 1px;
border-color: #e1e1e1;
}
input[type="number"]::-webkit-inner-spin-button {
opacity: 1;
}
.clear__forms {
margin-top: 40px;
font-size: 12px;
background-color: #fff;
color:#663333;
text-decoration: underline;
font-family: "arial-mt";
}
.footer__buttons {
margin-top: 38px;
margin-bottom: 341px;
}
.text_button1
{
padding: 18px 56px 18px 62px;
font-family: 'arial-boldMT';
background-color: #111;
font-weight: 400;
font-size: 14px;
color: #fff;
border-width: 1px;
border-style: solid;
border-color: #000000;
}
.button1, .button2 {
display: inline-block;
}
.button2 {
margin-left: 20px;
}
.text_button2 {
padding: 18px 46px 18px 54px;
font-family: 'arial-boldMT';
background-color: #fff;
font-weight: 400;
font-size: 14px;
color:#111;
border-width: 1px;
border-style: solid;
border-color: #e1e1e1;
} | 0.237399 | 0.057971 |
:root {
--i-akiraUI-activeTextColor: #101010;
--i-akiraUI-focusColor: #2196f3;
--i-akiraUI-hoverColor: #252525;
--i-akiraUI-mainColor: #727272;
}
.i-akiraUI {
border: none;
padding: 0;
position: relative;
}
.i-akiraUI__input {
-o-transition: box-shadow .3s ease-in-out;
-webkit-appearance: none;
-webkit-box-shadow: none;
-webkit-box-sizing: border-box;
-webkit-transition: -webkit-box-shadow .3s ease-in-out;
background: transparent;
border-bottom: 1px solid var(--i-akiraUI-mainColor);
border-left: none;
border-radius: 0;
border-right: none;
border-top: none;
box-shadow: none;
box-sizing: border-box;
color: var(--i-akiraUI-mainColor);
cursor: text;
outline: none;
padding: .9em;
transition: -webkit-box-shadow .3s ease-in-out;
transition: box-shadow .3s ease-in-out;
width: 100%;
}
.i-akiraUI__input:hover {
border-bottom-color: var(--i-akiraUI-hoverColor);
color: var(--i-akiraUI-hoverColor);
}
.i-akiraUI__input:focus {
-webkit-box-shadow: 0 -1.5em 0 0 var(--i-akiraUI-focusColor), inset 0 0 0 .2em var(--i-akiraUI-focusColor);
border-bottom: 1px solid var(--i-akiraUI-focusColor);
box-shadow: 0 -1.5em 0 0 var(--i-akiraUI-focusColor), inset 0 0 0 .2em var(--i-akiraUI-focusColor);
color: var(--i-akiraUI-activeTextColor);
}
/*Label*/
.i-akiraUI__label {
-khtml-user-select: none;
-moz-osx-font-smoothing: grayscale;
-moz-user-select: none;
-ms-user-select: none;
-o-transition: all .3s ease-in-out;
-o-transition-property: bottom, left, font-size;
-webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
-webkit-transition: all .3s ease-in-out;
-webkit-transition-property: bottom, left, font-size;
-webkit-user-select: none;
bottom: 5px;
color: var(--i-akiraUI-mainColor);
left: 0;
pointer-events: none;
position: absolute;
transition: all .3s ease-in-out;
transition-property: bottom, left, font-size;
user-select: none;
}
.i-akiraUI__input:hover ~ .i-akiraUI__label {
color: var(--i-akiraUI-hoverColor);
}
.i-akiraUI__input:focus ~ .i-akiraUI__label {
color: whitesmoke; /* FIXME */
}
.i-akiraUI__input:focus ~ .i-akiraUI__label,
.i-akiraUI__input:not([value=""]) ~ .i-akiraUI__label {
bottom: 100%;
font-size: small;
left: 3px;
}
/*Placeholder*/
.i-akiraUI__input::-webkit-input-placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input:-ms-input-placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input::-ms-input-placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input::placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input::-webkit-input-placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input::-ms-input-placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input:not(:focus)::-webkit-input-placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus):-ms-input-placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus)::-ms-input-placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus)::placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus)::-webkit-input-placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus)::-ms-input-placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus)::-moz-placeholder {
color: transparent;
} | src/akira/style.css | :root {
--i-akiraUI-activeTextColor: #101010;
--i-akiraUI-focusColor: #2196f3;
--i-akiraUI-hoverColor: #252525;
--i-akiraUI-mainColor: #727272;
}
.i-akiraUI {
border: none;
padding: 0;
position: relative;
}
.i-akiraUI__input {
-o-transition: box-shadow .3s ease-in-out;
-webkit-appearance: none;
-webkit-box-shadow: none;
-webkit-box-sizing: border-box;
-webkit-transition: -webkit-box-shadow .3s ease-in-out;
background: transparent;
border-bottom: 1px solid var(--i-akiraUI-mainColor);
border-left: none;
border-radius: 0;
border-right: none;
border-top: none;
box-shadow: none;
box-sizing: border-box;
color: var(--i-akiraUI-mainColor);
cursor: text;
outline: none;
padding: .9em;
transition: -webkit-box-shadow .3s ease-in-out;
transition: box-shadow .3s ease-in-out;
width: 100%;
}
.i-akiraUI__input:hover {
border-bottom-color: var(--i-akiraUI-hoverColor);
color: var(--i-akiraUI-hoverColor);
}
.i-akiraUI__input:focus {
-webkit-box-shadow: 0 -1.5em 0 0 var(--i-akiraUI-focusColor), inset 0 0 0 .2em var(--i-akiraUI-focusColor);
border-bottom: 1px solid var(--i-akiraUI-focusColor);
box-shadow: 0 -1.5em 0 0 var(--i-akiraUI-focusColor), inset 0 0 0 .2em var(--i-akiraUI-focusColor);
color: var(--i-akiraUI-activeTextColor);
}
/*Label*/
.i-akiraUI__label {
-khtml-user-select: none;
-moz-osx-font-smoothing: grayscale;
-moz-user-select: none;
-ms-user-select: none;
-o-transition: all .3s ease-in-out;
-o-transition-property: bottom, left, font-size;
-webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
-webkit-transition: all .3s ease-in-out;
-webkit-transition-property: bottom, left, font-size;
-webkit-user-select: none;
bottom: 5px;
color: var(--i-akiraUI-mainColor);
left: 0;
pointer-events: none;
position: absolute;
transition: all .3s ease-in-out;
transition-property: bottom, left, font-size;
user-select: none;
}
.i-akiraUI__input:hover ~ .i-akiraUI__label {
color: var(--i-akiraUI-hoverColor);
}
.i-akiraUI__input:focus ~ .i-akiraUI__label {
color: whitesmoke; /* FIXME */
}
.i-akiraUI__input:focus ~ .i-akiraUI__label,
.i-akiraUI__input:not([value=""]) ~ .i-akiraUI__label {
bottom: 100%;
font-size: small;
left: 3px;
}
/*Placeholder*/
.i-akiraUI__input::-webkit-input-placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input:-ms-input-placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input::-ms-input-placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input::placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input::-webkit-input-placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input::-ms-input-placeholder {
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.i-akiraUI__input:not(:focus)::-webkit-input-placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus):-ms-input-placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus)::-ms-input-placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus)::placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus)::-webkit-input-placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus)::-ms-input-placeholder {
color: transparent;
}
.i-akiraUI__input:not(:focus)::-moz-placeholder {
color: transparent;
} | 0.505371 | 0.079104 |
.mrgn-rgt-25{
margin-right: 25px;
}
.pdg15{
padding: 15px;
}
/*========== ==========*/
.radio {
padding-left: 20px;padding-top: 6px;
}
.radio label {
display: inline-block;
position: relative;
padding-left: 5px; }
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out; }
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #009be3;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
opacity: 0; }
.radio input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
cursor: not-allowed; }
.radio.radio-inline {
margin-top: 0; }
.radio-primary input[type="radio"] + label::after {
background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
background-color: #428bca; }
.radio-danger input[type="radio"] + label::after {
background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
background-color: #d9534f; }
.radio-info input[type="radio"] + label::after {
background-color: #009ce3; }
.radio-info input[type="radio"]:checked + label::before {
border-color: #cccccc; }
.radio-info input[type="radio"]:checked + label::after {
background-color: #009ce3; }
.gender{
float: left;margin-right: 30px;
}
.icon-calendar{
color: #009be3;
}
.calendar-icn-bg{
background: #f8f8f8;
}
.input-txt-plce{
color: #727272 !important;
}
.table-responsive>table>tbody>tr>td{
color: #344d71;
font-weight: lighter;
}
.dr_profile_pic{
border: 3px solid #0da5e4;
border-radius: 50%;
float: left;
margin-right: 40px;
width: 120px;
}
.Dr_name_big{
font-size: 30px!important;
font-weight: 500;
color: #00a0e3;
}
.inner_cont_det{
padding-bottom: 30px;
}
.inner_cont_det p{
font-weight: 500;
padding:30px 0 10px 0px;
}
.total_display {
padding: 0px 10px !important;
width: auto !important;
}
.total{
width: 100px;
text-align: center;
padding: 5px;
border-right: 1px solid #ebebeb;
float: left;
font-weight: 500;
}
.total span{
color: #00a0e3;
}
.answered{
width: 100px;
text-align: center;
padding: 5px;
border-right: 1px solid #ebebeb;
float: left;
font-weight: 500;
}
.answered span{
color: #387a0b;
}
.unanswered{
width: 100px;
text-align: center;
padding: 5px;
float: left;
font-weight: 500;
}
.unanswered span{
color: #ff0000;
}
.width_auto{
width: calc()!important;
}
.profile-img-noti{
border-radius: 50%;
width: 70px;
border: 2px solid #dee0e7;
}
.noti-box p{
font-weight: lighter;
}
.date-blue{
font-style: italic;
font-size: 12px !important;
color: #00a0e3;
float: right;
}
.noti-unread{
background: #d3ecf6 !important;
}
.acp-btn{
width:170px;
}
.approved{
background: #1aa055 none repeat scroll 0 0;
border-radius: 3px;
color: white;
float: right;
padding: 0 20px;
}
.declined{
background: #e30020 none repeat scroll 0 0;
border-radius: 3px;
color: white;
float: right;
padding: 0 20px;
}
/*========== super admin ==========*/
.label-active{
background: #22baa0 ;
width: 100px;
display: block;
float: right;
}
.label-inactive{
background: #f6314d ;
display: block;
width: 100px;
float: right;
}
.phy-detail-label p{
font-weight: lighter;
padding: 7px 0 10px;
}
.phy-detail-label span{
font-weight: 500;
color: #00a0e3;
font-weight: lighter;
}
.phy-detail-label label{
width: 200px;
display: inline-block;
font-weight: lighter;
}
.subscri_bg{
background: #f6f6f7;
padding: 0px;
}
.subscription p{
padding: 10px 0 10px 10px !important;
border-bottom: 1px solid #e9e9ea;
}
.subscription p span{
font-weight: 400;
}
.btn-subscribe{
width: 200px;
float: left;
}
.btn-back{
float: right;
width: 200px;
}
.su-q-list span{
color: #9e9d9d;
}
.set-sponser label{
font-weight: 400;
color: #00a0e3;
}
.content-library{
position: relative;
}
.content-library-bg{
background: url("../images/banner1.jpg") center center fixed;
position: absolute;
width: 100%; height: 100%;
left: 0;
top: 0;
opacity:0.09;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
.content-sub {
position: relative;
}
.content-sub-header{
position: relative;
} | public/assets/admin/css/custom_patient.css | .mrgn-rgt-25{
margin-right: 25px;
}
.pdg15{
padding: 15px;
}
/*========== ==========*/
.radio {
padding-left: 20px;padding-top: 6px;
}
.radio label {
display: inline-block;
position: relative;
padding-left: 5px; }
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out; }
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #009be3;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
opacity: 0; }
.radio input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
cursor: not-allowed; }
.radio.radio-inline {
margin-top: 0; }
.radio-primary input[type="radio"] + label::after {
background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
background-color: #428bca; }
.radio-danger input[type="radio"] + label::after {
background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
background-color: #d9534f; }
.radio-info input[type="radio"] + label::after {
background-color: #009ce3; }
.radio-info input[type="radio"]:checked + label::before {
border-color: #cccccc; }
.radio-info input[type="radio"]:checked + label::after {
background-color: #009ce3; }
.gender{
float: left;margin-right: 30px;
}
.icon-calendar{
color: #009be3;
}
.calendar-icn-bg{
background: #f8f8f8;
}
.input-txt-plce{
color: #727272 !important;
}
.table-responsive>table>tbody>tr>td{
color: #344d71;
font-weight: lighter;
}
.dr_profile_pic{
border: 3px solid #0da5e4;
border-radius: 50%;
float: left;
margin-right: 40px;
width: 120px;
}
.Dr_name_big{
font-size: 30px!important;
font-weight: 500;
color: #00a0e3;
}
.inner_cont_det{
padding-bottom: 30px;
}
.inner_cont_det p{
font-weight: 500;
padding:30px 0 10px 0px;
}
.total_display {
padding: 0px 10px !important;
width: auto !important;
}
.total{
width: 100px;
text-align: center;
padding: 5px;
border-right: 1px solid #ebebeb;
float: left;
font-weight: 500;
}
.total span{
color: #00a0e3;
}
.answered{
width: 100px;
text-align: center;
padding: 5px;
border-right: 1px solid #ebebeb;
float: left;
font-weight: 500;
}
.answered span{
color: #387a0b;
}
.unanswered{
width: 100px;
text-align: center;
padding: 5px;
float: left;
font-weight: 500;
}
.unanswered span{
color: #ff0000;
}
.width_auto{
width: calc()!important;
}
.profile-img-noti{
border-radius: 50%;
width: 70px;
border: 2px solid #dee0e7;
}
.noti-box p{
font-weight: lighter;
}
.date-blue{
font-style: italic;
font-size: 12px !important;
color: #00a0e3;
float: right;
}
.noti-unread{
background: #d3ecf6 !important;
}
.acp-btn{
width:170px;
}
.approved{
background: #1aa055 none repeat scroll 0 0;
border-radius: 3px;
color: white;
float: right;
padding: 0 20px;
}
.declined{
background: #e30020 none repeat scroll 0 0;
border-radius: 3px;
color: white;
float: right;
padding: 0 20px;
}
/*========== super admin ==========*/
.label-active{
background: #22baa0 ;
width: 100px;
display: block;
float: right;
}
.label-inactive{
background: #f6314d ;
display: block;
width: 100px;
float: right;
}
.phy-detail-label p{
font-weight: lighter;
padding: 7px 0 10px;
}
.phy-detail-label span{
font-weight: 500;
color: #00a0e3;
font-weight: lighter;
}
.phy-detail-label label{
width: 200px;
display: inline-block;
font-weight: lighter;
}
.subscri_bg{
background: #f6f6f7;
padding: 0px;
}
.subscription p{
padding: 10px 0 10px 10px !important;
border-bottom: 1px solid #e9e9ea;
}
.subscription p span{
font-weight: 400;
}
.btn-subscribe{
width: 200px;
float: left;
}
.btn-back{
float: right;
width: 200px;
}
.su-q-list span{
color: #9e9d9d;
}
.set-sponser label{
font-weight: 400;
color: #00a0e3;
}
.content-library{
position: relative;
}
.content-library-bg{
background: url("../images/banner1.jpg") center center fixed;
position: absolute;
width: 100%; height: 100%;
left: 0;
top: 0;
opacity:0.09;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
.content-sub {
position: relative;
}
.content-sub-header{
position: relative;
} | 0.362292 | 0.082033 |
@-moz-document domain(youtube.com) {
/*Player background colour*/
.html5-player-chrome {
color: #000!important;
background: #ccc!important;
}
/*Pause/play button*/
.ytp-button-play {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -496px!important;
}
.ytp-button-play:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2232px!important;
}
.ytp-button-pause {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2139px!important;
}
.ytp-button-pause:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2325px!important;
}
/*Replay button*/
.ytp-button-replay {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1890px!important;
}
.ytp-button-replay:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -526px!important;
}
/*Previous/Next buttons*/
.ytp-button-prev {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -371px!important;
}
.ytp-button-prev:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -619px!important;
}
.ytp-button-next {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -1952px!important;
}
.ytp-button-next:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -1580px!important;
}
/*Volume button*/
.ytp-button-volume[data-value=off] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -403px!important;
}
.ytp-button-volume[data-value=off]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2108px!important;
}
.ytp-button-volume[data-value=min] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1457px!important;
}
.ytp-button-volume[data-value=min]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -62px!important;
}
.ytp-button-volume[data-value=normal] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -806px!important;
}
.ytp-button-volume[data-value=normal]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1705px!important;
}
.ytp-button-volume[data-value=quiet] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -806px!important;
}
.ytp-button-volume[data-value=quiet]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1705px!important;
}
.ytp-button-volume[data-value=loud] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1829px!important;
}
.ytp-button-volume[data-value=loud]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -31px!important;
}
.ytp-button-volume[data-value=max] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1829px!important;
}
.ytp-button-volume[data-value=max]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -31px!important;
}
/*Time font color*/
.ytp-time-display {
color: #999!important;
}
.ytp-time-current {
color: #000!important;
}
.ytp-time-separator, .ytp-time-duration, .html5-video-player .html5-player-chrome .progress-text {
color: #666!important;
}
/*Fullscreen button*/
.ytp-button-fullscreen-enter {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1054px!important;
}
.ytp-button-fullscreen-enter:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -341px!important;
}
.ytp-button-fullscreen-exit {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2077px!important;
}
.ytp-button-fullscreen-exit:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1519px!important;
}
/*Toggle default view/cinema mode buttons*/
.ytp-size-toggle-small {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -1550px!important;
}
.ytp-size-toggle-small:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -217px!important;
}
.ytp-size-toggle-large {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -155px!important;
}
.ytp-size-toggle-large:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -651px!important;
}
/*Settings button*/
.ytp-settings-button {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1023px!important;
}
.ytp-settings-button:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 0!important;
}
/*Subtitles button*/
.cc-international .ytp-subtitles-button {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1116px!important;
}
.cc-international .ytp-subtitles-button:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -961px!important;
}
/*Watch later button*/
.ytp-button-watch-later {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2170px!important;
}
.ytp-button-watch-later:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1209px!important;
}
/*Progress bar/volume slider colour*/
.html5-scrubber-button {
background: /*[[color]]*/!important;
}
.ytp-play-progress {
background: /*[[color]]*/!important;
}
.html5-scrubber-button:hover {
background: /*[[color]]*/!important;
}
.ytp-volume-slider-foreground:before {
background: /*[[color]]*/!important;
}
} | data/usercss/104536.user.css | @-moz-document domain(youtube.com) {
/*Player background colour*/
.html5-player-chrome {
color: #000!important;
background: #ccc!important;
}
/*Pause/play button*/
.ytp-button-play {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -496px!important;
}
.ytp-button-play:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2232px!important;
}
.ytp-button-pause {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2139px!important;
}
.ytp-button-pause:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2325px!important;
}
/*Replay button*/
.ytp-button-replay {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1890px!important;
}
.ytp-button-replay:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -526px!important;
}
/*Previous/Next buttons*/
.ytp-button-prev {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -371px!important;
}
.ytp-button-prev:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -619px!important;
}
.ytp-button-next {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -1952px!important;
}
.ytp-button-next:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -1580px!important;
}
/*Volume button*/
.ytp-button-volume[data-value=off] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -403px!important;
}
.ytp-button-volume[data-value=off]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2108px!important;
}
.ytp-button-volume[data-value=min] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1457px!important;
}
.ytp-button-volume[data-value=min]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -62px!important;
}
.ytp-button-volume[data-value=normal] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -806px!important;
}
.ytp-button-volume[data-value=normal]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1705px!important;
}
.ytp-button-volume[data-value=quiet] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -806px!important;
}
.ytp-button-volume[data-value=quiet]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1705px!important;
}
.ytp-button-volume[data-value=loud] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1829px!important;
}
.ytp-button-volume[data-value=loud]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -31px!important;
}
.ytp-button-volume[data-value=max] {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1829px!important;
}
.ytp-button-volume[data-value=max]:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -31px!important;
}
/*Time font color*/
.ytp-time-display {
color: #999!important;
}
.ytp-time-current {
color: #000!important;
}
.ytp-time-separator, .ytp-time-duration, .html5-video-player .html5-player-chrome .progress-text {
color: #666!important;
}
/*Fullscreen button*/
.ytp-button-fullscreen-enter {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1054px!important;
}
.ytp-button-fullscreen-enter:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -341px!important;
}
.ytp-button-fullscreen-exit {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2077px!important;
}
.ytp-button-fullscreen-exit:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1519px!important;
}
/*Toggle default view/cinema mode buttons*/
.ytp-size-toggle-small {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -1550px!important;
}
.ytp-size-toggle-small:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -217px!important;
}
.ytp-size-toggle-large {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -155px!important;
}
.ytp-size-toggle-large:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0px -651px!important;
}
/*Settings button*/
.ytp-settings-button {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1023px!important;
}
.ytp-settings-button:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 0!important;
}
/*Subtitles button*/
.cc-international .ytp-subtitles-button {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1116px!important;
}
.cc-international .ytp-subtitles-button:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -961px!important;
}
/*Watch later button*/
.ytp-button-watch-later {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -2170px!important;
}
.ytp-button-watch-later:hover {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/player-lighthh-vflkYqAKv.webp) 0 -1209px!important;
}
/*Progress bar/volume slider colour*/
.html5-scrubber-button {
background: /*[[color]]*/!important;
}
.ytp-play-progress {
background: /*[[color]]*/!important;
}
.html5-scrubber-button:hover {
background: /*[[color]]*/!important;
}
.ytp-volume-slider-foreground:before {
background: /*[[color]]*/!important;
}
} | 0.180467 | 0.160003 |
/*==========
页面默认样式
==========*/
.H1 {
font-size: 40px;
}
.H2 {
td {
font-size: 0.18rem;
}
}
html {
color: #222;
}
body {
font-family: "微软雅黑";
font-size: 15px;
}
a {
text-decoration: none !important;
}
.clear{clear:both};
h1,h2,h3,h4,h5,td,table,h6 {
padding: 0;
margin: 0;
font-weight: normal;
}
::selection {
background-color: #b3d4fc;
text-shadow: none;
}
ul {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
}
button,
input,
a,
img {
border: none;
background: none;
}
button:hover {
border: none;
}
img {
margin: 0;
padding: 0;
border: none;
}
/*==========
工具样式
==========*/
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.text-right {
text-align: right !important;
}
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.clearfix:after,
.clearfix:before {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.H1 {
color: #8a5b27;
font-weight: bold;
}
.H2 {
color: #c1b09d;
font-size: 16px;
}
.font-ZhuSeDiao {
color: #9a7144;
}
.font-bold {
font-weight: bold;
}
.font-bolder {
font-weight: bolder;
}
.background-ZhuSeDiao {
background-color: #9a7144;
}
.Hong-background {
background-color: #FF0000;
}
.Hei-background {
background-color: #575757;
}
.Hui-background {
background-color: #C0C0C0;
}
.Bai-background {
background-color: #FFFFFF;
}
.Lan-background {
background-color: #4876FF;
}
.Fen-background {
background-color: #EEAEEE;
}
.Huang-background {
background-color: #F9FB83;
}
.Cheng-background {
background-color: #FF7F00;
}
.Zi-background {
background-color: #BF3EFF;
}
.Lv-background {
background-color: #32CD32;
}
.He-background {
background-color: #8B4513;
}
.Bai2-background {
background-color: #f9f9f9;
}
@keyframes LeftBackground {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
@keyframes TopBackground {
from {
background-position: 0 0;
}
to {
background-position: 0 100%;
}
}
/*==========
页面自定义样式
==========*/
.Width1200 {
width: 1200px;
}
/*Header*/
#Header {
width: 100%;
}
#Header #Notice {
color: #ffffff;
width: 100%;
margin: 0 auto;
padding: 10px 0;
background: #bd9c77;
}
#Header #Notice a {
color: #ffffff;
}
#Header #Notice .Notice-Box {
width: 1200px;
height: 20px;
margin: 0 auto;
font-size: 14px;
line-height: 20px;
}
#Header #Notice .Notice-Box span {
float: left;
height: 100%;
}
#Header #Notice .Notice-Box a {
float: right;
text-align: center;
}
#Header #Notice .Notice-Box .A1 {
padding: 0 20px;
}
#Header #Notice .Notice-Box .wei {
width: 66px;
}
#Header #Notice .Notice-Box .wei .Ico2 {
height: 20px;
*height: 20px;
}
#Header #Notice .Notice-Box .wei .ewm {
z-index: 999;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 60px auto;
width: 500px;
height: 500px;
display: none;
*left: 50%;
*margin: 60px auto 0 -250px;
}
#Header #Notice .Notice-Box .wei2 {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}
#Header #Notice .Notice-Box .wei:hover .ewm {
display: block;
}
#Header #Notice .Notice-Box .wei2:hover .ewm {
display: block;
opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#Header .Header_box {
position: relative;
width: 1200px;
height: 134px;
margin: 0 auto;
}
#Header .Header_box #Logo {
float: left;
height: 64px;
margin: 35px 0;
}
#Header .Header_box h3 {
float: left;
font-size: 20px;
color: #7b4d1f;
height: 60px;
line-height: 60px;
padding: 0 24px;
margin: 40px 0 0 26px;
border-left: 1px dashed #cfcfcf;
}
#Header .Header_box .Lxfs {
float: right;
margin: 45px 0 0 10px;
}
#Header .Header_box .Lxfs .sp1 {
font-size: 12px;
}
#Header .Header_box .Lxfs .sp2 {
font-size: 18px;
}
#Header .Header_box .Phone {
float: right;
width: 44px;
margin-top: 46px;
}
#Navigation {
width: 100%;
background: #fff;
border-top: 1px solid rgba(160, 160, 160, 0.3);
border-bottom: 1px solid rgba(160, 160, 160, 0.3);
*border-top: 1px solid #ccc;
*border-bottom: 1px solid #ccc;
}
#Navigation ul {
width: 1200px;
margin: 0 auto;
}
#Navigation ul li {
float: left;
width: 14.2%;
text-align: center;
position: relative;
}
#Navigation ul li a {
float: left;
color: #555555;
font-size: 14px;
padding: 20px 0;
width: 100%;
}
#Navigation ul li a:hover,#Navigation ul li.ona a.X1{
color: #bd9c77;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
}
#Navigation ul li .X1:hover,#Navigation ul li.ona a.X1{
-moz-transition: all 0s;
-webkit-transition: all 0s;
-transition: all 0s;
padding: 22px 0 15px 0;
border-bottom: 2px solid #bd9c77;
}
#Navigation ul li .hover {
background: #FFC24B;
}
#Navigation ul li .a-hover {
display: none;
border: 1px solid rgba(160, 160, 160, 0.3);
width: 100%;
position: absolute;
top: 63px;
z-index: 999;
background: #fff;
*position: absolute;
*top: 62px;
*left: 0px;
}
#Navigation ul li a.X2{
padding:15px 0;
}
#Navigation ul li .a-hover .X2:hover {
background: #f4f4f4;
}
#Navigation ul li:hover {
z-index: 99999;
}
#Navigation ul li:hover .a-hover {
display: block;
z-index: 99998;
}
/*Banner*/
.Swiper1 {
*display: block;
width: 100%;
min-width: 1200px;
height: 560px;
margin: 0 auto;
}
.Swiper1 .Img {
display: block;
width: 100%;
min-width: 1200px;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.Swiper1 .swiper-pagination {
position: absolute;
z-index: 20;
bottom: 10px;
width: 100%;
text-align: center;
border-radius: 10%;
}
.Swiper1 .swiper-pagination-switch {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 8px;
background: #555;
margin: 0 5px;
opacity: 0.8;
border: 1px solid #fff;
cursor: pointer;
}
.Swiper1 .swiper-active-switch {
background: #fff;
}
.Swiper1 .swiper-button-prev,
.Swiper1 .swiper-button-next {
width: 50px;
height: 60px;
position: absolute;
bottom: 250px;
}
.Swiper1 .swiper-button-prev:hover,
.Swiper1 .swiper-button-next:hover {
cursor: pointer;
}
.Swiper1 .swiper-button-prev {
left: 5%;
}
.Swiper1 .swiper-button-next {
right: 5%;
}
.Search-Box {
width: 100%;
height: 192px;
}
.Search-Box .Search {
padding-top: 35px;
width: 1200px;
margin: 0 auto;
}
.Search-Box .Search h3 {
color: #794d20;
font-size: 30px;
}
.Search-Box .Search h4 {
color: #b08a63;
font-size: 10px;
}
.Search-Box .Search form {
position: relative;
margin-top: 26px;
width: 100%;
background: #fff;
}
.Search-Box .Search form input[type="text"] {
background: #fff;
padding: 22px 15px;
}
.Search-Box .Search form .input-right {
width: 390px;
}
.Search-Box .Search form input[type="text"] + input[type="text"] {
border-left: 1px solid #794d20;
}
.Search-Box .Search form input[type="submit"] {
float: right;
text-align: center;
color: #fff;
background: #7b559e;
padding: 21px 56px;
border: 1px solid #fff;
*padding: 20px 56px;
*position: absolute;
*bottom: 0;
*right: 0;
}
.Search-Box .Search form input[type="submit"]:hover {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
background: #613d83;
cursor: pointer;
}
.Ptzr-Box {
width: 100%;
height: 470px;
}
.Ptzr-Box .Ptzr {
width: 1200px;
padding-top: 60px;
margin: 0 auto;
}
.Ptzr-Box .Ptzr .Nav-1 {
float: left;
width: 570px;
}
.Ptzr-Box .Ptzr .Nav-1 h3 {
padding: 30px 0;
color: #b08a63;
font-size: 24px;
}
.Ptzr-Box .Ptzr .Nav-1 p {
width: 570;
line-height:30px;
}
.Ptzr-Box .Ptzr .Nav-2 {
float: right;
}
.Ptzr-Box .Ptzr .Nav-2 .video-js {
width: 600px;
height: 342px;
}
.Wt-Box {
background: #f5f6f7;
width: 100%;
padding: 60px 0;
}
.Wt-Box .Wt {
width: 1200px;
margin: 0 auto;
}
.Wt-Box .Wt h3 {
color: #b08a63;
font-size: 30px;
}
.Wt-Box .Wt h4 {
color: #d7c7b6;
font-size: 10px;
}
.Wt-Box .Wt .Nav {
float: left;
padding-top: 60px;
padding-left: 5%;
width: 45%;
}
.Wt-Box .Wt .Nav .Title {
width: 100%;
height: 50px;
}
.Wt-Box .Wt .Nav .Title .ico {
width: 5%;
margin-right: 2.5%;
}
.Wt-Box .Wt .Nav .Title h5 {
width: 90%;
font-size: 18px;
}
.Wt-Box .Wt .Nav .Title .Xing {
margin-top: 2.5px;
}
.Wt-Box .Wt .Nav .Title img,
.Wt-Box .Wt .Nav .Title h5 {
float: left;
}
.Wt-Box .Wt .Nav .Nav-2 {
width: 100%;
height: 80px;
font-size: 15px;
line-height: 25px;
}
.Syrq-Box {
padding-top: 80px;
width: 100%;
height: 302px;
}
.Syrq-Box .Syrq-Bg {
width: 100%;
height: 170px;
background: rgba(255, 255, 255, 0.8);
*background: #FFF;
filter: alpha(opacity=80);
}
.Syrq-Box .Syrq-Bg .Syrq {
position: relative;
width: 1200px;
margin: 0 auto;
}
.Syrq-Box .Syrq-Bg .Syrq .Nav-Box {
float: left;
width: 690px;
}
.Syrq-Box .Syrq-Bg .Syrq .Nav-Box .Nav {
float: left;
text-align: center;
margin: 0 1px 1px 0;
width: 171.5px;
height: 84px;
line-height: 84px;
background: #bd9c77;
color: #fff;
}
.Syrq-Box .Syrq-Bg .Syrq .Title {
float: left;
margin-left: 110px;
padding: 54PX 0;
}
.Syrq-Box .Syrq-Bg .Syrq .Title h3 {
color: #794d20;
font-size: 30px;
}
.Syrq-Box .Syrq-Bg .Syrq .Title h4 {
color: #b08a63;
font-size: 18px;
}
.Syrq-Box .Syrq-Bg .Syrq .button {
position: absolute;
left: 830px;
top: 170px;
color: #fff;
width: 244px;
height: 44px;
line-height: 44px;
text-align: center;
background: #8e6eac;
}
.Syrq-Box .Syrq-Bg .Syrq .button:hover {
color: #8e6eac;
background: #fff;
font-weight: bold;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
}
.HosDoc-Box {
width: 100%;
padding: 80px 0 60px;
}
.HosDoc-Box .HosDoc {
text-align: center;
width: 1200px;
margin: 0 auto;
}
.HosDoc-Box .HosDoc h3 {
color: #bd9c77;
font-size: 30px;
}
.HosDoc-Box .HosDoc h4 {
color: #dbcbba;
font-size: 12px;
margin-bottom: 55px;
}
.HosDoc-Box .HosDoc .Nav {
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
position: relative;
float: left;
width: 290px;
height: 290px;
margin: 5px;
}
.HosDoc-Box .HosDoc .Nav span {
color: #fff;
width: 100%;
padding: 5px 0;
background: rgba(0, 0, 0, 0.6);
position: absolute;
left: 0;
bottom: 0;
*background: #000;
filter: alpha(opacity=60);
}
.HosDoc-Box .HosDoc .Nav:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Cases-Box {
width: 100%;
padding: 60px 0 42px 0;
background: #f5f6f7;
}
.Cases-Box .Cases {
width: 1200px;
margin: 0 auto;
}
.Cases h3{
text-align: center;
color: #bd9c77;
font-size: 30px;
}
.Cases h3 a{
text-align: center;
color: #bd9c77;
font-size: 30px;
}
.Cases-Box .Cases h3 a.more{
float:right;
margin-right:10px;
color: #8e6eac;
font-size: 18px;
}
.Cases-Box .Cases h4 {
text-align: center;
color: #dbcbba;
font-size: 12px;
}
.Cases-Box .Cases .Nav {
position: relative;
width: 100%;
height: 405px;
background: url(../images/cases-bg.png) no-repeat;
}
.Cases-Box .Cases .Nav .Tx {
width: 186px;
position: absolute;
top: 80px;
left: 190px;
}
.Cases-Box .Cases .Nav .Tx img {
width: 100%;
height: 226px;
}
.Cases-Box .Cases .Nav .Tx span {
display: block;
width: 100%;
text-align: center;
height: 45px;
line-height: 45px;
}
.Cases-Box .Cases .Nav .Nav-2 {
width: 550px;
position: absolute;
top: 100px;
left: 460px;
}
.Cases-Box .Cases .Nav .Nav-2 .title,
.Cases-Box .Cases .Nav .Nav-2 .Ms {
float: left;
width: 100%;
line-height:24px;
}
.Cases-Box .Cases .Nav .Nav-2 .Ms a{color:#555555}
.Cases-Box .Cases .Nav .Nav-2 .title {
text-align: left;
}
.Cases-Box .Cases .Nav .Nav-2 .Xin {
float: left;
width: 106px;
margin: 10px 0;
}
.Inf-Box {
width: 100%;
padding: 74px 0 50px 0;
}
.Inf-Box .Inf {
width: 1200px;
margin: 0 auto;
}
.Inf-Box .Inf .Inf-Nav {
float: left;
width: 47.5%;
}
.Inf-Box .Inf .Inf-Nav .Title {
width: 100%;
}
.Inf-Box .Inf .Inf-Nav .Title h3{
float: left;
font-size: 30px;
color: #bd9c77;
}
.Inf-Box .Inf .Inf-Nav .Title h4 {
float: left;
margin-left: 15px;
font-size: 18px;
color: #bcbcbc;
line-height: 50px;
}
.Inf-Box .Inf .Inf-Nav .Title a {
float: right;
margin-right: 15px;
font-size: 18px;
color: #b99bc6;
line-height: 50px;
}
.Inf-Box .Inf .Inf-Nav .Nav li {
font-size: 15px;
height: 54px;
line-height: 54px;
border-bottom: 1px solid rgba(160, 160, 160, 0.3);
}
.Inf-Box .Inf .Inf-Nav .Nav li img {
margin-right: 10px;
}
.Inf-Box .Inf .Inf-Nav .Nav li a:hover {
color: #bd9c77;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
-transition: all 0.2s;
}
.Inf-Box .Inf .Inf-Nav + .Inf-Nav {
margin-left: 5%;
}
.BeiShu-Box {
width: 100%;
height: 160px;
background: url(../images/beishu-bg.png) no-repeat;
position: relative;
}
.BeiShu-Box .Mask {
width: 100%;
height: 100%;
background: rgba(185, 155, 198, 0.6);
position: absolute;
top: 0;
left: 0;
*background: #b99bc6;
filter: alpha(opacity=80);
}
.BeiShu-Box .BeiShu {
width: 1200px;
height: 100%;
margin: 0 auto;
}
.BeiShu-Box .BeiShu img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto auto;
*left: 50%;
*margin: 50px auto 0 -600px;
}
/*公司介绍页面 CPF.php*/
.About {
width: 100%;
padding: 50px 0;
background: #f8f2ec;
}
.About h3 {
color: #9b754b;
font-size: 30px;
text-align: center;
margin-bottom: 10px;
}
.About .h3-2 {
width: 490px;
height: 14px;
margin: 0 auto 36px;
text-align: center;
font-size: 14px;
line-height: 14px;
position: relative;
}
.About .h3-2 .border {
width: 100%;
height: 7px;
position: absolute;
*left: 0px;
border-bottom: 1px solid #bd9d76;
}
.About .h3-2 span {
color: #bd9d76;
background: #f8f2ec;
display: block;
width: 120px;
height: 14x;
margin: 0 auto;
position: absolute;
left: 185px;
}
.About .WenBen {
width: 1000px;
text-align: center;
margin: 0 auto;
color:#9b754b;
}
.Zx2 {
padding: 36px;
width: 1200px;
margin: 0 auto;
}
.Zx2 a {
float: left;
width: 470px;
height: 340px;
}
.Zx2 .a1 {
float:right;
}
.Fwxm {
padding: 50px 0;
background: #fafafa;
}
.Fwxm h3 {
text-align: center;
color: #9b754b;
font-size: 30px;
}
.Fwxm h4 {
text-align: center;
color: #bd9d76;
font-size: 14px;
}
.Fwxm .Fwxm-2 {
width: 1200px;
margin: 0 auto;
}
.Fwxm .Fwxm-2 .Nav {
float: left;
width: 319px;
padding: 46px 40px 0;
}
.Fwxm .Fwxm-2 .Nav img {
display: block;
margin: 0 auto;
}
.Fwxm .Fwxm-2 .Nav h4 {
font-size: 20px;
line-height: 70px;
}
.Fwxm .Fwxm-2 .Nav .Taxt {
font-size: 16px;
}
.Fwxm .Fwxm-2 .Nav a {
width: 90px;
display: block;
margin: 0 auto;
color: #8e6eac;
padding-top: 32px;
}
.Fwxm .Fwxm-2 .Nav + .Nav {
border-left: 1px dashed #c5c5c5;
}
.Committed {
background: #fafafa;
margin: 0 auto 60px;
width: 1084px;
border: 2px solid #bd9c77;
padding: 7px;
}
.Committed .Nav {
padding: 28px 23px;
border: 1px dashed #bd9c77;
}
.Committed .Nav span{
display:block;
margin-bottom:30px;
}
.Committed .Nav h4 {
color: #f04040;
font-weight: bolder;
font-size: 24px;
margin-bottom: 20px;
}
.Committed .Nav p {
font-size: 16px;
line-height: 28px;
}
.Committed .Nav a {
width: 50px;
display: block;
margin: 0 auto;
}
.Top-icon {
width: 100%;
padding-top: 46px;
padding-bottom: 46px;
}
.Top-icon ul {
width: 1200px;
}
.Top-icon ul li {
float: left;
width:25%;
}
.Top-icon ul li img {
display: inline-block;
vertical-align: middle;
}
.Top-icon ul li span {
display: inline-block;
vertical-align: middle;
}
.Top-icon ul li .P1 {
color: #b99bc6;
font-size: 18px;
}
.Top-icon ul li .P2 {
color: #555555;
font-size: 0.14rem;
}
.Youshi {
width: 100%;
}
.H2-box {
width: 1200px;
height: 19px;
margin: 16px auto 50px;
background: url(../images/h2background.png);
}
.H2-box table,.H2-box2 table{
background-color:#f2f2f4;
margin:auto;
height:19px;
padding:0 14px;
}
.Youshi .Nav-box {
position: relative;
width: 1200px;
}
.Youshi .a-switch {
width: 1200px;
}
.Youshi .Nav-box .Ys-text {
float:left;
width: 246px;
height: 435px;
color: #FFFFFF;
position:relative;
background: url(../images/ys-text.jpg);
}
.Youshi .Nav-box .Ys-text .sp-1,
.Youshi .Nav-box .Ys-text .sp-2 {
display: block;
color: #FFFFFF;
font-size: 25px;
}
.Ys-text div{
width:160px;
position:absolute;
margin:auto;
line-height:50px;
left:0;
right:0;
top:140px;
}
.Youshi .Nav-box .Ys-text a {
width: 150px;
text-align: center;
position: absolute;
top: 350px;
left: 50px;
}
.Youshi .Nav-box .Ys-banner {
position: absolute;
top: 10px;
left: 280px;
width: 1000px;
height: 435px;
color: #FFFFFF;
}
.Youshi .Nav-box .Ys-banner .Youshi {
width: 1000px;
height: 435px;
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide {
position: relative;
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide img {
position: absolute;
bottom: 0px;
left: 0px;
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide .Text-box {
width: 80%;
height: 120px;
color: #000000;
padding: 5px 15px;
position: absolute;
bottom: 0px;
left: 0px;
background-color: rgba(255, 255, 255, 0.8);
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide .Text-box h3 {
color: #7e79af;
font-size: 20px;
line-height: 30px;
height: 30px;
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide .Text-box p {
color: #9b9b9c;
font-size: 14px;
line-height: 12px;
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide:hover .Text-box {
height: 430px;
transition: all 1s;
-moz-transition: all 1s;
/* Firefox 4 */
-webkit-transition: all 1s;
/* Safari 和 Chrome */
-o-transition: all 1s;
/* Opera */
}
.Youshi .Nav-box a {
display: block;
position: absolute;
top: 480px;
left: 570px;
color: #FFFFFF;
background-color: #b99bc6;
width: 156px;
height: 48px;
line-height: 48px;
border-radius: 12px;
}
.Cgan {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.indexgt {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.indurl li{
float:left;
margin-right:28px;
}
.indurl li img{
display:block;
}
.tec li{
float:left;
width:375px;
margin-right:37.5px;
}
.tec li h5{
float:left;
width:375px;
margin-right:37.5px;
font-size:30px;
color:#a4733e;
line-height:70px;
padding-left:10px;
}
.tec li p{
font-size:16px;
color:#444444;
line-height:30px;
}
.indtcxq li{
float:left;
width:358px;
height:650px;
margin-right:63px;
background-color:#faf6f0;
}
.indtcxq li img{
display:block;
}
.indtcxq li h5{
line-height:76px;
text-align:center;
font-size:30px;
color:#a4733e;
}
.indtcxq li div{
width:310px;
margin:auto;
}
.indtcxq li div font{
float:left;
width:278px;
height:68px;
border:#eee4d7 solid 1px;
padding:10px 15px 0;
line-height:30px;
}
.indtcxq li div span{
float:left;
width:100%;
line-height:30px;
margin:20px 0 26px 0;
}
.indtcxq li div a:hover{
color:#fff;
background:#9151ad;
}
.indtcxq li div img{
float:left;
margin:0 5px 0 10px;
}
.teamnav{
width:620px;
margin:auto;
}
.teamnav li{
width:195px;
height:48px;
line-height:48px;
text-align:center;
float:left;
margin-bottom:30px;
border:#f2f2f4 solid 2px;
margin-right:10px;
cursor:pointer;
color:#333333;
border-radius: 10px; /* 所有角都使用半径为5px的圆角,此属性为CSS3标准属性 */
-moz-border-radius: 10px; /* Mozilla浏览器的私有属性 */
-webkit-border-radius: 10px; /* Webkit浏览器的私有属性 */
}
.teamnav li a{
color:#333333;
display:block;
}
.teamnav li.onnavli{
color:#9151ad;
}
.Cgan ul{
width:1200px;
margin:auto;
}
.Cgan ul li{
float:left;
position:relative;
margin:0 18px 15px 0;
}
.Cgan ul li a{
float:left;
}
.Cgan ul li p{
width:100%;
float:left;
text-align:center;
position:absolute;
bottom:0;
line-height:36px;
color: #FFFFFF;
background-color: rgba(138, 91, 39, 0.8);
}
.Cgan a.more{
display: block;
color: #FFFFFF;
background-color: #b99bc6;
width: 156px;
height: 48px;
line-height: 48px;
border-radius: 12px;
}
.Qwzj {
width: 100%;
padding: 50px 0;
background-color: #f2f2f4;
}
.Qwzj .qwzj {
width: 1200px;
}
.Qwzj .qwzj .swiper-slide img {
cursor: pointer;
}
.Qwzj .qwzj .swiper-slide span {
color: #8a5b27;
}
.Ylsb {
width: 100%;
background-color: #f2f2f4;
padding: 50px 0 24px;
}
.indhuis {
width: 100%;
background-color: #f2f2f4;
padding: 50px 0;
}
.indjz{
width:1200px;
margin:auto;
}
.indjz div.frx{
width:620px;
float:right;
}
.indjz ul li.kjli{
margin-bottom:34px;
}
.indjz ul li.kjli img{
float:left;
margin-right:8px;
}
.indjz ul li.kjli h5{
font-size:24px;
color:#a4733e;
margin-bottom:10px;
}
.indjz ul li.kjli p{
font-size:16px;
line-height:30px;
color:#444;
}
.abq a,.viplink a{
font-size:18px;
color:#9151ad;
border-radius:30px;
border:#9151ad solid 1px;
width:190px;
height:56px;
line-height:56px;
text-align:center;
margin:auto;
display:block;
}
.frx a{
float:left;
}
.frx a.ljzx,.viplink a.ljzx{
margin-right:42px;
}
.abq a.ahov,.viplink a.ahov{
color:#fff;
background:#9151ad;
}
.marau{width:1200px; margin:auto;}
.Botton-icon {
padding-top: 40px;
height: 100px;
}
footer {
width: 100%;
background-color: #9a7144;
}
footer .Botton-Nav-bar {
width: 100%;
height: 44px;
padding-bottom: 50px;
}
footer .Botton-Nav-bar ul {
width: 1200px;
}
footer .Botton-Nav-bar ul li {
float: left;
width: 170px;
text-align: center;
font-size: 18px;
line-height: 44px;
}
footer .Botton-Nav-bar ul li a {
color: #FFFFFF;
}
footer .foot {
width: 1200px;
color: #FFFFFF;
position: relative;
}
footer .foot p {
line-height: 42px;
color: #FFFFFF;
}
footer .foot p img {
width: 21px;
vertical-align: middle;
}
.ewm{
float:left;
width:588px;
}
.ewm div{
width:121px;
margin:auto;
text-align:center;
font-size:14px;
line-height:26px;
}
footer .foot #DZ {
float:right;
font-size: 14px;
line-height:26px;
}
footer .foot #DZ p{
font-size: 12px;
line-height:28px;
}
.ylink{
padding: 20px 0;
width: 100%;
float: left;
color: #FFFFFF;
}
.ylink ul{
width: 1200px;
margin: auto;
color: #FFFFFF;
}
.ylink li{
float: left;
margin:0 10px 10px 0;
}
.ylink li a{
color: #FFFFFF;
}
.Tcmx {
width: 100%;
background-color: #f2f2f4;
padding-top: 50px;
padding-bottom: 50px;
}
.H2-box2 {
width: 25%;
height: 19px;
margin: 12px auto 50px;
background: url(../images/h2background.png);
}
.Tcmx .Tcjs {
margin-bottom: 50px;
position: relative;
}
.Tcmx .Tcjs img {
float: left;
margin-right: 25px;
}
.Tcmx .Tcjs .Text {
padding: 10px 0 0;
}
.Tcmx .Tcjs .Text h3 {
font-weight: 900;
font-size: 24px;
color: #555555;
margin-bottom:22px;
}
.Tcmx .Tcjs .Text p {
font-size: 14px;
line-height: 24px;
color: #555555;
}
.Tcmx .Tcjs a {
display: block;
position: absolute;
top: 220px;
left: 400px;
color: #FFFFFF;
background-color: #ad7cb4;
width: 156px;
height: 48px;
line-height: 48px;
border-radius: 12px;
}
.Bai {
width: 100%;
background-color: #FFFFFF;
}
.Tcmx .Tc {
width: 1200px;
padding-top: 50px;
padding-bottom: 50px;
position: relative;
background-color: #FFFFFF;
position:relative;
}
.Tcmx .Tc .ImgJS-2 {
position: absolute;
top: 95px;
left: 1125px;
}
.Tcmx .Tc .ImgJS {
float: left;
margin-right: 25px;
}
.Tcmx .Tc .Text {
padding: 10px 0 0;
}
.Tcmx .Tc .Text h3 {
color: #8d6130;
font-weight:normal;
font-size: 24px;
margin-bottom:22px;
}
.Tcmx .Tc .Text div {
font-size: 14px;
height:99px;
display:block;
line-height: 24px;
color: #555555;
}
.Tcmx .Tc a {
color: #FFFFFF;
background-color: #d1b38f;
width: 120px;
height: 35px;
display:block;
float:left;
line-height: 35px;
border-radius: 8px;
}
.Fuwufei {
width: 100%;
background-color: #f2f2f4;
padding-bottom: 30px;
margin-bottom:50px;
}
.Fuwufei .Text-box {
padding: 20px 15px;
color: #555555;
}
.Fuwufei .Text-box .Hang-1,
.Fuwufei .Text-box .Hang-2,
.Fuwufei .Text-box .Hang-3 {
float: left;
width: 250px;
margin-left: 10%;
}
.Fuwufei .Text-box .Hang-1 ul li,
.Fuwufei .Text-box .Hang-2 ul li,
.Fuwufei .Text-box .Hang-3 ul li {
list-style: square inside url(../images/Li-jiantou.png);
font-size: 14px;
line-height: 30px;
height: 30px;
}
.Djys-RQ {
width: 100%;
background-color: #f2f2f4;
padding: 50px 0;
color: #966a3a;
font-weight: bolder;
}
.Djys-RQ .Yiceng {
margin-top: 40px;
}
.Djys-RQ .Yiceng .bg-color1 {
background-color: #FFFFFF;
}
.Djys-RQ .Yiceng .bg-color2 {
background-color: #ead9c4;
}
.Djys-RQ .Yiceng .box {
padding-top: 50px;
margin-left: 6px;
margin-bottom: 6px;
float: left;
width: 294px;
height: 100px;
font-size:20px;
font-weight:bold;
color:#8a5b27;
}
.Djys-RQ .Erceng {
margin-top: 2px;
}
.Djys-RQ .Erceng .bg-color1 {
background-color: #FFFFFF;
}
.Djys-RQ .Erceng .bg-color2 {
background-color: #ead9c4;
}
.Djys-RQ .Erceng .box {
padding-top: 50px;
float: left;
margin-left: 6px;
height: 100px;
font-size:20px;
font-weight:bold;
}
.Djys-RQ .Erceng .box-1,
.Djys-RQ .Erceng .box-3 {
width: 294px;
}
.Djys-RQ .Erceng .box-2 {
width: 594px;
}
.Djys-RQ a {
width: 113px;
height:28px;
line-height:28px;
display: block;
color: #966a3a;
font-size: 14px;
margin-top: 10px;
border-radius: 4px;
}
.Djys-YS {
width: 100%;
padding-top: 50px;
}
.baozhang {
width: 100%;
padding-bottom:50px;
float:left;
background-color: #f2f2f4;
}
.baozhang .baozhang-box {
padding-top: 50px;
}
.baozhang .baozhang-box .box {
display: inline-block;
width: 200px;
margin: 0 45px 0;
float:left;
}
.baozhang .baozhang-box .box img {
width: 120px;
}
.baozhang .baozhang-box .box h3 {
color: #9a7144;
margin-top:28px;
font-size:24px;
font-weight: bolder;
}
.baozhang .baozhang-box .box p {
font-size: 14px;
line-height: 24px;
color: #555555;
margin-top:15px;
}
.sy_bj_sjj{
width: 495px;
height: 120px;
float: left;
background: url(../images/sy_bj_sjj.jpg) 25px 28px no-repeat;
}
.dtsj {
width: 245px;
height: 30px;
line-height: 30px;
margin-top: 38px;
margin-left: 70px;
float: left;
font-size:12px;
}
.dtsj i {
padding: 0px 22px;
}
.Fuwufei {
width: 100%;
background-color: #f2f2f4;
padding-bottom: 30px;
}
.Gywm-yyb {
width: 100%;
background-color: #f2f2f4;
}
.Gywm-yyb .box {
background-color: #f2f2f4;
padding: 50px 0;
}
.Gywm-yyb .box div.Nav-1 {
font-size: 16px;
line-height: 30px;
display: block;
line-height:30px;
color:#555;
}
.fzlcul{
width:100%;
float:left;
background:url(../images/shijian.png) no-repeat center;
padding-bottom:60px;
}
.fzlcul li{
float:left;
width:480px;
margin-top:60px;
}
.fzlcul li div{
float:left;
width:305px;
}
.fzlcul li img{
float:left;
margin-right:20px;
}
.fzlcul li p{
float: left;
color: #555555;
line-height: 24px;
font-size: 14px;
}
.fzlcul li h2{
color: #b29475;
font-size: 16px;
line-height: 30px;
font-weight: bolder;
}
.indcasel{
float:left;
width:381px;
margin-right:20px;
}
.indcaser{
float:left;
width:799px;
}
.indcaser li{
float:left;
margin:0 19px 22px 0;
position:relative;
}
.indcaser li img{
display:block;
}
.Mask{
cursor: pointer;
width: 346px;
height: 248px;
padding:34px 22px 0 22px;
color: #FFFFFF;
font-size: 16px;
line-height:26px;
background-color: rgba(138, 91, 39, 0.8);
position: absolute;
bottom: 0;
left: 0;
display:none;
}
.Mask p{
color: #FFFFFF;
font-size: 28px;
margin-bottom:38px;
text-align:center;
}
.indcasel a{
font-size:16px;
color:#444;
line-height:28px;
}
.indcasel a p{
font-size:28px;
color:#a4733e;
line-height:78px;
}
.honor li{
float:left;
margin-right:48px;
}
.indnews{
float:left;
width:570px;
}
.indnews h5{
font-size:34px;
color:#8a5b27;
margin-bottom:36px;
}
.indnews h5 span{
font-size:18px;
color:#bcbcbc;
}
.indnews h5 a{
font-size:18px;
color:#b99bc6;
float:right;
margin-top:16px;
}
.indnews li{
line-height:56px;
border-bottom:#e7e7e7 solid 1px;
}
.indnews li a{
font-size:16px;
color:#444;
display:block;
}
.indnews li a img{
float:left;
display:block;
}
.indnews li a span{
float:right;
color:#cdcdcd;
}
.inban{
background:url(../images/inbg.jpg) center no-repeat;
width:100%;
height:114px;
padding-top:45px;
}
.Gywm-Fw {
padding-top: 40px;
width: 100%;
background-color: #f2f2f4;
}
.Gywm-Fw .Fw-box {
padding-bottom: 50px;
}
.fwul{width:100%; float:left;}
.fwul li{
float:left;
width:281px;
margin:0 24px 26px 0;
}
.fwul li div{
color: #9a7144;
font-size: 18px;
padding: 16px 0 10px;
text-align: center;
}
.fwul li p{
color: #555;
font-size: 14px;
line-height: 24px;
text-align: left;
margin: 0;
min-height: 48px;
}
.Datu-box {
padding: 50px 0;
width: 100%;
float:left;
line-height:25px;
}
.Datu-box h3 {
font-size: 30px;
line-height: 20px;
margin-bottom:20px;
}
.Wyet {
background-color: #f2f2f4;
padding: 50px 0;
}
.Wyet .Wyet-Boxs {
width: 1200px;
margin-top: 30px;
}
.Wyet .Wyet-Boxs .Wyet-Box {
width: 200px;
height: 176px;
background-color: #FFFFFF;
float: left;
}
.Wyet .Wyet-Boxs .Wyet-Box font{
margin-top: 45px;
}
.Wyet .Wyet-Boxs div{
width:100%;
padding:21px 0;
float:left;
}
.Wyet .Wyet-Boxs div img{
float:left;
margin-left:22px;
}
.Wyet .Wyet-Boxs font {
color: #8a5b27;
font-size: 18px;
font-weight:bold;
float:left;
width:100%;
text-align:center;
}
.Wyet .Wyet-Boxs p {
margin:0 15px;
float:left;
color: #555555;
line-height: 26px;
font-size: 14px;
padding-top:10px;
}
.SD-ys {
width: 100%;
padding: 50px 0 50px;
}
.SD-ys .SD-ys-box {
height: 365px;
padding-top: 18px;
background: url(../images/3dayoushi.png);
position: relative;
}
.SD-ys .SD-ys-box h3 {
color: #8a5b27;
font-size: 28px;
font-weight: bolder;
}
.SD-ys .SD-ys-box h3 b {
font-size: 40px;
font-weight: bolder;
}
.SD-ys .SD-ys-box .Text {
position: absolute;
top: 100px;
left: 600px;
}
.SD-ys .SD-ys-box .Text h3 {
font-size: 20px;
line-height: 30px;
font-weight: bolder;
height: 30px;
color: #d0bcd9;
}
.SD-ys .SD-ys-box .Text p {
font-size: 14px;
line-height: 24px;
color: #555555;
margin-bottom:22px;
}
.SD-ys .SD-ys-box .Text span {
font-size: 20px;
color: #d0bcd9;
}
.Syrq .Syrq-box .box {
float: left;
width: 360px;
height: 342px;
background-color: #FFFFFF;
margin:0 60px 35px 0;
}
.Syrq .Syrq-box .box-margin {
margin-right: 0
}
.Syrq .Syrq-box p {
margin-top: 20px;
font-size: 16px;
color: #555555;
}
.Syrq .Syrq-box a {
margin: 20px auto 30px;
padding: 5px 20px;
width: 120px;
display: block;
color: #b386c6;
border: 1px solid #b386c6;
border-radius: 20px;
font-size: 18px;
}
.Syrq .Syrq-box a:hover {
background-color: #b386c6;
color: #FFFFFF;
transition: all 0.6s;
-moz-transition: all 0.6s;
/* Firefox 4 */
-webkit-transition: all 0.6s;
/* Safari 和 Chrome */
-o-transition: all 0.6s;
/* Opera */
}
.Ye-mei{
padding:46px 0 60px 0;
}
.Ye-mei a {
color: #c6c6c6;
font-size: 14px;
}
.Ye-mei a:hover {
color: #b99bc6;
}
.Ye-mei .Start img {
width: 22px;
margin-right: 5px;
vertical-align: middle;
}
.Ye-mei .End a {
color: #b99bc6;
}
.Ye-mei li {
float: left;
}
.teamul li{
float: left;
}
.teamul li a{
width: 195px;
height: 48px;
line-height: 48px;
text-align: center;
float: left;
border: #f2f2f4 solid 2px;
margin:0 10px 30px 0;
cursor: pointer;
color: #333333;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.teamul li a.ona{
color: #9151ad;
}
.Zj-Nav{
margin-bottom:50px;
}
.Zj-Nav ul.teamzl li {
float: left;
width: 100%;
margin-bottom:50px;
}
.Zj-Nav ul li div.imgdiv{
float:left;
margin-right:34px;
}
.Zj-Nav ul li div.condiv{
float:left;
width:643px;
height:240px;
border-right:#e6e6e6 solid 1px;
}
.Zj-Nav ul li h3 {
margin:14px 0 6px 0;
}
.Zj-Nav ul li h3 a{
font-size:24px;
color:#8a5b27;
}
.Zj-Nav ul li h3 a em{
font-size:18px;
}
.Zj-Nav ul li span{
display: block;
font-size: 18px;
color: #000;
line-height: 26px;
margin-top: 4px;
}
.Zj-Nav ul li p{
font-size: 14px;
line-height: 22px;
padding: 14px 20px;
width:573px;
float:left;
margin: 20px 0 24px 0;
background-color:#f4f4f4;
}
.Zj-Nav ul li font{
float:left;
font-size: 18px;
color:#c03427;
}
.Zj-Nav ul li div.yyalink{
width:138px;
float:left;
}
.Zj-Nav ul li div.yyalink a{
float:left;
width: 130px;
height: 50px;
color:#FFF;
line-height:50px;
text-align:center;
border-radius: 30px; /* 所有角都使用半径为5px的圆角,此属性为CSS3标准属性 */
-moz-border-radius: 30px; /* Mozilla浏览器的私有属性 */
-webkit-border-radius: 30px; /* Webkit浏览器的私有属性 */
}
.Zj-Nav ul li div.yyalink a.djzj_link {
background-color:#9151ad;
margin: 60px 0px 0px 28px;
}
.Zj-Nav ul li div.yyalink a.yyzj_link {
color:#9151ad;
border:#9151ad solid 1px;
margin: 18px 0px 0px 28px;
}
.case-Nav{ margin-bottom:60px;}
.case-Nav ul li{ float:left; width:570px; padding-right:30px; position:relative;}
.case-Nav ul div{ float:left; width:100%; height:1px; border-bottom:#cacaca dashed 1px; margin:40px 0;}
.case-Nav ul li a img{ float:left; margin-right:20px;}
.case-Nav ul li h3{ margin:30px 0;}
.case-Nav ul li h3 a{ font-size:24px; color:#8a5b27;}
.case-Nav ul li p{ font-size:14px; color:#555555;}
.case-Nav ul li p a{ font-size:14px; color:#8a5b27;}
.case-Nav ul li span{ position:absolute; font-size:14px; color:#888888; bottom:30px;}
.List-box {
position: relative;
margin-bottom:50px;
}
.List-box dl {
float: left;
width: 280px;
background-color: #f2f2f4;
padding-bottom: 80px;
}
.List-box dl dt {
text-align: center;
padding: 20px 0;
background: #d1b38f;
border-bottom: 6px solid #8a5b27;
color: #bc9a74;
font-size: 14px;
}
.List-box dl dt h3 {
font-size: 26px;
font-weight: bolder;
color: #8a5b27;
}
.List-box dl dd {
margin: 0 50px 0;
height: 60px;
border-bottom: 2px solid #ededef;
}
.List-box dl dd a {
color: #a6a6a7;
font-size: 20px;
line-height: 60px;
}
.List-box dl dd a:hover,.List-box dl dd a.ona{
color: #000;
}
.List-box .Wen-Boxs {
width: 875px;
float: left;
}
.List-box .Wen-Boxs ul {
display: block;
margin-left: 50px;
}
.List-box .Wen-Boxs ul li {
float: left;
width: 900px;
height: 170px;
margin-bottom: 50px;
padding-bottom: 30px;
border-bottom: 1px dashed #cbcbcb;
}
.List-box .Wen-Boxs ul li img {
float: left;
margin-right: 30px;
}
.List-box .Wen-Boxs ul li h3{
float:left;
width:622px;
height: 40px;
line-height:40px;
}
.List-box .Wen-Boxs ul li h3 a{
color: #444444;
font-size: 20px;
line-height: 40px;
font-weight: none;
float:left;
}
.List-box .Wen-Boxs ul li h3 font{
float:right;
font-size:14px;
color:#888888;
font-weight:normal;
}
.List-box .Wen-Boxs ul li p {
font-size: 14px;
line-height: 24px;
color: #555555;
line-height:26px;
}
.List-box .Wen-Boxs ul li p a{
color: #b99bc6;
}
.List-box .Wen-Boxs ul li span {
font-size: 14px;
line-height: 120px;
color: #919191;
}
.Wzxq {
float: left;
width: 800px;
margin: 0 60px 0;
color: #737373;
}
.Wzxq2 {
float: left;
width: 100%;
color: #737373;
}
.Wzxq h2,.Wzxq2 h2{
font-size:24px;
margin-bottom:14px;
font-weight:normal;
text-align:center;
}
.Wzxq h3,.Wzxq2 h3 {
font-size:14px;
margin-bottom:36px;
font-weight:normal;
text-align:center;
}
.Wzxq h3 span,.Wzxq2 h3 span {
margin-right: 20px;
}
.contx {
font-size:14px;
line-height:30px;
color: #555555;
line-height:30px;
}
.contx div,.contx p{
font-size:14px;
}
.Wzxq a,.Wzxq2 a {
color: #9a7144;
}
.Wzxq img,.Wzxq2 img {
max-width:100%;
}
.fxs{
width:100%; float:left; margin-top:20px;
}
.bdsharebuttonbox{
float:right;
}
.contnr{
margin-top:50px;
}
.contnrl{
float:left;
}
.contnrl h5{
font-size:18px;
color:#444;
line-height:54px;
}
.contnrl p{
color:#444;
font-size:16px;
line-height:32px;
}
.contnrr{
color:#9a7144;
width:176px;
text-align:center;
margin:64px auto 0;
font-size:16px;
}
.vipimg{
float:left;
margin-left:26px;
}
.vipimg img{
width:352px;
height:444px;
}
.vipcon{
float:right;
width:744px;
margin-right:25px;
}
.vipcon h5{
font-size:30px;
color:#8a5b27;
margin-bottom:16px;
}
.vipcon h5 em{
font-size:24px;
}
.vipcon p{
font-size:16px;
line-height:30px;
color:#333333;
}
.vipzz{
width:100%;
float:left;
margin-top:18px;
}
.vipzz li{
float:left;
margin-right:21px;
}
.viplink{width:100%; float:left; margin-top:16px;}
.viplink a{float:left;}
.vipteam{width:100%; float:left; margin:48px 0 50px 0;}
.viphjkj{width:946px; height:496px; background-color:#FFF; float:left; display: table; text-align:center}
.viphjkj span{width:946px; height:496px; display: table-cell; vertical-align: middle;}
.viphjkj img{width:922px; height:477px; display: inline-block;}
.viphjxt{width:228px; height:496px; float:right;}
.viphjxt li{width:100%; height:118px; float:right; margin-bottom:8px; cursor:pointer;}
.viphjxt li img{width:100%; height:118px; display:block;}
.vipmskl{width:55%; float:left; background-color:#c0accb; height:372px; margin-bottom:66px;}
.vipmsl{width:686px; float:right; color:#ffffff; font-size:16px;}
.vipmsl h5{ font-size:36px; margin-top:57px;}
.vipmsl h4{margin-bottom:38px;}
.vipmsl p{ line-height:26px; width:100%; float:left;}
.vipmsl p img{ float:left; margin:0 6px 18px 0;}
.vipmskr{width:45%; float:left; background-color:#d1b38f; height:372px; margin-bottom:66px;}
.vipmsr{width:388px; float:left; color:#ffffff; font-size:16px; padding-left:126px;}
.vipmsr h5{ font-size:36px; margin-top:57px;}
.vipmsr h4{margin-bottom:38px;}
/*==========
页面自定义通用样式
==========*/
.pagesize_font{display:none;}
.a-switch { padding_bottom:40px; }
.a-switch-lf { float:left; width:277px; height:435px; background:url(../images/a-ww1.jpg) no-repeat center center; position:relative; }
.a-switch-lf p { font-size:25px; color:#fff; line-height:35px; width:210px; margin:60px auto 0 auto; }
.a-switch-lf b { position:absolute; overflow:hidden; background:#fff; border-radius:40px; font-size:16px; color:#8a5b27; font-weight:normal; display:block; bottom:45px; left:50%; width:220px; margin-left:-110px; height:40px; line-height:40px; text-align:center; }
.a-switch-lf b a { display:block; color:#8a5b27; }
.a-bjf7f7f7 { width:100%; background:#f7f7f7; }
.friend{height:435px;margin-left:40px;overflow:hidden;width:910px; position:relative; float:left; }
.mr_frbox{height:435px;}
.mr_frBtnL{cursor:pointer;display:inline;float:left;height:80px;width:36px; position:absolute; left:0; top:204px; z-index:999; opacity:0.5; }
.mr_frBtnL:hover { opacity:1; }
.mr_frUl{float:left;height:435px;width:823px; }
.mr_frBtnR{float:right;cursor:pointer;width:36px;height:80px; position:absolute; right:0; top:204px; z-index:999; opacity:0.5; }
.mr_frBtnR:hover { opacity:1; }
.mr_frUl ul li{display:inline;float:left; width:200px;overflow:hidden;position:relative; margin-right:37px; position:relative; }
.mr_frUl ul li a img{ width:200px; height:435px; }
.mr_frUl-text { height:150px; width:200px; position:absolute; bottom:0; background:url(../images/white.png) repeat center center; }
.mr_frUl-text dl { width:160px; margin:0 auto; }
.mr_frUl-text dl dt { font-size:18px; color:#8a5b27; font-weight:bold; padding:20px 0 15px 0; }
.mr_frUl-text dl dd { font-size:12px; line-height:20px; height:80px; overflow:hidden; }
.mr_frUl ul li:hover .mr_frUl-text { height:440px; }
.mr_frUl ul li:hover .mr_frUl-text dl dd { font-size:12px; line-height:20px; height:360px; overflow:hidden; }
.a-onlinebooking { width:1005; height:590px; background:url(../images/a-gddt.jpg) no-repeat center center; background-size:cover; background-attachment:fixed; }
.a-list { width:100%; height:420px; background:url(../images/a-tab.jpg) no-repeat center center; }
.a-list h3 { text-align:center; padding-top:50px; font-weight:normal; }
.a-list h3 span { display:inline-block; font-size:34px; color:#fff; margin:0 15px; height:50px; line-height:35px; cursor:pointer; }
.a-list h3 span.active { background:url(../images/tmqh.png) no-repeat center bottom; }
.a-list p { font-size:12px; color:#000; line-height:16px; width:100%; text-align:center; padding:10px 0 40px 0; opacity:0.5; }
.a-list ul { text-align:center; }
.a-list ul li { display:inline-block; text-align:center; height:130px; width:60px; position:relative; }
.pagesize_num .disable,.pagesize_num .this{
padding:5px 10px;
background:#d1b38f;
border:#d1b38f solid 1px;
color:#9a7144;
margin-right:8px;
}
.pagesize_num a{
padding:5px 10px;
border:#d1b38f solid 1px;
color:#9a7144;
margin-right:8px;
}
.move_2_3{width:1200px;height:508px;position:relative;margin:0 auto;}
.move_2_3 .picbox{width:1200px;position:absolute;left:0;}
.move_2_3 .picbox li{width:266px; float:left; display:inline;overflow: hidden; margin-right:46px;}
.move_2_3 .picbox li a h5{width:100%; text-align:center; font-size:18px; color:#8a5b27; font-weight:bold;}
.move_2_3 .picbox li a p{text-align:center; font-size:18px; color:#333333; line-height:26px;}
.move_2_3 .picbox li a{ display:block;}
.move_2_3 .picbox li div.teambg{background-color:#f6f6f6; padding:20px 0;}
.move_2_3 .left_btn{width:36px;height:80px;position:absolute;left:0;top:180px;cursor: pointer; z-index:10;background: url("../images/leftbutton.png") no-repeat 0px 0px;}
.move_2_3 .right_btn{width:36px;height:80px;position:absolute;right:0;top:180px;cursor: pointer; z-index:10;background: url("../images/rightbutton.png") no-repeat 0px 0px;}
.indyygh{width:264px; float:left; margin-top:5px; height:55px; }
.indyygh a{width:130px; float:left; display:block; text-align:center; color:#9151ad; line-height:53px; border-radius: 0 50px 50px 0; border:#9151ad solid 1px;}
.indyygh a.yya{ background-color:#9151ad; color:#fff; border-radius: 50px 0 0 50px;}
.clear{clear:both;}
.move_2_1{width:1200px;height:253px;position:relative;margin:0 auto;}
.move_2_1 .picbox{width:1110px;position:absolute;left:62px;}
.move_2_1 .picbox li{width:335px; float:left; display:inline;overflow: hidden; margin-right:35px;}
.move_2_1 .picbox li img{width:335px; height:253px; display:block;}
.move_2_1 .left_btn{width:25px;height:48px;position:absolute;left:0;top:103px;cursor: pointer; z-index:10;background: url("../images/vipleft.png") no-repeat 0px 0px;}
.move_2_1 .right_btn{width:25px;height:48px;position:absolute;right:0;top:103px;cursor: pointer; z-index:10;background: url("../images/vipright.png") no-repeat 0px 0px;}
.move_2_4{width:1200px;height:164px;position:relative;margin:0 auto;}
.move_2_4 .picbox{width:1067px;position:absolute;left:65px;}
.move_2_4 .picbox li{width:130px; float:left; display:inline;overflow: hidden; margin-right:26px;}
.move_2_4 .picbox li img{width:130px; height:164px; display:block;}
.move_2_4 .left_btn{width:25px;height:48px;position:absolute;left:0;top:55px;cursor: pointer; z-index:10;background: url("../images/vipleft.png") no-repeat 0px 0px;}
.move_2_4 .right_btn{width:25px;height:48px;position:absolute;right:0;top:55px;cursor: pointer; z-index:10;background: url("../images/vipright.png") no-repeat 0px 0px;}
.move_2_5{width:1200px;height:187px;position:relative;margin:0 auto;}
.move_2_5 .picbox{width:1096px;position:absolute;left:53px;}
.move_2_5 .picbox li{width:274px; float:left; display:inline;overflow: hidden;}
.move_2_5 .picbox li div{width:274px; height:132px; overflow: hidden; text-align:center;display:table;}
.move_2_5 .picbox li div a{vertical-align:middle;display:table-cell;}
.move_2_5 .picbox li span{width:274px; margin-top:30px; display:block; text-align:center; color:#8a5b27;}
.move_2_5 .left_btn{width:42px;height:82px;position:absolute;left:0px;top:35px;cursor: pointer; z-index:10;background: url("../images/syrq_l.jpg") no-repeat 0px 0px;}
.move_2_5 .right_btn{width:42px;height:82px;position:absolute;right:0px;top:35px;cursor: pointer; z-index:10;background: url("../images/syrq_r.jpg") no-repeat 0px 0px;}
.floating_ck{position:fixed;left:20px;bottom:10%; z-index:9999999}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#d1b38f;border-bottom:solid 0.5px #ebd9c3;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#c9ab87;}
.floating_ck dl dd:hover .floating_left{display:block;}
.floating_ck dl dd img{width: 80%;margin: 5px auto;}
.floating_left{line-height:80px;color:#FFFFFF;position:absolute;right:-160px;top:0px;width:160px;height:80px;background-color:#c9ab87;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:200px;top:-120px;}
.floating_ewm i{background-image:url(../images/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:15px;line-height:20px;}
.swtck{ position:fixed; top:0; left:0; right:0; bottom:0; width:430px; height:265px; margin:auto; z-index:999911;}
.swtck a{ position:absolute; bottom:40px; display:block; width:112px; height:31px;}
.anniu_l{right:151px;}
.anniu_r{right:24px;}
.swtck div{position:relative;}
.swtck div span{position:absolute; z-index:999999; top:10px; right:10px; cursor:pointer;}
/* L3.Process.php 赴柬生子服务流程页面 */
.Fwlc-Title,
.Fwlc-Title-2 {
color: #bd9c77;
font-weight: bold;
}
.Fwlc-Title {
text-align: center;
margin: 40px 0 10px 0;
font-size: 25px;
}
.Fwlc-Title-2 {
width: 1200px;
text-align: center;
font-size: 15px;
margin: 0 auto;
}
.Fwlc-Title-2 .border {
position: relative;
top: 12px;
left: 0;
width: 100%;
border-bottom: 1px solid #bd9c77;
}
.Fwlc-Title-2 span {
position: relative;
padding: 0 10px;
background: #fff;
}
.Fwlc {
padding: 20px 0;
width: 1200px;
margin: 0 auto;
}
.Fwlc .Fwlc-box {
float: left;
width: 33.33%;
height: 200px;
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Fwlc .Fwlc-box span {
cursor:pointer;
font-weight: bold;
width: 80%;
height: 20px;
line-height: 20px;
padding: 10px 10%;
display: block;
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
font-size: 15px;
position: absolute;
top: 160px;
left: 0;
}
.Fwlc .Fwlc-box .Mask2 {
cursor:pointer;
display: block;
width: 100%;
height: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Fwlc .Fwlc-box:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Fwlc .Mask2 {
opacity: 0.2;
background: linear-gradient(-12deg, #FFF 19%, #bd9c77 81%);
}
.Fwlc .Mask2:hover {
opacity: 0;
}
/* Service.php 优韵宝柬埔寨试管婴儿服务 */
.Service .Title-Nav {
width: 100%;
height: 270px;
background-color: #f8f2ec;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .Title-Nav .Mask2 {
position: absolute;
padding: 60px 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.Service .Title-Nav .Mask2 .Title,
.Service .Title-Nav .Mask2 .Title-2 {
color: #fff;
font-weight: bold;
}
.Service .Title-Nav .Mask2 .Title {
text-align: center;
margin: 0 10px 0;
font-size: 25px;
margin-bottom: 20px;
}
.Service .Title-Nav .Mask2 p {
margin: 0 auto;
width: 1200px;
font-size: 16px;
line-height: 32px;
color: #fff;
text-align: center;
}
.Service .Title-Nav:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .YouShi {
width: 100%;
padding: 30px 0;
}
.Service .YouShi h3 {
color: #9b754b;
font-size: 30px;
text-align: center;
margin-bottom: 10px;
}
.Service .YouShi .h3-2 {
width: 490px;
height: 14px;
margin: 0 auto 36px;
text-align: center;
font-size: 14px;
line-height: 14px;
position: relative;
}
.Service .YouShi .h3-2 .border {
width: 100%;
height: 7px;
position: absolute;
*left: 0px;
border-bottom: 1px solid #bd9d76;
}
.Service .YouShi .h3-2 span {
color: #bd9d76;
background: #fff;
display: block;
width: 120px;
height: 14x;
margin: 0 auto;
position: absolute;
left: 185px;
}
.Service .YouShi .Box {
width: 1200px;
margin: 0 auto;
}
.Service .YouShi .Box .Img,
.Service .YouShi .Box .Nav {
position: relative;
float: left;
height: 400px;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .YouShi .Box .Img {
width: 33.3%;
background-color: #555;
}
.Service .YouShi .Box .Img:hover,
.Service .YouShi .Box .Nav:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .YouShi .Box .Nav {
width: 66.6%;
background-color: #efefe3;
color: #59554a;
}
.Service .YouShi .Box .Nav .Text {
width: 80%;
position: absolute;
top: 60px;
left: 80px;
}
.Service .YouShi .Box .Nav .Text h4 {
position: relative;
display: block;
font-weight: bold;
font-size: 25px;
line-height: 20px;
padding-bottom: 30px;
}
.Service .YouShi .Box .Nav .Text h4 .border {
width: 10%;
border-bottom: 3px solid #59554a;
position: absolute;
bottom: 10px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
}
.Service .YouShi .Box .Nav .Text h4:hover .border {
width: 60%;
}
.Service .YouShi .Box .Nav .Text p + p {
margin-top: 10px;
}
.Service .YouShi .Box-1 .Img {
position: relative;
}
.Service .YouShi .Box-1 .Img .Title {
color: #fff;
width: 40%;
padding: 10px;
font-size: 14px;
line-height: 25px;
background-color: rgba(69, 59, 49, 0.6);
border-radius: 18px;
position: absolute;
bottom: 20px;
right: 20px;
}
.Service .YouShi .Box-1 .Img .Title p + p {
margin-top: 10px;
}
.Service .YouShi .Box-2 .Nav {
width: 33.3%;
}
.Service .YouShi .Box-2 .Nav .Mask {
width: 100%;
height: 100%;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
position: relative;
}
.Service .YouShi .Box-2 .Nav-2 .Mask-2 {
width: 100%;
height: 100%;
background-color: rgba(175, 175, 175, 0);
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
}
.Service .YouShi .Box-3 .Nav-3 .Mask {
width: 100%;
height: 100%;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
position: relative;
}
.Service .YouShi .Nav:hover .Mask,
.Service .YouShi .Nav-2:hover .Mask,
.Service .YouShi .Nav-3:hover .Mask {
background-color: rgba(179, 165, 128, 0);
}
.Service .YouShi .Nav:hover .Mask-2,
.Service .YouShi .Nav-2:hover .Mask-2,
.Service .YouShi .Nav-3:hover .Mask-2 {
background-color: rgba(68, 58, 48, 0);
}
.Service .YouShi .Text-2 {
color: #fff;
width: 40%;
padding: 10px 5%;
font-size: 14px;
line-height: 20px;
background-color: rgba(69, 59, 49, 0.5);
border-radius: 18px;
position: absolute;
}
.Service .YouShi .Text-2 h4 {
font-size: 15px;
font-weight: bold;
margin: 10px 0;
}
.Service .YouShi .Text-2 p + p {
margin-top: 10px;
}
.Service .YouShi .Text-2 .Ico {
width: 25px;
position: absolute;
bottom: 10px;
right: 10px;
}
.Service .YouShi .Text-21,
.Service .YouShi .Text-3,
.Service .YouShi .Text-4 {
width: 90%;
height: 160px;
bottom: 0px;
left: 0px;
border-radius: 0px;
}
.Service .YouShi .Text-5,
.Service .YouShi .Text-6 {
width: 90%;
height: 140px;
bottom: 0px;
left: 0px;
border-radius: 0px;
}
/* Special.php 专题文章页面 */
.Special .Special-Nav {
width: 1200px;
border: 1px solid rgba(160, 160, 160, 0.3);
margin: 20px auto;
box-shadow: 2.5px 2.5px 4px #888888;
}
.Special .Special-Nav .Title-Box {
width: 100%;
height: 200px;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Special .Special-Nav .Title-Box h1 {
display: block;
font-size: 40px;
height: 200px;
line-height: 200px;
color: #fff;
text-align: center;
background-color: rgba(160, 160, 160, 0.3);
}
.Special .Special-Nav .Title-Box:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Special .Special-Nav .Text-Nav {
width: 1180px;
margin: 30px auto;
padding: 0 10px;
}
.Special .Special-Nav .Text-Nav p {
font-size: 20px;
}
.Special .Bottom {
width: 100%;
}
.Service .Title-Nav {
width: 100%;
height: 270px;
background-color: #f8f2ec;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .Title-Nav .Mask2 {
position: absolute;
padding: 60px 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.Service .Title-Nav .Mask2 .Title,
.Service .Title-Nav .Mask2 .Title-2 {
color: #fff;
font-weight: bold;
}
.Service .Title-Nav .Mask2 .Title {
text-align: center;
margin: 0 10px 0;
font-size: 25px;
margin-bottom: 20px;
}
.Service .Title-Nav .Mask2 p {
margin: 0 auto;
width: 1200px;
font-size: 16px;
line-height: 32px;
color: #fff;
text-align: center;
}
.Service .Title-Nav:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .YouShi {
width: 100%;
padding: 30px 0;
}
.Service .YouShi h3 {
color: #9b754b;
font-size: 30px;
text-align: center;
margin-bottom: 10px;
}
.Service .YouShi .h3-2 {
width: 490px;
height: 14px;
margin: 0 auto 36px;
text-align: center;
font-size: 14px;
line-height: 14px;
position: relative;
}
.Service .YouShi .h3-2 .border {
width: 100%;
height: 7px;
position: absolute;
*left: 0px;
border-bottom: 1px solid #bd9d76;
}
.Service .YouShi .h3-2 span {
color: #bd9d76;
background: #fff;
display: block;
width: 120px;
height: 14x;
margin: 0 auto;
position: absolute;
left: 185px;
}
.Service .YouShi .Box {
width: 1200px;
margin: 0 auto;
}
.Service .YouShi .Box .Box-2 {
float: left;
width: 27.3%;
height: 300px;
margin: 1.5%;
padding: 1.5%;
}
.Service .YouShi .Box .Box-2 img {
display: block;
margin: 0 auto;
}
.Service .YouShi .Box .Box-2 h3 {
font-size: 20px;
margin: 15px 0;
}
/* Special.php 专题文章页面 */
.Special .Special-Nav {
width: 1200px;
border: 1px solid rgba(160, 160, 160, 0.3);
margin: 20px auto;
box-shadow: 2.5px 2.5px 4px #888888;
}
.Special .Special-Nav .Title-Box {
width: 100%;
height: 200px;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Special .Special-Nav .Title-Box h1 {
display: block;
font-size: 40px;
height: 200px;
line-height: 200px;
color: #fff;
text-align: center;
background-color: rgba(160, 160, 160, 0.3);
}
.Special .Special-Nav .Title-Box:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Special .Special-Nav .Text-Nav {
width: 1140px;
margin: 30px auto;
padding: 0 30px;
}
.Special .Special-Nav .Text-Nav p {
font-size: 20px;
}
.Special .Bottom {
width: 100%;
} | public/static/home/css/css.css | /*==========
页面默认样式
==========*/
.H1 {
font-size: 40px;
}
.H2 {
td {
font-size: 0.18rem;
}
}
html {
color: #222;
}
body {
font-family: "微软雅黑";
font-size: 15px;
}
a {
text-decoration: none !important;
}
.clear{clear:both};
h1,h2,h3,h4,h5,td,table,h6 {
padding: 0;
margin: 0;
font-weight: normal;
}
::selection {
background-color: #b3d4fc;
text-shadow: none;
}
ul {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
}
button,
input,
a,
img {
border: none;
background: none;
}
button:hover {
border: none;
}
img {
margin: 0;
padding: 0;
border: none;
}
/*==========
工具样式
==========*/
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.text-right {
text-align: right !important;
}
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.clearfix:after,
.clearfix:before {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.H1 {
color: #8a5b27;
font-weight: bold;
}
.H2 {
color: #c1b09d;
font-size: 16px;
}
.font-ZhuSeDiao {
color: #9a7144;
}
.font-bold {
font-weight: bold;
}
.font-bolder {
font-weight: bolder;
}
.background-ZhuSeDiao {
background-color: #9a7144;
}
.Hong-background {
background-color: #FF0000;
}
.Hei-background {
background-color: #575757;
}
.Hui-background {
background-color: #C0C0C0;
}
.Bai-background {
background-color: #FFFFFF;
}
.Lan-background {
background-color: #4876FF;
}
.Fen-background {
background-color: #EEAEEE;
}
.Huang-background {
background-color: #F9FB83;
}
.Cheng-background {
background-color: #FF7F00;
}
.Zi-background {
background-color: #BF3EFF;
}
.Lv-background {
background-color: #32CD32;
}
.He-background {
background-color: #8B4513;
}
.Bai2-background {
background-color: #f9f9f9;
}
@keyframes LeftBackground {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
@keyframes TopBackground {
from {
background-position: 0 0;
}
to {
background-position: 0 100%;
}
}
/*==========
页面自定义样式
==========*/
.Width1200 {
width: 1200px;
}
/*Header*/
#Header {
width: 100%;
}
#Header #Notice {
color: #ffffff;
width: 100%;
margin: 0 auto;
padding: 10px 0;
background: #bd9c77;
}
#Header #Notice a {
color: #ffffff;
}
#Header #Notice .Notice-Box {
width: 1200px;
height: 20px;
margin: 0 auto;
font-size: 14px;
line-height: 20px;
}
#Header #Notice .Notice-Box span {
float: left;
height: 100%;
}
#Header #Notice .Notice-Box a {
float: right;
text-align: center;
}
#Header #Notice .Notice-Box .A1 {
padding: 0 20px;
}
#Header #Notice .Notice-Box .wei {
width: 66px;
}
#Header #Notice .Notice-Box .wei .Ico2 {
height: 20px;
*height: 20px;
}
#Header #Notice .Notice-Box .wei .ewm {
z-index: 999;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 60px auto;
width: 500px;
height: 500px;
display: none;
*left: 50%;
*margin: 60px auto 0 -250px;
}
#Header #Notice .Notice-Box .wei2 {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}
#Header #Notice .Notice-Box .wei:hover .ewm {
display: block;
}
#Header #Notice .Notice-Box .wei2:hover .ewm {
display: block;
opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#Header .Header_box {
position: relative;
width: 1200px;
height: 134px;
margin: 0 auto;
}
#Header .Header_box #Logo {
float: left;
height: 64px;
margin: 35px 0;
}
#Header .Header_box h3 {
float: left;
font-size: 20px;
color: #7b4d1f;
height: 60px;
line-height: 60px;
padding: 0 24px;
margin: 40px 0 0 26px;
border-left: 1px dashed #cfcfcf;
}
#Header .Header_box .Lxfs {
float: right;
margin: 45px 0 0 10px;
}
#Header .Header_box .Lxfs .sp1 {
font-size: 12px;
}
#Header .Header_box .Lxfs .sp2 {
font-size: 18px;
}
#Header .Header_box .Phone {
float: right;
width: 44px;
margin-top: 46px;
}
#Navigation {
width: 100%;
background: #fff;
border-top: 1px solid rgba(160, 160, 160, 0.3);
border-bottom: 1px solid rgba(160, 160, 160, 0.3);
*border-top: 1px solid #ccc;
*border-bottom: 1px solid #ccc;
}
#Navigation ul {
width: 1200px;
margin: 0 auto;
}
#Navigation ul li {
float: left;
width: 14.2%;
text-align: center;
position: relative;
}
#Navigation ul li a {
float: left;
color: #555555;
font-size: 14px;
padding: 20px 0;
width: 100%;
}
#Navigation ul li a:hover,#Navigation ul li.ona a.X1{
color: #bd9c77;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
}
#Navigation ul li .X1:hover,#Navigation ul li.ona a.X1{
-moz-transition: all 0s;
-webkit-transition: all 0s;
-transition: all 0s;
padding: 22px 0 15px 0;
border-bottom: 2px solid #bd9c77;
}
#Navigation ul li .hover {
background: #FFC24B;
}
#Navigation ul li .a-hover {
display: none;
border: 1px solid rgba(160, 160, 160, 0.3);
width: 100%;
position: absolute;
top: 63px;
z-index: 999;
background: #fff;
*position: absolute;
*top: 62px;
*left: 0px;
}
#Navigation ul li a.X2{
padding:15px 0;
}
#Navigation ul li .a-hover .X2:hover {
background: #f4f4f4;
}
#Navigation ul li:hover {
z-index: 99999;
}
#Navigation ul li:hover .a-hover {
display: block;
z-index: 99998;
}
/*Banner*/
.Swiper1 {
*display: block;
width: 100%;
min-width: 1200px;
height: 560px;
margin: 0 auto;
}
.Swiper1 .Img {
display: block;
width: 100%;
min-width: 1200px;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.Swiper1 .swiper-pagination {
position: absolute;
z-index: 20;
bottom: 10px;
width: 100%;
text-align: center;
border-radius: 10%;
}
.Swiper1 .swiper-pagination-switch {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 8px;
background: #555;
margin: 0 5px;
opacity: 0.8;
border: 1px solid #fff;
cursor: pointer;
}
.Swiper1 .swiper-active-switch {
background: #fff;
}
.Swiper1 .swiper-button-prev,
.Swiper1 .swiper-button-next {
width: 50px;
height: 60px;
position: absolute;
bottom: 250px;
}
.Swiper1 .swiper-button-prev:hover,
.Swiper1 .swiper-button-next:hover {
cursor: pointer;
}
.Swiper1 .swiper-button-prev {
left: 5%;
}
.Swiper1 .swiper-button-next {
right: 5%;
}
.Search-Box {
width: 100%;
height: 192px;
}
.Search-Box .Search {
padding-top: 35px;
width: 1200px;
margin: 0 auto;
}
.Search-Box .Search h3 {
color: #794d20;
font-size: 30px;
}
.Search-Box .Search h4 {
color: #b08a63;
font-size: 10px;
}
.Search-Box .Search form {
position: relative;
margin-top: 26px;
width: 100%;
background: #fff;
}
.Search-Box .Search form input[type="text"] {
background: #fff;
padding: 22px 15px;
}
.Search-Box .Search form .input-right {
width: 390px;
}
.Search-Box .Search form input[type="text"] + input[type="text"] {
border-left: 1px solid #794d20;
}
.Search-Box .Search form input[type="submit"] {
float: right;
text-align: center;
color: #fff;
background: #7b559e;
padding: 21px 56px;
border: 1px solid #fff;
*padding: 20px 56px;
*position: absolute;
*bottom: 0;
*right: 0;
}
.Search-Box .Search form input[type="submit"]:hover {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
background: #613d83;
cursor: pointer;
}
.Ptzr-Box {
width: 100%;
height: 470px;
}
.Ptzr-Box .Ptzr {
width: 1200px;
padding-top: 60px;
margin: 0 auto;
}
.Ptzr-Box .Ptzr .Nav-1 {
float: left;
width: 570px;
}
.Ptzr-Box .Ptzr .Nav-1 h3 {
padding: 30px 0;
color: #b08a63;
font-size: 24px;
}
.Ptzr-Box .Ptzr .Nav-1 p {
width: 570;
line-height:30px;
}
.Ptzr-Box .Ptzr .Nav-2 {
float: right;
}
.Ptzr-Box .Ptzr .Nav-2 .video-js {
width: 600px;
height: 342px;
}
.Wt-Box {
background: #f5f6f7;
width: 100%;
padding: 60px 0;
}
.Wt-Box .Wt {
width: 1200px;
margin: 0 auto;
}
.Wt-Box .Wt h3 {
color: #b08a63;
font-size: 30px;
}
.Wt-Box .Wt h4 {
color: #d7c7b6;
font-size: 10px;
}
.Wt-Box .Wt .Nav {
float: left;
padding-top: 60px;
padding-left: 5%;
width: 45%;
}
.Wt-Box .Wt .Nav .Title {
width: 100%;
height: 50px;
}
.Wt-Box .Wt .Nav .Title .ico {
width: 5%;
margin-right: 2.5%;
}
.Wt-Box .Wt .Nav .Title h5 {
width: 90%;
font-size: 18px;
}
.Wt-Box .Wt .Nav .Title .Xing {
margin-top: 2.5px;
}
.Wt-Box .Wt .Nav .Title img,
.Wt-Box .Wt .Nav .Title h5 {
float: left;
}
.Wt-Box .Wt .Nav .Nav-2 {
width: 100%;
height: 80px;
font-size: 15px;
line-height: 25px;
}
.Syrq-Box {
padding-top: 80px;
width: 100%;
height: 302px;
}
.Syrq-Box .Syrq-Bg {
width: 100%;
height: 170px;
background: rgba(255, 255, 255, 0.8);
*background: #FFF;
filter: alpha(opacity=80);
}
.Syrq-Box .Syrq-Bg .Syrq {
position: relative;
width: 1200px;
margin: 0 auto;
}
.Syrq-Box .Syrq-Bg .Syrq .Nav-Box {
float: left;
width: 690px;
}
.Syrq-Box .Syrq-Bg .Syrq .Nav-Box .Nav {
float: left;
text-align: center;
margin: 0 1px 1px 0;
width: 171.5px;
height: 84px;
line-height: 84px;
background: #bd9c77;
color: #fff;
}
.Syrq-Box .Syrq-Bg .Syrq .Title {
float: left;
margin-left: 110px;
padding: 54PX 0;
}
.Syrq-Box .Syrq-Bg .Syrq .Title h3 {
color: #794d20;
font-size: 30px;
}
.Syrq-Box .Syrq-Bg .Syrq .Title h4 {
color: #b08a63;
font-size: 18px;
}
.Syrq-Box .Syrq-Bg .Syrq .button {
position: absolute;
left: 830px;
top: 170px;
color: #fff;
width: 244px;
height: 44px;
line-height: 44px;
text-align: center;
background: #8e6eac;
}
.Syrq-Box .Syrq-Bg .Syrq .button:hover {
color: #8e6eac;
background: #fff;
font-weight: bold;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
}
.HosDoc-Box {
width: 100%;
padding: 80px 0 60px;
}
.HosDoc-Box .HosDoc {
text-align: center;
width: 1200px;
margin: 0 auto;
}
.HosDoc-Box .HosDoc h3 {
color: #bd9c77;
font-size: 30px;
}
.HosDoc-Box .HosDoc h4 {
color: #dbcbba;
font-size: 12px;
margin-bottom: 55px;
}
.HosDoc-Box .HosDoc .Nav {
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
position: relative;
float: left;
width: 290px;
height: 290px;
margin: 5px;
}
.HosDoc-Box .HosDoc .Nav span {
color: #fff;
width: 100%;
padding: 5px 0;
background: rgba(0, 0, 0, 0.6);
position: absolute;
left: 0;
bottom: 0;
*background: #000;
filter: alpha(opacity=60);
}
.HosDoc-Box .HosDoc .Nav:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Cases-Box {
width: 100%;
padding: 60px 0 42px 0;
background: #f5f6f7;
}
.Cases-Box .Cases {
width: 1200px;
margin: 0 auto;
}
.Cases h3{
text-align: center;
color: #bd9c77;
font-size: 30px;
}
.Cases h3 a{
text-align: center;
color: #bd9c77;
font-size: 30px;
}
.Cases-Box .Cases h3 a.more{
float:right;
margin-right:10px;
color: #8e6eac;
font-size: 18px;
}
.Cases-Box .Cases h4 {
text-align: center;
color: #dbcbba;
font-size: 12px;
}
.Cases-Box .Cases .Nav {
position: relative;
width: 100%;
height: 405px;
background: url(../images/cases-bg.png) no-repeat;
}
.Cases-Box .Cases .Nav .Tx {
width: 186px;
position: absolute;
top: 80px;
left: 190px;
}
.Cases-Box .Cases .Nav .Tx img {
width: 100%;
height: 226px;
}
.Cases-Box .Cases .Nav .Tx span {
display: block;
width: 100%;
text-align: center;
height: 45px;
line-height: 45px;
}
.Cases-Box .Cases .Nav .Nav-2 {
width: 550px;
position: absolute;
top: 100px;
left: 460px;
}
.Cases-Box .Cases .Nav .Nav-2 .title,
.Cases-Box .Cases .Nav .Nav-2 .Ms {
float: left;
width: 100%;
line-height:24px;
}
.Cases-Box .Cases .Nav .Nav-2 .Ms a{color:#555555}
.Cases-Box .Cases .Nav .Nav-2 .title {
text-align: left;
}
.Cases-Box .Cases .Nav .Nav-2 .Xin {
float: left;
width: 106px;
margin: 10px 0;
}
.Inf-Box {
width: 100%;
padding: 74px 0 50px 0;
}
.Inf-Box .Inf {
width: 1200px;
margin: 0 auto;
}
.Inf-Box .Inf .Inf-Nav {
float: left;
width: 47.5%;
}
.Inf-Box .Inf .Inf-Nav .Title {
width: 100%;
}
.Inf-Box .Inf .Inf-Nav .Title h3{
float: left;
font-size: 30px;
color: #bd9c77;
}
.Inf-Box .Inf .Inf-Nav .Title h4 {
float: left;
margin-left: 15px;
font-size: 18px;
color: #bcbcbc;
line-height: 50px;
}
.Inf-Box .Inf .Inf-Nav .Title a {
float: right;
margin-right: 15px;
font-size: 18px;
color: #b99bc6;
line-height: 50px;
}
.Inf-Box .Inf .Inf-Nav .Nav li {
font-size: 15px;
height: 54px;
line-height: 54px;
border-bottom: 1px solid rgba(160, 160, 160, 0.3);
}
.Inf-Box .Inf .Inf-Nav .Nav li img {
margin-right: 10px;
}
.Inf-Box .Inf .Inf-Nav .Nav li a:hover {
color: #bd9c77;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
-transition: all 0.2s;
}
.Inf-Box .Inf .Inf-Nav + .Inf-Nav {
margin-left: 5%;
}
.BeiShu-Box {
width: 100%;
height: 160px;
background: url(../images/beishu-bg.png) no-repeat;
position: relative;
}
.BeiShu-Box .Mask {
width: 100%;
height: 100%;
background: rgba(185, 155, 198, 0.6);
position: absolute;
top: 0;
left: 0;
*background: #b99bc6;
filter: alpha(opacity=80);
}
.BeiShu-Box .BeiShu {
width: 1200px;
height: 100%;
margin: 0 auto;
}
.BeiShu-Box .BeiShu img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto auto;
*left: 50%;
*margin: 50px auto 0 -600px;
}
/*公司介绍页面 CPF.php*/
.About {
width: 100%;
padding: 50px 0;
background: #f8f2ec;
}
.About h3 {
color: #9b754b;
font-size: 30px;
text-align: center;
margin-bottom: 10px;
}
.About .h3-2 {
width: 490px;
height: 14px;
margin: 0 auto 36px;
text-align: center;
font-size: 14px;
line-height: 14px;
position: relative;
}
.About .h3-2 .border {
width: 100%;
height: 7px;
position: absolute;
*left: 0px;
border-bottom: 1px solid #bd9d76;
}
.About .h3-2 span {
color: #bd9d76;
background: #f8f2ec;
display: block;
width: 120px;
height: 14x;
margin: 0 auto;
position: absolute;
left: 185px;
}
.About .WenBen {
width: 1000px;
text-align: center;
margin: 0 auto;
color:#9b754b;
}
.Zx2 {
padding: 36px;
width: 1200px;
margin: 0 auto;
}
.Zx2 a {
float: left;
width: 470px;
height: 340px;
}
.Zx2 .a1 {
float:right;
}
.Fwxm {
padding: 50px 0;
background: #fafafa;
}
.Fwxm h3 {
text-align: center;
color: #9b754b;
font-size: 30px;
}
.Fwxm h4 {
text-align: center;
color: #bd9d76;
font-size: 14px;
}
.Fwxm .Fwxm-2 {
width: 1200px;
margin: 0 auto;
}
.Fwxm .Fwxm-2 .Nav {
float: left;
width: 319px;
padding: 46px 40px 0;
}
.Fwxm .Fwxm-2 .Nav img {
display: block;
margin: 0 auto;
}
.Fwxm .Fwxm-2 .Nav h4 {
font-size: 20px;
line-height: 70px;
}
.Fwxm .Fwxm-2 .Nav .Taxt {
font-size: 16px;
}
.Fwxm .Fwxm-2 .Nav a {
width: 90px;
display: block;
margin: 0 auto;
color: #8e6eac;
padding-top: 32px;
}
.Fwxm .Fwxm-2 .Nav + .Nav {
border-left: 1px dashed #c5c5c5;
}
.Committed {
background: #fafafa;
margin: 0 auto 60px;
width: 1084px;
border: 2px solid #bd9c77;
padding: 7px;
}
.Committed .Nav {
padding: 28px 23px;
border: 1px dashed #bd9c77;
}
.Committed .Nav span{
display:block;
margin-bottom:30px;
}
.Committed .Nav h4 {
color: #f04040;
font-weight: bolder;
font-size: 24px;
margin-bottom: 20px;
}
.Committed .Nav p {
font-size: 16px;
line-height: 28px;
}
.Committed .Nav a {
width: 50px;
display: block;
margin: 0 auto;
}
.Top-icon {
width: 100%;
padding-top: 46px;
padding-bottom: 46px;
}
.Top-icon ul {
width: 1200px;
}
.Top-icon ul li {
float: left;
width:25%;
}
.Top-icon ul li img {
display: inline-block;
vertical-align: middle;
}
.Top-icon ul li span {
display: inline-block;
vertical-align: middle;
}
.Top-icon ul li .P1 {
color: #b99bc6;
font-size: 18px;
}
.Top-icon ul li .P2 {
color: #555555;
font-size: 0.14rem;
}
.Youshi {
width: 100%;
}
.H2-box {
width: 1200px;
height: 19px;
margin: 16px auto 50px;
background: url(../images/h2background.png);
}
.H2-box table,.H2-box2 table{
background-color:#f2f2f4;
margin:auto;
height:19px;
padding:0 14px;
}
.Youshi .Nav-box {
position: relative;
width: 1200px;
}
.Youshi .a-switch {
width: 1200px;
}
.Youshi .Nav-box .Ys-text {
float:left;
width: 246px;
height: 435px;
color: #FFFFFF;
position:relative;
background: url(../images/ys-text.jpg);
}
.Youshi .Nav-box .Ys-text .sp-1,
.Youshi .Nav-box .Ys-text .sp-2 {
display: block;
color: #FFFFFF;
font-size: 25px;
}
.Ys-text div{
width:160px;
position:absolute;
margin:auto;
line-height:50px;
left:0;
right:0;
top:140px;
}
.Youshi .Nav-box .Ys-text a {
width: 150px;
text-align: center;
position: absolute;
top: 350px;
left: 50px;
}
.Youshi .Nav-box .Ys-banner {
position: absolute;
top: 10px;
left: 280px;
width: 1000px;
height: 435px;
color: #FFFFFF;
}
.Youshi .Nav-box .Ys-banner .Youshi {
width: 1000px;
height: 435px;
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide {
position: relative;
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide img {
position: absolute;
bottom: 0px;
left: 0px;
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide .Text-box {
width: 80%;
height: 120px;
color: #000000;
padding: 5px 15px;
position: absolute;
bottom: 0px;
left: 0px;
background-color: rgba(255, 255, 255, 0.8);
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide .Text-box h3 {
color: #7e79af;
font-size: 20px;
line-height: 30px;
height: 30px;
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide .Text-box p {
color: #9b9b9c;
font-size: 14px;
line-height: 12px;
}
.Youshi .Nav-box .Ys-banner .Youshi .swiper-slide:hover .Text-box {
height: 430px;
transition: all 1s;
-moz-transition: all 1s;
/* Firefox 4 */
-webkit-transition: all 1s;
/* Safari 和 Chrome */
-o-transition: all 1s;
/* Opera */
}
.Youshi .Nav-box a {
display: block;
position: absolute;
top: 480px;
left: 570px;
color: #FFFFFF;
background-color: #b99bc6;
width: 156px;
height: 48px;
line-height: 48px;
border-radius: 12px;
}
.Cgan {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.indexgt {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.indurl li{
float:left;
margin-right:28px;
}
.indurl li img{
display:block;
}
.tec li{
float:left;
width:375px;
margin-right:37.5px;
}
.tec li h5{
float:left;
width:375px;
margin-right:37.5px;
font-size:30px;
color:#a4733e;
line-height:70px;
padding-left:10px;
}
.tec li p{
font-size:16px;
color:#444444;
line-height:30px;
}
.indtcxq li{
float:left;
width:358px;
height:650px;
margin-right:63px;
background-color:#faf6f0;
}
.indtcxq li img{
display:block;
}
.indtcxq li h5{
line-height:76px;
text-align:center;
font-size:30px;
color:#a4733e;
}
.indtcxq li div{
width:310px;
margin:auto;
}
.indtcxq li div font{
float:left;
width:278px;
height:68px;
border:#eee4d7 solid 1px;
padding:10px 15px 0;
line-height:30px;
}
.indtcxq li div span{
float:left;
width:100%;
line-height:30px;
margin:20px 0 26px 0;
}
.indtcxq li div a:hover{
color:#fff;
background:#9151ad;
}
.indtcxq li div img{
float:left;
margin:0 5px 0 10px;
}
.teamnav{
width:620px;
margin:auto;
}
.teamnav li{
width:195px;
height:48px;
line-height:48px;
text-align:center;
float:left;
margin-bottom:30px;
border:#f2f2f4 solid 2px;
margin-right:10px;
cursor:pointer;
color:#333333;
border-radius: 10px; /* 所有角都使用半径为5px的圆角,此属性为CSS3标准属性 */
-moz-border-radius: 10px; /* Mozilla浏览器的私有属性 */
-webkit-border-radius: 10px; /* Webkit浏览器的私有属性 */
}
.teamnav li a{
color:#333333;
display:block;
}
.teamnav li.onnavli{
color:#9151ad;
}
.Cgan ul{
width:1200px;
margin:auto;
}
.Cgan ul li{
float:left;
position:relative;
margin:0 18px 15px 0;
}
.Cgan ul li a{
float:left;
}
.Cgan ul li p{
width:100%;
float:left;
text-align:center;
position:absolute;
bottom:0;
line-height:36px;
color: #FFFFFF;
background-color: rgba(138, 91, 39, 0.8);
}
.Cgan a.more{
display: block;
color: #FFFFFF;
background-color: #b99bc6;
width: 156px;
height: 48px;
line-height: 48px;
border-radius: 12px;
}
.Qwzj {
width: 100%;
padding: 50px 0;
background-color: #f2f2f4;
}
.Qwzj .qwzj {
width: 1200px;
}
.Qwzj .qwzj .swiper-slide img {
cursor: pointer;
}
.Qwzj .qwzj .swiper-slide span {
color: #8a5b27;
}
.Ylsb {
width: 100%;
background-color: #f2f2f4;
padding: 50px 0 24px;
}
.indhuis {
width: 100%;
background-color: #f2f2f4;
padding: 50px 0;
}
.indjz{
width:1200px;
margin:auto;
}
.indjz div.frx{
width:620px;
float:right;
}
.indjz ul li.kjli{
margin-bottom:34px;
}
.indjz ul li.kjli img{
float:left;
margin-right:8px;
}
.indjz ul li.kjli h5{
font-size:24px;
color:#a4733e;
margin-bottom:10px;
}
.indjz ul li.kjli p{
font-size:16px;
line-height:30px;
color:#444;
}
.abq a,.viplink a{
font-size:18px;
color:#9151ad;
border-radius:30px;
border:#9151ad solid 1px;
width:190px;
height:56px;
line-height:56px;
text-align:center;
margin:auto;
display:block;
}
.frx a{
float:left;
}
.frx a.ljzx,.viplink a.ljzx{
margin-right:42px;
}
.abq a.ahov,.viplink a.ahov{
color:#fff;
background:#9151ad;
}
.marau{width:1200px; margin:auto;}
.Botton-icon {
padding-top: 40px;
height: 100px;
}
footer {
width: 100%;
background-color: #9a7144;
}
footer .Botton-Nav-bar {
width: 100%;
height: 44px;
padding-bottom: 50px;
}
footer .Botton-Nav-bar ul {
width: 1200px;
}
footer .Botton-Nav-bar ul li {
float: left;
width: 170px;
text-align: center;
font-size: 18px;
line-height: 44px;
}
footer .Botton-Nav-bar ul li a {
color: #FFFFFF;
}
footer .foot {
width: 1200px;
color: #FFFFFF;
position: relative;
}
footer .foot p {
line-height: 42px;
color: #FFFFFF;
}
footer .foot p img {
width: 21px;
vertical-align: middle;
}
.ewm{
float:left;
width:588px;
}
.ewm div{
width:121px;
margin:auto;
text-align:center;
font-size:14px;
line-height:26px;
}
footer .foot #DZ {
float:right;
font-size: 14px;
line-height:26px;
}
footer .foot #DZ p{
font-size: 12px;
line-height:28px;
}
.ylink{
padding: 20px 0;
width: 100%;
float: left;
color: #FFFFFF;
}
.ylink ul{
width: 1200px;
margin: auto;
color: #FFFFFF;
}
.ylink li{
float: left;
margin:0 10px 10px 0;
}
.ylink li a{
color: #FFFFFF;
}
.Tcmx {
width: 100%;
background-color: #f2f2f4;
padding-top: 50px;
padding-bottom: 50px;
}
.H2-box2 {
width: 25%;
height: 19px;
margin: 12px auto 50px;
background: url(../images/h2background.png);
}
.Tcmx .Tcjs {
margin-bottom: 50px;
position: relative;
}
.Tcmx .Tcjs img {
float: left;
margin-right: 25px;
}
.Tcmx .Tcjs .Text {
padding: 10px 0 0;
}
.Tcmx .Tcjs .Text h3 {
font-weight: 900;
font-size: 24px;
color: #555555;
margin-bottom:22px;
}
.Tcmx .Tcjs .Text p {
font-size: 14px;
line-height: 24px;
color: #555555;
}
.Tcmx .Tcjs a {
display: block;
position: absolute;
top: 220px;
left: 400px;
color: #FFFFFF;
background-color: #ad7cb4;
width: 156px;
height: 48px;
line-height: 48px;
border-radius: 12px;
}
.Bai {
width: 100%;
background-color: #FFFFFF;
}
.Tcmx .Tc {
width: 1200px;
padding-top: 50px;
padding-bottom: 50px;
position: relative;
background-color: #FFFFFF;
position:relative;
}
.Tcmx .Tc .ImgJS-2 {
position: absolute;
top: 95px;
left: 1125px;
}
.Tcmx .Tc .ImgJS {
float: left;
margin-right: 25px;
}
.Tcmx .Tc .Text {
padding: 10px 0 0;
}
.Tcmx .Tc .Text h3 {
color: #8d6130;
font-weight:normal;
font-size: 24px;
margin-bottom:22px;
}
.Tcmx .Tc .Text div {
font-size: 14px;
height:99px;
display:block;
line-height: 24px;
color: #555555;
}
.Tcmx .Tc a {
color: #FFFFFF;
background-color: #d1b38f;
width: 120px;
height: 35px;
display:block;
float:left;
line-height: 35px;
border-radius: 8px;
}
.Fuwufei {
width: 100%;
background-color: #f2f2f4;
padding-bottom: 30px;
margin-bottom:50px;
}
.Fuwufei .Text-box {
padding: 20px 15px;
color: #555555;
}
.Fuwufei .Text-box .Hang-1,
.Fuwufei .Text-box .Hang-2,
.Fuwufei .Text-box .Hang-3 {
float: left;
width: 250px;
margin-left: 10%;
}
.Fuwufei .Text-box .Hang-1 ul li,
.Fuwufei .Text-box .Hang-2 ul li,
.Fuwufei .Text-box .Hang-3 ul li {
list-style: square inside url(../images/Li-jiantou.png);
font-size: 14px;
line-height: 30px;
height: 30px;
}
.Djys-RQ {
width: 100%;
background-color: #f2f2f4;
padding: 50px 0;
color: #966a3a;
font-weight: bolder;
}
.Djys-RQ .Yiceng {
margin-top: 40px;
}
.Djys-RQ .Yiceng .bg-color1 {
background-color: #FFFFFF;
}
.Djys-RQ .Yiceng .bg-color2 {
background-color: #ead9c4;
}
.Djys-RQ .Yiceng .box {
padding-top: 50px;
margin-left: 6px;
margin-bottom: 6px;
float: left;
width: 294px;
height: 100px;
font-size:20px;
font-weight:bold;
color:#8a5b27;
}
.Djys-RQ .Erceng {
margin-top: 2px;
}
.Djys-RQ .Erceng .bg-color1 {
background-color: #FFFFFF;
}
.Djys-RQ .Erceng .bg-color2 {
background-color: #ead9c4;
}
.Djys-RQ .Erceng .box {
padding-top: 50px;
float: left;
margin-left: 6px;
height: 100px;
font-size:20px;
font-weight:bold;
}
.Djys-RQ .Erceng .box-1,
.Djys-RQ .Erceng .box-3 {
width: 294px;
}
.Djys-RQ .Erceng .box-2 {
width: 594px;
}
.Djys-RQ a {
width: 113px;
height:28px;
line-height:28px;
display: block;
color: #966a3a;
font-size: 14px;
margin-top: 10px;
border-radius: 4px;
}
.Djys-YS {
width: 100%;
padding-top: 50px;
}
.baozhang {
width: 100%;
padding-bottom:50px;
float:left;
background-color: #f2f2f4;
}
.baozhang .baozhang-box {
padding-top: 50px;
}
.baozhang .baozhang-box .box {
display: inline-block;
width: 200px;
margin: 0 45px 0;
float:left;
}
.baozhang .baozhang-box .box img {
width: 120px;
}
.baozhang .baozhang-box .box h3 {
color: #9a7144;
margin-top:28px;
font-size:24px;
font-weight: bolder;
}
.baozhang .baozhang-box .box p {
font-size: 14px;
line-height: 24px;
color: #555555;
margin-top:15px;
}
.sy_bj_sjj{
width: 495px;
height: 120px;
float: left;
background: url(../images/sy_bj_sjj.jpg) 25px 28px no-repeat;
}
.dtsj {
width: 245px;
height: 30px;
line-height: 30px;
margin-top: 38px;
margin-left: 70px;
float: left;
font-size:12px;
}
.dtsj i {
padding: 0px 22px;
}
.Fuwufei {
width: 100%;
background-color: #f2f2f4;
padding-bottom: 30px;
}
.Gywm-yyb {
width: 100%;
background-color: #f2f2f4;
}
.Gywm-yyb .box {
background-color: #f2f2f4;
padding: 50px 0;
}
.Gywm-yyb .box div.Nav-1 {
font-size: 16px;
line-height: 30px;
display: block;
line-height:30px;
color:#555;
}
.fzlcul{
width:100%;
float:left;
background:url(../images/shijian.png) no-repeat center;
padding-bottom:60px;
}
.fzlcul li{
float:left;
width:480px;
margin-top:60px;
}
.fzlcul li div{
float:left;
width:305px;
}
.fzlcul li img{
float:left;
margin-right:20px;
}
.fzlcul li p{
float: left;
color: #555555;
line-height: 24px;
font-size: 14px;
}
.fzlcul li h2{
color: #b29475;
font-size: 16px;
line-height: 30px;
font-weight: bolder;
}
.indcasel{
float:left;
width:381px;
margin-right:20px;
}
.indcaser{
float:left;
width:799px;
}
.indcaser li{
float:left;
margin:0 19px 22px 0;
position:relative;
}
.indcaser li img{
display:block;
}
.Mask{
cursor: pointer;
width: 346px;
height: 248px;
padding:34px 22px 0 22px;
color: #FFFFFF;
font-size: 16px;
line-height:26px;
background-color: rgba(138, 91, 39, 0.8);
position: absolute;
bottom: 0;
left: 0;
display:none;
}
.Mask p{
color: #FFFFFF;
font-size: 28px;
margin-bottom:38px;
text-align:center;
}
.indcasel a{
font-size:16px;
color:#444;
line-height:28px;
}
.indcasel a p{
font-size:28px;
color:#a4733e;
line-height:78px;
}
.honor li{
float:left;
margin-right:48px;
}
.indnews{
float:left;
width:570px;
}
.indnews h5{
font-size:34px;
color:#8a5b27;
margin-bottom:36px;
}
.indnews h5 span{
font-size:18px;
color:#bcbcbc;
}
.indnews h5 a{
font-size:18px;
color:#b99bc6;
float:right;
margin-top:16px;
}
.indnews li{
line-height:56px;
border-bottom:#e7e7e7 solid 1px;
}
.indnews li a{
font-size:16px;
color:#444;
display:block;
}
.indnews li a img{
float:left;
display:block;
}
.indnews li a span{
float:right;
color:#cdcdcd;
}
.inban{
background:url(../images/inbg.jpg) center no-repeat;
width:100%;
height:114px;
padding-top:45px;
}
.Gywm-Fw {
padding-top: 40px;
width: 100%;
background-color: #f2f2f4;
}
.Gywm-Fw .Fw-box {
padding-bottom: 50px;
}
.fwul{width:100%; float:left;}
.fwul li{
float:left;
width:281px;
margin:0 24px 26px 0;
}
.fwul li div{
color: #9a7144;
font-size: 18px;
padding: 16px 0 10px;
text-align: center;
}
.fwul li p{
color: #555;
font-size: 14px;
line-height: 24px;
text-align: left;
margin: 0;
min-height: 48px;
}
.Datu-box {
padding: 50px 0;
width: 100%;
float:left;
line-height:25px;
}
.Datu-box h3 {
font-size: 30px;
line-height: 20px;
margin-bottom:20px;
}
.Wyet {
background-color: #f2f2f4;
padding: 50px 0;
}
.Wyet .Wyet-Boxs {
width: 1200px;
margin-top: 30px;
}
.Wyet .Wyet-Boxs .Wyet-Box {
width: 200px;
height: 176px;
background-color: #FFFFFF;
float: left;
}
.Wyet .Wyet-Boxs .Wyet-Box font{
margin-top: 45px;
}
.Wyet .Wyet-Boxs div{
width:100%;
padding:21px 0;
float:left;
}
.Wyet .Wyet-Boxs div img{
float:left;
margin-left:22px;
}
.Wyet .Wyet-Boxs font {
color: #8a5b27;
font-size: 18px;
font-weight:bold;
float:left;
width:100%;
text-align:center;
}
.Wyet .Wyet-Boxs p {
margin:0 15px;
float:left;
color: #555555;
line-height: 26px;
font-size: 14px;
padding-top:10px;
}
.SD-ys {
width: 100%;
padding: 50px 0 50px;
}
.SD-ys .SD-ys-box {
height: 365px;
padding-top: 18px;
background: url(../images/3dayoushi.png);
position: relative;
}
.SD-ys .SD-ys-box h3 {
color: #8a5b27;
font-size: 28px;
font-weight: bolder;
}
.SD-ys .SD-ys-box h3 b {
font-size: 40px;
font-weight: bolder;
}
.SD-ys .SD-ys-box .Text {
position: absolute;
top: 100px;
left: 600px;
}
.SD-ys .SD-ys-box .Text h3 {
font-size: 20px;
line-height: 30px;
font-weight: bolder;
height: 30px;
color: #d0bcd9;
}
.SD-ys .SD-ys-box .Text p {
font-size: 14px;
line-height: 24px;
color: #555555;
margin-bottom:22px;
}
.SD-ys .SD-ys-box .Text span {
font-size: 20px;
color: #d0bcd9;
}
.Syrq .Syrq-box .box {
float: left;
width: 360px;
height: 342px;
background-color: #FFFFFF;
margin:0 60px 35px 0;
}
.Syrq .Syrq-box .box-margin {
margin-right: 0
}
.Syrq .Syrq-box p {
margin-top: 20px;
font-size: 16px;
color: #555555;
}
.Syrq .Syrq-box a {
margin: 20px auto 30px;
padding: 5px 20px;
width: 120px;
display: block;
color: #b386c6;
border: 1px solid #b386c6;
border-radius: 20px;
font-size: 18px;
}
.Syrq .Syrq-box a:hover {
background-color: #b386c6;
color: #FFFFFF;
transition: all 0.6s;
-moz-transition: all 0.6s;
/* Firefox 4 */
-webkit-transition: all 0.6s;
/* Safari 和 Chrome */
-o-transition: all 0.6s;
/* Opera */
}
.Ye-mei{
padding:46px 0 60px 0;
}
.Ye-mei a {
color: #c6c6c6;
font-size: 14px;
}
.Ye-mei a:hover {
color: #b99bc6;
}
.Ye-mei .Start img {
width: 22px;
margin-right: 5px;
vertical-align: middle;
}
.Ye-mei .End a {
color: #b99bc6;
}
.Ye-mei li {
float: left;
}
.teamul li{
float: left;
}
.teamul li a{
width: 195px;
height: 48px;
line-height: 48px;
text-align: center;
float: left;
border: #f2f2f4 solid 2px;
margin:0 10px 30px 0;
cursor: pointer;
color: #333333;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.teamul li a.ona{
color: #9151ad;
}
.Zj-Nav{
margin-bottom:50px;
}
.Zj-Nav ul.teamzl li {
float: left;
width: 100%;
margin-bottom:50px;
}
.Zj-Nav ul li div.imgdiv{
float:left;
margin-right:34px;
}
.Zj-Nav ul li div.condiv{
float:left;
width:643px;
height:240px;
border-right:#e6e6e6 solid 1px;
}
.Zj-Nav ul li h3 {
margin:14px 0 6px 0;
}
.Zj-Nav ul li h3 a{
font-size:24px;
color:#8a5b27;
}
.Zj-Nav ul li h3 a em{
font-size:18px;
}
.Zj-Nav ul li span{
display: block;
font-size: 18px;
color: #000;
line-height: 26px;
margin-top: 4px;
}
.Zj-Nav ul li p{
font-size: 14px;
line-height: 22px;
padding: 14px 20px;
width:573px;
float:left;
margin: 20px 0 24px 0;
background-color:#f4f4f4;
}
.Zj-Nav ul li font{
float:left;
font-size: 18px;
color:#c03427;
}
.Zj-Nav ul li div.yyalink{
width:138px;
float:left;
}
.Zj-Nav ul li div.yyalink a{
float:left;
width: 130px;
height: 50px;
color:#FFF;
line-height:50px;
text-align:center;
border-radius: 30px; /* 所有角都使用半径为5px的圆角,此属性为CSS3标准属性 */
-moz-border-radius: 30px; /* Mozilla浏览器的私有属性 */
-webkit-border-radius: 30px; /* Webkit浏览器的私有属性 */
}
.Zj-Nav ul li div.yyalink a.djzj_link {
background-color:#9151ad;
margin: 60px 0px 0px 28px;
}
.Zj-Nav ul li div.yyalink a.yyzj_link {
color:#9151ad;
border:#9151ad solid 1px;
margin: 18px 0px 0px 28px;
}
.case-Nav{ margin-bottom:60px;}
.case-Nav ul li{ float:left; width:570px; padding-right:30px; position:relative;}
.case-Nav ul div{ float:left; width:100%; height:1px; border-bottom:#cacaca dashed 1px; margin:40px 0;}
.case-Nav ul li a img{ float:left; margin-right:20px;}
.case-Nav ul li h3{ margin:30px 0;}
.case-Nav ul li h3 a{ font-size:24px; color:#8a5b27;}
.case-Nav ul li p{ font-size:14px; color:#555555;}
.case-Nav ul li p a{ font-size:14px; color:#8a5b27;}
.case-Nav ul li span{ position:absolute; font-size:14px; color:#888888; bottom:30px;}
.List-box {
position: relative;
margin-bottom:50px;
}
.List-box dl {
float: left;
width: 280px;
background-color: #f2f2f4;
padding-bottom: 80px;
}
.List-box dl dt {
text-align: center;
padding: 20px 0;
background: #d1b38f;
border-bottom: 6px solid #8a5b27;
color: #bc9a74;
font-size: 14px;
}
.List-box dl dt h3 {
font-size: 26px;
font-weight: bolder;
color: #8a5b27;
}
.List-box dl dd {
margin: 0 50px 0;
height: 60px;
border-bottom: 2px solid #ededef;
}
.List-box dl dd a {
color: #a6a6a7;
font-size: 20px;
line-height: 60px;
}
.List-box dl dd a:hover,.List-box dl dd a.ona{
color: #000;
}
.List-box .Wen-Boxs {
width: 875px;
float: left;
}
.List-box .Wen-Boxs ul {
display: block;
margin-left: 50px;
}
.List-box .Wen-Boxs ul li {
float: left;
width: 900px;
height: 170px;
margin-bottom: 50px;
padding-bottom: 30px;
border-bottom: 1px dashed #cbcbcb;
}
.List-box .Wen-Boxs ul li img {
float: left;
margin-right: 30px;
}
.List-box .Wen-Boxs ul li h3{
float:left;
width:622px;
height: 40px;
line-height:40px;
}
.List-box .Wen-Boxs ul li h3 a{
color: #444444;
font-size: 20px;
line-height: 40px;
font-weight: none;
float:left;
}
.List-box .Wen-Boxs ul li h3 font{
float:right;
font-size:14px;
color:#888888;
font-weight:normal;
}
.List-box .Wen-Boxs ul li p {
font-size: 14px;
line-height: 24px;
color: #555555;
line-height:26px;
}
.List-box .Wen-Boxs ul li p a{
color: #b99bc6;
}
.List-box .Wen-Boxs ul li span {
font-size: 14px;
line-height: 120px;
color: #919191;
}
.Wzxq {
float: left;
width: 800px;
margin: 0 60px 0;
color: #737373;
}
.Wzxq2 {
float: left;
width: 100%;
color: #737373;
}
.Wzxq h2,.Wzxq2 h2{
font-size:24px;
margin-bottom:14px;
font-weight:normal;
text-align:center;
}
.Wzxq h3,.Wzxq2 h3 {
font-size:14px;
margin-bottom:36px;
font-weight:normal;
text-align:center;
}
.Wzxq h3 span,.Wzxq2 h3 span {
margin-right: 20px;
}
.contx {
font-size:14px;
line-height:30px;
color: #555555;
line-height:30px;
}
.contx div,.contx p{
font-size:14px;
}
.Wzxq a,.Wzxq2 a {
color: #9a7144;
}
.Wzxq img,.Wzxq2 img {
max-width:100%;
}
.fxs{
width:100%; float:left; margin-top:20px;
}
.bdsharebuttonbox{
float:right;
}
.contnr{
margin-top:50px;
}
.contnrl{
float:left;
}
.contnrl h5{
font-size:18px;
color:#444;
line-height:54px;
}
.contnrl p{
color:#444;
font-size:16px;
line-height:32px;
}
.contnrr{
color:#9a7144;
width:176px;
text-align:center;
margin:64px auto 0;
font-size:16px;
}
.vipimg{
float:left;
margin-left:26px;
}
.vipimg img{
width:352px;
height:444px;
}
.vipcon{
float:right;
width:744px;
margin-right:25px;
}
.vipcon h5{
font-size:30px;
color:#8a5b27;
margin-bottom:16px;
}
.vipcon h5 em{
font-size:24px;
}
.vipcon p{
font-size:16px;
line-height:30px;
color:#333333;
}
.vipzz{
width:100%;
float:left;
margin-top:18px;
}
.vipzz li{
float:left;
margin-right:21px;
}
.viplink{width:100%; float:left; margin-top:16px;}
.viplink a{float:left;}
.vipteam{width:100%; float:left; margin:48px 0 50px 0;}
.viphjkj{width:946px; height:496px; background-color:#FFF; float:left; display: table; text-align:center}
.viphjkj span{width:946px; height:496px; display: table-cell; vertical-align: middle;}
.viphjkj img{width:922px; height:477px; display: inline-block;}
.viphjxt{width:228px; height:496px; float:right;}
.viphjxt li{width:100%; height:118px; float:right; margin-bottom:8px; cursor:pointer;}
.viphjxt li img{width:100%; height:118px; display:block;}
.vipmskl{width:55%; float:left; background-color:#c0accb; height:372px; margin-bottom:66px;}
.vipmsl{width:686px; float:right; color:#ffffff; font-size:16px;}
.vipmsl h5{ font-size:36px; margin-top:57px;}
.vipmsl h4{margin-bottom:38px;}
.vipmsl p{ line-height:26px; width:100%; float:left;}
.vipmsl p img{ float:left; margin:0 6px 18px 0;}
.vipmskr{width:45%; float:left; background-color:#d1b38f; height:372px; margin-bottom:66px;}
.vipmsr{width:388px; float:left; color:#ffffff; font-size:16px; padding-left:126px;}
.vipmsr h5{ font-size:36px; margin-top:57px;}
.vipmsr h4{margin-bottom:38px;}
/*==========
页面自定义通用样式
==========*/
.pagesize_font{display:none;}
.a-switch { padding_bottom:40px; }
.a-switch-lf { float:left; width:277px; height:435px; background:url(../images/a-ww1.jpg) no-repeat center center; position:relative; }
.a-switch-lf p { font-size:25px; color:#fff; line-height:35px; width:210px; margin:60px auto 0 auto; }
.a-switch-lf b { position:absolute; overflow:hidden; background:#fff; border-radius:40px; font-size:16px; color:#8a5b27; font-weight:normal; display:block; bottom:45px; left:50%; width:220px; margin-left:-110px; height:40px; line-height:40px; text-align:center; }
.a-switch-lf b a { display:block; color:#8a5b27; }
.a-bjf7f7f7 { width:100%; background:#f7f7f7; }
.friend{height:435px;margin-left:40px;overflow:hidden;width:910px; position:relative; float:left; }
.mr_frbox{height:435px;}
.mr_frBtnL{cursor:pointer;display:inline;float:left;height:80px;width:36px; position:absolute; left:0; top:204px; z-index:999; opacity:0.5; }
.mr_frBtnL:hover { opacity:1; }
.mr_frUl{float:left;height:435px;width:823px; }
.mr_frBtnR{float:right;cursor:pointer;width:36px;height:80px; position:absolute; right:0; top:204px; z-index:999; opacity:0.5; }
.mr_frBtnR:hover { opacity:1; }
.mr_frUl ul li{display:inline;float:left; width:200px;overflow:hidden;position:relative; margin-right:37px; position:relative; }
.mr_frUl ul li a img{ width:200px; height:435px; }
.mr_frUl-text { height:150px; width:200px; position:absolute; bottom:0; background:url(../images/white.png) repeat center center; }
.mr_frUl-text dl { width:160px; margin:0 auto; }
.mr_frUl-text dl dt { font-size:18px; color:#8a5b27; font-weight:bold; padding:20px 0 15px 0; }
.mr_frUl-text dl dd { font-size:12px; line-height:20px; height:80px; overflow:hidden; }
.mr_frUl ul li:hover .mr_frUl-text { height:440px; }
.mr_frUl ul li:hover .mr_frUl-text dl dd { font-size:12px; line-height:20px; height:360px; overflow:hidden; }
.a-onlinebooking { width:1005; height:590px; background:url(../images/a-gddt.jpg) no-repeat center center; background-size:cover; background-attachment:fixed; }
.a-list { width:100%; height:420px; background:url(../images/a-tab.jpg) no-repeat center center; }
.a-list h3 { text-align:center; padding-top:50px; font-weight:normal; }
.a-list h3 span { display:inline-block; font-size:34px; color:#fff; margin:0 15px; height:50px; line-height:35px; cursor:pointer; }
.a-list h3 span.active { background:url(../images/tmqh.png) no-repeat center bottom; }
.a-list p { font-size:12px; color:#000; line-height:16px; width:100%; text-align:center; padding:10px 0 40px 0; opacity:0.5; }
.a-list ul { text-align:center; }
.a-list ul li { display:inline-block; text-align:center; height:130px; width:60px; position:relative; }
.pagesize_num .disable,.pagesize_num .this{
padding:5px 10px;
background:#d1b38f;
border:#d1b38f solid 1px;
color:#9a7144;
margin-right:8px;
}
.pagesize_num a{
padding:5px 10px;
border:#d1b38f solid 1px;
color:#9a7144;
margin-right:8px;
}
.move_2_3{width:1200px;height:508px;position:relative;margin:0 auto;}
.move_2_3 .picbox{width:1200px;position:absolute;left:0;}
.move_2_3 .picbox li{width:266px; float:left; display:inline;overflow: hidden; margin-right:46px;}
.move_2_3 .picbox li a h5{width:100%; text-align:center; font-size:18px; color:#8a5b27; font-weight:bold;}
.move_2_3 .picbox li a p{text-align:center; font-size:18px; color:#333333; line-height:26px;}
.move_2_3 .picbox li a{ display:block;}
.move_2_3 .picbox li div.teambg{background-color:#f6f6f6; padding:20px 0;}
.move_2_3 .left_btn{width:36px;height:80px;position:absolute;left:0;top:180px;cursor: pointer; z-index:10;background: url("../images/leftbutton.png") no-repeat 0px 0px;}
.move_2_3 .right_btn{width:36px;height:80px;position:absolute;right:0;top:180px;cursor: pointer; z-index:10;background: url("../images/rightbutton.png") no-repeat 0px 0px;}
.indyygh{width:264px; float:left; margin-top:5px; height:55px; }
.indyygh a{width:130px; float:left; display:block; text-align:center; color:#9151ad; line-height:53px; border-radius: 0 50px 50px 0; border:#9151ad solid 1px;}
.indyygh a.yya{ background-color:#9151ad; color:#fff; border-radius: 50px 0 0 50px;}
.clear{clear:both;}
.move_2_1{width:1200px;height:253px;position:relative;margin:0 auto;}
.move_2_1 .picbox{width:1110px;position:absolute;left:62px;}
.move_2_1 .picbox li{width:335px; float:left; display:inline;overflow: hidden; margin-right:35px;}
.move_2_1 .picbox li img{width:335px; height:253px; display:block;}
.move_2_1 .left_btn{width:25px;height:48px;position:absolute;left:0;top:103px;cursor: pointer; z-index:10;background: url("../images/vipleft.png") no-repeat 0px 0px;}
.move_2_1 .right_btn{width:25px;height:48px;position:absolute;right:0;top:103px;cursor: pointer; z-index:10;background: url("../images/vipright.png") no-repeat 0px 0px;}
.move_2_4{width:1200px;height:164px;position:relative;margin:0 auto;}
.move_2_4 .picbox{width:1067px;position:absolute;left:65px;}
.move_2_4 .picbox li{width:130px; float:left; display:inline;overflow: hidden; margin-right:26px;}
.move_2_4 .picbox li img{width:130px; height:164px; display:block;}
.move_2_4 .left_btn{width:25px;height:48px;position:absolute;left:0;top:55px;cursor: pointer; z-index:10;background: url("../images/vipleft.png") no-repeat 0px 0px;}
.move_2_4 .right_btn{width:25px;height:48px;position:absolute;right:0;top:55px;cursor: pointer; z-index:10;background: url("../images/vipright.png") no-repeat 0px 0px;}
.move_2_5{width:1200px;height:187px;position:relative;margin:0 auto;}
.move_2_5 .picbox{width:1096px;position:absolute;left:53px;}
.move_2_5 .picbox li{width:274px; float:left; display:inline;overflow: hidden;}
.move_2_5 .picbox li div{width:274px; height:132px; overflow: hidden; text-align:center;display:table;}
.move_2_5 .picbox li div a{vertical-align:middle;display:table-cell;}
.move_2_5 .picbox li span{width:274px; margin-top:30px; display:block; text-align:center; color:#8a5b27;}
.move_2_5 .left_btn{width:42px;height:82px;position:absolute;left:0px;top:35px;cursor: pointer; z-index:10;background: url("../images/syrq_l.jpg") no-repeat 0px 0px;}
.move_2_5 .right_btn{width:42px;height:82px;position:absolute;right:0px;top:35px;cursor: pointer; z-index:10;background: url("../images/syrq_r.jpg") no-repeat 0px 0px;}
.floating_ck{position:fixed;left:20px;bottom:10%; z-index:9999999}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#d1b38f;border-bottom:solid 0.5px #ebd9c3;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#c9ab87;}
.floating_ck dl dd:hover .floating_left{display:block;}
.floating_ck dl dd img{width: 80%;margin: 5px auto;}
.floating_left{line-height:80px;color:#FFFFFF;position:absolute;right:-160px;top:0px;width:160px;height:80px;background-color:#c9ab87;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:200px;top:-120px;}
.floating_ewm i{background-image:url(../images/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:15px;line-height:20px;}
.swtck{ position:fixed; top:0; left:0; right:0; bottom:0; width:430px; height:265px; margin:auto; z-index:999911;}
.swtck a{ position:absolute; bottom:40px; display:block; width:112px; height:31px;}
.anniu_l{right:151px;}
.anniu_r{right:24px;}
.swtck div{position:relative;}
.swtck div span{position:absolute; z-index:999999; top:10px; right:10px; cursor:pointer;}
/* L3.Process.php 赴柬生子服务流程页面 */
.Fwlc-Title,
.Fwlc-Title-2 {
color: #bd9c77;
font-weight: bold;
}
.Fwlc-Title {
text-align: center;
margin: 40px 0 10px 0;
font-size: 25px;
}
.Fwlc-Title-2 {
width: 1200px;
text-align: center;
font-size: 15px;
margin: 0 auto;
}
.Fwlc-Title-2 .border {
position: relative;
top: 12px;
left: 0;
width: 100%;
border-bottom: 1px solid #bd9c77;
}
.Fwlc-Title-2 span {
position: relative;
padding: 0 10px;
background: #fff;
}
.Fwlc {
padding: 20px 0;
width: 1200px;
margin: 0 auto;
}
.Fwlc .Fwlc-box {
float: left;
width: 33.33%;
height: 200px;
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Fwlc .Fwlc-box span {
cursor:pointer;
font-weight: bold;
width: 80%;
height: 20px;
line-height: 20px;
padding: 10px 10%;
display: block;
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
font-size: 15px;
position: absolute;
top: 160px;
left: 0;
}
.Fwlc .Fwlc-box .Mask2 {
cursor:pointer;
display: block;
width: 100%;
height: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Fwlc .Fwlc-box:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Fwlc .Mask2 {
opacity: 0.2;
background: linear-gradient(-12deg, #FFF 19%, #bd9c77 81%);
}
.Fwlc .Mask2:hover {
opacity: 0;
}
/* Service.php 优韵宝柬埔寨试管婴儿服务 */
.Service .Title-Nav {
width: 100%;
height: 270px;
background-color: #f8f2ec;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .Title-Nav .Mask2 {
position: absolute;
padding: 60px 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.Service .Title-Nav .Mask2 .Title,
.Service .Title-Nav .Mask2 .Title-2 {
color: #fff;
font-weight: bold;
}
.Service .Title-Nav .Mask2 .Title {
text-align: center;
margin: 0 10px 0;
font-size: 25px;
margin-bottom: 20px;
}
.Service .Title-Nav .Mask2 p {
margin: 0 auto;
width: 1200px;
font-size: 16px;
line-height: 32px;
color: #fff;
text-align: center;
}
.Service .Title-Nav:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .YouShi {
width: 100%;
padding: 30px 0;
}
.Service .YouShi h3 {
color: #9b754b;
font-size: 30px;
text-align: center;
margin-bottom: 10px;
}
.Service .YouShi .h3-2 {
width: 490px;
height: 14px;
margin: 0 auto 36px;
text-align: center;
font-size: 14px;
line-height: 14px;
position: relative;
}
.Service .YouShi .h3-2 .border {
width: 100%;
height: 7px;
position: absolute;
*left: 0px;
border-bottom: 1px solid #bd9d76;
}
.Service .YouShi .h3-2 span {
color: #bd9d76;
background: #fff;
display: block;
width: 120px;
height: 14x;
margin: 0 auto;
position: absolute;
left: 185px;
}
.Service .YouShi .Box {
width: 1200px;
margin: 0 auto;
}
.Service .YouShi .Box .Img,
.Service .YouShi .Box .Nav {
position: relative;
float: left;
height: 400px;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .YouShi .Box .Img {
width: 33.3%;
background-color: #555;
}
.Service .YouShi .Box .Img:hover,
.Service .YouShi .Box .Nav:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .YouShi .Box .Nav {
width: 66.6%;
background-color: #efefe3;
color: #59554a;
}
.Service .YouShi .Box .Nav .Text {
width: 80%;
position: absolute;
top: 60px;
left: 80px;
}
.Service .YouShi .Box .Nav .Text h4 {
position: relative;
display: block;
font-weight: bold;
font-size: 25px;
line-height: 20px;
padding-bottom: 30px;
}
.Service .YouShi .Box .Nav .Text h4 .border {
width: 10%;
border-bottom: 3px solid #59554a;
position: absolute;
bottom: 10px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
}
.Service .YouShi .Box .Nav .Text h4:hover .border {
width: 60%;
}
.Service .YouShi .Box .Nav .Text p + p {
margin-top: 10px;
}
.Service .YouShi .Box-1 .Img {
position: relative;
}
.Service .YouShi .Box-1 .Img .Title {
color: #fff;
width: 40%;
padding: 10px;
font-size: 14px;
line-height: 25px;
background-color: rgba(69, 59, 49, 0.6);
border-radius: 18px;
position: absolute;
bottom: 20px;
right: 20px;
}
.Service .YouShi .Box-1 .Img .Title p + p {
margin-top: 10px;
}
.Service .YouShi .Box-2 .Nav {
width: 33.3%;
}
.Service .YouShi .Box-2 .Nav .Mask {
width: 100%;
height: 100%;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
position: relative;
}
.Service .YouShi .Box-2 .Nav-2 .Mask-2 {
width: 100%;
height: 100%;
background-color: rgba(175, 175, 175, 0);
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
}
.Service .YouShi .Box-3 .Nav-3 .Mask {
width: 100%;
height: 100%;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-transition: all 0.3s;
position: relative;
}
.Service .YouShi .Nav:hover .Mask,
.Service .YouShi .Nav-2:hover .Mask,
.Service .YouShi .Nav-3:hover .Mask {
background-color: rgba(179, 165, 128, 0);
}
.Service .YouShi .Nav:hover .Mask-2,
.Service .YouShi .Nav-2:hover .Mask-2,
.Service .YouShi .Nav-3:hover .Mask-2 {
background-color: rgba(68, 58, 48, 0);
}
.Service .YouShi .Text-2 {
color: #fff;
width: 40%;
padding: 10px 5%;
font-size: 14px;
line-height: 20px;
background-color: rgba(69, 59, 49, 0.5);
border-radius: 18px;
position: absolute;
}
.Service .YouShi .Text-2 h4 {
font-size: 15px;
font-weight: bold;
margin: 10px 0;
}
.Service .YouShi .Text-2 p + p {
margin-top: 10px;
}
.Service .YouShi .Text-2 .Ico {
width: 25px;
position: absolute;
bottom: 10px;
right: 10px;
}
.Service .YouShi .Text-21,
.Service .YouShi .Text-3,
.Service .YouShi .Text-4 {
width: 90%;
height: 160px;
bottom: 0px;
left: 0px;
border-radius: 0px;
}
.Service .YouShi .Text-5,
.Service .YouShi .Text-6 {
width: 90%;
height: 140px;
bottom: 0px;
left: 0px;
border-radius: 0px;
}
/* Special.php 专题文章页面 */
.Special .Special-Nav {
width: 1200px;
border: 1px solid rgba(160, 160, 160, 0.3);
margin: 20px auto;
box-shadow: 2.5px 2.5px 4px #888888;
}
.Special .Special-Nav .Title-Box {
width: 100%;
height: 200px;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Special .Special-Nav .Title-Box h1 {
display: block;
font-size: 40px;
height: 200px;
line-height: 200px;
color: #fff;
text-align: center;
background-color: rgba(160, 160, 160, 0.3);
}
.Special .Special-Nav .Title-Box:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Special .Special-Nav .Text-Nav {
width: 1180px;
margin: 30px auto;
padding: 0 10px;
}
.Special .Special-Nav .Text-Nav p {
font-size: 20px;
}
.Special .Bottom {
width: 100%;
}
.Service .Title-Nav {
width: 100%;
height: 270px;
background-color: #f8f2ec;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .Title-Nav .Mask2 {
position: absolute;
padding: 60px 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.Service .Title-Nav .Mask2 .Title,
.Service .Title-Nav .Mask2 .Title-2 {
color: #fff;
font-weight: bold;
}
.Service .Title-Nav .Mask2 .Title {
text-align: center;
margin: 0 10px 0;
font-size: 25px;
margin-bottom: 20px;
}
.Service .Title-Nav .Mask2 p {
margin: 0 auto;
width: 1200px;
font-size: 16px;
line-height: 32px;
color: #fff;
text-align: center;
}
.Service .Title-Nav:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Service .YouShi {
width: 100%;
padding: 30px 0;
}
.Service .YouShi h3 {
color: #9b754b;
font-size: 30px;
text-align: center;
margin-bottom: 10px;
}
.Service .YouShi .h3-2 {
width: 490px;
height: 14px;
margin: 0 auto 36px;
text-align: center;
font-size: 14px;
line-height: 14px;
position: relative;
}
.Service .YouShi .h3-2 .border {
width: 100%;
height: 7px;
position: absolute;
*left: 0px;
border-bottom: 1px solid #bd9d76;
}
.Service .YouShi .h3-2 span {
color: #bd9d76;
background: #fff;
display: block;
width: 120px;
height: 14x;
margin: 0 auto;
position: absolute;
left: 185px;
}
.Service .YouShi .Box {
width: 1200px;
margin: 0 auto;
}
.Service .YouShi .Box .Box-2 {
float: left;
width: 27.3%;
height: 300px;
margin: 1.5%;
padding: 1.5%;
}
.Service .YouShi .Box .Box-2 img {
display: block;
margin: 0 auto;
}
.Service .YouShi .Box .Box-2 h3 {
font-size: 20px;
margin: 15px 0;
}
/* Special.php 专题文章页面 */
.Special .Special-Nav {
width: 1200px;
border: 1px solid rgba(160, 160, 160, 0.3);
margin: 20px auto;
box-shadow: 2.5px 2.5px 4px #888888;
}
.Special .Special-Nav .Title-Box {
width: 100%;
height: 200px;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Special .Special-Nav .Title-Box h1 {
display: block;
font-size: 40px;
height: 200px;
line-height: 200px;
color: #fff;
text-align: center;
background-color: rgba(160, 160, 160, 0.3);
}
.Special .Special-Nav .Title-Box:hover {
background-size: 100%;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-transition: all 0.6s;
}
.Special .Special-Nav .Text-Nav {
width: 1140px;
margin: 30px auto;
padding: 0 30px;
}
.Special .Special-Nav .Text-Nav p {
font-size: 20px;
}
.Special .Bottom {
width: 100%;
} | 0.376394 | 0.081813 |
body {
/* Adding !important forces the browser to overwrite the default style applied by Bootstrap */
background: #393939 !important;
color: white;
}
img.logo {
margin-right: 5px;
}
/* Add vertical scrollbars that are always visible to DIVs with this class */
div.vertical-scroll-bar {
overflow:scroll;
}
/* Make all containers auto-width */
.container{
width: auto;
}
.height-100-percent{
height: 100%;
}
.width-100-percent{
width: 100%;
}
input.my-mini-button {
margin-left: 10px;
margin-bottom: 3px;
height: 25px;
font-size: small;
background-color: lightsteelblue;
/* padding-top does the magic of centering the button text vertically. */
padding-top: 3px;
}
/* Hide inactive floating form div elements */
div.hide-float-form-div {
display: none;
position: absolute;
z-index: auto;
}
/* Show active floating form div elements */
div.show-float-form-div {
left: 30px;
top: 100px;
display: block;
position: absolute;
margin: 5px 10px 5px 10px;
padding: 5px 10px 5px 10px;
z-index: 99;
background-color: #dfdfdf;
font-size: small;
}
div#header-div {
padding: 3px;
color: lightsalmon;
}
button.my-btn {
margin: 3px;
}
div#buttons-row-div {
width: auto; /* To keep the button row DIV from spilling out of the parent DIV */
}
/* Button toolbar */
button#add-bookmark-button {
background-color: bisque;
}
button#select-video-button {
background-color: rosybrown;
color: black;
margin-top: 5px;
margin-bottom: 5px;
}
button#play-all-button {
background-color: lightpink;
}
button#play-from-here-button {
background-color: plum;
}
/* Four Quadrant page styles */
div.quadrant-top-left {
clear: both;
float: left;
width: 650px;
height: 440px;
background-color: grey;
padding: 5px;
}
div.quadrant-bottom-left {
clear: both;
float: left;
width: 650px;
height: 400px;
color: paleturquoise;
background-color: darkslategray;
padding: 5px;
}
div.quadrant-top-right {
float: left;
padding: 8px;
width: 300px;
height: 440px;
background-color: lavender;
padding: 5px;
}
div.chat-room {
background-color: whitesmoke;
margin: 2px;
height: 436px;
}
input#chat-message-input{
width: 242px;
}
div.quadrant-bottom-right {
float: left;
padding: 8px;
width: 300px;
height: 400px;
background-color: paleturquoise;
padding: 5px;
}
div.player-list {
background-color: whitesmoke;
margin: 2px;
height: 316px;
}
div#online-users-list-div {
background-color: white;
height: 390px;
color: blue;
}
div.online-user {
height: 25px;
}
p.quadrant-title {
font-size: large;
color: black;
}
/* ------------ Winners report -------------- */
td.winner_name {
color: lightsalmon;
font-size: medium;
}
td.winner_video_title {
color: white;
font-size: x-large;
}
/* ------------ Online users list and Chat Room -------------- */
div.chat-message-div{
}
ul#chat-message-list-ul{
padding: 0px; /* Override container class padding setting of 24px */
}
div.chat-message-holder{
height: 25px;
}
span.screen-name {
float: left;
margin-left: 3px;
color: palevioletred;
}
input.screen-name {
color: black;
}
span.online-user-status {
float: right;
margin-right: 10px;
}
span.chat-message-content {
float: right;
margin-right: 10px;
}
input.user-ethereum-public-address{
color: black;
}
/* ---------------- Game creation form ----------------------*/
div#chat-room-name-div{
width: 60%;
float: left;
}
div#create-game-button-host-div{
width: auto;
float: right;
margin-right: 5px;
}
/* ---------------- Common Form Styles ----------------------*/
button.select-video {
color: black;
background-color: darkorange;
}
div.button-row {
display: block;
margin-bottom: 10px;
}
div.form-elements-container{
clear: left;
float: left;
}
div.buttons-row-container{
clear: left;
float: left;
margin-top: 10px;
}
div.field-value-holder{
clear: left;
float: left;
}
label.generic-label{
color: turquoise;
min-width: 150px;
}
span.generic-value{
color: white;
margin-left: 3px;
}
button.generic-button{
background-color: mistyrose;
color: black;
}
input.game-invite-link{
float: left;
height: 30px;
width: 500px;
}
input.copy-to-clipboard{
float: left;
}
/* --------------- Help Area related, lower left quadrant */
div.pg-help{
margin-top: 20px;
}
p.pg-help{
padding: 10px;
color: #393939;
background-color: whitesmoke;
}
div#time-location-marked-div{
float: right;
margin-left: 20px;
}
span#marked-video-location-span{
margin-left: 10px;
color: whitesmoke;
}
/* --------------- Metamask detection area */
div#metamask-detection-graphic {
float: left;
}
div#metamask-detection-text {
padding: 10px;
float: right;
}
div#page-title-div {
height: 2em;
width: 640px;
}
div#page-title-text-div {
width: 85%;
float: left;
}
div#page-title-timer-div {
width: 30%;
float: right;
}
select#pick-video-select {
color: darkred;
} | web-site/public/stylesheets/style.css | body {
/* Adding !important forces the browser to overwrite the default style applied by Bootstrap */
background: #393939 !important;
color: white;
}
img.logo {
margin-right: 5px;
}
/* Add vertical scrollbars that are always visible to DIVs with this class */
div.vertical-scroll-bar {
overflow:scroll;
}
/* Make all containers auto-width */
.container{
width: auto;
}
.height-100-percent{
height: 100%;
}
.width-100-percent{
width: 100%;
}
input.my-mini-button {
margin-left: 10px;
margin-bottom: 3px;
height: 25px;
font-size: small;
background-color: lightsteelblue;
/* padding-top does the magic of centering the button text vertically. */
padding-top: 3px;
}
/* Hide inactive floating form div elements */
div.hide-float-form-div {
display: none;
position: absolute;
z-index: auto;
}
/* Show active floating form div elements */
div.show-float-form-div {
left: 30px;
top: 100px;
display: block;
position: absolute;
margin: 5px 10px 5px 10px;
padding: 5px 10px 5px 10px;
z-index: 99;
background-color: #dfdfdf;
font-size: small;
}
div#header-div {
padding: 3px;
color: lightsalmon;
}
button.my-btn {
margin: 3px;
}
div#buttons-row-div {
width: auto; /* To keep the button row DIV from spilling out of the parent DIV */
}
/* Button toolbar */
button#add-bookmark-button {
background-color: bisque;
}
button#select-video-button {
background-color: rosybrown;
color: black;
margin-top: 5px;
margin-bottom: 5px;
}
button#play-all-button {
background-color: lightpink;
}
button#play-from-here-button {
background-color: plum;
}
/* Four Quadrant page styles */
div.quadrant-top-left {
clear: both;
float: left;
width: 650px;
height: 440px;
background-color: grey;
padding: 5px;
}
div.quadrant-bottom-left {
clear: both;
float: left;
width: 650px;
height: 400px;
color: paleturquoise;
background-color: darkslategray;
padding: 5px;
}
div.quadrant-top-right {
float: left;
padding: 8px;
width: 300px;
height: 440px;
background-color: lavender;
padding: 5px;
}
div.chat-room {
background-color: whitesmoke;
margin: 2px;
height: 436px;
}
input#chat-message-input{
width: 242px;
}
div.quadrant-bottom-right {
float: left;
padding: 8px;
width: 300px;
height: 400px;
background-color: paleturquoise;
padding: 5px;
}
div.player-list {
background-color: whitesmoke;
margin: 2px;
height: 316px;
}
div#online-users-list-div {
background-color: white;
height: 390px;
color: blue;
}
div.online-user {
height: 25px;
}
p.quadrant-title {
font-size: large;
color: black;
}
/* ------------ Winners report -------------- */
td.winner_name {
color: lightsalmon;
font-size: medium;
}
td.winner_video_title {
color: white;
font-size: x-large;
}
/* ------------ Online users list and Chat Room -------------- */
div.chat-message-div{
}
ul#chat-message-list-ul{
padding: 0px; /* Override container class padding setting of 24px */
}
div.chat-message-holder{
height: 25px;
}
span.screen-name {
float: left;
margin-left: 3px;
color: palevioletred;
}
input.screen-name {
color: black;
}
span.online-user-status {
float: right;
margin-right: 10px;
}
span.chat-message-content {
float: right;
margin-right: 10px;
}
input.user-ethereum-public-address{
color: black;
}
/* ---------------- Game creation form ----------------------*/
div#chat-room-name-div{
width: 60%;
float: left;
}
div#create-game-button-host-div{
width: auto;
float: right;
margin-right: 5px;
}
/* ---------------- Common Form Styles ----------------------*/
button.select-video {
color: black;
background-color: darkorange;
}
div.button-row {
display: block;
margin-bottom: 10px;
}
div.form-elements-container{
clear: left;
float: left;
}
div.buttons-row-container{
clear: left;
float: left;
margin-top: 10px;
}
div.field-value-holder{
clear: left;
float: left;
}
label.generic-label{
color: turquoise;
min-width: 150px;
}
span.generic-value{
color: white;
margin-left: 3px;
}
button.generic-button{
background-color: mistyrose;
color: black;
}
input.game-invite-link{
float: left;
height: 30px;
width: 500px;
}
input.copy-to-clipboard{
float: left;
}
/* --------------- Help Area related, lower left quadrant */
div.pg-help{
margin-top: 20px;
}
p.pg-help{
padding: 10px;
color: #393939;
background-color: whitesmoke;
}
div#time-location-marked-div{
float: right;
margin-left: 20px;
}
span#marked-video-location-span{
margin-left: 10px;
color: whitesmoke;
}
/* --------------- Metamask detection area */
div#metamask-detection-graphic {
float: left;
}
div#metamask-detection-text {
padding: 10px;
float: right;
}
div#page-title-div {
height: 2em;
width: 640px;
}
div#page-title-text-div {
width: 85%;
float: left;
}
div#page-title-timer-div {
width: 30%;
float: right;
}
select#pick-video-select {
color: darkred;
} | 0.559049 | 0.102081 |
.main_div{width:1300px;margin:10px auto;}
.left_div{width:150px;float:left;}
.left_menu{width:150px;background:#999;border-radius:5px;color: #fff;padding:5px 0 5px 0;}
.left_menu p{width:140px;margin-top:-15px;text-align: center;font-size:18px;background:#fff;color:#999;border-radius: 5px;}
.left_menu ul{width:150px;margin-left:-35px;}
.left_menu ul li{width:140px;list-style: none;line-height: 24px;font-size: 16px;text-align: center;color:#fff;}
.left_menu ul li:hover{background: #fff;color:#999;border-radius:5px;cursor: pointer;}
.left_menu ul li a{color:#fff;vertical-align: middle;text-align: center;}
.right_div{width:1138px;float: left;margin-left:10px;border:solid 1px #999;border-radius: 5px;}
.main_area{width:100%;height:600px;border:none;}
.main_form{width:100%;}
.toolbar{height:30px;background: #f99;border-radius: 5px;padding:7px 10px 0 10px;position:fixed;width:1100px;margin-top:10px;}
.toolbar input:hover{cursor: pointer;}
.list_table_div{position: absolute;width:1130px;height:500px;margin-top: 50px;overflow:auto;}
.list_table{width:1500px;border-collapse: collapse;}
.list_table th{background:#666;color:#fff;}
.list_table tr.sel{background: #999;color:#fff;cursor:pointer;}
.list_table tr.sel a{color:#fff;text-decoration: underline;}
.list_table tr:hover{background: #999;color:#fff;cursor:pointer;}
.list_table tr:hover a{color:#fff;text-decoration: underline;}
.list_table tr a:hover{}
.list_table th,.list_table td{border:solid 1px #000;text-align: center;}
.add_div,.edit_div{position: absolute;display: none;}
.info_table{height:400px;
/*border:solid #999 1px;border-radius: 5px;box-shadow: #999 3px 3px;*/
}
.selecter{height:25px;font-size:16px;}
.info_title{border-bottom: solid #999 1px;font-weight: bold;padding:5px 0;}
.add_div,.edit_div{margin-top:10px;}
.close{width:30px;height:30px;background:#999;border-radius: 5px;vertical-align: middle;text-align: center;
font-size:20px;color:#fff;position:relative;left:480px;top:38px;cursor: pointer;}
.page_div{position:fixed;bottom:5px;width:1100px;margin:10px auto;text-align: center;}
.page_div span{margin:0 5px;}
.page_div span.page{padding:5px 10px;border:solid #999 1px;cursor: pointer;border-radius: 5px;}
.page_div span.hov{background:#999;color:#fff;border:none;}
.page_div span.hov a{color:#fff;}
.page_div span.hov:hover{background:#333;color:#fff;}
.page_div label{font-size: 18px;}
.page_div select{height: 30px;}
.page_text{width:30px;height:30px;font-size:18px;}
.error{color: #ff3300;margin:10px auto;text-align: center}
.loading{position:fixed;width:1130px;text-align: center; margin:10px auto;}
.loading img{width:100px;} | Public/css/admin.css | .main_div{width:1300px;margin:10px auto;}
.left_div{width:150px;float:left;}
.left_menu{width:150px;background:#999;border-radius:5px;color: #fff;padding:5px 0 5px 0;}
.left_menu p{width:140px;margin-top:-15px;text-align: center;font-size:18px;background:#fff;color:#999;border-radius: 5px;}
.left_menu ul{width:150px;margin-left:-35px;}
.left_menu ul li{width:140px;list-style: none;line-height: 24px;font-size: 16px;text-align: center;color:#fff;}
.left_menu ul li:hover{background: #fff;color:#999;border-radius:5px;cursor: pointer;}
.left_menu ul li a{color:#fff;vertical-align: middle;text-align: center;}
.right_div{width:1138px;float: left;margin-left:10px;border:solid 1px #999;border-radius: 5px;}
.main_area{width:100%;height:600px;border:none;}
.main_form{width:100%;}
.toolbar{height:30px;background: #f99;border-radius: 5px;padding:7px 10px 0 10px;position:fixed;width:1100px;margin-top:10px;}
.toolbar input:hover{cursor: pointer;}
.list_table_div{position: absolute;width:1130px;height:500px;margin-top: 50px;overflow:auto;}
.list_table{width:1500px;border-collapse: collapse;}
.list_table th{background:#666;color:#fff;}
.list_table tr.sel{background: #999;color:#fff;cursor:pointer;}
.list_table tr.sel a{color:#fff;text-decoration: underline;}
.list_table tr:hover{background: #999;color:#fff;cursor:pointer;}
.list_table tr:hover a{color:#fff;text-decoration: underline;}
.list_table tr a:hover{}
.list_table th,.list_table td{border:solid 1px #000;text-align: center;}
.add_div,.edit_div{position: absolute;display: none;}
.info_table{height:400px;
/*border:solid #999 1px;border-radius: 5px;box-shadow: #999 3px 3px;*/
}
.selecter{height:25px;font-size:16px;}
.info_title{border-bottom: solid #999 1px;font-weight: bold;padding:5px 0;}
.add_div,.edit_div{margin-top:10px;}
.close{width:30px;height:30px;background:#999;border-radius: 5px;vertical-align: middle;text-align: center;
font-size:20px;color:#fff;position:relative;left:480px;top:38px;cursor: pointer;}
.page_div{position:fixed;bottom:5px;width:1100px;margin:10px auto;text-align: center;}
.page_div span{margin:0 5px;}
.page_div span.page{padding:5px 10px;border:solid #999 1px;cursor: pointer;border-radius: 5px;}
.page_div span.hov{background:#999;color:#fff;border:none;}
.page_div span.hov a{color:#fff;}
.page_div span.hov:hover{background:#333;color:#fff;}
.page_div label{font-size: 18px;}
.page_div select{height: 30px;}
.page_text{width:30px;height:30px;font-size:18px;}
.error{color: #ff3300;margin:10px auto;text-align: center}
.loading{position:fixed;width:1130px;text-align: center; margin:10px auto;}
.loading img{width:100px;} | 0.20462 | 0.054099 |
.art.window {
display: inline-block;
vertical-align: top;
width: auto;
height: auto;
-art-shadow-blur: 20;
-art-shadow-offset-y: 5;
-art-shadow-color: hsb(0, 0, 0, 0.5);
line-height: 16px; }
html > body .art.window .art.id-footer, html > body .art.window .art.id-header {
width: auto;
display: block; }
html > body .art.window .art.id-content {
width: 300px;
-art-min-height: 50; }
html > body .art.window .art.id-header {
cursor: default; }
html > body .art.window .art.id-header .art.input.id-search {
float: right; }
html > body .art.window .art.id-header .art.id-title {
z-index: 4;
text-align: center;
font-size: 13px;
color: #555555; }
html > body .art.window .art.id-header .art.id-title .container {
text-shadow: 0 1px 0 #e5e5ee;
-art-filter: dropshadow(color=#e5e5ee, offX=0, offY=1px); }
html > body .art.window .art.id-header .art.id-buttons {
float: left;
height: 16px;
position: relative;
z-index: 5; }
html > body .art.window .art.id-header .art.id-buttons .art.button {
-art-glyph-left: 0.5;
-art-glyph-top: 0;
-art-glyph-color: hsb(0, 0, 0, 0);
width: 13px;
height: 13px;
-art-corner-radius: 6;
-art-reflection-color: "['radial', {0.4: hsb(0, 0, 100, 0.6), 0.9: hsb(0, 0, 100, 0)}, {cy: '10%', r: '17%', fy: '50%'}]";
-art-fill-color: hsb(0, 0, 0, 0);
-art-background-color: "['radial', {0: hsb(0, 0, 100, 0.7), 0.35: hsb(0, 0, 100, 0.6), 1: hsb(0,0,100,0.2)}, {cy: '90%', r: '60%', fy: '80%'}]"; }
html > body .art.window .art.id-header .art.id-toggler {
float: right;
margin-left: -20;
margin-right: 0px;
height: 8px;
width: 18px;
-art-corner-radius: 4;
-art-reflection-color: "[hsb(0, 0, 100, 0.5), hsb(0, 0, 40, 0.5), hsb(0, 0, 100, 0.5)]";
-art-background-color: "[hsb(0, 0, 90, 0.3), hsb(0, 0, 100, 0.9)]";
z-index: 5; }
html > body .art.window .art.id-header .art.id-toggler.is-active {
-art-fill-color: "[hsb(210, 61, 90), hsb(202, 95, 100)]"; }
html > body .art.window .art.id-header .art.id-buttons .art.button, html > body .art.window .art.id-header .art.id-toggler, html > body .art.window .art.id-toolbar .art.button, .art.window .art.input {
-art-shadow-blur: 0;
-art-shadow-offset-y: 1;
-art-shadow-color: hsb(0, 0, 77); }
html > body .art.window .art.id-header .art.id-buttons .art.button, html > body .art.window .art.id-header .art.id-toggler {
-art-shadow-color: hsb(0, 0, 85); }
.art.window .art.button {
height: 20px;
cursor: pointer;
-art-fill-color: "[hsb(0, 0, 75), hsb(0, 0, 100, 0.3)]";
-art-background-color: "[hsb(0, 0, 95), hsb(0, 0, 0, 0)]";
-art-shadow-color: hsb(0, 0, 100, 0.4);
-art-stroke-color: hsb(0, 0, 45);
-art-glyph-color: hsb(0, 0, 30);
float: left;
margin-right: 5px; }
html > body .art.window .art.id-close {
-art-glyph: ART.Glyphs.smallCross; }
html > body .art.window .art.id-minimize {
-art-glyph: ART.Glyphs.smallMinus; }
html > body .art.window .art.id-maximize {
-art-glyph: ART.Glyphs.smallPlus; }
html > body .art.window .art.id-handle {
z-index: 10;
-art-glyph: ART.Glyphs.resize;
-art-glyph-color: hsb(0, 0, 50, 0.5);
-art-glyph-top: 2;
-art-glyph-left: 0;
width: 13px;
height: 15px;
-art-shadow-color: hsb(0, 0, 0, 0.4);
-art-touchable: true;
float: right;
cursor: se-resize; }
html > body .art.window .art.id-handle.is-active {
-art-glyph-color: hsb(0, 0, 100, 0.7);
-art-shadow-color: hsb(0, 0, 0, 0.6); }
.art.window.fancy {
-art-corner-radius-bottom-left: 5;
-art-corner-radius-bottom-right: 5;
-art-corner-radius-top-left: 5;
-art-corner-radius-top-right: 5;
-art-stroke-width: 5;
-art-stroke-cap: square;
-art-stroke-color: hsb(0, 0, 10, 0.5); }
html > body .art.window.fancy .art.id-buttons.is-hover .art.button {
-art-glyph-color: hsb(0, 0, 20, 0.7); }
html > body .art.window.fancy .art.id-buttons .art.id-close {
-art-fill-color: "['radial', {0: hsb(0, 95, 80), 0.9: hsb(0, 97, 73), 1: hsb(359, 65, 22)}, {cy: '55%', r: '42%', fy: '55%'}]";
-art-stroke-color: "[hsb(359, 71, 60), hsb(359, 24, 75)]"; }
html > body .art.window.fancy .art.id-buttons .art.id-close.is-active {
-art-fill-color: "['radial', {0: hsb(0, 95, 70), 0.8: hsb(0, 97, 63), 1: hsb(359, 65, 32)}, {cy: '55%', r: '42%', fy: '55%'}]"; }
html > body .art.window.fancy .art.id-buttons .art.id-minimize {
-art-fill-color: "['radial', {0: hsb(58, 95, 80), 0.8: hsb(28, 66, 85), 1: hsb(2, 64, 58)}, {cy: '55%', r: '44%', fy: '55%'}]";
-art-stroke-color: "[hsb(55, 71, 40), hsb(45, 24, 75)]"; }
html > body .art.window.fancy .art.id-buttons .art.id-minimize.is-active {
-art-fill-color: "['radial', {0: hsb(58, 95, 70), 0.8: hsb(28, 66, 75), 1: hsb(2, 64, 48)}, {cy: '55%', r: '44%', fy: '55%'}]"; }
html > body .art.window.fancy .art.id-buttons .art.id-maximize {
-art-fill-color: "['radial', {0: hsb(100, 76, 76), 0.8: hsb(95, 46, 73), 1: hsb(103, 53, 43)}, {cy: '55%', r: '44%', fy: '55%'}]";
-art-stroke-color: "[hsb(55, 71, 40), hsb(45, 24, 75)]"; }
html > body .art.window.fancy .art.id-buttons .art.id-maximize.is-active {
-art-fill-color: "['radial', {0: hsb(100, 76, 66), 0.8: hsb(95, 46, 63), 1: hsb(103, 53, 33)}, {cy: '55%', r: '44%', fy: '55%'}]"; }
html > body .art.window.fancy .art.id-buttons .art.id-close.is-disabled, html > body .art.window.fancy .art.id-buttons .art.id-minimize.is-disabled, html > body .art.window.fancy .art.id-buttons .art.id-maximize.is-disabled {
-art-fill-color: false;
opacity: 0.5; }
.art.window.fancy.is-dragged {
cursor: move;
-art-stroke-color: hsb(0, 0, 10, 0.2);
-art-shadow-blur: 25;
-art-shadow-offset-y: 12; }
html > body .art.window.fancy .art.id-header {
-art-corner-radius-top-left: inherit;
-art-corner-radius-top-right: inherit;
padding-right: 5px;
padding-top: 3px;
padding-left: 5px;
padding-bottom: 3px;
height: auto;
-art-background-color: "[hsb(0, 0, 80), hsb(0, 0, 60)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 0, 0)]";
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #979797; }
html > body .art.window.fancy .art.id-toolbar {
clear: both;
padding-top: 5px;
-art-background-color: "[hsb(0, 0, 80), hsb(0, 0, 60)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 0, 0)]"; }
html > body .art.window.fancy .art.id-content {
height: 150px;
-art-background-color: "[hsb(0, 0, 80, 0.3), hsb(0, 0, 70, 0.4)]";
-art-reflection-color: "[hsb(0, 0, 100, 0.3), hsb(0, 0, 0, 0)]"; }
html > body .art.window.fancy .art.id-footer {
-art-corner-radius-bottom-left: inherit;
-art-corner-radius-bottom-right: inherit;
-art-background-color: "[hsb(0, 0, 80), hsb(0, 0, 70)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 0, 0)]";
height: auto;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #979797; }
html > body .art.window.fancy.is-minified .art.id-content {
-art-background-color: "[hsb(0, 0, 80, 0.5), hsb(0, 0, 70, 0.7)]";
-art-reflection-color: "[hsb(0, 0, 100, 0.5), hsb(0, 0, 0, 0)]"; }
.art.window.fancy.is-minified .art.button {
height: 20px;
width: 20px;
-art-glyph-top: 5;
-art-glyph-left: 5; }
.art.window.fancy.is-minified .art.button.right {
-art-corner-radius-top-right: 3;
-art-corner-radius-bottom-right: 3;
-art-corner-radius-top-left: 0;
-art-corner-radius-bottom-left: 0;
margin-left: -1;
-art-glyph-left: 8;
-art-glyph-top: 6;
width: 25px; }
.art.window.fancy.is-minified .art.button.is-text {
width: auto;
display: block; }
.art.window.fancy .art.button {
-art-background-color: "[hsb(0, 0, 99), hsb(0, 0, 74)]";
-art-reflection-color: "[hsb(0, 0, 30, 0), hsb(0, 0, 40, 0.3)]"; }
.art.window.fancy .art.button.is-active {
-art-background-color: "[hsb(0, 0, 40), hsb(0, 0, 74)]"; }
.art.window.fancy .art.button.is-disabled {
-art-glyph-color: hsb(0, 0, 50);
color: #777777;
cursor: default; }
.art.window.fancy .art.button.is-active {
-art-fill-color: "[hsb(205, 25, 60), hsb(0, 0, 0, 0)]";
-art-glyph-color: hsb(0, 0, 100); }
.art.window.fancy .art.button.is-text {
width: auto;
height: 20px;
padding-left: 5px;
padding-right: 5px;
display: block; }
.art.window.fancy .art.button.left {
-art-corner-radius-top-right: 0;
-art-corner-radius-bottom-right: 0;
-art-corner-radius-top-left: 3;
-art-corner-radius-bottom-left: 3;
width: 25px;
-art-glyph-left: 8;
-art-glyph-top: 6;
margin-right: 0px; }
.art.window.fancy .art.button.right {
-art-corner-radius-top-right: 3;
-art-corner-radius-bottom-right: 3;
-art-corner-radius-top-left: 0;
-art-corner-radius-bottom-left: 0;
margin-left: -1;
-art-glyph-left: 8;
-art-glyph-top: 6;
width: 25px; }
html > body .art.window.fancy .art.button.id-search {
-art-glyph: ART.Glyphs.search; }
html > body .art.window.fancy .art.button.id-reload {
-art-glyph: ART.Glyphs.refresh; }
html > body .art.window.fancy .art.button.id-wrench {
-art-glyph: ART.Glyphs.wrench; }
html > body .art.window.fancy .art.button.id-back {
-art-glyph: ART.Glyphs.triangleLeft; }
html > body .art.window.fancy .art.button.id-forward {
-art-glyph: ART.Glyphs.triangleRight; }
.art.window.fancy .art.scrollbar {
position: absolute; }
.art.window.fancy .art.scrollbar .art.track {
-art-fill-color: "[hsb(0, 0, 30, 0.4), hsb(0, 0, 50, 0.5)]";
-art-reflection-color: "[hsb(31, 0, 100, 0.3), hsb(45, 0, 50, 0)]";
-art-stroke-width: 1;
-art-stroke-color: hsb(0, 0, 0, 0.3); }
.art.window.fancy .art.scrollbar .art.button {
height: 14px;
width: 14px;
margin-left: 0px;
-art-glyph-scale: 0.8;
-art-glyph-top: 3;
-art-glyph-left: 3;
-art-stroke-width: 1; }
.art.window.fancy .art.scrollbar.is-vertical {
top: 0;
-art-right: 0; }
html > body .art.window.fancy .art.scrollbar.is-vertical .art.button.id-decrement {
-art-bottom: 0;
-art-glyph: ART.Glyphs.triangleDown;
-art-corner-radius-top-right: 0;
-art-corner-radius-bottom-right: 3;
-art-corner-radius-top-left: 0;
-art-corner-radius-bottom-left: 3; }
html > body .art.window.fancy .art.scrollbar.is-vertical .art.button.id-increment {
-art-glyph: ART.Glyphs.triangleUp;
-art-corner-radius-top-right: 3;
-art-corner-radius-bottom-right: 0;
-art-corner-radius-top-left: 3;
-art-corner-radius-bottom-left: 0; }
.art.window.fancy .art.scrollbar.is-horizontal {
-art-bottom: 0;
left: 0; }
html > body .art.window.fancy .art.scrollbar.is-horizontal .art.button.id-increment {
-art-right: 0;
-art-corner-radius-top-right: 3;
-art-corner-radius-bottom-right: 3;
-art-corner-radius-top-left: 0;
-art-corner-radius-bottom-left: 0;
-art-glyph: ART.Glyphs.triangleRight; }
html > body .art.window.fancy .art.scrollbar.is-horizontal .art.button.id-decrement {
-art-glyph: ART.Glyphs.triangleLeft;
-art-corner-radius-top-left: 3;
-art-corner-radius-bottom-left: 3;
-art-corner-radius-top-right: 0;
-art-corner-radius-bottom-right: 0; }
.art.window.hud {
-art-corner-radius: 15; }
html > body .art.window.hud .art.id-content {
height: 70px;
-art-background-color: "[hsb(0, 0, 0, 0.6), hsb(0, 0, 20, 0.5)]";
-art-reflection-color: "[hsb(0, 0, 100, 0.6), hsb(0, 0, 10, 0)]";
-art-corner-radius-bottom-left: inherit;
-art-corner-radius-bottom-right: inherit; }
html > body .art.window.hud .art.id-header {
-art-corner-radius-top-left: inherit;
-art-corner-radius-top-right: inherit;
height: 28px;
-art-background-color: "[hsb(0, 0, 0, 0.55), hsb(0, 0, 0, 0.5)]";
-art-reflection-color: "[hsb(0, 0, 0, 0), hsb(0, 0, 0, 0)]"; }
.art.window.hud .art.button {
height: 16px;
width: 16px;
cursor: pointer;
-art-background-color: "[hsb(0, 0, 0, 0.4), hsb(0, 0, 0, 0.5)]";
-art-reflection-color: "[hsb(0, 0, 0, 0.3), hsb(0, 0, 0, 0)]";
-art-glyph-color: hsb(82, 0, 100, 0.5);
-art-corner-radius: 7;
float: left;
margin-left: 5px; }
html > body .art.window.hud .art.id-buttons .art.id-close {
-art-stroke-color: hsb(82, 0, 100, 0.3);
-art-glyph-top: 2;
-art-glyph-left: 2; }
html > body .art.window.hud .art.id-header .art.id-title {
font-size: 1em;
color: #dddddd; }
html > body .art.window.hud .art.id-header .art.id-title .container {
text-shadow: 0 -1px 0 #374683;
-art-filter: dropshadow(color=#374683, offX=0, offY=-1px); }
.art.button {
padding: 0px;
-art-glyph: false;
-art-glyph-stroke: 2;
-art-glyph-color: hsb(0, 0, 0, 0.8);
-art-glyph-height: 13;
-art-glyph-width: 13;
-art-glyph-top: 1;
-art-glyph-left: 1;
-art-stroke-color: hsb(0, 0, 25, 0.7);
-art-stroke-width: 1;
-art-corner-radius-bottom-left: 3;
-art-corner-radius-bottom-right: 3;
-art-corner-radius-top-left: 3;
-art-corner-radius-top-right: 3;
-art-background-color: "[hsb(0, 0, 80), hsb(0, 0, 60)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 0, 0)]";
line-height: 1.7em;
vertical-align: middle;
font-family: Helvetica;
font-size: 12px; }
.art.button .container {
text-shadow: 0 1px 0 #e5e5ee;
-art-filter: dropshadow(color=#e5e5ee, offX=0, offY=1px); }
.art.button[shape=arrow] {
width: 30px;
height: 40px;
-art-arrow-width: 10;
-art-arrow-height: 10;
-art-arrow-side: left;
-art-arrow-position: 9; }
html > body .art.container.id-legend {
text-align: center;
margin-top: 15px; }
html > body .art.container.id-legend .art.label, html > body .art.container.id-legend .art.input, html > body .art.container.id-legend .art.select {
display: inline-block;
float: none;
vertical-align: top; }
html > body .art.container.id-legend .art.label {
width: auto;
float: none; }
.art.container:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
_display: block;
zoom: 1; }
.art.form.two-column {
margin-left: 20px;
margin-right: 20px;
margin-bottom: 0px; }
.art.form.two-column .art.label {
float: left;
clear: both;
text-align: right;
margin-right: 16px;
line-height: 20px;
margin-bottom: 16px;
width: 100px; }
.art.form.two-column .art.input {
float: left;
margin-bottom: 16px; }
.art.form.two-column .art.input[type=checkbox] {
margin-top: 3px; }
.art.form.two-column .art.select {
float: left; }
.art.form.two-column .field {
float: left;
margin-bottom: 16px;
line-height: 20px; }
.art.form.two-column .field .art.label {
float: none;
clear: none;
text-align: left;
margin-right: 0;
margin-bottom: 0;
width: auto;
display: inline-block;
vertical-align: middle;
line-height: 16px; }
.art.form .options.field .art.input[type=checkbox], .art.form .options.field .art.input[type=radio] {
float: none;
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
margin-right: 3px; }
.art.form .art.section {
border-bottom: 1px solid #8a8a8a;
height: auto;
margin-top: 20px; }
.art.form .art.section.last {
border-bottom: 0; }
.art.list {
width: auto;
height: auto;
z-index: 25;
-art-user-select: none; }
.art.list.is-focused {
-art-shadow-color: hsb(212, 58, 93);
-art-shadow-blur: 10;
-art-shadow-offset-y: 0;
-art-stroke-color: hsb(212, 58, 93);
-art-background-color: hsb(0, 0, 100); }
.art.list .art.item {
width: auto;
height: auto;
-art-reflection-color: false;
-art-fill-color: false; }
.art.list .art.item.is-selected {
-art-reflection-color: "[hsb(0, 0, 74, 0.3), hsb(0, 0, 58, 0.3)]";
-art-fill-color: "[hsb(223, 19, 80), hsb(222, 28, 72)]"; }
.art.list.is-focused .art.item.is-selected {
-art-fill-color: "[hsb(223, 49, 80), hsb(222, 58, 72)]"; }
html > body .art.list.id-networks .art.item {
width: auto;
display: block;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px; }
html > body .art.list.id-networks .art.item.is-selected {
color: white;
-art-reflection-color: "[hsb(0, 0, 74, 0.3), hsb(0, 0, 58, 0.3)]";
-art-fill-color: "[hsb(223, 19, 80), hsb(222, 28, 72)]"; }
html > body .art.list.id-networks h2, html > body .art.list.id-networks p {
font-size: 1em;
line-height: 1em;
padding: 0px;
margin: 0; }
.art.menu {
-art-background-color: hsb(0, 0, 100);
-art-shadow-color: hsb(0, 0, 30, 0.6);
-art-shadow-blur: 15;
-art-shadow-offset-y: 3;
-art-stroke-color: hsb(0, 0, 30, 0.4);
-art-stroke-width: 1;
-art-corner-radius: 3;
width: 150px;
height: auto;
z-index: 250;
padding-top: 5px;
padding-bottom: 5px; }
.art.menu .option .container {
text-align: left; }
.art.menu .option > .container {
padding: 0 10px;
line-height: 23px; }
.art.menu .option.is-chosen {
background: #445af2;
color: white; }
.art.panel {
float: left;
-art-fill-color: hsb(0, 0, 100);
margin-bottom: 10px; }
html > body .art.panel.id-left {
width: 158px;
height: 198px;
border: 1px solid #b8b8b8; }
html > body .art.panel.id-right {
-art-min-width: 290px;
width: auto;
margin-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
height: 180px;
-art-fill-color: hsb(0, 0, 90);
-art-corner-radius: 5;
-art-inner-shadow-blur: 2;
-art-inner-shadow-offset-y: 0;
-art-inner-shadow-color: hsb(0, 0, 0, 0.25);
-art-inner-shadow-offset-x: 0; }
.art.scrollbar {
height: 16px;
width: 16px;
cursor: pointer;
-art-stroke-color: hsb(0, 0, 0, 0.3);
-art-stroke-width: 0;
-art-corner-radius: 3;
-art-glyph-color: hsb(82, 0, 100, 0.5); }
.art.scrollbar.is-horizontal .art.track {
height: 14px;
margin-left: 16px; }
.art.scrollbar.is-vertical .art.track {
width: 14px;
margin-top: 16px; }
.art.scrollbar .art.track .art.thumb {
width: 12px;
height: 12px;
-art-stroke-width: 1;
-art-stroke-color: hsb(0, 0, 100, 0.7);
-art-corner-radius: 5;
-art-background-color: "[hsb(0, 0, 0, 0.2), hsb(0, 0, 0, 0.24)]";
-art-fill-color: "[hsb(44, 0, 100, 0.15), hsb(31, 0, 50, 0)]"; }
.art.scrollbar .art.track .art.thumb.is-active {
-art-reflection-color: "[hsb(44, 0, 100, 0.3), hsb(31, 0, 50, 0)]";
-art-background-color: "[hsb(0, 0, 0, 0.4), hsb(0, 0, 0, 0.5)]"; }
.art.section {
width: inherit;
font-family: Helvetica;
font-size: 12px; }
.art.section:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
_display: block;
zoom: 1; }
.art.select {
-art-corner-radius: 3;
-art-stroke-color: hsb(0, 0, 50);
-art-stroke-width: 1;
-art-fill-color: "[hsb(0, 0, 90), hsb(0, 0, 95)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 70, 0)]";
width: 170px;
height: 18px; }
.art.select.is-focused {
-art-shadow-color: hsb(212, 58, 93);
-art-shadow-blur: 5;
-art-shadow-offset-y: 0;
-art-stroke-color: hsb(212, 58, 93); }
.art.select.is-focused .art.button {
-art-stroke-color: hsb(212, 58, 93, 0.5);
margin-bottom: -1;
margin-left: 1px; }
.art.select .art.button {
width: 18px;
height: 18px;
margin-right: -1;
margin-top: -1;
float: right;
-art-glyph-top: 6;
-art-glyph-left: 6;
-art-glyph-scale: 0.8;
-art-glyph: ART.Glyphs.triangleDown; }
.art.toolbar {
width: inherit; }
.art.panel .art.toolbar {
height: 20px;
line-height: 30;
vertical-align: middle;
border-top: 1px solid #d4d4d4;
-art-fill-color: hsb(0, 0, 92);
-art-reflection-color: "[hsb(0, 0, 100, 0.5), hsb(0, 0, 100, 0)]"; }
.art.panel .art.toolbar .art.button {
height: 20px;
width: 24px;
vertical-align: middle;
-art-corner-radius: 0;
margin-left: 0px;
margin-right: 0px;
border-right: 1px solid #d4d4d4;
-art-shadow-blur: 0;
-art-shadow-offset-y: 0;
-art-stroke-width: 0;
-art-glyph-top: 4;
-art-glyph-left: 6;
-art-glyph-color: hsb(0, 0, 0, 0.7); }
html > body .art.panel .art.toolbar .art.button.id-add {
-art-glyph: ART.Glyphs.smallPlus; }
html > body .art.panel .art.toolbar .art.button.id-remove {
-art-glyph: ART.Glyphs.smallMinus; }
html > body .art.panel .art.toolbar .art.button.id-configure {
-art-glyph: ART.Glyphs.wrench; }
.art.input, .art.textarea {
-art-corner-radius: 1;
-art-stroke-color: hsb(0, 0, 50);
-art-stroke-width: 1;
-art-fill-color: "[hsb(0, 0, 90), hsb(0, 0, 95)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 70, 0)]";
width: 170px;
height: 18px; }
.art.textarea {
height: 88px; }
.art.textarea textarea {
padding-top: 2px;
margin: 0px; }
.art.input.is-focused, .art.textarea.is-focused {
-art-shadow-color: hsb(212, 58, 93);
-art-shadow-blur: 5;
-art-shadow-offset-y: 0;
-art-stroke-color: hsb(212, 58, 93); }
.art.input input, .art.textarea textarea {
border: 0;
line-height: 14px;
font-size: 13px;
padding-top: 5px;
padding-left: 4px;
font-family: Helvetica;
background: none;
display: block;
outline: none; }
.art.input[type=checkbox] {
width: 14px;
height: 14px;
-art-glyph-color: false;
-art-corner-radius: 3; }
.art.input[type=checkbox].is-active {
-art-fill-color: "[hsb(0, 0, 80), hsb(0, 0, 85)]";
-art-reflection-color: "[hsb(0, 0, 90, 1), hsb(0, 0, 60, 0)]"; }
.art.input[type=checkbox].is-checked {
-art-glyph: ART.Glyphs.checkMark;
-art-glyph-top: 0px;
-art-glyph-left: 1px;
-art-glyph-scale: 1.6;
-art-glyph-color: hsb(0, 0, 30); }
.art.combobox {
-art-corner-radius: 3;
-art-stroke-color: hsb(0, 0, 50);
-art-stroke-width: 1;
-art-fill-color: "[hsb(0, 0, 90), hsb(0, 0, 95)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 70, 0)]";
width: 170px;
height: 20px; }
.art.combobox.is-focused {
-art-shadow-color: hsb(212, 58, 93);
-art-shadow-blur: 5;
-art-shadow-offset-y: 0;
-art-stroke-color: hsb(212, 58, 93, 0.3); }
.art.input[type=radio] {
width: 14px;
height: 14px;
-art-glyph-color: false;
-art-corner-radius: 7px; }
.art.input[type=radio].is-active {
-art-fill-color: "[hsb(0, 0, 80), hsb(0, 0, 85)]";
-art-reflection-color: "[hsb(0, 0, 90, 1), hsb(0, 0, 60, 0)]"; }
.art.input[type=radio].is-checked {
-art-glyph: ART.Glyphs.radio;
-art-glyph-top: 3px;
-art-glyph-left: 3px;
-art-glyph-scale: 1.6;
-art-glyph-color: hsb(0, 0, 40); }
.art.input[type="range"] {
height: 3px;
margin-top: 10px;
margin-bottom: 6px;
width: 170px;
-art-fill-Color: hsb(0, 0, 0, 0.3);
cursor: pointer;
-art-stroke-color: hsb(0, 0, 0, 0.3);
-art-stroke-width: 1;
-art-corner-radius: 1; }
.art.input[type="range"] .art.thumb {
height: 14px;
width: 14px;
margin-top: -6;
-art-corner-radius: 7;
-art-reflection-color: "['radial', {0.3: hsb(0, 0, 100, 0.396875), 1: hsb(0, 0, 100, 0)}, {cy: '90%', r: '45%', fy: '90%'}]";
-art-fill-color: "['radial', {0.5: hsb(0, 0, 100, 0.496875), 0.9: hsb(0, 0, 100, 0)}, {cy: '5%', r: '20%', fy: '5%'}]";
-art-background-color: "['radial', {0.3: hsb(0, 0, 35, 0.6), 0.5: hsb(0, 0, 60, 0.5)}]";
-art-stroke-color: hsb(0, 0, 30, 0.7);
-art-stroke-width: 1; }
html > body .art.input.id-search {
height: 20px;
-art-corner-radius: 10;
width: 150px;
-art-fill-color: hsb(0, 0, 100, 1); }
html > body .art.input.id-search .art.glyph {
height: 20px;
width: 22px;
float: left; }
html > body .art.input.id-search input {
padding-left: 0px;
float: left; }
html > body .art.input.id-search .art.button.id-glyph, html > body .art.input.id-search .art.button.id-canceller {
-art-fill-color: false;
-art-shadow-color: false;
-art-reflection-color: false;
-art-background-color: false;
-art-stroke-width: 0;
-art-shadow-blur: 0; }
html > body .art.input.id-search .art.button.id-glyph {
-art-corner-radius: 7;
-art-glyph: ART.Glyphs.search;
-art-glyph-left: 2;
-art-glyph-top: 2;
-art-glyph-color: hsb(0, 0, 40);
height: 20px;
width: 20px;
margin-top: 2px;
margin-left: 2px;
margin-right: 0px; }
html > body .art.input.id-search .art.button.id-glyph.is-active {
-art-background-color: false;
-art-glyph-color: hsb(0, 0, 30); }
html > body .art.input.id-search .art.button.id-canceller {
-art-corner-radius: 7;
-art-glyph: ART.Glyphs.smallCross;
-art-glyph-left: 0.5;
-art-glyph-top: 0.5;
-art-glyph-scale: 1.1;
cursor: pointer;
height: 14px;
width: 14px;
-art-glyph-color: hsb(0, 0, 100);
-art-background-color: hsb(0, 0, 60);
margin-top: 3px;
margin-right: 4px;
margin-left: 0px;
display: none; }
html > body .art.input.id-search.is-detailed .art.button.id-glyph {
-art-icon: ART.Glyphs.triangleDown;
-art-icon-left: 14;
-art-icon-top: 7;
-art-icon-scale: 0.7;
margin-right: 5px; }
html > body .art.input.id-search.is-detailed.is-uniconed .art.button.id-glyph {
-art-glyph: false;
-art-icon-left: 17;
width: 23px;
margin-left: 4px; }
html > body .art.input.id-search.is-filled .art.button.id-canceller {
display: block; }
html > body .art.window.id-browser, html > body .art.window.id-browser .art.id-footer {
-art-arrow-width: 20;
-art-arrow-height: 20;
-art-arrow-side: bottom;
-art-arrow-position: 9; }
html > body .art.window.id-browser .art.id-footer {
-art-arrow-width: 18;
-art-arrow-height: 18;
-art-arrow-position: 10; }
html > body .art.window.id-browser .art.id-toolbar .art.button {
-art-glyph-scale: 2;
-art-glyph-top: 6;
-art-glyph-left: 6;
height: 36px;
width: 36px; }
html > body .art.window.id-browser .art.id-toolbar .art.button.id-back {
-art-glyph-top: 11;
-art-glyph-left: 10;
-art-corner-radius: 18;
-art-glyph-scale: 1.5;
z-index: 10; }
html > body .art.window.id-browser .art.id-toolbar .art.button.id-back[shape=arrow] {
-art-corner-radius: 5; }
html > body .art.window.id-browser .art.id-toolbar .art.button.id-forward {
height: 21px;
-art-corner-radius-top-right: 10;
-art-corner-radius-bottom-right: 10;
-art-corner-radius-top-left: 0;
-art-corner-radius-bottom-left: 0;
-art-glyph-scale: 1.2;
-art-glyph-left: 15;
-art-glyph-top: 5;
width: 32px;
margin-top: 7px;
margin-left: -15;
z-index: 5; }
html > body .art.window.id-browser.is-minified .art.id-toolbar .art.button {
height: 16px;
width: 16px;
-art-glyph-top: 2;
-art-glyph-left: 2;
-art-glyph-scale: 1; }
html > body .art.window.id-browser.is-minified .art.id-toolbar .art.button.id-back {
-art-arrow-width: 6;
-art-arrow-height: 6; }
html > body .art.window.id-browser.is-minified .art.id-toolbar .art.button.id-back, html > body .art.window.id-browser.is-minified .art.id-toolbar .art.button.id-forward {
-art-corner-radius: 5;
-art-glyph-scale: 1;
-art-glyph-top: 4;
-art-glyph-left: 4;
padding-right: 4; }
html > body .art.window.id-browser.is-minified .art.id-toolbar .art.button.id-forward {
margin-right: 5px;
margin-left: 0px;
margin-top: 0px;
height: 16px;
width: 16px; }
html > body .art.window.id-browser.is-dragged {
-art-stroke-dash: 10, 2, 2; }
html > body .art.window.id-network {
-art-stroke-width: 1;
-art-stroke-color: hsb(0, 0, 40, 0.5);
-art-corner-radius-bottom-left: 0;
-art-corner-radius-bottom-right: 0; }
html > body .art.window.id-network.is-minified .art.id-toolbar {
display: none; }
html > body .art.window.id-network .art.id-content {
height: auto;
display: block;
width: 520px;
-art-min-width: 520px;
-art-background-color: hsb(0, 0, 93);
border-top: 1px solid #666666; }
html > body .art.window.id-network .art.id-content .art.id-actions {
float: right;
margin-bottom: 10px; }
html > body .art.window.id-network .art.id-content .art.id-actions .art.button {
-art-corner-radius: 10;
margin-left: 5px;
margin-right: 0px;
-art-shadow-color: hsb(0, 0, 0, 0.2);
-art-shadow-blur: 0;
-art-shadow-offset-y: 1; }
html > body .art.window.id-preferences {
-art-stroke-width: 1;
-art-stroke-color: hsb(0, 0, 40, 0.5);
-art-corner-radius-bottom-left: 0;
-art-corner-radius-bottom-right: 0; }
html > body .art.window.id-preferences .art.id-content {
width: 400px;
height: auto;
-art-background-color: hsb(0, 0, 93);
border-top: 1px solid #666666; }
html > body .art.window.id-preferences.is-minified .art.id-toolbar {
display: none; }
svg {
display: block; }
v\:* {
background: transparent; }
.art.* {
-art-shadow-blur: 0;
-art-stroke-width: 0;
-art-shadow-offset-x: 0;
-art-shadow-offset-y: 0; }
.art:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
_display: block;
zoom: 1; }
.art.select > .container {
text-align: left;
padding: 0 10px; }
.art.select .container {
line-height: 22px; }
.art.window svg ~ *, .art.window svg .container {
position: relative; } | Demos/Assets/Styles/Widgets.css | .art.window {
display: inline-block;
vertical-align: top;
width: auto;
height: auto;
-art-shadow-blur: 20;
-art-shadow-offset-y: 5;
-art-shadow-color: hsb(0, 0, 0, 0.5);
line-height: 16px; }
html > body .art.window .art.id-footer, html > body .art.window .art.id-header {
width: auto;
display: block; }
html > body .art.window .art.id-content {
width: 300px;
-art-min-height: 50; }
html > body .art.window .art.id-header {
cursor: default; }
html > body .art.window .art.id-header .art.input.id-search {
float: right; }
html > body .art.window .art.id-header .art.id-title {
z-index: 4;
text-align: center;
font-size: 13px;
color: #555555; }
html > body .art.window .art.id-header .art.id-title .container {
text-shadow: 0 1px 0 #e5e5ee;
-art-filter: dropshadow(color=#e5e5ee, offX=0, offY=1px); }
html > body .art.window .art.id-header .art.id-buttons {
float: left;
height: 16px;
position: relative;
z-index: 5; }
html > body .art.window .art.id-header .art.id-buttons .art.button {
-art-glyph-left: 0.5;
-art-glyph-top: 0;
-art-glyph-color: hsb(0, 0, 0, 0);
width: 13px;
height: 13px;
-art-corner-radius: 6;
-art-reflection-color: "['radial', {0.4: hsb(0, 0, 100, 0.6), 0.9: hsb(0, 0, 100, 0)}, {cy: '10%', r: '17%', fy: '50%'}]";
-art-fill-color: hsb(0, 0, 0, 0);
-art-background-color: "['radial', {0: hsb(0, 0, 100, 0.7), 0.35: hsb(0, 0, 100, 0.6), 1: hsb(0,0,100,0.2)}, {cy: '90%', r: '60%', fy: '80%'}]"; }
html > body .art.window .art.id-header .art.id-toggler {
float: right;
margin-left: -20;
margin-right: 0px;
height: 8px;
width: 18px;
-art-corner-radius: 4;
-art-reflection-color: "[hsb(0, 0, 100, 0.5), hsb(0, 0, 40, 0.5), hsb(0, 0, 100, 0.5)]";
-art-background-color: "[hsb(0, 0, 90, 0.3), hsb(0, 0, 100, 0.9)]";
z-index: 5; }
html > body .art.window .art.id-header .art.id-toggler.is-active {
-art-fill-color: "[hsb(210, 61, 90), hsb(202, 95, 100)]"; }
html > body .art.window .art.id-header .art.id-buttons .art.button, html > body .art.window .art.id-header .art.id-toggler, html > body .art.window .art.id-toolbar .art.button, .art.window .art.input {
-art-shadow-blur: 0;
-art-shadow-offset-y: 1;
-art-shadow-color: hsb(0, 0, 77); }
html > body .art.window .art.id-header .art.id-buttons .art.button, html > body .art.window .art.id-header .art.id-toggler {
-art-shadow-color: hsb(0, 0, 85); }
.art.window .art.button {
height: 20px;
cursor: pointer;
-art-fill-color: "[hsb(0, 0, 75), hsb(0, 0, 100, 0.3)]";
-art-background-color: "[hsb(0, 0, 95), hsb(0, 0, 0, 0)]";
-art-shadow-color: hsb(0, 0, 100, 0.4);
-art-stroke-color: hsb(0, 0, 45);
-art-glyph-color: hsb(0, 0, 30);
float: left;
margin-right: 5px; }
html > body .art.window .art.id-close {
-art-glyph: ART.Glyphs.smallCross; }
html > body .art.window .art.id-minimize {
-art-glyph: ART.Glyphs.smallMinus; }
html > body .art.window .art.id-maximize {
-art-glyph: ART.Glyphs.smallPlus; }
html > body .art.window .art.id-handle {
z-index: 10;
-art-glyph: ART.Glyphs.resize;
-art-glyph-color: hsb(0, 0, 50, 0.5);
-art-glyph-top: 2;
-art-glyph-left: 0;
width: 13px;
height: 15px;
-art-shadow-color: hsb(0, 0, 0, 0.4);
-art-touchable: true;
float: right;
cursor: se-resize; }
html > body .art.window .art.id-handle.is-active {
-art-glyph-color: hsb(0, 0, 100, 0.7);
-art-shadow-color: hsb(0, 0, 0, 0.6); }
.art.window.fancy {
-art-corner-radius-bottom-left: 5;
-art-corner-radius-bottom-right: 5;
-art-corner-radius-top-left: 5;
-art-corner-radius-top-right: 5;
-art-stroke-width: 5;
-art-stroke-cap: square;
-art-stroke-color: hsb(0, 0, 10, 0.5); }
html > body .art.window.fancy .art.id-buttons.is-hover .art.button {
-art-glyph-color: hsb(0, 0, 20, 0.7); }
html > body .art.window.fancy .art.id-buttons .art.id-close {
-art-fill-color: "['radial', {0: hsb(0, 95, 80), 0.9: hsb(0, 97, 73), 1: hsb(359, 65, 22)}, {cy: '55%', r: '42%', fy: '55%'}]";
-art-stroke-color: "[hsb(359, 71, 60), hsb(359, 24, 75)]"; }
html > body .art.window.fancy .art.id-buttons .art.id-close.is-active {
-art-fill-color: "['radial', {0: hsb(0, 95, 70), 0.8: hsb(0, 97, 63), 1: hsb(359, 65, 32)}, {cy: '55%', r: '42%', fy: '55%'}]"; }
html > body .art.window.fancy .art.id-buttons .art.id-minimize {
-art-fill-color: "['radial', {0: hsb(58, 95, 80), 0.8: hsb(28, 66, 85), 1: hsb(2, 64, 58)}, {cy: '55%', r: '44%', fy: '55%'}]";
-art-stroke-color: "[hsb(55, 71, 40), hsb(45, 24, 75)]"; }
html > body .art.window.fancy .art.id-buttons .art.id-minimize.is-active {
-art-fill-color: "['radial', {0: hsb(58, 95, 70), 0.8: hsb(28, 66, 75), 1: hsb(2, 64, 48)}, {cy: '55%', r: '44%', fy: '55%'}]"; }
html > body .art.window.fancy .art.id-buttons .art.id-maximize {
-art-fill-color: "['radial', {0: hsb(100, 76, 76), 0.8: hsb(95, 46, 73), 1: hsb(103, 53, 43)}, {cy: '55%', r: '44%', fy: '55%'}]";
-art-stroke-color: "[hsb(55, 71, 40), hsb(45, 24, 75)]"; }
html > body .art.window.fancy .art.id-buttons .art.id-maximize.is-active {
-art-fill-color: "['radial', {0: hsb(100, 76, 66), 0.8: hsb(95, 46, 63), 1: hsb(103, 53, 33)}, {cy: '55%', r: '44%', fy: '55%'}]"; }
html > body .art.window.fancy .art.id-buttons .art.id-close.is-disabled, html > body .art.window.fancy .art.id-buttons .art.id-minimize.is-disabled, html > body .art.window.fancy .art.id-buttons .art.id-maximize.is-disabled {
-art-fill-color: false;
opacity: 0.5; }
.art.window.fancy.is-dragged {
cursor: move;
-art-stroke-color: hsb(0, 0, 10, 0.2);
-art-shadow-blur: 25;
-art-shadow-offset-y: 12; }
html > body .art.window.fancy .art.id-header {
-art-corner-radius-top-left: inherit;
-art-corner-radius-top-right: inherit;
padding-right: 5px;
padding-top: 3px;
padding-left: 5px;
padding-bottom: 3px;
height: auto;
-art-background-color: "[hsb(0, 0, 80), hsb(0, 0, 60)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 0, 0)]";
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #979797; }
html > body .art.window.fancy .art.id-toolbar {
clear: both;
padding-top: 5px;
-art-background-color: "[hsb(0, 0, 80), hsb(0, 0, 60)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 0, 0)]"; }
html > body .art.window.fancy .art.id-content {
height: 150px;
-art-background-color: "[hsb(0, 0, 80, 0.3), hsb(0, 0, 70, 0.4)]";
-art-reflection-color: "[hsb(0, 0, 100, 0.3), hsb(0, 0, 0, 0)]"; }
html > body .art.window.fancy .art.id-footer {
-art-corner-radius-bottom-left: inherit;
-art-corner-radius-bottom-right: inherit;
-art-background-color: "[hsb(0, 0, 80), hsb(0, 0, 70)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 0, 0)]";
height: auto;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #979797; }
html > body .art.window.fancy.is-minified .art.id-content {
-art-background-color: "[hsb(0, 0, 80, 0.5), hsb(0, 0, 70, 0.7)]";
-art-reflection-color: "[hsb(0, 0, 100, 0.5), hsb(0, 0, 0, 0)]"; }
.art.window.fancy.is-minified .art.button {
height: 20px;
width: 20px;
-art-glyph-top: 5;
-art-glyph-left: 5; }
.art.window.fancy.is-minified .art.button.right {
-art-corner-radius-top-right: 3;
-art-corner-radius-bottom-right: 3;
-art-corner-radius-top-left: 0;
-art-corner-radius-bottom-left: 0;
margin-left: -1;
-art-glyph-left: 8;
-art-glyph-top: 6;
width: 25px; }
.art.window.fancy.is-minified .art.button.is-text {
width: auto;
display: block; }
.art.window.fancy .art.button {
-art-background-color: "[hsb(0, 0, 99), hsb(0, 0, 74)]";
-art-reflection-color: "[hsb(0, 0, 30, 0), hsb(0, 0, 40, 0.3)]"; }
.art.window.fancy .art.button.is-active {
-art-background-color: "[hsb(0, 0, 40), hsb(0, 0, 74)]"; }
.art.window.fancy .art.button.is-disabled {
-art-glyph-color: hsb(0, 0, 50);
color: #777777;
cursor: default; }
.art.window.fancy .art.button.is-active {
-art-fill-color: "[hsb(205, 25, 60), hsb(0, 0, 0, 0)]";
-art-glyph-color: hsb(0, 0, 100); }
.art.window.fancy .art.button.is-text {
width: auto;
height: 20px;
padding-left: 5px;
padding-right: 5px;
display: block; }
.art.window.fancy .art.button.left {
-art-corner-radius-top-right: 0;
-art-corner-radius-bottom-right: 0;
-art-corner-radius-top-left: 3;
-art-corner-radius-bottom-left: 3;
width: 25px;
-art-glyph-left: 8;
-art-glyph-top: 6;
margin-right: 0px; }
.art.window.fancy .art.button.right {
-art-corner-radius-top-right: 3;
-art-corner-radius-bottom-right: 3;
-art-corner-radius-top-left: 0;
-art-corner-radius-bottom-left: 0;
margin-left: -1;
-art-glyph-left: 8;
-art-glyph-top: 6;
width: 25px; }
html > body .art.window.fancy .art.button.id-search {
-art-glyph: ART.Glyphs.search; }
html > body .art.window.fancy .art.button.id-reload {
-art-glyph: ART.Glyphs.refresh; }
html > body .art.window.fancy .art.button.id-wrench {
-art-glyph: ART.Glyphs.wrench; }
html > body .art.window.fancy .art.button.id-back {
-art-glyph: ART.Glyphs.triangleLeft; }
html > body .art.window.fancy .art.button.id-forward {
-art-glyph: ART.Glyphs.triangleRight; }
.art.window.fancy .art.scrollbar {
position: absolute; }
.art.window.fancy .art.scrollbar .art.track {
-art-fill-color: "[hsb(0, 0, 30, 0.4), hsb(0, 0, 50, 0.5)]";
-art-reflection-color: "[hsb(31, 0, 100, 0.3), hsb(45, 0, 50, 0)]";
-art-stroke-width: 1;
-art-stroke-color: hsb(0, 0, 0, 0.3); }
.art.window.fancy .art.scrollbar .art.button {
height: 14px;
width: 14px;
margin-left: 0px;
-art-glyph-scale: 0.8;
-art-glyph-top: 3;
-art-glyph-left: 3;
-art-stroke-width: 1; }
.art.window.fancy .art.scrollbar.is-vertical {
top: 0;
-art-right: 0; }
html > body .art.window.fancy .art.scrollbar.is-vertical .art.button.id-decrement {
-art-bottom: 0;
-art-glyph: ART.Glyphs.triangleDown;
-art-corner-radius-top-right: 0;
-art-corner-radius-bottom-right: 3;
-art-corner-radius-top-left: 0;
-art-corner-radius-bottom-left: 3; }
html > body .art.window.fancy .art.scrollbar.is-vertical .art.button.id-increment {
-art-glyph: ART.Glyphs.triangleUp;
-art-corner-radius-top-right: 3;
-art-corner-radius-bottom-right: 0;
-art-corner-radius-top-left: 3;
-art-corner-radius-bottom-left: 0; }
.art.window.fancy .art.scrollbar.is-horizontal {
-art-bottom: 0;
left: 0; }
html > body .art.window.fancy .art.scrollbar.is-horizontal .art.button.id-increment {
-art-right: 0;
-art-corner-radius-top-right: 3;
-art-corner-radius-bottom-right: 3;
-art-corner-radius-top-left: 0;
-art-corner-radius-bottom-left: 0;
-art-glyph: ART.Glyphs.triangleRight; }
html > body .art.window.fancy .art.scrollbar.is-horizontal .art.button.id-decrement {
-art-glyph: ART.Glyphs.triangleLeft;
-art-corner-radius-top-left: 3;
-art-corner-radius-bottom-left: 3;
-art-corner-radius-top-right: 0;
-art-corner-radius-bottom-right: 0; }
.art.window.hud {
-art-corner-radius: 15; }
html > body .art.window.hud .art.id-content {
height: 70px;
-art-background-color: "[hsb(0, 0, 0, 0.6), hsb(0, 0, 20, 0.5)]";
-art-reflection-color: "[hsb(0, 0, 100, 0.6), hsb(0, 0, 10, 0)]";
-art-corner-radius-bottom-left: inherit;
-art-corner-radius-bottom-right: inherit; }
html > body .art.window.hud .art.id-header {
-art-corner-radius-top-left: inherit;
-art-corner-radius-top-right: inherit;
height: 28px;
-art-background-color: "[hsb(0, 0, 0, 0.55), hsb(0, 0, 0, 0.5)]";
-art-reflection-color: "[hsb(0, 0, 0, 0), hsb(0, 0, 0, 0)]"; }
.art.window.hud .art.button {
height: 16px;
width: 16px;
cursor: pointer;
-art-background-color: "[hsb(0, 0, 0, 0.4), hsb(0, 0, 0, 0.5)]";
-art-reflection-color: "[hsb(0, 0, 0, 0.3), hsb(0, 0, 0, 0)]";
-art-glyph-color: hsb(82, 0, 100, 0.5);
-art-corner-radius: 7;
float: left;
margin-left: 5px; }
html > body .art.window.hud .art.id-buttons .art.id-close {
-art-stroke-color: hsb(82, 0, 100, 0.3);
-art-glyph-top: 2;
-art-glyph-left: 2; }
html > body .art.window.hud .art.id-header .art.id-title {
font-size: 1em;
color: #dddddd; }
html > body .art.window.hud .art.id-header .art.id-title .container {
text-shadow: 0 -1px 0 #374683;
-art-filter: dropshadow(color=#374683, offX=0, offY=-1px); }
.art.button {
padding: 0px;
-art-glyph: false;
-art-glyph-stroke: 2;
-art-glyph-color: hsb(0, 0, 0, 0.8);
-art-glyph-height: 13;
-art-glyph-width: 13;
-art-glyph-top: 1;
-art-glyph-left: 1;
-art-stroke-color: hsb(0, 0, 25, 0.7);
-art-stroke-width: 1;
-art-corner-radius-bottom-left: 3;
-art-corner-radius-bottom-right: 3;
-art-corner-radius-top-left: 3;
-art-corner-radius-top-right: 3;
-art-background-color: "[hsb(0, 0, 80), hsb(0, 0, 60)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 0, 0)]";
line-height: 1.7em;
vertical-align: middle;
font-family: Helvetica;
font-size: 12px; }
.art.button .container {
text-shadow: 0 1px 0 #e5e5ee;
-art-filter: dropshadow(color=#e5e5ee, offX=0, offY=1px); }
.art.button[shape=arrow] {
width: 30px;
height: 40px;
-art-arrow-width: 10;
-art-arrow-height: 10;
-art-arrow-side: left;
-art-arrow-position: 9; }
html > body .art.container.id-legend {
text-align: center;
margin-top: 15px; }
html > body .art.container.id-legend .art.label, html > body .art.container.id-legend .art.input, html > body .art.container.id-legend .art.select {
display: inline-block;
float: none;
vertical-align: top; }
html > body .art.container.id-legend .art.label {
width: auto;
float: none; }
.art.container:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
_display: block;
zoom: 1; }
.art.form.two-column {
margin-left: 20px;
margin-right: 20px;
margin-bottom: 0px; }
.art.form.two-column .art.label {
float: left;
clear: both;
text-align: right;
margin-right: 16px;
line-height: 20px;
margin-bottom: 16px;
width: 100px; }
.art.form.two-column .art.input {
float: left;
margin-bottom: 16px; }
.art.form.two-column .art.input[type=checkbox] {
margin-top: 3px; }
.art.form.two-column .art.select {
float: left; }
.art.form.two-column .field {
float: left;
margin-bottom: 16px;
line-height: 20px; }
.art.form.two-column .field .art.label {
float: none;
clear: none;
text-align: left;
margin-right: 0;
margin-bottom: 0;
width: auto;
display: inline-block;
vertical-align: middle;
line-height: 16px; }
.art.form .options.field .art.input[type=checkbox], .art.form .options.field .art.input[type=radio] {
float: none;
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
margin-right: 3px; }
.art.form .art.section {
border-bottom: 1px solid #8a8a8a;
height: auto;
margin-top: 20px; }
.art.form .art.section.last {
border-bottom: 0; }
.art.list {
width: auto;
height: auto;
z-index: 25;
-art-user-select: none; }
.art.list.is-focused {
-art-shadow-color: hsb(212, 58, 93);
-art-shadow-blur: 10;
-art-shadow-offset-y: 0;
-art-stroke-color: hsb(212, 58, 93);
-art-background-color: hsb(0, 0, 100); }
.art.list .art.item {
width: auto;
height: auto;
-art-reflection-color: false;
-art-fill-color: false; }
.art.list .art.item.is-selected {
-art-reflection-color: "[hsb(0, 0, 74, 0.3), hsb(0, 0, 58, 0.3)]";
-art-fill-color: "[hsb(223, 19, 80), hsb(222, 28, 72)]"; }
.art.list.is-focused .art.item.is-selected {
-art-fill-color: "[hsb(223, 49, 80), hsb(222, 58, 72)]"; }
html > body .art.list.id-networks .art.item {
width: auto;
display: block;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px; }
html > body .art.list.id-networks .art.item.is-selected {
color: white;
-art-reflection-color: "[hsb(0, 0, 74, 0.3), hsb(0, 0, 58, 0.3)]";
-art-fill-color: "[hsb(223, 19, 80), hsb(222, 28, 72)]"; }
html > body .art.list.id-networks h2, html > body .art.list.id-networks p {
font-size: 1em;
line-height: 1em;
padding: 0px;
margin: 0; }
.art.menu {
-art-background-color: hsb(0, 0, 100);
-art-shadow-color: hsb(0, 0, 30, 0.6);
-art-shadow-blur: 15;
-art-shadow-offset-y: 3;
-art-stroke-color: hsb(0, 0, 30, 0.4);
-art-stroke-width: 1;
-art-corner-radius: 3;
width: 150px;
height: auto;
z-index: 250;
padding-top: 5px;
padding-bottom: 5px; }
.art.menu .option .container {
text-align: left; }
.art.menu .option > .container {
padding: 0 10px;
line-height: 23px; }
.art.menu .option.is-chosen {
background: #445af2;
color: white; }
.art.panel {
float: left;
-art-fill-color: hsb(0, 0, 100);
margin-bottom: 10px; }
html > body .art.panel.id-left {
width: 158px;
height: 198px;
border: 1px solid #b8b8b8; }
html > body .art.panel.id-right {
-art-min-width: 290px;
width: auto;
margin-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
height: 180px;
-art-fill-color: hsb(0, 0, 90);
-art-corner-radius: 5;
-art-inner-shadow-blur: 2;
-art-inner-shadow-offset-y: 0;
-art-inner-shadow-color: hsb(0, 0, 0, 0.25);
-art-inner-shadow-offset-x: 0; }
.art.scrollbar {
height: 16px;
width: 16px;
cursor: pointer;
-art-stroke-color: hsb(0, 0, 0, 0.3);
-art-stroke-width: 0;
-art-corner-radius: 3;
-art-glyph-color: hsb(82, 0, 100, 0.5); }
.art.scrollbar.is-horizontal .art.track {
height: 14px;
margin-left: 16px; }
.art.scrollbar.is-vertical .art.track {
width: 14px;
margin-top: 16px; }
.art.scrollbar .art.track .art.thumb {
width: 12px;
height: 12px;
-art-stroke-width: 1;
-art-stroke-color: hsb(0, 0, 100, 0.7);
-art-corner-radius: 5;
-art-background-color: "[hsb(0, 0, 0, 0.2), hsb(0, 0, 0, 0.24)]";
-art-fill-color: "[hsb(44, 0, 100, 0.15), hsb(31, 0, 50, 0)]"; }
.art.scrollbar .art.track .art.thumb.is-active {
-art-reflection-color: "[hsb(44, 0, 100, 0.3), hsb(31, 0, 50, 0)]";
-art-background-color: "[hsb(0, 0, 0, 0.4), hsb(0, 0, 0, 0.5)]"; }
.art.section {
width: inherit;
font-family: Helvetica;
font-size: 12px; }
.art.section:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
_display: block;
zoom: 1; }
.art.select {
-art-corner-radius: 3;
-art-stroke-color: hsb(0, 0, 50);
-art-stroke-width: 1;
-art-fill-color: "[hsb(0, 0, 90), hsb(0, 0, 95)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 70, 0)]";
width: 170px;
height: 18px; }
.art.select.is-focused {
-art-shadow-color: hsb(212, 58, 93);
-art-shadow-blur: 5;
-art-shadow-offset-y: 0;
-art-stroke-color: hsb(212, 58, 93); }
.art.select.is-focused .art.button {
-art-stroke-color: hsb(212, 58, 93, 0.5);
margin-bottom: -1;
margin-left: 1px; }
.art.select .art.button {
width: 18px;
height: 18px;
margin-right: -1;
margin-top: -1;
float: right;
-art-glyph-top: 6;
-art-glyph-left: 6;
-art-glyph-scale: 0.8;
-art-glyph: ART.Glyphs.triangleDown; }
.art.toolbar {
width: inherit; }
.art.panel .art.toolbar {
height: 20px;
line-height: 30;
vertical-align: middle;
border-top: 1px solid #d4d4d4;
-art-fill-color: hsb(0, 0, 92);
-art-reflection-color: "[hsb(0, 0, 100, 0.5), hsb(0, 0, 100, 0)]"; }
.art.panel .art.toolbar .art.button {
height: 20px;
width: 24px;
vertical-align: middle;
-art-corner-radius: 0;
margin-left: 0px;
margin-right: 0px;
border-right: 1px solid #d4d4d4;
-art-shadow-blur: 0;
-art-shadow-offset-y: 0;
-art-stroke-width: 0;
-art-glyph-top: 4;
-art-glyph-left: 6;
-art-glyph-color: hsb(0, 0, 0, 0.7); }
html > body .art.panel .art.toolbar .art.button.id-add {
-art-glyph: ART.Glyphs.smallPlus; }
html > body .art.panel .art.toolbar .art.button.id-remove {
-art-glyph: ART.Glyphs.smallMinus; }
html > body .art.panel .art.toolbar .art.button.id-configure {
-art-glyph: ART.Glyphs.wrench; }
.art.input, .art.textarea {
-art-corner-radius: 1;
-art-stroke-color: hsb(0, 0, 50);
-art-stroke-width: 1;
-art-fill-color: "[hsb(0, 0, 90), hsb(0, 0, 95)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 70, 0)]";
width: 170px;
height: 18px; }
.art.textarea {
height: 88px; }
.art.textarea textarea {
padding-top: 2px;
margin: 0px; }
.art.input.is-focused, .art.textarea.is-focused {
-art-shadow-color: hsb(212, 58, 93);
-art-shadow-blur: 5;
-art-shadow-offset-y: 0;
-art-stroke-color: hsb(212, 58, 93); }
.art.input input, .art.textarea textarea {
border: 0;
line-height: 14px;
font-size: 13px;
padding-top: 5px;
padding-left: 4px;
font-family: Helvetica;
background: none;
display: block;
outline: none; }
.art.input[type=checkbox] {
width: 14px;
height: 14px;
-art-glyph-color: false;
-art-corner-radius: 3; }
.art.input[type=checkbox].is-active {
-art-fill-color: "[hsb(0, 0, 80), hsb(0, 0, 85)]";
-art-reflection-color: "[hsb(0, 0, 90, 1), hsb(0, 0, 60, 0)]"; }
.art.input[type=checkbox].is-checked {
-art-glyph: ART.Glyphs.checkMark;
-art-glyph-top: 0px;
-art-glyph-left: 1px;
-art-glyph-scale: 1.6;
-art-glyph-color: hsb(0, 0, 30); }
.art.combobox {
-art-corner-radius: 3;
-art-stroke-color: hsb(0, 0, 50);
-art-stroke-width: 1;
-art-fill-color: "[hsb(0, 0, 90), hsb(0, 0, 95)]";
-art-reflection-color: "[hsb(0, 0, 100, 1), hsb(0, 0, 70, 0)]";
width: 170px;
height: 20px; }
.art.combobox.is-focused {
-art-shadow-color: hsb(212, 58, 93);
-art-shadow-blur: 5;
-art-shadow-offset-y: 0;
-art-stroke-color: hsb(212, 58, 93, 0.3); }
.art.input[type=radio] {
width: 14px;
height: 14px;
-art-glyph-color: false;
-art-corner-radius: 7px; }
.art.input[type=radio].is-active {
-art-fill-color: "[hsb(0, 0, 80), hsb(0, 0, 85)]";
-art-reflection-color: "[hsb(0, 0, 90, 1), hsb(0, 0, 60, 0)]"; }
.art.input[type=radio].is-checked {
-art-glyph: ART.Glyphs.radio;
-art-glyph-top: 3px;
-art-glyph-left: 3px;
-art-glyph-scale: 1.6;
-art-glyph-color: hsb(0, 0, 40); }
.art.input[type="range"] {
height: 3px;
margin-top: 10px;
margin-bottom: 6px;
width: 170px;
-art-fill-Color: hsb(0, 0, 0, 0.3);
cursor: pointer;
-art-stroke-color: hsb(0, 0, 0, 0.3);
-art-stroke-width: 1;
-art-corner-radius: 1; }
.art.input[type="range"] .art.thumb {
height: 14px;
width: 14px;
margin-top: -6;
-art-corner-radius: 7;
-art-reflection-color: "['radial', {0.3: hsb(0, 0, 100, 0.396875), 1: hsb(0, 0, 100, 0)}, {cy: '90%', r: '45%', fy: '90%'}]";
-art-fill-color: "['radial', {0.5: hsb(0, 0, 100, 0.496875), 0.9: hsb(0, 0, 100, 0)}, {cy: '5%', r: '20%', fy: '5%'}]";
-art-background-color: "['radial', {0.3: hsb(0, 0, 35, 0.6), 0.5: hsb(0, 0, 60, 0.5)}]";
-art-stroke-color: hsb(0, 0, 30, 0.7);
-art-stroke-width: 1; }
html > body .art.input.id-search {
height: 20px;
-art-corner-radius: 10;
width: 150px;
-art-fill-color: hsb(0, 0, 100, 1); }
html > body .art.input.id-search .art.glyph {
height: 20px;
width: 22px;
float: left; }
html > body .art.input.id-search input {
padding-left: 0px;
float: left; }
html > body .art.input.id-search .art.button.id-glyph, html > body .art.input.id-search .art.button.id-canceller {
-art-fill-color: false;
-art-shadow-color: false;
-art-reflection-color: false;
-art-background-color: false;
-art-stroke-width: 0;
-art-shadow-blur: 0; }
html > body .art.input.id-search .art.button.id-glyph {
-art-corner-radius: 7;
-art-glyph: ART.Glyphs.search;
-art-glyph-left: 2;
-art-glyph-top: 2;
-art-glyph-color: hsb(0, 0, 40);
height: 20px;
width: 20px;
margin-top: 2px;
margin-left: 2px;
margin-right: 0px; }
html > body .art.input.id-search .art.button.id-glyph.is-active {
-art-background-color: false;
-art-glyph-color: hsb(0, 0, 30); }
html > body .art.input.id-search .art.button.id-canceller {
-art-corner-radius: 7;
-art-glyph: ART.Glyphs.smallCross;
-art-glyph-left: 0.5;
-art-glyph-top: 0.5;
-art-glyph-scale: 1.1;
cursor: pointer;
height: 14px;
width: 14px;
-art-glyph-color: hsb(0, 0, 100);
-art-background-color: hsb(0, 0, 60);
margin-top: 3px;
margin-right: 4px;
margin-left: 0px;
display: none; }
html > body .art.input.id-search.is-detailed .art.button.id-glyph {
-art-icon: ART.Glyphs.triangleDown;
-art-icon-left: 14;
-art-icon-top: 7;
-art-icon-scale: 0.7;
margin-right: 5px; }
html > body .art.input.id-search.is-detailed.is-uniconed .art.button.id-glyph {
-art-glyph: false;
-art-icon-left: 17;
width: 23px;
margin-left: 4px; }
html > body .art.input.id-search.is-filled .art.button.id-canceller {
display: block; }
html > body .art.window.id-browser, html > body .art.window.id-browser .art.id-footer {
-art-arrow-width: 20;
-art-arrow-height: 20;
-art-arrow-side: bottom;
-art-arrow-position: 9; }
html > body .art.window.id-browser .art.id-footer {
-art-arrow-width: 18;
-art-arrow-height: 18;
-art-arrow-position: 10; }
html > body .art.window.id-browser .art.id-toolbar .art.button {
-art-glyph-scale: 2;
-art-glyph-top: 6;
-art-glyph-left: 6;
height: 36px;
width: 36px; }
html > body .art.window.id-browser .art.id-toolbar .art.button.id-back {
-art-glyph-top: 11;
-art-glyph-left: 10;
-art-corner-radius: 18;
-art-glyph-scale: 1.5;
z-index: 10; }
html > body .art.window.id-browser .art.id-toolbar .art.button.id-back[shape=arrow] {
-art-corner-radius: 5; }
html > body .art.window.id-browser .art.id-toolbar .art.button.id-forward {
height: 21px;
-art-corner-radius-top-right: 10;
-art-corner-radius-bottom-right: 10;
-art-corner-radius-top-left: 0;
-art-corner-radius-bottom-left: 0;
-art-glyph-scale: 1.2;
-art-glyph-left: 15;
-art-glyph-top: 5;
width: 32px;
margin-top: 7px;
margin-left: -15;
z-index: 5; }
html > body .art.window.id-browser.is-minified .art.id-toolbar .art.button {
height: 16px;
width: 16px;
-art-glyph-top: 2;
-art-glyph-left: 2;
-art-glyph-scale: 1; }
html > body .art.window.id-browser.is-minified .art.id-toolbar .art.button.id-back {
-art-arrow-width: 6;
-art-arrow-height: 6; }
html > body .art.window.id-browser.is-minified .art.id-toolbar .art.button.id-back, html > body .art.window.id-browser.is-minified .art.id-toolbar .art.button.id-forward {
-art-corner-radius: 5;
-art-glyph-scale: 1;
-art-glyph-top: 4;
-art-glyph-left: 4;
padding-right: 4; }
html > body .art.window.id-browser.is-minified .art.id-toolbar .art.button.id-forward {
margin-right: 5px;
margin-left: 0px;
margin-top: 0px;
height: 16px;
width: 16px; }
html > body .art.window.id-browser.is-dragged {
-art-stroke-dash: 10, 2, 2; }
html > body .art.window.id-network {
-art-stroke-width: 1;
-art-stroke-color: hsb(0, 0, 40, 0.5);
-art-corner-radius-bottom-left: 0;
-art-corner-radius-bottom-right: 0; }
html > body .art.window.id-network.is-minified .art.id-toolbar {
display: none; }
html > body .art.window.id-network .art.id-content {
height: auto;
display: block;
width: 520px;
-art-min-width: 520px;
-art-background-color: hsb(0, 0, 93);
border-top: 1px solid #666666; }
html > body .art.window.id-network .art.id-content .art.id-actions {
float: right;
margin-bottom: 10px; }
html > body .art.window.id-network .art.id-content .art.id-actions .art.button {
-art-corner-radius: 10;
margin-left: 5px;
margin-right: 0px;
-art-shadow-color: hsb(0, 0, 0, 0.2);
-art-shadow-blur: 0;
-art-shadow-offset-y: 1; }
html > body .art.window.id-preferences {
-art-stroke-width: 1;
-art-stroke-color: hsb(0, 0, 40, 0.5);
-art-corner-radius-bottom-left: 0;
-art-corner-radius-bottom-right: 0; }
html > body .art.window.id-preferences .art.id-content {
width: 400px;
height: auto;
-art-background-color: hsb(0, 0, 93);
border-top: 1px solid #666666; }
html > body .art.window.id-preferences.is-minified .art.id-toolbar {
display: none; }
svg {
display: block; }
v\:* {
background: transparent; }
.art.* {
-art-shadow-blur: 0;
-art-stroke-width: 0;
-art-shadow-offset-x: 0;
-art-shadow-offset-y: 0; }
.art:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
_display: block;
zoom: 1; }
.art.select > .container {
text-align: left;
padding: 0 10px; }
.art.select .container {
line-height: 22px; }
.art.window svg ~ *, .art.window svg .container {
position: relative; } | 0.566378 | 0.097176 |
.tickets-row-unpublished div,
.tickets-row-unpublished a {
font-style: italic;
color: #AAA !important;
}
.tickets-row-deleted div,
.tickets-row-deleted a {
color: brown !important;
text-decoration: line-through !important;
}
.tickets-list-item .parents {display:block; font-size: .8em;}
a.link, a.tickets-link {color: #005580;}
.x-grid3-col-pagetitle {font-weight: bold;}
/* Row actions */
.modx23 .x-grid3-col-actions {
padding: 3px 0 3px 5px;
}
.modx22 .x-grid3-col-actions {
padding: 8px 0 3px 5px;
}
ul.tickets-row-actions {
margin: 0;
padding: 0;
list-style: none;
}
ul.tickets-row-actions li {
float: left;
}
ul.tickets-row-actions .btn {
padding: 5px;
margin-right: 2px;
min-width: 26px;
font-size: inherit;
}
.tickets-grid-row-disabled {
font-style: italic;
opacity: .6;
color: #555;
}
.action-red {color: darkred !important;}
.x-btn-over .action-red {color: white !important;}
.action-green {color: darkgreen !important;}
.x-btn-over .action-green {color: white !important;}
.action-blue {color: cadetblue !important;}
.x-btn-over .action-blue {color: white !important;}
.action-yellow {color: goldenrod !important;}
.x-btn-over .action-yellow {color: white !important;}
.action-gray {color: dimgray !important;}
.x-btn-over .action-gray {color: white !important;}
a.x-menu-item .x-menu-item-text, a.x-menu-item .x-menu-item-text .icon {
cursor: pointer;
}
a.x-menu-item .x-menu-item-text .icon {
line-height: 16px;
top: auto;
}
.x-menu-list .icon {
min-width: 1em;
text-align: center;
}
.x-menu-list-item:hover .icon {
color: inherit !important;
}
.btn.actions-menu {width: 40px;}
.btn.actions-menu:after {content: " \f107";}
/* Search field */
.x-field-search-clear,
.x-field-search-go {border-left: 1px solid #e4e4e4 !important;}
.x-field-search-clear:hover,
.x-field-search-go:hover {border-left-color: transparent !important;}
.x-field-search-clear:before {content: '\f00d' !important;}
.x-field-search-go {right: 31px !important; border-radius: 0 !important;}
.x-field-search-go:before {content: '\f002' !important;}
.modx22 .x-form-trigger.x-field-search-clear {
position: absolute;
background-image: none !important;
right: 0;
font: normal normal normal 14px/1 FontAwesome !important;
text-align: center;
padding-top: 7px;
height: 23px;
border-left: 1px solid #e4e4e4 !important;
}
.modx22 .x-form-trigger.x-field-search-go {
background-image: none !important;
font: normal normal normal 14px/1 FontAwesome !important;
text-align: center;
padding-top: 7px;
height: 23px;
border-left: 1px solid #e4e4e4 !important;
}
/* Windows */
.tickets-window.modx23 .x-form-label-top .x-form-item:first-of-type label.x-form-item-label,
.tickets-section-settings.modx23 .x-form-label-top .x-form-item:first-of-type label.x-form-item-label,
#modx-resource-settings.modx23 .x-form-label-top .x-form-item:first-of-type label.x-form-item-label {
padding: 15px 0 4px !important;
}
.tickets-section-settings.modx22 .panel-desc {margin-bottom: 10px;}
.tickets-window .x-form-display-field {padding: 7px 0;}
.tickets-window.modx23 .right-column {margin-right: 4px;}
.tickets-window.modx22 .right-column {margin-right: 3px;} | www/example.dev/core/packages/tickets-1.6.16-pl/modCategory/0d30c6705ee19f8e8fd5fe87095acb3a/0/tickets/css/mgr/tickets.css | .tickets-row-unpublished div,
.tickets-row-unpublished a {
font-style: italic;
color: #AAA !important;
}
.tickets-row-deleted div,
.tickets-row-deleted a {
color: brown !important;
text-decoration: line-through !important;
}
.tickets-list-item .parents {display:block; font-size: .8em;}
a.link, a.tickets-link {color: #005580;}
.x-grid3-col-pagetitle {font-weight: bold;}
/* Row actions */
.modx23 .x-grid3-col-actions {
padding: 3px 0 3px 5px;
}
.modx22 .x-grid3-col-actions {
padding: 8px 0 3px 5px;
}
ul.tickets-row-actions {
margin: 0;
padding: 0;
list-style: none;
}
ul.tickets-row-actions li {
float: left;
}
ul.tickets-row-actions .btn {
padding: 5px;
margin-right: 2px;
min-width: 26px;
font-size: inherit;
}
.tickets-grid-row-disabled {
font-style: italic;
opacity: .6;
color: #555;
}
.action-red {color: darkred !important;}
.x-btn-over .action-red {color: white !important;}
.action-green {color: darkgreen !important;}
.x-btn-over .action-green {color: white !important;}
.action-blue {color: cadetblue !important;}
.x-btn-over .action-blue {color: white !important;}
.action-yellow {color: goldenrod !important;}
.x-btn-over .action-yellow {color: white !important;}
.action-gray {color: dimgray !important;}
.x-btn-over .action-gray {color: white !important;}
a.x-menu-item .x-menu-item-text, a.x-menu-item .x-menu-item-text .icon {
cursor: pointer;
}
a.x-menu-item .x-menu-item-text .icon {
line-height: 16px;
top: auto;
}
.x-menu-list .icon {
min-width: 1em;
text-align: center;
}
.x-menu-list-item:hover .icon {
color: inherit !important;
}
.btn.actions-menu {width: 40px;}
.btn.actions-menu:after {content: " \f107";}
/* Search field */
.x-field-search-clear,
.x-field-search-go {border-left: 1px solid #e4e4e4 !important;}
.x-field-search-clear:hover,
.x-field-search-go:hover {border-left-color: transparent !important;}
.x-field-search-clear:before {content: '\f00d' !important;}
.x-field-search-go {right: 31px !important; border-radius: 0 !important;}
.x-field-search-go:before {content: '\f002' !important;}
.modx22 .x-form-trigger.x-field-search-clear {
position: absolute;
background-image: none !important;
right: 0;
font: normal normal normal 14px/1 FontAwesome !important;
text-align: center;
padding-top: 7px;
height: 23px;
border-left: 1px solid #e4e4e4 !important;
}
.modx22 .x-form-trigger.x-field-search-go {
background-image: none !important;
font: normal normal normal 14px/1 FontAwesome !important;
text-align: center;
padding-top: 7px;
height: 23px;
border-left: 1px solid #e4e4e4 !important;
}
/* Windows */
.tickets-window.modx23 .x-form-label-top .x-form-item:first-of-type label.x-form-item-label,
.tickets-section-settings.modx23 .x-form-label-top .x-form-item:first-of-type label.x-form-item-label,
#modx-resource-settings.modx23 .x-form-label-top .x-form-item:first-of-type label.x-form-item-label {
padding: 15px 0 4px !important;
}
.tickets-section-settings.modx22 .panel-desc {margin-bottom: 10px;}
.tickets-window .x-form-display-field {padding: 7px 0;}
.tickets-window.modx23 .right-column {margin-right: 4px;}
.tickets-window.modx22 .right-column {margin-right: 3px;} | 0.293202 | 0.300977 |
*{
margin: 0;
padding: 0;
font-family: Century Gothic;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}
header {
background-color: #43636e;
height: 70px;
background-size: ;
background-position: center;
}
.main a{
float: right;
list-style-type: none;
margin-top: 25px;
margin-right: 40px;
text-decoration: none;
color: #fff;
padding: 5px 20px;
border: 1px solid transparent ;
transition: 0.6s ease;
font-size: 17px;
font-family: Arial, Helvetica;
}
a{
display: inline-block;
}
.main a:hover{
background-color: #fff;
color: #000;
}
.main .active a{
background-color: #fff;
color: #000;
}
.footeqr{
left: 0;
bottom: 0;
width: 100%;
background-color: #181818;
text-align: left;
}
footer{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #181818;
color: white;
text-align: left;
}
.container{
margin-right: auto;
margin-left: auto;
}
ul{
float: right;
list-style-type: none;
margin-top: 0px;
}
ul li{
display: inline-block;
}
ul li a{
text-decoration: none;
color: #fff;
padding: 5px 20px;
border: 1px solid transparent ;
transition: 0.6s ease;
}
ul li a:hover{
background-color: #fff;
color: #000;
}
ul li.active a{
background-color: #fff;
color: #000;
}
.title{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 89%;
text-align: center;
margin-right: auto;
margin-left: auto;
}
td,th{
border: 1px solid #dddddd;
text-align: center;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
.title h1{
color : #fff;
font-size: 70px;
}
.button{
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%,-50%);
}
.btn{
border: 1px solid #fff;
padding: 10px 30px;
color: #fff;
text-decoration: none;
transition: 0.6s ease;
}
.kontak{
color:#ffff;
font-family: Century Gothic;
}
.btn:hover{
background-color: #fff;
color: #000;
}
.navbar{
top:10px;
}
.carousel-inner{
top:0px;
}
.pimg1{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 350px;
height: 417px;
padding: 76px 63px;
box-sizing: border-box;
background: rgba(0,0,0,0.5);
margin-top: 2%;
color: white;
}
.row1{
background-color:#d9f9dc;
width: 100%;
font-size: 20px;
text-align: center;
}
.row2{
background-color: lightblue;
width: 100%;
font-size: 20px;
text-align: center;
}
.row3{
background-color: #c6d3ff;
width: 100%;
font-size: 20px;
text-align: center;
}
.row4{
background-color:#d9f8f9;
width: 100%;
font-size: 20px;
text-align: center;
}
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Next & previous buttons */
.prev{
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
left:50px;
}
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
left:870px;
}
/* Position the "next button" to the right */
.next {
right: 10;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
} | assets/css/abuManage.css | *{
margin: 0;
padding: 0;
font-family: Century Gothic;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}
header {
background-color: #43636e;
height: 70px;
background-size: ;
background-position: center;
}
.main a{
float: right;
list-style-type: none;
margin-top: 25px;
margin-right: 40px;
text-decoration: none;
color: #fff;
padding: 5px 20px;
border: 1px solid transparent ;
transition: 0.6s ease;
font-size: 17px;
font-family: Arial, Helvetica;
}
a{
display: inline-block;
}
.main a:hover{
background-color: #fff;
color: #000;
}
.main .active a{
background-color: #fff;
color: #000;
}
.footeqr{
left: 0;
bottom: 0;
width: 100%;
background-color: #181818;
text-align: left;
}
footer{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #181818;
color: white;
text-align: left;
}
.container{
margin-right: auto;
margin-left: auto;
}
ul{
float: right;
list-style-type: none;
margin-top: 0px;
}
ul li{
display: inline-block;
}
ul li a{
text-decoration: none;
color: #fff;
padding: 5px 20px;
border: 1px solid transparent ;
transition: 0.6s ease;
}
ul li a:hover{
background-color: #fff;
color: #000;
}
ul li.active a{
background-color: #fff;
color: #000;
}
.title{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 89%;
text-align: center;
margin-right: auto;
margin-left: auto;
}
td,th{
border: 1px solid #dddddd;
text-align: center;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
.title h1{
color : #fff;
font-size: 70px;
}
.button{
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%,-50%);
}
.btn{
border: 1px solid #fff;
padding: 10px 30px;
color: #fff;
text-decoration: none;
transition: 0.6s ease;
}
.kontak{
color:#ffff;
font-family: Century Gothic;
}
.btn:hover{
background-color: #fff;
color: #000;
}
.navbar{
top:10px;
}
.carousel-inner{
top:0px;
}
.pimg1{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 350px;
height: 417px;
padding: 76px 63px;
box-sizing: border-box;
background: rgba(0,0,0,0.5);
margin-top: 2%;
color: white;
}
.row1{
background-color:#d9f9dc;
width: 100%;
font-size: 20px;
text-align: center;
}
.row2{
background-color: lightblue;
width: 100%;
font-size: 20px;
text-align: center;
}
.row3{
background-color: #c6d3ff;
width: 100%;
font-size: 20px;
text-align: center;
}
.row4{
background-color:#d9f8f9;
width: 100%;
font-size: 20px;
text-align: center;
}
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Next & previous buttons */
.prev{
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
left:50px;
}
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
left:870px;
}
/* Position the "next button" to the right */
.next {
right: 10;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
} | 0.441432 | 0.063948 |
html,
body {
/* min-height: 100%;
height: 100%; */
scroll-behavior: smooth;
}
html {
margin-top: 80px !important;
}
html.admin-active {
margin-top: 142px !important;
}
.hide {
display: none;
visibility: hidden;
}
.fs-0 {
font-size: 0 !important;
}
/* Adminheader */
.adminheader .container-fluid {
max-width: 1140px;
}
.adminheader a {
font-size: .8rem;
}
/* Top header */
#top-header .container {
height: 30px !important;
}
#top-header a {
font-size: .8rem !important;
color: #4c4c4c !important;
}
/* Header */
#navigation .navitem a.current-link {
color: #008800 !important;
font-weight: bold;
}
header {
z-index: 999999;
top: 0;
}
header .container {
height: 80px;
position: relative;
}
header nav {
height: 100%;
}
.nav-toggle {
display: none;
}
.logo-container {
width: 250px;
display: inline-block;
height: 80px;
}
.logo-container svg {
width: 100%;
height: 100%;
}
.st0 {
fill: #008800;
}
.nav-custom {
list-style: none !important;
display: inline-block;
text-align: center;
height: 100%;
padding: 20px 0;
}
.nav-custom a {
display: table-cell;
height: 40px;
vertical-align: middle;
padding: 00px 20px;
background: #4ca44c;
color: #fff !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
}
.nav-custom a:hover {
text-decoration: none;
background: #40b740;
}
.navitem a {
padding: 12.5px !important;
font-weight: 600;
color: #525252 !important;
display: table-cell;
vertical-align: middle;
height: 80px;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
position: relative;
}
.navitem a:hover {
text-decoration: none;
color: #000;
}
.dropdown-toggle {
cursor: pointer;
}
.nav-container {
width: 850px;
float: right;
text-align: right;
display: table;
height: 100%;
}
.nav-container ul {
padding-left: 0 !important;
margin-bottom: 0 !important;
height: 80px;
}
.navitem {
list-style: none !important;
display: inline-block;
text-align: center;
position: relative;
}
/* .navitem .tarieven::after {
content: "25,-";
position: absolute;
bottom: -15px;
font-weight: 500;
left: 50%;
height: 28px;
padding: 2px 30px;
font-size: 1rem;
color: #fff;
opacity: 1;
background: #008800;
transform: translatex(-50%);
-webkit-transform: translatex(-50%);
-moz-transform: translatex(-50%);
-ms-transform: translatex(-50%);
-o-transform: translatex(-50%);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
z-index: 999999;
} */
.navitem .tarieven.active::after {
opacity: 0;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
.dropdown-menu {
width: 250px;
margin-top: 0 !important;
border-top: 0 !important;
border-radius: 0 0 5px 5px !important;
-webkit-border-radius: 0 0 5px 5px !important;
-moz-border-radius: 0 0 5px 5px !important;
-ms-border-radius: 0 0 5px 5px !important;
-o-border-radius: 0 0 5px 5px !important;
}
/* .dropdown {
visibility: hidden !important;
opacity: 0 !important;
width: 280px;
overflow: hidden;
position: absolute !important;
top: 80px;
border: none !important;
border-radius: 0 0 .25rem .25rem !important;
text-align: left;
padding: 0 20px 0 20px;
background: #fff;
border-radius: 0 0 5px 5px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
} */
.dropdownitem {
display: block !important;
height: unset !important;
}
.nav-dropdown:hover .dropdown,
.dropdown:hover,
.dropdown:hover .dropdownitem,
.nav-dropdown:hover .dropdownitem {
visibility: visible !important;
opacity: 1 !important;
/* height: 200px; */
}
.dropdownhead::after {
content: '\f107';
font-weight: 900;
font-family: "Font Awesome 5 Free";
margin-left: 6px;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
display: inline-block;
}
.nav-dropdown:hover .dropdownhead::after {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important
}
.navbar {
padding: 0 !important;
}
.navbar-collapse {
z-index: 999999;
}
/* .navbar-toggler {
display: none;
vertical-align: middle;
height: 100%;
} */
/* Footer */
footer {
min-height: 190px;
}
.social-icon {
font-size: 25px !important;
margin-left: 15px;
}
.social-icon:hover {
text-decoration: none !important;
;
}
.copyright {
color: #a7a7a7;
}
.btn,
/* Buttons */
.btn:focus {
outline: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.button-1-wit,
.button-1-white {
min-width: 250px;
padding: 12.5px;
text-align: center;
background: #fff;
color: #008800;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
font-weight: bolder;
display: block;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
font-weight: bold;
}
.button-1-wit:hover,
.button-1-white:hover {
background-color: #e3e3e3;
color: #008800;
text-decoration: none;
}
.button-2-orange {
padding: 12.5px;
text-align: center;
font-weight: bolder;
background: #fcb912;
/* color: #fff; */
color: #000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
display: inline-block;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
display: block;
}
.button-2-orange:hover {
background-color: #ebac00 !important;
color: #000;
text-decoration: none;
}
.button-2-green {
padding: 12.5px 30px;
text-align: center;
background: #4ca44c;
color: #fff !important;
font-weight: bolder;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
display: inline-block;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
}
.button-2-green:hover {
background-color: #40b740 !important;
color: #fff;
text-decoration: none;
}
.button-3-form {
width: 100% !important;
padding: 12.5px !important;
border: none !important;
text-align: center !important;
background: #4ca44c !important;
color: #fff !important;
font-weight: bolder;
text-decoration: none;
border-radius: 3px !important;
cursor: pointer !important;
border-bottom: 3px solid #4ca44c !important;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
-ms-border-radius: 3px !important;
-o-border-radius: 3px !important;
position: relative;
/* overflow: hidden; */
}
.button-3-form-white {
color: #449444 !important;
background: #ffffff !important;
border-color: #ffffff !important;
}
.button-3-form:hover {
background-color: #40b740 !important;
border-color: #40b740 !important;
color: #ffffff !important;
}
.button-login {
padding: 7.5px 30px;
text-align: center;
background: #4ca44c;
color: #fff !important;
font-weight: bolder;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
display: inline-block;
border: none !important;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
}
.button-login:hover {
background-color: #40b740 !important;
color: #fff;
text-decoration: none;
}
.button-4-ghost {
width: 100% !important;
padding: 12.5px !important;
border: none !important;
text-align: center !important;
background: #4CA44C !important;
color: #fff !important;
font-weight: bolder;
text-decoration: none;
border-radius: 3px !important;
cursor: pointer !important;
border-bottom: 3px solid #ffffff !important;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
-ms-border-radius: 3px !important;
-o-border-radius: 3px !important;
position: relative;
}
.button-4-ghost:hover {
background: #ffffff !important;
color: #4ca44c !important;
text-decoration: none !important;
}
/* Text */
p {
word-break: break-word;
}
.lead {
font-weight: 400 !important;
}
.big {
font-size: 3rem !important;
}
.h2,
h2 {
font-size: 1.6rem !important;
font-weight: bold !important;
}
.big-1 {
font-size: 2.5rem !important;
}
.big-2 {
font-size: 3.5rem !important;
}
.h3,
h3 {
font-size: 1.1rem !important;
}
.h4,
h4 {
font-size: 1rem !important;
font-weight: 700 !important;
}
/* Lines */
.line-green {
height: 4px;
background: #4ca54c;
min-width: 20px;
margin-left: 0;
}
.line-white {
height: 4px;
background: #fff;
min-width: 20px;
margin-left: 0;
}
/* Forms */
.nomotion input,
.nomotion label {
display: inline-block !important;
height: unset !important;
border: none;
border-bottom: unset;
border-radius: unset;
width: unset !important;
padding: unset;
text-align: unset;
font-size: 16px !important;
font-weight: unset !important;
-webkit-border-radius: unset;
-moz-border-radius: unset;
-ms-border-radius: unset;
-o-border-radius: unset;
position: unset;
pointer-events: unset;
cursor: pointer;
}
.tso-input,
.form-row,
.form-group {
position: relative;
}
input {
height: inherit !important;
border: none !important;
border-bottom: 3px solid #4ca54c !important;
border-radius: 3px 3px 0 0 !important;
width: 100% !important;
padding: 12.5px 18px !important;
text-align: left !important;
font-size: 16px !important;
-webkit-border-radius: 3px 3px 0 0 !important;
-moz-border-radius: 3px 3px 0 0 !important;
-ms-border-radius: 3px 3px 0 0 !important;
-o-border-radius: 3px 3px 0 0 !important;
}
form input.danger {
border-color: red !important;
background: #ffe4e4 !important;
}
.w-33 {
width: 33% !important;
}
.w-66 {
width: 66% !important;
}
.popup.danger ul {
padding-left: 0px !important;
margin-bottom: 40px !important;
}
.popup.danger li::first-letter {
text-transform: capitalize !important;
}
.popup.danger li {
list-style: none !important;
padding: 5px 20px;
background: #ffe4e4;
border-left: 3px solid red;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
margin-bottom: 10px;
white-space: normal;
text-align: left;
}
.popup.danger li:last-child {
margin-bottom: 0 !important;
}
input.orange,
textarea.orange {
border-bottom-color: #FFC105 !important;
background: #EDEDED;
}
label {
font-size: 16px;
font-weight: 400;
cursor: text;
position: absolute;
top: 12px;
left: 20px;
z-index: 999;
pointer-events: none;
-webkit-transition: bottom .2s, top .2s, font-size .2s;
-moz-transition: bottom .2s, top .2s, font-size .2s;
-o-transition: bottom .2s, top .2s, font-size .2s;
transition: bottom .2s, top .2s, font-size .2s;
}
label.toggle {
top: -20px;
left: 20px;
font-size: 12px;
font-weight: 600;
cursor: auto;
}
.cta-person-wrapper label {
transition: .2s !important;
-webkit-transition: .2s !important;
-moz-transition: .2s !important;
-ms-transition: .2s !important;
-o-transition: .2s !important;
}
.cta-person-wrapper label.toggle {
color: #ffffff !important;
}
textarea {
padding: 10px 22.5px !important;
width: 100% !important;
border: 0 !important;
margin-bottom: 20px !important;
border-radius: 3px 3px 0 0 !important;
border-bottom: 3px solid #4ca54c !important;
-webkit-border-radius: 3px 3px 0 0 !important;
-moz-border-radius: 3px 3px 0 0 !important;
-ms-border-radius: 3px 3px 0 0 !important;
-o-border-radius: 3px 3px 0 0 !important;
min-height: 52px;
max-height: 300px;
}
body textarea.form-control {
height: 126px;
}
.form-row {
margin-right: 0 !important;
margin-left: 0 !important;
}
.form-privacy {
color: #000 !important;
text-decoration: underline;
}
input:focus,
textarea:focus {
color: #000 !important;
border-color: #008800 !important;
outline: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
input:focus.orange,
textarea:focus.orange {
border-bottom-color: #4ca54c !important;
background: #EDEDED;
}
form button::after {
content: '';
height: 5px;
position: absolute;
left: 0;
bottom: -3px;
background: #4CB5F5;
opacity: 0;
border-radius: 0px 0px 2px 2px;
-webkit-border-radius: 0px 0px 2px 2px;
-moz-border-radius: 0px 0px 2px 2px;
-ms-border-radius: 0px 0px 2px 2px;
-o-border-radius: 0px 0px 2px 2px;
}
form.button-loader button::after {
opacity: 1;
-moz-animation: buttonLoader infinite 5s ease-in-out;
-o-animation: buttonLoader infinite 5s ease-in-out;
animation: buttonLoader infinite 5s ease-in-out;
-webkit-animation: buttonLoader infinite 5s ease-in-out;
}
/* Paddings */
.p-6 {
padding: 6rem !important;
}
.py-6 {
padding: 6rem 0 !important;
}
.px-6 {
padding: 0 6rem !important;
}
.pt-6 {
padding-top: 6rem !important;
}
.pb-6 {
padding-bottom: 6rem !important;
}
.p-8 {
padding: 8rem !important;
}
.py-8 {
padding: 8rem 0 !important;
}
.px-8 {
padding: 0 8rem !important;
}
.pb-8 {
padding-bottom: 8rem !important;
}
@media (min-width: 992px) {
body .p-md-6 {
padding: 6rem !important;
}
body .py-lg-6{
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
}
/* 404 */
#page-404 .row {
min-height: -webkit-calc(100vh - 80px - 205px);
min-height: -moz-calc(100vh - 80px - 205px);
min-height: calc(100vh - 80px - 205px);
}
#page-404 p {
font-size: 16px;
}
.text404 {
font-size: 150px !important;
font-weight: 900 !important;
color: #fcb912;
}
.logo-container.offline-logo a svg {
display: none;
}
.logo-container.offline-logo a {
background-image: url('/images/logo-offline.png');
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
width: 100%;
height: 100%;
display: block;
}
/* Popup */
#call-popup {
position: fixed;
right: 30px;
bottom: 30px;
Width: 70px;
height: 70px;
background: #008800;
border: none;
outline: none;
white-space: nowrap;
overflow: hidden;
text-align: center;
color: #fff;
border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
-o-border-radius: 40px;
-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
z-index: 999998;
}
#call-popup.toggle {
border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
-ms-border-radius: 10px !important;
-o-border-radius: 10px !important;
}
#call-popup.toggle .call-icon .fa-phone:before {
content: "\f00d";
}
#call-popup .call-icon,
#call-popup .call-title {
display: inline-block;
padding: 23px 27px;
}
#call-popup.toggle .call-icon,
#call-popup.toggle .call-title {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.call-title {
padding-left: 30px !important;
font-size: 16px;
opacity: 0;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.call-click {
cursor: pointer;
}
#call-popup:hover,
#call-popup.call-container.toggle {
width: 310px;
}
#call-popup:hover .call-title,
#call-popup.call-container.toggle .call-title {
padding-left: 20px !important;
opacity: 1;
}
#call-popup:hover .call-icon,
#call-popup.call-container.toggle .call-icon {
padding-right: 0;
}
#call-popup.call-container.toggle {
height: 540px;
background: #343A40;
max-height: 75vh;
/* overflow-y: auto; */
}
#call-popup.call-container .call-text-container {
opacity: 0;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
#call-popup.call-container.toggle .call-text-container {
opacity: 1;
}
.call-text-container {
padding: 20px;
color: #000;
background: #fff;
height: 505px;
overflow: auto;
}
.daytime-radio input {
display: none !important;
}
.daytime-radio label {
width: 30% !important;
margin-right: 5%;
background: #eee;
padding: 7px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
.daytime-radio label:last-child {
margin-right: 0 !important;
}
.daytime-radio input:checked+label {
background: #008800;
color: #ffffff;
}
#call-popup p {
margin-bottom: .5rem !important;
}
/* Breadcrumbs */
.breadcrumb ol {
margin-bottom: 0;
padding: 0;
}
.crumb-name {
display: inline-block;
}
.crumb-name::first-letter {
text-transform: uppercase;
}
.breadcrumb li {
display: inline-block;
}
.breadcrumb a {
color: #fff;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
.breadcrumb a:hover {
color: rgb(192, 192, 192);
text-decoration: none;
}
.bread-crumb li.active a {
font-weight: bold;
}
.breadcrumb {
background: none !important;
padding: 0 !important;
padding-left: .5rem !important;
margin-bottom: 0 !important;
}
.breadcrumb-item+.breadcrumb-item::before {
color: #fff !important;
}
.text-dark .breadcrumb a,
.text-dark .breadcrumb-item::before {
color: #000 !important;
}
/* Home */
.mobielblurb-img {
width: 40px;
height: 40px;
text-align: center;
vertical-align: middle;
padding: 4px 40px 0 10px;
border-right: 2px solid #eee;
margin-right: 15px;
font-size: 20px !important;
}
.mobielblurb-title {
vertical-align: middle;
}
.mobilesection-title {
background: #FFC105;
}
.mobileblurb {
color: #008800 !important;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.mobileblurb:hover {
text-decoration: none !important;
color: #fff !important;
background: #008800 !important;
}
.mobileblurb::after {
content: '\f105';
font-family: 'Font Awesome 5 Free' !important;
font-weight: bold;
float: right;
transform: translatey(40%);
-webkit-transform: translatey(40%);
-moz-transform: translatey(40%);
-ms-transform: translatey(40%);
-o-transform: translatey(40%);
}
#banner {
background-image: -webkit-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: -moz-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: -o-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: linear-gradient(263deg, #55db79 0%, #4CA44C 100%) !important;
}
body .bg-light {
background: #eee !important;
}
.bg-green {
background: #4CA44C;
}
.bg-dark-green {
background: #115D11;
}
.blurb-image {
margin: auto;
display: block;
}
#home-body .blurb-image {
width: 70%;
min-width: 160px;
}
.banner-image img {
height: 550px;
margin: auto;
display: block;
}
.tablet.blurb-home-height {
height: auto !important;
}
.blurb-home-height {
height: 240px !important;
}
/*Tablet*/
div.tablet {
position: relative;
background: #1c1c1c;
width: 100%;
height: 500px;
max-width: 750px;
max-height: 400px;
margin: 0 auto 0;
padding: 30px 24px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
}
.tablet .tab {
background: #f9f9f9;
color: #000;
overflow: scroll;
overflow-x: hidden;
height: 100%;
text-align: justify;
}
div.tab img {
margin-bottom: -25px !important;
width: 100%;
}
/* Pricing switch */
#pricing-wide {
z-index: -1;
}
#pricing-switch {
height: 220px;
position: relative;
}
.button-container {
text-align: center;
position: relative;
display: table;
margin: 0 auto;
}
.button {
display: inline-block;
vertical-align: bottom;
width: 100px;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
}
.button-toggle {
padding: 0 50px;
z-index: 99;
cursor: pointer;
}
.button-website {
margin-right: -40px;
padding-left: 0 !important;
}
.button-webshop {
margin-left: -40px;
padding-right: 0 !important;
}
.btn-toggled {
font-weight: bold;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
z-index: -1;
pointer-events: none;
}
.button-toggle-container {
display: inline-block;
vertical-align: bottom;
width: 100px;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
width: 40px;
height: 19px;
background: grey;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
position: relative;
pointer-events: none;
}
.toggle-dot {
width: 15px;
height: 15px;
background: #fff;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
position: absolute;
top: 2.4px;
left: 2px;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
}
.toggle-dot.toggle-webshop {
left: 23px;
}
/* #pricing {
margin-top: 40px;
width: 100%;
position: relative;
} */
.pricing-container {
position: absolute;
top: 50px;
left: 50%;
width: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
height: 0;
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}
.pricing-container.active {
opacity: 1;
height: 100%;
}
.pricing-container.website,
.pricing-container.webshop {
z-index: 99;
}
.pricing-container.website.active,
.pricing-container.webshop.active {
z-index: 100;
}
.bar {
text-decoration: none !important;
width: 90%;
display: block;
margin: auto;
height: 130px;
background: #fff;
display: table;
padding: 0 50px;
position: relative;
cursor: pointer;
z-index: 5;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
}
.bar-1 {
z-index: 8;
border-radius: 5px 5px 0 0;
-webkit-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
}
.bar-2 {
z-index: 9;
border-radius: 0;
-webkit-box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.bar-3 {
z-index: 8;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
}
.bar-4 {
border-radius: 5px 5px 0 0;
-webkit-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
}
.bar-5 {
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
}
.bar.active {
background: #fff !important;
width: 100%;
z-index: 999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 80px 0 rgba(2, 7, 20, 0.3);
-moz-box-shadow: 0 0 80px 0 rgba(2, 7, 20, 0.3);
box-shadow: 0 0 80px 0 rgba(2, 7, 20, 0.3);
}
.bar.active .bar-heading,
.bar.active .bar-price {
color: #008800;
}
.bar.active .bar-button button {
background: #008800;
color: #ffffff;
}
.bar-info {
position: absolute;
top: 0;
left: 0;
padding: 5px 15px;
background: #eee;
border-radius: 5px 0;
color: #525252;
font-size: 12px;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
-webkit-border-radius: 5px 0;
-moz-border-radius: 5px 0;
-ms-border-radius: 5px 0;
-o-border-radius: 5px 0;
}
.bar-heading {
font-size: 16px;
font-weight: bold;
font-size: 30px;
color: gray;
}
.bar-price {
color: gray;
width: 110px;
font-weight: bold;
font-size: 30px;
margin-right: 20px;
padding: 0 20px 0 0;
}
.bar-align {
display: table-cell;
vertical-align: middle;
}
.bar-content {
padding: 0 20px;
color: #000;
}
.bar-button button {
width: 180px;
background: gray;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 0.3em 1em;
border: 0;
font-size: 20px;
font-weight: 700;
cursor: pointer;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
}
/* Tarieven */
.card button,
.card div {
transition: all 0.3s ease 0s !important;
-webkit-transition: all 0.3s ease 0s !important;
-moz-transition: all 0.3s ease 0s !important;
-ms-transition: all 0.3s ease 0s !important;
-o-transition: all 0.3s ease 0s !important;
}
.card:last-child {
margin-bottom: 0 !important
}
#tarieven-body {
overflow: hidden;
}
.pricing-warning p {
font-size: 10px;
text-align: center;
}
/* .tarieven-switch-container {
position: relative;
height: 700px;
}
.rise:hover {
text-decoration: none !important;
}
.rise-container {
position: absolute;
top: 100px;
left: 50%;
width: 100%;
text-align: center;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: table;
opacity: 0;
z-index: 1;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
pointer-events: none;
}
.rise-container.active {
opacity: 1;
z-index: 99;
}
.rise-container.active .rise {
pointer-events: all;
color: #000 !important;
background: #fff !important;
}
.rise-price {
margin-bottom: 20px;
}
.rise {
text-decoration: none;
color: #000;
margin: auto;
text-align: center;
background: #fff !important;
display: inline-block;
padding: 80px 50px 50px 50px;
border-radius: 5px;
position: relative;
cursor: pointer;
z-index: 5;
-webkit-transition: .35s;
-o-transition: .35s;
transition: .35s;
}
.rise.active {
border-radius: 5px;
transform: scale(1.15);
z-index: 999;
background: #fff !important;
}
.rise-1 {
z-index: 8;
border-radius: 5px 0 0 5px;
-webkit-box-shadow: -10px 0 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: -10px 0 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: -10px 0 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-ms-border-radius: 5px 0 0 5px;
-o-border-radius: 5px 0 0 5px;
}
.rise-2 {
z-index: 9;
border-radius: 0;
-webkit-box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.rise-3 {
z-index: 8;
border-radius: 0 5px 5px 0;
-webkit-box-shadow: 20px 0 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 20px 0 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 20px 0 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-ms-border-radius: 0 5px 5px 0;
-o-border-radius: 0 5px 5px 0;
}
.rise-4 {
border-radius: 5px 5px 0 0;
-webkit-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
}
.rise-5 {
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
}
.rise-title h3 {
margin-bottom: 0;
color: #616161;
}
.rise-title p {
margin-top: 0;
}
.rise-button {
margin-top: 40px;
}
.rise-big {
font-weight: 700;
font-size: 52px;
color: #616161;
line-height: 62px;
-webkit-transition: .35s;
-o-transition: .35s;
transition: .35s;
}
.rise-body p {
font-size: 14px;
font-weight: lighter;
}
.rise-button button {
width: 180px;
background: #616161;
color: #fff;
border-radius: 3px;
padding: 12.5px;
border: 0;
font-size: 17px;
font-weight: 700;
cursor: pointer;
-webkit-transition: .35s;
-o-transition: .35s;
transition: .35s;
}
.rise.active .rise-button button {
background: #008800;
}
.rise.active .rise-big {
color: #008800;
}
.rise.active .rise-title h3 {
color: #008800;
}
.rise-info {
position: absolute;
width: calc(100% - 80px);
left: 0;
top: 0;
padding: 10px 20px;
background: #eee;
border-radius: 5px 0 5px 0;
font-size: 12px;
-webkit-border-radius: 5px 0 5px 0;
-moz-border-radius: 5px 0 5px 0;
-ms-border-radius: 5px 0 5px 0;
-o-border-radius: 5px 0 5px 0;
}*/
.tarieven-image img {
height: 200px;
margin: auto;
display: block;
}
.questionhead {
background: #eee !important;
border-bottom: 1px solid #d4d4d4 !important;
text-align: left !important;
color: #000 !important;
font-weight: 600 !important;
position: relative !important;
padding: 1rem 3rem !important;
}
.questionhead.collapsed {
background: #fcb912 !important;
border-bottom: 0 !important;
border-color: #eee !important;
}
.questionhead::before {
content: "A";
font-size: 20px;
font-weight: 700;
line-height: 27px;
text-align: center;
width: 30px;
height: 30px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background: #008800;
color: #fff;
position: absolute;
display: block;
left: -15px;
top: -15px;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
}
.questionhead.collapsed::before {
content: "V";
background: red;
}
.questionhead::after {
content: "\f106";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
right: 25px;
font-size: 20px;
line-height: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
}
.questionhead.collapsed::after {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
/* Wat je krijgt */
.faq-text .button-2-orange {
max-width: 260px;
}
.blurb-small-height {
height: 190px;
}
#greensection {
background-image: -webkit-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: -moz-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: -o-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: linear-gradient(263deg, #55db79 0%, #4CA44C 100%) !important;
}
.summarytext h3 {
text-align: center;
}
.summaryimg img,
.white-image-container img {
height: 200px;
}
.lightimg-container img {
display: block;
margin: auto;
}
#cta:not(.cta-margin-bottom) {
margin-top: -80px;
}
.cta-margin-bottom {
margin-bottom: -80px;
z-index: 99;
position: relative;
}
.card-body {
padding: 2rem 3rem !important;
}
#wjk-body .blurb-tekst-2 {
height: 270px;
}
/* Werkwijze */
.step-image {
display: inline-block;
vertical-align: top;
background: #008800;
width: 65px;
height: 65px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
padding: 9px;
text-align: center;
z-index: 999999;
color: #fff;
font-size: 30px;
}
.step-text {
display: inline-block;
width: 90%;
padding-left: 35px;
}
.step-content::before {
content: "";
height: 79%;
width: 2px;
background: #008800;
position: absolute;
left: 30px;
top: 85px;
}
.step-content.last::before {
display: none;
}
/* Extra diensten */
.content-button-container {
font-size: 0;
}
.content-price {
font-size: 16px;
font-weight: bold;
padding: 12.5px 30px;
display: inline-block;
border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-ms-border-radius: 5px 0 0 5px;
-o-border-radius: 5px 0 0 5px;
}
.content-button {
font-size: 16px;
font-weight: bold;
padding: 12.5px 30px;
background: #008800;
color: #fff;
display: inline-block;
border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-ms-border-radius: 0 5px 5px 0;
-o-border-radius: 0 5px 5px 0;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
.content-button:hover {
color: #fff;
text-decoration: none;
background: #4ca54c;
}
.blurb-image {
padding-bottom: 1.5rem;
}
.blurb-image img {
display: block;
margin: auto;
}
.img-col img {
display: block;
margin: auto;
}
/* Contact */
.icon-div {
display: block;
margin: auto;
width: 80px;
height: 80px;
background: #4ca54c;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #fff;
font-size: 25px;
padding: 20px;
}
.fa-phone {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
/* Gratis advies */
.form-col-4 .form-group {
width: 22.99%;
margin-right: 1.5rem;
margin-bottom: 1.5rem;
}
.form-col-4 .form-group:last-child,
.form-radio .form-group.last {
margin-right: 0 !important;
}
label span.small {
font-size: 10px;
}
.form-radio.form-2 .form-group {
width: 49.13%;
margin-right: 1rem;
margin-bottom: 0;
}
.form-radio.form-3 .form-group {
width: 32.17%;
margin-right: 1rem;
margin-bottom: 0;
}
.form-radio .form-group label {
width: 100% !important;
text-align: center;
font-weight: bolder !important;
border: 2px solid #eee;
display: inline-block;
padding: 7.5px 20px;
margin-bottom: 0 !important;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
.form-radio .form-group label i {
margin-right: 5px;
}
.form-radio .form-group input {
position: absolute;
opacity: 0;
}
.form-radio .form-group label:hover {
border-color: #4ca54c;
color: #4ca54c;
}
.form-radio .form-group input:checked+label {
border-color: #4ca54c;
color: #4ca54c;
}
/* Voorwaarden */
.sticky {
position: -webkit-sticky;
position: sticky;
top: 80px;
max-height: -webkit-calc(100vh - 80px);
max-height: -moz-calc(100vh - 80px);
max-height: calc(100vh - 80px);
overflow: auto;
}
.contents a {
display: block;
padding-bottom: 10px;
}
/* Bedankt */
.fullpage,
.thankyou .row {
min-height: -webkit-calc(100vh - 80px - 205px);
min-height: -moz-calc(100vh - 80px - 205px);
min-height: calc(100vh - 80px - 205px);
}
a.back-home {
padding: 12.5px 20px;
background: #4ca54c;
color: #fff;
font-weight: 500;
border-radius: 5px 0 0 5px !important;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
-webkit-border-radius: 5px 0 0 5px !important;
-moz-border-radius: 5px 0 0 5px !important;
-ms-border-radius: 5px 0 0 5px !important;
-o-border-radius: 5px 0 0 5px !important;
}
.count {
padding: 12.5px 5px !important;
background: #47924c !important;
color: #fff !important;
font-weight: bold !important;
width: 50px;
display: inline-block;
text-align: center;
border-radius: 0 5px 5px 0 !important;
-webkit-border-radius: 0 5px 5px 0 !important;
-moz-border-radius: 0 5px 5px 0 !important;
-ms-border-radius: 0 5px 5px 0 !important;
-o-border-radius: 0 5px 5px 0 !important;
}
/* Template */
.template-text-box {
background: #008800;
padding: 30px;
}
.advantages {
padding: 30px;
top: 120px;
}
.check:before {
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\f00c" !important;
margin-right: 10px;
color: #4ca54c;
}
.linkintegration::first-letter {
text-transform: uppercase;
}
.form-checkbox-3 .form-group {
width: 30% !important;
}
/* Upload */
.upload-form .form-group {
width: 48.3%;
}
.step-list ol {
counter-reset: item;
}
.step-list ol li {
display: block !important;
}
.step-list ol li:before {
content: counters(item, ".") ". ";
counter-increment: item;
}
.button-row input {
display: inline-block;
}
.button-row .backward {
width: 25% !important;
margin-right: 5% !important;
min-width: auto !important;
}
.button-row .forward {
min-width: auto !important;
width: 70% !important;
}
.upload-step {
display: none;
}
.upload-step.active {
display: block;
}
/* Portfolio */
.portfolio-item {
position: relative;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
overflow: hidden;
}
/* Team */
.person-image {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
margin-bottom: 20px;
overflow: hidden;
}
.person-container:hover .person-image::before {
height: 60%;
}
.person-container:hover img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
}
.person-container .person-content i {
color: #008800 !important;
}
.person-image img {
width: 100%;
margin: 0 auto;
position: relative;
display: block;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.person-image::before {
content: '';
width: 100%;
height: 70%;
position: absolute;
left: 0;
bottom: 0;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.person-image.red::before {
background-color: #e49778;
}
.person-image.yellow::before {
background-color: #ffe490;
}
.person-image.green::before {
background-color: #b1e5bd;
}
.person-image.pink::before {
background-color: #f1c9c0;
}
.person-image.blue::before {
background-color: #abdde9;
}
.person-image.beige::before {
background-color: #f2e5bd;
}
.person-image.lime::before {
background-color: #cff8b0;
}
.person-image.purple::before {
background-color: #d1d4ff;
}
.person-image.darkred::before {
background-color: #cf98bd;
}
.person-container a {
color: #212529 !important;
text-decoration: none !important;
}
h2.medium {
font-size: 45px !important;
}
/* Person CTA */
.cta-person-wrapper.bg-green {
background: #4CA44C;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.text-white .form-privacy {
color: #ffffff !important;
}
.form-check-input {
vertical-align: top;
}
/* Partners */
.partner-logo img {
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.partner-logo img:hover {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
}
/* Tarieven nieuw */
.pricing-item li {
list-style: none !important;
margin-bottom: 15px;
font-weight: 600;
}
.pricing-item ul {
padding-left: 0 !important;
}
.pricing-item.bg-green {
z-index: 2;
position: relative;
}
.pricing-item {
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.pricing-item:hover {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
}
.pricing-button a {
min-width: auto !important;
width: 100%;
padding: 12.5px !important;
}
.cta-button-container a {
width: 100%;
min-width: auto !important;
}
button.readmore {
display: none;
}
@media (min-width: 767px) {
.col-md-6:first-child .portfolio-item {
margin-right: 20px;
}
.col-md-6:last-child .portfolio-item {
margin-left: 20px;
}
.portfolio-item:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.portfolio-item:hover .portfolio-item-content {
bottom: 0;
}
}
.portfolio-item .portfolio-item-image img {
width: 100%;
}
.portfolio-item .portfolio-item-content {
position: absolute;
text-align: center;
left: 50%;
bottom: -100px;
padding: 20px;
-webkit-transform: translatex(-50%);
-moz-transform: translatex(-50%);
-ms-transform: translatex(-50%);
-o-transform: translatex(-50%);
transform: translatex(-50%);
opacity: 1;
background: rgb(52 58 64 / 90%);
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
}
.portfolio-item .portfolio-item-content h3 {
font-size: 25px !important;
margin-bottom: 0px !important;
color: #ffffff;
}
/* Compare module */
.landing-page-button {
background: #EA7620;
color: #ffffff;
width: 50%;
}
.landing-page-button:hover {
background: #e67f31;
color: #ffffff !important;
}
.comparing-table {
width: 100%;
}
.comparing-table td:first-child {
width: 40%;
}
.comparing-table td:not(:first-child) {
width: 20%;
}
.comparing-table th:not(:first-child),
.comparing-table td:not(:first-child) {
text-align: center;
}
.comparing-table tr>th,
.comparing-table tr>td {
padding: 15px 20px;
}
.comparing-table td:not(:last-child),
.comparing-table th:not(:last-child) {
border-right: 1px solid #c7c7c7;
}
.comparing-table td:last-child,
.comparing-table th:last-child {
background: #f5f5f5;
}
.comparing-table i.fa-check {
color: #4ca44c;
}
.comparing-table i.fa-times {
color: red;
}
.comparing-table tr:not(:last-child),
.comparing-table thead tr {
border-bottom: 1px solid #c7c7c7;
}
.comparing-table .no-border td {
padding: 20px 20px 5px;
font-weight: bold;
font-size: 16px;
}
.tooltip {
opacity: 1 !important;
}
.tooltip-inner {
text-align: left !important;
background: white !important;
color: #3d3d3d !important;
padding: 10px 20px !important;
opacity: 1 !important;
}
.tooltip .arrow::before {
border-top-color: #ffffff !important;
border-bottom-color: #ffffff !important;
}
.table-tooltip {
background: #4ca44c;
color: #ffffff;
font-size: 10px;
padding: 2px;
text-align: center;
vertical-align: top;
width: 20px;
height: 20px;
display: inline-block;
margin-left: 10px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.text-orange {
color: #EA7620;
font-weight: bold;
}
.testimonials-margin-top {
margin-top: -100px;
}
.testimonial-wrapper {
border: 1px solid #dee2e6;
height: 100%;
padding: 10px 30px;
background: #ffffff;
}
.testimonial-image img {
margin: 10px auto;
display: block;
}
.text-green {
color: #4ca44c;
}
.big-text h2 {
font-size: 70px !important;
line-height: 1.5em;
}
/* Slider */
.owl-nav {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
left: 50%;
width: 100%;
display: flex;
justify-content: space-between;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
font-size: 50px !important;
width: 50px !important;
height: 50px;
line-height: 50px !important;
}
.owl-carousel .owl-nav span {
color: #4ca54c !important;
}
.owl-carousel .owl-nav .disabled span {
color: #b7b7b7 !important;
}
.owl-carousel .owl-nav .disabled {
cursor: auto !important;
}
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-prev:focus {
outline: none !important;
}
.item-mobile,
.item-tablet {
display: none !important;
}
#time {
text-align: center;
}
#time div {
display: inline-block;
margin: 0 10px;
text-align: center;
}
.time-item {
font-size: 30px;
font-weight: bold;
}
.medium-1 {
font-size: 25px !important;
}
.referralstep {
display: inline-block;
padding: 33px;
width: 130px;
height: 130px;
margin-bottom: 20px;
font-size: 40px;
font-weight: bold;
color: #ffffff;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
.moneybar {
display: inline-block;
margin: 0 auto;
background: #ffffff;
padding: 10px 20px;
font-size: 25px;
font-weight: bolder;
color: #008800;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
margin-bottom: 10px;
}
@media (min-width: 1500px) {
.px-xl-10 {
padding-left: 20rem !important;
padding-right: 20rem !important;
}
}
/*Media Queries*/
@media (max-width:1199px) {
.big-text h2 {
font-size: 45px !important;
}
.portfolio-item .portfolio-item-content {
bottom: 0 !important;
}
.portfolio-item .portfolio-item-content h3 {
font-size: 20px !important;
}
#wjk-body .blurb-tekst-2 {
height: 320px;
}
.width-responsive,
.form-checkbox-3 .form-group {
width: 100% !important;
}
.form-checkbox-3 .form-group {
text-align: left !important;
margin-bottom: 0 !important;
}
.dropdown-menu {
width: 100% !important;
border: none !important;
padding-left: 20px !important;
}
.navitem a {
padding: 10px 0 !important;
height: 100%;
}
.navitem {
border-top: 2px solid #eee;
}
.navitem .tarieven::after {
display: none;
}
.navbar-collapse {
border-left: 1px solid #dee2e6 !important;
border-bottom: 1px solid #dee2e6 !important;
border-right: 1px solid #dee2e6 !important;
background: #fff;
max-height: 80vh;
overflow: auto;
}
.nav-custom {
width: 100%;
border-top: 2px solid #eee;
padding-bottom: 0 !important;
}
.blurb-small-height {
height: 120px;
}
.form-radio.form-2 .form-group {
width: 48.9%;
}
.form-radio.form-3 .form-group {
width: 31.87%;
}
.form-col-4 .form-group {
width: 22.59%;
}
label.required .small {
display: none;
}
label.required::after {
content: "*";
color: red;
margin-left: -3px;
}
#bottomnav .buttoncontainer .w-75 {
width: 100% !important;
}
.step-text {
width: 85% !important;
}
#bottomnav .summarytext {
height: 210px;
}
#navigation .navitem a.dropdownitem.current-link::after {
bottom: 5px;
left: 28px;
width: 25% !important;
}
}
@media (max-width: 991px) {
.w-33,
.w-66 {
width: 100% !important;
}
.cta-person-wrapper .button-3-form {
margin-right: 0 !important;
margin-bottom: 10px;
}
h2.medium {
font-size: 35px !important;
}
.portfolio-item .portfolio-item-content {
display: block;
position: relative;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
left: 0;
}
.portfolio-item .portfolio-item-content h3 {
margin-bottom: 30px !important;
}
.navbar-collapse {
padding: 30px !important;
}
.main-blurb-row img {
width: 100%;
}
#wjk-body .blurb-tekst-2 {
height: 210px;
}
#bottomnav .summarytext {
height: 290px;
}
#pricing-switch {
height: 250px;
}
.banner {
padding: 80px 0 !important;
}
#banner-white.banner {
padding-bottom: 0 !important;
}
.banner-image {
display: none !important;
}
.bar {
padding-bottom: 40px;
height: 160px;
}
.bar-align.bar-button {
float: left;
position: absolute;
left: 50%;
bottom: 20px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.tablet.blurb-home-height {
height: 240px !important;
}
.px-6 {
padding: 0 2rem !important;
}
.form-radio.form-2 .form-group {
width: 48.5%;
}
.form-radio.form-3 .form-group {
width: 31.37%;
}
.form-col-4 .form-group {
width: 47.89%;
}
.form-col-4 .form-group:nth-child(even) {
margin-right: 0 !important;
}
body textarea.form-control {
height: 326px;
}
.sticky {
position: relative !important;
top: 0;
}
#home-body .blurb-tekst-2 h3 {
height: 50px;
}
#home-body .blurb-image {
width: 20%;
min-width: 160px;
}
.form-radio .form-group label:hover {
border-color: #eee;
color: #000000;
}
}
@media (max-width: 767px) {
.item-tablet {
display: block !important;
}
.item-desktop {
display: none !important;
}
.admin-container {
text-align: center;
}
.admin-container .float-right {
text-align: center;
width: 100%;
}
.main-blurb-row img {
width: auto;
}
.form-checkbox-3 .form-group {
margin: 5px 0 0 10px;
width: 100%;
text-align: left !important;
}
.form-checkbox-3 .form-group.last {
margin-bottom: 20px;
}
#page-404 .row {
min-height: -webkit-calc(100vh - 80px - 266px);
min-height: -moz-calc(100vh - 80px - 266px);
min-height: calc(100vh - 80px - 266px);
}
.fullpage,
.thankyou .row {
min-height: -webkit-calc(100vh - 80px - 266px);
min-height: -moz-calc(100vh - 80px - 266px);
min-height: calc(100vh - 80px - 266px);
}
.display-3 {
font-size: 2.5rem !important;
}
#pricing-switch {
height: 350px;
}
.bar {
padding-bottom: 40px;
padding-top: 70px;
height: 235px;
}
.bar-align.bar-content,
.bar-align.bar-price {
display: block !important;
padding-bottom: 20px !important;
text-align: center;
margin: auto;
}
.bar-align.bar-heading {
float: left;
position: absolute;
left: 50%;
top: 30px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.bar-content {
padding: 0 10px 0 0 !important;
}
.row {
margin-right: 0 !important;
margin-left: 0 !important;
}
.blurb-small-height {
height: auto !important;
}
.form-radio.form-2 .form-group,
.form-radio.form-3 .form-group,
.form-col-4 .form-group {
width: 100%;
margin-right: 0 !important;
margin-bottom: 1.5rem;
}
.form-row.w-25 {
width: 50% !important;
}
body textarea.form-control {
height: 200px;
}
.lightimg-container img {
width: 100% !important;
}
#wjk-body .blurb-tekst-2 {
height: auto;
}
h2.medium {
font-size: 30px !important;
}
.big-text h2 {
font-size: 30px !important;
}
.comparing-table {
position: relative;
border-collapse: collapse;
display: block;
overflow: hidden;
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
}
.comparing-table thead th {
border-bottom: 1px solid #c7c7c7;
}
.comparing-table thead {
/* position: -webkit-sticky;
position: sticky; */
display: none !important;
top: 100px;
background: #ffffff;
}
.comparing-table tr:first-child th:last-child {
background: #ffffff !important;
overflow: scroll;
}
body .comparing-table td:nth-child(6) {
background: #f5f5f5;
}
body .comparing-table td:nth-child(even) {
text-align: left;
}
.comparing-table thead th:first-child {
display: none !important;
}
.comparing-table tr td:first-child {
width: 100% !important;
display: inline-block;
border-right: none !important;
border-bottom: 1px solid #c7c7c7;
text-align: center;
font-weight: bold;
padding: 30px 10px 10px 10px;
font-size: 20px;
}
.comparing-table td:not(:first-child),
.comparing-table th:not(:first-child) {
width: 33.3% !important;
display: inline-block;
padding: 10px 5px !important;
}
body .comparing-table td:not(:first-child):not(:last-child),
body .comparing-table th:not(:first-child):not(:last-child) {
width: 50% !important;
}
body .comparing-table td:nth-child(odd):not(:last-child) {
border-right: 0 !important;
}
body .comparing-table td:not(:nth-child(6)):not(:last-child) {
border-bottom: 1px solid #c7c7c7;
}
.comparing-table td:not(:first-child):not(:last-child),
.comparing-table th:not(:first-child):not(:last-child) {
width: 25% !important;
}
.comparing-table td:last-child,
.comparing-table th:last-child {
width: 50% !important;
}
.comparing-table tr:nth-child(even) th:first-child {
display: none !important;
}
.landing-page-button {
width: 100%;
}
button.readmore {
background: #ea7620;
color: #ffffff;
padding: 5px 20px;
border: none;
border-radius: 5px;
width: 100%;
margin-top: 20px;
display: block !important;
}
button.readmore:focus {
outline: 0 !important;
}
button.readmore::after {
content: '\f078';
font-family: "Font Awesome 5 Free";
font-weight: bold;
margin-left: 10px;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
button.readmore.active::after {
content: '\f077';
}
.comparing-table:not(.active)::after {
content: '';
width: 100%;
height: 100px;
background: rgb(76, 164, 76);
background: linear-gradient(0deg, rgb(238 238 238) 0%, rgba(0, 212, 255, 0) 100%);
position: absolute;
bottom: 0;
}
}
@media (max-width: 575px) {
.mobile-hide {
display: none !important;
}
body .mobile-no-border {
border-right: 0 !important;
padding-right: 0 !important;
}
h2.medium {
font-size: 25px !important;
}
.button-row .backward {
width: 35% !important;
}
.button-row .forward {
width: 60% !important;
}
.lead {
font-size: 1rem !important;
}
body textarea.form-control {
height: 150px !important;
}
.h2,
h2 {
font-size: 1.3rem !important;
}
.thankyou-text .back-home {
width: 80%;
height: 75px;
}
.thankyou-text .count {
padding: 24.5px 0 !important;
}
.px-6 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.button-1-wit,
.button-1-white {
min-width: 100%;
}
.big {
font-size: 1.7rem !important;
}
.breadcrumb {
font-size: 13px !important;
padding-left: 0 !important;
}
.h1,
h1,
.big-1 {
font-size: 2rem !important;
}
#pricing-switch {
height: 400px;
}
.navbar-brand {
width: 170px;
}
.bar {
padding-top: 100px;
padding-bottom: 60px;
padding-left: 20px;
padding-right: 20px;
}
.bar-align.bar-heading {
top: 60px;
}
.bar {
height: 300px;
}
.logo-container {
width: 200px;
}
#call-popup {
right: 20px;
bottom: 20px;
max-width: 88vw;
white-space: normal !important;
}
#call-popup:hover .call-title,
#call-popup.call-container.toggle .call-title {
padding-right: 0 !important;
padding-left: 10px !important;
}
#call-popup:hover .call-icon,
#call-popup.call-container.toggle .call-icon {
padding-left: 10px !important;
}
.call-text-container {
height: 520px !important;
}
#call-popup {
width: 50px;
height: 50px;
}
#call-popup .call-icon,
#call-popup .call-title {
padding: 13px 17px;
}
.banner {
padding: 50px 0 !important;
}
div.tablet {
height: 350px;
}
.step-text {
width: 82% !important;
padding-left: 10px;
}
.step-content::before {
height: 90%;
left: 22px;
top: 69px;
}
.step-image {
width: 45px;
height: 45px;
padding: 9px;
font-size: 17px;
}
.questionhead::after {
right: 15px;
}
.questionhead {
padding: 1rem 2.5rem 1rem 1.5rem !important;
}
.card-body {
padding: 1rem 1.5rem !important;
}
.lightimg-col.col-8 {
margin-left: 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-moz-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.summaryimg img,
.white-image-container img {
height: 150px;
}
.big-text h2 {
font-size: 25px !important;
}
.template-text-box,
.advantages {
padding: 20px;
}
.template-text-box a {
margin-bottom: 0 !important;
}
}
@media (max-width: 450px) {
.item-tablet,
.item-desktop {
display: none !important;
}
.item-mobile {
display: block !important;
}
body .tiny-mobile-no-border {
border-right: 0 !important;
padding-right: 0 !important;
}
body .tiny-mobile-hide {
display: none !important;
}
}
@media (max-width: 350px) {
#time div {
margin: 0 5px;
}
.time-item {
font-size: 25px;
}
.comparing-table tr td:first-child {
font-size: 18px !important;
}
.comparing-table td:not(:first-child),
.comparing-table th:not(:first-child) {
font-size: 14px;
}
.comparing-table thead th {
font-size: 14px !important;
}
.padding-mobile-none {
padding-left: 0 !important;
padding-right: 0 !important
}
h2.medium {
font-size: 25px !important;
}
.admin-container {
font-size: 14px;
}
.main-blurb-row img {
width: 100%;
}
.step-text {
width: 80% !important;
}
.form-row.w-25,
.form-row.w-50 {
width: 100% !important;
}
.content-price {
padding: 12.5px 25px !important;
}
.h1,
h1,
.big-1 {
font-size: 1.8rem !important;
}
.text404 {
font-size: 100px !important;
}
.thankyou-text .back-home {
height: 100px;
}
.thankyou-text .count {
padding: 37px 0 !important;
}
.mobielblurb-img {
padding: 9px 30px 0 4px;
margin-right: 10px;
font-size: 16px !important;
}
.mobielblurb-title h3 {
font-size: 1rem !important;
}
.lightimg-col.col-8 {
margin-left: 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-moz-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
/* Animations */
/* Button loader */
@-webkit-keyframes buttonLoader {
0% {
width: 0%;
}
50% {
width: 100%;
}
100% {
right: 0;
left: auto;
width: 0%;
}
}
@-moz-keyframes buttonLoader {
0% {
width: 0%;
}
50% {
width: 100%;
}
100% {
right: 0;
left: auto;
width: 0%;
}
}
@-o-keyframes buttonLoader {
0% {
width: 0%;
}
50% {
width: 100%;
}
100% {
right: 0;
left: auto;
width: 0%;
}
}
@keyframes buttonLoader {
0% {
width: 0%;
}
50% {
width: 100%;
}
100% {
right: 0;
left: auto;
width: 0%;
}
}
/* Page loading */
/* body.body-overflow {
overflow: hidden;
}
body.load header {
animation: pageLoad 5s cubic-bezier(0.5, 0.5, 0.5, 0.5);
-webkit-animation: pageLoad 5s cubic-bezier(0.5, 0.5, 0.5, 0.5);
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
body.unload header {
position: relative;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
animation: pageUnload 1s ease-out;
-webkit-animation: pageUnload 1s ease-out;
}
body.unload header nav {
position: absolute;
width: calc(100% - 30px);
top: -100px;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
animation: navAn 1s ease-out .5s;
-webkit-animation: navAn 1s ease-out .5s;
}
@keyframes pageLoad {
0% {
height: 80px;
}
100% {
height: 100vh;
}
}
@keyframes pageUnload {
0% {
height: 100vh;
}
100% {
height: 80px;
}
}
@keyframes navAn {
0% {
top: -100px
}
100% {
top: 0;
}
} */
@media (min-width: 992px) {
body .w-lg-25 {
width: 25% !important;
}
body .w-lg-75 {
width: 75% !important;
}
}
@media (min-width: 768px) {
body .w-md-75 {
width: 75% !important;
}
}
@media (max-height:720px) {
#call-popup.call-container.toggle {
overflow-y: auto;
}
}
/* Mobile Template scroll button */
@media only screen and (max-height:756px) and (max-width: 980px) {
.mobile-scroll {
display: block !important;
;
}
}
@media only screen and (max-width: 360px) and (max-height:756px) {}
/* Ball */
.mobile-scroll {
display: none;
}
.scroll-container {
display: table;
width: 100%;
}
.scroll-bar {
width: 24px;
height: 45px;
padding: 2.5px 2.5px 2.5px 2.5px;
-webkit-border-radius: 50px 50px 50px 50px;
-moz-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
border: 1px solid #fff;
position: relative;
margin: 0 auto;
background: #fff;
}
.scroll-ball {
position: absolute;
width: 17px;
height: 17px;
background: #4ca54c;
border: 0 !important;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-animation: scrollMe 1.2s linear infinite;
-moz-animation: scrollMe 1.2s linear infinite;
-o-animation: scrollMe 1.2s linear infinite;
animation: scrollMe 1.2s linear infinite;
}
@-webkit-keyframes scrollMe {
0% {
top: 0px;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
top: 28px;
opacity: 0;
}
}
@-moz-keyframes scrollMe {
0% {
top: 0px;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
top: 28px;
opacity: 0;
}
}
@-o-keyframes scrollMe {
0% {
top: 0px;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
top: 28px;
opacity: 0;
}
}
@keyframes scrollMe {
0% {
top: 0px;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
top: 28px;
opacity: 0;
}
} | public/css/style.css | html,
body {
/* min-height: 100%;
height: 100%; */
scroll-behavior: smooth;
}
html {
margin-top: 80px !important;
}
html.admin-active {
margin-top: 142px !important;
}
.hide {
display: none;
visibility: hidden;
}
.fs-0 {
font-size: 0 !important;
}
/* Adminheader */
.adminheader .container-fluid {
max-width: 1140px;
}
.adminheader a {
font-size: .8rem;
}
/* Top header */
#top-header .container {
height: 30px !important;
}
#top-header a {
font-size: .8rem !important;
color: #4c4c4c !important;
}
/* Header */
#navigation .navitem a.current-link {
color: #008800 !important;
font-weight: bold;
}
header {
z-index: 999999;
top: 0;
}
header .container {
height: 80px;
position: relative;
}
header nav {
height: 100%;
}
.nav-toggle {
display: none;
}
.logo-container {
width: 250px;
display: inline-block;
height: 80px;
}
.logo-container svg {
width: 100%;
height: 100%;
}
.st0 {
fill: #008800;
}
.nav-custom {
list-style: none !important;
display: inline-block;
text-align: center;
height: 100%;
padding: 20px 0;
}
.nav-custom a {
display: table-cell;
height: 40px;
vertical-align: middle;
padding: 00px 20px;
background: #4ca44c;
color: #fff !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
}
.nav-custom a:hover {
text-decoration: none;
background: #40b740;
}
.navitem a {
padding: 12.5px !important;
font-weight: 600;
color: #525252 !important;
display: table-cell;
vertical-align: middle;
height: 80px;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
position: relative;
}
.navitem a:hover {
text-decoration: none;
color: #000;
}
.dropdown-toggle {
cursor: pointer;
}
.nav-container {
width: 850px;
float: right;
text-align: right;
display: table;
height: 100%;
}
.nav-container ul {
padding-left: 0 !important;
margin-bottom: 0 !important;
height: 80px;
}
.navitem {
list-style: none !important;
display: inline-block;
text-align: center;
position: relative;
}
/* .navitem .tarieven::after {
content: "25,-";
position: absolute;
bottom: -15px;
font-weight: 500;
left: 50%;
height: 28px;
padding: 2px 30px;
font-size: 1rem;
color: #fff;
opacity: 1;
background: #008800;
transform: translatex(-50%);
-webkit-transform: translatex(-50%);
-moz-transform: translatex(-50%);
-ms-transform: translatex(-50%);
-o-transform: translatex(-50%);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
z-index: 999999;
} */
.navitem .tarieven.active::after {
opacity: 0;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
.dropdown-menu {
width: 250px;
margin-top: 0 !important;
border-top: 0 !important;
border-radius: 0 0 5px 5px !important;
-webkit-border-radius: 0 0 5px 5px !important;
-moz-border-radius: 0 0 5px 5px !important;
-ms-border-radius: 0 0 5px 5px !important;
-o-border-radius: 0 0 5px 5px !important;
}
/* .dropdown {
visibility: hidden !important;
opacity: 0 !important;
width: 280px;
overflow: hidden;
position: absolute !important;
top: 80px;
border: none !important;
border-radius: 0 0 .25rem .25rem !important;
text-align: left;
padding: 0 20px 0 20px;
background: #fff;
border-radius: 0 0 5px 5px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
} */
.dropdownitem {
display: block !important;
height: unset !important;
}
.nav-dropdown:hover .dropdown,
.dropdown:hover,
.dropdown:hover .dropdownitem,
.nav-dropdown:hover .dropdownitem {
visibility: visible !important;
opacity: 1 !important;
/* height: 200px; */
}
.dropdownhead::after {
content: '\f107';
font-weight: 900;
font-family: "Font Awesome 5 Free";
margin-left: 6px;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
display: inline-block;
}
.nav-dropdown:hover .dropdownhead::after {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important
}
.navbar {
padding: 0 !important;
}
.navbar-collapse {
z-index: 999999;
}
/* .navbar-toggler {
display: none;
vertical-align: middle;
height: 100%;
} */
/* Footer */
footer {
min-height: 190px;
}
.social-icon {
font-size: 25px !important;
margin-left: 15px;
}
.social-icon:hover {
text-decoration: none !important;
;
}
.copyright {
color: #a7a7a7;
}
.btn,
/* Buttons */
.btn:focus {
outline: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.button-1-wit,
.button-1-white {
min-width: 250px;
padding: 12.5px;
text-align: center;
background: #fff;
color: #008800;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
font-weight: bolder;
display: block;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
font-weight: bold;
}
.button-1-wit:hover,
.button-1-white:hover {
background-color: #e3e3e3;
color: #008800;
text-decoration: none;
}
.button-2-orange {
padding: 12.5px;
text-align: center;
font-weight: bolder;
background: #fcb912;
/* color: #fff; */
color: #000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
display: inline-block;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
display: block;
}
.button-2-orange:hover {
background-color: #ebac00 !important;
color: #000;
text-decoration: none;
}
.button-2-green {
padding: 12.5px 30px;
text-align: center;
background: #4ca44c;
color: #fff !important;
font-weight: bolder;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
display: inline-block;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
}
.button-2-green:hover {
background-color: #40b740 !important;
color: #fff;
text-decoration: none;
}
.button-3-form {
width: 100% !important;
padding: 12.5px !important;
border: none !important;
text-align: center !important;
background: #4ca44c !important;
color: #fff !important;
font-weight: bolder;
text-decoration: none;
border-radius: 3px !important;
cursor: pointer !important;
border-bottom: 3px solid #4ca44c !important;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
-ms-border-radius: 3px !important;
-o-border-radius: 3px !important;
position: relative;
/* overflow: hidden; */
}
.button-3-form-white {
color: #449444 !important;
background: #ffffff !important;
border-color: #ffffff !important;
}
.button-3-form:hover {
background-color: #40b740 !important;
border-color: #40b740 !important;
color: #ffffff !important;
}
.button-login {
padding: 7.5px 30px;
text-align: center;
background: #4ca44c;
color: #fff !important;
font-weight: bolder;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
display: inline-block;
border: none !important;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
}
.button-login:hover {
background-color: #40b740 !important;
color: #fff;
text-decoration: none;
}
.button-4-ghost {
width: 100% !important;
padding: 12.5px !important;
border: none !important;
text-align: center !important;
background: #4CA44C !important;
color: #fff !important;
font-weight: bolder;
text-decoration: none;
border-radius: 3px !important;
cursor: pointer !important;
border-bottom: 3px solid #ffffff !important;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
-ms-border-radius: 3px !important;
-o-border-radius: 3px !important;
position: relative;
}
.button-4-ghost:hover {
background: #ffffff !important;
color: #4ca44c !important;
text-decoration: none !important;
}
/* Text */
p {
word-break: break-word;
}
.lead {
font-weight: 400 !important;
}
.big {
font-size: 3rem !important;
}
.h2,
h2 {
font-size: 1.6rem !important;
font-weight: bold !important;
}
.big-1 {
font-size: 2.5rem !important;
}
.big-2 {
font-size: 3.5rem !important;
}
.h3,
h3 {
font-size: 1.1rem !important;
}
.h4,
h4 {
font-size: 1rem !important;
font-weight: 700 !important;
}
/* Lines */
.line-green {
height: 4px;
background: #4ca54c;
min-width: 20px;
margin-left: 0;
}
.line-white {
height: 4px;
background: #fff;
min-width: 20px;
margin-left: 0;
}
/* Forms */
.nomotion input,
.nomotion label {
display: inline-block !important;
height: unset !important;
border: none;
border-bottom: unset;
border-radius: unset;
width: unset !important;
padding: unset;
text-align: unset;
font-size: 16px !important;
font-weight: unset !important;
-webkit-border-radius: unset;
-moz-border-radius: unset;
-ms-border-radius: unset;
-o-border-radius: unset;
position: unset;
pointer-events: unset;
cursor: pointer;
}
.tso-input,
.form-row,
.form-group {
position: relative;
}
input {
height: inherit !important;
border: none !important;
border-bottom: 3px solid #4ca54c !important;
border-radius: 3px 3px 0 0 !important;
width: 100% !important;
padding: 12.5px 18px !important;
text-align: left !important;
font-size: 16px !important;
-webkit-border-radius: 3px 3px 0 0 !important;
-moz-border-radius: 3px 3px 0 0 !important;
-ms-border-radius: 3px 3px 0 0 !important;
-o-border-radius: 3px 3px 0 0 !important;
}
form input.danger {
border-color: red !important;
background: #ffe4e4 !important;
}
.w-33 {
width: 33% !important;
}
.w-66 {
width: 66% !important;
}
.popup.danger ul {
padding-left: 0px !important;
margin-bottom: 40px !important;
}
.popup.danger li::first-letter {
text-transform: capitalize !important;
}
.popup.danger li {
list-style: none !important;
padding: 5px 20px;
background: #ffe4e4;
border-left: 3px solid red;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
margin-bottom: 10px;
white-space: normal;
text-align: left;
}
.popup.danger li:last-child {
margin-bottom: 0 !important;
}
input.orange,
textarea.orange {
border-bottom-color: #FFC105 !important;
background: #EDEDED;
}
label {
font-size: 16px;
font-weight: 400;
cursor: text;
position: absolute;
top: 12px;
left: 20px;
z-index: 999;
pointer-events: none;
-webkit-transition: bottom .2s, top .2s, font-size .2s;
-moz-transition: bottom .2s, top .2s, font-size .2s;
-o-transition: bottom .2s, top .2s, font-size .2s;
transition: bottom .2s, top .2s, font-size .2s;
}
label.toggle {
top: -20px;
left: 20px;
font-size: 12px;
font-weight: 600;
cursor: auto;
}
.cta-person-wrapper label {
transition: .2s !important;
-webkit-transition: .2s !important;
-moz-transition: .2s !important;
-ms-transition: .2s !important;
-o-transition: .2s !important;
}
.cta-person-wrapper label.toggle {
color: #ffffff !important;
}
textarea {
padding: 10px 22.5px !important;
width: 100% !important;
border: 0 !important;
margin-bottom: 20px !important;
border-radius: 3px 3px 0 0 !important;
border-bottom: 3px solid #4ca54c !important;
-webkit-border-radius: 3px 3px 0 0 !important;
-moz-border-radius: 3px 3px 0 0 !important;
-ms-border-radius: 3px 3px 0 0 !important;
-o-border-radius: 3px 3px 0 0 !important;
min-height: 52px;
max-height: 300px;
}
body textarea.form-control {
height: 126px;
}
.form-row {
margin-right: 0 !important;
margin-left: 0 !important;
}
.form-privacy {
color: #000 !important;
text-decoration: underline;
}
input:focus,
textarea:focus {
color: #000 !important;
border-color: #008800 !important;
outline: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
input:focus.orange,
textarea:focus.orange {
border-bottom-color: #4ca54c !important;
background: #EDEDED;
}
form button::after {
content: '';
height: 5px;
position: absolute;
left: 0;
bottom: -3px;
background: #4CB5F5;
opacity: 0;
border-radius: 0px 0px 2px 2px;
-webkit-border-radius: 0px 0px 2px 2px;
-moz-border-radius: 0px 0px 2px 2px;
-ms-border-radius: 0px 0px 2px 2px;
-o-border-radius: 0px 0px 2px 2px;
}
form.button-loader button::after {
opacity: 1;
-moz-animation: buttonLoader infinite 5s ease-in-out;
-o-animation: buttonLoader infinite 5s ease-in-out;
animation: buttonLoader infinite 5s ease-in-out;
-webkit-animation: buttonLoader infinite 5s ease-in-out;
}
/* Paddings */
.p-6 {
padding: 6rem !important;
}
.py-6 {
padding: 6rem 0 !important;
}
.px-6 {
padding: 0 6rem !important;
}
.pt-6 {
padding-top: 6rem !important;
}
.pb-6 {
padding-bottom: 6rem !important;
}
.p-8 {
padding: 8rem !important;
}
.py-8 {
padding: 8rem 0 !important;
}
.px-8 {
padding: 0 8rem !important;
}
.pb-8 {
padding-bottom: 8rem !important;
}
@media (min-width: 992px) {
body .p-md-6 {
padding: 6rem !important;
}
body .py-lg-6{
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
}
/* 404 */
#page-404 .row {
min-height: -webkit-calc(100vh - 80px - 205px);
min-height: -moz-calc(100vh - 80px - 205px);
min-height: calc(100vh - 80px - 205px);
}
#page-404 p {
font-size: 16px;
}
.text404 {
font-size: 150px !important;
font-weight: 900 !important;
color: #fcb912;
}
.logo-container.offline-logo a svg {
display: none;
}
.logo-container.offline-logo a {
background-image: url('/images/logo-offline.png');
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
width: 100%;
height: 100%;
display: block;
}
/* Popup */
#call-popup {
position: fixed;
right: 30px;
bottom: 30px;
Width: 70px;
height: 70px;
background: #008800;
border: none;
outline: none;
white-space: nowrap;
overflow: hidden;
text-align: center;
color: #fff;
border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
-o-border-radius: 40px;
-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
z-index: 999998;
}
#call-popup.toggle {
border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
-ms-border-radius: 10px !important;
-o-border-radius: 10px !important;
}
#call-popup.toggle .call-icon .fa-phone:before {
content: "\f00d";
}
#call-popup .call-icon,
#call-popup .call-title {
display: inline-block;
padding: 23px 27px;
}
#call-popup.toggle .call-icon,
#call-popup.toggle .call-title {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.call-title {
padding-left: 30px !important;
font-size: 16px;
opacity: 0;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.call-click {
cursor: pointer;
}
#call-popup:hover,
#call-popup.call-container.toggle {
width: 310px;
}
#call-popup:hover .call-title,
#call-popup.call-container.toggle .call-title {
padding-left: 20px !important;
opacity: 1;
}
#call-popup:hover .call-icon,
#call-popup.call-container.toggle .call-icon {
padding-right: 0;
}
#call-popup.call-container.toggle {
height: 540px;
background: #343A40;
max-height: 75vh;
/* overflow-y: auto; */
}
#call-popup.call-container .call-text-container {
opacity: 0;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
#call-popup.call-container.toggle .call-text-container {
opacity: 1;
}
.call-text-container {
padding: 20px;
color: #000;
background: #fff;
height: 505px;
overflow: auto;
}
.daytime-radio input {
display: none !important;
}
.daytime-radio label {
width: 30% !important;
margin-right: 5%;
background: #eee;
padding: 7px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
.daytime-radio label:last-child {
margin-right: 0 !important;
}
.daytime-radio input:checked+label {
background: #008800;
color: #ffffff;
}
#call-popup p {
margin-bottom: .5rem !important;
}
/* Breadcrumbs */
.breadcrumb ol {
margin-bottom: 0;
padding: 0;
}
.crumb-name {
display: inline-block;
}
.crumb-name::first-letter {
text-transform: uppercase;
}
.breadcrumb li {
display: inline-block;
}
.breadcrumb a {
color: #fff;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
.breadcrumb a:hover {
color: rgb(192, 192, 192);
text-decoration: none;
}
.bread-crumb li.active a {
font-weight: bold;
}
.breadcrumb {
background: none !important;
padding: 0 !important;
padding-left: .5rem !important;
margin-bottom: 0 !important;
}
.breadcrumb-item+.breadcrumb-item::before {
color: #fff !important;
}
.text-dark .breadcrumb a,
.text-dark .breadcrumb-item::before {
color: #000 !important;
}
/* Home */
.mobielblurb-img {
width: 40px;
height: 40px;
text-align: center;
vertical-align: middle;
padding: 4px 40px 0 10px;
border-right: 2px solid #eee;
margin-right: 15px;
font-size: 20px !important;
}
.mobielblurb-title {
vertical-align: middle;
}
.mobilesection-title {
background: #FFC105;
}
.mobileblurb {
color: #008800 !important;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.mobileblurb:hover {
text-decoration: none !important;
color: #fff !important;
background: #008800 !important;
}
.mobileblurb::after {
content: '\f105';
font-family: 'Font Awesome 5 Free' !important;
font-weight: bold;
float: right;
transform: translatey(40%);
-webkit-transform: translatey(40%);
-moz-transform: translatey(40%);
-ms-transform: translatey(40%);
-o-transform: translatey(40%);
}
#banner {
background-image: -webkit-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: -moz-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: -o-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: linear-gradient(263deg, #55db79 0%, #4CA44C 100%) !important;
}
body .bg-light {
background: #eee !important;
}
.bg-green {
background: #4CA44C;
}
.bg-dark-green {
background: #115D11;
}
.blurb-image {
margin: auto;
display: block;
}
#home-body .blurb-image {
width: 70%;
min-width: 160px;
}
.banner-image img {
height: 550px;
margin: auto;
display: block;
}
.tablet.blurb-home-height {
height: auto !important;
}
.blurb-home-height {
height: 240px !important;
}
/*Tablet*/
div.tablet {
position: relative;
background: #1c1c1c;
width: 100%;
height: 500px;
max-width: 750px;
max-height: 400px;
margin: 0 auto 0;
padding: 30px 24px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
}
.tablet .tab {
background: #f9f9f9;
color: #000;
overflow: scroll;
overflow-x: hidden;
height: 100%;
text-align: justify;
}
div.tab img {
margin-bottom: -25px !important;
width: 100%;
}
/* Pricing switch */
#pricing-wide {
z-index: -1;
}
#pricing-switch {
height: 220px;
position: relative;
}
.button-container {
text-align: center;
position: relative;
display: table;
margin: 0 auto;
}
.button {
display: inline-block;
vertical-align: bottom;
width: 100px;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
}
.button-toggle {
padding: 0 50px;
z-index: 99;
cursor: pointer;
}
.button-website {
margin-right: -40px;
padding-left: 0 !important;
}
.button-webshop {
margin-left: -40px;
padding-right: 0 !important;
}
.btn-toggled {
font-weight: bold;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
z-index: -1;
pointer-events: none;
}
.button-toggle-container {
display: inline-block;
vertical-align: bottom;
width: 100px;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
width: 40px;
height: 19px;
background: grey;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
position: relative;
pointer-events: none;
}
.toggle-dot {
width: 15px;
height: 15px;
background: #fff;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
position: absolute;
top: 2.4px;
left: 2px;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
}
.toggle-dot.toggle-webshop {
left: 23px;
}
/* #pricing {
margin-top: 40px;
width: 100%;
position: relative;
} */
.pricing-container {
position: absolute;
top: 50px;
left: 50%;
width: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
height: 0;
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}
.pricing-container.active {
opacity: 1;
height: 100%;
}
.pricing-container.website,
.pricing-container.webshop {
z-index: 99;
}
.pricing-container.website.active,
.pricing-container.webshop.active {
z-index: 100;
}
.bar {
text-decoration: none !important;
width: 90%;
display: block;
margin: auto;
height: 130px;
background: #fff;
display: table;
padding: 0 50px;
position: relative;
cursor: pointer;
z-index: 5;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
}
.bar-1 {
z-index: 8;
border-radius: 5px 5px 0 0;
-webkit-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
}
.bar-2 {
z-index: 9;
border-radius: 0;
-webkit-box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.bar-3 {
z-index: 8;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
}
.bar-4 {
border-radius: 5px 5px 0 0;
-webkit-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
}
.bar-5 {
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
}
.bar.active {
background: #fff !important;
width: 100%;
z-index: 999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 80px 0 rgba(2, 7, 20, 0.3);
-moz-box-shadow: 0 0 80px 0 rgba(2, 7, 20, 0.3);
box-shadow: 0 0 80px 0 rgba(2, 7, 20, 0.3);
}
.bar.active .bar-heading,
.bar.active .bar-price {
color: #008800;
}
.bar.active .bar-button button {
background: #008800;
color: #ffffff;
}
.bar-info {
position: absolute;
top: 0;
left: 0;
padding: 5px 15px;
background: #eee;
border-radius: 5px 0;
color: #525252;
font-size: 12px;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
-webkit-border-radius: 5px 0;
-moz-border-radius: 5px 0;
-ms-border-radius: 5px 0;
-o-border-radius: 5px 0;
}
.bar-heading {
font-size: 16px;
font-weight: bold;
font-size: 30px;
color: gray;
}
.bar-price {
color: gray;
width: 110px;
font-weight: bold;
font-size: 30px;
margin-right: 20px;
padding: 0 20px 0 0;
}
.bar-align {
display: table-cell;
vertical-align: middle;
}
.bar-content {
padding: 0 20px;
color: #000;
}
.bar-button button {
width: 180px;
background: gray;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 0.3em 1em;
border: 0;
font-size: 20px;
font-weight: 700;
cursor: pointer;
-webkit-transition: .35s;
-o-transition: .35s;
-moz-transition: .35s;
transition: .35s;
}
/* Tarieven */
.card button,
.card div {
transition: all 0.3s ease 0s !important;
-webkit-transition: all 0.3s ease 0s !important;
-moz-transition: all 0.3s ease 0s !important;
-ms-transition: all 0.3s ease 0s !important;
-o-transition: all 0.3s ease 0s !important;
}
.card:last-child {
margin-bottom: 0 !important
}
#tarieven-body {
overflow: hidden;
}
.pricing-warning p {
font-size: 10px;
text-align: center;
}
/* .tarieven-switch-container {
position: relative;
height: 700px;
}
.rise:hover {
text-decoration: none !important;
}
.rise-container {
position: absolute;
top: 100px;
left: 50%;
width: 100%;
text-align: center;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: table;
opacity: 0;
z-index: 1;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
pointer-events: none;
}
.rise-container.active {
opacity: 1;
z-index: 99;
}
.rise-container.active .rise {
pointer-events: all;
color: #000 !important;
background: #fff !important;
}
.rise-price {
margin-bottom: 20px;
}
.rise {
text-decoration: none;
color: #000;
margin: auto;
text-align: center;
background: #fff !important;
display: inline-block;
padding: 80px 50px 50px 50px;
border-radius: 5px;
position: relative;
cursor: pointer;
z-index: 5;
-webkit-transition: .35s;
-o-transition: .35s;
transition: .35s;
}
.rise.active {
border-radius: 5px;
transform: scale(1.15);
z-index: 999;
background: #fff !important;
}
.rise-1 {
z-index: 8;
border-radius: 5px 0 0 5px;
-webkit-box-shadow: -10px 0 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: -10px 0 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: -10px 0 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-ms-border-radius: 5px 0 0 5px;
-o-border-radius: 5px 0 0 5px;
}
.rise-2 {
z-index: 9;
border-radius: 0;
-webkit-box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 0 40px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.rise-3 {
z-index: 8;
border-radius: 0 5px 5px 0;
-webkit-box-shadow: 20px 0 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 20px 0 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 20px 0 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-ms-border-radius: 0 5px 5px 0;
-o-border-radius: 0 5px 5px 0;
}
.rise-4 {
border-radius: 5px 5px 0 0;
-webkit-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 -10px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
}
.rise-5 {
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-moz-box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
box-shadow: 0 20px 80px 0 rgba(2, 6, 18, 0.3);
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
}
.rise-title h3 {
margin-bottom: 0;
color: #616161;
}
.rise-title p {
margin-top: 0;
}
.rise-button {
margin-top: 40px;
}
.rise-big {
font-weight: 700;
font-size: 52px;
color: #616161;
line-height: 62px;
-webkit-transition: .35s;
-o-transition: .35s;
transition: .35s;
}
.rise-body p {
font-size: 14px;
font-weight: lighter;
}
.rise-button button {
width: 180px;
background: #616161;
color: #fff;
border-radius: 3px;
padding: 12.5px;
border: 0;
font-size: 17px;
font-weight: 700;
cursor: pointer;
-webkit-transition: .35s;
-o-transition: .35s;
transition: .35s;
}
.rise.active .rise-button button {
background: #008800;
}
.rise.active .rise-big {
color: #008800;
}
.rise.active .rise-title h3 {
color: #008800;
}
.rise-info {
position: absolute;
width: calc(100% - 80px);
left: 0;
top: 0;
padding: 10px 20px;
background: #eee;
border-radius: 5px 0 5px 0;
font-size: 12px;
-webkit-border-radius: 5px 0 5px 0;
-moz-border-radius: 5px 0 5px 0;
-ms-border-radius: 5px 0 5px 0;
-o-border-radius: 5px 0 5px 0;
}*/
.tarieven-image img {
height: 200px;
margin: auto;
display: block;
}
.questionhead {
background: #eee !important;
border-bottom: 1px solid #d4d4d4 !important;
text-align: left !important;
color: #000 !important;
font-weight: 600 !important;
position: relative !important;
padding: 1rem 3rem !important;
}
.questionhead.collapsed {
background: #fcb912 !important;
border-bottom: 0 !important;
border-color: #eee !important;
}
.questionhead::before {
content: "A";
font-size: 20px;
font-weight: 700;
line-height: 27px;
text-align: center;
width: 30px;
height: 30px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background: #008800;
color: #fff;
position: absolute;
display: block;
left: -15px;
top: -15px;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
}
.questionhead.collapsed::before {
content: "V";
background: red;
}
.questionhead::after {
content: "\f106";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
right: 25px;
font-size: 20px;
line-height: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
}
.questionhead.collapsed::after {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
/* Wat je krijgt */
.faq-text .button-2-orange {
max-width: 260px;
}
.blurb-small-height {
height: 190px;
}
#greensection {
background-image: -webkit-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: -moz-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: -o-linear-gradient(187deg, #55db79 0%, #4CA44C 100%) !important;
background-image: linear-gradient(263deg, #55db79 0%, #4CA44C 100%) !important;
}
.summarytext h3 {
text-align: center;
}
.summaryimg img,
.white-image-container img {
height: 200px;
}
.lightimg-container img {
display: block;
margin: auto;
}
#cta:not(.cta-margin-bottom) {
margin-top: -80px;
}
.cta-margin-bottom {
margin-bottom: -80px;
z-index: 99;
position: relative;
}
.card-body {
padding: 2rem 3rem !important;
}
#wjk-body .blurb-tekst-2 {
height: 270px;
}
/* Werkwijze */
.step-image {
display: inline-block;
vertical-align: top;
background: #008800;
width: 65px;
height: 65px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
padding: 9px;
text-align: center;
z-index: 999999;
color: #fff;
font-size: 30px;
}
.step-text {
display: inline-block;
width: 90%;
padding-left: 35px;
}
.step-content::before {
content: "";
height: 79%;
width: 2px;
background: #008800;
position: absolute;
left: 30px;
top: 85px;
}
.step-content.last::before {
display: none;
}
/* Extra diensten */
.content-button-container {
font-size: 0;
}
.content-price {
font-size: 16px;
font-weight: bold;
padding: 12.5px 30px;
display: inline-block;
border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-ms-border-radius: 5px 0 0 5px;
-o-border-radius: 5px 0 0 5px;
}
.content-button {
font-size: 16px;
font-weight: bold;
padding: 12.5px 30px;
background: #008800;
color: #fff;
display: inline-block;
border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-ms-border-radius: 0 5px 5px 0;
-o-border-radius: 0 5px 5px 0;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
.content-button:hover {
color: #fff;
text-decoration: none;
background: #4ca54c;
}
.blurb-image {
padding-bottom: 1.5rem;
}
.blurb-image img {
display: block;
margin: auto;
}
.img-col img {
display: block;
margin: auto;
}
/* Contact */
.icon-div {
display: block;
margin: auto;
width: 80px;
height: 80px;
background: #4ca54c;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #fff;
font-size: 25px;
padding: 20px;
}
.fa-phone {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
/* Gratis advies */
.form-col-4 .form-group {
width: 22.99%;
margin-right: 1.5rem;
margin-bottom: 1.5rem;
}
.form-col-4 .form-group:last-child,
.form-radio .form-group.last {
margin-right: 0 !important;
}
label span.small {
font-size: 10px;
}
.form-radio.form-2 .form-group {
width: 49.13%;
margin-right: 1rem;
margin-bottom: 0;
}
.form-radio.form-3 .form-group {
width: 32.17%;
margin-right: 1rem;
margin-bottom: 0;
}
.form-radio .form-group label {
width: 100% !important;
text-align: center;
font-weight: bolder !important;
border: 2px solid #eee;
display: inline-block;
padding: 7.5px 20px;
margin-bottom: 0 !important;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
.form-radio .form-group label i {
margin-right: 5px;
}
.form-radio .form-group input {
position: absolute;
opacity: 0;
}
.form-radio .form-group label:hover {
border-color: #4ca54c;
color: #4ca54c;
}
.form-radio .form-group input:checked+label {
border-color: #4ca54c;
color: #4ca54c;
}
/* Voorwaarden */
.sticky {
position: -webkit-sticky;
position: sticky;
top: 80px;
max-height: -webkit-calc(100vh - 80px);
max-height: -moz-calc(100vh - 80px);
max-height: calc(100vh - 80px);
overflow: auto;
}
.contents a {
display: block;
padding-bottom: 10px;
}
/* Bedankt */
.fullpage,
.thankyou .row {
min-height: -webkit-calc(100vh - 80px - 205px);
min-height: -moz-calc(100vh - 80px - 205px);
min-height: calc(100vh - 80px - 205px);
}
a.back-home {
padding: 12.5px 20px;
background: #4ca54c;
color: #fff;
font-weight: 500;
border-radius: 5px 0 0 5px !important;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
-webkit-border-radius: 5px 0 0 5px !important;
-moz-border-radius: 5px 0 0 5px !important;
-ms-border-radius: 5px 0 0 5px !important;
-o-border-radius: 5px 0 0 5px !important;
}
.count {
padding: 12.5px 5px !important;
background: #47924c !important;
color: #fff !important;
font-weight: bold !important;
width: 50px;
display: inline-block;
text-align: center;
border-radius: 0 5px 5px 0 !important;
-webkit-border-radius: 0 5px 5px 0 !important;
-moz-border-radius: 0 5px 5px 0 !important;
-ms-border-radius: 0 5px 5px 0 !important;
-o-border-radius: 0 5px 5px 0 !important;
}
/* Template */
.template-text-box {
background: #008800;
padding: 30px;
}
.advantages {
padding: 30px;
top: 120px;
}
.check:before {
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\f00c" !important;
margin-right: 10px;
color: #4ca54c;
}
.linkintegration::first-letter {
text-transform: uppercase;
}
.form-checkbox-3 .form-group {
width: 30% !important;
}
/* Upload */
.upload-form .form-group {
width: 48.3%;
}
.step-list ol {
counter-reset: item;
}
.step-list ol li {
display: block !important;
}
.step-list ol li:before {
content: counters(item, ".") ". ";
counter-increment: item;
}
.button-row input {
display: inline-block;
}
.button-row .backward {
width: 25% !important;
margin-right: 5% !important;
min-width: auto !important;
}
.button-row .forward {
min-width: auto !important;
width: 70% !important;
}
.upload-step {
display: none;
}
.upload-step.active {
display: block;
}
/* Portfolio */
.portfolio-item {
position: relative;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
overflow: hidden;
}
/* Team */
.person-image {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
margin-bottom: 20px;
overflow: hidden;
}
.person-container:hover .person-image::before {
height: 60%;
}
.person-container:hover img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
}
.person-container .person-content i {
color: #008800 !important;
}
.person-image img {
width: 100%;
margin: 0 auto;
position: relative;
display: block;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.person-image::before {
content: '';
width: 100%;
height: 70%;
position: absolute;
left: 0;
bottom: 0;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.person-image.red::before {
background-color: #e49778;
}
.person-image.yellow::before {
background-color: #ffe490;
}
.person-image.green::before {
background-color: #b1e5bd;
}
.person-image.pink::before {
background-color: #f1c9c0;
}
.person-image.blue::before {
background-color: #abdde9;
}
.person-image.beige::before {
background-color: #f2e5bd;
}
.person-image.lime::before {
background-color: #cff8b0;
}
.person-image.purple::before {
background-color: #d1d4ff;
}
.person-image.darkred::before {
background-color: #cf98bd;
}
.person-container a {
color: #212529 !important;
text-decoration: none !important;
}
h2.medium {
font-size: 45px !important;
}
/* Person CTA */
.cta-person-wrapper.bg-green {
background: #4CA44C;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.text-white .form-privacy {
color: #ffffff !important;
}
.form-check-input {
vertical-align: top;
}
/* Partners */
.partner-logo img {
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.partner-logo img:hover {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
}
/* Tarieven nieuw */
.pricing-item li {
list-style: none !important;
margin-bottom: 15px;
font-weight: 600;
}
.pricing-item ul {
padding-left: 0 !important;
}
.pricing-item.bg-green {
z-index: 2;
position: relative;
}
.pricing-item {
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.pricing-item:hover {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
}
.pricing-button a {
min-width: auto !important;
width: 100%;
padding: 12.5px !important;
}
.cta-button-container a {
width: 100%;
min-width: auto !important;
}
button.readmore {
display: none;
}
@media (min-width: 767px) {
.col-md-6:first-child .portfolio-item {
margin-right: 20px;
}
.col-md-6:last-child .portfolio-item {
margin-left: 20px;
}
.portfolio-item:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.portfolio-item:hover .portfolio-item-content {
bottom: 0;
}
}
.portfolio-item .portfolio-item-image img {
width: 100%;
}
.portfolio-item .portfolio-item-content {
position: absolute;
text-align: center;
left: 50%;
bottom: -100px;
padding: 20px;
-webkit-transform: translatex(-50%);
-moz-transform: translatex(-50%);
-ms-transform: translatex(-50%);
-o-transform: translatex(-50%);
transform: translatex(-50%);
opacity: 1;
background: rgb(52 58 64 / 90%);
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
}
.portfolio-item .portfolio-item-content h3 {
font-size: 25px !important;
margin-bottom: 0px !important;
color: #ffffff;
}
/* Compare module */
.landing-page-button {
background: #EA7620;
color: #ffffff;
width: 50%;
}
.landing-page-button:hover {
background: #e67f31;
color: #ffffff !important;
}
.comparing-table {
width: 100%;
}
.comparing-table td:first-child {
width: 40%;
}
.comparing-table td:not(:first-child) {
width: 20%;
}
.comparing-table th:not(:first-child),
.comparing-table td:not(:first-child) {
text-align: center;
}
.comparing-table tr>th,
.comparing-table tr>td {
padding: 15px 20px;
}
.comparing-table td:not(:last-child),
.comparing-table th:not(:last-child) {
border-right: 1px solid #c7c7c7;
}
.comparing-table td:last-child,
.comparing-table th:last-child {
background: #f5f5f5;
}
.comparing-table i.fa-check {
color: #4ca44c;
}
.comparing-table i.fa-times {
color: red;
}
.comparing-table tr:not(:last-child),
.comparing-table thead tr {
border-bottom: 1px solid #c7c7c7;
}
.comparing-table .no-border td {
padding: 20px 20px 5px;
font-weight: bold;
font-size: 16px;
}
.tooltip {
opacity: 1 !important;
}
.tooltip-inner {
text-align: left !important;
background: white !important;
color: #3d3d3d !important;
padding: 10px 20px !important;
opacity: 1 !important;
}
.tooltip .arrow::before {
border-top-color: #ffffff !important;
border-bottom-color: #ffffff !important;
}
.table-tooltip {
background: #4ca44c;
color: #ffffff;
font-size: 10px;
padding: 2px;
text-align: center;
vertical-align: top;
width: 20px;
height: 20px;
display: inline-block;
margin-left: 10px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.text-orange {
color: #EA7620;
font-weight: bold;
}
.testimonials-margin-top {
margin-top: -100px;
}
.testimonial-wrapper {
border: 1px solid #dee2e6;
height: 100%;
padding: 10px 30px;
background: #ffffff;
}
.testimonial-image img {
margin: 10px auto;
display: block;
}
.text-green {
color: #4ca44c;
}
.big-text h2 {
font-size: 70px !important;
line-height: 1.5em;
}
/* Slider */
.owl-nav {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
left: 50%;
width: 100%;
display: flex;
justify-content: space-between;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
font-size: 50px !important;
width: 50px !important;
height: 50px;
line-height: 50px !important;
}
.owl-carousel .owl-nav span {
color: #4ca54c !important;
}
.owl-carousel .owl-nav .disabled span {
color: #b7b7b7 !important;
}
.owl-carousel .owl-nav .disabled {
cursor: auto !important;
}
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-prev:focus {
outline: none !important;
}
.item-mobile,
.item-tablet {
display: none !important;
}
#time {
text-align: center;
}
#time div {
display: inline-block;
margin: 0 10px;
text-align: center;
}
.time-item {
font-size: 30px;
font-weight: bold;
}
.medium-1 {
font-size: 25px !important;
}
.referralstep {
display: inline-block;
padding: 33px;
width: 130px;
height: 130px;
margin-bottom: 20px;
font-size: 40px;
font-weight: bold;
color: #ffffff;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
.moneybar {
display: inline-block;
margin: 0 auto;
background: #ffffff;
padding: 10px 20px;
font-size: 25px;
font-weight: bolder;
color: #008800;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
margin-bottom: 10px;
}
@media (min-width: 1500px) {
.px-xl-10 {
padding-left: 20rem !important;
padding-right: 20rem !important;
}
}
/*Media Queries*/
@media (max-width:1199px) {
.big-text h2 {
font-size: 45px !important;
}
.portfolio-item .portfolio-item-content {
bottom: 0 !important;
}
.portfolio-item .portfolio-item-content h3 {
font-size: 20px !important;
}
#wjk-body .blurb-tekst-2 {
height: 320px;
}
.width-responsive,
.form-checkbox-3 .form-group {
width: 100% !important;
}
.form-checkbox-3 .form-group {
text-align: left !important;
margin-bottom: 0 !important;
}
.dropdown-menu {
width: 100% !important;
border: none !important;
padding-left: 20px !important;
}
.navitem a {
padding: 10px 0 !important;
height: 100%;
}
.navitem {
border-top: 2px solid #eee;
}
.navitem .tarieven::after {
display: none;
}
.navbar-collapse {
border-left: 1px solid #dee2e6 !important;
border-bottom: 1px solid #dee2e6 !important;
border-right: 1px solid #dee2e6 !important;
background: #fff;
max-height: 80vh;
overflow: auto;
}
.nav-custom {
width: 100%;
border-top: 2px solid #eee;
padding-bottom: 0 !important;
}
.blurb-small-height {
height: 120px;
}
.form-radio.form-2 .form-group {
width: 48.9%;
}
.form-radio.form-3 .form-group {
width: 31.87%;
}
.form-col-4 .form-group {
width: 22.59%;
}
label.required .small {
display: none;
}
label.required::after {
content: "*";
color: red;
margin-left: -3px;
}
#bottomnav .buttoncontainer .w-75 {
width: 100% !important;
}
.step-text {
width: 85% !important;
}
#bottomnav .summarytext {
height: 210px;
}
#navigation .navitem a.dropdownitem.current-link::after {
bottom: 5px;
left: 28px;
width: 25% !important;
}
}
@media (max-width: 991px) {
.w-33,
.w-66 {
width: 100% !important;
}
.cta-person-wrapper .button-3-form {
margin-right: 0 !important;
margin-bottom: 10px;
}
h2.medium {
font-size: 35px !important;
}
.portfolio-item .portfolio-item-content {
display: block;
position: relative;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
left: 0;
}
.portfolio-item .portfolio-item-content h3 {
margin-bottom: 30px !important;
}
.navbar-collapse {
padding: 30px !important;
}
.main-blurb-row img {
width: 100%;
}
#wjk-body .blurb-tekst-2 {
height: 210px;
}
#bottomnav .summarytext {
height: 290px;
}
#pricing-switch {
height: 250px;
}
.banner {
padding: 80px 0 !important;
}
#banner-white.banner {
padding-bottom: 0 !important;
}
.banner-image {
display: none !important;
}
.bar {
padding-bottom: 40px;
height: 160px;
}
.bar-align.bar-button {
float: left;
position: absolute;
left: 50%;
bottom: 20px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.tablet.blurb-home-height {
height: 240px !important;
}
.px-6 {
padding: 0 2rem !important;
}
.form-radio.form-2 .form-group {
width: 48.5%;
}
.form-radio.form-3 .form-group {
width: 31.37%;
}
.form-col-4 .form-group {
width: 47.89%;
}
.form-col-4 .form-group:nth-child(even) {
margin-right: 0 !important;
}
body textarea.form-control {
height: 326px;
}
.sticky {
position: relative !important;
top: 0;
}
#home-body .blurb-tekst-2 h3 {
height: 50px;
}
#home-body .blurb-image {
width: 20%;
min-width: 160px;
}
.form-radio .form-group label:hover {
border-color: #eee;
color: #000000;
}
}
@media (max-width: 767px) {
.item-tablet {
display: block !important;
}
.item-desktop {
display: none !important;
}
.admin-container {
text-align: center;
}
.admin-container .float-right {
text-align: center;
width: 100%;
}
.main-blurb-row img {
width: auto;
}
.form-checkbox-3 .form-group {
margin: 5px 0 0 10px;
width: 100%;
text-align: left !important;
}
.form-checkbox-3 .form-group.last {
margin-bottom: 20px;
}
#page-404 .row {
min-height: -webkit-calc(100vh - 80px - 266px);
min-height: -moz-calc(100vh - 80px - 266px);
min-height: calc(100vh - 80px - 266px);
}
.fullpage,
.thankyou .row {
min-height: -webkit-calc(100vh - 80px - 266px);
min-height: -moz-calc(100vh - 80px - 266px);
min-height: calc(100vh - 80px - 266px);
}
.display-3 {
font-size: 2.5rem !important;
}
#pricing-switch {
height: 350px;
}
.bar {
padding-bottom: 40px;
padding-top: 70px;
height: 235px;
}
.bar-align.bar-content,
.bar-align.bar-price {
display: block !important;
padding-bottom: 20px !important;
text-align: center;
margin: auto;
}
.bar-align.bar-heading {
float: left;
position: absolute;
left: 50%;
top: 30px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.bar-content {
padding: 0 10px 0 0 !important;
}
.row {
margin-right: 0 !important;
margin-left: 0 !important;
}
.blurb-small-height {
height: auto !important;
}
.form-radio.form-2 .form-group,
.form-radio.form-3 .form-group,
.form-col-4 .form-group {
width: 100%;
margin-right: 0 !important;
margin-bottom: 1.5rem;
}
.form-row.w-25 {
width: 50% !important;
}
body textarea.form-control {
height: 200px;
}
.lightimg-container img {
width: 100% !important;
}
#wjk-body .blurb-tekst-2 {
height: auto;
}
h2.medium {
font-size: 30px !important;
}
.big-text h2 {
font-size: 30px !important;
}
.comparing-table {
position: relative;
border-collapse: collapse;
display: block;
overflow: hidden;
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
}
.comparing-table thead th {
border-bottom: 1px solid #c7c7c7;
}
.comparing-table thead {
/* position: -webkit-sticky;
position: sticky; */
display: none !important;
top: 100px;
background: #ffffff;
}
.comparing-table tr:first-child th:last-child {
background: #ffffff !important;
overflow: scroll;
}
body .comparing-table td:nth-child(6) {
background: #f5f5f5;
}
body .comparing-table td:nth-child(even) {
text-align: left;
}
.comparing-table thead th:first-child {
display: none !important;
}
.comparing-table tr td:first-child {
width: 100% !important;
display: inline-block;
border-right: none !important;
border-bottom: 1px solid #c7c7c7;
text-align: center;
font-weight: bold;
padding: 30px 10px 10px 10px;
font-size: 20px;
}
.comparing-table td:not(:first-child),
.comparing-table th:not(:first-child) {
width: 33.3% !important;
display: inline-block;
padding: 10px 5px !important;
}
body .comparing-table td:not(:first-child):not(:last-child),
body .comparing-table th:not(:first-child):not(:last-child) {
width: 50% !important;
}
body .comparing-table td:nth-child(odd):not(:last-child) {
border-right: 0 !important;
}
body .comparing-table td:not(:nth-child(6)):not(:last-child) {
border-bottom: 1px solid #c7c7c7;
}
.comparing-table td:not(:first-child):not(:last-child),
.comparing-table th:not(:first-child):not(:last-child) {
width: 25% !important;
}
.comparing-table td:last-child,
.comparing-table th:last-child {
width: 50% !important;
}
.comparing-table tr:nth-child(even) th:first-child {
display: none !important;
}
.landing-page-button {
width: 100%;
}
button.readmore {
background: #ea7620;
color: #ffffff;
padding: 5px 20px;
border: none;
border-radius: 5px;
width: 100%;
margin-top: 20px;
display: block !important;
}
button.readmore:focus {
outline: 0 !important;
}
button.readmore::after {
content: '\f078';
font-family: "Font Awesome 5 Free";
font-weight: bold;
margin-left: 10px;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
button.readmore.active::after {
content: '\f077';
}
.comparing-table:not(.active)::after {
content: '';
width: 100%;
height: 100px;
background: rgb(76, 164, 76);
background: linear-gradient(0deg, rgb(238 238 238) 0%, rgba(0, 212, 255, 0) 100%);
position: absolute;
bottom: 0;
}
}
@media (max-width: 575px) {
.mobile-hide {
display: none !important;
}
body .mobile-no-border {
border-right: 0 !important;
padding-right: 0 !important;
}
h2.medium {
font-size: 25px !important;
}
.button-row .backward {
width: 35% !important;
}
.button-row .forward {
width: 60% !important;
}
.lead {
font-size: 1rem !important;
}
body textarea.form-control {
height: 150px !important;
}
.h2,
h2 {
font-size: 1.3rem !important;
}
.thankyou-text .back-home {
width: 80%;
height: 75px;
}
.thankyou-text .count {
padding: 24.5px 0 !important;
}
.px-6 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.button-1-wit,
.button-1-white {
min-width: 100%;
}
.big {
font-size: 1.7rem !important;
}
.breadcrumb {
font-size: 13px !important;
padding-left: 0 !important;
}
.h1,
h1,
.big-1 {
font-size: 2rem !important;
}
#pricing-switch {
height: 400px;
}
.navbar-brand {
width: 170px;
}
.bar {
padding-top: 100px;
padding-bottom: 60px;
padding-left: 20px;
padding-right: 20px;
}
.bar-align.bar-heading {
top: 60px;
}
.bar {
height: 300px;
}
.logo-container {
width: 200px;
}
#call-popup {
right: 20px;
bottom: 20px;
max-width: 88vw;
white-space: normal !important;
}
#call-popup:hover .call-title,
#call-popup.call-container.toggle .call-title {
padding-right: 0 !important;
padding-left: 10px !important;
}
#call-popup:hover .call-icon,
#call-popup.call-container.toggle .call-icon {
padding-left: 10px !important;
}
.call-text-container {
height: 520px !important;
}
#call-popup {
width: 50px;
height: 50px;
}
#call-popup .call-icon,
#call-popup .call-title {
padding: 13px 17px;
}
.banner {
padding: 50px 0 !important;
}
div.tablet {
height: 350px;
}
.step-text {
width: 82% !important;
padding-left: 10px;
}
.step-content::before {
height: 90%;
left: 22px;
top: 69px;
}
.step-image {
width: 45px;
height: 45px;
padding: 9px;
font-size: 17px;
}
.questionhead::after {
right: 15px;
}
.questionhead {
padding: 1rem 2.5rem 1rem 1.5rem !important;
}
.card-body {
padding: 1rem 1.5rem !important;
}
.lightimg-col.col-8 {
margin-left: 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-moz-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.summaryimg img,
.white-image-container img {
height: 150px;
}
.big-text h2 {
font-size: 25px !important;
}
.template-text-box,
.advantages {
padding: 20px;
}
.template-text-box a {
margin-bottom: 0 !important;
}
}
@media (max-width: 450px) {
.item-tablet,
.item-desktop {
display: none !important;
}
.item-mobile {
display: block !important;
}
body .tiny-mobile-no-border {
border-right: 0 !important;
padding-right: 0 !important;
}
body .tiny-mobile-hide {
display: none !important;
}
}
@media (max-width: 350px) {
#time div {
margin: 0 5px;
}
.time-item {
font-size: 25px;
}
.comparing-table tr td:first-child {
font-size: 18px !important;
}
.comparing-table td:not(:first-child),
.comparing-table th:not(:first-child) {
font-size: 14px;
}
.comparing-table thead th {
font-size: 14px !important;
}
.padding-mobile-none {
padding-left: 0 !important;
padding-right: 0 !important
}
h2.medium {
font-size: 25px !important;
}
.admin-container {
font-size: 14px;
}
.main-blurb-row img {
width: 100%;
}
.step-text {
width: 80% !important;
}
.form-row.w-25,
.form-row.w-50 {
width: 100% !important;
}
.content-price {
padding: 12.5px 25px !important;
}
.h1,
h1,
.big-1 {
font-size: 1.8rem !important;
}
.text404 {
font-size: 100px !important;
}
.thankyou-text .back-home {
height: 100px;
}
.thankyou-text .count {
padding: 37px 0 !important;
}
.mobielblurb-img {
padding: 9px 30px 0 4px;
margin-right: 10px;
font-size: 16px !important;
}
.mobielblurb-title h3 {
font-size: 1rem !important;
}
.lightimg-col.col-8 {
margin-left: 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-moz-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
/* Animations */
/* Button loader */
@-webkit-keyframes buttonLoader {
0% {
width: 0%;
}
50% {
width: 100%;
}
100% {
right: 0;
left: auto;
width: 0%;
}
}
@-moz-keyframes buttonLoader {
0% {
width: 0%;
}
50% {
width: 100%;
}
100% {
right: 0;
left: auto;
width: 0%;
}
}
@-o-keyframes buttonLoader {
0% {
width: 0%;
}
50% {
width: 100%;
}
100% {
right: 0;
left: auto;
width: 0%;
}
}
@keyframes buttonLoader {
0% {
width: 0%;
}
50% {
width: 100%;
}
100% {
right: 0;
left: auto;
width: 0%;
}
}
/* Page loading */
/* body.body-overflow {
overflow: hidden;
}
body.load header {
animation: pageLoad 5s cubic-bezier(0.5, 0.5, 0.5, 0.5);
-webkit-animation: pageLoad 5s cubic-bezier(0.5, 0.5, 0.5, 0.5);
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
body.unload header {
position: relative;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
animation: pageUnload 1s ease-out;
-webkit-animation: pageUnload 1s ease-out;
}
body.unload header nav {
position: absolute;
width: calc(100% - 30px);
top: -100px;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
animation: navAn 1s ease-out .5s;
-webkit-animation: navAn 1s ease-out .5s;
}
@keyframes pageLoad {
0% {
height: 80px;
}
100% {
height: 100vh;
}
}
@keyframes pageUnload {
0% {
height: 100vh;
}
100% {
height: 80px;
}
}
@keyframes navAn {
0% {
top: -100px
}
100% {
top: 0;
}
} */
@media (min-width: 992px) {
body .w-lg-25 {
width: 25% !important;
}
body .w-lg-75 {
width: 75% !important;
}
}
@media (min-width: 768px) {
body .w-md-75 {
width: 75% !important;
}
}
@media (max-height:720px) {
#call-popup.call-container.toggle {
overflow-y: auto;
}
}
/* Mobile Template scroll button */
@media only screen and (max-height:756px) and (max-width: 980px) {
.mobile-scroll {
display: block !important;
;
}
}
@media only screen and (max-width: 360px) and (max-height:756px) {}
/* Ball */
.mobile-scroll {
display: none;
}
.scroll-container {
display: table;
width: 100%;
}
.scroll-bar {
width: 24px;
height: 45px;
padding: 2.5px 2.5px 2.5px 2.5px;
-webkit-border-radius: 50px 50px 50px 50px;
-moz-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
border: 1px solid #fff;
position: relative;
margin: 0 auto;
background: #fff;
}
.scroll-ball {
position: absolute;
width: 17px;
height: 17px;
background: #4ca54c;
border: 0 !important;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-animation: scrollMe 1.2s linear infinite;
-moz-animation: scrollMe 1.2s linear infinite;
-o-animation: scrollMe 1.2s linear infinite;
animation: scrollMe 1.2s linear infinite;
}
@-webkit-keyframes scrollMe {
0% {
top: 0px;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
top: 28px;
opacity: 0;
}
}
@-moz-keyframes scrollMe {
0% {
top: 0px;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
top: 28px;
opacity: 0;
}
}
@-o-keyframes scrollMe {
0% {
top: 0px;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
top: 28px;
opacity: 0;
}
}
@keyframes scrollMe {
0% {
top: 0px;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
top: 28px;
opacity: 0;
}
} | 0.356895 | 0.058912 |
.invalid-feedback {
display: block;
}
*,
*::after,
*::before{
margin: 0;
box-sizing: border-box;
}
html,
body {
scroll-behavior: smooth;
font-family: 'Lato', 'Arial', sans-serif;
font-size: 16px;
text-rendering: optimizeLegibility;
overflow-x: hidden;
}
.container {
padding: 20px;
}
.navbar {
background-color: rgba(0,0,0,0.9) !important;
}
.navbar .nav-link {
font-size: 14px;
text-transform: uppercase;
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.nav-item a {
font-size: 120%;
text-transform: uppercase;
font-weight: 700;
display: inline-block;
background-image: linear-gradient(to right, #7ed56f, #28b485) !important;
-webkit-background-clip: text !important;
color: transparent !important;
letter-spacing: .2rem;
transition: all .2s;
vertical-align: top;
box-orient: vertical; }
.nav-item a:hover {
transform: scale(1.1);
}
.navbar .nav-item.active {
border-left: #444 3px solid;
}
.navbar-brand {
display: inline-block;
color: #7ed56f;
font-size: 140%;
font-weight: 700;
background-image: linear-gradient(to right, #7ed56f, #28b485) !important;
-webkit-background-clip: text !important;
color: transparent !important;
}
.navbar-brand img {
height: 50px;
}
.carousel-item {
height: 550px;
}
.carousel-image-1 {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture1.jpg');
background-size: cover;
background-position: bottom;
background-attachment: fixed;
transform:translatez(0);
}
.carousel-image-2 {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture2.jpg');
background-size: cover;
background-position: top;
background-attachment: fixed;
transform:translatez(0);
}
.carousel-image-3 {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture3.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
transform:translatez(0);
}
.carousel-caption h1{
display: inline-block;
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.carousel-caption p{
font-size: 120%;
color: #EEEEEE;
}
.carousel-caption .btn-success{
margin-right: 15px;
}
.carousel-caption .btn-primary{
margin-right: 15px;
}
footer {
color: #fff;
background-color:#222;
}
footer p {
color: #ccc;
}
footer a {
color: #ccc;
}
.social-pet li {
display: inline-block;
margin-right: 10px;
}
.social-pet li a {
height: 35px;
width: 35px;
border-radius: 50%;
text-align: center;
display: block;
line-height: 35px;
background-color: #3a5a95;
color: #fff;
}
.social-pet li:nth-child(2) a {
background-color: #57aced;
}
.social-pet li:nth-child(3) a {
background-color: #dd4f43;
}
.social-pet li:nth-child(4) a {
background-color: #6b27b2;
}
.social-pet li a:hover {
background-color: #0141a2;
}
.social-pet li a:hover i {
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
#contact h5 {
background-image: linear-gradient(to right, #7ed56f, #28b485) !important;
-webkit-background-clip: text !important;
color: transparent !important;
}
.footer-logo img {
height: 120px;
}
.footer-logo a {
background-image: linear-gradient(to right, #7ed56f, #28b485) !important;
-webkit-background-clip: text !important;
color: transparent !important;
margin-left: 7px;
}
.copyright {
margin-top: 20px;
background-image: linear-gradient(to right, #7ed56f, #28b485) !important;
-webkit-background-clip: text !important;
color: transparent !important;
}
.menu-list li {
display: block;
color: #ccc;
margin-bottom: 15px;
list-style: none;
text-decoration: none;
padding: 1px;
text-decoration: none;
transition: all .2s;
}
.forget {
text-decoration: none;
transition: all .2s;
color: #57606f;
}
.col-10 h6 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.menu-list a:hover,
.loginhere-link:hover,
.forget:hover,
.menu-list a:active {
text-decoration: none;
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.ig input {
padding: 22px;
}
footer .input-group-addon {
background-color: #0141a2;
padding: 10px;
}
.f-address li {
display: inline-block;
}
.f-address li i {
color: #2995de;
font-size: 18px;
}
.f-address li a {
color: #ccc;
}
#elderly-header {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture1.jpg');
background-size: cover;
background-position: center;
height: 450px;
color: #fff;
border-bottom: 1px #eee solid;
padding-top: 50px;
}
#child-header {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture2.jpg');
background-size: cover;
background-position: top;
height: 450px;
color: #fff;
border-bottom: 1px #eee solid;
padding-top: 50px;
}
#pets-header {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture3.jpg');
background-size: cover;
background-position: center;
height: 450px;
color: #fff;
border-bottom: 1px #eee solid;
padding-top: 50px;
}
#page-header {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhakablue.jpg');
background-size: cover;
background-attachment: fixed;
transform:translatez(0);
background-position: center;
height: 300px;
color: #fff;
padding-top: 50px;
}
.about-img {
margin-top: -100px;
}
.mt-10 {
margin-top: 100px;
}
.mt-20 {
margin-top: 300px;
display: inline-block;
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
transition: all .2s;
text-transform: uppercase;
}
.mt-20:hover {
transform: skew(-5deg) scale(1.1);
font-weight: 900;
}
.blockquote-footer {
background-color: transparent;
margin-top: 15px;
}
.blockquote-footer {
margin-top: 20px;
}
#testimonials h1 {
padding: 30px;
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
text-align: center;
transition: all .2s;
}
#testimonials h1:hover {
transform: skew(-5deg) scale(1.2);
}
.bg-custom {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhaka.jpg');
background-size: cover;
background-position: bottom;
background-attachment: fixed;
transform:translatez(0);
}
.bg-custom-b{
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhakablue.jpg');
background-size: cover;
background-position: bottom;
background-attachment: fixed;
transform:translatez(0);
}
.slider {
padding-bottom: 50px;
}
.tac {
margin-top: 100px;
}
.tac h1,
.tac h2 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.steps {
padding: 100px;
}
.steps .card {
background-color: #EEEEEE;
}
.steps h3 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
margin-bottom: 35px;
}
.steps i {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
transition: all .2s;
}
.steps i:hover {
transform: scale(1.2);
}
.steps p {
text-align: left;
}
.faq-h {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
padding-bottom: 20px;
margin-bottom: 40px;
transition: all .2s;
}
.faq-h:hover {
transform: skew(-5deg) scale(1.2);
}
#faq .card {
background-color: transparent;
}
#faq button {
color: #acacac;
text-decoration: none;
font-size: 20px;
}
#faq p {
font-size: 14px;
}
#faq .card-body,
#faq .card-header {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.card-header h1 {
background-color: #777777;
}
#page-header h1 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
text-transform: uppercase;
margin-bottom: 15px;
margin-top: 15px;
}
#services h3 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
text-transform: uppercase;
}
.bg-black {
background-color: #2f3542;
}
.card-1, .card-2, .card-3 {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/service.jpg');
background-size: cover;
background-attachment: fixed;
transform:translatez(0);
background-position: center;
background-repeat: no-repeat;
box-shadow: 7px 18px 50px #555;
max-width: 400px;
}
.card-list-item {
border-bottom: 1px groove #eee;
width: 55%;
margin: auto;
}
.price-card-button {
background: #2ecc71;
width: 130px;
border-radius: 25px;
box-shadow: 5px 8px 18px #000;
transition: all .2s;
}
.price-card-button:hover {
background: #27ae60;
transform: translateY(-2px);
}
.card-body h3 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.list-unstyled li {
color: #eeeeee;
font-weight: 100;
}
.cfluid {
padding: 50px;
}
/* AUTHENTICATION */
display-flex, .display-flex, .display-flex-center {
display: flex;
display: -webkit-flex; }
list-type-ulli {
list-style-type: none;
margin: 0;
padding: 0; }
a:focus, a:active {
text-decoration: none;
outline: none;
transition: all 300ms ease 0s;
}
input, select, textarea {
outline: none;
appearance: unset !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
appearance: none !important;
margin: 0;
}
input:focus, select:focus, textarea:focus {
outline: none;
box-shadow: none !important;
}
input[type=checkbox] {
appearance: checkbox !important;
}
input[type=radio] {
appearance: radio !important;
}
img {
max-width: 100%;
height: auto; }
figure {
margin: 0; }
.clear {
clear: both; }
.cc {
width: 660px;
position: relative;
margin: 0 auto;
padding: 0px;
}
.display-flex {
justify-content: space-between;
align-items: center;
}
.display-flex-center {
justify-content: center;
align-items: center;
}
.position-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.signup-content {
background: #fff;
border-radius: 10px;
padding: 50px 85px; }
.form-group {
overflow: hidden;
margin-bottom: 20px;
}
.form-group a {
float: right;
}
.form-title {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
text-align: center;
text-transform: uppercase;
font-weight: 900;
transition: all .1s;
margin-bottom: 0px;
}
.form-input {
width: 100%;
border: 1px solid #ebebeb;
border-radius: 5px;
padding: 17px 20px;
box-sizing: border-box;
font-size: 14px;
font-weight: 500;
color: #222; }
.form-input::-webkit-input-placeholder {
color: #999; }
.form-input::-moz-placeholder {
color: #999; }
.form-input:-ms-input-placeholder {
color: #999; }
.form-input:-moz-placeholder {
color: #999; }
.form-input::-webkit-input-placeholder {
font-weight: 500; }
.form-input::-moz-placeholder {
font-weight: 500; }
.form-input:-ms-input-placeholder {
font-weight: 500; }
.form-input:-moz-placeholder {
font-weight: 500; }
.form-input:focus {
border: 1px solid transparent;
border-image-source: linear-gradient(to right, #7ed56f, #28b485);
-webkit-border-image-slice: 1;
border-image-slice: 1;
border-radius: 5px;
background-origin: border-box;
background-clip: content-box, border-box; }
.form-input:focus::-webkit-input-placeholder {
color: #222; }
.form-input:focus::-moz-placeholder {
color: #222; }
.form-input:focus:-ms-input-placeholder {
color: #222; }
.form-input:focus:-moz-placeholder {
color: #222; }
.form-submit {
width: 100%;
border-radius: 3px;
padding: 15px;
box-sizing: border-box;
font-size: 16px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
border: none;
background-image: linear-gradient(to left, #7ed56f, #28b485); }
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
font-family: FontAwesome;
display: inline-block;
}
input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */
input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */
.label-agree-term {
font-size: 14px;
color: #555; }
.term-service {
color: #555; }
.loginhere {
color: #555;
font-weight: 500;
text-align: center;
margin-top: 50px;
margin-bottom: 5px; }
.loginhere-link {
font-weight: 700;
color: #777777;
text-transform: uppercase;
}
.field-icon {
float: right;
margin-right: 15px;
margin-top: -37px;
position: relative;
z-index: 2;
color: #555; }
@media screen and (max-width: 768px) {
.cc {
width: calc(100% - 40px);
max-width: 100%; } }
@media screen and (max-width: 480px) {
.signup-content {
padding: 50px 25px; } }
/* AUTHENTICATION */
.alart-bottom {
margin-bottom: 0px;
}
.blockp {
padding-left: 100px;
padding-right: 100px;
font-size: 120%;
}
.login {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhakablue.jpg');
background-size: cover;
background-attachment: fixed;
transform:translatez(0);
background-position: bottom;
}
.signup {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhaka.jpg');
background-size: cover;
background-attachment: fixed;
transform:translatez(0);
background-position: center;
}
.search-input {
width: 50%;
background: transparent;
border: none;
border-radius: 0;
color: #EEEEEE;
border-bottom: 2px solid #999;
transition: all .4s;
}
.search-input:focus {
background: #333333;
box-shadow: none;
border-bottom: 2px solid #7ed56f;
color: #EEEEEE;
}
.servicebg {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhaka.jpg');
background-size: cover;
background-attachment: fixed;
transform:translatez(0);
background-position: center;
}
.greenify {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
} | public/css/theme.css | .invalid-feedback {
display: block;
}
*,
*::after,
*::before{
margin: 0;
box-sizing: border-box;
}
html,
body {
scroll-behavior: smooth;
font-family: 'Lato', 'Arial', sans-serif;
font-size: 16px;
text-rendering: optimizeLegibility;
overflow-x: hidden;
}
.container {
padding: 20px;
}
.navbar {
background-color: rgba(0,0,0,0.9) !important;
}
.navbar .nav-link {
font-size: 14px;
text-transform: uppercase;
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.nav-item a {
font-size: 120%;
text-transform: uppercase;
font-weight: 700;
display: inline-block;
background-image: linear-gradient(to right, #7ed56f, #28b485) !important;
-webkit-background-clip: text !important;
color: transparent !important;
letter-spacing: .2rem;
transition: all .2s;
vertical-align: top;
box-orient: vertical; }
.nav-item a:hover {
transform: scale(1.1);
}
.navbar .nav-item.active {
border-left: #444 3px solid;
}
.navbar-brand {
display: inline-block;
color: #7ed56f;
font-size: 140%;
font-weight: 700;
background-image: linear-gradient(to right, #7ed56f, #28b485) !important;
-webkit-background-clip: text !important;
color: transparent !important;
}
.navbar-brand img {
height: 50px;
}
.carousel-item {
height: 550px;
}
.carousel-image-1 {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture1.jpg');
background-size: cover;
background-position: bottom;
background-attachment: fixed;
transform:translatez(0);
}
.carousel-image-2 {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture2.jpg');
background-size: cover;
background-position: top;
background-attachment: fixed;
transform:translatez(0);
}
.carousel-image-3 {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture3.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
transform:translatez(0);
}
.carousel-caption h1{
display: inline-block;
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.carousel-caption p{
font-size: 120%;
color: #EEEEEE;
}
.carousel-caption .btn-success{
margin-right: 15px;
}
.carousel-caption .btn-primary{
margin-right: 15px;
}
footer {
color: #fff;
background-color:#222;
}
footer p {
color: #ccc;
}
footer a {
color: #ccc;
}
.social-pet li {
display: inline-block;
margin-right: 10px;
}
.social-pet li a {
height: 35px;
width: 35px;
border-radius: 50%;
text-align: center;
display: block;
line-height: 35px;
background-color: #3a5a95;
color: #fff;
}
.social-pet li:nth-child(2) a {
background-color: #57aced;
}
.social-pet li:nth-child(3) a {
background-color: #dd4f43;
}
.social-pet li:nth-child(4) a {
background-color: #6b27b2;
}
.social-pet li a:hover {
background-color: #0141a2;
}
.social-pet li a:hover i {
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
#contact h5 {
background-image: linear-gradient(to right, #7ed56f, #28b485) !important;
-webkit-background-clip: text !important;
color: transparent !important;
}
.footer-logo img {
height: 120px;
}
.footer-logo a {
background-image: linear-gradient(to right, #7ed56f, #28b485) !important;
-webkit-background-clip: text !important;
color: transparent !important;
margin-left: 7px;
}
.copyright {
margin-top: 20px;
background-image: linear-gradient(to right, #7ed56f, #28b485) !important;
-webkit-background-clip: text !important;
color: transparent !important;
}
.menu-list li {
display: block;
color: #ccc;
margin-bottom: 15px;
list-style: none;
text-decoration: none;
padding: 1px;
text-decoration: none;
transition: all .2s;
}
.forget {
text-decoration: none;
transition: all .2s;
color: #57606f;
}
.col-10 h6 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.menu-list a:hover,
.loginhere-link:hover,
.forget:hover,
.menu-list a:active {
text-decoration: none;
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.ig input {
padding: 22px;
}
footer .input-group-addon {
background-color: #0141a2;
padding: 10px;
}
.f-address li {
display: inline-block;
}
.f-address li i {
color: #2995de;
font-size: 18px;
}
.f-address li a {
color: #ccc;
}
#elderly-header {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture1.jpg');
background-size: cover;
background-position: center;
height: 450px;
color: #fff;
border-bottom: 1px #eee solid;
padding-top: 50px;
}
#child-header {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture2.jpg');
background-size: cover;
background-position: top;
height: 450px;
color: #fff;
border-bottom: 1px #eee solid;
padding-top: 50px;
}
#pets-header {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/picture3.jpg');
background-size: cover;
background-position: center;
height: 450px;
color: #fff;
border-bottom: 1px #eee solid;
padding-top: 50px;
}
#page-header {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhakablue.jpg');
background-size: cover;
background-attachment: fixed;
transform:translatez(0);
background-position: center;
height: 300px;
color: #fff;
padding-top: 50px;
}
.about-img {
margin-top: -100px;
}
.mt-10 {
margin-top: 100px;
}
.mt-20 {
margin-top: 300px;
display: inline-block;
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
transition: all .2s;
text-transform: uppercase;
}
.mt-20:hover {
transform: skew(-5deg) scale(1.1);
font-weight: 900;
}
.blockquote-footer {
background-color: transparent;
margin-top: 15px;
}
.blockquote-footer {
margin-top: 20px;
}
#testimonials h1 {
padding: 30px;
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
text-align: center;
transition: all .2s;
}
#testimonials h1:hover {
transform: skew(-5deg) scale(1.2);
}
.bg-custom {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhaka.jpg');
background-size: cover;
background-position: bottom;
background-attachment: fixed;
transform:translatez(0);
}
.bg-custom-b{
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhakablue.jpg');
background-size: cover;
background-position: bottom;
background-attachment: fixed;
transform:translatez(0);
}
.slider {
padding-bottom: 50px;
}
.tac {
margin-top: 100px;
}
.tac h1,
.tac h2 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.steps {
padding: 100px;
}
.steps .card {
background-color: #EEEEEE;
}
.steps h3 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
margin-bottom: 35px;
}
.steps i {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
transition: all .2s;
}
.steps i:hover {
transform: scale(1.2);
}
.steps p {
text-align: left;
}
.faq-h {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
padding-bottom: 20px;
margin-bottom: 40px;
transition: all .2s;
}
.faq-h:hover {
transform: skew(-5deg) scale(1.2);
}
#faq .card {
background-color: transparent;
}
#faq button {
color: #acacac;
text-decoration: none;
font-size: 20px;
}
#faq p {
font-size: 14px;
}
#faq .card-body,
#faq .card-header {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.card-header h1 {
background-color: #777777;
}
#page-header h1 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
text-transform: uppercase;
margin-bottom: 15px;
margin-top: 15px;
}
#services h3 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
text-transform: uppercase;
}
.bg-black {
background-color: #2f3542;
}
.card-1, .card-2, .card-3 {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/service.jpg');
background-size: cover;
background-attachment: fixed;
transform:translatez(0);
background-position: center;
background-repeat: no-repeat;
box-shadow: 7px 18px 50px #555;
max-width: 400px;
}
.card-list-item {
border-bottom: 1px groove #eee;
width: 55%;
margin: auto;
}
.price-card-button {
background: #2ecc71;
width: 130px;
border-radius: 25px;
box-shadow: 5px 8px 18px #000;
transition: all .2s;
}
.price-card-button:hover {
background: #27ae60;
transform: translateY(-2px);
}
.card-body h3 {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
}
.list-unstyled li {
color: #eeeeee;
font-weight: 100;
}
.cfluid {
padding: 50px;
}
/* AUTHENTICATION */
display-flex, .display-flex, .display-flex-center {
display: flex;
display: -webkit-flex; }
list-type-ulli {
list-style-type: none;
margin: 0;
padding: 0; }
a:focus, a:active {
text-decoration: none;
outline: none;
transition: all 300ms ease 0s;
}
input, select, textarea {
outline: none;
appearance: unset !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
appearance: none !important;
margin: 0;
}
input:focus, select:focus, textarea:focus {
outline: none;
box-shadow: none !important;
}
input[type=checkbox] {
appearance: checkbox !important;
}
input[type=radio] {
appearance: radio !important;
}
img {
max-width: 100%;
height: auto; }
figure {
margin: 0; }
.clear {
clear: both; }
.cc {
width: 660px;
position: relative;
margin: 0 auto;
padding: 0px;
}
.display-flex {
justify-content: space-between;
align-items: center;
}
.display-flex-center {
justify-content: center;
align-items: center;
}
.position-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.signup-content {
background: #fff;
border-radius: 10px;
padding: 50px 85px; }
.form-group {
overflow: hidden;
margin-bottom: 20px;
}
.form-group a {
float: right;
}
.form-title {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
text-align: center;
text-transform: uppercase;
font-weight: 900;
transition: all .1s;
margin-bottom: 0px;
}
.form-input {
width: 100%;
border: 1px solid #ebebeb;
border-radius: 5px;
padding: 17px 20px;
box-sizing: border-box;
font-size: 14px;
font-weight: 500;
color: #222; }
.form-input::-webkit-input-placeholder {
color: #999; }
.form-input::-moz-placeholder {
color: #999; }
.form-input:-ms-input-placeholder {
color: #999; }
.form-input:-moz-placeholder {
color: #999; }
.form-input::-webkit-input-placeholder {
font-weight: 500; }
.form-input::-moz-placeholder {
font-weight: 500; }
.form-input:-ms-input-placeholder {
font-weight: 500; }
.form-input:-moz-placeholder {
font-weight: 500; }
.form-input:focus {
border: 1px solid transparent;
border-image-source: linear-gradient(to right, #7ed56f, #28b485);
-webkit-border-image-slice: 1;
border-image-slice: 1;
border-radius: 5px;
background-origin: border-box;
background-clip: content-box, border-box; }
.form-input:focus::-webkit-input-placeholder {
color: #222; }
.form-input:focus::-moz-placeholder {
color: #222; }
.form-input:focus:-ms-input-placeholder {
color: #222; }
.form-input:focus:-moz-placeholder {
color: #222; }
.form-submit {
width: 100%;
border-radius: 3px;
padding: 15px;
box-sizing: border-box;
font-size: 16px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
border: none;
background-image: linear-gradient(to left, #7ed56f, #28b485); }
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
font-family: FontAwesome;
display: inline-block;
}
input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */
input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */
.label-agree-term {
font-size: 14px;
color: #555; }
.term-service {
color: #555; }
.loginhere {
color: #555;
font-weight: 500;
text-align: center;
margin-top: 50px;
margin-bottom: 5px; }
.loginhere-link {
font-weight: 700;
color: #777777;
text-transform: uppercase;
}
.field-icon {
float: right;
margin-right: 15px;
margin-top: -37px;
position: relative;
z-index: 2;
color: #555; }
@media screen and (max-width: 768px) {
.cc {
width: calc(100% - 40px);
max-width: 100%; } }
@media screen and (max-width: 480px) {
.signup-content {
padding: 50px 25px; } }
/* AUTHENTICATION */
.alart-bottom {
margin-bottom: 0px;
}
.blockp {
padding-left: 100px;
padding-right: 100px;
font-size: 120%;
}
.login {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhakablue.jpg');
background-size: cover;
background-attachment: fixed;
transform:translatez(0);
background-position: bottom;
}
.signup {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhaka.jpg');
background-size: cover;
background-attachment: fixed;
transform:translatez(0);
background-position: center;
}
.search-input {
width: 50%;
background: transparent;
border: none;
border-radius: 0;
color: #EEEEEE;
border-bottom: 2px solid #999;
transition: all .4s;
}
.search-input:focus {
background: #333333;
box-shadow: none;
border-bottom: 2px solid #7ed56f;
color: #EEEEEE;
}
.servicebg {
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/dhaka.jpg');
background-size: cover;
background-attachment: fixed;
transform:translatez(0);
background-position: center;
}
.greenify {
background-image: linear-gradient(to right, #7ed56f, #28b485);
-webkit-background-clip: text;
color: transparent;
} | 0.431105 | 0.062617 |
body {
width: 90%;
border: 1px solid #ddbbcc;
}
* {
font-family: 'Lora', serif;
}
.notice {
background-color: teal;
color: white;
}
h1 {
font-family: "Calibri";
font-family: "Bodoni MT Poster Compressed";
font-family: 'Lora', serif;
color: navy;
text-align: center;
letter-spacing: 1px;
padding: 10px;
margin: 10px;
padding-bottom: 5px;
}
h1.header {
font-family: "Bodoni MT Poster Compressed";
color: navy;
text-align: center;
letter-spacing: 5px;
padding: 10px;
margin: 10px;
padding-bottom: 5px;
}
.center {
text-align: center;
text-decoration: darkgreen;
}
.container {
left: 15px;
width: 90%;
/*border: 1px solid maroon;*/
}
h2.header {
color: green;
text-align: center;
}
h3.header {
color: green;
text-align: center;
/*margin-bottom: 5px;
padding-bottom: 10px;*/
}
.footerNotWorking {
position: relative;
left: 20px;
width: 90%;
font-family: "Arial";
color: slategray;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 40px;
background-color: grey;
color: #efefef;
}
.footerTxt {
text-align: center;
padding: 5px;
margin: 5px;
margin-top: 10px;
}
span.versionInfo {
float: right;
}
input[type=text] {
font-family: "Bradley Hand ITC";
color: green;
font-weight: bold;
}
textarea, textarea.input {
font-family: "Bradley Hand ITC";
color: green;
font-weight: bold;
}
td.quote {
font-family: "Bradley Hand ITC";
color: gray;
font-weight: bold;
}
.colspan2 {
text-align: center;
}
.narration {
width: 80%;
left: 50px;
margin: 10px;
padding: 10px;
}
.menu1 {
/*margin: 5px;*/
/*padding: 10px;*/
background-color: lightblue;
color: black;
font-size: 110%;
text-align: center;
}
.menu li {
list-style: none;
margin: 5px;
padding: 3px;
float: left;
/*border: 1px solid indigo;*/
background-color: lightblue;
}
.table {
width: 90%;
padding-bottom: 15px;
margin-bottom: 30px;
}
.table th {
border: 1px solid gray;
text-align: left;
padding: 5px;
margin: 5px;
background-color: seagreen;
color: white;
font-weight: normal;
text-align: center;
}
table {
border: 1px solid black;
font-family: "Berlin Sans FB";
padding: 5px;
width: 90%;
top: 10px;
margin: 5px;
position: relative;
left: 50px;
}
tr, th, td {
border: 1px solid gray;
text-align: left;
padding: 5px;
margin: 5px;
}
td {
font-weight: normal;
font-size: 98%;
}
td.center {
text-align: center;
}
th {
background-color: seagreen;
color: white;
font-weight: normal;
text-align: center;
}
span.dateHighlighted {
background-color: yellow;
color: black;
}
span.textHighlighted {
background-color: cyan;
color: black;
}
span.searchHighlighted {
background-color: yellow;
color: black;
}
.error {
color: red;
}
a:hover {
background-color: lightgreen;
color: black;
}
a:active {
background-color: lightblue;
color: red;
}
/* Ref: https://cssanimation.rocks/animating-links/ */
a::after {
border-radius: 1em;
border-top: .1em solid #2F56B0;
content: "";
position: absolute;
right: 100%;
bottom: .14em;
left: 0;
transition: right .4s cubic-bezier(0,.5,0,1),
border-color .4s ease-out;
}
a:hover::after {
animation: anchor-underline 2s cubic-bezier(0,.5,0,1) infinite;
border-color: #457DFB;
} | SpringCloudPPPParentService/src/main/resources/static/css/style.css | body {
width: 90%;
border: 1px solid #ddbbcc;
}
* {
font-family: 'Lora', serif;
}
.notice {
background-color: teal;
color: white;
}
h1 {
font-family: "Calibri";
font-family: "Bodoni MT Poster Compressed";
font-family: 'Lora', serif;
color: navy;
text-align: center;
letter-spacing: 1px;
padding: 10px;
margin: 10px;
padding-bottom: 5px;
}
h1.header {
font-family: "Bodoni MT Poster Compressed";
color: navy;
text-align: center;
letter-spacing: 5px;
padding: 10px;
margin: 10px;
padding-bottom: 5px;
}
.center {
text-align: center;
text-decoration: darkgreen;
}
.container {
left: 15px;
width: 90%;
/*border: 1px solid maroon;*/
}
h2.header {
color: green;
text-align: center;
}
h3.header {
color: green;
text-align: center;
/*margin-bottom: 5px;
padding-bottom: 10px;*/
}
.footerNotWorking {
position: relative;
left: 20px;
width: 90%;
font-family: "Arial";
color: slategray;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 40px;
background-color: grey;
color: #efefef;
}
.footerTxt {
text-align: center;
padding: 5px;
margin: 5px;
margin-top: 10px;
}
span.versionInfo {
float: right;
}
input[type=text] {
font-family: "Bradley Hand ITC";
color: green;
font-weight: bold;
}
textarea, textarea.input {
font-family: "Bradley Hand ITC";
color: green;
font-weight: bold;
}
td.quote {
font-family: "Bradley Hand ITC";
color: gray;
font-weight: bold;
}
.colspan2 {
text-align: center;
}
.narration {
width: 80%;
left: 50px;
margin: 10px;
padding: 10px;
}
.menu1 {
/*margin: 5px;*/
/*padding: 10px;*/
background-color: lightblue;
color: black;
font-size: 110%;
text-align: center;
}
.menu li {
list-style: none;
margin: 5px;
padding: 3px;
float: left;
/*border: 1px solid indigo;*/
background-color: lightblue;
}
.table {
width: 90%;
padding-bottom: 15px;
margin-bottom: 30px;
}
.table th {
border: 1px solid gray;
text-align: left;
padding: 5px;
margin: 5px;
background-color: seagreen;
color: white;
font-weight: normal;
text-align: center;
}
table {
border: 1px solid black;
font-family: "Berlin Sans FB";
padding: 5px;
width: 90%;
top: 10px;
margin: 5px;
position: relative;
left: 50px;
}
tr, th, td {
border: 1px solid gray;
text-align: left;
padding: 5px;
margin: 5px;
}
td {
font-weight: normal;
font-size: 98%;
}
td.center {
text-align: center;
}
th {
background-color: seagreen;
color: white;
font-weight: normal;
text-align: center;
}
span.dateHighlighted {
background-color: yellow;
color: black;
}
span.textHighlighted {
background-color: cyan;
color: black;
}
span.searchHighlighted {
background-color: yellow;
color: black;
}
.error {
color: red;
}
a:hover {
background-color: lightgreen;
color: black;
}
a:active {
background-color: lightblue;
color: red;
}
/* Ref: https://cssanimation.rocks/animating-links/ */
a::after {
border-radius: 1em;
border-top: .1em solid #2F56B0;
content: "";
position: absolute;
right: 100%;
bottom: .14em;
left: 0;
transition: right .4s cubic-bezier(0,.5,0,1),
border-color .4s ease-out;
}
a:hover::after {
animation: anchor-underline 2s cubic-bezier(0,.5,0,1) infinite;
border-color: #457DFB;
} | 0.513668 | 0.117826 |
@media screen and (min-width:1118px) {
.containerdelivery{
display: none;
}
}
@media screen and (max-width:500px) {
body{
margin: 0px;
padding: 0px;
align-items: center;
box-sizing: border-box;
}
.header{
background-image: none;
width: 100%;
flex-wrap: wrap;
}.imgheader{
width: 80%;
font-size: 80vw;
}
.container{
align-items: center;
height: 860px;
}
.containerdelivery,p{
height: 30px;
font-weight: bolder;
font-family: "conteudo";
}
.content{
display: inline-block;
background-color: rgba(192, 192, 192, 0.555);
align-items: center;
margin: auto;
max-width:80%;
height: 1000%;
font-size: 100%;
}
.contentSlogan{
display: none;
}
.subtext-content{
font-size: 7vw;
text-decoration: underline;
}
.contentRodizio{
max-width:100%;
max-height:200px;
}
.contentRodizio,li{
font-size: 1.2rem;
}
.formContainer{
margin: auto;
max-width: 90%;
height: 380px;
background-color: rgba(192, 192, 192, 0.555);
}
.qtdp{
width: 50px;
height: 20px;
box-sizing: border-box;
}
.formulario{
padding: 18px;
margin: auto;
max-width: 90%;
}
.h2Reserva {
font-size: 1.3rem;
font-family: "conteudo";
}
.telefone , .dataHora{
font-family: "conteudo";
font-size: 1.0rem;
font-weight:bold;
letter-spacing: 1px;
}
input , select{
border: 0.1px solid gray;
box-sizing: border-box;
width: 100%;
padding: 8px;
/* border: none;*/
border-radius: 3px;
background-color: rgba(245, 245, 245, 0.719);
margin-bottom: 3px;
}
footer{
word-spacing: 3px;
letter-spacing: 5px;
font-family: "conteudo";
font-weight: bolder;
height: 300px;
padding: 5px;
max-width: 100%;
margin: auto;
}
.containerFooter{
position:relative;
height: 140px;
align-items: center;
}
.footermedia{
display: none;
}
.footersocial{
width: 100vw;
}
.footersocial,img{
text-align: center;
display:inline;
margin: auto;
width:30px;
}
.endereco,p{
margin: auto;
text-align: center;
font-size:12px;
}
} | mediaQ.css | @media screen and (min-width:1118px) {
.containerdelivery{
display: none;
}
}
@media screen and (max-width:500px) {
body{
margin: 0px;
padding: 0px;
align-items: center;
box-sizing: border-box;
}
.header{
background-image: none;
width: 100%;
flex-wrap: wrap;
}.imgheader{
width: 80%;
font-size: 80vw;
}
.container{
align-items: center;
height: 860px;
}
.containerdelivery,p{
height: 30px;
font-weight: bolder;
font-family: "conteudo";
}
.content{
display: inline-block;
background-color: rgba(192, 192, 192, 0.555);
align-items: center;
margin: auto;
max-width:80%;
height: 1000%;
font-size: 100%;
}
.contentSlogan{
display: none;
}
.subtext-content{
font-size: 7vw;
text-decoration: underline;
}
.contentRodizio{
max-width:100%;
max-height:200px;
}
.contentRodizio,li{
font-size: 1.2rem;
}
.formContainer{
margin: auto;
max-width: 90%;
height: 380px;
background-color: rgba(192, 192, 192, 0.555);
}
.qtdp{
width: 50px;
height: 20px;
box-sizing: border-box;
}
.formulario{
padding: 18px;
margin: auto;
max-width: 90%;
}
.h2Reserva {
font-size: 1.3rem;
font-family: "conteudo";
}
.telefone , .dataHora{
font-family: "conteudo";
font-size: 1.0rem;
font-weight:bold;
letter-spacing: 1px;
}
input , select{
border: 0.1px solid gray;
box-sizing: border-box;
width: 100%;
padding: 8px;
/* border: none;*/
border-radius: 3px;
background-color: rgba(245, 245, 245, 0.719);
margin-bottom: 3px;
}
footer{
word-spacing: 3px;
letter-spacing: 5px;
font-family: "conteudo";
font-weight: bolder;
height: 300px;
padding: 5px;
max-width: 100%;
margin: auto;
}
.containerFooter{
position:relative;
height: 140px;
align-items: center;
}
.footermedia{
display: none;
}
.footersocial{
width: 100vw;
}
.footersocial,img{
text-align: center;
display:inline;
margin: auto;
width:30px;
}
.endereco,p{
margin: auto;
text-align: center;
font-size:12px;
}
} | 0.335786 | 0.056993 |
/*-----------Collections-----------*/
main.index{
margin-top: 150px;
}
.grid-3 .collection-card{
flex: 1;
height: 180px;
position: relative;
overflow: hidden;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.collection-card:hover img{
transform: scale(1.2);
}
.collection-card img{
width: 100%;
height: 100%;
object-fit: cover;
transition: .3s ease;
}
.collection-card .info{
position: absolute;
top: 0;
left: 0;
padding: 20px;
width: 100%;
height: 100%;
z-index: 1;
}
.collection-card .info::before{
content: '';
position: absolute;
width: 500px;
height: 200px;
background-color: var(--color-theme);
opacity: .9;
top: 0;
left: 0;
z-index: -1;
transform: rotate(130deg) translate(10px, 170px);
}
.collection-card .info h1{
font-size: 24px;
width: 50%;
color: #fff;
margin-bottom: 20px;
}
.collection-card .info a{
color: #fff;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
}
.collection-card .info a i{
background-color: #fff;
font-size: 12px;
padding: 2px;
border-radius: 50%;
color: rgba(0, 0, 0, 0.5);
}
/*--------------Banner---------------*/
section.opening-banner{
margin: 100px 0;
}
div.banner{
position: relative;
width: 100%;
height: 300px;
background-attachment: fixed;
background-size: cover;
}
div.banner::after{
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
}
div.banner .banner-text{
position: relative;
z-index: 1;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
div.banner .banner-text h1{
color: #fff;
text-align: center;
font-size: 34px;
}
div.banner .banner-text a{
position: relative;
display: block;
background-color: var(--color-theme);
color: white;
padding: 10px 20px;
text-decoration: none;
transition: .3s ease;
margin-bottom: -20px;
}
div.banner .banner-text a:hover{
opacity: .9;
}
@media only screen and (max-width: 520px)
{
main.index{
margin-top: 40px;
}
/*Collections*/
.collection-card .info h1{
font-size: 20px;
}
}
@media only screen and (max-width: 340px)
{
div.banner .banner-text h1{
font-size: 30px;
}
} | assets/css/main.css |
/*-----------Collections-----------*/
main.index{
margin-top: 150px;
}
.grid-3 .collection-card{
flex: 1;
height: 180px;
position: relative;
overflow: hidden;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.collection-card:hover img{
transform: scale(1.2);
}
.collection-card img{
width: 100%;
height: 100%;
object-fit: cover;
transition: .3s ease;
}
.collection-card .info{
position: absolute;
top: 0;
left: 0;
padding: 20px;
width: 100%;
height: 100%;
z-index: 1;
}
.collection-card .info::before{
content: '';
position: absolute;
width: 500px;
height: 200px;
background-color: var(--color-theme);
opacity: .9;
top: 0;
left: 0;
z-index: -1;
transform: rotate(130deg) translate(10px, 170px);
}
.collection-card .info h1{
font-size: 24px;
width: 50%;
color: #fff;
margin-bottom: 20px;
}
.collection-card .info a{
color: #fff;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
}
.collection-card .info a i{
background-color: #fff;
font-size: 12px;
padding: 2px;
border-radius: 50%;
color: rgba(0, 0, 0, 0.5);
}
/*--------------Banner---------------*/
section.opening-banner{
margin: 100px 0;
}
div.banner{
position: relative;
width: 100%;
height: 300px;
background-attachment: fixed;
background-size: cover;
}
div.banner::after{
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
}
div.banner .banner-text{
position: relative;
z-index: 1;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
div.banner .banner-text h1{
color: #fff;
text-align: center;
font-size: 34px;
}
div.banner .banner-text a{
position: relative;
display: block;
background-color: var(--color-theme);
color: white;
padding: 10px 20px;
text-decoration: none;
transition: .3s ease;
margin-bottom: -20px;
}
div.banner .banner-text a:hover{
opacity: .9;
}
@media only screen and (max-width: 520px)
{
main.index{
margin-top: 40px;
}
/*Collections*/
.collection-card .info h1{
font-size: 20px;
}
}
@media only screen and (max-width: 340px)
{
div.banner .banner-text h1{
font-size: 30px;
}
} | 0.392686 | 0.056652 |
.mainContainer {
padding: 20px;
background-color: #dfe6e9;
}
.header {
background-color: #38ada9;
color: #0a3d62;
padding: 20px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.header .header-left .backLink {
color: #0a3d62;
cursor: pointer;
}
.header .header-right {
display: flex;
flex-direction: column;
justify-content: space-around;
}
/************ STATS ************/
.div-chart {
background-color: #fff;
border-radius: 5px;
}
.div-canvas {
display: inline-block;
padding-left: 15px;
vertical-align: top;
width: 100%;
height: 95%;
}
.stats-and-charts {
height: 450px;
display: flex;
flex-direction: row;
}
.canvas {
padding-top: 2em;
width: 95% !important;
height: 100% !important;
}
.lowLvl {
color: #99ccff;
}
.mediumLvl {
color: #ffa31a;
}
.highLvl {
color: #ff3300;
}
/************ TABLE ************/
.subfolders {
background-color: #fff;
border-radius: 5px;
padding: 1em;
margin-top: 1em;
}
.italic {
font-style: italic;
}
.array-report {
margin-top: 1em !important;
margin-bottom: 1em !important;
font-weight: 400 !important;
}
.array-report tr {
border-bottom: 1px solid #bbbbbb;
background-color: white;
}
.short-table {
width: 95% !important;
margin: auto;
}
th {
font-weight: 500 !important;
}
.array-report .right {
text-align: right;
}
.array-report .bgwhite {
background-color: white;
}
.array-report .selected {
color: #0074D9;
cursor: pointer;
}
.array-report .not-selected {
cursor: pointer;
}
.array-report .not-displayed {
display: none;
}
.array-report .score {
text-align: center;
width: 5%;
}
.file-methods-subtitle {
padding-top: 20px;
}
.method-name-column {
width: 20%;
}
.method-table {
position: relative;
display: block;
width: 100%;
}
.method-thead,
.method-body {
display: inline-table;
width: 100%;
overflow-x: scroll;
position: relative;
}
.method-body {
display: block;
}
.code-row {
display: table;
width: 100%;
}
.spanToggleVisibility {
font-weight: bold;
}
.spanToggleVisibility:hover {
cursor: pointer;
} | src/report-generation/templates/css/report.css | .mainContainer {
padding: 20px;
background-color: #dfe6e9;
}
.header {
background-color: #38ada9;
color: #0a3d62;
padding: 20px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.header .header-left .backLink {
color: #0a3d62;
cursor: pointer;
}
.header .header-right {
display: flex;
flex-direction: column;
justify-content: space-around;
}
/************ STATS ************/
.div-chart {
background-color: #fff;
border-radius: 5px;
}
.div-canvas {
display: inline-block;
padding-left: 15px;
vertical-align: top;
width: 100%;
height: 95%;
}
.stats-and-charts {
height: 450px;
display: flex;
flex-direction: row;
}
.canvas {
padding-top: 2em;
width: 95% !important;
height: 100% !important;
}
.lowLvl {
color: #99ccff;
}
.mediumLvl {
color: #ffa31a;
}
.highLvl {
color: #ff3300;
}
/************ TABLE ************/
.subfolders {
background-color: #fff;
border-radius: 5px;
padding: 1em;
margin-top: 1em;
}
.italic {
font-style: italic;
}
.array-report {
margin-top: 1em !important;
margin-bottom: 1em !important;
font-weight: 400 !important;
}
.array-report tr {
border-bottom: 1px solid #bbbbbb;
background-color: white;
}
.short-table {
width: 95% !important;
margin: auto;
}
th {
font-weight: 500 !important;
}
.array-report .right {
text-align: right;
}
.array-report .bgwhite {
background-color: white;
}
.array-report .selected {
color: #0074D9;
cursor: pointer;
}
.array-report .not-selected {
cursor: pointer;
}
.array-report .not-displayed {
display: none;
}
.array-report .score {
text-align: center;
width: 5%;
}
.file-methods-subtitle {
padding-top: 20px;
}
.method-name-column {
width: 20%;
}
.method-table {
position: relative;
display: block;
width: 100%;
}
.method-thead,
.method-body {
display: inline-table;
width: 100%;
overflow-x: scroll;
position: relative;
}
.method-body {
display: block;
}
.code-row {
display: table;
width: 100%;
}
.spanToggleVisibility {
font-weight: bold;
}
.spanToggleVisibility:hover {
cursor: pointer;
} | 0.528047 | 0.124186 |
.container {
padding: 0;
margin-top: 40px;
}
.panel-group .panel {
border-radius: 0;
box-shadow: none;
border-color: #EEEEEE;
}
.panel-default > .panel-heading {
padding: 0;
border-radius: 0;
color: #212121;
background-color: #FAFAFA;
border-color: #EEEEEE;
}
.panel-title {
font-size: 14px;
background: #FFFFFF;
color: #333333;
}
.panel-title > a {
display: block;
padding: 10px 15px;
text-decoration: none;
}
.panel-body {
color: #747474;
}
.more-less {
float: right;
color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #EEEEEE;
}
.more-less {
color: #cccccc;
}
.title {
display: inline-block;
border-left: 2px solid #48affa;
padding-left: 5px;
font-weight: 600;
}
/* ----- v CAN BE DELETED v ----- */
body {
background-color: #f2f2f2;
}
.listing-table {
text-align: left;
color: #686868;
font-size: 14px;
margin-top: 10px;
background-color: white;
height: 100%;
}
.tips_container {
background-size: 100%;
height: 1000px;
width: 100%;
/*font-size: 16px;*/
margin: 0 auto;
background-image: url("/client/images/tips.png");
background-color: transparent;
background-repeat: no-repeat;
/*transform: scale(0.5); */
/*-webkit-transform: scale(0.5);*/
/*-webkit-transform-origin:left top;*/
}
.panel-step1 {
background-size: 65%;
height: 190px;
width: 100%;
background-image: url("/client/images/tips_step1.png");
background-color: transparent;
background-repeat: no-repeat;
margin-top: 325px;
margin-left: 55px;
display: inline-block;
}
.panel-step1-btn {
background-size: 45%;
height: 40px;
width: 100%;
margin: 0 auto;
background-image: url("/client/images/btn-share.png");
background-color: transparent;
background-repeat: no-repeat;
margin-left: 95px;
display: inline-block;
}
.panel-step2 {
background-size: 68%;
height: 190px;
width: 100%;
background-image: url("/client/images/tips_step2.png");
background-color: transparent;
background-repeat: no-repeat;
margin-top: 77px;
margin-left: 56px;
display: inline-block;
}
.panel-step2-btn {
background-size: 45%;
height: 40px;
width: 100%;
margin: 0 auto;
background-image: url("/client/images/btn-game.png");
background-color: transparent;
background-repeat: no-repeat;
margin-left: 95px;
display: inline-block;
}
@media only screen and (min-width: 300px) {
.tips_container {
height: 850px;
}
.panel-step1 {
height: 170px;
margin-top: 290px;
}
.panel-step2 {
height: 180px;
margin-top: 50px;
}
}
@media only screen and (min-width: 350px) {
.tips_container {
height: 950px;
}
.panel-step1 {
height: 185px;
margin-top: 325px;
}
.panel-step2 {
height: 190px;
margin-top: 80px;
}
}
@media only screen and (min-width: 370px) {
.tips_container {
height: 1000px;
}
.panel-step1 {
height: 200px;
margin-top: 340px;
}
.panel-step2 {
height: 215px;
margin-top: 65px;
}
}
@media only screen and (min-width: 400px) {
.tips_container {
height: 1100px;
}
.panel-step1 {
height: 210px;
margin-top: 370px;
}
.panel-step2 {
height: 225px;
margin-top: 85px;
}
}
@media only screen and (min-width: 410px) {
.tips_container {
height: 1100px;
}
.panel-step1 {
height: 210px;
margin-top: 375px;
}
.panel-step2 {
height: 225px;
margin-top: 85px;
}
}
@media only screen and (min-width: 500px) {
.tips_container {
height: 2000px;
}
.panel-step1 {
height: 380px;
margin-top: 650px;
margin-left: 115px;
display: inline-block;
}
.panel-step1-btn {
height: 80px;
margin-left: 195px;
display: inline-block;
}
.panel-step2 {
height: 410px;
margin-top: 155px;
margin-left: 130px;
display: inline-block;
}
.panel-step2-btn {
height: 80px;
margin-left: 195px;
display: inline-block;
}
}
@media only screen and (min-width: 700px) {
.panel-step1 {
height: 400px;
margin-top: 660px;
}
}
@media only screen and (min-width: 900px) {
.panel-step1 {
margin-top: 690px;
}
}
@media only screen and (min-width: 950px) {
.panel-step1 {
margin-top: 680px;
}
} | public/client/css/tips.css | .container {
padding: 0;
margin-top: 40px;
}
.panel-group .panel {
border-radius: 0;
box-shadow: none;
border-color: #EEEEEE;
}
.panel-default > .panel-heading {
padding: 0;
border-radius: 0;
color: #212121;
background-color: #FAFAFA;
border-color: #EEEEEE;
}
.panel-title {
font-size: 14px;
background: #FFFFFF;
color: #333333;
}
.panel-title > a {
display: block;
padding: 10px 15px;
text-decoration: none;
}
.panel-body {
color: #747474;
}
.more-less {
float: right;
color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #EEEEEE;
}
.more-less {
color: #cccccc;
}
.title {
display: inline-block;
border-left: 2px solid #48affa;
padding-left: 5px;
font-weight: 600;
}
/* ----- v CAN BE DELETED v ----- */
body {
background-color: #f2f2f2;
}
.listing-table {
text-align: left;
color: #686868;
font-size: 14px;
margin-top: 10px;
background-color: white;
height: 100%;
}
.tips_container {
background-size: 100%;
height: 1000px;
width: 100%;
/*font-size: 16px;*/
margin: 0 auto;
background-image: url("/client/images/tips.png");
background-color: transparent;
background-repeat: no-repeat;
/*transform: scale(0.5); */
/*-webkit-transform: scale(0.5);*/
/*-webkit-transform-origin:left top;*/
}
.panel-step1 {
background-size: 65%;
height: 190px;
width: 100%;
background-image: url("/client/images/tips_step1.png");
background-color: transparent;
background-repeat: no-repeat;
margin-top: 325px;
margin-left: 55px;
display: inline-block;
}
.panel-step1-btn {
background-size: 45%;
height: 40px;
width: 100%;
margin: 0 auto;
background-image: url("/client/images/btn-share.png");
background-color: transparent;
background-repeat: no-repeat;
margin-left: 95px;
display: inline-block;
}
.panel-step2 {
background-size: 68%;
height: 190px;
width: 100%;
background-image: url("/client/images/tips_step2.png");
background-color: transparent;
background-repeat: no-repeat;
margin-top: 77px;
margin-left: 56px;
display: inline-block;
}
.panel-step2-btn {
background-size: 45%;
height: 40px;
width: 100%;
margin: 0 auto;
background-image: url("/client/images/btn-game.png");
background-color: transparent;
background-repeat: no-repeat;
margin-left: 95px;
display: inline-block;
}
@media only screen and (min-width: 300px) {
.tips_container {
height: 850px;
}
.panel-step1 {
height: 170px;
margin-top: 290px;
}
.panel-step2 {
height: 180px;
margin-top: 50px;
}
}
@media only screen and (min-width: 350px) {
.tips_container {
height: 950px;
}
.panel-step1 {
height: 185px;
margin-top: 325px;
}
.panel-step2 {
height: 190px;
margin-top: 80px;
}
}
@media only screen and (min-width: 370px) {
.tips_container {
height: 1000px;
}
.panel-step1 {
height: 200px;
margin-top: 340px;
}
.panel-step2 {
height: 215px;
margin-top: 65px;
}
}
@media only screen and (min-width: 400px) {
.tips_container {
height: 1100px;
}
.panel-step1 {
height: 210px;
margin-top: 370px;
}
.panel-step2 {
height: 225px;
margin-top: 85px;
}
}
@media only screen and (min-width: 410px) {
.tips_container {
height: 1100px;
}
.panel-step1 {
height: 210px;
margin-top: 375px;
}
.panel-step2 {
height: 225px;
margin-top: 85px;
}
}
@media only screen and (min-width: 500px) {
.tips_container {
height: 2000px;
}
.panel-step1 {
height: 380px;
margin-top: 650px;
margin-left: 115px;
display: inline-block;
}
.panel-step1-btn {
height: 80px;
margin-left: 195px;
display: inline-block;
}
.panel-step2 {
height: 410px;
margin-top: 155px;
margin-left: 130px;
display: inline-block;
}
.panel-step2-btn {
height: 80px;
margin-left: 195px;
display: inline-block;
}
}
@media only screen and (min-width: 700px) {
.panel-step1 {
height: 400px;
margin-top: 660px;
}
}
@media only screen and (min-width: 900px) {
.panel-step1 {
margin-top: 690px;
}
}
@media only screen and (min-width: 950px) {
.panel-step1 {
margin-top: 680px;
}
} | 0.443118 | 0.101545 |
.cc_banner-wrapper {
z-index: 9001;
position: relative; }
.cc_container .cc_btn {
cursor: pointer;
text-align: center;
font-size: 0.6em;
transition: font-size 200ms;
line-height: 1em; }
.cc_container .cc_message {
font-size: 0.6em;
transition: font-size 200ms;
margin: 0;
padding: 0;
line-height: 1.5em; }
.cc_container .cc_logo {
display: none;
text-indent: -1000px;
overflow: hidden;
width: 100px;
height: 22px;
background-size: cover;
background-image: url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/cookie-consent-logo.png);
opacity: 0.9;
transition: opacity 200ms; }
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
opacity: 1; }
@media screen and (min-width: 500px) {
.cc_container .cc_btn {
font-size: 0.8em; }
.cc_container .cc_message {
font-size: 0.8em; } }
@media screen and (min-width: 768px) {
.cc_container .cc_btn {
font-size: 1em; }
.cc_container .cc_message {
font-size: 1em;
line-height: 1em; } }
@media screen and (min-width: 992px) {
.cc_container .cc_message {
font-size: 1em; } }
@media print {
.cc_banner-wrapper,
.cc_container {
display: none; } }
.cc_container {
position: fixed;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
padding: 10px; }
.cc_container .cc_btn {
padding: 8px 10px;
background-color: #f1d600;
cursor: pointer;
transition: font-size 200ms;
text-align: center;
font-size: 0.6em;
display: block;
width: 33%;
margin-left: 10px;
float: right;
max-width: 120px; }
.cc_container .cc_message {
transition: font-size 200ms;
font-size: 0.6em;
display: block; }
@media screen and (min-width: 500px) {
.cc_container .cc_btn {
font-size: 0.8em; }
.cc_container .cc_message {
margin-top: 0.5em;
font-size: 0.8em; } }
@media screen and (min-width: 768px) {
.cc_container {
padding: 15px 30px 15px; }
.cc_container .cc_btn {
font-size: 1em;
padding: 8px 15px; }
.cc_container .cc_message {
font-size: 1em; } }
@media screen and (min-width: 992px) {
.cc_container .cc_message {
font-size: 1em; } }
.cc_container {
background: #222;
color: #fff;
font-size: 17px;
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
box-sizing: border-box; }
.cc_container ::-moz-selection {
background: #ff5e99;
color: #fff;
text-shadow: none; }
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
color: #000;
background-color: #f1d600;
transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
border-radius: 5px;
-webkit-border-radius: 5px; }
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
background-color: #fff;
color: #000; }
.cc_container a,
.cc_container a:visited {
text-decoration: none;
color: #31a8f0;
transition: 200ms color; }
.cc_container a:hover,
.cc_container a:active {
color: #b2f7ff; }
/* Fade in up
------------------------------------ */
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(66px);
transform: translateY(66px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes slideUp {
0% {
-webkit-transform: translateY(66px);
-ms-transform: translateY(66px);
transform: translateY(66px); }
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
.cc_container,
.cc_message,
.cc_btn {
animation-duration: 0.8s;
-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
-webkit-animation-name: slideUp;
animation-name: slideUp; }
/*# sourceMappingURL=cookieconsent.css.map */ | contento/amat_demo/demo/amatstatic/amatstatic/css/cookieconsent.css | .cc_banner-wrapper {
z-index: 9001;
position: relative; }
.cc_container .cc_btn {
cursor: pointer;
text-align: center;
font-size: 0.6em;
transition: font-size 200ms;
line-height: 1em; }
.cc_container .cc_message {
font-size: 0.6em;
transition: font-size 200ms;
margin: 0;
padding: 0;
line-height: 1.5em; }
.cc_container .cc_logo {
display: none;
text-indent: -1000px;
overflow: hidden;
width: 100px;
height: 22px;
background-size: cover;
background-image: url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/cookie-consent-logo.png);
opacity: 0.9;
transition: opacity 200ms; }
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
opacity: 1; }
@media screen and (min-width: 500px) {
.cc_container .cc_btn {
font-size: 0.8em; }
.cc_container .cc_message {
font-size: 0.8em; } }
@media screen and (min-width: 768px) {
.cc_container .cc_btn {
font-size: 1em; }
.cc_container .cc_message {
font-size: 1em;
line-height: 1em; } }
@media screen and (min-width: 992px) {
.cc_container .cc_message {
font-size: 1em; } }
@media print {
.cc_banner-wrapper,
.cc_container {
display: none; } }
.cc_container {
position: fixed;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
padding: 10px; }
.cc_container .cc_btn {
padding: 8px 10px;
background-color: #f1d600;
cursor: pointer;
transition: font-size 200ms;
text-align: center;
font-size: 0.6em;
display: block;
width: 33%;
margin-left: 10px;
float: right;
max-width: 120px; }
.cc_container .cc_message {
transition: font-size 200ms;
font-size: 0.6em;
display: block; }
@media screen and (min-width: 500px) {
.cc_container .cc_btn {
font-size: 0.8em; }
.cc_container .cc_message {
margin-top: 0.5em;
font-size: 0.8em; } }
@media screen and (min-width: 768px) {
.cc_container {
padding: 15px 30px 15px; }
.cc_container .cc_btn {
font-size: 1em;
padding: 8px 15px; }
.cc_container .cc_message {
font-size: 1em; } }
@media screen and (min-width: 992px) {
.cc_container .cc_message {
font-size: 1em; } }
.cc_container {
background: #222;
color: #fff;
font-size: 17px;
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
box-sizing: border-box; }
.cc_container ::-moz-selection {
background: #ff5e99;
color: #fff;
text-shadow: none; }
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
color: #000;
background-color: #f1d600;
transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
border-radius: 5px;
-webkit-border-radius: 5px; }
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
background-color: #fff;
color: #000; }
.cc_container a,
.cc_container a:visited {
text-decoration: none;
color: #31a8f0;
transition: 200ms color; }
.cc_container a:hover,
.cc_container a:active {
color: #b2f7ff; }
/* Fade in up
------------------------------------ */
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(66px);
transform: translateY(66px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes slideUp {
0% {
-webkit-transform: translateY(66px);
-ms-transform: translateY(66px);
transform: translateY(66px); }
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
.cc_container,
.cc_message,
.cc_btn {
animation-duration: 0.8s;
-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
-webkit-animation-name: slideUp;
animation-name: slideUp; }
/*# sourceMappingURL=cookieconsent.css.map */ | 0.47926 | 0.078395 |
@import url('https://p.typekit.net/p.css?s=1&k=wmk0bcp&ht=tk&f=10881.10884.10885.10887.15586&a=20910149&app=typekit&e=css');
@font-face {
font-family: 'futura-pt';
src: url('https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
format('woff2'),
url('https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
format('woff'),
url('https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
format('opentype');
font-style: normal;
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: 'futura-pt';
src: url('https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
format('woff2'),
url('https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
format('woff'),
url('https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
format('opentype');
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'futura-pt';
src: url('https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3')
format('woff2'),
url('https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3')
format('woff'),
url('https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3')
format('opentype');
font-style: italic;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'futura-pt';
src: url('https://use.typekit.net/af/0c71d1/000000000000000000010097/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3')
format('woff2'),
url('https://use.typekit.net/af/0c71d1/000000000000000000010097/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3')
format('woff'),
url('https://use.typekit.net/af/0c71d1/000000000000000000010097/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3')
format('opentype');
font-style: normal;
font-weight: 800;
font-display: swap;
}
@font-face {
font-family: 'futura-pt';
src: url('https://use.typekit.net/af/c4c302/000000000000000000012192/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3')
format('woff2'),
url('https://use.typekit.net/af/c4c302/000000000000000000012192/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3')
format('woff'),
url('https://use.typekit.net/af/c4c302/000000000000000000012192/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3')
format('opentype');
font-style: normal;
font-weight: 600;
font-display: swap;
}
.tk-futura-pt {
font-family: 'futura-pt', sans-serif;
} | static/third-party/wmk0bcp.css |
@import url('https://p.typekit.net/p.css?s=1&k=wmk0bcp&ht=tk&f=10881.10884.10885.10887.15586&a=20910149&app=typekit&e=css');
@font-face {
font-family: 'futura-pt';
src: url('https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
format('woff2'),
url('https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
format('woff'),
url('https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
format('opentype');
font-style: normal;
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: 'futura-pt';
src: url('https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
format('woff2'),
url('https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
format('woff'),
url('https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
format('opentype');
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'futura-pt';
src: url('https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3')
format('woff2'),
url('https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3')
format('woff'),
url('https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3')
format('opentype');
font-style: italic;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'futura-pt';
src: url('https://use.typekit.net/af/0c71d1/000000000000000000010097/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3')
format('woff2'),
url('https://use.typekit.net/af/0c71d1/000000000000000000010097/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3')
format('woff'),
url('https://use.typekit.net/af/0c71d1/000000000000000000010097/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3')
format('opentype');
font-style: normal;
font-weight: 800;
font-display: swap;
}
@font-face {
font-family: 'futura-pt';
src: url('https://use.typekit.net/af/c4c302/000000000000000000012192/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3')
format('woff2'),
url('https://use.typekit.net/af/c4c302/000000000000000000012192/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3')
format('woff'),
url('https://use.typekit.net/af/c4c302/000000000000000000012192/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3')
format('opentype');
font-style: normal;
font-weight: 600;
font-display: swap;
}
.tk-futura-pt {
font-family: 'futura-pt', sans-serif;
} | 0.375248 | 0.106319 |
@charset "utf-8";
*{ font-family:"微软雅黑"; }
body,p{ margin:0;}
h1,h2,dl,dt,dd,h3,h4,h5,h6{ margin:0;}
ul,li{ margin:0; padding:0;}
li{ list-style:none;}
a{ text-decoration:none;}
.clear{ clear:both;}
img{ display:block; border: none;}
*{font-weight: normal;}
/*头部*/
.top{
height: 40px;
line-height: 40px;
background-color: #4cb1ca;
}
.top .email{
color: #fff;
float: left;
margin-right: 50px;
}
.top .phone{
color: #fff;
float: left;
}
/*导航*/
.logo{
width:165px;
text-align: center;
color: #333;
}
.logo img{
margin: 0 auto;
height: 63px;
}
@media(max-width: 767px){
.logo img{height:50px;}
}
.logo span{
line-height: 25px;
}
.navbar{
margin-top: 20px;
}
.nav{
width: 50%;
margin-left: 3%;
margin-top: 30px;
}
@media(max-width: 970px){
.nav{margin-left: 0;}
}
.nav li{
text-align: center;
width: 20%;
}
.nav li a{
padding: 0;
height: 40px;
line-height: 40px;
color: #333;
}
.nav .on a{
color:#4cb1ca;
}
.nav li a:hover{
background-color: initial;
color: #4cb1ca;
}
.navbar form{
float: right;
width: 23%;
height: 40px;
position: relative;
margin-top: 30px;
}
@media(max-width: 767px){
.navbar{margin-top: 20px;}
}
@media(max-width: 767px){
.navbar form{width: 85%; height: 32px; display: block; margin:10px auto auto; float: none;}
}
.navbar form input{
border: 0;
width: 100%;
height: 40px;
box-sizing: border-box;
padding-left: 15px;
border: 1px solid #ddd;
outline: none;
height: 100%;
}
.navbar form button{
position: absolute;
outline: none;
right: 0;
top: 0;
border: 0;
background-color: initial;
height: 100%;
width: 20%;
}
.searchStyle_2{
box-sizing: border-box;
transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-o-transition: all ease .2s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.iconfont.icon-fangdajing{
font-size: 22px;
color: #777777;
}
.navbar-toggle{
z-index: 1000;
}
.navbar-toggle .icon-bar{
width: 16px;
}
.navbar-toggle .show{
background-color: #fff;
}
.bg-info{
background-color: #000;
}
@media(min-width: 767px){
.nav-phone{display: none !important;}
}
.nav-phone{
width: 100%;
height: 100%;
background: rgba(0,0,0,.85);
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 999;
display: none;
}
.nav-phone ul{
margin-top: 70px;
padding-left: 30px;
}
.nav-phone ul li a{
display: block;
color: #fff;
width: 100%;
height: 45px;
line-height: 45px;
border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-phone ul .on a{
color: #4cb1ca;
}
/*banner*/
/*.banner-box{
position: relative;
width: 100%;
overflow: hidden;
}
.banner-box .bd li{
width: 100%;
}
.banner-box .bd li span{
display: block;
width: 100%;
height: 563px;
background-size: 100%;
}
.banner-box .hd{
width: 100%;
position: absolute;
bottom: 20px;
text-align: center;
}
.banner-box .hd ul li{
display: inline-block;
width: 12px;
height: 12px;
background-color: #fff;
margin: 0 6px;
border-radius: 50%;
}
.banner-box .hd ul .on{
background-color: #333;
}
.banner-box .prev {
display: block;
width: 30px;
height: 72px;
background:url(../icon/hover_left.png) no-repeat center center;
background-size: 100%;
position: absolute;
left: 0%;
top: 50%;
margin-top: -36px;
z-index: 2000;
opacity: 0.5;
}
.banner-box .next {
display: block;
width: 30px;
height: 72px;
background: url(../icon/hover_right.png) no-repeat center center;
background-size: 100%;
position: absolute;
right: 0%;
top: 50%;
margin-top: -36px;
z-index: 2000;
opacity: 0.5;
}
.banner-box .prev:hover,.banner-box .next:hover{
opacity: 1;
}*/
.banner{
/*width: 429px;
height: 364px;
position: absolute;
top: 50px;
left: calc(50% - 214.5px);*/
width: 25%;
height: 75%;
position: absolute;
top: 10%;
left: 50%;
margin-left: -12.5%;
border-top-color: #87d8eb;
border-right-color: #87d8eb;
border-bottom-color: #87d8eb;
border-left-color: #87d8eb;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-top-width: 5px;
padding: 15px;
}
.banner .content{
width: 100%;
height: 100%;
background: rgba(135,216,235,0.5);
padding: 30px 20px;
}
.banner .content{
color: #fff;
text-shadow: 0px 5px 6px #000000;
overflow: hidden;
}
.banner .content h2{
font-size: 26px;
height: 50px;
margin-top: 20px;
text-align: center;
}
.banner .content h3{
text-align: center;
font-size: 26px;
height: 50px;
margin-top: 20px;
}
.banner .content h4{
font-size: 20px;
height: 50px;
margin-top: 20px;
text-align: center;
}
.banner .content h5{
font-size: 18px;
margin-top: 20px;
height: 50px;
text-align: center;
}
@media(max-width: 1670px){
.banner .content h2,.banner .content h3{font-size: 22px;}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top: 14px;}
}
@media(max-width: 1500px){
.banner{width: 30%;margin-left: -15%;}
.banner .content h2,.banner .content h3{font-size: 22px;}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top: 10px; }
}
@media(max-width: 1270px){
.banner{width: 40%;margin-left: -20%;}
.banner .content h2,.banner .content h3{font-size: 18px;}
.banner h5{display: none;}
}
@media(max-width: 1020px){
.banner h4{display: none;}
}
@media(max-width: 900px){
.banner{width: 50%;margin-left: -25%;}
.banner .content h2,.banner .content h3{font-size: 18px;}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top:0; }
}
@media(max-width: 767px){
.banner .content h2,.banner .content h3{font-size: 16px;}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{ height: 30px;}
}
@media(max-width: 630px){
.banner .content h2,.banner .content h3{font-size: 14px;}
.banner .content{padding: 22px;}
}
@media(max-width: 530px){
.banner .content{padding: 12px;}
.banner{height: 85%; top: 8%;}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top:4px; }
}
@media(max-width: 490px){
.banner .content{padding:5px;}
.banner{width: 70%;
margin-left: -35%;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-top-width: 3px;
padding: 10px;
}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top:12px; height: 25px;}
}
@media(max-width: 414px){
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top:10px;}
}
@media(max-width: 320px){
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top:1px;}
}
.carousel{
margin-bottom: 30px;
}
.carousel-indicators{
bottom: -40px;
}
.carousel-indicators li{
border: none;
background-color: #eee;
margin: 0 5px;
width: 8px;
height: 8px;
}
.carousel-indicators .active{
width: 8px;
height: 8px;
background-color: #333;
margin: 0 5px;
}
@media(max-width: 768px){
.carousel-indicators{bottom: -35px;}
.carousel{margin-bottom: 20px;}
}
/*产品中心*/
.product{
padding-top: 20px;
}
.title{
text-align: center;
}
.title h2{
color: #000000;
font-size: 30px;
line-height: 40px;
}
.title h2 span{
padding-left:10px;
color: #7f7f7f;
font-size: 14px;
line-height: 24px;
}
@media(max-width: 1200px){
.title h2 span{font-size:12px;}
}
@media(max-width: 640px){
.title h2{font-size: 18px;}
.title h2 span{font-size:14px;}
.product{padding-top: 10px;}
}
.product-con{
margin-top: 30px;
}
.product-con .hd ul{
text-align: center;
font-size: 0;
}
.product-con .hd ul li{
display: inline-block;
width: 165px;
height: 35px;
border: 2px solid #000;
margin: 0 10px;
font-size: 14px;
line-height: 32.5px;
cursor: pointer;
}
.product-con .hd ul .on{
background-color: #4cb1ca;
color: #fff;
border: 2px solid #4CB1CA;
}
@media(max-width: 640px){
.product-con .hd ul li{
width: 102px;
overflow: hidden;
padding: 0 15px;
}
}
@media(max-width: 640px){
.product-con{margin-top: 15px;}
}
@media(max-width: 410px){
.product-con .hd ul li{padding: 0 20px; width: 72px;}
}
.product-con .bd{
margin-top: 30px;
}
@media(max-width: 640px){
.product-con .bd{margin-top: 20px;}
}
.thumbnail{
box-shadow: rgba(28,26,19,0.2) 0px 0px 10px;
border: none;
padding: 0;
border-radius: initial;
position: relative;
}
.product-con .thumbnail .caption{
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
width: 100%;
text-align: center;
color: #666666;
font-size: 14px;
}
@media screen and (max-width:320px){
.product-con .thumbnail .caption{font-size: 12px;}
}
.product-con .row .col-xs-6.col-sm-3.col-md-3{
padding: 0 10px;
}
/*优势*/
.advantage{
width: 100%;
height: 270px;
background: url(../images/s.jpg) no-repeat;
background-size: cover;
margin-top: 30px;
}
@media screen and (max-width: 640px){
.advantage {height: 374px;}
}
.advantage .pull-right{
width: 504px;
text-align: center;
color: #fff;
}
.advantage .pull-right h2{
width: 405px;
margin: 0 auto;
height: 52px;
line-height: 52px;
border: 1px solid #fff;
font-size: 30px;
margin-top: 20px;
box-shadow: #cccccc 0px 0px 6px;
}
.advantage .text{
margin-top: 20px;
}
.advantage .youshi{
margin-top: 20px;
}
.advantage .pull-right p{
font-size: 18px;
line-height: 32px;
letter-spacing: 2px;
text-shadow: 0px 5px 6px #000000;
}
.advantage .text2{
margin-top: 20px;
}
.advantage .text2 p{
font-size: 14px;
line-height: 26px;
}
.advantage .pull-right span{
display: inline-block;
width: 128px;
height: 40px;
line-height: 38px;
border: 2px solid #fff;
border-radius: 30px;
font-size: 16px;
margin: 0 5px;
}
@media screen and (max-width: 778px){
.advantage .pull-right{float: none !important;width: auto;}
}
@media screen and (max-width: 640px){
.advantage .pull-right{float: none !important;width: auto;}
.advantage .pull-right span{display: block; margin-left: 0; margin-right: 0;width: 50%;height: 36px;line-height: 34px;margin: 0 auto;margin-bottom: 10px; }
.advantage .text{display: none;}
.advantage .pull-right h2{font-size: 18px; height: 36px; line-height: 36px; width: 90%;}
.advantage{margin-top: 0;}
}
@media screen and (min-width: 640px){
.advantage .text2{display: none;}
}
/*碧果展示*/
.bgzs{
margin-top: 50px;
}
.bgzs .pull-left{
width: 450px;
height: 454px;
position: relative;
margin-top: 30px;
}
.bgzs .pull-left .bd{
width: 100%;
}
.bgzs .pull-left .bd ul li{
width: 100%;
height: 454px;
overflow: hidden;
}
.bgzs .pull-left .bd ul li img{
width: 100%;
min-height: 100%;
}
.bgzs .hd{
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.bgzs .hd ul{
overflow: hidden;
}
.bgzs .hd ul li{
width: 33.33%;
float: left;
height: 5px;
background: rgba(255,255,255,.6);
cursor: pointer;
}
.bgzs .hd ul .on{
background-color: #348eaa;
}
.bgzs .pull-right{
width: 666px;
margin-top: 30px;
}
.bgzs .pull-right .col-xs-6.col-sm-4.col-md-4{
padding: 0 5px;
}
.bgzs .pull-right .row .thumbnail{
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.bgzs .pull-right .row .thumbnail .bj{
position: absolute;
left: 35%;
top: 35%;
right: 35%;
bottom: 35%;
background-color: rgba(255,255,255,.25);
cursor: pointer;
opacity: 0;
transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-o-transition: all ease .2s;
}
.bgzs .pull-right .row .thumbnail .on{
left: 0;
right: 0;
bottom: 0;
top: 0;
transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-o-transition: all ease .2s;
opacity: 1;
}
.bgzs .pull-right .row .thumbnail .active{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-o-transition: all ease .2s;
}
@media screen and (max-width: 1200px){
.bgzs .pull-right{width:480px;}
.bgzs .row{padding: 0 10px;}
.bgzs .pull-left{height: 316px;}
.bgzs .pull-left .bd .tempWrap{height: 316px !important;}
}
@media screen and (max-width: 992px){
.bgzs .pull-left{display: none;}
.bgzs .pull-right{width: auto;}
}
@media screen and (max-width: 768px){
.bgzs{margin-top: 20px;}
.bgzs .pull-right{margin-top: 20px;}
}
/*最新资讯*/
.news-box{
margin-top: 50px;
}
.news-con{
margin-top: 30px;
}
.news-con .thumbnail .caption{
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
width: 100%;
color: #666666;
font-size: 14px;
padding: 15px;
background-color: #fafafa;
}
.news-con .caption .news-name{
padding-top: 10px;
padding-bottom: 10px;
}
.news-con .caption .news-name a{
font-size: 16px;
color: #1e1e1e;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
padding-right: 50px;
}
.news-con .caption .news-name a:hover{
text-decoration: none;
}
.news-con .caption .news-datail{
font-size: 14px;
color: #888888;
padding-bottom: 15px;
}
.news-con .row .col-xs-6.col-sm-3.col-md-3{
padding: 0 10px;
}
.news-con .news-b{
overflow: hidden;
}
.news-con .news-b .new-sort{
background: #4cb1ca;
font-size: 12px;
color: #fff;
padding: .5em 1em;
margin-right: 5px;
}
.news-con .news-b .news-time{
padding-right:20px;
color: #4cb1ca;
}
@media screen and (max-width: 768px){
.news-box{margin-top: 20px;}
.news-con{margin-top: 20px;}
}
@media screen and (max-width: 992px){
.news-con .thumbnail img{width: 100%;}
}
/*页尾*/
footer{
margin-top: 30px;
}
footer .footer-top{
background-color: #4cb1ca;
}
footer .footer-top .col-xs-6.col-sm-6.col-md-3{
padding: 20px 15px;
}
.footer-top .row .pull-left{
width: 60px;
height: 60px;
}
.footer-top .row .pull-left img{
width: 100%;
}
.footer-top .row .pull-right{
float: left !important;
margin-left: 10%;
}
.footer-top .row .pull-right h3{
color: #fff;
font-size: 16px;
line-height: 20px;
}
.footer-top .row .pull-right h4{
color: #fff;
font-size: 14px;
line-height: 45px;
}
@media screen and (max-width: 1200px){
.footer-top .row .pull-right{margin-left: 3%;}
}
@media screen and (max-width: 992px){
.footer-top .row .pull-left{width: 45px;}
.footer-top .row .pull-right{margin-left: 5px;}
.footer-top .row .pull-right h3{line-height: 20px; font-size: 14px;}
.footer-top .row .pull-right h4{line-height: 26px;font-size: 12px;}
}
@media screen and (max-width: 768px){
.footer-top .row .pull-left{width: 45px;}
.footer-top .row .pull-right{margin-left: 5px;}
.footer-top .row .pull-right h3{line-height: 20px; font-size: 14px;}
.footer-top .row .pull-right h4{line-height: 26px;font-size: 12px;}
}
@media screen and (max-width: 375px){
.footer-top .row .pull-left{width: 45px;}
.footer-top .row .pull-right h3{line-height: 20px; font-size: 12px;}
.footer-top .row .pull-right{margin-left: 2px; width: 110px;}
}
@media screen and (max-width: 320px){
.footer-top .row .pull-right{margin-left: 0px; width: 85px;}
}
.footer-b{
background-color: #39a0b9;
padding: 10px 0;
}
.footer-b .footer-about{
width: 18.8%;
color: #fff;
}
.footer-b .footer-about h2{
font-size: 16px;
}
.footer-b .footer-about p{
font-size: 14px;
margin-top: 20px;
line-height: 24px;
}
.footer-product{
width: 23.58%;
margin-left: 10%;
margin-top: 10px;
}
.footer-product .col-sm-6.col-md-4{
padding: 0 5px;
}
.footer-product .thumbnail{
margin-bottom: 10px;
cursor: pointer;
}
.footer-product .thumbnail:hover img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-o-transition: all ease .2s;
}
.footer-b .contact{
margin-left: 5%;
width: 28%;
}
.footer-b .contact ul li{
line-height: 60px;
}
.footer-b .contact ul li img{
width: 50px;
display: initial;
}
.footer-b .contact ul li span{
color: #fff;
padding-left: 10px;
line-height: 30px;
width: 205px;
display: inline-block;
vertical-align: middle;
}
.footer-weixin{
text-align: center;
margin-top: 30px;
}
.footer-weixin img{
width: 131px;
height: 122px;
margin: 0 auto;
}
.footer-weixin p{
color: #fff;
text-align: center;
margin-top: 20px;
}
@media screen and (max-width: 992px){
.footer-b .footer-product{display: none;}
.footer-b .contact{display: none;}
.footer-b .footer-about{width: 55%;}
.footer-weixin img{width: 117px; height: 109px;}
}
@media screen and (max-width: 640px){
.footer-b .footer-about p{font-size: 12px;}
}
@media screen and (max-width: 320px){
.footer-b .footer-about{width: 52%;}
}
.footer-c{
background-color: #0b4b5a;
padding: 20px 0;
}
.footer-c .pull-left {
text-align: center;
}
.footer-c .pull-left span a{
color: #87d8eb;
}
.footer-c .pull-left span a:hover{
text-decoration: none;
}
.footer-c .pull-right ul{
overflow: hidden;
}
.footer-c .pull-right ul li{
float: left;
}
.footer-c .pull-right ul li a{
color: #87d8eb;
height: 20px;
line-height: 20px;
display: block;
padding: 0 25px;
border-right: 2px solid #87d8eb;
}
.footer-c .pull-right ul li a:hover{
text-decoration: none;
}
@media screen and (max-width: 768px){
.footer-c .pull-right{display: none;}
.footer-c .pull-left{float: none !important;}
.footer-c{padding: 10px 0;}
}
/*关于我们*/
.ny-banner{
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.ny-banner img{
width: 100%;
height: auto;
}
@media screen and (max-width: 600px){
.ny-banner img{
width: auto;
height: 125px;
position: relative;
top: 0;
left: 50%;
transform: translate(-50%,0);
box-sizing: border-box;
}
}
.ny-banner .view{
width: 20.309205903021784%;
height: 165px;
position: absolute;
top: 104.11111450195312px;
left: 39.834962630085144%;
border: 2px solid #fff;
text-align: center;
}
.ny-banner .view h2{
width: 100%;
font-size: 30px;
line-height: 50px;
font-family: microsoft yahei;
position: absolute;
top: 25px;
left: 0%;
color: #fff;
}
.ny-banner .view h3{
width: 100%;
font-size: 26px;
line-height: 50px;
font-family: microsoft yahei;
position: absolute;
top: 86.5px;
left: 0%;
color: #fff;
}
@media screen and (max-width: 1200px){
.ny-banner .view{
left: calc(50% - 105.38889px);
top: 42.333328247070312px;
width: 211px;
height: 159px;
}
}
@media screen and (max-width: 778px){
.ny-banner .view{
width: 36.84210526315789%;
height: 110px;
top: 24.607650756835938px;
left: 31.578947368421055%;
}
.ny-banner .view h2{
width: 100%;
top: 21px;
left: 0%;
font-size: 24px;
line-height: 30px;
height: 30px;
}
.ny-banner .view h3{
width: 100%;
top: 60px;
left: 0%;
font-size: 20px;
line-height: 30px;
}
}
@media screen and (max-width: 640px){
.ny-banner .view{
width: 36.84210526315789%;
height: 90px;
top: 17.607650756835938px;
left: 31.578947368421055%;
}
.ny-banner .view h2{
width: 100%;
top: 14px;
left: 0%;
font-size: 18px;
line-height: 30px;
height: 30px;
}
.ny-banner .view h3{
width: 100%;
top: 44px;
left: 0%;
font-size: 16px;
line-height: 30px;
}
}
.about-box{
margin-top: 80px;
}
.ny-nav{
width: 100%;
height: 34px;
line-height: 34px;
background: #4cb1ca;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.ny-nav ul{
overflow: hidden;
font-size: 0px;
padding: 0 20px;
}
.ny-nav ul li{
display: inline-block;
font-size: 12px;
}
.ny-nav ul span{
color: #ccc;
font-size: 12px;
}
.ny-nav ul li a{
color: #fff;
padding: 0 8px;
}
.ny-nav ul li a:hover{
text-decoration: none;
}
.about-con{
margin-top: 30px;
overflow: hidden;
min-height: 400px;
margin-bottom: 30px;
}
.about-con .pull-left{
width: 210px;
}
.about-con .pull-left ul{
position: relative;
width: 100%;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #4cb1ca;
border-left-color: #4cb1ca;
border-left-style: solid;
border-left-width: 1px;
}
.about-con .pull-left ul li{
height: 44px;
line-height: 44px;
}
.about-con .pull-left ul li a{
color: #4cb1ca;
border: 1px solid #8b5a5a;
border-top-color: #4cb1ca;
border-right-color: #4cb1ca;
border-bottom-color: #4cb1ca;
border-left-color: #4cb1ca;
margin-bottom: 0px;
border-top-style: none;
padding-left: 15px;
padding-right: 15px;
border-left-style: none;
border-left-width: 1px;
display: block;
position: relative;
}
.about-con .pull-left ul li a:hover{
text-decoration: none;
border-left-style: solid;
border-left-width: 5px;
border-left-color: #4cb1ca;
background: transparent;
}
.about-con .pull-left ul li .glyphicon{
position: absolute;
right: 1em;
top: 14px;
font-size: 12px;
color: #4cb1ca;
}
.about-con .pull-left ul li:hover .glyphicon{
right: .5rem;
}
.about-con .pull-left ul .active a{
color: #ffffff;
background: #4cb1ca;
}
.about-con .pull-left ul .active i{
color: #fff;
}
.about-con .pull-left ul .active:hover a{
border-left-color: #ffffff;
border-left-style: none;
border-left-width: 5px;
background-color:#4cb1ca;
}
.about-con .pull-right{
width: 77%;
}
.about-con .pull-right .about-text p{
box-sizing: border-box;
color: #333333;
font-size: 14px;
line-height: 30px;
text-indent: 2em;
}
.about-con .pull-right .about-img{
margin-top: 30px;
}
.about-con .pull-right .about-img .thumbnail{
box-shadow: none;
}
@media screen and (max-width: 992px){
.about-con .pull-left{display: none;}
.about-con .pull-right{width: auto;}
.about-box{margin-top: 30px;}
}
.about-con .pull-left-fixed{
position: fixed;
top: 0;
background-color: #fff;
}
.profile{
width: 70%;
float: left;
}
.profile-img{
float: right;
width: 28%;
margin: 0 auto;
}
.profile-img img{
max-width: 100%;
margin: 0 auto;
}
@media screen and (max-width: 768px){
.profile{float: none;width: auto;}
.profile-img{float: none; margin-top: 20px; width: 268px;}
}
.about-text h2{
box-sizing: border-box;
color: #4cb1ca;
font-size: 16px;
line-height: 24px;
text-indent: 0em;
text-align: left;
font-weight: normal;
border-left-style: solid;
border-left-width: 5px;
padding-left: 15px;
margin-top: 15px;
margin-bottom: 15px;
}
/*产品中心*/
.product-box{
margin-top: 80px;
}
@media screen and (max-width: 768px){
.product-box{margin-top: 30px;}
}
.product-nav {
margin: 20px auto;
border-bottom: 2px solid #4cb1ca;
line-height: 36px;
overflow: hidden;
}
.product-nav h2{
float: left;
font-size: 20px;
color: #4cb1ca;
}
.product-nav ul{
float: right;
overflow: hidden;
background-color: #4cb1ca;
}
.product-nav ul li{
float: left;
}
.product-nav ul li a{
color: #fff;
padding: 0 12px;
}
.product-nav ul li span{
font-size: 14px;
color: #ccc;
}
a:hover{
text-decoration: none;
}
.product-main{
margin-bottom: 10px;
}
.product-main .row .thumbnail{
width: 100%;
overflow: hidden;
}
.product-main .row .thumbnail>a{
display: block;
position: relative;
width: 100%;
height: auto;
z-index: 99;
}
.product-main .row .thumbnail .caption{
margin-top: -40px;
text-align: center;
z-index: 100;
position: relative;
}
.product-main .row .thumbnail .caption a{
font-size: 16px;
color: #333;
}
.product-main .row .thumbnail .caption p{
margin: 10px 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
color: #666;
}
.product-main .row .thumbnail .caption span{
padding: 6px 10px;
background: #4cb1ca;
color: #fff;
border-radius: 100px;
font-size: 12px;
display: inline-block;
}
.product-main .row .thumbnail>a .bj{
position: absolute;
left: 35%;
top: 35%;
right: 35%;
bottom: 35%;
background-color: rgba(255,255,255,.25);
cursor: pointer;
opacity: 0;
}
.product-main .row .thumbnail:hover>a .bj{
opacity: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.product-main .row .thumbnail:hover>a>img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
@media screen and (max-width: 640px){
.product-main .row .thumbnail .caption a{font-size: 14px;}
.product-main .row .thumbnail .caption p{font-size: 12px;}
}
@media screen and (max-width: 768px){
.product-nav h2{float: none; font-size: 18px; border-bottom: 2px solid #4cb1ca; text-align: center; line-height: 40px;}
.product-nav{border: none; line-height: initial;}
.product-nav ul{float: none; width: 100%; line-height: 30px; margin-top: 20px;}
}
/*图片放大*/
#showbox { background:#eee;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:22px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}
.showpage { width:400px; position:relative;}
.showpage a { display:block; width:15px; height:60px; line-height:60px; text-align:center; font-size:16px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.box_right_top { width: 100%; height: auto; overflow: hidden; }
.product-ny{
margin-top: 30px;
}
.product-name {
margin-left: 50px;
width: 380px;
position: relative;
}
.product-title h2{
color: #000;
font-size: 22px;
border-bottom: 1px solid #dbdbdb;
line-height: 1.4;
padding: 15px 0;
}
.product-title p{
color: #333;
line-height: 26px;
font-size: 16px;
margin: 15px 0;
}
.probuy{
padding: 35px 0 10px 0;
margin-top: 15px;
}
.probuy input{
border: none;
outline: none;
background: #4cb1ca;
font-size: 18px;
width: 40%;
line-height: 50px;
margin-right: 10px;
color: #fff;
border-radius: 4px;
}
.share{
position: absolute;
top: 430px;
left: 0;
}
.bdsharebuttonbox span{
float: left;
margin: 6px 6px 6px 0;
font-size: 12px;
}
.hot{
width: 270px;
}
.hot h3{
font-size: 18px;
line-height: 40px;
color: #4cb1ca;
padding-left: 15px;
border: 1px solid #dddddd;
border-left: 5px solid #4cb1ca;
}
.hot .row{
margin: 0 -5px;
margin-top: 10px;
}
.hot .col-md-6{
padding: 0 5px;
}
.hot .thumbnail{
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.hot .thumbnail .bj{
position: absolute;
left: 35%;
top: 35%;
right: 35%;
bottom: 35%;
background-color: rgba(255,255,255,.25);
cursor: pointer;
opacity: 0;
}
.hot .thumbnail:hover .bj{
opacity: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.hot .thumbnail:hover img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
.product-details{
margin-top: 30px;
}
.product-details .tabber{
height: 41px;
width: 100%;
background: #f6f6f6;
border: 1px solid #e5e5e5;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.product-details .tabber ul{
width: 100%;
}
.product-details .tabber ul li{
background: #fff;
color: #3C3C3C;
border-bottom: 0;
padding: 6px 5%;
border-right: 1px solid #e5e5e5;
float: left;
text-align: center;
font-size: 14px;
line-height: 30px;
}
.prodetailcontent{
width: 100%;
border: 1px solid #e5e5e5;
padding: 20px;
border-top: 0;
}
.prodetailcontent .thumbnail{
box-shadow: none;
}
.product-details .jiathis_style{
float: right;
margin-top: 10px;
overflow: hidden;
margin-right: 100px;
}
.beat2{
display: none;
}
#slideBox{
width: 100%;
position: relative;
}
#slideBox .bd{
width: 100%;
}
#slideBox .bd ul li img{
max-width: 100%;
margin: 0 auto;
height: auto;
}
#slideBox .hd{
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
}
#slideBox .hd ul{
text-align: center;
font-size: 0;
}
#slideBox .hd ul li{
display: inline-block;
margin: 0 6px;
width: 10px;
height: 10px;
background-color: #eee;
border-radius: 50%;
}#slideBox .hd ul .on{
background-color: #333;
}
@media screen and (max-width: 1200px){
.hot{display: none;}
}
@media screen and (max-width: 992px){
.product-name {width: 37%;}
}
@media screen and (max-width: 778px){
.product-name {width: 100%; float: none !important; margin-left: 0;}
.product-img{float: none !important;}
.share{display: none;}
.probuy input{width: 100%; line-height: 40px;}
.beat1{display: none;}
.beat2{display: block;}
.product-details .jiathis_style{float: none; margin-right: 0;}
}
#showbox>p{
z-index: 99 !important;
}
/*弹窗*/
.popup-box{
max-width: 450px;
height: 395px;
background-color: #fff;
z-index: 9999;
display: none;
}
.boxTopTitle{
height: 45px;
line-height: 45px;
padding: 0 15px;
overflow: hidden;
background-color: #3333ff;
font-size: 16px;
color: #fff;
position: relative;
}
.boxTopTitle .pull-right{
width: 50px;
line-height: 45px;
text-align: center;
top: 0;
right: 0;
position: absolute;
cursor: pointer;
}
.boxTopTitle .pull-right:hover{
background: rgba(0,0,0,.2);
}
.boxContent{
max-width: 385px;
margin: 0 auto;
padding: 0 10px;
}
.boxContent h2{
text-align: center;
font-size: 18px;
padding: 30px 0;
}
.boxContent .last{
margin: 0 auto;
padding: 5px 0;
text-align: center;
}
.boxContent .last span{
display: inline-block;
width: 17%;
text-align: right;
margin-right: 10px;
line-height: 34px;
vertical-align: top;
}
.boxContent .last input{
width: 75%;
line-height: 34px;
outline: none;
padding-left: 10px;
}
.boxContent .last textarea{
width: 75%;
height: 80px;
outline: none;
padding-left: 10px;
line-height: 34px;
}
.boxContent .box-btn {
padding: 10px 0;
}
.boxContent .box-btn input{
width: 100%;
line-height: 36px;
color: #fff;
display: block;
border: none;
background-color: #c00;
outline: none;
}
.layui-layer{
max-width: 450px;
}
@media screen and (min-width: 450px){
.layui-layer{max-height: 395px;}
}
@media screen and (max-width: 778px){
.boxContent h2{font-size: 14px;}
.boxContent .last span{font-size: 12px;}
.boxContent .box-btn input{font-size: 14px;}
}
/*新闻资讯*/
.news-content{
margin-top: 30px
}
.news-content .hd ul{
width: 100%;
height: 50px;
border-bottom: 2px solid #4cb1ca;
overflow: hidden;
}
.news-content .hd ul li{
float: left;
width: 105px;
height: 50px;
line-height: 50px;
text-align: center;
color: #333;
cursor: pointer;
-webkit-transition: all ease-out .2s;
-moz-transition: all ease-out .2s;
-o-transition: all ease-out .2s;
transition: all ease-out .2s;
}
.news-content .hd ul .on{
background: #4cb1ca;
line-height: 42px;
height: 42px;
color: #fff;
-webkit-transition: all ease-out .2s;
-moz-transition: all ease-out .2s;
-o-transition: all ease-out .2s;
transition: all ease-out .2s
}
.news-content .bd{
margin-top: 20px;
}
.news-content .bd .col-xs-6{
margin-bottom: 20px;
}
.newpic{
width: 25%;
float: left;
overflow: hidden;
}
.newpic img{
max-width: 100%;
height: auto;
margin-right: auto;
margin-left: auto;
}
.newcont{
float: left;
padding-left: 1em;
width: calc(100% - 25%);
}
.newcont .new-title{
width: 100%;
}
.newcont .new-title .new-name a{
display: block;
margin-bottom: 5px;
padding-bottom: 10px;
margin-top: 10px;
font-size: 16px;
color: #333;
border-bottom: 1px solid #eee;
}
.newcont .new-title .new-b{
width: 100%;
line-height: 2;
padding-top: .5em;
text-align: right;
}
.newcont .new-title .new-b .newSort.sortSet{
color: #ffffff;
font-size: 14px;
background: #4cb1ca;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin-right: 5px;
border-radius: 1.5em;
box-sizing: border-box;
}
.newcont .new-title .new-b .newsTime.timesSet{
text-align: right;
color: #888;
font-size: 14px;
white-space: nowrap;
}
.newcont .newDetail{
width: 100%;
padding: .6em .6em .6em 0;
color: #888;
font-size: 12px;
line-height: 1.6;
}
.newcont .newDetail a{
color: #888;
}
@media screen and (max-width: 768px){
.newpic{float: none; width: 100%;}
.newcont{float: none;padding-left: 0; width: 100%;}
.newcont .new-title .new-name a{font-size: 14px;}
}
@media screen and (max-width: 428px){
.col-1{width: 100%;}
}
/*新闻详情*/
.news-ny{
margin-top: 30px;
}
.news-ny h2{
color: #333;
margin-bottom: 20px;
text-align: center;
font-size: 26px;
}
.smallC{
text-align: center;
font-size: 12px;
}
.smallC font {
text-align: center;
color: #999;
padding: 0 15px;
}
.news-ny .abstract {
width: 100%;
position: relative;
border: 1px solid #e1e1e7;
margin: 30px auto;
overflow: hidden;
box-sizing: border-box;
padding: 18px;
border-left: 4px solid #e1e1e7;
font-size: 12px;
}
.news-ny .news-text{
padding: 10px;
}
.news-ny .news-text p{
font-size: 14px;
color: #333;
margin: 10px 0;
line-height: 26px;
text-indent: 2em;
}
.news-ny .thumbnail{
box-shadow: none;
}
/*联系我们*/
.contact-box{
margin-top: 30px;
}
.map{
margin-top: 20px;
width: 100%;
}
.contac-con{
margin-top: 20px;
overflow: hidden
}
.contac-con .pull-left{
width: 37.666666666666664%;
background: #f7f7f7;
height: 280px;
padding: 15px;
}
.contac-con .pull-left h2{
font-size: 22px;
color: #555555;
border-bottom-color: #dfdddd;
border-bottom-style: solid;
border-bottom-width: 1px;
line-height: 50px;
padding-bottom: 5px;
margin: 0 auto;
}
.contac-con .pull-left ul li{
color: #777777;
font-size: 14px;
line-height: 24px;
padding: 10px 0;
}
.contac-con .pull-right{
width: 55.58333333333333%;
height: 280px;
background: #f7f7f7;
padding: 15px;
}
.contac-con .pull-right h2{
font-size: 22px;
color: #555555;
border-bottom-color: #dfdddd;
border-bottom-style: solid;
border-bottom-width: 1px;
line-height: 50px;
padding-bottom: 5px;
margin: 0 auto;
}
.contac-con .pull-right .last{
margin-top: 15px;
overflow: hidden;
}
.contac-con .pull-right .last span{
width: 15%;
box-sizing: border-box;
color: #555555;
font-size: 14px;
line-height: 32px;
font-weight: normal;
letter-spacing: 2px;
display: inline-block;
vertical-align: top;
}
.contac-con .pull-right .last input{
width: 85%;
font-size: 14px;
line-height: 32px;
padding-left: 10px;
outline: none;
border: 1px solid #bdbcbc;
float: right;
}
.contac-con .pull-right .last textarea{
width: 85%;
font-size: 14px;
line-height: 32px;
padding-left: 10px;
outline: none;
border: 1px solid #bdbcbc;
float: right;
}
.liuyan-btn{
margin-top: 15px;
overflow: hidden;
}
.liuyan-btn span{
font-size: 14px;
color: #555555;
line-height: 36px;
}
.liuyan-btn input{
float: right;
border: none;
outline: none;
background: #555555;
color: #ffffff;
line-height: 36px;
height: 36px;
width: 100px;
}
@media screen and (max-width: 1200px){
.contac-con .pull-right .last span{width: 17%;}
.contac-con .pull-right .last input{width: 83%;}
.contac-con .pull-right .last textarea{width:83% ;}
}
@media screen and (max-width: 992px){
.contac-con .pull-right .last span{width: 22%;}
.contac-con .pull-right .last input{width:78% ;}
.contac-con .pull-right .last textarea{width:78% ;}
}
@media screen and (max-width: 778px){
.contac-con .pull-left{width: 100%; float: none;}
.contac-con .pull-right{width:100%; float: none; margin-top: 20px;}
.contac-con .pull-right .last span{width: 24%;}
.contac-con .pull-right .last input{width:75% ;}
.contac-con .pull-right .last textarea{width:75% ;}
}
@media screen and (max-width: 375px){
.contac-con .pull-right .last span{width: 26%;}
.contac-con .pull-right .last input{width:73% ;}
.contac-con .pull-right .last textarea{width:73% ;}
.liuyan-btn span{font-size: 12px;}
}
@media screen and (max-width: 320px){
.contac-con .pull-right .last span{width: 31%;}
.contac-con .pull-right .last input{width:68% ;}
.contac-con .pull-right .last textarea{width:68% ;}
.liuyan-btn{text-align: center;}
.liuyan-btn span{font-size: 12px;}
.liuyan-btn input{float: none;}
.contac-con .pull-right{height: auto;}
}
/*右侧qq*/
.right-box{
position: fixed;
right: 0px;
top: 400px;
width: 26px;
height: 104px;
padding: 5px 0;
background-color: rgb(76, 177, 202);
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
cursor: pointer;
}
.right-box .button{
font-size: 12px;
text-align: center;
color: #fff;
width: 12px;
margin: 0 auto;
}
.right-box .button img{
width: 12px;
margin: 0 auto;
}
.online-service{
width: 147px;
height: 123px;
border: 2px solid rgb(76, 177, 202);
border-radius: 10px;
background-color: #fff;
padding: 5px 0;
position: fixed;
top: 390px;
right: -160px;
}
.online-service .glyphicon{
font-size: 10px;
color: #999;
position: absolute;
right:10px;
top: 5px;
}
.online-service .ol-list{
padding: 0 8px;
margin-top: 3px;
}
.online-service .ol-list img{
display: inline-block;
width: 25px;
margin-right: 5px;
}
.online-service .ol-list a{
color: #333;
font-size: 12px;
line-height: 25px;
}
.right-box:hover .button{
right: -20px;
}
.right-box:hover .online-service{
right: 0px;
} | public/templets/default/index/css/style.css | @charset "utf-8";
*{ font-family:"微软雅黑"; }
body,p{ margin:0;}
h1,h2,dl,dt,dd,h3,h4,h5,h6{ margin:0;}
ul,li{ margin:0; padding:0;}
li{ list-style:none;}
a{ text-decoration:none;}
.clear{ clear:both;}
img{ display:block; border: none;}
*{font-weight: normal;}
/*头部*/
.top{
height: 40px;
line-height: 40px;
background-color: #4cb1ca;
}
.top .email{
color: #fff;
float: left;
margin-right: 50px;
}
.top .phone{
color: #fff;
float: left;
}
/*导航*/
.logo{
width:165px;
text-align: center;
color: #333;
}
.logo img{
margin: 0 auto;
height: 63px;
}
@media(max-width: 767px){
.logo img{height:50px;}
}
.logo span{
line-height: 25px;
}
.navbar{
margin-top: 20px;
}
.nav{
width: 50%;
margin-left: 3%;
margin-top: 30px;
}
@media(max-width: 970px){
.nav{margin-left: 0;}
}
.nav li{
text-align: center;
width: 20%;
}
.nav li a{
padding: 0;
height: 40px;
line-height: 40px;
color: #333;
}
.nav .on a{
color:#4cb1ca;
}
.nav li a:hover{
background-color: initial;
color: #4cb1ca;
}
.navbar form{
float: right;
width: 23%;
height: 40px;
position: relative;
margin-top: 30px;
}
@media(max-width: 767px){
.navbar{margin-top: 20px;}
}
@media(max-width: 767px){
.navbar form{width: 85%; height: 32px; display: block; margin:10px auto auto; float: none;}
}
.navbar form input{
border: 0;
width: 100%;
height: 40px;
box-sizing: border-box;
padding-left: 15px;
border: 1px solid #ddd;
outline: none;
height: 100%;
}
.navbar form button{
position: absolute;
outline: none;
right: 0;
top: 0;
border: 0;
background-color: initial;
height: 100%;
width: 20%;
}
.searchStyle_2{
box-sizing: border-box;
transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-o-transition: all ease .2s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.iconfont.icon-fangdajing{
font-size: 22px;
color: #777777;
}
.navbar-toggle{
z-index: 1000;
}
.navbar-toggle .icon-bar{
width: 16px;
}
.navbar-toggle .show{
background-color: #fff;
}
.bg-info{
background-color: #000;
}
@media(min-width: 767px){
.nav-phone{display: none !important;}
}
.nav-phone{
width: 100%;
height: 100%;
background: rgba(0,0,0,.85);
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 999;
display: none;
}
.nav-phone ul{
margin-top: 70px;
padding-left: 30px;
}
.nav-phone ul li a{
display: block;
color: #fff;
width: 100%;
height: 45px;
line-height: 45px;
border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-phone ul .on a{
color: #4cb1ca;
}
/*banner*/
/*.banner-box{
position: relative;
width: 100%;
overflow: hidden;
}
.banner-box .bd li{
width: 100%;
}
.banner-box .bd li span{
display: block;
width: 100%;
height: 563px;
background-size: 100%;
}
.banner-box .hd{
width: 100%;
position: absolute;
bottom: 20px;
text-align: center;
}
.banner-box .hd ul li{
display: inline-block;
width: 12px;
height: 12px;
background-color: #fff;
margin: 0 6px;
border-radius: 50%;
}
.banner-box .hd ul .on{
background-color: #333;
}
.banner-box .prev {
display: block;
width: 30px;
height: 72px;
background:url(../icon/hover_left.png) no-repeat center center;
background-size: 100%;
position: absolute;
left: 0%;
top: 50%;
margin-top: -36px;
z-index: 2000;
opacity: 0.5;
}
.banner-box .next {
display: block;
width: 30px;
height: 72px;
background: url(../icon/hover_right.png) no-repeat center center;
background-size: 100%;
position: absolute;
right: 0%;
top: 50%;
margin-top: -36px;
z-index: 2000;
opacity: 0.5;
}
.banner-box .prev:hover,.banner-box .next:hover{
opacity: 1;
}*/
.banner{
/*width: 429px;
height: 364px;
position: absolute;
top: 50px;
left: calc(50% - 214.5px);*/
width: 25%;
height: 75%;
position: absolute;
top: 10%;
left: 50%;
margin-left: -12.5%;
border-top-color: #87d8eb;
border-right-color: #87d8eb;
border-bottom-color: #87d8eb;
border-left-color: #87d8eb;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-top-width: 5px;
padding: 15px;
}
.banner .content{
width: 100%;
height: 100%;
background: rgba(135,216,235,0.5);
padding: 30px 20px;
}
.banner .content{
color: #fff;
text-shadow: 0px 5px 6px #000000;
overflow: hidden;
}
.banner .content h2{
font-size: 26px;
height: 50px;
margin-top: 20px;
text-align: center;
}
.banner .content h3{
text-align: center;
font-size: 26px;
height: 50px;
margin-top: 20px;
}
.banner .content h4{
font-size: 20px;
height: 50px;
margin-top: 20px;
text-align: center;
}
.banner .content h5{
font-size: 18px;
margin-top: 20px;
height: 50px;
text-align: center;
}
@media(max-width: 1670px){
.banner .content h2,.banner .content h3{font-size: 22px;}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top: 14px;}
}
@media(max-width: 1500px){
.banner{width: 30%;margin-left: -15%;}
.banner .content h2,.banner .content h3{font-size: 22px;}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top: 10px; }
}
@media(max-width: 1270px){
.banner{width: 40%;margin-left: -20%;}
.banner .content h2,.banner .content h3{font-size: 18px;}
.banner h5{display: none;}
}
@media(max-width: 1020px){
.banner h4{display: none;}
}
@media(max-width: 900px){
.banner{width: 50%;margin-left: -25%;}
.banner .content h2,.banner .content h3{font-size: 18px;}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top:0; }
}
@media(max-width: 767px){
.banner .content h2,.banner .content h3{font-size: 16px;}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{ height: 30px;}
}
@media(max-width: 630px){
.banner .content h2,.banner .content h3{font-size: 14px;}
.banner .content{padding: 22px;}
}
@media(max-width: 530px){
.banner .content{padding: 12px;}
.banner{height: 85%; top: 8%;}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top:4px; }
}
@media(max-width: 490px){
.banner .content{padding:5px;}
.banner{width: 70%;
margin-left: -35%;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-top-width: 3px;
padding: 10px;
}
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top:12px; height: 25px;}
}
@media(max-width: 414px){
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top:10px;}
}
@media(max-width: 320px){
.banner .content h2,.banner .content h3,.banner .content h4,.banner .content h5{margin-top:1px;}
}
.carousel{
margin-bottom: 30px;
}
.carousel-indicators{
bottom: -40px;
}
.carousel-indicators li{
border: none;
background-color: #eee;
margin: 0 5px;
width: 8px;
height: 8px;
}
.carousel-indicators .active{
width: 8px;
height: 8px;
background-color: #333;
margin: 0 5px;
}
@media(max-width: 768px){
.carousel-indicators{bottom: -35px;}
.carousel{margin-bottom: 20px;}
}
/*产品中心*/
.product{
padding-top: 20px;
}
.title{
text-align: center;
}
.title h2{
color: #000000;
font-size: 30px;
line-height: 40px;
}
.title h2 span{
padding-left:10px;
color: #7f7f7f;
font-size: 14px;
line-height: 24px;
}
@media(max-width: 1200px){
.title h2 span{font-size:12px;}
}
@media(max-width: 640px){
.title h2{font-size: 18px;}
.title h2 span{font-size:14px;}
.product{padding-top: 10px;}
}
.product-con{
margin-top: 30px;
}
.product-con .hd ul{
text-align: center;
font-size: 0;
}
.product-con .hd ul li{
display: inline-block;
width: 165px;
height: 35px;
border: 2px solid #000;
margin: 0 10px;
font-size: 14px;
line-height: 32.5px;
cursor: pointer;
}
.product-con .hd ul .on{
background-color: #4cb1ca;
color: #fff;
border: 2px solid #4CB1CA;
}
@media(max-width: 640px){
.product-con .hd ul li{
width: 102px;
overflow: hidden;
padding: 0 15px;
}
}
@media(max-width: 640px){
.product-con{margin-top: 15px;}
}
@media(max-width: 410px){
.product-con .hd ul li{padding: 0 20px; width: 72px;}
}
.product-con .bd{
margin-top: 30px;
}
@media(max-width: 640px){
.product-con .bd{margin-top: 20px;}
}
.thumbnail{
box-shadow: rgba(28,26,19,0.2) 0px 0px 10px;
border: none;
padding: 0;
border-radius: initial;
position: relative;
}
.product-con .thumbnail .caption{
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
width: 100%;
text-align: center;
color: #666666;
font-size: 14px;
}
@media screen and (max-width:320px){
.product-con .thumbnail .caption{font-size: 12px;}
}
.product-con .row .col-xs-6.col-sm-3.col-md-3{
padding: 0 10px;
}
/*优势*/
.advantage{
width: 100%;
height: 270px;
background: url(../images/s.jpg) no-repeat;
background-size: cover;
margin-top: 30px;
}
@media screen and (max-width: 640px){
.advantage {height: 374px;}
}
.advantage .pull-right{
width: 504px;
text-align: center;
color: #fff;
}
.advantage .pull-right h2{
width: 405px;
margin: 0 auto;
height: 52px;
line-height: 52px;
border: 1px solid #fff;
font-size: 30px;
margin-top: 20px;
box-shadow: #cccccc 0px 0px 6px;
}
.advantage .text{
margin-top: 20px;
}
.advantage .youshi{
margin-top: 20px;
}
.advantage .pull-right p{
font-size: 18px;
line-height: 32px;
letter-spacing: 2px;
text-shadow: 0px 5px 6px #000000;
}
.advantage .text2{
margin-top: 20px;
}
.advantage .text2 p{
font-size: 14px;
line-height: 26px;
}
.advantage .pull-right span{
display: inline-block;
width: 128px;
height: 40px;
line-height: 38px;
border: 2px solid #fff;
border-radius: 30px;
font-size: 16px;
margin: 0 5px;
}
@media screen and (max-width: 778px){
.advantage .pull-right{float: none !important;width: auto;}
}
@media screen and (max-width: 640px){
.advantage .pull-right{float: none !important;width: auto;}
.advantage .pull-right span{display: block; margin-left: 0; margin-right: 0;width: 50%;height: 36px;line-height: 34px;margin: 0 auto;margin-bottom: 10px; }
.advantage .text{display: none;}
.advantage .pull-right h2{font-size: 18px; height: 36px; line-height: 36px; width: 90%;}
.advantage{margin-top: 0;}
}
@media screen and (min-width: 640px){
.advantage .text2{display: none;}
}
/*碧果展示*/
.bgzs{
margin-top: 50px;
}
.bgzs .pull-left{
width: 450px;
height: 454px;
position: relative;
margin-top: 30px;
}
.bgzs .pull-left .bd{
width: 100%;
}
.bgzs .pull-left .bd ul li{
width: 100%;
height: 454px;
overflow: hidden;
}
.bgzs .pull-left .bd ul li img{
width: 100%;
min-height: 100%;
}
.bgzs .hd{
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.bgzs .hd ul{
overflow: hidden;
}
.bgzs .hd ul li{
width: 33.33%;
float: left;
height: 5px;
background: rgba(255,255,255,.6);
cursor: pointer;
}
.bgzs .hd ul .on{
background-color: #348eaa;
}
.bgzs .pull-right{
width: 666px;
margin-top: 30px;
}
.bgzs .pull-right .col-xs-6.col-sm-4.col-md-4{
padding: 0 5px;
}
.bgzs .pull-right .row .thumbnail{
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.bgzs .pull-right .row .thumbnail .bj{
position: absolute;
left: 35%;
top: 35%;
right: 35%;
bottom: 35%;
background-color: rgba(255,255,255,.25);
cursor: pointer;
opacity: 0;
transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-o-transition: all ease .2s;
}
.bgzs .pull-right .row .thumbnail .on{
left: 0;
right: 0;
bottom: 0;
top: 0;
transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-o-transition: all ease .2s;
opacity: 1;
}
.bgzs .pull-right .row .thumbnail .active{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-o-transition: all ease .2s;
}
@media screen and (max-width: 1200px){
.bgzs .pull-right{width:480px;}
.bgzs .row{padding: 0 10px;}
.bgzs .pull-left{height: 316px;}
.bgzs .pull-left .bd .tempWrap{height: 316px !important;}
}
@media screen and (max-width: 992px){
.bgzs .pull-left{display: none;}
.bgzs .pull-right{width: auto;}
}
@media screen and (max-width: 768px){
.bgzs{margin-top: 20px;}
.bgzs .pull-right{margin-top: 20px;}
}
/*最新资讯*/
.news-box{
margin-top: 50px;
}
.news-con{
margin-top: 30px;
}
.news-con .thumbnail .caption{
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
width: 100%;
color: #666666;
font-size: 14px;
padding: 15px;
background-color: #fafafa;
}
.news-con .caption .news-name{
padding-top: 10px;
padding-bottom: 10px;
}
.news-con .caption .news-name a{
font-size: 16px;
color: #1e1e1e;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
padding-right: 50px;
}
.news-con .caption .news-name a:hover{
text-decoration: none;
}
.news-con .caption .news-datail{
font-size: 14px;
color: #888888;
padding-bottom: 15px;
}
.news-con .row .col-xs-6.col-sm-3.col-md-3{
padding: 0 10px;
}
.news-con .news-b{
overflow: hidden;
}
.news-con .news-b .new-sort{
background: #4cb1ca;
font-size: 12px;
color: #fff;
padding: .5em 1em;
margin-right: 5px;
}
.news-con .news-b .news-time{
padding-right:20px;
color: #4cb1ca;
}
@media screen and (max-width: 768px){
.news-box{margin-top: 20px;}
.news-con{margin-top: 20px;}
}
@media screen and (max-width: 992px){
.news-con .thumbnail img{width: 100%;}
}
/*页尾*/
footer{
margin-top: 30px;
}
footer .footer-top{
background-color: #4cb1ca;
}
footer .footer-top .col-xs-6.col-sm-6.col-md-3{
padding: 20px 15px;
}
.footer-top .row .pull-left{
width: 60px;
height: 60px;
}
.footer-top .row .pull-left img{
width: 100%;
}
.footer-top .row .pull-right{
float: left !important;
margin-left: 10%;
}
.footer-top .row .pull-right h3{
color: #fff;
font-size: 16px;
line-height: 20px;
}
.footer-top .row .pull-right h4{
color: #fff;
font-size: 14px;
line-height: 45px;
}
@media screen and (max-width: 1200px){
.footer-top .row .pull-right{margin-left: 3%;}
}
@media screen and (max-width: 992px){
.footer-top .row .pull-left{width: 45px;}
.footer-top .row .pull-right{margin-left: 5px;}
.footer-top .row .pull-right h3{line-height: 20px; font-size: 14px;}
.footer-top .row .pull-right h4{line-height: 26px;font-size: 12px;}
}
@media screen and (max-width: 768px){
.footer-top .row .pull-left{width: 45px;}
.footer-top .row .pull-right{margin-left: 5px;}
.footer-top .row .pull-right h3{line-height: 20px; font-size: 14px;}
.footer-top .row .pull-right h4{line-height: 26px;font-size: 12px;}
}
@media screen and (max-width: 375px){
.footer-top .row .pull-left{width: 45px;}
.footer-top .row .pull-right h3{line-height: 20px; font-size: 12px;}
.footer-top .row .pull-right{margin-left: 2px; width: 110px;}
}
@media screen and (max-width: 320px){
.footer-top .row .pull-right{margin-left: 0px; width: 85px;}
}
.footer-b{
background-color: #39a0b9;
padding: 10px 0;
}
.footer-b .footer-about{
width: 18.8%;
color: #fff;
}
.footer-b .footer-about h2{
font-size: 16px;
}
.footer-b .footer-about p{
font-size: 14px;
margin-top: 20px;
line-height: 24px;
}
.footer-product{
width: 23.58%;
margin-left: 10%;
margin-top: 10px;
}
.footer-product .col-sm-6.col-md-4{
padding: 0 5px;
}
.footer-product .thumbnail{
margin-bottom: 10px;
cursor: pointer;
}
.footer-product .thumbnail:hover img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-o-transition: all ease .2s;
}
.footer-b .contact{
margin-left: 5%;
width: 28%;
}
.footer-b .contact ul li{
line-height: 60px;
}
.footer-b .contact ul li img{
width: 50px;
display: initial;
}
.footer-b .contact ul li span{
color: #fff;
padding-left: 10px;
line-height: 30px;
width: 205px;
display: inline-block;
vertical-align: middle;
}
.footer-weixin{
text-align: center;
margin-top: 30px;
}
.footer-weixin img{
width: 131px;
height: 122px;
margin: 0 auto;
}
.footer-weixin p{
color: #fff;
text-align: center;
margin-top: 20px;
}
@media screen and (max-width: 992px){
.footer-b .footer-product{display: none;}
.footer-b .contact{display: none;}
.footer-b .footer-about{width: 55%;}
.footer-weixin img{width: 117px; height: 109px;}
}
@media screen and (max-width: 640px){
.footer-b .footer-about p{font-size: 12px;}
}
@media screen and (max-width: 320px){
.footer-b .footer-about{width: 52%;}
}
.footer-c{
background-color: #0b4b5a;
padding: 20px 0;
}
.footer-c .pull-left {
text-align: center;
}
.footer-c .pull-left span a{
color: #87d8eb;
}
.footer-c .pull-left span a:hover{
text-decoration: none;
}
.footer-c .pull-right ul{
overflow: hidden;
}
.footer-c .pull-right ul li{
float: left;
}
.footer-c .pull-right ul li a{
color: #87d8eb;
height: 20px;
line-height: 20px;
display: block;
padding: 0 25px;
border-right: 2px solid #87d8eb;
}
.footer-c .pull-right ul li a:hover{
text-decoration: none;
}
@media screen and (max-width: 768px){
.footer-c .pull-right{display: none;}
.footer-c .pull-left{float: none !important;}
.footer-c{padding: 10px 0;}
}
/*关于我们*/
.ny-banner{
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.ny-banner img{
width: 100%;
height: auto;
}
@media screen and (max-width: 600px){
.ny-banner img{
width: auto;
height: 125px;
position: relative;
top: 0;
left: 50%;
transform: translate(-50%,0);
box-sizing: border-box;
}
}
.ny-banner .view{
width: 20.309205903021784%;
height: 165px;
position: absolute;
top: 104.11111450195312px;
left: 39.834962630085144%;
border: 2px solid #fff;
text-align: center;
}
.ny-banner .view h2{
width: 100%;
font-size: 30px;
line-height: 50px;
font-family: microsoft yahei;
position: absolute;
top: 25px;
left: 0%;
color: #fff;
}
.ny-banner .view h3{
width: 100%;
font-size: 26px;
line-height: 50px;
font-family: microsoft yahei;
position: absolute;
top: 86.5px;
left: 0%;
color: #fff;
}
@media screen and (max-width: 1200px){
.ny-banner .view{
left: calc(50% - 105.38889px);
top: 42.333328247070312px;
width: 211px;
height: 159px;
}
}
@media screen and (max-width: 778px){
.ny-banner .view{
width: 36.84210526315789%;
height: 110px;
top: 24.607650756835938px;
left: 31.578947368421055%;
}
.ny-banner .view h2{
width: 100%;
top: 21px;
left: 0%;
font-size: 24px;
line-height: 30px;
height: 30px;
}
.ny-banner .view h3{
width: 100%;
top: 60px;
left: 0%;
font-size: 20px;
line-height: 30px;
}
}
@media screen and (max-width: 640px){
.ny-banner .view{
width: 36.84210526315789%;
height: 90px;
top: 17.607650756835938px;
left: 31.578947368421055%;
}
.ny-banner .view h2{
width: 100%;
top: 14px;
left: 0%;
font-size: 18px;
line-height: 30px;
height: 30px;
}
.ny-banner .view h3{
width: 100%;
top: 44px;
left: 0%;
font-size: 16px;
line-height: 30px;
}
}
.about-box{
margin-top: 80px;
}
.ny-nav{
width: 100%;
height: 34px;
line-height: 34px;
background: #4cb1ca;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.ny-nav ul{
overflow: hidden;
font-size: 0px;
padding: 0 20px;
}
.ny-nav ul li{
display: inline-block;
font-size: 12px;
}
.ny-nav ul span{
color: #ccc;
font-size: 12px;
}
.ny-nav ul li a{
color: #fff;
padding: 0 8px;
}
.ny-nav ul li a:hover{
text-decoration: none;
}
.about-con{
margin-top: 30px;
overflow: hidden;
min-height: 400px;
margin-bottom: 30px;
}
.about-con .pull-left{
width: 210px;
}
.about-con .pull-left ul{
position: relative;
width: 100%;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #4cb1ca;
border-left-color: #4cb1ca;
border-left-style: solid;
border-left-width: 1px;
}
.about-con .pull-left ul li{
height: 44px;
line-height: 44px;
}
.about-con .pull-left ul li a{
color: #4cb1ca;
border: 1px solid #8b5a5a;
border-top-color: #4cb1ca;
border-right-color: #4cb1ca;
border-bottom-color: #4cb1ca;
border-left-color: #4cb1ca;
margin-bottom: 0px;
border-top-style: none;
padding-left: 15px;
padding-right: 15px;
border-left-style: none;
border-left-width: 1px;
display: block;
position: relative;
}
.about-con .pull-left ul li a:hover{
text-decoration: none;
border-left-style: solid;
border-left-width: 5px;
border-left-color: #4cb1ca;
background: transparent;
}
.about-con .pull-left ul li .glyphicon{
position: absolute;
right: 1em;
top: 14px;
font-size: 12px;
color: #4cb1ca;
}
.about-con .pull-left ul li:hover .glyphicon{
right: .5rem;
}
.about-con .pull-left ul .active a{
color: #ffffff;
background: #4cb1ca;
}
.about-con .pull-left ul .active i{
color: #fff;
}
.about-con .pull-left ul .active:hover a{
border-left-color: #ffffff;
border-left-style: none;
border-left-width: 5px;
background-color:#4cb1ca;
}
.about-con .pull-right{
width: 77%;
}
.about-con .pull-right .about-text p{
box-sizing: border-box;
color: #333333;
font-size: 14px;
line-height: 30px;
text-indent: 2em;
}
.about-con .pull-right .about-img{
margin-top: 30px;
}
.about-con .pull-right .about-img .thumbnail{
box-shadow: none;
}
@media screen and (max-width: 992px){
.about-con .pull-left{display: none;}
.about-con .pull-right{width: auto;}
.about-box{margin-top: 30px;}
}
.about-con .pull-left-fixed{
position: fixed;
top: 0;
background-color: #fff;
}
.profile{
width: 70%;
float: left;
}
.profile-img{
float: right;
width: 28%;
margin: 0 auto;
}
.profile-img img{
max-width: 100%;
margin: 0 auto;
}
@media screen and (max-width: 768px){
.profile{float: none;width: auto;}
.profile-img{float: none; margin-top: 20px; width: 268px;}
}
.about-text h2{
box-sizing: border-box;
color: #4cb1ca;
font-size: 16px;
line-height: 24px;
text-indent: 0em;
text-align: left;
font-weight: normal;
border-left-style: solid;
border-left-width: 5px;
padding-left: 15px;
margin-top: 15px;
margin-bottom: 15px;
}
/*产品中心*/
.product-box{
margin-top: 80px;
}
@media screen and (max-width: 768px){
.product-box{margin-top: 30px;}
}
.product-nav {
margin: 20px auto;
border-bottom: 2px solid #4cb1ca;
line-height: 36px;
overflow: hidden;
}
.product-nav h2{
float: left;
font-size: 20px;
color: #4cb1ca;
}
.product-nav ul{
float: right;
overflow: hidden;
background-color: #4cb1ca;
}
.product-nav ul li{
float: left;
}
.product-nav ul li a{
color: #fff;
padding: 0 12px;
}
.product-nav ul li span{
font-size: 14px;
color: #ccc;
}
a:hover{
text-decoration: none;
}
.product-main{
margin-bottom: 10px;
}
.product-main .row .thumbnail{
width: 100%;
overflow: hidden;
}
.product-main .row .thumbnail>a{
display: block;
position: relative;
width: 100%;
height: auto;
z-index: 99;
}
.product-main .row .thumbnail .caption{
margin-top: -40px;
text-align: center;
z-index: 100;
position: relative;
}
.product-main .row .thumbnail .caption a{
font-size: 16px;
color: #333;
}
.product-main .row .thumbnail .caption p{
margin: 10px 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
color: #666;
}
.product-main .row .thumbnail .caption span{
padding: 6px 10px;
background: #4cb1ca;
color: #fff;
border-radius: 100px;
font-size: 12px;
display: inline-block;
}
.product-main .row .thumbnail>a .bj{
position: absolute;
left: 35%;
top: 35%;
right: 35%;
bottom: 35%;
background-color: rgba(255,255,255,.25);
cursor: pointer;
opacity: 0;
}
.product-main .row .thumbnail:hover>a .bj{
opacity: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.product-main .row .thumbnail:hover>a>img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
@media screen and (max-width: 640px){
.product-main .row .thumbnail .caption a{font-size: 14px;}
.product-main .row .thumbnail .caption p{font-size: 12px;}
}
@media screen and (max-width: 768px){
.product-nav h2{float: none; font-size: 18px; border-bottom: 2px solid #4cb1ca; text-align: center; line-height: 40px;}
.product-nav{border: none; line-height: initial;}
.product-nav ul{float: none; width: 100%; line-height: 30px; margin-top: 20px;}
}
/*图片放大*/
#showbox { background:#eee;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:22px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}
.showpage { width:400px; position:relative;}
.showpage a { display:block; width:15px; height:60px; line-height:60px; text-align:center; font-size:16px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.box_right_top { width: 100%; height: auto; overflow: hidden; }
.product-ny{
margin-top: 30px;
}
.product-name {
margin-left: 50px;
width: 380px;
position: relative;
}
.product-title h2{
color: #000;
font-size: 22px;
border-bottom: 1px solid #dbdbdb;
line-height: 1.4;
padding: 15px 0;
}
.product-title p{
color: #333;
line-height: 26px;
font-size: 16px;
margin: 15px 0;
}
.probuy{
padding: 35px 0 10px 0;
margin-top: 15px;
}
.probuy input{
border: none;
outline: none;
background: #4cb1ca;
font-size: 18px;
width: 40%;
line-height: 50px;
margin-right: 10px;
color: #fff;
border-radius: 4px;
}
.share{
position: absolute;
top: 430px;
left: 0;
}
.bdsharebuttonbox span{
float: left;
margin: 6px 6px 6px 0;
font-size: 12px;
}
.hot{
width: 270px;
}
.hot h3{
font-size: 18px;
line-height: 40px;
color: #4cb1ca;
padding-left: 15px;
border: 1px solid #dddddd;
border-left: 5px solid #4cb1ca;
}
.hot .row{
margin: 0 -5px;
margin-top: 10px;
}
.hot .col-md-6{
padding: 0 5px;
}
.hot .thumbnail{
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.hot .thumbnail .bj{
position: absolute;
left: 35%;
top: 35%;
right: 35%;
bottom: 35%;
background-color: rgba(255,255,255,.25);
cursor: pointer;
opacity: 0;
}
.hot .thumbnail:hover .bj{
opacity: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.hot .thumbnail:hover img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
.product-details{
margin-top: 30px;
}
.product-details .tabber{
height: 41px;
width: 100%;
background: #f6f6f6;
border: 1px solid #e5e5e5;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.product-details .tabber ul{
width: 100%;
}
.product-details .tabber ul li{
background: #fff;
color: #3C3C3C;
border-bottom: 0;
padding: 6px 5%;
border-right: 1px solid #e5e5e5;
float: left;
text-align: center;
font-size: 14px;
line-height: 30px;
}
.prodetailcontent{
width: 100%;
border: 1px solid #e5e5e5;
padding: 20px;
border-top: 0;
}
.prodetailcontent .thumbnail{
box-shadow: none;
}
.product-details .jiathis_style{
float: right;
margin-top: 10px;
overflow: hidden;
margin-right: 100px;
}
.beat2{
display: none;
}
#slideBox{
width: 100%;
position: relative;
}
#slideBox .bd{
width: 100%;
}
#slideBox .bd ul li img{
max-width: 100%;
margin: 0 auto;
height: auto;
}
#slideBox .hd{
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
}
#slideBox .hd ul{
text-align: center;
font-size: 0;
}
#slideBox .hd ul li{
display: inline-block;
margin: 0 6px;
width: 10px;
height: 10px;
background-color: #eee;
border-radius: 50%;
}#slideBox .hd ul .on{
background-color: #333;
}
@media screen and (max-width: 1200px){
.hot{display: none;}
}
@media screen and (max-width: 992px){
.product-name {width: 37%;}
}
@media screen and (max-width: 778px){
.product-name {width: 100%; float: none !important; margin-left: 0;}
.product-img{float: none !important;}
.share{display: none;}
.probuy input{width: 100%; line-height: 40px;}
.beat1{display: none;}
.beat2{display: block;}
.product-details .jiathis_style{float: none; margin-right: 0;}
}
#showbox>p{
z-index: 99 !important;
}
/*弹窗*/
.popup-box{
max-width: 450px;
height: 395px;
background-color: #fff;
z-index: 9999;
display: none;
}
.boxTopTitle{
height: 45px;
line-height: 45px;
padding: 0 15px;
overflow: hidden;
background-color: #3333ff;
font-size: 16px;
color: #fff;
position: relative;
}
.boxTopTitle .pull-right{
width: 50px;
line-height: 45px;
text-align: center;
top: 0;
right: 0;
position: absolute;
cursor: pointer;
}
.boxTopTitle .pull-right:hover{
background: rgba(0,0,0,.2);
}
.boxContent{
max-width: 385px;
margin: 0 auto;
padding: 0 10px;
}
.boxContent h2{
text-align: center;
font-size: 18px;
padding: 30px 0;
}
.boxContent .last{
margin: 0 auto;
padding: 5px 0;
text-align: center;
}
.boxContent .last span{
display: inline-block;
width: 17%;
text-align: right;
margin-right: 10px;
line-height: 34px;
vertical-align: top;
}
.boxContent .last input{
width: 75%;
line-height: 34px;
outline: none;
padding-left: 10px;
}
.boxContent .last textarea{
width: 75%;
height: 80px;
outline: none;
padding-left: 10px;
line-height: 34px;
}
.boxContent .box-btn {
padding: 10px 0;
}
.boxContent .box-btn input{
width: 100%;
line-height: 36px;
color: #fff;
display: block;
border: none;
background-color: #c00;
outline: none;
}
.layui-layer{
max-width: 450px;
}
@media screen and (min-width: 450px){
.layui-layer{max-height: 395px;}
}
@media screen and (max-width: 778px){
.boxContent h2{font-size: 14px;}
.boxContent .last span{font-size: 12px;}
.boxContent .box-btn input{font-size: 14px;}
}
/*新闻资讯*/
.news-content{
margin-top: 30px
}
.news-content .hd ul{
width: 100%;
height: 50px;
border-bottom: 2px solid #4cb1ca;
overflow: hidden;
}
.news-content .hd ul li{
float: left;
width: 105px;
height: 50px;
line-height: 50px;
text-align: center;
color: #333;
cursor: pointer;
-webkit-transition: all ease-out .2s;
-moz-transition: all ease-out .2s;
-o-transition: all ease-out .2s;
transition: all ease-out .2s;
}
.news-content .hd ul .on{
background: #4cb1ca;
line-height: 42px;
height: 42px;
color: #fff;
-webkit-transition: all ease-out .2s;
-moz-transition: all ease-out .2s;
-o-transition: all ease-out .2s;
transition: all ease-out .2s
}
.news-content .bd{
margin-top: 20px;
}
.news-content .bd .col-xs-6{
margin-bottom: 20px;
}
.newpic{
width: 25%;
float: left;
overflow: hidden;
}
.newpic img{
max-width: 100%;
height: auto;
margin-right: auto;
margin-left: auto;
}
.newcont{
float: left;
padding-left: 1em;
width: calc(100% - 25%);
}
.newcont .new-title{
width: 100%;
}
.newcont .new-title .new-name a{
display: block;
margin-bottom: 5px;
padding-bottom: 10px;
margin-top: 10px;
font-size: 16px;
color: #333;
border-bottom: 1px solid #eee;
}
.newcont .new-title .new-b{
width: 100%;
line-height: 2;
padding-top: .5em;
text-align: right;
}
.newcont .new-title .new-b .newSort.sortSet{
color: #ffffff;
font-size: 14px;
background: #4cb1ca;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin-right: 5px;
border-radius: 1.5em;
box-sizing: border-box;
}
.newcont .new-title .new-b .newsTime.timesSet{
text-align: right;
color: #888;
font-size: 14px;
white-space: nowrap;
}
.newcont .newDetail{
width: 100%;
padding: .6em .6em .6em 0;
color: #888;
font-size: 12px;
line-height: 1.6;
}
.newcont .newDetail a{
color: #888;
}
@media screen and (max-width: 768px){
.newpic{float: none; width: 100%;}
.newcont{float: none;padding-left: 0; width: 100%;}
.newcont .new-title .new-name a{font-size: 14px;}
}
@media screen and (max-width: 428px){
.col-1{width: 100%;}
}
/*新闻详情*/
.news-ny{
margin-top: 30px;
}
.news-ny h2{
color: #333;
margin-bottom: 20px;
text-align: center;
font-size: 26px;
}
.smallC{
text-align: center;
font-size: 12px;
}
.smallC font {
text-align: center;
color: #999;
padding: 0 15px;
}
.news-ny .abstract {
width: 100%;
position: relative;
border: 1px solid #e1e1e7;
margin: 30px auto;
overflow: hidden;
box-sizing: border-box;
padding: 18px;
border-left: 4px solid #e1e1e7;
font-size: 12px;
}
.news-ny .news-text{
padding: 10px;
}
.news-ny .news-text p{
font-size: 14px;
color: #333;
margin: 10px 0;
line-height: 26px;
text-indent: 2em;
}
.news-ny .thumbnail{
box-shadow: none;
}
/*联系我们*/
.contact-box{
margin-top: 30px;
}
.map{
margin-top: 20px;
width: 100%;
}
.contac-con{
margin-top: 20px;
overflow: hidden
}
.contac-con .pull-left{
width: 37.666666666666664%;
background: #f7f7f7;
height: 280px;
padding: 15px;
}
.contac-con .pull-left h2{
font-size: 22px;
color: #555555;
border-bottom-color: #dfdddd;
border-bottom-style: solid;
border-bottom-width: 1px;
line-height: 50px;
padding-bottom: 5px;
margin: 0 auto;
}
.contac-con .pull-left ul li{
color: #777777;
font-size: 14px;
line-height: 24px;
padding: 10px 0;
}
.contac-con .pull-right{
width: 55.58333333333333%;
height: 280px;
background: #f7f7f7;
padding: 15px;
}
.contac-con .pull-right h2{
font-size: 22px;
color: #555555;
border-bottom-color: #dfdddd;
border-bottom-style: solid;
border-bottom-width: 1px;
line-height: 50px;
padding-bottom: 5px;
margin: 0 auto;
}
.contac-con .pull-right .last{
margin-top: 15px;
overflow: hidden;
}
.contac-con .pull-right .last span{
width: 15%;
box-sizing: border-box;
color: #555555;
font-size: 14px;
line-height: 32px;
font-weight: normal;
letter-spacing: 2px;
display: inline-block;
vertical-align: top;
}
.contac-con .pull-right .last input{
width: 85%;
font-size: 14px;
line-height: 32px;
padding-left: 10px;
outline: none;
border: 1px solid #bdbcbc;
float: right;
}
.contac-con .pull-right .last textarea{
width: 85%;
font-size: 14px;
line-height: 32px;
padding-left: 10px;
outline: none;
border: 1px solid #bdbcbc;
float: right;
}
.liuyan-btn{
margin-top: 15px;
overflow: hidden;
}
.liuyan-btn span{
font-size: 14px;
color: #555555;
line-height: 36px;
}
.liuyan-btn input{
float: right;
border: none;
outline: none;
background: #555555;
color: #ffffff;
line-height: 36px;
height: 36px;
width: 100px;
}
@media screen and (max-width: 1200px){
.contac-con .pull-right .last span{width: 17%;}
.contac-con .pull-right .last input{width: 83%;}
.contac-con .pull-right .last textarea{width:83% ;}
}
@media screen and (max-width: 992px){
.contac-con .pull-right .last span{width: 22%;}
.contac-con .pull-right .last input{width:78% ;}
.contac-con .pull-right .last textarea{width:78% ;}
}
@media screen and (max-width: 778px){
.contac-con .pull-left{width: 100%; float: none;}
.contac-con .pull-right{width:100%; float: none; margin-top: 20px;}
.contac-con .pull-right .last span{width: 24%;}
.contac-con .pull-right .last input{width:75% ;}
.contac-con .pull-right .last textarea{width:75% ;}
}
@media screen and (max-width: 375px){
.contac-con .pull-right .last span{width: 26%;}
.contac-con .pull-right .last input{width:73% ;}
.contac-con .pull-right .last textarea{width:73% ;}
.liuyan-btn span{font-size: 12px;}
}
@media screen and (max-width: 320px){
.contac-con .pull-right .last span{width: 31%;}
.contac-con .pull-right .last input{width:68% ;}
.contac-con .pull-right .last textarea{width:68% ;}
.liuyan-btn{text-align: center;}
.liuyan-btn span{font-size: 12px;}
.liuyan-btn input{float: none;}
.contac-con .pull-right{height: auto;}
}
/*右侧qq*/
.right-box{
position: fixed;
right: 0px;
top: 400px;
width: 26px;
height: 104px;
padding: 5px 0;
background-color: rgb(76, 177, 202);
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
cursor: pointer;
}
.right-box .button{
font-size: 12px;
text-align: center;
color: #fff;
width: 12px;
margin: 0 auto;
}
.right-box .button img{
width: 12px;
margin: 0 auto;
}
.online-service{
width: 147px;
height: 123px;
border: 2px solid rgb(76, 177, 202);
border-radius: 10px;
background-color: #fff;
padding: 5px 0;
position: fixed;
top: 390px;
right: -160px;
}
.online-service .glyphicon{
font-size: 10px;
color: #999;
position: absolute;
right:10px;
top: 5px;
}
.online-service .ol-list{
padding: 0 8px;
margin-top: 3px;
}
.online-service .ol-list img{
display: inline-block;
width: 25px;
margin-right: 5px;
}
.online-service .ol-list a{
color: #333;
font-size: 12px;
line-height: 25px;
}
.right-box:hover .button{
right: -20px;
}
.right-box:hover .online-service{
right: 0px;
} | 0.215598 | 0.037327 |
* {
font-family: 'Roboto', sans-serif;
font-size: 14px;
box-sizing: border-box;
}
body {
background-color: #eceff1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 2rem;
--primaryColor: #01579b;
}
a,
a:visited {
color: var(--primaryColor);
}
.app {
background-color: white;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
0 4px 6px -2px rgba(0, 0, 0, 0.05);
padding: 1rem;
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 800px;
justify-content: center;
align-items: center;
}
h1 {
color: var(--primaryColor);
width: 100%;
font-size: x-large;
font-weight: normal;
margin-bottom: 1.5rem;
}
h2 {
color: var(--primaryColor);
font-weight: normal;
}
.controls {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
}
.controls button {
background-color: var(--primaryColor);
color: white;
margin-top: 1rem;
margin-bottom: 1rem;
align-self: center;
border: 0;
padding: 0.5rem 1.5rem;
cursor: pointer;
height: 3rem;
}
.book-container {
flex: 0.75;
}
label {
display: flex;
align-items: baseline;
width: 100%;
flex-wrap: wrap;
min-height: 1.8rem;
margin-bottom: 0.25rem;
}
label > span:first-child {
min-width: 8rem;
margin-bottom: 0.25rem;
margin-top: 0.5rem;
}
label > span.inputs {
flex: 1;
display: flex;
align-items: baseline;
min-width: 15rem;
}
label input[type='color'] {
align-self: center;
}
label input[type='range'] {
flex: 1;
align-self: center;
color: red;
}
label input[type='number'] {
flex: 0;
min-width: 4rem;
text-align: right;
}
label input[type='text'] {
flex: 1;
}
label input.color-input {
max-width: 5rem;
margin-right: 0.25rem;
}
label input[type='text'],
label input[type='number'] {
border: 1px solid lightgray;
padding: 0.25rem;
}
label input[type='text']:focus,
label input[type='number']:focus {
outline: 0;
border-color: var(--primaryColor);
}
label .unit {
width: 2rem;
margin-left: 0.25rem;
}
.outputs {
flex: 1;
max-width: 100%;
}
.output style,
.output pre {
border: 1px solid lightgray;
display: block;
white-space: pre;
overflow-wrap: anywhere;
font-family: Monaco, monospace;
font-size: smaller;
overflow: auto;
max-height: 10rem;
}
footer {
margin-top: 3rem;
}
input[type='range'] {
height: 25px;
-webkit-appearance: none;
margin: 0 0;
width: 100%;
}
input[type='range']:focus {
outline: none;
}
input[type='range']::-webkit-slider-runnable-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 0px #000000;
background: var(--primaryColor);
border-radius: 1px;
border: 0px solid #000000;
}
input[type='range']::-webkit-slider-thumb {
box-shadow: 0px 0px 0px #000000;
border: 1px solid var(--primaryColor);
height: 18px;
width: 18px;
border-radius: 25px;
background: var(--primaryColor);
opacity: 0.8;
cursor: pointer;
-webkit-appearance: none;
margin-top: -7px;
}
input[type='range']:focus::-webkit-slider-runnable-track {
background: var(--primaryColor);
}
input[type='range']::-moz-range-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 0px #000000;
background: var(--primaryColor);
border-radius: 1px;
border: 0px solid #000000;
}
input[type='range']::-moz-range-thumb {
box-shadow: 0px 0px 0px #000000;
border: 1px solid var(--primaryColor);
height: 18px;
width: 18px;
border-radius: 25px;
background: var(--primaryColor);
opacity: 0.8;
cursor: pointer;
}
input[type='range']::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type='range']::-ms-fill-lower {
background: var(--primaryColor);
border: 0px solid #000000;
border-radius: 2px;
box-shadow: 0px 0px 0px #000000;
}
input[type='range']::-ms-fill-upper {
background: var(--primaryColor);
border: 0px solid #000000;
border-radius: 2px;
box-shadow: 0px 0px 0px #000000;
}
input[type='range']::-ms-thumb {
margin-top: 1px;
box-shadow: 0px 0px 0px #000000;
border: 1px solid var(--primaryColor);
height: 18px;
width: 18px;
border-radius: 25px;
background: var(--primaryColor);
opacity: 0.8;
cursor: pointer;
}
input[type='range']:focus::-ms-fill-lower {
background: var(--primaryColor);
}
input[type='range']:focus::-ms-fill-upper {
background: var(--primaryColor);
}
.self-promotion {
background-color: #e3f2fd;
padding: 0.75rem 1rem 1rem;
width: 100%;
text-align: center;
border-radius: 1rem;
} | public/styles.css | * {
font-family: 'Roboto', sans-serif;
font-size: 14px;
box-sizing: border-box;
}
body {
background-color: #eceff1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 2rem;
--primaryColor: #01579b;
}
a,
a:visited {
color: var(--primaryColor);
}
.app {
background-color: white;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
0 4px 6px -2px rgba(0, 0, 0, 0.05);
padding: 1rem;
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 800px;
justify-content: center;
align-items: center;
}
h1 {
color: var(--primaryColor);
width: 100%;
font-size: x-large;
font-weight: normal;
margin-bottom: 1.5rem;
}
h2 {
color: var(--primaryColor);
font-weight: normal;
}
.controls {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
}
.controls button {
background-color: var(--primaryColor);
color: white;
margin-top: 1rem;
margin-bottom: 1rem;
align-self: center;
border: 0;
padding: 0.5rem 1.5rem;
cursor: pointer;
height: 3rem;
}
.book-container {
flex: 0.75;
}
label {
display: flex;
align-items: baseline;
width: 100%;
flex-wrap: wrap;
min-height: 1.8rem;
margin-bottom: 0.25rem;
}
label > span:first-child {
min-width: 8rem;
margin-bottom: 0.25rem;
margin-top: 0.5rem;
}
label > span.inputs {
flex: 1;
display: flex;
align-items: baseline;
min-width: 15rem;
}
label input[type='color'] {
align-self: center;
}
label input[type='range'] {
flex: 1;
align-self: center;
color: red;
}
label input[type='number'] {
flex: 0;
min-width: 4rem;
text-align: right;
}
label input[type='text'] {
flex: 1;
}
label input.color-input {
max-width: 5rem;
margin-right: 0.25rem;
}
label input[type='text'],
label input[type='number'] {
border: 1px solid lightgray;
padding: 0.25rem;
}
label input[type='text']:focus,
label input[type='number']:focus {
outline: 0;
border-color: var(--primaryColor);
}
label .unit {
width: 2rem;
margin-left: 0.25rem;
}
.outputs {
flex: 1;
max-width: 100%;
}
.output style,
.output pre {
border: 1px solid lightgray;
display: block;
white-space: pre;
overflow-wrap: anywhere;
font-family: Monaco, monospace;
font-size: smaller;
overflow: auto;
max-height: 10rem;
}
footer {
margin-top: 3rem;
}
input[type='range'] {
height: 25px;
-webkit-appearance: none;
margin: 0 0;
width: 100%;
}
input[type='range']:focus {
outline: none;
}
input[type='range']::-webkit-slider-runnable-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 0px #000000;
background: var(--primaryColor);
border-radius: 1px;
border: 0px solid #000000;
}
input[type='range']::-webkit-slider-thumb {
box-shadow: 0px 0px 0px #000000;
border: 1px solid var(--primaryColor);
height: 18px;
width: 18px;
border-radius: 25px;
background: var(--primaryColor);
opacity: 0.8;
cursor: pointer;
-webkit-appearance: none;
margin-top: -7px;
}
input[type='range']:focus::-webkit-slider-runnable-track {
background: var(--primaryColor);
}
input[type='range']::-moz-range-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 0px #000000;
background: var(--primaryColor);
border-radius: 1px;
border: 0px solid #000000;
}
input[type='range']::-moz-range-thumb {
box-shadow: 0px 0px 0px #000000;
border: 1px solid var(--primaryColor);
height: 18px;
width: 18px;
border-radius: 25px;
background: var(--primaryColor);
opacity: 0.8;
cursor: pointer;
}
input[type='range']::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type='range']::-ms-fill-lower {
background: var(--primaryColor);
border: 0px solid #000000;
border-radius: 2px;
box-shadow: 0px 0px 0px #000000;
}
input[type='range']::-ms-fill-upper {
background: var(--primaryColor);
border: 0px solid #000000;
border-radius: 2px;
box-shadow: 0px 0px 0px #000000;
}
input[type='range']::-ms-thumb {
margin-top: 1px;
box-shadow: 0px 0px 0px #000000;
border: 1px solid var(--primaryColor);
height: 18px;
width: 18px;
border-radius: 25px;
background: var(--primaryColor);
opacity: 0.8;
cursor: pointer;
}
input[type='range']:focus::-ms-fill-lower {
background: var(--primaryColor);
}
input[type='range']:focus::-ms-fill-upper {
background: var(--primaryColor);
}
.self-promotion {
background-color: #e3f2fd;
padding: 0.75rem 1rem 1rem;
width: 100%;
text-align: center;
border-radius: 1rem;
} | 0.444565 | 0.092155 |
.blog-list-layout-normal {
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;
}
.flex-50 {
width: 46%;
}
.black-text {
color: #4c4c4c;
}
.flex-form {
display: flex;
-webkit-justify-content: center;
justify-content: center;
}
.subscribe-close {
position: absolute;
z-index: 1;
top: 20px;
right: 0%;
height: 20px;
width: 20px;
padding: 10px;
border-radius: 50%;
background: rgba(255,255,255,.3)url(../img/twiztedmyrtle/tw-icon-close.svg) no-repeat center center;
// overflow: hidden;
text-indent: 100%;
white-space: nowrap;
// -webkit-backface-visibility: hidden;
// backface-visibility: hidden;
// visibility: hidden;
// opacity: 0;
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform .03s, visibility 0, opacity .03s;
-webkit-transition-delay: 0, .03s, 0;
transition: transform .03s 0s, visibility 0s .03s, opacity .03s 0s;
}
.audio-nomargin {
margin-bottom: 0 !important;
}
.email-wrapper {
padding: 50px;
}
.email-testimony {
position: relative;
background: white;
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15), 0 0 10px rgba(232, 232, 231, 0.25), inset 0 0 46px rgba(255, 255, 255, 0.5);
padding: 40px;
margin-bottom: 60px;
border-radius: 6px;
}
.email-testimony i {
position: absolute;
background: #50b598;
color: white;
padding: 15px;
border-radius: 50%;
right:20px;
top: -20px;
}
/*.faqs {
padding: 15px 30px;
background: #fcfcfc;
border: 1px solid #e7e8e9;
border-radius: 4px;
}
*/
.question {
/*border-bottom: 1px solid #56b497;*/
}
.topic-comment {
display: flex;
font-size: 21.6px;
/*font-weight: 300;*/
}
.person {
padding-right: 10px;
min-width: 120px;
}
.comment {
margin-left: 10px;
}
.contact-form-funds {
background: rgba(255,255,255,.8);
border-radius: 7px;
box-shadow: 0 10px 15px rgba(0,0,0,.3);
padding: 3em;
margin: 60px auto;
}
.img-res.mobile {
display: none;
}
@media only screen and (max-device-width: 575px) {
.img-res {
display: none;
}
.img-res.mobile {
display: block;
}
} | static/css/new-update.css | .blog-list-layout-normal {
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;
}
.flex-50 {
width: 46%;
}
.black-text {
color: #4c4c4c;
}
.flex-form {
display: flex;
-webkit-justify-content: center;
justify-content: center;
}
.subscribe-close {
position: absolute;
z-index: 1;
top: 20px;
right: 0%;
height: 20px;
width: 20px;
padding: 10px;
border-radius: 50%;
background: rgba(255,255,255,.3)url(../img/twiztedmyrtle/tw-icon-close.svg) no-repeat center center;
// overflow: hidden;
text-indent: 100%;
white-space: nowrap;
// -webkit-backface-visibility: hidden;
// backface-visibility: hidden;
// visibility: hidden;
// opacity: 0;
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform .03s, visibility 0, opacity .03s;
-webkit-transition-delay: 0, .03s, 0;
transition: transform .03s 0s, visibility 0s .03s, opacity .03s 0s;
}
.audio-nomargin {
margin-bottom: 0 !important;
}
.email-wrapper {
padding: 50px;
}
.email-testimony {
position: relative;
background: white;
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15), 0 0 10px rgba(232, 232, 231, 0.25), inset 0 0 46px rgba(255, 255, 255, 0.5);
padding: 40px;
margin-bottom: 60px;
border-radius: 6px;
}
.email-testimony i {
position: absolute;
background: #50b598;
color: white;
padding: 15px;
border-radius: 50%;
right:20px;
top: -20px;
}
/*.faqs {
padding: 15px 30px;
background: #fcfcfc;
border: 1px solid #e7e8e9;
border-radius: 4px;
}
*/
.question {
/*border-bottom: 1px solid #56b497;*/
}
.topic-comment {
display: flex;
font-size: 21.6px;
/*font-weight: 300;*/
}
.person {
padding-right: 10px;
min-width: 120px;
}
.comment {
margin-left: 10px;
}
.contact-form-funds {
background: rgba(255,255,255,.8);
border-radius: 7px;
box-shadow: 0 10px 15px rgba(0,0,0,.3);
padding: 3em;
margin: 60px auto;
}
.img-res.mobile {
display: none;
}
@media only screen and (max-device-width: 575px) {
.img-res {
display: none;
}
.img-res.mobile {
display: block;
}
} | 0.318379 | 0.0643 |
html, body {
height: 100%;
width: 100%;
}
body {
background-color: #F9F9F4;
font-size: 16px;
color: #4a4a4a;
overflow: auto;
}
.main{
min-height: 100%;
height: auto;
margin: 0 auto -25px;
padding: 0 0 70px;
overflow: hidden;
}
.token-label{
padding: 70px 40px 40px;
text-align: left;
font-weight: bold;
color:#999;
}
.token-label h1{font-size: 52px; }
.green{color: #8FB347;}
.input{
padding: 6px 20px;
color: #555;
vertical-align: middle;
border: 1px solid #CCC;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
text-align: center;
height: 34px;
}
.token-input{
width: 80%;
height: 47px;
}
.token-help{
padding-top: 10px;
opacity: 0.8;
}
.logo{width: 70px;}
.loading{
font-size: 80px;
display: block !important;
text-align: center;
line-height: 6em !important;
opacity: 0.6;
-webkit-animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.gray { color: #CCC !important;}
.branch a {color: #4A4A4A; }
.passed {
background-color: #E6F4CA;
border-color: #CFE0AE;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.failed {
background-color: #F4D9CA;
border-top: 1px solid #E7CABB;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.queued {
background-color: #EEE2AA;
border-color: #DACF9C;
}
.pending{
background-color: #DDEFF8;
border-top: 1px solid #BACFDC;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.more{margin: 20px 0 30px 0; }
.search-bar{
position: relative;
padding: 10px;
vertical-align: middle;
}
.search-bar input{
width: 100%;
padding-left: 39px;
}
.search-bar button{
position: absolute;
z-index: 96;
}
.search-bar-clear{
position: absolute;
top: 16px;
right: 16px;
}
.footer .logo{opacity: 0.3; }
.footer .logo:hover{opacity: 1; }
.footer div{padding: 15px;}
/* Override bootstrap stuff */
a {
color: #999;
cursor:pointer;
}
a:hover {color: #333; }
.container{
padding: 25px 0;
max-width: 730px;
height: 100%;
}
.panel {border-radius: 0 !important;}
.panel-heading {
background-color: #F2F2E9 !important;
}
.panel-title a {display: block; }
.panel-body {padding: 0 !important; }
.alert{
position: absolute;
width: 100%;
-webkit-user-select: text;
z-index:999;
text-align: center;
}
.table, .breadcrumb {
margin: 0 !important;
background-color: #F2F2E9 !important;
border-radius: 0;
}
.btn-default.active {
background-color: rgba(0, 0, 0, 0);
box-shadow:none
}
.btn:focus {
outline: none;
background-color: rgba(0, 0, 0, 0);
border-color: #CCC;
box-shadow: none;
}
.ng-hide {display: none !important; }
/* Mac OS X like widnow frame */
.window {
margin: 0 auto;
text-align: left;
position: absolute;
}
nav{
height: 22px;
background-color: inherit;
width: 100%;
padding: 3px 10px;
position: fixed;
-webkit-app-region: drag;
z-index: 99;
}
nav h1{
font-size: 13px;
position: relative;
margin: 2px 2px 3px 2px;
z-index: 999;
display: inline-block;
float: right;
}
.nav-btn {
display: inline-block;
margin: 2px 2px 3px 2px;
width: 12px;
height: 12px;
border-radius: 100%;
box-shadow: 0px 1px 0px rgba(255,255,255,.5);
position: relative;
z-index: 999;
}
.nav-btn:before {
content: '';
display: block;
position: absolute;
border-radius: 100%;
box-shadow:inset 0 1px 4px rgba(0, 0, 0, .8);
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
}
.nav-btn:after {
content: '';
display: block;
position: absolute;
top: 2px;
left: 1px;
bottom: 1px;
right: 1px;
border-radius: 100%;
background: -webkit-linear-gradient(white, rgba(255, 255, 255, .9) 2%, white, rgba(255, 255, 255, .4) 16%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, .74), rgba(255, 255, 255, .7) 122%, rgba(255, 255, 255, .7));
box-shadow: inset 0px -3px -5px 3px rgba(255, 255, 255, 0.2), inset 0px 2px -5px 3px rgba(255, 255, 255, 0.2);
text-align: center;
font-weight: bold;
}
.nav-close {background: #FD4E4E; }
.nav-close:hover:after {
content: "x";
top: -3px;
color: #8B0000;
font-size: 11px;
}
.nav-minimize {background: #F3BB55; }
.nav-minimize:hover:after {
content: "-";
top: -7px;
color: #B8860B;
}
.nav-maximize {background: #96D16F; }
.nav-maximize:hover:after {
content: "+";
top: -7px;
color: #006400;
}
.blur .nav-btn{background: #eee;} | app/css/main.css | html, body {
height: 100%;
width: 100%;
}
body {
background-color: #F9F9F4;
font-size: 16px;
color: #4a4a4a;
overflow: auto;
}
.main{
min-height: 100%;
height: auto;
margin: 0 auto -25px;
padding: 0 0 70px;
overflow: hidden;
}
.token-label{
padding: 70px 40px 40px;
text-align: left;
font-weight: bold;
color:#999;
}
.token-label h1{font-size: 52px; }
.green{color: #8FB347;}
.input{
padding: 6px 20px;
color: #555;
vertical-align: middle;
border: 1px solid #CCC;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
text-align: center;
height: 34px;
}
.token-input{
width: 80%;
height: 47px;
}
.token-help{
padding-top: 10px;
opacity: 0.8;
}
.logo{width: 70px;}
.loading{
font-size: 80px;
display: block !important;
text-align: center;
line-height: 6em !important;
opacity: 0.6;
-webkit-animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.gray { color: #CCC !important;}
.branch a {color: #4A4A4A; }
.passed {
background-color: #E6F4CA;
border-color: #CFE0AE;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.failed {
background-color: #F4D9CA;
border-top: 1px solid #E7CABB;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.queued {
background-color: #EEE2AA;
border-color: #DACF9C;
}
.pending{
background-color: #DDEFF8;
border-top: 1px solid #BACFDC;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.more{margin: 20px 0 30px 0; }
.search-bar{
position: relative;
padding: 10px;
vertical-align: middle;
}
.search-bar input{
width: 100%;
padding-left: 39px;
}
.search-bar button{
position: absolute;
z-index: 96;
}
.search-bar-clear{
position: absolute;
top: 16px;
right: 16px;
}
.footer .logo{opacity: 0.3; }
.footer .logo:hover{opacity: 1; }
.footer div{padding: 15px;}
/* Override bootstrap stuff */
a {
color: #999;
cursor:pointer;
}
a:hover {color: #333; }
.container{
padding: 25px 0;
max-width: 730px;
height: 100%;
}
.panel {border-radius: 0 !important;}
.panel-heading {
background-color: #F2F2E9 !important;
}
.panel-title a {display: block; }
.panel-body {padding: 0 !important; }
.alert{
position: absolute;
width: 100%;
-webkit-user-select: text;
z-index:999;
text-align: center;
}
.table, .breadcrumb {
margin: 0 !important;
background-color: #F2F2E9 !important;
border-radius: 0;
}
.btn-default.active {
background-color: rgba(0, 0, 0, 0);
box-shadow:none
}
.btn:focus {
outline: none;
background-color: rgba(0, 0, 0, 0);
border-color: #CCC;
box-shadow: none;
}
.ng-hide {display: none !important; }
/* Mac OS X like widnow frame */
.window {
margin: 0 auto;
text-align: left;
position: absolute;
}
nav{
height: 22px;
background-color: inherit;
width: 100%;
padding: 3px 10px;
position: fixed;
-webkit-app-region: drag;
z-index: 99;
}
nav h1{
font-size: 13px;
position: relative;
margin: 2px 2px 3px 2px;
z-index: 999;
display: inline-block;
float: right;
}
.nav-btn {
display: inline-block;
margin: 2px 2px 3px 2px;
width: 12px;
height: 12px;
border-radius: 100%;
box-shadow: 0px 1px 0px rgba(255,255,255,.5);
position: relative;
z-index: 999;
}
.nav-btn:before {
content: '';
display: block;
position: absolute;
border-radius: 100%;
box-shadow:inset 0 1px 4px rgba(0, 0, 0, .8);
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
}
.nav-btn:after {
content: '';
display: block;
position: absolute;
top: 2px;
left: 1px;
bottom: 1px;
right: 1px;
border-radius: 100%;
background: -webkit-linear-gradient(white, rgba(255, 255, 255, .9) 2%, white, rgba(255, 255, 255, .4) 16%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, .74), rgba(255, 255, 255, .7) 122%, rgba(255, 255, 255, .7));
box-shadow: inset 0px -3px -5px 3px rgba(255, 255, 255, 0.2), inset 0px 2px -5px 3px rgba(255, 255, 255, 0.2);
text-align: center;
font-weight: bold;
}
.nav-close {background: #FD4E4E; }
.nav-close:hover:after {
content: "x";
top: -3px;
color: #8B0000;
font-size: 11px;
}
.nav-minimize {background: #F3BB55; }
.nav-minimize:hover:after {
content: "-";
top: -7px;
color: #B8860B;
}
.nav-maximize {background: #96D16F; }
.nav-maximize:hover:after {
content: "+";
top: -7px;
color: #006400;
}
.blur .nav-btn{background: #eee;} | 0.443118 | 0.086593 |
.blogger-notice { text-align: center; padding: 10px; background: #DFF2BF; border: 1px solid; color: #4F8A10; margin-bottom: 10px; }
form.blogger { font-size: 16px; }
form.blogger div { margin-bottom: 10px; }
form.blogger label { float: left; margin-right: 10px; text-align: right; width: 100px; font-weight: bold; vertical-align: top; padding-top: 10px; }
form.blogger input[type="text"],
form.blogger input[type="email"]
{ width: 500px; line-height: 26px; font-size: 20px; min-height: 26px; }
form.blogger textarea { width: 500px; height: 150px; line-height: 26px; font-size: 20px; }
form.blogger #cke_blog_blog { margin-left: 110px }
form.blogger #cke_form_blog { margin-left: 110px }
form.blogger input[type="submit"] { margin-left: 110px; width: 508px; line-height: 26px; font-size: 20px; min-height: 26px; }
form.blogger ul li { color: #ff0000; margin-bottom: 5px; }
.date { margin-bottom: 20px; border-bottom: 1px solid #ccc; font-size: 24px; color: #666; line-height: 30px }
.blog { margin-bottom: 20px; }
.blog img { width: 190px; float: left; padding: 5px; border: 1px solid #ccc; margin: 0 10px 10px 0; }
.blog .meta { clear: left; margin-bottom: 20px; }
.blog .snippet p.continue { margin-bottom: 0; text-align: right; }
.blog .meta { font-style: italic; font-size: 12px; color: #666; }
.blog .meta p { margin-bottom: 5px; line-height: 1.2em; }
.blog img.large { width: 300px; min-height: 165px; }
.comments { clear:both; }
.comments .odd { background: #eee; }
.comments .comment { padding : 20px; }
.comments .comment p { margin-bottom : 0; }
.comments h3 { background: #eee; padding: 10px; font-size: 20px; margin-bottom: 20px; clear: both; }
.comments .previous-comments { margin-bottom: 20px; }
.center { text-align: center; }
.pagination { display: inline-block; }
.pagination a { color: black; float: left; padding: 8px 16px; text-decoration: none; }
.pagination a.active { background-color: #56a0f2; color: white; border-radius: 5px; }
.pagination a:hover:not(.active) { background-color: #ddd; border-radius: 5px; }
.category li { display: inline-block; margin-left: 20px; margin-bottom: 5px; font-size: 16px; width: 200px }
.column2 { padding: 5px; }
.users li { display: inline-block; margin-left: 20px; margin-bottom: 5px; font-size: 16px; width: 150px; padding: 0px } | src/IXE83/BlogBundle/Resources/public/css/blog.css | .blogger-notice { text-align: center; padding: 10px; background: #DFF2BF; border: 1px solid; color: #4F8A10; margin-bottom: 10px; }
form.blogger { font-size: 16px; }
form.blogger div { margin-bottom: 10px; }
form.blogger label { float: left; margin-right: 10px; text-align: right; width: 100px; font-weight: bold; vertical-align: top; padding-top: 10px; }
form.blogger input[type="text"],
form.blogger input[type="email"]
{ width: 500px; line-height: 26px; font-size: 20px; min-height: 26px; }
form.blogger textarea { width: 500px; height: 150px; line-height: 26px; font-size: 20px; }
form.blogger #cke_blog_blog { margin-left: 110px }
form.blogger #cke_form_blog { margin-left: 110px }
form.blogger input[type="submit"] { margin-left: 110px; width: 508px; line-height: 26px; font-size: 20px; min-height: 26px; }
form.blogger ul li { color: #ff0000; margin-bottom: 5px; }
.date { margin-bottom: 20px; border-bottom: 1px solid #ccc; font-size: 24px; color: #666; line-height: 30px }
.blog { margin-bottom: 20px; }
.blog img { width: 190px; float: left; padding: 5px; border: 1px solid #ccc; margin: 0 10px 10px 0; }
.blog .meta { clear: left; margin-bottom: 20px; }
.blog .snippet p.continue { margin-bottom: 0; text-align: right; }
.blog .meta { font-style: italic; font-size: 12px; color: #666; }
.blog .meta p { margin-bottom: 5px; line-height: 1.2em; }
.blog img.large { width: 300px; min-height: 165px; }
.comments { clear:both; }
.comments .odd { background: #eee; }
.comments .comment { padding : 20px; }
.comments .comment p { margin-bottom : 0; }
.comments h3 { background: #eee; padding: 10px; font-size: 20px; margin-bottom: 20px; clear: both; }
.comments .previous-comments { margin-bottom: 20px; }
.center { text-align: center; }
.pagination { display: inline-block; }
.pagination a { color: black; float: left; padding: 8px 16px; text-decoration: none; }
.pagination a.active { background-color: #56a0f2; color: white; border-radius: 5px; }
.pagination a:hover:not(.active) { background-color: #ddd; border-radius: 5px; }
.category li { display: inline-block; margin-left: 20px; margin-bottom: 5px; font-size: 16px; width: 200px }
.column2 { padding: 5px; }
.users li { display: inline-block; margin-left: 20px; margin-bottom: 5px; font-size: 16px; width: 150px; padding: 0px } | 0.52902 | 0.281554 |
html {
scroll-behavior: smooth;
}
html,
body {
padding: 0;
margin: 0;
background: #fff;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}
input[type="button"],
input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
font-family: 'Open Sans', sans-serif;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Oswald', sans-serif;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
ul li {
display: inline-block;
}
/*-- //Reset-Code --*/
h3.title {
font-size: 33px;
color: #424141;
letter-spacing: 15px;
font-weight: 400;
text-transform: capitalize;
}
h6.top-title {
font-size: 35px;
color: #424141;
font-weight: 600;
text-transform: uppercase;
}
.title-wls-text p {
font-size: 15px;
color: #888;
letter-spacing: 1px;
padding: 0em 19em;
}
.ser-sevice-grid h4,
.table-sub-title h4,
.clients-info h4,
.footer-bottom-txt h4,
.contact-list-grid h4,
.tasty-recipe-wthree h4 {
font-size: 25px;
color: #40cdea;
text-transform: capitalize;
font-weight: 400;
}
.about-grid-title p,
.about-para-txt p,
.ser-sevice-grid p,
.table-sub-title p,
.clients-info p,
.contact-list-grid p,
.contact-list-grid p a,
.tasty-recipe-wthree p,
.list-of-menu p,
.list-of-menu ul li {
font-size: 14px;
color: #4c4c4c;
line-height: 25px;
}
/* header */
/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
display: none;
}
/* Giving a background-color to the nav container. */
nav {
margin: 0;
padding: 0;
}
#logo a {
float: left;
display: initial;
font-weight: 400;
font-size: 35px;
letter-spacing: 1px;
color: #fff;
padding: 0;
}
/* Since we'll have the "ul li" "float:left"
* we need to add a clear after the container. */
nav:after {
content: "";
display: table;
clear: both;
}
/* Removing padding, margin and "list-style" from the "ul",
* and adding "position:reltive" */
nav ul {
float: right;
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
/* Positioning the navigation items inline */
nav ul li {
margin: 0px;
display: inline-block;
float: left;
}
/* Styling the links */
nav ul li a {
color: black;
text-transform: capitalize;
font-weight: 400;
font-size: 150%;
letter-spacing: 2px;
background: transparent;
padding: 7px 28px;
display: inline-block;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
nav ul li ul li:hover {
background: #f8f9fa;
}
.menu li .drop-text:hover {
color: #000;
border: none;
}
/* Background color change on Hover */
/* messages */
ul.messages {
margin:10px 100px;
padding:0;
list-style-type:
none;
}
ul.messages li.success,
ul.messages li.warning,
ul.messages li.error,
ul.messages li.info {
margin:0;
padding:14px 20px;
list-style:none;
color:#fff;
}
ul.messages li.success { background:#81ce81; }
ul.messages li.success a { color:#0ac33e; }
ul.messages li.error { background:#a30029; color:#e9828e; }
ul.messages li.error a { color:#e9828e; }
ul.messages li.info { background:#faffae; color:#696b4e; }
ul.messages li.info a { color:#1586de; }
ul.messages li.warning { background:#de9404; }
ul.messages li.warning a { color:#f49000; }
ul.messages li a.close {
margin:0;
float:right;
opacity:1;
border:0;
box-shadow:none;
text-shadow:none;
}
/*.menu li.active a,.menu li a:hover{border-bottom: 1px solid #d4d4d4;}*/
.menu li a:hover {
opacity: 0.8;
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/* Hide Dropdowns by Default
* and giving it a position of absolute */
nav ul ul {
display: none;
position: absolute;
top: 33px;
background: #000;
padding: 10px;
border-radius: 4px;
box-shadow: -1px 1px 5px black;
}
/* Display Dropdowns on Hover */
nav ul li:hover>ul {
display: inherit;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
width: 170px;
float: none;
display: list-item;
position: relative;
}
nav ul ul li a {
color: #fff;
padding: 5px 10px;
display: block;
background: transparent;
}
/* Second, Third and more Tiers
* We move the 2nd and 3rd etc tier dropdowns to the left
* by the amount of the width of the first tier.
*/
nav ul ul ul li {
position: relative;
top: -60px;
/* has to be the same number as the "width" of "nav ul ul li" */
left: 170px;
}
/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
content: '';
}
a.reqe-button {
border: 2px solid rgba(255, 255, 255, 0.35);
border-radius: 4px;
}
/* Media Queries
--------------------------------------------- */
@media(max-width: 800px) {
nav a {
font-size: 13px;
}
}
@media all and (max-width: 767px) {
#logo {
display: block;
padding: 0;
width: 100%;
text-align: center;
float: none;
}
nav {
margin: 0;
}
/* Hide the navigation menu by default */
/* Also hide the */
.toggle+a,
.menu {
display: none;
}
/* Stylinf the toggle lable */
.toggle {
display: block;
padding: 6px 17px;
font-size: 14px;
text-decoration: none;
border: none;
float: right;
background-color: #5facbe;
color: #fff;
border-radius: 50px;
cursor: pointer;
}
.menu .toggle {
float: none;
text-align: center;
margin: auto;
max-width: 138px;
padding: 10px 18px;
font-weight: normal;
font-size: 15px;
letter-spacing: 1px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.menu .toggle:hover {
color: #fff;
opacity: .8;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.toggle:hover {
color: #000;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
label.toggle.toogle-2 {
background: transparent;
text-transform: capitalize;
font-size: 14px;
color: #fff;
}
/* Display Dropdown when clicked on Parent Lable */
[id^=drop]:checked+ul {
display: block;
background: #5facbe;
padding: 15px 0;
text-align: center;
width: 100%;
z-index: 99999;
}
/* Change menu item's width to 100% */
nav ul li {
display: block;
width: 100%;
padding: 5px 0;
}
nav ul ul .toggle,
nav ul ul a {
padding: 0 40px;
}
nav ul ul ul a {
padding: 0 80px;
}
nav a:hover,
nav ul ul ul a {
background-color: transparent;
}
nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a {
padding: 14px 20px;
color: #FFF;
font-size: 15px;
}
/*
nav ul li ul li .toggle,
nav ul ul a {
background-color: #212121;
} */
/* Hide Dropdowns by Default */
nav ul ul {
float: none;
position: static;
color: #ffffff;
/* has to be the same number as the "line-height" of "nav a" */
}
/* Hide menus on hover */
nav ul ul li:hover>ul,
nav ul li:hover>ul {
display: none;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
display: block;
width: 100%;
padding: 0;
}
nav ul ul ul li {
position: static;
/* has to be the same number as the "width" of "nav ul ul li" */
}
nav a {
color: #000;
font-size: 15px;
}
.menu li.active a,
.menu li a:hover {
background: transparent;
}
}
@media all and (max-width: 568px) {
nav a,
.menu .toggle,
nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a {
font-size: 14px;
}
}
@media all and (max-width: 320px) {
nav a,
.menu .toggle,
nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a {
font-size: 13px;
}
}
/*-- dropdown --*/
/* banner */
.main-top {
background: url(../images/b2.jpg) no-repeat bottom;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 800px;
}
.headder-top {
position: absolute;
width: 100%;
padding: 1em 2em;
}
.style-banner {
padding-top: 18em;
padding-left: 4em;
}
.two-demo-button p {
color: #dadada;
font-weight: 100;
padding-right: 68em;
line-height: 28px;
font-size: 16px;
}
.main-banner h4 {
color: #fff;
font-size: 2.7em;
font-weight: 400;
text-transform: uppercase;
line-height: 68px;
}
.social-icons ul li a span {
color: #e0e0e0;
font-size: 20px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
}
.social-icons ul li a span:hover {
color: #cacaca;
}
.view-buttn a {
font-size: 13px;
color: #ffffff;
text-decoration: none;
text-transform: capitalize;
display: inline-block;
letter-spacing: 1px;
outline: none;
font-weight: 400;
background-color: #40cdea;
padding: 7px 14px;
}
.view-buttn a:hover,
button.btn1:hover,
.sent-butnn:hover {
opacity: 0.8;
}
/* //banner */
/*--inner-banner -- */
.inner_page-banner {
text-align: center;
background: url(../images/b2.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 300px;
}
.using-border {
width: 100%;
border: none;
background: #40cdea;
text-align: center;
}
ul.short_ls li a {
color: #ffffff;
text-decoration: none;
}
ul.short_ls li {
list-style: none;
display: inline-block;
letter-spacing: 1px;
font-size: 14px;
color: #000;
}
/*-- //inner-banner --*/
/*-- menu-- */
.menu-order {
background: url(../images/menu.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.wls-hours-list ul li {
border-bottom: 2px dotted #000;
padding: 0px 0px 7px;
margin-bottom: 31px;
font-size: 14px;
}
span.time {
font-size: 22px;
font-weight: 600;
color: #5facbe;
}
/*--// menu-- */
/*-- service-- */
.about-icon span {
font-size: 41px;
color: #000;
}
/*-- //service-- */
/*-- prices-- */
.price,
.stats-count {
background: url(../images/b3.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.table-list-txt ul li {
padding-top: 3px;
}
.table-sub-title h5 {
font-size: 52px;
color: #949494;
}
.table-sub-title h5 span {
font-size: 20px;
}
.table-sub-title h5 span {
font-size: 16px;
color: #000;
margin-right: 4px;
}
.table-sub-title h6 {
font-size: 14px;
color: #3e3e3e;
}
.table-wthree-price,
.clients-info {
background: rgba(255, 255, 255, 0.75);
padding: 2em 1.5em;
box-shadow: 0px 0px 8px #cecbcb;
}
/*--//prices-- */
/*--clients-- */
.register-left-w3pvt {
position: relative;
}
.client-icon-top {
position: absolute;
width: 67px;
border-radius: 50%;
height: 68px;
background: #40cdea;
top: -51px;
text-align: center;
box-shadow: -1px 1px 13px #d0d0d0;
left: 40%;
}
.client-icon-top span {
color: #fff;
font-size: 23px;
line-height: 66px;
}
/*--//clients-- */
/*count*/
.count {
color:#aaa;
border:3px solid #bbb;
border-radius:26px;
padding:10px 20px;
margin:20px 10px 0;
}
/*end of count*/
/*--countr-- */
.number-w3three-info h5 {
font-size: 34px;
font-weight: 400;
color: #fff;
}
.number-w3three-info {
background: rgba(197, 197, 197, 0.6);
padding: 2em 1em;
box-shadow: -1px -1px 7px #989898;
}
/*--//countr-- */
/*--contact-- */
.contact-forms input,
.contact-forms textarea {
width: 100%;
font-size: 14px;
color: #000;
padding: .8em .7em;
outline: none;
background: #fbfbfb;
border: 1px solid #000;
border-radius: 0px;
box-shadow: 0px 0px 4px #888888;
}
.contact-forms textarea {
resize: none;
height: 10em;
}
.address_mail_footer_grids iframe {
width: 100%;
height: 18em;
border: none;
padding: 10px;
}
.sent-butnn {
font-size: 16px;
padding: 6px 26px;
color: #fff;
background: #000;
letter-spacing: 1px;
}
/*--//contact-- */
/*--gallery-- */
/* popup */
.popup-effect {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 0ms;
visibility: hidden;
opacity: 0;
z-index: 99;
}
.popup-effect:target {
visibility: visible;
opacity: 1;
}
.popup {
background: #fff;
border-radius: 4px;
max-width: 430px;
position: relative;
margin: 3em auto;
padding: 3em 2em;
z-index: 999;
text-align: center;
}
.popup .close {
position: absolute;
top: 5px;
right: 15px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #000;
}
.popup .close:hover {
color: #686de0;
}
/* //popup */
/*--// gallery-- */
/*-- Recipe-- */
.list-of-menu ul li {
display: block;
}
/*-- Recipe-- */
/*-- footer-- */
footer,
.footer-copy-write {
background: #000;
}
.footer-bottom-txt h2 a {
font-size: 21px;
color: #fff;
}
.footer-bottom-txt p,
.footer-top p,
.footer-top p a,
.footer-hours-list ul li {
font-size: 13px;
color: #cac9c9;
line-height: 25px;
}
a.move-top {
display: inline-block;
font-size: 26px;
color: #fff;
}
.bottem-txt-footer p {
font-size: 14px;
color: #fff;
letter-spacing: 2px;
}
.bottem-txt-footer p a {
color: #3a8f96;
font-size: 14px;
}
.bottem-txt-footer p a:hover {
color: #fff;
}
/*--//footer-- */
/*--responsive--*/
@media(max-width:1920px) {}
@media(max-width:1680px) {}
@media(max-width:1600px) {}
@media(max-width:1440px) {
.two-demo-button p {
padding-right: 59em;
}
.main-top {
min-height: 680px;
}
.style-banner {
padding-top: 14em;
padding-left: 3em;
}
.main-banner h4 {
font-size: 2.5em;
}
h6.top-title {
font-size: 33px;
}
h3.title {
font-size: 31px;
letter-spacing: 13px;
}
span.time {
font-size: 20px;
}
.table-sub-title h5 {
font-size: 49px;
}
.about-icon span {
font-size: 38px;
}
}
@media(max-width:1366px) {
.two-demo-button p {
padding-right: 56em;
}
#logo a {
font-size: 33px;
}
.ser-sevice-grid h4,
.table-sub-title h4,
.clients-info h4,
.footer-bottom-txt h4,
.contact-list-grid h4,
.tasty-recipe-wthree h4 {
font-size: 23px;
}
.client-icon-top {
top: -49px;
}
.client-icon-top span {
font-size: 21px;
line-height: 72px;
}
.inner_page-banner {
min-height: 285px;
}
}
@media(max-width:1280px) {
nav ul li a {
padding: 7px 24px;
}
.two-demo-button p {
padding-right: 50em;
}
.social-icons ul li a span {
font-size: 18px;
}
.table-wthree-price,
.clients-info {
padding: 1.7em 1.2em;
}
.main-top {
min-height: 600px;
}
.style-banner {
padding-top: 11em;
}
.number-w3three-info {
padding: 1.5em 1em;
}
.number-w3three-info h5 {
font-size: 29px;
}
}
@media(max-width:1080px) {
.title-wls-text p {
padding: 0em 15em;
}
.main-banner h4 {
font-size: 2.2em;
}
.two-demo-button p {
padding-right: 39em;
}
h6.top-title {
font-size: 31px;
}
}
@media(max-width:1050px) {
.style-banner {
padding-left: 2em;
}
h3.title {
font-size: 29px;
}
.wls-hours-list ul li {
padding: 0px 0px 5px;
margin-bottom: 26px;
}
.about-icon span {
font-size: 36px;
}
.table-sub-title h5 {
font-size: 47px;
}
.main-banner h4 {
line-height: 55px;
}
.main-top {
min-height: 583px;
}
}
@media(max-width:1024px) {
.two-demo-button p {
padding-right: 35em;
}
.main-banner h4 {
font-size: 2em;
}
nav ul li a {
padding: 7px 19px;
}
.view-buttn a {
padding: 7px 12px;
}
.number-w3three-info h5 {
font-size: 26px;
}
.inner_page-banner {
min-height: 250px;
}
.address_mail_footer_grids iframe {
height: 16em;
}
.contact-forms textarea {
height: 9em;
}
.sent-butnn {
font-size: 15px;
}
}
@media(max-width:991px) {
.title-wls-text p {
padding: 0em 7em;
}
.service-grid-wthree:nth-child(3) {
margin-top: 25px;
}
.table-sub-title h5 {
font-size: 45px;
}
.table-wthree-price,
.clients-info {
padding: 1.5em 1em;
}
.client-icon-top {
width: 62px;
height: 62px;
top: -43px;
left: 45%;
}
.clients-client:nth-child(1) {
margin-top: 30px;
}
.clients-client:nth-child(2),
.clients-client:nth-child(3) {
margin-top: 68px;
}
.footer-bottom-txt:nth-child(3),
.footer-bottom-txt:nth-child(4) {
margin-top: 25px;
}
.ser-sevice-grid h4,
.table-sub-title h4,
.clients-info h4,
.footer-bottom-txt h4,
.contact-list-grid h4,
.tasty-recipe-wthree h4 {
font-size: 22px;
}
.about-imgs-txt {
text-align: center;
}
.about-two-grids {
margin: 33px 0px;
}
.tasty-recipe-wthree:nth-child(1) {
margin-bottom: 25px;
}
.tasty-recipe-wthree:nth-child(2),
.contact-form-txt {
margin-top: 25px;
}
}
@media(max-width:900px) {
.two-demo-button p {
padding-right: 27em;
}
.main-top {
min-height: 538px;
}
.style-banner {
padding-top: 10em;
}
.main-banner h4 {
line-height: 50px;
font-size: 1.8em;
}
h3.title {
font-size: 27px;
letter-spacing: 11px;
}
h6.top-title {
font-size: 29px;
}
.about-icon span {
font-size: 33px;
}
.client-icon-top span {
font-size: 19px;
line-height: 67px;
}
.two-demo-button p {
font-size: 15px;
}
.social-icons ul li a span {
font-size: 17px;
}
.number-w3three-info h5 {
font-size: 23px;
}
.inner_page-banner {
min-height: 216px;
}
.contact-list-grid:nth-child(3),
.contact-list-grid:nth-child(4) {
margin-top: 20px;
}
}
@media(max-width:800px) {
#logo a {
font-size: 31px;
}
nav ul li a {
letter-spacing: 1px;
}
.table-sub-title h5 {
font-size: 42px;
}
.table-wthree-price,
.clients-info {
padding: 1.2em 1em;
}
.contact-forms input,
.contact-forms textarea {
padding: .7em .7em;
}
}
@media(max-width:768px) {
.style-banner {
padding-left: 1em;
}
.two-demo-button p {
padding-right: 24em;
}
.title-wls-text p {
font-size: 14px;
}
span.time {
font-size: 18px;
}
.wls-hours-list ul li {
margin-bottom: 23px;
}
.inner_page-banner {
min-height: 189px;
}
.address_mail_footer_grids iframe {
height: 14em;
}
}
@media(max-width:767px) {
.main-top {
min-height: 505px;
}
.main-banner h4 {
line-height: 46px;
font-size: 1.6em;
}
.two-demo-button p {
line-height: 25px;
}
h3.title {
letter-spacing: 9px;
}
.title-wls-text p {
padding: 0em 2em;
}
.headder-top {
padding: 1em 1em;
}
.about-icon span {
font-size: 30px;
}
.table-tab-table:nth-child(2),
.table-tab-table:nth-child(3),
.count-num-txt:nth-child(4),
.count-num-txt:nth-child(3) {
margin-top: 25px;
}
.style-banner {
padding-top: 9em;
}
.count-num-txt:nth-child(3) {
margin-top: 20px;
}
}
@media(max-width:736px) {
.two-demo-button p {
padding-right: 19em;
}
.ser-sevice-grid h4,
.table-sub-title h4,
.clients-info h4,
.footer-bottom-txt h4,
.contact-list-grid h4,
.tasty-recipe-wthree h4 {
font-size: 21px;
}
.table-sub-title h5 {
font-size: 40px;
}
h6.top-title {
font-size: 27px;
}
.social-icons ul li a span {
font-size: 16px;
}
}
@media(max-width:667px) {
.two-demo-button p {
font-size: 14px;
}
#logo a {
font-size: 28px;
}
.main-banner h4 {
line-height: 38px;
font-size: 1.4em;
}
.main-top {
min-height: 469px;
}
span.time {
font-size: 16px;
}
.about-icon span {
font-size: 27px;
}
.number-w3three-info {
padding: 1.2em 1em;
}
}
@media(max-width:640px) {
h3.title {
letter-spacing: 7px;
font-size: 25px;
}
.view-buttn a {
padding: 6px 11px;
}
.client-icon-top {
width: 58px;
height: 59px;
top: -41px;
left: 45%;
}
.client-icon-top span {
font-size: 17px;
line-height: 62px;
}
.inner_page-banner {
min-height: 177px;
}
}
@media(max-width:600px) {
.two-demo-button p {
padding-right: 15em;
}
.style-banner {
padding-left: .5em;
}
h6.top-title {
font-size: 25px;
}
.table-sub-title h5 {
font-size: 38px;
}
}
@media(max-width:568px) {
.main-top {
min-height: 443px;
}
.style-banner {
padding-top: 8em;
}
.about-fashion-one {
width: 50%;
}
.about-fashion-one:nth-child(3),
.about-fashion-one:nth-child(4) {
margin-top: 20px;
}
.service-grid-wthree {
text-align: center;
}
.service-grid-wthree:nth-child(2),
.footer-bottom-txt:nth-child(2) {
margin-top: 25px;
}
.number-w3three-info h5 {
font-size: 21px;
}
.number-w3three-info h5 {
font-size: 19px;
}
.address_mail_footer_grids iframe {
height: 12em;
}
.contact-list-grid:nth-child(2) {
margin-top: 20px;
}
.gallery-img-grid {
width: 50%;
}
}
@media(max-width:480px) {
.two-demo-button p {
padding-right: 8em;
}
.main-top {
min-height: 420px;
}
.style-banner {
padding-top: 7em;
}
.main-banner h4 {
font-size: 1.3em;
line-height: 34px;
}
.bottem-txt-footer p {
letter-spacing: 1px;
}
.client-icon-top {
left: 43%;
}
.contact-forms textarea {
height: 8em;
}
}
@media(max-width:440px) {
.two-demo-button p {
padding-right: 5em;
}
span.time {
font-size: 14px;
}
.table-sub-title h5 {
font-size: 35px;
}
h3.title {
letter-spacing: 5px;
font-size: 23px;
}
.bottem-txt-footer p {
line-height: 25px;
}
.popup {
max-width: 376px;
}
}
@media(max-width:414px) {
.two-demo-button p {
padding-right: 3em;
}
.about-icon span {
font-size: 25px;
}
.table-sub-title h5 {
font-size: 33px;
}
}
@media(max-width:384px) {
.main-top {
min-height: 392px;
}
.two-demo-button p {
padding-right: 1em;
}
.social-icons ul li a span {
font-size: 15px;
}
.client-icon-top {
left: 42%;
}
.footer-bottom-txt h2 a {
font-size: 20px;
}
.gallery-img-grid {
width: 85%;
margin: 0px auto;
}
.popup {
max-width: 335px;
}
}
@media(max-width:375px) {
.title-wls-text p {
padding: 0em 0em;
}
.wls-hours-list ul li {
margin-bottom: 19px;
}
h6.top-title {
font-size: 23px;
}
.table-sub-title h5 {
font-size: 31px;
}
.sent-butnn {
font-size: 14px;
}
}
@media(max-width:320px) {
.two-demo-button p {
padding-right: 0em;
line-height: 22px;
}
.table-sub-title h5 span {
font-size: 15px;
}
.style-banner {
padding-top: 6.5em;
}
.client-icon-top {
left: 39%;
}
.gallery-img-grid {
width: 100%;
}
.popup {
max-width: 283px;
padding: 2em 1.5em;
}
}
/*--//responsive--*/ | mysite/account/static/css/style2.css | html {
scroll-behavior: smooth;
}
html,
body {
padding: 0;
margin: 0;
background: #fff;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}
input[type="button"],
input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
font-family: 'Open Sans', sans-serif;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Oswald', sans-serif;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
ul li {
display: inline-block;
}
/*-- //Reset-Code --*/
h3.title {
font-size: 33px;
color: #424141;
letter-spacing: 15px;
font-weight: 400;
text-transform: capitalize;
}
h6.top-title {
font-size: 35px;
color: #424141;
font-weight: 600;
text-transform: uppercase;
}
.title-wls-text p {
font-size: 15px;
color: #888;
letter-spacing: 1px;
padding: 0em 19em;
}
.ser-sevice-grid h4,
.table-sub-title h4,
.clients-info h4,
.footer-bottom-txt h4,
.contact-list-grid h4,
.tasty-recipe-wthree h4 {
font-size: 25px;
color: #40cdea;
text-transform: capitalize;
font-weight: 400;
}
.about-grid-title p,
.about-para-txt p,
.ser-sevice-grid p,
.table-sub-title p,
.clients-info p,
.contact-list-grid p,
.contact-list-grid p a,
.tasty-recipe-wthree p,
.list-of-menu p,
.list-of-menu ul li {
font-size: 14px;
color: #4c4c4c;
line-height: 25px;
}
/* header */
/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
display: none;
}
/* Giving a background-color to the nav container. */
nav {
margin: 0;
padding: 0;
}
#logo a {
float: left;
display: initial;
font-weight: 400;
font-size: 35px;
letter-spacing: 1px;
color: #fff;
padding: 0;
}
/* Since we'll have the "ul li" "float:left"
* we need to add a clear after the container. */
nav:after {
content: "";
display: table;
clear: both;
}
/* Removing padding, margin and "list-style" from the "ul",
* and adding "position:reltive" */
nav ul {
float: right;
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
/* Positioning the navigation items inline */
nav ul li {
margin: 0px;
display: inline-block;
float: left;
}
/* Styling the links */
nav ul li a {
color: black;
text-transform: capitalize;
font-weight: 400;
font-size: 150%;
letter-spacing: 2px;
background: transparent;
padding: 7px 28px;
display: inline-block;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
nav ul li ul li:hover {
background: #f8f9fa;
}
.menu li .drop-text:hover {
color: #000;
border: none;
}
/* Background color change on Hover */
/* messages */
ul.messages {
margin:10px 100px;
padding:0;
list-style-type:
none;
}
ul.messages li.success,
ul.messages li.warning,
ul.messages li.error,
ul.messages li.info {
margin:0;
padding:14px 20px;
list-style:none;
color:#fff;
}
ul.messages li.success { background:#81ce81; }
ul.messages li.success a { color:#0ac33e; }
ul.messages li.error { background:#a30029; color:#e9828e; }
ul.messages li.error a { color:#e9828e; }
ul.messages li.info { background:#faffae; color:#696b4e; }
ul.messages li.info a { color:#1586de; }
ul.messages li.warning { background:#de9404; }
ul.messages li.warning a { color:#f49000; }
ul.messages li a.close {
margin:0;
float:right;
opacity:1;
border:0;
box-shadow:none;
text-shadow:none;
}
/*.menu li.active a,.menu li a:hover{border-bottom: 1px solid #d4d4d4;}*/
.menu li a:hover {
opacity: 0.8;
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/* Hide Dropdowns by Default
* and giving it a position of absolute */
nav ul ul {
display: none;
position: absolute;
top: 33px;
background: #000;
padding: 10px;
border-radius: 4px;
box-shadow: -1px 1px 5px black;
}
/* Display Dropdowns on Hover */
nav ul li:hover>ul {
display: inherit;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
width: 170px;
float: none;
display: list-item;
position: relative;
}
nav ul ul li a {
color: #fff;
padding: 5px 10px;
display: block;
background: transparent;
}
/* Second, Third and more Tiers
* We move the 2nd and 3rd etc tier dropdowns to the left
* by the amount of the width of the first tier.
*/
nav ul ul ul li {
position: relative;
top: -60px;
/* has to be the same number as the "width" of "nav ul ul li" */
left: 170px;
}
/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
content: '';
}
a.reqe-button {
border: 2px solid rgba(255, 255, 255, 0.35);
border-radius: 4px;
}
/* Media Queries
--------------------------------------------- */
@media(max-width: 800px) {
nav a {
font-size: 13px;
}
}
@media all and (max-width: 767px) {
#logo {
display: block;
padding: 0;
width: 100%;
text-align: center;
float: none;
}
nav {
margin: 0;
}
/* Hide the navigation menu by default */
/* Also hide the */
.toggle+a,
.menu {
display: none;
}
/* Stylinf the toggle lable */
.toggle {
display: block;
padding: 6px 17px;
font-size: 14px;
text-decoration: none;
border: none;
float: right;
background-color: #5facbe;
color: #fff;
border-radius: 50px;
cursor: pointer;
}
.menu .toggle {
float: none;
text-align: center;
margin: auto;
max-width: 138px;
padding: 10px 18px;
font-weight: normal;
font-size: 15px;
letter-spacing: 1px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.menu .toggle:hover {
color: #fff;
opacity: .8;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.toggle:hover {
color: #000;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
label.toggle.toogle-2 {
background: transparent;
text-transform: capitalize;
font-size: 14px;
color: #fff;
}
/* Display Dropdown when clicked on Parent Lable */
[id^=drop]:checked+ul {
display: block;
background: #5facbe;
padding: 15px 0;
text-align: center;
width: 100%;
z-index: 99999;
}
/* Change menu item's width to 100% */
nav ul li {
display: block;
width: 100%;
padding: 5px 0;
}
nav ul ul .toggle,
nav ul ul a {
padding: 0 40px;
}
nav ul ul ul a {
padding: 0 80px;
}
nav a:hover,
nav ul ul ul a {
background-color: transparent;
}
nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a {
padding: 14px 20px;
color: #FFF;
font-size: 15px;
}
/*
nav ul li ul li .toggle,
nav ul ul a {
background-color: #212121;
} */
/* Hide Dropdowns by Default */
nav ul ul {
float: none;
position: static;
color: #ffffff;
/* has to be the same number as the "line-height" of "nav a" */
}
/* Hide menus on hover */
nav ul ul li:hover>ul,
nav ul li:hover>ul {
display: none;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
display: block;
width: 100%;
padding: 0;
}
nav ul ul ul li {
position: static;
/* has to be the same number as the "width" of "nav ul ul li" */
}
nav a {
color: #000;
font-size: 15px;
}
.menu li.active a,
.menu li a:hover {
background: transparent;
}
}
@media all and (max-width: 568px) {
nav a,
.menu .toggle,
nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a {
font-size: 14px;
}
}
@media all and (max-width: 320px) {
nav a,
.menu .toggle,
nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a {
font-size: 13px;
}
}
/*-- dropdown --*/
/* banner */
.main-top {
background: url(../images/b2.jpg) no-repeat bottom;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 800px;
}
.headder-top {
position: absolute;
width: 100%;
padding: 1em 2em;
}
.style-banner {
padding-top: 18em;
padding-left: 4em;
}
.two-demo-button p {
color: #dadada;
font-weight: 100;
padding-right: 68em;
line-height: 28px;
font-size: 16px;
}
.main-banner h4 {
color: #fff;
font-size: 2.7em;
font-weight: 400;
text-transform: uppercase;
line-height: 68px;
}
.social-icons ul li a span {
color: #e0e0e0;
font-size: 20px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
}
.social-icons ul li a span:hover {
color: #cacaca;
}
.view-buttn a {
font-size: 13px;
color: #ffffff;
text-decoration: none;
text-transform: capitalize;
display: inline-block;
letter-spacing: 1px;
outline: none;
font-weight: 400;
background-color: #40cdea;
padding: 7px 14px;
}
.view-buttn a:hover,
button.btn1:hover,
.sent-butnn:hover {
opacity: 0.8;
}
/* //banner */
/*--inner-banner -- */
.inner_page-banner {
text-align: center;
background: url(../images/b2.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 300px;
}
.using-border {
width: 100%;
border: none;
background: #40cdea;
text-align: center;
}
ul.short_ls li a {
color: #ffffff;
text-decoration: none;
}
ul.short_ls li {
list-style: none;
display: inline-block;
letter-spacing: 1px;
font-size: 14px;
color: #000;
}
/*-- //inner-banner --*/
/*-- menu-- */
.menu-order {
background: url(../images/menu.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.wls-hours-list ul li {
border-bottom: 2px dotted #000;
padding: 0px 0px 7px;
margin-bottom: 31px;
font-size: 14px;
}
span.time {
font-size: 22px;
font-weight: 600;
color: #5facbe;
}
/*--// menu-- */
/*-- service-- */
.about-icon span {
font-size: 41px;
color: #000;
}
/*-- //service-- */
/*-- prices-- */
.price,
.stats-count {
background: url(../images/b3.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.table-list-txt ul li {
padding-top: 3px;
}
.table-sub-title h5 {
font-size: 52px;
color: #949494;
}
.table-sub-title h5 span {
font-size: 20px;
}
.table-sub-title h5 span {
font-size: 16px;
color: #000;
margin-right: 4px;
}
.table-sub-title h6 {
font-size: 14px;
color: #3e3e3e;
}
.table-wthree-price,
.clients-info {
background: rgba(255, 255, 255, 0.75);
padding: 2em 1.5em;
box-shadow: 0px 0px 8px #cecbcb;
}
/*--//prices-- */
/*--clients-- */
.register-left-w3pvt {
position: relative;
}
.client-icon-top {
position: absolute;
width: 67px;
border-radius: 50%;
height: 68px;
background: #40cdea;
top: -51px;
text-align: center;
box-shadow: -1px 1px 13px #d0d0d0;
left: 40%;
}
.client-icon-top span {
color: #fff;
font-size: 23px;
line-height: 66px;
}
/*--//clients-- */
/*count*/
.count {
color:#aaa;
border:3px solid #bbb;
border-radius:26px;
padding:10px 20px;
margin:20px 10px 0;
}
/*end of count*/
/*--countr-- */
.number-w3three-info h5 {
font-size: 34px;
font-weight: 400;
color: #fff;
}
.number-w3three-info {
background: rgba(197, 197, 197, 0.6);
padding: 2em 1em;
box-shadow: -1px -1px 7px #989898;
}
/*--//countr-- */
/*--contact-- */
.contact-forms input,
.contact-forms textarea {
width: 100%;
font-size: 14px;
color: #000;
padding: .8em .7em;
outline: none;
background: #fbfbfb;
border: 1px solid #000;
border-radius: 0px;
box-shadow: 0px 0px 4px #888888;
}
.contact-forms textarea {
resize: none;
height: 10em;
}
.address_mail_footer_grids iframe {
width: 100%;
height: 18em;
border: none;
padding: 10px;
}
.sent-butnn {
font-size: 16px;
padding: 6px 26px;
color: #fff;
background: #000;
letter-spacing: 1px;
}
/*--//contact-- */
/*--gallery-- */
/* popup */
.popup-effect {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 0ms;
visibility: hidden;
opacity: 0;
z-index: 99;
}
.popup-effect:target {
visibility: visible;
opacity: 1;
}
.popup {
background: #fff;
border-radius: 4px;
max-width: 430px;
position: relative;
margin: 3em auto;
padding: 3em 2em;
z-index: 999;
text-align: center;
}
.popup .close {
position: absolute;
top: 5px;
right: 15px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #000;
}
.popup .close:hover {
color: #686de0;
}
/* //popup */
/*--// gallery-- */
/*-- Recipe-- */
.list-of-menu ul li {
display: block;
}
/*-- Recipe-- */
/*-- footer-- */
footer,
.footer-copy-write {
background: #000;
}
.footer-bottom-txt h2 a {
font-size: 21px;
color: #fff;
}
.footer-bottom-txt p,
.footer-top p,
.footer-top p a,
.footer-hours-list ul li {
font-size: 13px;
color: #cac9c9;
line-height: 25px;
}
a.move-top {
display: inline-block;
font-size: 26px;
color: #fff;
}
.bottem-txt-footer p {
font-size: 14px;
color: #fff;
letter-spacing: 2px;
}
.bottem-txt-footer p a {
color: #3a8f96;
font-size: 14px;
}
.bottem-txt-footer p a:hover {
color: #fff;
}
/*--//footer-- */
/*--responsive--*/
@media(max-width:1920px) {}
@media(max-width:1680px) {}
@media(max-width:1600px) {}
@media(max-width:1440px) {
.two-demo-button p {
padding-right: 59em;
}
.main-top {
min-height: 680px;
}
.style-banner {
padding-top: 14em;
padding-left: 3em;
}
.main-banner h4 {
font-size: 2.5em;
}
h6.top-title {
font-size: 33px;
}
h3.title {
font-size: 31px;
letter-spacing: 13px;
}
span.time {
font-size: 20px;
}
.table-sub-title h5 {
font-size: 49px;
}
.about-icon span {
font-size: 38px;
}
}
@media(max-width:1366px) {
.two-demo-button p {
padding-right: 56em;
}
#logo a {
font-size: 33px;
}
.ser-sevice-grid h4,
.table-sub-title h4,
.clients-info h4,
.footer-bottom-txt h4,
.contact-list-grid h4,
.tasty-recipe-wthree h4 {
font-size: 23px;
}
.client-icon-top {
top: -49px;
}
.client-icon-top span {
font-size: 21px;
line-height: 72px;
}
.inner_page-banner {
min-height: 285px;
}
}
@media(max-width:1280px) {
nav ul li a {
padding: 7px 24px;
}
.two-demo-button p {
padding-right: 50em;
}
.social-icons ul li a span {
font-size: 18px;
}
.table-wthree-price,
.clients-info {
padding: 1.7em 1.2em;
}
.main-top {
min-height: 600px;
}
.style-banner {
padding-top: 11em;
}
.number-w3three-info {
padding: 1.5em 1em;
}
.number-w3three-info h5 {
font-size: 29px;
}
}
@media(max-width:1080px) {
.title-wls-text p {
padding: 0em 15em;
}
.main-banner h4 {
font-size: 2.2em;
}
.two-demo-button p {
padding-right: 39em;
}
h6.top-title {
font-size: 31px;
}
}
@media(max-width:1050px) {
.style-banner {
padding-left: 2em;
}
h3.title {
font-size: 29px;
}
.wls-hours-list ul li {
padding: 0px 0px 5px;
margin-bottom: 26px;
}
.about-icon span {
font-size: 36px;
}
.table-sub-title h5 {
font-size: 47px;
}
.main-banner h4 {
line-height: 55px;
}
.main-top {
min-height: 583px;
}
}
@media(max-width:1024px) {
.two-demo-button p {
padding-right: 35em;
}
.main-banner h4 {
font-size: 2em;
}
nav ul li a {
padding: 7px 19px;
}
.view-buttn a {
padding: 7px 12px;
}
.number-w3three-info h5 {
font-size: 26px;
}
.inner_page-banner {
min-height: 250px;
}
.address_mail_footer_grids iframe {
height: 16em;
}
.contact-forms textarea {
height: 9em;
}
.sent-butnn {
font-size: 15px;
}
}
@media(max-width:991px) {
.title-wls-text p {
padding: 0em 7em;
}
.service-grid-wthree:nth-child(3) {
margin-top: 25px;
}
.table-sub-title h5 {
font-size: 45px;
}
.table-wthree-price,
.clients-info {
padding: 1.5em 1em;
}
.client-icon-top {
width: 62px;
height: 62px;
top: -43px;
left: 45%;
}
.clients-client:nth-child(1) {
margin-top: 30px;
}
.clients-client:nth-child(2),
.clients-client:nth-child(3) {
margin-top: 68px;
}
.footer-bottom-txt:nth-child(3),
.footer-bottom-txt:nth-child(4) {
margin-top: 25px;
}
.ser-sevice-grid h4,
.table-sub-title h4,
.clients-info h4,
.footer-bottom-txt h4,
.contact-list-grid h4,
.tasty-recipe-wthree h4 {
font-size: 22px;
}
.about-imgs-txt {
text-align: center;
}
.about-two-grids {
margin: 33px 0px;
}
.tasty-recipe-wthree:nth-child(1) {
margin-bottom: 25px;
}
.tasty-recipe-wthree:nth-child(2),
.contact-form-txt {
margin-top: 25px;
}
}
@media(max-width:900px) {
.two-demo-button p {
padding-right: 27em;
}
.main-top {
min-height: 538px;
}
.style-banner {
padding-top: 10em;
}
.main-banner h4 {
line-height: 50px;
font-size: 1.8em;
}
h3.title {
font-size: 27px;
letter-spacing: 11px;
}
h6.top-title {
font-size: 29px;
}
.about-icon span {
font-size: 33px;
}
.client-icon-top span {
font-size: 19px;
line-height: 67px;
}
.two-demo-button p {
font-size: 15px;
}
.social-icons ul li a span {
font-size: 17px;
}
.number-w3three-info h5 {
font-size: 23px;
}
.inner_page-banner {
min-height: 216px;
}
.contact-list-grid:nth-child(3),
.contact-list-grid:nth-child(4) {
margin-top: 20px;
}
}
@media(max-width:800px) {
#logo a {
font-size: 31px;
}
nav ul li a {
letter-spacing: 1px;
}
.table-sub-title h5 {
font-size: 42px;
}
.table-wthree-price,
.clients-info {
padding: 1.2em 1em;
}
.contact-forms input,
.contact-forms textarea {
padding: .7em .7em;
}
}
@media(max-width:768px) {
.style-banner {
padding-left: 1em;
}
.two-demo-button p {
padding-right: 24em;
}
.title-wls-text p {
font-size: 14px;
}
span.time {
font-size: 18px;
}
.wls-hours-list ul li {
margin-bottom: 23px;
}
.inner_page-banner {
min-height: 189px;
}
.address_mail_footer_grids iframe {
height: 14em;
}
}
@media(max-width:767px) {
.main-top {
min-height: 505px;
}
.main-banner h4 {
line-height: 46px;
font-size: 1.6em;
}
.two-demo-button p {
line-height: 25px;
}
h3.title {
letter-spacing: 9px;
}
.title-wls-text p {
padding: 0em 2em;
}
.headder-top {
padding: 1em 1em;
}
.about-icon span {
font-size: 30px;
}
.table-tab-table:nth-child(2),
.table-tab-table:nth-child(3),
.count-num-txt:nth-child(4),
.count-num-txt:nth-child(3) {
margin-top: 25px;
}
.style-banner {
padding-top: 9em;
}
.count-num-txt:nth-child(3) {
margin-top: 20px;
}
}
@media(max-width:736px) {
.two-demo-button p {
padding-right: 19em;
}
.ser-sevice-grid h4,
.table-sub-title h4,
.clients-info h4,
.footer-bottom-txt h4,
.contact-list-grid h4,
.tasty-recipe-wthree h4 {
font-size: 21px;
}
.table-sub-title h5 {
font-size: 40px;
}
h6.top-title {
font-size: 27px;
}
.social-icons ul li a span {
font-size: 16px;
}
}
@media(max-width:667px) {
.two-demo-button p {
font-size: 14px;
}
#logo a {
font-size: 28px;
}
.main-banner h4 {
line-height: 38px;
font-size: 1.4em;
}
.main-top {
min-height: 469px;
}
span.time {
font-size: 16px;
}
.about-icon span {
font-size: 27px;
}
.number-w3three-info {
padding: 1.2em 1em;
}
}
@media(max-width:640px) {
h3.title {
letter-spacing: 7px;
font-size: 25px;
}
.view-buttn a {
padding: 6px 11px;
}
.client-icon-top {
width: 58px;
height: 59px;
top: -41px;
left: 45%;
}
.client-icon-top span {
font-size: 17px;
line-height: 62px;
}
.inner_page-banner {
min-height: 177px;
}
}
@media(max-width:600px) {
.two-demo-button p {
padding-right: 15em;
}
.style-banner {
padding-left: .5em;
}
h6.top-title {
font-size: 25px;
}
.table-sub-title h5 {
font-size: 38px;
}
}
@media(max-width:568px) {
.main-top {
min-height: 443px;
}
.style-banner {
padding-top: 8em;
}
.about-fashion-one {
width: 50%;
}
.about-fashion-one:nth-child(3),
.about-fashion-one:nth-child(4) {
margin-top: 20px;
}
.service-grid-wthree {
text-align: center;
}
.service-grid-wthree:nth-child(2),
.footer-bottom-txt:nth-child(2) {
margin-top: 25px;
}
.number-w3three-info h5 {
font-size: 21px;
}
.number-w3three-info h5 {
font-size: 19px;
}
.address_mail_footer_grids iframe {
height: 12em;
}
.contact-list-grid:nth-child(2) {
margin-top: 20px;
}
.gallery-img-grid {
width: 50%;
}
}
@media(max-width:480px) {
.two-demo-button p {
padding-right: 8em;
}
.main-top {
min-height: 420px;
}
.style-banner {
padding-top: 7em;
}
.main-banner h4 {
font-size: 1.3em;
line-height: 34px;
}
.bottem-txt-footer p {
letter-spacing: 1px;
}
.client-icon-top {
left: 43%;
}
.contact-forms textarea {
height: 8em;
}
}
@media(max-width:440px) {
.two-demo-button p {
padding-right: 5em;
}
span.time {
font-size: 14px;
}
.table-sub-title h5 {
font-size: 35px;
}
h3.title {
letter-spacing: 5px;
font-size: 23px;
}
.bottem-txt-footer p {
line-height: 25px;
}
.popup {
max-width: 376px;
}
}
@media(max-width:414px) {
.two-demo-button p {
padding-right: 3em;
}
.about-icon span {
font-size: 25px;
}
.table-sub-title h5 {
font-size: 33px;
}
}
@media(max-width:384px) {
.main-top {
min-height: 392px;
}
.two-demo-button p {
padding-right: 1em;
}
.social-icons ul li a span {
font-size: 15px;
}
.client-icon-top {
left: 42%;
}
.footer-bottom-txt h2 a {
font-size: 20px;
}
.gallery-img-grid {
width: 85%;
margin: 0px auto;
}
.popup {
max-width: 335px;
}
}
@media(max-width:375px) {
.title-wls-text p {
padding: 0em 0em;
}
.wls-hours-list ul li {
margin-bottom: 19px;
}
h6.top-title {
font-size: 23px;
}
.table-sub-title h5 {
font-size: 31px;
}
.sent-butnn {
font-size: 14px;
}
}
@media(max-width:320px) {
.two-demo-button p {
padding-right: 0em;
line-height: 22px;
}
.table-sub-title h5 span {
font-size: 15px;
}
.style-banner {
padding-top: 6.5em;
}
.client-icon-top {
left: 39%;
}
.gallery-img-grid {
width: 100%;
}
.popup {
max-width: 283px;
padding: 2em 1.5em;
}
}
/*--//responsive--*/ | 0.413359 | 0.059265 |
.UnitHeader-overflowContainer {
display: none;
height: 1.5rem;
position: absolute;
right: 1rem;
width: 1.5rem;
}
.go-Main-header[data-fixed] .UnitHeader-overflowContainer {
display: block;
}
@media screen and (min-width: 80rem) {
.go-Main-header[data-fixed] .UnitHeader-overflowContainer {
display: none;
}
}
.UnitHeader-overflowImage {
fill: var(--gray-3);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.UnitHeader-overflowSelect {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
color: transparent;
cursor: pointer;
font-size: 1rem;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.UnitHeader-overflowSelect option {
color: var(--color-text);
}
.UnitHeader-versionBadge,
.DetailsHeader-badge {
border-radius: unset;
color: var(--color-text-inverted);
font-size: 0.7rem;
line-height: 0.85rem;
margin: -1rem 0 -1rem 0.5rem;
padding: 0.25rem 0.5rem;
text-transform: uppercase;
top: -0.0625rem;
}
.UnitHeader-versionBadge--unknown,
.DetailsHeader-badge--unknown {
display: none;
}
a.UnitHeader-backLink {
color: var(--color-text);
display: block;
font-size: 1rem;
}
.UnitHeader-backLink img {
vertical-align: middle;
}
.DetailsHeader-badge--notAtLatest a {
display: none;
}
.DetailsHeader-badge--notAtLatest span.DetailsHeader-span--latest {
display: none;
}
.DetailsHeader-badge--notAtLatest .UnitMetaDetails-icon {
z-index: 1;
}
.DetailsHeader-badge--notAtLatest .UnitMetaDetails-toggletipBubble {
color: var(--black);
text-transform: none;
}
.DetailsHeader-span--notAtLatest .UnitMetaDetails-toggletip {
height: 0;
}
.DetailsHeader-span--notAtLatest .UnitMetaDetails-toggletip button {
height: 0.8125rem;
line-height: 0;
}
.DetailsHeader-span--notAtLatest .UnitMetaDetails-toggletip img {
vertical-align: middle;
}
.DetailsHeader-badge--goToLatest span {
display: none;
}
.DetailsHeader-badge--goToLatest span.DetailsHeader-span--goToLatest {
display: initial;
}
.DetailsHeader-badge--unknown a {
display: none;
}
.DetailsHeader-badge--unknown span {
display: none;
}
.DetailsHeader-badge {
border-radius: 1rem;
display: inline-block;
font-size: 0.75rem;
padding: 0.25rem 0.75rem;
position: relative;
top: -0.125rem;
}
.DetailsHeader-badge--latest a {
display: none;
}
.DetailsHeader-badge--latest span.DetailsHeader-span--notAtLatest {
display: none;
} | static/frontend/unit/_header.css | .UnitHeader-overflowContainer {
display: none;
height: 1.5rem;
position: absolute;
right: 1rem;
width: 1.5rem;
}
.go-Main-header[data-fixed] .UnitHeader-overflowContainer {
display: block;
}
@media screen and (min-width: 80rem) {
.go-Main-header[data-fixed] .UnitHeader-overflowContainer {
display: none;
}
}
.UnitHeader-overflowImage {
fill: var(--gray-3);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.UnitHeader-overflowSelect {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
color: transparent;
cursor: pointer;
font-size: 1rem;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.UnitHeader-overflowSelect option {
color: var(--color-text);
}
.UnitHeader-versionBadge,
.DetailsHeader-badge {
border-radius: unset;
color: var(--color-text-inverted);
font-size: 0.7rem;
line-height: 0.85rem;
margin: -1rem 0 -1rem 0.5rem;
padding: 0.25rem 0.5rem;
text-transform: uppercase;
top: -0.0625rem;
}
.UnitHeader-versionBadge--unknown,
.DetailsHeader-badge--unknown {
display: none;
}
a.UnitHeader-backLink {
color: var(--color-text);
display: block;
font-size: 1rem;
}
.UnitHeader-backLink img {
vertical-align: middle;
}
.DetailsHeader-badge--notAtLatest a {
display: none;
}
.DetailsHeader-badge--notAtLatest span.DetailsHeader-span--latest {
display: none;
}
.DetailsHeader-badge--notAtLatest .UnitMetaDetails-icon {
z-index: 1;
}
.DetailsHeader-badge--notAtLatest .UnitMetaDetails-toggletipBubble {
color: var(--black);
text-transform: none;
}
.DetailsHeader-span--notAtLatest .UnitMetaDetails-toggletip {
height: 0;
}
.DetailsHeader-span--notAtLatest .UnitMetaDetails-toggletip button {
height: 0.8125rem;
line-height: 0;
}
.DetailsHeader-span--notAtLatest .UnitMetaDetails-toggletip img {
vertical-align: middle;
}
.DetailsHeader-badge--goToLatest span {
display: none;
}
.DetailsHeader-badge--goToLatest span.DetailsHeader-span--goToLatest {
display: initial;
}
.DetailsHeader-badge--unknown a {
display: none;
}
.DetailsHeader-badge--unknown span {
display: none;
}
.DetailsHeader-badge {
border-radius: 1rem;
display: inline-block;
font-size: 0.75rem;
padding: 0.25rem 0.75rem;
position: relative;
top: -0.125rem;
}
.DetailsHeader-badge--latest a {
display: none;
}
.DetailsHeader-badge--latest span.DetailsHeader-span--notAtLatest {
display: none;
} | 0.555435 | 0.090574 |
html {
overflow-y:scroll;
}
body {
background-color: #f2efeb;
font-size: 100%;
line-height: 1.5em;
}
#wrapper{
width:90%;
margin: 0 auto;
overflow: hidden;
background-color: #f9d19a;
}
header{
width: 100%;
float: left;
height: 60px;
background-color: #fa8b60;
}
#logo{
width: 12%;
float: left;
margin-left: 2%;
}
#logo img{
width: 100%;
height: 60px;
}
#title{
width: 62%;
float: left;
margin-top: 1%;
padding-left: 4%;
}
#title h1{
font-size: 100%;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: bold;
}
#login{
width: 18%;
float: left;
margin-right: 6%;
margin-top: 2%;
}
.signs{
width: 100%;
float: left;
margin-left: 60%;
margin-bottom: 1%;
font-size: 80%;
}
#login a{
color: #fff;
text-transform: uppercase;
margin-bottom: 1px solid #fff;
}
nav{
width: 100%;
float: left;
height: 25px;
background-color: #3f2860;
}
nav ul{
margin: 0;
padding: 0;
}
nav li{
list-style: none;
display: inline;
margin-left: 3%;
}
nav a{
text-decoration: none;
color: #fff;
font-size: 75%;
font-family: 'Droid Sans Mono', sans-serif;
}
nav li:hover a, nav li.over a{
color: #ef6d38;
border: none;
text-decoration: none;
}
footer{
width: 100%;
float: left;
height: 40px;
background-color: #fa8b60;
text-align: center;
}
#content{
width: 100%;
float: left;
}
/*---------------home page-------------------*/
#stuff_to_move{
display: none;
}
#slideshow{
width: 94%;
float: left;
margin-left: 3%;
margin-bottom: 3%;
margin-top: 3%;
}
#slideshow img{
width: 100%;
height: 150px;
}
#top_row{
width: 94%;
float: left;
margin-left: 3%;
}
#bottom_row{
width: 94%;
float: left;
margin-left: 3%;
}
.top_img{
width: 100%;
float: left;
margin-bottom: 3%;
}
.top_img img{
width: 100%;
}
.bot_img{
width: 100%;
float: left;
margin-bottom: 3%;
}
.bot_img img{
width: 100%;
}
#testim{
background-color: #fcefdc;
padding: 2%;
}
span.tes{
width: 30%;
float: left;
margin-right: 2%;
}
span.tes img{
width: 100%;
}
/*---------------end of home page-------------------*/
/*---------------signin page-------------------*/
#forms{
width: 94%;
float: left;
margin-left: 3%;
margin-bottom: 3%;
margin-top: 3%;
}
#forms form{
width: 100%;
float: left;
margin: 4% 0;
}
#forms input{
width: 96%;
padding: 1% 2%;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; /* future proofing */
-khtml-border-radius: 6px; /* for old Konqueror browsers */
font-size: 80%;
margin-bottom: 1%;
height: 30px;
}
#username, #password{
width: 100%;
float: left;
}
.bg{
background-color: #f2efeb;
}
#button{
width: 100%;
float: left;
}
input#btn{
height: 40px;
background-color: #ef6d3b;
text-transform: uppercase;
font-weight: bold;
font-size: 95%;
}
input#btn:hover{
background-color: #fa8b60;
}
/*---------------end of signin page-------------------*/
/*---------------products page-------------------*/
#product-list {
width: 100%;
float: left;
margin-bottom:30px;
}
.categories{
width: 100%;
float: left;
}
.prod{
width: 45%;
float: left;
margin: 0 1%;
margin-bottom: 5%;
background-color: red;
}
.prod img {
width: 100%;
}
#product-form {
margin-bottom:50px;
}
/*---------------end of products page-------------------*/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
#wrapper{
width:86%;
margin: 0 auto;
overflow: hidden;
}
header{
width: 100%;
float: left;
height: 80px;
background-color: #fa8b60;
}
#logo img{
width: 100%;
height: 80px;
}
#title{
width: 62%;
float: left;
margin-top: 1%;
padding-left: 4%;
}
#title h1{
font-size: 150%;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: bold;
}
#login{
width: 18%;
float: left;
margin-right: 4%;
margin-top: 2%;
}
.signs{
width: 100%;
float: left;
margin-left: 60%;
margin-bottom: 1%;
font-size: 90%;
}
#login a{
color: #fff;
text-transform: uppercase;
margin-bottom: 1px solid #fff;
}
nav{
width: 100%;
float: left;
height: 30px;
background-color: #3f2860;
}
nav li{
list-style: none;
display: inline;
margin-left: 3%;
}
nav a{
text-decoration: none;
color: #fff;
font-size: 90%;
}
footer{
width: 100%;
float: left;
height: 60px;
background-color: #fa8b60;
}
#content{
width: 100%;
float: left;
}
/*---------------home page-------------------*/
#slideshow{
width: 94%;
float: left;
margin-left: 3%;
margin-top: 3%;
}
#slideshow img{
width: 100%;
height: 250px;
}
#top_row{
width: 97%;
float: left;
margin-left: 1.5%;
}
#bottom_row{
width: 97%;
float: left;
margin-left: 1.5%;
}
.top_img{
width: 47%;
float: left;
margin-left: 1.5%;
margin-right: 1.5%;
}
.bot_img{
width: 47%;
float: left;
margin-left: 1.5%;
margin-right: 1.5%;
}
#testim{
background-color: #fcefdc;
padding: 2%;
}
/*---------------end of home page-------------------*/
/*---------------signin page-------------------*/
#forms{
width: 94%;
float: left;
margin-left: 3%;
margin-bottom: 3%;
margin-top: 3%;
}
#forms form{
width: 80%;
float: left;
}
input#btn{
height: 50px;
font-size: 100%;
}
/*---------------end of signin page-------------------*/
}
/* Desktop Layout: 769px to a max of 1232px. Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
#wrapper{
width:80%;
margin: 0 auto;
overflow: hidden;
}
header{
width: 100%;
float: left;
height: 120px;
background-color: #fa8b60;
}
#logo img{
width: 100%;
height: 120px;
}
#title{
width: 62%;
float: left;
margin-top: 1%;
padding-left: 4%;
}
#title h1{
font-size: 200%;
margin-left: 21%;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: bold;
}
#login{
width: 18%;
float: left;
margin-right: 4%;
margin-top: 2%;
}
.signs{
width: 100%;
float: left;
margin-left: 60%;
margin-bottom: 1%;
font-size: 100%;
}
#login a{
color: #fff;
text-transform: uppercase;
margin-bottom: 1px solid #fff;
}
nav{
width: 100%;
float: left;
height: 30px;
background-color: #3f2860;
}
nav li{
list-style: none;
display: inline;
margin-left: 3%;
}
nav a{
text-decoration: none;
color: #fff;
font-size: 100%;
}
footer{
width: 100%;
float: left;
height: 60px;
background-color: #fa8b60;
}
#content{
width: 100%;
float: left;
}
/*---------------home page-------------------*/
#slideshow{
width: 94%;
float: left;
margin-left: 3%;
}
#slideshow img{
width: 100%;
height: 300px;
}
#top_row{
width: 97%;
float: left;
margin-left: 1.5%;
}
#bottom_row{
width: 97%;
float: left;
margin-left: 1.5%;
}
.top_img{
width: 22%;
float: left;
margin-left: 1.5%;
margin-right: 1.5%;
}
.bot_img{
width: 30.33%;
float: left;
margin-left: 1.5%;
}
#testim{
background-color: #fcefdc;
padding: 3%;
}
span.tes{
width: 30%;
float: left;
margin-right: 4%;
}
/*---------------end of home page-------------------*/
/*---------------signin page-------------------*/
#forms{
width: 94%;
float: left;
margin-left: 3%;
margin-bottom: 3%;
margin-top: 3%;
}
#forms form{
width: 50%;
float: left;
margin: 2% 0;
}
input#btn{
height: 60px;
font-size: 110%;
}
/*---------------end of signin page-------------------*/
} | public/css/style.css | html {
overflow-y:scroll;
}
body {
background-color: #f2efeb;
font-size: 100%;
line-height: 1.5em;
}
#wrapper{
width:90%;
margin: 0 auto;
overflow: hidden;
background-color: #f9d19a;
}
header{
width: 100%;
float: left;
height: 60px;
background-color: #fa8b60;
}
#logo{
width: 12%;
float: left;
margin-left: 2%;
}
#logo img{
width: 100%;
height: 60px;
}
#title{
width: 62%;
float: left;
margin-top: 1%;
padding-left: 4%;
}
#title h1{
font-size: 100%;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: bold;
}
#login{
width: 18%;
float: left;
margin-right: 6%;
margin-top: 2%;
}
.signs{
width: 100%;
float: left;
margin-left: 60%;
margin-bottom: 1%;
font-size: 80%;
}
#login a{
color: #fff;
text-transform: uppercase;
margin-bottom: 1px solid #fff;
}
nav{
width: 100%;
float: left;
height: 25px;
background-color: #3f2860;
}
nav ul{
margin: 0;
padding: 0;
}
nav li{
list-style: none;
display: inline;
margin-left: 3%;
}
nav a{
text-decoration: none;
color: #fff;
font-size: 75%;
font-family: 'Droid Sans Mono', sans-serif;
}
nav li:hover a, nav li.over a{
color: #ef6d38;
border: none;
text-decoration: none;
}
footer{
width: 100%;
float: left;
height: 40px;
background-color: #fa8b60;
text-align: center;
}
#content{
width: 100%;
float: left;
}
/*---------------home page-------------------*/
#stuff_to_move{
display: none;
}
#slideshow{
width: 94%;
float: left;
margin-left: 3%;
margin-bottom: 3%;
margin-top: 3%;
}
#slideshow img{
width: 100%;
height: 150px;
}
#top_row{
width: 94%;
float: left;
margin-left: 3%;
}
#bottom_row{
width: 94%;
float: left;
margin-left: 3%;
}
.top_img{
width: 100%;
float: left;
margin-bottom: 3%;
}
.top_img img{
width: 100%;
}
.bot_img{
width: 100%;
float: left;
margin-bottom: 3%;
}
.bot_img img{
width: 100%;
}
#testim{
background-color: #fcefdc;
padding: 2%;
}
span.tes{
width: 30%;
float: left;
margin-right: 2%;
}
span.tes img{
width: 100%;
}
/*---------------end of home page-------------------*/
/*---------------signin page-------------------*/
#forms{
width: 94%;
float: left;
margin-left: 3%;
margin-bottom: 3%;
margin-top: 3%;
}
#forms form{
width: 100%;
float: left;
margin: 4% 0;
}
#forms input{
width: 96%;
padding: 1% 2%;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; /* future proofing */
-khtml-border-radius: 6px; /* for old Konqueror browsers */
font-size: 80%;
margin-bottom: 1%;
height: 30px;
}
#username, #password{
width: 100%;
float: left;
}
.bg{
background-color: #f2efeb;
}
#button{
width: 100%;
float: left;
}
input#btn{
height: 40px;
background-color: #ef6d3b;
text-transform: uppercase;
font-weight: bold;
font-size: 95%;
}
input#btn:hover{
background-color: #fa8b60;
}
/*---------------end of signin page-------------------*/
/*---------------products page-------------------*/
#product-list {
width: 100%;
float: left;
margin-bottom:30px;
}
.categories{
width: 100%;
float: left;
}
.prod{
width: 45%;
float: left;
margin: 0 1%;
margin-bottom: 5%;
background-color: red;
}
.prod img {
width: 100%;
}
#product-form {
margin-bottom:50px;
}
/*---------------end of products page-------------------*/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
#wrapper{
width:86%;
margin: 0 auto;
overflow: hidden;
}
header{
width: 100%;
float: left;
height: 80px;
background-color: #fa8b60;
}
#logo img{
width: 100%;
height: 80px;
}
#title{
width: 62%;
float: left;
margin-top: 1%;
padding-left: 4%;
}
#title h1{
font-size: 150%;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: bold;
}
#login{
width: 18%;
float: left;
margin-right: 4%;
margin-top: 2%;
}
.signs{
width: 100%;
float: left;
margin-left: 60%;
margin-bottom: 1%;
font-size: 90%;
}
#login a{
color: #fff;
text-transform: uppercase;
margin-bottom: 1px solid #fff;
}
nav{
width: 100%;
float: left;
height: 30px;
background-color: #3f2860;
}
nav li{
list-style: none;
display: inline;
margin-left: 3%;
}
nav a{
text-decoration: none;
color: #fff;
font-size: 90%;
}
footer{
width: 100%;
float: left;
height: 60px;
background-color: #fa8b60;
}
#content{
width: 100%;
float: left;
}
/*---------------home page-------------------*/
#slideshow{
width: 94%;
float: left;
margin-left: 3%;
margin-top: 3%;
}
#slideshow img{
width: 100%;
height: 250px;
}
#top_row{
width: 97%;
float: left;
margin-left: 1.5%;
}
#bottom_row{
width: 97%;
float: left;
margin-left: 1.5%;
}
.top_img{
width: 47%;
float: left;
margin-left: 1.5%;
margin-right: 1.5%;
}
.bot_img{
width: 47%;
float: left;
margin-left: 1.5%;
margin-right: 1.5%;
}
#testim{
background-color: #fcefdc;
padding: 2%;
}
/*---------------end of home page-------------------*/
/*---------------signin page-------------------*/
#forms{
width: 94%;
float: left;
margin-left: 3%;
margin-bottom: 3%;
margin-top: 3%;
}
#forms form{
width: 80%;
float: left;
}
input#btn{
height: 50px;
font-size: 100%;
}
/*---------------end of signin page-------------------*/
}
/* Desktop Layout: 769px to a max of 1232px. Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
#wrapper{
width:80%;
margin: 0 auto;
overflow: hidden;
}
header{
width: 100%;
float: left;
height: 120px;
background-color: #fa8b60;
}
#logo img{
width: 100%;
height: 120px;
}
#title{
width: 62%;
float: left;
margin-top: 1%;
padding-left: 4%;
}
#title h1{
font-size: 200%;
margin-left: 21%;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: bold;
}
#login{
width: 18%;
float: left;
margin-right: 4%;
margin-top: 2%;
}
.signs{
width: 100%;
float: left;
margin-left: 60%;
margin-bottom: 1%;
font-size: 100%;
}
#login a{
color: #fff;
text-transform: uppercase;
margin-bottom: 1px solid #fff;
}
nav{
width: 100%;
float: left;
height: 30px;
background-color: #3f2860;
}
nav li{
list-style: none;
display: inline;
margin-left: 3%;
}
nav a{
text-decoration: none;
color: #fff;
font-size: 100%;
}
footer{
width: 100%;
float: left;
height: 60px;
background-color: #fa8b60;
}
#content{
width: 100%;
float: left;
}
/*---------------home page-------------------*/
#slideshow{
width: 94%;
float: left;
margin-left: 3%;
}
#slideshow img{
width: 100%;
height: 300px;
}
#top_row{
width: 97%;
float: left;
margin-left: 1.5%;
}
#bottom_row{
width: 97%;
float: left;
margin-left: 1.5%;
}
.top_img{
width: 22%;
float: left;
margin-left: 1.5%;
margin-right: 1.5%;
}
.bot_img{
width: 30.33%;
float: left;
margin-left: 1.5%;
}
#testim{
background-color: #fcefdc;
padding: 3%;
}
span.tes{
width: 30%;
float: left;
margin-right: 4%;
}
/*---------------end of home page-------------------*/
/*---------------signin page-------------------*/
#forms{
width: 94%;
float: left;
margin-left: 3%;
margin-bottom: 3%;
margin-top: 3%;
}
#forms form{
width: 50%;
float: left;
margin: 2% 0;
}
input#btn{
height: 60px;
font-size: 110%;
}
/*---------------end of signin page-------------------*/
} | 0.332635 | 0.068662 |
body {
font-family: 'lato', Roboto, 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5;
margin: 0;
background-color: #fff;
}
*, *:before, *:after {
box-sizing: border-box;
}
a {
color: #2196f3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
margin: 0 0 1rem;
}
p:last-of-type {
margin-bottom: 0;
}
.Row {
vertical-align:top;
}
.Highlight {
background-color: #fffec0;
}
.Tile {
display: block;
border: .1rem solid #ccc;
font-size: .85rem;
height: 17rem;
width:13rem;
box-sizing: border-box;
padding: .67rem;
box-shadow: 0 8px 2px -4px rgba(0,0,0,.15);
color: #666;
text-decoration: none !important;
background: #fff;
opacity: .85;
border-radius: 3px;
}
.Tile:hover {
border: .1rem solid #999;
opacity: 1;
}
.Tile:hover h4 {
color: #069;
text-decoration: underline;
}
.Tile .Icon {
text-align: center;
margin: .5rem 0 0;
}
.Tile .Icon>i {
display: inline-block;
font-size: 1.33rem;
color: #fff;
height: 3rem;
width: 3rem;
border-radius: 50%;
line-height: 3rem;
font-style: normal;
margin: -1px 0 0 -1px;
text-shadow: rgba(0, 0, 0, .5) 1px 2px 1px
}
.Tile .Score {
margin: 0 0 .67rem
}
.Tile .Score>span:after {
content: '\2605 \2605 \2605 \2605 \2606';
display: block;
text-align: center;
}
.Tile .Version {
font-size: .75rem;
margin: -.5rem 0 .5rem;
color: #999;
}
.Tile .Version span {
margin-right: .25rem
}
.Tile .Version span.v {
margin-right: 1rem;
display: none;
}
.Tile .Version span.c:after {
content: '+'
}
.Tile .Excerpt {
white-space: normal;
line-height: 1.1rem;
height: 3.3rem;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
margin: 0 0 .67rem;
word-wrap: break-word;
}
.Tile .Excerpt p, .Tile .Excerpt div {
display: inline;
}
.Tile .Wiki{
display:none;
}
.Tile h4:after, .Tile .Excerpt:after {
display: block;
content: ' ';
box-shadow: inset #fff -250px 0 250px -200px;
height: 19px;
height: 1.1rem;
width: 100%;
position: absolute;
bottom: 0;
right: 0;
}
.Tile h4 {
font-size: 1rem;
margin: 0 0 .5rem;
line-height: 1.1rem;
max-height: 2.2rem;
overflow: hidden;
font-weight: normal;
color: #000;
font-weight: normal;
position: relative;
}
.Tile .Authors>div {
font-size: .75rem;
display: block;
color: #59a;
margin-right: .25rem;
line-height: 1rem;
} | app/Application.css | body {
font-family: 'lato', Roboto, 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5;
margin: 0;
background-color: #fff;
}
*, *:before, *:after {
box-sizing: border-box;
}
a {
color: #2196f3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
margin: 0 0 1rem;
}
p:last-of-type {
margin-bottom: 0;
}
.Row {
vertical-align:top;
}
.Highlight {
background-color: #fffec0;
}
.Tile {
display: block;
border: .1rem solid #ccc;
font-size: .85rem;
height: 17rem;
width:13rem;
box-sizing: border-box;
padding: .67rem;
box-shadow: 0 8px 2px -4px rgba(0,0,0,.15);
color: #666;
text-decoration: none !important;
background: #fff;
opacity: .85;
border-radius: 3px;
}
.Tile:hover {
border: .1rem solid #999;
opacity: 1;
}
.Tile:hover h4 {
color: #069;
text-decoration: underline;
}
.Tile .Icon {
text-align: center;
margin: .5rem 0 0;
}
.Tile .Icon>i {
display: inline-block;
font-size: 1.33rem;
color: #fff;
height: 3rem;
width: 3rem;
border-radius: 50%;
line-height: 3rem;
font-style: normal;
margin: -1px 0 0 -1px;
text-shadow: rgba(0, 0, 0, .5) 1px 2px 1px
}
.Tile .Score {
margin: 0 0 .67rem
}
.Tile .Score>span:after {
content: '\2605 \2605 \2605 \2605 \2606';
display: block;
text-align: center;
}
.Tile .Version {
font-size: .75rem;
margin: -.5rem 0 .5rem;
color: #999;
}
.Tile .Version span {
margin-right: .25rem
}
.Tile .Version span.v {
margin-right: 1rem;
display: none;
}
.Tile .Version span.c:after {
content: '+'
}
.Tile .Excerpt {
white-space: normal;
line-height: 1.1rem;
height: 3.3rem;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
margin: 0 0 .67rem;
word-wrap: break-word;
}
.Tile .Excerpt p, .Tile .Excerpt div {
display: inline;
}
.Tile .Wiki{
display:none;
}
.Tile h4:after, .Tile .Excerpt:after {
display: block;
content: ' ';
box-shadow: inset #fff -250px 0 250px -200px;
height: 19px;
height: 1.1rem;
width: 100%;
position: absolute;
bottom: 0;
right: 0;
}
.Tile h4 {
font-size: 1rem;
margin: 0 0 .5rem;
line-height: 1.1rem;
max-height: 2.2rem;
overflow: hidden;
font-weight: normal;
color: #000;
font-weight: normal;
position: relative;
}
.Tile .Authors>div {
font-size: .75rem;
display: block;
color: #59a;
margin-right: .25rem;
line-height: 1rem;
} | 0.355775 | 0.079531 |
.ubicaciones-ul
{
border: 1px #DDDDDD solid;
display: inline;
list-style: none;
padding: 0;
border-radius: 5px;
position: absolute;
z-index: 100;
background-color: white;
margin: 1px;
box-shadow: 0 0 2px #999999;
}
.ubicaciones-li
{
margin: 4px;
padding: 4px;
font-family: sans-serif;
font-size: 12px;
color: #555555;
cursor: pointer;
border-bottom: 1px solid #DDDDDD;
float: none !important;
}
.noselect:hover
{
color: #555555 !important;
background-color: white !important;
cursor: default;
}
.noselect:focus
{
color: #555555 !important;
background-color: white !important;
cursor: default;
outline: none;
}
.ubicaciones-li:last-child
{
border-bottom: none !important;
}
.ubicaciones-li:hover
{
background-color: #00ACEC /*#EE8601*/;
color: white;
}
.ubicaciones-li:focus
{
background-color: #00ACEC /*#EE8601*/;
color: white;
}
.ubicaciones-li-auxiliar
{
font-size: 10px;
}
.ubicaciones-control-typedraw {
top: 65px;
left: .5em;
}
.ubicaciones-control-typedraw label{
font-size: 9px;
color: #555555;
}
.ubicaciones-loading {
display:none;
margin-left: 32px;
position: absolute;
}
.ubicaciones-boton-search {
display: inline-block;
width: 20px;
padding-right: 6px;
padding-left: 6px;
height: 25px;
background-color: #00ACEC;
border: 1px solid #00ACEC;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
position: absolute;
border: 0 !important;
/*top: -3px;
position: relative;
top: 2px;*/
font-family: "Glyphicons" !important;
color: #fff;
/*padding: 0.3em 0.4em;
margin: 0.1em 0.2em;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
border: 1px solid #f90;*/
}
.ubicaciones-boton-search:hover {
background-color: #0087b9;
border: 1px solid #0087b9;
}
.ubicaciones-boton-search:before {
content: "\e003";
top: 0px;
position: relative;
line-height: 25px;
}
.ubicaciones-boton-search:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/*
.ubicaciones-input {
border: 1px solid #ccc;
padding: 0px 5px;
height: 25px;
}
*/
.ubicaciones-resaltado {
font-weight: bold;
}
.ubicaciones-leftpanel {
position: absolute;
z-index: 100;
background-color: white;
-moz-box-shadow: 2px 0 2px rgba(0,0,0,0.3);
box-shadow: 2px 0 2px rgba(0,0,0,0.3);
}
.ubicaciones-leftpanel-title {
background-color: rgb(219, 68, 55);
padding: 10px;
color: white;
}
.ubicaciones-leftpanel-title-back:after {
font-family: "Glyphicons" !important;
content: "\e091";
padding-right: 10px;
cursor: pointer;
}
.ubicaciones-leftpanel-content {
overflow: hidden;
padding: 10px;
}
.ubicaciones-object-label{
font-weight: bold;
margin-right: 10px;
} | public/css/ubicaciones.css | .ubicaciones-ul
{
border: 1px #DDDDDD solid;
display: inline;
list-style: none;
padding: 0;
border-radius: 5px;
position: absolute;
z-index: 100;
background-color: white;
margin: 1px;
box-shadow: 0 0 2px #999999;
}
.ubicaciones-li
{
margin: 4px;
padding: 4px;
font-family: sans-serif;
font-size: 12px;
color: #555555;
cursor: pointer;
border-bottom: 1px solid #DDDDDD;
float: none !important;
}
.noselect:hover
{
color: #555555 !important;
background-color: white !important;
cursor: default;
}
.noselect:focus
{
color: #555555 !important;
background-color: white !important;
cursor: default;
outline: none;
}
.ubicaciones-li:last-child
{
border-bottom: none !important;
}
.ubicaciones-li:hover
{
background-color: #00ACEC /*#EE8601*/;
color: white;
}
.ubicaciones-li:focus
{
background-color: #00ACEC /*#EE8601*/;
color: white;
}
.ubicaciones-li-auxiliar
{
font-size: 10px;
}
.ubicaciones-control-typedraw {
top: 65px;
left: .5em;
}
.ubicaciones-control-typedraw label{
font-size: 9px;
color: #555555;
}
.ubicaciones-loading {
display:none;
margin-left: 32px;
position: absolute;
}
.ubicaciones-boton-search {
display: inline-block;
width: 20px;
padding-right: 6px;
padding-left: 6px;
height: 25px;
background-color: #00ACEC;
border: 1px solid #00ACEC;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
position: absolute;
border: 0 !important;
/*top: -3px;
position: relative;
top: 2px;*/
font-family: "Glyphicons" !important;
color: #fff;
/*padding: 0.3em 0.4em;
margin: 0.1em 0.2em;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
border: 1px solid #f90;*/
}
.ubicaciones-boton-search:hover {
background-color: #0087b9;
border: 1px solid #0087b9;
}
.ubicaciones-boton-search:before {
content: "\e003";
top: 0px;
position: relative;
line-height: 25px;
}
.ubicaciones-boton-search:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/*
.ubicaciones-input {
border: 1px solid #ccc;
padding: 0px 5px;
height: 25px;
}
*/
.ubicaciones-resaltado {
font-weight: bold;
}
.ubicaciones-leftpanel {
position: absolute;
z-index: 100;
background-color: white;
-moz-box-shadow: 2px 0 2px rgba(0,0,0,0.3);
box-shadow: 2px 0 2px rgba(0,0,0,0.3);
}
.ubicaciones-leftpanel-title {
background-color: rgb(219, 68, 55);
padding: 10px;
color: white;
}
.ubicaciones-leftpanel-title-back:after {
font-family: "Glyphicons" !important;
content: "\e091";
padding-right: 10px;
cursor: pointer;
}
.ubicaciones-leftpanel-content {
overflow: hidden;
padding: 10px;
}
.ubicaciones-object-label{
font-weight: bold;
margin-right: 10px;
} | 0.314893 | 0.146087 |
.loading {
background: url(/img/loading.gif) no-repeat scroll center center rgba(0, 0, 0, 0);
}
@font-face {
font-family: atom;
src: url(135atom_sans.ttf);
}
html, body {
height: 100%;
position: relative;
min-height: 100%;
font-size: 16px;
letter-spacing: 5px;
}
::selection {
background: #01dac3; /* WebKit/Blink Browsers */
color: #000;
}
::-moz-selection {
background: #01dac3; /* Gecko Browsers */
color: #000;
}
a:active, a:hover, a:visited, a:focus {
color: #01dac3;
text-decoration: none;
font-family: atom, Tahoma , sans-serif;
font-weight: 100;
}
body, a {
background: #000;
color: #01dac3;
text-decoration: none;
font-family: atom, Tahoma , sans-serif;
font-weight: 100;
}
.soon {
font-size: 300%;
width: 50%;
text-align: center;
}
.cubic {
-webkit-transition: all 0.2s cubic-bezier(0.4, 1, 0.2, 1);
transition: all 0.2s cubic-bezier(0.4, 1, 0.2, 1);
}
.gray-blur {
-webkit-filter: grayscale(10%) blur(0.8px);
-moz-filter: grayscale(10%) blur(0.8px);
-o-filter: grayscale(10%) blur(0.8px);
filter: grayscale(10%) blur(0.8px);
}
header {
min-height: 32px;
}
header menu{
position: relative;
margin: auto;
}
header menu nav {
font-size: 200%;
}
header menu nav {
width: 100%;
text-align: center;
position: relative;
}
header menu nav li {
display: inline-block;
width: 15%;
line-height: 100%;
vertical-align: middle;
}
header menu nav li.blured{
-webkit-filter: grayscale(10%) blur(0.8px);
-moz-filter: grayscale(10%) blur(0.8px);
-o-filter: grayscale(10%) blur(0.8px);
filter: grayscale(10%) blur(0.8px);
}
header menu nav li.blured a:hover {
font-size: 110%;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
filter: blur(0px);
}
main {
width: 100%;
min-height: 100%;
/* equal to footer height */
margin-bottom: 100px;
}
main section {
position: relative;
clear: both;
}
.social {
width: 150px;
height: 80px;
}
.social span {
width: 40px;
height: 40px;
display: inline-block;
float: left;
margin: 5px;
position: relative;
}
.social span:hover {
-webkit-transform: scale(1.05,1.05);
-moz-transform:scale(1.05,1.05);
transform:scale(1.05,1.05);
}
.social .facebook span {
background: url(/img/socialsmal.png);
background-position: 0 0;
/*background-size: 120px;*/
}
.social .beatport span {
background: url(/img/socialsmal.png);
background-position: -40px 0;
/*background-size: 120px;*/
}
.social .soundcloud span {
background: url(/img/socialsmal.png);
background-position: -80px 0;
/*background-size: 120px;*/
}
.middle {
margin: auto;
position: relative;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
}
.spin {
perspective: 900px;
-webkit-perspective: 900px;
-moz-perspective: 900px;
-o-perspective: 900px;
}
#carousel {
width: 100%;
height: 100%;
position: absolute;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
transform: translateZ(-1578px) rotateY(0deg);
}
#carousel figure {
display: block;
position: absolute;
/*border: 2px solid black;*/
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.spin, #carousel figure {
width: 330px;
height: 422px;
}
.release .info, .player {
width: 750px;
font-size: 150%;
}
.release .info .out figure:hover {
-webkit-transform: scale(1.05,1.05);
-moz-transform:scale(1.05,1.05);
transform:scale(1.05,1.05);
}
.release .info .out figure {
width: 142px;
height: 142px;
}
.release .info .support {
width: 68%;
padding-left: 2%;
text-align: center;
}
.spin, #carousel figure {
width: 330px;
height: 422px;
}
.release .info div {
display: inline-block;
float: left;
}
.release .info .out {
text-align: center;
width: 30%;
}
.release .info .out img {
width: 100%;
height: 100%;
}
.release .info .out figure {
cursor:pointer;
}
.release .info .support {
line-height: 0.9;
}
.player {
padding: 5%;
}
.release .info .out figure .play {
display: none;
}
.logo {
width: 250px;
margin: 2% auto 5%;
}
.artists {
width: 80%;
height: auto;
}
.artists figure {
margin: 10px;
/*float: left;*/
display: inline-block;
border: solid 5px #01dac3;
position: relative;
width: 140px;
height: 140px;
}
.artists figure:hover {
-webkit-transform: scale(1.05,1.05);
-moz-transform:scale(1.05,1.05);
transform:scale(1.05,1.05);
}
.artists figure img {
width: 100%;
height: 100%;
}
.artists figure figcaption {
position: absolute;
bottom: 2px;
right: 2px;
font-size: 120%;
color: white;
text-align: right;
}
.mastering {
margin-bottom: 50px;
height: auto;
}
.mastering section {
height: auto;
font-size: 200%;
text-align: center;
margin-bottom: 50px;
}
.mastering section .text {
padding: 0 3%;
}
.mastering section:after, .mastering section:before {
clear: both;
content: '';
}
.mastering section .cell {
box-sizing: border-box;
float: left;
width: 50%;
}
.mastering section .price {
text-align: left;
padding: 0 2%;
}
.mastering section .email {
float: right;
}
.mastering section .questions {
padding: 0 5%;
}
.mastering section .cell td {
padding-right: 10px;
}
.mastering figure {
border: 5px solid #01dac3;
}
.mastering figure img{
width: 100%;
height: auto;
}
.mastering figure:hover {
-webkit-transform: scale(1.05,1.05);
-moz-transform:scale(1.05,1.05);
transform:scale(1.05,1.05);
}
.arrow {
position: absolute;
font-size: 150px;
z-index: 1;
top: 150px;
cursor:pointer;
display: inline-block;
vertical-align: middle;
line-height: 130%;
}
.arrow:hover {
-webkit-transform: scale(1.1,1.1);
-moz-transform:scale(1.1,1.1);
transform:scale(1.1,1.1);
}
.left {
left: 0;
}
.right {
right: 0;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
body {
overflow: hidden;
}
.artists {
width: 320px;
}
.artists figure {
margin: 5px;
}
.release .info .out, .release .info .support, .release .player {
width: 100%;
float: left;
}
.release .info .support, .release .player {
margin-top: 10%;
}
.release .info {
width: 90%;
}
.release .info .out figure {
width: 260px;
height: 260px;
}
.player {
padding: 0%;
}
header {
margin-right: 15px;
}
header menu nav li {
display: inline-block;
width: 100%;
line-height: 100%;
text-align: right;
height: auto;
font-size: 150%;
}
header .icon {
position: relative;
float: right;
min-height: 64px;
z-index: 2;
}
.arrow {
display: none;
}
.mastering section .cell {
width: 100%;
margin-bottom: 5%;
}
.mastering section {
font-size: 150%;
}
}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
.artists {
width: 320px;
}
.artists figure {
margin: 5px;
}
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
.artists {
width: 320px;
}
.artists figure {
margin: 5px;
}
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.artists {
width: 650px
}
.arrow {
display: inline-block;
}
header menu {
margin-top: 25px;
}
}
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.artists {
width: 960px
}
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.artists {
width: 650px
}
}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
body {
overflow: scroll;
}
header menu {
width: 1224px;
margin-top: 25px;
}
.artists {
width: 960px;
}
.mastering {
width: 1024px;
}
.mastering table {
width: 100%;
}
.mastering figure{
width: 440px;
}
.release .info .out figure:hover > .play {
display: block;
}
.release .info .out figure .play {
border: 2px solid;
border-radius: 100%;
font-size: 300%;
height: 93%;
left: 3px;
position: absolute;
top: 3px;
width: 93%;
display: none;
}
.release .info .out figure .play span {
position: absolute;
left: 40px;
top: 42px;
}
}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
header menu nav {
font-size: 250%;
}
header menu nav li:first-child {text-align: left;}
header menu nav li:last-child {text-align: right;}
.release .info, .release .player {
font-size: 200%;
}
.release .info .out figure {
width: 162px;
height: 162px;
}
.spin, #carousel figure {
width: 412px;
height: 527px;
}
.arrow {
top: 200px;
display: inline-block;
}
.left {
left: 200px;
}
.right {
right: 200px;
}
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}
.loader,
.loader:before,
.loader:after {
background: #01dac3;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 1em;
height: 4em;
}
.loader:before,
.loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -1.5em;
}
.loader {
text-indent: -9999em;
margin: 8em auto;
position: relative;
font-size: 11px;
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:after {
left: 1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0 #01dac3;
height: 4em;
}
40% {
box-shadow: 0 -2em #01dac3;
height: 5em;
}
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0 #01dac3;
height: 4em;
}
40% {
box-shadow: 0 -2em #01dac3;
height: 5em;
}
}
.lotte {
font-size: 70%;
} | public/css/main.css | .loading {
background: url(/img/loading.gif) no-repeat scroll center center rgba(0, 0, 0, 0);
}
@font-face {
font-family: atom;
src: url(135atom_sans.ttf);
}
html, body {
height: 100%;
position: relative;
min-height: 100%;
font-size: 16px;
letter-spacing: 5px;
}
::selection {
background: #01dac3; /* WebKit/Blink Browsers */
color: #000;
}
::-moz-selection {
background: #01dac3; /* Gecko Browsers */
color: #000;
}
a:active, a:hover, a:visited, a:focus {
color: #01dac3;
text-decoration: none;
font-family: atom, Tahoma , sans-serif;
font-weight: 100;
}
body, a {
background: #000;
color: #01dac3;
text-decoration: none;
font-family: atom, Tahoma , sans-serif;
font-weight: 100;
}
.soon {
font-size: 300%;
width: 50%;
text-align: center;
}
.cubic {
-webkit-transition: all 0.2s cubic-bezier(0.4, 1, 0.2, 1);
transition: all 0.2s cubic-bezier(0.4, 1, 0.2, 1);
}
.gray-blur {
-webkit-filter: grayscale(10%) blur(0.8px);
-moz-filter: grayscale(10%) blur(0.8px);
-o-filter: grayscale(10%) blur(0.8px);
filter: grayscale(10%) blur(0.8px);
}
header {
min-height: 32px;
}
header menu{
position: relative;
margin: auto;
}
header menu nav {
font-size: 200%;
}
header menu nav {
width: 100%;
text-align: center;
position: relative;
}
header menu nav li {
display: inline-block;
width: 15%;
line-height: 100%;
vertical-align: middle;
}
header menu nav li.blured{
-webkit-filter: grayscale(10%) blur(0.8px);
-moz-filter: grayscale(10%) blur(0.8px);
-o-filter: grayscale(10%) blur(0.8px);
filter: grayscale(10%) blur(0.8px);
}
header menu nav li.blured a:hover {
font-size: 110%;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
filter: blur(0px);
}
main {
width: 100%;
min-height: 100%;
/* equal to footer height */
margin-bottom: 100px;
}
main section {
position: relative;
clear: both;
}
.social {
width: 150px;
height: 80px;
}
.social span {
width: 40px;
height: 40px;
display: inline-block;
float: left;
margin: 5px;
position: relative;
}
.social span:hover {
-webkit-transform: scale(1.05,1.05);
-moz-transform:scale(1.05,1.05);
transform:scale(1.05,1.05);
}
.social .facebook span {
background: url(/img/socialsmal.png);
background-position: 0 0;
/*background-size: 120px;*/
}
.social .beatport span {
background: url(/img/socialsmal.png);
background-position: -40px 0;
/*background-size: 120px;*/
}
.social .soundcloud span {
background: url(/img/socialsmal.png);
background-position: -80px 0;
/*background-size: 120px;*/
}
.middle {
margin: auto;
position: relative;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
}
.spin {
perspective: 900px;
-webkit-perspective: 900px;
-moz-perspective: 900px;
-o-perspective: 900px;
}
#carousel {
width: 100%;
height: 100%;
position: absolute;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
transform: translateZ(-1578px) rotateY(0deg);
}
#carousel figure {
display: block;
position: absolute;
/*border: 2px solid black;*/
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.spin, #carousel figure {
width: 330px;
height: 422px;
}
.release .info, .player {
width: 750px;
font-size: 150%;
}
.release .info .out figure:hover {
-webkit-transform: scale(1.05,1.05);
-moz-transform:scale(1.05,1.05);
transform:scale(1.05,1.05);
}
.release .info .out figure {
width: 142px;
height: 142px;
}
.release .info .support {
width: 68%;
padding-left: 2%;
text-align: center;
}
.spin, #carousel figure {
width: 330px;
height: 422px;
}
.release .info div {
display: inline-block;
float: left;
}
.release .info .out {
text-align: center;
width: 30%;
}
.release .info .out img {
width: 100%;
height: 100%;
}
.release .info .out figure {
cursor:pointer;
}
.release .info .support {
line-height: 0.9;
}
.player {
padding: 5%;
}
.release .info .out figure .play {
display: none;
}
.logo {
width: 250px;
margin: 2% auto 5%;
}
.artists {
width: 80%;
height: auto;
}
.artists figure {
margin: 10px;
/*float: left;*/
display: inline-block;
border: solid 5px #01dac3;
position: relative;
width: 140px;
height: 140px;
}
.artists figure:hover {
-webkit-transform: scale(1.05,1.05);
-moz-transform:scale(1.05,1.05);
transform:scale(1.05,1.05);
}
.artists figure img {
width: 100%;
height: 100%;
}
.artists figure figcaption {
position: absolute;
bottom: 2px;
right: 2px;
font-size: 120%;
color: white;
text-align: right;
}
.mastering {
margin-bottom: 50px;
height: auto;
}
.mastering section {
height: auto;
font-size: 200%;
text-align: center;
margin-bottom: 50px;
}
.mastering section .text {
padding: 0 3%;
}
.mastering section:after, .mastering section:before {
clear: both;
content: '';
}
.mastering section .cell {
box-sizing: border-box;
float: left;
width: 50%;
}
.mastering section .price {
text-align: left;
padding: 0 2%;
}
.mastering section .email {
float: right;
}
.mastering section .questions {
padding: 0 5%;
}
.mastering section .cell td {
padding-right: 10px;
}
.mastering figure {
border: 5px solid #01dac3;
}
.mastering figure img{
width: 100%;
height: auto;
}
.mastering figure:hover {
-webkit-transform: scale(1.05,1.05);
-moz-transform:scale(1.05,1.05);
transform:scale(1.05,1.05);
}
.arrow {
position: absolute;
font-size: 150px;
z-index: 1;
top: 150px;
cursor:pointer;
display: inline-block;
vertical-align: middle;
line-height: 130%;
}
.arrow:hover {
-webkit-transform: scale(1.1,1.1);
-moz-transform:scale(1.1,1.1);
transform:scale(1.1,1.1);
}
.left {
left: 0;
}
.right {
right: 0;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
body {
overflow: hidden;
}
.artists {
width: 320px;
}
.artists figure {
margin: 5px;
}
.release .info .out, .release .info .support, .release .player {
width: 100%;
float: left;
}
.release .info .support, .release .player {
margin-top: 10%;
}
.release .info {
width: 90%;
}
.release .info .out figure {
width: 260px;
height: 260px;
}
.player {
padding: 0%;
}
header {
margin-right: 15px;
}
header menu nav li {
display: inline-block;
width: 100%;
line-height: 100%;
text-align: right;
height: auto;
font-size: 150%;
}
header .icon {
position: relative;
float: right;
min-height: 64px;
z-index: 2;
}
.arrow {
display: none;
}
.mastering section .cell {
width: 100%;
margin-bottom: 5%;
}
.mastering section {
font-size: 150%;
}
}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
.artists {
width: 320px;
}
.artists figure {
margin: 5px;
}
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
.artists {
width: 320px;
}
.artists figure {
margin: 5px;
}
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.artists {
width: 650px
}
.arrow {
display: inline-block;
}
header menu {
margin-top: 25px;
}
}
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.artists {
width: 960px
}
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.artists {
width: 650px
}
}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
body {
overflow: scroll;
}
header menu {
width: 1224px;
margin-top: 25px;
}
.artists {
width: 960px;
}
.mastering {
width: 1024px;
}
.mastering table {
width: 100%;
}
.mastering figure{
width: 440px;
}
.release .info .out figure:hover > .play {
display: block;
}
.release .info .out figure .play {
border: 2px solid;
border-radius: 100%;
font-size: 300%;
height: 93%;
left: 3px;
position: absolute;
top: 3px;
width: 93%;
display: none;
}
.release .info .out figure .play span {
position: absolute;
left: 40px;
top: 42px;
}
}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
header menu nav {
font-size: 250%;
}
header menu nav li:first-child {text-align: left;}
header menu nav li:last-child {text-align: right;}
.release .info, .release .player {
font-size: 200%;
}
.release .info .out figure {
width: 162px;
height: 162px;
}
.spin, #carousel figure {
width: 412px;
height: 527px;
}
.arrow {
top: 200px;
display: inline-block;
}
.left {
left: 200px;
}
.right {
right: 200px;
}
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}
.loader,
.loader:before,
.loader:after {
background: #01dac3;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 1em;
height: 4em;
}
.loader:before,
.loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -1.5em;
}
.loader {
text-indent: -9999em;
margin: 8em auto;
position: relative;
font-size: 11px;
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:after {
left: 1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0 #01dac3;
height: 4em;
}
40% {
box-shadow: 0 -2em #01dac3;
height: 5em;
}
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0 #01dac3;
height: 4em;
}
40% {
box-shadow: 0 -2em #01dac3;
height: 5em;
}
}
.lotte {
font-size: 70%;
} | 0.368519 | 0.099077 |
body {
font-family: -apple-system, "Avenir Next", "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
-webkit-font-smoothing: antialiased;
font-size:100%;
margin:0;
padding:0;
}
html {
background-color: #eee;
}
.container{
max-width:700px;
margin:0 auto;
}
.logo {
width: 100%;
height: 70px;
}
.navigation {
width: 100%;
margin: 0 auto;
height: 70px;
border-radius: 3px;
background-color: #efefef;
}
/* THIS FORMATS THE NAME IN NAVBAR */
.name {
float:left;
font-size: 32px;
line-height: 70px;
padding-left: 2%;
color: #497694;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
transition: 0.3s ease-in;
letter-spacing: 0.5px;
}
.name:hover {
color: #64b8e8;
}
.align-right {
float:right;
}
.navigation > ul {
display: table;
list-style-type: none;
text-align: center;
line-height: 70px;
width: 40%;
position: relative;
margin:auto;
}
.navigation > ul > li {
display: table-cell;
position: relative;
width: 100px;
}
.navigation > ul > li:before {
width: 100%;
height: 5px;
display: block;
bottom: 0;
position: absolute;
background-color: #72879A;
left: 0; right: 0; margin: 0 auto;
}
.navigation> ul > li:hover:after {
width: 100%;
}
.navigation > ul > li > a {
display: inline-block;
width: 100%;
height: 100%;
color: #497694;
font-size:18px;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
transition: 0.3s ease-in;
letter-spacing: 0.5px;
}
.navigation > ul > li > a:hover {
color: #64b8e8;
}
.navigation > ul > li:after {
content: "";
width: 0;
height: 5px;
display: block;
bottom: 0;
position: absolute;
background-color: #64b8e8;
transition: 0.3s ease-in;
left: 0; right: 0; margin: 0 auto;
}
.navigation > ul > li:before {
content: "";
width: 100%;
height: 5px;
display: block;
bottom: 0;
position: absolute;
background-color: #497694;
left: 0; right: 0; margin: 0 auto;
}
.navigation> ul > li:hover:after {
width: 100%;
} | client/src/pages/App.css | body {
font-family: -apple-system, "Avenir Next", "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
-webkit-font-smoothing: antialiased;
font-size:100%;
margin:0;
padding:0;
}
html {
background-color: #eee;
}
.container{
max-width:700px;
margin:0 auto;
}
.logo {
width: 100%;
height: 70px;
}
.navigation {
width: 100%;
margin: 0 auto;
height: 70px;
border-radius: 3px;
background-color: #efefef;
}
/* THIS FORMATS THE NAME IN NAVBAR */
.name {
float:left;
font-size: 32px;
line-height: 70px;
padding-left: 2%;
color: #497694;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
transition: 0.3s ease-in;
letter-spacing: 0.5px;
}
.name:hover {
color: #64b8e8;
}
.align-right {
float:right;
}
.navigation > ul {
display: table;
list-style-type: none;
text-align: center;
line-height: 70px;
width: 40%;
position: relative;
margin:auto;
}
.navigation > ul > li {
display: table-cell;
position: relative;
width: 100px;
}
.navigation > ul > li:before {
width: 100%;
height: 5px;
display: block;
bottom: 0;
position: absolute;
background-color: #72879A;
left: 0; right: 0; margin: 0 auto;
}
.navigation> ul > li:hover:after {
width: 100%;
}
.navigation > ul > li > a {
display: inline-block;
width: 100%;
height: 100%;
color: #497694;
font-size:18px;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
transition: 0.3s ease-in;
letter-spacing: 0.5px;
}
.navigation > ul > li > a:hover {
color: #64b8e8;
}
.navigation > ul > li:after {
content: "";
width: 0;
height: 5px;
display: block;
bottom: 0;
position: absolute;
background-color: #64b8e8;
transition: 0.3s ease-in;
left: 0; right: 0; margin: 0 auto;
}
.navigation > ul > li:before {
content: "";
width: 100%;
height: 5px;
display: block;
bottom: 0;
position: absolute;
background-color: #497694;
left: 0; right: 0; margin: 0 auto;
}
.navigation> ul > li:hover:after {
width: 100%;
} | 0.47658 | 0.081337 |
@font-face {
font-family: 'Livvic';
src: local('Livvic Thin Italic'), local('Livvic-ThinItalic'),
url('Livvic-ThinItalic.woff2') format('woff2');
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Black'), local('Livvic-Black'),
url('Livvic-Black.woff2') format('woff2');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic ExtraLight Italic'), local('Livvic-ExtraLightItalic'),
url('Livvic-ExtraLightItalic.woff2') format('woff2');
font-weight: 200;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Light'), local('Livvic-Light'),
url('Livvic-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Italic'), local('Livvic-Italic'),
url('Livvic-Italic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic ExtraLight'), local('Livvic-ExtraLight'),
url('Livvic-ExtraLight.woff2') format('woff2');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Bold Italic'), local('Livvic-BoldItalic'),
url('Livvic-BoldItalic.woff2') format('woff2');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Black Italic'), local('Livvic-BlackItalic'),
url('Livvic-BlackItalic.woff2') format('woff2');
font-weight: 900;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Bold'), local('Livvic-Bold'),
url('Livvic-Bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Regular'), local('Livvic-Regular'),
url('Livvic-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Medium Italic'), local('Livvic-MediumItalic'),
url('Livvic-MediumItalic.woff2') format('woff2');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Light Italic'), local('Livvic-LightItalic'),
url('Livvic-LightItalic.woff2') format('woff2');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Medium'), local('Livvic-Medium'),
url('Livvic-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic SemiBold Italic'), local('Livvic-SemiBoldItalic'),
url('Livvic-SemiBoldItalic.woff2') format('woff2');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic SemiBold'), local('Livvic-SemiBold'),
url('Livvic-SemiBold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Thin'), local('Livvic-Thin'),
url('Livvic-Thin.woff2') format('woff2');
font-weight: 100;
font-style: normal;
font-display: swap;
} | static/fonts/Livvic/Livvic.css | @font-face {
font-family: 'Livvic';
src: local('Livvic Thin Italic'), local('Livvic-ThinItalic'),
url('Livvic-ThinItalic.woff2') format('woff2');
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Black'), local('Livvic-Black'),
url('Livvic-Black.woff2') format('woff2');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic ExtraLight Italic'), local('Livvic-ExtraLightItalic'),
url('Livvic-ExtraLightItalic.woff2') format('woff2');
font-weight: 200;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Light'), local('Livvic-Light'),
url('Livvic-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Italic'), local('Livvic-Italic'),
url('Livvic-Italic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic ExtraLight'), local('Livvic-ExtraLight'),
url('Livvic-ExtraLight.woff2') format('woff2');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Bold Italic'), local('Livvic-BoldItalic'),
url('Livvic-BoldItalic.woff2') format('woff2');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Black Italic'), local('Livvic-BlackItalic'),
url('Livvic-BlackItalic.woff2') format('woff2');
font-weight: 900;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Bold'), local('Livvic-Bold'),
url('Livvic-Bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Regular'), local('Livvic-Regular'),
url('Livvic-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Medium Italic'), local('Livvic-MediumItalic'),
url('Livvic-MediumItalic.woff2') format('woff2');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Light Italic'), local('Livvic-LightItalic'),
url('Livvic-LightItalic.woff2') format('woff2');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Medium'), local('Livvic-Medium'),
url('Livvic-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic SemiBold Italic'), local('Livvic-SemiBoldItalic'),
url('Livvic-SemiBoldItalic.woff2') format('woff2');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic SemiBold'), local('Livvic-SemiBold'),
url('Livvic-SemiBold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Livvic';
src: local('Livvic Thin'), local('Livvic-Thin'),
url('Livvic-Thin.woff2') format('woff2');
font-weight: 100;
font-style: normal;
font-display: swap;
} | 0.40486 | 0.094302 |
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/*---- COMBINE STOP/RELOAD BUTTONS ----*/
#stop-button[disabled] {display: none;}
#stop-button:not([disabled]) + #reload-button {display: none;}
/*---- NO THROBBER FOR CURRENT TAB ----*/
.tabbrowser-tab[selected="true"] .tab-icon-image {
opacity: 0 !important;}
/*---- WINDOW INACTIVE ----*
window:not([active="true"]) #reload-button, window:not([active="true"]) #stop-button {
opacity: 0.6 !important;}*/
/*---- BUTTON IMAGES ----*/
#reload-button, #stop-button {
background-position: -1px 0 !important;
background-repeat: no-repeat !important;
padding-left: 14px !important;
padding-bottom: 16px !important;}
#reload-button/*,
toolbar[iconsize="small"] #reload-button*/ {
list-style-image: none !important;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAxklEQVQ4jc2RwWYDYRSFswp9gCGUrPIYZR4gdPe5332NUEJXeZ6shjxA6WOUrkq3oZQhTDYzVEwmkyyih7v5Oec/372Tyb+XugXmNwdkZqP+RsQrMB1lAkq1Ur8ys+lG/VCXg+aIWP81nQR8qs+Xfj6odVv5sUPIzA3wcIn3PTObiFh3b+oOWIxiV/eZ2QDFKMM1AUDR4vycDehD6BQRL+0y384GnCxxBcyAWUSs1Fo9AE+DGENn7Gs21KRSv9upgHKU+e46Ar0MgcHDAo1yAAAAAElFTkSuQmCC") !important;
-moz-image-region: rect(0, 0, 0, 0) /*rect(0, 16px, 0, 16px)*/ !important;
margin-right: -3px !important;
margin-left: 2px !important;/*0*/}
#reload-button:hover:active {
list-style-image: none !important;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAnUlEQVQ4jdXRMQrCUBCE4a8R6yCIjXcQa/EiAQk2nsUmWIt3ECwEOxFEEA9ls4GHxCRiowPT7DL/7r7HP2iN0TeAB65Yotc1NEWJYwAq7zFrCxcvodQHzNsm33GLlYfJCSv026bvIlAktQ3GbcFK5wBkXQOfALLoXZoAdSdUWkRv2wRIHzHHIJxH7Y5JE4Dmb6zb7O0mJU7hMmo/qCcY8illqYLlawAAAABJRU5ErkJggg==") !important;
/*-moz-image-region: rect(0, 16px, 0, 16px) !important;*/}
/* Throbber */
#stop-button:not([disabled]) {
list-style-image: none !important;
background-image: url("chrome://global/skin/icons/loading_16.png") !important;
-moz-image-region: rect(0, 0, 0, 0) /*rect(0, 16px, 0, 16px)*/ !important;
margin-right: -3px !important;
margin-left: 2px !important;/*0*/
}
#stop-button:hover {
list-style-image: none !important;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAd0lEQVQ4jd2SQQrAMAgEewrkZ/nAwvrJgCef1148BNHQHFuvOgO7eF3/GhEZJCeAFncAGskpIqMU+MFN0laJw+a7WQoA9OXQALQAG4C+jRElR3AmOYZj5qyT13ASYS/JCsuKLQUkNcscJFoK/JE0K8wlun2kb84D8GN2LbB29n0AAAAASUVORK5CYII=") !important;
/*-moz-image-region: rect(0, 16px, 0, 16px) !important;*/}
#stop-button:hover:active {
list-style-image: none !important;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAaklEQVQ4jd2SMQ7AIAwDb4n4E19EYui7eFSXVEKRCWVsPcbJCVvA71SBBpjwzL2aARowgCtAzGfDd5Yq0+IDsTAruxgRcnSsIMfHhGerTl4fxwhbiCpMFbtUR2eeIT0DVF9QhRX30o/0Qd1fhSBNXbw/5wAAAABJRU5ErkJggg==") !important;
/*-moz-image-region: rect(0, 16px, 0, 16px) !important;*/} | data/usercss/17818.user.css | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/*---- COMBINE STOP/RELOAD BUTTONS ----*/
#stop-button[disabled] {display: none;}
#stop-button:not([disabled]) + #reload-button {display: none;}
/*---- NO THROBBER FOR CURRENT TAB ----*/
.tabbrowser-tab[selected="true"] .tab-icon-image {
opacity: 0 !important;}
/*---- WINDOW INACTIVE ----*
window:not([active="true"]) #reload-button, window:not([active="true"]) #stop-button {
opacity: 0.6 !important;}*/
/*---- BUTTON IMAGES ----*/
#reload-button, #stop-button {
background-position: -1px 0 !important;
background-repeat: no-repeat !important;
padding-left: 14px !important;
padding-bottom: 16px !important;}
#reload-button/*,
toolbar[iconsize="small"] #reload-button*/ {
list-style-image: none !important;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAxklEQVQ4jc2RwWYDYRSFswp9gCGUrPIYZR4gdPe5332NUEJXeZ6shjxA6WOUrkq3oZQhTDYzVEwmkyyih7v5Oec/372Tyb+XugXmNwdkZqP+RsQrMB1lAkq1Ur8ys+lG/VCXg+aIWP81nQR8qs+Xfj6odVv5sUPIzA3wcIn3PTObiFh3b+oOWIxiV/eZ2QDFKMM1AUDR4vycDehD6BQRL+0y384GnCxxBcyAWUSs1Fo9AE+DGENn7Gs21KRSv9upgHKU+e46Ar0MgcHDAo1yAAAAAElFTkSuQmCC") !important;
-moz-image-region: rect(0, 0, 0, 0) /*rect(0, 16px, 0, 16px)*/ !important;
margin-right: -3px !important;
margin-left: 2px !important;/*0*/}
#reload-button:hover:active {
list-style-image: none !important;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAnUlEQVQ4jdXRMQrCUBCE4a8R6yCIjXcQa/EiAQk2nsUmWIt3ECwEOxFEEA9ls4GHxCRiowPT7DL/7r7HP2iN0TeAB65Yotc1NEWJYwAq7zFrCxcvodQHzNsm33GLlYfJCSv026bvIlAktQ3GbcFK5wBkXQOfALLoXZoAdSdUWkRv2wRIHzHHIJxH7Y5JE4Dmb6zb7O0mJU7hMmo/qCcY8illqYLlawAAAABJRU5ErkJggg==") !important;
/*-moz-image-region: rect(0, 16px, 0, 16px) !important;*/}
/* Throbber */
#stop-button:not([disabled]) {
list-style-image: none !important;
background-image: url("chrome://global/skin/icons/loading_16.png") !important;
-moz-image-region: rect(0, 0, 0, 0) /*rect(0, 16px, 0, 16px)*/ !important;
margin-right: -3px !important;
margin-left: 2px !important;/*0*/
}
#stop-button:hover {
list-style-image: none !important;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAd0lEQVQ4jd2SQQrAMAgEewrkZ/nAwvrJgCef1148BNHQHFuvOgO7eF3/GhEZJCeAFncAGskpIqMU+MFN0laJw+a7WQoA9OXQALQAG4C+jRElR3AmOYZj5qyT13ASYS/JCsuKLQUkNcscJFoK/JE0K8wlun2kb84D8GN2LbB29n0AAAAASUVORK5CYII=") !important;
/*-moz-image-region: rect(0, 16px, 0, 16px) !important;*/}
#stop-button:hover:active {
list-style-image: none !important;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAaklEQVQ4jd2SMQ7AIAwDb4n4E19EYui7eFSXVEKRCWVsPcbJCVvA71SBBpjwzL2aARowgCtAzGfDd5Yq0+IDsTAruxgRcnSsIMfHhGerTl4fxwhbiCpMFbtUR2eeIT0DVF9QhRX30o/0Qd1fhSBNXbw/5wAAAABJRU5ErkJggg==") !important;
/*-moz-image-region: rect(0, 16px, 0, 16px) !important;*/} | 0.148232 | 0.100084 |
body{
height: 100%;
width: 100%;
}
.topImage{
height: 320px;
width: 1300px;
margin-top: 30px;
border-radius: 20px;
opacity: 0.9;
box-shadow: 5px 20px 20px 20px #3e2723;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.topImage:hover{
height: 325px;
width: 1305px;
box-shadow: 5px 20px 20px 20px #5d4037;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
#bottomLayout{
height: 380px;
width: 1300px;
border-radius: 10px;
opacity: 0.9;
background-color: #ffffff;
border-style: dashed;
border-radius: 10px;
border-color: #b61827;
}
#bottom-left{
float: left;
margin-left: 280px;
text-decoration: none;
}
#bottom-right{
float: right;
margin-right: 280px;
text-decoration: none;
}
#linkAdmin{
text-decoration: none;
font-size:1.4em;
color: #002171;
font-weight:bold;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#linkStudent{
text-decoration: none;
font-size:1.4em;
color: #002171;
font-weight:bold;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#imageL{
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
#imageL:hover{
height : 205px;
width: 205px;
transition:0.3s;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
#imageR{
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
#imageR:hover{
height: 205px;
width: 205px;
transition:0.3s;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
} | CSS/styleHome.css | body{
height: 100%;
width: 100%;
}
.topImage{
height: 320px;
width: 1300px;
margin-top: 30px;
border-radius: 20px;
opacity: 0.9;
box-shadow: 5px 20px 20px 20px #3e2723;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.topImage:hover{
height: 325px;
width: 1305px;
box-shadow: 5px 20px 20px 20px #5d4037;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
#bottomLayout{
height: 380px;
width: 1300px;
border-radius: 10px;
opacity: 0.9;
background-color: #ffffff;
border-style: dashed;
border-radius: 10px;
border-color: #b61827;
}
#bottom-left{
float: left;
margin-left: 280px;
text-decoration: none;
}
#bottom-right{
float: right;
margin-right: 280px;
text-decoration: none;
}
#linkAdmin{
text-decoration: none;
font-size:1.4em;
color: #002171;
font-weight:bold;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#linkStudent{
text-decoration: none;
font-size:1.4em;
color: #002171;
font-weight:bold;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#imageL{
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
#imageL:hover{
height : 205px;
width: 205px;
transition:0.3s;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
#imageR{
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
#imageR:hover{
height: 205px;
width: 205px;
transition:0.3s;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
} | 0.29931 | 0.049566 |
*{
box-sizing: border-box;
}
/* Styles for the File Menu Bar. */
.select-editable {position:relative; background-color:white; border:solid grey 1px; width:120px; height:18px;}
.select-editable select {position:absolute; top:0px; left:0px; font-size:14px; border:none; width:120px; margin:0;}
.select-editable input {position:absolute; top:0px; left:0px; width:100px; padding:1px; font-size:12px; border:none;}
.select-editable select:focus, .select-editable input:focus {outline:none;}
.fa-arrow-circle-right, .fa-file-code, .fa-sync-alt{
color: green
}
/* Styles for the File Menu Bar. */
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
z-index: 1;
font-size: 14px;
width: max-content;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 6px;
padding-right: 4px;
text-align: center;
}
.dropdown-content a {
float: none;
color: black;
padding:3px 3px ;
text-decoration: none;
display: block;
text-align: left;
}
button{
min-width: 0;
background: none;
box-shadow: none;
}
hr{
display: block;
overflow: hidden;
border-style: inset;
border-width: 1px;
margin-bottom:1px
}
.Frame{
background-color: #bbc3c4;
padding: 3px;
box-shadow: inset -1px -1px 0px #0c0c0c, inset 1px 1px 0px #bbc3c4, inset -2px -2px 0px #808088, inset 2px 2px 0px #ffffff;
width: max-content;
}
.window{
margin: 10px;
}
#footer{
width: 98.6%;
}
.window-body{
margin: 0;
padding: 0px;
margin-left: 0px;
margin-top: 2px;
margin-bottom: 0px;
}
.btn{
border: 0px solid transparent;
background-color: #bbc3c4;
position: relative;
user-select: none;
}
.BtnIconwText{
padding: 2px;
width: 48px;
min-width: 48px;
height: 38px;
display: inline-flex;
flex-direction: column;
align-items: center;
box-shadow: none;
}
.BtnIconwText:hover{
box-shadow: var(--border-raised-outer), var(--border-raised-inner);;
}
.divider1, .divider2{
border-left: 1px solid #808088;
border-right: 1px solid #ffffff;
width: 1px;
margin: 2px 3px;
}
.menu{
display: flex;
overflow: hidden;
padding: 1px 0px;
position: relative;
}
/* Styles for drodown */
a:hover {
background-color: #080977;
}
.hbutton:hover {
color: white;
}
.dropbtn {
box-shadow: none;
min-width:0;
font-size: 13px;
}
.dropbtn:hover {
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
}
.dropbtn:focus {
outline: none;
text-shadow: -1px -1px 0px #777, -1px -1px 0px #777;
box-shadow: inset 1px 1px 4px #222;
transform: translateY(1px);
}
img.dropbtn:focus {
outline: none;
text-shadow: -1px -1px 0px #777, -1px -1px 0px #777;
box-shadow: inset 1px 1px 4px #222;
transform: translateY(1px);
}
/* styles for font awesome icons used for icon bar */
.fa-arrow-right {
background-color: rgb(14, 177, 14);
padding: 1px;
color: white;
border: 1px solid white;
border-radius: 2px;
}
.fa-angle-double-right {
position: relative;
font-size: 12px;
top: -3px;
}
.menu {
width: 100%;
text-align: justify;
}
.menu ul {
list-style: none;
margin-left: -25px;
}
ul,
ul li {
display: inline;
margin-right: 8px;
}
.fas {
font-size: 16px;
}
.fa-arrow-circle-left {
color: green;
}
.refresh {
position: relative;
top: 4px;
}
.fa-arrow-circle-right,
.grey-caret-down {
opacity: .7;
color: grey;
}
.fa-file-excel {
color: red;
}
.fa-home {
color: rgb(136, 97, 24);
}
.fa-search {
color: rgb(64, 139, 238);
}
.fa-star {
color: rgb(241, 241, 23);
}
.undo {
width: 16px;
}
.open-folder {
position: relative;
top: 3px;
width: 20px;
right: 3px;
}
.print {
position: relative;
top: 3px;
}
.views {
position: relative;
top: 3px;
}
/* styles for profile page */
body{
background: grey;
}
.container {
height: 100%;
width: 100%;
font-size: 0;
}
.profile{
font-size: larger;
letter-spacing: 1px;
}
.profile legend{
text-align: center;
}
.above{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 5px;
}
.profile-box-title{
font-size: 20px;
font-weight: bold;
}
.profile-img, .tweets, .about{
padding: 15px;
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
max-height: 75vh;
}
.search-container{
margin: 10px 0;
width: 100%;
}
.search-container input{
width: 80%;
}
.user-tweets{
display: grid;
grid-template-columns: repeat(2,1fr);
grid-gap: 2px;
overflow-y: scroll;
max-height: 60vh;
}
.tweet{
padding: 20px;
background: rgb(88, 88, 88);
}
.general-info{
display: grid;
grid-template-columns: repeat(2,1fr);
grid-gap: 5px;
}
.general-info fieldset{
background-color: grey;
height: 100px;
font-size: 25px;
text-align: center;
padding: 10px;
}
.general-info button{
margin: 20px auto;
grid-column: 1/3;
width: 60%;
height: 100%;
font-size: larger;
}
.general-info button:hover{
background-color: blue;
color: white;
}
.profile img{
width: 500px;
height: 500px;
}
/* profile page styles end */
/*-----------------------Tweet view styling-----------------------*/
.tweet-view{
padding: 10px;
text-align: center;
}
.tweet-view h1{
font-size: 35px;
}
.tweet-view div{
font-size: large;
margin-top: 30px;
width: 60%;
margin: 30px auto;
}
.tweet-view-content{
padding: 15px;
box-shadow: var(--border-window-outer), var(--border-window-inner);
max-height: 40vh;
overflow-y: auto;
}
.actions{
display: grid;
grid-template-columns: repeat(4,1fr);
grid-gap: 8px;
margin-top: 20px;
}
.actions button{
height: 50px;
padding: 5px;
font-weight: bold;
}
.actions button:hover{
opacity: .6;
}
/* styles for footer */
* {
margin: 0;
padding: 0;
}
.container {
height: 100%;
width: 100%;
font-size: 0;
}
#footer {
position: fixed;
padding: 10px 10px 0px 10px;
bottom: 0;
width: 100%;
/* Height of the footer*/
height: 40px;
}
.footer_boxes {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
font-size: 13px;
min-height: 15px;
border-style: inset;
}
#left {
width: 65%;
height: 18px;
text-align: left;
}
#e_style {
width:12px;
height:15px;
display: block;float: left
}
#earth {
width:15px;
height:16px;
display: block;
float: left
}
#middle1 {
width: 2%;
vertical-align: middle;
height: 18px;
}
#middle2 {
width: 2%;
vertical-align: middle;
height: 18px;
}
#middle3 {
width: 2%;
vertical-align: middle;
height: 18px;
}
#right {
width: 14.5%;
vertical-align: middle;
height: 18px;
}
#time {
border-style: inset;
width:10%;
min-width:48px;
vertical-align: middle;
height:18px;
text-align:center;
}
.vertical-line {
overflow: hidden;
border-style: inset;
border-width: 1px;
border-left: 1px solid #ccc;
height: 18px
}
.address_label {
margin-left:3px;
margin-right: 3px;
}
/*--------------------home_page-----------------------------*/
.home{
display: grid;
grid-template-columns: repeat(4,1fr);
overflow: auto;
padding: 10px;
grid-gap: 10px;
}
.right-section{
grid-column: 2/5;
}
.user-info img{
width: 500px;
height: 400px;
}
.home .all_tweets{
max-height: 58.5vh;
overflow-y: auto;
}
.home .all_tweets .tweet{
background: none;
padding: 15px;
text-decoration: none;
color: black;
}
.search-container button{
width: 19.75%;
} | adv_ant/retroNet/static/retroNet/style.css | *{
box-sizing: border-box;
}
/* Styles for the File Menu Bar. */
.select-editable {position:relative; background-color:white; border:solid grey 1px; width:120px; height:18px;}
.select-editable select {position:absolute; top:0px; left:0px; font-size:14px; border:none; width:120px; margin:0;}
.select-editable input {position:absolute; top:0px; left:0px; width:100px; padding:1px; font-size:12px; border:none;}
.select-editable select:focus, .select-editable input:focus {outline:none;}
.fa-arrow-circle-right, .fa-file-code, .fa-sync-alt{
color: green
}
/* Styles for the File Menu Bar. */
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
z-index: 1;
font-size: 14px;
width: max-content;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 6px;
padding-right: 4px;
text-align: center;
}
.dropdown-content a {
float: none;
color: black;
padding:3px 3px ;
text-decoration: none;
display: block;
text-align: left;
}
button{
min-width: 0;
background: none;
box-shadow: none;
}
hr{
display: block;
overflow: hidden;
border-style: inset;
border-width: 1px;
margin-bottom:1px
}
.Frame{
background-color: #bbc3c4;
padding: 3px;
box-shadow: inset -1px -1px 0px #0c0c0c, inset 1px 1px 0px #bbc3c4, inset -2px -2px 0px #808088, inset 2px 2px 0px #ffffff;
width: max-content;
}
.window{
margin: 10px;
}
#footer{
width: 98.6%;
}
.window-body{
margin: 0;
padding: 0px;
margin-left: 0px;
margin-top: 2px;
margin-bottom: 0px;
}
.btn{
border: 0px solid transparent;
background-color: #bbc3c4;
position: relative;
user-select: none;
}
.BtnIconwText{
padding: 2px;
width: 48px;
min-width: 48px;
height: 38px;
display: inline-flex;
flex-direction: column;
align-items: center;
box-shadow: none;
}
.BtnIconwText:hover{
box-shadow: var(--border-raised-outer), var(--border-raised-inner);;
}
.divider1, .divider2{
border-left: 1px solid #808088;
border-right: 1px solid #ffffff;
width: 1px;
margin: 2px 3px;
}
.menu{
display: flex;
overflow: hidden;
padding: 1px 0px;
position: relative;
}
/* Styles for drodown */
a:hover {
background-color: #080977;
}
.hbutton:hover {
color: white;
}
.dropbtn {
box-shadow: none;
min-width:0;
font-size: 13px;
}
.dropbtn:hover {
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
}
.dropbtn:focus {
outline: none;
text-shadow: -1px -1px 0px #777, -1px -1px 0px #777;
box-shadow: inset 1px 1px 4px #222;
transform: translateY(1px);
}
img.dropbtn:focus {
outline: none;
text-shadow: -1px -1px 0px #777, -1px -1px 0px #777;
box-shadow: inset 1px 1px 4px #222;
transform: translateY(1px);
}
/* styles for font awesome icons used for icon bar */
.fa-arrow-right {
background-color: rgb(14, 177, 14);
padding: 1px;
color: white;
border: 1px solid white;
border-radius: 2px;
}
.fa-angle-double-right {
position: relative;
font-size: 12px;
top: -3px;
}
.menu {
width: 100%;
text-align: justify;
}
.menu ul {
list-style: none;
margin-left: -25px;
}
ul,
ul li {
display: inline;
margin-right: 8px;
}
.fas {
font-size: 16px;
}
.fa-arrow-circle-left {
color: green;
}
.refresh {
position: relative;
top: 4px;
}
.fa-arrow-circle-right,
.grey-caret-down {
opacity: .7;
color: grey;
}
.fa-file-excel {
color: red;
}
.fa-home {
color: rgb(136, 97, 24);
}
.fa-search {
color: rgb(64, 139, 238);
}
.fa-star {
color: rgb(241, 241, 23);
}
.undo {
width: 16px;
}
.open-folder {
position: relative;
top: 3px;
width: 20px;
right: 3px;
}
.print {
position: relative;
top: 3px;
}
.views {
position: relative;
top: 3px;
}
/* styles for profile page */
body{
background: grey;
}
.container {
height: 100%;
width: 100%;
font-size: 0;
}
.profile{
font-size: larger;
letter-spacing: 1px;
}
.profile legend{
text-align: center;
}
.above{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 5px;
}
.profile-box-title{
font-size: 20px;
font-weight: bold;
}
.profile-img, .tweets, .about{
padding: 15px;
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
max-height: 75vh;
}
.search-container{
margin: 10px 0;
width: 100%;
}
.search-container input{
width: 80%;
}
.user-tweets{
display: grid;
grid-template-columns: repeat(2,1fr);
grid-gap: 2px;
overflow-y: scroll;
max-height: 60vh;
}
.tweet{
padding: 20px;
background: rgb(88, 88, 88);
}
.general-info{
display: grid;
grid-template-columns: repeat(2,1fr);
grid-gap: 5px;
}
.general-info fieldset{
background-color: grey;
height: 100px;
font-size: 25px;
text-align: center;
padding: 10px;
}
.general-info button{
margin: 20px auto;
grid-column: 1/3;
width: 60%;
height: 100%;
font-size: larger;
}
.general-info button:hover{
background-color: blue;
color: white;
}
.profile img{
width: 500px;
height: 500px;
}
/* profile page styles end */
/*-----------------------Tweet view styling-----------------------*/
.tweet-view{
padding: 10px;
text-align: center;
}
.tweet-view h1{
font-size: 35px;
}
.tweet-view div{
font-size: large;
margin-top: 30px;
width: 60%;
margin: 30px auto;
}
.tweet-view-content{
padding: 15px;
box-shadow: var(--border-window-outer), var(--border-window-inner);
max-height: 40vh;
overflow-y: auto;
}
.actions{
display: grid;
grid-template-columns: repeat(4,1fr);
grid-gap: 8px;
margin-top: 20px;
}
.actions button{
height: 50px;
padding: 5px;
font-weight: bold;
}
.actions button:hover{
opacity: .6;
}
/* styles for footer */
* {
margin: 0;
padding: 0;
}
.container {
height: 100%;
width: 100%;
font-size: 0;
}
#footer {
position: fixed;
padding: 10px 10px 0px 10px;
bottom: 0;
width: 100%;
/* Height of the footer*/
height: 40px;
}
.footer_boxes {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
font-size: 13px;
min-height: 15px;
border-style: inset;
}
#left {
width: 65%;
height: 18px;
text-align: left;
}
#e_style {
width:12px;
height:15px;
display: block;float: left
}
#earth {
width:15px;
height:16px;
display: block;
float: left
}
#middle1 {
width: 2%;
vertical-align: middle;
height: 18px;
}
#middle2 {
width: 2%;
vertical-align: middle;
height: 18px;
}
#middle3 {
width: 2%;
vertical-align: middle;
height: 18px;
}
#right {
width: 14.5%;
vertical-align: middle;
height: 18px;
}
#time {
border-style: inset;
width:10%;
min-width:48px;
vertical-align: middle;
height:18px;
text-align:center;
}
.vertical-line {
overflow: hidden;
border-style: inset;
border-width: 1px;
border-left: 1px solid #ccc;
height: 18px
}
.address_label {
margin-left:3px;
margin-right: 3px;
}
/*--------------------home_page-----------------------------*/
.home{
display: grid;
grid-template-columns: repeat(4,1fr);
overflow: auto;
padding: 10px;
grid-gap: 10px;
}
.right-section{
grid-column: 2/5;
}
.user-info img{
width: 500px;
height: 400px;
}
.home .all_tweets{
max-height: 58.5vh;
overflow-y: auto;
}
.home .all_tweets .tweet{
background: none;
padding: 15px;
text-decoration: none;
color: black;
}
.search-container button{
width: 19.75%;
} | 0.433981 | 0.079353 |
.site-navigation {
background-color: #fff;
position: relative;
z-index: 10;
}
.site-navigation .container-fluid .navbar-toggle, .site-navigation .container .navbar-toggle {
margin-right: 0
}
.site-navigation .navbar-toggle {
display: none;
border: 0;
line-height: 40px;
padding: 10px;
margin-top: 0;
margin-bottom: 0;
color: #55595c
}
.site-navigation .navbar-toggle .fa {
font-size: 21px
}
.site-navigation .logo {
float: left
}
.site-navigation .logo img {
height: 100px;
transition: height .2s linear
}
.site-navigation ul {
list-style: none;
padding-left: 0;
margin-bottom: 0
}
.site-navigation ul li:hover > ul {
top: 100%;
opacity: 1;
visibility: visible
}
.site-navigation .nav-menu {
float: right
}
.site-navigation .nav-menu > li {
position: relative;
display: inline-block;
padding: 0 2px
}
.site-navigation .nav-menu > li:hover > a {
color: #9e7dd3
}
.site-navigation .nav-menu > li:hover > a.menu-highlighted {
color: #fff
}
.site-navigation .nav-menu a {
display: inline-block;
font-family: Raleway, sans-serif;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 8px 14px;
line-height: 30px;
color: #818a91;
transition: color .2s linear, line-height .2s linear
}
.site-navigation .nav-menu a:hover {
color: #9e7dd3;
text-decoration: none
}
.site-navigation .nav-menu a.active {
color: #9e7dd3;
border-top: 2px solid #9e7dd3
}
.site-navigation .nav-menu a.menu-highlighted {
line-height: 50px;
margin: 25px 0;
padding-left: 20px;
padding-right: 20px;
border-radius: 2px;
color: #fff;
background-color: #a788d7;
transition: all .2s linear
}
.site-navigation .nav-menu a.menu-highlighted:hover {
color: #fff;
background-color: #9e7dd3
}
.site-navigation .nav-menu ul {
position: absolute;
top: 120%;
left: 0;
z-index: 1;
background-color: #fff;
border-top: 2px solid #9e7dd3;
padding: 8px;
opacity: 0;
visibility: hidden;
transition: opacity .4s ease-in-out, top .2s ease-in-out
}
.site-navigation .nav-menu ul li a {
line-height: 40px;
white-space: nowrap;
display: block;
min-width: 150px;
font-weight: 600;
border-bottom: 1px solid #f8f9fa
}
.site-navigation .nav-menu ul li:last-child a {
border-bottom: 0
}
.site-navigation .nav-menu ul a.active {
border-top: none
}
.site-navigation.container-fluid .nav-menu > li:last-child ul {
left: auto;
right: 0
}
/*Quan phan*/
.bt-link{
background-color: transparent;
border: none;
}
.nav-page {
padding-bottom: 12px;
padding-left: 0px;
}
.page-link > li {
position: relative;
display: inline-block;
}
.page-link a {
font-size: 16px;
letter-spacing: 1px;
color: #778899;
}
.page-link p {
color: #FFFFFF;
} | web-app/src/css/site_style.css | .site-navigation {
background-color: #fff;
position: relative;
z-index: 10;
}
.site-navigation .container-fluid .navbar-toggle, .site-navigation .container .navbar-toggle {
margin-right: 0
}
.site-navigation .navbar-toggle {
display: none;
border: 0;
line-height: 40px;
padding: 10px;
margin-top: 0;
margin-bottom: 0;
color: #55595c
}
.site-navigation .navbar-toggle .fa {
font-size: 21px
}
.site-navigation .logo {
float: left
}
.site-navigation .logo img {
height: 100px;
transition: height .2s linear
}
.site-navigation ul {
list-style: none;
padding-left: 0;
margin-bottom: 0
}
.site-navigation ul li:hover > ul {
top: 100%;
opacity: 1;
visibility: visible
}
.site-navigation .nav-menu {
float: right
}
.site-navigation .nav-menu > li {
position: relative;
display: inline-block;
padding: 0 2px
}
.site-navigation .nav-menu > li:hover > a {
color: #9e7dd3
}
.site-navigation .nav-menu > li:hover > a.menu-highlighted {
color: #fff
}
.site-navigation .nav-menu a {
display: inline-block;
font-family: Raleway, sans-serif;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 8px 14px;
line-height: 30px;
color: #818a91;
transition: color .2s linear, line-height .2s linear
}
.site-navigation .nav-menu a:hover {
color: #9e7dd3;
text-decoration: none
}
.site-navigation .nav-menu a.active {
color: #9e7dd3;
border-top: 2px solid #9e7dd3
}
.site-navigation .nav-menu a.menu-highlighted {
line-height: 50px;
margin: 25px 0;
padding-left: 20px;
padding-right: 20px;
border-radius: 2px;
color: #fff;
background-color: #a788d7;
transition: all .2s linear
}
.site-navigation .nav-menu a.menu-highlighted:hover {
color: #fff;
background-color: #9e7dd3
}
.site-navigation .nav-menu ul {
position: absolute;
top: 120%;
left: 0;
z-index: 1;
background-color: #fff;
border-top: 2px solid #9e7dd3;
padding: 8px;
opacity: 0;
visibility: hidden;
transition: opacity .4s ease-in-out, top .2s ease-in-out
}
.site-navigation .nav-menu ul li a {
line-height: 40px;
white-space: nowrap;
display: block;
min-width: 150px;
font-weight: 600;
border-bottom: 1px solid #f8f9fa
}
.site-navigation .nav-menu ul li:last-child a {
border-bottom: 0
}
.site-navigation .nav-menu ul a.active {
border-top: none
}
.site-navigation.container-fluid .nav-menu > li:last-child ul {
left: auto;
right: 0
}
/*Quan phan*/
.bt-link{
background-color: transparent;
border: none;
}
.nav-page {
padding-bottom: 12px;
padding-left: 0px;
}
.page-link > li {
position: relative;
display: inline-block;
}
.page-link a {
font-size: 16px;
letter-spacing: 1px;
color: #778899;
}
.page-link p {
color: #FFFFFF;
} | 0.52683 | 0.119434 |
.blur-g {
height: 100%;
width: 100%;
z-index: -1;
position: relative;
filter: blur(10px);
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
}
.blur-sect {
z-index: -1;
position: relative;
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.containerlogin {
margin: 0 auto;
max-width: 1280px;
width: 50%;
}
@media only screen and (min-width: 601px) {
.containerlogin {
width: 45%;
}
}
@media only screen and (min-width: 993px) {
.containerlogin {
width: 30%;
}
}
.containerlogin .row {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.signin-allign{
float: none;
margin: 100px auto;
width: 300px;
height: 300px;
}
.signup-allign{
float: none;
margin: 100px auto;
width: 600px;
height: 300px;
}
.blue-teal{
background: -webkit-linear-gradient(#03A9F4, #009688); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#03A9F4, #009688); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#03A9F4, #009688);
background: linear-gradient(#03A9F4, #009688);
}
.red-purple {
background-image: linear-gradient(rgb(231, 76, 60) 25%, rgb(155, 38, 175) 100%);
background-image: -moz-linear-gradient( rgb(231, 76, 60) 25%, rgb(155, 38, 175) 100%);
background-image: -webkit-linear-gradient( rgb(231, 76, 60) 25%, rgb(155, 38, 175) 100%);
background-image: -o-linear-gradient(rgb(231, 76, 60) 25%, rgb(155, 38, 175) 100%);
background-image: -ms-linear-gradient( rgb(231, 76, 60) 25%, rgb(155, 38, 175) 100%);
}
.red-orange {
background: linear-gradient(180deg, rgb(231, 76, 60), rgb(230, 126, 34));
background: -webkit-linear-gradient(180deg, rgb(231, 76, 60), rgb(230, 126, 34));
}
.eagleBlood {
background: #f85032; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #f85032 , #e73827); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #f85032 , #e73827); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*Blur background
.blur-back:before {
content: "";
position: fixed;
left: 0;
right: 0;
z-index: -1;
display: block;
background-color: #2c3e50;
background: url("https://source.unsplash.com/category/nature/1920x1080") no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-left: 20px;
margin-right: 20px;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
.blur-back {
left: 0;
right: 0;
z-index: 0;
margin-left: 20px;
margin-right: 20px;
}
*/
.blur-back::before {
content: " ";
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: #2c3e50;
background: url("https://source.unsplash.com/category/nature/1920x1080") no-repeat center fixed;
z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
.blur-back {
position: relative;
min-height: 100%;
}
/* The Overlay (background) */
.overlay-full {
/* Height & width depends on how you want to reveal the overlay (see JS below) */
height: 100%;
width: 0;
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
background-color: rgb(0,0,0); /* Black fallback color */
background-color: rgba(0, 0, 0, 0.52); /* Black w/opacity */
overflow-x: hidden; /* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
/* Position the content inside the overlay */
.overlay-full-content {
position: relative;
top: 25%; /* 25% from the top */
width: 100%; /* 100% width */
text-align: center; /* Centered text/links */
margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.overlay-full a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #818181;
display: block; /* Display block instead of inline */
transition: 0.3s; /* Transition effects on hover (color) */
}
/* When you mouse over the navigation links, change their color */
.overlay-full a:hover, .overlay-full a:focus {
color: #f1f1f1;
}
/* Position the close button (top right corner) */
.closebtn-overlay {
position: absolute;
top: 20px;
right: 5%;
font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
.overlay-full a {font-size: 20px}
.closebtn-overlay {
font-size: 40px !important;
top: 15px;
right: 35px;
}
}
.glitch {
color: black;
position: relative;
margin: 0 auto;
}
@keyframes noise-anim {
0% {
clip: rect(79px, 9999px, 76px, 0);
}
5% {
clip: rect(57px, 9999px, 86px, 0);
}
10% {
clip: rect(88px, 9999px, 41px, 0);
}
15% {
clip: rect(88px, 9999px, 41px, 0);
}
20% {
clip: rect(68px, 9999px, 52px, 0);
}
25% {
clip: rect(13px, 9999px, 55px, 0);
}
30% {
clip: rect(25px, 9999px, 18px, 0);
}
35% {
clip: rect(81px, 9999px, 32px, 0);
}
40% {
clip: rect(49px, 9999px, 57px, 0);
}
45% {
clip: rect(44px, 9999px, 39px, 0);
}
50% {
clip: rect(41px, 9999px, 24px, 0);
}
55% {
clip: rect(62px, 9999px, 81px, 0);
}
60% {
clip: rect(13px, 9999px, 62px, 0);
}
65% {
clip: rect(83px, 9999px, 97px, 0);
}
70% {
clip: rect(52px, 9999px, 100px, 0);
}
75% {
clip: rect(64px, 9999px, 72px, 0);
}
80% {
clip: rect(42px, 9999px, 89px, 0);
}
85% {
clip: rect(33px, 9999px, 34px, 0);
}
90% {
clip: rect(22px, 9999px, 51px, 0);
}
95% {
clip: rect(46px, 9999px, 79px, 0);
}
100% {
clip: rect(37px, 9999px, 36px, 0);
}
}
.glitch:after {
content: attr(data-text);
position: absolute;
left: 4px;
text-shadow: -2px 0 green;
top: 0;
color: black;
background: #b71c1c;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim 2s infinite linear alternate-reverse;
}
@keyframes noise-anim-2 {
0% {
clip: rect(68px, 9999px, 53px, 0);
}
5% {
clip: rect(35px, 9999px, 50px, 0);
}
10% {
clip: rect(28px, 9999px, 38px, 0);
}
15% {
clip: rect(21px, 9999px, 7px, 0);
}
20% {
clip: rect(51px, 9999px, 87px, 0);
}
25% {
clip: rect(74px, 9999px, 12px, 0);
}
30% {
clip: rect(40px, 9999px, 54px, 0);
}
35% {
clip: rect(21px, 9999px, 70px, 0);
}
40% {
clip: rect(14px, 9999px, 80px, 0);
}
45% {
clip: rect(31px, 9999px, 12px, 0);
}
50% {
clip: rect(24px, 9999px, 33px, 0);
}
55% {
clip: rect(10px, 9999px, 36px, 0);
}
60% {
clip: rect(55px, 9999px, 83px, 0);
}
65% {
clip: rect(46px, 9999px, 67px, 0);
}
70% {
clip: rect(55px, 9999px, 17px, 0);
}
75% {
clip: rect(34px, 9999px, 16px, 0);
}
80% {
clip: rect(57px, 9999px, 91px, 0);
}
85% {
clip: rect(30px, 9999px, 48px, 0);
}
90% {
clip: rect(3px, 9999px, 47px, 0);
}
95% {
clip: rect(32px, 9999px, 8px, 0);
}
100% {
clip: rect(63px, 9999px, 19px, 0);
}
}
.glitch:before {
content: attr(data-text);
position: absolute;
left: -2px;
text-shadow: 1px 0 blue;
top: 0;
color: black;
background: #b71c1c;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim-2 3s infinite linear alternate-reverse;
}
/*AUTO COMPLETE */
.autocomplete-content {
position: relative;
background: #E0E0E0;
margin-top: -.9rem;
z-index: 1000;
}
.autocomplete-content li {
clear: both;
color: rgba(0, 0, 0, 0.87);
cursor: pointer;
line-height: 0;
width: 100%;
text-align: left;
text-transform: none;
padding: 10px;
}
.autocomplete-content li > span {
color: #000000;
font-size: .9rem;
padding: 1.2rem;
display: block;
}
.autocomplete-content li > span .highlight {
color: #000000;
}
.autocomplete-content li img {
height: 52px;
width: 52px;
padding: 5px;
margin: 0 15px;
}
.autocomplete-content li:hover {
background: #eee;
cursor: pointer;
}
.autocomplete-content > li:hover {
background: #009688;
}
/*check ani*/
.checkmark__circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
stroke-width: 2;
stroke-miterlimit: 10;
stroke: #7ac142;
fill: none;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
width: 56px;
height: 56px;
border-radius: 50%;
display: block;
stroke-width: 2;
stroke: #fff;
stroke-miterlimit: 10;
margin: 10% auto;
box-shadow: inset 0px 0px 0px #7ac142;
animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__check {
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}
@keyframes scale {
0%, 100% {
transform: none;
}
50% {
transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill {
100% {
box-shadow: inset 0px 0px 0px 30px #7ac142;
}
}
.svg-dis {
width: 100px;
height: 100px;
display: block;
margin-left: auto;
margin-right: auto
}
/*Closed Overlay*/
span.closed{
border-radius: 25px;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #b71c1c;
opacity: 0.5;
color: white;
}
/*md icons*/
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); } | css/passr.css |
.blur-g {
height: 100%;
width: 100%;
z-index: -1;
position: relative;
filter: blur(10px);
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
}
.blur-sect {
z-index: -1;
position: relative;
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.containerlogin {
margin: 0 auto;
max-width: 1280px;
width: 50%;
}
@media only screen and (min-width: 601px) {
.containerlogin {
width: 45%;
}
}
@media only screen and (min-width: 993px) {
.containerlogin {
width: 30%;
}
}
.containerlogin .row {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.signin-allign{
float: none;
margin: 100px auto;
width: 300px;
height: 300px;
}
.signup-allign{
float: none;
margin: 100px auto;
width: 600px;
height: 300px;
}
.blue-teal{
background: -webkit-linear-gradient(#03A9F4, #009688); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#03A9F4, #009688); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#03A9F4, #009688);
background: linear-gradient(#03A9F4, #009688);
}
.red-purple {
background-image: linear-gradient(rgb(231, 76, 60) 25%, rgb(155, 38, 175) 100%);
background-image: -moz-linear-gradient( rgb(231, 76, 60) 25%, rgb(155, 38, 175) 100%);
background-image: -webkit-linear-gradient( rgb(231, 76, 60) 25%, rgb(155, 38, 175) 100%);
background-image: -o-linear-gradient(rgb(231, 76, 60) 25%, rgb(155, 38, 175) 100%);
background-image: -ms-linear-gradient( rgb(231, 76, 60) 25%, rgb(155, 38, 175) 100%);
}
.red-orange {
background: linear-gradient(180deg, rgb(231, 76, 60), rgb(230, 126, 34));
background: -webkit-linear-gradient(180deg, rgb(231, 76, 60), rgb(230, 126, 34));
}
.eagleBlood {
background: #f85032; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #f85032 , #e73827); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #f85032 , #e73827); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*Blur background
.blur-back:before {
content: "";
position: fixed;
left: 0;
right: 0;
z-index: -1;
display: block;
background-color: #2c3e50;
background: url("https://source.unsplash.com/category/nature/1920x1080") no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-left: 20px;
margin-right: 20px;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
.blur-back {
left: 0;
right: 0;
z-index: 0;
margin-left: 20px;
margin-right: 20px;
}
*/
.blur-back::before {
content: " ";
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: #2c3e50;
background: url("https://source.unsplash.com/category/nature/1920x1080") no-repeat center fixed;
z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
.blur-back {
position: relative;
min-height: 100%;
}
/* The Overlay (background) */
.overlay-full {
/* Height & width depends on how you want to reveal the overlay (see JS below) */
height: 100%;
width: 0;
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
background-color: rgb(0,0,0); /* Black fallback color */
background-color: rgba(0, 0, 0, 0.52); /* Black w/opacity */
overflow-x: hidden; /* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
/* Position the content inside the overlay */
.overlay-full-content {
position: relative;
top: 25%; /* 25% from the top */
width: 100%; /* 100% width */
text-align: center; /* Centered text/links */
margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.overlay-full a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #818181;
display: block; /* Display block instead of inline */
transition: 0.3s; /* Transition effects on hover (color) */
}
/* When you mouse over the navigation links, change their color */
.overlay-full a:hover, .overlay-full a:focus {
color: #f1f1f1;
}
/* Position the close button (top right corner) */
.closebtn-overlay {
position: absolute;
top: 20px;
right: 5%;
font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
.overlay-full a {font-size: 20px}
.closebtn-overlay {
font-size: 40px !important;
top: 15px;
right: 35px;
}
}
.glitch {
color: black;
position: relative;
margin: 0 auto;
}
@keyframes noise-anim {
0% {
clip: rect(79px, 9999px, 76px, 0);
}
5% {
clip: rect(57px, 9999px, 86px, 0);
}
10% {
clip: rect(88px, 9999px, 41px, 0);
}
15% {
clip: rect(88px, 9999px, 41px, 0);
}
20% {
clip: rect(68px, 9999px, 52px, 0);
}
25% {
clip: rect(13px, 9999px, 55px, 0);
}
30% {
clip: rect(25px, 9999px, 18px, 0);
}
35% {
clip: rect(81px, 9999px, 32px, 0);
}
40% {
clip: rect(49px, 9999px, 57px, 0);
}
45% {
clip: rect(44px, 9999px, 39px, 0);
}
50% {
clip: rect(41px, 9999px, 24px, 0);
}
55% {
clip: rect(62px, 9999px, 81px, 0);
}
60% {
clip: rect(13px, 9999px, 62px, 0);
}
65% {
clip: rect(83px, 9999px, 97px, 0);
}
70% {
clip: rect(52px, 9999px, 100px, 0);
}
75% {
clip: rect(64px, 9999px, 72px, 0);
}
80% {
clip: rect(42px, 9999px, 89px, 0);
}
85% {
clip: rect(33px, 9999px, 34px, 0);
}
90% {
clip: rect(22px, 9999px, 51px, 0);
}
95% {
clip: rect(46px, 9999px, 79px, 0);
}
100% {
clip: rect(37px, 9999px, 36px, 0);
}
}
.glitch:after {
content: attr(data-text);
position: absolute;
left: 4px;
text-shadow: -2px 0 green;
top: 0;
color: black;
background: #b71c1c;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim 2s infinite linear alternate-reverse;
}
@keyframes noise-anim-2 {
0% {
clip: rect(68px, 9999px, 53px, 0);
}
5% {
clip: rect(35px, 9999px, 50px, 0);
}
10% {
clip: rect(28px, 9999px, 38px, 0);
}
15% {
clip: rect(21px, 9999px, 7px, 0);
}
20% {
clip: rect(51px, 9999px, 87px, 0);
}
25% {
clip: rect(74px, 9999px, 12px, 0);
}
30% {
clip: rect(40px, 9999px, 54px, 0);
}
35% {
clip: rect(21px, 9999px, 70px, 0);
}
40% {
clip: rect(14px, 9999px, 80px, 0);
}
45% {
clip: rect(31px, 9999px, 12px, 0);
}
50% {
clip: rect(24px, 9999px, 33px, 0);
}
55% {
clip: rect(10px, 9999px, 36px, 0);
}
60% {
clip: rect(55px, 9999px, 83px, 0);
}
65% {
clip: rect(46px, 9999px, 67px, 0);
}
70% {
clip: rect(55px, 9999px, 17px, 0);
}
75% {
clip: rect(34px, 9999px, 16px, 0);
}
80% {
clip: rect(57px, 9999px, 91px, 0);
}
85% {
clip: rect(30px, 9999px, 48px, 0);
}
90% {
clip: rect(3px, 9999px, 47px, 0);
}
95% {
clip: rect(32px, 9999px, 8px, 0);
}
100% {
clip: rect(63px, 9999px, 19px, 0);
}
}
.glitch:before {
content: attr(data-text);
position: absolute;
left: -2px;
text-shadow: 1px 0 blue;
top: 0;
color: black;
background: #b71c1c;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim-2 3s infinite linear alternate-reverse;
}
/*AUTO COMPLETE */
.autocomplete-content {
position: relative;
background: #E0E0E0;
margin-top: -.9rem;
z-index: 1000;
}
.autocomplete-content li {
clear: both;
color: rgba(0, 0, 0, 0.87);
cursor: pointer;
line-height: 0;
width: 100%;
text-align: left;
text-transform: none;
padding: 10px;
}
.autocomplete-content li > span {
color: #000000;
font-size: .9rem;
padding: 1.2rem;
display: block;
}
.autocomplete-content li > span .highlight {
color: #000000;
}
.autocomplete-content li img {
height: 52px;
width: 52px;
padding: 5px;
margin: 0 15px;
}
.autocomplete-content li:hover {
background: #eee;
cursor: pointer;
}
.autocomplete-content > li:hover {
background: #009688;
}
/*check ani*/
.checkmark__circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
stroke-width: 2;
stroke-miterlimit: 10;
stroke: #7ac142;
fill: none;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
width: 56px;
height: 56px;
border-radius: 50%;
display: block;
stroke-width: 2;
stroke: #fff;
stroke-miterlimit: 10;
margin: 10% auto;
box-shadow: inset 0px 0px 0px #7ac142;
animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__check {
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}
@keyframes scale {
0%, 100% {
transform: none;
}
50% {
transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill {
100% {
box-shadow: inset 0px 0px 0px 30px #7ac142;
}
}
.svg-dis {
width: 100px;
height: 100px;
display: block;
margin-left: auto;
margin-right: auto
}
/*Closed Overlay*/
span.closed{
border-radius: 25px;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #b71c1c;
opacity: 0.5;
color: white;
}
/*md icons*/
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); } | 0.421552 | 0.185726 |
* {
margin: 0;
padding: 0;
}
body {
background-color: #6a2c70;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
gap: 50px;
margin-top: 40px;
}
.top-container {
width: 85%;
display: flex;
flex-direction: row;
padding-top: 20px;
justify-content: space-between;
align-items: center;
}
.right-button-container > .number-button {
height: 35px;
}
.top-container > p {
display: flex;
padding-right: 20px;
font-size: 30px;
font-family: "Jura", sans-serif;
font-weight: 900;
}
.solar-panel {
display: flex;
background-color: #241a19;
width: 150px;
height: 50px;
border-radius: 5px;
border: 5px solid #63686e;
}
.pushable {
border-radius: 12px;
border: none;
padding: 0;
cursor: pointer;
outline-offset: 4px;
}
.right-button-container > button >span{
height: 35px;
font-size: 22px;
}
.front {
background-color: #35383b;
color: #d2d4d8;
text-decoration: none;
border: none;
height: 50px;
width: 50px;
font-size: 32px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
display: block;
background: #975265;
color: white;
transform: translateY(-4px);
}
.front-grey {
background-color: #35383b;
color: #d2d4d8;
text-decoration: none;
border: none;
height: 50px;
width: 50px;
font-size: 32px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
display: block;
background: #35383b;
color: white;
transform: translateY(-4px);
}
.pushable:active .front{
transform: translateY(-2px);
}
.pushable:active .front-grey{
transform: translateY(-2px);
}
#plus-button > .front-grey{
height: 110px;
}
.calculator {
background-color: #d2d4d8;
border: 10px solid #f08a5d;
border-radius: 20px;
height: 580px;
width: 350px;
display: flex;
flex-direction: column;
align-items: center;
-webkit-box-shadow: -2px 10px 15px 5px #000000;
box-shadow: -2px 10px 15px 5px #000000;
border: 11px outset;
gap: 15px;
}
.screen {
min-height: 80px;
width: 80%;
background-color: #8bac0f;
font-family: "Calculator", sans-serif;
font-style: normal;
color: #273003;
font-size: 54px;
display: flex;
flex-direction: column;
text-align: right;
justify-content: center;
padding: 8px;
box-shadow: 0px 0px 20px 6px #596e09 inset;
border-radius: 5px;
border: 10px solid #63686e;
}
.first-row {
font-size: 28px;
font-weight: 400;
height: 20px;
}
.right-button-container {
display: flex;
gap: 10px;
padding-left: 180px;
}
#off-button {
font-size: 22px;
}
.buttons-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 10px;
padding: 0px 20px 20px 20px;
}
.number-button {
background-color: #1e2022;
color: #d2d4d8;
text-decoration: none;
border: none;
height: 50px;
width: 50px;
font-size: 32px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
}
.red-button {
background-color: #5f3440;
}
#plus-button {
grid-row: span 2;
height: 110px;
font-size: 54px;
}
.footer {
background-color: #b66745;
border-radius: 10px;
height: 50px;
width: 400px;
display: flex;
justify-content: center;
align-items: center;
}
.footer > .front{
background-color: #f08a5d;
width: 100%;
font-size: 24px;
border-radius: 10px;
padding: 0px 10px;
text-align: center;
} | style.css | * {
margin: 0;
padding: 0;
}
body {
background-color: #6a2c70;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
gap: 50px;
margin-top: 40px;
}
.top-container {
width: 85%;
display: flex;
flex-direction: row;
padding-top: 20px;
justify-content: space-between;
align-items: center;
}
.right-button-container > .number-button {
height: 35px;
}
.top-container > p {
display: flex;
padding-right: 20px;
font-size: 30px;
font-family: "Jura", sans-serif;
font-weight: 900;
}
.solar-panel {
display: flex;
background-color: #241a19;
width: 150px;
height: 50px;
border-radius: 5px;
border: 5px solid #63686e;
}
.pushable {
border-radius: 12px;
border: none;
padding: 0;
cursor: pointer;
outline-offset: 4px;
}
.right-button-container > button >span{
height: 35px;
font-size: 22px;
}
.front {
background-color: #35383b;
color: #d2d4d8;
text-decoration: none;
border: none;
height: 50px;
width: 50px;
font-size: 32px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
display: block;
background: #975265;
color: white;
transform: translateY(-4px);
}
.front-grey {
background-color: #35383b;
color: #d2d4d8;
text-decoration: none;
border: none;
height: 50px;
width: 50px;
font-size: 32px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
display: block;
background: #35383b;
color: white;
transform: translateY(-4px);
}
.pushable:active .front{
transform: translateY(-2px);
}
.pushable:active .front-grey{
transform: translateY(-2px);
}
#plus-button > .front-grey{
height: 110px;
}
.calculator {
background-color: #d2d4d8;
border: 10px solid #f08a5d;
border-radius: 20px;
height: 580px;
width: 350px;
display: flex;
flex-direction: column;
align-items: center;
-webkit-box-shadow: -2px 10px 15px 5px #000000;
box-shadow: -2px 10px 15px 5px #000000;
border: 11px outset;
gap: 15px;
}
.screen {
min-height: 80px;
width: 80%;
background-color: #8bac0f;
font-family: "Calculator", sans-serif;
font-style: normal;
color: #273003;
font-size: 54px;
display: flex;
flex-direction: column;
text-align: right;
justify-content: center;
padding: 8px;
box-shadow: 0px 0px 20px 6px #596e09 inset;
border-radius: 5px;
border: 10px solid #63686e;
}
.first-row {
font-size: 28px;
font-weight: 400;
height: 20px;
}
.right-button-container {
display: flex;
gap: 10px;
padding-left: 180px;
}
#off-button {
font-size: 22px;
}
.buttons-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 10px;
padding: 0px 20px 20px 20px;
}
.number-button {
background-color: #1e2022;
color: #d2d4d8;
text-decoration: none;
border: none;
height: 50px;
width: 50px;
font-size: 32px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
}
.red-button {
background-color: #5f3440;
}
#plus-button {
grid-row: span 2;
height: 110px;
font-size: 54px;
}
.footer {
background-color: #b66745;
border-radius: 10px;
height: 50px;
width: 400px;
display: flex;
justify-content: center;
align-items: center;
}
.footer > .front{
background-color: #f08a5d;
width: 100%;
font-size: 24px;
border-radius: 10px;
padding: 0px 10px;
text-align: center;
} | 0.490236 | 0.12536 |
body {
margin: 0 0 60px;
background-color: #f9f8f9;
color: #333;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
font-size: 13px;
overflow: -moz-scrollbars-vertical;
}
h1 {
margin: 40px 0 20px;
font-size: 20px;
text-align: center;
}
h2 {
margin-bottom: 0;
}
h3 {
margin: 0 0 20px;
font-weight: normal;
}
p {
margin-top: 0;
margin-bottom: 0;
}
a {
color: #333;
text-decoration: none;
}
ol, li {
margin: 0;
}
.about {
margin-top: 60px;
text-align: center;
}
.about a {
color: #999;
-webkit-transition: color 0.2s ease-in;
-moz-transition: color 0.2s ease-in;
transition: color 0.2s ease-in;
}
.about a:hover {
color: #333;
-webkit-transition: color 0.2s ease-in;
-moz-transition: color 0.2s ease-in;
transition: color 0.2s ease-in;
}
.links {
margin-top: 20px;
text-align: center;
}
.jaf-container {
position: relative;
padding: 0;
}
.jaf-row {
/*zoom: 1;*/
min-width: 320px;
}
.folder {
position: relative;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 25%;
height: 225px;
padding: 3% 3% 10px 3%;
cursor: pointer;
}
.folder::before {
position: absolute;
bottom: -1px;
left: 50%;
content: '';
width: 0;
height: 0;
margin-left: 7px;
border-left: 0 solid transparent;
border-right: 0 solid transparent;
border-bottom: 0 solid transparent;
-webkit-transition: bottom 0.2s ease-in;
-moz-transition: bottom 0.2s ease-in;
transition: bottom 0.2s ease-in;
}
.folder::after {
position: absolute;
bottom: -1px;
left: 50%;
content: '';
width: 0;
height: 0;
margin-left: 6px;
border-left: 0 solid transparent;
border-right: 0 solid transparent;
border-bottom: 0 solid transparent;
-webkit-transition: bottom 0.2s ease-in;
-moz-transition: bottom 0.2s ease-in;
transition: bottom 0.2s ease-in;
}
.folder img {
position: relative;
margin-top: 0;
margin-left: 0;
max-width: 100%;
background-color: #888;
border: 1px solid #888;
box-shadow: 2px 2px 5px #aaa;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.album-name {
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/* -webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;*/
}
.artist-name {
opacity: 1;
margin-bottom: 2px;
color: #888;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.app-folders-container {
width: 100%;
margin: 0 auto;
}
.active-tool {
z-index: 10;
}
.active-tool::before {
bottom: -1px;
margin-left: -7px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid rgba(0,0,0,0.3);
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.active-tool::after {
bottom: -1px;
margin-left: -6px;
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-bottom: 11px solid transparent;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.active-tool img {
max-width: 110%;
margin-top: -5%;
margin-left: -5%;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.active-tool .album-name {
padding-bottom: 6px;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.active-tool .artist-name {
opacity: 0;
height: 2px;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.folderContent {
position: relative;
z-index: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 320px;
padding: 20px 0 0 60px;
background-color: #aaa;
border: 1px solid rgba(0,0,0,0.3);
border-width: 1px 0;
}
.folderContent a:hover {
text-decoration: underline;
}
.folderContent .close {
position: absolute;
top: 15px;
left: 10px;
padding: 1px 5px 3px;
border-radius: 10px;
background-color: rgba(0,0,0,0.3);
color: rgba(255,255,255,0.5);
font-weight: bold;
}
.folderContent .close:hover {
text-decoration: none;
background-color: rgba(0,0,0,0.6);
color: rgba(255,255,255,0.5);
}
.multi {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.art-wrap {
float: right;
text-align: right;
/*width: 30%;*/
}
.art-wrap img {
position: relative;
z-index: -2;
display: block;
width: 100%;
max-width: 300px;
}
.clear {
clear: both;
}
@media (max-width: 480px){
.folder {
height: 145px;
}
.folderContent {
padding: 20px 40px;
width: 100%;
}
}
@media (min-width: 481px) and (max-width: 768px){
.folder {
height: 210px;
}
}
@media (max-width: 768px){
.multi {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
.art-wrap {
display: none;
}
}
@media (min-width: 769px){
.jaf-row {
width: 800px;
margin: 0 auto;
}
} | css/style.css | body {
margin: 0 0 60px;
background-color: #f9f8f9;
color: #333;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
font-size: 13px;
overflow: -moz-scrollbars-vertical;
}
h1 {
margin: 40px 0 20px;
font-size: 20px;
text-align: center;
}
h2 {
margin-bottom: 0;
}
h3 {
margin: 0 0 20px;
font-weight: normal;
}
p {
margin-top: 0;
margin-bottom: 0;
}
a {
color: #333;
text-decoration: none;
}
ol, li {
margin: 0;
}
.about {
margin-top: 60px;
text-align: center;
}
.about a {
color: #999;
-webkit-transition: color 0.2s ease-in;
-moz-transition: color 0.2s ease-in;
transition: color 0.2s ease-in;
}
.about a:hover {
color: #333;
-webkit-transition: color 0.2s ease-in;
-moz-transition: color 0.2s ease-in;
transition: color 0.2s ease-in;
}
.links {
margin-top: 20px;
text-align: center;
}
.jaf-container {
position: relative;
padding: 0;
}
.jaf-row {
/*zoom: 1;*/
min-width: 320px;
}
.folder {
position: relative;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 25%;
height: 225px;
padding: 3% 3% 10px 3%;
cursor: pointer;
}
.folder::before {
position: absolute;
bottom: -1px;
left: 50%;
content: '';
width: 0;
height: 0;
margin-left: 7px;
border-left: 0 solid transparent;
border-right: 0 solid transparent;
border-bottom: 0 solid transparent;
-webkit-transition: bottom 0.2s ease-in;
-moz-transition: bottom 0.2s ease-in;
transition: bottom 0.2s ease-in;
}
.folder::after {
position: absolute;
bottom: -1px;
left: 50%;
content: '';
width: 0;
height: 0;
margin-left: 6px;
border-left: 0 solid transparent;
border-right: 0 solid transparent;
border-bottom: 0 solid transparent;
-webkit-transition: bottom 0.2s ease-in;
-moz-transition: bottom 0.2s ease-in;
transition: bottom 0.2s ease-in;
}
.folder img {
position: relative;
margin-top: 0;
margin-left: 0;
max-width: 100%;
background-color: #888;
border: 1px solid #888;
box-shadow: 2px 2px 5px #aaa;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.album-name {
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/* -webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;*/
}
.artist-name {
opacity: 1;
margin-bottom: 2px;
color: #888;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.app-folders-container {
width: 100%;
margin: 0 auto;
}
.active-tool {
z-index: 10;
}
.active-tool::before {
bottom: -1px;
margin-left: -7px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid rgba(0,0,0,0.3);
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.active-tool::after {
bottom: -1px;
margin-left: -6px;
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-bottom: 11px solid transparent;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.active-tool img {
max-width: 110%;
margin-top: -5%;
margin-left: -5%;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.active-tool .album-name {
padding-bottom: 6px;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.active-tool .artist-name {
opacity: 0;
height: 2px;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.folderContent {
position: relative;
z-index: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 320px;
padding: 20px 0 0 60px;
background-color: #aaa;
border: 1px solid rgba(0,0,0,0.3);
border-width: 1px 0;
}
.folderContent a:hover {
text-decoration: underline;
}
.folderContent .close {
position: absolute;
top: 15px;
left: 10px;
padding: 1px 5px 3px;
border-radius: 10px;
background-color: rgba(0,0,0,0.3);
color: rgba(255,255,255,0.5);
font-weight: bold;
}
.folderContent .close:hover {
text-decoration: none;
background-color: rgba(0,0,0,0.6);
color: rgba(255,255,255,0.5);
}
.multi {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.art-wrap {
float: right;
text-align: right;
/*width: 30%;*/
}
.art-wrap img {
position: relative;
z-index: -2;
display: block;
width: 100%;
max-width: 300px;
}
.clear {
clear: both;
}
@media (max-width: 480px){
.folder {
height: 145px;
}
.folderContent {
padding: 20px 40px;
width: 100%;
}
}
@media (min-width: 481px) and (max-width: 768px){
.folder {
height: 210px;
}
}
@media (max-width: 768px){
.multi {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
.art-wrap {
display: none;
}
}
@media (min-width: 769px){
.jaf-row {
width: 800px;
margin: 0 auto;
}
} | 0.278944 | 0.059674 |
.main {
padding: 0;
margin: 0;
height: 100%;
transition: all .5s ease-in-out;
}
@media (max-width: 767.98px) {
.main {
height: auto;
}
}
html, body {
width: 100vw;
height: 100vh;
}
.texto-centro {
background-color: white;
align-items: center;
display: inherit;
padding-top: 40px;
text-align: center!important;
}
.card-body {
box-shadow: 2px 4px 9px #0000003d;
}
.principal {
display: flex;
justify-content: center;
}
.formulario {
padding: 15px;
min-width: 330px;
max-width: 330px;
}
.falconDexPadrao {
margin: auto;
padding: 15px;
max-width: 330px;
}
.imgLogo {
margin: 0;
vertical-align: middle;
border-style: none;
box-sizing: border-box;
}
.nomeFalcon {
text-align: center;
font-weight: bold;
font-size: 3.5rem;
line-height: 1.3;
color: inherit;
letter-spacing: 2px;
}
.nomeDex {
color: inherit;
font-family: 'Segoe UI';
font-weight: bold;
font-size: 1rem;
letter-spacing: 2px;
}
.form-control {
border-radius: 1.5rem;
font-family:Arial;
letter-spacing:2px;
}
#loginAlert {
top: 10px;
left: 10px;
}
#slider {
position: fixed;
width: 50vw;
height: 100vh;
top: 0;
left: 0;
background-color: white;
box-shadow: 2px 4px 9px #0000003d;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
}
.slide-in {
animation: slide-in 0.5s forwards;
-webkit-animation: slide-in 0.5s forwards;
}
.slide-out {
animation: slide-out 0.5s forwards;
-webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-in {
100% {
transform: translateX(0%);
}
}
@-webkit-keyframes slide-in {
100% {
-webkit-transform: translateX(0%);
}
}
@keyframes slide-out {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
}
@-webkit-keyframes slide-out {
0% {
-webkit-transform: translateX(0%);
}
100% {
-webkit-transform: translateX(-100%);
}
}
/*ratings*/
.rating {
display: inline-block;
position: relative;
height: 50px;
line-height: 50px;
font-size: 50px;
}
.rating label {
position: absolute;
top: 0;
left: 0;
height: 100%;
cursor: pointer;
}
.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: #000;
}
.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
color: #09f;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
color: #000;
text-shadow: 0 0 5px #09f;
} | style/Style.css | .main {
padding: 0;
margin: 0;
height: 100%;
transition: all .5s ease-in-out;
}
@media (max-width: 767.98px) {
.main {
height: auto;
}
}
html, body {
width: 100vw;
height: 100vh;
}
.texto-centro {
background-color: white;
align-items: center;
display: inherit;
padding-top: 40px;
text-align: center!important;
}
.card-body {
box-shadow: 2px 4px 9px #0000003d;
}
.principal {
display: flex;
justify-content: center;
}
.formulario {
padding: 15px;
min-width: 330px;
max-width: 330px;
}
.falconDexPadrao {
margin: auto;
padding: 15px;
max-width: 330px;
}
.imgLogo {
margin: 0;
vertical-align: middle;
border-style: none;
box-sizing: border-box;
}
.nomeFalcon {
text-align: center;
font-weight: bold;
font-size: 3.5rem;
line-height: 1.3;
color: inherit;
letter-spacing: 2px;
}
.nomeDex {
color: inherit;
font-family: 'Segoe UI';
font-weight: bold;
font-size: 1rem;
letter-spacing: 2px;
}
.form-control {
border-radius: 1.5rem;
font-family:Arial;
letter-spacing:2px;
}
#loginAlert {
top: 10px;
left: 10px;
}
#slider {
position: fixed;
width: 50vw;
height: 100vh;
top: 0;
left: 0;
background-color: white;
box-shadow: 2px 4px 9px #0000003d;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
}
.slide-in {
animation: slide-in 0.5s forwards;
-webkit-animation: slide-in 0.5s forwards;
}
.slide-out {
animation: slide-out 0.5s forwards;
-webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-in {
100% {
transform: translateX(0%);
}
}
@-webkit-keyframes slide-in {
100% {
-webkit-transform: translateX(0%);
}
}
@keyframes slide-out {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
}
@-webkit-keyframes slide-out {
0% {
-webkit-transform: translateX(0%);
}
100% {
-webkit-transform: translateX(-100%);
}
}
/*ratings*/
.rating {
display: inline-block;
position: relative;
height: 50px;
line-height: 50px;
font-size: 50px;
}
.rating label {
position: absolute;
top: 0;
left: 0;
height: 100%;
cursor: pointer;
}
.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: #000;
}
.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
color: #09f;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
color: #000;
text-shadow: 0 0 5px #09f;
} | 0.582491 | 0.095518 |
.u-section-1 {
background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("/images/carousel-1.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 650px;
}
.u-section-1 .u-group-1 {
width: 682px;
min-height: 555px;
margin: 190px auto 60px;
}
.u-section-1 .u-container-layout-1 {
padding-bottom: 0;
}
.u-section-1 .u-text-1 {
text-align: center;
font-size: 1.875rem;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: bold;
margin: 0;
}
.u-section-1 .u-text-2 {
font-size: 4.5rem;
line-height: 0.8;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: 400;
text-align: center;
margin: 39px 0 0;
}
.u-section-1 .u-search-1 {
width: 517px;
min-height: 65px;
margin: 49px auto 0;
}
.u-section-1 .u-search-icon-1 {
font-size: 1.875rem;
}
.u-section-1 .u-btn-1 {
border-style: none;
font-weight: 700;
font-size: 1.5rem;
/* margin: 39px auto 0; */
padding: 19px 48px 21px;
}
@media (max-width: 1199px) {
.u-section-1 {
background-size: auto 130%;
}
.u-section-1 .u-sheet-1 {
min-height: 536px;
}
.u-section-1 .u-text-2 {
animation-duration: 1000ms;
}
.u-section-1 .u-search-1 {
height: auto;
}
}
@media (max-width: 991px) {
.u-section-1 {
background-position: 68.24% 78.24%;
}
.u-section-1 .u-sheet-1 {
min-height: 805px;
}
}
@media (max-width: 767px) {
.u-section-1 {
background-position: 52.34% 45.53%;
}
.u-section-1 .u-sheet-1 {
min-height: 604px;
}
.u-section-1 .u-group-1 {
width: 540px;
}
.u-section-1 .u-btn-1 {
margin-top: -101px;
}
}
@media (max-width: 575px) {
.u-section-1 {
background-position: 41.41% 4.95%;
}
.u-section-1 .u-sheet-1 {
min-height: 380px;
}
.u-section-1 .u-group-1 {
width: 340px;
}
.u-section-1 .u-text-1 {
width: auto;
margin-top: 76px;
}
.u-section-1 .u-text-2 {
font-size: 3rem;
width: auto;
margin-top: 19px;
}
.u-section-1 .u-search-1 {
margin-top: 37px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-1 .u-btn-1 {
margin-top: 19px;
}
} .u-section-2 {
min-height: 318px;
}
.u-section-2 .u-sheet-1 {
min-height: 969px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 57px;
margin-bottom: 0;
}
.u-section-2 .u-layout-cell-1 {
min-height: 467px;
}
.u-section-2 .u-container-layout-1 {
padding: 30px 14px;
}
.u-section-2 .u-text-1 {
font-weight: 700;
font-size: 2.25rem;
margin: 0 auto;
}
.u-section-2 .u-text-2 {
font-size: 1.25rem;
font-weight: normal;
margin: 16px 0 0;
}
.u-section-2 .u-layout-cell-2 {
min-height: 467px;
}
.u-section-2 .u-container-layout-2 {
padding: 0 40px;
}
.u-section-2 .u-image-1 {
width: 454px;
height: 454px;
margin: 0 0 0 auto;
}
.u-section-2 .u-layout-wrap-2 {
margin-top: 10px;
margin-bottom: 20px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 380px;
}
.u-section-2 .u-container-layout-3 {
padding: 15px 30px 0;
}
.u-section-2 .u-image-2 {
width: 478px;
height: 365px;
margin: 0 auto;
}
.u-section-2 .u-layout-cell-4 {
min-height: 380px;
}
.u-section-2 .u-container-layout-4 {
padding: 15px 51px;
}
.u-section-2 .u-text-3 {
font-weight: 700;
font-size: 2.25rem;
margin: 0 auto;
}
.u-section-2 .u-text-4 {
font-size: 1.25rem;
font-weight: normal;
margin: 16px 18px 0 0;
}
@media (max-width: 1199px) {
.u-section-2 .u-sheet-1 {
min-height: 846px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 385px;
}
.u-section-2 .u-text-2 {
transition-duration: 0.5s;
transform: scale(1.06) translateX(0px) translateY(0px);
}
.u-section-2 .u-layout-cell-2 {
min-height: 535px;
background-position: 50% 50%;
}
.u-section-2 .u-container-layout-2 {
padding-left: 39px;
padding-right: 39px;
}
.u-section-2 .u-image-1 {
width: 391px;
height: 391px;
margin-top: 89px;
margin-right: auto;
}
.u-section-2 .u-layout-cell-3 {
min-height: 441px;
}
.u-section-2 .u-container-layout-3 {
padding-left: 28px;
padding-right: 28px;
}
.u-section-2 .u-image-2 {
width: 410px;
height: 313px;
margin-top: 56px;
margin-left: 0;
}
.u-section-2 .u-layout-cell-4 {
min-height: 313px;
}
.u-section-2 .u-text-4 {
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-2 {
min-height: 6px;
}
.u-section-2 .u-sheet-1 {
min-height: 914px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-2 .u-text-1 {
font-size: 1.875rem;
}
.u-section-2 .u-text-2 {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
font-size: 1rem;
}
.u-section-2 .u-layout-cell-2 {
min-height: 466px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-2 .u-image-1 {
height: 300px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-2 .u-layout-wrap-2 {
margin-bottom: 10px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 371px;
}
.u-section-2 .u-image-2 {
height: 229px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-2 .u-layout-cell-4 {
min-height: 371px;
}
.u-section-2 .u-container-layout-4 {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 9px;
}
.u-section-2 .u-text-3 {
font-size: 1.875rem;
width: auto;
margin-top: 26px;
}
.u-section-2 .u-text-4 {
width: auto;
margin-top: 9px;
font-size: 1rem;
}
}
@media (max-width: 767px) {
.u-section-2 {
min-height: 66px;
}
.u-section-2 .u-sheet-1 {
min-height: 1349px;
}
.u-section-2 .u-container-layout-1 {
padding-left: 50px;
padding-right: 50px;
}
.u-section-2 .u-text-2 {
margin-top: 16px;
margin-left: 0;
margin-right: 0;
}
.u-section-2 .u-layout-cell-2 {
min-height: 699px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-1 {
height: 520px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-layout-cell-3 {
min-height: 557px;
}
.u-section-2 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-2 {
height: 397px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-layout-cell-4 {
min-height: 100px;
}
.u-section-2 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-sheet-1 {
min-height: 1029px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 440px;
}
.u-section-2 .u-image-1 {
height: 320px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-layout-cell-3 {
min-height: 351px;
}
.u-section-2 .u-image-2 {
height: 244px;
width: auto;
margin-right: initial;
margin-left: initial;
}
}.u-section-3 .u-sheet-1 {
min-height: 612px;
}
.u-section-3 .u-text-1 {
font-weight: 700;
font-size: 3rem;
margin: 0 421px 0 453px;
}
.u-section-3 .u-layout-wrap-1 {
margin-top: 30px;
margin-bottom: 60px;
}
.u-section-3 .u-image-1 {
min-height: 473px;
background-image: url("/images/about.jpg");
background-position: 100% 57.59%;
}
.u-section-3 .u-container-layout-1 {
padding: 0 30px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 497px;
}
.u-section-3 .u-container-layout-2 {
padding: 0;
}
.u-section-3 .u-text-2 {
font-weight: 700;
font-size: 2.25rem;
margin: 5px 0 0;
}
.u-section-3 .u-text-3 {
font-size: 1.25rem;
line-height: 2;
font-weight: normal;
margin: 0 5px;
}
@media (max-width: 1199px) {
.u-section-3 .u-sheet-1 {
min-height: 671px;
}
.u-section-3 .u-text-1 {
margin-right: 321px;
margin-left: 353px;
}
.u-section-3 .u-layout-wrap-1 {
margin-top: 20px;
}
.u-section-3 .u-image-1 {
min-height: 390px;
}
.u-section-3 .u-container-layout-1 {
padding-top: 30px;
padding-left: 0;
padding-right: 0;
}
.u-section-3 .u-layout-cell-2 {
background-position: 50% 50%;
min-height: 688px;
}
.u-section-3 .u-container-layout-2 {
padding-left: 20px;
padding-right: 20px;
}
.u-section-3 .u-text-3 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-3 .u-sheet-1 {
min-height: 50vw;
}
.u-section-3 .u-text-1 {
margin-right: 211px;
margin-left: 243px;
}
.u-section-3 .u-layout-wrap-1 {
margin-bottom: 53px;
}
.u-section-3 .u-image-1 {
background-position: 64.52% 57.59%;
min-height: 579px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 579px;
}
.u-section-3 .u-text-2 {
font-size: 1.875rem;
}
.u-section-3 .u-text-3 {
font-weight: 400;
font-size: 1rem;
}
}
@media (max-width: 767px) {
.u-section-3 .u-sheet-1 {
min-height: 719px;
}
.u-section-3 .u-text-1 {
margin-right: 121px;
margin-left: 153px;
}
.u-section-3 .u-image-1 {
min-height: 516px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 405px;
}
.u-section-3 .u-container-layout-2 {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 575px) {
.u-section-3 .u-sheet-1 {
min-height: 574px;
}
.u-section-3 .u-text-1 {
margin-right: 21px;
margin-left: 53px;
}
.u-section-3 .u-image-1 {
min-height: 325px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 430px;
}
} .u-section-4 {
background-image: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url("/images/service-5.jpg");
background-position: 50% 50%;
}
.u-section-4 .u-sheet-1 {
min-height: 322px;
}
.u-section-4 .u-layout-wrap-1 {
margin-top: 86px;
margin-bottom: 50px;
}
.u-section-4 .u-layout-cell-1 {
min-height: 186px;
}
.u-section-4 .u-container-layout-1 {
padding: 18px 13px 18px 16px;
}
.u-section-4 .u-text-1 {
font-weight: 700;
font-size: 3rem;
margin: 1px 0 0;
}
.u-section-4 .u-text-2 {
font-size: 1.5rem;
font-weight: 700;
margin: 20px 0 0;
}
.u-section-4 .u-line-1 {
width: 57px;
position: relative;
transform-origin: left center 0px;
transform: rotate(0.0173deg);
margin: 30px auto 0;
}
.u-section-4 .u-layout-cell-2 {
min-height: 186px;
background-position: 0% 0%;
}
.u-section-4 .u-container-layout-2 {
padding: 18px 18px 18px 15px;
}
.u-section-4 .u-text-3 {
font-weight: 700;
font-size: 3rem;
margin: 1px 0 0;
}
.u-section-4 .u-text-4 {
font-size: 1.5rem;
font-weight: 700;
margin: 20px 0 0;
}
.u-section-4 .u-line-2 {
width: 57px;
transform-origin: left center;
height: 3px;
margin: 30px auto 0;
}
.u-section-4 .u-layout-cell-3 {
min-height: 186px;
background-position: 0% 0%;
}
.u-section-4 .u-container-layout-3 {
padding: 18px 12px 18px 18px;
}
.u-section-4 .u-text-5 {
font-weight: 700;
font-size: 3rem;
margin: 1px 0 0;
}
.u-section-4 .u-text-6 {
font-size: 1.5rem;
font-weight: 700;
margin: 20px 0 0;
}
.u-section-4 .u-line-3 {
width: 57px;
transform-origin: left center;
height: 3px;
margin: 30px auto 0;
}
.u-section-4 .u-layout-cell-4 {
min-height: 186px;
background-position: 0% 0%;
}
.u-section-4 .u-container-layout-4 {
padding: 18px 0;
}
.u-section-4 .u-text-7 {
font-weight: 700;
font-size: 3rem;
margin: 1px 30px 0;
}
.u-section-4 .u-text-8 {
font-size: 1.5rem;
font-weight: 700;
margin: 20px 0 0 13px;
}
.u-section-4 .u-line-4 {
width: 57px;
position: relative;
transform-origin: left center 0px;
transform: rotate(0.0173deg);
margin: 30px auto 0;
}
@media (max-width: 1199px) {
.u-section-4 .u-sheet-1 {
min-height: 275px;
}
.u-section-4 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-4 .u-line-1 {
width: 47px;
}
.u-section-4 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-4 .u-line-2 {
width: 47px;
position: relative;
transform: rotate(0.0173deg);
}
.u-section-4 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-4 .u-line-3 {
width: 47px;
position: relative;
transform: rotate(0.0173deg);
}
.u-section-4 .u-layout-cell-4 {
min-height: 100px;
}
.u-section-4 .u-text-7 {
margin-left: 5px;
margin-right: 5px;
}
.u-section-4 .u-text-8 {
margin-left: 0;
}
.u-section-4 .u-line-4 {
width: 47px;
}
}
@media (max-width: 991px) {
.u-section-4 .u-sheet-1 {
min-height: 211px;
}
.u-section-4 .u-line-1 {
width: 36px;
}
.u-section-4 .u-line-2 {
width: 36px;
}
.u-section-4 .u-line-3 {
width: 36px;
}
.u-section-4 .u-line-4 {
width: 36px;
}
}
@media (max-width: 767px) {
.u-section-4 .u-sheet-1 {
min-height: 100px;
}
.u-section-4 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-4 .u-line-1 {
width: 34px;
}
.u-section-4 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-4 .u-line-2 {
width: 34px;
}
.u-section-4 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-4 .u-line-3 {
width: 34px;
}
.u-section-4 .u-line-4 {
width: 34px;
}
}
@media (max-width: 575px) {
.u-section-4 .u-text-7 {
margin-left: 0;
margin-right: 0;
}
}.u-section-5 .u-sheet-1 {
min-height: 579px;
}
.u-section-5 .u-text-1 {
font-weight: 700;
margin: 66px auto 0;
}
.u-section-5 .u-text-2 {
font-weight: 700;
margin: 20px auto 0;
}
.u-section-5 .u-slider-1 {
margin-top: 0;
margin-bottom: 20px;
min-height: 379px;
}
.u-section-5 .u-carousel-indicators-1 {
position: absolute;
width: auto;
height: auto;
top: auto;
bottom: 11px;
}
.u-section-5 .u-container-layout-1 {
padding: 13px 30px;
}
.u-section-5 .u-image-1 {
width: 180px;
height: 180px;
background-image: url("/images/pexels-photo-9940522.jpeg");
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-5 .u-text-3 {
line-height: 2;
font-size: 1.125rem;
width: 747px;
margin: 17px auto 0;
}
.u-section-5 .u-text-4 {
text-transform: uppercase;
font-weight: 700;
width: 237px;
margin: 20px auto 0;
}
.u-section-5 .u-container-layout-2 {
padding: 30px;
}
.u-section-5 .u-image-2 {
width: 180px;
height: 180px;
background-image: url("/images/1.jpg");
background-position: 50% 50%;
margin: 0 450px;
}
.u-section-5 .u-text-5 {
width: 747px;
line-height: 2;
font-size: 1.125rem;
margin: 20px auto 0;
}
.u-section-5 .u-text-6 {
text-transform: uppercase;
font-weight: 700;
margin: 30px 438px 0;
}
.u-section-5 .u-carousel-control-1 {
width: 30px;
height: 30px;
background-image: none;
}
.u-section-5 .u-carousel-control-2 {
width: 30px;
height: 30px;
left: auto;
top: 224px;
position: absolute;
right: 0;
background-image: none;
}
@media (max-width: 1199px) {
.u-section-5 .u-slider-1 {
height: auto;
}
.u-section-5 .u-image-2 {
margin-left: 350px;
margin-right: 350px;
}
.u-section-5 .u-text-6 {
margin-left: 338px;
margin-right: 338px;
}
}
@media (max-width: 991px) {
.u-section-5 .u-sheet-1 {
min-height: 617px;
}
.u-section-5 .u-text-1 {
width: auto;
margin-top: 46px;
}
.u-section-5 .u-text-2 {
width: auto;
margin-top: 9px;
}
.u-section-5 .u-slider-1 {
margin-top: 9px;
margin-bottom: 42px;
min-height: 417px;
}
.u-section-5 .u-container-layout-1 {
padding-right: 55px;
padding-left: 50px;
}
.u-section-5 .u-text-3 {
width: auto;
margin-left: 0;
margin-right: 0;
}
.u-section-5 .u-text-4 {
width: 273px;
margin-top: 14px;
}
.u-section-5 .u-container-layout-2 {
padding-right: 55px;
padding-left: 50px;
}
.u-section-5 .u-image-2 {
margin-left: 240px;
margin-right: 240px;
}
.u-section-5 .u-text-5 {
width: auto;
margin-left: 0;
margin-right: 0;
}
.u-section-5 .u-text-6 {
width: 273px;
margin-top: 31px;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 767px) {
.u-section-5 .u-text-1 {
margin-top: 205px;
}
.u-section-5 .u-text-2 {
margin-top: -119px;
}
.u-section-5 .u-slider-1 {
margin-top: 30px;
margin-bottom: 0;
}
.u-section-5 .u-container-layout-1 {
padding-left: 45px;
padding-right: 45px;
}
.u-section-5 .u-container-layout-2 {
padding-left: 45px;
padding-right: 45px;
}
.u-section-5 .u-image-2 {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 575px) {
.u-section-5 .u-sheet-1 {
min-height: 860px;
}
.u-section-5 .u-text-1 {
margin-top: 37px;
}
.u-section-5 .u-text-2 {
margin-top: 30px;
}
.u-section-5 .u-container-layout-1 {
padding: 0 27px;
}
.u-section-5 .u-image-1 {
margin-top: 16px;
}
.u-section-5 .u-text-3 {
margin-top: 14px;
margin-left: 13px;
margin-right: 13px;
}
.u-section-5 .u-container-layout-2 {
padding-left: 40px;
padding-right: 40px;
}
} .u-section-6 {
background-image: none;
}
.u-section-6 .u-sheet-1 {
min-height: 303px;
}
.u-section-6 .u-text-1 {
font-weight: 400;
font-size: 3rem;
margin: 80px auto 0;
}
.u-section-6 .u-btn-1 {
border-style: none;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin: 41px auto 74px;
}
@media (max-width: 767px) {
.u-section-6 .u-sheet-1 {
min-height: 290px;
}
.u-section-6 .u-text-1 {
font-size: 2.25rem;
}
.u-section-6 .u-btn-1 {
margin-bottom: 61px;
}
}
@media (max-width: 575px) {
.u-section-6 .u-sheet-1 {
min-height: 309px;
}
.u-section-6 .u-btn-1 {
margin-bottom: 80px;
}
} .u-section-7 {
min-height: 717px;
}
.u-section-7 .u-text-1 {
font-weight: 400;
letter-spacing: 2px;
text-decoration: none solid rgb(17, 17, 17);
text-transform: none;
font-size: 2.25rem;
margin: 79px auto 0 calc(((100% - 1140px) / 2) + -32px);
}
.u-section-7 .u-layout-wrap-1 {
margin-top: 38px;
margin-bottom: 0;
}
.u-section-7 .u-layout-cell-1 {
min-height: 282px;
}
.u-section-7 .u-container-layout-1 {
padding: 30px 60px 8px;
}
.u-section-7 .u-text-2 {
font-weight: 700;
font-size: 2.25rem;
margin: 30px 0 0;
}
.u-section-7 .u-text-3 {
font-size: 1.875rem;
font-weight: 700;
margin: 20px 0 0;
}
.u-section-7 .u-layout-cell-2 {
min-height: 282px;
background-image: none;
}
.u-section-7 .u-container-layout-2 {
padding: 0;
}
.u-section-7 .u-image-1 {
width: 590px;
height: 296px;
margin: -12px auto 0 -46px;
}
.u-section-7 .u-group-1 {
width: calc(((100% - 1140px) / 2) + 541px);
min-height: 164px;
margin: 52px auto 0 0;
}
.u-section-7 .u-container-layout-3 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-7 .u-text-4 {
font-size: 1.875rem;
font-weight: 700;
margin: 30px 0 0;
}
.u-section-7 .u-group-2 {
width: calc(((100% - 1140px) / 2) + 570px);
min-height: 159px;
margin: -159px 0 57px auto;
}
.u-section-7 .u-container-layout-4 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-7 .u-text-5 {
font-size: 1.875rem;
font-weight: 700;
margin: 11px 0 0;
}
@media (max-width: 1199px) {
.u-section-7 {
min-height: 670px;
}
.u-section-7 .u-text-1 {
margin-left: calc(((100% - 940px) / 2) + -32px);
}
.u-section-7 .u-layout-cell-1 {
min-height: 275px;
}
.u-section-7 .u-container-layout-1 {
padding-top: 8px;
}
.u-section-7 .u-text-2 {
width: auto;
margin-top: 0;
}
.u-section-7 .u-text-3 {
width: auto;
margin-top: 15px;
}
.u-section-7 .u-layout-cell-2 {
min-height: 275px;
}
.u-section-7 .u-image-1 {
width: 470px;
height: 236px;
margin-top: 9px;
margin-left: 9px;
}
.u-section-7 .u-group-1 {
width: calc(((100% - 940px) / 2) + 470px);
min-height: 186px;
margin-top: 11px;
}
.u-section-7 .u-text-4 {
margin-top: 60px;
}
.u-section-7 .u-group-2 {
width: calc(((100% - 940px) / 2) + 450px);
min-height: 195px;
margin-top: -188px;
margin-bottom: 31px;
}
.u-section-7 .u-text-5 {
width: auto;
margin-top: 1px;
}
}
@media (max-width: 991px) {
.u-section-7 {
min-height: 624px;
}
.u-section-7 .u-text-1 {
margin-left: calc(((100% - 720px) / 2) + -32px);
}
.u-section-7 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-7 .u-container-layout-1 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-7 .u-layout-cell-2 {
min-height: 211px;
}
.u-section-7 .u-image-1 {
width: 360px;
height: 181px;
margin-left: 0;
}
.u-section-7 .u-group-1 {
width: calc(((100% - 720px) / 2) + 470px);
}
.u-section-7 .u-container-layout-3 {
padding-top: 30px;
padding-bottom: 30px;
}
.u-section-7 .u-group-2 {
width: calc(((100% - 720px) / 2) + 450px);
margin-bottom: 1px;
}
.u-section-7 .u-container-layout-4 {
padding-top: 20px;
padding-bottom: 20px;
}
}
@media (max-width: 767px) {
.u-section-7 {
min-height: 824px;
}
.u-section-7 .u-text-1 {
margin-left: calc(((100% - 540px) / 2) + -32px);
}
.u-section-7 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-7 .u-layout-cell-2 {
min-height: 317px;
}
.u-section-7 .u-group-1 {
width: calc(((100% - 540px) / 2) + 470px);
}
.u-section-7 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-7 .u-group-2 {
width: calc(((100% - 540px) / 2) + 450px);
}
.u-section-7 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-7 {
min-height: 1164px;
}
.u-section-7 .u-text-1 {
margin-left: calc(((100% - 340px) / 2) + -32px);
}
.u-section-7 .u-layout-cell-2 {
min-height: 200px;
}
.u-section-7 .u-image-1 {
width: 340px;
height: 171px;
}
.u-section-7 .u-group-1 {
margin-top: 30px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-7 .u-text-4 {
width: auto;
margin-top: 10px;
}
.u-section-7 .u-group-2 {
margin-top: 20px;
margin-bottom: 60px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-7 .u-container-layout-4 {
padding: 21px 0;
}
.u-section-7 .u-text-5 {
margin-left: 20px;
}
} | public/css/Home.css | .u-section-1 {
background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("/images/carousel-1.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 650px;
}
.u-section-1 .u-group-1 {
width: 682px;
min-height: 555px;
margin: 190px auto 60px;
}
.u-section-1 .u-container-layout-1 {
padding-bottom: 0;
}
.u-section-1 .u-text-1 {
text-align: center;
font-size: 1.875rem;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: bold;
margin: 0;
}
.u-section-1 .u-text-2 {
font-size: 4.5rem;
line-height: 0.8;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: 400;
text-align: center;
margin: 39px 0 0;
}
.u-section-1 .u-search-1 {
width: 517px;
min-height: 65px;
margin: 49px auto 0;
}
.u-section-1 .u-search-icon-1 {
font-size: 1.875rem;
}
.u-section-1 .u-btn-1 {
border-style: none;
font-weight: 700;
font-size: 1.5rem;
/* margin: 39px auto 0; */
padding: 19px 48px 21px;
}
@media (max-width: 1199px) {
.u-section-1 {
background-size: auto 130%;
}
.u-section-1 .u-sheet-1 {
min-height: 536px;
}
.u-section-1 .u-text-2 {
animation-duration: 1000ms;
}
.u-section-1 .u-search-1 {
height: auto;
}
}
@media (max-width: 991px) {
.u-section-1 {
background-position: 68.24% 78.24%;
}
.u-section-1 .u-sheet-1 {
min-height: 805px;
}
}
@media (max-width: 767px) {
.u-section-1 {
background-position: 52.34% 45.53%;
}
.u-section-1 .u-sheet-1 {
min-height: 604px;
}
.u-section-1 .u-group-1 {
width: 540px;
}
.u-section-1 .u-btn-1 {
margin-top: -101px;
}
}
@media (max-width: 575px) {
.u-section-1 {
background-position: 41.41% 4.95%;
}
.u-section-1 .u-sheet-1 {
min-height: 380px;
}
.u-section-1 .u-group-1 {
width: 340px;
}
.u-section-1 .u-text-1 {
width: auto;
margin-top: 76px;
}
.u-section-1 .u-text-2 {
font-size: 3rem;
width: auto;
margin-top: 19px;
}
.u-section-1 .u-search-1 {
margin-top: 37px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-1 .u-btn-1 {
margin-top: 19px;
}
} .u-section-2 {
min-height: 318px;
}
.u-section-2 .u-sheet-1 {
min-height: 969px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 57px;
margin-bottom: 0;
}
.u-section-2 .u-layout-cell-1 {
min-height: 467px;
}
.u-section-2 .u-container-layout-1 {
padding: 30px 14px;
}
.u-section-2 .u-text-1 {
font-weight: 700;
font-size: 2.25rem;
margin: 0 auto;
}
.u-section-2 .u-text-2 {
font-size: 1.25rem;
font-weight: normal;
margin: 16px 0 0;
}
.u-section-2 .u-layout-cell-2 {
min-height: 467px;
}
.u-section-2 .u-container-layout-2 {
padding: 0 40px;
}
.u-section-2 .u-image-1 {
width: 454px;
height: 454px;
margin: 0 0 0 auto;
}
.u-section-2 .u-layout-wrap-2 {
margin-top: 10px;
margin-bottom: 20px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 380px;
}
.u-section-2 .u-container-layout-3 {
padding: 15px 30px 0;
}
.u-section-2 .u-image-2 {
width: 478px;
height: 365px;
margin: 0 auto;
}
.u-section-2 .u-layout-cell-4 {
min-height: 380px;
}
.u-section-2 .u-container-layout-4 {
padding: 15px 51px;
}
.u-section-2 .u-text-3 {
font-weight: 700;
font-size: 2.25rem;
margin: 0 auto;
}
.u-section-2 .u-text-4 {
font-size: 1.25rem;
font-weight: normal;
margin: 16px 18px 0 0;
}
@media (max-width: 1199px) {
.u-section-2 .u-sheet-1 {
min-height: 846px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 385px;
}
.u-section-2 .u-text-2 {
transition-duration: 0.5s;
transform: scale(1.06) translateX(0px) translateY(0px);
}
.u-section-2 .u-layout-cell-2 {
min-height: 535px;
background-position: 50% 50%;
}
.u-section-2 .u-container-layout-2 {
padding-left: 39px;
padding-right: 39px;
}
.u-section-2 .u-image-1 {
width: 391px;
height: 391px;
margin-top: 89px;
margin-right: auto;
}
.u-section-2 .u-layout-cell-3 {
min-height: 441px;
}
.u-section-2 .u-container-layout-3 {
padding-left: 28px;
padding-right: 28px;
}
.u-section-2 .u-image-2 {
width: 410px;
height: 313px;
margin-top: 56px;
margin-left: 0;
}
.u-section-2 .u-layout-cell-4 {
min-height: 313px;
}
.u-section-2 .u-text-4 {
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-2 {
min-height: 6px;
}
.u-section-2 .u-sheet-1 {
min-height: 914px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-2 .u-text-1 {
font-size: 1.875rem;
}
.u-section-2 .u-text-2 {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
font-size: 1rem;
}
.u-section-2 .u-layout-cell-2 {
min-height: 466px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-2 .u-image-1 {
height: 300px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-2 .u-layout-wrap-2 {
margin-bottom: 10px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 371px;
}
.u-section-2 .u-image-2 {
height: 229px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-2 .u-layout-cell-4 {
min-height: 371px;
}
.u-section-2 .u-container-layout-4 {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 9px;
}
.u-section-2 .u-text-3 {
font-size: 1.875rem;
width: auto;
margin-top: 26px;
}
.u-section-2 .u-text-4 {
width: auto;
margin-top: 9px;
font-size: 1rem;
}
}
@media (max-width: 767px) {
.u-section-2 {
min-height: 66px;
}
.u-section-2 .u-sheet-1 {
min-height: 1349px;
}
.u-section-2 .u-container-layout-1 {
padding-left: 50px;
padding-right: 50px;
}
.u-section-2 .u-text-2 {
margin-top: 16px;
margin-left: 0;
margin-right: 0;
}
.u-section-2 .u-layout-cell-2 {
min-height: 699px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-1 {
height: 520px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-layout-cell-3 {
min-height: 557px;
}
.u-section-2 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-2 {
height: 397px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-layout-cell-4 {
min-height: 100px;
}
.u-section-2 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-sheet-1 {
min-height: 1029px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 440px;
}
.u-section-2 .u-image-1 {
height: 320px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-layout-cell-3 {
min-height: 351px;
}
.u-section-2 .u-image-2 {
height: 244px;
width: auto;
margin-right: initial;
margin-left: initial;
}
}.u-section-3 .u-sheet-1 {
min-height: 612px;
}
.u-section-3 .u-text-1 {
font-weight: 700;
font-size: 3rem;
margin: 0 421px 0 453px;
}
.u-section-3 .u-layout-wrap-1 {
margin-top: 30px;
margin-bottom: 60px;
}
.u-section-3 .u-image-1 {
min-height: 473px;
background-image: url("/images/about.jpg");
background-position: 100% 57.59%;
}
.u-section-3 .u-container-layout-1 {
padding: 0 30px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 497px;
}
.u-section-3 .u-container-layout-2 {
padding: 0;
}
.u-section-3 .u-text-2 {
font-weight: 700;
font-size: 2.25rem;
margin: 5px 0 0;
}
.u-section-3 .u-text-3 {
font-size: 1.25rem;
line-height: 2;
font-weight: normal;
margin: 0 5px;
}
@media (max-width: 1199px) {
.u-section-3 .u-sheet-1 {
min-height: 671px;
}
.u-section-3 .u-text-1 {
margin-right: 321px;
margin-left: 353px;
}
.u-section-3 .u-layout-wrap-1 {
margin-top: 20px;
}
.u-section-3 .u-image-1 {
min-height: 390px;
}
.u-section-3 .u-container-layout-1 {
padding-top: 30px;
padding-left: 0;
padding-right: 0;
}
.u-section-3 .u-layout-cell-2 {
background-position: 50% 50%;
min-height: 688px;
}
.u-section-3 .u-container-layout-2 {
padding-left: 20px;
padding-right: 20px;
}
.u-section-3 .u-text-3 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-3 .u-sheet-1 {
min-height: 50vw;
}
.u-section-3 .u-text-1 {
margin-right: 211px;
margin-left: 243px;
}
.u-section-3 .u-layout-wrap-1 {
margin-bottom: 53px;
}
.u-section-3 .u-image-1 {
background-position: 64.52% 57.59%;
min-height: 579px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 579px;
}
.u-section-3 .u-text-2 {
font-size: 1.875rem;
}
.u-section-3 .u-text-3 {
font-weight: 400;
font-size: 1rem;
}
}
@media (max-width: 767px) {
.u-section-3 .u-sheet-1 {
min-height: 719px;
}
.u-section-3 .u-text-1 {
margin-right: 121px;
margin-left: 153px;
}
.u-section-3 .u-image-1 {
min-height: 516px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 405px;
}
.u-section-3 .u-container-layout-2 {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 575px) {
.u-section-3 .u-sheet-1 {
min-height: 574px;
}
.u-section-3 .u-text-1 {
margin-right: 21px;
margin-left: 53px;
}
.u-section-3 .u-image-1 {
min-height: 325px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 430px;
}
} .u-section-4 {
background-image: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url("/images/service-5.jpg");
background-position: 50% 50%;
}
.u-section-4 .u-sheet-1 {
min-height: 322px;
}
.u-section-4 .u-layout-wrap-1 {
margin-top: 86px;
margin-bottom: 50px;
}
.u-section-4 .u-layout-cell-1 {
min-height: 186px;
}
.u-section-4 .u-container-layout-1 {
padding: 18px 13px 18px 16px;
}
.u-section-4 .u-text-1 {
font-weight: 700;
font-size: 3rem;
margin: 1px 0 0;
}
.u-section-4 .u-text-2 {
font-size: 1.5rem;
font-weight: 700;
margin: 20px 0 0;
}
.u-section-4 .u-line-1 {
width: 57px;
position: relative;
transform-origin: left center 0px;
transform: rotate(0.0173deg);
margin: 30px auto 0;
}
.u-section-4 .u-layout-cell-2 {
min-height: 186px;
background-position: 0% 0%;
}
.u-section-4 .u-container-layout-2 {
padding: 18px 18px 18px 15px;
}
.u-section-4 .u-text-3 {
font-weight: 700;
font-size: 3rem;
margin: 1px 0 0;
}
.u-section-4 .u-text-4 {
font-size: 1.5rem;
font-weight: 700;
margin: 20px 0 0;
}
.u-section-4 .u-line-2 {
width: 57px;
transform-origin: left center;
height: 3px;
margin: 30px auto 0;
}
.u-section-4 .u-layout-cell-3 {
min-height: 186px;
background-position: 0% 0%;
}
.u-section-4 .u-container-layout-3 {
padding: 18px 12px 18px 18px;
}
.u-section-4 .u-text-5 {
font-weight: 700;
font-size: 3rem;
margin: 1px 0 0;
}
.u-section-4 .u-text-6 {
font-size: 1.5rem;
font-weight: 700;
margin: 20px 0 0;
}
.u-section-4 .u-line-3 {
width: 57px;
transform-origin: left center;
height: 3px;
margin: 30px auto 0;
}
.u-section-4 .u-layout-cell-4 {
min-height: 186px;
background-position: 0% 0%;
}
.u-section-4 .u-container-layout-4 {
padding: 18px 0;
}
.u-section-4 .u-text-7 {
font-weight: 700;
font-size: 3rem;
margin: 1px 30px 0;
}
.u-section-4 .u-text-8 {
font-size: 1.5rem;
font-weight: 700;
margin: 20px 0 0 13px;
}
.u-section-4 .u-line-4 {
width: 57px;
position: relative;
transform-origin: left center 0px;
transform: rotate(0.0173deg);
margin: 30px auto 0;
}
@media (max-width: 1199px) {
.u-section-4 .u-sheet-1 {
min-height: 275px;
}
.u-section-4 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-4 .u-line-1 {
width: 47px;
}
.u-section-4 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-4 .u-line-2 {
width: 47px;
position: relative;
transform: rotate(0.0173deg);
}
.u-section-4 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-4 .u-line-3 {
width: 47px;
position: relative;
transform: rotate(0.0173deg);
}
.u-section-4 .u-layout-cell-4 {
min-height: 100px;
}
.u-section-4 .u-text-7 {
margin-left: 5px;
margin-right: 5px;
}
.u-section-4 .u-text-8 {
margin-left: 0;
}
.u-section-4 .u-line-4 {
width: 47px;
}
}
@media (max-width: 991px) {
.u-section-4 .u-sheet-1 {
min-height: 211px;
}
.u-section-4 .u-line-1 {
width: 36px;
}
.u-section-4 .u-line-2 {
width: 36px;
}
.u-section-4 .u-line-3 {
width: 36px;
}
.u-section-4 .u-line-4 {
width: 36px;
}
}
@media (max-width: 767px) {
.u-section-4 .u-sheet-1 {
min-height: 100px;
}
.u-section-4 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-4 .u-line-1 {
width: 34px;
}
.u-section-4 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-4 .u-line-2 {
width: 34px;
}
.u-section-4 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-4 .u-line-3 {
width: 34px;
}
.u-section-4 .u-line-4 {
width: 34px;
}
}
@media (max-width: 575px) {
.u-section-4 .u-text-7 {
margin-left: 0;
margin-right: 0;
}
}.u-section-5 .u-sheet-1 {
min-height: 579px;
}
.u-section-5 .u-text-1 {
font-weight: 700;
margin: 66px auto 0;
}
.u-section-5 .u-text-2 {
font-weight: 700;
margin: 20px auto 0;
}
.u-section-5 .u-slider-1 {
margin-top: 0;
margin-bottom: 20px;
min-height: 379px;
}
.u-section-5 .u-carousel-indicators-1 {
position: absolute;
width: auto;
height: auto;
top: auto;
bottom: 11px;
}
.u-section-5 .u-container-layout-1 {
padding: 13px 30px;
}
.u-section-5 .u-image-1 {
width: 180px;
height: 180px;
background-image: url("/images/pexels-photo-9940522.jpeg");
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-5 .u-text-3 {
line-height: 2;
font-size: 1.125rem;
width: 747px;
margin: 17px auto 0;
}
.u-section-5 .u-text-4 {
text-transform: uppercase;
font-weight: 700;
width: 237px;
margin: 20px auto 0;
}
.u-section-5 .u-container-layout-2 {
padding: 30px;
}
.u-section-5 .u-image-2 {
width: 180px;
height: 180px;
background-image: url("/images/1.jpg");
background-position: 50% 50%;
margin: 0 450px;
}
.u-section-5 .u-text-5 {
width: 747px;
line-height: 2;
font-size: 1.125rem;
margin: 20px auto 0;
}
.u-section-5 .u-text-6 {
text-transform: uppercase;
font-weight: 700;
margin: 30px 438px 0;
}
.u-section-5 .u-carousel-control-1 {
width: 30px;
height: 30px;
background-image: none;
}
.u-section-5 .u-carousel-control-2 {
width: 30px;
height: 30px;
left: auto;
top: 224px;
position: absolute;
right: 0;
background-image: none;
}
@media (max-width: 1199px) {
.u-section-5 .u-slider-1 {
height: auto;
}
.u-section-5 .u-image-2 {
margin-left: 350px;
margin-right: 350px;
}
.u-section-5 .u-text-6 {
margin-left: 338px;
margin-right: 338px;
}
}
@media (max-width: 991px) {
.u-section-5 .u-sheet-1 {
min-height: 617px;
}
.u-section-5 .u-text-1 {
width: auto;
margin-top: 46px;
}
.u-section-5 .u-text-2 {
width: auto;
margin-top: 9px;
}
.u-section-5 .u-slider-1 {
margin-top: 9px;
margin-bottom: 42px;
min-height: 417px;
}
.u-section-5 .u-container-layout-1 {
padding-right: 55px;
padding-left: 50px;
}
.u-section-5 .u-text-3 {
width: auto;
margin-left: 0;
margin-right: 0;
}
.u-section-5 .u-text-4 {
width: 273px;
margin-top: 14px;
}
.u-section-5 .u-container-layout-2 {
padding-right: 55px;
padding-left: 50px;
}
.u-section-5 .u-image-2 {
margin-left: 240px;
margin-right: 240px;
}
.u-section-5 .u-text-5 {
width: auto;
margin-left: 0;
margin-right: 0;
}
.u-section-5 .u-text-6 {
width: 273px;
margin-top: 31px;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 767px) {
.u-section-5 .u-text-1 {
margin-top: 205px;
}
.u-section-5 .u-text-2 {
margin-top: -119px;
}
.u-section-5 .u-slider-1 {
margin-top: 30px;
margin-bottom: 0;
}
.u-section-5 .u-container-layout-1 {
padding-left: 45px;
padding-right: 45px;
}
.u-section-5 .u-container-layout-2 {
padding-left: 45px;
padding-right: 45px;
}
.u-section-5 .u-image-2 {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 575px) {
.u-section-5 .u-sheet-1 {
min-height: 860px;
}
.u-section-5 .u-text-1 {
margin-top: 37px;
}
.u-section-5 .u-text-2 {
margin-top: 30px;
}
.u-section-5 .u-container-layout-1 {
padding: 0 27px;
}
.u-section-5 .u-image-1 {
margin-top: 16px;
}
.u-section-5 .u-text-3 {
margin-top: 14px;
margin-left: 13px;
margin-right: 13px;
}
.u-section-5 .u-container-layout-2 {
padding-left: 40px;
padding-right: 40px;
}
} .u-section-6 {
background-image: none;
}
.u-section-6 .u-sheet-1 {
min-height: 303px;
}
.u-section-6 .u-text-1 {
font-weight: 400;
font-size: 3rem;
margin: 80px auto 0;
}
.u-section-6 .u-btn-1 {
border-style: none;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin: 41px auto 74px;
}
@media (max-width: 767px) {
.u-section-6 .u-sheet-1 {
min-height: 290px;
}
.u-section-6 .u-text-1 {
font-size: 2.25rem;
}
.u-section-6 .u-btn-1 {
margin-bottom: 61px;
}
}
@media (max-width: 575px) {
.u-section-6 .u-sheet-1 {
min-height: 309px;
}
.u-section-6 .u-btn-1 {
margin-bottom: 80px;
}
} .u-section-7 {
min-height: 717px;
}
.u-section-7 .u-text-1 {
font-weight: 400;
letter-spacing: 2px;
text-decoration: none solid rgb(17, 17, 17);
text-transform: none;
font-size: 2.25rem;
margin: 79px auto 0 calc(((100% - 1140px) / 2) + -32px);
}
.u-section-7 .u-layout-wrap-1 {
margin-top: 38px;
margin-bottom: 0;
}
.u-section-7 .u-layout-cell-1 {
min-height: 282px;
}
.u-section-7 .u-container-layout-1 {
padding: 30px 60px 8px;
}
.u-section-7 .u-text-2 {
font-weight: 700;
font-size: 2.25rem;
margin: 30px 0 0;
}
.u-section-7 .u-text-3 {
font-size: 1.875rem;
font-weight: 700;
margin: 20px 0 0;
}
.u-section-7 .u-layout-cell-2 {
min-height: 282px;
background-image: none;
}
.u-section-7 .u-container-layout-2 {
padding: 0;
}
.u-section-7 .u-image-1 {
width: 590px;
height: 296px;
margin: -12px auto 0 -46px;
}
.u-section-7 .u-group-1 {
width: calc(((100% - 1140px) / 2) + 541px);
min-height: 164px;
margin: 52px auto 0 0;
}
.u-section-7 .u-container-layout-3 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-7 .u-text-4 {
font-size: 1.875rem;
font-weight: 700;
margin: 30px 0 0;
}
.u-section-7 .u-group-2 {
width: calc(((100% - 1140px) / 2) + 570px);
min-height: 159px;
margin: -159px 0 57px auto;
}
.u-section-7 .u-container-layout-4 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-7 .u-text-5 {
font-size: 1.875rem;
font-weight: 700;
margin: 11px 0 0;
}
@media (max-width: 1199px) {
.u-section-7 {
min-height: 670px;
}
.u-section-7 .u-text-1 {
margin-left: calc(((100% - 940px) / 2) + -32px);
}
.u-section-7 .u-layout-cell-1 {
min-height: 275px;
}
.u-section-7 .u-container-layout-1 {
padding-top: 8px;
}
.u-section-7 .u-text-2 {
width: auto;
margin-top: 0;
}
.u-section-7 .u-text-3 {
width: auto;
margin-top: 15px;
}
.u-section-7 .u-layout-cell-2 {
min-height: 275px;
}
.u-section-7 .u-image-1 {
width: 470px;
height: 236px;
margin-top: 9px;
margin-left: 9px;
}
.u-section-7 .u-group-1 {
width: calc(((100% - 940px) / 2) + 470px);
min-height: 186px;
margin-top: 11px;
}
.u-section-7 .u-text-4 {
margin-top: 60px;
}
.u-section-7 .u-group-2 {
width: calc(((100% - 940px) / 2) + 450px);
min-height: 195px;
margin-top: -188px;
margin-bottom: 31px;
}
.u-section-7 .u-text-5 {
width: auto;
margin-top: 1px;
}
}
@media (max-width: 991px) {
.u-section-7 {
min-height: 624px;
}
.u-section-7 .u-text-1 {
margin-left: calc(((100% - 720px) / 2) + -32px);
}
.u-section-7 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-7 .u-container-layout-1 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-7 .u-layout-cell-2 {
min-height: 211px;
}
.u-section-7 .u-image-1 {
width: 360px;
height: 181px;
margin-left: 0;
}
.u-section-7 .u-group-1 {
width: calc(((100% - 720px) / 2) + 470px);
}
.u-section-7 .u-container-layout-3 {
padding-top: 30px;
padding-bottom: 30px;
}
.u-section-7 .u-group-2 {
width: calc(((100% - 720px) / 2) + 450px);
margin-bottom: 1px;
}
.u-section-7 .u-container-layout-4 {
padding-top: 20px;
padding-bottom: 20px;
}
}
@media (max-width: 767px) {
.u-section-7 {
min-height: 824px;
}
.u-section-7 .u-text-1 {
margin-left: calc(((100% - 540px) / 2) + -32px);
}
.u-section-7 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-7 .u-layout-cell-2 {
min-height: 317px;
}
.u-section-7 .u-group-1 {
width: calc(((100% - 540px) / 2) + 470px);
}
.u-section-7 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-7 .u-group-2 {
width: calc(((100% - 540px) / 2) + 450px);
}
.u-section-7 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-7 {
min-height: 1164px;
}
.u-section-7 .u-text-1 {
margin-left: calc(((100% - 340px) / 2) + -32px);
}
.u-section-7 .u-layout-cell-2 {
min-height: 200px;
}
.u-section-7 .u-image-1 {
width: 340px;
height: 171px;
}
.u-section-7 .u-group-1 {
margin-top: 30px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-7 .u-text-4 {
width: auto;
margin-top: 10px;
}
.u-section-7 .u-group-2 {
margin-top: 20px;
margin-bottom: 60px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-7 .u-container-layout-4 {
padding: 21px 0;
}
.u-section-7 .u-text-5 {
margin-left: 20px;
}
} | 0.453262 | 0.092976 |
a:link,
a:visited,
a:active {
color: #333;
text-decoration: none;
}
a:hover {
color: #f30;
}
img {
border: none;
}
#box {
width: 740px;
margin: 10px auto;
}
#container {
position: relative;
height: 232px;
background: #fcfcfc;
}
#container .item {
position: absolute;
top: 0;
left: 123px;
width: 492px;
height: 230px;
overflow: hidden;
background: #fafafa;
border: 1px solid #ddd;
z-index: 1;
opacity: 1;
}
#container .item.item_1 {
z-index: 2;
opacity: .3;
}
#container .item.item_2 {
z-index: 3;
opacity: .6;
}
#container .item.item_3 {
z-index: 4;
opacity: .6;
}
#container .item.item_4 {
z-index: 3;
opacity: .6;
}
#container .item.item_5 {
z-index: 2;
opacity: .3;
}
#container .item .pic {
float: left;
width: 210px;
height: 200px;
display: inline;
margin: 15px;
}
#container .item .pic img {
width: 210px;
height: 200px;
vertical-align: top;
}
#container .item .txt {
float: left;
width: 250px;
margin-top: 12px;
}
#container .item .txt dt {
font-size: 14px;
font-weight: 700;
}
#container .item .txt .info {
color: #999;
}
#container .item .txt dd {
height: 24px;
line-height: 24px;
}
#container .item .txt dd span {
float: left;
}
#container .item .txt .star {
position: relative;
float: left;
height: 12px;
width: 69px;
margin: 6px 0 0 5px;
}
#container .item .txt .star .star_red {
position: absolute;
top: 0;
left: 0;
height: 12px;
width: 69px;
z-index: 2;
background: url(../../../images/baiduBanner/star.png) repeat-x scroll left top transparent;
}
#container .item .txt .star .star_grey {
background: url(../../../images/baiduBanner/star.png) repeat-x scroll left -15px transparent;
height: 12px;
width: 69px;
}
#container .item .txt .pink,
#container .item .txt .blue,
#container .item .txt .green {
color: #fff;
font-weight: 700;
margin-right: 2px;
background: #f66b5b;
padding: 0 5px;
}
#container .item .txt .blue {
background: #96bae7;
}
#container .item .txt .green {
background: #9cdbc3;
}
#container .item .txt .comment {
width: 232px;
height: 99px;
margin-top: 10px;
background: #fff;
border: 1px solid #eaeaea;
}
#container .item .txt .comment h3 {
font-size: 12px;
font-weight: 400;
height: 24px;
line-height: 24px;
border-bottom: 1px solid #e9e9e9;
padding: 0 10px;
}
#container .item .txt .comment .comment_list {
width: 220px;
height: 60px;
overflow: hidden;
margin: 8px 0 0 10px;
}
#container .item .txt .comment .comment_list ul {
width: 220px;
}
#container .item .txt .comment .comment_list ul li {
height: 20px;
line-height: 20px;
white-space: nowrap;
}
#container .item .txt .comment .comment_list ul li b {
color: #999;
font-weight: 400;
}
#control {
height: 37px;
text-align: center;
background: url(../../../images/baiduBanner/bg.png) no-repeat;
}
#control span {
width: 8px;
height: 8px;
font-size: 0;
line-height: 0;
cursor: pointer;
display: inline-block;
background-color: #fefefe;
border: 1px solid #bcc1c5;
margin: 13px 2px 2px;
}
#control span.active {
background-color: #848484;
border: 1px solid #6e6e6e;
} | dist/css/baiduBanner.css | a:link,
a:visited,
a:active {
color: #333;
text-decoration: none;
}
a:hover {
color: #f30;
}
img {
border: none;
}
#box {
width: 740px;
margin: 10px auto;
}
#container {
position: relative;
height: 232px;
background: #fcfcfc;
}
#container .item {
position: absolute;
top: 0;
left: 123px;
width: 492px;
height: 230px;
overflow: hidden;
background: #fafafa;
border: 1px solid #ddd;
z-index: 1;
opacity: 1;
}
#container .item.item_1 {
z-index: 2;
opacity: .3;
}
#container .item.item_2 {
z-index: 3;
opacity: .6;
}
#container .item.item_3 {
z-index: 4;
opacity: .6;
}
#container .item.item_4 {
z-index: 3;
opacity: .6;
}
#container .item.item_5 {
z-index: 2;
opacity: .3;
}
#container .item .pic {
float: left;
width: 210px;
height: 200px;
display: inline;
margin: 15px;
}
#container .item .pic img {
width: 210px;
height: 200px;
vertical-align: top;
}
#container .item .txt {
float: left;
width: 250px;
margin-top: 12px;
}
#container .item .txt dt {
font-size: 14px;
font-weight: 700;
}
#container .item .txt .info {
color: #999;
}
#container .item .txt dd {
height: 24px;
line-height: 24px;
}
#container .item .txt dd span {
float: left;
}
#container .item .txt .star {
position: relative;
float: left;
height: 12px;
width: 69px;
margin: 6px 0 0 5px;
}
#container .item .txt .star .star_red {
position: absolute;
top: 0;
left: 0;
height: 12px;
width: 69px;
z-index: 2;
background: url(../../../images/baiduBanner/star.png) repeat-x scroll left top transparent;
}
#container .item .txt .star .star_grey {
background: url(../../../images/baiduBanner/star.png) repeat-x scroll left -15px transparent;
height: 12px;
width: 69px;
}
#container .item .txt .pink,
#container .item .txt .blue,
#container .item .txt .green {
color: #fff;
font-weight: 700;
margin-right: 2px;
background: #f66b5b;
padding: 0 5px;
}
#container .item .txt .blue {
background: #96bae7;
}
#container .item .txt .green {
background: #9cdbc3;
}
#container .item .txt .comment {
width: 232px;
height: 99px;
margin-top: 10px;
background: #fff;
border: 1px solid #eaeaea;
}
#container .item .txt .comment h3 {
font-size: 12px;
font-weight: 400;
height: 24px;
line-height: 24px;
border-bottom: 1px solid #e9e9e9;
padding: 0 10px;
}
#container .item .txt .comment .comment_list {
width: 220px;
height: 60px;
overflow: hidden;
margin: 8px 0 0 10px;
}
#container .item .txt .comment .comment_list ul {
width: 220px;
}
#container .item .txt .comment .comment_list ul li {
height: 20px;
line-height: 20px;
white-space: nowrap;
}
#container .item .txt .comment .comment_list ul li b {
color: #999;
font-weight: 400;
}
#control {
height: 37px;
text-align: center;
background: url(../../../images/baiduBanner/bg.png) no-repeat;
}
#control span {
width: 8px;
height: 8px;
font-size: 0;
line-height: 0;
cursor: pointer;
display: inline-block;
background-color: #fefefe;
border: 1px solid #bcc1c5;
margin: 13px 2px 2px;
}
#control span.active {
background-color: #848484;
border: 1px solid #6e6e6e;
} | 0.355104 | 0.106041 |
@-moz-document domain("selfservice.uncc.edu"), domain("selfservice.charlotte.edu") {
*{
font-family: 'roboto', sans-serif !important;
}
/*
TITLE
*/
.pagetitlediv{
color: magenta !important;
}
/* HEADERS */
/* ======================================================== */
H1 {
color: red;
}
H2 {
color: lime !important;
text-align: center !important;
}
H3 {
color: blue !important;
}
H4 {
color: magenta !important;
}
H5 {
color: orange !important;
}
H6 {
color: cyan !important;
}
/* BUTTON AND LINKS */
A:link:after{
position: absolute;
opacity: 0;
transition: all .9s ease;
}
A:link:hover:after{
transition: all 0.9s ease;}
}
@-moz-document domain("selfservice.uncc.edu"), domain("selfservice.charlotte.edu") {
/*
SUBMENUE TEXT
*/
.menulinkdesctext {
color: #482673 !important;
}
/* ANCHORS (LINKS) */
/* ======================================================== */
A:link {
color: #ed0b70 !important;
text-align: center;
}
A:visited {
color: #ff8429 !important;
text-decoration: underline;
}
A:active {
color: #482673 !important;
}
A:hover {
color: #ed0b70 !important;
font-size: 1.1m;
text-decoration: underline;
}
/* DIVIDES */
/* ======================================================== */
DIV.MenuListDiv {
background-color: #FFC6A5;
text-align: left;
}
DIV.PageHeaderDiv {
background-color: #FFE7C6;
margin-top: 1%;
text-align: left;
}
DIV.HeaderLinksDiv {
background-color: #FFFFC6;
margin-top: 1%;
text-align: center;
}
DIV.FooterLinksDiv {
background-color: #F7FFCE;
text-align: center;
}
DIV.BackLinkDiv {
background-color: #DEF3BD;
text-align: left;
}
DIV.PageTitleDiv {
background-color: #CEEFBD;
margin-top: 1%;
text-align: left;
}
DIV.InfoTextDiv {
background-color: #bdc6de;
text-align: left;
}
DIV.PageBodyDiv {
background-color: #C6EFF7;
text-align: left;
border-top: medium #006699 solid;
padding-top: 1em;
}
DIV.PageFooterDiv {
background-color: #BDC6DE;
text-align: left;
}
.CaptionText {
border-bottom: 0px #000000 solid;
border-left: 0px #000000 solid;
border-right: 0px #000000 solid;
border-top: 0px #000000 solid;
color: #FF0000;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 70%;
text-align: left;
}
.PageHeaderText {
width: 80%;
color: #FF8429;
}
.SkipLinks {
display: none;
}
.PageHeaderLinks {
color: #FFFF10;
}
.PageFooterLinks {
color: #D6EF39;
}
.BackLinkText {
color: #7BC618;
}
.PageTitleText {
color: #299C39;
}
.InfoText {
color: #089494;
}
.MenuHeaderText {
color: #00A5C6;
}
.MenuLinkText {
color: #083194;
}
.SubmenuLinkText {
color: #ff8429 !important;
}
.SubmenuLinkText2 {
color: #ff8429 !important;
}
.ErrorText {
color: #8C007B;
}
.WarningText {
color: #CE007B;
}
.InformationText {
color: #006B84;
}
.MultiPageMsgText {
color: #AD0000;
}
.ReleaseText {
color: #AD4A18;
}
.RequiredMsgText {
color: #AD9410;
}
.FieldLabelText {
color: #8C9429;
}
.FieldLabelTextInvisible {
}
.FieldRequiredText {
color: #527B10;
}
.FieldFormatText {
color: #186321;
}
.FieldErrorText {
color: #006363;
}
}
@-moz-document domain("selfservice.uncc.edu"), domain("selfservice.charlotte.edu") {
/* PLAIN TABLE HEADERS AND DATA CELLS */
/* ======================================================== */
TABLE TD.pltitle {
background-color: #ffffff;
}
TABLE TD.plheader {
background-color: #ffffff;
}
TABLE TH.pllabel {
background-color: #ffffff;
}
TABLE TD.plseparator {
background-color: #ffffff;
}
TABLE TD.plhighlight {
background-color: #006aff;
}
TABLE TD.pldead {
background-color: #ffffff;
}
TABLE TD.pldefault {
background-color: #f00;
}
TABLE TD.plwhite {
background-color: #f00;
}
}
@-moz-document domain("selfservice.uncc.edu"), domain("selfservice.charlotte.edu") {
/* TABLE HEADERS AND DATA CELLS */
/* ======================================================== */
/* DATA ENTRY TABLE HEADERS AND DATA CELLS */
/* ======================================================== */
TABLE TH.deheader {
background-color: #000000;
color: #FFC6A5;
font-weight: bold;
border-top: thin #cccccc solid;
}
TABLE TD.detitle {
background-color: #000000;
color: #FFE7C6;
font-weight: bold;
border-top: thin #cccccc solid;
}
TABLE TD.delabel {
background-color: #000000;
color: #FFFFC6;
font-weight: bold;
}
TABLE TD.deseparator {
background-color: #000000;
color: #F7FFCE;
border-bottom: thin #efefef solid;
}
TABLE TD.dehighlight {
background-color: #000000;
color: #DEF3BD;
border-bottom: thin #efefef solid;
}
TABLE TD.dedead {
background-color: #000000;
color: #CEEFBD;
}
TABLE TD.dedefault {
background-color: #000000;
color: #C6E7DE;
}
TABLE TD.dewhite {
background-color: #000000;
color: #C6EFF7;
border-bottom: thin #efefef solid;
}
}
@-moz-document domain("selfservice.uncc.edu"), domain("selfservice.charlotte.edu") {
/* TABLE HEADERS AND DATA CELLS */
/* ======================================================== */
/* DATA ENTRY TABLE HEADERS AND DATA CELLS */
/* ======================================================== */
TABLE TH.deheader {
background-color: #000000;
color: #FFC6A5;
font-weight: bold;
border-top: thin #cccccc solid;
}
TABLE TD.detitle {
background-color: #000000;
color: #FFE7C6;
font-weight: bold;
border-top: thin #cccccc solid;
}
TABLE TD.delabel {
background-color: #000000;
color: #FFFFC6;
font-weight: bold;
}
TABLE TD.deseparator {
background-color: #000000;
color: #F7FFCE;
border-bottom: thin #efefef solid;
}
TABLE TD.dehighlight {
background-color: #000000;
color: #DEF3BD;
border-bottom: thin #efefef solid;
}
TABLE TD.dedead {
background-color: #000000;
color: #CEEFBD;
}
TABLE TD.dedefault {
background-color: #000000;
color: #C6E7DE;
}
TABLE TD.dewhite {
background-color: #000000;
color: #C6EFF7;
border-bottom: thin #efefef solid;
}
}
@-moz-document url-prefix("http://example.com") {
/* TABLES */
/* ======================================================== */
TABLE.DataEntryTable {
background-color: #ffffff;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
text-align: left;
margin-top: 1em;
}
TABLE.DataDisplayTable {
background-color: #ffffff;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
text-align: left;
margin-top: 1em;
}
TABLE.PlainTable {
background-color: #ffffff;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
text-align: left;
}
TABLE.MenuPlainTable {
background-color: #ffffff;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
text-align: left;
}
TABLE.PageHeaderTable {
background-color: #ffffff;
border-bottom: 2px solid;
border-left: 2px solid;
border-right: 2px solid;
border-top: 2px solid;
table-layout: fixed;
}
TABLE.InfoTextTable {
background-color: #ffffff;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
}
TABLE.ColorSampleTable {
background-color: #ffffff;
}
} | COLORS/Colors.css | @-moz-document domain("selfservice.uncc.edu"), domain("selfservice.charlotte.edu") {
*{
font-family: 'roboto', sans-serif !important;
}
/*
TITLE
*/
.pagetitlediv{
color: magenta !important;
}
/* HEADERS */
/* ======================================================== */
H1 {
color: red;
}
H2 {
color: lime !important;
text-align: center !important;
}
H3 {
color: blue !important;
}
H4 {
color: magenta !important;
}
H5 {
color: orange !important;
}
H6 {
color: cyan !important;
}
/* BUTTON AND LINKS */
A:link:after{
position: absolute;
opacity: 0;
transition: all .9s ease;
}
A:link:hover:after{
transition: all 0.9s ease;}
}
@-moz-document domain("selfservice.uncc.edu"), domain("selfservice.charlotte.edu") {
/*
SUBMENUE TEXT
*/
.menulinkdesctext {
color: #482673 !important;
}
/* ANCHORS (LINKS) */
/* ======================================================== */
A:link {
color: #ed0b70 !important;
text-align: center;
}
A:visited {
color: #ff8429 !important;
text-decoration: underline;
}
A:active {
color: #482673 !important;
}
A:hover {
color: #ed0b70 !important;
font-size: 1.1m;
text-decoration: underline;
}
/* DIVIDES */
/* ======================================================== */
DIV.MenuListDiv {
background-color: #FFC6A5;
text-align: left;
}
DIV.PageHeaderDiv {
background-color: #FFE7C6;
margin-top: 1%;
text-align: left;
}
DIV.HeaderLinksDiv {
background-color: #FFFFC6;
margin-top: 1%;
text-align: center;
}
DIV.FooterLinksDiv {
background-color: #F7FFCE;
text-align: center;
}
DIV.BackLinkDiv {
background-color: #DEF3BD;
text-align: left;
}
DIV.PageTitleDiv {
background-color: #CEEFBD;
margin-top: 1%;
text-align: left;
}
DIV.InfoTextDiv {
background-color: #bdc6de;
text-align: left;
}
DIV.PageBodyDiv {
background-color: #C6EFF7;
text-align: left;
border-top: medium #006699 solid;
padding-top: 1em;
}
DIV.PageFooterDiv {
background-color: #BDC6DE;
text-align: left;
}
.CaptionText {
border-bottom: 0px #000000 solid;
border-left: 0px #000000 solid;
border-right: 0px #000000 solid;
border-top: 0px #000000 solid;
color: #FF0000;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 70%;
text-align: left;
}
.PageHeaderText {
width: 80%;
color: #FF8429;
}
.SkipLinks {
display: none;
}
.PageHeaderLinks {
color: #FFFF10;
}
.PageFooterLinks {
color: #D6EF39;
}
.BackLinkText {
color: #7BC618;
}
.PageTitleText {
color: #299C39;
}
.InfoText {
color: #089494;
}
.MenuHeaderText {
color: #00A5C6;
}
.MenuLinkText {
color: #083194;
}
.SubmenuLinkText {
color: #ff8429 !important;
}
.SubmenuLinkText2 {
color: #ff8429 !important;
}
.ErrorText {
color: #8C007B;
}
.WarningText {
color: #CE007B;
}
.InformationText {
color: #006B84;
}
.MultiPageMsgText {
color: #AD0000;
}
.ReleaseText {
color: #AD4A18;
}
.RequiredMsgText {
color: #AD9410;
}
.FieldLabelText {
color: #8C9429;
}
.FieldLabelTextInvisible {
}
.FieldRequiredText {
color: #527B10;
}
.FieldFormatText {
color: #186321;
}
.FieldErrorText {
color: #006363;
}
}
@-moz-document domain("selfservice.uncc.edu"), domain("selfservice.charlotte.edu") {
/* PLAIN TABLE HEADERS AND DATA CELLS */
/* ======================================================== */
TABLE TD.pltitle {
background-color: #ffffff;
}
TABLE TD.plheader {
background-color: #ffffff;
}
TABLE TH.pllabel {
background-color: #ffffff;
}
TABLE TD.plseparator {
background-color: #ffffff;
}
TABLE TD.plhighlight {
background-color: #006aff;
}
TABLE TD.pldead {
background-color: #ffffff;
}
TABLE TD.pldefault {
background-color: #f00;
}
TABLE TD.plwhite {
background-color: #f00;
}
}
@-moz-document domain("selfservice.uncc.edu"), domain("selfservice.charlotte.edu") {
/* TABLE HEADERS AND DATA CELLS */
/* ======================================================== */
/* DATA ENTRY TABLE HEADERS AND DATA CELLS */
/* ======================================================== */
TABLE TH.deheader {
background-color: #000000;
color: #FFC6A5;
font-weight: bold;
border-top: thin #cccccc solid;
}
TABLE TD.detitle {
background-color: #000000;
color: #FFE7C6;
font-weight: bold;
border-top: thin #cccccc solid;
}
TABLE TD.delabel {
background-color: #000000;
color: #FFFFC6;
font-weight: bold;
}
TABLE TD.deseparator {
background-color: #000000;
color: #F7FFCE;
border-bottom: thin #efefef solid;
}
TABLE TD.dehighlight {
background-color: #000000;
color: #DEF3BD;
border-bottom: thin #efefef solid;
}
TABLE TD.dedead {
background-color: #000000;
color: #CEEFBD;
}
TABLE TD.dedefault {
background-color: #000000;
color: #C6E7DE;
}
TABLE TD.dewhite {
background-color: #000000;
color: #C6EFF7;
border-bottom: thin #efefef solid;
}
}
@-moz-document domain("selfservice.uncc.edu"), domain("selfservice.charlotte.edu") {
/* TABLE HEADERS AND DATA CELLS */
/* ======================================================== */
/* DATA ENTRY TABLE HEADERS AND DATA CELLS */
/* ======================================================== */
TABLE TH.deheader {
background-color: #000000;
color: #FFC6A5;
font-weight: bold;
border-top: thin #cccccc solid;
}
TABLE TD.detitle {
background-color: #000000;
color: #FFE7C6;
font-weight: bold;
border-top: thin #cccccc solid;
}
TABLE TD.delabel {
background-color: #000000;
color: #FFFFC6;
font-weight: bold;
}
TABLE TD.deseparator {
background-color: #000000;
color: #F7FFCE;
border-bottom: thin #efefef solid;
}
TABLE TD.dehighlight {
background-color: #000000;
color: #DEF3BD;
border-bottom: thin #efefef solid;
}
TABLE TD.dedead {
background-color: #000000;
color: #CEEFBD;
}
TABLE TD.dedefault {
background-color: #000000;
color: #C6E7DE;
}
TABLE TD.dewhite {
background-color: #000000;
color: #C6EFF7;
border-bottom: thin #efefef solid;
}
}
@-moz-document url-prefix("http://example.com") {
/* TABLES */
/* ======================================================== */
TABLE.DataEntryTable {
background-color: #ffffff;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
text-align: left;
margin-top: 1em;
}
TABLE.DataDisplayTable {
background-color: #ffffff;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
text-align: left;
margin-top: 1em;
}
TABLE.PlainTable {
background-color: #ffffff;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
text-align: left;
}
TABLE.MenuPlainTable {
background-color: #ffffff;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
text-align: left;
}
TABLE.PageHeaderTable {
background-color: #ffffff;
border-bottom: 2px solid;
border-left: 2px solid;
border-right: 2px solid;
border-top: 2px solid;
table-layout: fixed;
}
TABLE.InfoTextTable {
background-color: #ffffff;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
}
TABLE.ColorSampleTable {
background-color: #ffffff;
}
} | 0.217836 | 0.064183 |
@-webkit-keyframes moveBB8 {
0% {left: 10%;}
50% {left: 65%;}
65% {left: 70%;}
75% {left: 90%;}
100% {left: 10%;}
}
/* Standard syntax */
@keyframes moveBB8 {
0% {left: 10%;}
50% {left: 65%;}
65% {left: 70%;}
75% {left: 90%;}
100% {left: 10%;}
}
@-webkit-keyframes rotate-body {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(-360deg);
}
}
@-ms-keyframes rotate-body {
from {
-ms-transform: rotate(0deg);
}
to {
-ms-transform: rotate(-360deg);
}
}
@keyframes rotate-body {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
@-webkit-keyframes head-tilt {
from {
-webkit-transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(-0.8deg);
}
50% {
-webkit-transform: rotate(0deg);
}
75% {
-webkit-transform: rotate(0.8deg);
}
to {
-webkit-transform: rotate(0deg);
}
}
@-ms-keyframes head-tilt {
from {
-ms-transform: rotate(0deg);
}
25% {
-ms-transform: rotate(-0.8deg);
}
50% {
-ms-transform: rotate(0deg);
}
75% {
-ms-transform: rotate(0.8deg);
}
to {
-ms-transform: rotate(0deg);
}
}
@keyframes head-tilt {
from {
transform: rotate(0deg);
}
25% {
transform: rotate(-0.8deg);
}
50% {
transform: rotate(0deg);
}
75% {
transform: rotate(0.8deg);
}
to {
transform: rotate(0deg);
}
}
@-webkit-keyframes move-shadow {
from {
-webkit-transform: scaleX(0.97);
}
to {
-webkit-transform: scaleX(1);
}
}
@-ms-keyframes move-shadow {
from {
-ms-transform: scaleX(0.97);
}
to {
-ms-transform: scaleX(1);
}
}
@keyframes move-shadow {
from {
transform: scaleX(0.97);
}
to {
transform: scaleX(1);
}
}
.bb-8 {
position: absolute;
margin-top: 300px;
left: 50%;
width: 240px;
height: 326px;
margin-bottom: 50px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: moveBB8 10s infinite; /* Safari 4.0 - 8.0 */
animation: moveBB8 10s infinite;
}
.bb-8__head {
z-index: 4;
position: absolute;
width: 140px;
height: 93px;
-webkit-animation: head-tilt 0.3s 0.5s linear infinite;
-ms-animation: head-tilt 0.3s 0.5s linear infinite;
animation: head-tilt 0.3s 0.5s linear infinite;
}
.bb-8__head__antenna {
width: 4px;
height: 20px;
background-color: #D3D3D3;
position: absolute;
top: -18px;
left: 120px;
border-radius: 3px;
}
.bb-8__head__antenna--longer {
width: 4px;
height: 30px;
background-color: #D3D3D3;
position: absolute;
top: -25px;
left: 130px;
border-radius: 3px;
}
.bb-8__head__antenna--longer:before {
content: "";
width: 100%;
height: 40%;
background-color: #BEBAB5;
position: absolute;
bottom: 0;
}
.bb-8__head__top {
overflow: hidden;
position: absolute;
width: 140px;
height: 85px;
background-color: #FFF3E7;
border-radius: 200px 200px 0 0;
position: absolute;
left: 50px;
}
.bb-8__head__top__bar--gray {
width: 100%;
height: 10px;
background-color: #D3D3D3;
position: absolute;
top: 10px;
}
.bb-8__head__top__bar--red {
width: 100%;
height: 6px;
background-color: #FF9649;
position: absolute;
top: 30px;
}
.bb-8__head__top__bar--red--lower--left {
width: 18%;
height: 10px;
background-color: #FF9649;
position: absolute;
left: 0;
bottom: 15px;
}
.bb-8__head__top__bar--red--lower--right {
width: 28%;
height: 10px;
background-color: #FF9649;
position: absolute;
right: 0;
bottom: 15px;
}
.bb-8__head__top__bar--red--lower--right:before {
content: "";
background-color: #FFF3E7;
width: 6px;
height: 12px;
position: absolute;
left: 10px;
top: -1px;
}
.bb-8__head__top__bar--gray--lower {
background-color: #D3D3D3;
width: 100%;
height: 10px;
position: absolute;
bottom: 0px;
}
.bb-8__head__top__lens {
width: 35px;
height: 35px;
background-color: #555555;
border: 3px solid #FFF3E7;
border-radius: 50%;
position: absolute;
top: 22px;
left: 32px;
}
.bb-8__head__top__lens:before {
content: "";
width: 8px;
height: 8px;
background-color: #C7C5C6;
border-radius: 50%;
position: absolute;
right: 5px;
top: 7px;
z-index: 1;
}
.bb-8__head__top__lens__inner {
width: 25px;
height: 25px;
background-color: #414141;
border-radius: 50%;
position: absolute;
top: 5px;
left: 5px;
}
.bb-8__head__top__lens--secondary {
width: 12px;
height: 12px;
border: 2px solid #414141;
border-radius: 50%;
position: absolute;
right: 50px;
bottom: 18px;
}
.bb-8__head__top__lens--secondary__inner {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #414141;
position: absolute;
top: 2px;
left: 2px;
}
.bb-8__head__joint {
width: 138px;
height: 8px;
position: absolute;
top: 85px;
left: 51px;
background-color: #BEBAB5;
z-index: 4;
}
.bb-8__head__joint:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 0 8px;
border-color: transparent transparent transparent #7C9A9C;
position: absolute;
top: 1px;
left: 0;
}
.bb-8__head__joint:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 8px 8px;
border-color: transparent transparent #7C9A9C transparent;
position: absolute;
top: 1px;
right: 0;
}
.bb-8__body,
.bb-8__head-shadow {
width: 240px;
height: 240px;
border-radius: 50%;
overflow: hidden;
position: absolute;
top: 85px;
}
.bb-8__body {
background-color: #FFF3E7;
z-index: 2;
-webkit-animation: rotate-body 0.9s 0.5s linear infinite;
-ms-animation: rotate-body 0.9s 0.5s linear infinite;
animation: rotate-body 0.9s 0.5s linear infinite;
}
.bb-8__head-shadow {
background-color: transparent;
z-index: 3;
-webkit-animation: head-tilt 0.3s 0.5s linear infinite;
-ms-animation: head-tilt 0.3s 0.5s linear infinite;
animation: head-tilt 0.3s 0.5s linear infinite;
}
.bb-8__head-shadow:before {
content: "";
width: 100%;
height: 30px;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -8px;
}
.bb-8__body__circle {
border-radius: 50%;
width: 120px;
height: 120px;
border: 20px solid #FF9649;
position: absolute;
z-index: 1;
}
.bb-8__body__circle__bar {
width: 35px;
height: 20px;
background-color: #FF9649;
position: absolute;
top: 50px;
left: 80px;
}
.bb-8__body__circle--one {
top: -20px;
left: -40px;
}
.bb-8__body__circle--one__bar--one {
-webkit-transform: rotate(29deg);
-ms-transform: rotate(29deg);
transform: rotate(29deg);
top: 72px;
}
.bb-8__body__circle--one__bar--two {
-webkit-transform: rotate(110deg);
-ms-transform: rotate(110deg);
transform: rotate(110deg);
left: 5px;
top: 100px;
}
.bb-8__body__circle--one__inner-circle {
width: 70px;
height: 70px;
background-color: #D3D3D3;
position: absolute;
top: 20px;
left: 10px;
border-radius: 50%;
}
.bb-8__body__circle--one__inner-circle:before {
content: "";
width: 80px;
height: 12px;
border-top: 3px solid #FFF3E7;
border-bottom: 3px solid #FFF3E7;
position: absolute;
top: 10px;
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.bb-8__body__circle--one__inner-circle:after {
content: "";
width: 65px;
height: 12px;
border-top: 3px solid #FFF3E7;
border-bottom: 3px solid #FFF3E7;
position: absolute;
bottom: 10px;
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.bb-8__body__circle--one__inner-border {
width: 70px;
height: 70px;
border: 10px solid #D3D3D3;
border-color: #D3D3D3 transparent transparent transparent;
position: absolute;
top: 0px;
left: 10px;
border-radius: 50%;
-webkit-transform: rotate(40deg);
-ms-transform: rotate(40deg);
transform: rotate(40deg);
}
.bb-8__body__circle--two {
top: -20px;
right: -80px;
}
.bb-8__body__circle--two__bar--one {
-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
top: 75px;
left: -7px;
}
.bb-8__body__circle--two__inner-border {
width: 70px;
height: 70px;
border: 15px solid #D3D3D3;
border-color: transparent transparent transparent #D3D3D3;
position: absolute;
top: 8px;
left: 5px;
border-radius: 50%;
-webkit-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.bb-8__body__circle--three {
bottom: -70px;
right: 20px;
}
.bb-8__body__circle--three__bar--one {
-webkit-transform: rotate(91deg);
-ms-transform: rotate(91deg);
transform: rotate(91deg);
top: 5px;
left: 40px;
}
.bb-8__body__circle--three__bar--two {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
left: -15px;
}
.bb-8__body__circle--three__inner-circle {
width: 70px;
height: 70px;
background-color: #D3D3D3;
position: absolute;
top: 38px;
left: 25px;
border-radius: 50%;
}
.bb-8__body__circle--three__inner-border {
width: 70px;
height: 70px;
border: 25px solid #D3D3D3;
border-color: #D3D3D3 transparent transparent transparent;
position: absolute;
top: 15px;
left: 0px;
border-radius: 50%;
-webkit-transform: rotate(65deg);
-ms-transform: rotate(65deg);
transform: rotate(65deg);
}
.bb-8__body__line {
height: 6px;
position: absolute;
background-color: #9E9EAB;
border-radius: 90px;
}
.bb-8__body__line--one {
width: 80px;
top: 46px;
right: 60px;
-webkit-transform: rotate(1deg);
-ms-transform: rotate(1deg);
transform: rotate(1deg);
}
.bb-8__body__line--two {
width: 70px;
bottom: 90px;
right: 5px;
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.bb-8__body__line--three {
width: 70px;
bottom: 85px;
left: 45px;
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.bb-8__body__screw {
border-radius: 50%;
width: 10px;
height: 10px;
background-color: #9E9EAB;
position: absolute;
}
.bb-8__body__screw--one {
top: 20px;
left: 131px;
}
.bb-8__body__screw--two {
top: 72px;
left: 135px;
}
.bb-8__body__screw--three {
bottom: 70px;
right: 18px;
}
.bb-8__body__screw--four {
bottom: 96px;
right: 60px;
}
.bb-8__body__screw--five {
bottom: 70px;
left: 54px;
}
.bb-8__body__screw--six {
bottom: 96px;
left: 96px;
}
.bb-8__body__screw--one:before,
.bb-8__body__screw--two:before,
.bb-8__body__screw--three:before,
.bb-8__body__screw--four:before,
.bb-8__body__screw--five:before,
.bb-8__body__screw--six:before {
content: "";
width: 4px;
height: 4px;
border: 1px solid #D3D3D3;
border-radius: 50%;
position: absolute;
top: 2px;
left: 2px;
}
.bb-8__body-shadow {
width: 180px;
height: 25px;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
bottom: -15px;
left: 30px;
z-index: -1;
border-radius: 50%;
-webkit-animation: move-shadow 0.3s 0.5s linear infinite;
-ms-animation: move-shadow 0.3s 0.5s linear infinite;
animation: move-shadow 0.3s 0.5s linear infinite;
} | src/assets/css/bb8.css | @-webkit-keyframes moveBB8 {
0% {left: 10%;}
50% {left: 65%;}
65% {left: 70%;}
75% {left: 90%;}
100% {left: 10%;}
}
/* Standard syntax */
@keyframes moveBB8 {
0% {left: 10%;}
50% {left: 65%;}
65% {left: 70%;}
75% {left: 90%;}
100% {left: 10%;}
}
@-webkit-keyframes rotate-body {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(-360deg);
}
}
@-ms-keyframes rotate-body {
from {
-ms-transform: rotate(0deg);
}
to {
-ms-transform: rotate(-360deg);
}
}
@keyframes rotate-body {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
@-webkit-keyframes head-tilt {
from {
-webkit-transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(-0.8deg);
}
50% {
-webkit-transform: rotate(0deg);
}
75% {
-webkit-transform: rotate(0.8deg);
}
to {
-webkit-transform: rotate(0deg);
}
}
@-ms-keyframes head-tilt {
from {
-ms-transform: rotate(0deg);
}
25% {
-ms-transform: rotate(-0.8deg);
}
50% {
-ms-transform: rotate(0deg);
}
75% {
-ms-transform: rotate(0.8deg);
}
to {
-ms-transform: rotate(0deg);
}
}
@keyframes head-tilt {
from {
transform: rotate(0deg);
}
25% {
transform: rotate(-0.8deg);
}
50% {
transform: rotate(0deg);
}
75% {
transform: rotate(0.8deg);
}
to {
transform: rotate(0deg);
}
}
@-webkit-keyframes move-shadow {
from {
-webkit-transform: scaleX(0.97);
}
to {
-webkit-transform: scaleX(1);
}
}
@-ms-keyframes move-shadow {
from {
-ms-transform: scaleX(0.97);
}
to {
-ms-transform: scaleX(1);
}
}
@keyframes move-shadow {
from {
transform: scaleX(0.97);
}
to {
transform: scaleX(1);
}
}
.bb-8 {
position: absolute;
margin-top: 300px;
left: 50%;
width: 240px;
height: 326px;
margin-bottom: 50px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: moveBB8 10s infinite; /* Safari 4.0 - 8.0 */
animation: moveBB8 10s infinite;
}
.bb-8__head {
z-index: 4;
position: absolute;
width: 140px;
height: 93px;
-webkit-animation: head-tilt 0.3s 0.5s linear infinite;
-ms-animation: head-tilt 0.3s 0.5s linear infinite;
animation: head-tilt 0.3s 0.5s linear infinite;
}
.bb-8__head__antenna {
width: 4px;
height: 20px;
background-color: #D3D3D3;
position: absolute;
top: -18px;
left: 120px;
border-radius: 3px;
}
.bb-8__head__antenna--longer {
width: 4px;
height: 30px;
background-color: #D3D3D3;
position: absolute;
top: -25px;
left: 130px;
border-radius: 3px;
}
.bb-8__head__antenna--longer:before {
content: "";
width: 100%;
height: 40%;
background-color: #BEBAB5;
position: absolute;
bottom: 0;
}
.bb-8__head__top {
overflow: hidden;
position: absolute;
width: 140px;
height: 85px;
background-color: #FFF3E7;
border-radius: 200px 200px 0 0;
position: absolute;
left: 50px;
}
.bb-8__head__top__bar--gray {
width: 100%;
height: 10px;
background-color: #D3D3D3;
position: absolute;
top: 10px;
}
.bb-8__head__top__bar--red {
width: 100%;
height: 6px;
background-color: #FF9649;
position: absolute;
top: 30px;
}
.bb-8__head__top__bar--red--lower--left {
width: 18%;
height: 10px;
background-color: #FF9649;
position: absolute;
left: 0;
bottom: 15px;
}
.bb-8__head__top__bar--red--lower--right {
width: 28%;
height: 10px;
background-color: #FF9649;
position: absolute;
right: 0;
bottom: 15px;
}
.bb-8__head__top__bar--red--lower--right:before {
content: "";
background-color: #FFF3E7;
width: 6px;
height: 12px;
position: absolute;
left: 10px;
top: -1px;
}
.bb-8__head__top__bar--gray--lower {
background-color: #D3D3D3;
width: 100%;
height: 10px;
position: absolute;
bottom: 0px;
}
.bb-8__head__top__lens {
width: 35px;
height: 35px;
background-color: #555555;
border: 3px solid #FFF3E7;
border-radius: 50%;
position: absolute;
top: 22px;
left: 32px;
}
.bb-8__head__top__lens:before {
content: "";
width: 8px;
height: 8px;
background-color: #C7C5C6;
border-radius: 50%;
position: absolute;
right: 5px;
top: 7px;
z-index: 1;
}
.bb-8__head__top__lens__inner {
width: 25px;
height: 25px;
background-color: #414141;
border-radius: 50%;
position: absolute;
top: 5px;
left: 5px;
}
.bb-8__head__top__lens--secondary {
width: 12px;
height: 12px;
border: 2px solid #414141;
border-radius: 50%;
position: absolute;
right: 50px;
bottom: 18px;
}
.bb-8__head__top__lens--secondary__inner {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #414141;
position: absolute;
top: 2px;
left: 2px;
}
.bb-8__head__joint {
width: 138px;
height: 8px;
position: absolute;
top: 85px;
left: 51px;
background-color: #BEBAB5;
z-index: 4;
}
.bb-8__head__joint:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 0 8px;
border-color: transparent transparent transparent #7C9A9C;
position: absolute;
top: 1px;
left: 0;
}
.bb-8__head__joint:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 8px 8px;
border-color: transparent transparent #7C9A9C transparent;
position: absolute;
top: 1px;
right: 0;
}
.bb-8__body,
.bb-8__head-shadow {
width: 240px;
height: 240px;
border-radius: 50%;
overflow: hidden;
position: absolute;
top: 85px;
}
.bb-8__body {
background-color: #FFF3E7;
z-index: 2;
-webkit-animation: rotate-body 0.9s 0.5s linear infinite;
-ms-animation: rotate-body 0.9s 0.5s linear infinite;
animation: rotate-body 0.9s 0.5s linear infinite;
}
.bb-8__head-shadow {
background-color: transparent;
z-index: 3;
-webkit-animation: head-tilt 0.3s 0.5s linear infinite;
-ms-animation: head-tilt 0.3s 0.5s linear infinite;
animation: head-tilt 0.3s 0.5s linear infinite;
}
.bb-8__head-shadow:before {
content: "";
width: 100%;
height: 30px;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -8px;
}
.bb-8__body__circle {
border-radius: 50%;
width: 120px;
height: 120px;
border: 20px solid #FF9649;
position: absolute;
z-index: 1;
}
.bb-8__body__circle__bar {
width: 35px;
height: 20px;
background-color: #FF9649;
position: absolute;
top: 50px;
left: 80px;
}
.bb-8__body__circle--one {
top: -20px;
left: -40px;
}
.bb-8__body__circle--one__bar--one {
-webkit-transform: rotate(29deg);
-ms-transform: rotate(29deg);
transform: rotate(29deg);
top: 72px;
}
.bb-8__body__circle--one__bar--two {
-webkit-transform: rotate(110deg);
-ms-transform: rotate(110deg);
transform: rotate(110deg);
left: 5px;
top: 100px;
}
.bb-8__body__circle--one__inner-circle {
width: 70px;
height: 70px;
background-color: #D3D3D3;
position: absolute;
top: 20px;
left: 10px;
border-radius: 50%;
}
.bb-8__body__circle--one__inner-circle:before {
content: "";
width: 80px;
height: 12px;
border-top: 3px solid #FFF3E7;
border-bottom: 3px solid #FFF3E7;
position: absolute;
top: 10px;
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.bb-8__body__circle--one__inner-circle:after {
content: "";
width: 65px;
height: 12px;
border-top: 3px solid #FFF3E7;
border-bottom: 3px solid #FFF3E7;
position: absolute;
bottom: 10px;
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.bb-8__body__circle--one__inner-border {
width: 70px;
height: 70px;
border: 10px solid #D3D3D3;
border-color: #D3D3D3 transparent transparent transparent;
position: absolute;
top: 0px;
left: 10px;
border-radius: 50%;
-webkit-transform: rotate(40deg);
-ms-transform: rotate(40deg);
transform: rotate(40deg);
}
.bb-8__body__circle--two {
top: -20px;
right: -80px;
}
.bb-8__body__circle--two__bar--one {
-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
top: 75px;
left: -7px;
}
.bb-8__body__circle--two__inner-border {
width: 70px;
height: 70px;
border: 15px solid #D3D3D3;
border-color: transparent transparent transparent #D3D3D3;
position: absolute;
top: 8px;
left: 5px;
border-radius: 50%;
-webkit-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.bb-8__body__circle--three {
bottom: -70px;
right: 20px;
}
.bb-8__body__circle--three__bar--one {
-webkit-transform: rotate(91deg);
-ms-transform: rotate(91deg);
transform: rotate(91deg);
top: 5px;
left: 40px;
}
.bb-8__body__circle--three__bar--two {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
left: -15px;
}
.bb-8__body__circle--three__inner-circle {
width: 70px;
height: 70px;
background-color: #D3D3D3;
position: absolute;
top: 38px;
left: 25px;
border-radius: 50%;
}
.bb-8__body__circle--three__inner-border {
width: 70px;
height: 70px;
border: 25px solid #D3D3D3;
border-color: #D3D3D3 transparent transparent transparent;
position: absolute;
top: 15px;
left: 0px;
border-radius: 50%;
-webkit-transform: rotate(65deg);
-ms-transform: rotate(65deg);
transform: rotate(65deg);
}
.bb-8__body__line {
height: 6px;
position: absolute;
background-color: #9E9EAB;
border-radius: 90px;
}
.bb-8__body__line--one {
width: 80px;
top: 46px;
right: 60px;
-webkit-transform: rotate(1deg);
-ms-transform: rotate(1deg);
transform: rotate(1deg);
}
.bb-8__body__line--two {
width: 70px;
bottom: 90px;
right: 5px;
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.bb-8__body__line--three {
width: 70px;
bottom: 85px;
left: 45px;
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.bb-8__body__screw {
border-radius: 50%;
width: 10px;
height: 10px;
background-color: #9E9EAB;
position: absolute;
}
.bb-8__body__screw--one {
top: 20px;
left: 131px;
}
.bb-8__body__screw--two {
top: 72px;
left: 135px;
}
.bb-8__body__screw--three {
bottom: 70px;
right: 18px;
}
.bb-8__body__screw--four {
bottom: 96px;
right: 60px;
}
.bb-8__body__screw--five {
bottom: 70px;
left: 54px;
}
.bb-8__body__screw--six {
bottom: 96px;
left: 96px;
}
.bb-8__body__screw--one:before,
.bb-8__body__screw--two:before,
.bb-8__body__screw--three:before,
.bb-8__body__screw--four:before,
.bb-8__body__screw--five:before,
.bb-8__body__screw--six:before {
content: "";
width: 4px;
height: 4px;
border: 1px solid #D3D3D3;
border-radius: 50%;
position: absolute;
top: 2px;
left: 2px;
}
.bb-8__body-shadow {
width: 180px;
height: 25px;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
bottom: -15px;
left: 30px;
z-index: -1;
border-radius: 50%;
-webkit-animation: move-shadow 0.3s 0.5s linear infinite;
-ms-animation: move-shadow 0.3s 0.5s linear infinite;
animation: move-shadow 0.3s 0.5s linear infinite;
} | 0.525125 | 0.224289 |
.welcome_header_config {
margin-left: 2%;
color: #637492;
text-shadow: 1px 1px 5px lightgrey;
}
.welcome_text_config {
margin-left: 2%;
margin-right: 2%;
opacity: 1;
}
.index_config {
display: flex;
margin: 2%;
flex-direction: column;
margin: 2%;
}
.index-text_config {
background-color: #5F90AF;
opacity: 1;
color: azure;
padding: 0.2%;
margin: 1%;
}
#div_card_1 {
display: flex;
flex-direction: column;
padding: 1%;
margin-bottom: 10%;
}
#div_card_2 {
display: flex;
flex-direction: row;
margin: 1%;
}
#div_card_3_a {
display: flex;
flex-direction: column;
width: 80%;
background-image: url("../resources/Form_BG.png");
background-repeat: no-repeat;
background-size: 90% 80%;
opacity: 0.9;
padding-left: 2%;
padding-top: 1%;
padding-bottom: 1%;
}
#div_card_3_b {
width: 5%;
display: flex;
align-items: flex-end;
padding: 0.5%;
}
#div_card_3_c {
width: 25%;
margin: 1%;
}
#div_card_4 {
display: flex;
flex-direction: row;
margin: 0.5%;
border: 1.75px dotted lightgrey;
background-color: #F8F8F8;
padding: 0.5%;
}
#div_card_5 {
display: flex;
flex-direction: column;
margin-left: 0%;
margin-right: 0%;
margin-top: 1%;
margin-bottom: 1%;
flex-grow: 1;
}
.span_hr {
background-color: #56A5EC;
margin: 0%;
padding: 0%;
height: 3px;
box-shadow: 1px 1px 5px lightgrey;
}
#button {
width: 20%;
border-radius: 8px;
background: linear-gradient(to bottom, #33ccff 0%, #3399ff 100%);
padding: 0.5%;
color: white;
margin-right: 2%;
border: none;
}
#button:hover {
opacity: 1
}
#btn {
width: 2em;
height: 2em;
background: linear-gradient(to bottom, #33ccff 0%, #3399ff 100%);
border-radius: 8px;
color: white;
border: none;
}
#btn:focus {
outline: none;
}
.check {
padding-left: 20%;
}
.input-field {
border: none;
}
.tb-header {
}
.tb-bez-header {
background-color: #e6f2ff;
background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Firefox (3.6 to 15) */
background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of Internet Explorer 10*/
background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */
background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
border: 2px 0px solid white;
width: 100%;
padding-left: 0%;
padding-right: 0%;
}
.span-tr {
color: white;
font-size: 22px;
margin-left: 1%;
}
.sort_card {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-evenly;
}
.space-1 {
width: 95%;
}
.space-2 {
width: 5%;
border: none !important;
background-color: transparent !important;
}
.tb-config {
display: flex;
flex-direction: column;
padding: 1%;
}
.tb-header-config {
display: flex;
flex-direction: row;
color: white;
background-color: #5F90AF;
}
.tb-colunm-config {
display: flex;
flex-direction: row;
}
.tb-cell-config-1:nth-child(n+1) {
background-color: #e6f2ff;
background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Firefox (3.6 to 15) */
background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of Internet Explorer 10*/
background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */
background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
border: 2px solid white;
color: #637492;
width: 20%;
padding-left: 1%;
padding-right: 1%;
}
.tb-cell-config-1:nth-child(2n+1) {
background-color: #e6f2ff;
background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Firefox (3.6 to 15) */
background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of Internet Explorer 10*/
background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */
background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
border: 2px solid white;
color: #637492;
width: 20%;
padding-left: 1%;
padding-right: 1%;
}
.tb-cell-config-2 {
border: none;
color: white;
width: 20%;
padding-left: 1%;
padding-right: 1%;
}
.span-tr-config {
margin-top: 2%;
color: #637492;
font-size: 22px;
margin-left: 1%;
} | SmICSWebApp/Pages/RKIConfig.razor.css | .welcome_header_config {
margin-left: 2%;
color: #637492;
text-shadow: 1px 1px 5px lightgrey;
}
.welcome_text_config {
margin-left: 2%;
margin-right: 2%;
opacity: 1;
}
.index_config {
display: flex;
margin: 2%;
flex-direction: column;
margin: 2%;
}
.index-text_config {
background-color: #5F90AF;
opacity: 1;
color: azure;
padding: 0.2%;
margin: 1%;
}
#div_card_1 {
display: flex;
flex-direction: column;
padding: 1%;
margin-bottom: 10%;
}
#div_card_2 {
display: flex;
flex-direction: row;
margin: 1%;
}
#div_card_3_a {
display: flex;
flex-direction: column;
width: 80%;
background-image: url("../resources/Form_BG.png");
background-repeat: no-repeat;
background-size: 90% 80%;
opacity: 0.9;
padding-left: 2%;
padding-top: 1%;
padding-bottom: 1%;
}
#div_card_3_b {
width: 5%;
display: flex;
align-items: flex-end;
padding: 0.5%;
}
#div_card_3_c {
width: 25%;
margin: 1%;
}
#div_card_4 {
display: flex;
flex-direction: row;
margin: 0.5%;
border: 1.75px dotted lightgrey;
background-color: #F8F8F8;
padding: 0.5%;
}
#div_card_5 {
display: flex;
flex-direction: column;
margin-left: 0%;
margin-right: 0%;
margin-top: 1%;
margin-bottom: 1%;
flex-grow: 1;
}
.span_hr {
background-color: #56A5EC;
margin: 0%;
padding: 0%;
height: 3px;
box-shadow: 1px 1px 5px lightgrey;
}
#button {
width: 20%;
border-radius: 8px;
background: linear-gradient(to bottom, #33ccff 0%, #3399ff 100%);
padding: 0.5%;
color: white;
margin-right: 2%;
border: none;
}
#button:hover {
opacity: 1
}
#btn {
width: 2em;
height: 2em;
background: linear-gradient(to bottom, #33ccff 0%, #3399ff 100%);
border-radius: 8px;
color: white;
border: none;
}
#btn:focus {
outline: none;
}
.check {
padding-left: 20%;
}
.input-field {
border: none;
}
.tb-header {
}
.tb-bez-header {
background-color: #e6f2ff;
background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Firefox (3.6 to 15) */
background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of Internet Explorer 10*/
background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */
background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
border: 2px 0px solid white;
width: 100%;
padding-left: 0%;
padding-right: 0%;
}
.span-tr {
color: white;
font-size: 22px;
margin-left: 1%;
}
.sort_card {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-evenly;
}
.space-1 {
width: 95%;
}
.space-2 {
width: 5%;
border: none !important;
background-color: transparent !important;
}
.tb-config {
display: flex;
flex-direction: column;
padding: 1%;
}
.tb-header-config {
display: flex;
flex-direction: row;
color: white;
background-color: #5F90AF;
}
.tb-colunm-config {
display: flex;
flex-direction: row;
}
.tb-cell-config-1:nth-child(n+1) {
background-color: #e6f2ff;
background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Firefox (3.6 to 15) */
background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of Internet Explorer 10*/
background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */
background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
border: 2px solid white;
color: #637492;
width: 20%;
padding-left: 1%;
padding-right: 1%;
}
.tb-cell-config-1:nth-child(2n+1) {
background-color: #e6f2ff;
background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Firefox (3.6 to 15) */
background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of Internet Explorer 10*/
background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */
background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
border: 2px solid white;
color: #637492;
width: 20%;
padding-left: 1%;
padding-right: 1%;
}
.tb-cell-config-2 {
border: none;
color: white;
width: 20%;
padding-left: 1%;
padding-right: 1%;
}
.span-tr-config {
margin-top: 2%;
color: #637492;
font-size: 22px;
margin-left: 1%;
} | 0.409457 | 0.120724 |
* {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: black;
}
header {
background-color: #48c5ce;
text-align: center;
color: white;
padding: 10px;
}
.title {
font-size: 26px;
text-transform: uppercase;
}
.container {
max-width: 1000px;
margin: auto;
}
section {
padding: 20px;
background-image: url(/imagens/people.jpg);
background-size: cover;
/*deixa a nossa imagem do tamanho da section*/
overflow: hidden;
/* faz com que a nossa imagem preencha todo a campo da section*/
}
section p {
text-align: justify;
}
.formContainer {
max-width: 300px;
background-color: #ffffffbb;
padding: 20px;
float: right;
}
h2 {
font-size: 16px;
text-transform: uppercase;
}
.mg-bottom {
margin-bottom: 15px;
}
input, select {
width: 100%;
box-sizing: border-box;
padding: 10px;
border: none;
margin-bottom: 10px;
outline-color: #48c5ce;
}
input[type="submit"] {
text-transform: uppercase;
font-weight: 700;
color: white;
background-color: #48c5ce;
margin-top: 15px;
}
.submit:hover {
cursor: pointer;
}
/* configurando nossa seta no select, as 3 linhas iniciais é pra desabilitar a seta padrao dos navegadores, e as linhas se que repetem é pra incluir nossa seta de forma manual */
select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background-image: url(/imagens/arrow.jpg);
background-repeat: no-repeat;
/* background-position: right; desta forma a seta fica colada do lado direito*/
background-position: calc(100% - 10px);
/* com esse codigo conseguimos dar um espaço*/
}
footer {
background-color: #202121;
padding: 40px;
text-align: center;
}
footer p {
text-align: justify;
}
.picture {
width: 160px;
}
.description {
color: white;
display: inline-block;
max-width: 40%;
margin-left: -300px;
text-align: left;
}
/* .description h3{
margin: 20px;
} */
img {
display: block;
float: left;
margin: auto;
padding: 10px;
}
.description p, .description h3 {
margin-bottom: 20px;
}
@media screen and (max-width:900px) {
.formContainer {
max-width: 80%;
background-color: #ffffffbb;
padding: 20px;
margin-left: 50px;
margin-right: 50px;
text-align: center;
}
input[type="submit"] {
text-transform: uppercase;
font-weight: 700;
color: white;
background-color: #48c5ce;
}
input, select {
margin-bottom: 15px;
}
.description {
display: block;
max-width: 100%;
margin-left: 5px;
margin-left: -300px;
text-align: left;
}
.description h3{
font-size: 20px;
}
.picture {
width: 160px;
padding-bottom: 5px;
margin-top: 5px;
}
}
@media screen and (max-width:414px) {
.title {
font-size: 20px;
}
.formContainer {
width: 400px;
margin: auto;
margin-right: 15px;
margin-left: 15px;
}
.picture {
width: 160px;
padding-bottom: 5px;
margin-top: 5px;
}
.description {
display: block;
max-width: 100%;
margin-left: 5px;
}
}
@media screen and (max-width:400px) {
.title {
font-size: 18px;
}
.formContainer {
width: 500px;
margin: auto;
margin-right: 15px;
margin-left: 15px;
}
.picture {
width: 160px;
padding-bottom: 5px;
margin-top: 15px;
}
.description {
display: block;
max-width: 100%;
margin-left: 5px;
}
.description h3{
font-weight: bold;
margin-top: 30px;
font-size: 14px;
}
}
@media screen and (max-width:375) {
.title {
font-size: 18px;
}
.formContainer {
width: 300px;
margin: auto;
}
.picture {
width: 250px;
margin: auto;
}
.description {
display: inline-block;
margin-left: 5px;
}
.description h3{
font-size: 20px;
text-align: center;
}
}
@media screen and (max-width:320) {
.picture {
width: 400px;
margin: auto;
}
} | css/estilo.css | * {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: black;
}
header {
background-color: #48c5ce;
text-align: center;
color: white;
padding: 10px;
}
.title {
font-size: 26px;
text-transform: uppercase;
}
.container {
max-width: 1000px;
margin: auto;
}
section {
padding: 20px;
background-image: url(/imagens/people.jpg);
background-size: cover;
/*deixa a nossa imagem do tamanho da section*/
overflow: hidden;
/* faz com que a nossa imagem preencha todo a campo da section*/
}
section p {
text-align: justify;
}
.formContainer {
max-width: 300px;
background-color: #ffffffbb;
padding: 20px;
float: right;
}
h2 {
font-size: 16px;
text-transform: uppercase;
}
.mg-bottom {
margin-bottom: 15px;
}
input, select {
width: 100%;
box-sizing: border-box;
padding: 10px;
border: none;
margin-bottom: 10px;
outline-color: #48c5ce;
}
input[type="submit"] {
text-transform: uppercase;
font-weight: 700;
color: white;
background-color: #48c5ce;
margin-top: 15px;
}
.submit:hover {
cursor: pointer;
}
/* configurando nossa seta no select, as 3 linhas iniciais é pra desabilitar a seta padrao dos navegadores, e as linhas se que repetem é pra incluir nossa seta de forma manual */
select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background-image: url(/imagens/arrow.jpg);
background-repeat: no-repeat;
/* background-position: right; desta forma a seta fica colada do lado direito*/
background-position: calc(100% - 10px);
/* com esse codigo conseguimos dar um espaço*/
}
footer {
background-color: #202121;
padding: 40px;
text-align: center;
}
footer p {
text-align: justify;
}
.picture {
width: 160px;
}
.description {
color: white;
display: inline-block;
max-width: 40%;
margin-left: -300px;
text-align: left;
}
/* .description h3{
margin: 20px;
} */
img {
display: block;
float: left;
margin: auto;
padding: 10px;
}
.description p, .description h3 {
margin-bottom: 20px;
}
@media screen and (max-width:900px) {
.formContainer {
max-width: 80%;
background-color: #ffffffbb;
padding: 20px;
margin-left: 50px;
margin-right: 50px;
text-align: center;
}
input[type="submit"] {
text-transform: uppercase;
font-weight: 700;
color: white;
background-color: #48c5ce;
}
input, select {
margin-bottom: 15px;
}
.description {
display: block;
max-width: 100%;
margin-left: 5px;
margin-left: -300px;
text-align: left;
}
.description h3{
font-size: 20px;
}
.picture {
width: 160px;
padding-bottom: 5px;
margin-top: 5px;
}
}
@media screen and (max-width:414px) {
.title {
font-size: 20px;
}
.formContainer {
width: 400px;
margin: auto;
margin-right: 15px;
margin-left: 15px;
}
.picture {
width: 160px;
padding-bottom: 5px;
margin-top: 5px;
}
.description {
display: block;
max-width: 100%;
margin-left: 5px;
}
}
@media screen and (max-width:400px) {
.title {
font-size: 18px;
}
.formContainer {
width: 500px;
margin: auto;
margin-right: 15px;
margin-left: 15px;
}
.picture {
width: 160px;
padding-bottom: 5px;
margin-top: 15px;
}
.description {
display: block;
max-width: 100%;
margin-left: 5px;
}
.description h3{
font-weight: bold;
margin-top: 30px;
font-size: 14px;
}
}
@media screen and (max-width:375) {
.title {
font-size: 18px;
}
.formContainer {
width: 300px;
margin: auto;
}
.picture {
width: 250px;
margin: auto;
}
.description {
display: inline-block;
margin-left: 5px;
}
.description h3{
font-size: 20px;
text-align: center;
}
}
@media screen and (max-width:320) {
.picture {
width: 400px;
margin: auto;
}
} | 0.442396 | 0.105349 |
.header {
position: relative;
height: 18rem;
background: url(../images/app_header.png) no-repeat;
background-size: 100% 100%;
border-radius: 0% 0% 0% 50px;
z-index: 1;
}
.message {
text-align: center;
color: white;
padding: 4rem 3rem 0rem 3rem;
font-weight: bold;
font-size: 20px;
}
.notice {
width: 90%;
font-size: 18px;
font-weight: bolder;
margin: auto;
}
.greeting {
font-size: 22px;
margin-bottom: 2rem;
}
.greeting_client {
font-size: 25px;
text-align: left;
margin-bottom: 3rem;
}
.logo {
position: absolute;
top: 1rem;
right: 1rem;
color: white;
font-weight: bolder;
font-size: 30px;
}
.back {
position: absolute;
top: 5rem;
left: 3rem;
}
.back button {
border-radius: 35%;
padding: 3px 8px;
}
#my_camera {
border-radius: 50%;
background-color: darkgray;
margin: auto;
}
.snap {
position: absolute;
top : 27%;
left: 0;
width: 100%;
text-align: center;
color: white;
font-weight: bold;
font-size: x-large;
cursor: pointer;
}
.camera_container {
position: relative;
}
.container {
padding: 5rem;
width: fit-content;
}
body {
background-color: rgb(241, 242, 246);
}
.interview {
border-radius: 50px;
background-color: rgb(129, 99, 223);
color: white;
font-weight: bold;
font-size: x-large;
height: fit-content;
position: relative;
top: 5rem;
width: 100%;
padding: 15px;
}
.form-control {
padding: 30px 15px;
font-size: 25px;
border-radius: 10px;
}
.notification_container {
position: absolute;
top: 45%;
width: 100%;
}
.notification {
background-color: rgba(0,0,0,0.65);
color: white;
position: relative;
width: 500px;
padding: 10px 5px 5px 5px;
text-align: center;
z-index: 2;
border-radius: 10px;
margin: auto;
}
.back_image {
width: 100%;
margin: auto;
}
.image_container {
width: fit-content;
margin: auto;
}
.notification_body {
font-size: 18px;
font-weight: bolder;
line-height: normal;
}
.notification a {
padding: 5px 24px;
font-size: 18px;
margin: 10px;
font-weight: bolder;
}
#rec_camera {
border: 1px solid rgb(129, 99, 223);
border-radius: 10px;
background-color: darkgray;
margin: auto;
position: fixed;
bottom: 6rem;
right: 1rem;
z-index: 2;
}
.back_image {
position: absolute;
bottom: 0;
}
.countdown {
padding-top: 4rem;
font-size: 60px;
font-weight: bolder;
text-align: center;
}
.hint {
text-align: center;
font-weight: bolder;
font-size: 25px;
padding: 1rem;
}
.hint a {
padding: 10px 20px;
font-weight: bolder;
}
.p-2 {
padding: 2rem;
}
.button_container {
position: absolute;
bottom: 2rem;
width: 100%;
}
.record {
width: fit-content;
margin: auto;
}
.record a {
padding: 10px 35px;
font-size: 22px;
font-weight: bolder;
z-index: 2;
}
/* For Backend View */
.contain {
padding: 10px 20px;
height: fit-content;
color: white;
background: url(../images/back_header.png) no-repeat;
background-size: 100% 100%;
}
.contain .logout {
text-align: right;
}
.contain .title {
text-align: center;
}
.contain .option {
text-align: left;
}
.contain h2, .contain button {
font-weight: bolder;
}
.contain .option button {
margin-left: 10px;
}
.card {
width: 100%;
height: auto;
background: url(../images/avatar.png) no-repeat;
background-size: 100% 100%;
margin: 10px 0px;
border: lightgray 1px solid;
}
.card-container {
padding: 10px 20px;
}
.card-header, .card-footer{
padding: 10px;
background-color: white;
display: inline-flex;
width: 100%;
}
.card-header p, .card-footer p {
color: lightblue;
margin: 0px 10px!important;
width: 100%;
}
.card-header a i {
color: darkgray;
}
.setting-container {
margin: 20px 20px 0px 20px;
}
.setting-container .content {
border-bottom: 1px solid darkgray;
padding-bottom: 5px;
font-size: 24px;
}
.setting-container .content label {
margin: 20px 10px 10px 20px;
}
.card-body {
margin: 40px 0px;
}
.card-image {
width: fit-content;
margin: auto;
}
.card-image img {
border-radius: 50%;
}
.card-footer p .checked{
color: orange;
}
.comment {
padding: 20px;
color: black;
font-size: 18px;
}
.comment textarea {
width: 100%;
}
.rating-md {
width: fit-content;
}
li .selected {
border: 1px solid lightgray;
}
#setting .form-control {
padding: 6px 12px;
font-size: 14px;
border-radius: 4px;
margin-bottom: 10px;
}
.backend .form-control {
padding: 6px 12px;
font-size: 14px;
border-radius: 4px;
margin-bottom: 10px;
}
.flow-auto {
overflow: auto;
height: 50vh;
border: 2px solid lightgray;
}
.logo_container {
width: fit-content;
margin: auto;
}
.profile_container {
width: fit-content;
margin: auto;
}
.record-camera {
position: fixed;
right: 1rem;
bottom: 6rem;
width: 150px;
height: 150px;
border-radius: 20px;
background: #aaa;
border: 2px solid #8163df;
}
.record-camera video,.record-camera h1 {
width: 100%;
height: 100%;
position: absolute;
}
.record-camera img {
position: absolute;
left: 1rem;
top: 1rem;
z-index: 1;
} | public/assets/css/style.css | .header {
position: relative;
height: 18rem;
background: url(../images/app_header.png) no-repeat;
background-size: 100% 100%;
border-radius: 0% 0% 0% 50px;
z-index: 1;
}
.message {
text-align: center;
color: white;
padding: 4rem 3rem 0rem 3rem;
font-weight: bold;
font-size: 20px;
}
.notice {
width: 90%;
font-size: 18px;
font-weight: bolder;
margin: auto;
}
.greeting {
font-size: 22px;
margin-bottom: 2rem;
}
.greeting_client {
font-size: 25px;
text-align: left;
margin-bottom: 3rem;
}
.logo {
position: absolute;
top: 1rem;
right: 1rem;
color: white;
font-weight: bolder;
font-size: 30px;
}
.back {
position: absolute;
top: 5rem;
left: 3rem;
}
.back button {
border-radius: 35%;
padding: 3px 8px;
}
#my_camera {
border-radius: 50%;
background-color: darkgray;
margin: auto;
}
.snap {
position: absolute;
top : 27%;
left: 0;
width: 100%;
text-align: center;
color: white;
font-weight: bold;
font-size: x-large;
cursor: pointer;
}
.camera_container {
position: relative;
}
.container {
padding: 5rem;
width: fit-content;
}
body {
background-color: rgb(241, 242, 246);
}
.interview {
border-radius: 50px;
background-color: rgb(129, 99, 223);
color: white;
font-weight: bold;
font-size: x-large;
height: fit-content;
position: relative;
top: 5rem;
width: 100%;
padding: 15px;
}
.form-control {
padding: 30px 15px;
font-size: 25px;
border-radius: 10px;
}
.notification_container {
position: absolute;
top: 45%;
width: 100%;
}
.notification {
background-color: rgba(0,0,0,0.65);
color: white;
position: relative;
width: 500px;
padding: 10px 5px 5px 5px;
text-align: center;
z-index: 2;
border-radius: 10px;
margin: auto;
}
.back_image {
width: 100%;
margin: auto;
}
.image_container {
width: fit-content;
margin: auto;
}
.notification_body {
font-size: 18px;
font-weight: bolder;
line-height: normal;
}
.notification a {
padding: 5px 24px;
font-size: 18px;
margin: 10px;
font-weight: bolder;
}
#rec_camera {
border: 1px solid rgb(129, 99, 223);
border-radius: 10px;
background-color: darkgray;
margin: auto;
position: fixed;
bottom: 6rem;
right: 1rem;
z-index: 2;
}
.back_image {
position: absolute;
bottom: 0;
}
.countdown {
padding-top: 4rem;
font-size: 60px;
font-weight: bolder;
text-align: center;
}
.hint {
text-align: center;
font-weight: bolder;
font-size: 25px;
padding: 1rem;
}
.hint a {
padding: 10px 20px;
font-weight: bolder;
}
.p-2 {
padding: 2rem;
}
.button_container {
position: absolute;
bottom: 2rem;
width: 100%;
}
.record {
width: fit-content;
margin: auto;
}
.record a {
padding: 10px 35px;
font-size: 22px;
font-weight: bolder;
z-index: 2;
}
/* For Backend View */
.contain {
padding: 10px 20px;
height: fit-content;
color: white;
background: url(../images/back_header.png) no-repeat;
background-size: 100% 100%;
}
.contain .logout {
text-align: right;
}
.contain .title {
text-align: center;
}
.contain .option {
text-align: left;
}
.contain h2, .contain button {
font-weight: bolder;
}
.contain .option button {
margin-left: 10px;
}
.card {
width: 100%;
height: auto;
background: url(../images/avatar.png) no-repeat;
background-size: 100% 100%;
margin: 10px 0px;
border: lightgray 1px solid;
}
.card-container {
padding: 10px 20px;
}
.card-header, .card-footer{
padding: 10px;
background-color: white;
display: inline-flex;
width: 100%;
}
.card-header p, .card-footer p {
color: lightblue;
margin: 0px 10px!important;
width: 100%;
}
.card-header a i {
color: darkgray;
}
.setting-container {
margin: 20px 20px 0px 20px;
}
.setting-container .content {
border-bottom: 1px solid darkgray;
padding-bottom: 5px;
font-size: 24px;
}
.setting-container .content label {
margin: 20px 10px 10px 20px;
}
.card-body {
margin: 40px 0px;
}
.card-image {
width: fit-content;
margin: auto;
}
.card-image img {
border-radius: 50%;
}
.card-footer p .checked{
color: orange;
}
.comment {
padding: 20px;
color: black;
font-size: 18px;
}
.comment textarea {
width: 100%;
}
.rating-md {
width: fit-content;
}
li .selected {
border: 1px solid lightgray;
}
#setting .form-control {
padding: 6px 12px;
font-size: 14px;
border-radius: 4px;
margin-bottom: 10px;
}
.backend .form-control {
padding: 6px 12px;
font-size: 14px;
border-radius: 4px;
margin-bottom: 10px;
}
.flow-auto {
overflow: auto;
height: 50vh;
border: 2px solid lightgray;
}
.logo_container {
width: fit-content;
margin: auto;
}
.profile_container {
width: fit-content;
margin: auto;
}
.record-camera {
position: fixed;
right: 1rem;
bottom: 6rem;
width: 150px;
height: 150px;
border-radius: 20px;
background: #aaa;
border: 2px solid #8163df;
}
.record-camera video,.record-camera h1 {
width: 100%;
height: 100%;
position: absolute;
}
.record-camera img {
position: absolute;
left: 1rem;
top: 1rem;
z-index: 1;
} | 0.569853 | 0.132234 |
body.m-content--skin-light2{
background-color:#f2f3f8
}
.help-block, .help-block-error {
color: brown;
}
.form-control, .form-control[readonly] {
border-color: #cecece;
}
.m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control {
padding-left: 1rem;
}
.m-error-6 .m-error_container .m-error_subtitle>h1 {
margin-top: 5rem;
}
.m-error-6 .m-error_container .m-error_description {
margin-top: 0px;
}
.yii-debug-toolbar:not(.yii-debug-toolbar_active) {
width: 60px;
}
.yii-debug-toolbar:not(.yii-debug-toolbar_active) .yii-debug-toolbar__bar, .yii-debug-toolbar.yii-debug-toolbar_animating .yii-debug-toolbar__bar {
height: 20px !important;
}
.yii-debug-toolbar:not(.yii-debug-toolbar_active) .yii-debug-toolbar__toggle {
right: 0px;
}
.yii-debug-toolbar:not(.yii-debug-toolbar_active) .yii-debug-toolbar__toggle, .yii-debug-toolbar__external {
height: 20px !important;
}
.yii-debug-toolbar:not(.yii-debug-toolbar_active) .yii-debug-toolbar__block img {
vertical-align: top !important;
width: 15px !important;
height: 15px !important;
}
form div.required div label.col-form-label:after {
content:" * ";
color:red;
}
.custom-paging {
margin-top: 20px;
}
.custom-paging ul {
display: inline;
}
.custom-paging ul li {
display: inline-block;
margin-right: 5px;
padding: 0;
}
.custom-paging ul li a {
cursor: pointer;
display: inline-block;
height: 2.25rem;
min-width: 2.25rem;
vertical-align: middle;
padding: .5rem;
border-radius: 50%;
text-align: center;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
vertical-align: middle;
font-size: 1rem;
line-height: 1rem;
font-weight: 400;
border-collapse: separate;
}
.custom-paging ul li.active {
background-color: #805cec;
}
.custom-paging ul li.active a {
color: white;
} | web/temp/base/custom.css |
body.m-content--skin-light2{
background-color:#f2f3f8
}
.help-block, .help-block-error {
color: brown;
}
.form-control, .form-control[readonly] {
border-color: #cecece;
}
.m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control {
padding-left: 1rem;
}
.m-error-6 .m-error_container .m-error_subtitle>h1 {
margin-top: 5rem;
}
.m-error-6 .m-error_container .m-error_description {
margin-top: 0px;
}
.yii-debug-toolbar:not(.yii-debug-toolbar_active) {
width: 60px;
}
.yii-debug-toolbar:not(.yii-debug-toolbar_active) .yii-debug-toolbar__bar, .yii-debug-toolbar.yii-debug-toolbar_animating .yii-debug-toolbar__bar {
height: 20px !important;
}
.yii-debug-toolbar:not(.yii-debug-toolbar_active) .yii-debug-toolbar__toggle {
right: 0px;
}
.yii-debug-toolbar:not(.yii-debug-toolbar_active) .yii-debug-toolbar__toggle, .yii-debug-toolbar__external {
height: 20px !important;
}
.yii-debug-toolbar:not(.yii-debug-toolbar_active) .yii-debug-toolbar__block img {
vertical-align: top !important;
width: 15px !important;
height: 15px !important;
}
form div.required div label.col-form-label:after {
content:" * ";
color:red;
}
.custom-paging {
margin-top: 20px;
}
.custom-paging ul {
display: inline;
}
.custom-paging ul li {
display: inline-block;
margin-right: 5px;
padding: 0;
}
.custom-paging ul li a {
cursor: pointer;
display: inline-block;
height: 2.25rem;
min-width: 2.25rem;
vertical-align: middle;
padding: .5rem;
border-radius: 50%;
text-align: center;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
vertical-align: middle;
font-size: 1rem;
line-height: 1rem;
font-weight: 400;
border-collapse: separate;
}
.custom-paging ul li.active {
background-color: #805cec;
}
.custom-paging ul li.active a {
color: white;
} | 0.408395 | 0.045607 |
*{
border-radius: 0px !important;
}
body{
color: #666;
font-size: 15px;
line-height: 25px;
font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Open Sans', sans-serif;
font-weight: normal !important;
margin: 2px 0px 5px 0px;
padding: 2px 0px;
color: #666;
}
h1,h2{
font-weight: 300 !important;
}
h3,h4,h5,h6{
font-weight: 400 !important;
color: #666;
}
h2{
font-size: 40px;
line-height: 45px;
}
h3{
font-size: 30px;
line-height: 35px;
}
h4{
font-size: 25px;
line-height: 30px;
}
h5{
font-size: 20px;
line-height: 25px;
}
h6{
font-size: 16px;
line-height: 24px;
}
p{
margin: 2px 0px;
}
a:hover,a:active,a:focus {
outline: 0;
}
hr{
margin: 20px 0px;
}
:focus {
outline:none;
border: 0;
}
::-moz-focus-inner {
border:0;
}
.border{
background: url("../img/dots.png") repeat;
height: 5px;
margin: 30px 0px !important;
}
.bor{
height: 20px;
}
.bold{
font-weight: 600 !important;
}
.caps{
text-transform: uppercase;
}
.center{
text-align: center;
}
.grey{
color: #666;
}
.big{
font-size: 20px !important;
font-family: 'Open Sans', sans-serif;
margin-bottom: 10px;
font-weight: 300;
}
a.btn{
margin-top: 6px;
}
.link-list a{
margin-right: 20px;
}
.padd{
padding: 10px 15px;
}
.label{
font-size: 15px;
}
.badge{
font-size: 15px;
padding: 5px 10px;
}
/* Form */
.form{
margin:20px 0px;
margin-bottom: 0px;
}
.form-horizontal input[type="text"],.form-horizontal input[type="password"], .form-horizontal textarea{
width:90%;
}
.form-horizontal .control-label {
width: 80px;
}
.form-horizontal .controls {
margin-left: 100px;
}
.form-horizontal .controls:first-child {
*padding-left: 100px;
}
.form-horizontal .form-actions {
padding-left: 100px;
}
.form-actions {
padding: 10px 20px 11px;
background:transparent;
border-top:0px;
}
/* Button */
.button a, .button a:visited{
color: #fff;
font-size: 13px;
line-height: 20px;
display: inline-block;
padding: 5px 8px;
margin-top: 3px;
}
.button a:hover{
color: #fff;
text-decoration: none;
}
/* Well */
.well{
background: #fafafa;
padding: 15px;
border: 1px solid #eee;
}
/* Colors */
.orange{
color: #fe781e !important;
}
.purple{
color: #9b59bb !important;
}
.blue{
color: #1570a6 !important;
}
.green{
color: #41bb19 !important;
}
.lblue{
color: #1da4e5 !important;
}
.red{
color: #ff3738 !important;
}
/* Background colors */
.b-orange{
background: #fe781e;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-orange:hover{
background: #e66d1c;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-purple{
background: #9b59bb;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-purple:hover{
background: #81499c;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-blue{
background: #1570a6;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-blue:hover{
background: #11608f;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-green{
background: #41bb19;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-green:hover{
background: #379e15;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-black{
background: #333333;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-black:hover{
background: #000000;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-lblue{
background: #1ba1e2;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-lblue:hover{
background: #1789c1;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-red{
background: #ff3738;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-red:hover{
background: #e33031;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
/* Columns */
.col-l{
width: 47.5%;
float: left;
}
.col-r{
width: 47.5%;
float: right;
}
/* Form */
form button{
font-size:13px !important;
}
form input{
font-size:13px !important;
}
/* Image alignment*/
.alignleft, img.alignleft {
margin-right: 8px;
margin-top:5px;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 8px;
margin-top:5px;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
/* Header */
header{
background: #fff;
}
header .logo{
padding: 15px 0px;
}
header .logo h1{
font-size: 40px;
line-height: 45px;
margin-bottom: 5px;
}
header .logo h1 a, header .logo h1 a:visited, header .logo h1 a:hover{
color: #666;
text-decoration: none;
}
header .logo .hmeta{
color: #777;
}
header .form{
text-align: center;
max-width: 270px;
margin: 0 auto;
width: 260px;
padding-top: 40px;
}
/* Navigation */
.navbar-inner > .container{
width:940px;
}
@media (min-width: 1200px) {
.navbar-inner > .container.wide{
width:1170px;
}
}
.navbar{
margin-bottom: 0px;
}
.navbar *,.nav-collapse *{
box-shadow: none !important;
text-shadow: none !important;
border-radius: 0px !important;
font-weight: normal !important;
font-size: 14px !important;
}
.navbar-inner{
padding-left: 0px;
background: #fafafa;
filter: none !important;
}
.navbar .btn{
font-size:13px;
padding:6px 10px;
color: #fff !important;
}
.navbar .caret{
border-top-color:#999 !important;
border-bottom-color:#999 !important;
}
.navbar{
border-top: 1px solid #eee !important;
border-bottom: 1px solid #eee !important;
}
.navbar a, .navbar a:visited{
color:#666 !important;
}
.navbar .nav > li > a, .navbar .nav > li > a:visited{
color: #666 !important;
padding:15px 15px 15px;
filter: none !important;
}
.navbar .nav > li > a:hover{
background: #f3f3f3 !important;
}
.dropdown-menu{
border-radius:0px !important;
box-shadow:none !important;
border:none !important;
padding:0px;
margin:0px;
z-index: 3000;
background: #fafafa;
border: 1px solid #eee !important;
border-top: 0px !important;
}
.dropdown-menu a{
padding:9px 10px !important;
color:#666 !important;
text-shadow:none !important;
background:#fafafa !important;
border-bottom:1px solid #eee;
}
.dropdown-menu a:hover,.dropdown-menu a:focus{
filter:none !important;
background: #f3f3f3 !important;
}
.dropdown-menu::after, .dropdown-menu::before{
border:none !important;
}
/* Accordion */
.accordion-group{
border-radius:0px;
margin:10px 0px;
}
.accordion-heading .accordion-toggle {
display: block;
padding:0px;
}
.accordion li{
line-height:10px;
}
.accordion-heading a, .accordion-heading a:visited, .accordion-heading a:hover{
border:none;
color: #fff;
text-decoration: none;
margin: 10px 15px;
}
/* Testimonial */
blockquote{
background: #f9f9f9;
margin-bottom: 5px;
color: #777;
}
blockquote p{
font-size: 13px;
font-weight: 400;
margin-bottom: 5px;
}
blockquote small{
color: #555;
}
/* Support */
#slist p{
display:none;
margin:5px 0px;
padding:5px 10px;
background:#fff;
line-height: 30px;
border:1px solid #eee;
}
#slist li a{
display: block;
font-size: 16px !important;
margin-bottom: 10px;
}
.scontact p{
margin-bottom: 10px;
}
/* Portfolio */
/**** Isotope Filtering ****/
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.portfolio li{
display:inline !important;
border:none !important;
}
.portfolio li a, .portfolio li a:visited{
color:#fff;
padding:5px 10px;
margin:0px 5px;
}
.portfolio li a:hover{
color:#fff;
}
#portfolio{
text-align:center;
}
#portfolio .element{
margin:20px 10px 10px 0px;
padding: 5px;
}
#portfolio h4{
margin:4px 0px;
padding:0px;
color: #fff;
font-size: 16px;
}
#portfolio .pcap{
background:#370a19;
border-top: 2px solid #e9004d;
padding:3px 0px;
}
#portfolio a, #portfolio a:visited, #portfolio a:hover{
color:#fff;
text-decoration:none;
}
#portfolio .pcap p{
padding: 0px 6px 10px 6px;
font-size: 13px;
}
#portfolio .pcap{
max-width:200px;
}
#portfolio .pcap{
line-height:20px;
}
#portfolio img{
width:200px;
max-width:200px;
height:150px;
}
#filters{
margin-left:0px;
}
#filters li{
display:inline;
padding:0px;
background:none;
}
#filters a{
font-size:13px;
padding: 4px 10px;
display: inline-block;
}
/* Portfolio one */
.nocolor .element{
background: transparent !important;
}
.nocolor .pcap{
background:transparent !important;
border-top: 0px solid #379e15 !important;
}
/* Gallery */
.gallery{
text-align: center;
}
.gallery img{
max-width: 170px;
margin: 5px;
padding: 1px;
border: 1px solid #aaa;
}
/* Process */
.process-meta{
display: block;
margin-bottom:5px;
padding: 5px 10px;
color: #fff;
margin-top:15px;
}
/* Blog */
.blog .entry h2{
font-size:30px;
line-height:40px;
color: #777;
}
.blog .entry h2 a, .blog .entry h2 a:visited, .blog .entry h2 a:hover{
text-decoration:none;
color:#777;
}
.blog .meta{
border-top:1px solid #f7f7f7;
border-bottom:1px solid #f7f7f7;
margin:8px 0px;
padding:5px 8px;
color:#777;
text-transform:uppercase;
font-size:11px;
}
.blog .meta a, .blog .meta a:visited{
color:#555;
}
.blog .meta i{
margin-left:3px;
position: relative;
top: -2px;
}
.blog .bthumb{
margin:10px 0px 5px 0px;
padding:1px;
box-shadow:0px 0px 1px #777;
}
.blog .bthumb2{
float:left;
margin-top:8px;
margin-right:8px;
border: 1px solid #aaa;
}
.blog .bthumb2 img{
margin:0px;
width: 180px;
min-width: 180px;
}
.blog .entry{
margin-bottom:25px;
padding-bottom:15px;
border-bottom:1px solid #eee;
font-size: 13px;
line-height: 25px;
}
.blog .entry p{
margin: 0px 0px 4px 0px;
}
.blog .post-foot{
border-left: 2px solid #eee;
padding: 15px 15px;
}
.blog .post-foot .social{
margin-top: 0px;
}
.sidebar{
background:#f7f7f7;
border:1px solid #e1e1e1;
padding:8px;
margin-top:10px;
}
.sidebar h4{
font-size:14px;
color:#777;
line-height:18px;
margin-bottom:5px;
padding-bottom:10px;
text-transform:uppercase;
border-bottom:1px solid #eee;
}
.sidebar .widget{
background:#fff;
padding:8px;
font-size: 13px;
line-height: 23px;
border:1px solid #e1e1e1;
margin-bottom:10px;
}
.sidebar .widget .form-search{
margin-top:10px;
margin-bottom:10px;
}
.sidebar ul li{
padding: 3px 0px;
}
/* Comments */
.respond{
padding-top: 10px;
padding-left: 20px;
}
.comments > ul > li{
background:none;
padding:0px;
}
.comments{
margin-bottom: 20px;
}
.comments .comment{
margin:15px 0px;
padding:13px 16px;
background:#f8f8f8;
border-left:2px solid #ddd;
}
.comment .avatar{
margin-top:5px;
margin-right:8px;
}
.comment .cmeta{
font-size:12px;
}
.comment p{
margin-top:5px;
font-size: 13px;
}
.comments .reply{
margin-left:15px;
}
.respond{
border-top: 2px solid #eee;
}
.respond .title{
padding:5px 0px;
margin-bottom:0px;
}
/* Pagination */
.paging {
width:270px;
clear:both;
padding:6px 0;
line-height:17px;
font-size:13px;
}
.paging span, .paging a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:5px 8px;
text-decoration:none;
width:auto;
color:#666;
background: #fff;
border:1px solid #ddd;
font-weight:normal;
}
.paging a:hover{
color:#fff;
}
.paging .current{
padding:5px 8px;
color:#fff;
}
/* Career */
.career .nav > li{
background:none;
padding:0px;
list-style-type: none;
}
.career .nav-tabs > li > a:hover{
color:#fff;
}
/* Error log */
.error-log{
background: #fafafa;
padding: 10px;
border: 1px solid #eee;
height: 300px;
overflow: auto;
font-family: "Courier New", monospace;
}
.error-log ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
.error-log .green{
color: #61c221;
}
.error-log .red{
color: #ff0000;
}
/* Features one */
.features-one h4{
margin-top: 40px;
}
.features-one img{
text-align: center;
display: block;
margin: 0 auto;
}
/* Features two */
.features-two .feat{
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/* Features three */
.features-three .feat-inner{
text-align: center;
margin: 20px 0px 20px 0px;
}
.features-three .feat-inner{
padding: 20px 10px 10px 10px;
background: #fafafa;
margin-bottom: 20px;
border: 1px solid #ddd;
}
.features-three i{
font-size: 35px;
margin-bottom: 10px;
}
.features-three .button{
margin-top: 10px;
margin-bottom: 20px;
}
.features-three .button a{
font-size: 11px;
}
/* Features four */
.features-four i{
font-size: 30px;
display: block;
margin-bottom: 10px;
}
.features-four h4{
color: #fff;
}
.features-four .f-block{
padding: 25px 20px 40px 20px;
margin-bottom: 10px;
min-height: 180px;
}
.features-four a, .features-four a:hover{
color: #fff;
text-decoration: none;
}
.features-four p{
font-size: 14px;
line-height: 22px;
}
/* Service two */
.service-two h5{
margin-bottom: 2px;
padding-bottom: 5px;
border-bottom: 1px solid #fafafa;
}
.service-two h6{
margin-top: 10px;
margin-bottom: 3px;
padding-bottom: 3px;
}
.service-two p{
font-size: 13px;
}
/* Service Three */
.service-three{
font-size: 13px;
}
.service-three .service-icon{
float: left;
width: 40px;
}
.service-three .service-icon i{
font-size: 30px;
display: block;
margin-top: 5px;
}
.service-three .service-content{
position: relative;
margin-left: 50px;
}
.service-three h5{
line-height: 15px;
}
.service-three .row hr{
margin: 10px 0px;
}
.service-three .row .grey{
color: #999;
}
/* Testimonial */
.testi{
background:#fff;
border:1px solid #eee;
border-bottom:2px solid #eee;
padding:12px;
margin-bottom:20px;
}
.testi .tauthor{
color:#777;
font-size: 13px;
margin-top: 5px;
}
.testimonials .tauthor{
font-size: 13px;
}
.testi i{
margin-right: 5px;
}
.testimonials{
padding: 10px 15px;
}
.testimonials i{
margin-right: 5px;
}
.testimonials .color {
color: #fff;
font-weight: 600;
}
.tquote{
font-style:italic;
font-size:13px;
line-height:22px;
}
/* Color blocks */
.c-block a, .c-block a:hover{
color: #fff;
text-decoration: none;
}
.c-block > div{
color: #fff;
min-height: 100px;
font-size: 16px;
text-align: center;
padding: 10px 0px;
}
.c-block i{
font-size: 40px;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
/* Resume */
.rblock .rmeta{
font-size: 13px;
}
.rskills span{
display: inline-block;
background: #f8f8f8;
border: 1px solid #eee;
margin: 5px;
padding: 3px 10px;
font-size: 12px;
}
/* Social media icons */
.social{
font-size:16px;
margin-top: 10px;
}
.social i{
height:25px;
width:25px;
line-height:25px;
margin:0px 5px 0px 0px;
color:#fff;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
text-align:center;
}
i.facebook{
background:#3c5b9b;
}
i.twitter{
background:#2daae1;
}
i.google-plus{
background:#f63e28;
}
i.pinterest{
background:#cb2027;
}
i.linkedin{
background:#0173b2;
}
.social i:hover{
background:#000;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.social a,.social a:visited,.social a:hover{
color:#fff;
text-decoration:none;
}
/* Coming soon */
.c-soon{
margin: 20px 0px;
padding: 40px;
text-align: center;
}
.soon-med{
font-size:20px;
line-height:30px;
}
.soon-big{
font-size:50px;
line-height:70px;
}
.soon-small{
font-size:13px;
line-height:20px;
max-width:600px;
margin:10px auto;
}
.soon-tweet{
background:#fff;
border:1px solid #eee;
padding:12px 12px 5px 12px;
margin:0 auto;
margin-bottom:20px;
margin-top:20px;
max-width:600px;
font-size:14px;
}
.soon-tweet ul li{
padding:0px;
margin:0px;
font-style:italic;
}
.content .soon-tweet ul li{
background-image:none;
list-style-type: none;
}
.soon-tweet ul li:before{
content:'"';
font-size:16px;
font-family:Arial,sans-serif;
color:#888;
}
.soon-tweet ul li:after{
content:'"';
font-size:16px;
font-family:Arial,sans-serif;
color:#888;
}
.csoon-page form input, .csoon-page form button{
font-size:12px;
}
/* Make post */
.make-post hr{
margin: 10px 0px;
}
/* About #2 */
.about-two .pic img{
margin-bottom: 6px;
}
.about-two .details{
margin-top:10px;
margin-bottom:20px;
}
.about-two .details .name{
line-height:10px;
padding:0px;
margin:0px;
}
.about-two .details em{
color:#888;
font-size: 13px;
line-height: 20px;
}
.about-two .asocial i{
text-align:center;
line-height: 20px;
font-size: 12px;
text-align: center;
width: 20px;
height: 20px;
}
.about-two .asocial a, .about-two .asocial a:visited, .about-two .asocial a:hover{
color:#fff;
text-decoration:none;
}
.about-two .details .adesc{
max-width:300px;
margin:0 auto;
border-top:1px solid #eee;
margin-top:5px;
padding-top: 5px;
}
/* Slider 1 (Parallax Slider) */
.da-slide h2 span{
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #eee;
}
/* Slider 2 (Nivo slider) */
.full-slider i{
margin: 0px;
}
.full-slider .button{
margin-top: 5px;
}
.full-slider .button a{
font-size: 15px;
display: inline-block;
padding: 8px 15px !important;
}
.flexslider {
background: transparent;
min-height: 300px;
margin: 0 0 0px;
border: 0px;
border-radius: 0px;
box-shadow: none;
color: #fff;
}
.flex-direction-nav .flex-next {
right: 5px !important;
}
.flex-direction-nav .flex-prev {
left: 5px !important;
}
.flex-control-nav{
bottom: 10px;
}
.flex-control-paging li a{
background:#fff;
box-shadow: none;
width: 8px;
height: 8px;
}
.flex-control-paging li a:hover{
background: #ddd;
}
.flex-control-paging li a.flex-active{
background: #ddd;
}
.flex-center{
text-align: center;
}
.flex-caption{
margin: 60px 0px 40px 0px;
}
.flex-caption h2, .flex-caption h5, .flex-caption h6{
color: #fff;
}
.flex-caption p{
font-size: 14px;
line-height: 23px;
max-width: 650px;
margin: 0 auto;
}
.flex-back{
padding: 10px;
}
/* Clients page */
.cclient{
padding: 10px 0px 15px 0px;
border-bottom: 1px solid #eee;
margin: 10px 0px 15px 0px;
}
.cimage img{
margin-bottom: 5px;
max-height: 35px;
}
/* Image blocks */
ul.hover-block li{
list-style:none;
float:left;
width:225px;
height: 170px;
position: relative;
margin: 5px 4px;
}
ul.hover-block li a {
display: block;
position: relative;
overflow: hidden;
width: 225px;
height: 170px;
color: #000;
}
ul.hover-block li a {
text-decoration: none;
}
ul.hover-block li .hover-content{
position: absolute;
z-index: 1000;
height: 170px;
top: 125px;
color: #fff;
padding: 5px 10px;
cursor: pointer;
}
ul.hover-block li .hover-content h6{
color: #fff;
}
ul.hover-block li img {
position: absolute;
top: 0;
left: 0;
border: 0;
z-index: 500;
}
/* Content */
.content{
margin-top: 20px;
}
.content ul{
list-style-type: none;
margin-left: 0px;
}
.content ul li{
padding: 5px 0px;
}
/* Discover */
.dis-nav a{
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
color: #fff;
}
.dis-content div{
display: none;
padding:15px 15px 20px 15px;
margin: 10px 0px;
background: #f8f8f8;
color: #777;
border: 1px solid #eee;
}
.dis-content h3{
margin-bottom: 5px;
color: #666;
}
.dis-content a.btn{
margin-top: 6px;
color: #fff !important;
}
.dis-content i{
position: relative;
top: -2px;
}
/* Landing page */
.lp .lp-image{
max-width: 600px;
margin: 40px auto;
box-shadow: 0px 0px 30px #ccc;
}
/* Task */
.task{
background: #fcfcfc;
border: 1px solid #eee;
margin-bottom: 10px;
border-left: 3px solid #eee;
padding: 10px 15px;
font-size: 13px;
}
.task:hover{
background: #fafafa;
}
.task.important{
border-left: 3px solid #ee1635;
}
.task.cool{
border-left: 3px solid #30d91a;
}
.task .tmeta{
font-size: 12px;
}
/* Pricing table */
.price-a{
width:48%;
float:left;
margin-right:14px;
}
.price-b{
width:48%;
float:right;
}
.pricel{
text-align: center;
margin-top:10px;
}
.pricel .phead-top{
margin:0px;
padding:15px 10px;
}
.pricel .phead-top h4{
color:#fff;
}
.pricel .phead-bottom{
background:#f1f1f1;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
margin:0px;
padding:10px 10px 5px 10px;
color:#777;
font-weight:700;
font-size:20px;
line-height:27px;
}
.pricel .pst{
font-size:14px;
position:relative;
top:-5px;
font-weight:normal;
}
.pricel .psb{
font-size:14px;
font-weight:normal;
}
.pricel .pbutton{
background:#eee;
border:1px solid #ddd;
padding:10px 0px 15px 0px;
color:#777;
font-size:20px;
text-align: center;
margin-top: 0px;
}
.pricel .plist{
border-left:1px solid #ddd;
border-right:1px solid #ddd;
background:#fcfcfc;
}
.pricel .plist ul{
list-style-type: none;
margin-left: 0px;
margin-bottom: 0px !important;
}
.pricel .plist li{
background:none;
padding:13px 0px;
font-size: 13px;
border-bottom:1px solid #e1e1e1;
}
.pricel .plist li:nth-child(even) {
background-color:#f8f8f8;
}
.pricel .plist li:hover{
background:#fff;
}
.pricel .phead-top{
display: block;
}
/* Products */
.prod h3{
margin:0px;
padding:0px;
font-size:20px;
line-height:30px;
}
.prod{
border-bottom:1px solid #eee;
padding-bottom:20px;
margin-bottom:10px;
}
.prod .pimg{
margin-top: 10px;
}
.pdetails{
padding:10px 10px;
background:#fefefe;
margin-top:20px;
color:#777;
border:1px solid #eee;
}
.pdetails i{
margin-right:3px;
}
.pdetails .ptable{
font-size: 13px;
border-radius:10px;
background:#fafafa;
border:1px solid #eee;
margin-bottom:10px;
}
.pdetails .pline{
padding:5px 10px;
border-bottom:1px solid #eee;
}
/* Projects */
.projects h3{
font-size: 20px;
margin-top: 0px;
}
.projects .related-projects img{
max-width: 100px;
margin: 5px;
padding: 5px;
border: 1px solid #ddd;
}
.projects .prdetails{
margin-top: 10px;
font-size: 13px;
}
/* Reg & Login Form */
.formy{
padding: 15px 20px;
display: block;
color: #fff;
}
.formy h5{
color: #fff;
}
.formy a, .formy a:visited{
color: #eee;
text-decoration: underline;
}
.formy a:hover{
color: #fff;
text-decoration: none;
}
/* Login and register form #2 */
.lrform{
max-width: 400px;
margin: 30px auto;
background: #fafafa;
padding: 15px 15px;
border:1px solid #eee;
}
/* Events */
.events .accordion-heading h5{
color:#fff;
padding:10px;
margin: 0px;
}
.events .accordion-heading h5 span{
display:block !important;
font-size:13px !important;
}
.events .accordion-heading a, .events .accordion-heading a:visited, .events .accordion-heading a:hover{
margin:0px;
}
.events .accordion-inner span{
background: #fafafa;
font-size: 12px;
padding: 5px 10px;
border: 1px solid #eee;
margin-bottom: 10px;
display: block;
}
/* Product */
.prod{
margin: 20px 0px 30px 0px;
}
.home-product{
padding:7px 12px 14px 12px;
color: #fff;
}
.home-product .home-prod-img{
width: 150px;
height: 150px;
float:left;
margin-right: 10px;
margin-top: 10px;
}
.home-product h3{
color: #fff;
}
.home-links a{
color: #999;
}
.home-links a:hover{
clear: #444;
}
/* Timeline */
.tidate{
padding: 3px 10px;
font-size: 13px;
display: block;
font-weight: bold;
margin-bottom: 0px;
}
.timatter h5{
font-size: 15px;
}
.timatter{
background: #fafafa;
padding: 5px 10px;
margin-bottom: 20px;
font-size: 13px;
border: 1px solid #eee;
border-top: 0px;
}
/* Service */
.serv-block{
display: block;
text-align: center;
margin-bottom: 10px;
}
.serv-block h3{
color: #fff;
padding-bottom: 20px;
}
.serv-block i{
display: block;
font-size: 60px;
line-height: 80px;
width: 100px;
height: 80px;
margin: 0 auto;
padding-top: 20px !important;
}
.service{
font-size: 13px;
line-height: 25px;
}
/* Social */
.social-links{
margin-top: 20px;
padding:20px 0px 10px 0px;
color: #fff;
line-height: 30px;
}
.social-links a, .social-links a:visited, .social-links a:hover{
font-size: 15px;
margin: 0px 15px;
color: #fff;
font-weight: 400;
text-decoration: none;
display: inline-block;
}
.social-links i{
position: relative;
top: -2px;
width: 15px;
text-align: center;
padding: 3px;
right: 3px;
}
/* Contact */
.cwell{
padding: 10px;
background: #fafafa;
margin-top: 10px;
border:1px solid #f1f1f1;
}
.cwell h5{
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.cwell address{
font-size: 13px;
}
.gmap iframe{
width:100%;
margin-bottom: 10px;
padding-bottom:0px !important;
}
/* 404 #2 */
.big-text{
font-size: 150px;
line-height: 160px;
color: #888;
}
/* Footer */
footer{
font-size: 13px;
background: #f6f6f6;
color: #444;
}
footer a{
color: #777;
}
footer a:hover{
color: #666;
}
footer .color{
color: #444;
}
footer h6{
color: #444;
}
footer ul{
list-style-type: none;
margin-left: 0px;
}
footer ul li{
padding: 3px 0px;
}
footer .widgets{
margin-top: 20px;
}
footer .copy{
border-top: 1px solid #ddd;
padding: 10px 0px;
margin-top: 10px;
}
/* Responsive */
@media (max-width: 480px){
.col-l{
width: 100%;
float: none;
margin: 10px 0px 5px 0px;
}
.col-r{
width: 100%;
float: none;
margin: 10px 0px 5px 0px;
}
.da-slide h2{
width:100%;
font-size:30px;
top:40px;
}
.da-slide p{
width:80%;
font-size:15px;
top:90px;
}
.da-slide .da-link{
top:180px;
}
.da-slide .da-img{
display:none;
}
ul.hover-block li{
display: block;
float: none;
margin: 0 auto;
margin-bottom: 10px;
}
.price-a{
width:100%;
float:none;
margin-right:0px;
}
.price-b{
width:100%;
float:none;
}
.aboutus{
text-align: center;
}
}
@media (max-width: 767px){
.border{
margin:10px 0px 5px 0px;
}
header,.navbar,.social-links,.full-slider,footer{
margin-left: -20px;
margin-right: -20px;
}
.social-links,footer,.navbar-inner,.full-slider{
padding-left: 20px;
padding-right: 20px;
}
header .logo{
text-align: center;
}
header .form{
padding-top: 0px;
}
.dropdown-menu{
border: 0px !important;
}
.dropdown-menu a{
border: 0px !important;
}
.home-product{
margin-top: 10px;
}
.serv-block{
margin-top: 20px;
}
.social-links span{
display: block;
margin-bottom: 10px;
}
.flex-caption{
margin: 40px 0px 40px 0px;
}
.formy{
margin-top: 20px;
}
.ainfo{
margin-top: 10px;
}
.big-text{
font-size: 80px;
line-height: 90px;
}
.about-two .staff{
max-width: 250px;
margin: 0 auto;
}
.features-one{
text-align: center;
}
.features-one h4{
margin-top: 10px;
}
}
@media (min-width: 768px) and (max-width: 979px){
.dropdown-menu{
border: 0px !important;
}
.dropdown-menu a{
border: 0px !important;
}
}
@media (max-width: 979px){
} | common/static/css/style.css | *{
border-radius: 0px !important;
}
body{
color: #666;
font-size: 15px;
line-height: 25px;
font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Open Sans', sans-serif;
font-weight: normal !important;
margin: 2px 0px 5px 0px;
padding: 2px 0px;
color: #666;
}
h1,h2{
font-weight: 300 !important;
}
h3,h4,h5,h6{
font-weight: 400 !important;
color: #666;
}
h2{
font-size: 40px;
line-height: 45px;
}
h3{
font-size: 30px;
line-height: 35px;
}
h4{
font-size: 25px;
line-height: 30px;
}
h5{
font-size: 20px;
line-height: 25px;
}
h6{
font-size: 16px;
line-height: 24px;
}
p{
margin: 2px 0px;
}
a:hover,a:active,a:focus {
outline: 0;
}
hr{
margin: 20px 0px;
}
:focus {
outline:none;
border: 0;
}
::-moz-focus-inner {
border:0;
}
.border{
background: url("../img/dots.png") repeat;
height: 5px;
margin: 30px 0px !important;
}
.bor{
height: 20px;
}
.bold{
font-weight: 600 !important;
}
.caps{
text-transform: uppercase;
}
.center{
text-align: center;
}
.grey{
color: #666;
}
.big{
font-size: 20px !important;
font-family: 'Open Sans', sans-serif;
margin-bottom: 10px;
font-weight: 300;
}
a.btn{
margin-top: 6px;
}
.link-list a{
margin-right: 20px;
}
.padd{
padding: 10px 15px;
}
.label{
font-size: 15px;
}
.badge{
font-size: 15px;
padding: 5px 10px;
}
/* Form */
.form{
margin:20px 0px;
margin-bottom: 0px;
}
.form-horizontal input[type="text"],.form-horizontal input[type="password"], .form-horizontal textarea{
width:90%;
}
.form-horizontal .control-label {
width: 80px;
}
.form-horizontal .controls {
margin-left: 100px;
}
.form-horizontal .controls:first-child {
*padding-left: 100px;
}
.form-horizontal .form-actions {
padding-left: 100px;
}
.form-actions {
padding: 10px 20px 11px;
background:transparent;
border-top:0px;
}
/* Button */
.button a, .button a:visited{
color: #fff;
font-size: 13px;
line-height: 20px;
display: inline-block;
padding: 5px 8px;
margin-top: 3px;
}
.button a:hover{
color: #fff;
text-decoration: none;
}
/* Well */
.well{
background: #fafafa;
padding: 15px;
border: 1px solid #eee;
}
/* Colors */
.orange{
color: #fe781e !important;
}
.purple{
color: #9b59bb !important;
}
.blue{
color: #1570a6 !important;
}
.green{
color: #41bb19 !important;
}
.lblue{
color: #1da4e5 !important;
}
.red{
color: #ff3738 !important;
}
/* Background colors */
.b-orange{
background: #fe781e;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-orange:hover{
background: #e66d1c;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-purple{
background: #9b59bb;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-purple:hover{
background: #81499c;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-blue{
background: #1570a6;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-blue:hover{
background: #11608f;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-green{
background: #41bb19;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-green:hover{
background: #379e15;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-black{
background: #333333;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-black:hover{
background: #000000;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-lblue{
background: #1ba1e2;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-lblue:hover{
background: #1789c1;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.b-red{
background: #ff3738;
color: #fff;
margin: 3px 0px;
display: inline-block;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
cursor:default;
}
.b-red:hover{
background: #e33031;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
/* Columns */
.col-l{
width: 47.5%;
float: left;
}
.col-r{
width: 47.5%;
float: right;
}
/* Form */
form button{
font-size:13px !important;
}
form input{
font-size:13px !important;
}
/* Image alignment*/
.alignleft, img.alignleft {
margin-right: 8px;
margin-top:5px;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 8px;
margin-top:5px;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
/* Header */
header{
background: #fff;
}
header .logo{
padding: 15px 0px;
}
header .logo h1{
font-size: 40px;
line-height: 45px;
margin-bottom: 5px;
}
header .logo h1 a, header .logo h1 a:visited, header .logo h1 a:hover{
color: #666;
text-decoration: none;
}
header .logo .hmeta{
color: #777;
}
header .form{
text-align: center;
max-width: 270px;
margin: 0 auto;
width: 260px;
padding-top: 40px;
}
/* Navigation */
.navbar-inner > .container{
width:940px;
}
@media (min-width: 1200px) {
.navbar-inner > .container.wide{
width:1170px;
}
}
.navbar{
margin-bottom: 0px;
}
.navbar *,.nav-collapse *{
box-shadow: none !important;
text-shadow: none !important;
border-radius: 0px !important;
font-weight: normal !important;
font-size: 14px !important;
}
.navbar-inner{
padding-left: 0px;
background: #fafafa;
filter: none !important;
}
.navbar .btn{
font-size:13px;
padding:6px 10px;
color: #fff !important;
}
.navbar .caret{
border-top-color:#999 !important;
border-bottom-color:#999 !important;
}
.navbar{
border-top: 1px solid #eee !important;
border-bottom: 1px solid #eee !important;
}
.navbar a, .navbar a:visited{
color:#666 !important;
}
.navbar .nav > li > a, .navbar .nav > li > a:visited{
color: #666 !important;
padding:15px 15px 15px;
filter: none !important;
}
.navbar .nav > li > a:hover{
background: #f3f3f3 !important;
}
.dropdown-menu{
border-radius:0px !important;
box-shadow:none !important;
border:none !important;
padding:0px;
margin:0px;
z-index: 3000;
background: #fafafa;
border: 1px solid #eee !important;
border-top: 0px !important;
}
.dropdown-menu a{
padding:9px 10px !important;
color:#666 !important;
text-shadow:none !important;
background:#fafafa !important;
border-bottom:1px solid #eee;
}
.dropdown-menu a:hover,.dropdown-menu a:focus{
filter:none !important;
background: #f3f3f3 !important;
}
.dropdown-menu::after, .dropdown-menu::before{
border:none !important;
}
/* Accordion */
.accordion-group{
border-radius:0px;
margin:10px 0px;
}
.accordion-heading .accordion-toggle {
display: block;
padding:0px;
}
.accordion li{
line-height:10px;
}
.accordion-heading a, .accordion-heading a:visited, .accordion-heading a:hover{
border:none;
color: #fff;
text-decoration: none;
margin: 10px 15px;
}
/* Testimonial */
blockquote{
background: #f9f9f9;
margin-bottom: 5px;
color: #777;
}
blockquote p{
font-size: 13px;
font-weight: 400;
margin-bottom: 5px;
}
blockquote small{
color: #555;
}
/* Support */
#slist p{
display:none;
margin:5px 0px;
padding:5px 10px;
background:#fff;
line-height: 30px;
border:1px solid #eee;
}
#slist li a{
display: block;
font-size: 16px !important;
margin-bottom: 10px;
}
.scontact p{
margin-bottom: 10px;
}
/* Portfolio */
/**** Isotope Filtering ****/
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.portfolio li{
display:inline !important;
border:none !important;
}
.portfolio li a, .portfolio li a:visited{
color:#fff;
padding:5px 10px;
margin:0px 5px;
}
.portfolio li a:hover{
color:#fff;
}
#portfolio{
text-align:center;
}
#portfolio .element{
margin:20px 10px 10px 0px;
padding: 5px;
}
#portfolio h4{
margin:4px 0px;
padding:0px;
color: #fff;
font-size: 16px;
}
#portfolio .pcap{
background:#370a19;
border-top: 2px solid #e9004d;
padding:3px 0px;
}
#portfolio a, #portfolio a:visited, #portfolio a:hover{
color:#fff;
text-decoration:none;
}
#portfolio .pcap p{
padding: 0px 6px 10px 6px;
font-size: 13px;
}
#portfolio .pcap{
max-width:200px;
}
#portfolio .pcap{
line-height:20px;
}
#portfolio img{
width:200px;
max-width:200px;
height:150px;
}
#filters{
margin-left:0px;
}
#filters li{
display:inline;
padding:0px;
background:none;
}
#filters a{
font-size:13px;
padding: 4px 10px;
display: inline-block;
}
/* Portfolio one */
.nocolor .element{
background: transparent !important;
}
.nocolor .pcap{
background:transparent !important;
border-top: 0px solid #379e15 !important;
}
/* Gallery */
.gallery{
text-align: center;
}
.gallery img{
max-width: 170px;
margin: 5px;
padding: 1px;
border: 1px solid #aaa;
}
/* Process */
.process-meta{
display: block;
margin-bottom:5px;
padding: 5px 10px;
color: #fff;
margin-top:15px;
}
/* Blog */
.blog .entry h2{
font-size:30px;
line-height:40px;
color: #777;
}
.blog .entry h2 a, .blog .entry h2 a:visited, .blog .entry h2 a:hover{
text-decoration:none;
color:#777;
}
.blog .meta{
border-top:1px solid #f7f7f7;
border-bottom:1px solid #f7f7f7;
margin:8px 0px;
padding:5px 8px;
color:#777;
text-transform:uppercase;
font-size:11px;
}
.blog .meta a, .blog .meta a:visited{
color:#555;
}
.blog .meta i{
margin-left:3px;
position: relative;
top: -2px;
}
.blog .bthumb{
margin:10px 0px 5px 0px;
padding:1px;
box-shadow:0px 0px 1px #777;
}
.blog .bthumb2{
float:left;
margin-top:8px;
margin-right:8px;
border: 1px solid #aaa;
}
.blog .bthumb2 img{
margin:0px;
width: 180px;
min-width: 180px;
}
.blog .entry{
margin-bottom:25px;
padding-bottom:15px;
border-bottom:1px solid #eee;
font-size: 13px;
line-height: 25px;
}
.blog .entry p{
margin: 0px 0px 4px 0px;
}
.blog .post-foot{
border-left: 2px solid #eee;
padding: 15px 15px;
}
.blog .post-foot .social{
margin-top: 0px;
}
.sidebar{
background:#f7f7f7;
border:1px solid #e1e1e1;
padding:8px;
margin-top:10px;
}
.sidebar h4{
font-size:14px;
color:#777;
line-height:18px;
margin-bottom:5px;
padding-bottom:10px;
text-transform:uppercase;
border-bottom:1px solid #eee;
}
.sidebar .widget{
background:#fff;
padding:8px;
font-size: 13px;
line-height: 23px;
border:1px solid #e1e1e1;
margin-bottom:10px;
}
.sidebar .widget .form-search{
margin-top:10px;
margin-bottom:10px;
}
.sidebar ul li{
padding: 3px 0px;
}
/* Comments */
.respond{
padding-top: 10px;
padding-left: 20px;
}
.comments > ul > li{
background:none;
padding:0px;
}
.comments{
margin-bottom: 20px;
}
.comments .comment{
margin:15px 0px;
padding:13px 16px;
background:#f8f8f8;
border-left:2px solid #ddd;
}
.comment .avatar{
margin-top:5px;
margin-right:8px;
}
.comment .cmeta{
font-size:12px;
}
.comment p{
margin-top:5px;
font-size: 13px;
}
.comments .reply{
margin-left:15px;
}
.respond{
border-top: 2px solid #eee;
}
.respond .title{
padding:5px 0px;
margin-bottom:0px;
}
/* Pagination */
.paging {
width:270px;
clear:both;
padding:6px 0;
line-height:17px;
font-size:13px;
}
.paging span, .paging a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:5px 8px;
text-decoration:none;
width:auto;
color:#666;
background: #fff;
border:1px solid #ddd;
font-weight:normal;
}
.paging a:hover{
color:#fff;
}
.paging .current{
padding:5px 8px;
color:#fff;
}
/* Career */
.career .nav > li{
background:none;
padding:0px;
list-style-type: none;
}
.career .nav-tabs > li > a:hover{
color:#fff;
}
/* Error log */
.error-log{
background: #fafafa;
padding: 10px;
border: 1px solid #eee;
height: 300px;
overflow: auto;
font-family: "Courier New", monospace;
}
.error-log ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
.error-log .green{
color: #61c221;
}
.error-log .red{
color: #ff0000;
}
/* Features one */
.features-one h4{
margin-top: 40px;
}
.features-one img{
text-align: center;
display: block;
margin: 0 auto;
}
/* Features two */
.features-two .feat{
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/* Features three */
.features-three .feat-inner{
text-align: center;
margin: 20px 0px 20px 0px;
}
.features-three .feat-inner{
padding: 20px 10px 10px 10px;
background: #fafafa;
margin-bottom: 20px;
border: 1px solid #ddd;
}
.features-three i{
font-size: 35px;
margin-bottom: 10px;
}
.features-three .button{
margin-top: 10px;
margin-bottom: 20px;
}
.features-three .button a{
font-size: 11px;
}
/* Features four */
.features-four i{
font-size: 30px;
display: block;
margin-bottom: 10px;
}
.features-four h4{
color: #fff;
}
.features-four .f-block{
padding: 25px 20px 40px 20px;
margin-bottom: 10px;
min-height: 180px;
}
.features-four a, .features-four a:hover{
color: #fff;
text-decoration: none;
}
.features-four p{
font-size: 14px;
line-height: 22px;
}
/* Service two */
.service-two h5{
margin-bottom: 2px;
padding-bottom: 5px;
border-bottom: 1px solid #fafafa;
}
.service-two h6{
margin-top: 10px;
margin-bottom: 3px;
padding-bottom: 3px;
}
.service-two p{
font-size: 13px;
}
/* Service Three */
.service-three{
font-size: 13px;
}
.service-three .service-icon{
float: left;
width: 40px;
}
.service-three .service-icon i{
font-size: 30px;
display: block;
margin-top: 5px;
}
.service-three .service-content{
position: relative;
margin-left: 50px;
}
.service-three h5{
line-height: 15px;
}
.service-three .row hr{
margin: 10px 0px;
}
.service-three .row .grey{
color: #999;
}
/* Testimonial */
.testi{
background:#fff;
border:1px solid #eee;
border-bottom:2px solid #eee;
padding:12px;
margin-bottom:20px;
}
.testi .tauthor{
color:#777;
font-size: 13px;
margin-top: 5px;
}
.testimonials .tauthor{
font-size: 13px;
}
.testi i{
margin-right: 5px;
}
.testimonials{
padding: 10px 15px;
}
.testimonials i{
margin-right: 5px;
}
.testimonials .color {
color: #fff;
font-weight: 600;
}
.tquote{
font-style:italic;
font-size:13px;
line-height:22px;
}
/* Color blocks */
.c-block a, .c-block a:hover{
color: #fff;
text-decoration: none;
}
.c-block > div{
color: #fff;
min-height: 100px;
font-size: 16px;
text-align: center;
padding: 10px 0px;
}
.c-block i{
font-size: 40px;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
/* Resume */
.rblock .rmeta{
font-size: 13px;
}
.rskills span{
display: inline-block;
background: #f8f8f8;
border: 1px solid #eee;
margin: 5px;
padding: 3px 10px;
font-size: 12px;
}
/* Social media icons */
.social{
font-size:16px;
margin-top: 10px;
}
.social i{
height:25px;
width:25px;
line-height:25px;
margin:0px 5px 0px 0px;
color:#fff;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
text-align:center;
}
i.facebook{
background:#3c5b9b;
}
i.twitter{
background:#2daae1;
}
i.google-plus{
background:#f63e28;
}
i.pinterest{
background:#cb2027;
}
i.linkedin{
background:#0173b2;
}
.social i:hover{
background:#000;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}
.social a,.social a:visited,.social a:hover{
color:#fff;
text-decoration:none;
}
/* Coming soon */
.c-soon{
margin: 20px 0px;
padding: 40px;
text-align: center;
}
.soon-med{
font-size:20px;
line-height:30px;
}
.soon-big{
font-size:50px;
line-height:70px;
}
.soon-small{
font-size:13px;
line-height:20px;
max-width:600px;
margin:10px auto;
}
.soon-tweet{
background:#fff;
border:1px solid #eee;
padding:12px 12px 5px 12px;
margin:0 auto;
margin-bottom:20px;
margin-top:20px;
max-width:600px;
font-size:14px;
}
.soon-tweet ul li{
padding:0px;
margin:0px;
font-style:italic;
}
.content .soon-tweet ul li{
background-image:none;
list-style-type: none;
}
.soon-tweet ul li:before{
content:'"';
font-size:16px;
font-family:Arial,sans-serif;
color:#888;
}
.soon-tweet ul li:after{
content:'"';
font-size:16px;
font-family:Arial,sans-serif;
color:#888;
}
.csoon-page form input, .csoon-page form button{
font-size:12px;
}
/* Make post */
.make-post hr{
margin: 10px 0px;
}
/* About #2 */
.about-two .pic img{
margin-bottom: 6px;
}
.about-two .details{
margin-top:10px;
margin-bottom:20px;
}
.about-two .details .name{
line-height:10px;
padding:0px;
margin:0px;
}
.about-two .details em{
color:#888;
font-size: 13px;
line-height: 20px;
}
.about-two .asocial i{
text-align:center;
line-height: 20px;
font-size: 12px;
text-align: center;
width: 20px;
height: 20px;
}
.about-two .asocial a, .about-two .asocial a:visited, .about-two .asocial a:hover{
color:#fff;
text-decoration:none;
}
.about-two .details .adesc{
max-width:300px;
margin:0 auto;
border-top:1px solid #eee;
margin-top:5px;
padding-top: 5px;
}
/* Slider 1 (Parallax Slider) */
.da-slide h2 span{
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #eee;
}
/* Slider 2 (Nivo slider) */
.full-slider i{
margin: 0px;
}
.full-slider .button{
margin-top: 5px;
}
.full-slider .button a{
font-size: 15px;
display: inline-block;
padding: 8px 15px !important;
}
.flexslider {
background: transparent;
min-height: 300px;
margin: 0 0 0px;
border: 0px;
border-radius: 0px;
box-shadow: none;
color: #fff;
}
.flex-direction-nav .flex-next {
right: 5px !important;
}
.flex-direction-nav .flex-prev {
left: 5px !important;
}
.flex-control-nav{
bottom: 10px;
}
.flex-control-paging li a{
background:#fff;
box-shadow: none;
width: 8px;
height: 8px;
}
.flex-control-paging li a:hover{
background: #ddd;
}
.flex-control-paging li a.flex-active{
background: #ddd;
}
.flex-center{
text-align: center;
}
.flex-caption{
margin: 60px 0px 40px 0px;
}
.flex-caption h2, .flex-caption h5, .flex-caption h6{
color: #fff;
}
.flex-caption p{
font-size: 14px;
line-height: 23px;
max-width: 650px;
margin: 0 auto;
}
.flex-back{
padding: 10px;
}
/* Clients page */
.cclient{
padding: 10px 0px 15px 0px;
border-bottom: 1px solid #eee;
margin: 10px 0px 15px 0px;
}
.cimage img{
margin-bottom: 5px;
max-height: 35px;
}
/* Image blocks */
ul.hover-block li{
list-style:none;
float:left;
width:225px;
height: 170px;
position: relative;
margin: 5px 4px;
}
ul.hover-block li a {
display: block;
position: relative;
overflow: hidden;
width: 225px;
height: 170px;
color: #000;
}
ul.hover-block li a {
text-decoration: none;
}
ul.hover-block li .hover-content{
position: absolute;
z-index: 1000;
height: 170px;
top: 125px;
color: #fff;
padding: 5px 10px;
cursor: pointer;
}
ul.hover-block li .hover-content h6{
color: #fff;
}
ul.hover-block li img {
position: absolute;
top: 0;
left: 0;
border: 0;
z-index: 500;
}
/* Content */
.content{
margin-top: 20px;
}
.content ul{
list-style-type: none;
margin-left: 0px;
}
.content ul li{
padding: 5px 0px;
}
/* Discover */
.dis-nav a{
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
color: #fff;
}
.dis-content div{
display: none;
padding:15px 15px 20px 15px;
margin: 10px 0px;
background: #f8f8f8;
color: #777;
border: 1px solid #eee;
}
.dis-content h3{
margin-bottom: 5px;
color: #666;
}
.dis-content a.btn{
margin-top: 6px;
color: #fff !important;
}
.dis-content i{
position: relative;
top: -2px;
}
/* Landing page */
.lp .lp-image{
max-width: 600px;
margin: 40px auto;
box-shadow: 0px 0px 30px #ccc;
}
/* Task */
.task{
background: #fcfcfc;
border: 1px solid #eee;
margin-bottom: 10px;
border-left: 3px solid #eee;
padding: 10px 15px;
font-size: 13px;
}
.task:hover{
background: #fafafa;
}
.task.important{
border-left: 3px solid #ee1635;
}
.task.cool{
border-left: 3px solid #30d91a;
}
.task .tmeta{
font-size: 12px;
}
/* Pricing table */
.price-a{
width:48%;
float:left;
margin-right:14px;
}
.price-b{
width:48%;
float:right;
}
.pricel{
text-align: center;
margin-top:10px;
}
.pricel .phead-top{
margin:0px;
padding:15px 10px;
}
.pricel .phead-top h4{
color:#fff;
}
.pricel .phead-bottom{
background:#f1f1f1;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
margin:0px;
padding:10px 10px 5px 10px;
color:#777;
font-weight:700;
font-size:20px;
line-height:27px;
}
.pricel .pst{
font-size:14px;
position:relative;
top:-5px;
font-weight:normal;
}
.pricel .psb{
font-size:14px;
font-weight:normal;
}
.pricel .pbutton{
background:#eee;
border:1px solid #ddd;
padding:10px 0px 15px 0px;
color:#777;
font-size:20px;
text-align: center;
margin-top: 0px;
}
.pricel .plist{
border-left:1px solid #ddd;
border-right:1px solid #ddd;
background:#fcfcfc;
}
.pricel .plist ul{
list-style-type: none;
margin-left: 0px;
margin-bottom: 0px !important;
}
.pricel .plist li{
background:none;
padding:13px 0px;
font-size: 13px;
border-bottom:1px solid #e1e1e1;
}
.pricel .plist li:nth-child(even) {
background-color:#f8f8f8;
}
.pricel .plist li:hover{
background:#fff;
}
.pricel .phead-top{
display: block;
}
/* Products */
.prod h3{
margin:0px;
padding:0px;
font-size:20px;
line-height:30px;
}
.prod{
border-bottom:1px solid #eee;
padding-bottom:20px;
margin-bottom:10px;
}
.prod .pimg{
margin-top: 10px;
}
.pdetails{
padding:10px 10px;
background:#fefefe;
margin-top:20px;
color:#777;
border:1px solid #eee;
}
.pdetails i{
margin-right:3px;
}
.pdetails .ptable{
font-size: 13px;
border-radius:10px;
background:#fafafa;
border:1px solid #eee;
margin-bottom:10px;
}
.pdetails .pline{
padding:5px 10px;
border-bottom:1px solid #eee;
}
/* Projects */
.projects h3{
font-size: 20px;
margin-top: 0px;
}
.projects .related-projects img{
max-width: 100px;
margin: 5px;
padding: 5px;
border: 1px solid #ddd;
}
.projects .prdetails{
margin-top: 10px;
font-size: 13px;
}
/* Reg & Login Form */
.formy{
padding: 15px 20px;
display: block;
color: #fff;
}
.formy h5{
color: #fff;
}
.formy a, .formy a:visited{
color: #eee;
text-decoration: underline;
}
.formy a:hover{
color: #fff;
text-decoration: none;
}
/* Login and register form #2 */
.lrform{
max-width: 400px;
margin: 30px auto;
background: #fafafa;
padding: 15px 15px;
border:1px solid #eee;
}
/* Events */
.events .accordion-heading h5{
color:#fff;
padding:10px;
margin: 0px;
}
.events .accordion-heading h5 span{
display:block !important;
font-size:13px !important;
}
.events .accordion-heading a, .events .accordion-heading a:visited, .events .accordion-heading a:hover{
margin:0px;
}
.events .accordion-inner span{
background: #fafafa;
font-size: 12px;
padding: 5px 10px;
border: 1px solid #eee;
margin-bottom: 10px;
display: block;
}
/* Product */
.prod{
margin: 20px 0px 30px 0px;
}
.home-product{
padding:7px 12px 14px 12px;
color: #fff;
}
.home-product .home-prod-img{
width: 150px;
height: 150px;
float:left;
margin-right: 10px;
margin-top: 10px;
}
.home-product h3{
color: #fff;
}
.home-links a{
color: #999;
}
.home-links a:hover{
clear: #444;
}
/* Timeline */
.tidate{
padding: 3px 10px;
font-size: 13px;
display: block;
font-weight: bold;
margin-bottom: 0px;
}
.timatter h5{
font-size: 15px;
}
.timatter{
background: #fafafa;
padding: 5px 10px;
margin-bottom: 20px;
font-size: 13px;
border: 1px solid #eee;
border-top: 0px;
}
/* Service */
.serv-block{
display: block;
text-align: center;
margin-bottom: 10px;
}
.serv-block h3{
color: #fff;
padding-bottom: 20px;
}
.serv-block i{
display: block;
font-size: 60px;
line-height: 80px;
width: 100px;
height: 80px;
margin: 0 auto;
padding-top: 20px !important;
}
.service{
font-size: 13px;
line-height: 25px;
}
/* Social */
.social-links{
margin-top: 20px;
padding:20px 0px 10px 0px;
color: #fff;
line-height: 30px;
}
.social-links a, .social-links a:visited, .social-links a:hover{
font-size: 15px;
margin: 0px 15px;
color: #fff;
font-weight: 400;
text-decoration: none;
display: inline-block;
}
.social-links i{
position: relative;
top: -2px;
width: 15px;
text-align: center;
padding: 3px;
right: 3px;
}
/* Contact */
.cwell{
padding: 10px;
background: #fafafa;
margin-top: 10px;
border:1px solid #f1f1f1;
}
.cwell h5{
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.cwell address{
font-size: 13px;
}
.gmap iframe{
width:100%;
margin-bottom: 10px;
padding-bottom:0px !important;
}
/* 404 #2 */
.big-text{
font-size: 150px;
line-height: 160px;
color: #888;
}
/* Footer */
footer{
font-size: 13px;
background: #f6f6f6;
color: #444;
}
footer a{
color: #777;
}
footer a:hover{
color: #666;
}
footer .color{
color: #444;
}
footer h6{
color: #444;
}
footer ul{
list-style-type: none;
margin-left: 0px;
}
footer ul li{
padding: 3px 0px;
}
footer .widgets{
margin-top: 20px;
}
footer .copy{
border-top: 1px solid #ddd;
padding: 10px 0px;
margin-top: 10px;
}
/* Responsive */
@media (max-width: 480px){
.col-l{
width: 100%;
float: none;
margin: 10px 0px 5px 0px;
}
.col-r{
width: 100%;
float: none;
margin: 10px 0px 5px 0px;
}
.da-slide h2{
width:100%;
font-size:30px;
top:40px;
}
.da-slide p{
width:80%;
font-size:15px;
top:90px;
}
.da-slide .da-link{
top:180px;
}
.da-slide .da-img{
display:none;
}
ul.hover-block li{
display: block;
float: none;
margin: 0 auto;
margin-bottom: 10px;
}
.price-a{
width:100%;
float:none;
margin-right:0px;
}
.price-b{
width:100%;
float:none;
}
.aboutus{
text-align: center;
}
}
@media (max-width: 767px){
.border{
margin:10px 0px 5px 0px;
}
header,.navbar,.social-links,.full-slider,footer{
margin-left: -20px;
margin-right: -20px;
}
.social-links,footer,.navbar-inner,.full-slider{
padding-left: 20px;
padding-right: 20px;
}
header .logo{
text-align: center;
}
header .form{
padding-top: 0px;
}
.dropdown-menu{
border: 0px !important;
}
.dropdown-menu a{
border: 0px !important;
}
.home-product{
margin-top: 10px;
}
.serv-block{
margin-top: 20px;
}
.social-links span{
display: block;
margin-bottom: 10px;
}
.flex-caption{
margin: 40px 0px 40px 0px;
}
.formy{
margin-top: 20px;
}
.ainfo{
margin-top: 10px;
}
.big-text{
font-size: 80px;
line-height: 90px;
}
.about-two .staff{
max-width: 250px;
margin: 0 auto;
}
.features-one{
text-align: center;
}
.features-one h4{
margin-top: 10px;
}
}
@media (min-width: 768px) and (max-width: 979px){
.dropdown-menu{
border: 0px !important;
}
.dropdown-menu a{
border: 0px !important;
}
}
@media (max-width: 979px){
} | 0.207135 | 0.054752 |
body {
margin: 0;
padding: 0;
font-size: 11px;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
text-align: center;
}
/* Set font on different elements */
.buttons input { font-family: Arial, Helvetica, sans-serif; }
.container { margin: 0 auto; text-align: left; }
.ui-dialog { text-align: left; }
#header { text-align: left; }
/*a:link, a:visited, a:hover {
color: #ff7900;
font-weight: normal;
text-decoration: none;
}*/
a img { border-width: 0; }
td.button { text-align: center; }
h1 {
color: #006dba;
font-weight: normal;
font-size: 16px;
margin: 1.2em 0 .3em 0;
}
h2 {
color: #006dba;
font-weight: bold;
font-size: 12px;
margin: 1.2em 0 .3em 0;
}
.dataTables_wrapper h1, .dataTables_wrapper h2 { margin-left: 5px; }
.dataTables_wrapper thead th { cursor: pointer; zoom: 1; }
.dataTables_wrapper thead th.nonsortable { cursor: default; }
/** START :: container **/
.container {
width: 960px;
margin: 0 auto;
position: relative;
}
/** END :: container **/
/** START :: header **/
#header {
width: 100%;
border-bottom: 1px solid #359;
color: #359;
}
/** END :: header **/
/** START :: topnav **/
#logo { float: left; font-weight: bold; font-size: 15px; line-height: 30px; padding-top: 3px; padding-left: 10px; }
ul.topnav {
list-style: none;
padding: 0 20px;
margin: 0;
width: 960px;
margin: 0 auto;
position: relative;
font-size: 1.2em;
z-index: 995; /** Important: keeps submenu's on top of other elements in IE7. See http://www.shawnpreisz.com/css/z-index-internet-explorer-7-ie7#comment-547 */
}
ul.topnav li {
float: left;
margin: 0;
padding: 0 6px;
position: relative; /*--Declare X and Y axis base--*/
z-index: 994; /** Important: keeps submenu's on top of other elements in IE7. See http://www.shawnpreisz.com/css/z-index-internet-explorer-7-ie7#comment-547 */
}
ul.topnav li img {
border: none;
}
ul.topnav li a {
padding: 10px 5px;
color: #359;
display: block;
text-decoration: none;
float: left;
}
ul.topnav li:hover {
background-color: #F0F8FF;
}
ul.topnav li span {
/*--Drop down trigger styles--*/
width: 17px;
height: 35px;
float: right;
background: url(../images/topnav/subnav_btn.gif) no-repeat right top;
}
ul.topnav li span.subhover {
background-position: center bottom;
cursor: pointer;
}
/*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
list-style: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
left: 0;
top: 36px;
margin: -1px 0 0 0;
padding: 0;
display: none;
float: left;
width: 170px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-radius-bottomleft: 5px;
border-radius-bottomright: 5px;
border: 1px solid #359;
border-top-width: 0;
background-color: #F0F8FF;
z-index: 991; /** Important: keeps submenu's on top of other elements in IE7. See http://www.shawnpreisz.com/css/z-index-internet-explorer-7-ie7#comment-547 */
}
ul.topnav li ul.subnav li {
margin: 0;
padding: 0;
clear: both;
width: 170px;
position:relative;
z-index: 990; /** Important: keeps submenu's on top of other elements in IE7. See http://www.shawnpreisz.com/css/z-index-internet-explorer-7-ie7#comment-547 */
}
html ul.topnav li ul.subnav li a {
float: left;
width: 145px;
padding-left: 20px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-radius-bottomleft: 5px;
border-radius-bottomright: 5px;
}
html ul.topnav li ul.subnav li a:hover {
/*--Hover effect for subnav links--*/
background-color: white;
}
ul.topnav li.user_info { float: right; padding: 10px 5px 10px 20px; background: transparent none center left no-repeat; }
ul.topnav li.user_info:hover { background-color: transparent; }
ul.topnav li.user_info a { background-image: none; float: none; display: inline; text-decoration: underline; padding: 0; margin: 0; }
/** END :: topnav **/
/** START :: content **/
#content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px/12px;
padding-bottom: 20px;
}
#content p {
text-align: justify;
}
#content a:link, #content a:visited, #content a:hover {
color: #006dba;
text-decoration: none;
}
#content p img {
display: run-in;
float: right;
padding: 2px;
border: 1px solid #006dba;
margin-left: 10px;
margin-bottom: 10px;
}
#content p.message {
border: 1px solid #ccc; /* #006dba; */
margin-bottom: 10px;
margin-top: 10px;
background: #f7f7f7 none 10px 10px no-repeat; /* Specific icon is defined in module.gsp layout */
padding: 10px 10px 10px 33px;
}
#content p.error {
border: 1px solid #f99; /* #006dba; */
margin-bottom: 10px;
margin-top: 10px;
background: #FAE6E6 none 10px 10px no-repeat; /* Specific icon is defined in module.gsp layout */
padding: 10px 10px 10px 33px;
}
label {
width: 120px;
display: inline-block;
vertical-align: top;
zoom: 1; /* IE 6 & 7 hack */
*display: inline; /* IE 6 & 7 hack */
}
/** END :: content **/
/** START :: footer **/
#footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #727272;
border-top: 1px solid #727272;
padding-top: 5px;
}
#footer a:link, #footer a:visited, #footer a:hover {
color: #006dba;
font-weight: normal;
text-decoration: none;
}
/** END :: footer **/
/** START :: TABLES **/
table {
border: 1px solid #ccc;
width: 100%
}
tr {
border: 0;
}
td, th {
font: 11px verdana, arial, helvetica, sans-serif;
line-height: 12px;
padding: 5px 6px;
text-align: left;
vertical-align: top;
}
th {
background: #fff url(../images/datatables/shadow.jpg);
color: #666;
font-size: 11px;
font-weight: bold;
line-height: 17px;
padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
color: #333;
display: block;
font-size: 10px;
text-decoration: none;
width: 100%;
}
th.asc a, th.desc a {
background-position: right;
background-repeat: no-repeat;
}
th.asc a {
background-image: url(../images/datatables/sort_asc.png);
}
th.desc a {
background-image: url(../images/datatables/sort_desc.png);
}
.odd {
background: #f7f7f7;
}
.even {
background: #fff;
}
/** END :: TABLES **/
/** START :: LIST **/
.list table {
border-collapse: collapse;
}
.list th, .list td {
border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
background: #b2d1ff;
}
/** END :: LIST **/
/** START :: buttons **/
.buttons {
margin-top: 15px;
font-size: 10px;
}
.buttons a, .buttons input {
font-size: 10px;
font-weight: bold;
margin-right: 15px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
line-height: 20px;
padding-left: 26px;
background-color: transparent;
background-repeat: no-repeat;
background-position: 3px 50%;
color: #333;
}
/* Links in the buttons section should look just like buttons in the
same section */
.buttons input {
background-color: transparent;
border-width: 0;
cursor: pointer;
overflow: visible;
}
/* Reset the font weight for buttons occurring within the table */
td.buttons input {
font-weight: normal;
}
.buttons .separator { margin-left: 20px; }
.buttons a.disabled { color: #aaa; cursor: default; }
/* Specific button icons are defined within module.gsp layout */
/* Hides the default navigation bar that is added by the Grails scaffolding */
.nav { display: none; }
/** END :: buttons **/
/** START :: pagination buttons **/
.paginateButtons {
margin-top: 15px;
overflow: auto;
width: 100%;
}
.paginateButtons a,
.paginateButtons span.currentStep {
border: solid 1px #ccc;
margin-right: 2px;
display: block;
float: left;
padding: 1px 6px;
text-decoration: none;
}
.paginateButtons a {
color: #0e509e;
}
.paginateButtons span.currentStep {
background: #2e6ab1;
color: #FFFFFF;
}
/** END :: pagination buttons **/
/* START :: datatables */
.dataTables_wrapper .buttonColumn {
width: 15px;
text-align:center;
}
.dataTables_wrapper .selectColumn {
width: 15px;
text-align:center;
}
/** END :: datatables **/
/* START :: ontology autocomplete */
.ui-autocomplete .ui-menu-item {
font-size: 10px;
}
.ui-autocomplete .about {
font-size: 8px;
color: #006DBA;
}
.ui-autocomplete .from {
font-size: 8px;
color: #666;
}
/* END :: ontology autocomplete */
/* START :: special select option styles */
/* NB: the specific icons that should be shown are defined in module.gsp layout */
option.addMore {
background: none no-repeat left top;
background-color: #333;
padding-left: 18px;
height: 16px;
color: #fff;
font-weight: bold;
}
option.modify {
background: none no-repeat left top;
background-color: #333;
padding-left: 18px;
height: 16px;
color: #fff;
font-weight: bold;
}
option.locked {
background: none no-repeat left top;
padding-left: 18px;
}
option.unlocked {
padding-left: 18px;
}
/* END :: special select option styles */
.spinner {
background: url(../images/spinner.gif) no-repeat left top;
width: 16px;
height: 16px;
display: none;
}
.disabled {
opacity: 0.5;
-moz-opacity:0.5;
-khtml-opacity:0.5;
filter:alpha(opacity=50);
}
.ui-dialog a:link, .ui-dialog a:visited, .ui-dialog a:hover {
color: #006dba;
text-decoration: none;
} | local-plugins/dbxpModuleBase/web-app/css/module.css | body {
margin: 0;
padding: 0;
font-size: 11px;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
text-align: center;
}
/* Set font on different elements */
.buttons input { font-family: Arial, Helvetica, sans-serif; }
.container { margin: 0 auto; text-align: left; }
.ui-dialog { text-align: left; }
#header { text-align: left; }
/*a:link, a:visited, a:hover {
color: #ff7900;
font-weight: normal;
text-decoration: none;
}*/
a img { border-width: 0; }
td.button { text-align: center; }
h1 {
color: #006dba;
font-weight: normal;
font-size: 16px;
margin: 1.2em 0 .3em 0;
}
h2 {
color: #006dba;
font-weight: bold;
font-size: 12px;
margin: 1.2em 0 .3em 0;
}
.dataTables_wrapper h1, .dataTables_wrapper h2 { margin-left: 5px; }
.dataTables_wrapper thead th { cursor: pointer; zoom: 1; }
.dataTables_wrapper thead th.nonsortable { cursor: default; }
/** START :: container **/
.container {
width: 960px;
margin: 0 auto;
position: relative;
}
/** END :: container **/
/** START :: header **/
#header {
width: 100%;
border-bottom: 1px solid #359;
color: #359;
}
/** END :: header **/
/** START :: topnav **/
#logo { float: left; font-weight: bold; font-size: 15px; line-height: 30px; padding-top: 3px; padding-left: 10px; }
ul.topnav {
list-style: none;
padding: 0 20px;
margin: 0;
width: 960px;
margin: 0 auto;
position: relative;
font-size: 1.2em;
z-index: 995; /** Important: keeps submenu's on top of other elements in IE7. See http://www.shawnpreisz.com/css/z-index-internet-explorer-7-ie7#comment-547 */
}
ul.topnav li {
float: left;
margin: 0;
padding: 0 6px;
position: relative; /*--Declare X and Y axis base--*/
z-index: 994; /** Important: keeps submenu's on top of other elements in IE7. See http://www.shawnpreisz.com/css/z-index-internet-explorer-7-ie7#comment-547 */
}
ul.topnav li img {
border: none;
}
ul.topnav li a {
padding: 10px 5px;
color: #359;
display: block;
text-decoration: none;
float: left;
}
ul.topnav li:hover {
background-color: #F0F8FF;
}
ul.topnav li span {
/*--Drop down trigger styles--*/
width: 17px;
height: 35px;
float: right;
background: url(../images/topnav/subnav_btn.gif) no-repeat right top;
}
ul.topnav li span.subhover {
background-position: center bottom;
cursor: pointer;
}
/*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
list-style: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
left: 0;
top: 36px;
margin: -1px 0 0 0;
padding: 0;
display: none;
float: left;
width: 170px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-radius-bottomleft: 5px;
border-radius-bottomright: 5px;
border: 1px solid #359;
border-top-width: 0;
background-color: #F0F8FF;
z-index: 991; /** Important: keeps submenu's on top of other elements in IE7. See http://www.shawnpreisz.com/css/z-index-internet-explorer-7-ie7#comment-547 */
}
ul.topnav li ul.subnav li {
margin: 0;
padding: 0;
clear: both;
width: 170px;
position:relative;
z-index: 990; /** Important: keeps submenu's on top of other elements in IE7. See http://www.shawnpreisz.com/css/z-index-internet-explorer-7-ie7#comment-547 */
}
html ul.topnav li ul.subnav li a {
float: left;
width: 145px;
padding-left: 20px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-radius-bottomleft: 5px;
border-radius-bottomright: 5px;
}
html ul.topnav li ul.subnav li a:hover {
/*--Hover effect for subnav links--*/
background-color: white;
}
ul.topnav li.user_info { float: right; padding: 10px 5px 10px 20px; background: transparent none center left no-repeat; }
ul.topnav li.user_info:hover { background-color: transparent; }
ul.topnav li.user_info a { background-image: none; float: none; display: inline; text-decoration: underline; padding: 0; margin: 0; }
/** END :: topnav **/
/** START :: content **/
#content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px/12px;
padding-bottom: 20px;
}
#content p {
text-align: justify;
}
#content a:link, #content a:visited, #content a:hover {
color: #006dba;
text-decoration: none;
}
#content p img {
display: run-in;
float: right;
padding: 2px;
border: 1px solid #006dba;
margin-left: 10px;
margin-bottom: 10px;
}
#content p.message {
border: 1px solid #ccc; /* #006dba; */
margin-bottom: 10px;
margin-top: 10px;
background: #f7f7f7 none 10px 10px no-repeat; /* Specific icon is defined in module.gsp layout */
padding: 10px 10px 10px 33px;
}
#content p.error {
border: 1px solid #f99; /* #006dba; */
margin-bottom: 10px;
margin-top: 10px;
background: #FAE6E6 none 10px 10px no-repeat; /* Specific icon is defined in module.gsp layout */
padding: 10px 10px 10px 33px;
}
label {
width: 120px;
display: inline-block;
vertical-align: top;
zoom: 1; /* IE 6 & 7 hack */
*display: inline; /* IE 6 & 7 hack */
}
/** END :: content **/
/** START :: footer **/
#footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #727272;
border-top: 1px solid #727272;
padding-top: 5px;
}
#footer a:link, #footer a:visited, #footer a:hover {
color: #006dba;
font-weight: normal;
text-decoration: none;
}
/** END :: footer **/
/** START :: TABLES **/
table {
border: 1px solid #ccc;
width: 100%
}
tr {
border: 0;
}
td, th {
font: 11px verdana, arial, helvetica, sans-serif;
line-height: 12px;
padding: 5px 6px;
text-align: left;
vertical-align: top;
}
th {
background: #fff url(../images/datatables/shadow.jpg);
color: #666;
font-size: 11px;
font-weight: bold;
line-height: 17px;
padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
color: #333;
display: block;
font-size: 10px;
text-decoration: none;
width: 100%;
}
th.asc a, th.desc a {
background-position: right;
background-repeat: no-repeat;
}
th.asc a {
background-image: url(../images/datatables/sort_asc.png);
}
th.desc a {
background-image: url(../images/datatables/sort_desc.png);
}
.odd {
background: #f7f7f7;
}
.even {
background: #fff;
}
/** END :: TABLES **/
/** START :: LIST **/
.list table {
border-collapse: collapse;
}
.list th, .list td {
border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
background: #b2d1ff;
}
/** END :: LIST **/
/** START :: buttons **/
.buttons {
margin-top: 15px;
font-size: 10px;
}
.buttons a, .buttons input {
font-size: 10px;
font-weight: bold;
margin-right: 15px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
line-height: 20px;
padding-left: 26px;
background-color: transparent;
background-repeat: no-repeat;
background-position: 3px 50%;
color: #333;
}
/* Links in the buttons section should look just like buttons in the
same section */
.buttons input {
background-color: transparent;
border-width: 0;
cursor: pointer;
overflow: visible;
}
/* Reset the font weight for buttons occurring within the table */
td.buttons input {
font-weight: normal;
}
.buttons .separator { margin-left: 20px; }
.buttons a.disabled { color: #aaa; cursor: default; }
/* Specific button icons are defined within module.gsp layout */
/* Hides the default navigation bar that is added by the Grails scaffolding */
.nav { display: none; }
/** END :: buttons **/
/** START :: pagination buttons **/
.paginateButtons {
margin-top: 15px;
overflow: auto;
width: 100%;
}
.paginateButtons a,
.paginateButtons span.currentStep {
border: solid 1px #ccc;
margin-right: 2px;
display: block;
float: left;
padding: 1px 6px;
text-decoration: none;
}
.paginateButtons a {
color: #0e509e;
}
.paginateButtons span.currentStep {
background: #2e6ab1;
color: #FFFFFF;
}
/** END :: pagination buttons **/
/* START :: datatables */
.dataTables_wrapper .buttonColumn {
width: 15px;
text-align:center;
}
.dataTables_wrapper .selectColumn {
width: 15px;
text-align:center;
}
/** END :: datatables **/
/* START :: ontology autocomplete */
.ui-autocomplete .ui-menu-item {
font-size: 10px;
}
.ui-autocomplete .about {
font-size: 8px;
color: #006DBA;
}
.ui-autocomplete .from {
font-size: 8px;
color: #666;
}
/* END :: ontology autocomplete */
/* START :: special select option styles */
/* NB: the specific icons that should be shown are defined in module.gsp layout */
option.addMore {
background: none no-repeat left top;
background-color: #333;
padding-left: 18px;
height: 16px;
color: #fff;
font-weight: bold;
}
option.modify {
background: none no-repeat left top;
background-color: #333;
padding-left: 18px;
height: 16px;
color: #fff;
font-weight: bold;
}
option.locked {
background: none no-repeat left top;
padding-left: 18px;
}
option.unlocked {
padding-left: 18px;
}
/* END :: special select option styles */
.spinner {
background: url(../images/spinner.gif) no-repeat left top;
width: 16px;
height: 16px;
display: none;
}
.disabled {
opacity: 0.5;
-moz-opacity:0.5;
-khtml-opacity:0.5;
filter:alpha(opacity=50);
}
.ui-dialog a:link, .ui-dialog a:visited, .ui-dialog a:hover {
color: #006dba;
text-decoration: none;
} | 0.34632 | 0.067731 |
@import url('https://fonts.googleapis.com/css?family=Bellefair|Open+Sans');
h1 {
color: #eff3e9;
}
.fancy-h{
font-family: 'Bellefair', serif;
color: #fffff9;
}
.fancy-p{
font-family: 'Open Sans', sans-serif;
color: #fffff9;
}
.fancy-c{
font-family: 'Open Sans', sans-serif;
color: #ccccc9;
}
.fancy-c > h2{
font-family: 'Bellefair', serif;
color: #8c9eda;
}
.fancy-c > .panel-heading {
color: #708090;
}
.imgfit {
max-height: 40px;
max-width: 40px;
margin-top: -10px;
}
body,html {
background-color: #536878;
padding-bottom: 70px;
height: 100%;
}
.btn-pad{
margin-top: 6px;
margin-left: -6px;
margin-right: -6px;
}
.btn-link{
color: red;
}
.jumbotron {
background-color: #36454f;
}
.nav-color {
background-color: #32303b;
border-color: #333;
border-radius: 0px;
}
.btn-set-width {
width: 130px;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-nav > li > form > .btn-link:hover ,
.navbar-default .navbar-nav > li > form > .btn-link:hover{
color: #ccc;
background-color: transparent;
text-decoration: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.act {
background-color: #;
color: black;
}
.btn-info {
color: #ddd;
background-color:#4b5a7d;
border-color: #3d4863;
}
.btn-info:hover {
background-color: #5a6295;
border-color: #262d3d;
}
.field-color {
background-color: #eee;
}
.footer-color {
background-color: #32303b;
border-color: #333;
border-radius: 0px;
width:100%;
height: 40px;
margin-top: -40px;
}
.container{
min-height:100%;
}
.floor-wrapper {
background-color: #32303b;
border-color: black;
border: black;
}
.room-wrapper {
background-color: #42404b;
}
.em-wrapper {
background-color: #bf4040;
} | website/css/custom.css | @import url('https://fonts.googleapis.com/css?family=Bellefair|Open+Sans');
h1 {
color: #eff3e9;
}
.fancy-h{
font-family: 'Bellefair', serif;
color: #fffff9;
}
.fancy-p{
font-family: 'Open Sans', sans-serif;
color: #fffff9;
}
.fancy-c{
font-family: 'Open Sans', sans-serif;
color: #ccccc9;
}
.fancy-c > h2{
font-family: 'Bellefair', serif;
color: #8c9eda;
}
.fancy-c > .panel-heading {
color: #708090;
}
.imgfit {
max-height: 40px;
max-width: 40px;
margin-top: -10px;
}
body,html {
background-color: #536878;
padding-bottom: 70px;
height: 100%;
}
.btn-pad{
margin-top: 6px;
margin-left: -6px;
margin-right: -6px;
}
.btn-link{
color: red;
}
.jumbotron {
background-color: #36454f;
}
.nav-color {
background-color: #32303b;
border-color: #333;
border-radius: 0px;
}
.btn-set-width {
width: 130px;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-nav > li > form > .btn-link:hover ,
.navbar-default .navbar-nav > li > form > .btn-link:hover{
color: #ccc;
background-color: transparent;
text-decoration: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.act {
background-color: #;
color: black;
}
.btn-info {
color: #ddd;
background-color:#4b5a7d;
border-color: #3d4863;
}
.btn-info:hover {
background-color: #5a6295;
border-color: #262d3d;
}
.field-color {
background-color: #eee;
}
.footer-color {
background-color: #32303b;
border-color: #333;
border-radius: 0px;
width:100%;
height: 40px;
margin-top: -40px;
}
.container{
min-height:100%;
}
.floor-wrapper {
background-color: #32303b;
border-color: black;
border: black;
}
.room-wrapper {
background-color: #42404b;
}
.em-wrapper {
background-color: #bf4040;
} | 0.321353 | 0.077657 |
nav#nav0{
/* border: rgb(84, 86, 82) 1px solid; */
background-color: rgb(84, 86, 82) ;
width: 100%;
}
nav#nav1{
/* border: #000000 1px solid; */
width: 700px;
height: 50px;
float: left;
padding-top: 20px;
}
a.nav0{
text-decoration: none;
color: rgb(217, 217, 217);
/* border: #000000 1px solid; */
margin-left: 20px;
}
a.nav0:hover{
/* text-decoration: underline; */
color: rgb(255, 255, 255);
}
a.nav1{
/* border: #000000 1px solid; */
font-size: 20px;
margin-left: 40px;
color: #5E454B;
text-decoration: none;
}
a.nav1:hover{
background-color: #5E454B;
color: aliceblue;
}
a.nav2{
/* border: #000000 1px solid; */
font-size: 16px;
margin-left: 40px;
color: #5E454B;
text-decoration: none;
margin-left: 2px;
}
a.nav2:hover{
background-color: #5E454B;
color: aliceblue;
}
header{
width: 100%;
height: 70px;
/* border: red 1px solid; */
background-color: #d8fcf6;
}
div#head_logo{
height: 100% ;
width: 300px;
float: left;
/* border: blueviolet 1px solid; */
}
div#search{
height: 100%;
width: 500px;
float: left;
/* border: #FF0000 1px solid; */
margin-left: 10px;
}
input#search_text{
margin-top: 15px;
margin-left: 20px;
float: left;
width: 200px;
height: 26px;
border: antiquewhite 1px solid;
}
body{
/* border: #000000 1px solid; */
width: 100%;
height: 800px;
margin: 0px;
background-color: #F9F9F9;
}
img#search_logo{
width: 26px;
height: 26px;
margin-top: 15px;
margin-left: 10px;
/* border: #000000 1px solid; */
float: left;
}
img#head_img{
width: 70px;
height: 70px;
border-radius: 10%;
}
div#me{
width: 250px;
height: 500px;
/* border: #000000 1px solid; */
margin-top: 20px;
margin-left: 20px;
float: left;
background-color: #EDEDD0;
align-content: center;
/* position: fixed; */
}
div#head_img{
width: 70px;
height: 70px;
margin-top: 20px;
margin-left: 10px;
/* border: #000000 1px solid; */
float: left;
}
div#person_msg{
width: 150px;
height: 100px;
margin-top: 10px;
margin-left: 10px;
float: left;
/* border: #000000 1px solid; */
}
p#username{
margin-top: 20px;
margin-left: 10px;
font-family: "楷体";
font-size: 25px;
font-weight: bold;
line-height: 2mm;
}
p#industry{
margin-left: 13px;
font-family: "宋体";
font-size: 15px;
font-weight: normal;
color: black;
line-height: 1mm;
}
p#essay{
margin-left: 13px;
font-weight: lighter;
color: gray;
font-size: 13px;
line-height: 1em;
}
div.line1{
border: rgb(166,166,166) 1px solid;
background-color: rgb(166,166,166);
width: 200px;
height: 0px;
float: left;
margin-left: 20px;
margin-top: 2px;
}
div#menu{
/* border: #000000 1px solid; */
width: 220px;
height: 70px;
float: left;
margin-left: 20px;
margin-top: 5px;
}
div.menu_textBox{
/* border: #000000 1px solid; */
width: 170px;
height: 30px;
float: left;
margin-top: 2px;
margin-left: 2px;
}
p.menu_text{
margin-top: 0px;
margin-left: 3px;
font-size: 1.0625rem;
}
div.menu_logo{
/* border: #000000 1px solid; */
width: 26px;
height: 26px;
float: left;
margin-top: 2px;
margin-left: 2px;
}
img.menu_logo_img{
width: 1.5625rem;
height: 1.5625rem;
}
div#mygroup{
/* border: #000000 1px solid; */
width: 220px;
height: 200px;
float: left;
margin-top: 5px;
margin-left:10px;
}
div.group_logo{
/* border: #000000 1px solid; */
width: 60px;
height: 60px;
float: left;
margin-top: 10px;
margin-left: 10px;
}
img.group_logo_img{
border: #5E454B 1px solid;
width: 59px;
height: 59px;
border-radius: 10%;
}
div.group_name{
/* border: #000000 1px solid; */
width: 120px;
height: 25px;
float: left;
margin-top: 10px;
margin-left: 13px;
}
a.link_group{
margin-top: 0px;
margin-left: 2px;
font-weight: 550;
color: brown;
text-decoration: none;
}
a.link_group:hover{
background-color: #5E454B;
color: aliceblue;
}
p.group_name_text{
margin-top: 0px;
margin-left: 2px;
font-weight: 550;
color: brown;
}
div.group_state{
/* border: #000000 1px solid; */
width: 120px;
height: 25px;
float: left;
margin-top: 10px;
margin-left: 10px;
}
p.group_state_text{
margin-top: 3px;
margin-left: 6px;
font-size: 14px;
font-weight: 300;
color: rgb(166, 166, 166);
}
div#content{
width: 700px;
height: 600px;
/* border: #000000 1px solid; */
margin-left: 30px;
margin-top: 20px;
float: left;
}
.tie{
/* border: red 1px solid; */
width: 680px;
margin-left: 10px;
margin-top: 3px;
height: 190px;
float: top;
}
div.tie_creator{
/* border: blue 1px solid; */
width: 70px;
height: 160px;
margin-top: 10px;
margin-left: 20px;
float: left;
}
div.tie_photo{
width: 60px;
height: 60px;
background-color: #fae9da;
/* 设置头像水平居中 */
margin: auto;
}
img.tie_photo_img{
width: 59px;
height: 59px;
border-radius: 5%;
}
div.tie_username{
width: 60px;
height: 20px;
/* 设置username水平居中 */
/* border: #000000 1px solid; */
margin: 10px auto;
}
p.tie_username_text{
margin-top: 2px;
text-align: center;
}
div.tie_body{
/* border: black 1px solid; */
width: 580px;
height: 180px;
margin-top: 5px;
margin-left: 5px;
float: left;
background-color: #ffffff;
}
div.tie_title{
/* border: brown 1px solid; */
width: 260px;
height: 35px;
float: left;
margin-top: 7px;
margin-left: 10px;
}
a.link_tie{
font-family: sans-serif;
font-size: 20px;
color: #666699;
text-decoration: none;
}
a.link_tie:hover{
background-color: #5E454B;
color: aliceblue;
}
div.tie_created_time{
width: 220px;
height: 30px;
float: right;
margin-top: 7px;
margin-right: 5px;
text-align: right;
}
p.tie_time_text{
margin-top: 2px;
}
div.tie_content{
/*border: blueviolet 1px solid;*/
width: 550px;
height: 85px;
float: left;
margin-top: 3px;
margin-left: 5px;
background-color: #f9f9f9;
overflow: hidden;
padding-left: 10px;
}
p.tie_content_text{
margin-top: 10px;
margin-left: 20px;
font-family: sans-serif;
font-size: 16px;
color: #999999;
float: left;
/*border: #666699 1px solid;*/
}
div.tie_anno{
/* border: black 1px solid; */
width: 550px;
height: 30px;
float: left;
margin-top: 5px;
margin-left: 5px;
}
p.tie_anno_text{
margin-left: 5px;
margin-top: 5px;
font-family: sans-serif;
font-size: 16px;
color: #7f667f;
float: left;
text-align: left;
}
div.line2{
border: #e5e5e5 1px solid;
width: 550px;
float: top;
margin-top: 178px;
background-color: #e5e5e5;
}
div#topics{
width: 320px;
height: 500px;
float: left;
margin-top: 20px;
margin-left: 20px;
/* border: #000000 1px solid; */
background-color: #fce0f5;
}
p#topics_text{
text-align: center;
font-size: 20px;
color: black;
font-weight: bold;
}
div.hotTie{
/* border: #000000 1px solid; */
width: 300px;
height: 60px;
float: left;
margin-left: 5px;
}
div.rank
{
/* border: red 1px solid; */
width: 50px;
height: 50px;
float: left;
margin-top: 5px;
margin-left: 5px;
}
p.rank_text{
text-align: center;
font-size: 20px;
color: rgb(221, 80, 68);
margin-top: 0px;
/* font-style: italic; */
font-weight: bold;
font-family: "eras bold itc"
}
div.hotTie_title{
/* border: #A52A2A 1px solid; */
width: 180px;
height: 25px;
float: left;
margin-top: 2px;
margin-left: 6px;
}
a.link_hot{
font-family: "新宋体";
font-size: 16px;
font-weight: 600;
color: black;
text-decoration: none;
}
a.link_hot:hover{
background-color: #5E454B;
color: aliceblue;
}
div.hotValue{
/* border: #ff557f 1px solid; */
width: 180px;
height: 25px;
float: left;
margin-top: 2px;
margin-left: 3px;
}
p.hotValue_text{
margin-top: 7px;
margin-left: 5px;
font-weight: lighter;
color: rgb(166, 166, 166);
font-size: small;
}
img.hotTie_img{
width: 48px;
height: 48px;
border-radius: 5%;
}
div.line3{
border: rgb(162, 162, 162) 0.5px solid;
background-color: rgb(156, 156, 156);
width: 300px;
height: 0px;
float: left;
margin-left: 0px;
margin-top: 2px;
} | Fduers/static/CSS/index.css | nav#nav0{
/* border: rgb(84, 86, 82) 1px solid; */
background-color: rgb(84, 86, 82) ;
width: 100%;
}
nav#nav1{
/* border: #000000 1px solid; */
width: 700px;
height: 50px;
float: left;
padding-top: 20px;
}
a.nav0{
text-decoration: none;
color: rgb(217, 217, 217);
/* border: #000000 1px solid; */
margin-left: 20px;
}
a.nav0:hover{
/* text-decoration: underline; */
color: rgb(255, 255, 255);
}
a.nav1{
/* border: #000000 1px solid; */
font-size: 20px;
margin-left: 40px;
color: #5E454B;
text-decoration: none;
}
a.nav1:hover{
background-color: #5E454B;
color: aliceblue;
}
a.nav2{
/* border: #000000 1px solid; */
font-size: 16px;
margin-left: 40px;
color: #5E454B;
text-decoration: none;
margin-left: 2px;
}
a.nav2:hover{
background-color: #5E454B;
color: aliceblue;
}
header{
width: 100%;
height: 70px;
/* border: red 1px solid; */
background-color: #d8fcf6;
}
div#head_logo{
height: 100% ;
width: 300px;
float: left;
/* border: blueviolet 1px solid; */
}
div#search{
height: 100%;
width: 500px;
float: left;
/* border: #FF0000 1px solid; */
margin-left: 10px;
}
input#search_text{
margin-top: 15px;
margin-left: 20px;
float: left;
width: 200px;
height: 26px;
border: antiquewhite 1px solid;
}
body{
/* border: #000000 1px solid; */
width: 100%;
height: 800px;
margin: 0px;
background-color: #F9F9F9;
}
img#search_logo{
width: 26px;
height: 26px;
margin-top: 15px;
margin-left: 10px;
/* border: #000000 1px solid; */
float: left;
}
img#head_img{
width: 70px;
height: 70px;
border-radius: 10%;
}
div#me{
width: 250px;
height: 500px;
/* border: #000000 1px solid; */
margin-top: 20px;
margin-left: 20px;
float: left;
background-color: #EDEDD0;
align-content: center;
/* position: fixed; */
}
div#head_img{
width: 70px;
height: 70px;
margin-top: 20px;
margin-left: 10px;
/* border: #000000 1px solid; */
float: left;
}
div#person_msg{
width: 150px;
height: 100px;
margin-top: 10px;
margin-left: 10px;
float: left;
/* border: #000000 1px solid; */
}
p#username{
margin-top: 20px;
margin-left: 10px;
font-family: "楷体";
font-size: 25px;
font-weight: bold;
line-height: 2mm;
}
p#industry{
margin-left: 13px;
font-family: "宋体";
font-size: 15px;
font-weight: normal;
color: black;
line-height: 1mm;
}
p#essay{
margin-left: 13px;
font-weight: lighter;
color: gray;
font-size: 13px;
line-height: 1em;
}
div.line1{
border: rgb(166,166,166) 1px solid;
background-color: rgb(166,166,166);
width: 200px;
height: 0px;
float: left;
margin-left: 20px;
margin-top: 2px;
}
div#menu{
/* border: #000000 1px solid; */
width: 220px;
height: 70px;
float: left;
margin-left: 20px;
margin-top: 5px;
}
div.menu_textBox{
/* border: #000000 1px solid; */
width: 170px;
height: 30px;
float: left;
margin-top: 2px;
margin-left: 2px;
}
p.menu_text{
margin-top: 0px;
margin-left: 3px;
font-size: 1.0625rem;
}
div.menu_logo{
/* border: #000000 1px solid; */
width: 26px;
height: 26px;
float: left;
margin-top: 2px;
margin-left: 2px;
}
img.menu_logo_img{
width: 1.5625rem;
height: 1.5625rem;
}
div#mygroup{
/* border: #000000 1px solid; */
width: 220px;
height: 200px;
float: left;
margin-top: 5px;
margin-left:10px;
}
div.group_logo{
/* border: #000000 1px solid; */
width: 60px;
height: 60px;
float: left;
margin-top: 10px;
margin-left: 10px;
}
img.group_logo_img{
border: #5E454B 1px solid;
width: 59px;
height: 59px;
border-radius: 10%;
}
div.group_name{
/* border: #000000 1px solid; */
width: 120px;
height: 25px;
float: left;
margin-top: 10px;
margin-left: 13px;
}
a.link_group{
margin-top: 0px;
margin-left: 2px;
font-weight: 550;
color: brown;
text-decoration: none;
}
a.link_group:hover{
background-color: #5E454B;
color: aliceblue;
}
p.group_name_text{
margin-top: 0px;
margin-left: 2px;
font-weight: 550;
color: brown;
}
div.group_state{
/* border: #000000 1px solid; */
width: 120px;
height: 25px;
float: left;
margin-top: 10px;
margin-left: 10px;
}
p.group_state_text{
margin-top: 3px;
margin-left: 6px;
font-size: 14px;
font-weight: 300;
color: rgb(166, 166, 166);
}
div#content{
width: 700px;
height: 600px;
/* border: #000000 1px solid; */
margin-left: 30px;
margin-top: 20px;
float: left;
}
.tie{
/* border: red 1px solid; */
width: 680px;
margin-left: 10px;
margin-top: 3px;
height: 190px;
float: top;
}
div.tie_creator{
/* border: blue 1px solid; */
width: 70px;
height: 160px;
margin-top: 10px;
margin-left: 20px;
float: left;
}
div.tie_photo{
width: 60px;
height: 60px;
background-color: #fae9da;
/* 设置头像水平居中 */
margin: auto;
}
img.tie_photo_img{
width: 59px;
height: 59px;
border-radius: 5%;
}
div.tie_username{
width: 60px;
height: 20px;
/* 设置username水平居中 */
/* border: #000000 1px solid; */
margin: 10px auto;
}
p.tie_username_text{
margin-top: 2px;
text-align: center;
}
div.tie_body{
/* border: black 1px solid; */
width: 580px;
height: 180px;
margin-top: 5px;
margin-left: 5px;
float: left;
background-color: #ffffff;
}
div.tie_title{
/* border: brown 1px solid; */
width: 260px;
height: 35px;
float: left;
margin-top: 7px;
margin-left: 10px;
}
a.link_tie{
font-family: sans-serif;
font-size: 20px;
color: #666699;
text-decoration: none;
}
a.link_tie:hover{
background-color: #5E454B;
color: aliceblue;
}
div.tie_created_time{
width: 220px;
height: 30px;
float: right;
margin-top: 7px;
margin-right: 5px;
text-align: right;
}
p.tie_time_text{
margin-top: 2px;
}
div.tie_content{
/*border: blueviolet 1px solid;*/
width: 550px;
height: 85px;
float: left;
margin-top: 3px;
margin-left: 5px;
background-color: #f9f9f9;
overflow: hidden;
padding-left: 10px;
}
p.tie_content_text{
margin-top: 10px;
margin-left: 20px;
font-family: sans-serif;
font-size: 16px;
color: #999999;
float: left;
/*border: #666699 1px solid;*/
}
div.tie_anno{
/* border: black 1px solid; */
width: 550px;
height: 30px;
float: left;
margin-top: 5px;
margin-left: 5px;
}
p.tie_anno_text{
margin-left: 5px;
margin-top: 5px;
font-family: sans-serif;
font-size: 16px;
color: #7f667f;
float: left;
text-align: left;
}
div.line2{
border: #e5e5e5 1px solid;
width: 550px;
float: top;
margin-top: 178px;
background-color: #e5e5e5;
}
div#topics{
width: 320px;
height: 500px;
float: left;
margin-top: 20px;
margin-left: 20px;
/* border: #000000 1px solid; */
background-color: #fce0f5;
}
p#topics_text{
text-align: center;
font-size: 20px;
color: black;
font-weight: bold;
}
div.hotTie{
/* border: #000000 1px solid; */
width: 300px;
height: 60px;
float: left;
margin-left: 5px;
}
div.rank
{
/* border: red 1px solid; */
width: 50px;
height: 50px;
float: left;
margin-top: 5px;
margin-left: 5px;
}
p.rank_text{
text-align: center;
font-size: 20px;
color: rgb(221, 80, 68);
margin-top: 0px;
/* font-style: italic; */
font-weight: bold;
font-family: "eras bold itc"
}
div.hotTie_title{
/* border: #A52A2A 1px solid; */
width: 180px;
height: 25px;
float: left;
margin-top: 2px;
margin-left: 6px;
}
a.link_hot{
font-family: "新宋体";
font-size: 16px;
font-weight: 600;
color: black;
text-decoration: none;
}
a.link_hot:hover{
background-color: #5E454B;
color: aliceblue;
}
div.hotValue{
/* border: #ff557f 1px solid; */
width: 180px;
height: 25px;
float: left;
margin-top: 2px;
margin-left: 3px;
}
p.hotValue_text{
margin-top: 7px;
margin-left: 5px;
font-weight: lighter;
color: rgb(166, 166, 166);
font-size: small;
}
img.hotTie_img{
width: 48px;
height: 48px;
border-radius: 5%;
}
div.line3{
border: rgb(162, 162, 162) 0.5px solid;
background-color: rgb(156, 156, 156);
width: 300px;
height: 0px;
float: left;
margin-left: 0px;
margin-top: 2px;
} | 0.247623 | 0.05301 |
*{
padding: 5;
margin: auto;
}
body{
background-color: darkslategrey;
font-family: 'Roboto Slab';
background-image: url('2.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
img{
border-radius: 50%;
height:30%;
width:40%;
transition-property: height width;
transition-duration: 1s;
}
img:hover{
transform: scale(1.05);
border-radius: 50%;
overflow: hidden;
}
.description{
padding: 10px;
}
p.one{
padding-left: 10%;
padding-right: 10%;
}
.skills{
padding:10px;
font-size: 25px;
}
.header{
padding-top: 2%;
border-radius: 10px;
}
h2.s1{
background-color: rgba(180, 180, 180, 0.513);
border-radius: 10px;
font-size: 2rem;
padding-left: 5%;
padding-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
}
.navbar{
display: flex;
align-items: center;
position: relative;
background-color: lightgrey;
color: black;
border-radius: 5px;
justify-content: space-between;
}
.name{
font-size: 2rem;
font-weight: bolder;
margin: 1rem;
}
.navbar-links{
height: 100%;
}
.navbar-links ul{
display: flex;
}
.navbar-links li{
list-style: none ;
}
.navbar-links li a{
display: block;
text-decoration: none;
color: black;
padding: 1.2rem;
font-size: 25px;
}
.navbar-links li a:hover{
display: block;
text-decoration: none;
color: darkslategrey;
}
.navbar-links li:hover{
background-color: rgba(77, 77, 77, 0.319);
border-radius: 6px;
}
.toggle-button{
position:absolute;
top: .75rem;
right: 1rem;
display: none;
flex-direction: column;
width: 30px;
height: 20px;
justify-content: space-between;
}
.toggle-button .bar{
height: 3px;
width: 100%;
margin: 0.5px;
background-color: black;
border-radius: 10px;
}
@media (max-width:400px){
.navbar{
flex-direction: column;
align-items: flex-start;
}
.toggle-button{
display: flex;
}
.navbar-links{
display: none;
width: 100%;
}
.navbar-links ul{
flex-direction: column;
width: 100%;
}
.navbar-links ul li{
text-align: center;
}
.navbar-links ul li a{
padding: .5rem 1rem;
}
.navbar-links.active{
display: flex;
}
}
.contact h2 {
background-color: rgba(180, 180, 180, 0.513);
border-radius: 10px;
font-size: 2rem;
margin-left: 10px;
margin-right: 10px;
}
.icons i{
padding: 10px;
color: rgb(208, 177, 248);
font-size: 40px;
} | style.css | *{
padding: 5;
margin: auto;
}
body{
background-color: darkslategrey;
font-family: 'Roboto Slab';
background-image: url('2.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
img{
border-radius: 50%;
height:30%;
width:40%;
transition-property: height width;
transition-duration: 1s;
}
img:hover{
transform: scale(1.05);
border-radius: 50%;
overflow: hidden;
}
.description{
padding: 10px;
}
p.one{
padding-left: 10%;
padding-right: 10%;
}
.skills{
padding:10px;
font-size: 25px;
}
.header{
padding-top: 2%;
border-radius: 10px;
}
h2.s1{
background-color: rgba(180, 180, 180, 0.513);
border-radius: 10px;
font-size: 2rem;
padding-left: 5%;
padding-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
}
.navbar{
display: flex;
align-items: center;
position: relative;
background-color: lightgrey;
color: black;
border-radius: 5px;
justify-content: space-between;
}
.name{
font-size: 2rem;
font-weight: bolder;
margin: 1rem;
}
.navbar-links{
height: 100%;
}
.navbar-links ul{
display: flex;
}
.navbar-links li{
list-style: none ;
}
.navbar-links li a{
display: block;
text-decoration: none;
color: black;
padding: 1.2rem;
font-size: 25px;
}
.navbar-links li a:hover{
display: block;
text-decoration: none;
color: darkslategrey;
}
.navbar-links li:hover{
background-color: rgba(77, 77, 77, 0.319);
border-radius: 6px;
}
.toggle-button{
position:absolute;
top: .75rem;
right: 1rem;
display: none;
flex-direction: column;
width: 30px;
height: 20px;
justify-content: space-between;
}
.toggle-button .bar{
height: 3px;
width: 100%;
margin: 0.5px;
background-color: black;
border-radius: 10px;
}
@media (max-width:400px){
.navbar{
flex-direction: column;
align-items: flex-start;
}
.toggle-button{
display: flex;
}
.navbar-links{
display: none;
width: 100%;
}
.navbar-links ul{
flex-direction: column;
width: 100%;
}
.navbar-links ul li{
text-align: center;
}
.navbar-links ul li a{
padding: .5rem 1rem;
}
.navbar-links.active{
display: flex;
}
}
.contact h2 {
background-color: rgba(180, 180, 180, 0.513);
border-radius: 10px;
font-size: 2rem;
margin-left: 10px;
margin-right: 10px;
}
.icons i{
padding: 10px;
color: rgb(208, 177, 248);
font-size: 40px;
} | 0.433502 | 0.076201 |
.no-margin
{
margin: 0px;
}
.no-padding
{
padding: 0px;
}
.site-footer
{
background-color: #F8F8F8
;
color: #707070 ;
margin-top: 30px;
padding-top: 30px;
}
ul.unstyled {
list-style: none;
}
.navbar-red{
background: #B80000 ;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: white;
background-color: #B23838;
}
.form-control {
display: block;
width: 100%;
height: 30px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: grey;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 20px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.sub_button {
margin-left: -2px;
margin-right: 2px;
display: block;
}
h5 {
font-size: 27px;
line-height: 27px;
font-family: 'Marvel', sans-serif;
text-align: center;
margin-bottom: 20px;
color: #000000;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.social-networking {
float: right;
width: 147px;
text-align: right;
}
.social-networking ul {
float: right;
margin: 0px;
}
ul {
list-style: none;
}
.social-networking ul li {
padding: 0px;
background: none;
float: left;
}
.social-networking ul li a.facebook {
background: url(images/social-networking.png) no-repeat 0px 0px;
}
.social-networking ul li a.youtube {
background: url(images/social-networking.png) no-repeat -66px 0px;
}
.social-networking ul li a.google {
background: url(images/social-networking.png) no-repeat -100px 0px;
}
.social-networking ul li a.twitter {
background: url(images/social-networking.png) no-repeat -33px 0px;
}
.social-networking ul li a {
width: 33px;
height: 33px;
float: left;
display: block;
text-indent: 955px;
overflow: hidden;
margin-top: 5px;
margin-right: 3px;
} | css/style.css | .no-margin
{
margin: 0px;
}
.no-padding
{
padding: 0px;
}
.site-footer
{
background-color: #F8F8F8
;
color: #707070 ;
margin-top: 30px;
padding-top: 30px;
}
ul.unstyled {
list-style: none;
}
.navbar-red{
background: #B80000 ;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: white;
background-color: #B23838;
}
.form-control {
display: block;
width: 100%;
height: 30px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: grey;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 20px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.sub_button {
margin-left: -2px;
margin-right: 2px;
display: block;
}
h5 {
font-size: 27px;
line-height: 27px;
font-family: 'Marvel', sans-serif;
text-align: center;
margin-bottom: 20px;
color: #000000;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.social-networking {
float: right;
width: 147px;
text-align: right;
}
.social-networking ul {
float: right;
margin: 0px;
}
ul {
list-style: none;
}
.social-networking ul li {
padding: 0px;
background: none;
float: left;
}
.social-networking ul li a.facebook {
background: url(images/social-networking.png) no-repeat 0px 0px;
}
.social-networking ul li a.youtube {
background: url(images/social-networking.png) no-repeat -66px 0px;
}
.social-networking ul li a.google {
background: url(images/social-networking.png) no-repeat -100px 0px;
}
.social-networking ul li a.twitter {
background: url(images/social-networking.png) no-repeat -33px 0px;
}
.social-networking ul li a {
width: 33px;
height: 33px;
float: left;
display: block;
text-indent: 955px;
overflow: hidden;
margin-top: 5px;
margin-right: 3px;
} | 0.351422 | 0.06663 |
.navbar-inner {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006400+0,008e00+100 */
background: #006400; /* Old browsers */
background: -moz-linear-gradient(top, #006400 0%, #008e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006400 0%,#008e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006400 0%,#008e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006400', endColorstr='#008e00',GradientType=0 ); /* IE6-9 */
color: white;
text-decoration-color: none;
}
.navbar-static-top {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006400+0,008e00+100 */
background: #006400; /* Old browsers */
background: -moz-linear-gradient(top, #006400 0%, #008e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006400 0%,#008e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006400 0%,#008e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006400', endColorstr='#008e00',GradientType=0 ); /* IE6-9 */
color: white;
}
.navbar-inner > .container-fluid {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006400+0,008e00+100 */
background: #006400; /* Old browsers */
background: -moz-linear-gradient(top, #006400 0%, #008e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006400 0%,#008e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006400 0%,#008e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006400', endColorstr='#008e00',GradientType=0 ); /* IE6-9 */
color: white;
text-decoration: none;
}
.navbar .nav > .active > a {
background-color: LimeGreen;
color: white;
text-shadow: 0px 0px 0px 0px;
font-weight: bold;
border-radius: 5px;
margin-top: 2px;
margin-bottom: 2px;
}
.navbar .nav > .active > a:hover {
background-color: DarkGreen;
text-shadow:none;
color: white;
font-weight: bold;
}
.navbar .nav > li > a {
color: white;
text-shadow: none!important;
font-weight: bold;
}
.navbar .nav > li > a:hover {
color: white;
text-shadow: none;
font-weight: bold;
text-decoration: underline;
}
.navbar .brand {
background: #006400; /* Old browsers */
background: -moz-linear-gradient(top, #006400 0%, #008e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006400 0%,#008e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006400 0%,#008e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006400', endColorstr='#008e00',GradientType=0 ); /* IE6-9 */
text-shadow: none!important;
color: white;
font-weight: bold;
}
a {
color: DarkGreen;
text-decoration: none;
}
a:hover {
color: LimeGreen;
text-decoration: underline;
}
.btn-info {
background-color: DarkGreen;
background-image: none;
}
.btn-info:hover {
background-color: LimeGreen;
background-image: none;
} | concepticon/static/project.css | .navbar-inner {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006400+0,008e00+100 */
background: #006400; /* Old browsers */
background: -moz-linear-gradient(top, #006400 0%, #008e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006400 0%,#008e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006400 0%,#008e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006400', endColorstr='#008e00',GradientType=0 ); /* IE6-9 */
color: white;
text-decoration-color: none;
}
.navbar-static-top {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006400+0,008e00+100 */
background: #006400; /* Old browsers */
background: -moz-linear-gradient(top, #006400 0%, #008e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006400 0%,#008e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006400 0%,#008e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006400', endColorstr='#008e00',GradientType=0 ); /* IE6-9 */
color: white;
}
.navbar-inner > .container-fluid {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006400+0,008e00+100 */
background: #006400; /* Old browsers */
background: -moz-linear-gradient(top, #006400 0%, #008e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006400 0%,#008e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006400 0%,#008e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006400', endColorstr='#008e00',GradientType=0 ); /* IE6-9 */
color: white;
text-decoration: none;
}
.navbar .nav > .active > a {
background-color: LimeGreen;
color: white;
text-shadow: 0px 0px 0px 0px;
font-weight: bold;
border-radius: 5px;
margin-top: 2px;
margin-bottom: 2px;
}
.navbar .nav > .active > a:hover {
background-color: DarkGreen;
text-shadow:none;
color: white;
font-weight: bold;
}
.navbar .nav > li > a {
color: white;
text-shadow: none!important;
font-weight: bold;
}
.navbar .nav > li > a:hover {
color: white;
text-shadow: none;
font-weight: bold;
text-decoration: underline;
}
.navbar .brand {
background: #006400; /* Old browsers */
background: -moz-linear-gradient(top, #006400 0%, #008e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006400 0%,#008e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006400 0%,#008e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006400', endColorstr='#008e00',GradientType=0 ); /* IE6-9 */
text-shadow: none!important;
color: white;
font-weight: bold;
}
a {
color: DarkGreen;
text-decoration: none;
}
a:hover {
color: LimeGreen;
text-decoration: underline;
}
.btn-info {
background-color: DarkGreen;
background-image: none;
}
.btn-info:hover {
background-color: LimeGreen;
background-image: none;
} | 0.321141 | 0.101723 |
-------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure, footer, header,
hgroup, nav, section {
margin: 0;
padding: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section {
display: block;
}
/* HTML */
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
/* Multimedia */
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
/* Container */
.container {
margin-right: auto;
margin-left: auto;
*zoom: 1;
}
.container:before,
.container:after {
display: table;
line-height: 0;
content: "";
}
.container:after {
clear: both;
}
/* =Lists
-------------------------------------------------------------*/
ul, ol {
display: block;
padding: 0;
margin: 0 0 10px 25px;
}
ul ul, ul ol,
ol ol, ol ul {margin-bottom: 0;}
li {line-height: 20px;}
/* Unstyle */
ul.unstyled, ol.unstyled {margin-left: 0; list-style: none;}
/* =Images
-------------------------------------------------------------*/
img {
display: block;
height: auto;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}
/* Custom */
.img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.img-polaroid {
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
/* =Tables
-------------------------------------------------------------*/
table {width: 100%; border-collapse: collapse; border-spacing: 0;}
.table {
display: table;
width: 100%;
}
.cell {
display: table-cell;
}
.row {
display: table-row;
}
/* =Misc class for general use
------------------------------------------------------------ */
/* Hidden */
.hide, .hidden, .display-none {display: none;}
.invisible {visibility: hidden;}
/* Arrow style */
.right, .float-right, .pull-right {float: right;}
.left, .float-left, .pull-left {float: left;}
.block, .show {display: block;}
.inline {display: inline;}
.inline-block {display: inline-block;}
/*Remove n Clear*/
.clear {
clear: both;
width: 100%;
}
.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {
content: ".";
display: block;
height: 0px;
overflow: hidden;
visibility: hidden;
width: 0px;
}
.clearfix:after {clear: both;}
/* Vertical Position style */
.v-top {vertical-align: top;}
.v-middle {vertical-align: middle;}
.v-bottom {vertical-align: bottom;}
/* Positioning */
.relative {position: relative;}
.absolute {position: absolute;}
.fixed {position: fixed;}
/* Padding and Margin */
.pt-0 {padding-top: 0px;} .pt-5 {padding-top: 5px;} .pt-10 {padding-top: 10px;} .pt-15 {padding-top: 15px;} .pt-20 {padding-top: 20px;} .pt-25 {padding-top: 25px;}
.pr-0 {padding-right: 0px;} .pr-5 {padding-right: 5px;} .pr-10 {padding-right: 10px;} .pr-15 {padding-right: 15px;} .pr-20 {padding-right: 20px;} .pr-25 {padding-right: 25px;}
.pb-0 {padding-bottom: 0px;} .pb-5 {padding-bottom: 5px;} .pb-10 {padding-bottom: 10px;} .pb-15 {padding-bottom: 15px;} .pb-20 {padding-bottom: 20px;} .pb-25 {padding-bottom: 25px;}
.pl-0 {padding-left: 0px;} .pl-5 {padding-left: 5px;} .pl-10 {padding-left: 10px;} .pl-15 {padding-left: 15px;} .pl-20 {padding-left: 20px;} .pl-25 {padding-left: 25px;}
.mt-0 {margin-top: 0px;} .mt-5 {margin-top: 5px;} .mt-10 {margin-top: 10px;} .mt-15 {margin-top: 15px;} .mt-20 {margin-top: 20px;} .mt-25 {margin-top: 25px;}
.mr-0 {margin-right: 0px;} .mr-5 {margin-right: 5px;} .mr-10 {margin-right: 10px;} .mr-15 {margin-right: 15px;} .mr-20 {margin-right: 20px;} .mr-25 {margin-right: 25px;}
.mb-0 {margin-bottom: 0px;} .mb-5 {margin-bottom: 5px;} .mb-10 {margin-bottom: 10px;} .mb-15 {margin-bottom: 15px;} .mb-20 {margin-bottom: 20px;} .mb-25 {margin-bottom: 25px;}
.ml-0 {margin-left: 0px;} .ml-5 {margin-left: 5px;} .ml-10 {margin-left: 10px;} .ml-15 {margin-left: 15px;} .ml-20 {margin-left: 20px;} .ml-25 {margin-left: 25px;} | themes/hptt-v1/css/general.css | -------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure, footer, header,
hgroup, nav, section {
margin: 0;
padding: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section {
display: block;
}
/* HTML */
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
/* Multimedia */
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
/* Container */
.container {
margin-right: auto;
margin-left: auto;
*zoom: 1;
}
.container:before,
.container:after {
display: table;
line-height: 0;
content: "";
}
.container:after {
clear: both;
}
/* =Lists
-------------------------------------------------------------*/
ul, ol {
display: block;
padding: 0;
margin: 0 0 10px 25px;
}
ul ul, ul ol,
ol ol, ol ul {margin-bottom: 0;}
li {line-height: 20px;}
/* Unstyle */
ul.unstyled, ol.unstyled {margin-left: 0; list-style: none;}
/* =Images
-------------------------------------------------------------*/
img {
display: block;
height: auto;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}
/* Custom */
.img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.img-polaroid {
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
/* =Tables
-------------------------------------------------------------*/
table {width: 100%; border-collapse: collapse; border-spacing: 0;}
.table {
display: table;
width: 100%;
}
.cell {
display: table-cell;
}
.row {
display: table-row;
}
/* =Misc class for general use
------------------------------------------------------------ */
/* Hidden */
.hide, .hidden, .display-none {display: none;}
.invisible {visibility: hidden;}
/* Arrow style */
.right, .float-right, .pull-right {float: right;}
.left, .float-left, .pull-left {float: left;}
.block, .show {display: block;}
.inline {display: inline;}
.inline-block {display: inline-block;}
/*Remove n Clear*/
.clear {
clear: both;
width: 100%;
}
.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {
content: ".";
display: block;
height: 0px;
overflow: hidden;
visibility: hidden;
width: 0px;
}
.clearfix:after {clear: both;}
/* Vertical Position style */
.v-top {vertical-align: top;}
.v-middle {vertical-align: middle;}
.v-bottom {vertical-align: bottom;}
/* Positioning */
.relative {position: relative;}
.absolute {position: absolute;}
.fixed {position: fixed;}
/* Padding and Margin */
.pt-0 {padding-top: 0px;} .pt-5 {padding-top: 5px;} .pt-10 {padding-top: 10px;} .pt-15 {padding-top: 15px;} .pt-20 {padding-top: 20px;} .pt-25 {padding-top: 25px;}
.pr-0 {padding-right: 0px;} .pr-5 {padding-right: 5px;} .pr-10 {padding-right: 10px;} .pr-15 {padding-right: 15px;} .pr-20 {padding-right: 20px;} .pr-25 {padding-right: 25px;}
.pb-0 {padding-bottom: 0px;} .pb-5 {padding-bottom: 5px;} .pb-10 {padding-bottom: 10px;} .pb-15 {padding-bottom: 15px;} .pb-20 {padding-bottom: 20px;} .pb-25 {padding-bottom: 25px;}
.pl-0 {padding-left: 0px;} .pl-5 {padding-left: 5px;} .pl-10 {padding-left: 10px;} .pl-15 {padding-left: 15px;} .pl-20 {padding-left: 20px;} .pl-25 {padding-left: 25px;}
.mt-0 {margin-top: 0px;} .mt-5 {margin-top: 5px;} .mt-10 {margin-top: 10px;} .mt-15 {margin-top: 15px;} .mt-20 {margin-top: 20px;} .mt-25 {margin-top: 25px;}
.mr-0 {margin-right: 0px;} .mr-5 {margin-right: 5px;} .mr-10 {margin-right: 10px;} .mr-15 {margin-right: 15px;} .mr-20 {margin-right: 20px;} .mr-25 {margin-right: 25px;}
.mb-0 {margin-bottom: 0px;} .mb-5 {margin-bottom: 5px;} .mb-10 {margin-bottom: 10px;} .mb-15 {margin-bottom: 15px;} .mb-20 {margin-bottom: 20px;} .mb-25 {margin-bottom: 25px;}
.ml-0 {margin-left: 0px;} .ml-5 {margin-left: 5px;} .ml-10 {margin-left: 10px;} .ml-15 {margin-left: 15px;} .ml-20 {margin-left: 20px;} .ml-25 {margin-left: 25px;} | 0.206894 | 0.066721 |
.default-font{
font-family: 'Source Sans Pro', sans-serif;
}
.myCarousel{
max-height: 500px;
height: 500px;
overflow: hidden;
margin: 0 0 30px 0;
}
.main-carousel-heading {
font: 50px bold;
font-family: 'Cinzel Decorative', cursive;
}
.main-carousel-subheading {
font: 30px bold;
font-family: 'Cinzel Decorative', cursive;
}
.carousel-caption {
margin-bottom: 30px;
}
.feature-sell {
margin: 20px;
}
.old-book-img img {
max-height: 200px;
max-width: 250px;
min-height: 200px;
min-width: 250px;
margin: 20px;
}
.feature-sell h2 {
font-family: Montserrat, 'sans-serif';
font-size: 35px;
color: #D93240;
text-transform: uppercase;
margin-bottom: 10px;
}
.feature-sell p {
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
color: #17A697;
margin-bottom: 40px;
}
.submit-ad-button {
font: 20px bold;
font-family: 'Source Sans Pro', sans-serif;
color: white;
background: #D93240;
border: 1px solid #D93240;
float: right;
margin: 0;
}
.feature-buy {
margin: 30px 0 0 0;
padding: 10px 10px 60px 10px;
background: #003442;
}
.feature-buy h2 {
font-family: Montserrat, 'sans-serif';
font-size: 35px;
color: white;
text-transform: uppercase;
margin-bottom: 10px;
}
.feature-buy p {
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
color: white;
margin-bottom: 40px;
}
.login-first-message {
font-size: 14px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 500;
color: red;
position: relative;
top: 0;
left: -60px;
}
.available-books-button {
font: 20px bold;
font-family: 'Source Sans Pro', sans-serif;
color: #003442;
float: right;
}
.contacts-home{
width: 100%;
background: #17A697;
color: white;
height: 2.2em;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
padding-top: 5px;
overflow: hidden;
padding-right: 20px;
padding-left: 20px;
}
.carousel-testimonial {
background-color: #17A697;
color: white;
margin: 0 0 70px 0;
}
.carousel-testimonial blockquote{
min-height: 90px;
}
.carousel-testimonial cite {
margin: 0 80px 0 0;
}
.testimonial-image{
background-color: darkgrey;
background-color: rgba(0,0,0,.2);
}
.book-bank-home {
margin: 30px 0 10px 0;
padding: 10px;
}
.book-bank-home h2{
margin: 20px auto;
font: 35px bold;
font-family: 'Montserrat', sans-serif;
color: #D55256;
text-transform: uppercase;
}
.book-bank-home p{
font: 16px bold;
font-family: 'Source Sans Pro', sans-serif;
margin-bottom: 20px;
color: #003442;
margin-top: 3px;
}
.book-bank-home h3{
font: 20px bold;
font-family: 'Source Sans Pro', sans-serif;
margin: 20px 10px 10px 10px;
color: #003442;
}
.book-bank-home h4 {
font: 20px bold;
font-family: 'Source Sans Pro', sans-serif;
margin: 20px 10px 10px 10px;
color: #D55256;
}
.book-bank-home hr{
height: 2px;
border: 0;
width: 30%;
}
.exp-img{
height: 120px;
width: 120px;
border:2px solid #dbdbdb;
}
.expert-chat-btn {
margin-bottom: 10px;
}
section {
padding: 10px 0;
}
.center {
margin: auto;
}
.whyvc{
margin: 10px 0 60px 0;
padding: 0 30px 40px 30px;
background: darkgrey;
background: rgba(192, 192, 192, 0.1);
border-top: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
color: #003442;
font: 15px bold;
font-family: 'Source Sans Pro', sans-serif;
}
.whyvc h1{
font: 30px bold;
font-family: 'Montserrat', sans-serif;
color: #D55256;
}
.carousel-feedback-heading{
margin: 30px;
color: white;
font: 30px bold;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
}
.quote {
color: white;
text-align: center;
margin-bottom: 30px;
}
.fade-quote-carousel.carousel {
padding-bottom: 60px;
}
.fade-quote-carousel.carousel .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.fade-quote-carousel.carousel .carousel-inner .active {
opacity: 1;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.fade-quote-carousel.carousel .carousel-indicators {
bottom: 10px;
}
.fade-quote-carousel.carousel .carousel-indicators > li {
background-color: white;
border: none;
}
.fade-quote-carousel blockquote {
text-align: center;
border: none;
font: 16px bold;
font-family: 'Source Sans Pro', sans-serif;
}
.fade-quote-carousel .profile-circle {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 100px;
}
.testimonial-button{
font: 20px bold;
font-family: 'Source Sans Pro', sans-serif;
color: #003442;
float: right;
margin: 0;
}
.categories-view p{
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px;
}
.categories-view h3{
font: 30px bold;
font-family: 'Montserrat', sans-serif;
color: #D55256;
}
.centerr {
margin-left: 20px;
border: 1px solid black;
}
.categories-view a{
text-decoration: none;
color: grey;
}
.testimonial-login-message {
font-size: 14px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 500;
color: red;
position: relative;
top: -20px;
left: 130px;
} | modules/core/client/css/homestyle.css | .default-font{
font-family: 'Source Sans Pro', sans-serif;
}
.myCarousel{
max-height: 500px;
height: 500px;
overflow: hidden;
margin: 0 0 30px 0;
}
.main-carousel-heading {
font: 50px bold;
font-family: 'Cinzel Decorative', cursive;
}
.main-carousel-subheading {
font: 30px bold;
font-family: 'Cinzel Decorative', cursive;
}
.carousel-caption {
margin-bottom: 30px;
}
.feature-sell {
margin: 20px;
}
.old-book-img img {
max-height: 200px;
max-width: 250px;
min-height: 200px;
min-width: 250px;
margin: 20px;
}
.feature-sell h2 {
font-family: Montserrat, 'sans-serif';
font-size: 35px;
color: #D93240;
text-transform: uppercase;
margin-bottom: 10px;
}
.feature-sell p {
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
color: #17A697;
margin-bottom: 40px;
}
.submit-ad-button {
font: 20px bold;
font-family: 'Source Sans Pro', sans-serif;
color: white;
background: #D93240;
border: 1px solid #D93240;
float: right;
margin: 0;
}
.feature-buy {
margin: 30px 0 0 0;
padding: 10px 10px 60px 10px;
background: #003442;
}
.feature-buy h2 {
font-family: Montserrat, 'sans-serif';
font-size: 35px;
color: white;
text-transform: uppercase;
margin-bottom: 10px;
}
.feature-buy p {
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
color: white;
margin-bottom: 40px;
}
.login-first-message {
font-size: 14px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 500;
color: red;
position: relative;
top: 0;
left: -60px;
}
.available-books-button {
font: 20px bold;
font-family: 'Source Sans Pro', sans-serif;
color: #003442;
float: right;
}
.contacts-home{
width: 100%;
background: #17A697;
color: white;
height: 2.2em;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
padding-top: 5px;
overflow: hidden;
padding-right: 20px;
padding-left: 20px;
}
.carousel-testimonial {
background-color: #17A697;
color: white;
margin: 0 0 70px 0;
}
.carousel-testimonial blockquote{
min-height: 90px;
}
.carousel-testimonial cite {
margin: 0 80px 0 0;
}
.testimonial-image{
background-color: darkgrey;
background-color: rgba(0,0,0,.2);
}
.book-bank-home {
margin: 30px 0 10px 0;
padding: 10px;
}
.book-bank-home h2{
margin: 20px auto;
font: 35px bold;
font-family: 'Montserrat', sans-serif;
color: #D55256;
text-transform: uppercase;
}
.book-bank-home p{
font: 16px bold;
font-family: 'Source Sans Pro', sans-serif;
margin-bottom: 20px;
color: #003442;
margin-top: 3px;
}
.book-bank-home h3{
font: 20px bold;
font-family: 'Source Sans Pro', sans-serif;
margin: 20px 10px 10px 10px;
color: #003442;
}
.book-bank-home h4 {
font: 20px bold;
font-family: 'Source Sans Pro', sans-serif;
margin: 20px 10px 10px 10px;
color: #D55256;
}
.book-bank-home hr{
height: 2px;
border: 0;
width: 30%;
}
.exp-img{
height: 120px;
width: 120px;
border:2px solid #dbdbdb;
}
.expert-chat-btn {
margin-bottom: 10px;
}
section {
padding: 10px 0;
}
.center {
margin: auto;
}
.whyvc{
margin: 10px 0 60px 0;
padding: 0 30px 40px 30px;
background: darkgrey;
background: rgba(192, 192, 192, 0.1);
border-top: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
color: #003442;
font: 15px bold;
font-family: 'Source Sans Pro', sans-serif;
}
.whyvc h1{
font: 30px bold;
font-family: 'Montserrat', sans-serif;
color: #D55256;
}
.carousel-feedback-heading{
margin: 30px;
color: white;
font: 30px bold;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
}
.quote {
color: white;
text-align: center;
margin-bottom: 30px;
}
.fade-quote-carousel.carousel {
padding-bottom: 60px;
}
.fade-quote-carousel.carousel .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.fade-quote-carousel.carousel .carousel-inner .active {
opacity: 1;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.fade-quote-carousel.carousel .carousel-indicators {
bottom: 10px;
}
.fade-quote-carousel.carousel .carousel-indicators > li {
background-color: white;
border: none;
}
.fade-quote-carousel blockquote {
text-align: center;
border: none;
font: 16px bold;
font-family: 'Source Sans Pro', sans-serif;
}
.fade-quote-carousel .profile-circle {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 100px;
}
.testimonial-button{
font: 20px bold;
font-family: 'Source Sans Pro', sans-serif;
color: #003442;
float: right;
margin: 0;
}
.categories-view p{
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px;
}
.categories-view h3{
font: 30px bold;
font-family: 'Montserrat', sans-serif;
color: #D55256;
}
.centerr {
margin-left: 20px;
border: 1px solid black;
}
.categories-view a{
text-decoration: none;
color: grey;
}
.testimonial-login-message {
font-size: 14px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 500;
color: red;
position: relative;
top: -20px;
left: 130px;
} | 0.242475 | 0.080285 |
@font-face {
font-family: 'fontello';
src: url('../fonts/fontello.eot?81660433');
src: url('../fonts/fontello.eot#iefix?81660433') format('embedded-opentype'),
url('../fonts/fontello.woff2?81660433') format('woff2'),
url('../fonts/fontello.woff?81660433') format('woff'),
url('../fonts/fontello.ttf?81660433') format('truetype'),
url('../fonts/fontello.svg?81660433#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../fonts/fontello.svg?81660433#fontello') format('svg');
}
}
*/
[class^="rbyc-icon-"] a::before, [class*=" rbyc-icon-"] a::before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: block;
text-decoration: inherit;
width: 1em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-bottom: .5rem;
/* you can be more comfortable with increased icons size */
font-size: 4rem;
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Add icons in file blocks */
[class*=" rbyc-icon-"].wp-block-file a::before {
display: inline-block;
font-size: inherit;
margin: 0 5px;
}
.rbyc-icon-calendar a::before { content: '\e800'; } /* '' */
.rbyc-icon-events a::before { content: '\e801'; } /* '' */
.rbyc-icon-weather a::before { content: '\e802'; } /* '' */
.rbyc-icon-book a::before { content: '\e803'; } /* '' */
.rbyc-icon-committee a::before { content: '\e804'; } /* '' */
.rbyc-icon-cruising a::before { content: '\e805'; } /* '' */
.rbyc-icon-sign a::before { content: '\e806'; } /* '' */
.rbyc-icon-gym a::before { content: '\e807'; } /* '' */
.rbyc-icon-marina a::before { content: '\e808'; } /* '' */
.rbyc-icon-training a::before { content: '\e809'; } /* '' */
.rbyc-icon-boat a::before { content: '\e80a'; } /* '' */
.rbyc-icon-grass a::before { content: '\e80b'; } /* '' */
.rbyc-icon-volunteers a::before { content: '\e80c'; } /* '' */
.rbyc-icon-hardstand a::before { content: '\e80d'; } /* '' */
.rbyc-icon-etchells a::before { content: '\e80e'; } /* '' */
.rbyc-icon-dragons a::before { content: '\e80f'; } /* '' */
.rbyc-icon-buoy a::before { content: '\e810'; } /* '' */
.rbyc-icon-tower a::before { content: '\e811'; } /* '' */
.rbyc-icon-beach a::before { content: '\e812'; } /* '' */
.rbyc-icon-link a::before { content: '\e813'; } /* '' */
.rbyc-icon-new a::before { content: '\e814'; } /* '' */
.rbyc-icon-cart a::before { content: '\e815'; } /* '' */
.rbyc-icon-compass a::before { content: '\e816'; } /* '' */
.rbyc-icon-tackers a::before { content: '\e817'; } /* '' */
.rbyc-icon-outthere a::before { content: '\e818'; } /* '' */
.rbyc-icon-coach a::before { content: '\e819'; } /* '' */
.rbyc-icon-optimist-silhouette a::before { content: '\e81a'; } /* '' */
.rbyc-icon-rya a::before { content: '\e81b'; } /* '' */
.rbyc-icon-rs-boat a::before { content: '\e81c'; } /* '' */
.rbyc-icon-coronavirus a::before { content: '\e826'; } /* '' */
.rbyc-icon-brochure a::before { content: '\e827'; } /* '' */
.rbyc-icon-history-book a::before { content: '\e828'; } /* '' */
.rbyc-icon-policies a::before { content: '\e82b'; } /* '' */
.rbyc-icon-restaurant a::before { content: '\e832'; } /* '' */
.rbyc-icon-swimming a::before { content: '\e838'; } /* '' */
.rbyc-icon-docs a::before { content: '\f0c5'; } /* '' */
.rbyc-icon-club a::before { content: '\f0f7'; } /* '' */
.rbyc-icon-racing a::before { content: '\f11e'; } /* '' */
.rbyc-icon-news a::before { content: '\f1ea'; } /* '' */
.rbyc-icon-membership a::before { content: '\f2bc'; } /* '' */
.rbyc-icon-facebook-squared a::before { content: '\f308'; } /* '' */
.rbyc-icon-clock a::before { content: '🕔'; } /* '\1f554' */ | assets/css/fontello.css | @font-face {
font-family: 'fontello';
src: url('../fonts/fontello.eot?81660433');
src: url('../fonts/fontello.eot#iefix?81660433') format('embedded-opentype'),
url('../fonts/fontello.woff2?81660433') format('woff2'),
url('../fonts/fontello.woff?81660433') format('woff'),
url('../fonts/fontello.ttf?81660433') format('truetype'),
url('../fonts/fontello.svg?81660433#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../fonts/fontello.svg?81660433#fontello') format('svg');
}
}
*/
[class^="rbyc-icon-"] a::before, [class*=" rbyc-icon-"] a::before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: block;
text-decoration: inherit;
width: 1em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-bottom: .5rem;
/* you can be more comfortable with increased icons size */
font-size: 4rem;
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Add icons in file blocks */
[class*=" rbyc-icon-"].wp-block-file a::before {
display: inline-block;
font-size: inherit;
margin: 0 5px;
}
.rbyc-icon-calendar a::before { content: '\e800'; } /* '' */
.rbyc-icon-events a::before { content: '\e801'; } /* '' */
.rbyc-icon-weather a::before { content: '\e802'; } /* '' */
.rbyc-icon-book a::before { content: '\e803'; } /* '' */
.rbyc-icon-committee a::before { content: '\e804'; } /* '' */
.rbyc-icon-cruising a::before { content: '\e805'; } /* '' */
.rbyc-icon-sign a::before { content: '\e806'; } /* '' */
.rbyc-icon-gym a::before { content: '\e807'; } /* '' */
.rbyc-icon-marina a::before { content: '\e808'; } /* '' */
.rbyc-icon-training a::before { content: '\e809'; } /* '' */
.rbyc-icon-boat a::before { content: '\e80a'; } /* '' */
.rbyc-icon-grass a::before { content: '\e80b'; } /* '' */
.rbyc-icon-volunteers a::before { content: '\e80c'; } /* '' */
.rbyc-icon-hardstand a::before { content: '\e80d'; } /* '' */
.rbyc-icon-etchells a::before { content: '\e80e'; } /* '' */
.rbyc-icon-dragons a::before { content: '\e80f'; } /* '' */
.rbyc-icon-buoy a::before { content: '\e810'; } /* '' */
.rbyc-icon-tower a::before { content: '\e811'; } /* '' */
.rbyc-icon-beach a::before { content: '\e812'; } /* '' */
.rbyc-icon-link a::before { content: '\e813'; } /* '' */
.rbyc-icon-new a::before { content: '\e814'; } /* '' */
.rbyc-icon-cart a::before { content: '\e815'; } /* '' */
.rbyc-icon-compass a::before { content: '\e816'; } /* '' */
.rbyc-icon-tackers a::before { content: '\e817'; } /* '' */
.rbyc-icon-outthere a::before { content: '\e818'; } /* '' */
.rbyc-icon-coach a::before { content: '\e819'; } /* '' */
.rbyc-icon-optimist-silhouette a::before { content: '\e81a'; } /* '' */
.rbyc-icon-rya a::before { content: '\e81b'; } /* '' */
.rbyc-icon-rs-boat a::before { content: '\e81c'; } /* '' */
.rbyc-icon-coronavirus a::before { content: '\e826'; } /* '' */
.rbyc-icon-brochure a::before { content: '\e827'; } /* '' */
.rbyc-icon-history-book a::before { content: '\e828'; } /* '' */
.rbyc-icon-policies a::before { content: '\e82b'; } /* '' */
.rbyc-icon-restaurant a::before { content: '\e832'; } /* '' */
.rbyc-icon-swimming a::before { content: '\e838'; } /* '' */
.rbyc-icon-docs a::before { content: '\f0c5'; } /* '' */
.rbyc-icon-club a::before { content: '\f0f7'; } /* '' */
.rbyc-icon-racing a::before { content: '\f11e'; } /* '' */
.rbyc-icon-news a::before { content: '\f1ea'; } /* '' */
.rbyc-icon-membership a::before { content: '\f2bc'; } /* '' */
.rbyc-icon-facebook-squared a::before { content: '\f308'; } /* '' */
.rbyc-icon-clock a::before { content: '🕔'; } /* '\1f554' */ | 0.277669 | 0.049566 |
nav {
justify-content: space-between;
}
.odin-logo {
font-family: "Norse", serif;
display: flex;
align-items: center;
font-size: 32px;
font-weight: 700;
color: #cc9543;
}
.odin-img-logo {
height: 70px;
width: auto;
}
.main-menu {
justify-content: flex-end;
font-weight: 700;
height: 12vh;
}
.main-menu a {
text-decoration: none;
}
.menu .fa-bars {
display: none;
}
.intro {
text-align: center;
padding-bottom: 60px;
}
.intro h2 {
font-size: 36px;
font-weight: 300;
color: #cc9543;
margin: 60px auto 30px;
}
.intro h3 {
font-size: 18px;
color: rgba(74, 74, 74, 0.7);
padding-bottom: 70px;
}
.intro button {
font-weight: 700;
color: #fff;
background-color: #6abfc3;
padding: 16px 56px;
box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.5);
border: none;
border-radius: 5px;
cursor: pointer;
}
.img-container {
background:
url(https://www.theodinproject.com/assets/home-isometric-60f02f572fa9ae583a22bf4d391e48f30cae707cbdb602e130bc3f12d73bac85.svg)
center no-repeat;
background-size: cover;
height: 551px;
max-width: 100%;
width: 100%;
padding: 0;
margin: 0;
}
.offscreen {
height: 1px;
width: 1px;
padding: 0;
margin: -1px;
border: 0;
position: absolute;
overflow: hidden;
opacity: 0;
clip: rect(0 0 0 0);
clip-path: rect(0 0 0 0);
}
.odin-town-img {
width: 100vw;
}
.how-it-works {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
padding-top: 70px;
padding-bottom: 100px;
align-items: center;
}
.how-it-works h2 {
font-size: 24px;
color: #4a4a4a;
font-weight: 700;
margin-bottom: 36px;
}
.how-it-works p,
.lbc p {
font-size: 18px;
color: rgba(74, 74, 74, 0.7);
line-height: 33px;
}
.lbc {
margin: 0 auto;
text-align: center;
margin-bottom: 70px;
}
footer .row {
align-items: center;
}
.lbc .row {
align-items: center;
}
.lbc img {
vertical-align: top;
height: 165px;
}
.lbc h4 {
font-size: 18px;
color: #4a4a4a;
font-weight: 700;
margin-bottom: 36px;
margin-top: 50px;
}
.curriculum {
background-color: #f3f3f3;
padding-top: 60px;
}
.curr-content {
margin: 0 auto;
text-align: center;
}
.curr-content h2 {
font-size: 24px;
color: #4a4a4a;
font-weight: 700;
margin-bottom: 60px;
}
.curr-content button {
font-weight: 700;
color: #fff;
background-color: #cc9543;
padding: 16px 56px;
margin: 40px 0 60px;
box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.5);
border: none;
border-radius: 5px;
cursor: pointer;
}
.card-container {
display: flex;
flex: 0 1 254px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
max-width: 1000px;
}
.card-container h4 {
font-size: 18px;
color: #4a4a4a;
font-weight: 700;
margin: 18px 0 8px;
}
.card {
height: 256px;
width: 254px;
padding: 23px 46px 25px;
margin: 0 15px 30px 15px;
box-shadow: rgba(0, 0, 0, 0.05) 0 7px 16px 0;
background-color: #fff;
text-align: center;
}
.success {
background-image: linear-gradient(to bottom, #fff, #eee);
}
.success h2 {
text-align: center;
padding: 70px 0;
font-size: 24px;
color: #4a4a4a;
font-weight: 700;
}
.success section {
width: 100%;
}
.sign-up a {
color: rgba(74, 74, 74, 0.7);
}
.footer-menu a {
text-decoration: none;
font-weight: 700;
color: rgba(74, 74, 74, 0.7);
}
.footer-menu a:hover {
color: #353535;
}
.success div div:nth-of-type(2) p a {
text-decoration: none;
color: #ce973e;
line-height: 34px;
}
.success div div:nth-of-type(2) p {
line-height: 33px;
color: rgba(74, 74, 74, 0.7);
}
.success img {
width: 50px;
height: 50px;
border-radius: 50%;
}
.success-cont {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
justify-content: center;
padding-bottom: 70px;
}
.success-cont .col-lg-5 {
flex: 0 1 400px;
}
.sign-up {
text-align: center;
padding: 80px 0;
margin: 0 auto;
}
.sign-up h2 {
font-size: 36px;
font-weight: 300;
color: rgba(74, 74, 74, 0.7);
margin: 60px auto 30px;
}
.sign-up button {
font-weight: 700;
color: #fff;
background-color: #6abfc3;
padding: 16px 56px;
box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.5);
border: none;
border-radius: 5px;
cursor: pointer;
}
footer {
height: 30vh;
display: flex;
align-items: center;
}
.social-icons {
display: flex;
justify-content: center;
align-items: center;
}
.social-icons li {
margin: 0 25px;
}
.social-icons .fab {
color: #cc9543;
}
.column-1 {
padding-left: 100px;
}
@media only screen and (max-width: 990px) {
.logo-footer {
display: none;
}
.lbc-container {
flex-flow: column;
text-align: center;
}
.lbc-container div {
max-width: 400px;
}
.footer-menu {
display: none;
}
footer {
height: 10vh;
}
.social-icons {
margin: 0 auto;
}
.social-icons .menu-item {
display: inline;
}
}
@media only screen and (max-width: 768px) {
.odin-logo {
min-width: 250px;
font-size: 22px;
}
.oding-img-logo {
width: 90%;
}
.menu {
width: 100%;
}
.menu-item {
display: none;
}
.menu .fa-bars {
display: inline-block;
margin-right: 20px;
}
} | style.css | nav {
justify-content: space-between;
}
.odin-logo {
font-family: "Norse", serif;
display: flex;
align-items: center;
font-size: 32px;
font-weight: 700;
color: #cc9543;
}
.odin-img-logo {
height: 70px;
width: auto;
}
.main-menu {
justify-content: flex-end;
font-weight: 700;
height: 12vh;
}
.main-menu a {
text-decoration: none;
}
.menu .fa-bars {
display: none;
}
.intro {
text-align: center;
padding-bottom: 60px;
}
.intro h2 {
font-size: 36px;
font-weight: 300;
color: #cc9543;
margin: 60px auto 30px;
}
.intro h3 {
font-size: 18px;
color: rgba(74, 74, 74, 0.7);
padding-bottom: 70px;
}
.intro button {
font-weight: 700;
color: #fff;
background-color: #6abfc3;
padding: 16px 56px;
box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.5);
border: none;
border-radius: 5px;
cursor: pointer;
}
.img-container {
background:
url(https://www.theodinproject.com/assets/home-isometric-60f02f572fa9ae583a22bf4d391e48f30cae707cbdb602e130bc3f12d73bac85.svg)
center no-repeat;
background-size: cover;
height: 551px;
max-width: 100%;
width: 100%;
padding: 0;
margin: 0;
}
.offscreen {
height: 1px;
width: 1px;
padding: 0;
margin: -1px;
border: 0;
position: absolute;
overflow: hidden;
opacity: 0;
clip: rect(0 0 0 0);
clip-path: rect(0 0 0 0);
}
.odin-town-img {
width: 100vw;
}
.how-it-works {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
padding-top: 70px;
padding-bottom: 100px;
align-items: center;
}
.how-it-works h2 {
font-size: 24px;
color: #4a4a4a;
font-weight: 700;
margin-bottom: 36px;
}
.how-it-works p,
.lbc p {
font-size: 18px;
color: rgba(74, 74, 74, 0.7);
line-height: 33px;
}
.lbc {
margin: 0 auto;
text-align: center;
margin-bottom: 70px;
}
footer .row {
align-items: center;
}
.lbc .row {
align-items: center;
}
.lbc img {
vertical-align: top;
height: 165px;
}
.lbc h4 {
font-size: 18px;
color: #4a4a4a;
font-weight: 700;
margin-bottom: 36px;
margin-top: 50px;
}
.curriculum {
background-color: #f3f3f3;
padding-top: 60px;
}
.curr-content {
margin: 0 auto;
text-align: center;
}
.curr-content h2 {
font-size: 24px;
color: #4a4a4a;
font-weight: 700;
margin-bottom: 60px;
}
.curr-content button {
font-weight: 700;
color: #fff;
background-color: #cc9543;
padding: 16px 56px;
margin: 40px 0 60px;
box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.5);
border: none;
border-radius: 5px;
cursor: pointer;
}
.card-container {
display: flex;
flex: 0 1 254px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
max-width: 1000px;
}
.card-container h4 {
font-size: 18px;
color: #4a4a4a;
font-weight: 700;
margin: 18px 0 8px;
}
.card {
height: 256px;
width: 254px;
padding: 23px 46px 25px;
margin: 0 15px 30px 15px;
box-shadow: rgba(0, 0, 0, 0.05) 0 7px 16px 0;
background-color: #fff;
text-align: center;
}
.success {
background-image: linear-gradient(to bottom, #fff, #eee);
}
.success h2 {
text-align: center;
padding: 70px 0;
font-size: 24px;
color: #4a4a4a;
font-weight: 700;
}
.success section {
width: 100%;
}
.sign-up a {
color: rgba(74, 74, 74, 0.7);
}
.footer-menu a {
text-decoration: none;
font-weight: 700;
color: rgba(74, 74, 74, 0.7);
}
.footer-menu a:hover {
color: #353535;
}
.success div div:nth-of-type(2) p a {
text-decoration: none;
color: #ce973e;
line-height: 34px;
}
.success div div:nth-of-type(2) p {
line-height: 33px;
color: rgba(74, 74, 74, 0.7);
}
.success img {
width: 50px;
height: 50px;
border-radius: 50%;
}
.success-cont {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
justify-content: center;
padding-bottom: 70px;
}
.success-cont .col-lg-5 {
flex: 0 1 400px;
}
.sign-up {
text-align: center;
padding: 80px 0;
margin: 0 auto;
}
.sign-up h2 {
font-size: 36px;
font-weight: 300;
color: rgba(74, 74, 74, 0.7);
margin: 60px auto 30px;
}
.sign-up button {
font-weight: 700;
color: #fff;
background-color: #6abfc3;
padding: 16px 56px;
box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.5);
border: none;
border-radius: 5px;
cursor: pointer;
}
footer {
height: 30vh;
display: flex;
align-items: center;
}
.social-icons {
display: flex;
justify-content: center;
align-items: center;
}
.social-icons li {
margin: 0 25px;
}
.social-icons .fab {
color: #cc9543;
}
.column-1 {
padding-left: 100px;
}
@media only screen and (max-width: 990px) {
.logo-footer {
display: none;
}
.lbc-container {
flex-flow: column;
text-align: center;
}
.lbc-container div {
max-width: 400px;
}
.footer-menu {
display: none;
}
footer {
height: 10vh;
}
.social-icons {
margin: 0 auto;
}
.social-icons .menu-item {
display: inline;
}
}
@media only screen and (max-width: 768px) {
.odin-logo {
min-width: 250px;
font-size: 22px;
}
.oding-img-logo {
width: 90%;
}
.menu {
width: 100%;
}
.menu-item {
display: none;
}
.menu .fa-bars {
display: inline-block;
margin-right: 20px;
}
} | 0.407923 | 0.079389 |
.navbar {
min-height: 25px;
margin-bottom: 0px;
}
.submenu .navbar-nav > li > a.brand {
width: 120px;
height: 25px;
background: url(../img/js-logo.png) no-repeat;
}
.submenu .navbar-nav > li > a.brand:hover {
width: 120px;
height: 25px;
background: url(../img/js-logo.png) no-repeat;
}
li {
cursor: pointer;
}
.side-nav {
margin-left: -45px;
left: 45px;
width: 45px;
position: absolute;
clear: both;
top: 25px;
bottom: 0px;
border: none;
background-color: #333333;
overflow-y: auto;
overflow-x: hidden;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.side-nav i.fa {
font-size: 22px;
color: white;
}
.side-nav > li > a:hover,
.side-nav > li > a:focus {
color: #fff;
background: #0887c5;
}
.submenu .navbar-nav > li > a,
.submenu .navbar-nav > li > a {
color: #fff;
height: 27px;
background: #0887c5;
}
.submenu .navbar-nav > li > a:hover,
.submenu .navbar-nav > li > a:focus {
color: #fff;
background: #1ba1e2;
}
.submenu {
clear: both;
width: 100%;
padding-left: 5px;
font-size: 13px;
font-weight: normal;
height: 27px;
background-color: #0887c5;
}
.submenu > ul > li > a {
padding: 4px 14px 0px 14px;
}
.submenu i.fa {
margin-right: 6px;
font-size: 12px;
}
#side-nav-extended-pane {
width: 0px;
padding: 15px;
}
#side-nav-divider {
width: 5px;
left: 0px;
}
#main-pane {
left: 0px;
margin-left: 0px;
}
#ace-editor-pane {
right: 35%;
margin-right: 5px;
}
#main-pane-divider {
right: 35%;
width: 5px;
}
#preview-pane {
width: 35%;
height: 100%;
}
#frameOverlay {
position: absolute;
width: 100%;
height: 100%;
overflow: auto;
z-index: 0;
background-color: white;
opacity: 0;
}
iframe#preview {
position: absolute;
width: 100%;
height: 100%;
overflow: auto;
z-index: 1;
}
#content-pane {
bottom: 35%;
margin-bottom: 5px;
}
#content-divider {
bottom: 35%;
height: 5px;
}
#helpers-pane {
height: 35%;
}
#template-detail-wrap {
top: 25px;
left: 45px;
right: 0px;
display: block;
position: absolute;
height: auto;
bottom: 0px;
}
.full-content {
display: block;
position: absolute !important;
height: auto;
bottom: 0px;
top: 0px;
left: auto;
padding: 0px;
width: 100%;
margin-top: 13px;
}
.full-content-right {
width: 100%;
position: absolute !important;
top: 0px;
height:13px;
background-color: #F5F5F5;
}
.full-content-right-text {
float: right;
font-size: 9px;
}
.full-content-menu {
display: block;
position: absolute !important;
height: auto;
bottom: 0px;
top: 0px;
right: 0px;
left: auto;
width: 100%;
margin-top: 0px;
}
.split-pane-divider {
width: 5px;
background-color: #eeeeee;
}
.split-pane {
height: 100%;
overflow: auto;
position: relative;
}
.btn { text-align: left; }
li.dropdown.open > ul > li > a {
text-transform: none;
font-size: 13px !important;
}
.dropdown-menu > li > a {
padding: 8px 15px 8px 15px;
font-size: 12px !important;
}
#side-nav-extended-pane .btn:first-child {
width: 120px;
}
img#loader-img {
position: absolute;
left: 50%;
top: 50%;
margin-left: -100px; /* -1 * image width / 2 */
margin-top: -100px; /* -1 * image height / 2 */
display: block;
}
.extended-menu-options {
margin-bottom: 10px;
} | node_modules/jsreport/extension/express/public/css/embed.css | .navbar {
min-height: 25px;
margin-bottom: 0px;
}
.submenu .navbar-nav > li > a.brand {
width: 120px;
height: 25px;
background: url(../img/js-logo.png) no-repeat;
}
.submenu .navbar-nav > li > a.brand:hover {
width: 120px;
height: 25px;
background: url(../img/js-logo.png) no-repeat;
}
li {
cursor: pointer;
}
.side-nav {
margin-left: -45px;
left: 45px;
width: 45px;
position: absolute;
clear: both;
top: 25px;
bottom: 0px;
border: none;
background-color: #333333;
overflow-y: auto;
overflow-x: hidden;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.side-nav i.fa {
font-size: 22px;
color: white;
}
.side-nav > li > a:hover,
.side-nav > li > a:focus {
color: #fff;
background: #0887c5;
}
.submenu .navbar-nav > li > a,
.submenu .navbar-nav > li > a {
color: #fff;
height: 27px;
background: #0887c5;
}
.submenu .navbar-nav > li > a:hover,
.submenu .navbar-nav > li > a:focus {
color: #fff;
background: #1ba1e2;
}
.submenu {
clear: both;
width: 100%;
padding-left: 5px;
font-size: 13px;
font-weight: normal;
height: 27px;
background-color: #0887c5;
}
.submenu > ul > li > a {
padding: 4px 14px 0px 14px;
}
.submenu i.fa {
margin-right: 6px;
font-size: 12px;
}
#side-nav-extended-pane {
width: 0px;
padding: 15px;
}
#side-nav-divider {
width: 5px;
left: 0px;
}
#main-pane {
left: 0px;
margin-left: 0px;
}
#ace-editor-pane {
right: 35%;
margin-right: 5px;
}
#main-pane-divider {
right: 35%;
width: 5px;
}
#preview-pane {
width: 35%;
height: 100%;
}
#frameOverlay {
position: absolute;
width: 100%;
height: 100%;
overflow: auto;
z-index: 0;
background-color: white;
opacity: 0;
}
iframe#preview {
position: absolute;
width: 100%;
height: 100%;
overflow: auto;
z-index: 1;
}
#content-pane {
bottom: 35%;
margin-bottom: 5px;
}
#content-divider {
bottom: 35%;
height: 5px;
}
#helpers-pane {
height: 35%;
}
#template-detail-wrap {
top: 25px;
left: 45px;
right: 0px;
display: block;
position: absolute;
height: auto;
bottom: 0px;
}
.full-content {
display: block;
position: absolute !important;
height: auto;
bottom: 0px;
top: 0px;
left: auto;
padding: 0px;
width: 100%;
margin-top: 13px;
}
.full-content-right {
width: 100%;
position: absolute !important;
top: 0px;
height:13px;
background-color: #F5F5F5;
}
.full-content-right-text {
float: right;
font-size: 9px;
}
.full-content-menu {
display: block;
position: absolute !important;
height: auto;
bottom: 0px;
top: 0px;
right: 0px;
left: auto;
width: 100%;
margin-top: 0px;
}
.split-pane-divider {
width: 5px;
background-color: #eeeeee;
}
.split-pane {
height: 100%;
overflow: auto;
position: relative;
}
.btn { text-align: left; }
li.dropdown.open > ul > li > a {
text-transform: none;
font-size: 13px !important;
}
.dropdown-menu > li > a {
padding: 8px 15px 8px 15px;
font-size: 12px !important;
}
#side-nav-extended-pane .btn:first-child {
width: 120px;
}
img#loader-img {
position: absolute;
left: 50%;
top: 50%;
margin-left: -100px; /* -1 * image width / 2 */
margin-top: -100px; /* -1 * image height / 2 */
display: block;
}
.extended-menu-options {
margin-bottom: 10px;
} | 0.377311 | 0.071526 |
* Bootstrap v4.5.2 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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; }
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
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 {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 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]):not([class]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none; }
pre,
code,
kbd,
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: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
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; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
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: 0.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, 0.1); }
small,
.small {
font-size: 80%;
font-weight: 400; }
mark,
.mark {
padding: 0.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: 0.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: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 0.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: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.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,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.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-sm, .container-md {
max-width: 720px; } }
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px; } }
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1140px; } }
.row {
display: -webkit-box;
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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-sm-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-sm-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-sm-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-sm-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-sm-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-sm-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-md-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-md-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-md-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-md-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-md-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-md-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-lg-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-lg-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-lg-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-lg-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-lg-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-lg-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-xl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-xl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-xl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-xl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-xl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-xl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529; }
.table th,
.table td {
padding: 0.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 th,
.table-sm td {
padding: 0.3rem; }
.table-bordered {
border: 1px solid #dee2e6; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6; }
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075); }
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
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 > th,
.table-secondary > td {
background-color: #d6d8db; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
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 > th,
.table-success > td {
background-color: #c3e6cb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
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 > th,
.table-info > td {
background-color: #bee5eb; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
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 > th,
.table-warning > td {
background-color: #ffeeba; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
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 > th,
.table-danger > td {
background-color: #f5c6cb; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
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 > th,
.table-light > td {
background-color: #fdfdfe; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
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 > th,
.table-dark > td {
background-color: #c6c8ca; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
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 > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 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 th,
.table-dark td,
.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, 0.05); }
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.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 + 0.75rem + 2px);
padding: 0.375rem 0.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: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
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;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::-webkit-input-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="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].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(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5; }
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5; }
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5; }
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.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-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0; }
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
select.form-control[size], select.form-control[multiple] {
height: auto; }
textarea.form-control {
height: auto; }
.form-group {
margin-bottom: 1rem; }
.form-text {
display: block;
margin-top: 0.25rem; }
.form-row {
display: -webkit-box;
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: 0.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: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem; }
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0; }
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745; }
.valid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0.25rem; }
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #28a745;
padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #28a745;
padding-right: calc(0.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 0.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(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #28a745; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545; }
.invalid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem; }
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #dc3545;
padding-right: calc(0.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 0.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(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #dc3545; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.form-inline .form-check {
width: 100%; }
@media (min-width: 576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0; }
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-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 .input-group,
.form-inline .custom-select {
width: auto; }
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: 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: 0.25rem;
margin-left: 0; }
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.form-inline .custom-control-label {
margin-bottom: 0; } }
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.fade:not(.show) {
opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative; }
.dropdown-toggle {
white-space: nowrap; }
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.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: 0.5rem 0;
margin: 0.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, 0.15);
border-radius: 0.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: 0.125rem; }
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.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: 0.125rem; }
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.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: 0.125rem; }
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: ""; }
.dropleft .dropdown-toggle::after {
display: none; }
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
margin-left: 0; }
.dropleft .dropdown-toggle::before {
vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto; }
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef; }
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
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: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap; }
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529; }
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1; }
.btn-toolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.btn-toolbar .input-group {
width: auto; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem; }
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem; }
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
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="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%; }
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0; }
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px; }
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3; }
.input-group > .custom-file .custom-file-input:focus {
z-index: 4; }
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group > .custom-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-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-prepend,
.input-group-append {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2; }
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
z-index: 3; }
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px; }
.input-group-prepend {
margin-right: -1px; }
.input-group-append {
margin-left: -1px; }
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.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: 0.25rem; }
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0; }
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
height: calc(1.5em + 1rem + 2px); }
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
height: calc(1.5em + 0.5rem + 2px); }
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 1.75rem; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.custom-control {
position: relative;
z-index: 1;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem; }
.custom-control-inline {
display: -webkit-inline-box;
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 {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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: 0.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: 0.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: 0.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, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.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, 0.5); }
.custom-switch {
padding-left: 2.25rem; }
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem; }
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.75rem);
-ms-transform: translateX(0.75rem);
transform: translateX(0.75rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.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 0.75rem center/8px 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.custom-select:focus {
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.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 + 0.5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem; }
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem; }
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin-bottom: 0; }
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin: 0;
opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem; }
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + 0.75rem);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.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: none; }
.custom-range:focus::-webkit-slider-thumb {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-moz-focus-outer {
border: 0; }
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff; }
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.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;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff; }
.custom-range::-moz-range-track {
width: 100%;
height: 0.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: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-ms-thumb:active {
background-color: #b3d7ff; }
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.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 {
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.nav {
display: -webkit-box;
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: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
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: 0.25rem;
border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
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: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff; }
.nav-fill > .nav-link,
.nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center; }
.nav-justified > .nav-link,
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-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: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem; }
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-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: 0.5rem;
padding-bottom: 0.5rem; }
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
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-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-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: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
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-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-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: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
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-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 992px) {
.navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-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: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
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-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1200px) {
.navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-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: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
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, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 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, 0.5); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.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, 0.5); }
.navbar-dark .navbar-text a {
color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff; }
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-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, 0.125);
border-radius: 0.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(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); }
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px); }
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0; }
.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem; }
.card-title {
margin-bottom: 0.75rem; }
.card-subtitle {
margin-top: -0.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: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0; }
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem; }
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
border-radius: calc(0.25rem - 1px); }
.card-img,
.card-img-top,
.card-img-bottom {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%; }
.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); }
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px); }
.card-deck .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-deck {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px; }
.card-deck .card {
-webkit-box-flex: 1;
-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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.card-group > .card {
-webkit-box-flex: 1;
-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-img-top,
.card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0; }
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
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-img-top,
.card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0; }
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0; } }
.card-columns .card {
margin-bottom: 0.75rem; }
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1; }
.card-columns .card {
display: inline-block;
width: 100%; } }
.accordion {
overflow-anchor: none; }
.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: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem; }
.breadcrumb-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.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: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem; }
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.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;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.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: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem; }
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.badge {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
a.badge:hover, a.badge:focus {
text-decoration: none; }
.badge:empty {
display: none; }
.btn .badge {
position: relative;
top: -1px; }
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem; }
.badge-primary {
color: #fff;
background-color: #007bff; }
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #0062cc; }
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.badge-secondary {
color: #fff;
background-color: #6c757d; }
a.badge-secondary:hover, a.badge-secondary:focus {
color: #fff;
background-color: #545b62; }
a.badge-secondary:focus, a.badge-secondary.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.badge-success {
color: #fff;
background-color: #28a745; }
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: #1e7e34; }
a.badge-success:focus, a.badge-success.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.badge-info {
color: #fff;
background-color: #17a2b8; }
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: #117a8b; }
a.badge-info:focus, a.badge-info.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.badge-warning {
color: #212529;
background-color: #ffc107; }
a.badge-warning:hover, a.badge-warning:focus {
color: #212529;
background-color: #d39e00; }
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.badge-danger {
color: #fff;
background-color: #dc3545; }
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #bd2130; }
a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.badge-light {
color: #212529;
background-color: #f8f9fa; }
a.badge-light:hover, a.badge-light:focus {
color: #212529;
background-color: #dae0e5; }
a.badge-light:focus, a.badge-light.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.badge-dark {
color: #fff;
background-color: #343a40; }
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: #1d2124; }
a.badge-dark:focus, a.badge-dark.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem; }
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem; } }
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0; }
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.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: 0.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: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
line-height: 0;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem; }
.progress-bar {
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: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
.progress-bar {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.list-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: 0.25rem; }
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
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: 0.75rem 1.25rem;
background-color: #fff;
border: 1px solid rgba(0, 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 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; }
.list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: 0.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 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; }
.list-group-horizontal-sm > .list-group-item:last-child {
border-top-right-radius: 0.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 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; }
.list-group-horizontal-md > .list-group-item:last-child {
border-top-right-radius: 0.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 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; }
.list-group-horizontal-lg > .list-group-item:last-child {
border-top-right-radius: 0.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 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; }
.list-group-horizontal-xl > .list-group-item:last-child {
border-top-right-radius: 0.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:hover, .list-group-item-primary.list-group-item-action:focus {
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:hover, .list-group-item-secondary.list-group-item-action:focus {
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:hover, .list-group-item-success.list-group-item-action:focus {
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:hover, .list-group-item-info.list-group-item-action:focus {
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:hover, .list-group-item-warning.list-group-item-action:focus {
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:hover, .list-group-item-danger.list-group-item-action:focus {
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:hover, .list-group-item-light.list-group-item-action:focus {
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:hover, .list-group-item-dark.list-group-item-action:focus {
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):hover, .close:not(:disabled):not(.disabled):focus {
opacity: .75; }
button.close {
padding: 0;
background-color: transparent;
border: 0; }
a.close.disabled {
pointer-events: none; }
.toast {
-ms-flex-preferred-size: 350px;
flex-basis: 350px;
max-width: 350px;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
opacity: 0;
border-radius: 0.25rem; }
.toast:not(:last-child) {
margin-bottom: 0.75rem; }
.toast.showing {
opacity: 1; }
.toast.show {
display: block;
opacity: 1; }
.toast.hide {
display: none; }
.toast-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); }
.toast-body {
padding: 0.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: 0.5rem;
pointer-events: none; }
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
-ms-transform: translate(0, -50px);
transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.modal.show .modal-dialog {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02); }
.modal-dialog-scrollable {
display: -webkit-box;
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-header,
.modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0; }
.modal-dialog-scrollable .modal-body {
overflow-y: auto; }
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-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 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-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, 0.2);
border-radius: 0.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: 0.5; }
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.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;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem; }
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px); }
.modal-footer > * {
margin: 0.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: 0.875rem;
word-wrap: break-word;
opacity: 0; }
.tooltip.show {
opacity: 0.9; }
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem; }
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000; }
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.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: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem; }
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem; }
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
bottom: calc(-0.5rem - 1px); }
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem; }
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem; }
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
top: calc(-0.5rem - 1px); }
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem; }
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff; }
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
display: none; }
.popover-body {
padding: 0.5rem 0.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;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.carousel-item {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block; }
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
-webkit-transition: opacity 0s 0.6s;
-o-transition: opacity 0s 0.6s;
transition: opacity 0s 0.6s; }
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
-webkit-transition: opacity 0.15s ease;
-o-transition: opacity 0.15s ease;
transition: opacity 0.15s ease; }
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9; }
.carousel-control-prev {
left: 0; }
.carousel-control-next {
right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none; }
.carousel-indicators li {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-box-flex: 0;
-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;
-webkit-transition: opacity 0.6s ease;
-o-transition: opacity 0.6s ease;
transition: opacity 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
-webkit-transition: none;
-o-transition: none;
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: 0.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: 0.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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important; }
.bg-secondary {
background-color: #6c757d !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important; }
.bg-success {
background-color: #28a745 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important; }
.bg-info {
background-color: #17a2b8 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important; }
.bg-warning {
background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important; }
.bg-danger {
background-color: #dc3545 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important; }
.bg-light {
background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important; }
.bg-dark {
background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
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: 0.2rem !important; }
.rounded {
border-radius: 0.25rem !important; }
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important; }
.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-lg {
border-radius: 0.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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-sm-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-md-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-lg-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-xl-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-print-inline-flex {
display: -webkit-inline-box !important;
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 iframe,
.embed-responsive embed,
.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.85714%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-md-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-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 {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
-webkit-box-shadow: none !important;
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: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important; }
.m-n2 {
margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important; }
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important; }
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important; }
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important; }
.m-sm-n2 {
margin: -0.5rem !important; }
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important; }
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important; }
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important; }
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important; }
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important; }
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important; }
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important; }
.m-md-n2 {
margin: -0.5rem !important; }
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important; }
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important; }
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important; }
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important; }
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important; }
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important; }
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important; }
.m-lg-n2 {
margin: -0.5rem !important; }
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important; }
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important; }
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important; }
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important; }
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important; }
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important; }
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important; }
.m-xl-n2 {
margin: -0.5rem !important; }
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important; }
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important; }
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important; }
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.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;
-o-text-overflow: ellipsis;
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:hover, a.text-primary:focus {
color: #0056b3 !important; }
.text-secondary {
color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #494f54 !important; }
.text-success {
color: #28a745 !important; }
a.text-success:hover, a.text-success:focus {
color: #19692c !important; }
.text-info {
color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus {
color: #0f6674 !important; }
.text-warning {
color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
color: #ba8b00 !important; }
.text-danger {
color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus {
color: #a71d2a !important; }
.text-light {
color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
color: #cbd3da !important; }
.text-dark {
color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
color: #121416 !important; }
.text-body {
color: #212529 !important; }
.text-muted {
color: #6c757d !important; }
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
color: rgba(255, 255, 255, 0.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-break: break-word !important;
overflow-wrap: break-word !important; }
.text-reset {
color: inherit !important; }
.visible {
visibility: visible !important; }
.invisible {
visibility: hidden !important; }
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-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; }
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
p,
h2,
h3 {
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 th,
.table-bordered td {
border: 1px solid #dee2e6 !important; }
.table-dark {
color: inherit; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6; }
.table .thead-dark th {
color: inherit;
border-color: #dee2e6; } }
/*!
* Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-style: scrollbar; }
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.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-sm, .container-md {
max-width: 720px; } }
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px; } }
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1140px; } }
.row {
display: -webkit-box;
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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-sm-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-sm-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-sm-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-sm-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-sm-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-sm-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-md-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-md-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-md-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-md-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-md-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-md-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-lg-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-lg-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-lg-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-lg-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-lg-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-lg-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-xl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-xl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-xl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-xl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-xl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-xl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
.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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-sm-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-md-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-lg-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-xl-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-md-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !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: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important; }
.m-n2 {
margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important; }
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important; }
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important; }
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important; }
.m-sm-n2 {
margin: -0.5rem !important; }
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important; }
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important; }
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important; }
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important; }
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important; }
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important; }
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important; }
.m-md-n2 {
margin: -0.5rem !important; }
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important; }
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important; }
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important; }
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important; }
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important; }
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important; }
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important; }
.m-lg-n2 {
margin: -0.5rem !important; }
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important; }
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important; }
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important; }
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important; }
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important; }
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important; }
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important; }
.m-xl-n2 {
margin: -0.5rem !important; }
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important; }
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important; }
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important; }
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.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; } }
/*!
* Bootstrap Reboot v4.5.2 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
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 {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 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]):not([class]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none; }
pre,
code,
kbd,
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: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
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; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
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; }
/* default theme color */
/* text sizing */
.btn {
position: relative;
display: inline-block;
width: auto;
height: auto;
background-color: transparent;
border: solid 1px transparent;
cursor: pointer;
margin: 0;
padding: 0;
min-width: 150px;
height: 4.5rem; }
.btn:active, .btn:hover, .btn:focus {
outline: 0 !important;
outline-offset: 0; }
.btn:before, .btn:after {
position: absolute;
content: ""; }
.btn span {
position: relative;
display: inline-block;
font-size: 1.6rem;
line-height: 4.3rem;
top: 0;
left: 0;
width: 100%;
padding: 0 15px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
text-align: center; }
/*--- btn-primary ---*/
.btn-primary {
border-color: #006600; }
.btn-primary::before {
background-color: #006600;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-primary span {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-primary span .st0 {
fill: none;
stroke: #FFFFFF;
stroke-miterlimit: 10; }
.btn-primary span .st1 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-primary span .st2 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-primary span .st3 {
fill: none;
stroke: #FFFFFF;
stroke-width: 1.5;
stroke-miterlimit: 10; }
.btn-primary span .st4 {
opacity: 0.35;
fill: none;
stroke: #FFFFFF;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-primary span:hover {
color: #006600;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-primary span:hover .st0 {
fill: none;
stroke: #006600;
stroke-miterlimit: 10; }
.btn-primary span:hover .st1 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-primary span:hover .st2 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-primary span:hover .st3 {
fill: none;
stroke: #006600;
stroke-width: 1.5;
stroke-miterlimit: 10; }
.btn-primary span:hover .st4 {
opacity: 0.35;
fill: none;
stroke: #006600;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
/*--- btn-secondary ---*/
.btn-secondary {
border-color: #7fd18b; }
.btn-secondary::before {
background-color: #7fd18b;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-secondary span {
color: #006600;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-secondary span:hover {
color: #10a44a;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
/*--- btn-signup ---*/
.btn-signup {
border-color: rgba(0, 93, 171, 0.8); }
.btn-signup::before {
background-color: rgba(0, 93, 171, 0.8);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-signup span {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-signup span .st0 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-signup span .st1 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-signup span:hover {
color: #005dab;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-signup span:hover .st0 {
fill: none;
stroke: #005dab;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-signup span:hover .st1 {
fill: none;
stroke: #005dab;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
/*--- btn-online ---*/
.btn-online {
border-color: rgba(0, 102, 0, 0.8); }
.btn-online::before {
background-color: rgba(0, 102, 0, 0.8);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-online span {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-online span .st0 {
fill: none;
stroke: #FFFFFF;
stroke-miterlimit: 10; }
.btn-online span .st1 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-online span .st2 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-online span .st3 {
fill: none;
stroke: #FFFFFF;
stroke-width: 1.5;
stroke-miterlimit: 10; }
.btn-online span .st4 {
opacity: 0.35;
fill: none;
stroke: #FFFFFF;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-online span:hover {
color: #006600;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-online span:hover .st0 {
fill: none;
stroke: #006600;
stroke-miterlimit: 10; }
.btn-online span:hover .st1 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-online span:hover .st2 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-online span:hover .st3 {
fill: none;
stroke: #006600;
stroke-width: 1.5;
stroke-miterlimit: 10; }
.btn-online span:hover .st4 {
opacity: 0.35;
fill: none;
stroke: #006600;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
/*--- btn-readmore ---*/
.btn-readmore {
border-color: #525252;
background-color: #006600; }
.btn-readmore::before {
background-color: white;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-readmore span {
color: #525252;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-readmore span:hover {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
/*--- btn-search ---*/
.btn-search {
border-color: #525252;
background-color: #006600; }
.btn-search::before {
background-color: white;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-search span {
color: #525252;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-search span:hover {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
/*--- btn-search ---*/
.btn-f {
border: none;
background-color: #0076FA; }
.btn-f::before {
background-color: white;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-f span {
color: #0076FA;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-f span:hover {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-g {
border: none;
background-color: #eb4335; }
.btn-g::before {
background-color: white;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-g span {
color: #eb4335;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-g span:hover {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-close {
border: solid 1px #e16500;
background-color: white; }
.btn-close::before {
background-color: #e16500;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-close span {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-close span:hover {
color: #e16500;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
/* 2.hover-filled-slide-up */
.btn.hover-filled-slide-up::before {
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%; }
.btn.hover-filled-slide-up:hover::before {
height: 0%; }
@media (max-width: 1199.98px) {
.btn.hover-filled-slide-up:hover::before {
height: 100%; } }
.form-control {
color: #939393;
font-size: 1.8rem;
line-height: 2rem;
border: solid 1px #eee;
border-radius: 0;
outline: none;
background: transparent; }
.form-control:focus {
border: solid 1px #10a44a;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #939393; }
.form-control::-moz-placeholder {
/* Firefox 19+ */
color: #939393; }
.form-control:-ms-input-placeholder {
/* IE 10+ */
color: #939393; }
.form-control:-moz-placeholder {
/* Firefox 18- */
color: #939393; }
.input-custom {
position: relative;
margin: 0 0 20px 0; }
.input-custom .title-field {
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem;
color: #525252; }
.input-custom .form-control {
height: 4.5rem;
padding: 0 10px;
color: #939393;
font-size: 1.8rem;
line-height: 2rem;
outline: none;
border: none;
border-bottom: solid 2px #006600;
background-color: white; }
.input-custom .form-control:focus {
border: solid 1px #006600;
border-bottom: solid 2px #006600;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.input-custom .form-control.error {
border: solid 1px red;
border-bottom: solid 2px red; }
.input-custom .text-area {
resize: none;
width: 100%;
height: 88px;
padding: 10px;
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem;
color: #525252;
border: none;
border-bottom: solid 2px #006600;
background-color: white; }
.input-custom .text-area:focus {
outline: none;
border: solid 1px #006600;
border-bottom: solid 2px #006600; }
.input-custom .text-area.error {
border: solid 1px red;
border-bottom: solid 2px red; }
.input-custom .icon-calendar {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 10px;
width: 20px;
height: 20px;
background-image: url("../../assets/images/icons/icon-datepicker.png");
background-repeat: no-repeat;
background-size: cover;
cursor: pointer; }
.input-custom .form-note {
position: relative;
padding-left: 40px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2.4rem;
color: #525252; }
.input-custom .form-note:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #ccc; }
.custom-control .custom-control-label {
font-size: 1.8rem;
line-height: 2.2rem;
font-weight: 400;
color: #b5b5b5;
cursor: pointer; }
.custom-control .custom-control-input[type="radio"]:checked ~ .custom-control-label {
color: #525252; }
.custom-control .custom-control-input[type="radio"]:checked ~ .custom-control-label:before {
-webkit-box-shadow: none;
box-shadow: none; }
.custom-control .custom-control-input[type="checkbox"]:checked ~ .custom-control-label {
color: #525252; }
.custom-control .custom-control-input[type="checkbox"]:checked ~ .custom-control-label:before {
-webkit-box-shadow: none;
box-shadow: none; }
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
border-color: #006600;
background-color: #006600; }
.custom-control.custom-switch {
padding-left: 3.5rem; }
.custom-control.custom-switch .custom-control-label:before {
left: -3.5rem;
width: 3rem;
height: 2rem;
border-radius: 2.25rem; }
.custom-control.custom-switch .custom-control-label:after {
left: calc(-3.5rem + 2px);
width: 1.6rem;
height: 1.6rem;
border-radius: 50%; }
.custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
-webkit-transform: translateX(1rem);
-ms-transform: translateX(1rem);
transform: translateX(1rem); }
.custom-control.custom-switch .custom-control-input:disabled ~ .custom-control-label {
color: #ccc;
cursor: default; }
.custom-control.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
border-color: #006600;
background-color: #006600; }
.custom-control.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label {
color: #006600;
cursor: default; }
.filelabel {
width: 100%;
border: 2px dashed grey;
border-radius: 0;
display: block;
padding: 5px;
-webkit-transition: border 300ms ease;
-o-transition: border 300ms ease;
transition: border 300ms ease;
cursor: pointer;
text-align: left;
margin: 0;
position: relative;
height: 4.5rem;
padding: 0 10px;
color: #939393;
font-size: 1.8rem;
line-height: 2rem;
outline: none;
border: none;
border-bottom: solid 2px #006600;
background-color: white; }
.filelabel i {
position: absolute;
top: 0;
right: 0;
display: block;
width: 50px;
height: 4.5rem;
text-align: center;
font-size: 2.6rem;
line-height: 4.5rem; }
.filelabel i {
color: #525252;
-webkit-transition: 200ms color;
-o-transition: 200ms color;
transition: 200ms color; }
.filelabel .title {
font-weight: 300;
font-size: 1.8rem;
line-height: 5rem;
color: #939393;
-webkit-transition: 200ms color;
-o-transition: 200ms color;
transition: 200ms color; }
.filelabel:hover i,
.filelabel:hover .title {
color: #10a44a; }
#FileInput {
display: none; }
.slc-custom {
position: relative;
margin: 0 0 20px 0; }
.slc-custom .slc {
position: relative;
cursor: pointer;
-moz-appearance: none;
/* Firefox */
-webkit-appearance: none;
/* Safari and Chrome */
appearance: none;
width: 100%;
height: 4.5rem;
border: none;
background-color: white;
padding: 0 10px;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem;
color: #939393 !important;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-bottom: solid 2px #006600; }
.slc-custom .slc:focus {
outline: none;
border: solid 1px #006600;
border-bottom: solid 2px #006600; }
.slc-custom .slc optgroup {
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem; }
.slc-custom .slc.error {
border: solid 1px red;
border-bottom: solid 2px red; }
.input-custom .style-input {
position: relative;
width: 100%;
height: 40px;
font-size: 1.8rem;
border: none;
background-color: #fff;
padding: 0 10px;
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
color: #525252; }
.input-custom .style-input:focus {
outline: none; }
.input-custom.inp-calendar .icon-calendar {
position: absolute;
right: 30px;
top: 7px; }
.input-custom.inp-calendar .icon-calendar i {
font-size: 25px; }
.input-custom .input-box:first-of-type {
margin-top: 0; }
.fileUpload {
position: relative;
overflow: hidden;
margin: 10px; }
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0); }
.ui-datepicker {
z-index: 99 !important; }
.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
font-family: 'Kanit' !important; }
.ui-datepicker-calendar thead tr th span {
font-family: 'Kanit'; }
.ui-datepicker-calendar tbody tr td a {
font-family: 'Kanit'; }
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
background-color: #006600 !important;
border: 1px solid #006600 !important; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
color: #fff !important; }
.bootstrap-select {
position: relative; }
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
min-width: 220px !important;
width: 100% !important; }
.bootstrap-select .btn {
width: 100%;
height: 100%; }
.bootstrap-select .btn:before {
display: none; }
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
line-height: 4.5rem; }
.bootstrap-select .btn-light {
padding: 0 !important;
background-color: transparent;
border-color: transparent;
color: #939393 !important;
outline: none !important; }
.bootstrap-select .btn-light:active,
.bootstrap-select .btn-light.active {
color: #006600;
background-color: transparent;
border-color: transparent;
outline: none !important; }
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
outline: none !important; }
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
background-color: #10a44a; }
.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus {
background-color: transparent;
color: #10a44a; }
.bootstrap-select .dropdown-item.active:hover,
.bootstrap-select .dropdown-item:active:hover {
color: white;
background-color: #10a44a; }
.bootstrap-select .text {
background-color: transparent; }
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #525252;
background-color: transparent;
border-color: transparent;
outline: none !important; }
.dropup .dropdown-toggle::after {
border: none;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
color: #525252;
position: static;
margin-left: 45px; }
.dropdown-toggle::after {
border: none;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f107';
color: #525252;
position: static;
margin-left: 45px; }
@media only screen and (max-width: 992px) {
.input-custom.inp-categories, .input-custom.inp-search, .input-custom.inp-calendar {
margin-bottom: 20px; } }
.nav-main {
position: absolute;
z-index: 1002;
left: 0;
top: 0;
-moz-transition-property: -moz-transform,opacity;
-o-transition-property: -o-transform,opacity;
-webkit-transition-property: -webkit-transform,opacity;
-webkit-transition-property: opacity,-webkit-transform;
transition-property: opacity,-webkit-transform;
-o-transition-property: transform,opacity;
transition-property: transform,opacity;
transition-property: transform,opacity,-webkit-transform;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
.nav-main .nav-main_i {
overflow: hidden; }
.nav-main .social {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 50px; }
.nav-main .social .social_i {
display: block;
padding: 0 0 12px 0;
margin: 0 0 12px 0;
border-bottom: 1px solid #cfd1d4; }
.nav-main .social .social_i a {
padding: 0 15px;
font-size: 1.6rem;
line-height: 2.4rem;
color: #005dab;
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out; }
.nav-main .social .social_i a .fab {
font-size: 2.4rem;
line-height: 2.4rem; }
.nav-main .social .social_i a .fa-facebook {
color: #0076FA; }
.nav-main .social .social_i a:hover {
color: #0076FA; }
.nav-main .social .social_i a:hover .fa-facebook {
color: #0076FA; }
.nav-main .social .social-list {
display: block;
padding: 12px 0;
margin: 0 auto;
border-top: 1px solid #ccc; }
.nav-main .social .social-list a {
padding: 0 15px;
font-size: 1.6rem;
line-height: 2.4rem;
color: #dcdcdc;
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out; }
.nav-main .social .social-list a .fab {
font-size: 2.4rem;
line-height: 2.4rem; }
.nav-main .social .social-list a:hover {
color: #0076FA; }
.nav-main .social .social-list a:hover .fa-facebook {
color: #0076FA; }
.nav-main .social .social-list a:hover .fa-twitter {
color: #1DA1F2; }
.nav-main .social .social-list a:hover .fa-youtube {
color: #ED3024; }
.nav-main .social .social-list a:hover .fa-line {
color: #3aae37; }
@media only screen and (min-width: 1241px) {
.nav-main .nav-main_i {
position: fixed;
height: 100%;
background: white;
width: 230px;
-moz-box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.1);
-o-box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.1);
-webkit-box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.1);
box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.1);
-moz-transition-property: width;
-o-transition-property: width;
-webkit-transition-property: width;
transition-property: width;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); } }
@media only screen and (max-width: 1240px) {
.nav-main {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0; }
.nav-main .nav-main_i {
display: none; } }
.logo {
position: relative;
margin: 22px auto 0 auto; }
.logo.logo_touch {
display: none;
margin: 11px 15px; }
@media only screen and (max-width: 1240px) {
.logo.logo_touch {
z-index: 1004;
display: block; } }
.logo a {
margin: auto;
width: 96px;
height: auto;
position: relative;
display: block; }
.logo a img {
max-width: 100%; }
.btn-menu {
position: relative;
padding: 0 0 22px 0;
margin: 22px auto 0 auto;
border-bottom: solid 1px #ccc; }
.btn-menu.btn-menu_touch {
display: none;
padding: 0;
margin: 15px;
border-bottom: none;
z-index: 1004; }
.btn-menu.btn-menu_touch span {
padding-top: 7px; }
@media only screen and (max-width: 1240px) {
.btn-menu.btn-menu_touch {
display: block; } }
.btn-menu .btn-menu_i {
margin: 0 auto;
width: 45px;
height: 45px;
position: relative;
z-index: 1000;
-moz-transition-property: border-color;
-o-transition-property: border-color;
-webkit-transition-property: border-color;
transition-property: border-color;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
cursor: pointer;
outline: none !important; }
.btn-menu .btn-menu_i.btn-open .line-1, .btn-menu .btn-menu_i.btn-open .line-2, .btn-menu .btn-menu_i.btn-open .line-3 {
opacity: 0; }
.btn-menu .btn-menu_i.btn-open .line-2-1, .btn-menu .btn-menu_i.btn-open .line-2-2 {
opacity: 1; }
.btn-menu .btn-menu_i .line-1, .btn-menu .btn-menu_i .line-2-1, .btn-menu .btn-menu_i .line-2-2, .btn-menu .btn-menu_i .line-3, .btn-menu .btn-menu_i .line-2 {
height: 1px;
background: #2997D4;
position: absolute;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition-timing-function: ease; }
.btn-menu .btn-menu_i .line-1 {
top: 13px;
left: 5px;
width: 35px;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu .btn-menu_i .line-2 {
top: 21px;
left: 2px;
width: 41px;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu .btn-menu_i .line-2-1 {
width: 60px;
left: 1px;
top: 0;
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
filter: progid:DXImageTransform.Microsoft.Matrix( M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
zoom: 1;
background: #e16500;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-moz-transition-property: opacity,background;
-o-transition-property: opacity,background;
-webkit-transition-property: opacity,background;
transition-property: opacity,background;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu .btn-menu_i .line-2-2 {
height: 60px;
width: 1px;
right: 0;
top: 0;
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
filter: progid:DXImageTransform.Microsoft.Matrix( M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
zoom: 1;
background: #e16500;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-moz-transition-property: opacity,background;
-o-transition-property: opacity,background;
-webkit-transition-property: opacity,background;
transition-property: opacity,background;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu .btn-menu_i .line-3 {
top: 29px;
left: 5px;
width: 35px;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu > span {
text-align: center;
display: block;
padding-top: 7px;
font-size: 1.4rem;
text-transform: uppercase;
color: black;
letter-spacing: 1px;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu-srch {
position: relative;
padding: 0 0 22px 0;
margin: 22px auto 0 auto;
border-bottom: solid 1px #ccc; }
.btn-menu-srch .btn-menu-srch_i {
margin: 0 auto;
width: 26px;
height: 26px;
position: relative;
z-index: 1000;
-moz-transition-property: border-color;
-o-transition-property: border-color;
-webkit-transition-property: border-color;
transition-property: border-color;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
cursor: pointer; }
.btn-menu-srch .btn-menu-srch_i a.icon-search .st0 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-menu-srch .btn-menu-srch_i a.icon-search .st1 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-menu-srch > span {
text-align: center;
display: block;
padding-top: 14px;
font-size: 1.4rem;
text-transform: uppercase;
color: black;
letter-spacing: 1px;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.touch-wrapper {
position: relative;
display: block;
width: 100%;
height: 120px;
z-index: 1002; }
.touch-wrapper .touch-wrapper_i {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: white; }
@media only screen and (min-width: 1113px) {
.touch-wrapper {
display: none; } }
.menu {
position: absolute;
left: 0;
bottom: 50px;
width: 100%;
height: auto; }
.menu .menu-list {
list-style: none;
padding: 0;
margin: 0; }
.menu .menu-list li {
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.menu .menu-list li a {
display: block;
padding: 0 20px;
font-size: 1.4rem;
position: relative;
color: #525252;
min-height: 5rem;
line-height: 2.5rem;
letter-spacing: 0.1rem;
text-align: left;
-moz-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-o-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-webkit-transition: color .3s ease-out,opacity .3s ease-out,visibility .3s ease-out,letter-spacing .3s ease-out;
-webkit-transition-delay: 0s,0s,0s,0s;
-webkit-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out; }
.menu .menu-list li a:hover {
color: #2997D4;
letter-spacing: 0.2rem; }
.menu .menu-list li a .fab.fa-facebook {
font-size: 2.4rem;
line-height: 5rem;
color: #2997D4; }
.menu .menu-list li a.icon-search .st0 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu .menu-list li a.icon-search .st1 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu .menu-list li a.icon-data-center .st0 {
fill: none;
stroke: #2798D5;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu .menu-list li a.icon-dept .st0 {
fill: none;
stroke: #2798D5;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu .menu-list li a.icon-fb .st0 {
fill: #0076FA; }
.menu .menu-list li a.icon-fb .st1 {
fill: #FFFFFF; }
.menu .menu-list li a.icon-line .st0 {
fill: #00B900; }
.menu .menu-list li a.icon-line .st1 {
fill: #FFFFFF; }
.menu .menu-list li a.icon-twitter .st0 {
fill: #00acee; }
.menu .menu-list li a.icon-twitter .st1 {
fill: #FFFFFF; }
.nav-wrapper {
position: absolute;
z-index: 1001;
left: 0;
top: 0; }
.nav-wrapper .nav-wrapper_i {
position: fixed;
height: 100%;
width: 100%;
left: -100%;
overflow: auto;
-moz-transition-property: left;
-o-transition-property: left;
-webkit-transition-property: left;
transition-property: left;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
background-color: rgba(255, 255, 255, 0.8); }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
.nav-wrapper .nav-wrapper_i {
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
-webkit-filter: blur(0);
filter: blur(0); } }
.nav-wrapper .menu-main {
position: relative;
margin: 120px 340px; }
.nav-wrapper .menu-main ul {
list-style: none;
padding: 0;
margin: 0;
width: 460px;
/* Width of Menu Items */ }
.nav-wrapper .menu-main ul li {
position: relative; }
.nav-wrapper .menu-main ul li a {
position: relative;
display: block;
padding: 15px;
font-weight: 400;
font-size: 2.6rem;
line-height: 3rem;
color: #525252;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.nav-wrapper .menu-main ul li a:hover {
color: #006600; }
.nav-wrapper .menu-main ul li ul {
position: absolute;
left: 100%;
/*Set 1px less than menu width */
top: 0;
width: 360px;
visibility: hidden; }
.nav-wrapper .menu-main ul li ul li {
position: relative; }
.nav-wrapper .menu-main ul li ul li a {
font-weight: 300;
font-size: 2rem;
line-height: 3rem;
color: #525252; }
.nav-wrapper .menu-main ul li ul li a:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 10px;
width: 10px;
position: absolute;
pointer-events: none;
background-color: #006600; }
.nav-wrapper .menu-main ul li ul li a:hover {
color: #006600;
background-color: transparent; }
.nav-wrapper .menu-main ul li ul li ul li {
position: relative; }
.nav-wrapper .menu-main ul li ul li ul li a {
padding-left: 40px; }
.nav-wrapper .menu-main ul li ul li ul li a:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #ccc; }
.nav-wrapper .menu-main ul li ul li ul li a:hover {
color: #006600; }
.nav-wrapper .menu-main ul li ul li ul li a:hover:before {
background-color: #525252; }
.nav-wrapper .menu-main ul li:hover > ul {
visibility: visible; }
@media (max-width: 1199.98px) {
.nav-wrapper .nav-wrapper_i {
left: 0;
top: -100%;
-moz-transition-property: top;
-o-transition-property: top;
-webkit-transition-property: top;
transition-property: top; } }
.nav-open .nav-wrapper .nav-wrapper_i {
left: 0; }
@media (max-width: 1199.98px) {
.nav-open .nav-wrapper .nav-wrapper_i {
top: 0; } }
.control-container {
position: absolute;
right: 137px;
top: 35px;
display: inline-block;
z-index: 1000; }
.control-container .drawer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
z-index: 3; }
.control-container .btn {
margin: 0 0 0 30px; }
.control-container .setting-container {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: auto;
text-align: center;
background-color: #2997D4;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.control-container .setting-container a {
display: block;
padding: 10px;
color: white;
background-color: #2997D4; }
.control-container .setting-container a:hover {
background-color: #006600; }
.control-container .setting-container.js-box {
visibility: visible;
opacity: 1; }
@media (max-width: 1199.98px) {
.control-container {
position: fixed;
top: 25px;
right: 75px;
z-index: 1005; }
.control-container .btn {
margin: 0;
margin-left: 15px; } }
@media (max-width: 767.98px) {
.control-container .btn {
min-width: 100px; }
.control-container .btn.btn-online {
display: none; } }
.control-container_lang {
position: absolute;
top: 35px;
right: 30px;
padding: 0;
margin: 0;
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
background-color: rgba(0, 93, 171, 0.8);
z-index: 1005;
cursor: pointer; }
.control-container_lang span {
color: white;
font-size: 1.6rem;
line-height: 2rem;
font-weight: 300; }
.control-container_lang .multi-lang {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: auto;
margin: 0;
padding: 0;
z-index: 1005; }
.control-container_lang .multi-lang a {
display: block;
padding: 14px 0;
font-size: 1.6rem;
line-height: 2rem;
color: white;
text-align: center;
background-color: rgba(0, 93, 171, 0.8); }
.control-container_lang .multi-lang a:hover {
background-color: #005dab; }
@media (max-width: 1199.98px) {
.control-container_lang {
position: fixed;
top: 25px;
right: 75px;
z-index: 1005;
display: none; } }
.control-container_fontsize {
position: absolute;
top: 105px;
right: 30px;
padding: 0;
margin: 0;
width: 45px;
height: auto;
text-align: center;
line-height: 50px;
z-index: 1004; }
.control-container_fontsize .drawer {
position: relative; }
.control-container_fontsize .drawer .reduce {
background-color: rgba(82, 82, 82, 0.5);
background-image: url("../../assets/images/icons/icon-reduce-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.control-container_fontsize .drawer .reduce:hover {
background-position: 0 0;
background-color: white; }
.control-container_fontsize .drawer .reduce.active {
background-position: 0 0; }
.control-container_fontsize .drawer .normal {
background-color: rgba(82, 82, 82, 0.5);
background-image: url("../../assets/images/icons/icon-normal-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.control-container_fontsize .drawer .normal:hover {
background-position: 0 0;
background-color: white; }
.control-container_fontsize .drawer .normal.active {
background-position: 0 0; }
.control-container_fontsize .drawer .increase {
background-color: rgba(82, 82, 82, 0.5);
background-image: url("../../assets/images/icons/icon-increase-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.control-container_fontsize .drawer .increase:hover {
background-position: 0 0;
background-color: white; }
.control-container_fontsize .drawer .increase.active {
background-position: 0 0; }
@media (max-width: 1199.98px) {
.control-container_fontsize {
position: fixed;
width: 135px;
height: 45px;
top: 25px;
right: 135px;
z-index: 1005;
display: none; }
.control-container_fontsize .drawer {
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
@media (max-width: 1199.98px) {
.menu-main_touch {
padding-top: 120px; }
.menu-main_touch .menu {
position: relative;
padding: 0;
margin: 22px auto;
left: auto;
bottom: auto; }
.menu-main_touch .menu .menu-list {
list-style: none;
padding: 0;
margin: 0; }
.menu-main_touch .menu .menu-list li {
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.menu-main_touch .menu .menu-list li a {
display: block;
padding: 0 20px;
font-size: 1.4rem;
position: relative;
color: #525252;
height: 5rem;
line-height: 5rem;
letter-spacing: 0.1rem;
text-align: left;
-moz-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-o-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-webkit-transition: color .3s ease-out,opacity .3s ease-out,visibility .3s ease-out,letter-spacing .3s ease-out;
-webkit-transition-delay: 0s,0s,0s,0s;
-webkit-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out; }
.menu-main_touch .menu .menu-list li a:hover {
color: #2997D4;
letter-spacing: 0.2rem; }
.menu-main_touch .menu .menu-list li a .fab.fa-facebook {
font-size: 2.4rem;
line-height: 5rem;
color: #2997D4; }
.menu-main_touch .menu .menu-list li a.icon-search .st0 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu-main_touch .menu .menu-list li a.icon-search .st1 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu-main_touch .menu .menu-list li a.icon-data-center .st0 {
fill: none;
stroke: #2798D5;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu-main_touch .menu .menu-list li a.icon-dept .st0 {
fill: none;
stroke: #2798D5;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu-main_touch .menu .menu-list li a.icon-fb .st0 {
fill: #0076FA; }
.menu-main_touch .menu .menu-list li a.icon-fb .st1 {
fill: #FFFFFF; }
.menu-main_touch .menu .menu-list li a.icon-line .st0 {
fill: #00B900; }
.menu-main_touch .menu .menu-list li a.icon-line .st1 {
fill: #FFFFFF; }
.menu-main_touch .menu-list-touch {
list-style: none;
padding: 0 0 22px 0;
margin: 22px auto 0 auto;
border-bottom: solid 1px #ccc; }
.menu-main_touch .menu-list-touch li {
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.menu-main_touch .menu-list-touch li a {
display: block;
padding: 0 20px;
font-size: 1.6rem;
position: relative;
text-transform: uppercase;
color: #525252;
height: 5rem;
line-height: 5rem;
text-align: left;
-moz-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-o-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-webkit-transition: color .3s ease-out,opacity .3s ease-out,visibility .3s ease-out,letter-spacing .3s ease-out;
-webkit-transition-delay: 0s,0s,0s,0s;
-webkit-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out; }
.menu-main_touch .menu-list-touch li a span {
float: right;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.menu-main_touch .menu-list-touch li.open > a {
position: relative;
color: #006600;
background-color: #ebebeb; }
.menu-main_touch .menu-list-touch li.open > a span {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.menu-main_touch .menu-list-touch li.open > a:after {
top: 50px;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #ebebeb;
border-width: 15px;
margin-left: -15px; }
.menu-main_touch .menu-list-touch li.open > ul {
list-style: none; }
.menu-main_touch .menu-list-touch li.open > ul li a {
position: relative;
display: block;
padding: 0 20px;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.menu-main_touch .menu-list-touch li.open > ul li a:before {
left: 0;
top: 22px;
content: "";
height: 10px;
width: 10px;
position: absolute;
pointer-events: none;
background-color: #006600; }
.menu-main_touch .menu-list-touch li.open > ul li a:hover {
color: #006600;
background-color: transparent; }
.menu-main_touch .menu-list-touch li.open > ul li.open > a {
background-color: transparent; }
.menu-main_touch .menu-list-touch li.open > ul li.open > a:after {
opacity: 0; }
.menu-main_touch .menu-list-touch li.open > ul li > ul {
list-style: none; }
.menu-main_touch .menu-list-touch li.open > ul li > ul li a {
position: relative;
display: block;
padding: 0 40px;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.menu-main_touch .menu-list-touch li.open > ul li > ul li a:before {
left: 0;
top: 25px;
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #ccc; }
.menu-main_touch .menu-list-touch li.open > ul li > ul li a:hover {
color: #006600;
background-color: transparent; }
.menu-main_touch .menu-list-touch li.open > ul li > ul li a:hover:before {
background-color: #525252; }
.menu-main_touch .control-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 0 22px 0;
margin: 22px auto 0 auto;
border-bottom: solid 1px #ccc; }
.menu-main_touch .control-container_touch {
position: relative;
right: auto;
top: auto;
display: inline-block;
z-index: 1000; }
.menu-main_touch .control-container_touch .drawer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
z-index: 3; }
.menu-main_touch .control-container_touch .btn {
margin: 0 0 0 30px; } }
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
.menu-main_touch .control-container_touch {
top: 35px;
right: auto;
left: 15px;
z-index: 1005; }
.menu-main_touch .control-container_touch .btn {
margin: 0;
margin-right: 15px; } }
@media (max-width: 1199.98px) {
.menu-main_touch .control-container_touch_lang {
cursor: pointer;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0;
margin: 0 15px;
min-width: 90px;
height: 45px;
text-align: center;
z-index: 1004;
opacity: 0; }
.menu-main_touch .control-container_touch_lang a {
display: inline-block;
width: 43px;
height: 43px;
font-weight: 300;
font-size: 1.6rem;
line-height: 45px;
color: #005dab;
border: solid 1px #005dab;
background-color: white; }
.menu-main_touch .control-container_touch_lang a.active {
color: white;
background-color: #005dab; } }
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
.menu-main_touch .control-container_touch_lang {
opacity: 1; } }
@media (max-width: 1199.98px) {
.menu-main_touch .control-container_touch_fontsize {
width: 135px;
height: 45px;
padding: 0;
margin: 0 15px;
background-color: rgba(82, 82, 82, 0.5);
opacity: 0; }
.menu-main_touch .control-container_touch_fontsize .drawer {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.menu-main_touch .control-container_touch_fontsize .drawer .reduce {
background-image: url("../../assets/images/icons/icon-reduce-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.menu-main_touch .control-container_touch_fontsize .drawer .reduce:hover {
background-position: 0 0;
background-color: white; }
.menu-main_touch .control-container_touch_fontsize .drawer .reduce.active {
background-position: 0 0; }
.menu-main_touch .control-container_touch_fontsize .drawer .normal {
background-image: url("../../assets/images/icons/icon-normal-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.menu-main_touch .control-container_touch_fontsize .drawer .normal:hover {
background-position: 0 0;
background-color: white; }
.menu-main_touch .control-container_touch_fontsize .drawer .normal.active {
background-position: 0 0; }
.menu-main_touch .control-container_touch_fontsize .drawer .increase {
background-image: url("../../assets/images/icons/icon-increase-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.menu-main_touch .control-container_touch_fontsize .drawer .increase:hover {
background-position: 0 0;
background-color: white; }
.menu-main_touch .control-container_touch_fontsize .drawer .increase.active {
background-position: 0 0; } }
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
.menu-main_touch .control-container_touch_fontsize {
opacity: 1; } }
@media (max-width: 1199.98px) {
.social {
position: relative;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 12px 20px;
margin: 0;
left: auto;
bottom: auto;
border-top: 1px solid #ccc; }
.social .social_i {
display: inline-block;
padding: 0;
margin: 0;
border: none; }
.social .social_i a {
padding: 0 20px 0 0;
font-size: 1.6rem;
line-height: 2.4rem;
color: #005dab;
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out; }
.social .social_i a .fab {
font-size: 2.4rem;
line-height: 2.4rem; }
.social .social_i a .fa-facebook {
color: #0076FA; }
.social .social_i a:hover {
color: #0076FA; }
.social .social_i a:hover .fa-facebook {
color: #0076FA; }
.social .social-list {
display: inline-block;
padding: 0;
margin: 0; }
.social .social-list a {
padding: 0 0 0 20px;
font-size: 1.6rem;
line-height: 2.4rem;
color: #ccc;
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out; }
.social .social-list a .fab {
font-size: 2.4rem;
line-height: 2.4rem; }
.social .social-list a:hover {
color: #0076FA; }
.social .social-list a:hover .fa-facebook {
color: #0076FA; }
.social .social-list a:hover .fa-twitter {
color: #1DA1F2; }
.social .social-list a:hover .fa-youtube {
color: #ED3024; } }
#header-main {
position: absolute;
top: 0;
left: 0;
z-index: 1001;
width: 100%;
margin: 0 auto;
margin-bottom: 80px;
padding: 40px 190px 40px 230px;
pointer-events: none; }
#header-main .header-container {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
height: 50px;
pointer-events: auto; }
#header-main .drawer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%; }
#header-main .control-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
z-index: 3; }
#header-main .control-container .btn {
margin: 0px 25px 15px; }
@media only screen and (max-width: 1024px) {
.manage .main-wrapper #header-wrapper {
padding-top: 36.2px; }
.manage .main-wrapper #header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper.sticky {
top: 36.2px; }
#header-wrapper .header-lg {
display: none; }
#header-wrapper .header-sm {
display: block; }
#header-wrapper .header-sm .logo-mobile {
position: relative; }
#header-wrapper .header-sm .logo-mobile .logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 10px 15px;
margin: auto; }
#header-wrapper .header-sm .logo-mobile .logo img {
width: 72px;
height: 72px; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: #eee; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 1040; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .bar-menu {
width: 40px;
height: auto;
padding: 5px 10px;
background-color: #10a44a; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .bar-menu .icon-menu {
text-align: center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .bar-menu .icon-menu i {
font-size: 2rem;
line-height: 3rem;
color: white; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts {
padding-right: 10px; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 5px 23px; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .reduce {
background-image: url("../../assets/images/icons/icon-reduce-sizefont.png");
width: 22px;
height: 13px;
background-repeat: no-repeat;
background-position: top center;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .reduce:hover {
background-position: bottom center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .reduce.active {
background-position: bottom center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .normal {
padding-left: 23px;
padding-right: 23px;
background-image: url("../../assets/images/icons/icon-normal-sizefont.png");
width: 22px;
height: 13px;
background-repeat: no-repeat;
background-position: top center;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .normal:hover {
background-position: bottom center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .normal.active {
background-position: bottom center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .increase {
background-image: url("../../assets/images/icons/icon-increase-sizefont.png");
width: 22px;
height: 13px;
background-repeat: no-repeat;
background-position: top center;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .increase:hover {
background-position: bottom center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .increase.active {
background-position: bottom center; }
#header-wrapper .canvas-menu-wrapper {
display: block; }
body.nav-expanded {
-webkit-transition: left 0.3s ease;
-o-transition: left 0.3s ease;
transition: left 0.3s ease; }
.nav-expanded .canvas-menu-wrapper .canvas-menu {
left: 0;
width: 85%; }
.canvas-menu-wrapper .canvas-menu {
position: fixed;
left: -300px;
top: 0;
z-index: 3000;
-webkit-transition: left 0.3s ease;
-o-transition: left 0.3s ease;
transition: left 0.3s ease;
display: block;
width: 300px;
height: 100%;
background-color: white;
-webkit-box-shadow: 0px 4px 8px 0px rgba(74, 74, 74, 0.4);
box-shadow: 0px 4px 8px 0px rgba(74, 74, 74, 0.4);
overflow: auto; }
.canvas-menu-wrapper .canvas-menu .canvas-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px; }
.canvas-menu-wrapper .canvas-menu .canvas-header .close-menu {
display: block;
width: 40px;
padding: 5px;
font-weight: 400;
font-size: 2rem;
line-height: 3rem;
color: #006600;
text-align: center;
border: solid 1px #006600; }
.canvas-menu-wrapper .canvas-menu .canvas-header .close-menu i {
color: #006600; }
.canvas-menu-wrapper .canvas-menu .canvas-lang {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.canvas-menu-wrapper .canvas-menu .canvas-lang a {
display: block;
width: 40px;
padding: 5px;
font-weight: 400;
font-size: 2rem;
line-height: 3rem;
color: #525252;
text-align: center; }
.canvas-menu-wrapper .canvas-menu .canvas-lang a.active {
color: white;
background-color: #10a44a; }
.canvas-menu-wrapper .canvas-menu .canvas-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin: 15px 0; }
.canvas-menu-wrapper .canvas-menu .canvas-top a {
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0px;
padding: 15px;
margin: 0;
font-size: 2rem;
line-height: 2.4rem; }
.canvas-menu-wrapper .canvas-menu .canvas-top a.signin-link {
color: #525252;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc; }
.canvas-menu-wrapper .canvas-menu .canvas-top a.signin-link:hover {
color: #10a44a; }
.canvas-menu-wrapper .canvas-menu .canvas-top a.company-link {
color: white;
border-top: solid 1px #006600;
border-bottom: solid 1px #006600;
background-color: #006600; }
.canvas-menu-wrapper .canvas-menu .canvas-top a.company-link:hover {
background-color: #10a44a; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB {
list-style: none;
margin: 0;
padding: 0; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li {
display: block; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li a {
display: block;
padding: 10px 15px 10px 17px;
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #10a44a;
border-bottom: 1px solid #ccc; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li a span {
float: right;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li .menu-lv2 {
margin: 0;
padding: 0; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li .menu-lv2 li {
background-color: #f8f8f8; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li .menu-lv2 li a {
color: #525252;
background-color: #f8f8f8;
border-bottom: 1px solid #e3e4e6;
margin: 0 20px;
padding: 10px 15px; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open {
padding-bottom: 0; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open a {
color: white;
background-color: #006600; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open a span {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 {
margin: 0;
padding: 0; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li {
background-color: #f8f8f8; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li a {
color: #525252;
background-color: #f8f8f8;
border-bottom: 1px solid #e3e4e6;
margin: 0 20px;
padding: 10px 15px; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li a span {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open a {
color: #10a44a;
border-bottom: none; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open a span {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open .menu-lv3 {
padding: 0; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open .menu-lv3 li {
background-color: #e6e6e6; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open .menu-lv3 li a {
background-color: #e6e6e6;
font-size: 1.6rem;
font-weight: 400;
color: #525252; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open .menu-lv3 li:first-child {
padding-top: 5px; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open .menu-lv3 li:last-child {
padding-bottom: 5px; } }
@media only screen and (max-width: 767px) {
.manage .main-wrapper #header-wrapper {
padding-top: 61px; }
.manage .main-wrapper #header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper.sticky {
top: 61px; }
.manage .main-wrapper .panel-header .header-top .head-top-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.manage .main-wrapper .panel-header .header-top .head-top-wrapper .left {
width: 100%; }
.manage .main-wrapper .panel-header .header-top .head-top-wrapper .right {
width: 100%; } }
.footer {
position: relative;
padding: 30px 0;
margin: 0 auto;
margin-left: 230px;
background-color: white; }
.footer .footer-wrapper {
margin: 0 auto;
max-width: 1440px;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.footer .group-footer {
position: relative;
display: block;
width: 1440px;
max-width: 100%;
padding: 0;
margin: 0 auto; }
.footer .group-footer:last-child {
padding-top: 20px;
border-top: solid 1px #ccc; }
.footer .group-footer .title-footer {
display: block;
margin: 0 0 22px 0; }
.footer .group-footer .title-footer .logo {
display: block;
margin: 0 0 11px 0; }
.footer .group-footer .title-footer .logo a {
margin: 0;
width: 86px;
height: 86px;
position: relative;
display: block; }
.footer .group-footer .title-footer .logo a img {
max-width: 100%; }
.footer .group-footer .title-footer .title {
margin: 0;
font-weight: 500;
font-size: 2.4rem;
line-height: 2.8rem;
color: #006600; }
.footer .group-footer .title-footer .desc {
margin: 0;
font-weight: 400;
font-size: 1.6rem;
line-height: 2.2rem; }
.footer .group-footer .group-content-footer {
margin-bottom: 30px; }
.footer .group-footer .group-content-footer .text-content {
position: relative;
display: block;
padding: 0;
padding-left: 40px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2.2rem;
color: #525252; }
.footer .group-footer .group-content-footer .text-content:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #525252; }
.footer .group-footer .group-content-footer .link-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
padding: 0;
margin: 10px 0; }
.footer .group-footer .group-content-footer .link-content .icon-content {
width: 35px;
margin-right: 10px; }
.footer .group-footer .group-content-footer .link-content .icon-content img, .footer .group-footer .group-content-footer .link-content .icon-content svg {
width: 35px; }
.footer .group-footer .group-content-footer .link-content .icon-content .st0 {
fill: none;
stroke: #525252;
stroke-width: 2;
stroke-linecap: round;
stroke-miterlimit: 10; }
.footer .group-footer .group-content-footer .link-content .link-tel {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
word-break: break-all; }
.footer .group-footer .group-content-footer .link-content .link-tel a {
font-weight: 400;
font-size: 3rem;
line-height: 3.4rem;
color: #006600;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.footer .group-footer .group-content-footer .link-content .link-tel a:hover {
text-decoration: none;
color: #10a44a; }
.footer .group-footer .footer-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.footer .group-footer .footer-bottom .sitemap {
margin-bottom: 10px; }
.footer .group-footer .footer-bottom .sitemap ul {
list-style: none;
margin: 0;
padding: 0; }
.footer .group-footer .footer-bottom .sitemap ul li {
display: inline-block;
vertical-align: middle;
margin-left: 20px; }
.footer .group-footer .footer-bottom .sitemap ul li a {
font-weight: 400;
font-size: 1.6rem;
line-height: 2.2rem;
text-align: right;
color: #006600;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.footer .group-footer .footer-bottom .sitemap ul li a:hover {
text-decoration: none;
color: #10a44a; }
.footer .group-footer .copyright {
display: block;
font-weight: 400;
font-size: 1.6rem;
line-height: 2.2rem;
text-align: right;
color: #525252; }
.gototop {
width: 40px;
height: 40px;
cursor: pointer;
position: fixed;
right: 20px;
bottom: 20px;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 999;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.gototop.show {
visibility: visible;
cursor: pointer;
opacity: 1.0; }
@media only screen and (max-width: 1366px) {
.gototop {
right: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); } }
@media (max-width: 1199.98px) {
.footer {
margin-left: 15px;
margin-right: 15px; } }
.container-out {
position: relative;
overflow: hidden;
-moz-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
-webkit-transition: opacity .4s ease;
transition: opacity .4s ease; }
@media (min-width: 1200px) {
.container-out {
padding-left: 230px; } }
.container-in {
position: relative;
overflow: hidden;
-moz-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
-webkit-transition: opacity .4s ease;
transition: opacity .4s ease; }
.container-in .page-section {
position: relative;
width: 100%;
min-height: 100vh;
padding: 0;
margin: 0 auto;
background-image: url("../../assets/images/bg-login.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
.container-in .page-section.regiter {
background-image: url("../../assets/images/bg-register.jpg"); }
.container-in .page-section.regiter-form {
background-image: url("../../assets/images/bg-register_form.jpg"); }
.container-in .page-section .container-wrapper {
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 0;
margin: 0 auto; }
.container-in .page-section .application-wrapper {
position: relative;
display: block;
width: 100%;
height: auto;
padding: 100px 30px;
margin: 0 auto; }
.container-in .page-section .application-wrapper .item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
min-height: 95px;
padding: 10px 15px 10px 0;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.container-in .page-section .application-wrapper .item.orange {
background-color: #e16500; }
.container-in .page-section .application-wrapper .item.orange:after {
top: 99%;
left: 80%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #e16500;
border-width: 15px;
margin-left: -15px; }
.container-in .page-section .application-wrapper .item.blue {
margin-top: 45px;
background-color: #2997D4; }
.container-in .page-section .application-wrapper .item.blue:after {
top: 99%;
left: 20%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #2997D4;
border-width: 15px;
margin-left: -15px; }
.container-in .page-section .application-wrapper .icon-flex {
width: 60px;
text-align: center; }
.container-in .page-section .application-wrapper .icon-flex .img, .container-in .page-section .application-wrapper .icon-flex svg {
margin: 0; }
.container-in .page-section .application-wrapper .icon-flex .st0 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-miterlimit: 10; }
.container-in .page-section .application-wrapper .icon-flex .st1 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linecap: round;
stroke-miterlimit: 10; }
.container-in .page-section .application-wrapper .icon-flex .st2 {
fill: none;
stroke: #FFFFFF;
stroke-miterlimit: 10; }
.container-in .page-section .application-wrapper .data-flex {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.container-in .page-section .application-wrapper .data-flex p {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: white; }
.container-in .page-section .application-wrapper .data-flex h3 {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: white; }
@media screen and (min-width: 1367px) {
.container-in .page-section .application-wrapper {
padding: 470px 0 0 240px; } }
@media screen and (min-width: 1241px) {
.container-in .page-section .application-wrapper {
padding-top: 370px; } }
.container-in .page-section .form-main {
position: relative;
display: block;
width: 100%;
height: auto;
padding: 0;
margin: 0 auto; }
.container-in .page-section .form-main .form-main_i {
position: relative;
display: block;
width: 100%;
height: auto;
padding: 30px 30px 105px 30px;
margin: 0 auto;
background-color: rgba(0, 102, 0, 0.1);
background-image: url("../../assets/images/bg-form.png");
background-position: bottom center;
background-repeat: no-repeat; }
.container-in .page-section .form-main .form-main_i.bg-white {
min-height: 100vh;
border-radius: 0;
background-color: transparent !important; }
.container-in .page-section .form-main .form-main_i .logo {
position: relative;
margin: 0 0 22px 0; }
.container-in .page-section .form-main .form-main_i .logo a {
display: block;
width: 304px;
max-width: 100%;
padding: 0;
margin: 0; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st0 {
fill: #FFFFFF; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st1 {
fill: #06764B; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st2 {
fill: #BB2027; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st3 {
fill-rule: evenodd;
clip-rule: evenodd;
fill: #06764B; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st4 {
display: none;
fill: #FFFFFF;
stroke: #FFFFFF;
stroke-width: 10; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st5 {
font-family: 'DBRamintraX-Bold'; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st6 {
font-size: 35.925px; }
.container-in .page-section .form-main .form-main_i .title {
position: relative;
margin: 0 0 22px 0; }
.container-in .page-section .form-main .form-main_i .title h2 {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600; }
.container-in .page-section .form-main .form-main_i .title p {
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.container-in .page-section .form-main .form-main_i .sign-w-social {
position: relative;
padding: 0 0 22px 0;
margin: 0 0 22px 0;
border-bottom: solid 1px #ccc; }
.container-in .page-section .form-main .form-main_i .sign-w-social .btn__container {
display: block; }
.container-in .page-section .form-main .form-main_i .sign-w-social .btn__container .btn {
width: 100%; }
.container-in .page-section .form-main .form-main_i .sign-w-form {
position: relative;
margin: 0 0 22px 0; }
.container-in .page-section .form-main .form-main_i .sign-w-form .btn__container {
display: block; }
.container-in .page-section .form-main .form-main_i .sign-w-form .btn__container .btn {
width: 100%; }
.container-in .page-section .form-main .form-main_i .sign-w-note {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 0 22px 0;
margin: 0 0 22px 0;
font-size: 1.6rem;
line-height: 2rem;
color: #525252;
border-bottom: solid 1px #ccc; }
.container-in .page-section .form-main .form-main_i .sign-w-note a {
position: relative;
display: inline-block;
font-weight: 300;
font-size: 1.8rem;
line-height: 2.2rem;
color: #006600;
padding: 0 0 0 20px;
margin: 0 0 0 10px; }
.container-in .page-section .form-main .form-main_i .sign-w-note a:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 10px;
width: 10px;
position: absolute;
pointer-events: none;
background-color: #006600; }
.container-in .page-section .form-main .form-main_i .sign-w-note a:hover {
color: #10a44a;
background-color: transparent; }
@media only screen and (min-width: 1367px) {
.container-in .page-section .form-main .form-main_i {
min-height: 750px;
padding: 30px 100px 105px 100px; } }
@media only screen and (min-width: 1241px) {
.container-in .page-section .form-main .form-main_i {
border-bottom-left-radius: 100px;
padding: 30px 100px 105px 100px; } }
@media only screen and (max-width: 767px) {
.container-in .page-section .form-main .form-main_i .sign-w-social .btn__container {
margin-bottom: 22px; } }
.page {
position: relative;
width: 100%;
height: auto;
padding: 0;
margin: 0 auto; }
.page.type-homepage {
top: 0;
left: 0;
width: 100%;
height: 100%; }
@media (min-width: 768px) {
.page.type-homepage {
height: auto; } }
.page .homepage-section {
position: relative;
width: 100%;
height: auto;
padding: 0;
margin: 0 auto; }
.page .homepage-section .container-wrapper--homepage {
position: relative;
display: block;
width: 1440px;
max-width: 100%;
padding: 30px 0 35px 0;
margin: 0 auto; }
@media (max-width: 991.98px) {
.page .homepage-section .container-wrapper--homepage {
padding: 35px 0 0 0; } }
.page .homepage-section .container-wrapper--detailpage {
position: relative;
display: block;
width: 1440px;
max-width: 100%;
padding: 30px 0 35px 0;
margin: 0 auto; }
@media (max-width: 991.98px) {
.page .homepage-section .container-wrapper--detailpage {
padding: 35px 0 0 0; } }
.page .homepage-section .container-report--counter {
display: block;
width: 100%;
height: auto; }
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
height: 385px;
-o-object-fit: cover;
object-fit: cover; }
.page .homepage-section .container-report--counter .container-news .card .bg-layer img {
height: 100%; }
@media only screen and (max-width: 1440px) {
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
height: 322px; } }
@media only screen and (max-width: 1366px) {
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
height: 300px; } }
@media only screen and (max-width: 1366px) {
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
height: 270px; } }
@media only screen and (max-width: 768px) {
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
height: 385px; } }
@media only screen and (max-width: 640px) {
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
min-height: 190px;
height: auto; } }
.page .homepage-section .container-report--video {
display: block;
width: 100%;
height: auto;
cursor: pointer; }
.page .homepage-section .container-report--video .container-news .card .bg-layer {
height: 385px; }
.page .homepage-section .container-report--video .container-news .card .bg-layer video, .page .homepage-section .container-report--video .container-news .card .bg-layer iframe {
width: 100%;
height: 100%;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .homepage-section .container-report--video .container-news .card .readmore-hover {
top: 0;
left: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
width: 100%;
height: 100%; }
.page .homepage-section .container-report--video .container-news .card .readmore-hover.bg-icon {
background-image: url("../../assets/images/icons/icon-play.png");
background-position: center center;
background-repeat: no-repeat;
background-size: 52px 52px; }
@media only screen and (max-width: 1440px) {
.page .homepage-section .container-report--video .container-news .card .bg-layer {
height: 322px; } }
@media only screen and (max-width: 1366px) {
.page .homepage-section .container-report--video .container-news .card .bg-layer {
height: 300px; } }
@media only screen and (max-width: 1366px) {
.page .homepage-section .container-report--video .container-news .card .bg-layer {
height: 270px; } }
@media only screen and (max-width: 768px) {
.page .homepage-section .container-report--video .container-news .card .bg-layer {
height: 385px; } }
.page .container-news {
position: relative; }
.page .container-news .card {
border: none;
margin-bottom: 25px;
overflow: hidden; }
.page .container-news .card .source {
position: absolute;
top: 0;
left: 0;
padding: 5px 10px;
z-index: 19;
width: auto;
height: auto;
background-color: rgba(0, 102, 0, 0.8);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.page .container-news .card .source span {
display: block;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 300;
color: white;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-news .card .time {
position: absolute;
bottom: 15px;
left: 15px;
padding: 5px 10px;
z-index: 19;
width: auto;
height: auto;
background-color: rgba(0, 0, 0, 0.8);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.page .container-news .card .time span {
display: block;
font-size: 1.6rem;
line-height: 2rem;
font-weight: 300;
color: white;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-news .card .bg-layer {
position: relative;
width: 100%;
min-height: 150px;
height: auto;
background-color: black;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
cursor: pointer; }
.page .container-news .card .bg-layer .thumbnail {
width: 100%;
max-width: 100%;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-news .card .bg-layer video, .page .container-news .card .bg-layer iframe {
width: 100%;
height: 250px;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-news .card .content-layer {
position: absolute;
bottom: 0;
left: 0;
z-index: 19;
width: 100%;
height: auto;
padding: 15px;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-news .card .content-layer .title {
position: relative; }
.page .container-news .card .content-layer .title span {
font-size: 2rem;
line-height: 2.4rem;
font-weight: 400;
color: #006600;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-news .card .content-layer .title a {
font-size: 2rem;
line-height: 2.4rem;
font-weight: 400;
color: #006600;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-news .card .content-layer .title a:hover {
color: #10a44a; }
.page .container-news .card .content-layer .description {
position: relative;
margin-top: 20px; }
.page .container-news .card .content-layer .description span {
font-size: 1.6rem;
line-height: 2rem;
font-weight: 400;
color: #525252;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-news .card .content-layer .date {
position: relative; }
.page .container-news .card .content-layer .date span {
font-size: 1.6rem;
line-height: 2rem;
font-weight: 300;
color: #006600; }
.page .container-news .card .readmore-hover {
position: absolute;
top: 0;
left: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
width: 100%;
height: 100%;
display: block;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-news .card .readmore-hover.bg-icon {
background-image: url("../../assets/images/icons/icon-play.png");
background-position: center center;
background-repeat: no-repeat;
background-size: 52px 52px; }
.page .container-news .card.news-main .content-layer .caption {
position: relative; }
.page .container-news .card.news-main .content-layer .caption .flex-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px; }
.page .container-news .card.news-list {
margin-bottom: 25px; }
.page .container-news .card.news-list .content-layer {
position: relative;
bottom: auto;
left: auto;
z-index: 19;
width: 100%;
height: 240px;
padding: 20px;
background-color: white; }
.page .container-news .card.news-list .content-layer .caption {
position: absolute;
bottom: 15px;
left: 0;
width: 100%;
padding: 0 20px; }
.page .container-news .card.news-list .content-layer .caption .flex-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px; }
.page .container-news .card.news-list .content-layer .title {
padding: 0;
text-align: left; }
.page .container-news .card.news-list .content-layer .title span {
color: #525252; }
.page .container-news .card.news-list .content-layer .description {
padding: 0;
text-align: left; }
.page .container-news .card.news-list .content-layer .description span {
color: #525252; }
.page .container-news .card:hover .bg-layer img {
opacity: 1; }
@media (max-width: 767.98px) {
.page .container-news .card .content-layer {
position: relative;
bottom: auto;
left: auto; } }
.page .container-news .video-thunmbnail {
display: none;
visibility: hidden;
opacity: 0; }
.page .container-service {
position: relative; }
.page .container-service .container-title {
display: block;
width: 100%;
height: auto; }
@media screen and (min-width: 1024px) {
.page .container-service .container-title {
border-bottom: solid 2px #006600; } }
.page .container-service .container-slide {
position: relative;
margin: 0 auto;
margin-top: -300px; }
.page .container-service .container-slide .title-text {
position: relative;
width: 100%;
height: 270px;
padding: 20px 30px 90px 30px;
margin-bottom: 25px;
border: solid 2px #006600;
border-bottom: none; }
.page .container-service .container-slide .title-text h2 {
margin-bottom: 20px;
font-weight: 400;
font-size: 9rem;
line-height: 9.4rem;
color: #006600; }
.page .container-service .container-slide .title-text p {
font-size: 2.2rem;
line-height: 2.6rem;
font-weight: 400;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-service .container-slide .title-text .btn-wrap {
position: absolute;
bottom: 20px;
left: 35px; }
.page .container-service .container-slide .title-text h2 {
font-size: 7rem;
line-height: 7.4rem; }
@media (max-width: 1199.98px) {
.page .container-service .container-slide .title-text h2 {
font-size: 5rem;
line-height: 5.4rem; } }
@media (max-width: 991.98px) {
.page .container-service .container-slide .title-text {
height: auto; }
.page .container-service .container-slide .title-text h2 {
font-size: 3rem;
line-height: 3.4rem; } }
@media (max-width: 991.98px) {
.page .container-service .container-slide {
margin-top: -30px; }
.page .container-service .container-slide .title-text {
border: solid 2px #006600; } }
.page .container-service .card {
border: none;
margin-bottom: 25px;
overflow: hidden; }
.page .container-service .card .source {
position: absolute;
top: 0;
left: 0;
padding: 5px 10px;
z-index: 19;
width: auto;
height: auto;
background-color: rgba(0, 102, 0, 0.8);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.page .container-service .card .source span {
display: block;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 300;
color: white;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-service .card .bg-layer {
position: relative;
width: 100%;
height: 525px;
background-color: black;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-service .card .bg-layer .thumbnail {
width: 100%;
max-width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-service .card .content-layer {
position: absolute;
bottom: 0;
left: 0;
z-index: 19;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-service .card .content-layer .caption-table {
display: table;
width: 100%;
height: 100%;
padding: 20px; }
.page .container-service .card .content-layer .caption-cell {
display: table-cell;
vertical-align: middle;
text-align: center; }
.page .container-service .card .content-layer .title {
position: relative; }
.page .container-service .card .content-layer .title span {
font-size: 2.6rem;
line-height: 3rem;
font-weight: 400;
color: white;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
mix-blend-mode: difference; }
.page .container-service .card .content-layer .description {
position: relative;
margin-top: 20px; }
.page .container-service .card .content-layer .description span {
font-size: 2.2rem;
line-height: 2.6rem;
font-weight: 400;
color: white;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-service .card.news-list {
margin-bottom: 25px; }
.page .container-service .card.news-list .bg-layer {
height: 250px; }
.page .container-service .card:hover .bg-layer .thumbnail {
opacity: 1; }
.page .container-service .card:hover .content-layer {
height: 0; }
.page .container-info {
position: relative; }
.page .container-info .card {
border: none;
margin-bottom: 25px;
overflow: hidden; }
.page .container-banner {
position: relative; }
.page .container-banner .container-item .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
min-height: 125px;
padding: 15px;
margin-bottom: 30px;
border: solid 1px #ccc;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-banner .container-item .item:hover {
border-color: #525252; }
.page .container-banner .container-item .icon-flex {
width: 75px; }
.page .container-banner .container-item .icon-flex svg .st0 {
fill: #676767; }
.page .container-banner .container-item .icon-flex svg .st1 {
fill: #2A96D3; }
.page .container-banner .container-item .icon-flex svg .st2 {
fill: #2997D4; }
.page .container-banner .container-item .data-flex {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.page .container-banner .container-item .data-flex p {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.page .container-banner .container-item .data-flex h3 {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #e16500; }
.page .container-title {
margin-bottom: 30px; }
.page .container-title .title-text {
margin-bottom: 30px; }
.page .container-title .title-text h2 {
font-weight: 400;
font-size: 9rem;
line-height: 9.4rem;
color: #006600; }
.page .container-title .title-wrap {
position: relative;
width: 100%;
height: 380px; }
.page .container-title .title-wrap .title-text {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: auto;
padding: 20px 30px;
margin-bottom: 0;
border: solid 2px #006600;
border-bottom-width: 3px; }
.page .container-title .title-wrap .title-text h2 {
margin-bottom: 30px; }
.page .container-title .title-text h2 {
font-size: 7rem;
line-height: 7.4rem; }
@media (max-width: 1199.98px) {
.page .container-title .title-text h2 {
font-size: 5rem;
line-height: 5.4rem; } }
@media (max-width: 991.98px) {
.page .container-title .title-text h2 {
font-size: 3rem;
line-height: 3.4rem; } }
.page .container-title .animate-wrap {
position: relative;
width: 100%;
height: 380px;
overflow: hidden; }
.page .container-title .animate-wrap .floating {
top: 0;
right: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 9;
pointer-events: none;
background-color: #f8f8f8;
background-image: url("../../assets/images/animate/bg.svg");
background-position: center bottom;
background-repeat: no-repeat;
background-size: cover; }
.page .container-title .animate-wrap .floating .ready {
-webkit-transition: opacity 0.4s ease;
-o-transition: opacity 0.4s ease;
transition: opacity 0.4s ease; }
.page .container-title .animate-wrap .floating img {
position: relative;
width: 230px !important; }
.page .container-title .animate-wrap .floating img:first-of-type {
-webkit-animation: float-y 4s ease infinite 0s;
animation: float-y 4s ease infinite 0s;
-webkit-filter: blur(0);
filter: blur(0); }
.page .container-title .animate-wrap .floating img:nth-of-type(2) {
-webkit-animation: float-y 4s ease infinite 0.2s;
animation: float-y 4s ease infinite 0.2s;
-webkit-filter: blur(0);
filter: blur(0);
visibility: hidden; }
.page .container-title .animate-wrap .floating img:nth-of-type(3) {
-webkit-animation: float-y 4s ease infinite 0.4s;
animation: float-y 4s ease infinite 0.4s;
-webkit-filter: blur(0);
filter: blur(0); }
.page .container-title .animate-wrap .floating img:nth-of-type(4) {
-webkit-animation: float-y 4s ease infinite 0.6s;
animation: float-y 4s ease infinite 0.6s;
-webkit-filter: blur(0);
filter: blur(0); }
.page .container-title .animate-wrap .floating img:nth-of-type(5) {
-webkit-animation: float-y 4s ease infinite 0.8s;
animation: float-y 4s ease infinite 0.8s;
-webkit-filter: blur(0);
filter: blur(0);
visibility: hidden; }
.page .container-title .animate-wrap .floating img:nth-of-type(6) {
-webkit-animation: float-y 4s ease infinite 1s;
animation: float-y 4s ease infinite 1s;
-webkit-filter: blur(0);
filter: blur(0); }
@media screen and (max-width: 1440px) {
.page .container-title .animate-wrap .floating img {
width: 190px !important; } }
@media screen and (max-width: 1366px) {
.page .container-title .animate-wrap .floating img {
width: 175px !important; } }
@media screen and (max-width: 1024px) {
.page .container-title .animate-wrap .floating img {
width: 160px !important; } }
@media screen and (max-width: 999px) {
.page .container-title .animate-wrap .floating img {
width: 240px !important; } }
@media screen and (max-width: 768px) {
.page .container-title .animate-wrap .floating img {
visibility: hidden !important; } }
@media (max-width: 991.98px) {
.page .container-title .animate-wrap {
border-bottom: solid 2px #006600; } }
@-webkit-keyframes float-y {
0%, to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
50% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
50.0001% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%); } }
@keyframes float-y {
0%, to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
50% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
50.0001% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%); } }
.page .container-egp {
position: relative; }
.page .container-egp .content-title {
display: block;
margin: 0 auto 40px auto; }
.page .container-egp .content-title .title {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600; }
.page .container-egp .content-title p {
font-weight: 300;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.page .container-egp .last-egp-wrapper {
display: block; }
.page .container-egp .last-egp-wrapper .post-bx {
width: 100%;
margin-bottom: 30px;
border: solid 1px #525252;
background-color: transparent;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-egp .last-egp-wrapper .post-bx:hover {
border-color: #006600;
background-color: white; }
.page .container-egp .last-egp-wrapper .post-bx:last-child {
margin-bottom: 0; }
.page .container-egp .last-egp-wrapper .post-status {
display: inline-block;
padding: 5px 20px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
color: white;
background-color: #006600; }
.page .container-egp .last-egp-wrapper .post-view {
display: block;
padding: 5px 20px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
text-align: right;
color: #525252; }
@media (max-width: 767.98px) {
.page .container-egp .last-egp-wrapper .post-view {
text-align: left; } }
.page .container-egp .last-egp-wrapper .post-dept {
display: block;
padding: 40px 15px 0 15px;
text-align: center; }
.page .container-egp .last-egp-wrapper .post-dept .thumbnail {
width: 55px;
max-width: 100%;
margin: 0 auto; }
@media (max-width: 767.98px) {
.page .container-egp .last-egp-wrapper .post-dept {
padding: 15px; } }
.page .container-egp .last-egp-wrapper .detail-wrapper {
display: block;
padding: 20px 15px 0 15px; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-date {
margin-bottom: 20px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
color: #10a44a; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-title {
display: block;
margin-bottom: 20px;
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-title:hover {
color: #10a44a; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-detail {
margin-bottom: 20px;
display: block; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-detail .post-label {
position: relative;
display: block;
padding: 0;
padding-left: 40px;
margin-bottom: 10px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
color: #525252;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-detail .post-label:before {
left: 0;
top: 10px;
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #525252; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-detail .post-detail-txt {
margin-bottom: 20px;
font-weight: 500;
font-size: 1.6rem;
line-height: 2rem;
color: #525252; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-detail .post-detail-txt i {
padding-right: 15px; }
.page .slider .slick-arrow {
position: absolute;
right: auto;
z-index: 1;
width: 45px;
height: 45px;
padding: 0;
overflow: hidden;
font-size: 0;
cursor: pointer;
outline: none;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
text-indent: -9999px;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
opacity: 0.75; }
.page .slider .slick-arrow.slick-disabled {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
opacity: 0.25;
cursor: default;
pointer-events: none; }
.page .slider .slick-prev {
left: auto;
top: auto;
right: 107px;
bottom: 30px;
background-image: url("../../assets/images/icons/icon-slick-arrow-prev.svg");
background-repeat: no-repeat;
background-position: 0 0; }
.page .slider .slick-next {
top: auto;
right: 60px;
bottom: 30px;
background-image: url("../../assets/images/icons/icon-slick-arrow-next.svg");
background-repeat: no-repeat;
background-position: 0 0; }
.page .slider .slick-prev,
.page .slider .slick-next {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.page .slider .container-image {
position: relative; }
.page .slider .container-nav {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
padding: 0;
background-color: rgba(255, 255, 255, 0.8); }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
.page .slider .container-nav {
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
-webkit-filter: blur(0);
filter: blur(0); } }
.page .slider .container-nav .container-nav_i {
position: relative;
display: block;
width: 1440px;
max-width: 100%;
padding: 0;
margin: 0 auto; }
.page .slider .container-nav .container-nav_i a.back-link {
display: inline-block;
padding: 15px 0;
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.page .slider .container-nav .container-nav_i a.back-link:hover {
color: #10a44a; }
.page .slider .container-nav .container-nav_i a.back-link .fa-arrow-left {
padding-right: 10px; }
.page .slider .container-nav .nav-select {
position: relative; }
.page .slider .container-nav .nav-select_list {
list-style: none;
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.page .slider .container-nav .nav-select_list li {
margin-right: 30px; }
.page .slider .container-nav .nav-select_list li a {
display: block;
padding: 15px 0;
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252;
border-bottom: solid 5px transparent; }
.page .slider .container-nav .nav-select_list li a:hover {
color: #10a44a; }
.page .slider .container-nav .nav-select_list li a.active {
color: #006600;
border-color: #006600; }
.page .slider .container-nav .nav-select_list li:last-child {
margin-right: 0; }
.page .slider .container-nav .nav-select_dropdown {
display: none;
position: relative;
cursor: pointer;
-moz-appearance: none;
/* Firefox */
-webkit-appearance: none;
/* Safari and Chrome */
appearance: none;
width: auto;
height: 50px;
border: none;
background-color: white;
padding: 0 10px;
margin: 15px 0;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem;
color: #939393 !important;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-bottom: solid 2px #006600; }
.page .slider .container-nav .nav-select_dropdown:focus {
outline: none; }
.page .slider .container-nav .nav-select_dropdown optgroup {
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem; }
@media (max-width: 1199.98px) {
.page .slider .container-nav .nav-select_list {
display: none; }
.page .slider .container-nav .nav-select_dropdown {
display: inline-block; } }
@media only screen and (max-width: 1366px) {
.page .slider .slick-arrow {
right: 30px; }
.page .slider .slick-prev {
right: 105px; } }
@media (max-width: 991.98px) {
.page .slider .slick-arrow {
display: none !important; }
.page .slider .slick-prev {
display: none !important; }
.page .slider .container-nav {
position: relative;
bottom: auto;
left: auto;
width: 100%;
height: auto;
padding: 0;
margin: 0 auto;
background-color: rgba(255, 255, 255, 0.8); } }
.page .slider__item {
position: relative;
height: 100vh; }
.page .slider__item img {
bottom: 0;
top: 0;
left: 0;
right: 0;
position: absolute;
width: 100%;
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
-webkit-transform: scale(1.25, 1.25);
-ms-transform: scale(1.25, 1.25);
transform: scale(1.25, 1.25); }
.page .slider__item video {
width: 100%; }
.page .slider__item audio {
position: absolute;
left: 15px;
bottom: 15px;
width: 250px;
height: 50px;
z-index: 101;
outline: none !important; }
.page .slider__item .caption-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.page .slider__item .caption-table {
display: table;
width: 100%;
height: 100%;
padding: 0; }
.page .slider__item .caption-cell {
display: table-cell;
vertical-align: middle;
padding: 50px 135px;
text-align: left;
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: white;
pointer-events: none; }
.page .slider__item .caption-cell .title {
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: white;
pointer-events: none; }
.page .slider__item.slick-active img {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1); }
@media (max-width: 1199.98px) {
.page .slider__item {
height: auto; } }
@media (max-width: 991.98px) {
.page .slider__item .caption-cell {
padding: 50px; } }
@media (max-width: 767.98px) {
.page .slider__item .caption-cell {
padding: 15px;
font-size: 3rem;
line-height: 3.4rem; }
.page .slider__item .caption-cell .title {
font-size: 3rem;
line-height: 3.4rem; } }
.page .slider__item__detail {
position: relative;
height: auto; }
.page .slider__item__detail img {
width: 100%;
max-width: 100%;
-o-object-fit: cover;
object-fit: cover; }
.page .slider__item__detail .caption-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.page .slider__item__detail .caption-table {
display: table;
width: 100%;
height: 100%;
padding: 0; }
.page .slider__item__detail .caption-cell {
display: table-cell;
vertical-align: middle;
padding: 50px 135px;
text-align: left;
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: #006600;
pointer-events: none; }
.page .slider__item__detail .caption-cell .title {
display: inline-block;
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: #006600;
pointer-events: none; }
@media (max-width: 1199.98px) {
.page .slider__item__detail {
height: auto; } }
@media (max-width: 991.98px) {
.page .slider__item__detail .caption-cell {
padding: 50px; } }
@media (max-width: 767.98px) {
.page .slider__item__detail .caption-cell {
padding: 15px;
font-size: 3rem;
line-height: 3.4rem; }
.page .slider__item__detail .caption-cell .title {
font-size: 3rem;
line-height: 3.4rem; } }
.page .slider__counter {
position: absolute;
bottom: 30px;
right: 167px;
z-index: 1;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 300;
color: #fff;
mix-blend-mode: difference;
pointer-events: none;
text-align: right; }
@media only screen and (max-width: 1366px) {
.page .slider__counter {
right: 175px; } }
@media (max-width: 991.98px) {
.page .slider__counter {
right: 30px;
bottom: 30px; } }
@media (max-width: 767.98px) {
.page .slider__counter {
right: 15px;
bottom: 15px; } }
.articles-wrap {
position: fixed;
right: 105px;
top: 0;
height: 100%;
z-index: 1000;
width: 2px;
border-right: 2px solid #cfd1d4;
-moz-transition-property: -moz-transform,opacity;
-o-transition-property: -o-transform,opacity;
-webkit-transition-property: -webkit-transform,opacity;
-webkit-transition-property: opacity,-webkit-transform;
transition-property: opacity,-webkit-transform;
-o-transition-property: transform,opacity;
transition-property: transform,opacity;
transition-property: transform,opacity,-webkit-transform;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
visibility: hidden;
display: none; }
.articles-wrap .articles_i {
width: 2px;
top: 0;
right: 0;
overflow: hidden;
position: absolute;
height: 100%;
-moz-transition-property: border-color;
-o-transition-property: border-color;
-webkit-transition-property: border-color;
transition-property: border-color;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.article-content {
position: relative; }
.article-content .article-section {
position: relative; }
.article-content .article-section .container-title {
display: block !important;
padding: 0 !important;
margin: 0 0 30px 0 !important; }
.article-content .article-section .container-title .title-text {
margin-bottom: 0; }
.article-content .article-section .container-title .title-text .title {
font-weight: 400 !important;
font-size: 3rem !important;
line-height: 3.4rem !important;
color: #006600 !important; }
.article-content .article-section .orgChart {
width: 100%;
margin: 0 auto 60px auto; }
.article-content .article-section .orgChart h2 {
font-size: 2rem;
line-height: 2.4rem; }
.article-content .article-section .orgChart a {
font-size: 2rem;
line-height: 2.4rem;
font-weight: 300;
min-height: 20px;
color: #525252 !important; }
.article-content .article-section .orgChart a:hover {
color: #10a44a !important; }
.article-content .article-section .orgChart .node {
cursor: default;
border: 1px solid #10a44a;
display: inline-block;
padding: 5px 5px 30px;
width: 180px;
height: auto;
background: transparent;
line-height: 2.4rem;
border-radius: 0;
position: relative;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0 5px; }
.article-content .article-section .orgChart table tbody tr.lines td.left {
border-color: #10a44a; }
.article-content .article-section .orgChart table tbody tr.lines td.right {
border-color: #10a44a; }
.article-content .public-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px; }
.article-content .public-group a {
display: inline-block;
padding: 5px 15px;
font-weight: 300;
font-size: 2rem;
line-height: 2.4rem;
color: white;
background-color: #006600;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-group a:hover {
background-color: #10a44a; }
.article-content .public-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px; }
.article-content .public-title .title {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600; }
.article-content .public-title .date {
font-weight: 400;
font-size: 2rem;
line-height: 4rem;
color: #006600; }
.article-content .public-title .activity-date {
padding: 0;
margin: 0 0 25px 0;
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.article-content .public-title .activity-date i {
color: #10a44a; }
.article-content .public-image {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto;
text-align: center; }
.article-content .public-image img {
width: auto;
max-width: 100%;
margin: 0 auto; }
.article-content .public-gallery {
position: relative;
display: block;
min-height: 332px;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-gallery .title {
margin-bottom: 20px;
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600; }
.article-content .public-gallery .flexslider .slides {
zoom: 1;
display: -ms-flexbox;
display: -webkit-flex;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center; }
.article-content .public-gallery .main-slider {
border: none;
background: none;
margin-bottom: 30px; }
.article-content .public-gallery .main-slider .slides {
cursor: pointer; }
.article-content .public-gallery .main-slider .slides img {
width: auto;
max-width: 100%;
margin: auto; }
.article-content .public-gallery .main-slider .flex-direction-nav .flex-nav-prev .flex-prev {
width: 60px;
height: 60px;
background-color: transparent; }
.article-content .public-gallery .main-slider .flex-direction-nav .flex-nav-prev .flex-prev:before {
content: '';
width: 100%;
height: 100%;
background-image: url("../../assets/images/icons/icon-slide-prev.png");
background-repeat: no-repeat;
background-position: center center; }
.article-content .public-gallery .main-slider .flex-direction-nav .flex-nav-next .flex-next {
width: 60px;
height: 60px;
background-color: transparent; }
.article-content .public-gallery .main-slider .flex-direction-nav .flex-nav-next .flex-next:before {
content: '';
width: 100%;
height: 100%;
background-image: url("../../assets/images/icons/icon-slide-next.png");
background-repeat: no-repeat;
background-position: center center; }
.article-content .public-gallery .thumbnail-slider {
border: none;
background: none;
margin-bottom: 0; }
.article-content .public-gallery .thumbnail-slider .slides li {
position: relative;
cursor: pointer; }
.article-content .public-gallery .thumbnail-slider .slides li .bg-layer {
opacity: 0;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.article-content .public-gallery .thumbnail-slider .slides li img {
height: 100% !important; }
.article-content .public-gallery .thumbnail-slider .slides li:hover .bg-layer {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: absolute;
height: 100%;
width: 100%;
opacity: 1; }
.article-content .public-gallery .thumbnail-slider .flex-direction-nav .flex-nav-prev .flex-prev {
width: 50px;
height: 50px;
background-color: transparent; }
.article-content .public-gallery .thumbnail-slider .flex-direction-nav .flex-nav-prev .flex-prev:before {
content: '';
width: 100%;
height: 100%;
background-image: url("../../assets/images/icons/icon-slide-prev.png");
background-repeat: no-repeat;
background-position: center center; }
.article-content .public-gallery .thumbnail-slider .flex-direction-nav .flex-nav-next .flex-next {
width: 50px;
height: 50px;
background-color: transparent; }
.article-content .public-gallery .thumbnail-slider .flex-direction-nav .flex-nav-next .flex-next:before {
content: '';
width: 100%;
height: 100%;
background-image: url("../../assets/images/icons/icon-slide-next.png");
background-repeat: no-repeat;
background-position: center center; }
.article-content .public-gallery .gallery-section {
min-height: 275px; }
.article-content .public-gallery .gallery-section .card {
width: 100%;
margin-bottom: 30px;
border: none;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
background-color: black;
cursor: pointer; }
.article-content .public-gallery .gallery-section .card .bg-layer {
position: relative;
width: 100%;
height: 250px;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-gallery .gallery-section .card .bg-layer .thumbnail {
width: 100%;
max-width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.article-content .public-gallery .gallery-section .card .readmore-hover {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
width: 50px;
height: 50px;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-gallery .gallery-section .card .readmore-hover img {
width: 100%;
height: 100%; }
.article-content .public-gallery .gallery-section .card .readmore-hover a {
position: relative;
display: inline-block;
width: auto;
height: auto;
background-color: transparent;
border: none;
cursor: pointer;
width: 50px;
height: 50px;
text-align: center;
background-color: white;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-gallery .gallery-section .card .readmore-hover a span {
font-size: 1.6rem;
line-height: 5rem;
color: #006600;
text-transform: uppercase; }
.article-content .public-gallery .gallery-section .card .readmore-hover a:hover {
background-color: #006600; }
.article-content .public-gallery .gallery-section .card .readmore-hover a:hover span {
color: white; }
.article-content .public-gallery .gallery-section .card .readmore-hover.bg-icon {
background-image: url("../../assets/images/icons/icon-play.png");
background-position: center center;
background-repeat: no-repeat;
background-size: 52px 52px; }
.article-content .public-gallery .gallery-section .card video, .article-content .public-gallery .gallery-section .card iframe {
width: 100%;
height: 100%;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-gallery .gallery-section .card:hover .bg-layer {
opacity: 1; }
.article-content .public-gallery .gallery-section .video-thunmbnail {
display: none;
visibility: hidden;
opacity: 0; }
.article-content .public-gallery .filter-sections .filter-item {
opacity: 0;
display: none;
visibility: hidden;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-gallery .filter-sections .view {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
visibility: visible;
opacity: 1 !important;
-webkit-animation-name: selected;
animation-name: selected;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s; }
@-webkit-keyframes selected {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes selected {
0% {
opacity: 0; }
100% {
opacity: 1; } }
.article-content .public-video {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-video .content-video {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */ }
.article-content .public-video .content-video video,
.article-content .public-video .content-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.article-content .public-video .content-video video:focus,
.article-content .public-video .content-video iframe:focus {
outline: none; }
.article-content .public-location {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-location .location iframe {
width: 100%;
height: 250px; }
.article-content .public-article {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-article .text-editor-tool {
display: block;
font-weight: 400;
font-size: 1.6rem;
line-height: 2em; }
.article-content .public-article .text-editor-tool h3 {
margin-bottom: 20px;
font-size: 3rem;
line-height: 3.4rem; }
.article-content .public-article .text-editor-tool p {
margin-bottom: 20px;
font-size: 1.6rem;
line-height: 2em; }
.article-content .public-article .text-editor-tool img {
margin-bottom: 25px;
max-width: 100%; }
.article-content .public-article .text-editor-tool table {
width: 100%; }
.article-content .public-article .text-editor-tool ul, .article-content .public-article .text-editor-tool ol {
padding: 0;
padding-left: 20px;
margin: 0; }
.article-content .public-attachment {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-attachment .attachment-list {
position: relative;
display: block;
margin: 0 auto; }
.article-content .public-attachment .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
min-height: 145px;
padding: 15px;
margin-bottom: 30px;
border: solid 1px #ccc;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-attachment .item:hover {
border-color: #525252; }
.article-content .public-attachment .icon-flex {
width: 90px;
text-align: center; }
.article-content .public-attachment .icon-flex a {
font-weight: 300;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.article-content .public-attachment .icon-flex a:hover {
text-decoration: underline;
color: #006600; }
.article-content .public-attachment .icon-flex .img, .article-content .public-attachment .icon-flex svg {
margin: 0 0 15px 0; }
.article-content .public-attachment .icon-flex .st0 {
fill: none;
stroke: #2A96D3;
stroke-width: 3;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.article-content .public-attachment .icon-flex .st1 {
fill: none;
stroke: #525252;
stroke-width: 3;
stroke-linecap: round;
stroke-miterlimit: 10; }
.article-content .public-attachment .icon-flex .st2 {
fill: none;
stroke: #525252;
stroke-width: 3;
stroke-miterlimit: 10; }
.article-content .public-attachment .data-flex {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-left: 15px; }
.article-content .public-attachment .data-flex p {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.article-content .public-attachment .data-flex a {
font-weight: 500;
font-size: 1.8rem;
line-height: 2.2rem;
color: #e16500; }
.article-content .public-attachment .data-flex a:hover {
color: #10a44a; }
.article-content .public-attachment .data-flex a.map-link {
font-weight: 300;
color: #525252; }
.article-content .public-attachment .data-flex a.map-link:hover {
text-decoration: underline;
color: #006600; }
.article-content .public-attachment .data-flex h3 {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #e16500; }
.article-content .public-contact {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-contact .title {
margin: 0 0 10px 0;
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600; }
.article-content .public-contact .description {
padding: 0;
margin: 0 0 20px 0;
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.article-content .public-contact .group-content {
margin-bottom: 30px; }
.article-content .public-contact .group-content .text-content {
position: relative;
display: block;
padding: 0;
padding-left: 40px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2.2rem;
color: #525252; }
.article-content .public-contact .group-content .text-content:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #525252; }
.article-content .public-contact .group-content .link-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
padding: 0;
margin: 10px 0; }
.article-content .public-contact .group-content .link-content .icon-content {
width: 35px;
margin-right: 10px; }
.article-content .public-contact .group-content .link-content .icon-content img, .article-content .public-contact .group-content .link-content .icon-content svg {
width: 35px; }
.article-content .public-contact .group-content .link-content .icon-content .st0 {
fill: none;
stroke: #525252;
stroke-width: 2;
stroke-linecap: round;
stroke-miterlimit: 10; }
.article-content .public-contact .group-content .link-content .icon-content svg.location .st0 {
fill: none;
stroke: #2A96D3;
stroke-width: 3;
stroke-linecap: round;
stroke-miterlimit: 10; }
.article-content .public-contact .group-content .link-content .icon-content svg.location .st1 {
fill: none;
stroke: #525252;
stroke-width: 3;
stroke-linecap: round;
stroke-miterlimit: 10; }
.article-content .public-contact .group-content .link-content .link-tel {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
word-break: break-all; }
.article-content .public-contact .group-content .link-content .link-tel p {
font-weight: 500;
font-size: 1.6rem;
line-height: 2.2rem;
color: #525252; }
.article-content .public-contact .group-content .link-content .link-tel a {
font-weight: 500;
font-size: 1.6rem;
line-height: 2.2rem;
color: #525252;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.article-content .public-contact .group-content .link-content .link-tel a:hover {
text-decoration: none;
color: #10a44a; }
.article-content .public-contact .iframe-map {
margin: 0 auto; }
.article-content .public-contact .iframe-map iframe {
width: 100%;
height: 255px; }
.social-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px 0 0 0;
margin: 0 0 30px 0;
border-top: solid 2px #e4e4e4; }
.social-container .shared-email {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.social-container .shared-email .social-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.social-container .shared-email .social-wrapper ul li a {
color: #525252; }
.social-container .shared-email .email-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #e4e4e4; }
.social-container .shared-email .email-link .item {
margin: 0 20px 0 0; }
.social-container .shared-email .email-link .item .icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 8px; }
.social-container .shared-email .email-link .item .icon.-email {
width: 22px;
height: 21px; }
.social-container .shared-email .email-link .item .icon.-link {
width: 24px;
height: 12px; }
.social-container .shared-email .email-link .item .icon img {
width: 100%;
margin-right: 5px; }
.social-container .shared-email .email-link .item .text-email-link {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.social-container .shared-email .email-link .item:last-child {
margin: 0; }
@media (max-width: 767.98px) {
.social-container .shared-email .social-wrapper {
margin-bottom: 15px; }
.social-container .shared-email .email-link {
padding: 0;
margin: 0;
margin-bottom: 15px; } }
.social-container .views-like {
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #e4e4e4; }
.social-container .views-like .view-count {
margin-right: 15px;
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.social-container .views-like .like-count .icon-like {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
background-color: rgba(82, 82, 82, 0.5);
width: 40px;
height: 35px;
margin-right: 40px; }
.social-container .views-like .like-count .icon-like.active {
background-color: #006600; }
.social-container .views-like .like-count .icon-like:after {
position: absolute;
left: 100%;
top: 0;
width: 35px;
font-weight: 400;
font-size: 1.8rem;
line-height: 35px;
color: #525252;
text-align: center;
content: attr(data-count); }
.social-container .views-like .like-count span {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem; }
@media (max-width: 767.98px) {
.social-container .views-like {
margin-left: 0;
padding-left: 0;
border-left: none; } }
.comment-container {
position: relative;
padding: 0;
margin: 0; }
.comment-container .container-title {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 !important;
margin: 0 0 15px 0 !important; }
.comment-container .container-title .title-text {
margin-bottom: 0; }
.comment-container .container-title .title-text .title {
font-weight: 400 !important;
font-size: 3rem !important;
line-height: 3.4rem !important;
color: #006600 !important; }
.comment-container .container-title .comment-count {
font-size: 2rem;
line-height: 3.4rem !important;
color: #525252; }
.comment-container .content {
position: relative; }
.comment-container .content .sort-order {
margin: 0 auto 25px auto; }
.comment-container .content .sort-order .text-order {
margin-right: 10px;
font-weight: 400;
font-size: 1.6rem;
line-height: 2rem;
color: #525252; }
.comment-container .content .sort-order .slc-custom {
margin-bottom: 0; }
.comment-container .content.vote {
display: block; }
.comment-container .content.vote .list-choice-vote {
display: block; }
.comment-container .content.vote .list-choice-vote ul {
list-style: none;
margin: 0;
padding: 0; }
.comment-container .content.vote .list-choice-vote .total-vote {
margin-bottom: 20px;
font-weight: 400;
font-size: 1.6rem;
line-height: 2rem; }
.comment-container .content.comment {
padding-bottom: 20px;
border-bottom: 1px solid #cfd1d4;
margin-bottom: 20px; }
.comment-container .user-comment-wrapper ul {
margin: 0;
padding: 0; }
.comment-container .user-comment-wrapper ul li {
list-style: none;
margin-bottom: 20px; }
.comment-container .user-comment-wrapper ul li .list-comment .image-user {
width: 50px;
height: 50px;
margin-right: 10px; }
.comment-container .user-comment-wrapper ul li .list-comment .post-user {
font-size: 1.6rem;
font-weight: 400;
color: #525252; }
.comment-container .user-comment-wrapper .load-more {
text-align: left; }
.banner-oversize {
position: relative;
display: block; }
.banner-oversize .thumbnail {
width: 100%; }
.banner-oversize .caption-outer {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.banner-oversize .caption-table {
display: table;
width: 100%;
height: 100%;
padding: 0; }
.banner-oversize .caption-cell {
display: table-cell;
vertical-align: middle;
text-align: left;
padding: 50px 135px; }
.banner-oversize .caption-cell .title {
margin: 20px 0;
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: white;
pointer-events: none; }
.tabs-wrapper {
display: block;
width: 100%;
min-height: 1px;
height: auto;
padding: 0;
margin: 0 auto; }
.tabs-wrapper .nav-tabs {
display: none;
padding: 0;
margin: 0;
border-bottom: solid 1px #006600; }
.tabs-wrapper .nav-tabs .nav-item {
margin: 0; }
.tabs-wrapper .nav-tabs .nav-item.show .nav-link {
opacity: 1;
color: white;
background-color: #006600; }
.tabs-wrapper .nav-tabs .nav-link {
padding: 15px 30px;
margin: 0;
font-size: 2rem;
line-height: 3rem;
color: #525252;
border: none;
border-radius: 0;
white-space: nowrap; }
.tabs-wrapper .nav-tabs .nav-link:hover {
color: #10a44a;
background-color: transparent; }
.tabs-wrapper .nav-tabs .nav-link.active {
position: relative;
opacity: 1;
color: white;
background-color: #006600; }
.tabs-wrapper .nav-tabs .nav-link.active:after {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #006600;
border-width: 15px;
margin-left: -15px; }
@media (max-width: 1365px) {
.tabs-wrapper .nav-tabs .nav-link {
padding: 10px 20px; } }
.tabs-wrapper .tab-content {
padding-top: 25px; }
.tabs-wrapper .tab-content .card {
border: none;
background-color: transparent; }
.tabs-wrapper .tab-content .card.news-main {
background-color: white; }
.tabs-wrapper .tab-content .card.news-list {
background-color: white; }
.tabs-wrapper .tab-content .btn {
margin: 0 15px 0 0; }
@media (min-width: 998px) {
.tabs-wrapper .nav-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.tabs-wrapper .card-header {
display: none; }
.tabs-wrapper .collapse {
display: block; } }
@media (max-width: 998px) {
.tabs-wrapper .tab-content {
padding: 0; }
.tabs-wrapper .tab-content > .tab-pane {
display: block !important;
opacity: 1; }
.tabs-wrapper .tab-content > .tab-pane .container-news {
padding: 25px 0; }
.tabs-wrapper .card-header {
padding: 0;
border-radius: 0 !important;
background-color: transparent; }
.tabs-wrapper .card-header .btn-link {
position: relative;
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 1rem 4rem 1rem 1.5rem;
text-align: left;
color: #525252;
background-color: transparent;
border-bottom: solid 1px #006600; }
.tabs-wrapper .card-header .btn-link:after {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 10px;
width: 2.5rem;
height: 2.5rem;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f0fe';
font-size: 2rem;
line-height: 2.5rem;
text-align: center; }
.tabs-wrapper .card-header .btn-link[aria-expanded="true"] {
color: white;
background-color: #006600; }
.tabs-wrapper .card-header .btn-link[aria-expanded="true"]:after {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 10px;
width: 2.5rem;
height: 2.5rem;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f146';
font-size: 2rem;
line-height: 2.5rem;
text-align: center; } }
.social-wrapper ul {
margin: 0;
padding: 0; }
.social-wrapper ul li {
list-style: none;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
width: 35px;
height: 35px; }
.social-wrapper ul li a {
padding: 8px;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 35px;
height: 35px;
text-align: center;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.social-wrapper ul li a i {
color: #fff;
font-size: 1.6rem; }
.social-wrapper ul li a:hover {
text-decoration: none;
border-radius: 50% 10%; }
.social-wrapper ul li a img {
width: 20px;
height: 20px; }
.social-wrapper ul li:last-child {
margin-right: 0; }
.social-wrapper ul li.not-hover {
margin-right: 20px; }
.social-wrapper ul li.not-hover img {
margin-right: 5px; }
.social-wrapper ul li.not-hover:last-child {
margin-right: 0; }
.container-breadcrumb {
position: relative;
padding: 0 0 30px 0;
margin: 0 auto; }
.container-breadcrumb nav ol {
background-color: inherit;
padding-left: 0;
padding-right: 0;
margin-bottom: 0; }
.container-breadcrumb nav ol li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.6rem; }
.container-breadcrumb nav ol li a {
font-size: 1.6rem;
font-weight: 400;
color: #525252;
opacity: 0.7; }
.container-breadcrumb nav ol li.active {
color: #525252; }
.container-breadcrumb nav ol .breadcrumb-item + .breadcrumb-item:before {
font-family: 'Font Awesome 5 Free';
font-size: 1.2rem;
font-weight: 900;
content: '\f061'; }
.container-breadcrumb nav ol .breadcrumb-item:last-child:after {
font-family: 'Font Awesome 5 Free';
font-size: 1.2rem;
font-weight: 900;
content: '\f061';
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
padding-left: 0.5rem; }
.container-search {
position: relative;
padding: 30px 30px 20px 30px;
margin: 0 auto;
margin-bottom: 30px;
border: solid 1px #006600; }
.container-search .search-wrapper {
position: relative;
display: block; }
.container-search .search-wrapper .label-inline {
font-size: 3rem;
line-height: 5rem;
color: #006600; }
.container-search .search-wrapper .btn {
width: 100%; }
@media (max-width: 991.98px) {
.container-search {
position: relative;
bottom: auto;
left: auto;
display: block; } }
@media (max-width: 767.98px) {
.container-search .search-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.container-search .bootstrap-select {
min-width: 100% !important; } }
.container-result {
position: relative;
padding: 0;
margin: 0 auto; }
.container-result .keyword {
display: block;
padding-bottom: 11px;
margin-bottom: 22px;
font-size: 2.6rem;
line-height: 3rem;
color: #006600;
border-bottom: solid 1px #006600; }
.container-result .result {
display: block; }
.container-result .result ul {
list-style: none;
padding: 0;
margin: 0; }
.container-result .result ul li {
position: relative;
margin-bottom: 15px; }
.container-result .result ul li a {
position: relative;
display: inline-block;
padding: 0;
padding-left: 40px;
font-weight: 400;
font-size: 1.6rem;
line-height: 3rem;
color: #525252;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.container-result .result ul li a:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #ccc; }
.container-result .result ul li a:hover {
color: #006600; }
.container-result .result ul li a:hover:before {
background-color: #006600; }
.sitemap-container {
position: relative;
margin: 0 0 125px 0; }
.sitemap-container .level-01 {
font-size: 3.6rem;
line-height: 5rem;
color: #006600;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.sitemap-container .level-01:hover {
color: #10a44a; }
.sitemap-container .level-02 {
font-size: 2.6rem;
line-height: 3rem;
color: #10a44a;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.sitemap-container .level-02:hover {
color: #006600; }
.sitemap-container .level-03 {
font-weight: 300;
font-size: 2.2rem;
line-height: 3rem;
color: #525252;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.sitemap-container .level-03:hover {
color: #006600; }
.sitemap-container .level-03:hover:after {
opacity: 1; }
.sitemap-container .level-03:after {
opacity: 0;
padding: 0 5px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 1.8rem;
line-height: 3rem;
content: '\f105'; }
.sitemap-container .sitemap {
list-style: none;
padding: 0;
margin: 0; }
.sitemap-container .sitemap .line-sub {
display: block;
margin-bottom: 40px; }
.sitemap-container .sitemap .line-group {
list-style: none;
padding: 0;
padding-top: 30px;
margin: 0;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto auto auto auto;
grid-template-columns: auto auto auto auto;
grid-gap: 30px; }
.sitemap-container .sitemap .line-group .line-item {
height: auto; }
@media (max-width: 1199.98px) {
.sitemap-container .sitemap .line-group {
-ms-grid-columns: auto auto auto;
grid-template-columns: auto auto auto; } }
@media (max-width: 991.98px) {
.sitemap-container .sitemap .line-group {
-ms-grid-columns: auto auto;
grid-template-columns: auto auto; } }
@media (max-width: 767.98px) {
.sitemap-container .sitemap .line-group {
-ms-grid-columns: auto;
grid-template-columns: auto; } }
.sitemap-container .sitemap .link-group {
list-style: none;
padding: 0;
margin: 0;
margin-top: 20px; }
.sitemap-container .sitemap .link-group .link-item {
margin-bottom: 20px; }
@media (max-width: 767.98px) {
.sitemap-container .level-01 {
font-size: 3.6rem;
line-height: 5rem; }
.sitemap-container .level-02 {
font-size: 2.6rem;
line-height: 3rem; }
.sitemap-container .level-03 {
font-size: 2.2rem;
line-height: 3rem; } }
.main-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.main-wrapper header {
-ms-flex-negative: 0;
flex-shrink: 0; }
.main-wrapper .content-wrapper {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto; }
.main-wrapper footer {
-ms-flex-negative: 0;
flex-shrink: 0; }
.main-wrapper .panel-header {
display: none; }
.bg-post-login {
background-image: url("../../assets/images/banner/bg-postlogin.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
height: 100vh;
position: relative; }
.portal-link-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background-color: white;
border-bottom: solid 7px #006600; }
.portal-link-wrapper .portal-link {
padding: 35px;
border-right: solid 1px #ccc; }
.portal-link-wrapper .portal-link:first-child {
border-right: none; }
.portal-link-wrapper .portal-link h3 {
margin: 0;
font-weight: 500;
font-size: 3rem;
line-height: 4rem;
color: #006600; }
@media (max-width: 991.98px) {
.portal-link-wrapper {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.portal-link-wrapper .portal-link {
width: auto;
padding: 15px; }
.portal-link-wrapper .portal-link h3 {
font-size: 2.6rem; }
.portal-link-wrapper .portal-link:first-child {
width: 100%; } }
@media (max-width: 767.98px) {
.portal-link-wrapper .portal-link {
width: 100%;
border-right: none;
border-bottom: solid 1px #ccc; } }
.widget-link-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: white; }
.widget-link-wrapper .widget-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 20%;
height: 175px;
padding: 15px;
font-size: 2rem;
line-height: 2.4rem;
color: #939393;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.widget-link-wrapper .widget-link .widget-icon {
display: block;
margin: 10px 0; }
.widget-link-wrapper .widget-link .widget-icon svg .st0 {
fill: none;
stroke: #939393;
stroke-width: 4;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link .widget-icon svg .st1 {
fill: none;
stroke: #939393;
stroke-width: 4;
stroke-linecap: round;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link .widget-icon svg .st2 {
fill: #939393; }
.widget-link-wrapper .widget-link .widget-icon svg .st3 {
fill: none;
stroke: #10A44A;
stroke-width: 4;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link .widget-icon svg .st4 {
fill: none;
stroke: #10A44A;
stroke-width: 4;
stroke-linecap: round;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link .widget-icon svg .st5 {
fill: #10A44A; }
.widget-link-wrapper .widget-link .widget-text {
display: block;
margin: 10px 0; }
.widget-link-wrapper .widget-link:hover {
color: #10a44a;
-webkit-box-shadow: 0px 4px 8px 0px rgba(74, 74, 74, 0.3);
box-shadow: 0px 4px 8px 0px rgba(74, 74, 74, 0.3); }
.widget-link-wrapper .widget-link:hover svg .st0 {
fill: none;
stroke: #10a44a;
stroke-width: 4;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link:hover svg .st1 {
fill: none;
stroke: #10a44a;
stroke-width: 4;
stroke-linecap: round;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link:hover svg .st2 {
fill: #10a44a; }
.widget-link-wrapper .widget-link:hover svg .st3 {
fill: none;
stroke: #10A44A;
stroke-width: 4;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link:hover svg .st4 {
fill: none;
stroke: #10A44A;
stroke-width: 4;
stroke-linecap: round;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link:hover svg .st5 {
fill: #10A44A; }
@media (max-width: 767.98px) {
.widget-link-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap; }
.widget-link-wrapper .widget-link {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
width: 100%;
height: auto;
padding: 10px 20px;
border-bottom: solid 1px #ccc; }
.widget-link-wrapper .widget-link .widget-icon {
margin: 0 10px; }
.widget-link-wrapper .widget-link .widget-text {
margin: 0 10px; } }
.list-template-wrapper .item-template {
margin-bottom: 30px; }
.list-template-wrapper .item-template .img-template {
margin-bottom: 20px;
position: relative; }
.list-template-wrapper .item-template .img-template img {
width: 100%; }
.list-template-wrapper .item-template .img-template .name-template {
background-color: rgba(51, 51, 51, 0.8);
position: absolute;
bottom: 0;
width: 100%;
color: #fff;
padding: 5px;
text-align: center; }
.ui-sortable {
-webkit-transition: none;
-o-transition: none;
transition: none; }
.ui-sortable .section-template {
-webkit-transition: none;
-o-transition: none;
transition: none; }
.drop-placeholder {
background-color: lightgray;
height: 3.5em;
padding-top: 12px;
padding-bottom: 12px;
line-height: 1.2em; }
.modal-backdrop {
background-color: rgba(0, 102, 0, 0.1);
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
-webkit-filter: blur(0);
filter: blur(0); }
.modal-backdrop.show {
opacity: 1; }
.modal.modal-center .modal-dialog {
margin-top: 150px; }
.modal .modal-dialog {
margin-top: 75px; }
.modal .modal-dialog .modal-content {
border-radius: 0;
border: none; }
.modal .modal-dialog .modal-content .close {
outline: none;
color: #999; }
.modal .modal-dialog .modal-content .close:hover {
color: #333; }
.modal .modal-dialog .modal-content .close:focus {
outline: none; }
.modal .modal-dialog .modal-content .close:active {
outline: none; }
.modal .modal-dialog .modal-content .modal-close {
position: relative;
z-index: 9;
width: 40px;
height: 40px;
background-color: #525252;
margin-left: auto;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.modal .modal-dialog .modal-content .modal-close .icon-close {
background-image: url("../../assets/images/icons/icon-close.png");
width: 13px;
height: 13px;
background-repeat: no-repeat;
background-position: top center;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.modal .modal-dialog .modal-content .modal-close:hover .icon-close {
background-position: bottom center; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool {
display: block;
padding: 20px 40px; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool h3 {
font-weight: 500;
font-size: 4rem;
line-height: 4.4rem;
color: #006600; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool p {
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool ul {
list-style: none;
padding: 0;
margin: 0; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool ul li {
position: relative;
padding-left: 40px;
margin-bottom: 20px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2.4rem;
color: #525252; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool ul li:before {
left: 0;
top: 12px;
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #ccc; }
#lg-zoom-in, #lg-zoom-out {
display: none; }
.loading {
background-color: #2997d4;
z-index: 9999;
height: 100%;
width: 100%;
position: fixed;
margin-top: 0px;
top: 0px; }
.loading .group-loading {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
height: 80px;
width: 80px;
margin: auto; }
.lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 80px; }
.lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #fff;
-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
animation-timing-function: cubic-bezier(0, 1, 1, 0); }
.lds-ellipsis div:nth-child(1) {
left: 8px;
-webkit-animation: lds-ellipsis1 0.6s infinite;
animation: lds-ellipsis1 0.6s infinite; }
.lds-ellipsis div:nth-child(2) {
left: 8px;
-webkit-animation: lds-ellipsis2 0.6s infinite;
animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(3) {
left: 32px;
-webkit-animation: lds-ellipsis2 0.6s infinite;
animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(4) {
left: 56px;
-webkit-animation: lds-ellipsis3 0.6s infinite;
animation: lds-ellipsis3 0.6s infinite; }
@-webkit-keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0);
transform: scale(0); } }
@keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0);
transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
100% {
-webkit-transform: translate(24px, 0);
transform: translate(24px, 0); } }
@keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
100% {
-webkit-transform: translate(24px, 0);
transform: translate(24px, 0); } }
.action-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.action-slide .slide-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin: 30px 0; }
.action-slide .slide-wrapper .slide-arrow {
width: 60px;
height: 60px;
margin: 0;
margin-left: 15px;
cursor: pointer; }
.action-slide .slide-wrapper .slide-arrow.slick-disabled {
opacity: 0.5;
cursor: not-allowed; }
.action-slide .slide-wrapper .slide-prev {
background-image: url("../../assets/images/icons/icon-slide-prev.svg");
background-repeat: no-repeat;
background-position: center center; }
.action-slide .slide-wrapper .slide-next {
background-image: url("../../assets/images/icons/icon-slide-next.svg");
background-repeat: no-repeat;
background-position: center center; }
@media (max-width: 767.98px) {
.action-slide .slide-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: distribute;
justify-content: space-around;
margin: 15px 0; }
.action-slide .slide-wrapper .slide-arrow {
margin: 0 10px;
margin-right: 0; } }
.group-social-share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px 0 0 0;
margin: 30px 0 0 0;
border-top: solid 2px #e4e4e4; }
.group-social-share .shared-email {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.group-social-share .shared-email .social-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.group-social-share .shared-email .email-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #e4e4e4; }
.group-social-share .shared-email .email-link .item {
margin: 0 20px 0 0; }
.group-social-share .shared-email .email-link .item .icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 8px; }
.group-social-share .shared-email .email-link .item .icon.-email {
width: 22px;
height: 21px; }
.group-social-share .shared-email .email-link .item .icon.-link {
width: 24px;
height: 12px; }
.group-social-share .shared-email .email-link .item .icon img {
width: 100%;
margin-right: 5px; }
.group-social-share .shared-email .email-link .item .text-email-link {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.group-social-share .shared-email .email-link .item:last-child {
margin: 0; }
@media (max-width: 767.98px) {
.group-social-share .shared-email .social-wrapper {
margin-bottom: 15px; }
.group-social-share .shared-email .email-link {
padding: 0;
margin: 0;
margin-bottom: 15px; } }
.group-social-share .views-like {
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #e4e4e4; }
.group-social-share .views-like .view-count {
margin-right: 15px;
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.group-social-share .views-like .like-count .icon-like {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
background-color: rgba(82, 82, 82, 0.5);
width: 40px;
height: 35px;
margin-right: 40px; }
.group-social-share .views-like .like-count .icon-like.active {
background-color: #006600; }
.group-social-share .views-like .like-count .icon-like:after {
position: absolute;
left: 100%;
top: 0;
width: 35px;
font-weight: 400;
font-size: 1.8rem;
line-height: 35px;
color: #525252;
text-align: center;
content: attr(data-count); }
.group-social-share .views-like .like-count span {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem; }
@media (max-width: 767.98px) {
.group-social-share .views-like {
margin-left: 0;
padding-left: 0;
border-left: none; } }
.online-wrapper .group-online {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.online-wrapper .group-online .icon-online {
margin-right: 5px; }
.online-wrapper .group-online .icon-online svg .st1 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.online-wrapper .group-online .icon-online svg .st2 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.online-wrapper .group-online .icon-online svg .st3 {
fill: none;
stroke: #006600;
stroke-width: 1.5;
stroke-miterlimit: 10; }
.online-wrapper .group-online .icon-online svg .st4 {
opacity: 0.35;
fill: none;
stroke: #006600;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.online-wrapper .group-online .text-online {
font-size: 2rem;
line-height: 2.4rem;
font-weight: 400;
color: #525252; }
.online-wrapper .num-online {
font-size: 3.6rem;
font-weight: 500;
line-height: 40px;
margin: 0;
color: #006600; }
.pagination-custom {
position: relative; }
.pagination-custom .all-page {
font-size: 1.8rem;
font-weight: 400;
color: #525252; }
.pagination-custom .all-page span {
padding: 0 5px; }
.pagination-custom .item-page .slide-prev {
width: 50px;
height: 40px;
background-color: #585c5f;
margin: 0 5px;
cursor: pointer;
background-image: url("../../assets/images/icons/icon-slide-prev.png");
background-repeat: no-repeat;
background-position: center center; }
.pagination-custom .item-page .slide-prev.disabled {
opacity: 0.5;
cursor: not-allowed; }
.pagination-custom .item-page .input-custom {
width: 60px;
margin: 0 5px; }
.pagination-custom .item-page .input-custom .style-input {
text-align: center;
-webkit-box-shadow: none;
box-shadow: none; }
.pagination-custom .item-page .slide-next {
width: 50px;
height: 40px;
background-color: #585c5f;
margin: 0 5px;
cursor: pointer;
background-image: url("../../assets/images/icons/icon-slide-next.png");
background-repeat: no-repeat;
background-position: center center; }
.pagination-custom .item-page .slide-next.disabled {
opacity: 0.5;
cursor: not-allowed; }
.progress {
width: 140px;
height: 140px;
line-height: 140px;
background: none;
margin: 0 auto;
-webkit-box-shadow: none;
box-shadow: none;
position: relative; }
.progress:after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 10px solid #9e9e9e;
position: absolute;
top: 0;
left: 0; }
.progress > span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1; }
.progress .progress-left {
left: 0; }
.progress .progress-bar {
width: 100%;
height: 100%;
background: none;
border-width: 10px;
border-style: solid;
position: absolute;
top: 0;
border-color: #10a44a; }
.progress .progress-left .progress-bar {
left: 100%;
border-top-right-radius: 70px;
border-bottom-right-radius: 70px;
border-left: 0;
-webkit-transform-origin: center left;
-ms-transform-origin: center left;
transform-origin: center left; }
.progress .progress-right {
right: 0; }
.progress .progress-right .progress-bar {
left: -100%;
border-top-left-radius: 70px;
border-bottom-left-radius: 70px;
border-right: 0;
-webkit-transform-origin: center right;
-ms-transform-origin: center right;
transform-origin: center right; }
.progress .progress-value {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 50%;
font-size: 3.6rem;
text-align: center;
line-height: 2rem;
color: #006600;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
font-weight: 300; }
.progress .progress-value div {
margin-top: 10px; }
.progress .progress-value span {
font-size: 1.4rem;
text-transform: uppercase; }
/* This for loop creates the necessary css animation names
Due to the split circle of progress-left and progress right, we must use the animations on each side.
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
-webkit-animation: loading-1 1.5s linear forwards;
animation: loading-1 1.5s linear forwards; }
.progress[data-percentage="10"] .progress-left .progress-bar {
-webkit-animation: 0;
animation: 0; }
.progress[data-percentage="20"] .progress-right .progress-bar {
-webkit-animation: loading-2 1.5s linear forwards;
animation: loading-2 1.5s linear forwards; }
.progress[data-percentage="20"] .progress-left .progress-bar {
-webkit-animation: 0;
animation: 0; }
.progress[data-percentage="30"] .progress-right .progress-bar {
-webkit-animation: loading-3 1.5s linear forwards;
animation: loading-3 1.5s linear forwards; }
.progress[data-percentage="30"] .progress-left .progress-bar {
-webkit-animation: 0;
animation: 0; }
.progress[data-percentage="40"] .progress-right .progress-bar {
-webkit-animation: loading-4 1.5s linear forwards;
animation: loading-4 1.5s linear forwards; }
.progress[data-percentage="40"] .progress-left .progress-bar {
-webkit-animation: 0;
animation: 0; }
.progress[data-percentage="50"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="50"] .progress-left .progress-bar {
-webkit-animation: 0;
animation: 0; }
.progress[data-percentage="60"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="60"] .progress-left .progress-bar {
-webkit-animation: loading-1 1.5s linear forwards 1.5s;
animation: loading-1 1.5s linear forwards 1.5s; }
.progress[data-percentage="70"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="70"] .progress-left .progress-bar {
-webkit-animation: loading-2 1.5s linear forwards 1.5s;
animation: loading-2 1.5s linear forwards 1.5s; }
.progress[data-percentage="80"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="80"] .progress-left .progress-bar {
-webkit-animation: loading-3 1.5s linear forwards 1.5s;
animation: loading-3 1.5s linear forwards 1.5s; }
.progress[data-percentage="90"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="90"] .progress-left .progress-bar {
-webkit-animation: loading-4 1.5s linear forwards 1.5s;
animation: loading-4 1.5s linear forwards 1.5s; }
.progress[data-percentage="100"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="100"] .progress-left .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards 1.5s;
animation: loading-5 1.5s linear forwards 1.5s; }
@-webkit-keyframes loading-1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(36);
transform: rotate(36deg); } }
@keyframes loading-1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(36);
transform: rotate(36deg); } }
@-webkit-keyframes loading-2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(72);
transform: rotate(72deg); } }
@keyframes loading-2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(72);
transform: rotate(72deg); } }
@-webkit-keyframes loading-3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(108);
transform: rotate(108deg); } }
@keyframes loading-3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(108);
transform: rotate(108deg); } }
@-webkit-keyframes loading-4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(144);
transform: rotate(144deg); } }
@keyframes loading-4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(144);
transform: rotate(144deg); } }
@-webkit-keyframes loading-5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(180);
transform: rotate(180deg); } }
@keyframes loading-5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(180);
transform: rotate(180deg); } }
.vert-move {
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate; }
.vert-move {
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate; }
@-webkit-keyframes mover {
0% {
-webkit-transform: translateY(0);
transform: translateY(0); }
100% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); } }
@keyframes mover {
0% {
-webkit-transform: translateY(0);
transform: translateY(0); }
100% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); } }
.manage #site-content #manage_dragdrop.group-section-content .section-content {
border: 2px dashed #cccccc;
padding: 20px;
margin: 0px 20px 20px;
cursor: -webkit-grab !important;
cursor: grab !important; }
.manage #site-content #manage_dragdrop.group-section-content .sortable-chosen {
cursor: -webkit-grab !important;
cursor: grab !important; }
.manage #site-content #manage_dragdrop.group-section-content .sortable-chosen.sortable-ghost {
cursor: -webkit-grabbing !important;
cursor: grabbing !important; }
.manage #site-content #manage_dragdrop.group-section-content .sortable-chosen {
background-color: #d9d9d9; }
.manage #site-content #manage_dragdrop.group-section-content .sortable-chosen.sortable-ghost {
background-color: #525252;
opacity: 0.7; }
.manage #site-content .group-section-content .section-content {
border: 2px dashed #cccccc;
padding: 20px;
margin: 0px 20px 20px; }
.manage #site-content .group-section-content .section-content .inner-content .main-content .add-news {
display: block;
position: relative;
cursor: pointer;
width: 100%;
height: 191px;
background-color: rgba(82, 82, 82, 0.7); }
.manage #site-content .group-section-content .section-content .inner-content .main-content .add-news i {
font-size: 50px;
color: #fff;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.manage .manage-save {
position: fixed;
width: 100%;
bottom: 0;
background-color: #28a745;
color: #fff;
font-size: 20px;
font-weight: 400;
padding: 10px;
text-align: center;
z-index: 99; }
.manage .manage-save i {
color: #fff;
margin-right: 5px; }
.manage .group-mange-section {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
margin: 0;
z-index: 101; }
.manage .group-mange-section .manage-dragdrop {
position: absolute;
right: 0;
left: 0;
margin: auto;
width: 70px;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
cursor: -webkit-grab;
cursor: grab; }
.manage .group-mange-section .manage-dragdrop img {
width: 100%; }
.manage .group-mange-section .manage-dragdrop:focus {
cursor: -webkit-grabbing;
cursor: grabbing; }
.manage .group-mange-section .manage-dragdrop:active {
cursor: -webkit-grabbing;
cursor: grabbing; }
.manage .group-mange-section .manage-edit {
width: 34px;
position: absolute;
right: 0;
cursor: pointer; }
.manage .group-mange-section .manage-edit img {
width: 100%; }
.manage .group-mange-section.no-mg {
margin: 0; }
.manage .group-mange-section.right-0 {
right: 0; }
.manage .group-mange-section .manage-tools {
visibility: hidden;
opacity: 0;
width: 150px;
position: absolute;
right: 46px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.manage .group-mange-section .manage-tools ul {
margin: 0;
padding: 0; }
.manage .group-mange-section .manage-tools ul li {
background-color: #ccc;
list-style: none;
text-align: center;
border-bottom: 1px solid #fff;
padding: 5px 8px;
cursor: pointer;
color: #525252; }
.manage .group-mange-section .manage-tools ul li:hover {
text-decoration: underline; }
.manage .group-mange-section .manage-tools ul li:last-child {
background-color: #f08220;
border-bottom: none;
color: #fff; }
.manage .group-mange-section .manage-tools ul li:last-child:hover {
text-decoration: none; }
.manage .group-mange-section .manage-tools.active {
visibility: visible;
opacity: 1;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.manage .group-mange-section .manage-tools:after {
content: '';
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #ccc;
position: absolute;
top: 6px;
right: -10px; }
.manage .group-mange-upload {
display: block;
position: relative;
max-width: 500px;
width: 100%;
margin: auto; }
.banner-wrapper {
position: relative; }
.banner-wrapper .list-banner {
position: relative;
margin: 0;
padding: 0; }
.banner-wrapper .list-banner .list-item {
position: relative;
outline: none !important; }
.banner-wrapper .list-banner .bg-layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
opacity: 0.1; }
.banner-wrapper .list-banner .banner {
width: 100%;
height: 530px;
background-repeat: no-repeat;
background-size: cover; }
.banner-wrapper .list-banner .slick-arrow {
position: absolute;
z-index: 9;
left: auto;
right: 30px; }
.banner-wrapper .list-banner .slick-arrow.slick-prev {
text-indent: -9999px;
top: 40%;
width: 60px;
height: 60px;
background-image: url("../../assets/images/icons/icon-slide-prev.svg");
background-repeat: no-repeat;
background-position: center center; }
.banner-wrapper .list-banner .slick-arrow.slick-next {
text-indent: -9999px;
top: 54%;
width: 60px;
height: 60px;
background-image: url("../../assets/images/icons/icon-slide-next.svg");
background-repeat: no-repeat;
background-position: center center; }
.banner-wrapper .list-banner .slick-arrow.slick-disabled {
opacity: 0.5;
cursor: not-allowed; }
.banner-wrapper .caption-outer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99; }
.banner-wrapper .caption-table {
display: table;
width: 100%;
height: 100%;
padding: 15px; }
.banner-wrapper .caption-cell {
display: table-cell;
vertical-align: middle;
text-align: center; }
.banner-wrapper .caption-cell .title-banner {
color: white;
font-size: 5.6rem;
line-height: 6rem;
font-weight: 500; }
.banner-wrapper .caption-cell .subtitle-banner {
margin-top: 20px;
color: white;
font-size: 5.2rem;
line-height: 5.6rem;
font-weight: 500; }
.banner-wrapper .caption-cell .desc-banner {
margin-top: 20px;
color: white;
font-size: 3rem;
line-height: 3.4rem;
font-weight: 500; }
.banner-wrapper .caption-cell .link-wrapper {
display: block;
width: 100%;
height: auto;
margin-top: 30px;
font-size: 0;
text-align: center; }
.banner-wrapper .caption-cell .link-wrapper .action-link {
display: inline-block;
min-width: 193px;
border: solid 1px white;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.banner-wrapper .caption-cell .link-wrapper .action-link a {
display: block;
padding: 10px 15px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
color: white; }
.banner-wrapper .caption-cell .link-wrapper .action-link a:hover {
text-decoration: none;
color: #006600;
background-color: white; }
.banner-wrapper .caption-cell .link-wrapper .action-link:last-child {
border-left: none; }
@media (max-width: 767.98px) {
.banner-wrapper .caption-cell .link-wrapper .action-link {
min-width: 133px; } }
@media (max-width: 767.98px) {
.banner-wrapper .caption-cell .title-banner {
font-size: 4rem;
line-height: 4.4rem; }
.banner-wrapper .caption-cell .subtitle-banner {
font-size: 3rem;
line-height: 3.4rem; }
.banner-wrapper .caption-cell .desc-banner {
font-size: 2rem;
line-height: 2.4rem; } }
.banner-wrapper .slick-dots {
bottom: 0; }
.banner-wrapper .slick-dots li {
float: left;
height: 7px;
background-color: #d7d9db;
margin: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.banner-wrapper .slick-dots li button {
display: none; }
.banner-wrapper .slick-dots li.slick-active {
background-color: #006600; }
.banner-wrapper .slick-dotted.slick-slider {
margin-bottom: 0; }
.banner-wrapper.page-detail {
position: relative;
min-height: 350px;
background-color: white; }
.banner-wrapper.page-detail .banner {
width: 100%;
height: 350px;
background-repeat: no-repeat;
background-size: cover; }
@media (max-width: 767.98px) {
.banner-wrapper.page-detail .banner .title-banner {
font-size: 4rem;
line-height: 4.4rem; }
.banner-wrapper.page-detail .banner .subtitle-banner {
font-size: 3rem;
line-height: 3.4rem; }
.banner-wrapper.page-detail .banner .desc-banner {
font-size: 2rem;
line-height: 2.4rem; } }
.banner-wrapper.page-detail .banner-text {
position: relative;
width: 100%;
height: 350px; }
.banner-wrapper.page-detail .caption-cell {
display: table-cell;
vertical-align: middle;
text-align: left; }
.banner-wrapper.page-detail .caption-cell .title-banner {
color: #006600; }
.banner-wrapper.page-detail .caption-cell .subtitle-banner {
color: #10a44a; }
.banner-wrapper.page-detail .caption-cell .desc-banner {
color: #10a44a; }
.banner-wrapper.page-detail .search-wrapper {
position: absolute;
bottom: 0;
left: 15px; }
.banner-wrapper.page-detail .search-wrapper .search-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: distribute;
justify-content: space-around; }
.banner-wrapper.page-detail .search-wrapper .child {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1; }
@media (min-width: 768px) {
.banner-wrapper.page-detail .search-wrapper .child {
margin: 0 3px 0 0; }
.banner-wrapper.page-detail .search-wrapper .child .input-custom, .banner-wrapper.page-detail .search-wrapper .child .slc-custom {
margin-bottom: 0; }
.banner-wrapper.page-detail .search-wrapper .child .btn {
padding-left: 50px;
padding-right: 50px; } }
@media (max-width: 991.98px) {
.banner-wrapper.page-detail .search-wrapper {
position: relative;
bottom: auto;
left: auto;
display: block; } }
@media (max-width: 767.98px) {
.banner-wrapper.page-detail .search-wrapper .search-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.banner-wrapper.page-detail .search-wrapper .bootstrap-select {
min-width: 100% !important; } }
.banner-wrapper.page-detail .title-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: white; }
.banner-wrapper.page-detail .title-content .title-group {
position: relative;
padding: 20px; }
.banner-wrapper.page-detail .title-content .title-group .title {
margin: 0;
font-size: 4rem;
line-height: 4rem;
font-weight: 500;
color: #006600; }
.banner-wrapper.page-detail .title-content .title-group .title span {
color: #525252; }
.banner-wrapper.page-detail .title-content .title-group .desc {
margin: 10px 0 0 0;
font-size: 1.6rem;
line-height: 2rem;
font-weight: 400;
color: #10a44a; }
@media (max-width: 767.98px) {
.banner-wrapper.page-detail {
min-height: 250px; }
.banner-wrapper.page-detail .banner-text {
min-height: 250px;
height: auto; }
.banner-wrapper.page-detail .title-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.banner-wrapper.page-detail .caption-outer {
position: relative;
top: auto;
left: auto; } }
.page .homepage-section.section--intro .swiper-container {
position: relative;
width: 100%;
height: auto;
overflow: hidden; }
.page .homepage-section.section--intro .swiper-container.swiper-container-flip {
overflow: hidden; }
.page .homepage-section.section--intro .swiper-container .swiper-scrollbar {
visibility: hidden;
opacity: 0; }
.page .homepage-section.section--intro .swiper-container .swiper-button-next, .page .homepage-section.section--intro .swiper-container .swiper-button-prev {
position: absolute;
top: 50%;
width: 45px;
height: 45px;
margin: 0;
z-index: 10;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: white; }
.page .homepage-section.section--intro .swiper-container .swiper-button-next:after, .page .homepage-section.section--intro .swiper-container .swiper-button-prev:after {
display: none; }
.page .homepage-section.section--intro .swiper-container .swiper-button-prev {
left: auto;
top: auto;
right: 107px;
bottom: 30px;
background-image: url("../../assets/images/icons/icon-slick-arrow-prev.svg");
background-repeat: no-repeat;
background-position: 0 0; }
.page .homepage-section.section--intro .swiper-container .swiper-button-next {
top: auto;
right: 60px;
bottom: 30px;
background-image: url("../../assets/images/icons/icon-slick-arrow-next.svg");
background-repeat: no-repeat;
background-position: 0 0; }
.page .homepage-section.section--intro .swiper-container .swiper-pagination-fraction {
width: auto;
right: 167px;
bottom: 30px;
left: auto;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 300;
color: #fff;
mix-blend-mode: difference;
pointer-events: none; }
@media only screen and (max-width: 1366px) {
.page .homepage-section.section--intro .swiper-container .swiper-pagination-fraction {
right: 175px; } }
@media (max-width: 767.98px) {
.page .homepage-section.section--intro .swiper-container .swiper-pagination-fraction {
right: 15px;
bottom: 15px; } }
.page .homepage-section.section--intro .swiper-container img {
width: 100%; }
.page .homepage-section.section--intro .swiper-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
outline: none !important; }
.page .homepage-section.section--intro .swiper-container audio {
position: absolute;
left: 30px;
bottom: 30px;
width: 250px;
height: 50px;
z-index: 102;
outline: none !important; }
.page .homepage-section.section--intro .swiper-container .caption-container {
position: absolute;
width: auto;
height: auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
z-index: 101; }
.page .homepage-section.section--intro .swiper-container .caption-table {
display: table;
width: auto;
height: auto;
padding: 0; }
.page .homepage-section.section--intro .swiper-container .caption-cell {
display: table-cell;
vertical-align: middle;
padding: 50px 135px;
text-align: left;
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: white;
pointer-events: none; }
.page .homepage-section.section--intro .swiper-container .caption-cell .title {
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: white;
pointer-events: none; }
@media only screen and (min-width: 1367px) {
.page .homepage-section.section--intro .swiper-container {
height: 100vh; } }
@media only screen and (max-width: 1366px) {
.page .homepage-section.section--intro .swiper-container {
height: 635px; }
.page .homepage-section.section--intro .swiper-container .swiper-button-prev {
right: 105px; }
.page .homepage-section.section--intro .swiper-container .swiper-button-next {
right: 30px; } }
@media (max-width: 1199.98px) {
.page .homepage-section.section--intro .swiper-container {
height: 575px; } }
@media (max-width: 991.98px) {
.page .homepage-section.section--intro .swiper-container {
height: 430px; }
.page .homepage-section.section--intro .swiper-container .caption-cell {
padding: 50px; } }
@media (max-width: 767.98px) {
.page .homepage-section.section--intro .swiper-container {
height: 230px; }
.page .homepage-section.section--intro .swiper-container .swiper-button-prev {
display: none !important; }
.page .homepage-section.section--intro .swiper-container .swiper-button-next {
display: none !important; }
.page .homepage-section.section--intro .swiper-container .caption-cell {
padding: 15px;
font-size: 3rem;
line-height: 3.4rem; }
.page .homepage-section.section--intro .swiper-container .caption-cell .title {
font-size: 3rem;
line-height: 3.4rem; } }
.disintegration-container {
position: absolute;
pointer-events: none; }
.disintegration-container > canvas {
position: absolute;
left: 0;
top: 0;
-webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
-o-transition: transform 1s ease-out, opacity 1s ease-out;
transition: transform 1s ease-out, opacity 1s ease-out;
transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
opacity: 1;
-webkit-transform: rotate(0deg) translate(0px, 0px) rotate(0deg);
-ms-transform: rotate(0deg) translate(0px, 0px) rotate(0deg);
transform: rotate(0deg) translate(0px, 0px) rotate(0deg); }
@-webkit-keyframes debug-pulse {
0% {
-webkit-filter: none;
filter: none; }
95% {
-webkit-filter: none;
filter: none; }
95% {
-webkit-filter: drop-shadow(0 1px 0 red);
filter: drop-shadow(0 1px 0 red); }
100% {
-webkit-filter: drop-shadow(0 1px 0 red);
filter: drop-shadow(0 1px 0 red); } }
@keyframes debug-pulse {
0% {
-webkit-filter: none;
filter: none; }
95% {
-webkit-filter: none;
filter: none; }
95% {
-webkit-filter: drop-shadow(0 1px 0 red);
filter: drop-shadow(0 1px 0 red); }
100% {
-webkit-filter: drop-shadow(0 1px 0 red);
filter: drop-shadow(0 1px 0 red); } }
.scroll-down {
position: absolute;
bottom: 30px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: inline-block;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
text-align: center;
color: white;
visibility: hidden;
opacity: 0;
z-index: 2; }
.scroll-down .vert-move {
padding: 15px 20px;
border-radius: 40px;
background-color: rgba(0, 102, 0, 0.8); }
.scroll-down img {
margin: 0 auto 10px auto; }
.scroll-down:hover {
color: white; }
@media only screen and (min-width: 1366px) {
.scroll-down {
visibility: visible;
opacity: 1; } }
.bg-wrapper {
background-image: url("../../assets/images/banner/bg-login.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
height: 100vh;
position: relative;
padding: 15px 0 0; }
.bg-wrapper .header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.bg-wrapper .header .logo-login {
width: 182px;
height: 125px; }
.bg-wrapper .header .logo-login img {
width: 100%; }
@media only screen and (max-width: 767px) {
.bg-wrapper .header .logo-login img {
width: 70%; } }
.bg-wrapper .header .lang ul {
margin: 0;
padding: 0; }
.bg-wrapper .header .lang ul li {
list-style: none;
border: 1px solid #fff;
padding: 5px 8px;
display: inline-block;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.bg-wrapper .header .lang ul li a {
color: #fff; }
.bg-wrapper .header .lang ul li.active {
background-color: #1e6eaf; }
.bg-wrapper .header .lang ul li:hover {
background-color: #1e6eaf; }
.bg-wrapper .header .lang ul li:hover a {
text-decoration: none; }
.bg-wrapper .section-formlogin {
margin-top: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around; }
.bg-wrapper .section-formlogin .left {
position: relative; }
.bg-wrapper .section-formlogin .left .group-text {
position: relative;
z-index: 100;
width: 295px; }
.bg-wrapper .section-formlogin .left .group-text h1, .bg-wrapper .section-formlogin .left .group-text h5, .bg-wrapper .section-formlogin .left .group-text h6 {
color: #fff;
margin: 0; }
.bg-wrapper .section-formlogin .left .bglayer {
background-image: url("../../assets/images/bglayer-group-text.png");
display: inline-block;
position: absolute;
top: -135px;
left: -15px;
width: 195px;
height: 213px;
z-index: 1; }
.bg-wrapper .section-formlogin .right {
background-color: rgba(255, 255, 255, 0.7);
padding: 10px;
padding-bottom: 30px;
border-bottom: 5px solid #1e6eaf; }
.bg-wrapper .section-formlogin .right h3, .bg-wrapper .section-formlogin .right h6 {
color: #333; }
.bg-wrapper .section-formlogin .right .forgot-password {
margin-bottom: 20px; }
.bg-wrapper .section-formlogin .right .forgot-password a {
color: #999;
font-size: 1.4rem;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.bg-wrapper .section-formlogin .right .forgot-password a:before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #999;
font-size: 1.2rem;
margin-right: 5px; }
.bg-wrapper .section-formlogin .right .forgot-password a:hover {
text-decoration: none;
color: #333; }
.bg-wrapper .section-formlogin .right .forgot-password a:hover:before {
color: #333; }
@media only screen and (max-width: 767px) {
.bg-wrapper {
height: 100%; }
.bg-wrapper .section-formlogin {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
margin-bottom: 50px; }
.bg-wrapper .section-formlogin .left .group-text {
width: auto;
margin-bottom: 20px; }
.bg-wrapper .section-formlogin .left .bglayer {
display: none; }
.bg-wrapper .section-formlogin .right {
width: 100%; } }
html {
font-size: 62.5%; }
@media (max-width: 1365px) {
html {
font-size: 57.5%; } }
body {
position: relative;
padding: 0;
margin: 0;
font-family: 'Kanit', sans-serif;
font-size: 1.4rem;
/* 14px */
background-color: #f8f8f8; }
body::-webkit-scrollbar {
width: 0; }
body::-webkit-scrollbar-track {
background: white; }
body::-webkit-scrollbar-thumb {
background-color: #10a44a;
border-radius: 0; }
.clearboth {
clear: both; }
a {
outline: none; }
a:hover {
text-decoration: none; }
a:active {
outline: none; }
a:focus {
outline: none; } | public/css/main.css | * Bootstrap v4.5.2 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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; }
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
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 {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 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]):not([class]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none; }
pre,
code,
kbd,
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: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
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; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
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: 0.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, 0.1); }
small,
.small {
font-size: 80%;
font-weight: 400; }
mark,
.mark {
padding: 0.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: 0.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: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 0.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: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.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,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.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-sm, .container-md {
max-width: 720px; } }
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px; } }
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1140px; } }
.row {
display: -webkit-box;
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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-sm-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-sm-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-sm-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-sm-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-sm-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-sm-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-md-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-md-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-md-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-md-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-md-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-md-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-lg-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-lg-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-lg-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-lg-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-lg-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-lg-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-xl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-xl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-xl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-xl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-xl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-xl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529; }
.table th,
.table td {
padding: 0.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 th,
.table-sm td {
padding: 0.3rem; }
.table-bordered {
border: 1px solid #dee2e6; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6; }
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075); }
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
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 > th,
.table-secondary > td {
background-color: #d6d8db; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
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 > th,
.table-success > td {
background-color: #c3e6cb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
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 > th,
.table-info > td {
background-color: #bee5eb; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
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 > th,
.table-warning > td {
background-color: #ffeeba; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
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 > th,
.table-danger > td {
background-color: #f5c6cb; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
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 > th,
.table-light > td {
background-color: #fdfdfe; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
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 > th,
.table-dark > td {
background-color: #c6c8ca; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
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 > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 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 th,
.table-dark td,
.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, 0.05); }
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.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 + 0.75rem + 2px);
padding: 0.375rem 0.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: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
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;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::-webkit-input-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="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].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(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5; }
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5; }
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5; }
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.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-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0; }
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
select.form-control[size], select.form-control[multiple] {
height: auto; }
textarea.form-control {
height: auto; }
.form-group {
margin-bottom: 1rem; }
.form-text {
display: block;
margin-top: 0.25rem; }
.form-row {
display: -webkit-box;
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: 0.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: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem; }
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0; }
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745; }
.valid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0.25rem; }
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #28a745;
padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #28a745;
padding-right: calc(0.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 0.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(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #28a745; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545; }
.invalid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem; }
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #dc3545;
padding-right: calc(0.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 0.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(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #dc3545; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.form-inline .form-check {
width: 100%; }
@media (min-width: 576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0; }
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-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 .input-group,
.form-inline .custom-select {
width: auto; }
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: 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: 0.25rem;
margin-left: 0; }
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.form-inline .custom-control-label {
margin-bottom: 0; } }
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.fade:not(.show) {
opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative; }
.dropdown-toggle {
white-space: nowrap; }
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.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: 0.5rem 0;
margin: 0.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, 0.15);
border-radius: 0.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: 0.125rem; }
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.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: 0.125rem; }
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.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: 0.125rem; }
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: ""; }
.dropleft .dropdown-toggle::after {
display: none; }
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
margin-left: 0; }
.dropleft .dropdown-toggle::before {
vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto; }
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef; }
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
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: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap; }
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529; }
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1; }
.btn-toolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.btn-toolbar .input-group {
width: auto; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem; }
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem; }
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
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="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%; }
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0; }
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px; }
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3; }
.input-group > .custom-file .custom-file-input:focus {
z-index: 4; }
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group > .custom-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-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-prepend,
.input-group-append {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2; }
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
z-index: 3; }
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px; }
.input-group-prepend {
margin-right: -1px; }
.input-group-append {
margin-left: -1px; }
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.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: 0.25rem; }
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0; }
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
height: calc(1.5em + 1rem + 2px); }
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
height: calc(1.5em + 0.5rem + 2px); }
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 1.75rem; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.custom-control {
position: relative;
z-index: 1;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem; }
.custom-control-inline {
display: -webkit-inline-box;
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 {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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: 0.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: 0.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: 0.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, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.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, 0.5); }
.custom-switch {
padding-left: 2.25rem; }
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem; }
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.75rem);
-ms-transform: translateX(0.75rem);
transform: translateX(0.75rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.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 0.75rem center/8px 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.custom-select:focus {
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.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 + 0.5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem; }
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem; }
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin-bottom: 0; }
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin: 0;
opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem; }
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + 0.75rem);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.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: none; }
.custom-range:focus::-webkit-slider-thumb {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-moz-focus-outer {
border: 0; }
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff; }
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.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;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff; }
.custom-range::-moz-range-track {
width: 100%;
height: 0.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: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-ms-thumb:active {
background-color: #b3d7ff; }
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.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 {
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.nav {
display: -webkit-box;
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: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
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: 0.25rem;
border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
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: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff; }
.nav-fill > .nav-link,
.nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center; }
.nav-justified > .nav-link,
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-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: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem; }
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-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: 0.5rem;
padding-bottom: 0.5rem; }
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
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-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-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: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
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-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-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: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
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-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 992px) {
.navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-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: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
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-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1200px) {
.navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-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: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
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, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 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, 0.5); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.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, 0.5); }
.navbar-dark .navbar-text a {
color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff; }
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-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, 0.125);
border-radius: 0.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(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); }
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px); }
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0; }
.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem; }
.card-title {
margin-bottom: 0.75rem; }
.card-subtitle {
margin-top: -0.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: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0; }
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem; }
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
border-radius: calc(0.25rem - 1px); }
.card-img,
.card-img-top,
.card-img-bottom {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%; }
.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); }
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px); }
.card-deck .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-deck {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px; }
.card-deck .card {
-webkit-box-flex: 1;
-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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.card-group > .card {
-webkit-box-flex: 1;
-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-img-top,
.card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0; }
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
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-img-top,
.card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0; }
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0; } }
.card-columns .card {
margin-bottom: 0.75rem; }
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1; }
.card-columns .card {
display: inline-block;
width: 100%; } }
.accordion {
overflow-anchor: none; }
.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: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem; }
.breadcrumb-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.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: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem; }
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.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;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.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: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem; }
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.badge {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
a.badge:hover, a.badge:focus {
text-decoration: none; }
.badge:empty {
display: none; }
.btn .badge {
position: relative;
top: -1px; }
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem; }
.badge-primary {
color: #fff;
background-color: #007bff; }
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #0062cc; }
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.badge-secondary {
color: #fff;
background-color: #6c757d; }
a.badge-secondary:hover, a.badge-secondary:focus {
color: #fff;
background-color: #545b62; }
a.badge-secondary:focus, a.badge-secondary.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.badge-success {
color: #fff;
background-color: #28a745; }
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: #1e7e34; }
a.badge-success:focus, a.badge-success.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.badge-info {
color: #fff;
background-color: #17a2b8; }
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: #117a8b; }
a.badge-info:focus, a.badge-info.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.badge-warning {
color: #212529;
background-color: #ffc107; }
a.badge-warning:hover, a.badge-warning:focus {
color: #212529;
background-color: #d39e00; }
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.badge-danger {
color: #fff;
background-color: #dc3545; }
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #bd2130; }
a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.badge-light {
color: #212529;
background-color: #f8f9fa; }
a.badge-light:hover, a.badge-light:focus {
color: #212529;
background-color: #dae0e5; }
a.badge-light:focus, a.badge-light.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.badge-dark {
color: #fff;
background-color: #343a40; }
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: #1d2124; }
a.badge-dark:focus, a.badge-dark.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem; }
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem; } }
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0; }
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.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: 0.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: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
line-height: 0;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem; }
.progress-bar {
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: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
.progress-bar {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.list-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: 0.25rem; }
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
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: 0.75rem 1.25rem;
background-color: #fff;
border: 1px solid rgba(0, 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 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; }
.list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: 0.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 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; }
.list-group-horizontal-sm > .list-group-item:last-child {
border-top-right-radius: 0.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 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; }
.list-group-horizontal-md > .list-group-item:last-child {
border-top-right-radius: 0.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 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; }
.list-group-horizontal-lg > .list-group-item:last-child {
border-top-right-radius: 0.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 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; }
.list-group-horizontal-xl > .list-group-item:last-child {
border-top-right-radius: 0.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:hover, .list-group-item-primary.list-group-item-action:focus {
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:hover, .list-group-item-secondary.list-group-item-action:focus {
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:hover, .list-group-item-success.list-group-item-action:focus {
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:hover, .list-group-item-info.list-group-item-action:focus {
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:hover, .list-group-item-warning.list-group-item-action:focus {
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:hover, .list-group-item-danger.list-group-item-action:focus {
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:hover, .list-group-item-light.list-group-item-action:focus {
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:hover, .list-group-item-dark.list-group-item-action:focus {
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):hover, .close:not(:disabled):not(.disabled):focus {
opacity: .75; }
button.close {
padding: 0;
background-color: transparent;
border: 0; }
a.close.disabled {
pointer-events: none; }
.toast {
-ms-flex-preferred-size: 350px;
flex-basis: 350px;
max-width: 350px;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
opacity: 0;
border-radius: 0.25rem; }
.toast:not(:last-child) {
margin-bottom: 0.75rem; }
.toast.showing {
opacity: 1; }
.toast.show {
display: block;
opacity: 1; }
.toast.hide {
display: none; }
.toast-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); }
.toast-body {
padding: 0.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: 0.5rem;
pointer-events: none; }
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
-ms-transform: translate(0, -50px);
transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.modal.show .modal-dialog {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02); }
.modal-dialog-scrollable {
display: -webkit-box;
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-header,
.modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0; }
.modal-dialog-scrollable .modal-body {
overflow-y: auto; }
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-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 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-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, 0.2);
border-radius: 0.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: 0.5; }
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.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;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem; }
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px); }
.modal-footer > * {
margin: 0.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: 0.875rem;
word-wrap: break-word;
opacity: 0; }
.tooltip.show {
opacity: 0.9; }
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem; }
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000; }
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.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: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem; }
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem; }
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
bottom: calc(-0.5rem - 1px); }
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem; }
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem; }
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
top: calc(-0.5rem - 1px); }
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem; }
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff; }
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
display: none; }
.popover-body {
padding: 0.5rem 0.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;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.carousel-item {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block; }
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
-webkit-transition: opacity 0s 0.6s;
-o-transition: opacity 0s 0.6s;
transition: opacity 0s 0.6s; }
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
-webkit-transition: opacity 0.15s ease;
-o-transition: opacity 0.15s ease;
transition: opacity 0.15s ease; }
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9; }
.carousel-control-prev {
left: 0; }
.carousel-control-next {
right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none; }
.carousel-indicators li {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-box-flex: 0;
-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;
-webkit-transition: opacity 0.6s ease;
-o-transition: opacity 0.6s ease;
transition: opacity 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
-webkit-transition: none;
-o-transition: none;
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: 0.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: 0.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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important; }
.bg-secondary {
background-color: #6c757d !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important; }
.bg-success {
background-color: #28a745 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important; }
.bg-info {
background-color: #17a2b8 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important; }
.bg-warning {
background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important; }
.bg-danger {
background-color: #dc3545 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important; }
.bg-light {
background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important; }
.bg-dark {
background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
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: 0.2rem !important; }
.rounded {
border-radius: 0.25rem !important; }
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important; }
.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-lg {
border-radius: 0.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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-sm-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-md-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-lg-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-xl-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-print-inline-flex {
display: -webkit-inline-box !important;
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 iframe,
.embed-responsive embed,
.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.85714%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-md-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-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 {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
-webkit-box-shadow: none !important;
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: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important; }
.m-n2 {
margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important; }
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important; }
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important; }
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important; }
.m-sm-n2 {
margin: -0.5rem !important; }
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important; }
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important; }
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important; }
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important; }
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important; }
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important; }
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important; }
.m-md-n2 {
margin: -0.5rem !important; }
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important; }
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important; }
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important; }
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important; }
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important; }
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important; }
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important; }
.m-lg-n2 {
margin: -0.5rem !important; }
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important; }
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important; }
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important; }
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important; }
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important; }
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important; }
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important; }
.m-xl-n2 {
margin: -0.5rem !important; }
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important; }
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important; }
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important; }
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.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;
-o-text-overflow: ellipsis;
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:hover, a.text-primary:focus {
color: #0056b3 !important; }
.text-secondary {
color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #494f54 !important; }
.text-success {
color: #28a745 !important; }
a.text-success:hover, a.text-success:focus {
color: #19692c !important; }
.text-info {
color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus {
color: #0f6674 !important; }
.text-warning {
color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
color: #ba8b00 !important; }
.text-danger {
color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus {
color: #a71d2a !important; }
.text-light {
color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
color: #cbd3da !important; }
.text-dark {
color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
color: #121416 !important; }
.text-body {
color: #212529 !important; }
.text-muted {
color: #6c757d !important; }
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
color: rgba(255, 255, 255, 0.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-break: break-word !important;
overflow-wrap: break-word !important; }
.text-reset {
color: inherit !important; }
.visible {
visibility: visible !important; }
.invisible {
visibility: hidden !important; }
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-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; }
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
p,
h2,
h3 {
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 th,
.table-bordered td {
border: 1px solid #dee2e6 !important; }
.table-dark {
color: inherit; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6; }
.table .thead-dark th {
color: inherit;
border-color: #dee2e6; } }
/*!
* Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-style: scrollbar; }
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.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-sm, .container-md {
max-width: 720px; } }
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px; } }
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1140px; } }
.row {
display: -webkit-box;
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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-sm-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-sm-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-sm-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-sm-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-sm-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-sm-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-md-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-md-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-md-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-md-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-md-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-md-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-lg-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-lg-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-lg-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-lg-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-lg-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-lg-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.row-cols-xl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.row-cols-xl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.row-cols-xl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-xl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.row-cols-xl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.row-cols-xl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
.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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-sm-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-md-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-lg-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-xl-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-md-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-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;
-ms-grid-row-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;
-ms-grid-row-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;
-ms-grid-row-align: stretch !important;
align-self: stretch !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: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important; }
.m-n2 {
margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important; }
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important; }
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important; }
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important; }
.m-sm-n2 {
margin: -0.5rem !important; }
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important; }
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important; }
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important; }
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important; }
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important; }
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important; }
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important; }
.m-md-n2 {
margin: -0.5rem !important; }
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important; }
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important; }
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important; }
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important; }
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important; }
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important; }
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important; }
.m-lg-n2 {
margin: -0.5rem !important; }
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important; }
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important; }
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important; }
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.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: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.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: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.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: -0.25rem !important; }
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important; }
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important; }
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important; }
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important; }
.m-xl-n2 {
margin: -0.5rem !important; }
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important; }
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important; }
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important; }
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.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; } }
/*!
* Bootstrap Reboot v4.5.2 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
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 {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 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]):not([class]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none; }
pre,
code,
kbd,
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: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
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; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
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; }
/* default theme color */
/* text sizing */
.btn {
position: relative;
display: inline-block;
width: auto;
height: auto;
background-color: transparent;
border: solid 1px transparent;
cursor: pointer;
margin: 0;
padding: 0;
min-width: 150px;
height: 4.5rem; }
.btn:active, .btn:hover, .btn:focus {
outline: 0 !important;
outline-offset: 0; }
.btn:before, .btn:after {
position: absolute;
content: ""; }
.btn span {
position: relative;
display: inline-block;
font-size: 1.6rem;
line-height: 4.3rem;
top: 0;
left: 0;
width: 100%;
padding: 0 15px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
text-align: center; }
/*--- btn-primary ---*/
.btn-primary {
border-color: #006600; }
.btn-primary::before {
background-color: #006600;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-primary span {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-primary span .st0 {
fill: none;
stroke: #FFFFFF;
stroke-miterlimit: 10; }
.btn-primary span .st1 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-primary span .st2 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-primary span .st3 {
fill: none;
stroke: #FFFFFF;
stroke-width: 1.5;
stroke-miterlimit: 10; }
.btn-primary span .st4 {
opacity: 0.35;
fill: none;
stroke: #FFFFFF;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-primary span:hover {
color: #006600;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-primary span:hover .st0 {
fill: none;
stroke: #006600;
stroke-miterlimit: 10; }
.btn-primary span:hover .st1 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-primary span:hover .st2 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-primary span:hover .st3 {
fill: none;
stroke: #006600;
stroke-width: 1.5;
stroke-miterlimit: 10; }
.btn-primary span:hover .st4 {
opacity: 0.35;
fill: none;
stroke: #006600;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
/*--- btn-secondary ---*/
.btn-secondary {
border-color: #7fd18b; }
.btn-secondary::before {
background-color: #7fd18b;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-secondary span {
color: #006600;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-secondary span:hover {
color: #10a44a;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
/*--- btn-signup ---*/
.btn-signup {
border-color: rgba(0, 93, 171, 0.8); }
.btn-signup::before {
background-color: rgba(0, 93, 171, 0.8);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-signup span {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-signup span .st0 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-signup span .st1 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-signup span:hover {
color: #005dab;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-signup span:hover .st0 {
fill: none;
stroke: #005dab;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-signup span:hover .st1 {
fill: none;
stroke: #005dab;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
/*--- btn-online ---*/
.btn-online {
border-color: rgba(0, 102, 0, 0.8); }
.btn-online::before {
background-color: rgba(0, 102, 0, 0.8);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-online span {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-online span .st0 {
fill: none;
stroke: #FFFFFF;
stroke-miterlimit: 10; }
.btn-online span .st1 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-online span .st2 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-online span .st3 {
fill: none;
stroke: #FFFFFF;
stroke-width: 1.5;
stroke-miterlimit: 10; }
.btn-online span .st4 {
opacity: 0.35;
fill: none;
stroke: #FFFFFF;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-online span:hover {
color: #006600;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-online span:hover .st0 {
fill: none;
stroke: #006600;
stroke-miterlimit: 10; }
.btn-online span:hover .st1 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-online span:hover .st2 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-online span:hover .st3 {
fill: none;
stroke: #006600;
stroke-width: 1.5;
stroke-miterlimit: 10; }
.btn-online span:hover .st4 {
opacity: 0.35;
fill: none;
stroke: #006600;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
/*--- btn-readmore ---*/
.btn-readmore {
border-color: #525252;
background-color: #006600; }
.btn-readmore::before {
background-color: white;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-readmore span {
color: #525252;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-readmore span:hover {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
/*--- btn-search ---*/
.btn-search {
border-color: #525252;
background-color: #006600; }
.btn-search::before {
background-color: white;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-search span {
color: #525252;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-search span:hover {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
/*--- btn-search ---*/
.btn-f {
border: none;
background-color: #0076FA; }
.btn-f::before {
background-color: white;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-f span {
color: #0076FA;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-f span:hover {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-g {
border: none;
background-color: #eb4335; }
.btn-g::before {
background-color: white;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-g span {
color: #eb4335;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-g span:hover {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-close {
border: solid 1px #e16500;
background-color: white; }
.btn-close::before {
background-color: #e16500;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.btn-close span {
color: white;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
.btn-close span:hover {
color: #e16500;
-webkit-transition: 0.2s 0.1s;
-o-transition: 0.2s 0.1s;
transition: 0.2s 0.1s; }
/* 2.hover-filled-slide-up */
.btn.hover-filled-slide-up::before {
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%; }
.btn.hover-filled-slide-up:hover::before {
height: 0%; }
@media (max-width: 1199.98px) {
.btn.hover-filled-slide-up:hover::before {
height: 100%; } }
.form-control {
color: #939393;
font-size: 1.8rem;
line-height: 2rem;
border: solid 1px #eee;
border-radius: 0;
outline: none;
background: transparent; }
.form-control:focus {
border: solid 1px #10a44a;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #939393; }
.form-control::-moz-placeholder {
/* Firefox 19+ */
color: #939393; }
.form-control:-ms-input-placeholder {
/* IE 10+ */
color: #939393; }
.form-control:-moz-placeholder {
/* Firefox 18- */
color: #939393; }
.input-custom {
position: relative;
margin: 0 0 20px 0; }
.input-custom .title-field {
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem;
color: #525252; }
.input-custom .form-control {
height: 4.5rem;
padding: 0 10px;
color: #939393;
font-size: 1.8rem;
line-height: 2rem;
outline: none;
border: none;
border-bottom: solid 2px #006600;
background-color: white; }
.input-custom .form-control:focus {
border: solid 1px #006600;
border-bottom: solid 2px #006600;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.input-custom .form-control.error {
border: solid 1px red;
border-bottom: solid 2px red; }
.input-custom .text-area {
resize: none;
width: 100%;
height: 88px;
padding: 10px;
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem;
color: #525252;
border: none;
border-bottom: solid 2px #006600;
background-color: white; }
.input-custom .text-area:focus {
outline: none;
border: solid 1px #006600;
border-bottom: solid 2px #006600; }
.input-custom .text-area.error {
border: solid 1px red;
border-bottom: solid 2px red; }
.input-custom .icon-calendar {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 10px;
width: 20px;
height: 20px;
background-image: url("../../assets/images/icons/icon-datepicker.png");
background-repeat: no-repeat;
background-size: cover;
cursor: pointer; }
.input-custom .form-note {
position: relative;
padding-left: 40px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2.4rem;
color: #525252; }
.input-custom .form-note:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #ccc; }
.custom-control .custom-control-label {
font-size: 1.8rem;
line-height: 2.2rem;
font-weight: 400;
color: #b5b5b5;
cursor: pointer; }
.custom-control .custom-control-input[type="radio"]:checked ~ .custom-control-label {
color: #525252; }
.custom-control .custom-control-input[type="radio"]:checked ~ .custom-control-label:before {
-webkit-box-shadow: none;
box-shadow: none; }
.custom-control .custom-control-input[type="checkbox"]:checked ~ .custom-control-label {
color: #525252; }
.custom-control .custom-control-input[type="checkbox"]:checked ~ .custom-control-label:before {
-webkit-box-shadow: none;
box-shadow: none; }
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
border-color: #006600;
background-color: #006600; }
.custom-control.custom-switch {
padding-left: 3.5rem; }
.custom-control.custom-switch .custom-control-label:before {
left: -3.5rem;
width: 3rem;
height: 2rem;
border-radius: 2.25rem; }
.custom-control.custom-switch .custom-control-label:after {
left: calc(-3.5rem + 2px);
width: 1.6rem;
height: 1.6rem;
border-radius: 50%; }
.custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
-webkit-transform: translateX(1rem);
-ms-transform: translateX(1rem);
transform: translateX(1rem); }
.custom-control.custom-switch .custom-control-input:disabled ~ .custom-control-label {
color: #ccc;
cursor: default; }
.custom-control.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
border-color: #006600;
background-color: #006600; }
.custom-control.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label {
color: #006600;
cursor: default; }
.filelabel {
width: 100%;
border: 2px dashed grey;
border-radius: 0;
display: block;
padding: 5px;
-webkit-transition: border 300ms ease;
-o-transition: border 300ms ease;
transition: border 300ms ease;
cursor: pointer;
text-align: left;
margin: 0;
position: relative;
height: 4.5rem;
padding: 0 10px;
color: #939393;
font-size: 1.8rem;
line-height: 2rem;
outline: none;
border: none;
border-bottom: solid 2px #006600;
background-color: white; }
.filelabel i {
position: absolute;
top: 0;
right: 0;
display: block;
width: 50px;
height: 4.5rem;
text-align: center;
font-size: 2.6rem;
line-height: 4.5rem; }
.filelabel i {
color: #525252;
-webkit-transition: 200ms color;
-o-transition: 200ms color;
transition: 200ms color; }
.filelabel .title {
font-weight: 300;
font-size: 1.8rem;
line-height: 5rem;
color: #939393;
-webkit-transition: 200ms color;
-o-transition: 200ms color;
transition: 200ms color; }
.filelabel:hover i,
.filelabel:hover .title {
color: #10a44a; }
#FileInput {
display: none; }
.slc-custom {
position: relative;
margin: 0 0 20px 0; }
.slc-custom .slc {
position: relative;
cursor: pointer;
-moz-appearance: none;
/* Firefox */
-webkit-appearance: none;
/* Safari and Chrome */
appearance: none;
width: 100%;
height: 4.5rem;
border: none;
background-color: white;
padding: 0 10px;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem;
color: #939393 !important;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-bottom: solid 2px #006600; }
.slc-custom .slc:focus {
outline: none;
border: solid 1px #006600;
border-bottom: solid 2px #006600; }
.slc-custom .slc optgroup {
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem; }
.slc-custom .slc.error {
border: solid 1px red;
border-bottom: solid 2px red; }
.input-custom .style-input {
position: relative;
width: 100%;
height: 40px;
font-size: 1.8rem;
border: none;
background-color: #fff;
padding: 0 10px;
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
color: #525252; }
.input-custom .style-input:focus {
outline: none; }
.input-custom.inp-calendar .icon-calendar {
position: absolute;
right: 30px;
top: 7px; }
.input-custom.inp-calendar .icon-calendar i {
font-size: 25px; }
.input-custom .input-box:first-of-type {
margin-top: 0; }
.fileUpload {
position: relative;
overflow: hidden;
margin: 10px; }
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0); }
.ui-datepicker {
z-index: 99 !important; }
.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
font-family: 'Kanit' !important; }
.ui-datepicker-calendar thead tr th span {
font-family: 'Kanit'; }
.ui-datepicker-calendar tbody tr td a {
font-family: 'Kanit'; }
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
background-color: #006600 !important;
border: 1px solid #006600 !important; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
color: #fff !important; }
.bootstrap-select {
position: relative; }
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
min-width: 220px !important;
width: 100% !important; }
.bootstrap-select .btn {
width: 100%;
height: 100%; }
.bootstrap-select .btn:before {
display: none; }
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
line-height: 4.5rem; }
.bootstrap-select .btn-light {
padding: 0 !important;
background-color: transparent;
border-color: transparent;
color: #939393 !important;
outline: none !important; }
.bootstrap-select .btn-light:active,
.bootstrap-select .btn-light.active {
color: #006600;
background-color: transparent;
border-color: transparent;
outline: none !important; }
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
outline: none !important; }
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
background-color: #10a44a; }
.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus {
background-color: transparent;
color: #10a44a; }
.bootstrap-select .dropdown-item.active:hover,
.bootstrap-select .dropdown-item:active:hover {
color: white;
background-color: #10a44a; }
.bootstrap-select .text {
background-color: transparent; }
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #525252;
background-color: transparent;
border-color: transparent;
outline: none !important; }
.dropup .dropdown-toggle::after {
border: none;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
color: #525252;
position: static;
margin-left: 45px; }
.dropdown-toggle::after {
border: none;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f107';
color: #525252;
position: static;
margin-left: 45px; }
@media only screen and (max-width: 992px) {
.input-custom.inp-categories, .input-custom.inp-search, .input-custom.inp-calendar {
margin-bottom: 20px; } }
.nav-main {
position: absolute;
z-index: 1002;
left: 0;
top: 0;
-moz-transition-property: -moz-transform,opacity;
-o-transition-property: -o-transform,opacity;
-webkit-transition-property: -webkit-transform,opacity;
-webkit-transition-property: opacity,-webkit-transform;
transition-property: opacity,-webkit-transform;
-o-transition-property: transform,opacity;
transition-property: transform,opacity;
transition-property: transform,opacity,-webkit-transform;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
.nav-main .nav-main_i {
overflow: hidden; }
.nav-main .social {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 50px; }
.nav-main .social .social_i {
display: block;
padding: 0 0 12px 0;
margin: 0 0 12px 0;
border-bottom: 1px solid #cfd1d4; }
.nav-main .social .social_i a {
padding: 0 15px;
font-size: 1.6rem;
line-height: 2.4rem;
color: #005dab;
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out; }
.nav-main .social .social_i a .fab {
font-size: 2.4rem;
line-height: 2.4rem; }
.nav-main .social .social_i a .fa-facebook {
color: #0076FA; }
.nav-main .social .social_i a:hover {
color: #0076FA; }
.nav-main .social .social_i a:hover .fa-facebook {
color: #0076FA; }
.nav-main .social .social-list {
display: block;
padding: 12px 0;
margin: 0 auto;
border-top: 1px solid #ccc; }
.nav-main .social .social-list a {
padding: 0 15px;
font-size: 1.6rem;
line-height: 2.4rem;
color: #dcdcdc;
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out; }
.nav-main .social .social-list a .fab {
font-size: 2.4rem;
line-height: 2.4rem; }
.nav-main .social .social-list a:hover {
color: #0076FA; }
.nav-main .social .social-list a:hover .fa-facebook {
color: #0076FA; }
.nav-main .social .social-list a:hover .fa-twitter {
color: #1DA1F2; }
.nav-main .social .social-list a:hover .fa-youtube {
color: #ED3024; }
.nav-main .social .social-list a:hover .fa-line {
color: #3aae37; }
@media only screen and (min-width: 1241px) {
.nav-main .nav-main_i {
position: fixed;
height: 100%;
background: white;
width: 230px;
-moz-box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.1);
-o-box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.1);
-webkit-box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.1);
box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.1);
-moz-transition-property: width;
-o-transition-property: width;
-webkit-transition-property: width;
transition-property: width;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); } }
@media only screen and (max-width: 1240px) {
.nav-main {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0; }
.nav-main .nav-main_i {
display: none; } }
.logo {
position: relative;
margin: 22px auto 0 auto; }
.logo.logo_touch {
display: none;
margin: 11px 15px; }
@media only screen and (max-width: 1240px) {
.logo.logo_touch {
z-index: 1004;
display: block; } }
.logo a {
margin: auto;
width: 96px;
height: auto;
position: relative;
display: block; }
.logo a img {
max-width: 100%; }
.btn-menu {
position: relative;
padding: 0 0 22px 0;
margin: 22px auto 0 auto;
border-bottom: solid 1px #ccc; }
.btn-menu.btn-menu_touch {
display: none;
padding: 0;
margin: 15px;
border-bottom: none;
z-index: 1004; }
.btn-menu.btn-menu_touch span {
padding-top: 7px; }
@media only screen and (max-width: 1240px) {
.btn-menu.btn-menu_touch {
display: block; } }
.btn-menu .btn-menu_i {
margin: 0 auto;
width: 45px;
height: 45px;
position: relative;
z-index: 1000;
-moz-transition-property: border-color;
-o-transition-property: border-color;
-webkit-transition-property: border-color;
transition-property: border-color;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
cursor: pointer;
outline: none !important; }
.btn-menu .btn-menu_i.btn-open .line-1, .btn-menu .btn-menu_i.btn-open .line-2, .btn-menu .btn-menu_i.btn-open .line-3 {
opacity: 0; }
.btn-menu .btn-menu_i.btn-open .line-2-1, .btn-menu .btn-menu_i.btn-open .line-2-2 {
opacity: 1; }
.btn-menu .btn-menu_i .line-1, .btn-menu .btn-menu_i .line-2-1, .btn-menu .btn-menu_i .line-2-2, .btn-menu .btn-menu_i .line-3, .btn-menu .btn-menu_i .line-2 {
height: 1px;
background: #2997D4;
position: absolute;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition-timing-function: ease; }
.btn-menu .btn-menu_i .line-1 {
top: 13px;
left: 5px;
width: 35px;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu .btn-menu_i .line-2 {
top: 21px;
left: 2px;
width: 41px;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu .btn-menu_i .line-2-1 {
width: 60px;
left: 1px;
top: 0;
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
filter: progid:DXImageTransform.Microsoft.Matrix( M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
zoom: 1;
background: #e16500;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-moz-transition-property: opacity,background;
-o-transition-property: opacity,background;
-webkit-transition-property: opacity,background;
transition-property: opacity,background;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu .btn-menu_i .line-2-2 {
height: 60px;
width: 1px;
right: 0;
top: 0;
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
filter: progid:DXImageTransform.Microsoft.Matrix( M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
zoom: 1;
background: #e16500;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-moz-transition-property: opacity,background;
-o-transition-property: opacity,background;
-webkit-transition-property: opacity,background;
transition-property: opacity,background;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu .btn-menu_i .line-3 {
top: 29px;
left: 5px;
width: 35px;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu > span {
text-align: center;
display: block;
padding-top: 7px;
font-size: 1.4rem;
text-transform: uppercase;
color: black;
letter-spacing: 1px;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.btn-menu-srch {
position: relative;
padding: 0 0 22px 0;
margin: 22px auto 0 auto;
border-bottom: solid 1px #ccc; }
.btn-menu-srch .btn-menu-srch_i {
margin: 0 auto;
width: 26px;
height: 26px;
position: relative;
z-index: 1000;
-moz-transition-property: border-color;
-o-transition-property: border-color;
-webkit-transition-property: border-color;
transition-property: border-color;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
cursor: pointer; }
.btn-menu-srch .btn-menu-srch_i a.icon-search .st0 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-menu-srch .btn-menu-srch_i a.icon-search .st1 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.btn-menu-srch > span {
text-align: center;
display: block;
padding-top: 14px;
font-size: 1.4rem;
text-transform: uppercase;
color: black;
letter-spacing: 1px;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.touch-wrapper {
position: relative;
display: block;
width: 100%;
height: 120px;
z-index: 1002; }
.touch-wrapper .touch-wrapper_i {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: white; }
@media only screen and (min-width: 1113px) {
.touch-wrapper {
display: none; } }
.menu {
position: absolute;
left: 0;
bottom: 50px;
width: 100%;
height: auto; }
.menu .menu-list {
list-style: none;
padding: 0;
margin: 0; }
.menu .menu-list li {
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.menu .menu-list li a {
display: block;
padding: 0 20px;
font-size: 1.4rem;
position: relative;
color: #525252;
min-height: 5rem;
line-height: 2.5rem;
letter-spacing: 0.1rem;
text-align: left;
-moz-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-o-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-webkit-transition: color .3s ease-out,opacity .3s ease-out,visibility .3s ease-out,letter-spacing .3s ease-out;
-webkit-transition-delay: 0s,0s,0s,0s;
-webkit-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out; }
.menu .menu-list li a:hover {
color: #2997D4;
letter-spacing: 0.2rem; }
.menu .menu-list li a .fab.fa-facebook {
font-size: 2.4rem;
line-height: 5rem;
color: #2997D4; }
.menu .menu-list li a.icon-search .st0 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu .menu-list li a.icon-search .st1 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu .menu-list li a.icon-data-center .st0 {
fill: none;
stroke: #2798D5;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu .menu-list li a.icon-dept .st0 {
fill: none;
stroke: #2798D5;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu .menu-list li a.icon-fb .st0 {
fill: #0076FA; }
.menu .menu-list li a.icon-fb .st1 {
fill: #FFFFFF; }
.menu .menu-list li a.icon-line .st0 {
fill: #00B900; }
.menu .menu-list li a.icon-line .st1 {
fill: #FFFFFF; }
.menu .menu-list li a.icon-twitter .st0 {
fill: #00acee; }
.menu .menu-list li a.icon-twitter .st1 {
fill: #FFFFFF; }
.nav-wrapper {
position: absolute;
z-index: 1001;
left: 0;
top: 0; }
.nav-wrapper .nav-wrapper_i {
position: fixed;
height: 100%;
width: 100%;
left: -100%;
overflow: auto;
-moz-transition-property: left;
-o-transition-property: left;
-webkit-transition-property: left;
transition-property: left;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
background-color: rgba(255, 255, 255, 0.8); }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
.nav-wrapper .nav-wrapper_i {
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
-webkit-filter: blur(0);
filter: blur(0); } }
.nav-wrapper .menu-main {
position: relative;
margin: 120px 340px; }
.nav-wrapper .menu-main ul {
list-style: none;
padding: 0;
margin: 0;
width: 460px;
/* Width of Menu Items */ }
.nav-wrapper .menu-main ul li {
position: relative; }
.nav-wrapper .menu-main ul li a {
position: relative;
display: block;
padding: 15px;
font-weight: 400;
font-size: 2.6rem;
line-height: 3rem;
color: #525252;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.nav-wrapper .menu-main ul li a:hover {
color: #006600; }
.nav-wrapper .menu-main ul li ul {
position: absolute;
left: 100%;
/*Set 1px less than menu width */
top: 0;
width: 360px;
visibility: hidden; }
.nav-wrapper .menu-main ul li ul li {
position: relative; }
.nav-wrapper .menu-main ul li ul li a {
font-weight: 300;
font-size: 2rem;
line-height: 3rem;
color: #525252; }
.nav-wrapper .menu-main ul li ul li a:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 10px;
width: 10px;
position: absolute;
pointer-events: none;
background-color: #006600; }
.nav-wrapper .menu-main ul li ul li a:hover {
color: #006600;
background-color: transparent; }
.nav-wrapper .menu-main ul li ul li ul li {
position: relative; }
.nav-wrapper .menu-main ul li ul li ul li a {
padding-left: 40px; }
.nav-wrapper .menu-main ul li ul li ul li a:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #ccc; }
.nav-wrapper .menu-main ul li ul li ul li a:hover {
color: #006600; }
.nav-wrapper .menu-main ul li ul li ul li a:hover:before {
background-color: #525252; }
.nav-wrapper .menu-main ul li:hover > ul {
visibility: visible; }
@media (max-width: 1199.98px) {
.nav-wrapper .nav-wrapper_i {
left: 0;
top: -100%;
-moz-transition-property: top;
-o-transition-property: top;
-webkit-transition-property: top;
transition-property: top; } }
.nav-open .nav-wrapper .nav-wrapper_i {
left: 0; }
@media (max-width: 1199.98px) {
.nav-open .nav-wrapper .nav-wrapper_i {
top: 0; } }
.control-container {
position: absolute;
right: 137px;
top: 35px;
display: inline-block;
z-index: 1000; }
.control-container .drawer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
z-index: 3; }
.control-container .btn {
margin: 0 0 0 30px; }
.control-container .setting-container {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: auto;
text-align: center;
background-color: #2997D4;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.control-container .setting-container a {
display: block;
padding: 10px;
color: white;
background-color: #2997D4; }
.control-container .setting-container a:hover {
background-color: #006600; }
.control-container .setting-container.js-box {
visibility: visible;
opacity: 1; }
@media (max-width: 1199.98px) {
.control-container {
position: fixed;
top: 25px;
right: 75px;
z-index: 1005; }
.control-container .btn {
margin: 0;
margin-left: 15px; } }
@media (max-width: 767.98px) {
.control-container .btn {
min-width: 100px; }
.control-container .btn.btn-online {
display: none; } }
.control-container_lang {
position: absolute;
top: 35px;
right: 30px;
padding: 0;
margin: 0;
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
background-color: rgba(0, 93, 171, 0.8);
z-index: 1005;
cursor: pointer; }
.control-container_lang span {
color: white;
font-size: 1.6rem;
line-height: 2rem;
font-weight: 300; }
.control-container_lang .multi-lang {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: auto;
margin: 0;
padding: 0;
z-index: 1005; }
.control-container_lang .multi-lang a {
display: block;
padding: 14px 0;
font-size: 1.6rem;
line-height: 2rem;
color: white;
text-align: center;
background-color: rgba(0, 93, 171, 0.8); }
.control-container_lang .multi-lang a:hover {
background-color: #005dab; }
@media (max-width: 1199.98px) {
.control-container_lang {
position: fixed;
top: 25px;
right: 75px;
z-index: 1005;
display: none; } }
.control-container_fontsize {
position: absolute;
top: 105px;
right: 30px;
padding: 0;
margin: 0;
width: 45px;
height: auto;
text-align: center;
line-height: 50px;
z-index: 1004; }
.control-container_fontsize .drawer {
position: relative; }
.control-container_fontsize .drawer .reduce {
background-color: rgba(82, 82, 82, 0.5);
background-image: url("../../assets/images/icons/icon-reduce-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.control-container_fontsize .drawer .reduce:hover {
background-position: 0 0;
background-color: white; }
.control-container_fontsize .drawer .reduce.active {
background-position: 0 0; }
.control-container_fontsize .drawer .normal {
background-color: rgba(82, 82, 82, 0.5);
background-image: url("../../assets/images/icons/icon-normal-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.control-container_fontsize .drawer .normal:hover {
background-position: 0 0;
background-color: white; }
.control-container_fontsize .drawer .normal.active {
background-position: 0 0; }
.control-container_fontsize .drawer .increase {
background-color: rgba(82, 82, 82, 0.5);
background-image: url("../../assets/images/icons/icon-increase-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.control-container_fontsize .drawer .increase:hover {
background-position: 0 0;
background-color: white; }
.control-container_fontsize .drawer .increase.active {
background-position: 0 0; }
@media (max-width: 1199.98px) {
.control-container_fontsize {
position: fixed;
width: 135px;
height: 45px;
top: 25px;
right: 135px;
z-index: 1005;
display: none; }
.control-container_fontsize .drawer {
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
@media (max-width: 1199.98px) {
.menu-main_touch {
padding-top: 120px; }
.menu-main_touch .menu {
position: relative;
padding: 0;
margin: 22px auto;
left: auto;
bottom: auto; }
.menu-main_touch .menu .menu-list {
list-style: none;
padding: 0;
margin: 0; }
.menu-main_touch .menu .menu-list li {
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.menu-main_touch .menu .menu-list li a {
display: block;
padding: 0 20px;
font-size: 1.4rem;
position: relative;
color: #525252;
height: 5rem;
line-height: 5rem;
letter-spacing: 0.1rem;
text-align: left;
-moz-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-o-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-webkit-transition: color .3s ease-out,opacity .3s ease-out,visibility .3s ease-out,letter-spacing .3s ease-out;
-webkit-transition-delay: 0s,0s,0s,0s;
-webkit-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out; }
.menu-main_touch .menu .menu-list li a:hover {
color: #2997D4;
letter-spacing: 0.2rem; }
.menu-main_touch .menu .menu-list li a .fab.fa-facebook {
font-size: 2.4rem;
line-height: 5rem;
color: #2997D4; }
.menu-main_touch .menu .menu-list li a.icon-search .st0 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu-main_touch .menu .menu-list li a.icon-search .st1 {
fill: none;
stroke: #2997D4;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu-main_touch .menu .menu-list li a.icon-data-center .st0 {
fill: none;
stroke: #2798D5;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu-main_touch .menu .menu-list li a.icon-dept .st0 {
fill: none;
stroke: #2798D5;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.menu-main_touch .menu .menu-list li a.icon-fb .st0 {
fill: #0076FA; }
.menu-main_touch .menu .menu-list li a.icon-fb .st1 {
fill: #FFFFFF; }
.menu-main_touch .menu .menu-list li a.icon-line .st0 {
fill: #00B900; }
.menu-main_touch .menu .menu-list li a.icon-line .st1 {
fill: #FFFFFF; }
.menu-main_touch .menu-list-touch {
list-style: none;
padding: 0 0 22px 0;
margin: 22px auto 0 auto;
border-bottom: solid 1px #ccc; }
.menu-main_touch .menu-list-touch li {
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.menu-main_touch .menu-list-touch li a {
display: block;
padding: 0 20px;
font-size: 1.6rem;
position: relative;
text-transform: uppercase;
color: #525252;
height: 5rem;
line-height: 5rem;
text-align: left;
-moz-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-o-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
-webkit-transition: color .3s ease-out,opacity .3s ease-out,visibility .3s ease-out,letter-spacing .3s ease-out;
-webkit-transition-delay: 0s,0s,0s,0s;
-webkit-transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out;
transition: color .3s ease-out,opacity .3s ease-out 0s,visibility .3s ease-out 0s,letter-spacing .3s ease-out; }
.menu-main_touch .menu-list-touch li a span {
float: right;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.menu-main_touch .menu-list-touch li.open > a {
position: relative;
color: #006600;
background-color: #ebebeb; }
.menu-main_touch .menu-list-touch li.open > a span {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.menu-main_touch .menu-list-touch li.open > a:after {
top: 50px;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #ebebeb;
border-width: 15px;
margin-left: -15px; }
.menu-main_touch .menu-list-touch li.open > ul {
list-style: none; }
.menu-main_touch .menu-list-touch li.open > ul li a {
position: relative;
display: block;
padding: 0 20px;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.menu-main_touch .menu-list-touch li.open > ul li a:before {
left: 0;
top: 22px;
content: "";
height: 10px;
width: 10px;
position: absolute;
pointer-events: none;
background-color: #006600; }
.menu-main_touch .menu-list-touch li.open > ul li a:hover {
color: #006600;
background-color: transparent; }
.menu-main_touch .menu-list-touch li.open > ul li.open > a {
background-color: transparent; }
.menu-main_touch .menu-list-touch li.open > ul li.open > a:after {
opacity: 0; }
.menu-main_touch .menu-list-touch li.open > ul li > ul {
list-style: none; }
.menu-main_touch .menu-list-touch li.open > ul li > ul li a {
position: relative;
display: block;
padding: 0 40px;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.menu-main_touch .menu-list-touch li.open > ul li > ul li a:before {
left: 0;
top: 25px;
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #ccc; }
.menu-main_touch .menu-list-touch li.open > ul li > ul li a:hover {
color: #006600;
background-color: transparent; }
.menu-main_touch .menu-list-touch li.open > ul li > ul li a:hover:before {
background-color: #525252; }
.menu-main_touch .control-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 0 22px 0;
margin: 22px auto 0 auto;
border-bottom: solid 1px #ccc; }
.menu-main_touch .control-container_touch {
position: relative;
right: auto;
top: auto;
display: inline-block;
z-index: 1000; }
.menu-main_touch .control-container_touch .drawer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
z-index: 3; }
.menu-main_touch .control-container_touch .btn {
margin: 0 0 0 30px; } }
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
.menu-main_touch .control-container_touch {
top: 35px;
right: auto;
left: 15px;
z-index: 1005; }
.menu-main_touch .control-container_touch .btn {
margin: 0;
margin-right: 15px; } }
@media (max-width: 1199.98px) {
.menu-main_touch .control-container_touch_lang {
cursor: pointer;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0;
margin: 0 15px;
min-width: 90px;
height: 45px;
text-align: center;
z-index: 1004;
opacity: 0; }
.menu-main_touch .control-container_touch_lang a {
display: inline-block;
width: 43px;
height: 43px;
font-weight: 300;
font-size: 1.6rem;
line-height: 45px;
color: #005dab;
border: solid 1px #005dab;
background-color: white; }
.menu-main_touch .control-container_touch_lang a.active {
color: white;
background-color: #005dab; } }
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
.menu-main_touch .control-container_touch_lang {
opacity: 1; } }
@media (max-width: 1199.98px) {
.menu-main_touch .control-container_touch_fontsize {
width: 135px;
height: 45px;
padding: 0;
margin: 0 15px;
background-color: rgba(82, 82, 82, 0.5);
opacity: 0; }
.menu-main_touch .control-container_touch_fontsize .drawer {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.menu-main_touch .control-container_touch_fontsize .drawer .reduce {
background-image: url("../../assets/images/icons/icon-reduce-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.menu-main_touch .control-container_touch_fontsize .drawer .reduce:hover {
background-position: 0 0;
background-color: white; }
.menu-main_touch .control-container_touch_fontsize .drawer .reduce.active {
background-position: 0 0; }
.menu-main_touch .control-container_touch_fontsize .drawer .normal {
background-image: url("../../assets/images/icons/icon-normal-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.menu-main_touch .control-container_touch_fontsize .drawer .normal:hover {
background-position: 0 0;
background-color: white; }
.menu-main_touch .control-container_touch_fontsize .drawer .normal.active {
background-position: 0 0; }
.menu-main_touch .control-container_touch_fontsize .drawer .increase {
background-image: url("../../assets/images/icons/icon-increase-sizefont.png");
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-position: 0 -45px;
cursor: pointer;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.menu-main_touch .control-container_touch_fontsize .drawer .increase:hover {
background-position: 0 0;
background-color: white; }
.menu-main_touch .control-container_touch_fontsize .drawer .increase.active {
background-position: 0 0; } }
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
.menu-main_touch .control-container_touch_fontsize {
opacity: 1; } }
@media (max-width: 1199.98px) {
.social {
position: relative;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 12px 20px;
margin: 0;
left: auto;
bottom: auto;
border-top: 1px solid #ccc; }
.social .social_i {
display: inline-block;
padding: 0;
margin: 0;
border: none; }
.social .social_i a {
padding: 0 20px 0 0;
font-size: 1.6rem;
line-height: 2.4rem;
color: #005dab;
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out; }
.social .social_i a .fab {
font-size: 2.4rem;
line-height: 2.4rem; }
.social .social_i a .fa-facebook {
color: #0076FA; }
.social .social_i a:hover {
color: #0076FA; }
.social .social_i a:hover .fa-facebook {
color: #0076FA; }
.social .social-list {
display: inline-block;
padding: 0;
margin: 0; }
.social .social-list a {
padding: 0 0 0 20px;
font-size: 1.6rem;
line-height: 2.4rem;
color: #ccc;
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out; }
.social .social-list a .fab {
font-size: 2.4rem;
line-height: 2.4rem; }
.social .social-list a:hover {
color: #0076FA; }
.social .social-list a:hover .fa-facebook {
color: #0076FA; }
.social .social-list a:hover .fa-twitter {
color: #1DA1F2; }
.social .social-list a:hover .fa-youtube {
color: #ED3024; } }
#header-main {
position: absolute;
top: 0;
left: 0;
z-index: 1001;
width: 100%;
margin: 0 auto;
margin-bottom: 80px;
padding: 40px 190px 40px 230px;
pointer-events: none; }
#header-main .header-container {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
height: 50px;
pointer-events: auto; }
#header-main .drawer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%; }
#header-main .control-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
z-index: 3; }
#header-main .control-container .btn {
margin: 0px 25px 15px; }
@media only screen and (max-width: 1024px) {
.manage .main-wrapper #header-wrapper {
padding-top: 36.2px; }
.manage .main-wrapper #header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper.sticky {
top: 36.2px; }
#header-wrapper .header-lg {
display: none; }
#header-wrapper .header-sm {
display: block; }
#header-wrapper .header-sm .logo-mobile {
position: relative; }
#header-wrapper .header-sm .logo-mobile .logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 10px 15px;
margin: auto; }
#header-wrapper .header-sm .logo-mobile .logo img {
width: 72px;
height: 72px; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: #eee; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 1040; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .bar-menu {
width: 40px;
height: auto;
padding: 5px 10px;
background-color: #10a44a; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .bar-menu .icon-menu {
text-align: center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .bar-menu .icon-menu i {
font-size: 2rem;
line-height: 3rem;
color: white; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts {
padding-right: 10px; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 5px 23px; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .reduce {
background-image: url("../../assets/images/icons/icon-reduce-sizefont.png");
width: 22px;
height: 13px;
background-repeat: no-repeat;
background-position: top center;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .reduce:hover {
background-position: bottom center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .reduce.active {
background-position: bottom center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .normal {
padding-left: 23px;
padding-right: 23px;
background-image: url("../../assets/images/icons/icon-normal-sizefont.png");
width: 22px;
height: 13px;
background-repeat: no-repeat;
background-position: top center;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .normal:hover {
background-position: bottom center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .normal.active {
background-position: bottom center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .increase {
background-image: url("../../assets/images/icons/icon-increase-sizefont.png");
width: 22px;
height: 13px;
background-repeat: no-repeat;
background-position: top center;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .increase:hover {
background-position: bottom center; }
#header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper .tools-sizefonts .sizefonts-wrapper .increase.active {
background-position: bottom center; }
#header-wrapper .canvas-menu-wrapper {
display: block; }
body.nav-expanded {
-webkit-transition: left 0.3s ease;
-o-transition: left 0.3s ease;
transition: left 0.3s ease; }
.nav-expanded .canvas-menu-wrapper .canvas-menu {
left: 0;
width: 85%; }
.canvas-menu-wrapper .canvas-menu {
position: fixed;
left: -300px;
top: 0;
z-index: 3000;
-webkit-transition: left 0.3s ease;
-o-transition: left 0.3s ease;
transition: left 0.3s ease;
display: block;
width: 300px;
height: 100%;
background-color: white;
-webkit-box-shadow: 0px 4px 8px 0px rgba(74, 74, 74, 0.4);
box-shadow: 0px 4px 8px 0px rgba(74, 74, 74, 0.4);
overflow: auto; }
.canvas-menu-wrapper .canvas-menu .canvas-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px; }
.canvas-menu-wrapper .canvas-menu .canvas-header .close-menu {
display: block;
width: 40px;
padding: 5px;
font-weight: 400;
font-size: 2rem;
line-height: 3rem;
color: #006600;
text-align: center;
border: solid 1px #006600; }
.canvas-menu-wrapper .canvas-menu .canvas-header .close-menu i {
color: #006600; }
.canvas-menu-wrapper .canvas-menu .canvas-lang {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.canvas-menu-wrapper .canvas-menu .canvas-lang a {
display: block;
width: 40px;
padding: 5px;
font-weight: 400;
font-size: 2rem;
line-height: 3rem;
color: #525252;
text-align: center; }
.canvas-menu-wrapper .canvas-menu .canvas-lang a.active {
color: white;
background-color: #10a44a; }
.canvas-menu-wrapper .canvas-menu .canvas-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin: 15px 0; }
.canvas-menu-wrapper .canvas-menu .canvas-top a {
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0px;
padding: 15px;
margin: 0;
font-size: 2rem;
line-height: 2.4rem; }
.canvas-menu-wrapper .canvas-menu .canvas-top a.signin-link {
color: #525252;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc; }
.canvas-menu-wrapper .canvas-menu .canvas-top a.signin-link:hover {
color: #10a44a; }
.canvas-menu-wrapper .canvas-menu .canvas-top a.company-link {
color: white;
border-top: solid 1px #006600;
border-bottom: solid 1px #006600;
background-color: #006600; }
.canvas-menu-wrapper .canvas-menu .canvas-top a.company-link:hover {
background-color: #10a44a; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB {
list-style: none;
margin: 0;
padding: 0; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li {
display: block; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li a {
display: block;
padding: 10px 15px 10px 17px;
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #10a44a;
border-bottom: 1px solid #ccc; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li a span {
float: right;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li .menu-lv2 {
margin: 0;
padding: 0; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li .menu-lv2 li {
background-color: #f8f8f8; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li .menu-lv2 li a {
color: #525252;
background-color: #f8f8f8;
border-bottom: 1px solid #e3e4e6;
margin: 0 20px;
padding: 10px 15px; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open {
padding-bottom: 0; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open a {
color: white;
background-color: #006600; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open a span {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 {
margin: 0;
padding: 0; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li {
background-color: #f8f8f8; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li a {
color: #525252;
background-color: #f8f8f8;
border-bottom: 1px solid #e3e4e6;
margin: 0 20px;
padding: 10px 15px; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li a span {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open a {
color: #10a44a;
border-bottom: none; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open a span {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open .menu-lv3 {
padding: 0; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open .menu-lv3 li {
background-color: #e6e6e6; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open .menu-lv3 li a {
background-color: #e6e6e6;
font-size: 1.6rem;
font-weight: 400;
color: #525252; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open .menu-lv3 li:first-child {
padding-top: 5px; }
.canvas-menu-wrapper .canvas-menu .canvas-list-menu .nav-menu-MB li.open .menu-lv2 li.open .menu-lv3 li:last-child {
padding-bottom: 5px; } }
@media only screen and (max-width: 767px) {
.manage .main-wrapper #header-wrapper {
padding-top: 61px; }
.manage .main-wrapper #header-wrapper .header-sm .logo-mobile .menu-sizefonts-wrapper.sticky {
top: 61px; }
.manage .main-wrapper .panel-header .header-top .head-top-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.manage .main-wrapper .panel-header .header-top .head-top-wrapper .left {
width: 100%; }
.manage .main-wrapper .panel-header .header-top .head-top-wrapper .right {
width: 100%; } }
.footer {
position: relative;
padding: 30px 0;
margin: 0 auto;
margin-left: 230px;
background-color: white; }
.footer .footer-wrapper {
margin: 0 auto;
max-width: 1440px;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.footer .group-footer {
position: relative;
display: block;
width: 1440px;
max-width: 100%;
padding: 0;
margin: 0 auto; }
.footer .group-footer:last-child {
padding-top: 20px;
border-top: solid 1px #ccc; }
.footer .group-footer .title-footer {
display: block;
margin: 0 0 22px 0; }
.footer .group-footer .title-footer .logo {
display: block;
margin: 0 0 11px 0; }
.footer .group-footer .title-footer .logo a {
margin: 0;
width: 86px;
height: 86px;
position: relative;
display: block; }
.footer .group-footer .title-footer .logo a img {
max-width: 100%; }
.footer .group-footer .title-footer .title {
margin: 0;
font-weight: 500;
font-size: 2.4rem;
line-height: 2.8rem;
color: #006600; }
.footer .group-footer .title-footer .desc {
margin: 0;
font-weight: 400;
font-size: 1.6rem;
line-height: 2.2rem; }
.footer .group-footer .group-content-footer {
margin-bottom: 30px; }
.footer .group-footer .group-content-footer .text-content {
position: relative;
display: block;
padding: 0;
padding-left: 40px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2.2rem;
color: #525252; }
.footer .group-footer .group-content-footer .text-content:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #525252; }
.footer .group-footer .group-content-footer .link-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
padding: 0;
margin: 10px 0; }
.footer .group-footer .group-content-footer .link-content .icon-content {
width: 35px;
margin-right: 10px; }
.footer .group-footer .group-content-footer .link-content .icon-content img, .footer .group-footer .group-content-footer .link-content .icon-content svg {
width: 35px; }
.footer .group-footer .group-content-footer .link-content .icon-content .st0 {
fill: none;
stroke: #525252;
stroke-width: 2;
stroke-linecap: round;
stroke-miterlimit: 10; }
.footer .group-footer .group-content-footer .link-content .link-tel {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
word-break: break-all; }
.footer .group-footer .group-content-footer .link-content .link-tel a {
font-weight: 400;
font-size: 3rem;
line-height: 3.4rem;
color: #006600;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.footer .group-footer .group-content-footer .link-content .link-tel a:hover {
text-decoration: none;
color: #10a44a; }
.footer .group-footer .footer-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.footer .group-footer .footer-bottom .sitemap {
margin-bottom: 10px; }
.footer .group-footer .footer-bottom .sitemap ul {
list-style: none;
margin: 0;
padding: 0; }
.footer .group-footer .footer-bottom .sitemap ul li {
display: inline-block;
vertical-align: middle;
margin-left: 20px; }
.footer .group-footer .footer-bottom .sitemap ul li a {
font-weight: 400;
font-size: 1.6rem;
line-height: 2.2rem;
text-align: right;
color: #006600;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.footer .group-footer .footer-bottom .sitemap ul li a:hover {
text-decoration: none;
color: #10a44a; }
.footer .group-footer .copyright {
display: block;
font-weight: 400;
font-size: 1.6rem;
line-height: 2.2rem;
text-align: right;
color: #525252; }
.gototop {
width: 40px;
height: 40px;
cursor: pointer;
position: fixed;
right: 20px;
bottom: 20px;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 999;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.gototop.show {
visibility: visible;
cursor: pointer;
opacity: 1.0; }
@media only screen and (max-width: 1366px) {
.gototop {
right: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); } }
@media (max-width: 1199.98px) {
.footer {
margin-left: 15px;
margin-right: 15px; } }
.container-out {
position: relative;
overflow: hidden;
-moz-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
-webkit-transition: opacity .4s ease;
transition: opacity .4s ease; }
@media (min-width: 1200px) {
.container-out {
padding-left: 230px; } }
.container-in {
position: relative;
overflow: hidden;
-moz-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
-webkit-transition: opacity .4s ease;
transition: opacity .4s ease; }
.container-in .page-section {
position: relative;
width: 100%;
min-height: 100vh;
padding: 0;
margin: 0 auto;
background-image: url("../../assets/images/bg-login.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
.container-in .page-section.regiter {
background-image: url("../../assets/images/bg-register.jpg"); }
.container-in .page-section.regiter-form {
background-image: url("../../assets/images/bg-register_form.jpg"); }
.container-in .page-section .container-wrapper {
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 0;
margin: 0 auto; }
.container-in .page-section .application-wrapper {
position: relative;
display: block;
width: 100%;
height: auto;
padding: 100px 30px;
margin: 0 auto; }
.container-in .page-section .application-wrapper .item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
min-height: 95px;
padding: 10px 15px 10px 0;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.container-in .page-section .application-wrapper .item.orange {
background-color: #e16500; }
.container-in .page-section .application-wrapper .item.orange:after {
top: 99%;
left: 80%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #e16500;
border-width: 15px;
margin-left: -15px; }
.container-in .page-section .application-wrapper .item.blue {
margin-top: 45px;
background-color: #2997D4; }
.container-in .page-section .application-wrapper .item.blue:after {
top: 99%;
left: 20%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #2997D4;
border-width: 15px;
margin-left: -15px; }
.container-in .page-section .application-wrapper .icon-flex {
width: 60px;
text-align: center; }
.container-in .page-section .application-wrapper .icon-flex .img, .container-in .page-section .application-wrapper .icon-flex svg {
margin: 0; }
.container-in .page-section .application-wrapper .icon-flex .st0 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-miterlimit: 10; }
.container-in .page-section .application-wrapper .icon-flex .st1 {
fill: none;
stroke: #FFFFFF;
stroke-width: 2;
stroke-linecap: round;
stroke-miterlimit: 10; }
.container-in .page-section .application-wrapper .icon-flex .st2 {
fill: none;
stroke: #FFFFFF;
stroke-miterlimit: 10; }
.container-in .page-section .application-wrapper .data-flex {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.container-in .page-section .application-wrapper .data-flex p {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: white; }
.container-in .page-section .application-wrapper .data-flex h3 {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: white; }
@media screen and (min-width: 1367px) {
.container-in .page-section .application-wrapper {
padding: 470px 0 0 240px; } }
@media screen and (min-width: 1241px) {
.container-in .page-section .application-wrapper {
padding-top: 370px; } }
.container-in .page-section .form-main {
position: relative;
display: block;
width: 100%;
height: auto;
padding: 0;
margin: 0 auto; }
.container-in .page-section .form-main .form-main_i {
position: relative;
display: block;
width: 100%;
height: auto;
padding: 30px 30px 105px 30px;
margin: 0 auto;
background-color: rgba(0, 102, 0, 0.1);
background-image: url("../../assets/images/bg-form.png");
background-position: bottom center;
background-repeat: no-repeat; }
.container-in .page-section .form-main .form-main_i.bg-white {
min-height: 100vh;
border-radius: 0;
background-color: transparent !important; }
.container-in .page-section .form-main .form-main_i .logo {
position: relative;
margin: 0 0 22px 0; }
.container-in .page-section .form-main .form-main_i .logo a {
display: block;
width: 304px;
max-width: 100%;
padding: 0;
margin: 0; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st0 {
fill: #FFFFFF; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st1 {
fill: #06764B; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st2 {
fill: #BB2027; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st3 {
fill-rule: evenodd;
clip-rule: evenodd;
fill: #06764B; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st4 {
display: none;
fill: #FFFFFF;
stroke: #FFFFFF;
stroke-width: 10; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st5 {
font-family: 'DBRamintraX-Bold'; }
.container-in .page-section .form-main .form-main_i .logo .logo-link .st6 {
font-size: 35.925px; }
.container-in .page-section .form-main .form-main_i .title {
position: relative;
margin: 0 0 22px 0; }
.container-in .page-section .form-main .form-main_i .title h2 {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600; }
.container-in .page-section .form-main .form-main_i .title p {
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.container-in .page-section .form-main .form-main_i .sign-w-social {
position: relative;
padding: 0 0 22px 0;
margin: 0 0 22px 0;
border-bottom: solid 1px #ccc; }
.container-in .page-section .form-main .form-main_i .sign-w-social .btn__container {
display: block; }
.container-in .page-section .form-main .form-main_i .sign-w-social .btn__container .btn {
width: 100%; }
.container-in .page-section .form-main .form-main_i .sign-w-form {
position: relative;
margin: 0 0 22px 0; }
.container-in .page-section .form-main .form-main_i .sign-w-form .btn__container {
display: block; }
.container-in .page-section .form-main .form-main_i .sign-w-form .btn__container .btn {
width: 100%; }
.container-in .page-section .form-main .form-main_i .sign-w-note {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 0 22px 0;
margin: 0 0 22px 0;
font-size: 1.6rem;
line-height: 2rem;
color: #525252;
border-bottom: solid 1px #ccc; }
.container-in .page-section .form-main .form-main_i .sign-w-note a {
position: relative;
display: inline-block;
font-weight: 300;
font-size: 1.8rem;
line-height: 2.2rem;
color: #006600;
padding: 0 0 0 20px;
margin: 0 0 0 10px; }
.container-in .page-section .form-main .form-main_i .sign-w-note a:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 10px;
width: 10px;
position: absolute;
pointer-events: none;
background-color: #006600; }
.container-in .page-section .form-main .form-main_i .sign-w-note a:hover {
color: #10a44a;
background-color: transparent; }
@media only screen and (min-width: 1367px) {
.container-in .page-section .form-main .form-main_i {
min-height: 750px;
padding: 30px 100px 105px 100px; } }
@media only screen and (min-width: 1241px) {
.container-in .page-section .form-main .form-main_i {
border-bottom-left-radius: 100px;
padding: 30px 100px 105px 100px; } }
@media only screen and (max-width: 767px) {
.container-in .page-section .form-main .form-main_i .sign-w-social .btn__container {
margin-bottom: 22px; } }
.page {
position: relative;
width: 100%;
height: auto;
padding: 0;
margin: 0 auto; }
.page.type-homepage {
top: 0;
left: 0;
width: 100%;
height: 100%; }
@media (min-width: 768px) {
.page.type-homepage {
height: auto; } }
.page .homepage-section {
position: relative;
width: 100%;
height: auto;
padding: 0;
margin: 0 auto; }
.page .homepage-section .container-wrapper--homepage {
position: relative;
display: block;
width: 1440px;
max-width: 100%;
padding: 30px 0 35px 0;
margin: 0 auto; }
@media (max-width: 991.98px) {
.page .homepage-section .container-wrapper--homepage {
padding: 35px 0 0 0; } }
.page .homepage-section .container-wrapper--detailpage {
position: relative;
display: block;
width: 1440px;
max-width: 100%;
padding: 30px 0 35px 0;
margin: 0 auto; }
@media (max-width: 991.98px) {
.page .homepage-section .container-wrapper--detailpage {
padding: 35px 0 0 0; } }
.page .homepage-section .container-report--counter {
display: block;
width: 100%;
height: auto; }
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
height: 385px;
-o-object-fit: cover;
object-fit: cover; }
.page .homepage-section .container-report--counter .container-news .card .bg-layer img {
height: 100%; }
@media only screen and (max-width: 1440px) {
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
height: 322px; } }
@media only screen and (max-width: 1366px) {
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
height: 300px; } }
@media only screen and (max-width: 1366px) {
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
height: 270px; } }
@media only screen and (max-width: 768px) {
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
height: 385px; } }
@media only screen and (max-width: 640px) {
.page .homepage-section .container-report--counter .container-news .card .bg-layer {
min-height: 190px;
height: auto; } }
.page .homepage-section .container-report--video {
display: block;
width: 100%;
height: auto;
cursor: pointer; }
.page .homepage-section .container-report--video .container-news .card .bg-layer {
height: 385px; }
.page .homepage-section .container-report--video .container-news .card .bg-layer video, .page .homepage-section .container-report--video .container-news .card .bg-layer iframe {
width: 100%;
height: 100%;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .homepage-section .container-report--video .container-news .card .readmore-hover {
top: 0;
left: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
width: 100%;
height: 100%; }
.page .homepage-section .container-report--video .container-news .card .readmore-hover.bg-icon {
background-image: url("../../assets/images/icons/icon-play.png");
background-position: center center;
background-repeat: no-repeat;
background-size: 52px 52px; }
@media only screen and (max-width: 1440px) {
.page .homepage-section .container-report--video .container-news .card .bg-layer {
height: 322px; } }
@media only screen and (max-width: 1366px) {
.page .homepage-section .container-report--video .container-news .card .bg-layer {
height: 300px; } }
@media only screen and (max-width: 1366px) {
.page .homepage-section .container-report--video .container-news .card .bg-layer {
height: 270px; } }
@media only screen and (max-width: 768px) {
.page .homepage-section .container-report--video .container-news .card .bg-layer {
height: 385px; } }
.page .container-news {
position: relative; }
.page .container-news .card {
border: none;
margin-bottom: 25px;
overflow: hidden; }
.page .container-news .card .source {
position: absolute;
top: 0;
left: 0;
padding: 5px 10px;
z-index: 19;
width: auto;
height: auto;
background-color: rgba(0, 102, 0, 0.8);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.page .container-news .card .source span {
display: block;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 300;
color: white;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-news .card .time {
position: absolute;
bottom: 15px;
left: 15px;
padding: 5px 10px;
z-index: 19;
width: auto;
height: auto;
background-color: rgba(0, 0, 0, 0.8);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.page .container-news .card .time span {
display: block;
font-size: 1.6rem;
line-height: 2rem;
font-weight: 300;
color: white;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-news .card .bg-layer {
position: relative;
width: 100%;
min-height: 150px;
height: auto;
background-color: black;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
cursor: pointer; }
.page .container-news .card .bg-layer .thumbnail {
width: 100%;
max-width: 100%;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-news .card .bg-layer video, .page .container-news .card .bg-layer iframe {
width: 100%;
height: 250px;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-news .card .content-layer {
position: absolute;
bottom: 0;
left: 0;
z-index: 19;
width: 100%;
height: auto;
padding: 15px;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-news .card .content-layer .title {
position: relative; }
.page .container-news .card .content-layer .title span {
font-size: 2rem;
line-height: 2.4rem;
font-weight: 400;
color: #006600;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-news .card .content-layer .title a {
font-size: 2rem;
line-height: 2.4rem;
font-weight: 400;
color: #006600;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-news .card .content-layer .title a:hover {
color: #10a44a; }
.page .container-news .card .content-layer .description {
position: relative;
margin-top: 20px; }
.page .container-news .card .content-layer .description span {
font-size: 1.6rem;
line-height: 2rem;
font-weight: 400;
color: #525252;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-news .card .content-layer .date {
position: relative; }
.page .container-news .card .content-layer .date span {
font-size: 1.6rem;
line-height: 2rem;
font-weight: 300;
color: #006600; }
.page .container-news .card .readmore-hover {
position: absolute;
top: 0;
left: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
width: 100%;
height: 100%;
display: block;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-news .card .readmore-hover.bg-icon {
background-image: url("../../assets/images/icons/icon-play.png");
background-position: center center;
background-repeat: no-repeat;
background-size: 52px 52px; }
.page .container-news .card.news-main .content-layer .caption {
position: relative; }
.page .container-news .card.news-main .content-layer .caption .flex-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px; }
.page .container-news .card.news-list {
margin-bottom: 25px; }
.page .container-news .card.news-list .content-layer {
position: relative;
bottom: auto;
left: auto;
z-index: 19;
width: 100%;
height: 240px;
padding: 20px;
background-color: white; }
.page .container-news .card.news-list .content-layer .caption {
position: absolute;
bottom: 15px;
left: 0;
width: 100%;
padding: 0 20px; }
.page .container-news .card.news-list .content-layer .caption .flex-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px; }
.page .container-news .card.news-list .content-layer .title {
padding: 0;
text-align: left; }
.page .container-news .card.news-list .content-layer .title span {
color: #525252; }
.page .container-news .card.news-list .content-layer .description {
padding: 0;
text-align: left; }
.page .container-news .card.news-list .content-layer .description span {
color: #525252; }
.page .container-news .card:hover .bg-layer img {
opacity: 1; }
@media (max-width: 767.98px) {
.page .container-news .card .content-layer {
position: relative;
bottom: auto;
left: auto; } }
.page .container-news .video-thunmbnail {
display: none;
visibility: hidden;
opacity: 0; }
.page .container-service {
position: relative; }
.page .container-service .container-title {
display: block;
width: 100%;
height: auto; }
@media screen and (min-width: 1024px) {
.page .container-service .container-title {
border-bottom: solid 2px #006600; } }
.page .container-service .container-slide {
position: relative;
margin: 0 auto;
margin-top: -300px; }
.page .container-service .container-slide .title-text {
position: relative;
width: 100%;
height: 270px;
padding: 20px 30px 90px 30px;
margin-bottom: 25px;
border: solid 2px #006600;
border-bottom: none; }
.page .container-service .container-slide .title-text h2 {
margin-bottom: 20px;
font-weight: 400;
font-size: 9rem;
line-height: 9.4rem;
color: #006600; }
.page .container-service .container-slide .title-text p {
font-size: 2.2rem;
line-height: 2.6rem;
font-weight: 400;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-service .container-slide .title-text .btn-wrap {
position: absolute;
bottom: 20px;
left: 35px; }
.page .container-service .container-slide .title-text h2 {
font-size: 7rem;
line-height: 7.4rem; }
@media (max-width: 1199.98px) {
.page .container-service .container-slide .title-text h2 {
font-size: 5rem;
line-height: 5.4rem; } }
@media (max-width: 991.98px) {
.page .container-service .container-slide .title-text {
height: auto; }
.page .container-service .container-slide .title-text h2 {
font-size: 3rem;
line-height: 3.4rem; } }
@media (max-width: 991.98px) {
.page .container-service .container-slide {
margin-top: -30px; }
.page .container-service .container-slide .title-text {
border: solid 2px #006600; } }
.page .container-service .card {
border: none;
margin-bottom: 25px;
overflow: hidden; }
.page .container-service .card .source {
position: absolute;
top: 0;
left: 0;
padding: 5px 10px;
z-index: 19;
width: auto;
height: auto;
background-color: rgba(0, 102, 0, 0.8);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.page .container-service .card .source span {
display: block;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 300;
color: white;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-service .card .bg-layer {
position: relative;
width: 100%;
height: 525px;
background-color: black;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-service .card .bg-layer .thumbnail {
width: 100%;
max-width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-service .card .content-layer {
position: absolute;
bottom: 0;
left: 0;
z-index: 19;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-service .card .content-layer .caption-table {
display: table;
width: 100%;
height: 100%;
padding: 20px; }
.page .container-service .card .content-layer .caption-cell {
display: table-cell;
vertical-align: middle;
text-align: center; }
.page .container-service .card .content-layer .title {
position: relative; }
.page .container-service .card .content-layer .title span {
font-size: 2.6rem;
line-height: 3rem;
font-weight: 400;
color: white;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
mix-blend-mode: difference; }
.page .container-service .card .content-layer .description {
position: relative;
margin-top: 20px; }
.page .container-service .card .content-layer .description span {
font-size: 2.2rem;
line-height: 2.6rem;
font-weight: 400;
color: white;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.page .container-service .card.news-list {
margin-bottom: 25px; }
.page .container-service .card.news-list .bg-layer {
height: 250px; }
.page .container-service .card:hover .bg-layer .thumbnail {
opacity: 1; }
.page .container-service .card:hover .content-layer {
height: 0; }
.page .container-info {
position: relative; }
.page .container-info .card {
border: none;
margin-bottom: 25px;
overflow: hidden; }
.page .container-banner {
position: relative; }
.page .container-banner .container-item .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
min-height: 125px;
padding: 15px;
margin-bottom: 30px;
border: solid 1px #ccc;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-banner .container-item .item:hover {
border-color: #525252; }
.page .container-banner .container-item .icon-flex {
width: 75px; }
.page .container-banner .container-item .icon-flex svg .st0 {
fill: #676767; }
.page .container-banner .container-item .icon-flex svg .st1 {
fill: #2A96D3; }
.page .container-banner .container-item .icon-flex svg .st2 {
fill: #2997D4; }
.page .container-banner .container-item .data-flex {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.page .container-banner .container-item .data-flex p {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.page .container-banner .container-item .data-flex h3 {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #e16500; }
.page .container-title {
margin-bottom: 30px; }
.page .container-title .title-text {
margin-bottom: 30px; }
.page .container-title .title-text h2 {
font-weight: 400;
font-size: 9rem;
line-height: 9.4rem;
color: #006600; }
.page .container-title .title-wrap {
position: relative;
width: 100%;
height: 380px; }
.page .container-title .title-wrap .title-text {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: auto;
padding: 20px 30px;
margin-bottom: 0;
border: solid 2px #006600;
border-bottom-width: 3px; }
.page .container-title .title-wrap .title-text h2 {
margin-bottom: 30px; }
.page .container-title .title-text h2 {
font-size: 7rem;
line-height: 7.4rem; }
@media (max-width: 1199.98px) {
.page .container-title .title-text h2 {
font-size: 5rem;
line-height: 5.4rem; } }
@media (max-width: 991.98px) {
.page .container-title .title-text h2 {
font-size: 3rem;
line-height: 3.4rem; } }
.page .container-title .animate-wrap {
position: relative;
width: 100%;
height: 380px;
overflow: hidden; }
.page .container-title .animate-wrap .floating {
top: 0;
right: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 9;
pointer-events: none;
background-color: #f8f8f8;
background-image: url("../../assets/images/animate/bg.svg");
background-position: center bottom;
background-repeat: no-repeat;
background-size: cover; }
.page .container-title .animate-wrap .floating .ready {
-webkit-transition: opacity 0.4s ease;
-o-transition: opacity 0.4s ease;
transition: opacity 0.4s ease; }
.page .container-title .animate-wrap .floating img {
position: relative;
width: 230px !important; }
.page .container-title .animate-wrap .floating img:first-of-type {
-webkit-animation: float-y 4s ease infinite 0s;
animation: float-y 4s ease infinite 0s;
-webkit-filter: blur(0);
filter: blur(0); }
.page .container-title .animate-wrap .floating img:nth-of-type(2) {
-webkit-animation: float-y 4s ease infinite 0.2s;
animation: float-y 4s ease infinite 0.2s;
-webkit-filter: blur(0);
filter: blur(0);
visibility: hidden; }
.page .container-title .animate-wrap .floating img:nth-of-type(3) {
-webkit-animation: float-y 4s ease infinite 0.4s;
animation: float-y 4s ease infinite 0.4s;
-webkit-filter: blur(0);
filter: blur(0); }
.page .container-title .animate-wrap .floating img:nth-of-type(4) {
-webkit-animation: float-y 4s ease infinite 0.6s;
animation: float-y 4s ease infinite 0.6s;
-webkit-filter: blur(0);
filter: blur(0); }
.page .container-title .animate-wrap .floating img:nth-of-type(5) {
-webkit-animation: float-y 4s ease infinite 0.8s;
animation: float-y 4s ease infinite 0.8s;
-webkit-filter: blur(0);
filter: blur(0);
visibility: hidden; }
.page .container-title .animate-wrap .floating img:nth-of-type(6) {
-webkit-animation: float-y 4s ease infinite 1s;
animation: float-y 4s ease infinite 1s;
-webkit-filter: blur(0);
filter: blur(0); }
@media screen and (max-width: 1440px) {
.page .container-title .animate-wrap .floating img {
width: 190px !important; } }
@media screen and (max-width: 1366px) {
.page .container-title .animate-wrap .floating img {
width: 175px !important; } }
@media screen and (max-width: 1024px) {
.page .container-title .animate-wrap .floating img {
width: 160px !important; } }
@media screen and (max-width: 999px) {
.page .container-title .animate-wrap .floating img {
width: 240px !important; } }
@media screen and (max-width: 768px) {
.page .container-title .animate-wrap .floating img {
visibility: hidden !important; } }
@media (max-width: 991.98px) {
.page .container-title .animate-wrap {
border-bottom: solid 2px #006600; } }
@-webkit-keyframes float-y {
0%, to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
50% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
50.0001% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%); } }
@keyframes float-y {
0%, to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
50% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
50.0001% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%); } }
.page .container-egp {
position: relative; }
.page .container-egp .content-title {
display: block;
margin: 0 auto 40px auto; }
.page .container-egp .content-title .title {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600; }
.page .container-egp .content-title p {
font-weight: 300;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.page .container-egp .last-egp-wrapper {
display: block; }
.page .container-egp .last-egp-wrapper .post-bx {
width: 100%;
margin-bottom: 30px;
border: solid 1px #525252;
background-color: transparent;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-egp .last-egp-wrapper .post-bx:hover {
border-color: #006600;
background-color: white; }
.page .container-egp .last-egp-wrapper .post-bx:last-child {
margin-bottom: 0; }
.page .container-egp .last-egp-wrapper .post-status {
display: inline-block;
padding: 5px 20px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
color: white;
background-color: #006600; }
.page .container-egp .last-egp-wrapper .post-view {
display: block;
padding: 5px 20px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
text-align: right;
color: #525252; }
@media (max-width: 767.98px) {
.page .container-egp .last-egp-wrapper .post-view {
text-align: left; } }
.page .container-egp .last-egp-wrapper .post-dept {
display: block;
padding: 40px 15px 0 15px;
text-align: center; }
.page .container-egp .last-egp-wrapper .post-dept .thumbnail {
width: 55px;
max-width: 100%;
margin: 0 auto; }
@media (max-width: 767.98px) {
.page .container-egp .last-egp-wrapper .post-dept {
padding: 15px; } }
.page .container-egp .last-egp-wrapper .detail-wrapper {
display: block;
padding: 20px 15px 0 15px; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-date {
margin-bottom: 20px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
color: #10a44a; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-title {
display: block;
margin-bottom: 20px;
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-title:hover {
color: #10a44a; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-detail {
margin-bottom: 20px;
display: block; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-detail .post-label {
position: relative;
display: block;
padding: 0;
padding-left: 40px;
margin-bottom: 10px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
color: #525252;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-detail .post-label:before {
left: 0;
top: 10px;
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #525252; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-detail .post-detail-txt {
margin-bottom: 20px;
font-weight: 500;
font-size: 1.6rem;
line-height: 2rem;
color: #525252; }
.page .container-egp .last-egp-wrapper .detail-wrapper .post-detail .post-detail-txt i {
padding-right: 15px; }
.page .slider .slick-arrow {
position: absolute;
right: auto;
z-index: 1;
width: 45px;
height: 45px;
padding: 0;
overflow: hidden;
font-size: 0;
cursor: pointer;
outline: none;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
text-indent: -9999px;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
opacity: 0.75; }
.page .slider .slick-arrow.slick-disabled {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
opacity: 0.25;
cursor: default;
pointer-events: none; }
.page .slider .slick-prev {
left: auto;
top: auto;
right: 107px;
bottom: 30px;
background-image: url("../../assets/images/icons/icon-slick-arrow-prev.svg");
background-repeat: no-repeat;
background-position: 0 0; }
.page .slider .slick-next {
top: auto;
right: 60px;
bottom: 30px;
background-image: url("../../assets/images/icons/icon-slick-arrow-next.svg");
background-repeat: no-repeat;
background-position: 0 0; }
.page .slider .slick-prev,
.page .slider .slick-next {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.page .slider .container-image {
position: relative; }
.page .slider .container-nav {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
padding: 0;
background-color: rgba(255, 255, 255, 0.8); }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
.page .slider .container-nav {
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
-webkit-filter: blur(0);
filter: blur(0); } }
.page .slider .container-nav .container-nav_i {
position: relative;
display: block;
width: 1440px;
max-width: 100%;
padding: 0;
margin: 0 auto; }
.page .slider .container-nav .container-nav_i a.back-link {
display: inline-block;
padding: 15px 0;
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.page .slider .container-nav .container-nav_i a.back-link:hover {
color: #10a44a; }
.page .slider .container-nav .container-nav_i a.back-link .fa-arrow-left {
padding-right: 10px; }
.page .slider .container-nav .nav-select {
position: relative; }
.page .slider .container-nav .nav-select_list {
list-style: none;
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.page .slider .container-nav .nav-select_list li {
margin-right: 30px; }
.page .slider .container-nav .nav-select_list li a {
display: block;
padding: 15px 0;
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252;
border-bottom: solid 5px transparent; }
.page .slider .container-nav .nav-select_list li a:hover {
color: #10a44a; }
.page .slider .container-nav .nav-select_list li a.active {
color: #006600;
border-color: #006600; }
.page .slider .container-nav .nav-select_list li:last-child {
margin-right: 0; }
.page .slider .container-nav .nav-select_dropdown {
display: none;
position: relative;
cursor: pointer;
-moz-appearance: none;
/* Firefox */
-webkit-appearance: none;
/* Safari and Chrome */
appearance: none;
width: auto;
height: 50px;
border: none;
background-color: white;
padding: 0 10px;
margin: 15px 0;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem;
color: #939393 !important;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-bottom: solid 2px #006600; }
.page .slider .container-nav .nav-select_dropdown:focus {
outline: none; }
.page .slider .container-nav .nav-select_dropdown optgroup {
font-weight: 400;
font-size: 1.8rem;
line-height: 2rem; }
@media (max-width: 1199.98px) {
.page .slider .container-nav .nav-select_list {
display: none; }
.page .slider .container-nav .nav-select_dropdown {
display: inline-block; } }
@media only screen and (max-width: 1366px) {
.page .slider .slick-arrow {
right: 30px; }
.page .slider .slick-prev {
right: 105px; } }
@media (max-width: 991.98px) {
.page .slider .slick-arrow {
display: none !important; }
.page .slider .slick-prev {
display: none !important; }
.page .slider .container-nav {
position: relative;
bottom: auto;
left: auto;
width: 100%;
height: auto;
padding: 0;
margin: 0 auto;
background-color: rgba(255, 255, 255, 0.8); } }
.page .slider__item {
position: relative;
height: 100vh; }
.page .slider__item img {
bottom: 0;
top: 0;
left: 0;
right: 0;
position: absolute;
width: 100%;
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
-webkit-transform: scale(1.25, 1.25);
-ms-transform: scale(1.25, 1.25);
transform: scale(1.25, 1.25); }
.page .slider__item video {
width: 100%; }
.page .slider__item audio {
position: absolute;
left: 15px;
bottom: 15px;
width: 250px;
height: 50px;
z-index: 101;
outline: none !important; }
.page .slider__item .caption-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.page .slider__item .caption-table {
display: table;
width: 100%;
height: 100%;
padding: 0; }
.page .slider__item .caption-cell {
display: table-cell;
vertical-align: middle;
padding: 50px 135px;
text-align: left;
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: white;
pointer-events: none; }
.page .slider__item .caption-cell .title {
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: white;
pointer-events: none; }
.page .slider__item.slick-active img {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1); }
@media (max-width: 1199.98px) {
.page .slider__item {
height: auto; } }
@media (max-width: 991.98px) {
.page .slider__item .caption-cell {
padding: 50px; } }
@media (max-width: 767.98px) {
.page .slider__item .caption-cell {
padding: 15px;
font-size: 3rem;
line-height: 3.4rem; }
.page .slider__item .caption-cell .title {
font-size: 3rem;
line-height: 3.4rem; } }
.page .slider__item__detail {
position: relative;
height: auto; }
.page .slider__item__detail img {
width: 100%;
max-width: 100%;
-o-object-fit: cover;
object-fit: cover; }
.page .slider__item__detail .caption-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.page .slider__item__detail .caption-table {
display: table;
width: 100%;
height: 100%;
padding: 0; }
.page .slider__item__detail .caption-cell {
display: table-cell;
vertical-align: middle;
padding: 50px 135px;
text-align: left;
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: #006600;
pointer-events: none; }
.page .slider__item__detail .caption-cell .title {
display: inline-block;
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: #006600;
pointer-events: none; }
@media (max-width: 1199.98px) {
.page .slider__item__detail {
height: auto; } }
@media (max-width: 991.98px) {
.page .slider__item__detail .caption-cell {
padding: 50px; } }
@media (max-width: 767.98px) {
.page .slider__item__detail .caption-cell {
padding: 15px;
font-size: 3rem;
line-height: 3.4rem; }
.page .slider__item__detail .caption-cell .title {
font-size: 3rem;
line-height: 3.4rem; } }
.page .slider__counter {
position: absolute;
bottom: 30px;
right: 167px;
z-index: 1;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 300;
color: #fff;
mix-blend-mode: difference;
pointer-events: none;
text-align: right; }
@media only screen and (max-width: 1366px) {
.page .slider__counter {
right: 175px; } }
@media (max-width: 991.98px) {
.page .slider__counter {
right: 30px;
bottom: 30px; } }
@media (max-width: 767.98px) {
.page .slider__counter {
right: 15px;
bottom: 15px; } }
.articles-wrap {
position: fixed;
right: 105px;
top: 0;
height: 100%;
z-index: 1000;
width: 2px;
border-right: 2px solid #cfd1d4;
-moz-transition-property: -moz-transform,opacity;
-o-transition-property: -o-transform,opacity;
-webkit-transition-property: -webkit-transform,opacity;
-webkit-transition-property: opacity,-webkit-transform;
transition-property: opacity,-webkit-transform;
-o-transition-property: transform,opacity;
transition-property: transform,opacity;
transition-property: transform,opacity,-webkit-transform;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
visibility: hidden;
display: none; }
.articles-wrap .articles_i {
width: 2px;
top: 0;
right: 0;
overflow: hidden;
position: absolute;
height: 100%;
-moz-transition-property: border-color;
-o-transition-property: border-color;
-webkit-transition-property: border-color;
transition-property: border-color;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.article-content {
position: relative; }
.article-content .article-section {
position: relative; }
.article-content .article-section .container-title {
display: block !important;
padding: 0 !important;
margin: 0 0 30px 0 !important; }
.article-content .article-section .container-title .title-text {
margin-bottom: 0; }
.article-content .article-section .container-title .title-text .title {
font-weight: 400 !important;
font-size: 3rem !important;
line-height: 3.4rem !important;
color: #006600 !important; }
.article-content .article-section .orgChart {
width: 100%;
margin: 0 auto 60px auto; }
.article-content .article-section .orgChart h2 {
font-size: 2rem;
line-height: 2.4rem; }
.article-content .article-section .orgChart a {
font-size: 2rem;
line-height: 2.4rem;
font-weight: 300;
min-height: 20px;
color: #525252 !important; }
.article-content .article-section .orgChart a:hover {
color: #10a44a !important; }
.article-content .article-section .orgChart .node {
cursor: default;
border: 1px solid #10a44a;
display: inline-block;
padding: 5px 5px 30px;
width: 180px;
height: auto;
background: transparent;
line-height: 2.4rem;
border-radius: 0;
position: relative;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0 5px; }
.article-content .article-section .orgChart table tbody tr.lines td.left {
border-color: #10a44a; }
.article-content .article-section .orgChart table tbody tr.lines td.right {
border-color: #10a44a; }
.article-content .public-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px; }
.article-content .public-group a {
display: inline-block;
padding: 5px 15px;
font-weight: 300;
font-size: 2rem;
line-height: 2.4rem;
color: white;
background-color: #006600;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-group a:hover {
background-color: #10a44a; }
.article-content .public-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px; }
.article-content .public-title .title {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600; }
.article-content .public-title .date {
font-weight: 400;
font-size: 2rem;
line-height: 4rem;
color: #006600; }
.article-content .public-title .activity-date {
padding: 0;
margin: 0 0 25px 0;
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.article-content .public-title .activity-date i {
color: #10a44a; }
.article-content .public-image {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto;
text-align: center; }
.article-content .public-image img {
width: auto;
max-width: 100%;
margin: 0 auto; }
.article-content .public-gallery {
position: relative;
display: block;
min-height: 332px;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-gallery .title {
margin-bottom: 20px;
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600; }
.article-content .public-gallery .flexslider .slides {
zoom: 1;
display: -ms-flexbox;
display: -webkit-flex;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center; }
.article-content .public-gallery .main-slider {
border: none;
background: none;
margin-bottom: 30px; }
.article-content .public-gallery .main-slider .slides {
cursor: pointer; }
.article-content .public-gallery .main-slider .slides img {
width: auto;
max-width: 100%;
margin: auto; }
.article-content .public-gallery .main-slider .flex-direction-nav .flex-nav-prev .flex-prev {
width: 60px;
height: 60px;
background-color: transparent; }
.article-content .public-gallery .main-slider .flex-direction-nav .flex-nav-prev .flex-prev:before {
content: '';
width: 100%;
height: 100%;
background-image: url("../../assets/images/icons/icon-slide-prev.png");
background-repeat: no-repeat;
background-position: center center; }
.article-content .public-gallery .main-slider .flex-direction-nav .flex-nav-next .flex-next {
width: 60px;
height: 60px;
background-color: transparent; }
.article-content .public-gallery .main-slider .flex-direction-nav .flex-nav-next .flex-next:before {
content: '';
width: 100%;
height: 100%;
background-image: url("../../assets/images/icons/icon-slide-next.png");
background-repeat: no-repeat;
background-position: center center; }
.article-content .public-gallery .thumbnail-slider {
border: none;
background: none;
margin-bottom: 0; }
.article-content .public-gallery .thumbnail-slider .slides li {
position: relative;
cursor: pointer; }
.article-content .public-gallery .thumbnail-slider .slides li .bg-layer {
opacity: 0;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.article-content .public-gallery .thumbnail-slider .slides li img {
height: 100% !important; }
.article-content .public-gallery .thumbnail-slider .slides li:hover .bg-layer {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: absolute;
height: 100%;
width: 100%;
opacity: 1; }
.article-content .public-gallery .thumbnail-slider .flex-direction-nav .flex-nav-prev .flex-prev {
width: 50px;
height: 50px;
background-color: transparent; }
.article-content .public-gallery .thumbnail-slider .flex-direction-nav .flex-nav-prev .flex-prev:before {
content: '';
width: 100%;
height: 100%;
background-image: url("../../assets/images/icons/icon-slide-prev.png");
background-repeat: no-repeat;
background-position: center center; }
.article-content .public-gallery .thumbnail-slider .flex-direction-nav .flex-nav-next .flex-next {
width: 50px;
height: 50px;
background-color: transparent; }
.article-content .public-gallery .thumbnail-slider .flex-direction-nav .flex-nav-next .flex-next:before {
content: '';
width: 100%;
height: 100%;
background-image: url("../../assets/images/icons/icon-slide-next.png");
background-repeat: no-repeat;
background-position: center center; }
.article-content .public-gallery .gallery-section {
min-height: 275px; }
.article-content .public-gallery .gallery-section .card {
width: 100%;
margin-bottom: 30px;
border: none;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
background-color: black;
cursor: pointer; }
.article-content .public-gallery .gallery-section .card .bg-layer {
position: relative;
width: 100%;
height: 250px;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-gallery .gallery-section .card .bg-layer .thumbnail {
width: 100%;
max-width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.article-content .public-gallery .gallery-section .card .readmore-hover {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
width: 50px;
height: 50px;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-gallery .gallery-section .card .readmore-hover img {
width: 100%;
height: 100%; }
.article-content .public-gallery .gallery-section .card .readmore-hover a {
position: relative;
display: inline-block;
width: auto;
height: auto;
background-color: transparent;
border: none;
cursor: pointer;
width: 50px;
height: 50px;
text-align: center;
background-color: white;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-gallery .gallery-section .card .readmore-hover a span {
font-size: 1.6rem;
line-height: 5rem;
color: #006600;
text-transform: uppercase; }
.article-content .public-gallery .gallery-section .card .readmore-hover a:hover {
background-color: #006600; }
.article-content .public-gallery .gallery-section .card .readmore-hover a:hover span {
color: white; }
.article-content .public-gallery .gallery-section .card .readmore-hover.bg-icon {
background-image: url("../../assets/images/icons/icon-play.png");
background-position: center center;
background-repeat: no-repeat;
background-size: 52px 52px; }
.article-content .public-gallery .gallery-section .card video, .article-content .public-gallery .gallery-section .card iframe {
width: 100%;
height: 100%;
opacity: 0.8;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-gallery .gallery-section .card:hover .bg-layer {
opacity: 1; }
.article-content .public-gallery .gallery-section .video-thunmbnail {
display: none;
visibility: hidden;
opacity: 0; }
.article-content .public-gallery .filter-sections .filter-item {
opacity: 0;
display: none;
visibility: hidden;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-gallery .filter-sections .view {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
visibility: visible;
opacity: 1 !important;
-webkit-animation-name: selected;
animation-name: selected;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s; }
@-webkit-keyframes selected {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes selected {
0% {
opacity: 0; }
100% {
opacity: 1; } }
.article-content .public-video {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-video .content-video {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */ }
.article-content .public-video .content-video video,
.article-content .public-video .content-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.article-content .public-video .content-video video:focus,
.article-content .public-video .content-video iframe:focus {
outline: none; }
.article-content .public-location {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-location .location iframe {
width: 100%;
height: 250px; }
.article-content .public-article {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-article .text-editor-tool {
display: block;
font-weight: 400;
font-size: 1.6rem;
line-height: 2em; }
.article-content .public-article .text-editor-tool h3 {
margin-bottom: 20px;
font-size: 3rem;
line-height: 3.4rem; }
.article-content .public-article .text-editor-tool p {
margin-bottom: 20px;
font-size: 1.6rem;
line-height: 2em; }
.article-content .public-article .text-editor-tool img {
margin-bottom: 25px;
max-width: 100%; }
.article-content .public-article .text-editor-tool table {
width: 100%; }
.article-content .public-article .text-editor-tool ul, .article-content .public-article .text-editor-tool ol {
padding: 0;
padding-left: 20px;
margin: 0; }
.article-content .public-attachment {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-attachment .attachment-list {
position: relative;
display: block;
margin: 0 auto; }
.article-content .public-attachment .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
min-height: 145px;
padding: 15px;
margin-bottom: 30px;
border: solid 1px #ccc;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.article-content .public-attachment .item:hover {
border-color: #525252; }
.article-content .public-attachment .icon-flex {
width: 90px;
text-align: center; }
.article-content .public-attachment .icon-flex a {
font-weight: 300;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.article-content .public-attachment .icon-flex a:hover {
text-decoration: underline;
color: #006600; }
.article-content .public-attachment .icon-flex .img, .article-content .public-attachment .icon-flex svg {
margin: 0 0 15px 0; }
.article-content .public-attachment .icon-flex .st0 {
fill: none;
stroke: #2A96D3;
stroke-width: 3;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.article-content .public-attachment .icon-flex .st1 {
fill: none;
stroke: #525252;
stroke-width: 3;
stroke-linecap: round;
stroke-miterlimit: 10; }
.article-content .public-attachment .icon-flex .st2 {
fill: none;
stroke: #525252;
stroke-width: 3;
stroke-miterlimit: 10; }
.article-content .public-attachment .data-flex {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-left: 15px; }
.article-content .public-attachment .data-flex p {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.article-content .public-attachment .data-flex a {
font-weight: 500;
font-size: 1.8rem;
line-height: 2.2rem;
color: #e16500; }
.article-content .public-attachment .data-flex a:hover {
color: #10a44a; }
.article-content .public-attachment .data-flex a.map-link {
font-weight: 300;
color: #525252; }
.article-content .public-attachment .data-flex a.map-link:hover {
text-decoration: underline;
color: #006600; }
.article-content .public-attachment .data-flex h3 {
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #e16500; }
.article-content .public-contact {
position: relative;
display: block;
padding: 0;
margin: 0 auto 40px auto; }
.article-content .public-contact .title {
margin: 0 0 10px 0;
font-weight: 500;
font-size: 3rem;
line-height: 3.4rem;
color: #006600; }
.article-content .public-contact .description {
padding: 0;
margin: 0 0 20px 0;
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.article-content .public-contact .group-content {
margin-bottom: 30px; }
.article-content .public-contact .group-content .text-content {
position: relative;
display: block;
padding: 0;
padding-left: 40px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2.2rem;
color: #525252; }
.article-content .public-contact .group-content .text-content:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #525252; }
.article-content .public-contact .group-content .link-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
padding: 0;
margin: 10px 0; }
.article-content .public-contact .group-content .link-content .icon-content {
width: 35px;
margin-right: 10px; }
.article-content .public-contact .group-content .link-content .icon-content img, .article-content .public-contact .group-content .link-content .icon-content svg {
width: 35px; }
.article-content .public-contact .group-content .link-content .icon-content .st0 {
fill: none;
stroke: #525252;
stroke-width: 2;
stroke-linecap: round;
stroke-miterlimit: 10; }
.article-content .public-contact .group-content .link-content .icon-content svg.location .st0 {
fill: none;
stroke: #2A96D3;
stroke-width: 3;
stroke-linecap: round;
stroke-miterlimit: 10; }
.article-content .public-contact .group-content .link-content .icon-content svg.location .st1 {
fill: none;
stroke: #525252;
stroke-width: 3;
stroke-linecap: round;
stroke-miterlimit: 10; }
.article-content .public-contact .group-content .link-content .link-tel {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
word-break: break-all; }
.article-content .public-contact .group-content .link-content .link-tel p {
font-weight: 500;
font-size: 1.6rem;
line-height: 2.2rem;
color: #525252; }
.article-content .public-contact .group-content .link-content .link-tel a {
font-weight: 500;
font-size: 1.6rem;
line-height: 2.2rem;
color: #525252;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.article-content .public-contact .group-content .link-content .link-tel a:hover {
text-decoration: none;
color: #10a44a; }
.article-content .public-contact .iframe-map {
margin: 0 auto; }
.article-content .public-contact .iframe-map iframe {
width: 100%;
height: 255px; }
.social-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px 0 0 0;
margin: 0 0 30px 0;
border-top: solid 2px #e4e4e4; }
.social-container .shared-email {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.social-container .shared-email .social-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.social-container .shared-email .social-wrapper ul li a {
color: #525252; }
.social-container .shared-email .email-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #e4e4e4; }
.social-container .shared-email .email-link .item {
margin: 0 20px 0 0; }
.social-container .shared-email .email-link .item .icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 8px; }
.social-container .shared-email .email-link .item .icon.-email {
width: 22px;
height: 21px; }
.social-container .shared-email .email-link .item .icon.-link {
width: 24px;
height: 12px; }
.social-container .shared-email .email-link .item .icon img {
width: 100%;
margin-right: 5px; }
.social-container .shared-email .email-link .item .text-email-link {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.social-container .shared-email .email-link .item:last-child {
margin: 0; }
@media (max-width: 767.98px) {
.social-container .shared-email .social-wrapper {
margin-bottom: 15px; }
.social-container .shared-email .email-link {
padding: 0;
margin: 0;
margin-bottom: 15px; } }
.social-container .views-like {
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #e4e4e4; }
.social-container .views-like .view-count {
margin-right: 15px;
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.social-container .views-like .like-count .icon-like {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
background-color: rgba(82, 82, 82, 0.5);
width: 40px;
height: 35px;
margin-right: 40px; }
.social-container .views-like .like-count .icon-like.active {
background-color: #006600; }
.social-container .views-like .like-count .icon-like:after {
position: absolute;
left: 100%;
top: 0;
width: 35px;
font-weight: 400;
font-size: 1.8rem;
line-height: 35px;
color: #525252;
text-align: center;
content: attr(data-count); }
.social-container .views-like .like-count span {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem; }
@media (max-width: 767.98px) {
.social-container .views-like {
margin-left: 0;
padding-left: 0;
border-left: none; } }
.comment-container {
position: relative;
padding: 0;
margin: 0; }
.comment-container .container-title {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 !important;
margin: 0 0 15px 0 !important; }
.comment-container .container-title .title-text {
margin-bottom: 0; }
.comment-container .container-title .title-text .title {
font-weight: 400 !important;
font-size: 3rem !important;
line-height: 3.4rem !important;
color: #006600 !important; }
.comment-container .container-title .comment-count {
font-size: 2rem;
line-height: 3.4rem !important;
color: #525252; }
.comment-container .content {
position: relative; }
.comment-container .content .sort-order {
margin: 0 auto 25px auto; }
.comment-container .content .sort-order .text-order {
margin-right: 10px;
font-weight: 400;
font-size: 1.6rem;
line-height: 2rem;
color: #525252; }
.comment-container .content .sort-order .slc-custom {
margin-bottom: 0; }
.comment-container .content.vote {
display: block; }
.comment-container .content.vote .list-choice-vote {
display: block; }
.comment-container .content.vote .list-choice-vote ul {
list-style: none;
margin: 0;
padding: 0; }
.comment-container .content.vote .list-choice-vote .total-vote {
margin-bottom: 20px;
font-weight: 400;
font-size: 1.6rem;
line-height: 2rem; }
.comment-container .content.comment {
padding-bottom: 20px;
border-bottom: 1px solid #cfd1d4;
margin-bottom: 20px; }
.comment-container .user-comment-wrapper ul {
margin: 0;
padding: 0; }
.comment-container .user-comment-wrapper ul li {
list-style: none;
margin-bottom: 20px; }
.comment-container .user-comment-wrapper ul li .list-comment .image-user {
width: 50px;
height: 50px;
margin-right: 10px; }
.comment-container .user-comment-wrapper ul li .list-comment .post-user {
font-size: 1.6rem;
font-weight: 400;
color: #525252; }
.comment-container .user-comment-wrapper .load-more {
text-align: left; }
.banner-oversize {
position: relative;
display: block; }
.banner-oversize .thumbnail {
width: 100%; }
.banner-oversize .caption-outer {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.banner-oversize .caption-table {
display: table;
width: 100%;
height: 100%;
padding: 0; }
.banner-oversize .caption-cell {
display: table-cell;
vertical-align: middle;
text-align: left;
padding: 50px 135px; }
.banner-oversize .caption-cell .title {
margin: 20px 0;
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: white;
pointer-events: none; }
.tabs-wrapper {
display: block;
width: 100%;
min-height: 1px;
height: auto;
padding: 0;
margin: 0 auto; }
.tabs-wrapper .nav-tabs {
display: none;
padding: 0;
margin: 0;
border-bottom: solid 1px #006600; }
.tabs-wrapper .nav-tabs .nav-item {
margin: 0; }
.tabs-wrapper .nav-tabs .nav-item.show .nav-link {
opacity: 1;
color: white;
background-color: #006600; }
.tabs-wrapper .nav-tabs .nav-link {
padding: 15px 30px;
margin: 0;
font-size: 2rem;
line-height: 3rem;
color: #525252;
border: none;
border-radius: 0;
white-space: nowrap; }
.tabs-wrapper .nav-tabs .nav-link:hover {
color: #10a44a;
background-color: transparent; }
.tabs-wrapper .nav-tabs .nav-link.active {
position: relative;
opacity: 1;
color: white;
background-color: #006600; }
.tabs-wrapper .nav-tabs .nav-link.active:after {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #006600;
border-width: 15px;
margin-left: -15px; }
@media (max-width: 1365px) {
.tabs-wrapper .nav-tabs .nav-link {
padding: 10px 20px; } }
.tabs-wrapper .tab-content {
padding-top: 25px; }
.tabs-wrapper .tab-content .card {
border: none;
background-color: transparent; }
.tabs-wrapper .tab-content .card.news-main {
background-color: white; }
.tabs-wrapper .tab-content .card.news-list {
background-color: white; }
.tabs-wrapper .tab-content .btn {
margin: 0 15px 0 0; }
@media (min-width: 998px) {
.tabs-wrapper .nav-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.tabs-wrapper .card-header {
display: none; }
.tabs-wrapper .collapse {
display: block; } }
@media (max-width: 998px) {
.tabs-wrapper .tab-content {
padding: 0; }
.tabs-wrapper .tab-content > .tab-pane {
display: block !important;
opacity: 1; }
.tabs-wrapper .tab-content > .tab-pane .container-news {
padding: 25px 0; }
.tabs-wrapper .card-header {
padding: 0;
border-radius: 0 !important;
background-color: transparent; }
.tabs-wrapper .card-header .btn-link {
position: relative;
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 1rem 4rem 1rem 1.5rem;
text-align: left;
color: #525252;
background-color: transparent;
border-bottom: solid 1px #006600; }
.tabs-wrapper .card-header .btn-link:after {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 10px;
width: 2.5rem;
height: 2.5rem;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f0fe';
font-size: 2rem;
line-height: 2.5rem;
text-align: center; }
.tabs-wrapper .card-header .btn-link[aria-expanded="true"] {
color: white;
background-color: #006600; }
.tabs-wrapper .card-header .btn-link[aria-expanded="true"]:after {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 10px;
width: 2.5rem;
height: 2.5rem;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f146';
font-size: 2rem;
line-height: 2.5rem;
text-align: center; } }
.social-wrapper ul {
margin: 0;
padding: 0; }
.social-wrapper ul li {
list-style: none;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
width: 35px;
height: 35px; }
.social-wrapper ul li a {
padding: 8px;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 35px;
height: 35px;
text-align: center;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.social-wrapper ul li a i {
color: #fff;
font-size: 1.6rem; }
.social-wrapper ul li a:hover {
text-decoration: none;
border-radius: 50% 10%; }
.social-wrapper ul li a img {
width: 20px;
height: 20px; }
.social-wrapper ul li:last-child {
margin-right: 0; }
.social-wrapper ul li.not-hover {
margin-right: 20px; }
.social-wrapper ul li.not-hover img {
margin-right: 5px; }
.social-wrapper ul li.not-hover:last-child {
margin-right: 0; }
.container-breadcrumb {
position: relative;
padding: 0 0 30px 0;
margin: 0 auto; }
.container-breadcrumb nav ol {
background-color: inherit;
padding-left: 0;
padding-right: 0;
margin-bottom: 0; }
.container-breadcrumb nav ol li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.6rem; }
.container-breadcrumb nav ol li a {
font-size: 1.6rem;
font-weight: 400;
color: #525252;
opacity: 0.7; }
.container-breadcrumb nav ol li.active {
color: #525252; }
.container-breadcrumb nav ol .breadcrumb-item + .breadcrumb-item:before {
font-family: 'Font Awesome 5 Free';
font-size: 1.2rem;
font-weight: 900;
content: '\f061'; }
.container-breadcrumb nav ol .breadcrumb-item:last-child:after {
font-family: 'Font Awesome 5 Free';
font-size: 1.2rem;
font-weight: 900;
content: '\f061';
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
padding-left: 0.5rem; }
.container-search {
position: relative;
padding: 30px 30px 20px 30px;
margin: 0 auto;
margin-bottom: 30px;
border: solid 1px #006600; }
.container-search .search-wrapper {
position: relative;
display: block; }
.container-search .search-wrapper .label-inline {
font-size: 3rem;
line-height: 5rem;
color: #006600; }
.container-search .search-wrapper .btn {
width: 100%; }
@media (max-width: 991.98px) {
.container-search {
position: relative;
bottom: auto;
left: auto;
display: block; } }
@media (max-width: 767.98px) {
.container-search .search-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.container-search .bootstrap-select {
min-width: 100% !important; } }
.container-result {
position: relative;
padding: 0;
margin: 0 auto; }
.container-result .keyword {
display: block;
padding-bottom: 11px;
margin-bottom: 22px;
font-size: 2.6rem;
line-height: 3rem;
color: #006600;
border-bottom: solid 1px #006600; }
.container-result .result {
display: block; }
.container-result .result ul {
list-style: none;
padding: 0;
margin: 0; }
.container-result .result ul li {
position: relative;
margin-bottom: 15px; }
.container-result .result ul li a {
position: relative;
display: inline-block;
padding: 0;
padding-left: 40px;
font-weight: 400;
font-size: 1.6rem;
line-height: 3rem;
color: #525252;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.container-result .result ul li a:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #ccc; }
.container-result .result ul li a:hover {
color: #006600; }
.container-result .result ul li a:hover:before {
background-color: #006600; }
.sitemap-container {
position: relative;
margin: 0 0 125px 0; }
.sitemap-container .level-01 {
font-size: 3.6rem;
line-height: 5rem;
color: #006600;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.sitemap-container .level-01:hover {
color: #10a44a; }
.sitemap-container .level-02 {
font-size: 2.6rem;
line-height: 3rem;
color: #10a44a;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.sitemap-container .level-02:hover {
color: #006600; }
.sitemap-container .level-03 {
font-weight: 300;
font-size: 2.2rem;
line-height: 3rem;
color: #525252;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.sitemap-container .level-03:hover {
color: #006600; }
.sitemap-container .level-03:hover:after {
opacity: 1; }
.sitemap-container .level-03:after {
opacity: 0;
padding: 0 5px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 1.8rem;
line-height: 3rem;
content: '\f105'; }
.sitemap-container .sitemap {
list-style: none;
padding: 0;
margin: 0; }
.sitemap-container .sitemap .line-sub {
display: block;
margin-bottom: 40px; }
.sitemap-container .sitemap .line-group {
list-style: none;
padding: 0;
padding-top: 30px;
margin: 0;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto auto auto auto;
grid-template-columns: auto auto auto auto;
grid-gap: 30px; }
.sitemap-container .sitemap .line-group .line-item {
height: auto; }
@media (max-width: 1199.98px) {
.sitemap-container .sitemap .line-group {
-ms-grid-columns: auto auto auto;
grid-template-columns: auto auto auto; } }
@media (max-width: 991.98px) {
.sitemap-container .sitemap .line-group {
-ms-grid-columns: auto auto;
grid-template-columns: auto auto; } }
@media (max-width: 767.98px) {
.sitemap-container .sitemap .line-group {
-ms-grid-columns: auto;
grid-template-columns: auto; } }
.sitemap-container .sitemap .link-group {
list-style: none;
padding: 0;
margin: 0;
margin-top: 20px; }
.sitemap-container .sitemap .link-group .link-item {
margin-bottom: 20px; }
@media (max-width: 767.98px) {
.sitemap-container .level-01 {
font-size: 3.6rem;
line-height: 5rem; }
.sitemap-container .level-02 {
font-size: 2.6rem;
line-height: 3rem; }
.sitemap-container .level-03 {
font-size: 2.2rem;
line-height: 3rem; } }
.main-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.main-wrapper header {
-ms-flex-negative: 0;
flex-shrink: 0; }
.main-wrapper .content-wrapper {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto; }
.main-wrapper footer {
-ms-flex-negative: 0;
flex-shrink: 0; }
.main-wrapper .panel-header {
display: none; }
.bg-post-login {
background-image: url("../../assets/images/banner/bg-postlogin.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
height: 100vh;
position: relative; }
.portal-link-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background-color: white;
border-bottom: solid 7px #006600; }
.portal-link-wrapper .portal-link {
padding: 35px;
border-right: solid 1px #ccc; }
.portal-link-wrapper .portal-link:first-child {
border-right: none; }
.portal-link-wrapper .portal-link h3 {
margin: 0;
font-weight: 500;
font-size: 3rem;
line-height: 4rem;
color: #006600; }
@media (max-width: 991.98px) {
.portal-link-wrapper {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.portal-link-wrapper .portal-link {
width: auto;
padding: 15px; }
.portal-link-wrapper .portal-link h3 {
font-size: 2.6rem; }
.portal-link-wrapper .portal-link:first-child {
width: 100%; } }
@media (max-width: 767.98px) {
.portal-link-wrapper .portal-link {
width: 100%;
border-right: none;
border-bottom: solid 1px #ccc; } }
.widget-link-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: white; }
.widget-link-wrapper .widget-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 20%;
height: 175px;
padding: 15px;
font-size: 2rem;
line-height: 2.4rem;
color: #939393;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.widget-link-wrapper .widget-link .widget-icon {
display: block;
margin: 10px 0; }
.widget-link-wrapper .widget-link .widget-icon svg .st0 {
fill: none;
stroke: #939393;
stroke-width: 4;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link .widget-icon svg .st1 {
fill: none;
stroke: #939393;
stroke-width: 4;
stroke-linecap: round;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link .widget-icon svg .st2 {
fill: #939393; }
.widget-link-wrapper .widget-link .widget-icon svg .st3 {
fill: none;
stroke: #10A44A;
stroke-width: 4;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link .widget-icon svg .st4 {
fill: none;
stroke: #10A44A;
stroke-width: 4;
stroke-linecap: round;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link .widget-icon svg .st5 {
fill: #10A44A; }
.widget-link-wrapper .widget-link .widget-text {
display: block;
margin: 10px 0; }
.widget-link-wrapper .widget-link:hover {
color: #10a44a;
-webkit-box-shadow: 0px 4px 8px 0px rgba(74, 74, 74, 0.3);
box-shadow: 0px 4px 8px 0px rgba(74, 74, 74, 0.3); }
.widget-link-wrapper .widget-link:hover svg .st0 {
fill: none;
stroke: #10a44a;
stroke-width: 4;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link:hover svg .st1 {
fill: none;
stroke: #10a44a;
stroke-width: 4;
stroke-linecap: round;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link:hover svg .st2 {
fill: #10a44a; }
.widget-link-wrapper .widget-link:hover svg .st3 {
fill: none;
stroke: #10A44A;
stroke-width: 4;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link:hover svg .st4 {
fill: none;
stroke: #10A44A;
stroke-width: 4;
stroke-linecap: round;
stroke-miterlimit: 10; }
.widget-link-wrapper .widget-link:hover svg .st5 {
fill: #10A44A; }
@media (max-width: 767.98px) {
.widget-link-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap; }
.widget-link-wrapper .widget-link {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
width: 100%;
height: auto;
padding: 10px 20px;
border-bottom: solid 1px #ccc; }
.widget-link-wrapper .widget-link .widget-icon {
margin: 0 10px; }
.widget-link-wrapper .widget-link .widget-text {
margin: 0 10px; } }
.list-template-wrapper .item-template {
margin-bottom: 30px; }
.list-template-wrapper .item-template .img-template {
margin-bottom: 20px;
position: relative; }
.list-template-wrapper .item-template .img-template img {
width: 100%; }
.list-template-wrapper .item-template .img-template .name-template {
background-color: rgba(51, 51, 51, 0.8);
position: absolute;
bottom: 0;
width: 100%;
color: #fff;
padding: 5px;
text-align: center; }
.ui-sortable {
-webkit-transition: none;
-o-transition: none;
transition: none; }
.ui-sortable .section-template {
-webkit-transition: none;
-o-transition: none;
transition: none; }
.drop-placeholder {
background-color: lightgray;
height: 3.5em;
padding-top: 12px;
padding-bottom: 12px;
line-height: 1.2em; }
.modal-backdrop {
background-color: rgba(0, 102, 0, 0.1);
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
-webkit-filter: blur(0);
filter: blur(0); }
.modal-backdrop.show {
opacity: 1; }
.modal.modal-center .modal-dialog {
margin-top: 150px; }
.modal .modal-dialog {
margin-top: 75px; }
.modal .modal-dialog .modal-content {
border-radius: 0;
border: none; }
.modal .modal-dialog .modal-content .close {
outline: none;
color: #999; }
.modal .modal-dialog .modal-content .close:hover {
color: #333; }
.modal .modal-dialog .modal-content .close:focus {
outline: none; }
.modal .modal-dialog .modal-content .close:active {
outline: none; }
.modal .modal-dialog .modal-content .modal-close {
position: relative;
z-index: 9;
width: 40px;
height: 40px;
background-color: #525252;
margin-left: auto;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.modal .modal-dialog .modal-content .modal-close .icon-close {
background-image: url("../../assets/images/icons/icon-close.png");
width: 13px;
height: 13px;
background-repeat: no-repeat;
background-position: top center;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.modal .modal-dialog .modal-content .modal-close:hover .icon-close {
background-position: bottom center; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool {
display: block;
padding: 20px 40px; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool h3 {
font-weight: 500;
font-size: 4rem;
line-height: 4.4rem;
color: #006600; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool p {
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
color: #525252; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool ul {
list-style: none;
padding: 0;
margin: 0; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool ul li {
position: relative;
padding-left: 40px;
margin-bottom: 20px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2.4rem;
color: #525252; }
.modal .modal-dialog .modal-content .modal-body .text-editor-tool ul li:before {
left: 0;
top: 12px;
content: "";
height: 2px;
width: 30px;
position: absolute;
pointer-events: none;
background-color: #ccc; }
#lg-zoom-in, #lg-zoom-out {
display: none; }
.loading {
background-color: #2997d4;
z-index: 9999;
height: 100%;
width: 100%;
position: fixed;
margin-top: 0px;
top: 0px; }
.loading .group-loading {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
height: 80px;
width: 80px;
margin: auto; }
.lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 80px; }
.lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #fff;
-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
animation-timing-function: cubic-bezier(0, 1, 1, 0); }
.lds-ellipsis div:nth-child(1) {
left: 8px;
-webkit-animation: lds-ellipsis1 0.6s infinite;
animation: lds-ellipsis1 0.6s infinite; }
.lds-ellipsis div:nth-child(2) {
left: 8px;
-webkit-animation: lds-ellipsis2 0.6s infinite;
animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(3) {
left: 32px;
-webkit-animation: lds-ellipsis2 0.6s infinite;
animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(4) {
left: 56px;
-webkit-animation: lds-ellipsis3 0.6s infinite;
animation: lds-ellipsis3 0.6s infinite; }
@-webkit-keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0);
transform: scale(0); } }
@keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0);
transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
100% {
-webkit-transform: translate(24px, 0);
transform: translate(24px, 0); } }
@keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
100% {
-webkit-transform: translate(24px, 0);
transform: translate(24px, 0); } }
.action-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.action-slide .slide-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin: 30px 0; }
.action-slide .slide-wrapper .slide-arrow {
width: 60px;
height: 60px;
margin: 0;
margin-left: 15px;
cursor: pointer; }
.action-slide .slide-wrapper .slide-arrow.slick-disabled {
opacity: 0.5;
cursor: not-allowed; }
.action-slide .slide-wrapper .slide-prev {
background-image: url("../../assets/images/icons/icon-slide-prev.svg");
background-repeat: no-repeat;
background-position: center center; }
.action-slide .slide-wrapper .slide-next {
background-image: url("../../assets/images/icons/icon-slide-next.svg");
background-repeat: no-repeat;
background-position: center center; }
@media (max-width: 767.98px) {
.action-slide .slide-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: distribute;
justify-content: space-around;
margin: 15px 0; }
.action-slide .slide-wrapper .slide-arrow {
margin: 0 10px;
margin-right: 0; } }
.group-social-share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px 0 0 0;
margin: 30px 0 0 0;
border-top: solid 2px #e4e4e4; }
.group-social-share .shared-email {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.group-social-share .shared-email .social-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.group-social-share .shared-email .email-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #e4e4e4; }
.group-social-share .shared-email .email-link .item {
margin: 0 20px 0 0; }
.group-social-share .shared-email .email-link .item .icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 8px; }
.group-social-share .shared-email .email-link .item .icon.-email {
width: 22px;
height: 21px; }
.group-social-share .shared-email .email-link .item .icon.-link {
width: 24px;
height: 12px; }
.group-social-share .shared-email .email-link .item .icon img {
width: 100%;
margin-right: 5px; }
.group-social-share .shared-email .email-link .item .text-email-link {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.group-social-share .shared-email .email-link .item:last-child {
margin: 0; }
@media (max-width: 767.98px) {
.group-social-share .shared-email .social-wrapper {
margin-bottom: 15px; }
.group-social-share .shared-email .email-link {
padding: 0;
margin: 0;
margin-bottom: 15px; } }
.group-social-share .views-like {
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #e4e4e4; }
.group-social-share .views-like .view-count {
margin-right: 15px;
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem;
color: #525252; }
.group-social-share .views-like .like-count .icon-like {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
background-color: rgba(82, 82, 82, 0.5);
width: 40px;
height: 35px;
margin-right: 40px; }
.group-social-share .views-like .like-count .icon-like.active {
background-color: #006600; }
.group-social-share .views-like .like-count .icon-like:after {
position: absolute;
left: 100%;
top: 0;
width: 35px;
font-weight: 400;
font-size: 1.8rem;
line-height: 35px;
color: #525252;
text-align: center;
content: attr(data-count); }
.group-social-share .views-like .like-count span {
font-weight: 400;
font-size: 1.8rem;
line-height: 2.2rem; }
@media (max-width: 767.98px) {
.group-social-share .views-like {
margin-left: 0;
padding-left: 0;
border-left: none; } }
.online-wrapper .group-online {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.online-wrapper .group-online .icon-online {
margin-right: 5px; }
.online-wrapper .group-online .icon-online svg .st1 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.online-wrapper .group-online .icon-online svg .st2 {
fill: none;
stroke: #006600;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.online-wrapper .group-online .icon-online svg .st3 {
fill: none;
stroke: #006600;
stroke-width: 1.5;
stroke-miterlimit: 10; }
.online-wrapper .group-online .icon-online svg .st4 {
opacity: 0.35;
fill: none;
stroke: #006600;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; }
.online-wrapper .group-online .text-online {
font-size: 2rem;
line-height: 2.4rem;
font-weight: 400;
color: #525252; }
.online-wrapper .num-online {
font-size: 3.6rem;
font-weight: 500;
line-height: 40px;
margin: 0;
color: #006600; }
.pagination-custom {
position: relative; }
.pagination-custom .all-page {
font-size: 1.8rem;
font-weight: 400;
color: #525252; }
.pagination-custom .all-page span {
padding: 0 5px; }
.pagination-custom .item-page .slide-prev {
width: 50px;
height: 40px;
background-color: #585c5f;
margin: 0 5px;
cursor: pointer;
background-image: url("../../assets/images/icons/icon-slide-prev.png");
background-repeat: no-repeat;
background-position: center center; }
.pagination-custom .item-page .slide-prev.disabled {
opacity: 0.5;
cursor: not-allowed; }
.pagination-custom .item-page .input-custom {
width: 60px;
margin: 0 5px; }
.pagination-custom .item-page .input-custom .style-input {
text-align: center;
-webkit-box-shadow: none;
box-shadow: none; }
.pagination-custom .item-page .slide-next {
width: 50px;
height: 40px;
background-color: #585c5f;
margin: 0 5px;
cursor: pointer;
background-image: url("../../assets/images/icons/icon-slide-next.png");
background-repeat: no-repeat;
background-position: center center; }
.pagination-custom .item-page .slide-next.disabled {
opacity: 0.5;
cursor: not-allowed; }
.progress {
width: 140px;
height: 140px;
line-height: 140px;
background: none;
margin: 0 auto;
-webkit-box-shadow: none;
box-shadow: none;
position: relative; }
.progress:after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 10px solid #9e9e9e;
position: absolute;
top: 0;
left: 0; }
.progress > span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1; }
.progress .progress-left {
left: 0; }
.progress .progress-bar {
width: 100%;
height: 100%;
background: none;
border-width: 10px;
border-style: solid;
position: absolute;
top: 0;
border-color: #10a44a; }
.progress .progress-left .progress-bar {
left: 100%;
border-top-right-radius: 70px;
border-bottom-right-radius: 70px;
border-left: 0;
-webkit-transform-origin: center left;
-ms-transform-origin: center left;
transform-origin: center left; }
.progress .progress-right {
right: 0; }
.progress .progress-right .progress-bar {
left: -100%;
border-top-left-radius: 70px;
border-bottom-left-radius: 70px;
border-right: 0;
-webkit-transform-origin: center right;
-ms-transform-origin: center right;
transform-origin: center right; }
.progress .progress-value {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 50%;
font-size: 3.6rem;
text-align: center;
line-height: 2rem;
color: #006600;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
font-weight: 300; }
.progress .progress-value div {
margin-top: 10px; }
.progress .progress-value span {
font-size: 1.4rem;
text-transform: uppercase; }
/* This for loop creates the necessary css animation names
Due to the split circle of progress-left and progress right, we must use the animations on each side.
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
-webkit-animation: loading-1 1.5s linear forwards;
animation: loading-1 1.5s linear forwards; }
.progress[data-percentage="10"] .progress-left .progress-bar {
-webkit-animation: 0;
animation: 0; }
.progress[data-percentage="20"] .progress-right .progress-bar {
-webkit-animation: loading-2 1.5s linear forwards;
animation: loading-2 1.5s linear forwards; }
.progress[data-percentage="20"] .progress-left .progress-bar {
-webkit-animation: 0;
animation: 0; }
.progress[data-percentage="30"] .progress-right .progress-bar {
-webkit-animation: loading-3 1.5s linear forwards;
animation: loading-3 1.5s linear forwards; }
.progress[data-percentage="30"] .progress-left .progress-bar {
-webkit-animation: 0;
animation: 0; }
.progress[data-percentage="40"] .progress-right .progress-bar {
-webkit-animation: loading-4 1.5s linear forwards;
animation: loading-4 1.5s linear forwards; }
.progress[data-percentage="40"] .progress-left .progress-bar {
-webkit-animation: 0;
animation: 0; }
.progress[data-percentage="50"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="50"] .progress-left .progress-bar {
-webkit-animation: 0;
animation: 0; }
.progress[data-percentage="60"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="60"] .progress-left .progress-bar {
-webkit-animation: loading-1 1.5s linear forwards 1.5s;
animation: loading-1 1.5s linear forwards 1.5s; }
.progress[data-percentage="70"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="70"] .progress-left .progress-bar {
-webkit-animation: loading-2 1.5s linear forwards 1.5s;
animation: loading-2 1.5s linear forwards 1.5s; }
.progress[data-percentage="80"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="80"] .progress-left .progress-bar {
-webkit-animation: loading-3 1.5s linear forwards 1.5s;
animation: loading-3 1.5s linear forwards 1.5s; }
.progress[data-percentage="90"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="90"] .progress-left .progress-bar {
-webkit-animation: loading-4 1.5s linear forwards 1.5s;
animation: loading-4 1.5s linear forwards 1.5s; }
.progress[data-percentage="100"] .progress-right .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards;
animation: loading-5 1.5s linear forwards; }
.progress[data-percentage="100"] .progress-left .progress-bar {
-webkit-animation: loading-5 1.5s linear forwards 1.5s;
animation: loading-5 1.5s linear forwards 1.5s; }
@-webkit-keyframes loading-1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(36);
transform: rotate(36deg); } }
@keyframes loading-1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(36);
transform: rotate(36deg); } }
@-webkit-keyframes loading-2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(72);
transform: rotate(72deg); } }
@keyframes loading-2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(72);
transform: rotate(72deg); } }
@-webkit-keyframes loading-3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(108);
transform: rotate(108deg); } }
@keyframes loading-3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(108);
transform: rotate(108deg); } }
@-webkit-keyframes loading-4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(144);
transform: rotate(144deg); } }
@keyframes loading-4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(144);
transform: rotate(144deg); } }
@-webkit-keyframes loading-5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(180);
transform: rotate(180deg); } }
@keyframes loading-5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(180);
transform: rotate(180deg); } }
.vert-move {
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate; }
.vert-move {
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate; }
@-webkit-keyframes mover {
0% {
-webkit-transform: translateY(0);
transform: translateY(0); }
100% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); } }
@keyframes mover {
0% {
-webkit-transform: translateY(0);
transform: translateY(0); }
100% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); } }
.manage #site-content #manage_dragdrop.group-section-content .section-content {
border: 2px dashed #cccccc;
padding: 20px;
margin: 0px 20px 20px;
cursor: -webkit-grab !important;
cursor: grab !important; }
.manage #site-content #manage_dragdrop.group-section-content .sortable-chosen {
cursor: -webkit-grab !important;
cursor: grab !important; }
.manage #site-content #manage_dragdrop.group-section-content .sortable-chosen.sortable-ghost {
cursor: -webkit-grabbing !important;
cursor: grabbing !important; }
.manage #site-content #manage_dragdrop.group-section-content .sortable-chosen {
background-color: #d9d9d9; }
.manage #site-content #manage_dragdrop.group-section-content .sortable-chosen.sortable-ghost {
background-color: #525252;
opacity: 0.7; }
.manage #site-content .group-section-content .section-content {
border: 2px dashed #cccccc;
padding: 20px;
margin: 0px 20px 20px; }
.manage #site-content .group-section-content .section-content .inner-content .main-content .add-news {
display: block;
position: relative;
cursor: pointer;
width: 100%;
height: 191px;
background-color: rgba(82, 82, 82, 0.7); }
.manage #site-content .group-section-content .section-content .inner-content .main-content .add-news i {
font-size: 50px;
color: #fff;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.manage .manage-save {
position: fixed;
width: 100%;
bottom: 0;
background-color: #28a745;
color: #fff;
font-size: 20px;
font-weight: 400;
padding: 10px;
text-align: center;
z-index: 99; }
.manage .manage-save i {
color: #fff;
margin-right: 5px; }
.manage .group-mange-section {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
margin: 0;
z-index: 101; }
.manage .group-mange-section .manage-dragdrop {
position: absolute;
right: 0;
left: 0;
margin: auto;
width: 70px;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
cursor: -webkit-grab;
cursor: grab; }
.manage .group-mange-section .manage-dragdrop img {
width: 100%; }
.manage .group-mange-section .manage-dragdrop:focus {
cursor: -webkit-grabbing;
cursor: grabbing; }
.manage .group-mange-section .manage-dragdrop:active {
cursor: -webkit-grabbing;
cursor: grabbing; }
.manage .group-mange-section .manage-edit {
width: 34px;
position: absolute;
right: 0;
cursor: pointer; }
.manage .group-mange-section .manage-edit img {
width: 100%; }
.manage .group-mange-section.no-mg {
margin: 0; }
.manage .group-mange-section.right-0 {
right: 0; }
.manage .group-mange-section .manage-tools {
visibility: hidden;
opacity: 0;
width: 150px;
position: absolute;
right: 46px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.manage .group-mange-section .manage-tools ul {
margin: 0;
padding: 0; }
.manage .group-mange-section .manage-tools ul li {
background-color: #ccc;
list-style: none;
text-align: center;
border-bottom: 1px solid #fff;
padding: 5px 8px;
cursor: pointer;
color: #525252; }
.manage .group-mange-section .manage-tools ul li:hover {
text-decoration: underline; }
.manage .group-mange-section .manage-tools ul li:last-child {
background-color: #f08220;
border-bottom: none;
color: #fff; }
.manage .group-mange-section .manage-tools ul li:last-child:hover {
text-decoration: none; }
.manage .group-mange-section .manage-tools.active {
visibility: visible;
opacity: 1;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.manage .group-mange-section .manage-tools:after {
content: '';
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #ccc;
position: absolute;
top: 6px;
right: -10px; }
.manage .group-mange-upload {
display: block;
position: relative;
max-width: 500px;
width: 100%;
margin: auto; }
.banner-wrapper {
position: relative; }
.banner-wrapper .list-banner {
position: relative;
margin: 0;
padding: 0; }
.banner-wrapper .list-banner .list-item {
position: relative;
outline: none !important; }
.banner-wrapper .list-banner .bg-layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
opacity: 0.1; }
.banner-wrapper .list-banner .banner {
width: 100%;
height: 530px;
background-repeat: no-repeat;
background-size: cover; }
.banner-wrapper .list-banner .slick-arrow {
position: absolute;
z-index: 9;
left: auto;
right: 30px; }
.banner-wrapper .list-banner .slick-arrow.slick-prev {
text-indent: -9999px;
top: 40%;
width: 60px;
height: 60px;
background-image: url("../../assets/images/icons/icon-slide-prev.svg");
background-repeat: no-repeat;
background-position: center center; }
.banner-wrapper .list-banner .slick-arrow.slick-next {
text-indent: -9999px;
top: 54%;
width: 60px;
height: 60px;
background-image: url("../../assets/images/icons/icon-slide-next.svg");
background-repeat: no-repeat;
background-position: center center; }
.banner-wrapper .list-banner .slick-arrow.slick-disabled {
opacity: 0.5;
cursor: not-allowed; }
.banner-wrapper .caption-outer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99; }
.banner-wrapper .caption-table {
display: table;
width: 100%;
height: 100%;
padding: 15px; }
.banner-wrapper .caption-cell {
display: table-cell;
vertical-align: middle;
text-align: center; }
.banner-wrapper .caption-cell .title-banner {
color: white;
font-size: 5.6rem;
line-height: 6rem;
font-weight: 500; }
.banner-wrapper .caption-cell .subtitle-banner {
margin-top: 20px;
color: white;
font-size: 5.2rem;
line-height: 5.6rem;
font-weight: 500; }
.banner-wrapper .caption-cell .desc-banner {
margin-top: 20px;
color: white;
font-size: 3rem;
line-height: 3.4rem;
font-weight: 500; }
.banner-wrapper .caption-cell .link-wrapper {
display: block;
width: 100%;
height: auto;
margin-top: 30px;
font-size: 0;
text-align: center; }
.banner-wrapper .caption-cell .link-wrapper .action-link {
display: inline-block;
min-width: 193px;
border: solid 1px white;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.banner-wrapper .caption-cell .link-wrapper .action-link a {
display: block;
padding: 10px 15px;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
color: white; }
.banner-wrapper .caption-cell .link-wrapper .action-link a:hover {
text-decoration: none;
color: #006600;
background-color: white; }
.banner-wrapper .caption-cell .link-wrapper .action-link:last-child {
border-left: none; }
@media (max-width: 767.98px) {
.banner-wrapper .caption-cell .link-wrapper .action-link {
min-width: 133px; } }
@media (max-width: 767.98px) {
.banner-wrapper .caption-cell .title-banner {
font-size: 4rem;
line-height: 4.4rem; }
.banner-wrapper .caption-cell .subtitle-banner {
font-size: 3rem;
line-height: 3.4rem; }
.banner-wrapper .caption-cell .desc-banner {
font-size: 2rem;
line-height: 2.4rem; } }
.banner-wrapper .slick-dots {
bottom: 0; }
.banner-wrapper .slick-dots li {
float: left;
height: 7px;
background-color: #d7d9db;
margin: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.banner-wrapper .slick-dots li button {
display: none; }
.banner-wrapper .slick-dots li.slick-active {
background-color: #006600; }
.banner-wrapper .slick-dotted.slick-slider {
margin-bottom: 0; }
.banner-wrapper.page-detail {
position: relative;
min-height: 350px;
background-color: white; }
.banner-wrapper.page-detail .banner {
width: 100%;
height: 350px;
background-repeat: no-repeat;
background-size: cover; }
@media (max-width: 767.98px) {
.banner-wrapper.page-detail .banner .title-banner {
font-size: 4rem;
line-height: 4.4rem; }
.banner-wrapper.page-detail .banner .subtitle-banner {
font-size: 3rem;
line-height: 3.4rem; }
.banner-wrapper.page-detail .banner .desc-banner {
font-size: 2rem;
line-height: 2.4rem; } }
.banner-wrapper.page-detail .banner-text {
position: relative;
width: 100%;
height: 350px; }
.banner-wrapper.page-detail .caption-cell {
display: table-cell;
vertical-align: middle;
text-align: left; }
.banner-wrapper.page-detail .caption-cell .title-banner {
color: #006600; }
.banner-wrapper.page-detail .caption-cell .subtitle-banner {
color: #10a44a; }
.banner-wrapper.page-detail .caption-cell .desc-banner {
color: #10a44a; }
.banner-wrapper.page-detail .search-wrapper {
position: absolute;
bottom: 0;
left: 15px; }
.banner-wrapper.page-detail .search-wrapper .search-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: distribute;
justify-content: space-around; }
.banner-wrapper.page-detail .search-wrapper .child {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1; }
@media (min-width: 768px) {
.banner-wrapper.page-detail .search-wrapper .child {
margin: 0 3px 0 0; }
.banner-wrapper.page-detail .search-wrapper .child .input-custom, .banner-wrapper.page-detail .search-wrapper .child .slc-custom {
margin-bottom: 0; }
.banner-wrapper.page-detail .search-wrapper .child .btn {
padding-left: 50px;
padding-right: 50px; } }
@media (max-width: 991.98px) {
.banner-wrapper.page-detail .search-wrapper {
position: relative;
bottom: auto;
left: auto;
display: block; } }
@media (max-width: 767.98px) {
.banner-wrapper.page-detail .search-wrapper .search-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.banner-wrapper.page-detail .search-wrapper .bootstrap-select {
min-width: 100% !important; } }
.banner-wrapper.page-detail .title-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: white; }
.banner-wrapper.page-detail .title-content .title-group {
position: relative;
padding: 20px; }
.banner-wrapper.page-detail .title-content .title-group .title {
margin: 0;
font-size: 4rem;
line-height: 4rem;
font-weight: 500;
color: #006600; }
.banner-wrapper.page-detail .title-content .title-group .title span {
color: #525252; }
.banner-wrapper.page-detail .title-content .title-group .desc {
margin: 10px 0 0 0;
font-size: 1.6rem;
line-height: 2rem;
font-weight: 400;
color: #10a44a; }
@media (max-width: 767.98px) {
.banner-wrapper.page-detail {
min-height: 250px; }
.banner-wrapper.page-detail .banner-text {
min-height: 250px;
height: auto; }
.banner-wrapper.page-detail .title-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.banner-wrapper.page-detail .caption-outer {
position: relative;
top: auto;
left: auto; } }
.page .homepage-section.section--intro .swiper-container {
position: relative;
width: 100%;
height: auto;
overflow: hidden; }
.page .homepage-section.section--intro .swiper-container.swiper-container-flip {
overflow: hidden; }
.page .homepage-section.section--intro .swiper-container .swiper-scrollbar {
visibility: hidden;
opacity: 0; }
.page .homepage-section.section--intro .swiper-container .swiper-button-next, .page .homepage-section.section--intro .swiper-container .swiper-button-prev {
position: absolute;
top: 50%;
width: 45px;
height: 45px;
margin: 0;
z-index: 10;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: white; }
.page .homepage-section.section--intro .swiper-container .swiper-button-next:after, .page .homepage-section.section--intro .swiper-container .swiper-button-prev:after {
display: none; }
.page .homepage-section.section--intro .swiper-container .swiper-button-prev {
left: auto;
top: auto;
right: 107px;
bottom: 30px;
background-image: url("../../assets/images/icons/icon-slick-arrow-prev.svg");
background-repeat: no-repeat;
background-position: 0 0; }
.page .homepage-section.section--intro .swiper-container .swiper-button-next {
top: auto;
right: 60px;
bottom: 30px;
background-image: url("../../assets/images/icons/icon-slick-arrow-next.svg");
background-repeat: no-repeat;
background-position: 0 0; }
.page .homepage-section.section--intro .swiper-container .swiper-pagination-fraction {
width: auto;
right: 167px;
bottom: 30px;
left: auto;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 300;
color: #fff;
mix-blend-mode: difference;
pointer-events: none; }
@media only screen and (max-width: 1366px) {
.page .homepage-section.section--intro .swiper-container .swiper-pagination-fraction {
right: 175px; } }
@media (max-width: 767.98px) {
.page .homepage-section.section--intro .swiper-container .swiper-pagination-fraction {
right: 15px;
bottom: 15px; } }
.page .homepage-section.section--intro .swiper-container img {
width: 100%; }
.page .homepage-section.section--intro .swiper-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
outline: none !important; }
.page .homepage-section.section--intro .swiper-container audio {
position: absolute;
left: 30px;
bottom: 30px;
width: 250px;
height: 50px;
z-index: 102;
outline: none !important; }
.page .homepage-section.section--intro .swiper-container .caption-container {
position: absolute;
width: auto;
height: auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
z-index: 101; }
.page .homepage-section.section--intro .swiper-container .caption-table {
display: table;
width: auto;
height: auto;
padding: 0; }
.page .homepage-section.section--intro .swiper-container .caption-cell {
display: table-cell;
vertical-align: middle;
padding: 50px 135px;
text-align: left;
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: white;
pointer-events: none; }
.page .homepage-section.section--intro .swiper-container .caption-cell .title {
font-weight: 500;
font-size: 6rem;
line-height: 6.4rem;
color: white;
pointer-events: none; }
@media only screen and (min-width: 1367px) {
.page .homepage-section.section--intro .swiper-container {
height: 100vh; } }
@media only screen and (max-width: 1366px) {
.page .homepage-section.section--intro .swiper-container {
height: 635px; }
.page .homepage-section.section--intro .swiper-container .swiper-button-prev {
right: 105px; }
.page .homepage-section.section--intro .swiper-container .swiper-button-next {
right: 30px; } }
@media (max-width: 1199.98px) {
.page .homepage-section.section--intro .swiper-container {
height: 575px; } }
@media (max-width: 991.98px) {
.page .homepage-section.section--intro .swiper-container {
height: 430px; }
.page .homepage-section.section--intro .swiper-container .caption-cell {
padding: 50px; } }
@media (max-width: 767.98px) {
.page .homepage-section.section--intro .swiper-container {
height: 230px; }
.page .homepage-section.section--intro .swiper-container .swiper-button-prev {
display: none !important; }
.page .homepage-section.section--intro .swiper-container .swiper-button-next {
display: none !important; }
.page .homepage-section.section--intro .swiper-container .caption-cell {
padding: 15px;
font-size: 3rem;
line-height: 3.4rem; }
.page .homepage-section.section--intro .swiper-container .caption-cell .title {
font-size: 3rem;
line-height: 3.4rem; } }
.disintegration-container {
position: absolute;
pointer-events: none; }
.disintegration-container > canvas {
position: absolute;
left: 0;
top: 0;
-webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
-o-transition: transform 1s ease-out, opacity 1s ease-out;
transition: transform 1s ease-out, opacity 1s ease-out;
transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
opacity: 1;
-webkit-transform: rotate(0deg) translate(0px, 0px) rotate(0deg);
-ms-transform: rotate(0deg) translate(0px, 0px) rotate(0deg);
transform: rotate(0deg) translate(0px, 0px) rotate(0deg); }
@-webkit-keyframes debug-pulse {
0% {
-webkit-filter: none;
filter: none; }
95% {
-webkit-filter: none;
filter: none; }
95% {
-webkit-filter: drop-shadow(0 1px 0 red);
filter: drop-shadow(0 1px 0 red); }
100% {
-webkit-filter: drop-shadow(0 1px 0 red);
filter: drop-shadow(0 1px 0 red); } }
@keyframes debug-pulse {
0% {
-webkit-filter: none;
filter: none; }
95% {
-webkit-filter: none;
filter: none; }
95% {
-webkit-filter: drop-shadow(0 1px 0 red);
filter: drop-shadow(0 1px 0 red); }
100% {
-webkit-filter: drop-shadow(0 1px 0 red);
filter: drop-shadow(0 1px 0 red); } }
.scroll-down {
position: absolute;
bottom: 30px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: inline-block;
font-weight: 300;
font-size: 1.6rem;
line-height: 2rem;
text-align: center;
color: white;
visibility: hidden;
opacity: 0;
z-index: 2; }
.scroll-down .vert-move {
padding: 15px 20px;
border-radius: 40px;
background-color: rgba(0, 102, 0, 0.8); }
.scroll-down img {
margin: 0 auto 10px auto; }
.scroll-down:hover {
color: white; }
@media only screen and (min-width: 1366px) {
.scroll-down {
visibility: visible;
opacity: 1; } }
.bg-wrapper {
background-image: url("../../assets/images/banner/bg-login.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
height: 100vh;
position: relative;
padding: 15px 0 0; }
.bg-wrapper .header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.bg-wrapper .header .logo-login {
width: 182px;
height: 125px; }
.bg-wrapper .header .logo-login img {
width: 100%; }
@media only screen and (max-width: 767px) {
.bg-wrapper .header .logo-login img {
width: 70%; } }
.bg-wrapper .header .lang ul {
margin: 0;
padding: 0; }
.bg-wrapper .header .lang ul li {
list-style: none;
border: 1px solid #fff;
padding: 5px 8px;
display: inline-block;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.bg-wrapper .header .lang ul li a {
color: #fff; }
.bg-wrapper .header .lang ul li.active {
background-color: #1e6eaf; }
.bg-wrapper .header .lang ul li:hover {
background-color: #1e6eaf; }
.bg-wrapper .header .lang ul li:hover a {
text-decoration: none; }
.bg-wrapper .section-formlogin {
margin-top: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around; }
.bg-wrapper .section-formlogin .left {
position: relative; }
.bg-wrapper .section-formlogin .left .group-text {
position: relative;
z-index: 100;
width: 295px; }
.bg-wrapper .section-formlogin .left .group-text h1, .bg-wrapper .section-formlogin .left .group-text h5, .bg-wrapper .section-formlogin .left .group-text h6 {
color: #fff;
margin: 0; }
.bg-wrapper .section-formlogin .left .bglayer {
background-image: url("../../assets/images/bglayer-group-text.png");
display: inline-block;
position: absolute;
top: -135px;
left: -15px;
width: 195px;
height: 213px;
z-index: 1; }
.bg-wrapper .section-formlogin .right {
background-color: rgba(255, 255, 255, 0.7);
padding: 10px;
padding-bottom: 30px;
border-bottom: 5px solid #1e6eaf; }
.bg-wrapper .section-formlogin .right h3, .bg-wrapper .section-formlogin .right h6 {
color: #333; }
.bg-wrapper .section-formlogin .right .forgot-password {
margin-bottom: 20px; }
.bg-wrapper .section-formlogin .right .forgot-password a {
color: #999;
font-size: 1.4rem;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.bg-wrapper .section-formlogin .right .forgot-password a:before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #999;
font-size: 1.2rem;
margin-right: 5px; }
.bg-wrapper .section-formlogin .right .forgot-password a:hover {
text-decoration: none;
color: #333; }
.bg-wrapper .section-formlogin .right .forgot-password a:hover:before {
color: #333; }
@media only screen and (max-width: 767px) {
.bg-wrapper {
height: 100%; }
.bg-wrapper .section-formlogin {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
margin-bottom: 50px; }
.bg-wrapper .section-formlogin .left .group-text {
width: auto;
margin-bottom: 20px; }
.bg-wrapper .section-formlogin .left .bglayer {
display: none; }
.bg-wrapper .section-formlogin .right {
width: 100%; } }
html {
font-size: 62.5%; }
@media (max-width: 1365px) {
html {
font-size: 57.5%; } }
body {
position: relative;
padding: 0;
margin: 0;
font-family: 'Kanit', sans-serif;
font-size: 1.4rem;
/* 14px */
background-color: #f8f8f8; }
body::-webkit-scrollbar {
width: 0; }
body::-webkit-scrollbar-track {
background: white; }
body::-webkit-scrollbar-thumb {
background-color: #10a44a;
border-radius: 0; }
.clearboth {
clear: both; }
a {
outline: none; }
a:hover {
text-decoration: none; }
a:active {
outline: none; }
a:focus {
outline: none; } | 0.781789 | 0.077518 |
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body { font-family:"microsoft yahei"; font-size: 14px; color: #333; height: 100%;}
/*ul { list-style-type: none; }*/
a { text-decoration: none; color: #333;}
i{font-style: normal;}
span{opacity: 1;}
.iconfont{font-size: 18px;color:#aaa}
.top{height: 50px; width: 100%; background: #3399ff/*3388ff*/; position: fixed; top: 0px; left: 0px; color: #fff; padding-right: 20px;
border-bottom:1px solid #0e9aef;}
.top img{ margin: 5px;float:left;max-height:40px;height:40px;}
.top .top-set{display: inline-block; float: right; line-height: 26px; padding-right: 30px;margin-top:12px;}
.top .top-set .iconfont{font-size: 16px; margin-left: 10px; }
.top .top-set span{ cursor: pointer;}
.top .top-con{display: inline-block; margin-left: 40px;margin-top:14px;height: 36px; }
.top .top-con .iconfont{font-size: 24px;font-weight:900; margin-left: 6px; position: relative; top: 2px;}
.top .top-con .list-title{cursor: pointer; margin-right: 4px; display: inline-block;padding: 0px 6px 0px 8px;font-weight:500;line-height:38px;vertical-align: top;}
.top .top-con .list-title:hover{border: 1px solid #fff;}
.top .top-con .list-title.active{ background: #fff; color: #2348b1;border-top-left-radius: 6px; border-top-right-radius: 6px;}
.toptitleleft{ display: inline-block;float:left;font-size:12px;font-weight:600}
.toptitleright{display: inline-block;}
.toptitleico{line-height:16px;}
.siderbar{ position: fixed; top: 50px; left: 0px; height:94%;transition: width ease 0.4s;
border-right: 0px #EEEEEE solid;overflow:auto;overflow-y:visible;}
.siderbar .menu{height: 50px; line-height: 50px; padding-left: 22px; cursor: pointer; width: 200px;}
.siderbar .menu .icon-menu{ font-size: 16px; margin-right: 20px; margin-left: 8px;}
.accordion .link{height: 40px; line-height: 40px; vertical-align: middle; position: relative; padding: 0 20px; cursor: pointer;
transition: width ease 0.4s; margin-bottom: 2px; font-size:15px;font-weight:400;box-shadow: 1px 0px 1px rgba(34, 25, 25, 0.2); border-radius: 4px; margin-bottom: 3px;}
.accordion .link:hover{background:#3399ff ; color: #fff;}
.accordion .link:hover .iconfont{ color: #fff;}
.accordion .link.open{ background:#3399ff ; color: #fff; }
.accordion .link.open .iconfont{color: #fff;}
.accordion .link.open .icon-bottom{ transform: rotate(180deg); }
.accordion .link .icon-bottom{position: absolute; right: 18px; font-size: 12px; color: blue; transition:transform ease 0.4s;}
.accordion .link span:first-of-type{ position: relative; /*top: -7px;*/ margin-left: 8px;}
.accordion .link .icon-member{ /*color: #7edcd4;*/ color:#aaa;}
.accordion .link .icon-goods{ /*color: #ff99cc;*/ color:#aaa;}
.accordion .link .icon-membership{/*color: #ffbb3b;*/ color:#aaa;}
.accordion .link .icon-system{/*color:#3fc4fc;*/ color:#aaa;}
.accordion .link .icon-report{/*color: #66cc66;*/ color:#aaa;}
.accordion .link .icon-cashier{/*color: #a085e7;*/ color:#aaa;}
.accordion .link .icon-administration{/*color: #ff99cc;*/ color:#aaa;}
.accordion .link .icon-marketing{/*color: #ffbb3b;*/ color:#aaa;}
.accordion .link .icon-comment{/*color:#3fc4fc ;*/ color:#aaa;}
.accordion .link .icon-store{/*color: #3fc4fc;*/ color:#aaa;}
.accordion .link .icon-membercard{/*color: #66cc66;*/ color:#aaa;}
.accordion .link .icon-photo{/*color: #ffbb3b;*/ color:blue;}
.accordion .link .icon-performance{/*color: #3fc4fc;*/ color:#aaa;}
.accordion .link .icon-supplychain{/*color: #66cc66;*/ color:#aaa;}
.accordion .link .icon-financial{/*color:#3fc4fc;*/ color:#aaa;}
.accordion .submenu{display: none;z-index:1001;width:200px;}
.accordion .submenu li{position: relative; transition: width ease 0.4s;}
.accordion .submenu li a{font-size: 14px; cursor: pointer; transition: 0.4s;}
.accordion .submenu li a:before{content: ">"; position: absolute; top: 0px; left: -20px; opacity: 0; transition:left ease 0.4s;}
.accordion .submenu li:hover a{color: #3399ff;}
.accordion .submenu li:hover a:before{opacity: 1; left:0 ;}
.accordion .submenu li:hover a{padding-left: 14px;}
.siderbar .submenu{padding-left: 32px; line-height: 30px; }
.opacity-set{ opacity: 0; display: none; }
.width-set{width: 60px; }
.accordion.width-set{width: 80px; }
.submenu li.show-set{display: none;}
.if-conaa{
position: absolute;
z-index: 99;
border: 100px;
width: 100%;
height: 100%;
transition: left ease 0.4s;
}
.if-con{
box-shadow: 0px 0px 0px 0px #333 inset;
width: 100%;
height: calc(100% - 50px);
position: absolute;
z-index: 99;
left: 200px;
top: 50px;
width: calc(100% - 200px);
height: calc(100% - 50px);
transition: left ease 0.4s;
border: 0px;
border-left: 1px solid #DDDDDD;
}
/**首页提醒样式*/
#popView {
background: #fff;
width: 260px;
border: 1px solid #e0e0e0;
font-size: 12px;
position: fixed;
right: 10px;
bottom: 10px;
z-index: 1000;
}
#popHead {
line-height: 32px;
background: #f6f0f3;
border-bottom: 1px solid #e0e0e0;
position: relative;
font-size: 12px;
padding: 0 0 0 10px;
}
#popHead h2 {
font-size: 14px;
color: #666;
line-height: 32px;
height: 32px;
}
#popHead #popClose {
position: absolute;
right: 10px;
top: 1px;
}
#popHead a#popClose:hover {
color: #f00;
cursor: pointer;
}
#popContent {
padding: 5px 10px;
}
#popTitle a {
line-height: 24px;
font-size: 14px;
font-family: '微软雅黑';
color: #333;
font-weight: bold;
text-decoration: none;
}
#popTitle a:hover {
color: #f60;
}
#popIntro {
text-indent: 24px;
line-height: 160%;
margin: 5px 0;
color: #666;
}
#popMore {
border-top: 1px dotted #ccc;
line-height: 24px;
margin: 8px 0 0 0;
}
#popMore a {
color: #f60;
}
#popMore a:hover {
color: #f00;
}
/*.if-con{position: absolute; z-index:99;left: 200px; top: 50px; border: 0; width: calc(100% - 200px); height: calc(100% - 50px); transition: left ease 0.4s;} */
/*body{position: relative;}*/ | web/index/css/fixed_wxl.css | * { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body { font-family:"microsoft yahei"; font-size: 14px; color: #333; height: 100%;}
/*ul { list-style-type: none; }*/
a { text-decoration: none; color: #333;}
i{font-style: normal;}
span{opacity: 1;}
.iconfont{font-size: 18px;color:#aaa}
.top{height: 50px; width: 100%; background: #3399ff/*3388ff*/; position: fixed; top: 0px; left: 0px; color: #fff; padding-right: 20px;
border-bottom:1px solid #0e9aef;}
.top img{ margin: 5px;float:left;max-height:40px;height:40px;}
.top .top-set{display: inline-block; float: right; line-height: 26px; padding-right: 30px;margin-top:12px;}
.top .top-set .iconfont{font-size: 16px; margin-left: 10px; }
.top .top-set span{ cursor: pointer;}
.top .top-con{display: inline-block; margin-left: 40px;margin-top:14px;height: 36px; }
.top .top-con .iconfont{font-size: 24px;font-weight:900; margin-left: 6px; position: relative; top: 2px;}
.top .top-con .list-title{cursor: pointer; margin-right: 4px; display: inline-block;padding: 0px 6px 0px 8px;font-weight:500;line-height:38px;vertical-align: top;}
.top .top-con .list-title:hover{border: 1px solid #fff;}
.top .top-con .list-title.active{ background: #fff; color: #2348b1;border-top-left-radius: 6px; border-top-right-radius: 6px;}
.toptitleleft{ display: inline-block;float:left;font-size:12px;font-weight:600}
.toptitleright{display: inline-block;}
.toptitleico{line-height:16px;}
.siderbar{ position: fixed; top: 50px; left: 0px; height:94%;transition: width ease 0.4s;
border-right: 0px #EEEEEE solid;overflow:auto;overflow-y:visible;}
.siderbar .menu{height: 50px; line-height: 50px; padding-left: 22px; cursor: pointer; width: 200px;}
.siderbar .menu .icon-menu{ font-size: 16px; margin-right: 20px; margin-left: 8px;}
.accordion .link{height: 40px; line-height: 40px; vertical-align: middle; position: relative; padding: 0 20px; cursor: pointer;
transition: width ease 0.4s; margin-bottom: 2px; font-size:15px;font-weight:400;box-shadow: 1px 0px 1px rgba(34, 25, 25, 0.2); border-radius: 4px; margin-bottom: 3px;}
.accordion .link:hover{background:#3399ff ; color: #fff;}
.accordion .link:hover .iconfont{ color: #fff;}
.accordion .link.open{ background:#3399ff ; color: #fff; }
.accordion .link.open .iconfont{color: #fff;}
.accordion .link.open .icon-bottom{ transform: rotate(180deg); }
.accordion .link .icon-bottom{position: absolute; right: 18px; font-size: 12px; color: blue; transition:transform ease 0.4s;}
.accordion .link span:first-of-type{ position: relative; /*top: -7px;*/ margin-left: 8px;}
.accordion .link .icon-member{ /*color: #7edcd4;*/ color:#aaa;}
.accordion .link .icon-goods{ /*color: #ff99cc;*/ color:#aaa;}
.accordion .link .icon-membership{/*color: #ffbb3b;*/ color:#aaa;}
.accordion .link .icon-system{/*color:#3fc4fc;*/ color:#aaa;}
.accordion .link .icon-report{/*color: #66cc66;*/ color:#aaa;}
.accordion .link .icon-cashier{/*color: #a085e7;*/ color:#aaa;}
.accordion .link .icon-administration{/*color: #ff99cc;*/ color:#aaa;}
.accordion .link .icon-marketing{/*color: #ffbb3b;*/ color:#aaa;}
.accordion .link .icon-comment{/*color:#3fc4fc ;*/ color:#aaa;}
.accordion .link .icon-store{/*color: #3fc4fc;*/ color:#aaa;}
.accordion .link .icon-membercard{/*color: #66cc66;*/ color:#aaa;}
.accordion .link .icon-photo{/*color: #ffbb3b;*/ color:blue;}
.accordion .link .icon-performance{/*color: #3fc4fc;*/ color:#aaa;}
.accordion .link .icon-supplychain{/*color: #66cc66;*/ color:#aaa;}
.accordion .link .icon-financial{/*color:#3fc4fc;*/ color:#aaa;}
.accordion .submenu{display: none;z-index:1001;width:200px;}
.accordion .submenu li{position: relative; transition: width ease 0.4s;}
.accordion .submenu li a{font-size: 14px; cursor: pointer; transition: 0.4s;}
.accordion .submenu li a:before{content: ">"; position: absolute; top: 0px; left: -20px; opacity: 0; transition:left ease 0.4s;}
.accordion .submenu li:hover a{color: #3399ff;}
.accordion .submenu li:hover a:before{opacity: 1; left:0 ;}
.accordion .submenu li:hover a{padding-left: 14px;}
.siderbar .submenu{padding-left: 32px; line-height: 30px; }
.opacity-set{ opacity: 0; display: none; }
.width-set{width: 60px; }
.accordion.width-set{width: 80px; }
.submenu li.show-set{display: none;}
.if-conaa{
position: absolute;
z-index: 99;
border: 100px;
width: 100%;
height: 100%;
transition: left ease 0.4s;
}
.if-con{
box-shadow: 0px 0px 0px 0px #333 inset;
width: 100%;
height: calc(100% - 50px);
position: absolute;
z-index: 99;
left: 200px;
top: 50px;
width: calc(100% - 200px);
height: calc(100% - 50px);
transition: left ease 0.4s;
border: 0px;
border-left: 1px solid #DDDDDD;
}
/**首页提醒样式*/
#popView {
background: #fff;
width: 260px;
border: 1px solid #e0e0e0;
font-size: 12px;
position: fixed;
right: 10px;
bottom: 10px;
z-index: 1000;
}
#popHead {
line-height: 32px;
background: #f6f0f3;
border-bottom: 1px solid #e0e0e0;
position: relative;
font-size: 12px;
padding: 0 0 0 10px;
}
#popHead h2 {
font-size: 14px;
color: #666;
line-height: 32px;
height: 32px;
}
#popHead #popClose {
position: absolute;
right: 10px;
top: 1px;
}
#popHead a#popClose:hover {
color: #f00;
cursor: pointer;
}
#popContent {
padding: 5px 10px;
}
#popTitle a {
line-height: 24px;
font-size: 14px;
font-family: '微软雅黑';
color: #333;
font-weight: bold;
text-decoration: none;
}
#popTitle a:hover {
color: #f60;
}
#popIntro {
text-indent: 24px;
line-height: 160%;
margin: 5px 0;
color: #666;
}
#popMore {
border-top: 1px dotted #ccc;
line-height: 24px;
margin: 8px 0 0 0;
}
#popMore a {
color: #f60;
}
#popMore a:hover {
color: #f00;
}
/*.if-con{position: absolute; z-index:99;left: 200px; top: 50px; border: 0; width: calc(100% - 200px); height: calc(100% - 50px); transition: left ease 0.4s;} */
/*body{position: relative;}*/ | 0.34632 | 0.108378 |
body{
background:black;
margin: 0 auto;
overflow-x: hidden;
}
#mainMenu {
z-index: 999;
position: fixed;
top:0px;
left:4%;
list-style-type: none;
margin: 0;
padding: 0;
width: 200px;
background-color: transparent;
font-weight: lighter;
font-family: "futura-pt",sans-serif;
}
li a {
display: block;
background-color: rgba(0,0,0,.3);
border: 1px solid white;
color: white;
padding: 8px 0 8px 0;
margin-bottom: 5px;
text-decoration: none;
text-align: center;
}
a{
text-decoration: none;
color: grey;
}
/* Change the link color on hover */
li a:hover {
background-color: #555;
color: white;
}
.active {
background-color: #4CAF50;
color: white;
}
.top-title{
font-weight: bolder;
color:white;
text-align: center;
font-family: "futura-pt",sans-serif;
}
.welcome{
position: absolute;
padding: 50px;
top: 11%;
bottom:0px;
left: 25%;
margin: 0 auto;
width:60%;
height: 100%;
background: rgba(0,0,0,.4);
font-family: "futura-pt",sans-serif;
color:white;
text-align: center;
font-family: "futura-pt",sans-serif;
font-size: 24px;
}
.about{
position: absolute;
padding: 50px;
top: 11%;
left: 25%;
margin: 0 auto;
width:60%;
height: 100%;
background: rgba(0,0,0,.4);
color:white;
text-align: left;
font-family: "futura-pt",sans-serif;
font-size: 24px;
}
.aboutImg{
width:75%;
}
.aboutDemos{
position: absolute;
padding: 50px;
top: 0%;
left: 220px;
margin: 0 auto;
width:100%;
height: 100%;
background: transparent;
color:white;
text-align: left;
font-family: "futura-pt",sans-serif;
font-size: 24px;
}
.learnMore{
position: absolute;
width: 500px;
left:50%;
transform:translate(-50%,-20px);
top:10%;
font-family: "futura-pt",sans-serif;
background: rgba(0,0,0,0);
}
.learnMore a{
color:white;
}
.learnMore a:hover{
color:grey;
}
.back:hover{
color:grey;
}
.back {
color:white;
}
.tutContent{
position: absolute;
padding: 50px;
top: 11%;
left: 25%;
margin: 0 auto;
width:60%;
height: 100%;
background: rgba(0,0,0,.4);
font-family: "futura-pt",sans-serif;
color:white;
text-align: left;
font-family: "futura-pt",sans-serif;
font-size: 24px;
}
.exampleMenu{
position: absolute;
width:25%;
top:25%;
left:37.5%;
}
.documentationTop{
z-index: 0;
position: absolute;
margin: 0 auto;
width: 100%;
height: 100%;
/*background: rgba(0,0,0,.4);*/
font-family: "futura-pt",sans-serif;
color:white;
text-align: left;
font-size: 22px;
}
.category{
position: relative;
margin: 0 auto;
width:50%;
background: rgba(0,0,0,.4);
color:white;
text-align: left;
font-family: "futura-pt",sans-serif;
}
.topic{
margin: 0;
cursor:pointer;
padding:10px;
}
.topic:focus{
outline:none;
}
.topic:focus .topicDescription{
display:block;
border:1px solid white;
padding:10px;
max-height:100%;
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
transition: max-height 0.5s;
}
.topicDescription{
display:block;
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
transition: max-height 0.5s;
}
.credits{
position: absolute;
padding: 50px;
top: 11%;
left: 25%;
margin: 0 auto;
width:50%;
height: 100%;
background: rgba(0,0,0,.4);
font-family: "futura-pt",sans-serif;
color:white;
text-align: left;
font-family: "futura-pt",sans-serif;
font-size: 24px;
}
.demos, .tuts{
position: absolute;
width: 500px;
height: 360px;
left:50%;
transform:translate(-50%,0%);
top:10%;
font-family: "futura-pt",sans-serif;
background: rgba(0,0,0,.8);
}
.tuts{
width:;
}
.tutdemo{
width:100%;
height:600px;
border: 1px solid white;
}
.tutBody{
font-size: 16px;
background:rgba(255,255,255,.75);
}
code, pre{
width:100%;
position: relative;
padding: 0;
color: black;
background: white;
direction: ltr;
text-align: left;
white-space: pre;
display: inline-block;
word-spacing: normal;
word-break: normal;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.tutExplanation{
display:inline-block;
padding:10px;
background:rgba(0,0,0,.5);
}
/*pre {
position: relative;
font: 100% courier,monospace;
border: 1px solid #ccc;
overflow: auto;
overflow-x: scroll;
width: 50%;
padding: 0 1em 1em 1em;
margin: 1em auto 2em auto;
background: #fff7f0;
color: #000
}*/
.demobox, .tutbox{
border: 1px solid white;
width:300px;
height:150px;
color: white;
/* padding: 8px 0 8px 0;
margin: 15px;*/
text-align: center;
}
.demobox a,.tutbox a {
text-decoration: none;
color:white;
}
.demobox:hover, .tutbox:hover {
box-sizing: border-box;
border: 1px solid;
border-color: rgba(255,255,255,.5);
background:rgba(64,64,64,.5);
}
.tutbox{
width: 200px;
height:200px;
}
.openBelow {
display: none;
}
.openNew{
display: none;
}
.openBelow:hover{
background:#666;
}
.openNew:hover{
background:#666;
}
.demoPresentDiv{
position:absolute;
overflow: hidden;
width:100%;
height:100%;
left:50%;
transform:translate(-50%,0%);
background:rgba(40,40,40,.7);
z-index: 999;
}
tr{
height:300px;
}
#closeBox{
z-index: 999;
width:40px;
height:40px;
font-size: 30px;
border: 1px solid white;
border-radius: 50%;
position: absolute;
top:3%;
left:3%;
color:white;
font-weight: lighter;
font-family: sans-serif;
text-align: center;
cursor: pointer;
background:black;
}
#closeBox:after {
content: '\d7';
}
#closeBox:hover{
background:grey;
}
iframe{
z-index: 999;
border:none;
background: black;
overflow: hidden;
}
.overflowNotHidden{
overflow: visible;
}
.demoBelow{
z-index: 999;
position:absolute;
width:85%;
height:85%;
left:50%;
top:50%;
transform:translate(-50%,-50%);
overflow: hidden;
}
.demobox:hover .openNew {
display: inline-block;
position: relative;
margin: 2 auto;
height:20px;
width:150px;
bottom:0px;
border: 1px solid white;
cursor: pointer;
}
.demobox:hover .openBelow {
display: inline-block;
position: relative;
margin: 2 auto;
height:20px;
width:150px;
bottom:0px;
border: 1px solid white;
cursor: pointer;
}
.downloadBtnContainer{
position: absolute;
top:20%;
display:block;
margin: 0 auto;
width:100%;
}
.demothumb{
position: relative;
top:0px;
}
.demobox:hover .demothumb{
opacity: .7;
}
.downloadBtn{
display: block;
margin: 0 auto;
margin-bottom: 25px;
width:20%;
background-color: rgba(0,0,0,.3);
border: 1px solid white;
color: white;
padding: 16px 0 16px 0;
text-decoration: none;
text-align: center;
font-family: "futura-pt",sans-serif;
}
.downloadBtn:hover{
background-color: #555;
color: white;
}
.videoScreen{
z-index: 999;
width:100%;
}
#mobileDevice{
position: absolute;
padding:100px;
width:100%;
color:white;
z-index: 999;
bottom:0%;
left:50%;
transform: translate(-50%,50%);
display:none;
background:black;
border:1px solid white;
font-size: 36px;
} | style.css | body{
background:black;
margin: 0 auto;
overflow-x: hidden;
}
#mainMenu {
z-index: 999;
position: fixed;
top:0px;
left:4%;
list-style-type: none;
margin: 0;
padding: 0;
width: 200px;
background-color: transparent;
font-weight: lighter;
font-family: "futura-pt",sans-serif;
}
li a {
display: block;
background-color: rgba(0,0,0,.3);
border: 1px solid white;
color: white;
padding: 8px 0 8px 0;
margin-bottom: 5px;
text-decoration: none;
text-align: center;
}
a{
text-decoration: none;
color: grey;
}
/* Change the link color on hover */
li a:hover {
background-color: #555;
color: white;
}
.active {
background-color: #4CAF50;
color: white;
}
.top-title{
font-weight: bolder;
color:white;
text-align: center;
font-family: "futura-pt",sans-serif;
}
.welcome{
position: absolute;
padding: 50px;
top: 11%;
bottom:0px;
left: 25%;
margin: 0 auto;
width:60%;
height: 100%;
background: rgba(0,0,0,.4);
font-family: "futura-pt",sans-serif;
color:white;
text-align: center;
font-family: "futura-pt",sans-serif;
font-size: 24px;
}
.about{
position: absolute;
padding: 50px;
top: 11%;
left: 25%;
margin: 0 auto;
width:60%;
height: 100%;
background: rgba(0,0,0,.4);
color:white;
text-align: left;
font-family: "futura-pt",sans-serif;
font-size: 24px;
}
.aboutImg{
width:75%;
}
.aboutDemos{
position: absolute;
padding: 50px;
top: 0%;
left: 220px;
margin: 0 auto;
width:100%;
height: 100%;
background: transparent;
color:white;
text-align: left;
font-family: "futura-pt",sans-serif;
font-size: 24px;
}
.learnMore{
position: absolute;
width: 500px;
left:50%;
transform:translate(-50%,-20px);
top:10%;
font-family: "futura-pt",sans-serif;
background: rgba(0,0,0,0);
}
.learnMore a{
color:white;
}
.learnMore a:hover{
color:grey;
}
.back:hover{
color:grey;
}
.back {
color:white;
}
.tutContent{
position: absolute;
padding: 50px;
top: 11%;
left: 25%;
margin: 0 auto;
width:60%;
height: 100%;
background: rgba(0,0,0,.4);
font-family: "futura-pt",sans-serif;
color:white;
text-align: left;
font-family: "futura-pt",sans-serif;
font-size: 24px;
}
.exampleMenu{
position: absolute;
width:25%;
top:25%;
left:37.5%;
}
.documentationTop{
z-index: 0;
position: absolute;
margin: 0 auto;
width: 100%;
height: 100%;
/*background: rgba(0,0,0,.4);*/
font-family: "futura-pt",sans-serif;
color:white;
text-align: left;
font-size: 22px;
}
.category{
position: relative;
margin: 0 auto;
width:50%;
background: rgba(0,0,0,.4);
color:white;
text-align: left;
font-family: "futura-pt",sans-serif;
}
.topic{
margin: 0;
cursor:pointer;
padding:10px;
}
.topic:focus{
outline:none;
}
.topic:focus .topicDescription{
display:block;
border:1px solid white;
padding:10px;
max-height:100%;
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
transition: max-height 0.5s;
}
.topicDescription{
display:block;
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
transition: max-height 0.5s;
}
.credits{
position: absolute;
padding: 50px;
top: 11%;
left: 25%;
margin: 0 auto;
width:50%;
height: 100%;
background: rgba(0,0,0,.4);
font-family: "futura-pt",sans-serif;
color:white;
text-align: left;
font-family: "futura-pt",sans-serif;
font-size: 24px;
}
.demos, .tuts{
position: absolute;
width: 500px;
height: 360px;
left:50%;
transform:translate(-50%,0%);
top:10%;
font-family: "futura-pt",sans-serif;
background: rgba(0,0,0,.8);
}
.tuts{
width:;
}
.tutdemo{
width:100%;
height:600px;
border: 1px solid white;
}
.tutBody{
font-size: 16px;
background:rgba(255,255,255,.75);
}
code, pre{
width:100%;
position: relative;
padding: 0;
color: black;
background: white;
direction: ltr;
text-align: left;
white-space: pre;
display: inline-block;
word-spacing: normal;
word-break: normal;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.tutExplanation{
display:inline-block;
padding:10px;
background:rgba(0,0,0,.5);
}
/*pre {
position: relative;
font: 100% courier,monospace;
border: 1px solid #ccc;
overflow: auto;
overflow-x: scroll;
width: 50%;
padding: 0 1em 1em 1em;
margin: 1em auto 2em auto;
background: #fff7f0;
color: #000
}*/
.demobox, .tutbox{
border: 1px solid white;
width:300px;
height:150px;
color: white;
/* padding: 8px 0 8px 0;
margin: 15px;*/
text-align: center;
}
.demobox a,.tutbox a {
text-decoration: none;
color:white;
}
.demobox:hover, .tutbox:hover {
box-sizing: border-box;
border: 1px solid;
border-color: rgba(255,255,255,.5);
background:rgba(64,64,64,.5);
}
.tutbox{
width: 200px;
height:200px;
}
.openBelow {
display: none;
}
.openNew{
display: none;
}
.openBelow:hover{
background:#666;
}
.openNew:hover{
background:#666;
}
.demoPresentDiv{
position:absolute;
overflow: hidden;
width:100%;
height:100%;
left:50%;
transform:translate(-50%,0%);
background:rgba(40,40,40,.7);
z-index: 999;
}
tr{
height:300px;
}
#closeBox{
z-index: 999;
width:40px;
height:40px;
font-size: 30px;
border: 1px solid white;
border-radius: 50%;
position: absolute;
top:3%;
left:3%;
color:white;
font-weight: lighter;
font-family: sans-serif;
text-align: center;
cursor: pointer;
background:black;
}
#closeBox:after {
content: '\d7';
}
#closeBox:hover{
background:grey;
}
iframe{
z-index: 999;
border:none;
background: black;
overflow: hidden;
}
.overflowNotHidden{
overflow: visible;
}
.demoBelow{
z-index: 999;
position:absolute;
width:85%;
height:85%;
left:50%;
top:50%;
transform:translate(-50%,-50%);
overflow: hidden;
}
.demobox:hover .openNew {
display: inline-block;
position: relative;
margin: 2 auto;
height:20px;
width:150px;
bottom:0px;
border: 1px solid white;
cursor: pointer;
}
.demobox:hover .openBelow {
display: inline-block;
position: relative;
margin: 2 auto;
height:20px;
width:150px;
bottom:0px;
border: 1px solid white;
cursor: pointer;
}
.downloadBtnContainer{
position: absolute;
top:20%;
display:block;
margin: 0 auto;
width:100%;
}
.demothumb{
position: relative;
top:0px;
}
.demobox:hover .demothumb{
opacity: .7;
}
.downloadBtn{
display: block;
margin: 0 auto;
margin-bottom: 25px;
width:20%;
background-color: rgba(0,0,0,.3);
border: 1px solid white;
color: white;
padding: 16px 0 16px 0;
text-decoration: none;
text-align: center;
font-family: "futura-pt",sans-serif;
}
.downloadBtn:hover{
background-color: #555;
color: white;
}
.videoScreen{
z-index: 999;
width:100%;
}
#mobileDevice{
position: absolute;
padding:100px;
width:100%;
color:white;
z-index: 999;
bottom:0%;
left:50%;
transform: translate(-50%,50%);
display:none;
background:black;
border:1px solid white;
font-size: 36px;
} | 0.407923 | 0.055978 |
body{
width:100%;
}
table {
width: 100%;
text-align: center;
}
img{
height: 100%;
display: block;
}
h5{
text-align: center;
margin: 0px;
font-family: sans-serif;
}
small{
font-size: 1.3em;
}
#title{
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 700;
font-size: 1.2em;
text-align: center;
}
#infotable{
width: 92%;
}
#infotable2, #infotable3{
width: 100%;
border-collapse: collapse;
}
#infotable2 img{
width: 100px;
}
#infotable2 tr th{
font-family: sans-serif;
border: 1px solid #3b3b3b;
font-size: .7em;
font-weight: 200;
margin: 0;
padding: 0
}
#infotable tr td{
font-family: sans-serif;
border: 1px solid #3b3b3b;
font-size: .57em;
}
#infotable3 tr td{
font-family: sans-serif;
border: 1px solid #3b3b3b;
font-size: .57em;
}
#detalles{
margin-top: 3px;
}
#detalles>thead{
background: #b5b1b1;
}
#detalles td{
font-family: sans-serif;
border: 1px solid #3b3b3b;
font-size: .57em;
}
#detalles th{
border: 1px solid #000;
font-family: sans-serif;
padding: 4px;
font-size: .5em;
font-weight: 600;
}
.rowend{
background-color: #D8D8D8;
}
.rowend td{
padding: 0px;
margin: 0px;
}
#firmas{
width: 92%;
font-family: sans-serif;
font-size: .5em;
border: 1px solid #3b3b3b;
}
#firmas tr td{
border: 0.5px solid #000;
}
#detalles,#firmas,#infotable{
border-collapse: collapse;
border-spacing: 0px 0px;
}
/*FACTURACION*/
#infotable2{
font-size: .8em;
width: 100%;
}
#first{
width: 50%;
}
#cero{
width: 25%;
}
#second{
width: 25%;
}
#cero img{
top: 0px;
width: 140px;
}
#first p{
color: #3B5997;
text-align: left;
margin-left: 30px;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
#first h1{
color: #3B5997;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#second p{
color: #3B5997;
margin: 0;
padding: 0;
}
#second h2{
color: red;
text-align: center;
margin-top: 0;
margin-bottom: 10px;
padding: 0;
letter-spacing: .1em;
}
#fechafactura p{
margin-top: 0px;
margin-bottom: 15px;
color: #3B5997;
font-style: italic;
}
#fechafactura small{
padding-left: 20px;
padding-right: 20px;
border: 1px solid #3B5997;
background: #EAF0FC;
} | public/css/print.css | body{
width:100%;
}
table {
width: 100%;
text-align: center;
}
img{
height: 100%;
display: block;
}
h5{
text-align: center;
margin: 0px;
font-family: sans-serif;
}
small{
font-size: 1.3em;
}
#title{
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 700;
font-size: 1.2em;
text-align: center;
}
#infotable{
width: 92%;
}
#infotable2, #infotable3{
width: 100%;
border-collapse: collapse;
}
#infotable2 img{
width: 100px;
}
#infotable2 tr th{
font-family: sans-serif;
border: 1px solid #3b3b3b;
font-size: .7em;
font-weight: 200;
margin: 0;
padding: 0
}
#infotable tr td{
font-family: sans-serif;
border: 1px solid #3b3b3b;
font-size: .57em;
}
#infotable3 tr td{
font-family: sans-serif;
border: 1px solid #3b3b3b;
font-size: .57em;
}
#detalles{
margin-top: 3px;
}
#detalles>thead{
background: #b5b1b1;
}
#detalles td{
font-family: sans-serif;
border: 1px solid #3b3b3b;
font-size: .57em;
}
#detalles th{
border: 1px solid #000;
font-family: sans-serif;
padding: 4px;
font-size: .5em;
font-weight: 600;
}
.rowend{
background-color: #D8D8D8;
}
.rowend td{
padding: 0px;
margin: 0px;
}
#firmas{
width: 92%;
font-family: sans-serif;
font-size: .5em;
border: 1px solid #3b3b3b;
}
#firmas tr td{
border: 0.5px solid #000;
}
#detalles,#firmas,#infotable{
border-collapse: collapse;
border-spacing: 0px 0px;
}
/*FACTURACION*/
#infotable2{
font-size: .8em;
width: 100%;
}
#first{
width: 50%;
}
#cero{
width: 25%;
}
#second{
width: 25%;
}
#cero img{
top: 0px;
width: 140px;
}
#first p{
color: #3B5997;
text-align: left;
margin-left: 30px;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
#first h1{
color: #3B5997;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#second p{
color: #3B5997;
margin: 0;
padding: 0;
}
#second h2{
color: red;
text-align: center;
margin-top: 0;
margin-bottom: 10px;
padding: 0;
letter-spacing: .1em;
}
#fechafactura p{
margin-top: 0px;
margin-bottom: 15px;
color: #3B5997;
font-style: italic;
}
#fechafactura small{
padding-left: 20px;
padding-right: 20px;
border: 1px solid #3B5997;
background: #EAF0FC;
} | 0.242206 | 0.094343 |
*,
*::before,
*::after {
box-sizing: border-box;
}
.viewScores {
display: flex;
left: 40px;
top: 0;
cursor: pointer;
}
/*Timer*/
.time {
display: flex;
flex-direction: row;
right: 20px;
font-size: 15px;
margin-top: 15px;
font-weight: bold;
}
.time span {
margin-left: 5px;
}
.viewScores, .time {
position: absolute;
color: rgb(61, 29, 29);
}
.first-page, .quiz, .position {
padding-top: 50px;
color: rgb(61, 29, 29);
}
header {
text-align: center;
}
h1 {
text-shadow: 1px 1px coral;
}
.card-footer {
text-align: center;
}
.card-footer::before {
content: " ";
display: block;
}
.card-footer::after {
content: " ";
display: block;
clear: both;
}
.start {
border: solid #ffff 2px;
background-color: rgb(241, 102, 83);
border-radius: 25px;
box-shadow: coral 0px 2px 10px 0px;
color: #ffff;
display: inline-block;
font-size: 22px;
line-height: 22px;
margin: 16px 16px 16px 20px;
padding: 14px 34px;
text-align: center;
cursor: pointer;
}
.start:hover {
background: rgb(61, 29, 29);
color: coral;
}
.quiz {
display: block;
position: absolute;
margin-left: 35%;
display: none
}
/*Answers*/
.options h4 {
display:block;
color: #ffff;
background-color: coral;
width: 10rem;
cursor: pointer;
}
.options h4:hover {
background: #ffff;
color: rgb(241, 102, 83);
}
/*Wrong/Correct indicators*/
.progress {
color: grey;
border-top: solid 2px grey;
display: flex;
align-items: flex-start;
position: absolute;
margin-left: 35%;
margin-top: 20rem;
display: none;
}
/*Current points*/
.results {
text-align: center;
padding-top: 50px;
color: rgb(61, 29, 29);
display: none;
}
.submit {
border: solid #ffff 2px;
background-color: rgb(241, 102, 83);
border-radius: 25px;
box-shadow: coral 0px 2px 10px 0px;
color: #ffff;
cursor: pointer;
}
.submit:hover{
background: #ffff;
color: rgb(241, 102, 83);
}
/*Highscores*/
.position {
text-align: center;
display: none;
}
ol {
background: rgb(241, 102, 83);
opacity: 70%;
color: #ffff;
display: flex;
flex-direction: column;
width: 8rem;
padding-left: 1.5rem;
margin-left: 46%;
}
.back, .clear {
border: solid #ffff 2px;
background-color: rgb(241, 102, 83);
border-radius: 25px;
box-shadow: coral 0px 2px 10px 0px;
color: #ffff;
cursor: pointer;
}
.back:hover {
background: #ffff;
color: rgb(241, 102, 83);
}
.clear:hover {
background: rgb(61, 29, 29);
color: coral;
}
/*ol items*/
@media screen and (max-width: 1282px) {
ol {
margin-left: 45%;
}
}
@media screen and (max-width: 968px) {
ol {
margin-left: 44%;
}
}
@media screen and (max-width: 830px) {
ol {
margin-left: 42%;
}
}
@media screen and (max-width: 430px) {
ol {
margin-left: 27%;
}
}
/*Timer*/
@media screen and (max-width: 283px) {
.time {
flex-direction: column;
margin-top: 40px;
margin-right: 30px;
}
} | assets/style.css | *,
*::before,
*::after {
box-sizing: border-box;
}
.viewScores {
display: flex;
left: 40px;
top: 0;
cursor: pointer;
}
/*Timer*/
.time {
display: flex;
flex-direction: row;
right: 20px;
font-size: 15px;
margin-top: 15px;
font-weight: bold;
}
.time span {
margin-left: 5px;
}
.viewScores, .time {
position: absolute;
color: rgb(61, 29, 29);
}
.first-page, .quiz, .position {
padding-top: 50px;
color: rgb(61, 29, 29);
}
header {
text-align: center;
}
h1 {
text-shadow: 1px 1px coral;
}
.card-footer {
text-align: center;
}
.card-footer::before {
content: " ";
display: block;
}
.card-footer::after {
content: " ";
display: block;
clear: both;
}
.start {
border: solid #ffff 2px;
background-color: rgb(241, 102, 83);
border-radius: 25px;
box-shadow: coral 0px 2px 10px 0px;
color: #ffff;
display: inline-block;
font-size: 22px;
line-height: 22px;
margin: 16px 16px 16px 20px;
padding: 14px 34px;
text-align: center;
cursor: pointer;
}
.start:hover {
background: rgb(61, 29, 29);
color: coral;
}
.quiz {
display: block;
position: absolute;
margin-left: 35%;
display: none
}
/*Answers*/
.options h4 {
display:block;
color: #ffff;
background-color: coral;
width: 10rem;
cursor: pointer;
}
.options h4:hover {
background: #ffff;
color: rgb(241, 102, 83);
}
/*Wrong/Correct indicators*/
.progress {
color: grey;
border-top: solid 2px grey;
display: flex;
align-items: flex-start;
position: absolute;
margin-left: 35%;
margin-top: 20rem;
display: none;
}
/*Current points*/
.results {
text-align: center;
padding-top: 50px;
color: rgb(61, 29, 29);
display: none;
}
.submit {
border: solid #ffff 2px;
background-color: rgb(241, 102, 83);
border-radius: 25px;
box-shadow: coral 0px 2px 10px 0px;
color: #ffff;
cursor: pointer;
}
.submit:hover{
background: #ffff;
color: rgb(241, 102, 83);
}
/*Highscores*/
.position {
text-align: center;
display: none;
}
ol {
background: rgb(241, 102, 83);
opacity: 70%;
color: #ffff;
display: flex;
flex-direction: column;
width: 8rem;
padding-left: 1.5rem;
margin-left: 46%;
}
.back, .clear {
border: solid #ffff 2px;
background-color: rgb(241, 102, 83);
border-radius: 25px;
box-shadow: coral 0px 2px 10px 0px;
color: #ffff;
cursor: pointer;
}
.back:hover {
background: #ffff;
color: rgb(241, 102, 83);
}
.clear:hover {
background: rgb(61, 29, 29);
color: coral;
}
/*ol items*/
@media screen and (max-width: 1282px) {
ol {
margin-left: 45%;
}
}
@media screen and (max-width: 968px) {
ol {
margin-left: 44%;
}
}
@media screen and (max-width: 830px) {
ol {
margin-left: 42%;
}
}
@media screen and (max-width: 430px) {
ol {
margin-left: 27%;
}
}
/*Timer*/
@media screen and (max-width: 283px) {
.time {
flex-direction: column;
margin-top: 40px;
margin-right: 30px;
}
} | 0.457864 | 0.089733 |
.mainDiv{
width: 1600px;
background-color: rgba(245,245,245,1);
}
.container{
width: 100%;
margin: 0 auto;
margin-top:50px;
}
.bookClass{
width: 100%;
height: 50px;
margin-bottom:20px
}
.bookClass ul{
}
.bookClass ul li{
float: left;
margin-left: 20px;
font-size: 20px;
font-weight: 600;
}
.topScrollPicture{
width: 100%;
height: 410px;
margin:0 auto;
/*border: solid 2px;*/
}
.topScrollPicture div{
float: left;
width: 100%;
}
#image{
float: left;
margin:0 auto;
padding-left: 300px;
}
#image li{
display: none;
}
#image li.image_show{
display: block;
}
#list {
position: relative;
margin-top: -34px;
padding-left: 735px;
}
#list li{
width: 20px;
vertical-align: middle;
height: 20px;
float: left;
border-radius: 20px;
margin-right: 20px;
background-color:rgba(255,255,255,0.9);
cursor: pointer;
/*渐变时间*/
transition-duration: 0.4s;
}
/*渐变hover*/
#list li:hover{
background-color:rgba(135,206,250,0.8);
}
#list li.list_show{
background-color: rgba(100,149,230,1);
}
.round{
display: none;
height: 50px;
/*border: solid 1px;*/
margin-top: -230px;
}
.round li{
width: 50px;
height: 50px;
background-color: rgba(2,2,2,0.3);
border-radius: 40px;
line-height: 50px;
color: white;
font-size: 20px;
font-weight: bold;
text-align: center;
cursor: pointer;
transition-duration: 0.4s;
}
.round li:hover{
background-color: rgba(245,245,245,0.5);
color: black;
}
.round_l{
float: left;
position: absolute;
margin-left: 301px;
}
.round_r{
/*float:right;*/
position: absolute;
margin-left: 1247px;
}
.subtitle{
/*width: 100%;*/
height: 30px;
margin-top: 10px;
padding: 10px;
background-color: rgb(250,250,250,1);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}
.subtitle div{
float: left;
margin-left: 10px;
}
.subtitle .title{
font-size: 1.6em;
font-weight: 600;
}
.bookList{
width: 100%;
margin-top: 10px;
}
.bookList ul{
width: 100%;
height: 100%;
margin: 0 auto;
}
.bookList ul li{
float: left;
width: 24%;
margin-right: 14px;
}
.bookInfo{
width: 100%;
height: 400px;
margin-bottom: 40px;
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}
.bookInfo .image{
width: 100%;
height: 70%;
/*border:solid 2px;*/
overflow:hidden;
}
.bookInfo .info{
width: 100%;
height: 29%;
/*border:solid 2px;*/
}
.bookInfo img{
height: 99%;
display:block;
margin:0 auto;
}
.bookInfo div{
width: 100%;
float: left;
}
.bookInfo div span{
float: left;
padding-left: 10px;
margin-top: 5px;
}
.bookName{
width: 100%;
font-size: 1.3em;
font-weight: 500;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.bookPricePress{
width: 100%;
font-size: 1em;
font-weight: 500;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.page ul{
float:right;
}
.page ul li{
float:left;
font-size:25px;
margin-right:10px;
}
.page a{
color: gray;
transition: 0.3s;
}
.page a:hover{
color: #0AA2ED;
} | public/front_static/css/index.css | .mainDiv{
width: 1600px;
background-color: rgba(245,245,245,1);
}
.container{
width: 100%;
margin: 0 auto;
margin-top:50px;
}
.bookClass{
width: 100%;
height: 50px;
margin-bottom:20px
}
.bookClass ul{
}
.bookClass ul li{
float: left;
margin-left: 20px;
font-size: 20px;
font-weight: 600;
}
.topScrollPicture{
width: 100%;
height: 410px;
margin:0 auto;
/*border: solid 2px;*/
}
.topScrollPicture div{
float: left;
width: 100%;
}
#image{
float: left;
margin:0 auto;
padding-left: 300px;
}
#image li{
display: none;
}
#image li.image_show{
display: block;
}
#list {
position: relative;
margin-top: -34px;
padding-left: 735px;
}
#list li{
width: 20px;
vertical-align: middle;
height: 20px;
float: left;
border-radius: 20px;
margin-right: 20px;
background-color:rgba(255,255,255,0.9);
cursor: pointer;
/*渐变时间*/
transition-duration: 0.4s;
}
/*渐变hover*/
#list li:hover{
background-color:rgba(135,206,250,0.8);
}
#list li.list_show{
background-color: rgba(100,149,230,1);
}
.round{
display: none;
height: 50px;
/*border: solid 1px;*/
margin-top: -230px;
}
.round li{
width: 50px;
height: 50px;
background-color: rgba(2,2,2,0.3);
border-radius: 40px;
line-height: 50px;
color: white;
font-size: 20px;
font-weight: bold;
text-align: center;
cursor: pointer;
transition-duration: 0.4s;
}
.round li:hover{
background-color: rgba(245,245,245,0.5);
color: black;
}
.round_l{
float: left;
position: absolute;
margin-left: 301px;
}
.round_r{
/*float:right;*/
position: absolute;
margin-left: 1247px;
}
.subtitle{
/*width: 100%;*/
height: 30px;
margin-top: 10px;
padding: 10px;
background-color: rgb(250,250,250,1);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}
.subtitle div{
float: left;
margin-left: 10px;
}
.subtitle .title{
font-size: 1.6em;
font-weight: 600;
}
.bookList{
width: 100%;
margin-top: 10px;
}
.bookList ul{
width: 100%;
height: 100%;
margin: 0 auto;
}
.bookList ul li{
float: left;
width: 24%;
margin-right: 14px;
}
.bookInfo{
width: 100%;
height: 400px;
margin-bottom: 40px;
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}
.bookInfo .image{
width: 100%;
height: 70%;
/*border:solid 2px;*/
overflow:hidden;
}
.bookInfo .info{
width: 100%;
height: 29%;
/*border:solid 2px;*/
}
.bookInfo img{
height: 99%;
display:block;
margin:0 auto;
}
.bookInfo div{
width: 100%;
float: left;
}
.bookInfo div span{
float: left;
padding-left: 10px;
margin-top: 5px;
}
.bookName{
width: 100%;
font-size: 1.3em;
font-weight: 500;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.bookPricePress{
width: 100%;
font-size: 1em;
font-weight: 500;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.page ul{
float:right;
}
.page ul li{
float:left;
font-size:25px;
margin-right:10px;
}
.page a{
color: gray;
transition: 0.3s;
}
.page a:hover{
color: #0AA2ED;
} | 0.36139 | 0.070945 |
background-color: #222222; }
#mainNav .navbar-toggler {
font-size: 12px;
right: 0;
padding: 13px;
text-transform: uppercase;
color: white;
border: 0;
background-color: #C0471C;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav .navbar-brand {
color: #C0471C;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, cursive; }
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #C0471C; }
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: white;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #C0471C; }
@media (min-width: 992px) {
#mainNav {
border: none;
background-color: black; }
#mainNav .navbar-brand {
font-size: 1.75em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
#mainNav .navbar-nav .nav-item .nav-link {
padding: 1.1em 1em !important; }
#mainNav.navbar-shrink {
padding-top: 0;
padding-bottom: 0;
background-color: #222222; }
#mainNav.navbar-shrink .navbar-brand {
font-size: 1.25em;
padding: 12px 0; } }
footer {
padding: 25px 0;
text-align: center;
background-color: black;
color: #eeeeee;
}
footer span.copyright {
font-size: 90%;
line-height: 40px;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
footer ul.quicklinks {
font-size: 90%;
line-height: 40px;
margin-bottom: 0;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
/* Side bar CSS */
#mySidenav div {
position: fixed; /* Position them relative to the browser window */
left: -130px; /* Position them outside of the screen */
transition: 0.3s; /* Add transition on hover */
padding: 15px; /* 15px padding */
width: 150px; /* Set a specific width */
text-decoration: none; /* Remove underline */
font-size: 1rem; /* Increase font size */
color: black; /* White text color */
border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}
#mySidenav div:hover {
left: 0; /* On mouse-over, make the elements appear as they should */
color: white;
}
#mySidenav div:focus-within {
left: 0; /* On mouse-over, make the elements appear as they should */
color: white;
}
/* The about link: 20px from the top with a green background */
.sidenav-body {
top: 20%;
background-color: black;
} | css/nav.css | background-color: #222222; }
#mainNav .navbar-toggler {
font-size: 12px;
right: 0;
padding: 13px;
text-transform: uppercase;
color: white;
border: 0;
background-color: #C0471C;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav .navbar-brand {
color: #C0471C;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, cursive; }
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #C0471C; }
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: white;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #C0471C; }
@media (min-width: 992px) {
#mainNav {
border: none;
background-color: black; }
#mainNav .navbar-brand {
font-size: 1.75em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
#mainNav .navbar-nav .nav-item .nav-link {
padding: 1.1em 1em !important; }
#mainNav.navbar-shrink {
padding-top: 0;
padding-bottom: 0;
background-color: #222222; }
#mainNav.navbar-shrink .navbar-brand {
font-size: 1.25em;
padding: 12px 0; } }
footer {
padding: 25px 0;
text-align: center;
background-color: black;
color: #eeeeee;
}
footer span.copyright {
font-size: 90%;
line-height: 40px;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
footer ul.quicklinks {
font-size: 90%;
line-height: 40px;
margin-bottom: 0;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
/* Side bar CSS */
#mySidenav div {
position: fixed; /* Position them relative to the browser window */
left: -130px; /* Position them outside of the screen */
transition: 0.3s; /* Add transition on hover */
padding: 15px; /* 15px padding */
width: 150px; /* Set a specific width */
text-decoration: none; /* Remove underline */
font-size: 1rem; /* Increase font size */
color: black; /* White text color */
border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}
#mySidenav div:hover {
left: 0; /* On mouse-over, make the elements appear as they should */
color: white;
}
#mySidenav div:focus-within {
left: 0; /* On mouse-over, make the elements appear as they should */
color: white;
}
/* The about link: 20px from the top with a green background */
.sidenav-body {
top: 20%;
background-color: black;
} | 0.330147 | 0.055081 |
h1 {
font-family: 'Passion One', cursive, Arial, sans-serif;
}
h2 {
font-family: 'Lato', Arial, sans-serif;
color: #ffba43;
font-size: 32px;
}
body{
font-family: 'Lato', Arial, sans-serif;
font-weight: 400;
font-size: 14px;
color: #333;
background-color: black;
border-top: 10px solid #333;
}
p {
font-family: 'Manrope', Arial, sans-serif;
color: white;
line-height: 1.5;
}
img {
width: 100%;
/*height: auto;*/
}
img:hover {
opacity: 0.5;
}
a {
border-style: none;
}
/* Classes */
.font {
font-family: 'Pacifico', cursive;
font-size: 24px;
}
.font_black {
color: black;
}
.font_orange {
color: #c96e12;
}
.hidden {
display: none;
}
.centered {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.center_text {
text-align: center;
}
.cropped {
width: 870px; /* width of container */
height: 400px; /* height of container */
object-fit: cover;
border: 2px solid black;
display: block;
margin-left: auto;
margin-right: auto;
}
.title {
width: 960px;
height: 400px;
}
.button {
border: solid;
border-width: 2px;
border-radius: 12px;
border-color: #ffffff;
color: white;
padding: 13px 30px;
margin-left: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
background-image: linear-gradient(to right, #ffb347 0%, #ffcc33 51%, #ffb347 100%);
position:absolute;
transition: .5s ease;
top: 64%;
left: 44.5%;
}
.button:hover {
transform: scale(1.5, 1.5);
}
.break {
width: 960px;
height: 30px;
}
/* Main page elements*/
#container {
margin: 0 auto; /*center container*/
width: 960px;
/*background-color: black;*/
}
#mainHeader {
margin-top: 40px;
padding-bottom: 20px;
height: 100px; /*static content, hard coded height okay*/
display: flex;
flex-direction: row;
/* border-style: solid;
border-bottom-width: 2px;
border-color: white;*/
}
#logo {
width: 260px;
margin-top: 5px;
}
#logo h1 {
font-size: 80px;
letter-spacing: 2px;
color: #ffba43;
line-height: 43px;
}
#logoStudios {
display: block;
font-size: 60px;
color: #ffffff;
letter-spacing: 2px;
line-height: 60px;
}
#mainNav {
margin-left: auto;
display: flex;
flex-direction: column;
}
#search {
margin-left: auto;
}
#search form {
margin-bottom: 22px;
}
#search input {
background: url('../images/search_white.png') no-repeat 10px 6px #fcfcfc;
border: 1px solid #d1d1d1;
color: #666;
width: 150px;
padding: 6px 15px 6px 35px;
border-radius: 20px;
}
#mainNav ul {
font-family: 'Lato', sans-serif;
text-transform: uppercase;
margin-top: 0;
display: flex;
flex-direction: row;
}
#mainNav ul li a {
border: solid;
border-width: 2px;
border-radius: 12px;
border-color: #ffffff;
color: white;
padding: 13px 30px;
margin-left: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
#mainNav ul li a:hover {
/*transition not supported with gradients*/
background-image: linear-gradient(to right, #ffb347 0%, #ffcc33 51%, #ffb347 100%);
font-weight: bold;
}
#bigImage {
width: 960px;
height: 400px;
background-image: url(../images/drinking_Glass.jpg);
background-size: cover;
}
#lovely_font {
font-family: 'Pacifico', cursive;
font-size: 58px;
color: #333;
position: absolute;
top: 47%;
left: 50%;
transform: translate(-50%, -50%);
}
#introduction {
width: 877px;
height: 150px;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
width: 100%;
}
#mainProduct {
width: 957px;
height: 320px;
display: flex;
flex-direction: row;
padding-top: 20px;
padding-bottom: 20px;
border-width: 2px;
border-style: solid;
border-color: white;
border-bottom: none;
}
#mainProductImage {
width: 500px;
height: 350px;
/*background-color: #3c4209;*/
margin-right: 60px;
padding-left: 25px;
padding-top: 4px;
}
#mainProductDescription {
/*background-color: #75687a;*/
width: 350px;
height: 350px;
margin-left: auto;
margin-right: 25px;
align-items: center;
justify-content: center;
}
#add {
width: 907px;
height: 83px;
display: flex;
flex-direction: row;
padding-top: 15px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 20px;
border-width: 2px;
border-style: solid;
border-color: white;
border-top: none;
}
#second {
width: 877px;
height: 835px;
padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
border-color: white;
border-style: solid;
border-width: 2px;
background-color: white;
}
#mainProduct_1 {
width: 957px;
height: 267px;
display: flex;
flex-direction: row;
padding-top: 25px;
padding-bottom: 20px;
border-width: 2px;
border-style: solid;
border-color: white;
}
#mainProductImage_1 {
/*background-color: #75687a;*/
width: 350px;
height: 350px;
margin-top: 12px;
margin-left: auto;
margin-right: 25px;
align-items: center;
justify-content: center;
}
#mainProductDescription_1 {
width: 500px;
height: 350px;
/*background-color: #3c4209;*/
margin-right: 60px;
padding-left: 25px;
padding-top: 2px;
}
#third {
width: 877px;
height: 585px;
padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
border-color: white;
border-style: solid;
border-width: 2px;
background-color: white;
}
/* Footer */
#mainFooter {
margin-top: 40px;
margin-bottom: 40px;
display: flex;
flex-direction: row;
width: 960px;
}
#footerNav {
width: 500px;
height: 30px;
text-transform: uppercase;
}
#footerNav ul li {
font-family: 'Lato', Arial, sans-serif;
display: inline;
font-size: 14px;
font-weight: 600;
margin-right: 20px;
border-style: none;
}
#footerNav ul li a {
color: #fff;
transition: all 0.1s ease-in;
}
#footerNav ul li a:hover {
color: #ffba43;
}
#copyRight {
margin-left: auto;
} | wang_sl_project2/css/main.css | h1 {
font-family: 'Passion One', cursive, Arial, sans-serif;
}
h2 {
font-family: 'Lato', Arial, sans-serif;
color: #ffba43;
font-size: 32px;
}
body{
font-family: 'Lato', Arial, sans-serif;
font-weight: 400;
font-size: 14px;
color: #333;
background-color: black;
border-top: 10px solid #333;
}
p {
font-family: 'Manrope', Arial, sans-serif;
color: white;
line-height: 1.5;
}
img {
width: 100%;
/*height: auto;*/
}
img:hover {
opacity: 0.5;
}
a {
border-style: none;
}
/* Classes */
.font {
font-family: 'Pacifico', cursive;
font-size: 24px;
}
.font_black {
color: black;
}
.font_orange {
color: #c96e12;
}
.hidden {
display: none;
}
.centered {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.center_text {
text-align: center;
}
.cropped {
width: 870px; /* width of container */
height: 400px; /* height of container */
object-fit: cover;
border: 2px solid black;
display: block;
margin-left: auto;
margin-right: auto;
}
.title {
width: 960px;
height: 400px;
}
.button {
border: solid;
border-width: 2px;
border-radius: 12px;
border-color: #ffffff;
color: white;
padding: 13px 30px;
margin-left: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
background-image: linear-gradient(to right, #ffb347 0%, #ffcc33 51%, #ffb347 100%);
position:absolute;
transition: .5s ease;
top: 64%;
left: 44.5%;
}
.button:hover {
transform: scale(1.5, 1.5);
}
.break {
width: 960px;
height: 30px;
}
/* Main page elements*/
#container {
margin: 0 auto; /*center container*/
width: 960px;
/*background-color: black;*/
}
#mainHeader {
margin-top: 40px;
padding-bottom: 20px;
height: 100px; /*static content, hard coded height okay*/
display: flex;
flex-direction: row;
/* border-style: solid;
border-bottom-width: 2px;
border-color: white;*/
}
#logo {
width: 260px;
margin-top: 5px;
}
#logo h1 {
font-size: 80px;
letter-spacing: 2px;
color: #ffba43;
line-height: 43px;
}
#logoStudios {
display: block;
font-size: 60px;
color: #ffffff;
letter-spacing: 2px;
line-height: 60px;
}
#mainNav {
margin-left: auto;
display: flex;
flex-direction: column;
}
#search {
margin-left: auto;
}
#search form {
margin-bottom: 22px;
}
#search input {
background: url('../images/search_white.png') no-repeat 10px 6px #fcfcfc;
border: 1px solid #d1d1d1;
color: #666;
width: 150px;
padding: 6px 15px 6px 35px;
border-radius: 20px;
}
#mainNav ul {
font-family: 'Lato', sans-serif;
text-transform: uppercase;
margin-top: 0;
display: flex;
flex-direction: row;
}
#mainNav ul li a {
border: solid;
border-width: 2px;
border-radius: 12px;
border-color: #ffffff;
color: white;
padding: 13px 30px;
margin-left: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
#mainNav ul li a:hover {
/*transition not supported with gradients*/
background-image: linear-gradient(to right, #ffb347 0%, #ffcc33 51%, #ffb347 100%);
font-weight: bold;
}
#bigImage {
width: 960px;
height: 400px;
background-image: url(../images/drinking_Glass.jpg);
background-size: cover;
}
#lovely_font {
font-family: 'Pacifico', cursive;
font-size: 58px;
color: #333;
position: absolute;
top: 47%;
left: 50%;
transform: translate(-50%, -50%);
}
#introduction {
width: 877px;
height: 150px;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
width: 100%;
}
#mainProduct {
width: 957px;
height: 320px;
display: flex;
flex-direction: row;
padding-top: 20px;
padding-bottom: 20px;
border-width: 2px;
border-style: solid;
border-color: white;
border-bottom: none;
}
#mainProductImage {
width: 500px;
height: 350px;
/*background-color: #3c4209;*/
margin-right: 60px;
padding-left: 25px;
padding-top: 4px;
}
#mainProductDescription {
/*background-color: #75687a;*/
width: 350px;
height: 350px;
margin-left: auto;
margin-right: 25px;
align-items: center;
justify-content: center;
}
#add {
width: 907px;
height: 83px;
display: flex;
flex-direction: row;
padding-top: 15px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 20px;
border-width: 2px;
border-style: solid;
border-color: white;
border-top: none;
}
#second {
width: 877px;
height: 835px;
padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
border-color: white;
border-style: solid;
border-width: 2px;
background-color: white;
}
#mainProduct_1 {
width: 957px;
height: 267px;
display: flex;
flex-direction: row;
padding-top: 25px;
padding-bottom: 20px;
border-width: 2px;
border-style: solid;
border-color: white;
}
#mainProductImage_1 {
/*background-color: #75687a;*/
width: 350px;
height: 350px;
margin-top: 12px;
margin-left: auto;
margin-right: 25px;
align-items: center;
justify-content: center;
}
#mainProductDescription_1 {
width: 500px;
height: 350px;
/*background-color: #3c4209;*/
margin-right: 60px;
padding-left: 25px;
padding-top: 2px;
}
#third {
width: 877px;
height: 585px;
padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
border-color: white;
border-style: solid;
border-width: 2px;
background-color: white;
}
/* Footer */
#mainFooter {
margin-top: 40px;
margin-bottom: 40px;
display: flex;
flex-direction: row;
width: 960px;
}
#footerNav {
width: 500px;
height: 30px;
text-transform: uppercase;
}
#footerNav ul li {
font-family: 'Lato', Arial, sans-serif;
display: inline;
font-size: 14px;
font-weight: 600;
margin-right: 20px;
border-style: none;
}
#footerNav ul li a {
color: #fff;
transition: all 0.1s ease-in;
}
#footerNav ul li a:hover {
color: #ffba43;
}
#copyRight {
margin-left: auto;
} | 0.27973 | 0.069858 |
.mega-menu .container {
position: relative;
}
.megamenu-block {
position: static;
}
.jms-megamenu {
width: 100%;
}
#jms-megamenu-container {
margin-bottom: 0px;
padding: 0;
position: static;
-webkit-box-align: start;
-ms-flex-align: center;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.jms-megamenu img {
max-width:100%;
}
.jms-megamenu .nav > li {
display: inline-block;
float: inherit;
padding: 0 17px;
position: relative;
}
.jms-megamenu .nav > li.item-fullwidth{
position: static;
}
.jms-megamenu .nav > li > a {
padding: 17px 0 16px;
position: relative;
color: #222;
font-weight: 500;
display: block;
}
.jms-megamenu .dropdown-menu h4 a {
display: inline-block;
}
.jms-megamenu .nav > li > a::before {
content: "";
width: 100%;
height: 0px;
display: inline-block;
position: absolute;
background: #da6a79;
bottom: -1px;
left: 0;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.jms-megamenu .nav > li > a:hover::before,
.jms-megamenu .nav > li.open > a::before{
height: 3px;
}
.jms-megamenu .nav > li:first-child{
padding-left: 0;
}
.jms-megamenu .nav > li > a:hover,
.jms-megamenu .nav > li.open > a{
color: #DC6978;
}
.jms-megamenu .nav > li > a > .caret {
display:none;
}
.jms-megamenu .nav a,
.jms-megamenu .nav a:hover,
.jms-megamenu .nav a:focus {
background-color:transparent;
}
.jms-megamenu .nav {
display: block;
}
.jms-megamenu .dropdown-menu {
background: #fff none repeat scroll 0 0;
border-radius: 0;
box-shadow:0px;
margin-top: 1px;
padding: 22px 30px;
z-index: 99;
min-width:210px;
display:none;
}
.jms-megamenu .open > .dropdown-menu{
display: block;
margin-top: 1px;
}
.jms-megamenu .dropdown-menu.fullwidth {
width:100%;
}
.jms-megamenu .row+ .row {
padding-top: 10px;
}
.jms-megamenu .row .mega-inner {
border-radius: 0;
}
.jms-megamenu .dropdown-menu{
font-size: 14px;
}
.jms-megamenu .dropdown-menu .group{
margin-bottom: 13px;
}
.jms-megamenu .dropdown-menu .group-inside {
margin-top: 10px;
}
.jms-megamenu .dropdown-menu .group a {
font-size: 18px;
font-weight: 600;
color: #000;
}
.jms-megamenu .dropdown-menu a {
font-weight: 500;
line-height: 30px;
display: block;
}
.jms-megamenu .mega-nav, .jms-megamenu .dropdown-menu .mega-nav {
list-style: outside none none;
margin: 0;
padding: 0;
min-height:20px;
}
.jms-megamenu .mega-nav > div, .jms-megamenu .dropdown-menu .mega-nav > li {
list-style: outside none none;
margin-left: 0;
}
.jms-megamenu .caret {
margin-left:5px;
}
.jms-megamenu .mega-nav li.selected > a{
color:#333;
}
.jms-megamenu .mega-nav li.selected,
.mega-dropdown-menu.selected,
.mega-col-nav.selected > .mega-inner {
border:1px solid #07b!important;
}
.mega-nav .mega > a::after {
border-color: transparent transparent transparent #555;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
display: block;
float: right;
height: 0;
margin-right: -15px;
margin-top: 12px;
width: 0;
}
.mega-nav > .mega > .dropdown-menu {
top: 0px;
left: 100%;
margin: 0px;
transform: none;
box-shadow: none;
background: none;
padding: 0 30px;
}
.mega-nav > .mega > .dropdown-menu .mega-dropdown-inner {
background: #fff;
padding: 30px;
min-width: 210px;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
margin-top: -30px;
}
.jms-megamenu .dropdown-menu .dropdown-menu {
margin-left:0px;
background: none !important;
box-shadow: none !important;
}
.mega-nav > .mega {
position:relative;
}
.jms-megamenu .menu-align-justify > .dropdown-menu {
left: 0;
margin-left: 0;
top: auto;
}
.jms-megamenu .menu-align-left > .dropdown-menu {
left: 0;
}
.jms-megamenu .menu-align-right > .dropdown-menu {
left: auto;
right: 0;
}
.jms-megamenu .menu-align-center > .dropdown-menu {
left: 50%;
transform: translate(-50%);
-webkit-transform: translate(-50%);
-moz-transform: translate(-50%);
-ms-transform: translate(-50%);
-o-transform: translate(-50%);
}
.jms-megamenu .mega-nav > .mega.menu-align-left > .dropdown-menu {
left: 100%;
}
.jms-megamenu .mega-nav > .mega.menu-align-right > .dropdown-menu {
left: auto;
right: 100%;
}
.jms-megamenu .menu-align-justify {
position: static;
}
.jms-megamenu .menu-align-justify > .dropdown-menu {
left: 0;
margin-left: 0;
top: auto;
}
@media (max-width: 991px) {
#jms-megamenu-container {
display:none;
}
}
@media (min-width: 992px) {
.responsive #off-canvas-menu {
display:none;
}
}
.menu-carousel {
margin-top: 8px;
margin-bottom: 8px;
}
.menu-carousel .item {
text-align: center;
}
.menu-carousel h4 > a {
font-size: 16px;
color: #000;
font-weight: 600;
display: inline-block;
margin-top: 15px;
position: relative;
padding: 0px 0 6px;
}
.menu-carousel h4 > a::after {
content: "";
width: 100%;
height: 3px;
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
background: #d96a79;
}
.menu-carousel .owl-dots {
position: static;
bottom: auto;
height: 14px;
margin-top: 20px;
}
.menu-carousel .owl-dots .owl-dot {
line-height: 14px;
vertical-align: top;
}
.menu-carousel .owl-dots .owl-dot.active > span,
.menu-carousel .owl-dots .owl-dot:hover > span {
background: #dc6978;
}
.menu-carousel .owl-dots .owl-dot > span {
width: 14px;
height: 14px;
background: #F4D2D6;
}
.menu-item.banner-image img {
max-width: initial;
margin-top: -22px;
margin-bottom: -22px;
right: -11px;
position: relative;
}
.jms-megamenu .dropdown-menu .item .menu-content > a {
overflow: hidden;
display: block;
}
/*********MENU MORE*********/
.menu-more {
min-height: 357px;
}
.menu-more .mega-nav .mega > a::after{
margin-right: 10px;
margin-top: -1px;
content: "\f105";
display: block;
font-family: "Fontawesome";
border: 0;
}
.jms-megamenu .dropdown-menu.menu-more {
padding: 0;
}
.menu-list-parent .mega-inner > .mega-nav {
width: 25%;
position: static;
}
.menu-list-parent > .mega-inner > .mega-nav{
background: #f6f6f6;
padding: 10.5px 0;
}
.menu-list-parent > .mega-inner > .mega-nav > li:hover{
background: #dc6978;
}
.menu-list-parent > .mega-inner > .mega-nav > li:hover > a{
color: #fff;
}
.menu-list-parent > .mega-inner > .mega-nav > li > a{
color: #000;
line-height: 48px;
padding: 0 30px;
display: block;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu {
display: block;
width: 72%;
top: 0;
padding: 21px 26px;
left: 26%;
transform: none;
-moz-transform: none;
-webkit-transform: none;
-o-transform: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
min-height: 357px;
background: #fff !important;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega:first-child > .dropdown-menu {
opacity: 1;
visibility: visible;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega:hover > .dropdown-menu{
opacity: 1;
visibility: visible;
z-index: 999;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega {
position: static;
}
.menu-list-parent {
position: relative !important;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .dropdown-menu.mega-dropdown-menu {
opacity: 1;
visibility: visible;
position: static;
transform: initial;
padding: 0;
box-shadow: none;
display: block;
}
.mega-nav .mega > a::after {
content: "\f105";
font-family: "Fontawesome";
font-size: 15px;
border: 0;
margin: 0 5px 0 0;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-nav > li {
width: 25%;
float: left;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-nav {
width: 100%;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-nav > li li {
width: 100%;
display: block;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-nav > li > a::after {
display: none;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-nav > li.mega > a {
font-size: 18px;
color: #000;
font-weight: 600;
margin-bottom: 13px;
display: block;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-dropdown-inner {
margin: 0;
padding: 0;
min-width: initial;
box-shadow: none;
background: none;
}
.jms-megamenu .nav > li.menu-last {
float: right;
padding-right: 0;
}
.mega-dropdown-inner {
display: block;
width: 100%;
}
.menu-item-carousel .dropdown-menu{
display: block;
opacity: 0;
visibility: hidden;
}
.menu-item-carousel .open .dropdown-menu{
opacity: 1;
visibility: visible;
}
#open-button {
display: none;
}
@media (max-width: 991px){
#open-button{
display: block;
background: none;
border: 0;
font-size: 24px;
}
#open-button:hover{
cursor: pointer;
color: #DC6978;
}
} | public/assets/frontend/themes/madebyhand/modules/jmsmegamenu/views/css/style.css | .mega-menu .container {
position: relative;
}
.megamenu-block {
position: static;
}
.jms-megamenu {
width: 100%;
}
#jms-megamenu-container {
margin-bottom: 0px;
padding: 0;
position: static;
-webkit-box-align: start;
-ms-flex-align: center;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.jms-megamenu img {
max-width:100%;
}
.jms-megamenu .nav > li {
display: inline-block;
float: inherit;
padding: 0 17px;
position: relative;
}
.jms-megamenu .nav > li.item-fullwidth{
position: static;
}
.jms-megamenu .nav > li > a {
padding: 17px 0 16px;
position: relative;
color: #222;
font-weight: 500;
display: block;
}
.jms-megamenu .dropdown-menu h4 a {
display: inline-block;
}
.jms-megamenu .nav > li > a::before {
content: "";
width: 100%;
height: 0px;
display: inline-block;
position: absolute;
background: #da6a79;
bottom: -1px;
left: 0;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.jms-megamenu .nav > li > a:hover::before,
.jms-megamenu .nav > li.open > a::before{
height: 3px;
}
.jms-megamenu .nav > li:first-child{
padding-left: 0;
}
.jms-megamenu .nav > li > a:hover,
.jms-megamenu .nav > li.open > a{
color: #DC6978;
}
.jms-megamenu .nav > li > a > .caret {
display:none;
}
.jms-megamenu .nav a,
.jms-megamenu .nav a:hover,
.jms-megamenu .nav a:focus {
background-color:transparent;
}
.jms-megamenu .nav {
display: block;
}
.jms-megamenu .dropdown-menu {
background: #fff none repeat scroll 0 0;
border-radius: 0;
box-shadow:0px;
margin-top: 1px;
padding: 22px 30px;
z-index: 99;
min-width:210px;
display:none;
}
.jms-megamenu .open > .dropdown-menu{
display: block;
margin-top: 1px;
}
.jms-megamenu .dropdown-menu.fullwidth {
width:100%;
}
.jms-megamenu .row+ .row {
padding-top: 10px;
}
.jms-megamenu .row .mega-inner {
border-radius: 0;
}
.jms-megamenu .dropdown-menu{
font-size: 14px;
}
.jms-megamenu .dropdown-menu .group{
margin-bottom: 13px;
}
.jms-megamenu .dropdown-menu .group-inside {
margin-top: 10px;
}
.jms-megamenu .dropdown-menu .group a {
font-size: 18px;
font-weight: 600;
color: #000;
}
.jms-megamenu .dropdown-menu a {
font-weight: 500;
line-height: 30px;
display: block;
}
.jms-megamenu .mega-nav, .jms-megamenu .dropdown-menu .mega-nav {
list-style: outside none none;
margin: 0;
padding: 0;
min-height:20px;
}
.jms-megamenu .mega-nav > div, .jms-megamenu .dropdown-menu .mega-nav > li {
list-style: outside none none;
margin-left: 0;
}
.jms-megamenu .caret {
margin-left:5px;
}
.jms-megamenu .mega-nav li.selected > a{
color:#333;
}
.jms-megamenu .mega-nav li.selected,
.mega-dropdown-menu.selected,
.mega-col-nav.selected > .mega-inner {
border:1px solid #07b!important;
}
.mega-nav .mega > a::after {
border-color: transparent transparent transparent #555;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
display: block;
float: right;
height: 0;
margin-right: -15px;
margin-top: 12px;
width: 0;
}
.mega-nav > .mega > .dropdown-menu {
top: 0px;
left: 100%;
margin: 0px;
transform: none;
box-shadow: none;
background: none;
padding: 0 30px;
}
.mega-nav > .mega > .dropdown-menu .mega-dropdown-inner {
background: #fff;
padding: 30px;
min-width: 210px;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
margin-top: -30px;
}
.jms-megamenu .dropdown-menu .dropdown-menu {
margin-left:0px;
background: none !important;
box-shadow: none !important;
}
.mega-nav > .mega {
position:relative;
}
.jms-megamenu .menu-align-justify > .dropdown-menu {
left: 0;
margin-left: 0;
top: auto;
}
.jms-megamenu .menu-align-left > .dropdown-menu {
left: 0;
}
.jms-megamenu .menu-align-right > .dropdown-menu {
left: auto;
right: 0;
}
.jms-megamenu .menu-align-center > .dropdown-menu {
left: 50%;
transform: translate(-50%);
-webkit-transform: translate(-50%);
-moz-transform: translate(-50%);
-ms-transform: translate(-50%);
-o-transform: translate(-50%);
}
.jms-megamenu .mega-nav > .mega.menu-align-left > .dropdown-menu {
left: 100%;
}
.jms-megamenu .mega-nav > .mega.menu-align-right > .dropdown-menu {
left: auto;
right: 100%;
}
.jms-megamenu .menu-align-justify {
position: static;
}
.jms-megamenu .menu-align-justify > .dropdown-menu {
left: 0;
margin-left: 0;
top: auto;
}
@media (max-width: 991px) {
#jms-megamenu-container {
display:none;
}
}
@media (min-width: 992px) {
.responsive #off-canvas-menu {
display:none;
}
}
.menu-carousel {
margin-top: 8px;
margin-bottom: 8px;
}
.menu-carousel .item {
text-align: center;
}
.menu-carousel h4 > a {
font-size: 16px;
color: #000;
font-weight: 600;
display: inline-block;
margin-top: 15px;
position: relative;
padding: 0px 0 6px;
}
.menu-carousel h4 > a::after {
content: "";
width: 100%;
height: 3px;
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
background: #d96a79;
}
.menu-carousel .owl-dots {
position: static;
bottom: auto;
height: 14px;
margin-top: 20px;
}
.menu-carousel .owl-dots .owl-dot {
line-height: 14px;
vertical-align: top;
}
.menu-carousel .owl-dots .owl-dot.active > span,
.menu-carousel .owl-dots .owl-dot:hover > span {
background: #dc6978;
}
.menu-carousel .owl-dots .owl-dot > span {
width: 14px;
height: 14px;
background: #F4D2D6;
}
.menu-item.banner-image img {
max-width: initial;
margin-top: -22px;
margin-bottom: -22px;
right: -11px;
position: relative;
}
.jms-megamenu .dropdown-menu .item .menu-content > a {
overflow: hidden;
display: block;
}
/*********MENU MORE*********/
.menu-more {
min-height: 357px;
}
.menu-more .mega-nav .mega > a::after{
margin-right: 10px;
margin-top: -1px;
content: "\f105";
display: block;
font-family: "Fontawesome";
border: 0;
}
.jms-megamenu .dropdown-menu.menu-more {
padding: 0;
}
.menu-list-parent .mega-inner > .mega-nav {
width: 25%;
position: static;
}
.menu-list-parent > .mega-inner > .mega-nav{
background: #f6f6f6;
padding: 10.5px 0;
}
.menu-list-parent > .mega-inner > .mega-nav > li:hover{
background: #dc6978;
}
.menu-list-parent > .mega-inner > .mega-nav > li:hover > a{
color: #fff;
}
.menu-list-parent > .mega-inner > .mega-nav > li > a{
color: #000;
line-height: 48px;
padding: 0 30px;
display: block;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu {
display: block;
width: 72%;
top: 0;
padding: 21px 26px;
left: 26%;
transform: none;
-moz-transform: none;
-webkit-transform: none;
-o-transform: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
min-height: 357px;
background: #fff !important;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega:first-child > .dropdown-menu {
opacity: 1;
visibility: visible;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega:hover > .dropdown-menu{
opacity: 1;
visibility: visible;
z-index: 999;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega {
position: static;
}
.menu-list-parent {
position: relative !important;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .dropdown-menu.mega-dropdown-menu {
opacity: 1;
visibility: visible;
position: static;
transform: initial;
padding: 0;
box-shadow: none;
display: block;
}
.mega-nav .mega > a::after {
content: "\f105";
font-family: "Fontawesome";
font-size: 15px;
border: 0;
margin: 0 5px 0 0;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-nav > li {
width: 25%;
float: left;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-nav {
width: 100%;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-nav > li li {
width: 100%;
display: block;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-nav > li > a::after {
display: none;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-nav > li.mega > a {
font-size: 18px;
color: #000;
font-weight: 600;
margin-bottom: 13px;
display: block;
}
.menu-list-parent > .mega-inner > .mega-nav > .mega > .dropdown-menu .mega-dropdown-inner {
margin: 0;
padding: 0;
min-width: initial;
box-shadow: none;
background: none;
}
.jms-megamenu .nav > li.menu-last {
float: right;
padding-right: 0;
}
.mega-dropdown-inner {
display: block;
width: 100%;
}
.menu-item-carousel .dropdown-menu{
display: block;
opacity: 0;
visibility: hidden;
}
.menu-item-carousel .open .dropdown-menu{
opacity: 1;
visibility: visible;
}
#open-button {
display: none;
}
@media (max-width: 991px){
#open-button{
display: block;
background: none;
border: 0;
font-size: 24px;
}
#open-button:hover{
cursor: pointer;
color: #DC6978;
}
} | 0.297674 | 0.066782 |
.navbar-default.sidebar { visibility: hidden; }
.navbar-default.sidebar.active { visibility: visible; }
.sidebar_collapsed #page-wrapper { margin: 0; }
.red-color-notification {
color: red;
}
.loader {
background: rgba(0, 0, 0, 0.4);
/*background: radial-gradient(#222, #000);*/
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 99999;
}
.loader-inner {
bottom: 0;
height: 60px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 100px;
}
.loader-line-wrap {
-webkit-animation: spin 1200ms cubic-bezier(.175, .885, .32, 1.275) infinite;
-moz-animation: spin 1200ms cubic-bezier(.175, .885, .32, 1.275) infinite;
-o-animation: spin 1200ms cubic-bezier(.175, .885, .32, 1.275) infinite;
animation: spin 1200ms cubic-bezier(.175, .885, .32, 1.275) infinite;
box-sizing: border-box;
height: 50px;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
transform-origin: 50% 100%;
width: 100px;
}
.loader-line {
border: 4px solid transparent;
border-radius: 100% !important;
box-sizing: border-box;
height: 100px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
top: 0;
width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; -webkit-animation-delay: -50ms; -moz-animation-delay: -50ms; -o-animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; -webkit-animation-delay: -100ms; -moz-animation-delay: -100ms; -o-animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; -webkit-animation-delay: -150ms; -moz-animation-delay: -150ms; -o-animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; -webkit-animation-delay: -200ms; -moz-animation-delay: -200ms; -o-animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; -webkit-animation-delay: -250ms; -moz-animation-delay: -250ms; -o-animation-delay: -250ms; }
.loader-line-wrap:nth-child(1) .loader-line {
border-color: hsl(0, 80%, 60%);
height: 90px;
width: 90px;
top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
border-color: hsl(60, 80%, 60%);
height: 76px;
width: 76px;
top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
border-color: hsl(120, 80%, 60%);
height: 62px;
width: 62px;
top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
border-color: hsl(180, 80%, 60%);
height: 48px;
width: 48px;
top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
border-color: hsl(240, 80%, 60%);
height: 34px;
width: 34px;
top: 35px;
}
@keyframes spin {
0%, 15% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.linear-gradient {
background: repeating-linear-gradient(45deg, rgb(96, 109, 188), rgb(96, 109, 188) 10px, rgb(70, 82, 152) 10px, rgb(70, 82, 152) 20px);
border: 0;
}
.linear-gradient-done {
background: repeating-linear-gradient(45deg, rgb(51, 152, 95), rgb(51, 152, 95) 10px, rgb(128, 188, 115) 10px, rgb(128, 188, 115) 20px);
border: 0;
}
.linear-gradient-working {
background: repeating-linear-gradient(45deg, rgb(151, 152, 24), rgb(151, 152, 24) 10px, rgb(186, 188, 60) 10px, rgb(186, 188, 60) 20px);
border: 0;
}
.fc-event .fc-title {
text-align: left;
float: left;
color: #fff;
font-size: 13px !important;
font-weight: bold;
}
.fc-event .fc-time {
float: left;
text-align: left;
color: #fff;
font-size: 13px;
font-weight: 300;
margin-right: 10px;
} | public/assets/css/main.css | .navbar-default.sidebar { visibility: hidden; }
.navbar-default.sidebar.active { visibility: visible; }
.sidebar_collapsed #page-wrapper { margin: 0; }
.red-color-notification {
color: red;
}
.loader {
background: rgba(0, 0, 0, 0.4);
/*background: radial-gradient(#222, #000);*/
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 99999;
}
.loader-inner {
bottom: 0;
height: 60px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 100px;
}
.loader-line-wrap {
-webkit-animation: spin 1200ms cubic-bezier(.175, .885, .32, 1.275) infinite;
-moz-animation: spin 1200ms cubic-bezier(.175, .885, .32, 1.275) infinite;
-o-animation: spin 1200ms cubic-bezier(.175, .885, .32, 1.275) infinite;
animation: spin 1200ms cubic-bezier(.175, .885, .32, 1.275) infinite;
box-sizing: border-box;
height: 50px;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
transform-origin: 50% 100%;
width: 100px;
}
.loader-line {
border: 4px solid transparent;
border-radius: 100% !important;
box-sizing: border-box;
height: 100px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
top: 0;
width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; -webkit-animation-delay: -50ms; -moz-animation-delay: -50ms; -o-animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; -webkit-animation-delay: -100ms; -moz-animation-delay: -100ms; -o-animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; -webkit-animation-delay: -150ms; -moz-animation-delay: -150ms; -o-animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; -webkit-animation-delay: -200ms; -moz-animation-delay: -200ms; -o-animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; -webkit-animation-delay: -250ms; -moz-animation-delay: -250ms; -o-animation-delay: -250ms; }
.loader-line-wrap:nth-child(1) .loader-line {
border-color: hsl(0, 80%, 60%);
height: 90px;
width: 90px;
top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
border-color: hsl(60, 80%, 60%);
height: 76px;
width: 76px;
top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
border-color: hsl(120, 80%, 60%);
height: 62px;
width: 62px;
top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
border-color: hsl(180, 80%, 60%);
height: 48px;
width: 48px;
top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
border-color: hsl(240, 80%, 60%);
height: 34px;
width: 34px;
top: 35px;
}
@keyframes spin {
0%, 15% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.linear-gradient {
background: repeating-linear-gradient(45deg, rgb(96, 109, 188), rgb(96, 109, 188) 10px, rgb(70, 82, 152) 10px, rgb(70, 82, 152) 20px);
border: 0;
}
.linear-gradient-done {
background: repeating-linear-gradient(45deg, rgb(51, 152, 95), rgb(51, 152, 95) 10px, rgb(128, 188, 115) 10px, rgb(128, 188, 115) 20px);
border: 0;
}
.linear-gradient-working {
background: repeating-linear-gradient(45deg, rgb(151, 152, 24), rgb(151, 152, 24) 10px, rgb(186, 188, 60) 10px, rgb(186, 188, 60) 20px);
border: 0;
}
.fc-event .fc-title {
text-align: left;
float: left;
color: #fff;
font-size: 13px !important;
font-weight: bold;
}
.fc-event .fc-time {
float: left;
text-align: left;
color: #fff;
font-size: 13px;
font-weight: 300;
margin-right: 10px;
} | 0.61555 | 0.098296 |
.content_text {
height: auto;
}
.content>div:last-of-type {
padding-left: 50px;
}
/*right_content */
.content_text {
margin-top: 15px;
}
.content_text ul {
margin-bottom: 20px;
}
.content_text li {
margin-bottom: 10px;
font-size: 18px;
}
.content_text .contentText {
margin-left: 5px;
position: relative;
width: 100%;
display: inline-block;
}
.content_text .contentText a {
width: 100%;
display: inline-block;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.content_text .contentText a:hover {
text-decoration: underline;
color: #1755cc;
}
.content_text .fr {
font-size: 16px;
}
.movieList li {
margin-right: 30px;
width: 47%;
margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
.movieList li {
width: 47.8%;
}
}
.movieList li:nth-of-type(2n) {
margin-right: 0;
}
.movie_img {
height: 150px;
width: 100%;
}
.movieList li a:hover .movie_img {
box-shadow: 2px 2px 1px #d9d9d9;
}
.movie_img img {
width: 100%;
height: 100%;
display: inline-block;
}
.movie_name {
text-align: center;
margin-top: 10px;
font-size: 16px;
font-weight: 600;
color: #000;
}
.movieList li a:hover .movie_name {
color: #1755cc;
}
.movie_content {
font-size: 12px;
color: #333;
padding: 0 15px;
text-align: center;
}
.movie_content span {
width: auto;
text-align: left;
display: inline-block;
}
/*bookList*/
.bookList li {
width: 29.5%;
margin-right: 30px;
margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
.bookList li {
width: 30.4%;
}
}
.bookList li:nth-of-type(3n) {
margin-right: 0;
}
.bookList li .book_img {
height: 210px;
width: 100%;
}
.bookList li .book_img img {
width: 100%;
height: 100%;
display: block;
}
.bookList li .book_name {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
font-size: 16px;
font-weight: 600;
color: #000;
}
.bookList li a:hover .book_img {
box-shadow: 2px 2px 1px #d9d9d9;
}
.bookList li a:hover .book_name {
color: #1755cc;
}
#firstPage, #lastPage {
width: 48px;
}
/* songList*/
.songLists .list {
margin-right: 46px;
width: 46.2%;
}
.songLists .list:nth-of-type(2n-1) {
padding-left: 20px;
}
.songLists .list:nth-of-type(2n) {
margin-right: 0;
padding-right: 20px;
}
.songLists .list .songImg {
height: 327px;
width: 100%;
}
.songLists .list .songImg img {
width: 100%;
height: 100%;
display: inline-block;
}
.songLists .list .songTitle {
margin: 17px auto 22px;
text-align: center;
font-size: 16px;
color: #333;
}
.songLists .list:hover .songImg {
box-shadow: 2px 2px 5px #d9d9d9;
}
.songLists .list:hover .songTitle {
color: #1755cc;
}
.h1 {
width: 100%;
height: 1px;
background-color: #d9d9d9;
margin-top: 0;
margin-bottom: 25px;
} | public/home/css/enshrined.css | .content_text {
height: auto;
}
.content>div:last-of-type {
padding-left: 50px;
}
/*right_content */
.content_text {
margin-top: 15px;
}
.content_text ul {
margin-bottom: 20px;
}
.content_text li {
margin-bottom: 10px;
font-size: 18px;
}
.content_text .contentText {
margin-left: 5px;
position: relative;
width: 100%;
display: inline-block;
}
.content_text .contentText a {
width: 100%;
display: inline-block;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.content_text .contentText a:hover {
text-decoration: underline;
color: #1755cc;
}
.content_text .fr {
font-size: 16px;
}
.movieList li {
margin-right: 30px;
width: 47%;
margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
.movieList li {
width: 47.8%;
}
}
.movieList li:nth-of-type(2n) {
margin-right: 0;
}
.movie_img {
height: 150px;
width: 100%;
}
.movieList li a:hover .movie_img {
box-shadow: 2px 2px 1px #d9d9d9;
}
.movie_img img {
width: 100%;
height: 100%;
display: inline-block;
}
.movie_name {
text-align: center;
margin-top: 10px;
font-size: 16px;
font-weight: 600;
color: #000;
}
.movieList li a:hover .movie_name {
color: #1755cc;
}
.movie_content {
font-size: 12px;
color: #333;
padding: 0 15px;
text-align: center;
}
.movie_content span {
width: auto;
text-align: left;
display: inline-block;
}
/*bookList*/
.bookList li {
width: 29.5%;
margin-right: 30px;
margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
.bookList li {
width: 30.4%;
}
}
.bookList li:nth-of-type(3n) {
margin-right: 0;
}
.bookList li .book_img {
height: 210px;
width: 100%;
}
.bookList li .book_img img {
width: 100%;
height: 100%;
display: block;
}
.bookList li .book_name {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
font-size: 16px;
font-weight: 600;
color: #000;
}
.bookList li a:hover .book_img {
box-shadow: 2px 2px 1px #d9d9d9;
}
.bookList li a:hover .book_name {
color: #1755cc;
}
#firstPage, #lastPage {
width: 48px;
}
/* songList*/
.songLists .list {
margin-right: 46px;
width: 46.2%;
}
.songLists .list:nth-of-type(2n-1) {
padding-left: 20px;
}
.songLists .list:nth-of-type(2n) {
margin-right: 0;
padding-right: 20px;
}
.songLists .list .songImg {
height: 327px;
width: 100%;
}
.songLists .list .songImg img {
width: 100%;
height: 100%;
display: inline-block;
}
.songLists .list .songTitle {
margin: 17px auto 22px;
text-align: center;
font-size: 16px;
color: #333;
}
.songLists .list:hover .songImg {
box-shadow: 2px 2px 5px #d9d9d9;
}
.songLists .list:hover .songTitle {
color: #1755cc;
}
.h1 {
width: 100%;
height: 1px;
background-color: #d9d9d9;
margin-top: 0;
margin-bottom: 25px;
} | 0.421433 | 0.09899 |
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Inconsolata');
html {
position: relative;
min-height: 100%;
}
body {
font-family: 'Nunito Sans', sans-serif;
/* Margin bottom by footer height */
margin-bottom: 60px;
padding-bottom: 2rem;
color: rgba(0, 0, 0, .84);
font-weight: 400;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga" on;
-moz-font-feature-settings: "liga" on;
padding-top: 100px;
}
.site-navbar {
margin-bottom: 2rem;
}
/*Sticky footer*/
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
}
.article-body {
font-size: 1.2rem;
padding-top: 1rem;
padding-bottom: 3rem;
}
.highlight pre {
padding: 0.5rem;
}
h1.post-title,
.article-body h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
}
h1.post-title {
font-size: 2.5rem;
}
.article-body h1 {
font-size: 2.5rem;
margin-top: 3.5rem;
}
.article-body h2 {
font-size: 1.875rem;
margin-top: 2.8rem;
}
.article-body h3 {
font-size: 1.459rem;
margin-top: 2rem;
}
.article-body h4 {
font-size: 1.25rem;
margin-top: 1.5rem;
}
.article-body h5 {
font-size: 1rem;
margin-top: 1rem 0
}
.article-body p {
margin-top: 0.75 rem;
}
p code {
background-color: rgba(0, 0, 0, 0.04);
color: #64AF5C;
}
pre code {
font-size: 0.9rem;
font-family: 'Roboto Mono', 'Inconsolata', monospace;
}
.card.no-border {
border: 0px !important;
}
a {
color: #00ab6b;
}
a,
a:hover {
transition: all 0.2s;
text-decoration: none;
}
section {
margin-bottom: 20px;
}
.section-title {
border-bottom: 1px solid rgba(0, 0, 0, .15);
margin-bottom: 25px;
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 27px;
}
.section-title span {
border-bottom: 1px solid rgba(0, 0, 0, .25);
display: inline-block;
padding-bottom: 0px;
margin-bottom: -1px;
}
.post-card p.card-title {
font-weight: 600;
font-size: 1.459rem;
line-height: 1;
}
.post-card p.card-title a {
color: rgba(0, 0, 0, .85);
}
.post-card p.card-title a:hover {
color: rgba(0, 0, 0, .7);
text-decoration: none;
}
.post-card div.card-body,
.card-footer {
background-color: #fff;
border: 0px;
}
.post-card p.card-text {
line-height: 1.25;
letter-spacing: 0;
}
.card {
border-radius: 4px;
}
.card .img-thumb {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.share {
text-align: center;
margin-top: 20px;
}
.share p {
margin-bottom: 10px;
font-size: 0.95rem;
}
.share {
display: none;
}
.share ul li {
display: inline-block;
margin-bottom: 5px;
}
.share ul {
padding-left: 0;
margin-left: 0;
}
.svgIcon {
vertical-align: middle;
}
@media (min-width:1024px) {
.share {
position: fixed;
display: block;
}
.share ul li {
display: block;
}
}
.share,
.share a {
color: rgba(0, 0, 0, .44);
fill: rgba(0, 0, 0, .44);
}
.post-meta {
margin-bottom: 1rem;
display: table;
font-size: 0.9 rem;
color: rgba(0, 0, 0, 0.6);
text-transform: uppercase;
}
.post-meta-item {
margin-right: 10px;
font-size: 0.9rem;
font-weight: 300;
float: left;
}
.post-meta-item>a {
text-decoration: none;
color: rgba(0, 0, 0, 0.6);
}
.share-icon {
position: relative;
}
.comment-count {
position: absolute;
background-color: #00ab6b;
opacity: 0.8;
color: black;
top: -3px;
left: 22px;
display: inline-block;
padding: .25em .4em;
font-size: 60%;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .5rem;
}
.comment-count a {
text-decoration: none;
font-weight: 700;
color: rgba(256, 256, 256, 0.9);
;
}
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
padding: 1rem 1rem;
quotes: "\201C""\201D""\2018""\2019";
color: rgba(0, 0, 0, 0.7);
font-style: italic;
}
blockquote p {
display: inline;
}
blockquote p cite {
color: rgba(0, 0, 0, 0.7);
;
font-size: 1rem;
display: block;
margin-top: 5px;
font-style: normal;
}
blockquote p cite:before {
content: "\2014 \2009";
} | static/assets/css/style.css | @import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Inconsolata');
html {
position: relative;
min-height: 100%;
}
body {
font-family: 'Nunito Sans', sans-serif;
/* Margin bottom by footer height */
margin-bottom: 60px;
padding-bottom: 2rem;
color: rgba(0, 0, 0, .84);
font-weight: 400;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga" on;
-moz-font-feature-settings: "liga" on;
padding-top: 100px;
}
.site-navbar {
margin-bottom: 2rem;
}
/*Sticky footer*/
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
}
.article-body {
font-size: 1.2rem;
padding-top: 1rem;
padding-bottom: 3rem;
}
.highlight pre {
padding: 0.5rem;
}
h1.post-title,
.article-body h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
}
h1.post-title {
font-size: 2.5rem;
}
.article-body h1 {
font-size: 2.5rem;
margin-top: 3.5rem;
}
.article-body h2 {
font-size: 1.875rem;
margin-top: 2.8rem;
}
.article-body h3 {
font-size: 1.459rem;
margin-top: 2rem;
}
.article-body h4 {
font-size: 1.25rem;
margin-top: 1.5rem;
}
.article-body h5 {
font-size: 1rem;
margin-top: 1rem 0
}
.article-body p {
margin-top: 0.75 rem;
}
p code {
background-color: rgba(0, 0, 0, 0.04);
color: #64AF5C;
}
pre code {
font-size: 0.9rem;
font-family: 'Roboto Mono', 'Inconsolata', monospace;
}
.card.no-border {
border: 0px !important;
}
a {
color: #00ab6b;
}
a,
a:hover {
transition: all 0.2s;
text-decoration: none;
}
section {
margin-bottom: 20px;
}
.section-title {
border-bottom: 1px solid rgba(0, 0, 0, .15);
margin-bottom: 25px;
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 27px;
}
.section-title span {
border-bottom: 1px solid rgba(0, 0, 0, .25);
display: inline-block;
padding-bottom: 0px;
margin-bottom: -1px;
}
.post-card p.card-title {
font-weight: 600;
font-size: 1.459rem;
line-height: 1;
}
.post-card p.card-title a {
color: rgba(0, 0, 0, .85);
}
.post-card p.card-title a:hover {
color: rgba(0, 0, 0, .7);
text-decoration: none;
}
.post-card div.card-body,
.card-footer {
background-color: #fff;
border: 0px;
}
.post-card p.card-text {
line-height: 1.25;
letter-spacing: 0;
}
.card {
border-radius: 4px;
}
.card .img-thumb {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.share {
text-align: center;
margin-top: 20px;
}
.share p {
margin-bottom: 10px;
font-size: 0.95rem;
}
.share {
display: none;
}
.share ul li {
display: inline-block;
margin-bottom: 5px;
}
.share ul {
padding-left: 0;
margin-left: 0;
}
.svgIcon {
vertical-align: middle;
}
@media (min-width:1024px) {
.share {
position: fixed;
display: block;
}
.share ul li {
display: block;
}
}
.share,
.share a {
color: rgba(0, 0, 0, .44);
fill: rgba(0, 0, 0, .44);
}
.post-meta {
margin-bottom: 1rem;
display: table;
font-size: 0.9 rem;
color: rgba(0, 0, 0, 0.6);
text-transform: uppercase;
}
.post-meta-item {
margin-right: 10px;
font-size: 0.9rem;
font-weight: 300;
float: left;
}
.post-meta-item>a {
text-decoration: none;
color: rgba(0, 0, 0, 0.6);
}
.share-icon {
position: relative;
}
.comment-count {
position: absolute;
background-color: #00ab6b;
opacity: 0.8;
color: black;
top: -3px;
left: 22px;
display: inline-block;
padding: .25em .4em;
font-size: 60%;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .5rem;
}
.comment-count a {
text-decoration: none;
font-weight: 700;
color: rgba(256, 256, 256, 0.9);
;
}
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
padding: 1rem 1rem;
quotes: "\201C""\201D""\2018""\2019";
color: rgba(0, 0, 0, 0.7);
font-style: italic;
}
blockquote p {
display: inline;
}
blockquote p cite {
color: rgba(0, 0, 0, 0.7);
;
font-size: 1rem;
display: block;
margin-top: 5px;
font-style: normal;
}
blockquote p cite:before {
content: "\2014 \2009";
} | 0.46563 | 0.082401 |
.atc {
position: relative;
font-size: 12px;
text-transform: uppercase;
padding: 15px 0;
margin: -15px 0;
min-width: 100%; }
@media (max-width: 767px) {
.atc {
font-size: 10px; } }
.atc__add {
display: inline-block;
transition: transform 0.25s ease-out 0.25s, opacity 0.25s linear 0.25s;
transform: translateX(0);
opacity: 1; }
.atc__add-arrow {
font-size: 15px; }
.atc__options {
position: absolute;
left: -20px;
top: 50%;
opacity: 0;
right: 0;
transform: translateY(-50%);
z-index: -1;
visibility: hidden;
pointer-events: none;
transition: left 0.5s ease-out 0s, opacity 0.25s linear, z-index 0s linear 0.5s, visibility 0s linear 0.5s; }
.atc__options a {
margin: 0 5px;
color: #454545; }
.schedule__version .atc__options a {
color: #9e843d; }
.atc__options a:first-of-type {
margin-left: 0; }
.atc:hover .atc__add {
transition: transform 0.5s ease-out 0s, opacity 0.25s linear;
transform: translateX(-20px);
opacity: 0; }
.atc:hover .atc__options {
opacity: 1;
z-index: 1;
left: 0;
pointer-events: all;
visibility: visible;
transition: left 0.5s ease-out 0.325s, opacity 0.25s linear 0.325s, visibility 0s linear 0.125s; }
.calendar {
display: flex;
flex-direction: column; }
.calendar__keys {
margin: 20px 0 60px;
width: 210px; }
.calendar__key {
height: 25px;
display: flex;
justify-content: flex-start;
align-items: center;
color: #454545;
margin-bottom: 10px;
width: 100%;
text-transform: uppercase;
font-size: 12px; }
.calendar__key:before {
content: '';
display: inline-block;
margin-right: 10px;
width: 20px;
height: 20px; }
.calendar__key--elul:before {
background: #96c3a4; }
.calendar__key--rosh-hashanah:before {
background: #79205d; }
.calendar__key--yom-kippur:before {
background: #0281aa; }
.calendar__month {
display: flex;
flex-direction: column;
width: 210px;
margin-bottom: 20px; }
.calendar__month__title {
text-transform: uppercase; }
.calendar__month__title, .calendar__month__rows {
width: 100%;
display: flex;
font-size: 11px;
text-align: center;
justify-content: center;
margin-bottom: 5px; }
.calendar__month__rows {
flex-direction: column;
border-top: 1px solid #454545; }
.calendar__month .week {
display: flex;
border-bottom: 1px solid #454545;
border-right: 1px solid #454545; }
.calendar__month .week--headings {
border-right: 0; }
.calendar__month .week .heading,
.calendar__month .week .day {
flex: 1;
height: 28px;
display: flex;
justify-content: center;
align-items: center; }
.calendar__month .week .day {
border-left: 1px solid #454545;
font-weight: 300; }
.calendar__month .week .day--elul {
background: #96c3a4;
cursor: pointer; }
.calendar__month .week .day--rosh {
background: #79205d;
cursor: pointer;
color: #ffffff; }
.calendar__month .week .day--yom {
background: #0281aa;
cursor: pointer;
color: #ffffff; }
.calendar__month .week .heading {
height: 12px;
font-size: 8px !important;
line-height: 9.6; }
.card {
margin-bottom: 12px;
background: #f3ede1;
min-height: 470px; }
@media (max-width: 767px) {
.card {
min-height: 0;
margin-bottom: 20px; } }
.card--welcome {
position: relative;
padding: 80px 65px 80px;
width: 100%;
background: #ffffff;
min-height: 0; }
@media (max-width: 1023px) {
.card--welcome {
padding: 45px; } }
.card--welcome:after {
content: '';
display: block;
border: 1px solid #454545;
position: absolute;
top: 25px;
left: 25px;
right: 25px;
bottom: 25px;
z-index: 0; }
.card--welcome .card__inner {
position: relative;
display: flex;
z-index: 1; }
@media (max-width: 1100px) {
.card--welcome .card__inner {
flex-direction: column; } }
.card--welcome .card__inner h3 {
width: 220px;
margin-right: 20px;
flex: 0 0 auto;
margin-bottom: 40px; }
@media (max-width: 1100px) {
.card--welcome .card__inner h3 {
margin-bottom: 20px;
width: 100%;
margin-right: 0;
padding-right: 20px; } }
.card--welcome .card__inner__content {
margin-top: 40px; }
@media (max-width: 1100px) {
.card--welcome .card__inner__content {
margin-top: 0; } }
.card--welcome .card__inner p {
font-size: 20px;
line-height: 30px;
margin-top: 40px; }
@media (max-width: 1100px) {
.card--welcome .card__inner p {
font-size: 17px;
line-height: 25px;
margin-top: 0; } }
.card--help {
height: 180px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #9e843d;
text-transform: uppercase;
color: #ffffff;
text-align: center;
min-height: 0;
cursor: pointer; }
.card--help .arrow-button {
display: block;
margin-top: 15px;
margin-bottom: 0;
max-width: 80%; }
.card__media {
display: flex;
flex-direction: column;
flex: 1; }
@media (max-width: 1023px) {
.card__media {
height: 250px; } }
.card__media .card__share .share {
color: #ffffff; }
.card__media__video-player {
position: relative;
background: #bec0c2;
flex: 1;
max-height: 400px; }
.card__media__video-player figure {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0; }
.card__media__video-player figure img {
position: relative;
height: 100%;
width: 100%;
object-fit: cover;
z-index: 0; }
.card__media__video-player figure:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #9e843d;
z-index: 1;
mix-blend-mode: color; }
.card__media__video-player a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2; }
.card__media__video-player button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 115px;
cursor: pointer; }
.card__media__video-player button svg {
width: 100%; }
@media (max-width: 1023px) {
.card__media__video-player button {
width: 70px; } }
.card--video {
display: flex;
overflow: hidden; }
@media (max-width: 1023px) {
.card--video {
flex-direction: column; } }
.card--video .card__inner {
flex: 1;
padding: 30px 25px;
display: flex;
flex-direction: column;
background: #f3ede1;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.125); }
@media (max-width: 1023px) {
.card--video .card__inner {
padding: 45px 25px 30px; } }
.card--video .card__inner h3 {
flex: 1;
max-width: 95;
margin-bottom: 20px; }
.card--video .card__inner p {
max-width: 240px; }
@media (max-width: 1023px) {
.card--video .card__inner p {
max-width: 100%; } }
.card--article, .card--class {
display: flex;
flex-direction: column;
overflow: hidden; }
.card--article .card__inner, .card--class .card__inner {
flex: 1;
padding: 30px 25px;
display: flex;
flex-direction: column;
background: #f3ede1; }
@media (max-width: 1023px) {
.card--article .card__inner, .card--class .card__inner {
padding-top: 45px; } }
.card--article .card__inner h3, .card--class .card__inner h3 {
flex: 1;
max-width: 95%;
margin-bottom: 20px; }
.card--article .card__inner .card__footer, .card--class .card__inner .card__footer {
padding-top: 0;
border-top: 0; }
.card--article .share, .card--class .share {
position: absolute;
top: -15px;
right: -15px;
width: 100%; }
@media (max-width: 1023px) {
.card--article .share, .card--class .share {
top: -35px; } }
.card--article .share a, .card--class .share a {
color: #454545; }
.card--article .share a:last-of-type, .card--class .share a:last-of-type {
margin-right: 0; }
.card__share {
display: block;
width: 100%;
height: 70px;
background: #79205d;
flex: 0 0 auto; }
@media (max-width: 1023px) {
.card__share {
display: none; } }
.card__mobile-share {
display: none; }
@media (max-width: 1023px) {
.card__mobile-share {
display: block; }
.card__mobile-share .share {
position: absolute;
right: -15px;
color: #454545;
width: 100%;
top: -35px; }
.card__mobile-share .share a {
color: #454545 !important; } }
.card__slug {
position: relative;
width: calc(100% + 10px);
margin-left: -10px;
font-size: 15px;
letter-spacing: 0.07em;
line-height: 15px;
padding-bottom: 25px;
border-bottom: 1px solid #454545;
margin-bottom: 25px;
text-transform: uppercase; }
@media (max-width: 1023px) {
.card__slug {
padding-bottom: 0;
padding-top: 10px;
border-bottom: 0;
border-top: 1px solid #454545;
width: 100%;
margin-left: 0;
margin-bottom: 15px; } }
.card__footer {
padding-top: 15px;
margin-top: 15px;
margin-bottom: -5px;
width: 100%;
border-top: 1px solid #454545;
font-size: 12px;
text-transform: uppercase;
color: #454545; }
.card__footer a {
font-size: 12px;
color: #454545;
text-transform: uppercase; }
.card__footer__arrow {
font-size: 15px; }
.card--past .card__inner,
.card--past .card__media {
opacity: 0.5; }
.card--watch .watch-description {
margin-bottom: 20px; }
.card--watch .watch-description p {
width: 100%;
max-width: 100%; }
.card--watch .card__inner {
padding: 0; }
.card--watch .card__inner .atc {
margin: 0; }
.card--watch .card__inner .card__action {
margin-top: -20px; }
.card--watch .card__inner .card__action a {
margin: 30px 0 15px 0;
display: block;
text-transform: uppercase;
color: #79205d; }
.card--watch .card__inner__header {
width: 100%;
display: flex;
align-items: center; }
.card--watch .card__inner__header a.service-vimeo-play {
color: #79205d;
text-transform: uppercase; }
.card--watch .card__inner__header a.service-vimeo-play span {
color: #454545; }
.card--watch .card__inner .card__watch__inner {
padding: 30px 25px; }
@media (max-width: 767px) {
.card--watch .card__inner .card__watch__inner {
padding: 20px; } }
.card--watch .card__inner .card__watch .card__action {
margin-bottom: 20px; }
.card--watch .card__inner .card__watch__main {
margin-top: 30px; }
.card--watch .card__inner .card__watch__main h3.card__watch__main__time {
font-size: 18px;
line-height: 20px;
text-transform: uppercase;
margin-bottom: 10px; }
.card--watch .card__inner .card__watch__main h3:not(.card__watch__main__time) {
font-weight: 500;
margin-bottom: 15px; }
.card--watch .card__inner .card__watch__main__breakouts .breakout {
border-top: 1px solid #454545;
padding: 10px 0;
display: flex; }
.card--watch .card__inner .card__watch__main__breakouts .breakout__time {
font-weight: 100;
font-size: 16px;
padding-right: 15px;
width: 140px;
flex: 0 0 auto;
text-transform: lowercase; }
@media (max-width: 767px) {
.card--watch .card__inner .card__watch__main__breakouts .breakout__time {
font-size: 15px;
width: 135px;
padding-right: 10px; } }
.card--watch .card__inner .card__watch__main__breakouts .breakout__content {
flex: 1;
padding-right: 10px; }
.card--watch .card__inner .card__watch__main__breakouts .breakout__title {
font-size: 20px;
line-height: 24px; }
@media (max-width: 767px) {
.card--watch .card__inner .card__watch__main__breakouts .breakout__title {
font-size: 18px;
line-height: 20px; } }
.card--watch .card__inner .card__watch__main__breakouts .breakout__cta {
font-size: 14px;
text-transform: uppercase; }
.card--watch .card__inner .card__watch__main__breakouts .breakout__cta a {
color: #454545; }
.card--watch .card__inner .card__holiday__details {
padding-bottom: 10px;
border-bottom: 1px solid #454545;
text-transform: uppercase;
letter-spacing: 0.07em; }
.card--watch .card__inner .card__holiday__details strong {
display: block; }
.card--watch .card__inner .card__service-type {
background: #9e843d;
height: 45px;
padding: 0 20px;
display: flex;
align-items: center;
margin-right: 10px;
text-transform: uppercase;
color: #ffffff;
letter-spacing: 0.07em; }
@media (max-width: 767px) {
.card--watch .card__inner .card__service-type {
height: 40px;
padding: 2px 12px 0; } }
.card--watch .card__inner .card__service-type--young {
font-size: 13px;
padding-right: 10px; }
.arrow-button {
text-transform: uppercase;
color: #ffffff; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-SemiBold.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-SemiBold.woff") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Light.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-LightItalic.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-LightItalic.woff") format("woff");
font-weight: 300;
font-style: italic;
font-display: swap; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Regular.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Italic.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Italic.woff") format("woff");
font-weight: normal;
font-style: italic;
font-display: swap; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Medium.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Ping HL';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/PingHL-Heavy.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/PingHL-Heavy.woff") format("woff");
font-weight: 800;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'DomaineDisplay';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/DomaineDisplay-BoldItalic.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/DomaineDisplay-BoldItalic.woff") format("woff");
font-weight: bold;
font-style: italic;
font-display: swap; }
.footer {
position: relative;
background: #f3ede1;
z-index: 3; }
.footer__inner {
position: relative;
display: flex;
justify-content: space-between;
padding: 50px 45px; }
@media (max-width: 1023px) {
.footer__inner {
padding: 0 15px 40px; } }
.footer__menu {
width: 520px;
height: 165px;
flex: 0 0 auto;
border-top: 1px solid #9e843d;
display: flex;
padding-top: 15px; }
@media (max-width: 1023px) {
.footer__menu {
width: 100%;
padding-top: 30px; } }
.footer__menu__mobile-only {
display: none; }
@media (max-width: 1023px) {
.footer__menu__mobile-only {
display: block; } }
.footer__menu__column {
flex: 1;
border-right: 1px solid #9e843d;
font-size: 12px;
color: #9e843d;
line-height: 17px;
display: flex;
flex-direction: column;
padding-left: 15px; }
@media (max-width: 1023px) {
.footer__menu__column {
border-right: 0;
justify-content: space-between; } }
.footer__menu__column:first-of-type {
padding-left: 0; }
@media (max-width: 1023px) {
.footer__menu__column:first-of-type {
border-right: 1px solid #9e843d; } }
.footer__menu__column a {
color: #9e843d;
display: block; }
.footer__menu__column:last-of-type {
border-right: 0; }
@media (max-width: 1023px) {
.footer__menu__column:last-of-type {
display: none; } }
.footer__help {
margin-left: 15px;
flex: 1;
border: 1px solid #9e843d;
height: 165px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
color: #9e843d;
text-transform: uppercase; }
.footer__help .arrow-button {
color: #9e843d;
margin-top: 10px; }
@media (max-width: 1023px) {
.footer__help {
display: none; } }
.footer__copyright {
position: absolute;
bottom: 20px;
left: 45px;
color: #9e843d;
font-size: 12px; }
@media (max-width: 1023px) {
.footer__copyright {
bottom: 10px;
left: 15px; } }
@media (max-width: 767px) {
body > .footer {
background: #ffffff;
margin-top: 30px; } }
.header {
background: #ffffff;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
border-bottom: 1px solid #9e843d; }
.header__inner {
display: flex;
justify-content: space-between;
align-items: center;
height: 90px;
padding: 0 20px 0 140px; }
@media (max-width: 1100px) {
.header__inner {
padding: 0 20px 0 40px; } }
@media (max-width: 1023px) {
.header__inner {
padding: 15px 20px;
height: 70px; } }
@media (max-width: 767px) {
.header__inner {
padding: 15px 10px; } }
.header__mobile-trigger {
display: none; }
@media (max-width: 1023px) {
.header__mobile-trigger {
display: block;
align-self: flex-end;
color: #9e843d;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 0.07em; } }
.header__nav {
height: 100%;
display: flex; }
@media (max-width: 1023px) {
.header__nav {
display: none; } }
.header__nav a {
width: 190px;
border-left: 1px solid #9e843d;
font-size: 13px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #9e843d;
transition: all 0.25s linear;
background-color: #ffffff;
letter-spacing: 1px; }
.header__nav a:hover, .header__nav a.active {
outline: 0;
background-color: #9e843d;
color: #ffffff; }
.header__donate-wrapper {
padding: 0 20px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
justify-content: center;
border-left: 1px solid #9e843d; }
.header__logo {
vertical-align: bottom; }
@media (max-width: 1023px) {
.header__logo {
width: 180px;
margin-bottom: -10px; } }
a.box-button {
display: inline-flex;
align-items: center;
height: 44px;
font-size: 13px;
background: #9e843d;
padding: 0 16px;
border: 0;
color: #ffffff;
width: auto; }
a.box-button:focus {
background: #8c7536;
outline: 0; }
* {
box-sizing: border-box;
padding: 0;
margin: 0; }
body {
font-family: 'Galano Grotesque', Arial, sans-serif;
background: #f3ede1;
padding-top: 90px;
color: #454545;
overflow-x: hidden; }
body.no-scroll {
overflow: hidden; }
@media (max-width: 1023px) {
body {
padding-top: 70px;
background: #ffffff; } }
html {
max-width: 100vw;
overflow-x: hidden; }
html.no-scroll {
overflow: hidden; }
a {
text-decoration: none; }
button {
background: transparent;
border: 0;
outline: 0; }
button:focus {
border: 0;
outline: 0; }
.mobile-nav {
display: none; }
@media (max-width: 1023px) {
.mobile-nav {
display: block;
position: fixed;
bottom: 100%;
height: 100vh;
width: 100vw;
background: #f3ede1;
z-index: -1;
visibility: hidden;
transition: all 0s linear 0.5s, bottom 0.5s ease-out;
overflow-y: auto; }
.mobile-nav--open {
bottom: 0;
z-index: 5;
visibility: visible;
transition: all 0s linear 0s, bottom 0.5s ease-out; }
.mobile-nav--open .mobile-nav__close {
top: 20px;
opacity: 1;
transition: all 0s linear 0s, opacity 0.25s linear 0.5s; }
.mobile-nav__close {
position: fixed;
opacity: 0;
top: -100%;
right: 20px;
width: 25px;
z-index: 55;
transition: all 0s linear 0.5s, opacity 0.25s linear 0s; }
.mobile-nav__close svg {
width: 100%; }
.mobile-nav--help-only .mobile-nav__close {
top: 20px !important; }
.mobile-nav__logo {
height: 135px;
padding-top: 40px;
display: flex;
justify-content: center;
align-items: center; }
.mobile-nav__logo img {
mix-blend-mode: multiply;
transform: translate3d(0, 0, 0);
height: 70%; }
.mobile-nav__options {
display: flex;
flex-direction: column;
width: 100%;
border-top: 1px solid #9e843d; }
.mobile-nav__options a.big-button,
.mobile-nav__options .mobile-nav__accordion-mover,
.mobile-nav__options .mobile-nav__donate-wrapper,
.mobile-nav__options .mobile-nav__accordion-trigger {
position: relative;
display: block;
height: 100px;
border-bottom: 1px solid #9e843d;
color: #9e843d;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
text-transform: uppercase;
font-size: 15px;
line-height: 18px;
max-width: calc(100% - 30px);
width: 100%;
margin: 0 auto;
transition: all 0.25s linear; }
.mobile-nav__options a.big-button.active,
.mobile-nav__options .mobile-nav__accordion-mover.active,
.mobile-nav__options .mobile-nav__donate-wrapper.active,
.mobile-nav__options .mobile-nav__accordion-trigger.active {
max-width: 100%;
background: #9e843d;
color: #ffffff; }
.mobile-nav__options .mobile-nav__accordion-mover {
position: absolute;
top: 0;
left: -15px;
width: calc(100% + 30px);
max-width: calc(100% + 30px);
background: #f3ede1;
border-bottom: 0;
height: 98px;
transition: transform 0.25s linear; }
.mobile-nav__options .mobile-nav__accordion-mover--fixed {
position: fixed;
left: 0;
width: 100%;
z-index: 5;
border-bottom: 1px solid #9e843d; }
.mobile-nav__options .mobile-nav__accordion-mover--below {
transform: translateY(-100%); }
.mobile-nav__options .mobile-nav__accordion-trigger {
position: relative; }
.mobile-nav__options .mobile-nav__accordion-trigger svg {
position: absolute;
bottom: 15px;
left: 50%;
transform: translateX(-50%);
opacity: 0;
width: 15px;
transition: opacity 0.25s linear; }
.mobile-nav__options .mobile-nav__accordion-trigger--open .mobile-nav__accordion-mover {
border-bottom: 1px solid #9e843d;
height: 100px; }
.mobile-nav__options .mobile-nav__accordion-trigger--open svg {
opacity: 1; }
.mobile-nav__options .mobile-nav__donate-wrapper {
border-bottom: 0; } }
.mobile-nav .schedule__version .schedule__holiday {
margin-top: 15px; }
.mobile-nav .schedule__version:before {
display: none; }
.mobile-nav .schedule__content__details {
border-right: 0;
padding-top: 0; }
.mobile-nav__accordion-content {
max-height: 0;
padding: 0 20px;
overflow: hidden;
background: #9e843d; }
.mobile-nav__accordion-content--open {
margin-top: -2px;
transition: all 0.5s ease-in-out; }
.mobile-nav__accordion-content .modal__content {
background: pink; }
.mobile-nav__accordion-content .modal__content__questions {
width: 100%;
padding: 0;
border-top: 0; }
.mobile-nav__accordion-content .modal__content__questions .modal__content__question__expanded {
position: relative;
opacity: 0;
overflow: hidden;
max-height: 0;
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 0;
background: transparent;
transition: all 0s linear 0.75s, opacity 0.5s linear 0.25s; }
.mobile-nav__accordion-content .modal__content__questions .modal__content__question__expanded > * {
opacity: 0;
transition: all 0s linear 0.75s, opacity 0.5s linear; }
.mobile-nav__accordion-content .modal__content__questions .modal__content__question__expanded p {
color: #ffffff;
margin-bottom: 15px; }
.mobile-nav__accordion-content .modal__content__questions .modal__content__question__expanded .modal__content__question__close {
position: absolute;
top: 15px;
left: 30px;
width: 40px;
height: 40px;
font-size: 20px;
color: #ffffff;
z-index: 2;
text-transform: uppercase;
font-weight: normal; }
.mobile-nav__accordion-content .modal__content__questions .modal__content__question__expanded .modal__content__question__close svg {
width: 100%; }
.mobile-nav__accordion-content .modal__content__question {
width: 100%;
padding: 15px 0;
border: 0;
border-bottom: 1px solid #f3ede1;
height: auto; }
.mobile-nav__accordion-content .modal__content__question > p {
opacity: 1;
color: #ffffff; }
.mobile-nav__accordion-content .modal__content__question .excerpt p {
color: #ffffff; }
.mobile-nav__accordion-content .modal__content__question .excerpt p a {
color: #ffffff;
text-decoration: underline; }
.mobile-nav__accordion-content .modal__content__question .modal__content__question__expanded a {
color: #ffffff; }
.mobile-nav__accordion-content .modal__content__question .modal__content__question__expanded p {
color: #ffffff; }
.mobile-nav__accordion-content .modal__content__question .modal__content__question__expanded a {
color: #ffffff;
text-decoration: underline; }
.mobile-nav__accordion-content .modal__content__question .modal__content__question__expanded ul, .mobile-nav__accordion-content .modal__content__question .modal__content__question__expanded ol {
margin: 20px auto;
max-width: 500px;
list-style: square; }
.mobile-nav__accordion-content .modal__content__question--expanded .modal__content__question__expanded {
bottom: 0;
max-height: 100%;
opacity: 1;
z-index: 555;
padding: 60px 30px;
overflow-y: hidden;
transition: opacity 0.5s linear;
background: #9e843d;
padding: 60px 30px 0;
display: flex;
flex-direction: column; }
.mobile-nav__accordion-content .modal__content__question--expanded .modal__content__question__expanded > * {
opacity: 1;
transition: opacity 0.5s linear 0.5s; }
.mobile-nav__accordion-content .modal__content__question--expanded .modal__content__question__expanded button, .mobile-nav__accordion-content .modal__content__question--expanded .modal__content__question__expanded h5 {
flex: 0 0 auto; }
.mobile-nav__accordion-content .modal__content__question--expanded .modal__content__question__expanded .modal__content__question__expanded__answer {
flex: 1;
height: auto;
overflow-y: auto;
padding-bottom: 60px; }
.mobile-nav__accordion-content .modal__content__question--expanded > p {
transition: opacity 0.25s linear; }
.mobile-nav__accordion-content .modal__content__question:first-of-type {
margin-top: 20px; }
.mobile-nav__accordion-content .modal__content__question:last-of-type {
border-bottom: 0;
margin-bottom: 20px; }
.mobile-nav__accordion-content .modal__content__question h5 {
margin-bottom: 15px; }
.mobile-nav__accordion-content .modal__content__question .question-learn-more {
display: block;
margin: 15px 0 0;
font-size: 12px;
color: #ffffff;
text-transform: uppercase; }
.mobile-nav #schedule-content {
background: #f3ede1; }
.mobile-nav #schedule-content .schedule__header {
padding-bottom: 0;
height: auto; }
.mobile-nav #schedule-content .schedule__header__switcher {
position: relative;
top: auto;
left: auto;
max-width: 100%;
padding-left: 0;
padding-right: 0; }
.mobile-nav #schedule-content .schedule__header__switcher__button {
max-width: calc(33.3333% - 5px);
width: auto;
flex: 1;
font-size: 10px; }
.mobile-nav #schedule-content .schedule__holiday {
margin-top: 30px; }
.modal {
visibility: hidden;
position: fixed;
top: 90px;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
pointer-events: none;
transition: all 0s linear 0.75s; }
@media (max-width: 767px) {
.modal {
top: 70px; } }
.modal__backdrop {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f3ede1;
opacity: 0;
transition: opacity 0.25s linear 0.5s; }
.modal__content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #9e843d;
opacity: 0;
display: flex;
flex-direction: column;
transition: opacity 0.5s linear 0s;
min-height: 300px;
max-height: calc(100vh - 150px);
width: 932px; }
@media (max-width: 767px) {
.modal__content {
width: 95%; } }
.modal__content__title {
height: 110px;
flex: 0 0 auto;
display: flex;
justify-content: center;
align-items: center;
color: #454545;
font-size: 20px;
letter-spacing: 0.07em;
text-transform: uppercase;
font-weight: 500;
position: relative; }
@media (max-width: 767px) {
.modal__content__title {
text-align: center; } }
.modal__close {
position: absolute;
top: 25px;
right: 25px;
width: 20px;
z-index: 3;
cursor: pointer;
transition: opacity 0.25s linear; }
.modal__close--hidden {
opacity: 0;
pointer-events: none; }
.modal__close .st0 {
stroke: #ffffff !important; }
.modal--signup {
top: 0;
visibility: visible;
z-index: 5 !important; }
.modal--signup__backdrop {
background-color: #79205d; }
.modal--signup__content {
background: #f3ede1;
padding: 60px;
max-width: 675px; }
@media (max-width: 767px) {
.modal--signup__content {
padding: 15px; } }
.modal--signup__content:before {
content: '';
display: block;
position: absolute;
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
border: 1px solid #9e843d;
z-index: -2; }
.modal--signup__content:after {
content: '';
display: block;
position: absolute;
top: 60px;
right: 60px;
bottom: 60px;
left: 60px;
border: 1px solid #9e843d;
z-index: -1; }
@media (max-width: 767px) {
.modal--signup__content:after {
display: none; } }
.modal--signup__content .modal__content__title {
height: auto;
padding: 30px 15px;
text-align: center;
flex-direction: column;
color: #9e843d; }
.modal--signup__content .modal__content__title span {
display: block;
text-align: center;
font-weight: 300;
text-transform: none;
margin-top: 15px; }
@media (max-width: 767px) {
.modal--signup__content .modal__content__title {
padding: 30px;
font-size: 16px; } }
.modal--signup__content .modal__content__description {
font-size: 16px;
font-weight: normal; }
.modal--signup__content .signup-form {
position: relative;
z-idnex: 2;
display: flex;
flex-direction: column;
width: 365px;
max-width: calc(100% - 60px);
margin: 0 auto 30px; }
.modal--signup__content .signup-form label {
width: 100%;
display: flex;
font-size: 11px;
color: #9e843d;
align-items: flex-end;
text-transform: uppercase;
margin-bottom: 15px; }
.modal--signup__content .signup-form label:last-of-type {
margin-bottom: 0; }
.modal--signup__content .signup-form label span {
flex: 0 0 auto;
display: inline-block;
padding-right: 10px;
line-height: 1.5; }
.modal--signup__content .signup-form label input {
display: block;
flex: 1;
outline: 0;
border: 0;
background: transparent;
border-bottom: 1px solid #9e843d;
line-height: 1.2;
padding-bottom: 2px; }
.modal--signup__content .signup-form__submit {
margin-top: 30px;
color: #9e843d;
font-size: 15px;
text-transform: uppercase;
font-family: 'Galano Grotesque', Arial, sans-serif; }
.modal--signup .modal__close {
top: 30px;
right: 30px; }
.modal--share .modal__content {
padding: 65px 0 0;
background: #f3ede1; }
.modal--share .modal__content .card {
margin-bottom: 0;
border-top: 1px solid #454545; }
.modal--vimeo .modal__close {
top: 10px;
right: 20px; }
.modal--vimeo .modal__content {
position: relative;
min-height: auto;
background: #f3ede1;
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.125); }
.modal--vimeo .modal__content__header {
display: flex;
padding: 20px; }
.modal--vimeo .modal__content__header h6 {
color: #9e843d;
max-width: calc(100% - 30px); }
.modal--vimeo .modal__content #vimeo-player {
position: relative;
padding-top: 56.22317596566524%;
width: 100%; }
.modal--vimeo .modal__content #vimeo-player iframe {
position: absolute;
top: 0;
left: 0; }
.modal--help .modal__close-expanded {
color: #ffffff;
font-size: 24px;
position: absolute;
top: 50%;
left: 30px;
transform: translateY(-50%);
opacity: 0;
cursor: pointer;
pointer-events: none;
transition: opacity 0.5s linear; }
.modal--help .modal__close-expanded--display {
opacity: 1;
pointer-events: all; }
.modal--help .modal__content__questions {
position: relative;
flex: 1;
border-top: 1px solid #f3ede1;
overflow-y: scroll;
padding: 0 20px; }
.modal--help .modal__content__questions.no-scroll {
overflow: hidden; }
.modal--help .modal__content__questions__inner {
display: flex;
flex-wrap: wrap;
position: relative; }
.modal--help .modal__content__questions__inner:after {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 1px;
background: #ffffff; }
.modal--help .modal__close {
top: 40px; }
.modal--help .modal__close line {
stroke: #ffffff !important; }
.modal--help .modal__content__overlay {
z-index: -1;
opacity: 0;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: #9e843d;
padding: 30px;
overflow-y: scroll;
transition: z-index 0s linear 1s, opacity 0.5s linear 0.5s; }
.modal--help .modal__content__overlay .modal__content__question__close {
display: none; }
.modal--help .modal__content__overlay > * {
opacity: 0;
transition: opacity 0.5s linear 0s; }
.modal--help .modal__content__overlay h5 {
width: 100%;
text-align: center;
margin-bottom: 30px; }
.modal--help .modal__content__overlay p {
color: #ffffff;
max-width: 600px;
margin: 0 auto 15px; }
.modal--help .modal__content__overlay--expanded {
opacity: 1;
z-index: 5555;
transition: z-index 0s linear, opacity 0.5s linear; }
.modal--help .modal__content__overlay--expanded > * {
transition: opacity 0.5s linear 0s; }
.modal--help .modal__content__overlay--expanded a {
color: #ffffff;
text-decoration: underline; }
.modal--help .modal__content__overlay--expanded ul, .modal--help .modal__content__overlay--expanded ol {
margin: 20px auto;
max-width: 500px;
list-style: square; }
.modal--help .modal__content__overlay--expanded h5 {
max-width: 500px;
margin: 0 auto 20px; }
.modal--help .modal__content__question {
width: 50%;
flex: 0 0 auto;
display: flex;
flex-direction: column;
min-height: 270px;
padding: 30px 30px 30px 60px;
border-bottom: 1px solid #f3ede1; }
.modal--help .modal__content__question__expanded {
display: none; }
.modal--help .modal__content__question:nth-child(even) {
padding: 30px 60px 30px 30px; }
@media (max-width: 767px) {
.modal--help .modal__content__question {
width: 100%;
padding: 30px 0 !important;
border-right: 0 !important;
border-bottom: 1px solid #f3ede1; } }
.modal--help .modal__content__question h5 {
color: #454545;
max-width: 280px;
margin-bottom: 30px;
flex: 0 0 auto; }
.modal--help .modal__content__question p {
color: #ffffff; }
.modal--help .modal__content__question p a {
color: #ffffff;
text-decoration: underline; }
.modal--help .modal__content__question > a {
color: #ffffff;
font-size: 10px;
text-transform: uppercase;
margin-top: 20px; }
.modal--display {
visibility: visible;
z-index: 4;
pointer-events: all;
transition: all 0s; }
.modal--display .modal__backdrop {
opacity: .72;
transition: opacity 0.25s linear 0s; }
.modal--display .modal__content {
opacity: 1;
transition: opacity 0.5s linear 0.25s; }
::-webkit-scrollbar {
display: none; }
@media (max-width: 767px) {
.schedule__day__type__wrapper {
max-width: 100%; } }
.schedule {
position: fixed;
left: 100%;
width: 100vw;
top: 0;
bottom: 0;
z-index: -1;
visibility: hidden;
transition: all 0s linear 1s; }
.schedule__backdrop {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #ffffff;
opacity: 0;
transition: opacity 0.25s linear 0.5s; }
.schedule__inner {
width: 100%;
max-width: 1050px;
position: absolute;
right: -100%;
top: 0;
bottom: 0;
transition: right 0.5s ease-out 0.25s;
background: #f3ede1;
display: flex;
flex-direction: column; }
.schedule--display {
visibility: visible;
z-index: 10;
left: 0;
transition: all 0s linear; }
.schedule--display .schedule__backdrop {
opacity: 0.5;
transition: opacity 0.25s linear; }
.schedule--display .schedule__inner {
right: 0; }
.schedule__header {
height: 90px;
width: 100%;
display: flex;
border-bottom: 2px solid #9e843d;
align-items: flex-end;
padding-bottom: 30px;
flex: 0 0 auto;
position: relative;
z-index: 3; }
.schedule__header__title {
flex: 1;
text-transform: uppercase;
text-align: center; }
.schedule__header__title p {
font-weight: normal;
color: #9e843d; }
.schedule__header__switcher {
width: 100%;
padding: 15px 0;
margin-top: -15px;
margin-bottom: 30px;
left: 0;
display: flex;
justify-content: space-between;
background: linear-gradient(0deg, rgba(243, 237, 225, 0) 0%, #f3ede1 100%); }
.schedule__header__switcher__button {
flex: 1;
max-width: calc(33.3333% - 10px);
text-transform: uppercase;
color: #9e843d;
text-align: center;
border: 1px solid #9e843d;
height: 40px;
background-color: #f3ede1;
transition: all 0.25s linear;
padding-top: 2px;
letter-spacing: 0.07em;
font-size: 12px;
cursor: pointer; }
.schedule__header__switcher__button:focus {
border: 1px solid #9e843d; }
.schedule__header__switcher__button--active {
background-color: #9e843d;
color: #ffffff; }
.schedule__header__close {
width: 340px;
flex: 0 0 auto;
display: flex;
padding-right: 35px;
justify-content: flex-end;
align-items: flex-end; }
.schedule__header__close svg {
width: 25px;
cursor: pointer; }
.schedule__version--family, .schedule__version--kids {
display: none; }
.schedule__version__schedule--past {
position: relative;
margin-top: 60px;
padding-top: 60px; }
@media (max-width: 1023px) {
.schedule__version__schedule--past {
padding-top: 15px; } }
.schedule__version__schedule--past:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 60px;
right: 60px;
height: 1px;
background: #9e843d;
opacity: 0.5; }
@media (max-width: 1023px) {
.schedule__version__schedule--past:before {
left: 0;
right: 0; } }
.schedule__version__schedule--past h5 {
color: #9e843d;
text-align: center; }
.schedule__version__schedule--past .schedule__holiday {
opacity: 0.5; }
.schedule__content {
display: flex;
flex: 0 0 auto;
height: calc(100% - 90px); }
.schedule__content__details {
position: relative;
flex: 1;
overflow: hidden;
height: 100%;
overflow-y: auto;
padding-top: 60px;
border-right: 1px solid #9e843d; }
.schedule__content__calendar {
width: 340px;
flex: 0 0 auto;
padding-top: 35px;
overflow-y: auto;
padding-left: 55px; }
.schedule__empty {
max-width: 500px;
text-align: center; }
.schedule__day__type--main {
display: block;
max-height: 100%;
overflow: hidden; }
.schedule__day__type--family, .schedule__day__type--young {
max-height: 0;
overflow: hidden; }
.schedule__holiday {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
color: #9e843d;
margin-bottom: 30px; }
.schedule__holiday:after {
content: '';
display: none;
height: 1px;
background: #9e843d;
width: 80%;
max-width: 600px; }
.schedule__holiday:before {
content: '';
display: block;
width: 18px;
height: 18px;
margin-bottom: 10px; }
.schedule__holiday__title {
margin-top: 0;
font-size: 23px;
line-height: 26px;
text-shadow: none;
color: #9e843d;
font-family: 'Galano Grotesque';
font-weight: 600;
font-style: normal; }
.schedule__holiday__day {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding: 0 60px; }
@media (max-width: 767px) {
.schedule__holiday__day {
align-items: flex-start; } }
@media (max-width: 1023px) {
.schedule__holiday__day {
padding: 0; } }
.schedule__holiday__day__heading {
margin: 30px 0;
text-align: center;
display: flex;
flex-direction: column;
line-height: 1;
border-top: 1px solid #9e843d;
border-bottom: 1px solid #9e843d;
padding: 7.5px 0;
width: calc(100% - 60px);
margin: 0 auto 15px; }
.schedule__holiday__day__heading strong {
font-weight: 700;
margin-bottom: 3px; }
.schedule__holiday__timeframe__heading {
text-align: center;
font-style: italic;
margin: 40px; }
.schedule__holiday__event {
display: flex;
flex-direction: column;
align-content: center;
margin-bottom: 15px; }
.schedule__holiday__event h6 {
text-decoration: underline; }
@media (max-width: 767px) {
.schedule__holiday__event h6 {
font-size: 18px; } }
.schedule__holiday__event .atc {
margin: -10px 0 -15px; }
.schedule__holiday__event__breakouts {
margin-top: 5px; }
.schedule__holiday__event__breakouts .schedule__holiday__event__inner {
margin-top: 5px;
margin-bottom: 10px; }
.schedule__holiday__event__breakouts .schedule__holiday__event__inner > div {
flex: 1;
min-width: 55%; }
@media (max-width: 767px) {
.schedule__holiday__event__breakouts .schedule__holiday__event__inner > div {
min-width: 60%; } }
.schedule__holiday__event__breakouts .schedule__holiday__event__inner .schedule__holiday__event__time {
font-size: 14px;
min-width: 0;
text-transform: lowercase; }
.schedule__holiday__event__breakouts .schedule__holiday__event__inner h6 {
font-size: 15px;
line-height: 17px;
text-decoration: none; }
.schedule__holiday__event__breakouts .schedule__holiday__event__inner a {
font-size: 12px;
text-transform: uppercase;
color: #9e843d; }
.schedule__holiday__event__details {
width: 100%; }
.schedule__holiday__event__inner {
display: flex;
align-items: flex-start;
width: 480px;
max-width: 100%; }
@media (max-width: 767px) {
.schedule__holiday__event__inner {
max-width: 100%; } }
.schedule__holiday__event__inner > div {
min-width: 55%; }
@media (max-width: 767px) {
.schedule__holiday__event__inner > div {
min-width: 60%; } }
.schedule__holiday__event__details {
width: 100%; }
.schedule__holiday__event__time {
text-align: right;
flex: 1;
text-transform: uppercase;
min-width: 0 !important;
padding-right: 25px; }
@media (max-width: 767px) {
.schedule__holiday__event__time {
text-align: right;
font-size: 14px;
line-height: 16px; } }
.schedule__holiday__event__details {
flex: 1; }
@media (max-width: 767px) {
.schedule__holiday__event__details {
max-width: calc(100% - 145px); } }
.schedule__holiday__event__details .p--small, .schedule__holiday__event__details .calendar__month .week .heading, .calendar__month .week .schedule__holiday__event__details .heading,
.schedule__holiday__event__details .calendar__month .week .day, .calendar__month .week .schedule__holiday__event__details .day {
margin: 5px 0; }
.schedule__holiday--rosh:before {
background: #79205d; }
.schedule__holiday--elul:before {
background: #96c3a4; }
.schedule__holiday--yomkippur:before {
background: #0281aa; }
.full-calendar {
display: inline-block;
color: #9e843d;
text-decoration: underline; }
.share {
position: relative;
font-size: 12px;
text-transform: uppercase;
padding: 15px 0;
margin-right: 15px;
display: flex;
justify-content: flex-end; }
.share__add {
display: inline-block;
transition: transform 0.25s ease-out 0.25s, opacity 0.25s linear 0.25s;
transform: translateX(0);
opacity: 1; }
.share__add-arrow {
font-size: 15px; }
.share__options {
position: absolute;
right: -20px;
top: 50%;
opacity: 0;
transform: translateY(-50%);
z-index: -1;
pointer-events: none;
transition: right 0.5s ease-out 0s, opacity 0.25s linear, z-index 0s linear 0.5s, visibility linear 0.5s;
text-align: right;
visibility: hidden; }
.share__options a {
margin: 0 5px;
color: #ffffff; }
.share__options a:first-of-type {
margin-left: 0; }
.share:hover .share__add {
transition: transform 0.5s ease-out 0s, opacity 0.25s linear;
transform: translateX(20px);
opacity: 0; }
.share:hover .share__options {
opacity: 1;
z-index: 1;
right: 0;
pointer-events: all;
visibility: visible;
transition: right 0.5s ease-out 0.325s, opacity 0.25s linear 0.325s, visibility 0s linear 0.125s; }
.today {
position: relative;
min-height: calc(100vh - 90px);
width: 100%;
max-width: 100vw;
overflow: hidden;
z-index: 0;
opacity: 0;
transition: opacity 0.5s linear; }
.today--show {
opacity: 1; }
.today__watch {
display: none; }
@media (max-width: 1023px) {
.today__watch {
margin-top: 20px; } }
.today__background {
top: 90px;
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: calc(100vh - 90px);
z-index: 0; }
.today__background img {
width: 100%;
height: 100%;
object-fit: cover;
object-fit: left; }
.today__background img.desktop-bg {
display: block; }
.today__background img.mobile-bg {
display: none; }
@media (max-width: 1023px) {
.today__background img.mobile-bg {
display: block; }
.today__background img.desktop-bg {
display: none; } }
@media (max-width: 1023px) {
.today__background {
top: 70px;
height: calc(100vh - 70px); }
.today__background img {
object-position: left top; } }
@media (max-width: 767px) {
.today__background {
position: absolute;
height: auto;
top: 0;
height: 70vh; }
.today__background img {
object-position: left; } }
.today__inner {
position: relative;
width: calc(100% - 80px);
margin: 0 auto;
display: flex;
flex-direction: column;
z-index: 1; }
@media (max-width: 1023px) {
.today__inner {
width: calc(100% - 40px); } }
@media (max-width: 767px) {
.today__inner {
display: block;
width: 100%; } }
.today__day {
position: fixed;
left: 0;
bottom: 0;
height: calc(100vh - 90px);
width: calc(100% - 965px);
max-width: 40%;
padding-top: 125px;
display: flex;
justify-content: center;
color: #ffffff;
text-align: center;
min-width: 300px; }
.today__day__holiday__day {
border-bottom: 0;
margin-top: 10px; }
.today__day__watch {
display: none; }
.today__day__watch h4 {
border-bottom: 0; }
.today__day__watch__past {
opacity: 0.5; }
@media (max-width: 1023px) {
.today__day {
min-width: 250px;
top: 50px;
padding-top: 65px; } }
@media (max-width: 767px) {
.today__day {
position: relative;
top: auto;
left: auto;
bottom: auto;
right: auto;
width: 100%;
height: 100%;
padding-top: 0;
height: 70vh;
align-items: center;
max-width: 100%; } }
.today__cards {
width: 925px;
float: right;
min-height: 100vh;
min-width: 60%;
align-self: flex-end;
padding-top: 40px;
max-width: calc(100vw - 340px); }
@media (max-width: 1023px) {
.today__cards {
max-width: calc(100vw - 270px);
padding-top: 20px; } }
@media (max-width: 767px) {
.today__cards {
max-width: 100%;
float: none;
align-self: flex-start;
padding-top: 0; } }
h1, h2, h3, h4 {
margin: 0; }
h3 {
font-weight: 300;
font-style: normal;
font-size: 32px;
line-height: 38px; }
@media (max-width: 767px) {
h3 {
font-size: 28px;
line-height: 33px; } }
h2 {
font-family: 'DomaineDisplay';
font-weight: bold;
font-style: italic;
font-size: 64px;
line-height: 1;
margin-top: 10px;
text-shadow: 0px 0px 5px #454545; }
@media (max-width: 1100px) {
h2 {
font-size: 50px; } }
p,
.p {
font-size: 15px;
line-height: 22px;
font-weight: 300;
margin: 0; }
p--small,
.p--small,
.calendar__month .week .heading,
.calendar__month .week .day {
font-size: 12px; }
p--italic,
.p--italic {
font-style: italic; }
h4 {
display: inline-block;
font-weight: 500;
font-size: 29px;
border-bottom: 1px solid #ffffff;
text-shadow: 0px 0px 5px #454545;
letter-spacing: 3px;
color: #ffffff;
padding-bottom: 5px;
text-transform: uppercase; }
@media (max-width: 1100px) {
h4 {
font-size: 24px; } }
h5 {
font-size: 25px;
letter-spacing: 0.04em;
line-height: 30px;
font-weight: 500; }
h6 {
font-size: 20px;
line-height: 21px;
font-weight: 500; }
.hebrew {
font-family: 'Ping HL';
font-weight: 800;
font-size: 41px;
line-height: 1;
margin-top: 15px; } | theme/dist/css/all.css | .atc {
position: relative;
font-size: 12px;
text-transform: uppercase;
padding: 15px 0;
margin: -15px 0;
min-width: 100%; }
@media (max-width: 767px) {
.atc {
font-size: 10px; } }
.atc__add {
display: inline-block;
transition: transform 0.25s ease-out 0.25s, opacity 0.25s linear 0.25s;
transform: translateX(0);
opacity: 1; }
.atc__add-arrow {
font-size: 15px; }
.atc__options {
position: absolute;
left: -20px;
top: 50%;
opacity: 0;
right: 0;
transform: translateY(-50%);
z-index: -1;
visibility: hidden;
pointer-events: none;
transition: left 0.5s ease-out 0s, opacity 0.25s linear, z-index 0s linear 0.5s, visibility 0s linear 0.5s; }
.atc__options a {
margin: 0 5px;
color: #454545; }
.schedule__version .atc__options a {
color: #9e843d; }
.atc__options a:first-of-type {
margin-left: 0; }
.atc:hover .atc__add {
transition: transform 0.5s ease-out 0s, opacity 0.25s linear;
transform: translateX(-20px);
opacity: 0; }
.atc:hover .atc__options {
opacity: 1;
z-index: 1;
left: 0;
pointer-events: all;
visibility: visible;
transition: left 0.5s ease-out 0.325s, opacity 0.25s linear 0.325s, visibility 0s linear 0.125s; }
.calendar {
display: flex;
flex-direction: column; }
.calendar__keys {
margin: 20px 0 60px;
width: 210px; }
.calendar__key {
height: 25px;
display: flex;
justify-content: flex-start;
align-items: center;
color: #454545;
margin-bottom: 10px;
width: 100%;
text-transform: uppercase;
font-size: 12px; }
.calendar__key:before {
content: '';
display: inline-block;
margin-right: 10px;
width: 20px;
height: 20px; }
.calendar__key--elul:before {
background: #96c3a4; }
.calendar__key--rosh-hashanah:before {
background: #79205d; }
.calendar__key--yom-kippur:before {
background: #0281aa; }
.calendar__month {
display: flex;
flex-direction: column;
width: 210px;
margin-bottom: 20px; }
.calendar__month__title {
text-transform: uppercase; }
.calendar__month__title, .calendar__month__rows {
width: 100%;
display: flex;
font-size: 11px;
text-align: center;
justify-content: center;
margin-bottom: 5px; }
.calendar__month__rows {
flex-direction: column;
border-top: 1px solid #454545; }
.calendar__month .week {
display: flex;
border-bottom: 1px solid #454545;
border-right: 1px solid #454545; }
.calendar__month .week--headings {
border-right: 0; }
.calendar__month .week .heading,
.calendar__month .week .day {
flex: 1;
height: 28px;
display: flex;
justify-content: center;
align-items: center; }
.calendar__month .week .day {
border-left: 1px solid #454545;
font-weight: 300; }
.calendar__month .week .day--elul {
background: #96c3a4;
cursor: pointer; }
.calendar__month .week .day--rosh {
background: #79205d;
cursor: pointer;
color: #ffffff; }
.calendar__month .week .day--yom {
background: #0281aa;
cursor: pointer;
color: #ffffff; }
.calendar__month .week .heading {
height: 12px;
font-size: 8px !important;
line-height: 9.6; }
.card {
margin-bottom: 12px;
background: #f3ede1;
min-height: 470px; }
@media (max-width: 767px) {
.card {
min-height: 0;
margin-bottom: 20px; } }
.card--welcome {
position: relative;
padding: 80px 65px 80px;
width: 100%;
background: #ffffff;
min-height: 0; }
@media (max-width: 1023px) {
.card--welcome {
padding: 45px; } }
.card--welcome:after {
content: '';
display: block;
border: 1px solid #454545;
position: absolute;
top: 25px;
left: 25px;
right: 25px;
bottom: 25px;
z-index: 0; }
.card--welcome .card__inner {
position: relative;
display: flex;
z-index: 1; }
@media (max-width: 1100px) {
.card--welcome .card__inner {
flex-direction: column; } }
.card--welcome .card__inner h3 {
width: 220px;
margin-right: 20px;
flex: 0 0 auto;
margin-bottom: 40px; }
@media (max-width: 1100px) {
.card--welcome .card__inner h3 {
margin-bottom: 20px;
width: 100%;
margin-right: 0;
padding-right: 20px; } }
.card--welcome .card__inner__content {
margin-top: 40px; }
@media (max-width: 1100px) {
.card--welcome .card__inner__content {
margin-top: 0; } }
.card--welcome .card__inner p {
font-size: 20px;
line-height: 30px;
margin-top: 40px; }
@media (max-width: 1100px) {
.card--welcome .card__inner p {
font-size: 17px;
line-height: 25px;
margin-top: 0; } }
.card--help {
height: 180px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #9e843d;
text-transform: uppercase;
color: #ffffff;
text-align: center;
min-height: 0;
cursor: pointer; }
.card--help .arrow-button {
display: block;
margin-top: 15px;
margin-bottom: 0;
max-width: 80%; }
.card__media {
display: flex;
flex-direction: column;
flex: 1; }
@media (max-width: 1023px) {
.card__media {
height: 250px; } }
.card__media .card__share .share {
color: #ffffff; }
.card__media__video-player {
position: relative;
background: #bec0c2;
flex: 1;
max-height: 400px; }
.card__media__video-player figure {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0; }
.card__media__video-player figure img {
position: relative;
height: 100%;
width: 100%;
object-fit: cover;
z-index: 0; }
.card__media__video-player figure:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #9e843d;
z-index: 1;
mix-blend-mode: color; }
.card__media__video-player a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2; }
.card__media__video-player button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 115px;
cursor: pointer; }
.card__media__video-player button svg {
width: 100%; }
@media (max-width: 1023px) {
.card__media__video-player button {
width: 70px; } }
.card--video {
display: flex;
overflow: hidden; }
@media (max-width: 1023px) {
.card--video {
flex-direction: column; } }
.card--video .card__inner {
flex: 1;
padding: 30px 25px;
display: flex;
flex-direction: column;
background: #f3ede1;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.125); }
@media (max-width: 1023px) {
.card--video .card__inner {
padding: 45px 25px 30px; } }
.card--video .card__inner h3 {
flex: 1;
max-width: 95;
margin-bottom: 20px; }
.card--video .card__inner p {
max-width: 240px; }
@media (max-width: 1023px) {
.card--video .card__inner p {
max-width: 100%; } }
.card--article, .card--class {
display: flex;
flex-direction: column;
overflow: hidden; }
.card--article .card__inner, .card--class .card__inner {
flex: 1;
padding: 30px 25px;
display: flex;
flex-direction: column;
background: #f3ede1; }
@media (max-width: 1023px) {
.card--article .card__inner, .card--class .card__inner {
padding-top: 45px; } }
.card--article .card__inner h3, .card--class .card__inner h3 {
flex: 1;
max-width: 95%;
margin-bottom: 20px; }
.card--article .card__inner .card__footer, .card--class .card__inner .card__footer {
padding-top: 0;
border-top: 0; }
.card--article .share, .card--class .share {
position: absolute;
top: -15px;
right: -15px;
width: 100%; }
@media (max-width: 1023px) {
.card--article .share, .card--class .share {
top: -35px; } }
.card--article .share a, .card--class .share a {
color: #454545; }
.card--article .share a:last-of-type, .card--class .share a:last-of-type {
margin-right: 0; }
.card__share {
display: block;
width: 100%;
height: 70px;
background: #79205d;
flex: 0 0 auto; }
@media (max-width: 1023px) {
.card__share {
display: none; } }
.card__mobile-share {
display: none; }
@media (max-width: 1023px) {
.card__mobile-share {
display: block; }
.card__mobile-share .share {
position: absolute;
right: -15px;
color: #454545;
width: 100%;
top: -35px; }
.card__mobile-share .share a {
color: #454545 !important; } }
.card__slug {
position: relative;
width: calc(100% + 10px);
margin-left: -10px;
font-size: 15px;
letter-spacing: 0.07em;
line-height: 15px;
padding-bottom: 25px;
border-bottom: 1px solid #454545;
margin-bottom: 25px;
text-transform: uppercase; }
@media (max-width: 1023px) {
.card__slug {
padding-bottom: 0;
padding-top: 10px;
border-bottom: 0;
border-top: 1px solid #454545;
width: 100%;
margin-left: 0;
margin-bottom: 15px; } }
.card__footer {
padding-top: 15px;
margin-top: 15px;
margin-bottom: -5px;
width: 100%;
border-top: 1px solid #454545;
font-size: 12px;
text-transform: uppercase;
color: #454545; }
.card__footer a {
font-size: 12px;
color: #454545;
text-transform: uppercase; }
.card__footer__arrow {
font-size: 15px; }
.card--past .card__inner,
.card--past .card__media {
opacity: 0.5; }
.card--watch .watch-description {
margin-bottom: 20px; }
.card--watch .watch-description p {
width: 100%;
max-width: 100%; }
.card--watch .card__inner {
padding: 0; }
.card--watch .card__inner .atc {
margin: 0; }
.card--watch .card__inner .card__action {
margin-top: -20px; }
.card--watch .card__inner .card__action a {
margin: 30px 0 15px 0;
display: block;
text-transform: uppercase;
color: #79205d; }
.card--watch .card__inner__header {
width: 100%;
display: flex;
align-items: center; }
.card--watch .card__inner__header a.service-vimeo-play {
color: #79205d;
text-transform: uppercase; }
.card--watch .card__inner__header a.service-vimeo-play span {
color: #454545; }
.card--watch .card__inner .card__watch__inner {
padding: 30px 25px; }
@media (max-width: 767px) {
.card--watch .card__inner .card__watch__inner {
padding: 20px; } }
.card--watch .card__inner .card__watch .card__action {
margin-bottom: 20px; }
.card--watch .card__inner .card__watch__main {
margin-top: 30px; }
.card--watch .card__inner .card__watch__main h3.card__watch__main__time {
font-size: 18px;
line-height: 20px;
text-transform: uppercase;
margin-bottom: 10px; }
.card--watch .card__inner .card__watch__main h3:not(.card__watch__main__time) {
font-weight: 500;
margin-bottom: 15px; }
.card--watch .card__inner .card__watch__main__breakouts .breakout {
border-top: 1px solid #454545;
padding: 10px 0;
display: flex; }
.card--watch .card__inner .card__watch__main__breakouts .breakout__time {
font-weight: 100;
font-size: 16px;
padding-right: 15px;
width: 140px;
flex: 0 0 auto;
text-transform: lowercase; }
@media (max-width: 767px) {
.card--watch .card__inner .card__watch__main__breakouts .breakout__time {
font-size: 15px;
width: 135px;
padding-right: 10px; } }
.card--watch .card__inner .card__watch__main__breakouts .breakout__content {
flex: 1;
padding-right: 10px; }
.card--watch .card__inner .card__watch__main__breakouts .breakout__title {
font-size: 20px;
line-height: 24px; }
@media (max-width: 767px) {
.card--watch .card__inner .card__watch__main__breakouts .breakout__title {
font-size: 18px;
line-height: 20px; } }
.card--watch .card__inner .card__watch__main__breakouts .breakout__cta {
font-size: 14px;
text-transform: uppercase; }
.card--watch .card__inner .card__watch__main__breakouts .breakout__cta a {
color: #454545; }
.card--watch .card__inner .card__holiday__details {
padding-bottom: 10px;
border-bottom: 1px solid #454545;
text-transform: uppercase;
letter-spacing: 0.07em; }
.card--watch .card__inner .card__holiday__details strong {
display: block; }
.card--watch .card__inner .card__service-type {
background: #9e843d;
height: 45px;
padding: 0 20px;
display: flex;
align-items: center;
margin-right: 10px;
text-transform: uppercase;
color: #ffffff;
letter-spacing: 0.07em; }
@media (max-width: 767px) {
.card--watch .card__inner .card__service-type {
height: 40px;
padding: 2px 12px 0; } }
.card--watch .card__inner .card__service-type--young {
font-size: 13px;
padding-right: 10px; }
.arrow-button {
text-transform: uppercase;
color: #ffffff; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-SemiBold.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-SemiBold.woff") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Light.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-LightItalic.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-LightItalic.woff") format("woff");
font-weight: 300;
font-style: italic;
font-display: swap; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Regular.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Italic.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Italic.woff") format("woff");
font-weight: normal;
font-style: italic;
font-display: swap; }
@font-face {
font-family: 'Galano Grotesque';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Medium.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/GalanoGrotesque-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Ping HL';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/PingHL-Heavy.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/PingHL-Heavy.woff") format("woff");
font-weight: 800;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'DomaineDisplay';
src: url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/DomaineDisplay-BoldItalic.woff2") format("woff2"), url("https://spasuperlative.dreamhosters.com/wp-content/themes/pas/theme/dist/webfonts/DomaineDisplay-BoldItalic.woff") format("woff");
font-weight: bold;
font-style: italic;
font-display: swap; }
.footer {
position: relative;
background: #f3ede1;
z-index: 3; }
.footer__inner {
position: relative;
display: flex;
justify-content: space-between;
padding: 50px 45px; }
@media (max-width: 1023px) {
.footer__inner {
padding: 0 15px 40px; } }
.footer__menu {
width: 520px;
height: 165px;
flex: 0 0 auto;
border-top: 1px solid #9e843d;
display: flex;
padding-top: 15px; }
@media (max-width: 1023px) {
.footer__menu {
width: 100%;
padding-top: 30px; } }
.footer__menu__mobile-only {
display: none; }
@media (max-width: 1023px) {
.footer__menu__mobile-only {
display: block; } }
.footer__menu__column {
flex: 1;
border-right: 1px solid #9e843d;
font-size: 12px;
color: #9e843d;
line-height: 17px;
display: flex;
flex-direction: column;
padding-left: 15px; }
@media (max-width: 1023px) {
.footer__menu__column {
border-right: 0;
justify-content: space-between; } }
.footer__menu__column:first-of-type {
padding-left: 0; }
@media (max-width: 1023px) {
.footer__menu__column:first-of-type {
border-right: 1px solid #9e843d; } }
.footer__menu__column a {
color: #9e843d;
display: block; }
.footer__menu__column:last-of-type {
border-right: 0; }
@media (max-width: 1023px) {
.footer__menu__column:last-of-type {
display: none; } }
.footer__help {
margin-left: 15px;
flex: 1;
border: 1px solid #9e843d;
height: 165px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
color: #9e843d;
text-transform: uppercase; }
.footer__help .arrow-button {
color: #9e843d;
margin-top: 10px; }
@media (max-width: 1023px) {
.footer__help {
display: none; } }
.footer__copyright {
position: absolute;
bottom: 20px;
left: 45px;
color: #9e843d;
font-size: 12px; }
@media (max-width: 1023px) {
.footer__copyright {
bottom: 10px;
left: 15px; } }
@media (max-width: 767px) {
body > .footer {
background: #ffffff;
margin-top: 30px; } }
.header {
background: #ffffff;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
border-bottom: 1px solid #9e843d; }
.header__inner {
display: flex;
justify-content: space-between;
align-items: center;
height: 90px;
padding: 0 20px 0 140px; }
@media (max-width: 1100px) {
.header__inner {
padding: 0 20px 0 40px; } }
@media (max-width: 1023px) {
.header__inner {
padding: 15px 20px;
height: 70px; } }
@media (max-width: 767px) {
.header__inner {
padding: 15px 10px; } }
.header__mobile-trigger {
display: none; }
@media (max-width: 1023px) {
.header__mobile-trigger {
display: block;
align-self: flex-end;
color: #9e843d;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 0.07em; } }
.header__nav {
height: 100%;
display: flex; }
@media (max-width: 1023px) {
.header__nav {
display: none; } }
.header__nav a {
width: 190px;
border-left: 1px solid #9e843d;
font-size: 13px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #9e843d;
transition: all 0.25s linear;
background-color: #ffffff;
letter-spacing: 1px; }
.header__nav a:hover, .header__nav a.active {
outline: 0;
background-color: #9e843d;
color: #ffffff; }
.header__donate-wrapper {
padding: 0 20px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
justify-content: center;
border-left: 1px solid #9e843d; }
.header__logo {
vertical-align: bottom; }
@media (max-width: 1023px) {
.header__logo {
width: 180px;
margin-bottom: -10px; } }
a.box-button {
display: inline-flex;
align-items: center;
height: 44px;
font-size: 13px;
background: #9e843d;
padding: 0 16px;
border: 0;
color: #ffffff;
width: auto; }
a.box-button:focus {
background: #8c7536;
outline: 0; }
* {
box-sizing: border-box;
padding: 0;
margin: 0; }
body {
font-family: 'Galano Grotesque', Arial, sans-serif;
background: #f3ede1;
padding-top: 90px;
color: #454545;
overflow-x: hidden; }
body.no-scroll {
overflow: hidden; }
@media (max-width: 1023px) {
body {
padding-top: 70px;
background: #ffffff; } }
html {
max-width: 100vw;
overflow-x: hidden; }
html.no-scroll {
overflow: hidden; }
a {
text-decoration: none; }
button {
background: transparent;
border: 0;
outline: 0; }
button:focus {
border: 0;
outline: 0; }
.mobile-nav {
display: none; }
@media (max-width: 1023px) {
.mobile-nav {
display: block;
position: fixed;
bottom: 100%;
height: 100vh;
width: 100vw;
background: #f3ede1;
z-index: -1;
visibility: hidden;
transition: all 0s linear 0.5s, bottom 0.5s ease-out;
overflow-y: auto; }
.mobile-nav--open {
bottom: 0;
z-index: 5;
visibility: visible;
transition: all 0s linear 0s, bottom 0.5s ease-out; }
.mobile-nav--open .mobile-nav__close {
top: 20px;
opacity: 1;
transition: all 0s linear 0s, opacity 0.25s linear 0.5s; }
.mobile-nav__close {
position: fixed;
opacity: 0;
top: -100%;
right: 20px;
width: 25px;
z-index: 55;
transition: all 0s linear 0.5s, opacity 0.25s linear 0s; }
.mobile-nav__close svg {
width: 100%; }
.mobile-nav--help-only .mobile-nav__close {
top: 20px !important; }
.mobile-nav__logo {
height: 135px;
padding-top: 40px;
display: flex;
justify-content: center;
align-items: center; }
.mobile-nav__logo img {
mix-blend-mode: multiply;
transform: translate3d(0, 0, 0);
height: 70%; }
.mobile-nav__options {
display: flex;
flex-direction: column;
width: 100%;
border-top: 1px solid #9e843d; }
.mobile-nav__options a.big-button,
.mobile-nav__options .mobile-nav__accordion-mover,
.mobile-nav__options .mobile-nav__donate-wrapper,
.mobile-nav__options .mobile-nav__accordion-trigger {
position: relative;
display: block;
height: 100px;
border-bottom: 1px solid #9e843d;
color: #9e843d;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
text-transform: uppercase;
font-size: 15px;
line-height: 18px;
max-width: calc(100% - 30px);
width: 100%;
margin: 0 auto;
transition: all 0.25s linear; }
.mobile-nav__options a.big-button.active,
.mobile-nav__options .mobile-nav__accordion-mover.active,
.mobile-nav__options .mobile-nav__donate-wrapper.active,
.mobile-nav__options .mobile-nav__accordion-trigger.active {
max-width: 100%;
background: #9e843d;
color: #ffffff; }
.mobile-nav__options .mobile-nav__accordion-mover {
position: absolute;
top: 0;
left: -15px;
width: calc(100% + 30px);
max-width: calc(100% + 30px);
background: #f3ede1;
border-bottom: 0;
height: 98px;
transition: transform 0.25s linear; }
.mobile-nav__options .mobile-nav__accordion-mover--fixed {
position: fixed;
left: 0;
width: 100%;
z-index: 5;
border-bottom: 1px solid #9e843d; }
.mobile-nav__options .mobile-nav__accordion-mover--below {
transform: translateY(-100%); }
.mobile-nav__options .mobile-nav__accordion-trigger {
position: relative; }
.mobile-nav__options .mobile-nav__accordion-trigger svg {
position: absolute;
bottom: 15px;
left: 50%;
transform: translateX(-50%);
opacity: 0;
width: 15px;
transition: opacity 0.25s linear; }
.mobile-nav__options .mobile-nav__accordion-trigger--open .mobile-nav__accordion-mover {
border-bottom: 1px solid #9e843d;
height: 100px; }
.mobile-nav__options .mobile-nav__accordion-trigger--open svg {
opacity: 1; }
.mobile-nav__options .mobile-nav__donate-wrapper {
border-bottom: 0; } }
.mobile-nav .schedule__version .schedule__holiday {
margin-top: 15px; }
.mobile-nav .schedule__version:before {
display: none; }
.mobile-nav .schedule__content__details {
border-right: 0;
padding-top: 0; }
.mobile-nav__accordion-content {
max-height: 0;
padding: 0 20px;
overflow: hidden;
background: #9e843d; }
.mobile-nav__accordion-content--open {
margin-top: -2px;
transition: all 0.5s ease-in-out; }
.mobile-nav__accordion-content .modal__content {
background: pink; }
.mobile-nav__accordion-content .modal__content__questions {
width: 100%;
padding: 0;
border-top: 0; }
.mobile-nav__accordion-content .modal__content__questions .modal__content__question__expanded {
position: relative;
opacity: 0;
overflow: hidden;
max-height: 0;
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 0;
background: transparent;
transition: all 0s linear 0.75s, opacity 0.5s linear 0.25s; }
.mobile-nav__accordion-content .modal__content__questions .modal__content__question__expanded > * {
opacity: 0;
transition: all 0s linear 0.75s, opacity 0.5s linear; }
.mobile-nav__accordion-content .modal__content__questions .modal__content__question__expanded p {
color: #ffffff;
margin-bottom: 15px; }
.mobile-nav__accordion-content .modal__content__questions .modal__content__question__expanded .modal__content__question__close {
position: absolute;
top: 15px;
left: 30px;
width: 40px;
height: 40px;
font-size: 20px;
color: #ffffff;
z-index: 2;
text-transform: uppercase;
font-weight: normal; }
.mobile-nav__accordion-content .modal__content__questions .modal__content__question__expanded .modal__content__question__close svg {
width: 100%; }
.mobile-nav__accordion-content .modal__content__question {
width: 100%;
padding: 15px 0;
border: 0;
border-bottom: 1px solid #f3ede1;
height: auto; }
.mobile-nav__accordion-content .modal__content__question > p {
opacity: 1;
color: #ffffff; }
.mobile-nav__accordion-content .modal__content__question .excerpt p {
color: #ffffff; }
.mobile-nav__accordion-content .modal__content__question .excerpt p a {
color: #ffffff;
text-decoration: underline; }
.mobile-nav__accordion-content .modal__content__question .modal__content__question__expanded a {
color: #ffffff; }
.mobile-nav__accordion-content .modal__content__question .modal__content__question__expanded p {
color: #ffffff; }
.mobile-nav__accordion-content .modal__content__question .modal__content__question__expanded a {
color: #ffffff;
text-decoration: underline; }
.mobile-nav__accordion-content .modal__content__question .modal__content__question__expanded ul, .mobile-nav__accordion-content .modal__content__question .modal__content__question__expanded ol {
margin: 20px auto;
max-width: 500px;
list-style: square; }
.mobile-nav__accordion-content .modal__content__question--expanded .modal__content__question__expanded {
bottom: 0;
max-height: 100%;
opacity: 1;
z-index: 555;
padding: 60px 30px;
overflow-y: hidden;
transition: opacity 0.5s linear;
background: #9e843d;
padding: 60px 30px 0;
display: flex;
flex-direction: column; }
.mobile-nav__accordion-content .modal__content__question--expanded .modal__content__question__expanded > * {
opacity: 1;
transition: opacity 0.5s linear 0.5s; }
.mobile-nav__accordion-content .modal__content__question--expanded .modal__content__question__expanded button, .mobile-nav__accordion-content .modal__content__question--expanded .modal__content__question__expanded h5 {
flex: 0 0 auto; }
.mobile-nav__accordion-content .modal__content__question--expanded .modal__content__question__expanded .modal__content__question__expanded__answer {
flex: 1;
height: auto;
overflow-y: auto;
padding-bottom: 60px; }
.mobile-nav__accordion-content .modal__content__question--expanded > p {
transition: opacity 0.25s linear; }
.mobile-nav__accordion-content .modal__content__question:first-of-type {
margin-top: 20px; }
.mobile-nav__accordion-content .modal__content__question:last-of-type {
border-bottom: 0;
margin-bottom: 20px; }
.mobile-nav__accordion-content .modal__content__question h5 {
margin-bottom: 15px; }
.mobile-nav__accordion-content .modal__content__question .question-learn-more {
display: block;
margin: 15px 0 0;
font-size: 12px;
color: #ffffff;
text-transform: uppercase; }
.mobile-nav #schedule-content {
background: #f3ede1; }
.mobile-nav #schedule-content .schedule__header {
padding-bottom: 0;
height: auto; }
.mobile-nav #schedule-content .schedule__header__switcher {
position: relative;
top: auto;
left: auto;
max-width: 100%;
padding-left: 0;
padding-right: 0; }
.mobile-nav #schedule-content .schedule__header__switcher__button {
max-width: calc(33.3333% - 5px);
width: auto;
flex: 1;
font-size: 10px; }
.mobile-nav #schedule-content .schedule__holiday {
margin-top: 30px; }
.modal {
visibility: hidden;
position: fixed;
top: 90px;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
pointer-events: none;
transition: all 0s linear 0.75s; }
@media (max-width: 767px) {
.modal {
top: 70px; } }
.modal__backdrop {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f3ede1;
opacity: 0;
transition: opacity 0.25s linear 0.5s; }
.modal__content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #9e843d;
opacity: 0;
display: flex;
flex-direction: column;
transition: opacity 0.5s linear 0s;
min-height: 300px;
max-height: calc(100vh - 150px);
width: 932px; }
@media (max-width: 767px) {
.modal__content {
width: 95%; } }
.modal__content__title {
height: 110px;
flex: 0 0 auto;
display: flex;
justify-content: center;
align-items: center;
color: #454545;
font-size: 20px;
letter-spacing: 0.07em;
text-transform: uppercase;
font-weight: 500;
position: relative; }
@media (max-width: 767px) {
.modal__content__title {
text-align: center; } }
.modal__close {
position: absolute;
top: 25px;
right: 25px;
width: 20px;
z-index: 3;
cursor: pointer;
transition: opacity 0.25s linear; }
.modal__close--hidden {
opacity: 0;
pointer-events: none; }
.modal__close .st0 {
stroke: #ffffff !important; }
.modal--signup {
top: 0;
visibility: visible;
z-index: 5 !important; }
.modal--signup__backdrop {
background-color: #79205d; }
.modal--signup__content {
background: #f3ede1;
padding: 60px;
max-width: 675px; }
@media (max-width: 767px) {
.modal--signup__content {
padding: 15px; } }
.modal--signup__content:before {
content: '';
display: block;
position: absolute;
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
border: 1px solid #9e843d;
z-index: -2; }
.modal--signup__content:after {
content: '';
display: block;
position: absolute;
top: 60px;
right: 60px;
bottom: 60px;
left: 60px;
border: 1px solid #9e843d;
z-index: -1; }
@media (max-width: 767px) {
.modal--signup__content:after {
display: none; } }
.modal--signup__content .modal__content__title {
height: auto;
padding: 30px 15px;
text-align: center;
flex-direction: column;
color: #9e843d; }
.modal--signup__content .modal__content__title span {
display: block;
text-align: center;
font-weight: 300;
text-transform: none;
margin-top: 15px; }
@media (max-width: 767px) {
.modal--signup__content .modal__content__title {
padding: 30px;
font-size: 16px; } }
.modal--signup__content .modal__content__description {
font-size: 16px;
font-weight: normal; }
.modal--signup__content .signup-form {
position: relative;
z-idnex: 2;
display: flex;
flex-direction: column;
width: 365px;
max-width: calc(100% - 60px);
margin: 0 auto 30px; }
.modal--signup__content .signup-form label {
width: 100%;
display: flex;
font-size: 11px;
color: #9e843d;
align-items: flex-end;
text-transform: uppercase;
margin-bottom: 15px; }
.modal--signup__content .signup-form label:last-of-type {
margin-bottom: 0; }
.modal--signup__content .signup-form label span {
flex: 0 0 auto;
display: inline-block;
padding-right: 10px;
line-height: 1.5; }
.modal--signup__content .signup-form label input {
display: block;
flex: 1;
outline: 0;
border: 0;
background: transparent;
border-bottom: 1px solid #9e843d;
line-height: 1.2;
padding-bottom: 2px; }
.modal--signup__content .signup-form__submit {
margin-top: 30px;
color: #9e843d;
font-size: 15px;
text-transform: uppercase;
font-family: 'Galano Grotesque', Arial, sans-serif; }
.modal--signup .modal__close {
top: 30px;
right: 30px; }
.modal--share .modal__content {
padding: 65px 0 0;
background: #f3ede1; }
.modal--share .modal__content .card {
margin-bottom: 0;
border-top: 1px solid #454545; }
.modal--vimeo .modal__close {
top: 10px;
right: 20px; }
.modal--vimeo .modal__content {
position: relative;
min-height: auto;
background: #f3ede1;
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.125); }
.modal--vimeo .modal__content__header {
display: flex;
padding: 20px; }
.modal--vimeo .modal__content__header h6 {
color: #9e843d;
max-width: calc(100% - 30px); }
.modal--vimeo .modal__content #vimeo-player {
position: relative;
padding-top: 56.22317596566524%;
width: 100%; }
.modal--vimeo .modal__content #vimeo-player iframe {
position: absolute;
top: 0;
left: 0; }
.modal--help .modal__close-expanded {
color: #ffffff;
font-size: 24px;
position: absolute;
top: 50%;
left: 30px;
transform: translateY(-50%);
opacity: 0;
cursor: pointer;
pointer-events: none;
transition: opacity 0.5s linear; }
.modal--help .modal__close-expanded--display {
opacity: 1;
pointer-events: all; }
.modal--help .modal__content__questions {
position: relative;
flex: 1;
border-top: 1px solid #f3ede1;
overflow-y: scroll;
padding: 0 20px; }
.modal--help .modal__content__questions.no-scroll {
overflow: hidden; }
.modal--help .modal__content__questions__inner {
display: flex;
flex-wrap: wrap;
position: relative; }
.modal--help .modal__content__questions__inner:after {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 1px;
background: #ffffff; }
.modal--help .modal__close {
top: 40px; }
.modal--help .modal__close line {
stroke: #ffffff !important; }
.modal--help .modal__content__overlay {
z-index: -1;
opacity: 0;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: #9e843d;
padding: 30px;
overflow-y: scroll;
transition: z-index 0s linear 1s, opacity 0.5s linear 0.5s; }
.modal--help .modal__content__overlay .modal__content__question__close {
display: none; }
.modal--help .modal__content__overlay > * {
opacity: 0;
transition: opacity 0.5s linear 0s; }
.modal--help .modal__content__overlay h5 {
width: 100%;
text-align: center;
margin-bottom: 30px; }
.modal--help .modal__content__overlay p {
color: #ffffff;
max-width: 600px;
margin: 0 auto 15px; }
.modal--help .modal__content__overlay--expanded {
opacity: 1;
z-index: 5555;
transition: z-index 0s linear, opacity 0.5s linear; }
.modal--help .modal__content__overlay--expanded > * {
transition: opacity 0.5s linear 0s; }
.modal--help .modal__content__overlay--expanded a {
color: #ffffff;
text-decoration: underline; }
.modal--help .modal__content__overlay--expanded ul, .modal--help .modal__content__overlay--expanded ol {
margin: 20px auto;
max-width: 500px;
list-style: square; }
.modal--help .modal__content__overlay--expanded h5 {
max-width: 500px;
margin: 0 auto 20px; }
.modal--help .modal__content__question {
width: 50%;
flex: 0 0 auto;
display: flex;
flex-direction: column;
min-height: 270px;
padding: 30px 30px 30px 60px;
border-bottom: 1px solid #f3ede1; }
.modal--help .modal__content__question__expanded {
display: none; }
.modal--help .modal__content__question:nth-child(even) {
padding: 30px 60px 30px 30px; }
@media (max-width: 767px) {
.modal--help .modal__content__question {
width: 100%;
padding: 30px 0 !important;
border-right: 0 !important;
border-bottom: 1px solid #f3ede1; } }
.modal--help .modal__content__question h5 {
color: #454545;
max-width: 280px;
margin-bottom: 30px;
flex: 0 0 auto; }
.modal--help .modal__content__question p {
color: #ffffff; }
.modal--help .modal__content__question p a {
color: #ffffff;
text-decoration: underline; }
.modal--help .modal__content__question > a {
color: #ffffff;
font-size: 10px;
text-transform: uppercase;
margin-top: 20px; }
.modal--display {
visibility: visible;
z-index: 4;
pointer-events: all;
transition: all 0s; }
.modal--display .modal__backdrop {
opacity: .72;
transition: opacity 0.25s linear 0s; }
.modal--display .modal__content {
opacity: 1;
transition: opacity 0.5s linear 0.25s; }
::-webkit-scrollbar {
display: none; }
@media (max-width: 767px) {
.schedule__day__type__wrapper {
max-width: 100%; } }
.schedule {
position: fixed;
left: 100%;
width: 100vw;
top: 0;
bottom: 0;
z-index: -1;
visibility: hidden;
transition: all 0s linear 1s; }
.schedule__backdrop {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #ffffff;
opacity: 0;
transition: opacity 0.25s linear 0.5s; }
.schedule__inner {
width: 100%;
max-width: 1050px;
position: absolute;
right: -100%;
top: 0;
bottom: 0;
transition: right 0.5s ease-out 0.25s;
background: #f3ede1;
display: flex;
flex-direction: column; }
.schedule--display {
visibility: visible;
z-index: 10;
left: 0;
transition: all 0s linear; }
.schedule--display .schedule__backdrop {
opacity: 0.5;
transition: opacity 0.25s linear; }
.schedule--display .schedule__inner {
right: 0; }
.schedule__header {
height: 90px;
width: 100%;
display: flex;
border-bottom: 2px solid #9e843d;
align-items: flex-end;
padding-bottom: 30px;
flex: 0 0 auto;
position: relative;
z-index: 3; }
.schedule__header__title {
flex: 1;
text-transform: uppercase;
text-align: center; }
.schedule__header__title p {
font-weight: normal;
color: #9e843d; }
.schedule__header__switcher {
width: 100%;
padding: 15px 0;
margin-top: -15px;
margin-bottom: 30px;
left: 0;
display: flex;
justify-content: space-between;
background: linear-gradient(0deg, rgba(243, 237, 225, 0) 0%, #f3ede1 100%); }
.schedule__header__switcher__button {
flex: 1;
max-width: calc(33.3333% - 10px);
text-transform: uppercase;
color: #9e843d;
text-align: center;
border: 1px solid #9e843d;
height: 40px;
background-color: #f3ede1;
transition: all 0.25s linear;
padding-top: 2px;
letter-spacing: 0.07em;
font-size: 12px;
cursor: pointer; }
.schedule__header__switcher__button:focus {
border: 1px solid #9e843d; }
.schedule__header__switcher__button--active {
background-color: #9e843d;
color: #ffffff; }
.schedule__header__close {
width: 340px;
flex: 0 0 auto;
display: flex;
padding-right: 35px;
justify-content: flex-end;
align-items: flex-end; }
.schedule__header__close svg {
width: 25px;
cursor: pointer; }
.schedule__version--family, .schedule__version--kids {
display: none; }
.schedule__version__schedule--past {
position: relative;
margin-top: 60px;
padding-top: 60px; }
@media (max-width: 1023px) {
.schedule__version__schedule--past {
padding-top: 15px; } }
.schedule__version__schedule--past:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 60px;
right: 60px;
height: 1px;
background: #9e843d;
opacity: 0.5; }
@media (max-width: 1023px) {
.schedule__version__schedule--past:before {
left: 0;
right: 0; } }
.schedule__version__schedule--past h5 {
color: #9e843d;
text-align: center; }
.schedule__version__schedule--past .schedule__holiday {
opacity: 0.5; }
.schedule__content {
display: flex;
flex: 0 0 auto;
height: calc(100% - 90px); }
.schedule__content__details {
position: relative;
flex: 1;
overflow: hidden;
height: 100%;
overflow-y: auto;
padding-top: 60px;
border-right: 1px solid #9e843d; }
.schedule__content__calendar {
width: 340px;
flex: 0 0 auto;
padding-top: 35px;
overflow-y: auto;
padding-left: 55px; }
.schedule__empty {
max-width: 500px;
text-align: center; }
.schedule__day__type--main {
display: block;
max-height: 100%;
overflow: hidden; }
.schedule__day__type--family, .schedule__day__type--young {
max-height: 0;
overflow: hidden; }
.schedule__holiday {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
color: #9e843d;
margin-bottom: 30px; }
.schedule__holiday:after {
content: '';
display: none;
height: 1px;
background: #9e843d;
width: 80%;
max-width: 600px; }
.schedule__holiday:before {
content: '';
display: block;
width: 18px;
height: 18px;
margin-bottom: 10px; }
.schedule__holiday__title {
margin-top: 0;
font-size: 23px;
line-height: 26px;
text-shadow: none;
color: #9e843d;
font-family: 'Galano Grotesque';
font-weight: 600;
font-style: normal; }
.schedule__holiday__day {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding: 0 60px; }
@media (max-width: 767px) {
.schedule__holiday__day {
align-items: flex-start; } }
@media (max-width: 1023px) {
.schedule__holiday__day {
padding: 0; } }
.schedule__holiday__day__heading {
margin: 30px 0;
text-align: center;
display: flex;
flex-direction: column;
line-height: 1;
border-top: 1px solid #9e843d;
border-bottom: 1px solid #9e843d;
padding: 7.5px 0;
width: calc(100% - 60px);
margin: 0 auto 15px; }
.schedule__holiday__day__heading strong {
font-weight: 700;
margin-bottom: 3px; }
.schedule__holiday__timeframe__heading {
text-align: center;
font-style: italic;
margin: 40px; }
.schedule__holiday__event {
display: flex;
flex-direction: column;
align-content: center;
margin-bottom: 15px; }
.schedule__holiday__event h6 {
text-decoration: underline; }
@media (max-width: 767px) {
.schedule__holiday__event h6 {
font-size: 18px; } }
.schedule__holiday__event .atc {
margin: -10px 0 -15px; }
.schedule__holiday__event__breakouts {
margin-top: 5px; }
.schedule__holiday__event__breakouts .schedule__holiday__event__inner {
margin-top: 5px;
margin-bottom: 10px; }
.schedule__holiday__event__breakouts .schedule__holiday__event__inner > div {
flex: 1;
min-width: 55%; }
@media (max-width: 767px) {
.schedule__holiday__event__breakouts .schedule__holiday__event__inner > div {
min-width: 60%; } }
.schedule__holiday__event__breakouts .schedule__holiday__event__inner .schedule__holiday__event__time {
font-size: 14px;
min-width: 0;
text-transform: lowercase; }
.schedule__holiday__event__breakouts .schedule__holiday__event__inner h6 {
font-size: 15px;
line-height: 17px;
text-decoration: none; }
.schedule__holiday__event__breakouts .schedule__holiday__event__inner a {
font-size: 12px;
text-transform: uppercase;
color: #9e843d; }
.schedule__holiday__event__details {
width: 100%; }
.schedule__holiday__event__inner {
display: flex;
align-items: flex-start;
width: 480px;
max-width: 100%; }
@media (max-width: 767px) {
.schedule__holiday__event__inner {
max-width: 100%; } }
.schedule__holiday__event__inner > div {
min-width: 55%; }
@media (max-width: 767px) {
.schedule__holiday__event__inner > div {
min-width: 60%; } }
.schedule__holiday__event__details {
width: 100%; }
.schedule__holiday__event__time {
text-align: right;
flex: 1;
text-transform: uppercase;
min-width: 0 !important;
padding-right: 25px; }
@media (max-width: 767px) {
.schedule__holiday__event__time {
text-align: right;
font-size: 14px;
line-height: 16px; } }
.schedule__holiday__event__details {
flex: 1; }
@media (max-width: 767px) {
.schedule__holiday__event__details {
max-width: calc(100% - 145px); } }
.schedule__holiday__event__details .p--small, .schedule__holiday__event__details .calendar__month .week .heading, .calendar__month .week .schedule__holiday__event__details .heading,
.schedule__holiday__event__details .calendar__month .week .day, .calendar__month .week .schedule__holiday__event__details .day {
margin: 5px 0; }
.schedule__holiday--rosh:before {
background: #79205d; }
.schedule__holiday--elul:before {
background: #96c3a4; }
.schedule__holiday--yomkippur:before {
background: #0281aa; }
.full-calendar {
display: inline-block;
color: #9e843d;
text-decoration: underline; }
.share {
position: relative;
font-size: 12px;
text-transform: uppercase;
padding: 15px 0;
margin-right: 15px;
display: flex;
justify-content: flex-end; }
.share__add {
display: inline-block;
transition: transform 0.25s ease-out 0.25s, opacity 0.25s linear 0.25s;
transform: translateX(0);
opacity: 1; }
.share__add-arrow {
font-size: 15px; }
.share__options {
position: absolute;
right: -20px;
top: 50%;
opacity: 0;
transform: translateY(-50%);
z-index: -1;
pointer-events: none;
transition: right 0.5s ease-out 0s, opacity 0.25s linear, z-index 0s linear 0.5s, visibility linear 0.5s;
text-align: right;
visibility: hidden; }
.share__options a {
margin: 0 5px;
color: #ffffff; }
.share__options a:first-of-type {
margin-left: 0; }
.share:hover .share__add {
transition: transform 0.5s ease-out 0s, opacity 0.25s linear;
transform: translateX(20px);
opacity: 0; }
.share:hover .share__options {
opacity: 1;
z-index: 1;
right: 0;
pointer-events: all;
visibility: visible;
transition: right 0.5s ease-out 0.325s, opacity 0.25s linear 0.325s, visibility 0s linear 0.125s; }
.today {
position: relative;
min-height: calc(100vh - 90px);
width: 100%;
max-width: 100vw;
overflow: hidden;
z-index: 0;
opacity: 0;
transition: opacity 0.5s linear; }
.today--show {
opacity: 1; }
.today__watch {
display: none; }
@media (max-width: 1023px) {
.today__watch {
margin-top: 20px; } }
.today__background {
top: 90px;
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: calc(100vh - 90px);
z-index: 0; }
.today__background img {
width: 100%;
height: 100%;
object-fit: cover;
object-fit: left; }
.today__background img.desktop-bg {
display: block; }
.today__background img.mobile-bg {
display: none; }
@media (max-width: 1023px) {
.today__background img.mobile-bg {
display: block; }
.today__background img.desktop-bg {
display: none; } }
@media (max-width: 1023px) {
.today__background {
top: 70px;
height: calc(100vh - 70px); }
.today__background img {
object-position: left top; } }
@media (max-width: 767px) {
.today__background {
position: absolute;
height: auto;
top: 0;
height: 70vh; }
.today__background img {
object-position: left; } }
.today__inner {
position: relative;
width: calc(100% - 80px);
margin: 0 auto;
display: flex;
flex-direction: column;
z-index: 1; }
@media (max-width: 1023px) {
.today__inner {
width: calc(100% - 40px); } }
@media (max-width: 767px) {
.today__inner {
display: block;
width: 100%; } }
.today__day {
position: fixed;
left: 0;
bottom: 0;
height: calc(100vh - 90px);
width: calc(100% - 965px);
max-width: 40%;
padding-top: 125px;
display: flex;
justify-content: center;
color: #ffffff;
text-align: center;
min-width: 300px; }
.today__day__holiday__day {
border-bottom: 0;
margin-top: 10px; }
.today__day__watch {
display: none; }
.today__day__watch h4 {
border-bottom: 0; }
.today__day__watch__past {
opacity: 0.5; }
@media (max-width: 1023px) {
.today__day {
min-width: 250px;
top: 50px;
padding-top: 65px; } }
@media (max-width: 767px) {
.today__day {
position: relative;
top: auto;
left: auto;
bottom: auto;
right: auto;
width: 100%;
height: 100%;
padding-top: 0;
height: 70vh;
align-items: center;
max-width: 100%; } }
.today__cards {
width: 925px;
float: right;
min-height: 100vh;
min-width: 60%;
align-self: flex-end;
padding-top: 40px;
max-width: calc(100vw - 340px); }
@media (max-width: 1023px) {
.today__cards {
max-width: calc(100vw - 270px);
padding-top: 20px; } }
@media (max-width: 767px) {
.today__cards {
max-width: 100%;
float: none;
align-self: flex-start;
padding-top: 0; } }
h1, h2, h3, h4 {
margin: 0; }
h3 {
font-weight: 300;
font-style: normal;
font-size: 32px;
line-height: 38px; }
@media (max-width: 767px) {
h3 {
font-size: 28px;
line-height: 33px; } }
h2 {
font-family: 'DomaineDisplay';
font-weight: bold;
font-style: italic;
font-size: 64px;
line-height: 1;
margin-top: 10px;
text-shadow: 0px 0px 5px #454545; }
@media (max-width: 1100px) {
h2 {
font-size: 50px; } }
p,
.p {
font-size: 15px;
line-height: 22px;
font-weight: 300;
margin: 0; }
p--small,
.p--small,
.calendar__month .week .heading,
.calendar__month .week .day {
font-size: 12px; }
p--italic,
.p--italic {
font-style: italic; }
h4 {
display: inline-block;
font-weight: 500;
font-size: 29px;
border-bottom: 1px solid #ffffff;
text-shadow: 0px 0px 5px #454545;
letter-spacing: 3px;
color: #ffffff;
padding-bottom: 5px;
text-transform: uppercase; }
@media (max-width: 1100px) {
h4 {
font-size: 24px; } }
h5 {
font-size: 25px;
letter-spacing: 0.04em;
line-height: 30px;
font-weight: 500; }
h6 {
font-size: 20px;
line-height: 21px;
font-weight: 500; }
.hebrew {
font-family: 'Ping HL';
font-weight: 800;
font-size: 41px;
line-height: 1;
margin-top: 15px; } | 0.548432 | 0.089853 |
body{
min-width:300px;
}
::-webkit-scrollbar{width:0px;height:0px}
::-webkit-scrollbar-button:vertical{display:none}
/*滚动槽*/
::-webkit-scrollbar-track:vertical{background-color:transparent}
/*滚动块*/
::-webkit-scrollbar-thumb:vertical{background-color:#eee;border-radius:0px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#ccc}
::-webkit-scrollbar-track-piece{background:transparent;border-radius:0px}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
/*::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}*/
#wrap
{
width :100vw;
height:100vh;
}
#main
{
width :100%;
height:100%;
position: relative;
overflow: hidden;
}
.search{
margin: 10px 10px 4px;
border: 1px solid #0A8CD2;
box-sizing:border-box;
position: relative;
display:flex;
justify-content:space-between;
align-items:center;
}
.search .keyword{
background:transparent;
border-bottom:0px solid #999;
#border-width: 1px;
box-sizing:border-box;
padding:12px 0px 12px 10px;
}
.search .btn{
width: 30px;
height: 25px;
margin: 0px 10px;
background: url("../img/search.png") no-repeat center center;
background-size:25px 25px;
cursor: pointer;
}
.search .btn:hover{
background-image: url("../img/search_hover.png");
}
.tags{
margin: 0px 20px 5px;
}
.tags span{
height: 14px;
line-height: 14px;
font-size: 12px;
padding: 0px 4px;
margin-left: 2px;
color: #737383;
border: 1px solid #9F9F9F;
cursor: pointer;
border-radius: 2px;
}
.tags span:hover{
color: #1E9FFF;
border: 1px solid #1E9FFF;
}
.tags .select{
color: #1E9FFF;
border: 1px solid #1E9FFF;
}
#main .list{
height: 390px;
font-size: 16px;
margin: 0 10px;
display: block;
overflow-y: scroll;
}
.list .letter{
width: 100%;
height: 12px;
position: relative;
background: #f1f1f1;
border-radius: 3px;
display:flex;
justify-content:space-between;
align-items:center;
}
.list .letter span{
width: 12px;
height: 12px;
line-height: 12px;
text-align: center;
font-size: 10px;
color: #2E2D3C;
display: inline-block;
}
.list li{
position: relative;
border-bottom: 1px dashed #f1f1f1;
}
.list li:hover{
background: #fff9ec;
}
.list li>div{
display: inline-block;
}
.list .text{
width: 70%;
height: 36px;
line-height: 36px;
padding-left: 24px;
overflow: hidden;
cursor: pointer;
color: #2E2D3C;
/*background-image: url("../img/search.png");*/
background-position: 4px center;
background-repeat: no-repeat;
background-size: 16px 16px;
}
.list .btn-warp{
height: 100%;
padding: 0 10px;
position: absolute;
top: 0px;
right: 0px;
display:flex;
justify-content:space-between;
align-items:center;
}
.list .btn{
width: 16px;
height: 16px;
margin-left: 8px;
display: inline-block;
cursor: pointer;
border-radius: 50%;
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: center center;
}
.list .copy-pass{
background-image: url('../img/copy.png');
}
.list .delete{
background-image: url('../img/delete.png');
}
.bottom{
min-width:300px;
width: 100%;
height: 40px;
border-top: 1px dashed #f1f1f1;
position: absolute;
left: 0px;
bottom: 0px;
white-space: normal;
background: #fff;
}
.bottom>div{
max-width: 70%;
line-height: 40px;
margin: 0 10px;
cursor: pointer;
}
.bottom>div:hover{
color: #0A8CD2;
}
.bottom .more{
color: #333;
}
.bottom .user{
margin-top: 7px;
display:flex;
justify-content:space-between;
align-items:center;
}
.bottom .photo{
width: 26px;
height: 26px;
margin-right: 4px;
display: inline-block;
background-image: url('../img/user.png');
background-repeat: no-repeat;
background-position: center center;
background-size: 26px 26px;
border-radius: 50%;
}
.bottom .name{
max-width: 50%;
height: 26px;
line-height: 26px;
overflow: hidden;
}
#add_page .create-random{
cursor: pointer;
color: #01AAED;
}
#add_page .create-random:hover{
color: #0000FF;
}
#more_page .more-list .show-sync{
margin-left: 6px;
font-size: 12px;
color: #1E9FFF;
}
#sync_method p, #add_tags p{
color: red;
font-size: 12px;
padding: 4px 20px;
}
/*------------------------form表单-------开始-------------*/
.layui-layer-page{
width: 90%;
}
.form{
padding: 20px 0;
}
.form-item{
margin-bottom: 5px;
}
.form-item .form-label{
min-width: 60px;
width: 30%;
padding: 6px 0px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.input-inline{
width: 60%;
display: inline-block;
}
.input-inline-aux{
width: 35%;
display: inline-block;
}
.word-aux{
width: 25%;
font-size: 12px;
display: inline-block;
}
.word-aux .link{
padding: 2px 4px;
color: #0A8CD2;
cursor: pointer;
display: inline-block;
}
.word-aux .link:hover{
color: #01AAED;
}
.input-block{
display: block;
}
.form-item .input{
height: 30px;
border: 1px solid #e6e6e6;
border-radius: 2px;
padding-left: 5px;
box-sizing:border-box;
}
.form-item-btn{
margin-top: 20px;
}
.form-item-btn .input-block{
display:flex;
justify-content:space-evenly;
align-items:center;
}
.form-item .btn{
width: 100px;
height: 30px;
line-height: 30px;
text-align: center;
display: inline-block;
border-radius: 2px;
color: #fff;
background: #009688;
cursor: pointer;
}
/*------------------------form表单-------结束-------------*/ | css/popup.css | body{
min-width:300px;
}
::-webkit-scrollbar{width:0px;height:0px}
::-webkit-scrollbar-button:vertical{display:none}
/*滚动槽*/
::-webkit-scrollbar-track:vertical{background-color:transparent}
/*滚动块*/
::-webkit-scrollbar-thumb:vertical{background-color:#eee;border-radius:0px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#ccc}
::-webkit-scrollbar-track-piece{background:transparent;border-radius:0px}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
/*::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}*/
#wrap
{
width :100vw;
height:100vh;
}
#main
{
width :100%;
height:100%;
position: relative;
overflow: hidden;
}
.search{
margin: 10px 10px 4px;
border: 1px solid #0A8CD2;
box-sizing:border-box;
position: relative;
display:flex;
justify-content:space-between;
align-items:center;
}
.search .keyword{
background:transparent;
border-bottom:0px solid #999;
#border-width: 1px;
box-sizing:border-box;
padding:12px 0px 12px 10px;
}
.search .btn{
width: 30px;
height: 25px;
margin: 0px 10px;
background: url("../img/search.png") no-repeat center center;
background-size:25px 25px;
cursor: pointer;
}
.search .btn:hover{
background-image: url("../img/search_hover.png");
}
.tags{
margin: 0px 20px 5px;
}
.tags span{
height: 14px;
line-height: 14px;
font-size: 12px;
padding: 0px 4px;
margin-left: 2px;
color: #737383;
border: 1px solid #9F9F9F;
cursor: pointer;
border-radius: 2px;
}
.tags span:hover{
color: #1E9FFF;
border: 1px solid #1E9FFF;
}
.tags .select{
color: #1E9FFF;
border: 1px solid #1E9FFF;
}
#main .list{
height: 390px;
font-size: 16px;
margin: 0 10px;
display: block;
overflow-y: scroll;
}
.list .letter{
width: 100%;
height: 12px;
position: relative;
background: #f1f1f1;
border-radius: 3px;
display:flex;
justify-content:space-between;
align-items:center;
}
.list .letter span{
width: 12px;
height: 12px;
line-height: 12px;
text-align: center;
font-size: 10px;
color: #2E2D3C;
display: inline-block;
}
.list li{
position: relative;
border-bottom: 1px dashed #f1f1f1;
}
.list li:hover{
background: #fff9ec;
}
.list li>div{
display: inline-block;
}
.list .text{
width: 70%;
height: 36px;
line-height: 36px;
padding-left: 24px;
overflow: hidden;
cursor: pointer;
color: #2E2D3C;
/*background-image: url("../img/search.png");*/
background-position: 4px center;
background-repeat: no-repeat;
background-size: 16px 16px;
}
.list .btn-warp{
height: 100%;
padding: 0 10px;
position: absolute;
top: 0px;
right: 0px;
display:flex;
justify-content:space-between;
align-items:center;
}
.list .btn{
width: 16px;
height: 16px;
margin-left: 8px;
display: inline-block;
cursor: pointer;
border-radius: 50%;
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: center center;
}
.list .copy-pass{
background-image: url('../img/copy.png');
}
.list .delete{
background-image: url('../img/delete.png');
}
.bottom{
min-width:300px;
width: 100%;
height: 40px;
border-top: 1px dashed #f1f1f1;
position: absolute;
left: 0px;
bottom: 0px;
white-space: normal;
background: #fff;
}
.bottom>div{
max-width: 70%;
line-height: 40px;
margin: 0 10px;
cursor: pointer;
}
.bottom>div:hover{
color: #0A8CD2;
}
.bottom .more{
color: #333;
}
.bottom .user{
margin-top: 7px;
display:flex;
justify-content:space-between;
align-items:center;
}
.bottom .photo{
width: 26px;
height: 26px;
margin-right: 4px;
display: inline-block;
background-image: url('../img/user.png');
background-repeat: no-repeat;
background-position: center center;
background-size: 26px 26px;
border-radius: 50%;
}
.bottom .name{
max-width: 50%;
height: 26px;
line-height: 26px;
overflow: hidden;
}
#add_page .create-random{
cursor: pointer;
color: #01AAED;
}
#add_page .create-random:hover{
color: #0000FF;
}
#more_page .more-list .show-sync{
margin-left: 6px;
font-size: 12px;
color: #1E9FFF;
}
#sync_method p, #add_tags p{
color: red;
font-size: 12px;
padding: 4px 20px;
}
/*------------------------form表单-------开始-------------*/
.layui-layer-page{
width: 90%;
}
.form{
padding: 20px 0;
}
.form-item{
margin-bottom: 5px;
}
.form-item .form-label{
min-width: 60px;
width: 30%;
padding: 6px 0px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.input-inline{
width: 60%;
display: inline-block;
}
.input-inline-aux{
width: 35%;
display: inline-block;
}
.word-aux{
width: 25%;
font-size: 12px;
display: inline-block;
}
.word-aux .link{
padding: 2px 4px;
color: #0A8CD2;
cursor: pointer;
display: inline-block;
}
.word-aux .link:hover{
color: #01AAED;
}
.input-block{
display: block;
}
.form-item .input{
height: 30px;
border: 1px solid #e6e6e6;
border-radius: 2px;
padding-left: 5px;
box-sizing:border-box;
}
.form-item-btn{
margin-top: 20px;
}
.form-item-btn .input-block{
display:flex;
justify-content:space-evenly;
align-items:center;
}
.form-item .btn{
width: 100px;
height: 30px;
line-height: 30px;
text-align: center;
display: inline-block;
border-radius: 2px;
color: #fff;
background: #009688;
cursor: pointer;
}
/*------------------------form表单-------结束-------------*/ | 0.341143 | 0.054374 |
#sidebar ul.topics > li > a b
{
visibility: hidden;
}
*/
/* CSS to hide clipboard icon (uncomment to enable) */
/*
.copy-to-clipboard {
display:none;
}
*/
.scrollTable {
max-width: 100%;
overflow: auto;
white-space: nowrap;
}
.scrollTable::before {
content: "\2190 \00a0 \00a0 scroll \00a0 \2192";
position: absolute;
left: 50%;
margin-left: -50px;
text-align: center;
color: #078DD0;
opacity: .5;
font-weight: 600;
}
.scrollTable table {
margin-top: 35px;
min-width: 700px;
display: inline-block;
white-space: normal;
}
.scrollTable thead th {
text-align: center;
}
.scrollTable table th, .scrollTable table td {
width: 25%;
box-sizing: border-box;
}
.scrollTable tr td {
text-align: center;
}
.scrollTable tr td:first-child {
text-align: left;
}
.scrollTable tr td {
text-align: center;
}
/* */
/* .responsiveTable ul {
display: flex;
padding: 0;
flex-direction: column;
}
.responsiveTable>ul {
border: 1px solid #eaeaea;
}
.responsiveTable ul li {
height: 100%;
text-align: center;
list-style: none;
margin: 0;
}
.responsiveTable>ul>li>strong>a,
.responsiveTable>ul>li>a {
display: block;
padding: .5rem 0;
}
.responsiveTable>ul>li {
background: #F7F7F7;
}
.responsiveTable ul li ul {
background: #FFF;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.responsiveTable ul li ul li {
border: 0.5px solid #eaeaea;
} */
body {
letter-spacing: normal;
}
/* text font size */
body p {
font-size: 1.2rem;
}
/* title */
@font-face {
font-family: MavenPro;
src: url(../fonts/MavenPro-Regular.ttf);
}
h1, h2, h3, h4, h5, h6 {
font-family: MavenPro;
}
a {
color: #078DD0;
}
a:active, a:hover, #body-inner a:hover {
color: #04346E;
text-decoration: none;
}
/* anchor links */
h3>a {
display: block;
padding-top: 80px;
margin-top: -80px;
}
/* #body-inner {
padding-top: 5rem;
} */
/* top bar - menu */
#topMenu {
position: fixed;
width: 100%;
height: 65px;
/* padding: 0 65px; */
background: #000;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
z-index: 1;
}
/* .topNav {
overflow: hidden;
} */
.topNav.responsive {
position: relative;
}
/* .topNav .menuList .menuItem {
display: none;
}
.topNav.responsive .menuList .menuItem {
display: block;
} */
.topNav .menuList {
display: none;
}
.topNav.responsive .menuList {
display: block;
position: absolute;
top: 65px;
left: 0;
width: 100%;
overflow: auto;
}
.mainLogo {
height: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.iconBar {
height: 100%;
display: flex;
align-items: center;
padding-right: 16px;
}
.iconBar a {
color: #FFF;
font-size: 1.85rem;
}
/* #topMenu .menuList .menuItem {
display: none;
} */
/* .mobileMenu-icon {
padding-right: 16px;
height: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.mobileMenu-icon i {
color: #FFF;
font-size: 1.85rem;
} */
.menuList {
background: #000;
height: auto;
/* width: 100%; */
margin: 0;
padding: 0;
/* display: none; */
/* display: flex;
flex-wrap: wrap;
flex-direction: column; */
}
.menuList li {
width: fit-content;
list-style: none;
font-size: 16px;
padding: 0 10px;
}
.menuList li a, .dropdown-menu li a {
color: #FFF;
}
.menuList li a:hover, .dropdown-menu li a:hover {
color: #078DD0;
}
/* dropdown items */
.dropdown-menu {
z-index: 999;
padding: 0 25px 10px 0;
/* margin-left: -40px; */
position: absolute;
display: none;
background: #282828;
width: 100%;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown-menu li {
padding-left: 20px;
}
/* chapter */
#chapter {
padding-top: 0;
}
/* body navigation */
#body .nav {
top: 65px;
}
/* sidebar */
#sidebar {
top: 65px;
}
/* header */
#header {
width: 100%;
background: #078DD0;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
}
#logo {
margin: 20px 0;
width: 50%;
}
/* images position */
/* left and right */
.image-left, #body .image-left,
.image-right, #body .image-right {
max-width: 100%;
float: none;
box-sizing: border-box;
margin: 0;
margin-top: 0;
margin-bottom: 0;
}
/********** SIDEBAR **********/
/* search */
.tntsearch-form {
margin-top: 60px;
}
.homeLink {
width: 100%;
text-align: center;
margin-top: 80px;
}
.homeLink a {
color: #555;
}
.homeLink i {
font-size: 2rem;
}
.homeLink i:last-child {
font-size: .9rem;
}
.homeLink a:hover, .homeLink a:hover {
color: #078DD0;
}
#sidebar .advancedSearch {
color: #FFF;
margin-top: 10px;
}
#sidebar .advancedSearch:hover {
font-weight: 700;
}
a#sidebar-toggle {
font-family: MavenPro;
font-weight: 600;
margin-top: 80px;
line-height: 1;
}
/* menu */
.dd-item {
font-family: MavenPro;
}
#sidebar ul.topics>li>a {
font-size: 1.4rem;
}
/* logo*/
.logoTxt {
width: 100%;
}
/* page title */
h1, #chapter h1, #chapter2 h1 {
/* margin-bottom: 10px; */
border-bottom: none !important;
letter-spacing: -1px;
}
.titleDivider {
border-bottom: 4px solid #F0F2F4;
width: 40%;
margin: 0 auto;
}
#body h1 + hr {
margin-top: 0;
}
/* chapters pages */
/* main title home */
/* #chapter h1, .chapter2 h1 {
font-size: 2.25rem;
} */
h1, #chapter h1 {
font-size: 3rem;
margin: 40px 0;
}
h2 {
font-size: 2.25rem;
border-bottom: 1px solid #F0F2F4;
}
h3, #chapter h3 {
font-size: 1.8rem;
text-align: left;
}
h4 {
font-size: 1.6rem;
margin-bottom: .5rem;
}
h5 {
font-size: 1.35rem;
margin-bottom: .25rem;
}
h6 {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: .25rem;
}
/* #chapter h2, .chapter2 h2 { */
/* text-align: center; */
/* font-size: 1.2rem; */
/* letter-spacing: unset; */
/* } */
#chapter p, .chapter2 p {
text-align: left;
}
#chapter ul li {
line-height: 1.5;
margin: 40px 0;
/* display: -webkit-flex;
display: flex;
-webkit-align-items: flex-start;
align-items: flex-start; */
}
#chapter ul li img {
width: 40px;
height: auto;
display: inline-block;
margin: 0 20px 0 0;
}
.chapter2 ul li a:first-child {
text-align: center;
width: 30%;
}
.chapter2 .topics li a:first-child {
text-align: left;
width: unset;
}
.chapter2 #chapter ul li a img {
width: 100%;
height: 100%;
margin: 0;
}
.chapter2 ul li a {
font-size: 1.25rem;
}
.topics li ul li {
margin: 10px 0;
font-size: 1rem;
}
.chapter2 ul li ul li ul li a {
font-size: 1rem;
font-weight: normal;
}
.topics li:nth-child(2) ul li {
font-size: 1.25rem;
}
/* chapter prod */
.chapterProd #body-inner p:first-child {
margin-top: 0;
}
.chapterProd #body img {
margin-top: 0;
width: 80px;
height: auto;
display: block;
}
/* .topics li ul li ul li { */
#sidebar li ul li ul li {
margin: 10px 0;
font-size: 1rem;
}
ul li, ol li {
margin: 20px 0;
}
.chapter2 #body-inner ul {
padding-left: 0;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.chapter2 #body-inner ul li {
width: 50%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
#body-inner h1 img {
width: 60px;
}
/* copy to clipboard icon */
.copy-to-clipboard {
/* background-image: url(/documentation/docs-subutai/user/themes/mytheme/images/clippy.svg); */
background-image: url(/user/themes/docs-subutai/images/clippy.svg);
height: 26.38px;
top: -2px;
}
/* .copy-to-clipboard, pre .copy-to-clipboard {
opacity: .4;
}
.copy-to-clipboard:hover, pre .copy-to-clipboard:hover {
opacity: 1;
} */
/* @media (min-width: 480px) {
}*/
@media (min-width: 768px) {
#body-inner {
padding-top: 5rem;
}
}
@media (min-width: 992px) {
.responsiveTable ul {
flex-direction: row;
}
}
@media (min-width: 1200px) {
#topMenu {
padding: 0 65px;
}
.menuList {
height: 100%;
flex-direction: row;
}
.iconBar {
display: none;
}
#topMenu .menuList .menuItem {
display: block;
}
.menuList li:nth-child(8) {
padding-right: 0;
}
.dropdown-menu {
padding: 0 25px 10px 25px;
margin-left: -40px;
width: auto;
background: #000;
}
.dropdown-menu {
padding-top: 20px;
box-sizing: border-box;
}
.topNav .menuList {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.image-left, #body .image-left {
max-width: 50%;
float: left;
box-sizing: border-box;
margin-right: 20px;
margin-top: 0;
margin-bottom: 0;
}
.image-right, #body .image-right {
max-width: 50%;
float: right;
box-sizing: border-box;
margin-left: 20px;
margin-top: 0;
margin-bottom: 0;
}
.scrollTable::before {
display: none;
}
/* #chapter {
padding-top: 2rem;
} */
}
/* another media querie to opened menu don't break before 1230px */
@media (min-width: 1229px) {
.menuList li {
padding: 0 14px;
}
} | user/themes/docs-subutai/css/custom.css | #sidebar ul.topics > li > a b
{
visibility: hidden;
}
*/
/* CSS to hide clipboard icon (uncomment to enable) */
/*
.copy-to-clipboard {
display:none;
}
*/
.scrollTable {
max-width: 100%;
overflow: auto;
white-space: nowrap;
}
.scrollTable::before {
content: "\2190 \00a0 \00a0 scroll \00a0 \2192";
position: absolute;
left: 50%;
margin-left: -50px;
text-align: center;
color: #078DD0;
opacity: .5;
font-weight: 600;
}
.scrollTable table {
margin-top: 35px;
min-width: 700px;
display: inline-block;
white-space: normal;
}
.scrollTable thead th {
text-align: center;
}
.scrollTable table th, .scrollTable table td {
width: 25%;
box-sizing: border-box;
}
.scrollTable tr td {
text-align: center;
}
.scrollTable tr td:first-child {
text-align: left;
}
.scrollTable tr td {
text-align: center;
}
/* */
/* .responsiveTable ul {
display: flex;
padding: 0;
flex-direction: column;
}
.responsiveTable>ul {
border: 1px solid #eaeaea;
}
.responsiveTable ul li {
height: 100%;
text-align: center;
list-style: none;
margin: 0;
}
.responsiveTable>ul>li>strong>a,
.responsiveTable>ul>li>a {
display: block;
padding: .5rem 0;
}
.responsiveTable>ul>li {
background: #F7F7F7;
}
.responsiveTable ul li ul {
background: #FFF;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.responsiveTable ul li ul li {
border: 0.5px solid #eaeaea;
} */
body {
letter-spacing: normal;
}
/* text font size */
body p {
font-size: 1.2rem;
}
/* title */
@font-face {
font-family: MavenPro;
src: url(../fonts/MavenPro-Regular.ttf);
}
h1, h2, h3, h4, h5, h6 {
font-family: MavenPro;
}
a {
color: #078DD0;
}
a:active, a:hover, #body-inner a:hover {
color: #04346E;
text-decoration: none;
}
/* anchor links */
h3>a {
display: block;
padding-top: 80px;
margin-top: -80px;
}
/* #body-inner {
padding-top: 5rem;
} */
/* top bar - menu */
#topMenu {
position: fixed;
width: 100%;
height: 65px;
/* padding: 0 65px; */
background: #000;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
z-index: 1;
}
/* .topNav {
overflow: hidden;
} */
.topNav.responsive {
position: relative;
}
/* .topNav .menuList .menuItem {
display: none;
}
.topNav.responsive .menuList .menuItem {
display: block;
} */
.topNav .menuList {
display: none;
}
.topNav.responsive .menuList {
display: block;
position: absolute;
top: 65px;
left: 0;
width: 100%;
overflow: auto;
}
.mainLogo {
height: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.iconBar {
height: 100%;
display: flex;
align-items: center;
padding-right: 16px;
}
.iconBar a {
color: #FFF;
font-size: 1.85rem;
}
/* #topMenu .menuList .menuItem {
display: none;
} */
/* .mobileMenu-icon {
padding-right: 16px;
height: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.mobileMenu-icon i {
color: #FFF;
font-size: 1.85rem;
} */
.menuList {
background: #000;
height: auto;
/* width: 100%; */
margin: 0;
padding: 0;
/* display: none; */
/* display: flex;
flex-wrap: wrap;
flex-direction: column; */
}
.menuList li {
width: fit-content;
list-style: none;
font-size: 16px;
padding: 0 10px;
}
.menuList li a, .dropdown-menu li a {
color: #FFF;
}
.menuList li a:hover, .dropdown-menu li a:hover {
color: #078DD0;
}
/* dropdown items */
.dropdown-menu {
z-index: 999;
padding: 0 25px 10px 0;
/* margin-left: -40px; */
position: absolute;
display: none;
background: #282828;
width: 100%;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown-menu li {
padding-left: 20px;
}
/* chapter */
#chapter {
padding-top: 0;
}
/* body navigation */
#body .nav {
top: 65px;
}
/* sidebar */
#sidebar {
top: 65px;
}
/* header */
#header {
width: 100%;
background: #078DD0;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
}
#logo {
margin: 20px 0;
width: 50%;
}
/* images position */
/* left and right */
.image-left, #body .image-left,
.image-right, #body .image-right {
max-width: 100%;
float: none;
box-sizing: border-box;
margin: 0;
margin-top: 0;
margin-bottom: 0;
}
/********** SIDEBAR **********/
/* search */
.tntsearch-form {
margin-top: 60px;
}
.homeLink {
width: 100%;
text-align: center;
margin-top: 80px;
}
.homeLink a {
color: #555;
}
.homeLink i {
font-size: 2rem;
}
.homeLink i:last-child {
font-size: .9rem;
}
.homeLink a:hover, .homeLink a:hover {
color: #078DD0;
}
#sidebar .advancedSearch {
color: #FFF;
margin-top: 10px;
}
#sidebar .advancedSearch:hover {
font-weight: 700;
}
a#sidebar-toggle {
font-family: MavenPro;
font-weight: 600;
margin-top: 80px;
line-height: 1;
}
/* menu */
.dd-item {
font-family: MavenPro;
}
#sidebar ul.topics>li>a {
font-size: 1.4rem;
}
/* logo*/
.logoTxt {
width: 100%;
}
/* page title */
h1, #chapter h1, #chapter2 h1 {
/* margin-bottom: 10px; */
border-bottom: none !important;
letter-spacing: -1px;
}
.titleDivider {
border-bottom: 4px solid #F0F2F4;
width: 40%;
margin: 0 auto;
}
#body h1 + hr {
margin-top: 0;
}
/* chapters pages */
/* main title home */
/* #chapter h1, .chapter2 h1 {
font-size: 2.25rem;
} */
h1, #chapter h1 {
font-size: 3rem;
margin: 40px 0;
}
h2 {
font-size: 2.25rem;
border-bottom: 1px solid #F0F2F4;
}
h3, #chapter h3 {
font-size: 1.8rem;
text-align: left;
}
h4 {
font-size: 1.6rem;
margin-bottom: .5rem;
}
h5 {
font-size: 1.35rem;
margin-bottom: .25rem;
}
h6 {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: .25rem;
}
/* #chapter h2, .chapter2 h2 { */
/* text-align: center; */
/* font-size: 1.2rem; */
/* letter-spacing: unset; */
/* } */
#chapter p, .chapter2 p {
text-align: left;
}
#chapter ul li {
line-height: 1.5;
margin: 40px 0;
/* display: -webkit-flex;
display: flex;
-webkit-align-items: flex-start;
align-items: flex-start; */
}
#chapter ul li img {
width: 40px;
height: auto;
display: inline-block;
margin: 0 20px 0 0;
}
.chapter2 ul li a:first-child {
text-align: center;
width: 30%;
}
.chapter2 .topics li a:first-child {
text-align: left;
width: unset;
}
.chapter2 #chapter ul li a img {
width: 100%;
height: 100%;
margin: 0;
}
.chapter2 ul li a {
font-size: 1.25rem;
}
.topics li ul li {
margin: 10px 0;
font-size: 1rem;
}
.chapter2 ul li ul li ul li a {
font-size: 1rem;
font-weight: normal;
}
.topics li:nth-child(2) ul li {
font-size: 1.25rem;
}
/* chapter prod */
.chapterProd #body-inner p:first-child {
margin-top: 0;
}
.chapterProd #body img {
margin-top: 0;
width: 80px;
height: auto;
display: block;
}
/* .topics li ul li ul li { */
#sidebar li ul li ul li {
margin: 10px 0;
font-size: 1rem;
}
ul li, ol li {
margin: 20px 0;
}
.chapter2 #body-inner ul {
padding-left: 0;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.chapter2 #body-inner ul li {
width: 50%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
#body-inner h1 img {
width: 60px;
}
/* copy to clipboard icon */
.copy-to-clipboard {
/* background-image: url(/documentation/docs-subutai/user/themes/mytheme/images/clippy.svg); */
background-image: url(/user/themes/docs-subutai/images/clippy.svg);
height: 26.38px;
top: -2px;
}
/* .copy-to-clipboard, pre .copy-to-clipboard {
opacity: .4;
}
.copy-to-clipboard:hover, pre .copy-to-clipboard:hover {
opacity: 1;
} */
/* @media (min-width: 480px) {
}*/
@media (min-width: 768px) {
#body-inner {
padding-top: 5rem;
}
}
@media (min-width: 992px) {
.responsiveTable ul {
flex-direction: row;
}
}
@media (min-width: 1200px) {
#topMenu {
padding: 0 65px;
}
.menuList {
height: 100%;
flex-direction: row;
}
.iconBar {
display: none;
}
#topMenu .menuList .menuItem {
display: block;
}
.menuList li:nth-child(8) {
padding-right: 0;
}
.dropdown-menu {
padding: 0 25px 10px 25px;
margin-left: -40px;
width: auto;
background: #000;
}
.dropdown-menu {
padding-top: 20px;
box-sizing: border-box;
}
.topNav .menuList {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.image-left, #body .image-left {
max-width: 50%;
float: left;
box-sizing: border-box;
margin-right: 20px;
margin-top: 0;
margin-bottom: 0;
}
.image-right, #body .image-right {
max-width: 50%;
float: right;
box-sizing: border-box;
margin-left: 20px;
margin-top: 0;
margin-bottom: 0;
}
.scrollTable::before {
display: none;
}
/* #chapter {
padding-top: 2rem;
} */
}
/* another media querie to opened menu don't break before 1230px */
@media (min-width: 1229px) {
.menuList li {
padding: 0 14px;
}
} | 0.261331 | 0.061283 |
/*padding-bottom: 4px;*/
/*}*/
.makeSmaller {
height: 75%;
}
.alert {
padding: 15px;
}
ul {
list-style-type: none;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
.custom-li {
margin-bottom: 20px;
}
body{
background-color: #e9eaed;
}
.styler {
width: 190px;
height: 34px;
overflow: hidden;
background: url("/pictures/down_arrow_select.jpg") no-repeat right lightpink;
border: 1px solid #ccc;
}
.background-top {
background-color: #00FA9A;
height: 50px;
}
.background-bottom {
transition: all 0.5s ease;
background: #00FA9A;
margin-top: 50px;
height: 377px;
}
.container {
background: #fff;
}
.mt-50 {
margin-top: 70px;
}
.tutorial-2 {
color: #FF6699;
}
.row a{
text-align: center;
text-decoration: #616161;
text-decoration-style: double
}
.Records {
}
.newForm {
display: none;
}
tr:hover {
background-color: #4288CE;
}
.hidden-div {
display: none;
}
.the-legend {
border-style: none;
border-width: 0;
font-size: 18px;
line-height: 25px;
margin-bottom: 0;
}
.the-fieldset {
border: 2px groove threedface;
border-width: 2px;
-webkit-box-shadow: 0px 0px 0px 0px;
box-shadow: 0px 0px 0px 0px;
}
.input-group-btn select {
border-color: #ccc;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-bottom: 7px;
}
.input-group {
left: 30px;
}
.bottles-text {
right: 13px;
}
.break {
background-color: #4285f4;
box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
top: 0;
width: 100%;
z-index: 10005;
}
#thisLink {
width: 50%;
}
#thisType {
width: 80%;
}
#thisId {
width: 10%;
}
#labelId label {
width: 75px;
}
.pull-right {
margin-right: 100px;
}
.nav-stacked>li+li {
margin-top: 0px;
}
.active-form {
border: 2px groove threedface;
border-width: 90%;
}
input.form-control {
width: 300px;
float: left;
}
label.addressfield {
text-align: right;
width: 100px;
float: left;
}
.manufacturer_container {
width: 500px;
clear: both;
}
.manufacturer_container input {
clear: both;
}
.manufacturer_container label {
width: 23%;
text-align: left;
}
.article {
background-color: hotpink;
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px solid #00FA9A;
}
.source {
margin-top: 5px;
}
.description a {
lineheight: 14;
padding: 9px 85px;
}
.description a:link {
color: #ddd;
}
.description a:visited {
color: #ddd
}
.description a:hover {
text-decoration: none;
}
.description li {
list-style-type: none;
list-style: none;
text-underline: none;
}
.bs-docs-sidebar {
padding-left: 20px;
display: block;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
}
.btn-outline:active, .btn-outline:focus, .btn-outline:hover {
color: #fff;
background-color: #563d7c;
border-color: #563d7c;
}
.bs-dovs-side-nav .navbar-toggle .icon-bar {
background-color: #563d7c;
}
.bs-dovs-side-nav .navbar-header .navbar-toggle {
border-color: #fff;
}
.bs-dovs-side-nav .navbar-header .navbar-toggle:focus, .bs-docs-nav .navbar-header .navbar-toggle:hover {
background-color: #f9f9f9;
border-color: #f9f9f9;
}
.affix {
top: 20px;
width: 213px;
}
@media (min-width: 1200px) {
.affix {
width: 263px;
}
}
.affix-bottom {
position: absolute;
width: 213px;
}
body {
position: relative;
}
.nav .active {
font-weight: bold;
background: #72bcd4;
}
.nav .nav {
display: none;
}
.nav .active .nav {
display: block;
}
.nav .nav a {
font-weight: normal;
font-size: .85em;
}
.nav .nav span {
margin: 0 5px 0 2px;
}
.nav .nav .active a,
.nav .nav .active:hover a,
.nav .nav .active:focus a {
font-weight: bold;
padding-left: 30px;
border-left: 5px solid black;
}
.nav .nav .active span,
.nav .nav .active:hover span,
.nav .nav .active:focus span {
display: none;
}
.recordInputs {
margin-top: 50px;
}
.products {
margin-top: 40px;
}
.move-left li{
text-align: left;
}
.glyphicon-edit {
margin-left: 5px;
}
#select div {
display: none;
}
.dummy {
margin-top: 100%;
}
.metro-thumbnail {
position: absolute;
top: 15px;
bottom: 0;
left: 15px;
right: 0;
text-align:center;
padding-top:calc(20% - 30px);
color: white;
}
.metro-thumbnail .glyphicon {
font-size: 4em;
}
.uiList {
border-bottom: 1px solid #aaa;
border-top: 1px solid #aaa;
}
.lineBreak > li {
border-color: #e9eaed;
border-style: solid;
border-width: 1px 0px 0px 0px;
}
.information {
border-color: #e9eaed;
border-style: solid;
border-width: 1px;
}
.well {
border-color: #e9eaed;
background-image: -webkit-linear-gradient(top, whiteSmoke 0%,#EEE 100%);
} | public/CSS/application.css | /*padding-bottom: 4px;*/
/*}*/
.makeSmaller {
height: 75%;
}
.alert {
padding: 15px;
}
ul {
list-style-type: none;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
.custom-li {
margin-bottom: 20px;
}
body{
background-color: #e9eaed;
}
.styler {
width: 190px;
height: 34px;
overflow: hidden;
background: url("/pictures/down_arrow_select.jpg") no-repeat right lightpink;
border: 1px solid #ccc;
}
.background-top {
background-color: #00FA9A;
height: 50px;
}
.background-bottom {
transition: all 0.5s ease;
background: #00FA9A;
margin-top: 50px;
height: 377px;
}
.container {
background: #fff;
}
.mt-50 {
margin-top: 70px;
}
.tutorial-2 {
color: #FF6699;
}
.row a{
text-align: center;
text-decoration: #616161;
text-decoration-style: double
}
.Records {
}
.newForm {
display: none;
}
tr:hover {
background-color: #4288CE;
}
.hidden-div {
display: none;
}
.the-legend {
border-style: none;
border-width: 0;
font-size: 18px;
line-height: 25px;
margin-bottom: 0;
}
.the-fieldset {
border: 2px groove threedface;
border-width: 2px;
-webkit-box-shadow: 0px 0px 0px 0px;
box-shadow: 0px 0px 0px 0px;
}
.input-group-btn select {
border-color: #ccc;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-bottom: 7px;
}
.input-group {
left: 30px;
}
.bottles-text {
right: 13px;
}
.break {
background-color: #4285f4;
box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
top: 0;
width: 100%;
z-index: 10005;
}
#thisLink {
width: 50%;
}
#thisType {
width: 80%;
}
#thisId {
width: 10%;
}
#labelId label {
width: 75px;
}
.pull-right {
margin-right: 100px;
}
.nav-stacked>li+li {
margin-top: 0px;
}
.active-form {
border: 2px groove threedface;
border-width: 90%;
}
input.form-control {
width: 300px;
float: left;
}
label.addressfield {
text-align: right;
width: 100px;
float: left;
}
.manufacturer_container {
width: 500px;
clear: both;
}
.manufacturer_container input {
clear: both;
}
.manufacturer_container label {
width: 23%;
text-align: left;
}
.article {
background-color: hotpink;
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px solid #00FA9A;
}
.source {
margin-top: 5px;
}
.description a {
lineheight: 14;
padding: 9px 85px;
}
.description a:link {
color: #ddd;
}
.description a:visited {
color: #ddd
}
.description a:hover {
text-decoration: none;
}
.description li {
list-style-type: none;
list-style: none;
text-underline: none;
}
.bs-docs-sidebar {
padding-left: 20px;
display: block;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
}
.btn-outline:active, .btn-outline:focus, .btn-outline:hover {
color: #fff;
background-color: #563d7c;
border-color: #563d7c;
}
.bs-dovs-side-nav .navbar-toggle .icon-bar {
background-color: #563d7c;
}
.bs-dovs-side-nav .navbar-header .navbar-toggle {
border-color: #fff;
}
.bs-dovs-side-nav .navbar-header .navbar-toggle:focus, .bs-docs-nav .navbar-header .navbar-toggle:hover {
background-color: #f9f9f9;
border-color: #f9f9f9;
}
.affix {
top: 20px;
width: 213px;
}
@media (min-width: 1200px) {
.affix {
width: 263px;
}
}
.affix-bottom {
position: absolute;
width: 213px;
}
body {
position: relative;
}
.nav .active {
font-weight: bold;
background: #72bcd4;
}
.nav .nav {
display: none;
}
.nav .active .nav {
display: block;
}
.nav .nav a {
font-weight: normal;
font-size: .85em;
}
.nav .nav span {
margin: 0 5px 0 2px;
}
.nav .nav .active a,
.nav .nav .active:hover a,
.nav .nav .active:focus a {
font-weight: bold;
padding-left: 30px;
border-left: 5px solid black;
}
.nav .nav .active span,
.nav .nav .active:hover span,
.nav .nav .active:focus span {
display: none;
}
.recordInputs {
margin-top: 50px;
}
.products {
margin-top: 40px;
}
.move-left li{
text-align: left;
}
.glyphicon-edit {
margin-left: 5px;
}
#select div {
display: none;
}
.dummy {
margin-top: 100%;
}
.metro-thumbnail {
position: absolute;
top: 15px;
bottom: 0;
left: 15px;
right: 0;
text-align:center;
padding-top:calc(20% - 30px);
color: white;
}
.metro-thumbnail .glyphicon {
font-size: 4em;
}
.uiList {
border-bottom: 1px solid #aaa;
border-top: 1px solid #aaa;
}
.lineBreak > li {
border-color: #e9eaed;
border-style: solid;
border-width: 1px 0px 0px 0px;
}
.information {
border-color: #e9eaed;
border-style: solid;
border-width: 1px;
}
.well {
border-color: #e9eaed;
background-image: -webkit-linear-gradient(top, whiteSmoke 0%,#EEE 100%);
} | 0.27973 | 0.088151 |
@media screen and (max-width: 600px) {
.postsFeed {
padding-top: 9vh;
padding-bottom: 7vh;
}
.card {
width: 100vw;
border-top: 1px solid lightgrey;
}
.container {
margin-left: 1vw;
}
.post {
}
.account {
display: flex;
align-items: center;
}
.profilePictureFeed {
width: 5vh;
height: 5vh;
border-radius: 50%;
margin: 2vw;
}
.userFeed {
font-weight: bold;
}
.settingsIcon {
font-size: 20px;
color: black;
}
.uploadedPicture {
}
.photoFeed {
width: 100vw;
height: auto;
}
.likeButton {
display: flex;
justify-content: space-between;
}
.commentIcon {
font-size: 30px;
color: lightgray;
margin-right: 3vw;
}
.likeFormFeed {
}
.numberOfLikes {
display: flex;
justify-content: space-between;
}
.numberLikes {
display: flex;
}
.numberComments {
display: flex;
margin-right: 1vw;
}
.hart {
outline: 0;
margin: 0;
background-color: none;
height: 5vh;
width: 10vw;
border: none;
border-radius: 5%;
font-size: 16px;
}
.redHart {
color: red;
font-size: 30px;
}
.hartIconFeed {
font-size: 30px;
color: lightgray;
}
.likeCounterFeed {
}
.likesFeed {
margin-left: 1vw;
}
.description {
display: flex;
}
.descriptionFeed {
margin-left: 1vh;
}
.button {
background-color: lightgray;
height: 5vh;
width: 30vw;
margin-top: 1vh;
border-radius: 5%;
font-size: 16px;
}
.uploadedTime {
margin-top: 1vw;
margin-bottom: 1vw;
}
.uploadedFeed {
}
}
/* Desktop */
/* ============================================== */
/* ============================================== */
@media screen and (min-width: 1000px) {
.postsFeed {
width: 50%;
margin-left: 25%;
padding-top: 9vh;
padding-bottom: 7vh;
}
.post {
}
.card {
width: 100%;
border-top: 1px solid lightgrey;
}
.account {
display: flex;
align-items: center;
}
.profilePictureFeed {
width: 7vh;
height: 7vh;
border-radius: 50%;
margin: 1vw;
}
.userFeed {
font-weight: bold;
}
.settingsIcon {
font-size: 20px;
color: black;
}
.uploadedPicture {
}
.photoFeed {
width: 100%;
height: auto;
}
.container {
margin-left: 1vw;
}
.likeButton {
display: flex;
justify-content: space-between;
}
.commentIcon {
font-size: 30px;
color: lightgray;
margin-right: 3vw;
}
.likeFormFeed {
}
.numberOfLikes {
display: flex;
justify-content: space-between;
}
.numberLikes {
display: flex;
}
.numberComments {
display: flex;
margin-right: 1vw;
}
.hart {
outline: 0;
margin: 0;
background-color: none;
height: 5vh;
width: 10vw;
border: none;
border-radius: 5%;
font-size: 16px;
}
.redHart {
color: red;
font-size: 30px;
}
.hartIconFeed {
font-size: 30px;
color: lightgray;
}
.likeCounterFeed {
}
.likesFeed {
margin-left: 1vw;
}
.description {
display: flex;
}
.descriptionFeed {
margin-left: 1vh;
}
.button {
background-color: lightgray;
height: 5vh;
width: 150px;
margin-top: 1vh;
border-radius: 5px;
font-size: 16px;
}
.uploadedTime {
margin-top: 1vw;
margin-bottom: 1vw;
}
.uploadedFeed {
}
} | assets/stylesheet/feed.css | @media screen and (max-width: 600px) {
.postsFeed {
padding-top: 9vh;
padding-bottom: 7vh;
}
.card {
width: 100vw;
border-top: 1px solid lightgrey;
}
.container {
margin-left: 1vw;
}
.post {
}
.account {
display: flex;
align-items: center;
}
.profilePictureFeed {
width: 5vh;
height: 5vh;
border-radius: 50%;
margin: 2vw;
}
.userFeed {
font-weight: bold;
}
.settingsIcon {
font-size: 20px;
color: black;
}
.uploadedPicture {
}
.photoFeed {
width: 100vw;
height: auto;
}
.likeButton {
display: flex;
justify-content: space-between;
}
.commentIcon {
font-size: 30px;
color: lightgray;
margin-right: 3vw;
}
.likeFormFeed {
}
.numberOfLikes {
display: flex;
justify-content: space-between;
}
.numberLikes {
display: flex;
}
.numberComments {
display: flex;
margin-right: 1vw;
}
.hart {
outline: 0;
margin: 0;
background-color: none;
height: 5vh;
width: 10vw;
border: none;
border-radius: 5%;
font-size: 16px;
}
.redHart {
color: red;
font-size: 30px;
}
.hartIconFeed {
font-size: 30px;
color: lightgray;
}
.likeCounterFeed {
}
.likesFeed {
margin-left: 1vw;
}
.description {
display: flex;
}
.descriptionFeed {
margin-left: 1vh;
}
.button {
background-color: lightgray;
height: 5vh;
width: 30vw;
margin-top: 1vh;
border-radius: 5%;
font-size: 16px;
}
.uploadedTime {
margin-top: 1vw;
margin-bottom: 1vw;
}
.uploadedFeed {
}
}
/* Desktop */
/* ============================================== */
/* ============================================== */
@media screen and (min-width: 1000px) {
.postsFeed {
width: 50%;
margin-left: 25%;
padding-top: 9vh;
padding-bottom: 7vh;
}
.post {
}
.card {
width: 100%;
border-top: 1px solid lightgrey;
}
.account {
display: flex;
align-items: center;
}
.profilePictureFeed {
width: 7vh;
height: 7vh;
border-radius: 50%;
margin: 1vw;
}
.userFeed {
font-weight: bold;
}
.settingsIcon {
font-size: 20px;
color: black;
}
.uploadedPicture {
}
.photoFeed {
width: 100%;
height: auto;
}
.container {
margin-left: 1vw;
}
.likeButton {
display: flex;
justify-content: space-between;
}
.commentIcon {
font-size: 30px;
color: lightgray;
margin-right: 3vw;
}
.likeFormFeed {
}
.numberOfLikes {
display: flex;
justify-content: space-between;
}
.numberLikes {
display: flex;
}
.numberComments {
display: flex;
margin-right: 1vw;
}
.hart {
outline: 0;
margin: 0;
background-color: none;
height: 5vh;
width: 10vw;
border: none;
border-radius: 5%;
font-size: 16px;
}
.redHart {
color: red;
font-size: 30px;
}
.hartIconFeed {
font-size: 30px;
color: lightgray;
}
.likeCounterFeed {
}
.likesFeed {
margin-left: 1vw;
}
.description {
display: flex;
}
.descriptionFeed {
margin-left: 1vh;
}
.button {
background-color: lightgray;
height: 5vh;
width: 150px;
margin-top: 1vh;
border-radius: 5px;
font-size: 16px;
}
.uploadedTime {
margin-top: 1vw;
margin-bottom: 1vw;
}
.uploadedFeed {
}
} | 0.561696 | 0.129981 |
body{
margin: 0 auto;
padding: 0 auto;
}
ul{
margin-top: 0;
}
li{
list-style-type: none;
}
a,a:hover{
text-decoration: none;
}
/*閻庝絻澹堥崺鍛村冀閿燂拷*/
#header{
background: url(../imgs/bg.jpg) no-repeat 0 -1000px; width: 100%;
height: 50px;
position: absolute;
top: 0;
}
#header > a{
float: right;
margin-right: 22px;
margin-top: 12px;
}
.hosption-name{
float: left;
margin-left: 15px;
color: white;
line-height:50px;
}
/* 鏂板鍐呭 */
.leftnav {
width: 200px;
height: 100%;
position: fixed;
top: 50px;
left: 0px;
}
.leftnav-title {
height: 50px;
background: url(../imgs/bg.jpg) no-repeat 0 -1000px;
color: #FFF;
padding-left: 22px;
font-size: 14px;
line-height: 50px;
}
.leftnav-title span {
margin-right: 10px;
}
.leftnav h2 {
padding: 10px 0 10px 22px;
transition: all .1s ease-in-out;
display: block;
cursor: pointer;
font-weight: bold;
font-size: 14px;
border-top: 1px solid #b5cfd9;
}
.leftnav h2.on {
color: #09c;
}
.leftnav .border-bottom {
border-bottom: 1px solid #b5cfd9;
}
.leftnav h2 span {
margin-right: 10px;
}
.leftnav h2:hover {
color: #09c;
}
.leftnav ul {
display: none;
border-top: 1px solid #b5cfd9;
opacity: 1;
}
.leftnav ul li {
list-style-type: none;
}
.leftnav ul li a {
display: block;
padding-left: 30px;
line-height: 30px;
}
.leftnav ul li span {
margin-right: 8px;
}
/*濞撴皜鍡欑彾闁哄稄鎷�*/
#sidebar{
background-color: #f4f4f4;
width: 200px;
height: auto;
position: absolute;
left: 0;
bottom: 0;
top: 50px;
}
/*濞戞搩鍙冨Λ鍧楀礌閸濆嫮鍘�*/
#content{
width: auto;
height: 50px;
position: absolute;
right: 240px;
left:200px;
bottom: 0;
top: 50px;
}
/*闁告瑥鐤囩粩鐔煎礌閸濆嫮鍘� */
#right{
background-color: #F4F4F4;
width: 240px;
height: auto;
position: absolute;
right: 0;
bottom: 0;
top: 50px;
}
#right a{
top: 10px;
margin-left: 20px;
position: relative;
}
/*闁告牞宕甸弫鎾寸┍閳╁啩绱�*/
.doctor{
right: 0;
bottom: 0;
top: 50px;
width: 240px;
height: auto;
position: absolute;
}
.user{
width: 100%;
background-color: white;
}
.user ul{
margin: 0;
padding: 0;
overflow-y: scroll;
}
.title{
width:100%;
background-color: #ddffff;
}
.title a{
font-weight:bold;
line-height: 30px;
margin-left: 20px;
}
/*闁告牞宕甸弫鎾寸┍閳╁啩绱�*/
.information{
width: 100%;
overflow:hidden;
display:inline-block;
padding-top:15px;
box-sizing:border-box;
}
/*闁告牞宕甸弫鎾村緞閺夋垵鍓�*/
.information img{
width: 80px;
height: 80px;
border-radius:50%;
display:block;
margin:0 auto;
}
/*缂佸鍨甸濠氬矗婵犲偆娼i柛姘iv*/
.section{
width: 100%;
text-align:center;
}
.section p{
margin:0;
color: #a0a0a0;
font-weight:bold
}
.section span{
font-size: 14px;
color: #323232;
padding-left: 2px;
font-weight: bold;
}
/*闂傚偆鍠涢惁鏍极娴兼潙娅ら柟瀛樺灩濞堟垿骞冮敐鍫嫹閸涱喖鐦柛娆欐嫹*/
.label{
width: 240px;
height:100%;
float: left;
text-align: right;
padding:7px;
font-weight: normal;
}
.nquiry{
float: left;
width: 76px;
height: 52px;
/*background-color: #323232;*/
}
.regis{
float: left;
width: 100%;
/*background-color:red;*/
}
.patient{
padding-top: 2px;
float: right;
width: 76px;
height: 52px;
/*background-color: #6FC8E6;*/
}
.label p{
text-align: center;
color: #777777;
margin:0;
}
.nquiry{
border-right: 1px solid #E0E0E0;
padding:2px 1px 5px 1px;
}
.regis{
border-right: 1px solid #E0E0E0;
padding:2px 1px 5px 1px;
}
#sideNav{
margin-bottom: 0;
padding-left: 0;
}
#sidebar #sideNav .menu{
/*text-align: center;*/
margin-bottom: 10px;
}
#sidebar #sideNav .menu > a{
/*margin-left: 16px;*/
color: #a0a0a0;
display: block;
width: 100%;
height: 100%;
font-size: 14px;
line-height: 14px;
}
#sidebar #sideNav .menu a > span{
display: inline-block;
width: 16px;
}
#sidebar #sideNav .menu-icon{
float: right;
width: 14px;
height: 14px;
margin-right: 14px;
background-image:url(../imgs/menu1-1.png);
}
#sidebar #sideNav .menu-icon2{
background-image: url(../imgs/menu1-2.png);
}
#sidebar #sideNav .subMenu{
margin-top: 10px;
padding-left: 0;
display: none;
}
#sidebar #sideNav .subMenu > li{
/*margin-left: 24px;*/
}
#sidebar #sideNav .subMenu > li:hover{
background-color: #eeeeee;
}
#sidebar #sideNav .subMenu a{
color: #777777;
height: 32px;
width: 100%;
display: block;
font-size: 12px;
line-height: 32px;
}
#sidebar #sideNav .subMenu a > span{
width: 24px;
}
body .w50{
width: 25%;
float: left;
}
body .form-group .label{
width:10%;
}
body .field{
width:85%;
float: left;
}
.form-group:after{
display: block;
clear: both;
content: "";
}
body .label label{
font-weight: normal;
}
input[type="week"]{color: red} | web/DocWeb/css/core.css | body{
margin: 0 auto;
padding: 0 auto;
}
ul{
margin-top: 0;
}
li{
list-style-type: none;
}
a,a:hover{
text-decoration: none;
}
/*閻庝絻澹堥崺鍛村冀閿燂拷*/
#header{
background: url(../imgs/bg.jpg) no-repeat 0 -1000px; width: 100%;
height: 50px;
position: absolute;
top: 0;
}
#header > a{
float: right;
margin-right: 22px;
margin-top: 12px;
}
.hosption-name{
float: left;
margin-left: 15px;
color: white;
line-height:50px;
}
/* 鏂板鍐呭 */
.leftnav {
width: 200px;
height: 100%;
position: fixed;
top: 50px;
left: 0px;
}
.leftnav-title {
height: 50px;
background: url(../imgs/bg.jpg) no-repeat 0 -1000px;
color: #FFF;
padding-left: 22px;
font-size: 14px;
line-height: 50px;
}
.leftnav-title span {
margin-right: 10px;
}
.leftnav h2 {
padding: 10px 0 10px 22px;
transition: all .1s ease-in-out;
display: block;
cursor: pointer;
font-weight: bold;
font-size: 14px;
border-top: 1px solid #b5cfd9;
}
.leftnav h2.on {
color: #09c;
}
.leftnav .border-bottom {
border-bottom: 1px solid #b5cfd9;
}
.leftnav h2 span {
margin-right: 10px;
}
.leftnav h2:hover {
color: #09c;
}
.leftnav ul {
display: none;
border-top: 1px solid #b5cfd9;
opacity: 1;
}
.leftnav ul li {
list-style-type: none;
}
.leftnav ul li a {
display: block;
padding-left: 30px;
line-height: 30px;
}
.leftnav ul li span {
margin-right: 8px;
}
/*濞撴皜鍡欑彾闁哄稄鎷�*/
#sidebar{
background-color: #f4f4f4;
width: 200px;
height: auto;
position: absolute;
left: 0;
bottom: 0;
top: 50px;
}
/*濞戞搩鍙冨Λ鍧楀礌閸濆嫮鍘�*/
#content{
width: auto;
height: 50px;
position: absolute;
right: 240px;
left:200px;
bottom: 0;
top: 50px;
}
/*闁告瑥鐤囩粩鐔煎礌閸濆嫮鍘� */
#right{
background-color: #F4F4F4;
width: 240px;
height: auto;
position: absolute;
right: 0;
bottom: 0;
top: 50px;
}
#right a{
top: 10px;
margin-left: 20px;
position: relative;
}
/*闁告牞宕甸弫鎾寸┍閳╁啩绱�*/
.doctor{
right: 0;
bottom: 0;
top: 50px;
width: 240px;
height: auto;
position: absolute;
}
.user{
width: 100%;
background-color: white;
}
.user ul{
margin: 0;
padding: 0;
overflow-y: scroll;
}
.title{
width:100%;
background-color: #ddffff;
}
.title a{
font-weight:bold;
line-height: 30px;
margin-left: 20px;
}
/*闁告牞宕甸弫鎾寸┍閳╁啩绱�*/
.information{
width: 100%;
overflow:hidden;
display:inline-block;
padding-top:15px;
box-sizing:border-box;
}
/*闁告牞宕甸弫鎾村緞閺夋垵鍓�*/
.information img{
width: 80px;
height: 80px;
border-radius:50%;
display:block;
margin:0 auto;
}
/*缂佸鍨甸濠氬矗婵犲偆娼i柛姘iv*/
.section{
width: 100%;
text-align:center;
}
.section p{
margin:0;
color: #a0a0a0;
font-weight:bold
}
.section span{
font-size: 14px;
color: #323232;
padding-left: 2px;
font-weight: bold;
}
/*闂傚偆鍠涢惁鏍极娴兼潙娅ら柟瀛樺灩濞堟垿骞冮敐鍫嫹閸涱喖鐦柛娆欐嫹*/
.label{
width: 240px;
height:100%;
float: left;
text-align: right;
padding:7px;
font-weight: normal;
}
.nquiry{
float: left;
width: 76px;
height: 52px;
/*background-color: #323232;*/
}
.regis{
float: left;
width: 100%;
/*background-color:red;*/
}
.patient{
padding-top: 2px;
float: right;
width: 76px;
height: 52px;
/*background-color: #6FC8E6;*/
}
.label p{
text-align: center;
color: #777777;
margin:0;
}
.nquiry{
border-right: 1px solid #E0E0E0;
padding:2px 1px 5px 1px;
}
.regis{
border-right: 1px solid #E0E0E0;
padding:2px 1px 5px 1px;
}
#sideNav{
margin-bottom: 0;
padding-left: 0;
}
#sidebar #sideNav .menu{
/*text-align: center;*/
margin-bottom: 10px;
}
#sidebar #sideNav .menu > a{
/*margin-left: 16px;*/
color: #a0a0a0;
display: block;
width: 100%;
height: 100%;
font-size: 14px;
line-height: 14px;
}
#sidebar #sideNav .menu a > span{
display: inline-block;
width: 16px;
}
#sidebar #sideNav .menu-icon{
float: right;
width: 14px;
height: 14px;
margin-right: 14px;
background-image:url(../imgs/menu1-1.png);
}
#sidebar #sideNav .menu-icon2{
background-image: url(../imgs/menu1-2.png);
}
#sidebar #sideNav .subMenu{
margin-top: 10px;
padding-left: 0;
display: none;
}
#sidebar #sideNav .subMenu > li{
/*margin-left: 24px;*/
}
#sidebar #sideNav .subMenu > li:hover{
background-color: #eeeeee;
}
#sidebar #sideNav .subMenu a{
color: #777777;
height: 32px;
width: 100%;
display: block;
font-size: 12px;
line-height: 32px;
}
#sidebar #sideNav .subMenu a > span{
width: 24px;
}
body .w50{
width: 25%;
float: left;
}
body .form-group .label{
width:10%;
}
body .field{
width:85%;
float: left;
}
.form-group:after{
display: block;
clear: both;
content: "";
}
body .label label{
font-weight: normal;
}
input[type="week"]{color: red} | 0.244183 | 0.086478 |
@charset "utf-8";
/* CSS Document */
body{
background-color: #f7f7f7;
}
div.datagrid {
background-color: #f7f7f7;
}
.datagrid table {
border-collapse: collapse;
text-align: left;
}
.datagrid {
font: normal 12px/150% Verdana, Arial, Helvetica, sans-serif;
background: #fff; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.datagrid table td, .datagrid table th {
padding: 5px 5px;
border: 1px solid #0070A8;
}
.datagrid table th {
background-color:#008DD4;
color:#FFFFFF;
font-size: 13px;
font-weight: bold;
border-left: 1px solid #0070A8;
}
.datagrid table th:first-child {
border: none;
}
.datagrid table tr:nth-child(even) {
color: #00070A; border-left: 1px solid #7D8487;font-size: 12px;border-bottom: 1px solid #E1EEF4;font-weight: normal;
}
.datagrid table tr:nth-child(even) {
background: #c0c0c0; color: #000C12;
}
.datagrid table tr:first-child { border-left: 1px; }
.datagrid table tr:last-child td { border-bottom: none; }
td.chn{
font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
font-size: 13px;
font-style: oblique;
font-variant: normal;
font-weight: bold;
line-height: 18.5667px;
}
table.auth{
border: none;
}
td.authtd{
border: none;
alignment-adjust: central;
}
a:link{
text-decoration: none;
}
a {color:#000040;} /* unvisited link */
a:visited {color:000040;} /* visited link */
a:hover {color:#FF00FF;} /* mouse over link */
a:active {color:000040;} /* selected link */
.btn {
-webkit-border-radius: 7;
-moz-border-radius: 7;
border-radius: 7px;
-webkit-box-shadow: 7px 6px 4px #666666;
-moz-box-shadow: 7px 6px 4px #666666;
box-shadow: 7px 6px 4px #666666;
font-family: Georgia;
color: #ffffff;
font-size: 15px;
background: #e07619;
padding: 4px 10px 4px 9px;
text-decoration: none;
}
.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
td.chn{
} | style/main.css | @charset "utf-8";
/* CSS Document */
body{
background-color: #f7f7f7;
}
div.datagrid {
background-color: #f7f7f7;
}
.datagrid table {
border-collapse: collapse;
text-align: left;
}
.datagrid {
font: normal 12px/150% Verdana, Arial, Helvetica, sans-serif;
background: #fff; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.datagrid table td, .datagrid table th {
padding: 5px 5px;
border: 1px solid #0070A8;
}
.datagrid table th {
background-color:#008DD4;
color:#FFFFFF;
font-size: 13px;
font-weight: bold;
border-left: 1px solid #0070A8;
}
.datagrid table th:first-child {
border: none;
}
.datagrid table tr:nth-child(even) {
color: #00070A; border-left: 1px solid #7D8487;font-size: 12px;border-bottom: 1px solid #E1EEF4;font-weight: normal;
}
.datagrid table tr:nth-child(even) {
background: #c0c0c0; color: #000C12;
}
.datagrid table tr:first-child { border-left: 1px; }
.datagrid table tr:last-child td { border-bottom: none; }
td.chn{
font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
font-size: 13px;
font-style: oblique;
font-variant: normal;
font-weight: bold;
line-height: 18.5667px;
}
table.auth{
border: none;
}
td.authtd{
border: none;
alignment-adjust: central;
}
a:link{
text-decoration: none;
}
a {color:#000040;} /* unvisited link */
a:visited {color:000040;} /* visited link */
a:hover {color:#FF00FF;} /* mouse over link */
a:active {color:000040;} /* selected link */
.btn {
-webkit-border-radius: 7;
-moz-border-radius: 7;
border-radius: 7px;
-webkit-box-shadow: 7px 6px 4px #666666;
-moz-box-shadow: 7px 6px 4px #666666;
box-shadow: 7px 6px 4px #666666;
font-family: Georgia;
color: #ffffff;
font-size: 15px;
background: #e07619;
padding: 4px 10px 4px 9px;
text-decoration: none;
}
.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
td.chn{
} | 0.199386 | 0.070464 |
.transfer {
font-size: 14px;
}
.transfer-panel {
border: 1px solid #ebeef5;
border-radius: 4px;
overflow: hidden;
background: #fff;
display: inline-block;
vertical-align: middle;
width: 200px;
max-height: 100%;
box-sizing: border-box;
position: relative;
}
.transfer-panel.is-invalid {
border: 1px solid #dc3545;
}
.transfer-panel.is-valid {
border: 1px solid #28a745;
}
.transfer-panel .transfer-panel-header {
height: 40px;
line-height: 40px;
background: #f5f7fa;
margin: 0;
padding-left: 15px;
border-bottom: 1px solid #ebeef5;
color: #000;
}
.transfer-panel-body {
height: 246px;
}
.transfer-panel-list {
margin: 0;
padding: 6px 0;
list-style: none;
height: 246px;
}
.transfer-panel-list:not(.disabled) {
overflow: auto;
}
.transfer-panel-item {
height: 30px;
line-height: 30px;
padding-left: 15px;
display: block;
}
.transfer-panel-item {
display: block;
}
.transfer-buttons {
display: inline-block;
vertical-align: middle;
padding: 0 30px;
}
.transfer-buttons .btn {
white-space: nowrap;
}
.transfer-buttons .btn:not(:first-child) {
margin-left: 10px;
}
.transfer-buttons .disabled,
.transfer-buttons .disabled:active,
.transfer-buttons .disabled:focus,
.transfer-buttons .disabled:hover,
.transfer-buttons [disabled] {
color: #fff;
background-color: #a0cfff;
border-color: #a0cfff;
}
.transfer-panel-filter {
text-align: center;
margin: 15px;
display: block;
width: auto;
position: relative;
}
.transfer-panel-filter .input-inner {
height: 32px;
line-height: 32px;
width: 100%;
display: inline-block;
border-radius: 16px;
padding-right: 10px;
padding-left: 30px;
border: 1px solid #dcdfe6;
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
color: #606266;
}
.transfer-panel-filter .input-inner:focus {
outline: none;
border-color: #409eff;
}
.transfer-panel-filter .input-prefix {
height: 100%;
width: 30px;
transition: all .3s;
position: absolute;
left: 4px;
top: 0;
display: flex;
align-items: center;
justify-content: center;
color: #c0c4cc;
}
.transfer-panel-filter .input-prefix:not(.disabled):hover i:before,
.transfer-panel-filter .input-prefix.is-on i:before {
cursor: pointer;
content: "\f057";
}
.transfer-panel-filter .input-prefix.disabled:hover i:before {
cursor: not-allowed;
} | src/BootstrapBlazor/Components/Transfer/Transfer.css | .transfer {
font-size: 14px;
}
.transfer-panel {
border: 1px solid #ebeef5;
border-radius: 4px;
overflow: hidden;
background: #fff;
display: inline-block;
vertical-align: middle;
width: 200px;
max-height: 100%;
box-sizing: border-box;
position: relative;
}
.transfer-panel.is-invalid {
border: 1px solid #dc3545;
}
.transfer-panel.is-valid {
border: 1px solid #28a745;
}
.transfer-panel .transfer-panel-header {
height: 40px;
line-height: 40px;
background: #f5f7fa;
margin: 0;
padding-left: 15px;
border-bottom: 1px solid #ebeef5;
color: #000;
}
.transfer-panel-body {
height: 246px;
}
.transfer-panel-list {
margin: 0;
padding: 6px 0;
list-style: none;
height: 246px;
}
.transfer-panel-list:not(.disabled) {
overflow: auto;
}
.transfer-panel-item {
height: 30px;
line-height: 30px;
padding-left: 15px;
display: block;
}
.transfer-panel-item {
display: block;
}
.transfer-buttons {
display: inline-block;
vertical-align: middle;
padding: 0 30px;
}
.transfer-buttons .btn {
white-space: nowrap;
}
.transfer-buttons .btn:not(:first-child) {
margin-left: 10px;
}
.transfer-buttons .disabled,
.transfer-buttons .disabled:active,
.transfer-buttons .disabled:focus,
.transfer-buttons .disabled:hover,
.transfer-buttons [disabled] {
color: #fff;
background-color: #a0cfff;
border-color: #a0cfff;
}
.transfer-panel-filter {
text-align: center;
margin: 15px;
display: block;
width: auto;
position: relative;
}
.transfer-panel-filter .input-inner {
height: 32px;
line-height: 32px;
width: 100%;
display: inline-block;
border-radius: 16px;
padding-right: 10px;
padding-left: 30px;
border: 1px solid #dcdfe6;
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
color: #606266;
}
.transfer-panel-filter .input-inner:focus {
outline: none;
border-color: #409eff;
}
.transfer-panel-filter .input-prefix {
height: 100%;
width: 30px;
transition: all .3s;
position: absolute;
left: 4px;
top: 0;
display: flex;
align-items: center;
justify-content: center;
color: #c0c4cc;
}
.transfer-panel-filter .input-prefix:not(.disabled):hover i:before,
.transfer-panel-filter .input-prefix.is-on i:before {
cursor: pointer;
content: "\f057";
}
.transfer-panel-filter .input-prefix.disabled:hover i:before {
cursor: not-allowed;
} | 0.591487 | 0.13852 |
.aquaDimGray1,
.hover_aquaDimGray1:hover,
.active_aquaDimGray1:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(221, 221, 221, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(213, 177, 177),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
-moz-box-shadow: 0 0.63em 0.75em rgba(221, 221, 221, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(213, 177, 177),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
box-shadow: 0 0.63em 0.75em rgba(221, 221, 221, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(213, 177, 177),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
}
.aquaDimGray1h,
.hover_aquaDimGray1h:hover,
.active_aquaDimGray1h:active {
-webkit-box-shadow:0 0.63em 1em rgba(233, 233, 233, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #f7f5f5,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(233, 233, 233, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #f7f5f5,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(233, 233, 233, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #f7f5f5,
inset 0 0em 0.5em 2em #ffffff;
}
.aquaDimGray1a,
.hover_aquaDimGray1a:hover,
.active_aquaDimGray1a:active {
/*background: #a6a6a6;*/
-webkit-box-shadow:0 0.63em 1em rgba(204, 186, 186, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #e3d1d1,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(204, 186, 186, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #e3d1d1,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(204, 186, 186, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #e3d1d1,
inset 0 0em 0.5em 2em #ffffff;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaDimGray1,
.hover_color_aquaDimGray1:hover,
.active_color_aquaDimGray1:active {
color: #282828;
}
.color_aquaDimGray1h,
.hover_color_aquaDimGray1h:hover,
.active_color_aquaDimGray1h:active {
color: #282828;
}
.color_aquaDimGray1a,
.hover_color_aquaDimGray1a:hover,
.active_color_aquaDimGray1a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaDimGray1,
.hover_border_aquaDimGray1:hover,
.active_border_aquaDimGray1:active {
border-color: #a6a6a6 #a6a6a6 #a6a6a6 #a6a6a6;
}
.border_aquaDimGray1h,
.hover_border_aquaDimGray1h:hover,
.active_border_aquaDimGray1h:active {
border-color: #a6a6a6 #a6a6a6 #a6a6a6 #a6a6a6;
}
.border_aquaDimGray1a,
.hover_border_aquaDimGray1a:hover,
.active_border_aquaDimGray1a:active {
border-color: #a6a6a6 #a6a6a6 #a6a6a6 #a6a6a6;
} | widgets/common/assets/shadows/aqua/aquaDimGray/aquaDimGray1.css | .aquaDimGray1,
.hover_aquaDimGray1:hover,
.active_aquaDimGray1:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(221, 221, 221, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(213, 177, 177),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
-moz-box-shadow: 0 0.63em 0.75em rgba(221, 221, 221, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(213, 177, 177),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
box-shadow: 0 0.63em 0.75em rgba(221, 221, 221, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(213, 177, 177),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
}
.aquaDimGray1h,
.hover_aquaDimGray1h:hover,
.active_aquaDimGray1h:active {
-webkit-box-shadow:0 0.63em 1em rgba(233, 233, 233, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #f7f5f5,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(233, 233, 233, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #f7f5f5,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(233, 233, 233, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #f7f5f5,
inset 0 0em 0.5em 2em #ffffff;
}
.aquaDimGray1a,
.hover_aquaDimGray1a:hover,
.active_aquaDimGray1a:active {
/*background: #a6a6a6;*/
-webkit-box-shadow:0 0.63em 1em rgba(204, 186, 186, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #e3d1d1,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(204, 186, 186, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #e3d1d1,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(204, 186, 186, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #e3d1d1,
inset 0 0em 0.5em 2em #ffffff;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaDimGray1,
.hover_color_aquaDimGray1:hover,
.active_color_aquaDimGray1:active {
color: #282828;
}
.color_aquaDimGray1h,
.hover_color_aquaDimGray1h:hover,
.active_color_aquaDimGray1h:active {
color: #282828;
}
.color_aquaDimGray1a,
.hover_color_aquaDimGray1a:hover,
.active_color_aquaDimGray1a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaDimGray1,
.hover_border_aquaDimGray1:hover,
.active_border_aquaDimGray1:active {
border-color: #a6a6a6 #a6a6a6 #a6a6a6 #a6a6a6;
}
.border_aquaDimGray1h,
.hover_border_aquaDimGray1h:hover,
.active_border_aquaDimGray1h:active {
border-color: #a6a6a6 #a6a6a6 #a6a6a6 #a6a6a6;
}
.border_aquaDimGray1a,
.hover_border_aquaDimGray1a:hover,
.active_border_aquaDimGray1a:active {
border-color: #a6a6a6 #a6a6a6 #a6a6a6 #a6a6a6;
} | 0.408985 | 0.460168 |
.button, .submitButton {
width: 1;
}
h1.page {
overflow: hidden;
}
/* Fix for adding spacer with hasLayout (http://www.satzansatz.de/cssd/onhavinglayout.html#list) */
#footer .list li {
zoom: 1;
}
/* Fix for positioning */
.submitButton {
width: 1;
padding: 0 12px 0 12px;
}
.removeButton {
padding-left: 5px;
padding-right: 10px;
}
#currencies li, #languages li {
overflow: hidden;
}
.box li {
border-radius: 0.1px;
}
.infogridView .titleBox, .infogridView .priceBox {
background: none;
}
/* gradients */
/* BLUE */
.gridView .titleBox, .gridView .priceBox, .box h3, .box h2, .sectionHead, .pageHead, #currencies a.selected, #languages a.selected, .flyoutMenu a.selected, .dropDown a.selected, .thumbNav a.cur, .thumbNav a.cur:hover, .promoBox strong.promoPrice, .itemSlider .prevItem, .itemSlider .nextItem, .specBox h3{
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F)";
}
/* Grey */
.FXgradGrey,
.promoBox strong.promoTitle,
.specBoxTitles a.title{
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa', endColorstr='#a9b1b4')";
}
.FXgradGreyLight,
.sf-menu li ul,
#footer #panel,
.box ul,
.box ol,
.box .content,
.loginForm,
#currencies a,
#languages a,
.flyoutMenu a,
.basketFlyout,
div.anythingSlider .arrow,
.thumbNav{
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa', endColorstr='#a9b1b4')";
}
/* Orange */
.FXgradOrange,
.removeButton,
.sf-menu li.current,
.sf-menu li.sfHover, .sf-menu li:hover,
.gridView div.priceBox:hover,
.gridView div.titleBox:hover,
.featuredList li.articleImage:hover + li.articleTitle > a,
#footer .list a:hover,
#currencies a:hover,
#languages a:hover,
.flyoutMenu a:hover,
.submitButton:hover,
.basketFlyout li a:hover,
.dropDown ul a:hover,
div.anythingSlider span.arrow:hover,
.thumbNav a:hover,
.slideNav:hover,
a.viewAllHover,
.specBoxTitles a.title:hover,
.actionLinks li:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8604', endColorstr='#ec6105')";
}
/* Light blue */
.FXgradBlueLight, .fbEnableButton {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#d7e3f1)";
}
/******/
/*** SHADOWS -> ***/
.shadow, #currencies, #languages, .loginForm, .altLoginBox, .flyoutMenu {
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
/* bottom shadow */
.box h3, .box h2, .pageHead, .sectionHead {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F); progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#666666')";
}
.basketFlyout {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa', endColorstr='#a9b1b4'); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
.scrollable ul {
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
.basketItems {
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
div.anythingSlider .arrow {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa', endColorstr='#a9b1b4'); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
.promoBox {
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
.rightShadow, .rightShadow h3 {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#666666')";
}
.itemSlider .titleBlock, .itemSlider .titleBlock:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F); progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
}
.itemSlider .prevItem span.slideBg, .itemSlider .nextItem span.slideBg {
background: transparent;
}
.itemSlider .prevItem {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#666666'); progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
}
.itemSlider .nextItem {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=270, Color='#666666'); progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
right: 2px;
}
.itemSlider .prevItem:hover span.slideBg {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8604', endColorstr='#ec6105'); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#666666'); progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
}
.itemSlider .nextItem:hover span.slideBg {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8604', endColorstr='#ec6105'); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=270, Color='#666666'); progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
}
.itemSlider .nextItem:hover span.slidePointer {
right: -3px;
}
.box h3, .sectionHead, .specBox h3 {
z-index: auto;
}
.specBox .rss span {
right: -188px;
} | out/absinthe/src/css/ie8.css |
.button, .submitButton {
width: 1;
}
h1.page {
overflow: hidden;
}
/* Fix for adding spacer with hasLayout (http://www.satzansatz.de/cssd/onhavinglayout.html#list) */
#footer .list li {
zoom: 1;
}
/* Fix for positioning */
.submitButton {
width: 1;
padding: 0 12px 0 12px;
}
.removeButton {
padding-left: 5px;
padding-right: 10px;
}
#currencies li, #languages li {
overflow: hidden;
}
.box li {
border-radius: 0.1px;
}
.infogridView .titleBox, .infogridView .priceBox {
background: none;
}
/* gradients */
/* BLUE */
.gridView .titleBox, .gridView .priceBox, .box h3, .box h2, .sectionHead, .pageHead, #currencies a.selected, #languages a.selected, .flyoutMenu a.selected, .dropDown a.selected, .thumbNav a.cur, .thumbNav a.cur:hover, .promoBox strong.promoPrice, .itemSlider .prevItem, .itemSlider .nextItem, .specBox h3{
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F)";
}
/* Grey */
.FXgradGrey,
.promoBox strong.promoTitle,
.specBoxTitles a.title{
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa', endColorstr='#a9b1b4')";
}
.FXgradGreyLight,
.sf-menu li ul,
#footer #panel,
.box ul,
.box ol,
.box .content,
.loginForm,
#currencies a,
#languages a,
.flyoutMenu a,
.basketFlyout,
div.anythingSlider .arrow,
.thumbNav{
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa', endColorstr='#a9b1b4')";
}
/* Orange */
.FXgradOrange,
.removeButton,
.sf-menu li.current,
.sf-menu li.sfHover, .sf-menu li:hover,
.gridView div.priceBox:hover,
.gridView div.titleBox:hover,
.featuredList li.articleImage:hover + li.articleTitle > a,
#footer .list a:hover,
#currencies a:hover,
#languages a:hover,
.flyoutMenu a:hover,
.submitButton:hover,
.basketFlyout li a:hover,
.dropDown ul a:hover,
div.anythingSlider span.arrow:hover,
.thumbNav a:hover,
.slideNav:hover,
a.viewAllHover,
.specBoxTitles a.title:hover,
.actionLinks li:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8604', endColorstr='#ec6105')";
}
/* Light blue */
.FXgradBlueLight, .fbEnableButton {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#d7e3f1)";
}
/******/
/*** SHADOWS -> ***/
.shadow, #currencies, #languages, .loginForm, .altLoginBox, .flyoutMenu {
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
/* bottom shadow */
.box h3, .box h2, .pageHead, .sectionHead {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F); progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#666666')";
}
.basketFlyout {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa', endColorstr='#a9b1b4'); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
.scrollable ul {
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
.basketItems {
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
div.anythingSlider .arrow {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa', endColorstr='#a9b1b4'); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
.promoBox {
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
}
.rightShadow, .rightShadow h3 {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#666666')";
}
.itemSlider .titleBlock, .itemSlider .titleBlock:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F); progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
}
.itemSlider .prevItem span.slideBg, .itemSlider .nextItem span.slideBg {
background: transparent;
}
.itemSlider .prevItem {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#666666'); progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
}
.itemSlider .nextItem {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADEFFF, endColorstr=#19788F); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=270, Color='#666666'); progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
right: 2px;
}
.itemSlider .prevItem:hover span.slideBg {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8604', endColorstr='#ec6105'); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#666666'); progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
}
.itemSlider .nextItem:hover span.slideBg {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8604', endColorstr='#ec6105'); progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=270, Color='#666666'); progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
}
.itemSlider .nextItem:hover span.slidePointer {
right: -3px;
}
.box h3, .sectionHead, .specBox h3 {
z-index: auto;
}
.specBox .rss span {
right: -188px;
} | 0.380759 | 0.091992 |
html {
scroll-behavior: smooth;
}
section eospan {
position: absolute;
top: -60px;
}
.eos_color {
color: #306090;
}
.eos_message {
background: url('../../images/eos/dl_suit_full.png') no-repeat center center;
background-size: cover;
padding: 100px 0;
}
@media (max-width: 991.98px) {
.eos_message {
background: url('../../images/eos/blank.jpg') no-repeat center center;
}
}
.eos_pt-5 {
padding-top: 2rem !important;
}
.eos_centerbutton {
/*position: absolute;*/
top: 50%;
left: 45%;
margin-top: 40px;
}
.eos_btntopm {
margin-top: 30px;
}
.eos_centerfaq {
position: relative;
left: 10%;
}
@media (max-width: 991.98px) {
.eos_centerfaq {
left: 1%;
}
.eos_centerbutton {
margin: 0;
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-top: 60px;
}
.eos_centerexch {
top: 50%;
left: 0%;
margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}
}
.eos_centerimg {
position: relative;
left: 0%;
}
.eos_centermargin {
margin-left: auto;
margin-right: auto;
}
.eos_centerblock {
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
}
.eos_centertext {
padding: 40px 0;
text-align: center;
}
.eos_centertext70 {
padding: 70px 0;
text-align: center;
}
.eos_imght {
max-height: 40px;
}
.eos_imght_80 {
max-height: 80px;
}
.eos_appdropshadow {
filter: drop-shadow(2px 2px 2px #999);
}
.eos_appdropshadow1 {
filter: drop-shadow(1px 1px 1px #666);
}
.eos_sliderds {
filter: drop-shadow(1px 1px 0px #fff);
}
.eos_sliderwh {
color: #fff;
}
.eos_smallitalic {
color: #BB0000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 9px;
}
.eos_40pad {
padding: 40px;
}
.eos_20pad {
padding: 20px 5px 20px 5px;
}
.eos_20margin {
margin: 20;
}
.eos_80toppad {
padding: 80px 40px 40px 40px;
}
.eos_10padleftright {
padding: 10px;
}
.eos_divider {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
margin: 3rem auto 0.1rem auto;
color: #E5E5E5;
width: 100%;
}
.eos_dividermain {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
margin: 3rem auto 3rem auto;
color: #E5E5E5;
width: 100%;
}
.eos_divider.divider-center::before {
display: block;
}
.eos_vertaligntop {
vertical-align: top;
} | one-page/css/eos/eos.css | html {
scroll-behavior: smooth;
}
section eospan {
position: absolute;
top: -60px;
}
.eos_color {
color: #306090;
}
.eos_message {
background: url('../../images/eos/dl_suit_full.png') no-repeat center center;
background-size: cover;
padding: 100px 0;
}
@media (max-width: 991.98px) {
.eos_message {
background: url('../../images/eos/blank.jpg') no-repeat center center;
}
}
.eos_pt-5 {
padding-top: 2rem !important;
}
.eos_centerbutton {
/*position: absolute;*/
top: 50%;
left: 45%;
margin-top: 40px;
}
.eos_btntopm {
margin-top: 30px;
}
.eos_centerfaq {
position: relative;
left: 10%;
}
@media (max-width: 991.98px) {
.eos_centerfaq {
left: 1%;
}
.eos_centerbutton {
margin: 0;
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-top: 60px;
}
.eos_centerexch {
top: 50%;
left: 0%;
margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}
}
.eos_centerimg {
position: relative;
left: 0%;
}
.eos_centermargin {
margin-left: auto;
margin-right: auto;
}
.eos_centerblock {
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
}
.eos_centertext {
padding: 40px 0;
text-align: center;
}
.eos_centertext70 {
padding: 70px 0;
text-align: center;
}
.eos_imght {
max-height: 40px;
}
.eos_imght_80 {
max-height: 80px;
}
.eos_appdropshadow {
filter: drop-shadow(2px 2px 2px #999);
}
.eos_appdropshadow1 {
filter: drop-shadow(1px 1px 1px #666);
}
.eos_sliderds {
filter: drop-shadow(1px 1px 0px #fff);
}
.eos_sliderwh {
color: #fff;
}
.eos_smallitalic {
color: #BB0000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 9px;
}
.eos_40pad {
padding: 40px;
}
.eos_20pad {
padding: 20px 5px 20px 5px;
}
.eos_20margin {
margin: 20;
}
.eos_80toppad {
padding: 80px 40px 40px 40px;
}
.eos_10padleftright {
padding: 10px;
}
.eos_divider {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
margin: 3rem auto 0.1rem auto;
color: #E5E5E5;
width: 100%;
}
.eos_dividermain {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
margin: 3rem auto 3rem auto;
color: #E5E5E5;
width: 100%;
}
.eos_divider.divider-center::before {
display: block;
}
.eos_vertaligntop {
vertical-align: top;
} | 0.557725 | 0.128061 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.svg") format("svg");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local("Open Sans"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.svg") format("svg");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.svg") format("svg");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
.builder-entry-content {
font-size: 13px; }
.builder-entry-content h2 {
font-size: 27px;
font-weight: normal;
margin: 0; }
.builder-entry-content body {
padding-top: 70px; }
.builder-entry-content h1 {
margin-bottom: 30px; }
.builder-entry-content h3 {
padding: 0px 0 30px 0;
margin: 0;
font-size: 15px;
font-weight: bold; }
.builder-entry-content section {
margin-bottom: 40px; }
.builder-entry-content p, .builder-entry-content strong {
line-height: 190%; }
.builder-entry-content p {
margin-bottom: 30px; }
.builder-entry-content .big {
font-size: 18px; }
.builder-entry-content ol, .builder-entry-content ul {
margin-bottom: 30px; }
.builder-entry-content ul > li,
.builder-entry-content ol > li {
line-height: 190%; }
.builder-entry-content figure > img {
margin-bottom: 10px; }
.builder-entry-content figure.with-title {
margin-bottom: 30px; }
.builder-entry-content strong.do {
border-top: 15px solid #4caf50;
color: #2e7b32;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
display: block; }
.builder-entry-content strong.dont {
border-top: 15px solid #d32F2f;
color: #d32F2f;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
display: block; }
.builder-entry-content .container {
max-width: 1130px; }
.builder-entry-content .container-xs {
max-width: 650px; }
.builder-entry-content .container-sm {
max-width: 800px; }
.builder-entry-content .container-md {
max-width: 1000px; }
.builder-entry-content .container-lg {
max-width: 1200px; }
.builder-entry-content .container img {
max-width: 100%; }
.builder-entry-content figure > img {
max-width: 100%; }
.field-with-headline {
padding-top: 50px; }
.row {
zoom: 1; }
.row:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0; }
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {
width: 50%;
float: left; }
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
width: 33%;
float: left; }
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8 {
width: 66%;
float: left; }
.builder-entry-content * {
font-family: 'Open Sans'; }
.container {
margin: 0 auto; }
.block {
padding-top: 0;
padding-bottom: 0; }
.block .container {
padding: 50px 50px; }
.text-center {
text-align: center; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.tile-link-wrapper {
position: relative; }
.jumbotron .container-fluid {
height: 300px;
padding: 20px 50px;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
.jumbotron h1 {
font-family: 'Open Sans';
color: #fff;
font-size: 40px;
line-height: 120%; }
.single-tile-link-wrapper {
margin-top: 0;
margin-bottom: 0; }
.field-buttons ul {
margin-bottom: 0; } | assets/css/panel.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.svg") format("svg");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local("Open Sans"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.svg") format("svg");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.svg") format("svg");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
.builder-entry-content {
font-size: 13px; }
.builder-entry-content h2 {
font-size: 27px;
font-weight: normal;
margin: 0; }
.builder-entry-content body {
padding-top: 70px; }
.builder-entry-content h1 {
margin-bottom: 30px; }
.builder-entry-content h3 {
padding: 0px 0 30px 0;
margin: 0;
font-size: 15px;
font-weight: bold; }
.builder-entry-content section {
margin-bottom: 40px; }
.builder-entry-content p, .builder-entry-content strong {
line-height: 190%; }
.builder-entry-content p {
margin-bottom: 30px; }
.builder-entry-content .big {
font-size: 18px; }
.builder-entry-content ol, .builder-entry-content ul {
margin-bottom: 30px; }
.builder-entry-content ul > li,
.builder-entry-content ol > li {
line-height: 190%; }
.builder-entry-content figure > img {
margin-bottom: 10px; }
.builder-entry-content figure.with-title {
margin-bottom: 30px; }
.builder-entry-content strong.do {
border-top: 15px solid #4caf50;
color: #2e7b32;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
display: block; }
.builder-entry-content strong.dont {
border-top: 15px solid #d32F2f;
color: #d32F2f;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
display: block; }
.builder-entry-content .container {
max-width: 1130px; }
.builder-entry-content .container-xs {
max-width: 650px; }
.builder-entry-content .container-sm {
max-width: 800px; }
.builder-entry-content .container-md {
max-width: 1000px; }
.builder-entry-content .container-lg {
max-width: 1200px; }
.builder-entry-content .container img {
max-width: 100%; }
.builder-entry-content figure > img {
max-width: 100%; }
.field-with-headline {
padding-top: 50px; }
.row {
zoom: 1; }
.row:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0; }
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {
width: 50%;
float: left; }
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
width: 33%;
float: left; }
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8 {
width: 66%;
float: left; }
.builder-entry-content * {
font-family: 'Open Sans'; }
.container {
margin: 0 auto; }
.block {
padding-top: 0;
padding-bottom: 0; }
.block .container {
padding: 50px 50px; }
.text-center {
text-align: center; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.tile-link-wrapper {
position: relative; }
.jumbotron .container-fluid {
height: 300px;
padding: 20px 50px;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
.jumbotron h1 {
font-family: 'Open Sans';
color: #fff;
font-size: 40px;
line-height: 120%; }
.single-tile-link-wrapper {
margin-top: 0;
margin-bottom: 0; }
.field-buttons ul {
margin-bottom: 0; } | 0.359252 | 0.061593 |
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');
/* width & height includes padding + border for responsive web design */
* {
box-sizing: border-box;
}
body {
font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
background-color: hsl(269, 41%, 90%);
margin-top: 1em;
}
a {
color:#0000ee;
}
main {
background-color: hsl(60, 100%, 92%);
}
.grid {
display: flex;
flex-direction: column;
align-items: center;
}
.contents-page {
max-width: 24em;
text-align: center;
border: solid;
border-width: thin;
border-color: grey;
border-radius: 1em;
padding: 1em;
}
.contents-page ul {
list-style-type: none;
padding: 0;
}
.contents-list-heading {
font-size: 1.2em;
font-weight: lighter;
opacity: 0.6;
}
.contents-list {
font-size: 1.2em;
font-weight: bold;
border: solid;
border-width: thin;
border-color: grey;
border-radius: 1em;
padding: 1em;
box-shadow: 0 1em 1.6em hsla(0, 0%, 0%, 0.15),
0 0.3em 0.6em hsla(0, 0%, 0%, 0.25);
}
.contents-list li a {
display: block;
margin-bottom: 1em;
}
.sources-link {
font-size: 1em;
font-weight: lighter;
opacity: 0.5;
}
.prerequisites {
font-size: 90%;
background-color: hsl(269, 41%, 90%);
border: solid;
border-width: thin;
border-color: grey;
border-radius: 1em;
box-shadow: inset 0 -0.2em 0 hsla(0, 0%, 100%, 0.4),
inset 0 0.2em 0.2em hsla(0, 0%, 0%, 0.4);
}
.prerequisites-heading {
margin-top: 0.4em;
font-size: 1.2em;
font-weight: lighter;
opacity: 0.6;
}
.hooking-react-contents-page, .f-of-g-contents-page {
max-width: 24em;
width: 80%;
}
/* responsive web design */
@media only screen and (min-width: 44em) {
.grid {
display: grid;
grid-template-columns: 1fr 24em 1fr;
}
.hooking-react-contents-page {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 2;
}
main {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 2;
min-width: 24em;
align-self: flex-start;
}
.f-of-g-contents-page {
grid-column-start: 3;
grid-column-end: 4;
grid-row-start: 1;
grid-row-end: 2;
}
.hooking-react-contents-page, .f-of-g-contents-page {
max-height: 80vh;
justify-self: center;
}
} | vuef/homepage.css | @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');
/* width & height includes padding + border for responsive web design */
* {
box-sizing: border-box;
}
body {
font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
background-color: hsl(269, 41%, 90%);
margin-top: 1em;
}
a {
color:#0000ee;
}
main {
background-color: hsl(60, 100%, 92%);
}
.grid {
display: flex;
flex-direction: column;
align-items: center;
}
.contents-page {
max-width: 24em;
text-align: center;
border: solid;
border-width: thin;
border-color: grey;
border-radius: 1em;
padding: 1em;
}
.contents-page ul {
list-style-type: none;
padding: 0;
}
.contents-list-heading {
font-size: 1.2em;
font-weight: lighter;
opacity: 0.6;
}
.contents-list {
font-size: 1.2em;
font-weight: bold;
border: solid;
border-width: thin;
border-color: grey;
border-radius: 1em;
padding: 1em;
box-shadow: 0 1em 1.6em hsla(0, 0%, 0%, 0.15),
0 0.3em 0.6em hsla(0, 0%, 0%, 0.25);
}
.contents-list li a {
display: block;
margin-bottom: 1em;
}
.sources-link {
font-size: 1em;
font-weight: lighter;
opacity: 0.5;
}
.prerequisites {
font-size: 90%;
background-color: hsl(269, 41%, 90%);
border: solid;
border-width: thin;
border-color: grey;
border-radius: 1em;
box-shadow: inset 0 -0.2em 0 hsla(0, 0%, 100%, 0.4),
inset 0 0.2em 0.2em hsla(0, 0%, 0%, 0.4);
}
.prerequisites-heading {
margin-top: 0.4em;
font-size: 1.2em;
font-weight: lighter;
opacity: 0.6;
}
.hooking-react-contents-page, .f-of-g-contents-page {
max-width: 24em;
width: 80%;
}
/* responsive web design */
@media only screen and (min-width: 44em) {
.grid {
display: grid;
grid-template-columns: 1fr 24em 1fr;
}
.hooking-react-contents-page {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 2;
}
main {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 2;
min-width: 24em;
align-self: flex-start;
}
.f-of-g-contents-page {
grid-column-start: 3;
grid-column-end: 4;
grid-row-start: 1;
grid-row-end: 2;
}
.hooking-react-contents-page, .f-of-g-contents-page {
max-height: 80vh;
justify-self: center;
}
} | 0.458349 | 0.152663 |
.preloader-indicator-overlay {
background: #000000;
opacity: .5;
}
/* main-navi */
.app-navi {
}
.navbar-inner {
border-bottom: 1px solid #e6e6e6;
}
.main-navi {
display: flex;
box-sizing: border-box;
align-items: center;
font-size: 12px;
}
.app-navi.navbar, .subnavbar {
margin-top: 1px;
}
.app-navi.navbar, .subnavbar, .toolbar {
background: #ffffff;
border-bottom: 1px solid #e6e6e6;
}
.subnavbar:after {
background: none;
}
.app-navi .subnavbar>.buttons-row{
height: 44px;
}
.main-navi-item.btn:after {
border: none;
}
.app-navi .buttons-row .button:first-child {
border-radius: 0;
border: none;
}
.buttons-row .button:first-child {
border: none;
}
.app-navi .subnavbar>.buttons-row .button:first-child,.app-navi .subnavbar>.buttons-row .button:last-child{
height:44px;
line-height: 43px;
position: relative;
}
.app-navi .nav-active .navspan{
position: absolute;
bottom: 0;
left: 50%;
border-bottom: 1px solid #3C87EB;
width:20px;
height: 1px;
display: block;
margin: 0 auto 0 -10px;
}
.app-navi.navbar .subnavbar, .page .subnavbar {
border-top: 1px solid #e6e6e6;
}
.v-master .app-navi .button {
border: none;
}
.main-navi a {
color: #666666;
}
.main-navi .main-navi-item {
flex: 0 0 85px;
width: 85px;
}
.main-navi-item.btn:after {
content: "";
display: inline-block;
width: 0;
height: 0;
border: 3px solid #c8c8c8;
border-top: 3px solid #ffffff;
border-left: 3px solid #ffffff;
transform: rotate(45deg) translate3d(20%, -6px, 0);
-webkit-transform: rotate(45deg) translate3d(20%, -6px, 0);
}
.main-navi-item.nav-active:after{
border:3px solid #3C87EB;
border-top: 3px solid #ffffff;
border-left: 3px solid #ffffff;
}
.main-navi-item.nav-active{
color: #3C87EB;
border: none;
}
.main-navi-item.button {
border: none;
}
.main-navi-item.up-arrow:after{
/*border:3px solid #3C87EB;*/
/*border-bottom: 3px solid #ffffff;*/
/*border-right: 3px solid #ffffff;*/
transform:rotate(225deg);
-ms-transform:rotate(225deg); /* Internet Explorer */
-moz-transform:rotate(225deg); /* Firefox */
-webkit-transform:rotate(225deg); /* Safari 和 Chrome */
-o-transform:rotate(225deg); /* Opera */
margin-left: 4px;
}
.main-navi .search-img {
flex: 1;
width: 130px;
color: #999999;
padding: 2px 15px;
background: #f1f1f1;
border-radius: 15px;
background-repeat: no-repeat;
background-position: 8px center;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2013'%20enable-background%3D'new%200%200%2013%2013'%3E%3Cg%3E%3Cpath%20fill%3D'%23939398'%20d%3D'M5%2C1c2.2%2C0%2C4%2C1.8%2C4%2C4S7.2%2C9%2C5%2C9S1%2C7.2%2C1%2C5S2.8%2C1%2C5%2C1%20M5%2C0C2.2%2C0%2C0%2C2.2%2C0%2C5s2.2%2C5%2C5%2C5s5-2.2%2C5-5S7.8%2C0%2C5%2C0%20L5%2C0z'%2F%3E%3C%2Fg%3E%3Cline%20stroke%3D'%23939398'%20stroke-miterlimit%3D'10'%20x1%3D'12.6'%20y1%3D'12.6'%20x2%3D'8.2'%20y2%3D'8.2'%2F%3E%3C%2Fsvg%3E");
-webkit-background-size: 13px 13px;
background-size: 13px 13px;
/*margin-top: 7px;*/
}
.main-navi .search-img span {
padding-left: 10px;
}
/* product-list */
.product-list {
bottom: 0;
margin: 0;
padding: 42px 0 0px 0;
}
.product-list * {
padding: 0;
margin: 0;
}
.product-list .product-item {
display: flex;
box-sizing: border-box;
align-items: center;
width: 100%;
}
.product-list.list-block .item-content {
width: 100%;
}
.product-list .product-item .icon {
flex: 0 0 60px;
width: 60px;
padding-right: 20px;
}
.product-list .product-item .text {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
line-height: 20px;
overflow: hidden;
font-size: 12px;
}
.product-list .product-item .text .name {
display: flex;
color: #333333;
font-size: 16px;
padding: 0 5px 0 0;
font-weight: normal;
margin: 0 0 5px 0;
}
.product-list .product-item .text .name .left {
flex: 0 1 auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.product-list .product-item .text .hot {
flex: 0 0 30px;
width: 30px;
margin:0 2px;
font-size: 8px;
color: #ffc362;
border: 1px solid #ffc362;
border-radius: 5px;
padding: 0 2px;
text-align: center;
}
.product-list .product-item .text .desc {
flex: 0 1 auto;
color: #9a9a9a;
font-size: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.product-list.list-block .item-link .item-inner, .list-block .list-button .item-inner {
background-image: none;
padding-right: 10px;
}
.product-list.list-block .item-link, .list-block .list-button {
width: 100%
}
.product-list.list-block ul:before {
background: none;
}
/* letter-search */
.letter-search {
bottom: 0;
margin: 0;
padding: 42px 0 0 0;
}
.letter-search.list-block .item-link .item-inner, .list-block .list-button .item-inner {
background-image: none;
padding-right: 10px;
}
/* assortment */
.assortment {
bottom: 0;
margin: 0;
padding: 42px 0 0 0;
}
.assortment * {
padding: 0;
margin: 0;
}
.assortment .assortment-list {
}
.assortment .assortment-list .title {
font-size: 14px;
font-weight: normal;
margin: 10px 15px;
color: #5b52b5;
padding: 0 0 0 25px;
}
.assortment .assortment-list .title:nth-of-type(1) {
background: url(../image/ico-accident.jpg) no-repeat left;
background-size: 17px;
}
.assortment .assortment-list .title:nth-of-type(2) {
background: url(../image/ico-healthy.jpg) no-repeat left;
background-size: 17px;
}
.assortment .assortment-list .title:nth-of-type(3) {
background: url(../image/ico-people.jpg) no-repeat left;
background-size: 17px;
}
.assortment .assortment-list .title:nth-of-type(4) {
background: url(../image/ico-money.jpg) no-repeat left;
background-size: 17px;
}
.assortment .assortment-list .row {
background: #f8f8f8;
padding: 0 15px 10px 15px;
flex-wrap: wrap;
justify-content: flex-start;
}
.assortment .assortment-list .row .row-item {
border: 1px solid #dddddd;
background: #ffffff;
text-align: center;
font-size: 14px;
line-height: 35px;
margin: 10px 0 0 15px;
}
.assortment .assortment-list .row .row-item:nth-child(3n-2) {
margin-left: 0;
} | src/css/app.css | .preloader-indicator-overlay {
background: #000000;
opacity: .5;
}
/* main-navi */
.app-navi {
}
.navbar-inner {
border-bottom: 1px solid #e6e6e6;
}
.main-navi {
display: flex;
box-sizing: border-box;
align-items: center;
font-size: 12px;
}
.app-navi.navbar, .subnavbar {
margin-top: 1px;
}
.app-navi.navbar, .subnavbar, .toolbar {
background: #ffffff;
border-bottom: 1px solid #e6e6e6;
}
.subnavbar:after {
background: none;
}
.app-navi .subnavbar>.buttons-row{
height: 44px;
}
.main-navi-item.btn:after {
border: none;
}
.app-navi .buttons-row .button:first-child {
border-radius: 0;
border: none;
}
.buttons-row .button:first-child {
border: none;
}
.app-navi .subnavbar>.buttons-row .button:first-child,.app-navi .subnavbar>.buttons-row .button:last-child{
height:44px;
line-height: 43px;
position: relative;
}
.app-navi .nav-active .navspan{
position: absolute;
bottom: 0;
left: 50%;
border-bottom: 1px solid #3C87EB;
width:20px;
height: 1px;
display: block;
margin: 0 auto 0 -10px;
}
.app-navi.navbar .subnavbar, .page .subnavbar {
border-top: 1px solid #e6e6e6;
}
.v-master .app-navi .button {
border: none;
}
.main-navi a {
color: #666666;
}
.main-navi .main-navi-item {
flex: 0 0 85px;
width: 85px;
}
.main-navi-item.btn:after {
content: "";
display: inline-block;
width: 0;
height: 0;
border: 3px solid #c8c8c8;
border-top: 3px solid #ffffff;
border-left: 3px solid #ffffff;
transform: rotate(45deg) translate3d(20%, -6px, 0);
-webkit-transform: rotate(45deg) translate3d(20%, -6px, 0);
}
.main-navi-item.nav-active:after{
border:3px solid #3C87EB;
border-top: 3px solid #ffffff;
border-left: 3px solid #ffffff;
}
.main-navi-item.nav-active{
color: #3C87EB;
border: none;
}
.main-navi-item.button {
border: none;
}
.main-navi-item.up-arrow:after{
/*border:3px solid #3C87EB;*/
/*border-bottom: 3px solid #ffffff;*/
/*border-right: 3px solid #ffffff;*/
transform:rotate(225deg);
-ms-transform:rotate(225deg); /* Internet Explorer */
-moz-transform:rotate(225deg); /* Firefox */
-webkit-transform:rotate(225deg); /* Safari 和 Chrome */
-o-transform:rotate(225deg); /* Opera */
margin-left: 4px;
}
.main-navi .search-img {
flex: 1;
width: 130px;
color: #999999;
padding: 2px 15px;
background: #f1f1f1;
border-radius: 15px;
background-repeat: no-repeat;
background-position: 8px center;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2013'%20enable-background%3D'new%200%200%2013%2013'%3E%3Cg%3E%3Cpath%20fill%3D'%23939398'%20d%3D'M5%2C1c2.2%2C0%2C4%2C1.8%2C4%2C4S7.2%2C9%2C5%2C9S1%2C7.2%2C1%2C5S2.8%2C1%2C5%2C1%20M5%2C0C2.2%2C0%2C0%2C2.2%2C0%2C5s2.2%2C5%2C5%2C5s5-2.2%2C5-5S7.8%2C0%2C5%2C0%20L5%2C0z'%2F%3E%3C%2Fg%3E%3Cline%20stroke%3D'%23939398'%20stroke-miterlimit%3D'10'%20x1%3D'12.6'%20y1%3D'12.6'%20x2%3D'8.2'%20y2%3D'8.2'%2F%3E%3C%2Fsvg%3E");
-webkit-background-size: 13px 13px;
background-size: 13px 13px;
/*margin-top: 7px;*/
}
.main-navi .search-img span {
padding-left: 10px;
}
/* product-list */
.product-list {
bottom: 0;
margin: 0;
padding: 42px 0 0px 0;
}
.product-list * {
padding: 0;
margin: 0;
}
.product-list .product-item {
display: flex;
box-sizing: border-box;
align-items: center;
width: 100%;
}
.product-list.list-block .item-content {
width: 100%;
}
.product-list .product-item .icon {
flex: 0 0 60px;
width: 60px;
padding-right: 20px;
}
.product-list .product-item .text {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
line-height: 20px;
overflow: hidden;
font-size: 12px;
}
.product-list .product-item .text .name {
display: flex;
color: #333333;
font-size: 16px;
padding: 0 5px 0 0;
font-weight: normal;
margin: 0 0 5px 0;
}
.product-list .product-item .text .name .left {
flex: 0 1 auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.product-list .product-item .text .hot {
flex: 0 0 30px;
width: 30px;
margin:0 2px;
font-size: 8px;
color: #ffc362;
border: 1px solid #ffc362;
border-radius: 5px;
padding: 0 2px;
text-align: center;
}
.product-list .product-item .text .desc {
flex: 0 1 auto;
color: #9a9a9a;
font-size: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.product-list.list-block .item-link .item-inner, .list-block .list-button .item-inner {
background-image: none;
padding-right: 10px;
}
.product-list.list-block .item-link, .list-block .list-button {
width: 100%
}
.product-list.list-block ul:before {
background: none;
}
/* letter-search */
.letter-search {
bottom: 0;
margin: 0;
padding: 42px 0 0 0;
}
.letter-search.list-block .item-link .item-inner, .list-block .list-button .item-inner {
background-image: none;
padding-right: 10px;
}
/* assortment */
.assortment {
bottom: 0;
margin: 0;
padding: 42px 0 0 0;
}
.assortment * {
padding: 0;
margin: 0;
}
.assortment .assortment-list {
}
.assortment .assortment-list .title {
font-size: 14px;
font-weight: normal;
margin: 10px 15px;
color: #5b52b5;
padding: 0 0 0 25px;
}
.assortment .assortment-list .title:nth-of-type(1) {
background: url(../image/ico-accident.jpg) no-repeat left;
background-size: 17px;
}
.assortment .assortment-list .title:nth-of-type(2) {
background: url(../image/ico-healthy.jpg) no-repeat left;
background-size: 17px;
}
.assortment .assortment-list .title:nth-of-type(3) {
background: url(../image/ico-people.jpg) no-repeat left;
background-size: 17px;
}
.assortment .assortment-list .title:nth-of-type(4) {
background: url(../image/ico-money.jpg) no-repeat left;
background-size: 17px;
}
.assortment .assortment-list .row {
background: #f8f8f8;
padding: 0 15px 10px 15px;
flex-wrap: wrap;
justify-content: flex-start;
}
.assortment .assortment-list .row .row-item {
border: 1px solid #dddddd;
background: #ffffff;
text-align: center;
font-size: 14px;
line-height: 35px;
margin: 10px 0 0 15px;
}
.assortment .assortment-list .row .row-item:nth-child(3n-2) {
margin-left: 0;
} | 0.264928 | 0.04736 |
body, input, button, select, textarea, .navbar-search .search-query {
/*font-family: 'museo_sans500', Georgia, "Times New Roman", Times, serif;*/
font-family: arial, 'museo_sans500', Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #4f4e4e;
}
body {
}
.silver_gradient {
background: rgba(242,246,248,1);
background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(50%, rgba(216,225,231,1)), color-stop(51%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
}
div.dataTables_filter {
text-align: right;
display:none; /* added by marknt15 - Hide Search Textbox for the meantime */
}
div.dataTables_info {
padding-top: 8px;
white-space: nowrap;
display:none; /* added by marknt15 */
}
div.dataTables_paginate {
margin: 0;
white-space: nowrap;
text-align: right;
display:none; /* added by marknt15 */
}
.valign_mid {
vertical-align: middle !important;
text-align:center;
}
/* to hide the sort icons */
.no-sort::after { display: none!important; }
.tr_field_color {
background:#5B5B5B;
}
.tr_field_color th {
color:white;
font-weight:normal;
}
.glyphicon {
/*color:#46C1FC;*/
color:#3E9DD7;
}
.glyphicon:hover {
color:#3E9DD7;
}
.tooltip-inner {
/*max-width: 350px;*/
/* If max-width does not work, try using width instead */
/*width: 350px; */
}
.my-tooltip + .tooltip > .tooltip-inner {
background-color: #5b5b5b;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #5b5b5b;
}
.tooltip.in {
opacity: 1;
filter: alpha(opacity=100);
}
/*
.modal-content {
width:800px;
}*/
.ui-pnotify-sticker, .ui-pnotify-icon {
display:none !important;
}
.ui-pnotify-closer {
color:gray !important;
}
.ui-pnotify {
/*width: 300px; */
/*right: 25px; top: 250px !important; */
/*margin: auto !important; top: 250px !important;*/
/*
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
*/
}
ul.pagination {
margin-top:0px !important;margin-bottom:0px !important;
}
.margin-top{
margin-top: 40px;
}
.modal-top-spacer{
margin-top: 250px;
}
.modal{
padding-left: 0 !important;
}
.gift-wrappper .thumb{
width: 100%;
}
.escalation-box{
margin-top: 20px;
}
.escalation-box h4{
margin-top: 0px;
font-size: 1.7em;
}
.escalation-box h4 span{
font-size: .8em;
}
.escalation-box p{
margin-bottom: 0;
}
.modal {
overflow-y:auto;
}
@media only screen
and (min-device-width: 100px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
.fluid-image{
width: 100%;
}
body > .container {
padding: 0 15px 0 !important;
}
body{
padding-top: 0px; !important;
}
}
@media(max-width: 480px){
.client-email{
font-weight: 400;
}
.logo-login{
width: 95%;
}
body{
padding-top: 0;
}
}
@media ( max-width: 991px){
.modal-dialog .table-responsive{
border: none;
margin-bottom: 0;
}
.text-right{
text-align: left !important;
}
.modal-top-spacer{
margin-top: 120px;
}
}
.magic-dropdown{
background: #efefef;
font-size: 1em;
}
.magic-dropdown td{
border: none !important;
} | public/css/esp_main.css | body, input, button, select, textarea, .navbar-search .search-query {
/*font-family: 'museo_sans500', Georgia, "Times New Roman", Times, serif;*/
font-family: arial, 'museo_sans500', Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #4f4e4e;
}
body {
}
.silver_gradient {
background: rgba(242,246,248,1);
background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(50%, rgba(216,225,231,1)), color-stop(51%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
}
div.dataTables_filter {
text-align: right;
display:none; /* added by marknt15 - Hide Search Textbox for the meantime */
}
div.dataTables_info {
padding-top: 8px;
white-space: nowrap;
display:none; /* added by marknt15 */
}
div.dataTables_paginate {
margin: 0;
white-space: nowrap;
text-align: right;
display:none; /* added by marknt15 */
}
.valign_mid {
vertical-align: middle !important;
text-align:center;
}
/* to hide the sort icons */
.no-sort::after { display: none!important; }
.tr_field_color {
background:#5B5B5B;
}
.tr_field_color th {
color:white;
font-weight:normal;
}
.glyphicon {
/*color:#46C1FC;*/
color:#3E9DD7;
}
.glyphicon:hover {
color:#3E9DD7;
}
.tooltip-inner {
/*max-width: 350px;*/
/* If max-width does not work, try using width instead */
/*width: 350px; */
}
.my-tooltip + .tooltip > .tooltip-inner {
background-color: #5b5b5b;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #5b5b5b;
}
.tooltip.in {
opacity: 1;
filter: alpha(opacity=100);
}
/*
.modal-content {
width:800px;
}*/
.ui-pnotify-sticker, .ui-pnotify-icon {
display:none !important;
}
.ui-pnotify-closer {
color:gray !important;
}
.ui-pnotify {
/*width: 300px; */
/*right: 25px; top: 250px !important; */
/*margin: auto !important; top: 250px !important;*/
/*
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
*/
}
ul.pagination {
margin-top:0px !important;margin-bottom:0px !important;
}
.margin-top{
margin-top: 40px;
}
.modal-top-spacer{
margin-top: 250px;
}
.modal{
padding-left: 0 !important;
}
.gift-wrappper .thumb{
width: 100%;
}
.escalation-box{
margin-top: 20px;
}
.escalation-box h4{
margin-top: 0px;
font-size: 1.7em;
}
.escalation-box h4 span{
font-size: .8em;
}
.escalation-box p{
margin-bottom: 0;
}
.modal {
overflow-y:auto;
}
@media only screen
and (min-device-width: 100px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
.fluid-image{
width: 100%;
}
body > .container {
padding: 0 15px 0 !important;
}
body{
padding-top: 0px; !important;
}
}
@media(max-width: 480px){
.client-email{
font-weight: 400;
}
.logo-login{
width: 95%;
}
body{
padding-top: 0;
}
}
@media ( max-width: 991px){
.modal-dialog .table-responsive{
border: none;
margin-bottom: 0;
}
.text-right{
text-align: left !important;
}
.modal-top-spacer{
margin-top: 120px;
}
}
.magic-dropdown{
background: #efefef;
font-size: 1em;
}
.magic-dropdown td{
border: none !important;
} | 0.214691 | 0.061848 |
html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
margin: 0;
height: 100%;
}
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
/* Style the header */
header {
background-color: #181a1d;
height: 80px;
flex: none;
}
/* Create two columns/boxes that floats next to each other */
nav {
flex: none;
width: 200px;
background: #5B5B5B;
color: white;
height: 100%;
}
article {
flex: 1;
background-color: white;
height: 100%; /* only for demonstration, should be removed */
}
/* Clear floats after the columns */
section:after {
content: "";
display: table;
clear: both;
}
section {
display: flex;
height: 100%;
}
* {
margin: 0;
padding: 0
}
body {
font-size: 12px;
font-family: "宋体","微软雅黑";
}
ul, li {
list-style: none;
}
a:link, a:visited {
text-decoration: none;
}
.list {
width: 210px;
border-bottom: solid 1px #316a91;
height: 100%;
background-color: midnightblue
}
.list ul li {
background-color: #467ca2;
border: solid 1px #316a91;
border-bottom: 0;
}
.list ul li a {
padding-left: 10px;
color: #fff;
font-size: 12px;
display: block;
font-weight: bold;
height: 36px;
line-height: 36px;
position: relative;
}
.list ul li .inactive {
background: url(img/off.png) no-repeat 184px center;
}
.list ul li .inactives {
background: url(img/on.png) no-repeat 184px center;
}
.list ul li ul {
display: none;
}
.list ul li ul li {
border-left: 0;
border-right: 0;
background-color: #6196bb;
border-color: #467ca2;
}
.list ul li ul li ul {
display: none;
}
.list ul li ul li a {
padding-left: 20px;
}
.list ul li ul li ul li {
background-color: #d6e6f1;
border-color: #6196bb;
}
.last {
background-color: #d6e6f1;
border-color: #6196bb;
}
.list ul li ul li ul li a {
color: #316a91;
padding-left: 30px;
}
.el-submenu .el-menu-item {
height: 30px;
line-height: 30px;
}
.el-submenu__title {
color: #0faede;
}
.el-menu-item{
color:#fff;
}
.el-menu-item, .el-submenu__title {
height: 30px;
line-height: 30px;
}
.el-submenu.collapse .el-submenu__title {
padding: 0px !important;
}
.el-menu:not(.el-menu--collapse) {
width: 200px;
}
.el-menu {
width: 0px;
border-right: none;
}
/*loader*/
[v-cloak] > * {
display: none !important;
}
[v-cloak]::before {
content: " " !important;
display: block !important;
position: absolute !important;
width: 80px !important;
height: 80px !important;
background-image: url('../Content/img/loader.gif') !important;
background-size: cover !important;
left: 50% !important;
top: 50% !important;
} | Content/Site.css | html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
margin: 0;
height: 100%;
}
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
/* Style the header */
header {
background-color: #181a1d;
height: 80px;
flex: none;
}
/* Create two columns/boxes that floats next to each other */
nav {
flex: none;
width: 200px;
background: #5B5B5B;
color: white;
height: 100%;
}
article {
flex: 1;
background-color: white;
height: 100%; /* only for demonstration, should be removed */
}
/* Clear floats after the columns */
section:after {
content: "";
display: table;
clear: both;
}
section {
display: flex;
height: 100%;
}
* {
margin: 0;
padding: 0
}
body {
font-size: 12px;
font-family: "宋体","微软雅黑";
}
ul, li {
list-style: none;
}
a:link, a:visited {
text-decoration: none;
}
.list {
width: 210px;
border-bottom: solid 1px #316a91;
height: 100%;
background-color: midnightblue
}
.list ul li {
background-color: #467ca2;
border: solid 1px #316a91;
border-bottom: 0;
}
.list ul li a {
padding-left: 10px;
color: #fff;
font-size: 12px;
display: block;
font-weight: bold;
height: 36px;
line-height: 36px;
position: relative;
}
.list ul li .inactive {
background: url(img/off.png) no-repeat 184px center;
}
.list ul li .inactives {
background: url(img/on.png) no-repeat 184px center;
}
.list ul li ul {
display: none;
}
.list ul li ul li {
border-left: 0;
border-right: 0;
background-color: #6196bb;
border-color: #467ca2;
}
.list ul li ul li ul {
display: none;
}
.list ul li ul li a {
padding-left: 20px;
}
.list ul li ul li ul li {
background-color: #d6e6f1;
border-color: #6196bb;
}
.last {
background-color: #d6e6f1;
border-color: #6196bb;
}
.list ul li ul li ul li a {
color: #316a91;
padding-left: 30px;
}
.el-submenu .el-menu-item {
height: 30px;
line-height: 30px;
}
.el-submenu__title {
color: #0faede;
}
.el-menu-item{
color:#fff;
}
.el-menu-item, .el-submenu__title {
height: 30px;
line-height: 30px;
}
.el-submenu.collapse .el-submenu__title {
padding: 0px !important;
}
.el-menu:not(.el-menu--collapse) {
width: 200px;
}
.el-menu {
width: 0px;
border-right: none;
}
/*loader*/
[v-cloak] > * {
display: none !important;
}
[v-cloak]::before {
content: " " !important;
display: block !important;
position: absolute !important;
width: 80px !important;
height: 80px !important;
background-image: url('../Content/img/loader.gif') !important;
background-size: cover !important;
left: 50% !important;
top: 50% !important;
} | 0.432663 | 0.076788 |
.cq-homeslider{
/*width: 100%;*/
position: relative;
padding: 0;
clear: both;
/*margin: 20px 0 120px 0;*/
/*clear: both;*/
}
.cq-homeslider .slick-slider{
margin: 0;
}
/*.cq-homeslider-container{
position: relative;
margin: 20px 0 20px 0;
}
*/
.cq-homeslider .cq-homeslider-link, .cq-homeslider .cq-homeslider-link:focus{
outline: none;
border: none;
}
.cq-homeslider-navigation{
/*position: relative;*/
/*float: left;*/
/*clear: left;*/
position: absolute;
bottom: 0;
right: 0;
/*display: inline-block;*/
/*width: 100%;*/
z-index: 2;
margin: 0 32px 24px 0px;
padding: 0;
}
.cq-homeslider-area{
/*background: #AC92EC;*/
/*color: #fff;*/
width: 100%;
position: relative;
display: inline-block;
z-index: 1;
/*float: left;*/
clear: both;
}
.cq-homeslider-navigation .homeslider-navigation-prev, .cq-homeslider-navigation .homeslider-navigation-next{
float: left;
cursor: pointer;
margin: 0;
padding: 0;
display: block;
text-align: center;
color: #fff;
background: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #fff;
}
.cq-homeslider.lightgray .homeslider-navigation-prev, .cq-homeslider.lightgray .homeslider-navigation-next{
border: 1px solid #333;
}
.cq-homeslider-navigation .homeslider-navigation-next{
margin-left: 4px;
}
.cq-homeslider-navigation.btn-large{
/*width: 80px;*/
}
.cq-homeslider-navigation.btn-medium{
/*width: 64px;*/
}
.cq-homeslider-navigation.btn-small{
/*width: 48px;*/
}
.cq-homeslider-navigation.btn-large .homeslider-navigation-prev, .cq-homeslider-navigation.btn-large .homeslider-navigation-next
{
width: 40px;
height: 40px;
}
.cq-homeslider-navigation.btn-medium .homeslider-navigation-prev, .cq-homeslider-navigation.btn-medium .homeslider-navigation-next
{
width: 32px;
height: 32px;
}
.cq-homeslider-navigation.btn-small .homeslider-navigation-prev, .cq-homeslider-navigation.btn-small .homeslider-navigation-next
{
width: 24px;
height: 24px;
}
.cq-homeslider-navigation.btn-large .cq-homeslider-icon{
line-height: 40px;
}
.cq-homeslider-icon{
display: block;
margin: 0;
padding: 0;
font-size: 16px;
line-height: 40px;
width: 100%;
text-align: center;
height: 100%;
color: #fff;
}
.cq-homeslider.lightgray .cq-homeslider-icon{
color: #333;
}
.cq-homeslider-navigation.btn-medium .cq-homeslider-icon{
font-size: 14px;
line-height: 32px;
}
.cq-homeslider-navigation.btn-small .cq-homeslider-icon{
font-size: 12px;
line-height: 24px;
}
.cq-homeslider.navigation-isfloat .cq-homeslider-area.btn-large{
width: calc(100% - 40px);
}
.cq-homeslider.navigation-isfloat .cq-homeslider-area.btn-medium{
width: calc(100% - 32px);
}
.cq-homeslider.navigation-isfloat .cq-homeslider-area.btn-small{
width: calc(100% - 24px);
}
.cq-homeslider.tinyshadow .cq-homeslider-contentcontainer{
-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
}
.cq-homeslider.longshadow .cq-homeslider-contentcontainer{
-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
}
.cq-homeslider .cq-homeslider-title{
font-size: 2em;
line-height: 140%;
color: #fff;
margin: 0 0 10px 0;
}
.cq-homeslider-cover{
position: relative;
display: block;
padding: 0;
margin: 0;
background: #fff;
max-height: 640px;
overflow: hidden;
/*-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);*/
/*overflow: hidden;*/
/*height: 300px;*/
}
.cq-homeslider-itemcontainer{
display: block;
/*height: 300px;*/
/*position: absolute;*/
}
.cq-homeslider-contentcontainer{
position: absolute;
top: 0;
left: 0;
padding: 32px 32px 72px 32px;
/*top: 10%;*/
/*left: 10%;*/
width: 360px;
height: auto;
/*height: 80%;*/
float: left;
/*background: #DA4453;*/
/*background: rgba(0,0,0,0.8);*/
}
.cq-homeslider.noshadow .cq-homeslider-contentcontainer{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.cq-homeslider.tinyshadow .cq-homeslider-contentcontainer{
-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
}
.cq-homeslider.longshadow .cq-homeslider-contentcontainer{
-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
}
.cq-homeslider-contentcontainer.roundsmall, .cq-homeslider-contentcontainer.roundsmall .cq-homeslider-content{
border-radius: 8px;
border-radius: 8px;
overflow: hidden;
}
.cq-homeslider-contentcontainer.roundlarge, .cq-homeslider-contentcontainer.roundlarge .cq-homeslider-content{
border-radius: 16px;
border-radius: 16px;
overflow: hidden;
}
.cq-homeslider-content{
/*height: 240px;*/
/*min-height: 320px;*/
}
.cq-homeslider .cq-homeslider-contentcontainer{
color: #fff;
}
.cq-homeslider.grapefruit .cq-homeslider-contentcontainer{
background: rgba(207, 45, 66, 0.8);
}
.cq-homeslider.bittersweet .cq-homeslider-contentcontainer{
background: rgba(225, 64, 49, 0.8);
}
.cq-homeslider.sunflower .cq-homeslider-contentcontainer{
background: rgba(243, 174, 52, 0.8);
}
.cq-homeslider.grass .cq-homeslider-contentcontainer{
background: rgba(140, 193, 82, 0.8);
}
.cq-homeslider.mint .cq-homeslider-contentcontainer{
background: rgba(49, 177, 137, 0.8);
}
.cq-homeslider.aqua .cq-homeslider-contentcontainer{
background: rgba(50, 159, 209, 0.8);
}
.cq-homeslider.lavender .cq-homeslider-contentcontainer{
background: rgba(131, 97, 211, 0.8);
}
.cq-homeslider.bluejeans .cq-homeslider-contentcontainer{
background: rgba(59, 115, 211, 0.8);
}
.cq-homeslider.pinkrose .cq-homeslider-contentcontainer{
background: rgba(203, 86, 157, 0.8);
}
.cq-homeslider.lightgray .cq-homeslider-contentcontainer{
color: #333;
background: rgba(224, 227, 233, 0.8);
}
.cq-homeslider.lightgray .cq-homeslider-title{
color: #333;
}
.cq-homeslider.mediumgray .cq-homeslider-contentcontainer{
background: rgba(154, 162, 176, 0.8);
}
.cq-homeslider.darkgray .cq-homeslider-contentcontainer{
background: rgba(51, 57, 67, 0.8);
}
.cq-homeslider-image{
/*width: 100%;*/
}
.cq-homeslider-coveritem{
/*position: absolute;*/
/*height: 300px;*/
width: 100%;
padding: 0;
margin: 0;
/*background-color: #8833ff;*/
}
.cq-homeslider-contentitem{
/*width: 100%;*/
/*float: left;*/
}
/*.cq-homeslider-contentitem.slick-current, .cq-homeslider-contentitem.slick-active{
padding: 12px;
}
*/
.cq-homeslider .slick-dots{
/*padding-bottom: 4px;*/
position: absolute;
max-width: 100%;
width: 100%;
left: 0;
bottom: 14px;
}
.slick-dots li{
list-style: none;
}
.cq-homeslider .slick-dots li button {}
.cq-homeslider .slick-dots li button:before { color: #fff; }
.cq-homeslider .slick-dots li.slick-active button:before { color:#fff; opacity: 0.8; }
.cq-homeslider.lightgray .slick-dots li button:before { color: #333; }
.cq-homeslider.lightgray .slick-dots li.slick-active button:before { color:#333; opacity: 0.8; }
.cq-homeslider .slick-current, .cq-homeslider .slick-active{
outline: none;
border: none;
}
.cq-homeslider .cq-homeslider-area button.slick-arrow{
display: none!important;
}
.cq-homeslider .vc_btn3-container{
margin: 0;
}
@media screen and (min-width: 160px) and (max-width: 640px) {
.cq-homeslider-contentcontainer{
position: relative;
left: 0;
bottom: 0;
/*max-width: 100%;*/
width :100%;
min-height: 0;
height: auto;
border-radius: 0;
}
/*.cq-homeslider .slick-dots{
position: relative;
max-width: 100%;
background: #000;
}
*/ .cq-homeslider-content{
min-height: 0;
}
.cq-homeslider-contentcontainer.roundlarge, .cq-homeslider-contentcontainer.roundsmall, .cq-homeslider-contentcontainer.roundlarge .cq-homeslider-content, .cq-homeslider-contentcontainer.roundsmall .cq-homeslider-content{
width :100%;
min-height: 0px;
border-radius: 0;
}
} | site/wp-content/plugins/vc-extensions-bundle/homeslider/css/style.css | .cq-homeslider{
/*width: 100%;*/
position: relative;
padding: 0;
clear: both;
/*margin: 20px 0 120px 0;*/
/*clear: both;*/
}
.cq-homeslider .slick-slider{
margin: 0;
}
/*.cq-homeslider-container{
position: relative;
margin: 20px 0 20px 0;
}
*/
.cq-homeslider .cq-homeslider-link, .cq-homeslider .cq-homeslider-link:focus{
outline: none;
border: none;
}
.cq-homeslider-navigation{
/*position: relative;*/
/*float: left;*/
/*clear: left;*/
position: absolute;
bottom: 0;
right: 0;
/*display: inline-block;*/
/*width: 100%;*/
z-index: 2;
margin: 0 32px 24px 0px;
padding: 0;
}
.cq-homeslider-area{
/*background: #AC92EC;*/
/*color: #fff;*/
width: 100%;
position: relative;
display: inline-block;
z-index: 1;
/*float: left;*/
clear: both;
}
.cq-homeslider-navigation .homeslider-navigation-prev, .cq-homeslider-navigation .homeslider-navigation-next{
float: left;
cursor: pointer;
margin: 0;
padding: 0;
display: block;
text-align: center;
color: #fff;
background: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #fff;
}
.cq-homeslider.lightgray .homeslider-navigation-prev, .cq-homeslider.lightgray .homeslider-navigation-next{
border: 1px solid #333;
}
.cq-homeslider-navigation .homeslider-navigation-next{
margin-left: 4px;
}
.cq-homeslider-navigation.btn-large{
/*width: 80px;*/
}
.cq-homeslider-navigation.btn-medium{
/*width: 64px;*/
}
.cq-homeslider-navigation.btn-small{
/*width: 48px;*/
}
.cq-homeslider-navigation.btn-large .homeslider-navigation-prev, .cq-homeslider-navigation.btn-large .homeslider-navigation-next
{
width: 40px;
height: 40px;
}
.cq-homeslider-navigation.btn-medium .homeslider-navigation-prev, .cq-homeslider-navigation.btn-medium .homeslider-navigation-next
{
width: 32px;
height: 32px;
}
.cq-homeslider-navigation.btn-small .homeslider-navigation-prev, .cq-homeslider-navigation.btn-small .homeslider-navigation-next
{
width: 24px;
height: 24px;
}
.cq-homeslider-navigation.btn-large .cq-homeslider-icon{
line-height: 40px;
}
.cq-homeslider-icon{
display: block;
margin: 0;
padding: 0;
font-size: 16px;
line-height: 40px;
width: 100%;
text-align: center;
height: 100%;
color: #fff;
}
.cq-homeslider.lightgray .cq-homeslider-icon{
color: #333;
}
.cq-homeslider-navigation.btn-medium .cq-homeslider-icon{
font-size: 14px;
line-height: 32px;
}
.cq-homeslider-navigation.btn-small .cq-homeslider-icon{
font-size: 12px;
line-height: 24px;
}
.cq-homeslider.navigation-isfloat .cq-homeslider-area.btn-large{
width: calc(100% - 40px);
}
.cq-homeslider.navigation-isfloat .cq-homeslider-area.btn-medium{
width: calc(100% - 32px);
}
.cq-homeslider.navigation-isfloat .cq-homeslider-area.btn-small{
width: calc(100% - 24px);
}
.cq-homeslider.tinyshadow .cq-homeslider-contentcontainer{
-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
}
.cq-homeslider.longshadow .cq-homeslider-contentcontainer{
-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
}
.cq-homeslider .cq-homeslider-title{
font-size: 2em;
line-height: 140%;
color: #fff;
margin: 0 0 10px 0;
}
.cq-homeslider-cover{
position: relative;
display: block;
padding: 0;
margin: 0;
background: #fff;
max-height: 640px;
overflow: hidden;
/*-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);*/
/*overflow: hidden;*/
/*height: 300px;*/
}
.cq-homeslider-itemcontainer{
display: block;
/*height: 300px;*/
/*position: absolute;*/
}
.cq-homeslider-contentcontainer{
position: absolute;
top: 0;
left: 0;
padding: 32px 32px 72px 32px;
/*top: 10%;*/
/*left: 10%;*/
width: 360px;
height: auto;
/*height: 80%;*/
float: left;
/*background: #DA4453;*/
/*background: rgba(0,0,0,0.8);*/
}
.cq-homeslider.noshadow .cq-homeslider-contentcontainer{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.cq-homeslider.tinyshadow .cq-homeslider-contentcontainer{
-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
}
.cq-homeslider.longshadow .cq-homeslider-contentcontainer{
-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
}
.cq-homeslider-contentcontainer.roundsmall, .cq-homeslider-contentcontainer.roundsmall .cq-homeslider-content{
border-radius: 8px;
border-radius: 8px;
overflow: hidden;
}
.cq-homeslider-contentcontainer.roundlarge, .cq-homeslider-contentcontainer.roundlarge .cq-homeslider-content{
border-radius: 16px;
border-radius: 16px;
overflow: hidden;
}
.cq-homeslider-content{
/*height: 240px;*/
/*min-height: 320px;*/
}
.cq-homeslider .cq-homeslider-contentcontainer{
color: #fff;
}
.cq-homeslider.grapefruit .cq-homeslider-contentcontainer{
background: rgba(207, 45, 66, 0.8);
}
.cq-homeslider.bittersweet .cq-homeslider-contentcontainer{
background: rgba(225, 64, 49, 0.8);
}
.cq-homeslider.sunflower .cq-homeslider-contentcontainer{
background: rgba(243, 174, 52, 0.8);
}
.cq-homeslider.grass .cq-homeslider-contentcontainer{
background: rgba(140, 193, 82, 0.8);
}
.cq-homeslider.mint .cq-homeslider-contentcontainer{
background: rgba(49, 177, 137, 0.8);
}
.cq-homeslider.aqua .cq-homeslider-contentcontainer{
background: rgba(50, 159, 209, 0.8);
}
.cq-homeslider.lavender .cq-homeslider-contentcontainer{
background: rgba(131, 97, 211, 0.8);
}
.cq-homeslider.bluejeans .cq-homeslider-contentcontainer{
background: rgba(59, 115, 211, 0.8);
}
.cq-homeslider.pinkrose .cq-homeslider-contentcontainer{
background: rgba(203, 86, 157, 0.8);
}
.cq-homeslider.lightgray .cq-homeslider-contentcontainer{
color: #333;
background: rgba(224, 227, 233, 0.8);
}
.cq-homeslider.lightgray .cq-homeslider-title{
color: #333;
}
.cq-homeslider.mediumgray .cq-homeslider-contentcontainer{
background: rgba(154, 162, 176, 0.8);
}
.cq-homeslider.darkgray .cq-homeslider-contentcontainer{
background: rgba(51, 57, 67, 0.8);
}
.cq-homeslider-image{
/*width: 100%;*/
}
.cq-homeslider-coveritem{
/*position: absolute;*/
/*height: 300px;*/
width: 100%;
padding: 0;
margin: 0;
/*background-color: #8833ff;*/
}
.cq-homeslider-contentitem{
/*width: 100%;*/
/*float: left;*/
}
/*.cq-homeslider-contentitem.slick-current, .cq-homeslider-contentitem.slick-active{
padding: 12px;
}
*/
.cq-homeslider .slick-dots{
/*padding-bottom: 4px;*/
position: absolute;
max-width: 100%;
width: 100%;
left: 0;
bottom: 14px;
}
.slick-dots li{
list-style: none;
}
.cq-homeslider .slick-dots li button {}
.cq-homeslider .slick-dots li button:before { color: #fff; }
.cq-homeslider .slick-dots li.slick-active button:before { color:#fff; opacity: 0.8; }
.cq-homeslider.lightgray .slick-dots li button:before { color: #333; }
.cq-homeslider.lightgray .slick-dots li.slick-active button:before { color:#333; opacity: 0.8; }
.cq-homeslider .slick-current, .cq-homeslider .slick-active{
outline: none;
border: none;
}
.cq-homeslider .cq-homeslider-area button.slick-arrow{
display: none!important;
}
.cq-homeslider .vc_btn3-container{
margin: 0;
}
@media screen and (min-width: 160px) and (max-width: 640px) {
.cq-homeslider-contentcontainer{
position: relative;
left: 0;
bottom: 0;
/*max-width: 100%;*/
width :100%;
min-height: 0;
height: auto;
border-radius: 0;
}
/*.cq-homeslider .slick-dots{
position: relative;
max-width: 100%;
background: #000;
}
*/ .cq-homeslider-content{
min-height: 0;
}
.cq-homeslider-contentcontainer.roundlarge, .cq-homeslider-contentcontainer.roundsmall, .cq-homeslider-contentcontainer.roundlarge .cq-homeslider-content, .cq-homeslider-contentcontainer.roundsmall .cq-homeslider-content{
width :100%;
min-height: 0px;
border-radius: 0;
}
} | 0.127843 | 0.036804 |
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
@import url('https://fontlibrary.org/face/bagnard');
@font-face {
font-family: "Bagnard Sans";
src: url("/_includes/assets/fonts/BagnardSans.otf");
}
:root {
--mq-medium: 880px;
--mq-small: 550px;
--primary: #B1B4C3;
--primary-hover: rgba(177, 180, 195,.25);
--secondary: white;
--background: #FCFCFD;
--peach: #DAA595;
--peach-hover: rgba(218, 165, 149, 0.25);
--dark: #524849;
--main-spacing: 64px;
--gap-spacing: 40px;
--header-height: 80px;
--hero-spacing: 240px;
--centered-width: 90%;
}
@media (max-width: 880px) {
:root {
--main-spacing: 40px;
--gap-spacing: 32px;
--hero-spacing: 120px;
--centered-width: 75%;
}
}
@media (max-width: 550px) {
:root {
--main-spacing: 32px;
--hero-spacing: 80px;
--centered-width: 100%;
}
}
*, *:before, *:after {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0 2px 0 2px;
}
body {
display: grid;
height: 100vh;
grid-template-rows: auto 1fr auto;
background-color: var(--background);
color: var(--dark);
cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAMAAAAxmgQeAAAACVBMVEX///8AAAD///9+749PAAAAAXRSTlMAQObYZgAAAD5JREFUGNN1j9EKADAIAnP//9GjFq6w7iU4DNRsB06cb44TJ+UzYUcniqnqoA6ag/62JhjKIU0rxx1lKveuXJ5UAQs/G/2vAAAAAElFTkSuQmCC),auto;
}
main {
max-width: 37.5em;
margin: 0 auto;
width: var(--centered-width)
}
p,
pre,
code {
line-height: 1.5;
}
a[href] {
color: var(--primary);
}
a[href]:not(:hover) {
text-decoration: none;
}
a[href]:hover {
color: var(--peach);
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
header,
main,
footer {
padding: 1em;
}
header, footer {
align-items: center;
text-align: center;
}
footer i{
margin: 0 6px;
}
main {
padding-bottom: 2em;
}
main :first-child,
main > article :first-child {
margin-top: 0;
}
pre {
font-size: 14px;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
-moz-tab-size: 2;
tab-size: 2;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
padding: 1em;
margin: .5em 0;
}
/* Typography */
body {
font-family: 'Crimson Text', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, serif;
}
h1, h2, h3, em {
font-family: 'Bagnard Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
font-weight: normal;
}
h1, h2 {
text-align: center;
}
h4 {
font-family: 'Inconsolata', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
font-size: .8em;
font-weight: normal;
color: var(--dark);
}
/* Header Logo (style as h2) */
header > em {
display: block;
font-size: 2em;
margin: .67em 0;
font-weight: bold;
font-style: normal;
}
/* Header Nav */
header nav ul {
padding: 0;
list-style: none;
}
header nav ul :first-child {
margin-left: 0;
}
header nav li {
display: inline-block;
margin: 0 .25em .25em .25em;
text-transform: lowercase;
letter-spacing: 1px;
}
header nav li a {
padding: .25em .5em;
}
header nav li a[href]:not(:hover) {
text-decoration: none;
}
header nav li a[data-current="current item"] {
color: var(--peach);
}
header nav li a:hover {
color: var(--peach);
}
/* Nav Dropdown */
header nav li a:not(:only-child):after {
padding-left: 4px;
content: ' ▾';
}
nav li {
display: inline-block;
list-style-type: none;
position: relative;
}
nav li ul {
display: none;
position: absolute;
width: 100px;
left: 0;
top: 100%;
margin: 0;
padding: 0;
}
nav li:hover > ul, nav li:active > ul {
display: block;
z-index: 1;
text-align: left;
background-color: var(--background);
}
nav li ul li {
margin-left: 0;
padding-left: 0;
}
/* Footer */
footer {
max-width: 90%;
margin: auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: var(--gap-spacing);
align-items: center;
}
@media (max-width: 550px){
footer{
display: grid;
grid-template-columns: 1fr;
}
}
/* Home */
.platforms-list__container {
width: 70%;
min-width: 350px;
margin: auto;
margin-bottom: 2em;
padding: 0;
box-sizing: border-box;
}
.platform-list {
width: 100%;
margin: 0 auto;
border-radius: 0 0 5px 5px;
padding: 0.5em;
}
.music-link__container {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 0.6em;
overflow: hidden;
}
.music-link__logo {
float: left;
width: 7em;
}
.music-link__button {
float: right;
width: auto;
padding: 0.5em 1em;
background: #fff;
color: var(--primary);
border: 1px solid var(--primary);
font-weight: bold;
border-radius: 3px;
cursor: pointer;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, serif;
text-transform: none;
letter-spacing: 0;
font-size: 12px;
}
section.listen li{
padding: 0;
list-style: none;
}
/* Lyric Accordion */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
background-color: var(--background);
color: var(--dark);
cursor: pointer;
padding: 18px;
width: 100%;
text-align: left;
border: none;
outline: none;
border-radius: 0%;
border-bottom: 1px solid var(--primary);
transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
color: var(--peach);
background-color: var(--background);
border: none;
border-bottom: 1px solid var(--peach);
}
/* Style the accordion panel. Note: hidden by default */
.panel {
padding: 18px;
max-height: 0;
display: none;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.accordion:after {
content: '\02795'; /* Unicode character for "plus" sign (+) */
font-size: 13px;
float: right;
margin-left: 5px;
color: var(--primary);
}
.active:after {
content: "\2796"; /* Unicode character for "minus" sign (-) */
color: var(--peach);
}
/* Posts List */
article, .article {
margin-bottom: 1em;
padding-bottom: 1em;
}
time {
font-family: Inconsolata;
font-size: .8em;
text-transform: uppercase;
color: var(--primary);
}
main > section > article > * {
margin-top: 0;
margin-bottom: .5em;
}
.summary {
color: var(--primary)
}
/* Press List */
p.press {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
text-overflow: ellipsis;
}
img.press {
height: 200px;
object-fit: cover;
}
/* Post Tags */
a[rel="tag"],
a[rel="tag"]:visited {
display: inline-block;
vertical-align: text-top;
text-transform: uppercase;
letter-spacing: .1em;
font-size: .625em;
padding: 0 .5em;
line-height: 2em;
height: 2em;
border: 1px solid var(--secondary);
background-color: var(--secondary);
color: var(--primary);
border-radius: .25em;
text-decoration: none;
margin: 0 .5em .5em 0;
}
a[rel="tag"]:hover {
border: 1px solid var(--primary);
background-color: var(--primary);
color: var(--secondary);
}
a[rel="tag"]:last-child {
margin-right: 0;
}
/* Contact */
.full-width{
width: 100%;
}
/* Contact Form */
form {
display: grid;
padding: 2em 0;
}
form label {
display: none;
}
input,
textarea,
button {
width: 100%;
padding: 1em;
margin-bottom: 1em;
font-size: 1rem;
font-family: "Inconsolata", sans-serif;
border-radius: 3px;
}
input,
textarea {
border: 1px solid var(--primary);
}
button {
border: 1px solid var(--primary);
background-color: var(--background);
color: var(--primary);
border-radius: 3px;
cursor: pointer;
width: auto;
margin: auto;
font-size: .9rem;
letter-spacing: 1px;
}
.btn-outline {
border: 1px solid var(--primary);
background-color: var(--background);
color: var(--primary);
cursor: pointer;
width: auto;
margin: auto;
}
button:hover {
border: 1px solid var(--primary);
background-color: var(--primary);
color: var(--secondary);
}
/* Videos */
.yt-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
margin: 1em;
}
.yt-container iframe, .yt-container object, .yt-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
/* Grid */
section.grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: var(--gap-spacing);
align-items: center;
}
section.grid p {
margin: 20px 0 20px 0;
}
section.grid img {
width: 100%;
}
/* Centered */
section.centered {
text-align: center;
width: var(--centered-width);
margin-left: auto;
margin-right: auto;
}
/* Testimonial */
section.testimonial {
display: flex;
flex-wrap: wrap;
text-align: left;
justify-content: space-around;
}
.testimonial img {
display: block;
margin: 0 auto 16px auto;
height: 75px;
width: 75px;
padding: 5 px;
border-radius: 100px;
}
.testimonial p {
padding: 12px;
font-style: italic;
}
.testimonial small {
font-style: normal;
}
/* Media Queries */
@media screen and (min-width:768px) {
:root {
font-size: 1.1rem;
}
}
@media (max-width: 800px) {
section.testimonial {
grid-template-columns: 1fr 1fr;
margin: auto;
}
.testimonial div {
margin: 20px 0;
}
}
@media (max-width: 550px) {
main {
width: 100%;
}
section.grid{
display: block;
grid-template-columns: 1fr;
margin: var(--main-spacing);
}
section.testimonial{
display: block;
grid-template-columns: 1fr ;
margin: auto;
}
.testimonial div {
margin: 20px 0;
}
} | _includes/assets/css/inline.css | @import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
@import url('https://fontlibrary.org/face/bagnard');
@font-face {
font-family: "Bagnard Sans";
src: url("/_includes/assets/fonts/BagnardSans.otf");
}
:root {
--mq-medium: 880px;
--mq-small: 550px;
--primary: #B1B4C3;
--primary-hover: rgba(177, 180, 195,.25);
--secondary: white;
--background: #FCFCFD;
--peach: #DAA595;
--peach-hover: rgba(218, 165, 149, 0.25);
--dark: #524849;
--main-spacing: 64px;
--gap-spacing: 40px;
--header-height: 80px;
--hero-spacing: 240px;
--centered-width: 90%;
}
@media (max-width: 880px) {
:root {
--main-spacing: 40px;
--gap-spacing: 32px;
--hero-spacing: 120px;
--centered-width: 75%;
}
}
@media (max-width: 550px) {
:root {
--main-spacing: 32px;
--hero-spacing: 80px;
--centered-width: 100%;
}
}
*, *:before, *:after {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0 2px 0 2px;
}
body {
display: grid;
height: 100vh;
grid-template-rows: auto 1fr auto;
background-color: var(--background);
color: var(--dark);
cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAMAAAAxmgQeAAAACVBMVEX///8AAAD///9+749PAAAAAXRSTlMAQObYZgAAAD5JREFUGNN1j9EKADAIAnP//9GjFq6w7iU4DNRsB06cb44TJ+UzYUcniqnqoA6ag/62JhjKIU0rxx1lKveuXJ5UAQs/G/2vAAAAAElFTkSuQmCC),auto;
}
main {
max-width: 37.5em;
margin: 0 auto;
width: var(--centered-width)
}
p,
pre,
code {
line-height: 1.5;
}
a[href] {
color: var(--primary);
}
a[href]:not(:hover) {
text-decoration: none;
}
a[href]:hover {
color: var(--peach);
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
header,
main,
footer {
padding: 1em;
}
header, footer {
align-items: center;
text-align: center;
}
footer i{
margin: 0 6px;
}
main {
padding-bottom: 2em;
}
main :first-child,
main > article :first-child {
margin-top: 0;
}
pre {
font-size: 14px;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
-moz-tab-size: 2;
tab-size: 2;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
padding: 1em;
margin: .5em 0;
}
/* Typography */
body {
font-family: 'Crimson Text', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, serif;
}
h1, h2, h3, em {
font-family: 'Bagnard Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
font-weight: normal;
}
h1, h2 {
text-align: center;
}
h4 {
font-family: 'Inconsolata', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
font-size: .8em;
font-weight: normal;
color: var(--dark);
}
/* Header Logo (style as h2) */
header > em {
display: block;
font-size: 2em;
margin: .67em 0;
font-weight: bold;
font-style: normal;
}
/* Header Nav */
header nav ul {
padding: 0;
list-style: none;
}
header nav ul :first-child {
margin-left: 0;
}
header nav li {
display: inline-block;
margin: 0 .25em .25em .25em;
text-transform: lowercase;
letter-spacing: 1px;
}
header nav li a {
padding: .25em .5em;
}
header nav li a[href]:not(:hover) {
text-decoration: none;
}
header nav li a[data-current="current item"] {
color: var(--peach);
}
header nav li a:hover {
color: var(--peach);
}
/* Nav Dropdown */
header nav li a:not(:only-child):after {
padding-left: 4px;
content: ' ▾';
}
nav li {
display: inline-block;
list-style-type: none;
position: relative;
}
nav li ul {
display: none;
position: absolute;
width: 100px;
left: 0;
top: 100%;
margin: 0;
padding: 0;
}
nav li:hover > ul, nav li:active > ul {
display: block;
z-index: 1;
text-align: left;
background-color: var(--background);
}
nav li ul li {
margin-left: 0;
padding-left: 0;
}
/* Footer */
footer {
max-width: 90%;
margin: auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: var(--gap-spacing);
align-items: center;
}
@media (max-width: 550px){
footer{
display: grid;
grid-template-columns: 1fr;
}
}
/* Home */
.platforms-list__container {
width: 70%;
min-width: 350px;
margin: auto;
margin-bottom: 2em;
padding: 0;
box-sizing: border-box;
}
.platform-list {
width: 100%;
margin: 0 auto;
border-radius: 0 0 5px 5px;
padding: 0.5em;
}
.music-link__container {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 0.6em;
overflow: hidden;
}
.music-link__logo {
float: left;
width: 7em;
}
.music-link__button {
float: right;
width: auto;
padding: 0.5em 1em;
background: #fff;
color: var(--primary);
border: 1px solid var(--primary);
font-weight: bold;
border-radius: 3px;
cursor: pointer;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, serif;
text-transform: none;
letter-spacing: 0;
font-size: 12px;
}
section.listen li{
padding: 0;
list-style: none;
}
/* Lyric Accordion */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
background-color: var(--background);
color: var(--dark);
cursor: pointer;
padding: 18px;
width: 100%;
text-align: left;
border: none;
outline: none;
border-radius: 0%;
border-bottom: 1px solid var(--primary);
transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
color: var(--peach);
background-color: var(--background);
border: none;
border-bottom: 1px solid var(--peach);
}
/* Style the accordion panel. Note: hidden by default */
.panel {
padding: 18px;
max-height: 0;
display: none;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.accordion:after {
content: '\02795'; /* Unicode character for "plus" sign (+) */
font-size: 13px;
float: right;
margin-left: 5px;
color: var(--primary);
}
.active:after {
content: "\2796"; /* Unicode character for "minus" sign (-) */
color: var(--peach);
}
/* Posts List */
article, .article {
margin-bottom: 1em;
padding-bottom: 1em;
}
time {
font-family: Inconsolata;
font-size: .8em;
text-transform: uppercase;
color: var(--primary);
}
main > section > article > * {
margin-top: 0;
margin-bottom: .5em;
}
.summary {
color: var(--primary)
}
/* Press List */
p.press {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
text-overflow: ellipsis;
}
img.press {
height: 200px;
object-fit: cover;
}
/* Post Tags */
a[rel="tag"],
a[rel="tag"]:visited {
display: inline-block;
vertical-align: text-top;
text-transform: uppercase;
letter-spacing: .1em;
font-size: .625em;
padding: 0 .5em;
line-height: 2em;
height: 2em;
border: 1px solid var(--secondary);
background-color: var(--secondary);
color: var(--primary);
border-radius: .25em;
text-decoration: none;
margin: 0 .5em .5em 0;
}
a[rel="tag"]:hover {
border: 1px solid var(--primary);
background-color: var(--primary);
color: var(--secondary);
}
a[rel="tag"]:last-child {
margin-right: 0;
}
/* Contact */
.full-width{
width: 100%;
}
/* Contact Form */
form {
display: grid;
padding: 2em 0;
}
form label {
display: none;
}
input,
textarea,
button {
width: 100%;
padding: 1em;
margin-bottom: 1em;
font-size: 1rem;
font-family: "Inconsolata", sans-serif;
border-radius: 3px;
}
input,
textarea {
border: 1px solid var(--primary);
}
button {
border: 1px solid var(--primary);
background-color: var(--background);
color: var(--primary);
border-radius: 3px;
cursor: pointer;
width: auto;
margin: auto;
font-size: .9rem;
letter-spacing: 1px;
}
.btn-outline {
border: 1px solid var(--primary);
background-color: var(--background);
color: var(--primary);
cursor: pointer;
width: auto;
margin: auto;
}
button:hover {
border: 1px solid var(--primary);
background-color: var(--primary);
color: var(--secondary);
}
/* Videos */
.yt-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
margin: 1em;
}
.yt-container iframe, .yt-container object, .yt-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
/* Grid */
section.grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: var(--gap-spacing);
align-items: center;
}
section.grid p {
margin: 20px 0 20px 0;
}
section.grid img {
width: 100%;
}
/* Centered */
section.centered {
text-align: center;
width: var(--centered-width);
margin-left: auto;
margin-right: auto;
}
/* Testimonial */
section.testimonial {
display: flex;
flex-wrap: wrap;
text-align: left;
justify-content: space-around;
}
.testimonial img {
display: block;
margin: 0 auto 16px auto;
height: 75px;
width: 75px;
padding: 5 px;
border-radius: 100px;
}
.testimonial p {
padding: 12px;
font-style: italic;
}
.testimonial small {
font-style: normal;
}
/* Media Queries */
@media screen and (min-width:768px) {
:root {
font-size: 1.1rem;
}
}
@media (max-width: 800px) {
section.testimonial {
grid-template-columns: 1fr 1fr;
margin: auto;
}
.testimonial div {
margin: 20px 0;
}
}
@media (max-width: 550px) {
main {
width: 100%;
}
section.grid{
display: block;
grid-template-columns: 1fr;
margin: var(--main-spacing);
}
section.testimonial{
display: block;
grid-template-columns: 1fr ;
margin: auto;
}
.testimonial div {
margin: 20px 0;
}
} | 0.25618 | 0.089574 |
color: white;
position: relative;
}
.M1 {
margin-top: 80px;
}
.img-thumbnail {
position: relative;
margin-bottom: 30px;
border-radius: 10px;
width: 280px;
height: 350px;
}
.title-2 {
margin-top:100px;
color: white;
text-align: left;
font-size:15px;
}
.sinopsis-1 {
top: 53%;
position: absolute;
color: white;
text-align: left;
margin-left: 40px;
font-size: 10px;
}
.title-3 {
top: 89%;
position: absolute;
color: white;
text-align: left;
margin-left: 30px;
font-size: 25px;
}
.sinopsis-3 {
top: 92%;
position: absolute;
color: white;
text-align: left;
margin-left: 40px;
font-size: 10px;
}
.title-5 {
top: 47%;
position: absolute;
color: white;
text-align: left;
margin-left: 30px;
font-size: 25px;
}
.sinopsis-5 {
top: 53%;
position: absolute;
color: white;
text-align: left;
margin-left: 40px;
font-size: 10px;
}
@media (min-width: 312px) and (max-width: 425px) {
.col {
align-items: center;
width: 400px;
display: flex;
}
.img-thumbnail {
width: 400px;
height: 400px;
}
#populer {
color: white;
position: relative;
}
.img-thumbnail {
position: relative;
margin-bottom: 30px;
border-radius: 10px;
width: 280px;
height: 350px;
}
#joker {
top: 23%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 25px;
}
#joker-1 {
top: 24.5%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 10px;
}
#games {
top: 41%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 25px;
}
#games-1 {
top: 42.5%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 10px;
}
#free {
top: 58%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 25px;
}
#free-1 {
top: 61%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 10px;
}
#combat {
top: 77%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 25px;
}
#combat-1 {
top: 78.5%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 10px;
}
.title-3 {
top: 95%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 25px;
}
.sinopsis-3 {
top: 96.5%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 10px;
}
} | public/frontend/libraries/css/maldiniv2/upcoming.css | color: white;
position: relative;
}
.M1 {
margin-top: 80px;
}
.img-thumbnail {
position: relative;
margin-bottom: 30px;
border-radius: 10px;
width: 280px;
height: 350px;
}
.title-2 {
margin-top:100px;
color: white;
text-align: left;
font-size:15px;
}
.sinopsis-1 {
top: 53%;
position: absolute;
color: white;
text-align: left;
margin-left: 40px;
font-size: 10px;
}
.title-3 {
top: 89%;
position: absolute;
color: white;
text-align: left;
margin-left: 30px;
font-size: 25px;
}
.sinopsis-3 {
top: 92%;
position: absolute;
color: white;
text-align: left;
margin-left: 40px;
font-size: 10px;
}
.title-5 {
top: 47%;
position: absolute;
color: white;
text-align: left;
margin-left: 30px;
font-size: 25px;
}
.sinopsis-5 {
top: 53%;
position: absolute;
color: white;
text-align: left;
margin-left: 40px;
font-size: 10px;
}
@media (min-width: 312px) and (max-width: 425px) {
.col {
align-items: center;
width: 400px;
display: flex;
}
.img-thumbnail {
width: 400px;
height: 400px;
}
#populer {
color: white;
position: relative;
}
.img-thumbnail {
position: relative;
margin-bottom: 30px;
border-radius: 10px;
width: 280px;
height: 350px;
}
#joker {
top: 23%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 25px;
}
#joker-1 {
top: 24.5%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 10px;
}
#games {
top: 41%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 25px;
}
#games-1 {
top: 42.5%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 10px;
}
#free {
top: 58%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 25px;
}
#free-1 {
top: 61%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 10px;
}
#combat {
top: 77%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 25px;
}
#combat-1 {
top: 78.5%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 10px;
}
.title-3 {
top: 95%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 25px;
}
.sinopsis-3 {
top: 96.5%;
position: absolute;
color: white;
text-align: left;
margin-left: -256px;
font-size: 10px;
}
} | 0.738103 | 0.108566 |
This makes the border and padding be counted as part of the element's size.
https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Box_model
It switches from
https://mdn.mozillademos.org/files/13647/box-model-standard-small.png
to
https://mdn.mozillademos.org/files/13649/box-model-alt-small.png
*/
* {
box-sizing: border-box;
}
/*
Make the document fill the whole viewport, this overrides any weird defaults that browsers might have.
*/
html, body, figure {
width: 100%;
padding: 0;
margin: 0;
border: 0;
}
/* Default font and size */
body {
width: 100vw;
height: 100vh;
overflow: hidden;
/* center vertically */
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-content: center;
/* background behind the plot */
background: rgb(40, 40, 40);
/* default text */
font-family: sans-serif;
font-size: 1.1rem;
}
/*
It is easier to read if the text is not too wide, so we limit the width.
We use the class selector ".", so this style will be applied to elements with class="width-limited"
The various units of measurement available in CSS:
https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Values_and_units
*/
#plot {
width: 100%;
height: 100%;
/* margin: 1rem; */
border: 0px none;
margin: 0px;
padding: 0px;
top: 0px;
left: 0px;
position: absolute;
}
#debug-overlay {
top: 1rem;
left: 1rem;
position: absolute;
z-index: 2;
/* padding: 0 0.5rem 0 0.5rem; */
border-radius: 0.5rem;
background: rgba(0, 0, 0, 0.5);
color: white;
overflow: hidden;
}
#debug-overlay a {
color: rgb(118, 255, 152);
}
#debug-overlay p {
margin: 0.5rem;
}
#debug-overlay pre {
font-size: 0.8em;
}
.button {
display: inline;
padding-left: 1.1rem;
padding-right: 1.1rem;
margin-left: 0.25rem;
margin-right: 0.25rem;
border: white 1px solid;
border-radius: 0.5rem;
}
.keyboard {
/* border:1px white solid; */
padding: 0 0.25em 0 0.25em;
color:black;
background-color: hsl(0, 0%, 60%);
border-radius: 0.1em;
}
.hide {
display: none;
}
#debug-overlay video {
border: 2px white solid;
margin: 0.5rem;
} | style.css | This makes the border and padding be counted as part of the element's size.
https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Box_model
It switches from
https://mdn.mozillademos.org/files/13647/box-model-standard-small.png
to
https://mdn.mozillademos.org/files/13649/box-model-alt-small.png
*/
* {
box-sizing: border-box;
}
/*
Make the document fill the whole viewport, this overrides any weird defaults that browsers might have.
*/
html, body, figure {
width: 100%;
padding: 0;
margin: 0;
border: 0;
}
/* Default font and size */
body {
width: 100vw;
height: 100vh;
overflow: hidden;
/* center vertically */
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-content: center;
/* background behind the plot */
background: rgb(40, 40, 40);
/* default text */
font-family: sans-serif;
font-size: 1.1rem;
}
/*
It is easier to read if the text is not too wide, so we limit the width.
We use the class selector ".", so this style will be applied to elements with class="width-limited"
The various units of measurement available in CSS:
https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Values_and_units
*/
#plot {
width: 100%;
height: 100%;
/* margin: 1rem; */
border: 0px none;
margin: 0px;
padding: 0px;
top: 0px;
left: 0px;
position: absolute;
}
#debug-overlay {
top: 1rem;
left: 1rem;
position: absolute;
z-index: 2;
/* padding: 0 0.5rem 0 0.5rem; */
border-radius: 0.5rem;
background: rgba(0, 0, 0, 0.5);
color: white;
overflow: hidden;
}
#debug-overlay a {
color: rgb(118, 255, 152);
}
#debug-overlay p {
margin: 0.5rem;
}
#debug-overlay pre {
font-size: 0.8em;
}
.button {
display: inline;
padding-left: 1.1rem;
padding-right: 1.1rem;
margin-left: 0.25rem;
margin-right: 0.25rem;
border: white 1px solid;
border-radius: 0.5rem;
}
.keyboard {
/* border:1px white solid; */
padding: 0 0.25em 0 0.25em;
color:black;
background-color: hsl(0, 0%, 60%);
border-radius: 0.1em;
}
.hide {
display: none;
}
#debug-overlay video {
border: 2px white solid;
margin: 0.5rem;
} | 0.636918 | 0.352369 |